(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.4 extern MetaClass __root_cimv2_X;
  2415               extern MetaClass __root_cimv2_X2;
  2416               extern MetaClass __root_cimv2_Y;
  2417               extern MetaClass __root_cimv2_Y2;
  2418               extern MetaClass __root_cimv2_A;
  2419 mike  1.1.2.1 
  2420               //==============================================================================
  2421               //
  2422               // Class: CIM_DiagnosticResult
  2423               //
  2424               //==============================================================================
  2425               
  2426               static const char*
  2427               _CIM_DiagnosticResult_DiagnosticCreationClassName_qualifiers[] =
  2428               {
  2429                   /* Deprecated */
  2430                   "\013\000\001No Value\000",
  2431                   /* Key */
  2432                   "\025\001",
  2433                   /* Propagated */
  2434                   "\045CIM_DiagnosticTest.CreationClassName",
  2435                   /* MaxLen */
  2436                   "\030\000\000\001\000",
  2437                   0,
  2438               };
  2439               
  2440 mike  1.1.2.1 static MetaProperty
  2441               _CIM_DiagnosticResult_DiagnosticCreationClassName =
  2442               {
  2443                   /* flags */
  2444                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2445                   /* name */
  2446                   "DiagnosticCreationClassName",
  2447                   /* qualifiers */
  2448                   _CIM_DiagnosticResult_DiagnosticCreationClassName_qualifiers,
  2449                   /* type */
  2450                   CIMTYPE_STRING,
  2451                   /* subscript */
  2452                   -1,
  2453                   /* value */
  2454                   0,
  2455               };
  2456               
  2457               static const char*
  2458               _CIM_DiagnosticResult_DiagnosticName_qualifiers[] =
  2459               {
  2460                   /* Deprecated */
  2461 mike  1.1.2.1     "\013\000\001No Value\000",
  2462                   /* Key */
  2463                   "\025\001",
  2464                   /* Propagated */
  2465                   "\045CIM_DiagnosticTest.Name",
  2466                   /* MaxLen */
  2467                   "\030\000\000\001\000",
  2468                   0,
  2469               };
  2470               
  2471               static MetaProperty
  2472               _CIM_DiagnosticResult_DiagnosticName =
  2473               {
  2474                   /* flags */
  2475                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2476                   /* name */
  2477                   "DiagnosticName",
  2478                   /* qualifiers */
  2479                   _CIM_DiagnosticResult_DiagnosticName_qualifiers,
  2480                   /* type */
  2481                   CIMTYPE_STRING,
  2482 mike  1.1.2.1     /* subscript */
  2483                   -1,
  2484                   /* value */
  2485                   0,
  2486               };
  2487               
  2488               static const char*
  2489               _CIM_DiagnosticResult_DiagSystemCreationClassName_qualifiers[] =
  2490               {
  2491                   /* Deprecated */
  2492                   "\013\000\001No Value\000",
  2493                   /* Key */
  2494                   "\025\001",
  2495                   /* Propagated */
  2496                   "\045CIM_DiagnosticTest.SystemCreationClassName",
  2497                   /* MaxLen */
  2498                   "\030\000\000\001\000",
  2499                   0,
  2500               };
  2501               
  2502               static MetaProperty
  2503 mike  1.1.2.1 _CIM_DiagnosticResult_DiagSystemCreationClassName =
  2504               {
  2505                   /* flags */
  2506                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2507                   /* name */
  2508                   "DiagSystemCreationClassName",
  2509                   /* qualifiers */
  2510                   _CIM_DiagnosticResult_DiagSystemCreationClassName_qualifiers,
  2511                   /* type */
  2512                   CIMTYPE_STRING,
  2513                   /* subscript */
  2514                   -1,
  2515                   /* value */
  2516                   0,
  2517               };
  2518               
  2519               static const char*
  2520               _CIM_DiagnosticResult_DiagSystemName_qualifiers[] =
  2521               {
  2522                   /* Deprecated */
  2523                   "\013\000\001No Value\000",
  2524 mike  1.1.2.1     /* Key */
  2525                   "\025\001",
  2526                   /* Propagated */
  2527                   "\045CIM_DiagnosticTest.SystemName",
  2528                   /* MaxLen */
  2529                   "\030\000\000\001\000",
  2530                   0,
  2531               };
  2532               
  2533               static MetaProperty
  2534               _CIM_DiagnosticResult_DiagSystemName =
  2535               {
  2536                   /* flags */
  2537                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2538                   /* name */
  2539                   "DiagSystemName",
  2540                   /* qualifiers */
  2541                   _CIM_DiagnosticResult_DiagSystemName_qualifiers,
  2542                   /* type */
  2543                   CIMTYPE_STRING,
  2544                   /* subscript */
  2545 mike  1.1.2.1     -1,
  2546                   /* value */
  2547                   0,
  2548               };
  2549               
  2550               static const char*
  2551               _CIM_DiagnosticResult_ExecutionID_qualifiers[] =
  2552               {
  2553                   /* Deprecated */
  2554                   "\013\000\001CIM_DiagnosticRecord.InstanceID\000",
  2555                   /* Key */
  2556                   "\025\001",
  2557                   /* MaxLen */
  2558                   "\030\000\000\004\000",
  2559                   0,
  2560               };
  2561               
  2562               static MetaProperty
  2563               _CIM_DiagnosticResult_ExecutionID =
  2564               {
  2565                   /* flags */
  2566 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2567                   /* name */
  2568                   "ExecutionID",
  2569                   /* qualifiers */
  2570                   _CIM_DiagnosticResult_ExecutionID_qualifiers,
  2571                   /* type */
  2572                   CIMTYPE_STRING,
  2573                   /* subscript */
  2574                   -1,
  2575                   /* value */
  2576                   0,
  2577               };
  2578               
  2579               static const char*
  2580               _CIM_DiagnosticResult_TimeStamp_qualifiers[] =
  2581               {
  2582                   /* Deprecated */
  2583                   "\013\000\001CIM_LogRecord.MessageTimestamp\000",
  2584                   0,
  2585               };
  2586               
  2587 mike  1.1.2.1 static MetaProperty
  2588               _CIM_DiagnosticResult_TimeStamp =
  2589               {
  2590                   /* flags */
  2591                   META_FLAG_PROPERTY|META_FLAG_READ,
  2592                   /* name */
  2593                   "TimeStamp",
  2594                   /* qualifiers */
  2595                   _CIM_DiagnosticResult_TimeStamp_qualifiers,
  2596                   /* type */
  2597                   CIMTYPE_DATETIME,
  2598                   /* subscript */
  2599                   -1,
  2600                   /* value */
  2601                   0,
  2602               };
  2603               
  2604               static const char*
  2605               _CIM_DiagnosticResult_IsPackage_qualifiers[] =
  2606               {
  2607                   /* Deprecated */
  2608 mike  1.1.2.1     "\013\000\001No Value\000",
  2609                   0,
  2610               };
  2611               
  2612               static MetaProperty
  2613               _CIM_DiagnosticResult_IsPackage =
  2614               {
  2615                   /* flags */
  2616                   META_FLAG_PROPERTY|META_FLAG_READ,
  2617                   /* name */
  2618                   "IsPackage",
  2619                   /* qualifiers */
  2620                   _CIM_DiagnosticResult_IsPackage_qualifiers,
  2621                   /* type */
  2622                   CIMTYPE_BOOLEAN,
  2623                   /* subscript */
  2624                   -1,
  2625                   /* value */
  2626                   0,
  2627               };
  2628               
  2629 mike  1.1.2.1 static const char*
  2630               _CIM_DiagnosticResult_TestStartTime_qualifiers[] =
  2631               {
  2632                   /* Deprecated */
  2633                   "\013\000\001CIM_Job.StartTime\000",
  2634                   0,
  2635               };
  2636               
  2637               static MetaProperty
  2638               _CIM_DiagnosticResult_TestStartTime =
  2639               {
  2640                   /* flags */
  2641                   META_FLAG_PROPERTY|META_FLAG_READ,
  2642                   /* name */
  2643                   "TestStartTime",
  2644                   /* qualifiers */
  2645                   _CIM_DiagnosticResult_TestStartTime_qualifiers,
  2646                   /* type */
  2647                   CIMTYPE_DATETIME,
  2648                   /* subscript */
  2649                   -1,
  2650 mike  1.1.2.1     /* value */
  2651                   0,
  2652               };
  2653               
  2654               static const char*
  2655               _CIM_DiagnosticResult_TestCompletionTime_qualifiers[] =
  2656               {
  2657                   /* Deprecated */
  2658                   "\013\000\001No Value\000",
  2659                   0,
  2660               };
  2661               
  2662               static MetaProperty
  2663               _CIM_DiagnosticResult_TestCompletionTime =
  2664               {
  2665                   /* flags */
  2666                   META_FLAG_PROPERTY|META_FLAG_READ,
  2667                   /* name */
  2668                   "TestCompletionTime",
  2669                   /* qualifiers */
  2670                   _CIM_DiagnosticResult_TestCompletionTime_qualifiers,
  2671 mike  1.1.2.1     /* type */
  2672                   CIMTYPE_DATETIME,
  2673                   /* subscript */
  2674                   -1,
  2675                   /* value */
  2676                   0,
  2677               };
  2678               
  2679               static const char*
  2680               _CIM_DiagnosticResult_TestState_qualifiers[] =
  2681               {
  2682                   /* Deprecated */
  2683                   "\013\000\001No Value\000",
  2684                   /* ValueMap */
  2685                   "\061\000\0060\0001\0002\0003\0004\0005\000",
  2686                   /* Values */
  2687                   "\062\000\006Unknown\000Other\000Passed\000Failed\000In Progress\000Stopped\000",
  2688                   /* ModelCorrespondence */
  2689                   "\036\000\001CIM_DiagnosticResult.OtherStateDescription\000",
  2690                   0,
  2691               };
  2692 mike  1.1.2.1 
  2693               static MetaProperty
  2694               _CIM_DiagnosticResult_TestState =
  2695               {
  2696                   /* flags */
  2697                   META_FLAG_PROPERTY|META_FLAG_READ,
  2698                   /* name */
  2699                   "TestState",
  2700                   /* qualifiers */
  2701                   _CIM_DiagnosticResult_TestState_qualifiers,
  2702                   /* type */
  2703                   CIMTYPE_UINT16,
  2704                   /* subscript */
  2705                   -1,
  2706                   /* value */
  2707                   0,
  2708               };
  2709               
  2710               static const char*
  2711               _CIM_DiagnosticResult_OtherStateDescription_qualifiers[] =
  2712               {
  2713 mike  1.1.2.1     /* Deprecated */
  2714                   "\013\000\001No Value\000",
  2715                   /* ModelCorrespondence */
  2716                   "\036\000\001CIM_DiagnosticResult.TestState\000",
  2717                   0,
  2718               };
  2719               
  2720               static MetaProperty
  2721               _CIM_DiagnosticResult_OtherStateDescription =
  2722               {
  2723                   /* flags */
  2724                   META_FLAG_PROPERTY|META_FLAG_READ,
  2725                   /* name */
  2726                   "OtherStateDescription",
  2727                   /* qualifiers */
  2728                   _CIM_DiagnosticResult_OtherStateDescription_qualifiers,
  2729                   /* type */
  2730                   CIMTYPE_STRING,
  2731                   /* subscript */
  2732                   -1,
  2733                   /* value */
  2734 mike  1.1.2.1     0,
  2735               };
  2736               
  2737               static const char*
  2738               _CIM_DiagnosticResult_EstimatedTimeOfPerforming_qualifiers[] =
  2739               {
  2740                   /* Deprecated */
  2741                   "\013\000\001No Value\000",
  2742                   /* Units */
  2743                   "\060Seconds",
  2744                   /* ModelCorrespondence */
  2745                   "\036\000\001CIM_DiagnosticTestForMSE.EstimatedTimeOfPerforming\000",
  2746                   0,
  2747               };
  2748               
  2749               static MetaProperty
  2750               _CIM_DiagnosticResult_EstimatedTimeOfPerforming =
  2751               {
  2752                   /* flags */
  2753                   META_FLAG_PROPERTY|META_FLAG_READ,
  2754                   /* name */
  2755 mike  1.1.2.1     "EstimatedTimeOfPerforming",
  2756                   /* qualifiers */
  2757                   _CIM_DiagnosticResult_EstimatedTimeOfPerforming_qualifiers,
  2758                   /* type */
  2759                   CIMTYPE_UINT32,
  2760                   /* subscript */
  2761                   -1,
  2762                   /* value */
  2763                   0,
  2764               };
  2765               
  2766               static const char*
  2767               _CIM_DiagnosticResult_TestResults_qualifiers[] =
  2768               {
  2769                   /* Deprecated */
  2770                   "\013\000\001CIM_LogRecord.RecordData\000",
  2771                   /* ArrayType */
  2772                   "\005Ordered",
  2773                   0,
  2774               };
  2775               
  2776 mike  1.1.2.1 static MetaProperty
  2777               _CIM_DiagnosticResult_TestResults =
  2778               {
  2779                   /* flags */
  2780                   META_FLAG_PROPERTY|META_FLAG_READ,
  2781                   /* name */
  2782                   "TestResults",
  2783                   /* qualifiers */
  2784                   _CIM_DiagnosticResult_TestResults_qualifiers,
  2785                   /* type */
  2786                   CIMTYPE_STRING,
  2787                   /* subscript */
  2788                   0,
  2789                   /* value */
  2790                   0,
  2791               };
  2792               
  2793               static const char*
  2794               _CIM_DiagnosticResult_PercentComplete_qualifiers[] =
  2795               {
  2796                   /* Deprecated */
  2797 mike  1.1.2.1     "\013\000\001CIM_Job.PercentComplete\000",
  2798                   /* Units */
  2799                   "\060Percent",
  2800                   /* MinValue */
  2801                   "\035\000\000\000\000\000\000\000\000",
  2802                   /* MaxValue */
  2803                   "\031\000\000\000\000\000\000\000\144",
  2804                   0,
  2805               };
  2806               
  2807               static MetaProperty
  2808               _CIM_DiagnosticResult_PercentComplete =
  2809               {
  2810                   /* flags */
  2811                   META_FLAG_PROPERTY|META_FLAG_READ,
  2812                   /* name */
  2813                   "PercentComplete",
  2814                   /* qualifiers */
  2815                   _CIM_DiagnosticResult_PercentComplete_qualifiers,
  2816                   /* type */
  2817                   CIMTYPE_UINT8,
  2818 mike  1.1.2.1     /* subscript */
  2819                   -1,
  2820                   /* value */
  2821                   0,
  2822               };
  2823               
  2824               static const char*
  2825               _CIM_DiagnosticResult_ErrorCode_qualifiers[] =
  2826               {
  2827                   /* Deprecated */
  2828                   "\013\000\001CIM_DiagnosticServiceRecord.ErrorCode\000",
  2829                   /* ArrayType */
  2830                   "\005Indexed",
  2831                   /* ModelCorrespondence */
  2832                   "\036\000\001CIM_DiagnosticResult.ErrorCount\000",
  2833                   0,
  2834               };
  2835               
  2836               static MetaProperty
  2837               _CIM_DiagnosticResult_ErrorCode =
  2838               {
  2839 mike  1.1.2.1     /* flags */
  2840                   META_FLAG_PROPERTY|META_FLAG_READ,
  2841                   /* name */
  2842                   "ErrorCode",
  2843                   /* qualifiers */
  2844                   _CIM_DiagnosticResult_ErrorCode_qualifiers,
  2845                   /* type */
  2846                   CIMTYPE_STRING,
  2847                   /* subscript */
  2848                   0,
  2849                   /* value */
  2850                   0,
  2851               };
  2852               
  2853               static const char*
  2854               _CIM_DiagnosticResult_ErrorCount_qualifiers[] =
  2855               {
  2856                   /* Deprecated */
  2857                   "\013\000\001CIM_DiagnosticServiceRecord.ErrorCount\000",
  2858                   /* ArrayType */
  2859                   "\005Indexed",
  2860 mike  1.1.2.1     /* ModelCorrespondence */
  2861                   "\036\000\001CIM_DiagnosticResult.ErrorCode\000",
  2862                   0,
  2863               };
  2864               
  2865               static MetaProperty
  2866               _CIM_DiagnosticResult_ErrorCount =
  2867               {
  2868                   /* flags */
  2869                   META_FLAG_PROPERTY|META_FLAG_READ,
  2870                   /* name */
  2871                   "ErrorCount",
  2872                   /* qualifiers */
  2873                   _CIM_DiagnosticResult_ErrorCount_qualifiers,
  2874                   /* type */
  2875                   CIMTYPE_UINT32,
  2876                   /* subscript */
  2877                   0,
  2878                   /* value */
  2879                   0,
  2880               };
  2881 mike  1.1.2.1 
  2882               static const char*
  2883               _CIM_DiagnosticResult_LoopsFailed_qualifiers[] =
  2884               {
  2885                   /* Deprecated */
  2886                   "\013\000\001CIM_DiagnosticServiceRecord.LoopsFailed\000",
  2887                   0,
  2888               };
  2889               
  2890               static MetaProperty
  2891               _CIM_DiagnosticResult_LoopsFailed =
  2892               {
  2893                   /* flags */
  2894                   META_FLAG_PROPERTY|META_FLAG_READ,
  2895                   /* name */
  2896                   "LoopsFailed",
  2897                   /* qualifiers */
  2898                   _CIM_DiagnosticResult_LoopsFailed_qualifiers,
  2899                   /* type */
  2900                   CIMTYPE_UINT32,
  2901                   /* subscript */
  2902 mike  1.1.2.1     -1,
  2903                   /* value */
  2904                   0,
  2905               };
  2906               
  2907               static const char*
  2908               _CIM_DiagnosticResult_LoopsPassed_qualifiers[] =
  2909               {
  2910                   /* Deprecated */
  2911                   "\013\000\001CIM_DiagnosticServiceRecord.LoopsPassed\000",
  2912                   0,
  2913               };
  2914               
  2915               static MetaProperty
  2916               _CIM_DiagnosticResult_LoopsPassed =
  2917               {
  2918                   /* flags */
  2919                   META_FLAG_PROPERTY|META_FLAG_READ,
  2920                   /* name */
  2921                   "LoopsPassed",
  2922                   /* qualifiers */
  2923 mike  1.1.2.1     _CIM_DiagnosticResult_LoopsPassed_qualifiers,
  2924                   /* type */
  2925                   CIMTYPE_UINT32,
  2926                   /* subscript */
  2927                   -1,
  2928                   /* value */
  2929                   0,
  2930               };
  2931               
  2932               static const char*
  2933               _CIM_DiagnosticResult_TestWarningLevel_qualifiers[] =
  2934               {
  2935                   /* Deprecated */
  2936                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2937                   /* Write */
  2938                   "\065\001",
  2939                   /* ValueMap */
  2940                   "\061\000\0040\0001\0002\0003\000",
  2941                   /* Values */
  2942                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
  2943                   0,
  2944 mike  1.1.2.1 };
  2945               
  2946               static MetaProperty
  2947               _CIM_DiagnosticResult_TestWarningLevel =
  2948               {
  2949                   /* flags */
  2950                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  2951                   /* name */
  2952                   "TestWarningLevel",
  2953                   /* qualifiers */
  2954                   _CIM_DiagnosticResult_TestWarningLevel_qualifiers,
  2955                   /* type */
  2956                   CIMTYPE_UINT16,
  2957                   /* subscript */
  2958                   -1,
  2959                   /* value */
  2960                   0,
  2961               };
  2962               
  2963               static const char*
  2964               _CIM_DiagnosticResult_ReportSoftErrors_qualifiers[] =
  2965 mike  1.1.2.1 {
  2966                   /* Deprecated */
  2967                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2968                   /* Write */
  2969                   "\065\001",
  2970                   0,
  2971               };
  2972               
  2973               static MetaProperty
  2974               _CIM_DiagnosticResult_ReportSoftErrors =
  2975               {
  2976                   /* flags */
  2977                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  2978                   /* name */
  2979                   "ReportSoftErrors",
  2980                   /* qualifiers */
  2981                   _CIM_DiagnosticResult_ReportSoftErrors_qualifiers,
  2982                   /* type */
  2983                   CIMTYPE_BOOLEAN,
  2984                   /* subscript */
  2985                   -1,
  2986 mike  1.1.2.1     /* value */
  2987                   0,
  2988               };
  2989               
  2990               static const char*
  2991               _CIM_DiagnosticResult_ReportStatusMessages_qualifiers[] =
  2992               {
  2993                   /* Deprecated */
  2994                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2995                   /* Write */
  2996                   "\065\001",
  2997                   0,
  2998               };
  2999               
  3000               static MetaProperty
  3001               _CIM_DiagnosticResult_ReportStatusMessages =
  3002               {
  3003                   /* flags */
  3004                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3005                   /* name */
  3006                   "ReportStatusMessages",
  3007 mike  1.1.2.1     /* qualifiers */
  3008                   _CIM_DiagnosticResult_ReportStatusMessages_qualifiers,
  3009                   /* type */
  3010                   CIMTYPE_BOOLEAN,
  3011                   /* subscript */
  3012                   -1,
  3013                   /* value */
  3014                   0,
  3015               };
  3016               
  3017               static const char*
  3018               _CIM_DiagnosticResult_HaltOnError_qualifiers[] =
  3019               {
  3020                   /* Deprecated */
  3021                   "\013\000\001CIM_DiagnosticSettingRecord.HaltOnError\000",
  3022                   /* Write */
  3023                   "\065\001",
  3024                   0,
  3025               };
  3026               
  3027               static MetaProperty
  3028 mike  1.1.2.1 _CIM_DiagnosticResult_HaltOnError =
  3029               {
  3030                   /* flags */
  3031                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3032                   /* name */
  3033                   "HaltOnError",
  3034                   /* qualifiers */
  3035                   _CIM_DiagnosticResult_HaltOnError_qualifiers,
  3036                   /* type */
  3037                   CIMTYPE_BOOLEAN,
  3038                   /* subscript */
  3039                   -1,
  3040                   /* value */
  3041                   0,
  3042               };
  3043               
  3044               static const char*
  3045               _CIM_DiagnosticResult_QuickMode_qualifiers[] =
  3046               {
  3047                   /* Deprecated */
  3048                   "\013\000\001CIM_DiagnosticSettingRecord.QuickMode\000",
  3049 mike  1.1.2.1     /* Write */
  3050                   "\065\001",
  3051                   0,
  3052               };
  3053               
  3054               static MetaProperty
  3055               _CIM_DiagnosticResult_QuickMode =
  3056               {
  3057                   /* flags */
  3058                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3059                   /* name */
  3060                   "QuickMode",
  3061                   /* qualifiers */
  3062                   _CIM_DiagnosticResult_QuickMode_qualifiers,
  3063                   /* type */
  3064                   CIMTYPE_BOOLEAN,
  3065                   /* subscript */
  3066                   -1,
  3067                   /* value */
  3068                   0,
  3069               };
  3070 mike  1.1.2.1 
  3071               static const char*
  3072               _CIM_DiagnosticResult_PercentOfTestCoverage_qualifiers[] =
  3073               {
  3074                   /* Deprecated */
  3075                   "\013\000\001CIM_DiagnosticSettingRecord.PercentOfTestCoverage\000",
  3076                   /* Write */
  3077                   "\065\001",
  3078                   /* Units */
  3079                   "\060Percent",
  3080                   /* MinValue */
  3081                   "\035\000\000\000\000\000\000\000\000",
  3082                   /* MaxValue */
  3083                   "\031\000\000\000\000\000\000\000\144",
  3084                   /* ModelCorrespondence */
  3085                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
  3086                   0,
  3087               };
  3088               
  3089               static MetaProperty
  3090               _CIM_DiagnosticResult_PercentOfTestCoverage =
  3091 mike  1.1.2.1 {
  3092                   /* flags */
  3093                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3094                   /* name */
  3095                   "PercentOfTestCoverage",
  3096                   /* qualifiers */
  3097                   _CIM_DiagnosticResult_PercentOfTestCoverage_qualifiers,
  3098                   /* type */
  3099                   CIMTYPE_UINT8,
  3100                   /* subscript */
  3101                   -1,
  3102                   /* value */
  3103                   0,
  3104               };
  3105               
  3106               static MetaFeature*
  3107               _CIM_DiagnosticResult_features[] =
  3108               {
  3109                   (MetaFeature*)&_CIM_DiagnosticResult_DiagnosticCreationClassName,
  3110                   (MetaFeature*)&_CIM_DiagnosticResult_DiagnosticName,
  3111                   (MetaFeature*)&_CIM_DiagnosticResult_DiagSystemCreationClassName,
  3112 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticResult_DiagSystemName,
  3113                   (MetaFeature*)&_CIM_DiagnosticResult_ExecutionID,
  3114                   (MetaFeature*)&_CIM_DiagnosticResult_TimeStamp,
  3115                   (MetaFeature*)&_CIM_DiagnosticResult_IsPackage,
  3116                   (MetaFeature*)&_CIM_DiagnosticResult_TestStartTime,
  3117                   (MetaFeature*)&_CIM_DiagnosticResult_TestCompletionTime,
  3118                   (MetaFeature*)&_CIM_DiagnosticResult_TestState,
  3119                   (MetaFeature*)&_CIM_DiagnosticResult_OtherStateDescription,
  3120                   (MetaFeature*)&_CIM_DiagnosticResult_EstimatedTimeOfPerforming,
  3121                   (MetaFeature*)&_CIM_DiagnosticResult_TestResults,
  3122                   (MetaFeature*)&_CIM_DiagnosticResult_PercentComplete,
  3123                   (MetaFeature*)&_CIM_DiagnosticResult_ErrorCode,
  3124                   (MetaFeature*)&_CIM_DiagnosticResult_ErrorCount,
  3125                   (MetaFeature*)&_CIM_DiagnosticResult_LoopsFailed,
  3126                   (MetaFeature*)&_CIM_DiagnosticResult_LoopsPassed,
  3127                   (MetaFeature*)&_CIM_DiagnosticResult_TestWarningLevel,
  3128                   (MetaFeature*)&_CIM_DiagnosticResult_ReportSoftErrors,
  3129                   (MetaFeature*)&_CIM_DiagnosticResult_ReportStatusMessages,
  3130                   (MetaFeature*)&_CIM_DiagnosticResult_HaltOnError,
  3131                   (MetaFeature*)&_CIM_DiagnosticResult_QuickMode,
  3132                   (MetaFeature*)&_CIM_DiagnosticResult_PercentOfTestCoverage,
  3133 mike  1.1.2.1     0,
  3134               };
  3135               
  3136               static const char*
  3137               __root_cimv2_CIM_DiagnosticResult_qualifiers[] =
  3138               {
  3139                   /* Deprecated */
  3140                   "\013\000\001CIM_DiagnosticServiceRecord\000",
  3141                   /* UMLPackagePath */
  3142                   "\057CIM::System::Diagnostics",
  3143                   /* Version */
  3144                   "\0632.7.0",
  3145                   0,
  3146               };
  3147               
  3148               MetaClass
  3149               __root_cimv2_CIM_DiagnosticResult =
  3150               {
  3151                   /* flags */
  3152                   META_FLAG_CLASS,
  3153                   /* name */
  3154 mike  1.1.2.1     "CIM_DiagnosticResult",
  3155                   /* qualifiers */
  3156                   __root_cimv2_CIM_DiagnosticResult_qualifiers,
  3157                   /* super */
  3158                   0,
  3159                   /* features */
  3160                   _CIM_DiagnosticResult_features,
  3161               };
  3162               
  3163               //==============================================================================
  3164               //
  3165               // Class: CIM_Indication
  3166               //
  3167               //==============================================================================
  3168               
  3169               static const char*
  3170               _CIM_Indication_IndicationIdentifier_qualifiers[] =
  3171               {
  3172                   /* MappingStrings */
  3173                   "\026\000\001Recommendation.ITU|X733.Notification identifier\000",
  3174                   0,
  3175 mike  1.1.2.1 };
  3176               
  3177               static MetaProperty
  3178               _CIM_Indication_IndicationIdentifier =
  3179               {
  3180                   /* flags */
  3181                   META_FLAG_PROPERTY|META_FLAG_READ,
  3182                   /* name */
  3183                   "IndicationIdentifier",
  3184                   /* qualifiers */
  3185                   _CIM_Indication_IndicationIdentifier_qualifiers,
  3186                   /* type */
  3187                   CIMTYPE_STRING,
  3188                   /* subscript */
  3189                   -1,
  3190                   /* value */
  3191                   0,
  3192               };
  3193               
  3194               static const char*
  3195               _CIM_Indication_CorrelatedIndications_qualifiers[] =
  3196 mike  1.1.2.1 {
  3197                   /* MappingStrings */
  3198                   "\026\000\001Recommendation.ITU|X733.Correlated notifications\000",
  3199                   /* ModelCorrespondence */
  3200                   "\036\000\001CIM_Indication.IndicationIdentifier\000",
  3201                   0,
  3202               };
  3203               
  3204               static MetaProperty
  3205               _CIM_Indication_CorrelatedIndications =
  3206               {
  3207                   /* flags */
  3208                   META_FLAG_PROPERTY|META_FLAG_READ,
  3209                   /* name */
  3210                   "CorrelatedIndications",
  3211                   /* qualifiers */
  3212                   _CIM_Indication_CorrelatedIndications_qualifiers,
  3213                   /* type */
  3214                   CIMTYPE_STRING,
  3215                   /* subscript */
  3216                   0,
  3217 mike  1.1.2.1     /* value */
  3218                   0,
  3219               };
  3220               
  3221               static const char*
  3222               _CIM_Indication_IndicationTime_qualifiers[] =
  3223               {
  3224                   0,
  3225               };
  3226               
  3227               static MetaProperty
  3228               _CIM_Indication_IndicationTime =
  3229               {
  3230                   /* flags */
  3231                   META_FLAG_PROPERTY|META_FLAG_READ,
  3232                   /* name */
  3233                   "IndicationTime",
  3234                   /* qualifiers */
  3235                   _CIM_Indication_IndicationTime_qualifiers,
  3236                   /* type */
  3237                   CIMTYPE_DATETIME,
  3238 mike  1.1.2.1     /* subscript */
  3239                   -1,
  3240                   /* value */
  3241                   0,
  3242               };
  3243               
  3244               static const char*
  3245               _CIM_Indication_PerceivedSeverity_qualifiers[] =
  3246               {
  3247                   /* ValueMap */
  3248                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
  3249                   /* Values */
  3250                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
  3251                   /* MappingStrings */
  3252                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
  3253                   0,
  3254               };
  3255               
  3256               static MetaProperty
  3257               _CIM_Indication_PerceivedSeverity =
  3258               {
  3259 mike  1.1.2.1     /* flags */
  3260                   META_FLAG_PROPERTY|META_FLAG_READ,
  3261                   /* name */
  3262                   "PerceivedSeverity",
  3263                   /* qualifiers */
  3264                   _CIM_Indication_PerceivedSeverity_qualifiers,
  3265                   /* type */
  3266                   CIMTYPE_UINT16,
  3267                   /* subscript */
  3268                   -1,
  3269                   /* value */
  3270                   0,
  3271               };
  3272               
  3273               static const char*
  3274               _CIM_Indication_OtherSeverity_qualifiers[] =
  3275               {
  3276                   /* ModelCorrespondence */
  3277                   "\036\000\001CIM_AlertIndication.PerceivedSeverity\000",
  3278                   0,
  3279               };
  3280 mike  1.1.2.1 
  3281               static MetaProperty
  3282               _CIM_Indication_OtherSeverity =
  3283               {
  3284                   /* flags */
  3285                   META_FLAG_PROPERTY|META_FLAG_READ,
  3286                   /* name */
  3287                   "OtherSeverity",
  3288                   /* qualifiers */
  3289                   _CIM_Indication_OtherSeverity_qualifiers,
  3290                   /* type */
  3291                   CIMTYPE_STRING,
  3292                   /* subscript */
  3293                   -1,
  3294                   /* value */
  3295                   0,
  3296               };
  3297               
  3298               static MetaFeature*
  3299               _CIM_Indication_features[] =
  3300               {
  3301 mike  1.1.2.1     (MetaFeature*)&_CIM_Indication_IndicationIdentifier,
  3302                   (MetaFeature*)&_CIM_Indication_CorrelatedIndications,
  3303                   (MetaFeature*)&_CIM_Indication_IndicationTime,
  3304                   (MetaFeature*)&_CIM_Indication_PerceivedSeverity,
  3305                   (MetaFeature*)&_CIM_Indication_OtherSeverity,
  3306                   0,
  3307               };
  3308               
  3309               static const char*
  3310               __root_cimv2_CIM_Indication_qualifiers[] =
  3311               {
  3312                   /* INDICATION */
  3313                   "\001\001",
  3314                   /* UMLPackagePath */
  3315                   "\057CIM::Event",
  3316                   /* Abstract */
  3317                   "\002\001",
  3318                   /* Version */
  3319                   "\0632.7.0",
  3320                   0,
  3321               };
  3322 mike  1.1.2.1 
  3323               MetaClass
  3324               __root_cimv2_CIM_Indication =
  3325               {
  3326                   /* flags */
  3327                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  3328                   /* name */
  3329                   "CIM_Indication",
  3330                   /* qualifiers */
  3331                   __root_cimv2_CIM_Indication_qualifiers,
  3332                   /* super */
  3333                   0,
  3334                   /* features */
  3335                   _CIM_Indication_features,
  3336               };
  3337               
  3338               //==============================================================================
  3339               //
  3340               // Class: CIM_ManagedElement
  3341               //
  3342               //==============================================================================
  3343 mike  1.1.2.1 
  3344               static const char*
  3345               _CIM_ManagedElement_Caption_qualifiers[] =
  3346               {
  3347                   /* MaxLen */
  3348                   "\030\000\000\000\100",
  3349                   0,
  3350               };
  3351               
  3352               static MetaProperty
  3353               _CIM_ManagedElement_Caption =
  3354               {
  3355                   /* flags */
  3356                   META_FLAG_PROPERTY|META_FLAG_READ,
  3357                   /* name */
  3358                   "Caption",
  3359                   /* qualifiers */
  3360                   _CIM_ManagedElement_Caption_qualifiers,
  3361                   /* type */
  3362                   CIMTYPE_STRING,
  3363                   /* subscript */
  3364 mike  1.1.2.1     -1,
  3365                   /* value */
  3366                   0,
  3367               };
  3368               
  3369               static const char*
  3370               _CIM_ManagedElement_Description_qualifiers[] =
  3371               {
  3372                   0,
  3373               };
  3374               
  3375               static MetaProperty
  3376               _CIM_ManagedElement_Description =
  3377               {
  3378                   /* flags */
  3379                   META_FLAG_PROPERTY|META_FLAG_READ,
  3380                   /* name */
  3381                   "Description",
  3382                   /* qualifiers */
  3383                   _CIM_ManagedElement_Description_qualifiers,
  3384                   /* type */
  3385 mike  1.1.2.1     CIMTYPE_STRING,
  3386                   /* subscript */
  3387                   -1,
  3388                   /* value */
  3389                   0,
  3390               };
  3391               
  3392               static const char*
  3393               _CIM_ManagedElement_ElementName_qualifiers[] =
  3394               {
  3395                   0,
  3396               };
  3397               
  3398               static MetaProperty
  3399               _CIM_ManagedElement_ElementName =
  3400               {
  3401                   /* flags */
  3402                   META_FLAG_PROPERTY|META_FLAG_READ,
  3403                   /* name */
  3404                   "ElementName",
  3405                   /* qualifiers */
  3406 mike  1.1.2.1     _CIM_ManagedElement_ElementName_qualifiers,
  3407                   /* type */
  3408                   CIMTYPE_STRING,
  3409                   /* subscript */
  3410                   -1,
  3411                   /* value */
  3412                   0,
  3413               };
  3414               
  3415               static MetaFeature*
  3416               _CIM_ManagedElement_features[] =
  3417               {
  3418                   (MetaFeature*)&_CIM_ManagedElement_Caption,
  3419                   (MetaFeature*)&_CIM_ManagedElement_Description,
  3420                   (MetaFeature*)&_CIM_ManagedElement_ElementName,
  3421                   0,
  3422               };
  3423               
  3424               static const char*
  3425               __root_cimv2_CIM_ManagedElement_qualifiers[] =
  3426               {
  3427 mike  1.1.2.1     /* UMLPackagePath */
  3428                   "\057CIM::Core::CoreElements",
  3429                   /* Abstract */
  3430                   "\002\001",
  3431                   /* Version */
  3432                   "\0632.10.0",
  3433                   0,
  3434               };
  3435               
  3436               MetaClass
  3437               __root_cimv2_CIM_ManagedElement =
  3438               {
  3439                   /* flags */
  3440                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  3441                   /* name */
  3442                   "CIM_ManagedElement",
  3443                   /* qualifiers */
  3444                   __root_cimv2_CIM_ManagedElement_qualifiers,
  3445                   /* super */
  3446                   0,
  3447                   /* features */
  3448 mike  1.1.2.1     _CIM_ManagedElement_features,
  3449               };
  3450               
  3451               //==============================================================================
  3452               //
  3453               // Class: CIM_BaseMetricDefinition
  3454               //
  3455               //==============================================================================
  3456               
  3457               static const char*
  3458               _CIM_BaseMetricDefinition_Id_qualifiers[] =
  3459               {
  3460                   /* Key */
  3461                   "\025\001",
  3462                   0,
  3463               };
  3464               
  3465               static MetaProperty
  3466               _CIM_BaseMetricDefinition_Id =
  3467               {
  3468                   /* flags */
  3469 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  3470                   /* name */
  3471                   "Id",
  3472                   /* qualifiers */
  3473                   _CIM_BaseMetricDefinition_Id_qualifiers,
  3474                   /* type */
  3475                   CIMTYPE_STRING,
  3476                   /* subscript */
  3477                   -1,
  3478                   /* value */
  3479                   0,
  3480               };
  3481               
  3482               static const char*
  3483               _CIM_BaseMetricDefinition_Name_qualifiers[] =
  3484               {
  3485                   0,
  3486               };
  3487               
  3488               static MetaProperty
  3489               _CIM_BaseMetricDefinition_Name =
  3490 mike  1.1.2.1 {
  3491                   /* flags */
  3492                   META_FLAG_PROPERTY|META_FLAG_READ,
  3493                   /* name */
  3494                   "Name",
  3495                   /* qualifiers */
  3496                   _CIM_BaseMetricDefinition_Name_qualifiers,
  3497                   /* type */
  3498                   CIMTYPE_STRING,
  3499                   /* subscript */
  3500                   -1,
  3501                   /* value */
  3502                   0,
  3503               };
  3504               
  3505               static const char*
  3506               _CIM_BaseMetricDefinition_DataType_qualifiers[] =
  3507               {
  3508                   /* ValueMap */
  3509                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
  3510                   /* Values */
  3511 mike  1.1.2.1     "\062\000\016boolean\000char16\000datetime\000real32\000real64\000sint16\000sint32\000sint64\000sint8\000string\000uint16\000uint32\000uint64\000uint8\000",
  3512                   0,
  3513               };
  3514               
  3515               static MetaProperty
  3516               _CIM_BaseMetricDefinition_DataType =
  3517               {
  3518                   /* flags */
  3519                   META_FLAG_PROPERTY|META_FLAG_READ,
  3520                   /* name */
  3521                   "DataType",
  3522                   /* qualifiers */
  3523                   _CIM_BaseMetricDefinition_DataType_qualifiers,
  3524                   /* type */
  3525                   CIMTYPE_UINT16,
  3526                   /* subscript */
  3527                   -1,
  3528                   /* value */
  3529                   0,
  3530               };
  3531               
  3532 mike  1.1.2.1 static const char*
  3533               _CIM_BaseMetricDefinition_Calculable_qualifiers[] =
  3534               {
  3535                   /* ValueMap */
  3536                   "\061\000\0031\0002\0003\000",
  3537                   /* Values */
  3538                   "\062\000\003Non-calculable\000Summable\000Non-summable\000",
  3539                   0,
  3540               };
  3541               
  3542               static MetaProperty
  3543               _CIM_BaseMetricDefinition_Calculable =
  3544               {
  3545                   /* flags */
  3546                   META_FLAG_PROPERTY|META_FLAG_READ,
  3547                   /* name */
  3548                   "Calculable",
  3549                   /* qualifiers */
  3550                   _CIM_BaseMetricDefinition_Calculable_qualifiers,
  3551                   /* type */
  3552                   CIMTYPE_UINT16,
  3553 mike  1.1.2.1     /* subscript */
  3554                   -1,
  3555                   /* value */
  3556                   0,
  3557               };
  3558               
  3559               static const char*
  3560               _CIM_BaseMetricDefinition_Units_qualifiers[] =
  3561               {
  3562                   0,
  3563               };
  3564               
  3565               static MetaProperty
  3566               _CIM_BaseMetricDefinition_Units =
  3567               {
  3568                   /* flags */
  3569                   META_FLAG_PROPERTY|META_FLAG_READ,
  3570                   /* name */
  3571                   "Units",
  3572                   /* qualifiers */
  3573                   _CIM_BaseMetricDefinition_Units_qualifiers,
  3574 mike  1.1.2.1     /* type */
  3575                   CIMTYPE_STRING,
  3576                   /* subscript */
  3577                   -1,
  3578                   /* value */
  3579                   0,
  3580               };
  3581               
  3582               static const char*
  3583               _CIM_BaseMetricDefinition_BreakdownDimensions_qualifiers[] =
  3584               {
  3585                   0,
  3586               };
  3587               
  3588               static MetaProperty
  3589               _CIM_BaseMetricDefinition_BreakdownDimensions =
  3590               {
  3591                   /* flags */
  3592                   META_FLAG_PROPERTY|META_FLAG_READ,
  3593                   /* name */
  3594                   "BreakdownDimensions",
  3595 mike  1.1.2.1     /* qualifiers */
  3596                   _CIM_BaseMetricDefinition_BreakdownDimensions_qualifiers,
  3597                   /* type */
  3598                   CIMTYPE_STRING,
  3599                   /* subscript */
  3600                   0,
  3601                   /* value */
  3602                   0,
  3603               };
  3604               
  3605               static const char*
  3606               _CIM_BaseMetricDefinition_IsContinuous_qualifiers[] =
  3607               {
  3608                   0,
  3609               };
  3610               
  3611               static MetaProperty
  3612               _CIM_BaseMetricDefinition_IsContinuous =
  3613               {
  3614                   /* flags */
  3615                   META_FLAG_PROPERTY|META_FLAG_READ,
  3616 mike  1.1.2.1     /* name */
  3617                   "IsContinuous",
  3618                   /* qualifiers */
  3619                   _CIM_BaseMetricDefinition_IsContinuous_qualifiers,
  3620                   /* type */
  3621                   CIMTYPE_BOOLEAN,
  3622                   /* subscript */
  3623                   -1,
  3624                   /* value */
  3625                   0,
  3626               };
  3627               
  3628               static const char*
  3629               _CIM_BaseMetricDefinition_ChangeType_qualifiers[] =
  3630               {
  3631                   /* ValueMap */
  3632                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3633                   /* Values */
  3634                   "\062\000\006Unknown\000N/A\000Counter\000Gauge\000DMTF Reserved\000Vendor Reserved\000",
  3635                   /* ModelCorrespondence */
  3636                   "\036\000\001CIM_BaseMetricDefinition.IsContinuous\000",
  3637 mike  1.1.2.1     0,
  3638               };
  3639               
  3640               static MetaProperty
  3641               _CIM_BaseMetricDefinition_ChangeType =
  3642               {
  3643                   /* flags */
  3644                   META_FLAG_PROPERTY|META_FLAG_READ,
  3645                   /* name */
  3646                   "ChangeType",
  3647                   /* qualifiers */
  3648                   _CIM_BaseMetricDefinition_ChangeType_qualifiers,
  3649                   /* type */
  3650                   CIMTYPE_UINT16,
  3651                   /* subscript */
  3652                   -1,
  3653                   /* value */
  3654                   0,
  3655               };
  3656               
  3657               static const char*
  3658 mike  1.1.2.1 _CIM_BaseMetricDefinition_TimeScope_qualifiers[] =
  3659               {
  3660                   /* ValueMap */
  3661                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3662                   /* Values */
  3663                   "\062\000\006Unknown\000Point\000Interval\000StartupInterval\000DMTF Reserved\000Vendor Reserved\000",
  3664                   /* ModelCorrespondence */
  3665                   "\036\000\002CIM_BaseMetricValue.TimeStamp\000CIM_BaseMetricValue.Duration\000",
  3666                   0,
  3667               };
  3668               
  3669               static MetaProperty
  3670               _CIM_BaseMetricDefinition_TimeScope =
  3671               {
  3672                   /* flags */
  3673                   META_FLAG_PROPERTY|META_FLAG_READ,
  3674                   /* name */
  3675                   "TimeScope",
  3676                   /* qualifiers */
  3677                   _CIM_BaseMetricDefinition_TimeScope_qualifiers,
  3678                   /* type */
  3679 mike  1.1.2.1     CIMTYPE_UINT16,
  3680                   /* subscript */
  3681                   -1,
  3682                   /* value */
  3683                   0,
  3684               };
  3685               
  3686               static const char*
  3687               _CIM_BaseMetricDefinition_GatheringType_qualifiers[] =
  3688               {
  3689                   /* ValueMap */
  3690                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3691                   /* Values */
  3692                   "\062\000\006Unknown\000OnChange\000Periodic\000OnRequest\000DMTF Reserved\000Vendor Reserved\000",
  3693                   0,
  3694               };
  3695               
  3696               static MetaProperty
  3697               _CIM_BaseMetricDefinition_GatheringType =
  3698               {
  3699                   /* flags */
  3700 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  3701                   /* name */
  3702                   "GatheringType",
  3703                   /* qualifiers */
  3704                   _CIM_BaseMetricDefinition_GatheringType_qualifiers,
  3705                   /* type */
  3706                   CIMTYPE_UINT16,
  3707                   /* subscript */
  3708                   -1,
  3709                   /* value */
  3710                   0,
  3711               };
  3712               
  3713               static MetaFeature*
  3714               _CIM_BaseMetricDefinition_features[] =
  3715               {
  3716                   (MetaFeature*)&_CIM_BaseMetricDefinition_Id,
  3717                   (MetaFeature*)&_CIM_BaseMetricDefinition_Name,
  3718                   (MetaFeature*)&_CIM_BaseMetricDefinition_DataType,
  3719                   (MetaFeature*)&_CIM_BaseMetricDefinition_Calculable,
  3720                   (MetaFeature*)&_CIM_BaseMetricDefinition_Units,
  3721 mike  1.1.2.1     (MetaFeature*)&_CIM_BaseMetricDefinition_BreakdownDimensions,
  3722                   (MetaFeature*)&_CIM_BaseMetricDefinition_IsContinuous,
  3723                   (MetaFeature*)&_CIM_BaseMetricDefinition_ChangeType,
  3724                   (MetaFeature*)&_CIM_BaseMetricDefinition_TimeScope,
  3725                   (MetaFeature*)&_CIM_BaseMetricDefinition_GatheringType,
  3726                   0,
  3727               };
  3728               
  3729               static const char*
  3730               __root_cimv2_CIM_BaseMetricDefinition_qualifiers[] =
  3731               {
  3732                   /* UMLPackagePath */
  3733                   "\057CIM::Metrics::BaseMetric",
  3734                   /* Version */
  3735                   "\0632.9.0",
  3736                   0,
  3737               };
  3738               
  3739               MetaClass
  3740               __root_cimv2_CIM_BaseMetricDefinition =
  3741               {
  3742 mike  1.1.2.1     /* flags */
  3743                   META_FLAG_CLASS,
  3744                   /* name */
  3745                   "CIM_BaseMetricDefinition",
  3746                   /* qualifiers */
  3747                   __root_cimv2_CIM_BaseMetricDefinition_qualifiers,
  3748                   /* super */
  3749                   &__root_cimv2_CIM_ManagedElement,
  3750                   /* features */
  3751                   _CIM_BaseMetricDefinition_features,
  3752               };
  3753               
  3754               //==============================================================================
  3755               //
  3756               // Class: CIM_BaseMetricValue
  3757               //
  3758               //==============================================================================
  3759               
  3760               static const char*
  3761               _CIM_BaseMetricValue_InstanceID_qualifiers[] =
  3762               {
  3763 mike  1.1.2.1     /* Key */
  3764                   "\025\001",
  3765                   0,
  3766               };
  3767               
  3768               static MetaProperty
  3769               _CIM_BaseMetricValue_InstanceID =
  3770               {
  3771                   /* flags */
  3772                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  3773                   /* name */
  3774                   "InstanceID",
  3775                   /* qualifiers */
  3776                   _CIM_BaseMetricValue_InstanceID_qualifiers,
  3777                   /* type */
  3778                   CIMTYPE_STRING,
  3779                   /* subscript */
  3780                   -1,
  3781                   /* value */
  3782                   0,
  3783               };
  3784 mike  1.1.2.1 
  3785               static const char*
  3786               _CIM_BaseMetricValue_MetricDefinitionId_qualifiers[] =
  3787               {
  3788                   /* Required */
  3789                   "\050\001",
  3790                   /* ModelCorrespondence */
  3791                   "\036\000\001CIM_BaseMetricDefinition.Id\000",
  3792                   0,
  3793               };
  3794               
  3795               static MetaProperty
  3796               _CIM_BaseMetricValue_MetricDefinitionId =
  3797               {
  3798                   /* flags */
  3799                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  3800                   /* name */
  3801                   "MetricDefinitionId",
  3802                   /* qualifiers */
  3803                   _CIM_BaseMetricValue_MetricDefinitionId_qualifiers,
  3804                   /* type */
  3805 mike  1.1.2.1     CIMTYPE_STRING,
  3806                   /* subscript */
  3807                   -1,
  3808                   /* value */
  3809                   0,
  3810               };
  3811               
  3812               static const char*
  3813               _CIM_BaseMetricValue_MeasuredElementName_qualifiers[] =
  3814               {
  3815                   0,
  3816               };
  3817               
  3818               static MetaProperty
  3819               _CIM_BaseMetricValue_MeasuredElementName =
  3820               {
  3821                   /* flags */
  3822                   META_FLAG_PROPERTY|META_FLAG_READ,
  3823                   /* name */
  3824                   "MeasuredElementName",
  3825                   /* qualifiers */
  3826 mike  1.1.2.1     _CIM_BaseMetricValue_MeasuredElementName_qualifiers,
  3827                   /* type */
  3828                   CIMTYPE_STRING,
  3829                   /* subscript */
  3830                   -1,
  3831                   /* value */
  3832                   0,
  3833               };
  3834               
  3835               static const char*
  3836               _CIM_BaseMetricValue_TimeStamp_qualifiers[] =
  3837               {
  3838                   /* ModelCorrespondence */
  3839                   "\036\000\002CIM_BaseMetricDefinition.TimeScope\000CIM_BaseMetricValue.Duration\000",
  3840                   0,
  3841               };
  3842               
  3843               static MetaProperty
  3844               _CIM_BaseMetricValue_TimeStamp =
  3845               {
  3846                   /* flags */
  3847 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  3848                   /* name */
  3849                   "TimeStamp",
  3850                   /* qualifiers */
  3851                   _CIM_BaseMetricValue_TimeStamp_qualifiers,
  3852                   /* type */
  3853                   CIMTYPE_DATETIME,
  3854                   /* subscript */
  3855                   -1,
  3856                   /* value */
  3857                   0,
  3858               };
  3859               
  3860               static const char*
  3861               _CIM_BaseMetricValue_Duration_qualifiers[] =
  3862               {
  3863                   /* ModelCorrespondence */
  3864                   "\036\000\002CIM_BaseMetricDefinition.TimeScope\000CIM_BaseMetricValue.TimeStamp\000",
  3865                   0,
  3866               };
  3867               
  3868 mike  1.1.2.1 static MetaProperty
  3869               _CIM_BaseMetricValue_Duration =
  3870               {
  3871                   /* flags */
  3872                   META_FLAG_PROPERTY|META_FLAG_READ,
  3873                   /* name */
  3874                   "Duration",
  3875                   /* qualifiers */
  3876                   _CIM_BaseMetricValue_Duration_qualifiers,
  3877                   /* type */
  3878                   CIMTYPE_DATETIME,
  3879                   /* subscript */
  3880                   -1,
  3881                   /* value */
  3882                   0,
  3883               };
  3884               
  3885               static const char*
  3886               _CIM_BaseMetricValue_MetricValue_qualifiers[] =
  3887               {
  3888                   /* Required */
  3889 mike  1.1.2.1     "\050\001",
  3890                   0,
  3891               };
  3892               
  3893               static MetaProperty
  3894               _CIM_BaseMetricValue_MetricValue =
  3895               {
  3896                   /* flags */
  3897                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  3898                   /* name */
  3899                   "MetricValue",
  3900                   /* qualifiers */
  3901                   _CIM_BaseMetricValue_MetricValue_qualifiers,
  3902                   /* type */
  3903                   CIMTYPE_STRING,
  3904                   /* subscript */
  3905                   -1,
  3906                   /* value */
  3907                   0,
  3908               };
  3909               
  3910 mike  1.1.2.1 static const char*
  3911               _CIM_BaseMetricValue_BreakdownDimension_qualifiers[] =
  3912               {
  3913                   0,
  3914               };
  3915               
  3916               static MetaProperty
  3917               _CIM_BaseMetricValue_BreakdownDimension =
  3918               {
  3919                   /* flags */
  3920                   META_FLAG_PROPERTY|META_FLAG_READ,
  3921                   /* name */
  3922                   "BreakdownDimension",
  3923                   /* qualifiers */
  3924                   _CIM_BaseMetricValue_BreakdownDimension_qualifiers,
  3925                   /* type */
  3926                   CIMTYPE_STRING,
  3927                   /* subscript */
  3928                   -1,
  3929                   /* value */
  3930                   0,
  3931 mike  1.1.2.1 };
  3932               
  3933               static const char*
  3934               _CIM_BaseMetricValue_BreakdownValue_qualifiers[] =
  3935               {
  3936                   0,
  3937               };
  3938               
  3939               static MetaProperty
  3940               _CIM_BaseMetricValue_BreakdownValue =
  3941               {
  3942                   /* flags */
  3943                   META_FLAG_PROPERTY|META_FLAG_READ,
  3944                   /* name */
  3945                   "BreakdownValue",
  3946                   /* qualifiers */
  3947                   _CIM_BaseMetricValue_BreakdownValue_qualifiers,
  3948                   /* type */
  3949                   CIMTYPE_STRING,
  3950                   /* subscript */
  3951                   -1,
  3952 mike  1.1.2.1     /* value */
  3953                   0,
  3954               };
  3955               
  3956               static const char*
  3957               _CIM_BaseMetricValue_Volatile_qualifiers[] =
  3958               {
  3959                   0,
  3960               };
  3961               
  3962               static MetaProperty
  3963               _CIM_BaseMetricValue_Volatile =
  3964               {
  3965                   /* flags */
  3966                   META_FLAG_PROPERTY|META_FLAG_READ,
  3967                   /* name */
  3968                   "Volatile",
  3969                   /* qualifiers */
  3970                   _CIM_BaseMetricValue_Volatile_qualifiers,
  3971                   /* type */
  3972                   CIMTYPE_BOOLEAN,
  3973 mike  1.1.2.1     /* subscript */
  3974                   -1,
  3975                   /* value */
  3976                   0,
  3977               };
  3978               
  3979               static MetaFeature*
  3980               _CIM_BaseMetricValue_features[] =
  3981               {
  3982                   (MetaFeature*)&_CIM_BaseMetricValue_InstanceID,
  3983                   (MetaFeature*)&_CIM_BaseMetricValue_MetricDefinitionId,
  3984                   (MetaFeature*)&_CIM_BaseMetricValue_MeasuredElementName,
  3985                   (MetaFeature*)&_CIM_BaseMetricValue_TimeStamp,
  3986                   (MetaFeature*)&_CIM_BaseMetricValue_Duration,
  3987                   (MetaFeature*)&_CIM_BaseMetricValue_MetricValue,
  3988                   (MetaFeature*)&_CIM_BaseMetricValue_BreakdownDimension,
  3989                   (MetaFeature*)&_CIM_BaseMetricValue_BreakdownValue,
  3990                   (MetaFeature*)&_CIM_BaseMetricValue_Volatile,
  3991                   0,
  3992               };
  3993               
  3994 mike  1.1.2.1 static const char*
  3995               __root_cimv2_CIM_BaseMetricValue_qualifiers[] =
  3996               {
  3997                   /* UMLPackagePath */
  3998                   "\057CIM::Metrics::BaseMetric",
  3999                   /* Version */
  4000                   "\0632.9.0",
  4001                   0,
  4002               };
  4003               
  4004               MetaClass
  4005               __root_cimv2_CIM_BaseMetricValue =
  4006               {
  4007                   /* flags */
  4008                   META_FLAG_CLASS,
  4009                   /* name */
  4010                   "CIM_BaseMetricValue",
  4011                   /* qualifiers */
  4012                   __root_cimv2_CIM_BaseMetricValue_qualifiers,
  4013                   /* super */
  4014                   &__root_cimv2_CIM_ManagedElement,
  4015 mike  1.1.2.1     /* features */
  4016                   _CIM_BaseMetricValue_features,
  4017               };
  4018               
  4019               //==============================================================================
  4020               //
  4021               // Class: CIM_BlockStatisticsManifest
  4022               //
  4023               //==============================================================================
  4024               
  4025               static const char*
  4026               _CIM_BlockStatisticsManifest_InstanceID_qualifiers[] =
  4027               {
  4028                   /* Key */
  4029                   "\025\001",
  4030                   0,
  4031               };
  4032               
  4033               static MetaProperty
  4034               _CIM_BlockStatisticsManifest_InstanceID =
  4035               {
  4036 mike  1.1.2.1     /* flags */
  4037                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  4038                   /* name */
  4039                   "InstanceID",
  4040                   /* qualifiers */
  4041                   _CIM_BlockStatisticsManifest_InstanceID_qualifiers,
  4042                   /* type */
  4043                   CIMTYPE_STRING,
  4044                   /* subscript */
  4045                   -1,
  4046                   /* value */
  4047                   0,
  4048               };
  4049               
  4050               static const char*
  4051               _CIM_BlockStatisticsManifest_ElementType_qualifiers[] =
  4052               {
  4053                   /* ValueMap */
  4054                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
  4055                   /* Values */
  4056                   "\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",
  4057 mike  1.1.2.1     /* ModelCorrespondence */
  4058                   "\036\000\001CIM_BlockStorageStatisticalData.ElementType\000",
  4059                   0,
  4060               };
  4061               
  4062               static MetaProperty
  4063               _CIM_BlockStatisticsManifest_ElementType =
  4064               {
  4065                   /* flags */
  4066                   META_FLAG_PROPERTY|META_FLAG_READ,
  4067                   /* name */
  4068                   "ElementType",
  4069                   /* qualifiers */
  4070                   _CIM_BlockStatisticsManifest_ElementType_qualifiers,
  4071                   /* type */
  4072                   CIMTYPE_UINT16,
  4073                   /* subscript */
  4074                   -1,
  4075                   /* value */
  4076                   0,
  4077               };
  4078 mike  1.1.2.1 
  4079               static const char*
  4080               _CIM_BlockStatisticsManifest_IncludeStartStatisticTime_qualifiers[] =
  4081               {
  4082                   /* ModelCorrespondence */
  4083                   "\036\000\001CIM_BlockStorageStatisticalData.StartStatisticTime\000",
  4084                   0,
  4085               };
  4086               
  4087               static MetaProperty
  4088               _CIM_BlockStatisticsManifest_IncludeStartStatisticTime =
  4089               {
  4090                   /* flags */
  4091                   META_FLAG_PROPERTY|META_FLAG_READ,
  4092                   /* name */
  4093                   "IncludeStartStatisticTime",
  4094                   /* qualifiers */
  4095                   _CIM_BlockStatisticsManifest_IncludeStartStatisticTime_qualifiers,
  4096                   /* type */
  4097                   CIMTYPE_BOOLEAN,
  4098                   /* subscript */
  4099 mike  1.1.2.1     -1,
  4100                   /* value */
  4101                   "\000",
  4102               };
  4103               
  4104               static const char*
  4105               _CIM_BlockStatisticsManifest_IncludeStatisticTime_qualifiers[] =
  4106               {
  4107                   /* ModelCorrespondence */
  4108                   "\036\000\001CIM_BlockStorageStatisticalData.StatisticTime\000",
  4109                   0,
  4110               };
  4111               
  4112               static MetaProperty
  4113               _CIM_BlockStatisticsManifest_IncludeStatisticTime =
  4114               {
  4115                   /* flags */
  4116                   META_FLAG_PROPERTY|META_FLAG_READ,
  4117                   /* name */
  4118                   "IncludeStatisticTime",
  4119                   /* qualifiers */
  4120 mike  1.1.2.1     _CIM_BlockStatisticsManifest_IncludeStatisticTime_qualifiers,
  4121                   /* type */
  4122                   CIMTYPE_BOOLEAN,
  4123                   /* subscript */
  4124                   -1,
  4125                   /* value */
  4126                   "\000",
  4127               };
  4128               
  4129               static const char*
  4130               _CIM_BlockStatisticsManifest_IncludeTotalIOs_qualifiers[] =
  4131               {
  4132                   /* ModelCorrespondence */
  4133                   "\036\000\001CIM_BlockStorageStatisticalData.StatisticTime\000",
  4134                   0,
  4135               };
  4136               
  4137               static MetaProperty
  4138               _CIM_BlockStatisticsManifest_IncludeTotalIOs =
  4139               {
  4140                   /* flags */
  4141 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  4142                   /* name */
  4143                   "IncludeTotalIOs",
  4144                   /* qualifiers */
  4145                   _CIM_BlockStatisticsManifest_IncludeTotalIOs_qualifiers,
  4146                   /* type */
  4147                   CIMTYPE_BOOLEAN,
  4148                   /* subscript */
  4149                   -1,
  4150                   /* value */
  4151                   "\000",
  4152               };
  4153               
  4154               static const char*
  4155               _CIM_BlockStatisticsManifest_IncludeKBytesTransferred_qualifiers[] =
  4156               {
  4157                   /* ModelCorrespondence */
  4158                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesTransferred\000",
  4159                   0,
  4160               };
  4161               
  4162 mike  1.1.2.1 static MetaProperty
  4163               _CIM_BlockStatisticsManifest_IncludeKBytesTransferred =
  4164               {
  4165                   /* flags */
  4166                   META_FLAG_PROPERTY|META_FLAG_READ,
  4167                   /* name */
  4168                   "IncludeKBytesTransferred",
  4169                   /* qualifiers */
  4170                   _CIM_BlockStatisticsManifest_IncludeKBytesTransferred_qualifiers,
  4171                   /* type */
  4172                   CIMTYPE_BOOLEAN,
  4173                   /* subscript */
  4174                   -1,
  4175                   /* value */
  4176                   "\000",
  4177               };
  4178               
  4179               static const char*
  4180               _CIM_BlockStatisticsManifest_IncludeIOTimeCounter_qualifiers[] =
  4181               {
  4182                   /* ModelCorrespondence */
  4183 mike  1.1.2.1     "\036\000\001CIM_BlockStorageStatisticalData.IOTimeCounter\000",
  4184                   0,
  4185               };
  4186               
  4187               static MetaProperty
  4188               _CIM_BlockStatisticsManifest_IncludeIOTimeCounter =
  4189               {
  4190                   /* flags */
  4191                   META_FLAG_PROPERTY|META_FLAG_READ,
  4192                   /* name */
  4193                   "IncludeIOTimeCounter",
  4194                   /* qualifiers */
  4195                   _CIM_BlockStatisticsManifest_IncludeIOTimeCounter_qualifiers,
  4196                   /* type */
  4197                   CIMTYPE_BOOLEAN,
  4198                   /* subscript */
  4199                   -1,
  4200                   /* value */
  4201                   "\000",
  4202               };
  4203               
  4204 mike  1.1.2.1 static const char*
  4205               _CIM_BlockStatisticsManifest_IncludeReadIOs_qualifiers[] =
  4206               {
  4207                   /* ModelCorrespondence */
  4208                   "\036\000\001CIM_BlockStorageStatisticalData.ReadIOs\000",
  4209                   0,
  4210               };
  4211               
  4212               static MetaProperty
  4213               _CIM_BlockStatisticsManifest_IncludeReadIOs =
  4214               {
  4215                   /* flags */
  4216                   META_FLAG_PROPERTY|META_FLAG_READ,
  4217                   /* name */
  4218                   "IncludeReadIOs",
  4219                   /* qualifiers */
  4220                   _CIM_BlockStatisticsManifest_IncludeReadIOs_qualifiers,
  4221                   /* type */
  4222                   CIMTYPE_BOOLEAN,
  4223                   /* subscript */
  4224                   -1,
  4225 mike  1.1.2.1     /* value */
  4226                   "\000",
  4227               };
  4228               
  4229               static const char*
  4230               _CIM_BlockStatisticsManifest_IncludeReadHitIOs_qualifiers[] =
  4231               {
  4232                   /* ModelCorrespondence */
  4233                   "\036\000\001CIM_BlockStorageStatisticalData.ReadHitIOs\000",
  4234                   0,
  4235               };
  4236               
  4237               static MetaProperty
  4238               _CIM_BlockStatisticsManifest_IncludeReadHitIOs =
  4239               {
  4240                   /* flags */
  4241                   META_FLAG_PROPERTY|META_FLAG_READ,
  4242                   /* name */
  4243                   "IncludeReadHitIOs",
  4244                   /* qualifiers */
  4245                   _CIM_BlockStatisticsManifest_IncludeReadHitIOs_qualifiers,
  4246 mike  1.1.2.1     /* type */
  4247                   CIMTYPE_BOOLEAN,
  4248                   /* subscript */
  4249                   -1,
  4250                   /* value */
  4251                   "\000",
  4252               };
  4253               
  4254               static const char*
  4255               _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter_qualifiers[] =
  4256               {
  4257                   /* ModelCorrespondence */
  4258                   "\036\000\001CIM_BlockStorageStatisticalData.ReadIOTimeCounter\000",
  4259                   0,
  4260               };
  4261               
  4262               static MetaProperty
  4263               _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter =
  4264               {
  4265                   /* flags */
  4266                   META_FLAG_PROPERTY|META_FLAG_READ,
  4267 mike  1.1.2.1     /* name */
  4268                   "IncludeReadIOTimeCounter",
  4269                   /* qualifiers */
  4270                   _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter_qualifiers,
  4271                   /* type */
  4272                   CIMTYPE_BOOLEAN,
  4273                   /* subscript */
  4274                   -1,
  4275                   /* value */
  4276                   "\000",
  4277               };
  4278               
  4279               static const char*
  4280               _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter_qualifiers[] =
  4281               {
  4282                   /* ModelCorrespondence */
  4283                   "\036\000\001CIM_BlockStorageStatisticalData.ReadHitIOTimeCounter\000",
  4284                   0,
  4285               };
  4286               
  4287               static MetaProperty
  4288 mike  1.1.2.1 _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter =
  4289               {
  4290                   /* flags */
  4291                   META_FLAG_PROPERTY|META_FLAG_READ,
  4292                   /* name */
  4293                   "IncludeReadHitIOTimeCounter",
  4294                   /* qualifiers */
  4295                   _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter_qualifiers,
  4296                   /* type */
  4297                   CIMTYPE_BOOLEAN,
  4298                   /* subscript */
  4299                   -1,
  4300                   /* value */
  4301                   "\000",
  4302               };
  4303               
  4304               static const char*
  4305               _CIM_BlockStatisticsManifest_IncludeKBytesRead_qualifiers[] =
  4306               {
  4307                   /* ModelCorrespondence */
  4308                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesRead\000",
  4309 mike  1.1.2.1     0,
  4310               };
  4311               
  4312               static MetaProperty
  4313               _CIM_BlockStatisticsManifest_IncludeKBytesRead =
  4314               {
  4315                   /* flags */
  4316                   META_FLAG_PROPERTY|META_FLAG_READ,
  4317                   /* name */
  4318                   "IncludeKBytesRead",
  4319                   /* qualifiers */
  4320                   _CIM_BlockStatisticsManifest_IncludeKBytesRead_qualifiers,
  4321                   /* type */
  4322                   CIMTYPE_BOOLEAN,
  4323                   /* subscript */
  4324                   -1,
  4325                   /* value */
  4326                   "\000",
  4327               };
  4328               
  4329               static const char*
  4330 mike  1.1.2.1 _CIM_BlockStatisticsManifest_IncludeWriteIOs_qualifiers[] =
  4331               {
  4332                   /* ModelCorrespondence */
  4333                   "\036\000\001CIM_BlockStorageStatisticalData.WriteIOs\000",
  4334                   0,
  4335               };
  4336               
  4337               static MetaProperty
  4338               _CIM_BlockStatisticsManifest_IncludeWriteIOs =
  4339               {
  4340                   /* flags */
  4341                   META_FLAG_PROPERTY|META_FLAG_READ,
  4342                   /* name */
  4343                   "IncludeWriteIOs",
  4344                   /* qualifiers */
  4345                   _CIM_BlockStatisticsManifest_IncludeWriteIOs_qualifiers,
  4346                   /* type */
  4347                   CIMTYPE_BOOLEAN,
  4348                   /* subscript */
  4349                   -1,
  4350                   /* value */
  4351 mike  1.1.2.1     "\000",
  4352               };
  4353               
  4354               static const char*
  4355               _CIM_BlockStatisticsManifest_IncludeWriteHitIOs_qualifiers[] =
  4356               {
  4357                   /* ModelCorrespondence */
  4358                   "\036\000\001CIM_BlockStorageStatisticalData.WriteHitIOs\000",
  4359                   0,
  4360               };
  4361               
  4362               static MetaProperty
  4363               _CIM_BlockStatisticsManifest_IncludeWriteHitIOs =
  4364               {
  4365                   /* flags */
  4366                   META_FLAG_PROPERTY|META_FLAG_READ,
  4367                   /* name */
  4368                   "IncludeWriteHitIOs",
  4369                   /* qualifiers */
  4370                   _CIM_BlockStatisticsManifest_IncludeWriteHitIOs_qualifiers,
  4371                   /* type */
  4372 mike  1.1.2.1     CIMTYPE_BOOLEAN,
  4373                   /* subscript */
  4374                   -1,
  4375                   /* value */
  4376                   "\000",
  4377               };
  4378               
  4379               static const char*
  4380               _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter_qualifiers[] =
  4381               {
  4382                   /* ModelCorrespondence */
  4383                   "\036\000\001CIM_BlockStorageStatisticalData.WriteIOTimeCounter\000",
  4384                   0,
  4385               };
  4386               
  4387               static MetaProperty
  4388               _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter =
  4389               {
  4390                   /* flags */
  4391                   META_FLAG_PROPERTY|META_FLAG_READ,
  4392                   /* name */
  4393 mike  1.1.2.1     "IncludeWriteIOTimeCounter",
  4394                   /* qualifiers */
  4395                   _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter_qualifiers,
  4396                   /* type */
  4397                   CIMTYPE_BOOLEAN,
  4398                   /* subscript */
  4399                   -1,
  4400                   /* value */
  4401                   "\000",
  4402               };
  4403               
  4404               static const char*
  4405               _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter_qualifiers[] =
  4406               {
  4407                   /* ModelCorrespondence */
  4408                   "\036\000\001CIM_BlockStorageStatisticalData.WriteHitIOTimeCounter\000",
  4409                   0,
  4410               };
  4411               
  4412               static MetaProperty
  4413               _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter =
  4414 mike  1.1.2.1 {
  4415                   /* flags */
  4416                   META_FLAG_PROPERTY|META_FLAG_READ,
  4417                   /* name */
  4418                   "IncludeWriteHitIOTimeCounter",
  4419                   /* qualifiers */
  4420                   _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter_qualifiers,
  4421                   /* type */
  4422                   CIMTYPE_BOOLEAN,
  4423                   /* subscript */
  4424                   -1,
  4425                   /* value */
  4426                   "\000",
  4427               };
  4428               
  4429               static const char*
  4430               _CIM_BlockStatisticsManifest_IncludeKBytesWritten_qualifiers[] =
  4431               {
  4432                   /* ModelCorrespondence */
  4433                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesWritten\000",
  4434                   0,
  4435 mike  1.1.2.1 };
  4436               
  4437               static MetaProperty
  4438               _CIM_BlockStatisticsManifest_IncludeKBytesWritten =
  4439               {
  4440                   /* flags */
  4441                   META_FLAG_PROPERTY|META_FLAG_READ,
  4442                   /* name */
  4443                   "IncludeKBytesWritten",
  4444                   /* qualifiers */
  4445                   _CIM_BlockStatisticsManifest_IncludeKBytesWritten_qualifiers,
  4446                   /* type */
  4447                   CIMTYPE_BOOLEAN,
  4448                   /* subscript */
  4449                   -1,
  4450                   /* value */
  4451                   "\000",
  4452               };
  4453               
  4454               static const char*
  4455               _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter_qualifiers[] =
  4456 mike  1.1.2.1 {
  4457                   /* ModelCorrespondence */
  4458                   "\036\000\001CIM_BlockStorageStatisticalData.IdleTimeCounter\000",
  4459                   0,
  4460               };
  4461               
  4462               static MetaProperty
  4463               _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter =
  4464               {
  4465                   /* flags */
  4466                   META_FLAG_PROPERTY|META_FLAG_READ,
  4467                   /* name */
  4468                   "IncludeIdleTimeCounter",
  4469                   /* qualifiers */
  4470                   _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter_qualifiers,
  4471                   /* type */
  4472                   CIMTYPE_BOOLEAN,
  4473                   /* subscript */
  4474                   -1,
  4475                   /* value */
  4476                   "\000",
  4477 mike  1.1.2.1 };
  4478               
  4479               static const char*
  4480               _CIM_BlockStatisticsManifest_IncludeMaintOp_qualifiers[] =
  4481               {
  4482                   /* ModelCorrespondence */
  4483                   "\036\000\001CIM_BlockStorageStatisticalData.MaintOp\000",
  4484                   0,
  4485               };
  4486               
  4487               static MetaProperty
  4488               _CIM_BlockStatisticsManifest_IncludeMaintOp =
  4489               {
  4490                   /* flags */
  4491                   META_FLAG_PROPERTY|META_FLAG_READ,
  4492                   /* name */
  4493                   "IncludeMaintOp",
  4494                   /* qualifiers */
  4495                   _CIM_BlockStatisticsManifest_IncludeMaintOp_qualifiers,
  4496                   /* type */
  4497                   CIMTYPE_BOOLEAN,
  4498 mike  1.1.2.1     /* subscript */
  4499                   -1,
  4500                   /* value */
  4501                   "\000",
  4502               };
  4503               
  4504               static const char*
  4505               _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter_qualifiers[] =
  4506               {
  4507                   /* ModelCorrespondence */
  4508                   "\036\000\001CIM_BlockStorageStatisticalData.MaintTimeCounter\000",
  4509                   0,
  4510               };
  4511               
  4512               static MetaProperty
  4513               _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter =
  4514               {
  4515                   /* flags */
  4516                   META_FLAG_PROPERTY|META_FLAG_READ,
  4517                   /* name */
  4518                   "IncludeMaintTimeCounter",
  4519 mike  1.1.2.1     /* qualifiers */
  4520                   _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter_qualifiers,
  4521                   /* type */
  4522                   CIMTYPE_BOOLEAN,
  4523                   /* subscript */
  4524                   -1,
  4525                   /* value */
  4526                   "\000",
  4527               };
  4528               
  4529               static MetaFeature*
  4530               _CIM_BlockStatisticsManifest_features[] =
  4531               {
  4532                   (MetaFeature*)&_CIM_BlockStatisticsManifest_InstanceID,
  4533                   (MetaFeature*)&_CIM_BlockStatisticsManifest_ElementType,
  4534                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeStartStatisticTime,
  4535                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeStatisticTime,
  4536                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeTotalIOs,
  4537                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesTransferred,
  4538                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeIOTimeCounter,
  4539                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadIOs,
  4540 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadHitIOs,
  4541                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter,
  4542                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter,
  4543                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesRead,
  4544                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteIOs,
  4545                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteHitIOs,
  4546                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter,
  4547                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter,
  4548                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesWritten,
  4549                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeIdleTimeCounter,
  4550                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeMaintOp,
  4551                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeMaintTimeCounter,
  4552                   0,
  4553               };
  4554               
  4555               static const char*
  4556               __root_cimv2_CIM_BlockStatisticsManifest_qualifiers[] =
  4557               {
  4558                   /* UMLPackagePath */
  4559                   "\057CIM::Device::StorageStatistics",
  4560                   /* Version */
  4561 mike  1.1.2.1     "\0632.10.0",
  4562                   0,
  4563               };
  4564               
  4565               MetaClass
  4566               __root_cimv2_CIM_BlockStatisticsManifest =
  4567               {
  4568                   /* flags */
  4569                   META_FLAG_CLASS,
  4570                   /* name */
  4571                   "CIM_BlockStatisticsManifest",
  4572                   /* qualifiers */
  4573                   __root_cimv2_CIM_BlockStatisticsManifest_qualifiers,
  4574                   /* super */
  4575                   &__root_cimv2_CIM_ManagedElement,
  4576                   /* features */
  4577                   _CIM_BlockStatisticsManifest_features,
  4578               };
  4579               
  4580               //==============================================================================
  4581               //
  4582 mike  1.1.2.1 // Class: CIM_Capabilities
  4583               //
  4584               //==============================================================================
  4585               
  4586               static const char*
  4587               _CIM_Capabilities_InstanceID_qualifiers[] =
  4588               {
  4589                   /* Key */
  4590                   "\025\001",
  4591                   0,
  4592               };
  4593               
  4594               static MetaProperty
  4595               _CIM_Capabilities_InstanceID =
  4596               {
  4597                   /* flags */
  4598                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  4599                   /* name */
  4600                   "InstanceID",
  4601                   /* qualifiers */
  4602                   _CIM_Capabilities_InstanceID_qualifiers,
  4603 mike  1.1.2.1     /* type */
  4604                   CIMTYPE_STRING,
  4605                   /* subscript */
  4606                   -1,
  4607                   /* value */
  4608                   0,
  4609               };
  4610               
  4611               static const char*
  4612               _CIM_Capabilities_ElementName_qualifiers[] =
  4613               {
  4614                   /* Required */
  4615                   "\050\001",
  4616                   /* Override */
  4617                   "\044ElementName",
  4618                   0,
  4619               };
  4620               
  4621               static MetaProperty
  4622               _CIM_Capabilities_ElementName =
  4623               {
  4624 mike  1.1.2.1     /* flags */
  4625                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  4626                   /* name */
  4627                   "ElementName",
  4628                   /* qualifiers */
  4629                   _CIM_Capabilities_ElementName_qualifiers,
  4630                   /* type */
  4631                   CIMTYPE_STRING,
  4632                   /* subscript */
  4633                   -1,
  4634                   /* value */
  4635                   0,
  4636               };
  4637               
  4638               static MetaFeature*
  4639               _CIM_Capabilities_features[] =
  4640               {
  4641                   (MetaFeature*)&_CIM_Capabilities_InstanceID,
  4642                   (MetaFeature*)&_CIM_Capabilities_ElementName,
  4643                   0,
  4644               };
  4645 mike  1.1.2.1 
  4646               static const char*
  4647               __root_cimv2_CIM_Capabilities_qualifiers[] =
  4648               {
  4649                   /* UMLPackagePath */
  4650                   "\057CIM::Core::Capabilities",
  4651                   /* Abstract */
  4652                   "\002\001",
  4653                   /* Version */
  4654                   "\0632.7.0",
  4655                   0,
  4656               };
  4657               
  4658               MetaClass
  4659               __root_cimv2_CIM_Capabilities =
  4660               {
  4661                   /* flags */
  4662                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4663                   /* name */
  4664                   "CIM_Capabilities",
  4665                   /* qualifiers */
  4666 mike  1.1.2.1     __root_cimv2_CIM_Capabilities_qualifiers,
  4667                   /* super */
  4668                   &__root_cimv2_CIM_ManagedElement,
  4669                   /* features */
  4670                   _CIM_Capabilities_features,
  4671               };
  4672               
  4673               //==============================================================================
  4674               //
  4675               // Class: CIM_ClassIndication
  4676               //
  4677               //==============================================================================
  4678               
  4679               static const char*
  4680               _CIM_ClassIndication_ClassDefinition_qualifiers[] =
  4681               {
  4682                   /* Required */
  4683                   "\050\001",
  4684                   /* EmbeddedObject */
  4685                   "\020\001",
  4686                   0,
  4687 mike  1.1.2.1 };
  4688               
  4689               static MetaProperty
  4690               _CIM_ClassIndication_ClassDefinition =
  4691               {
  4692                   /* flags */
  4693                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  4694                   /* name */
  4695                   "ClassDefinition",
  4696                   /* qualifiers */
  4697                   _CIM_ClassIndication_ClassDefinition_qualifiers,
  4698                   /* type */
  4699                   CIMTYPE_STRING,
  4700                   /* subscript */
  4701                   -1,
  4702                   /* value */
  4703                   0,
  4704               };
  4705               
  4706               static MetaFeature*
  4707               _CIM_ClassIndication_features[] =
  4708 mike  1.1.2.1 {
  4709                   (MetaFeature*)&_CIM_ClassIndication_ClassDefinition,
  4710                   0,
  4711               };
  4712               
  4713               static const char*
  4714               __root_cimv2_CIM_ClassIndication_qualifiers[] =
  4715               {
  4716                   /* INDICATION */
  4717                   "\001\001",
  4718                   /* UMLPackagePath */
  4719                   "\057CIM::Event",
  4720                   /* Abstract */
  4721                   "\002\001",
  4722                   /* Version */
  4723                   "\0632.6.0",
  4724                   0,
  4725               };
  4726               
  4727               MetaClass
  4728               __root_cimv2_CIM_ClassIndication =
  4729 mike  1.1.2.1 {
  4730                   /* flags */
  4731                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  4732                   /* name */
  4733                   "CIM_ClassIndication",
  4734                   /* qualifiers */
  4735                   __root_cimv2_CIM_ClassIndication_qualifiers,
  4736                   /* super */
  4737                   &__root_cimv2_CIM_Indication,
  4738                   /* features */
  4739                   _CIM_ClassIndication_features,
  4740               };
  4741               
  4742               //==============================================================================
  4743               //
  4744               // Class: CIM_ClassModification
  4745               //
  4746               //==============================================================================
  4747               
  4748               static const char*
  4749               _CIM_ClassModification_PreviousClassDefinition_qualifiers[] =
  4750 mike  1.1.2.1 {
  4751                   /* Required */
  4752                   "\050\001",
  4753                   /* EmbeddedObject */
  4754                   "\020\001",
  4755                   0,
  4756               };
  4757               
  4758               static MetaProperty
  4759               _CIM_ClassModification_PreviousClassDefinition =
  4760               {
  4761                   /* flags */
  4762                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  4763                   /* name */
  4764                   "PreviousClassDefinition",
  4765                   /* qualifiers */
  4766                   _CIM_ClassModification_PreviousClassDefinition_qualifiers,
  4767                   /* type */
  4768                   CIMTYPE_STRING,
  4769                   /* subscript */
  4770                   -1,
  4771 mike  1.1.2.1     /* value */
  4772                   0,
  4773               };
  4774               
  4775               static MetaFeature*
  4776               _CIM_ClassModification_features[] =
  4777               {
  4778                   (MetaFeature*)&_CIM_ClassModification_PreviousClassDefinition,
  4779                   0,
  4780               };
  4781               
  4782               static const char*
  4783               __root_cimv2_CIM_ClassModification_qualifiers[] =
  4784               {
  4785                   /* INDICATION */
  4786                   "\001\001",
  4787                   /* UMLPackagePath */
  4788                   "\057CIM::Event",
  4789                   /* Version */
  4790                   "\0632.6.0",
  4791                   0,
  4792 mike  1.1.2.1 };
  4793               
  4794               MetaClass
  4795               __root_cimv2_CIM_ClassModification =
  4796               {
  4797                   /* flags */
  4798                   META_FLAG_INDICATION,
  4799                   /* name */
  4800                   "CIM_ClassModification",
  4801                   /* qualifiers */
  4802                   __root_cimv2_CIM_ClassModification_qualifiers,
  4803                   /* super */
  4804                   &__root_cimv2_CIM_ClassIndication,
  4805                   /* features */
  4806                   _CIM_ClassModification_features,
  4807               };
  4808               
  4809               //==============================================================================
  4810               //
  4811               // Class: CIM_Collection
  4812               //
  4813 mike  1.1.2.1 //==============================================================================
  4814               
  4815               static MetaFeature*
  4816               _CIM_Collection_features[] =
  4817               {
  4818                   0,
  4819               };
  4820               
  4821               static const char*
  4822               __root_cimv2_CIM_Collection_qualifiers[] =
  4823               {
  4824                   /* UMLPackagePath */
  4825                   "\057CIM::Core::Collection",
  4826                   /* Abstract */
  4827                   "\002\001",
  4828                   /* Version */
  4829                   "\0632.6.0",
  4830                   0,
  4831               };
  4832               
  4833               MetaClass
  4834 mike  1.1.2.1 __root_cimv2_CIM_Collection =
  4835               {
  4836                   /* flags */
  4837                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4838                   /* name */
  4839                   "CIM_Collection",
  4840                   /* qualifiers */
  4841                   __root_cimv2_CIM_Collection_qualifiers,
  4842                   /* super */
  4843                   &__root_cimv2_CIM_ManagedElement,
  4844                   /* features */
  4845                   _CIM_Collection_features,
  4846               };
  4847               
  4848               //==============================================================================
  4849               //
  4850               // Class: CIM_CollectionOfMSEs
  4851               //
  4852               //==============================================================================
  4853               
  4854               static const char*
  4855 mike  1.1.2.1 _CIM_CollectionOfMSEs_CollectionID_qualifiers[] =
  4856               {
  4857                   /* MaxLen */
  4858                   "\030\000\000\001\000",
  4859                   0,
  4860               };
  4861               
  4862               static MetaProperty
  4863               _CIM_CollectionOfMSEs_CollectionID =
  4864               {
  4865                   /* flags */
  4866                   META_FLAG_PROPERTY|META_FLAG_READ,
  4867                   /* name */
  4868                   "CollectionID",
  4869                   /* qualifiers */
  4870                   _CIM_CollectionOfMSEs_CollectionID_qualifiers,
  4871                   /* type */
  4872                   CIMTYPE_STRING,
  4873                   /* subscript */
  4874                   -1,
  4875                   /* value */
  4876 mike  1.1.2.1     0,
  4877               };
  4878               
  4879               static MetaFeature*
  4880               _CIM_CollectionOfMSEs_features[] =
  4881               {
  4882                   (MetaFeature*)&_CIM_CollectionOfMSEs_CollectionID,
  4883                   0,
  4884               };
  4885               
  4886               static const char*
  4887               __root_cimv2_CIM_CollectionOfMSEs_qualifiers[] =
  4888               {
  4889                   /* UMLPackagePath */
  4890                   "\057CIM::Core::Collection",
  4891                   /* Abstract */
  4892                   "\002\001",
  4893                   /* Version */
  4894                   "\0632.10.0",
  4895                   0,
  4896               };
  4897 mike  1.1.2.1 
  4898               MetaClass
  4899               __root_cimv2_CIM_CollectionOfMSEs =
  4900               {
  4901                   /* flags */
  4902                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4903                   /* name */
  4904                   "CIM_CollectionOfMSEs",
  4905                   /* qualifiers */
  4906                   __root_cimv2_CIM_CollectionOfMSEs_qualifiers,
  4907                   /* super */
  4908                   &__root_cimv2_CIM_Collection,
  4909                   /* features */
  4910                   _CIM_CollectionOfMSEs_features,
  4911               };
  4912               
  4913               //==============================================================================
  4914               //
  4915               // Class: CIM_CommonDatabaseCapabilities
  4916               //
  4917               //==============================================================================
  4918 mike  1.1.2.1 
  4919               static const char*
  4920               _CIM_CommonDatabaseCapabilities_RecoverabilityOptions_qualifiers[] =
  4921               {
  4922                   /* ValueMap */
  4923                   "\061\000\0041\0002\0003\0004\000",
  4924                   /* Values */
  4925                   "\062\000\004Other\000Recoverable\000Non-Recoverable\000Rebuildable\000",
  4926                   /* ArrayType */
  4927                   "\005Indexed",
  4928                   /* ModelCorrespondence */
  4929                   "\036\000\001CIM_CommonDatabaseCapabilities.OtherRecoverabilityOptions\000",
  4930                   0,
  4931               };
  4932               
  4933               static MetaProperty
  4934               _CIM_CommonDatabaseCapabilities_RecoverabilityOptions =
  4935               {
  4936                   /* flags */
  4937                   META_FLAG_PROPERTY|META_FLAG_READ,
  4938                   /* name */
  4939 mike  1.1.2.1     "RecoverabilityOptions",
  4940                   /* qualifiers */
  4941                   _CIM_CommonDatabaseCapabilities_RecoverabilityOptions_qualifiers,
  4942                   /* type */
  4943                   CIMTYPE_UINT16,
  4944                   /* subscript */
  4945                   0,
  4946                   /* value */
  4947                   0,
  4948               };
  4949               
  4950               static const char*
  4951               _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions_qualifiers[] =
  4952               {
  4953                   /* ArrayType */
  4954                   "\005Indexed",
  4955                   /* ModelCorrespondence */
  4956                   "\036\000\001CIM_CommonDatabaseCapabilities.RecoverabilityOptions\000",
  4957                   0,
  4958               };
  4959               
  4960 mike  1.1.2.1 static MetaProperty
  4961               _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions =
  4962               {
  4963                   /* flags */
  4964                   META_FLAG_PROPERTY|META_FLAG_READ,
  4965                   /* name */
  4966                   "OtherRecoverabilityOptions",
  4967                   /* qualifiers */
  4968                   _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions_qualifiers,
  4969                   /* type */
  4970                   CIMTYPE_STRING,
  4971                   /* subscript */
  4972                   0,
  4973                   /* value */
  4974                   0,
  4975               };
  4976               
  4977               static MetaFeature*
  4978               _CIM_CommonDatabaseCapabilities_features[] =
  4979               {
  4980                   (MetaFeature*)&_CIM_CommonDatabaseCapabilities_RecoverabilityOptions,
  4981 mike  1.1.2.1     (MetaFeature*)&_CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions,
  4982                   0,
  4983               };
  4984               
  4985               static const char*
  4986               __root_cimv2_CIM_CommonDatabaseCapabilities_qualifiers[] =
  4987               {
  4988                   /* UMLPackagePath */
  4989                   "\057CIM::Database::Storage",
  4990                   /* Version */
  4991                   "\0632.8.0",
  4992                   0,
  4993               };
  4994               
  4995               MetaClass
  4996               __root_cimv2_CIM_CommonDatabaseCapabilities =
  4997               {
  4998                   /* flags */
  4999                   META_FLAG_CLASS,
  5000                   /* name */
  5001                   "CIM_CommonDatabaseCapabilities",
  5002 mike  1.1.2.1     /* qualifiers */
  5003                   __root_cimv2_CIM_CommonDatabaseCapabilities_qualifiers,
  5004                   /* super */
  5005                   &__root_cimv2_CIM_Capabilities,
  5006                   /* features */
  5007                   _CIM_CommonDatabaseCapabilities_features,
  5008               };
  5009               
  5010               //==============================================================================
  5011               //
  5012               // Class: CIM_Component
  5013               //
  5014               //==============================================================================
  5015               
  5016               static const char*
  5017               _CIM_Component_GroupComponent_qualifiers[] =
  5018               {
  5019                   /* Key */
  5020                   "\025\001",
  5021                   /* Aggregate */
  5022                   "\003\001",
  5023 mike  1.1.2.1     0,
  5024               };
  5025               
  5026               static MetaReference
  5027               _CIM_Component_GroupComponent =
  5028               {
  5029                   /* flags */
  5030                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5031                   /* name */
  5032                   "GroupComponent",
  5033                   /* qualifiers */
  5034                   _CIM_Component_GroupComponent_qualifiers,
  5035                   /* subscript */
  5036                   -1,
  5037                   /* refId */
  5038                   &__root_cimv2_CIM_ManagedElement,
  5039               };
  5040               
  5041               static const char*
  5042               _CIM_Component_PartComponent_qualifiers[] =
  5043               {
  5044 mike  1.1.2.1     /* Key */
  5045                   "\025\001",
  5046                   0,
  5047               };
  5048               
  5049               static MetaReference
  5050               _CIM_Component_PartComponent =
  5051               {
  5052                   /* flags */
  5053                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5054                   /* name */
  5055                   "PartComponent",
  5056                   /* qualifiers */
  5057                   _CIM_Component_PartComponent_qualifiers,
  5058                   /* subscript */
  5059                   -1,
  5060                   /* refId */
  5061                   &__root_cimv2_CIM_ManagedElement,
  5062               };
  5063               
  5064               static MetaFeature*
  5065 mike  1.1.2.1 _CIM_Component_features[] =
  5066               {
  5067                   (MetaFeature*)&_CIM_Component_GroupComponent,
  5068                   (MetaFeature*)&_CIM_Component_PartComponent,
  5069                   0,
  5070               };
  5071               
  5072               static const char*
  5073               __root_cimv2_CIM_Component_qualifiers[] =
  5074               {
  5075                   /* ASSOCIATION */
  5076                   "\000\001",
  5077                   /* UMLPackagePath */
  5078                   "\057CIM::Core::CoreElements",
  5079                   /* Abstract */
  5080                   "\002\001",
  5081                   /* Aggregation */
  5082                   "\004\001",
  5083                   /* Version */
  5084                   "\0632.7.0",
  5085                   0,
  5086 mike  1.1.2.1 };
  5087               
  5088               MetaClass
  5089               __root_cimv2_CIM_Component =
  5090               {
  5091                   /* flags */
  5092                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
  5093                   /* name */
  5094                   "CIM_Component",
  5095                   /* qualifiers */
  5096                   __root_cimv2_CIM_Component_qualifiers,
  5097                   /* super */
  5098                   0,
  5099                   /* features */
  5100                   _CIM_Component_features,
  5101               };
  5102               
  5103               //==============================================================================
  5104               //
  5105               // Class: CIM_ComputerSystemNodeCapabilities
  5106               //
  5107 mike  1.1.2.1 //==============================================================================
  5108               
  5109               static const char*
  5110               _CIM_ComputerSystemNodeCapabilities_BatterySupported_qualifiers[] =
  5111               {
  5112                   /* Required */
  5113                   "\050\001",
  5114                   /* ValueMap */
  5115                   "\061\000\0030\0002\0003\000",
  5116                   /* Values */
  5117                   "\062\000\003Unknown\000Battery Supported\000Battery Not Supported\000",
  5118                   0,
  5119               };
  5120               
  5121               static MetaProperty
  5122               _CIM_ComputerSystemNodeCapabilities_BatterySupported =
  5123               {
  5124                   /* flags */
  5125                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  5126                   /* name */
  5127                   "BatterySupported",
  5128 mike  1.1.2.1     /* qualifiers */
  5129                   _CIM_ComputerSystemNodeCapabilities_BatterySupported_qualifiers,
  5130                   /* type */
  5131                   CIMTYPE_UINT16,
  5132                   /* subscript */
  5133                   -1,
  5134                   /* value */
  5135                   0,
  5136               };
  5137               
  5138               static const char*
  5139               _CIM_ComputerSystemNodeCapabilities_ECCSupported_qualifiers[] =
  5140               {
  5141                   /* Required */
  5142                   "\050\001",
  5143                   /* ValueMap */
  5144                   "\061\000\0030\0002\0003\000",
  5145                   /* Values */
  5146                   "\062\000\003Unknown\000Single-bit ECC\000Multi-bit ECC\000",
  5147                   /* MappingStrings */
  5148                   "\026\000\001MIF.DMTF|Physical Memory|002.10\000",
  5149 mike  1.1.2.1     0,
  5150               };
  5151               
  5152               static MetaProperty
  5153               _CIM_ComputerSystemNodeCapabilities_ECCSupported =
  5154               {
  5155                   /* flags */
  5156                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  5157                   /* name */
  5158                   "ECCSupported",
  5159                   /* qualifiers */
  5160                   _CIM_ComputerSystemNodeCapabilities_ECCSupported_qualifiers,
  5161                   /* type */
  5162                   CIMTYPE_UINT16,
  5163                   /* subscript */
  5164                   -1,
  5165                   /* value */
  5166                   0,
  5167               };
  5168               
  5169               static MetaFeature*
  5170 mike  1.1.2.1 _CIM_ComputerSystemNodeCapabilities_features[] =
  5171               {
  5172                   (MetaFeature*)&_CIM_ComputerSystemNodeCapabilities_BatterySupported,
  5173                   (MetaFeature*)&_CIM_ComputerSystemNodeCapabilities_ECCSupported,
  5174                   0,
  5175               };
  5176               
  5177               static const char*
  5178               __root_cimv2_CIM_ComputerSystemNodeCapabilities_qualifiers[] =
  5179               {
  5180                   /* UMLPackagePath */
  5181                   "\057CIM::System::SystemElements",
  5182                   /* Version */
  5183                   "\0632.7.2",
  5184                   0,
  5185               };
  5186               
  5187               MetaClass
  5188               __root_cimv2_CIM_ComputerSystemNodeCapabilities =
  5189               {
  5190                   /* flags */
  5191 mike  1.1.2.1     META_FLAG_CLASS,
  5192                   /* name */
  5193                   "CIM_ComputerSystemNodeCapabilities",
  5194                   /* qualifiers */
  5195                   __root_cimv2_CIM_ComputerSystemNodeCapabilities_qualifiers,
  5196                   /* super */
  5197                   &__root_cimv2_CIM_Capabilities,
  5198                   /* features */
  5199                   _CIM_ComputerSystemNodeCapabilities_features,
  5200               };
  5201               
  5202               //==============================================================================
  5203               //
  5204               // Class: CIM_ConcreteCollection
  5205               //
  5206               //==============================================================================
  5207               
  5208               static const char*
  5209               _CIM_ConcreteCollection_InstanceID_qualifiers[] =
  5210               {
  5211                   /* Key */
  5212 mike  1.1.2.1     "\025\001",
  5213                   0,
  5214               };
  5215               
  5216               static MetaProperty
  5217               _CIM_ConcreteCollection_InstanceID =
  5218               {
  5219                   /* flags */
  5220                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  5221                   /* name */
  5222                   "InstanceID",
  5223                   /* qualifiers */
  5224                   _CIM_ConcreteCollection_InstanceID_qualifiers,
  5225                   /* type */
  5226                   CIMTYPE_STRING,
  5227                   /* subscript */
  5228                   -1,
  5229                   /* value */
  5230                   0,
  5231               };
  5232               
  5233 mike  1.1.2.1 static MetaFeature*
  5234               _CIM_ConcreteCollection_features[] =
  5235               {
  5236                   (MetaFeature*)&_CIM_ConcreteCollection_InstanceID,
  5237                   0,
  5238               };
  5239               
  5240               static const char*
  5241               __root_cimv2_CIM_ConcreteCollection_qualifiers[] =
  5242               {
  5243                   /* UMLPackagePath */
  5244                   "\057CIM::Core::Collection",
  5245                   /* Version */
  5246                   "\0632.10.0",
  5247                   0,
  5248               };
  5249               
  5250               MetaClass
  5251               __root_cimv2_CIM_ConcreteCollection =
  5252               {
  5253                   /* flags */
  5254 mike  1.1.2.1     META_FLAG_CLASS,
  5255                   /* name */
  5256                   "CIM_ConcreteCollection",
  5257                   /* qualifiers */
  5258                   __root_cimv2_CIM_ConcreteCollection_qualifiers,
  5259                   /* super */
  5260                   &__root_cimv2_CIM_Collection,
  5261                   /* features */
  5262                   _CIM_ConcreteCollection_features,
  5263               };
  5264               
  5265               //==============================================================================
  5266               //
  5267               // Class: CIM_ConcreteComponent
  5268               //
  5269               //==============================================================================
  5270               
  5271               static const char*
  5272               _CIM_ConcreteComponent_GroupComponent_qualifiers[] =
  5273               {
  5274                   /* Aggregate */
  5275 mike  1.1.2.1     "\003\001",
  5276                   /* Override */
  5277                   "\044GroupComponent",
  5278                   0,
  5279               };
  5280               
  5281               static MetaReference
  5282               _CIM_ConcreteComponent_GroupComponent =
  5283               {
  5284                   /* flags */
  5285                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
  5286                   /* name */
  5287                   "GroupComponent",
  5288                   /* qualifiers */
  5289                   _CIM_ConcreteComponent_GroupComponent_qualifiers,
  5290                   /* subscript */
  5291                   -1,
  5292                   /* refId */
  5293                   &__root_cimv2_CIM_ManagedElement,
  5294               };
  5295               
  5296 mike  1.1.2.1 static const char*
  5297               _CIM_ConcreteComponent_PartComponent_qualifiers[] =
  5298               {
  5299                   /* Override */
  5300                   "\044PartComponent",
  5301                   0,
  5302               };
  5303               
  5304               static MetaReference
  5305               _CIM_ConcreteComponent_PartComponent =
  5306               {
  5307                   /* flags */
  5308                   META_FLAG_REFERENCE|META_FLAG_READ,
  5309                   /* name */
  5310                   "PartComponent",
  5311                   /* qualifiers */
  5312                   _CIM_ConcreteComponent_PartComponent_qualifiers,
  5313                   /* subscript */
  5314                   -1,
  5315                   /* refId */
  5316                   &__root_cimv2_CIM_ManagedElement,
  5317 mike  1.1.2.1 };
  5318               
  5319               static MetaFeature*
  5320               _CIM_ConcreteComponent_features[] =
  5321               {
  5322                   (MetaFeature*)&_CIM_ConcreteComponent_GroupComponent,
  5323                   (MetaFeature*)&_CIM_ConcreteComponent_PartComponent,
  5324                   0,
  5325               };
  5326               
  5327               static const char*
  5328               __root_cimv2_CIM_ConcreteComponent_qualifiers[] =
  5329               {
  5330                   /* ASSOCIATION */
  5331                   "\000\001",
  5332                   /* UMLPackagePath */
  5333                   "\057CIM::Core::CoreElements",
  5334                   /* Aggregation */
  5335                   "\004\001",
  5336                   /* Version */
  5337                   "\0632.10.0",
  5338 mike  1.1.2.1     0,
  5339               };
  5340               
  5341               MetaClass
  5342               __root_cimv2_CIM_ConcreteComponent =
  5343               {
  5344                   /* flags */
  5345                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5346                   /* name */
  5347                   "CIM_ConcreteComponent",
  5348                   /* qualifiers */
  5349                   __root_cimv2_CIM_ConcreteComponent_qualifiers,
  5350                   /* super */
  5351                   &__root_cimv2_CIM_Component,
  5352                   /* features */
  5353                   _CIM_ConcreteComponent_features,
  5354               };
  5355               
  5356               //==============================================================================
  5357               //
  5358               // Class: CIM_Configuration
  5359 mike  1.1.2.1 //
  5360               //==============================================================================
  5361               
  5362               static const char*
  5363               _CIM_Configuration_Name_qualifiers[] =
  5364               {
  5365                   /* Key */
  5366                   "\025\001",
  5367                   /* MaxLen */
  5368                   "\030\000\000\001\000",
  5369                   0,
  5370               };
  5371               
  5372               static MetaProperty
  5373               _CIM_Configuration_Name =
  5374               {
  5375                   /* flags */
  5376                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  5377                   /* name */
  5378                   "Name",
  5379                   /* qualifiers */
  5380 mike  1.1.2.1     _CIM_Configuration_Name_qualifiers,
  5381                   /* type */
  5382                   CIMTYPE_STRING,
  5383                   /* subscript */
  5384                   -1,
  5385                   /* value */
  5386                   0,
  5387               };
  5388               
  5389               static MetaFeature*
  5390               _CIM_Configuration_features[] =
  5391               {
  5392                   (MetaFeature*)&_CIM_Configuration_Name,
  5393                   0,
  5394               };
  5395               
  5396               static const char*
  5397               __root_cimv2_CIM_Configuration_qualifiers[] =
  5398               {
  5399                   /* UMLPackagePath */
  5400                   "\057CIM::Core::Settings",
  5401 mike  1.1.2.1     /* Version */
  5402                   "\0632.6.0",
  5403                   0,
  5404               };
  5405               
  5406               MetaClass
  5407               __root_cimv2_CIM_Configuration =
  5408               {
  5409                   /* flags */
  5410                   META_FLAG_CLASS,
  5411                   /* name */
  5412                   "CIM_Configuration",
  5413                   /* qualifiers */
  5414                   __root_cimv2_CIM_Configuration_qualifiers,
  5415                   /* super */
  5416                   &__root_cimv2_CIM_ManagedElement,
  5417                   /* features */
  5418                   _CIM_Configuration_features,
  5419               };
  5420               
  5421               //==============================================================================
  5422 mike  1.1.2.1 //
  5423               // Class: CIM_ConfigurationComponent
  5424               //
  5425               //==============================================================================
  5426               
  5427               static const char*
  5428               _CIM_ConfigurationComponent_ConfigGroup_qualifiers[] =
  5429               {
  5430                   /* Key */
  5431                   "\025\001",
  5432                   /* Aggregate */
  5433                   "\003\001",
  5434                   0,
  5435               };
  5436               
  5437               static MetaReference
  5438               _CIM_ConfigurationComponent_ConfigGroup =
  5439               {
  5440                   /* flags */
  5441                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5442                   /* name */
  5443 mike  1.1.2.1     "ConfigGroup",
  5444                   /* qualifiers */
  5445                   _CIM_ConfigurationComponent_ConfigGroup_qualifiers,
  5446                   /* subscript */
  5447                   -1,
  5448                   /* refId */
  5449                   &__root_cimv2_CIM_Configuration,
  5450               };
  5451               
  5452               static const char*
  5453               _CIM_ConfigurationComponent_ConfigComponent_qualifiers[] =
  5454               {
  5455                   /* Key */
  5456                   "\025\001",
  5457                   0,
  5458               };
  5459               
  5460               static MetaReference
  5461               _CIM_ConfigurationComponent_ConfigComponent =
  5462               {
  5463                   /* flags */
  5464 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5465                   /* name */
  5466                   "ConfigComponent",
  5467                   /* qualifiers */
  5468                   _CIM_ConfigurationComponent_ConfigComponent_qualifiers,
  5469                   /* subscript */
  5470                   -1,
  5471                   /* refId */
  5472                   &__root_cimv2_CIM_Configuration,
  5473               };
  5474               
  5475               static MetaFeature*
  5476               _CIM_ConfigurationComponent_features[] =
  5477               {
  5478                   (MetaFeature*)&_CIM_ConfigurationComponent_ConfigGroup,
  5479                   (MetaFeature*)&_CIM_ConfigurationComponent_ConfigComponent,
  5480                   0,
  5481               };
  5482               
  5483               static const char*
  5484               __root_cimv2_CIM_ConfigurationComponent_qualifiers[] =
  5485 mike  1.1.2.1 {
  5486                   /* ASSOCIATION */
  5487                   "\000\001",
  5488                   /* UMLPackagePath */
  5489                   "\057CIM::Core::Settings",
  5490                   /* Aggregation */
  5491                   "\004\001",
  5492                   /* Version */
  5493                   "\0632.6.0",
  5494                   0,
  5495               };
  5496               
  5497               MetaClass
  5498               __root_cimv2_CIM_ConfigurationComponent =
  5499               {
  5500                   /* flags */
  5501                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5502                   /* name */
  5503                   "CIM_ConfigurationComponent",
  5504                   /* qualifiers */
  5505                   __root_cimv2_CIM_ConfigurationComponent_qualifiers,
  5506 mike  1.1.2.1     /* super */
  5507                   0,
  5508                   /* features */
  5509                   _CIM_ConfigurationComponent_features,
  5510               };
  5511               
  5512               //==============================================================================
  5513               //
  5514               // Class: CIM_Credential
  5515               //
  5516               //==============================================================================
  5517               
  5518               static const char*
  5519               _CIM_Credential_Issued_qualifiers[] =
  5520               {
  5521                   0,
  5522               };
  5523               
  5524               static MetaProperty
  5525               _CIM_Credential_Issued =
  5526               {
  5527 mike  1.1.2.1     /* flags */
  5528                   META_FLAG_PROPERTY|META_FLAG_READ,
  5529                   /* name */
  5530                   "Issued",
  5531                   /* qualifiers */
  5532                   _CIM_Credential_Issued_qualifiers,
  5533                   /* type */
  5534                   CIMTYPE_DATETIME,
  5535                   /* subscript */
  5536                   -1,
  5537                   /* value */
  5538                   0,
  5539               };
  5540               
  5541               static const char*
  5542               _CIM_Credential_Expires_qualifiers[] =
  5543               {
  5544                   0,
  5545               };
  5546               
  5547               static MetaProperty
  5548 mike  1.1.2.1 _CIM_Credential_Expires =
  5549               {
  5550                   /* flags */
  5551                   META_FLAG_PROPERTY|META_FLAG_READ,
  5552                   /* name */
  5553                   "Expires",
  5554                   /* qualifiers */
  5555                   _CIM_Credential_Expires_qualifiers,
  5556                   /* type */
  5557                   CIMTYPE_DATETIME,
  5558                   /* subscript */
  5559                   -1,
  5560                   /* value */
  5561                   0,
  5562               };
  5563               
  5564               static MetaFeature*
  5565               _CIM_Credential_features[] =
  5566               {
  5567                   (MetaFeature*)&_CIM_Credential_Issued,
  5568                   (MetaFeature*)&_CIM_Credential_Expires,
  5569 mike  1.1.2.1     0,
  5570               };
  5571               
  5572               static const char*
  5573               __root_cimv2_CIM_Credential_qualifiers[] =
  5574               {
  5575                   /* UMLPackagePath */
  5576                   "\057CIM::User::Credential",
  5577                   /* Abstract */
  5578                   "\002\001",
  5579                   /* Version */
  5580                   "\0632.8.0",
  5581                   0,
  5582               };
  5583               
  5584               MetaClass
  5585               __root_cimv2_CIM_Credential =
  5586               {
  5587                   /* flags */
  5588                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  5589                   /* name */
  5590 mike  1.1.2.1     "CIM_Credential",
  5591                   /* qualifiers */
  5592                   __root_cimv2_CIM_Credential_qualifiers,
  5593                   /* super */
  5594                   &__root_cimv2_CIM_ManagedElement,
  5595                   /* features */
  5596                   _CIM_Credential_features,
  5597               };
  5598               
  5599               //==============================================================================
  5600               //
  5601               // Class: CIM_Dependency
  5602               //
  5603               //==============================================================================
  5604               
  5605               static const char*
  5606               _CIM_Dependency_Antecedent_qualifiers[] =
  5607               {
  5608                   /* Key */
  5609                   "\025\001",
  5610                   0,
  5611 mike  1.1.2.1 };
  5612               
  5613               static MetaReference
  5614               _CIM_Dependency_Antecedent =
  5615               {
  5616                   /* flags */
  5617                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5618                   /* name */
  5619                   "Antecedent",
  5620                   /* qualifiers */
  5621                   _CIM_Dependency_Antecedent_qualifiers,
  5622                   /* subscript */
  5623                   -1,
  5624                   /* refId */
  5625                   &__root_cimv2_CIM_ManagedElement,
  5626               };
  5627               
  5628               static const char*
  5629               _CIM_Dependency_Dependent_qualifiers[] =
  5630               {
  5631                   /* Key */
  5632 mike  1.1.2.1     "\025\001",
  5633                   0,
  5634               };
  5635               
  5636               static MetaReference
  5637               _CIM_Dependency_Dependent =
  5638               {
  5639                   /* flags */
  5640                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5641                   /* name */
  5642                   "Dependent",
  5643                   /* qualifiers */
  5644                   _CIM_Dependency_Dependent_qualifiers,
  5645                   /* subscript */
  5646                   -1,
  5647                   /* refId */
  5648                   &__root_cimv2_CIM_ManagedElement,
  5649               };
  5650               
  5651               static MetaFeature*
  5652               _CIM_Dependency_features[] =
  5653 mike  1.1.2.1 {
  5654                   (MetaFeature*)&_CIM_Dependency_Antecedent,
  5655                   (MetaFeature*)&_CIM_Dependency_Dependent,
  5656                   0,
  5657               };
  5658               
  5659               static const char*
  5660               __root_cimv2_CIM_Dependency_qualifiers[] =
  5661               {
  5662                   /* ASSOCIATION */
  5663                   "\000\001",
  5664                   /* UMLPackagePath */
  5665                   "\057CIM::Core::CoreElements",
  5666                   /* Abstract */
  5667                   "\002\001",
  5668                   /* Version */
  5669                   "\0632.10.0",
  5670                   0,
  5671               };
  5672               
  5673               MetaClass
  5674 mike  1.1.2.1 __root_cimv2_CIM_Dependency =
  5675               {
  5676                   /* flags */
  5677                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
  5678                   /* name */
  5679                   "CIM_Dependency",
  5680                   /* qualifiers */
  5681                   __root_cimv2_CIM_Dependency_qualifiers,
  5682                   /* super */
  5683                   0,
  5684                   /* features */
  5685                   _CIM_Dependency_features,
  5686               };
  5687               
  5688               //==============================================================================
  5689               //
  5690               // Class: CIM_DependencyContext
  5691               //
  5692               //==============================================================================
  5693               
  5694               static const char*
  5695 mike  1.1.2.1 _CIM_DependencyContext_Context_qualifiers[] =
  5696               {
  5697                   /* Key */
  5698                   "\025\001",
  5699                   /* Aggregate */
  5700                   "\003\001",
  5701                   0,
  5702               };
  5703               
  5704               static MetaReference
  5705               _CIM_DependencyContext_Context =
  5706               {
  5707                   /* flags */
  5708                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5709                   /* name */
  5710                   "Context",
  5711                   /* qualifiers */
  5712                   _CIM_DependencyContext_Context_qualifiers,
  5713                   /* subscript */
  5714                   -1,
  5715                   /* refId */
  5716 mike  1.1.2.1     &__root_cimv2_CIM_Configuration,
  5717               };
  5718               
  5719               static const char*
  5720               _CIM_DependencyContext_Dependency_qualifiers[] =
  5721               {
  5722                   /* Key */
  5723                   "\025\001",
  5724                   0,
  5725               };
  5726               
  5727               static MetaReference
  5728               _CIM_DependencyContext_Dependency =
  5729               {
  5730                   /* flags */
  5731                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5732                   /* name */
  5733                   "Dependency",
  5734                   /* qualifiers */
  5735                   _CIM_DependencyContext_Dependency_qualifiers,
  5736                   /* subscript */
  5737 mike  1.1.2.1     -1,
  5738                   /* refId */
  5739                   &__root_cimv2_CIM_Dependency,
  5740               };
  5741               
  5742               static MetaFeature*
  5743               _CIM_DependencyContext_features[] =
  5744               {
  5745                   (MetaFeature*)&_CIM_DependencyContext_Context,
  5746                   (MetaFeature*)&_CIM_DependencyContext_Dependency,
  5747                   0,
  5748               };
  5749               
  5750               static const char*
  5751               __root_cimv2_CIM_DependencyContext_qualifiers[] =
  5752               {
  5753                   /* ASSOCIATION */
  5754                   "\000\001",
  5755                   /* UMLPackagePath */
  5756                   "\057CIM::Core::Settings",
  5757                   /* Aggregation */
  5758 mike  1.1.2.1     "\004\001",
  5759                   /* Version */
  5760                   "\0632.6.0",
  5761                   0,
  5762               };
  5763               
  5764               MetaClass
  5765               __root_cimv2_CIM_DependencyContext =
  5766               {
  5767                   /* flags */
  5768                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5769                   /* name */
  5770                   "CIM_DependencyContext",
  5771                   /* qualifiers */
  5772                   __root_cimv2_CIM_DependencyContext_qualifiers,
  5773                   /* super */
  5774                   0,
  5775                   /* features */
  5776                   _CIM_DependencyContext_features,
  5777               };
  5778               
  5779 mike  1.1.2.1 //==============================================================================
  5780               //
  5781               // Class: CIM_DiagnosticResultInPackage
  5782               //
  5783               //==============================================================================
  5784               
  5785               static const char*
  5786               _CIM_DiagnosticResultInPackage_PackageResult_qualifiers[] =
  5787               {
  5788                   /* Deprecated */
  5789                   "\013\000\001No value\000",
  5790                   /* Key */
  5791                   "\025\001",
  5792                   /* Aggregate */
  5793                   "\003\001",
  5794                   0,
  5795               };
  5796               
  5797               static MetaReference
  5798               _CIM_DiagnosticResultInPackage_PackageResult =
  5799               {
  5800 mike  1.1.2.1     /* flags */
  5801                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5802                   /* name */
  5803                   "PackageResult",
  5804                   /* qualifiers */
  5805                   _CIM_DiagnosticResultInPackage_PackageResult_qualifiers,
  5806                   /* subscript */
  5807                   -1,
  5808                   /* refId */
  5809                   &__root_cimv2_CIM_DiagnosticResult,
  5810               };
  5811               
  5812               static const char*
  5813               _CIM_DiagnosticResultInPackage_Result_qualifiers[] =
  5814               {
  5815                   /* Deprecated */
  5816                   "\013\000\001No value\000",
  5817                   /* Key */
  5818                   "\025\001",
  5819                   0,
  5820               };
  5821 mike  1.1.2.1 
  5822               static MetaReference
  5823               _CIM_DiagnosticResultInPackage_Result =
  5824               {
  5825                   /* flags */
  5826                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5827                   /* name */
  5828                   "Result",
  5829                   /* qualifiers */
  5830                   _CIM_DiagnosticResultInPackage_Result_qualifiers,
  5831                   /* subscript */
  5832                   -1,
  5833                   /* refId */
  5834                   &__root_cimv2_CIM_DiagnosticResult,
  5835               };
  5836               
  5837               static MetaFeature*
  5838               _CIM_DiagnosticResultInPackage_features[] =
  5839               {
  5840                   (MetaFeature*)&_CIM_DiagnosticResultInPackage_PackageResult,
  5841                   (MetaFeature*)&_CIM_DiagnosticResultInPackage_Result,
  5842 mike  1.1.2.1     0,
  5843               };
  5844               
  5845               static const char*
  5846               __root_cimv2_CIM_DiagnosticResultInPackage_qualifiers[] =
  5847               {
  5848                   /* ASSOCIATION */
  5849                   "\000\001",
  5850                   /* Deprecated */
  5851                   "\013\000\001No value\000",
  5852                   /* UMLPackagePath */
  5853                   "\057CIM::System::Diagnostics",
  5854                   /* Aggregation */
  5855                   "\004\001",
  5856                   /* Version */
  5857                   "\0632.7.0",
  5858                   0,
  5859               };
  5860               
  5861               MetaClass
  5862               __root_cimv2_CIM_DiagnosticResultInPackage =
  5863 mike  1.1.2.1 {
  5864                   /* flags */
  5865                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5866                   /* name */
  5867                   "CIM_DiagnosticResultInPackage",
  5868                   /* qualifiers */
  5869                   __root_cimv2_CIM_DiagnosticResultInPackage_qualifiers,
  5870                   /* super */
  5871                   0,
  5872                   /* features */
  5873                   _CIM_DiagnosticResultInPackage_features,
  5874               };
  5875               
  5876               //==============================================================================
  5877               //
  5878               // Class: CIM_DiagnosticServiceCapabilities
  5879               //
  5880               //==============================================================================
  5881               
  5882               static const char*
  5883               _CIM_DiagnosticServiceCapabilities_SupportedServiceModes_qualifiers[] =
  5884 mike  1.1.2.1 {
  5885                   /* ValueMap */
  5886                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  5887                   /* Values */
  5888                   "\062\000\007Unknown\000Other\000PercentOfTestCoverage\000QuickMode\000HaltOnError\000ResultPersistence\000No Service Modes\000",
  5889                   /* ArrayType */
  5890                   "\005Indexed",
  5891                   /* ModelCorrespondence */
  5892                   "\036\000\001CIM_DiagnosticServiceCapabilities.OtherSupportedServiceModesDescriptions\000",
  5893                   0,
  5894               };
  5895               
  5896               static MetaProperty
  5897               _CIM_DiagnosticServiceCapabilities_SupportedServiceModes =
  5898               {
  5899                   /* flags */
  5900                   META_FLAG_PROPERTY|META_FLAG_READ,
  5901                   /* name */
  5902                   "SupportedServiceModes",
  5903                   /* qualifiers */
  5904                   _CIM_DiagnosticServiceCapabilities_SupportedServiceModes_qualifiers,
  5905 mike  1.1.2.1     /* type */
  5906                   CIMTYPE_UINT16,
  5907                   /* subscript */
  5908                   0,
  5909                   /* value */
  5910                   0,
  5911               };
  5912               
  5913               static const char*
  5914               _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions_qualifiers[] =
  5915               {
  5916                   /* ArrayType */
  5917                   "\005Indexed",
  5918                   /* ModelCorrespondence */
  5919                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedServiceModes\000",
  5920                   0,
  5921               };
  5922               
  5923               static MetaProperty
  5924               _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions =
  5925               {
  5926 mike  1.1.2.1     /* flags */
  5927                   META_FLAG_PROPERTY|META_FLAG_READ,
  5928                   /* name */
  5929                   "OtherSupportedServiceModesDescriptions",
  5930                   /* qualifiers */
  5931                   _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions_qualifiers,
  5932                   /* type */
  5933                   CIMTYPE_STRING,
  5934                   /* subscript */
  5935                   0,
  5936                   /* value */
  5937                   0,
  5938               };
  5939               
  5940               static const char*
  5941               _CIM_DiagnosticServiceCapabilities_SupportedLoopControl_qualifiers[] =
  5942               {
  5943                   /* ValueMap */
  5944                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  5945                   /* Values */
  5946                   "\062\000\007Unknown\000Other\000Continuous\000Count\000Timer\000ErrorCount\000No Loop Control\000",
  5947 mike  1.1.2.1     /* ArrayType */
  5948                   "\005Indexed",
  5949                   /* ModelCorrespondence */
  5950                   "\036\000\002CIM_DiagnosticSetting.LoopControl\000CIM_DiagnosticServiceCapabilities.OtherSupportedLoopControlDescriptions\000",
  5951                   0,
  5952               };
  5953               
  5954               static MetaProperty
  5955               _CIM_DiagnosticServiceCapabilities_SupportedLoopControl =
  5956               {
  5957                   /* flags */
  5958                   META_FLAG_PROPERTY|META_FLAG_READ,
  5959                   /* name */
  5960                   "SupportedLoopControl",
  5961                   /* qualifiers */
  5962                   _CIM_DiagnosticServiceCapabilities_SupportedLoopControl_qualifiers,
  5963                   /* type */
  5964                   CIMTYPE_UINT16,
  5965                   /* subscript */
  5966                   0,
  5967                   /* value */
  5968 mike  1.1.2.1     0,
  5969               };
  5970               
  5971               static const char*
  5972               _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions_qualifiers[] =
  5973               {
  5974                   /* ArrayType */
  5975                   "\005Indexed",
  5976                   /* ModelCorrespondence */
  5977                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLoopControl\000",
  5978                   0,
  5979               };
  5980               
  5981               static MetaProperty
  5982               _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions =
  5983               {
  5984                   /* flags */
  5985                   META_FLAG_PROPERTY|META_FLAG_READ,
  5986                   /* name */
  5987                   "OtherSupportedLoopControlDescriptions",
  5988                   /* qualifiers */
  5989 mike  1.1.2.1     _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions_qualifiers,
  5990                   /* type */
  5991                   CIMTYPE_STRING,
  5992                   /* subscript */
  5993                   0,
  5994                   /* value */
  5995                   0,
  5996               };
  5997               
  5998               static const char*
  5999               _CIM_DiagnosticServiceCapabilities_SupportedLogOptions_qualifiers[] =
  6000               {
  6001                   /* ValueMap */
  6002                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\0000x8000\000",
  6003                   /* Values */
  6004                   "\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",
  6005                   /* ArrayType */
  6006                   "\005Indexed",
  6007                   /* ModelCorrespondence */
  6008                   "\036\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticServiceCapabilities.OtherSupportedLogOptionsDescriptions\000",
  6009                   0,
  6010 mike  1.1.2.1 };
  6011               
  6012               static MetaProperty
  6013               _CIM_DiagnosticServiceCapabilities_SupportedLogOptions =
  6014               {
  6015                   /* flags */
  6016                   META_FLAG_PROPERTY|META_FLAG_READ,
  6017                   /* name */
  6018                   "SupportedLogOptions",
  6019                   /* qualifiers */
  6020                   _CIM_DiagnosticServiceCapabilities_SupportedLogOptions_qualifiers,
  6021                   /* type */
  6022                   CIMTYPE_UINT16,
  6023                   /* subscript */
  6024                   0,
  6025                   /* value */
  6026                   0,
  6027               };
  6028               
  6029               static const char*
  6030               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions_qualifiers[] =
  6031 mike  1.1.2.1 {
  6032                   /* ArrayType */
  6033                   "\005Indexed",
  6034                   /* ModelCorrespondence */
  6035                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000",
  6036                   0,
  6037               };
  6038               
  6039               static MetaProperty
  6040               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions =
  6041               {
  6042                   /* flags */
  6043                   META_FLAG_PROPERTY|META_FLAG_READ,
  6044                   /* name */
  6045                   "OtherSupportedLogOptionsDescriptions",
  6046                   /* qualifiers */
  6047                   _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions_qualifiers,
  6048                   /* type */
  6049                   CIMTYPE_STRING,
  6050                   /* subscript */
  6051                   0,
  6052 mike  1.1.2.1     /* value */
  6053                   0,
  6054               };
  6055               
  6056               static const char*
  6057               _CIM_DiagnosticServiceCapabilities_SupportedLogStorage_qualifiers[] =
  6058               {
  6059                   /* ValueMap */
  6060                   "\061\000\0060\0001\0002\0003\0004\0000x8000\000",
  6061                   /* Values */
  6062                   "\062\000\006Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000No Log Storage\000",
  6063                   /* ModelCorrespondence */
  6064                   "\036\000\002CIM_DiagnosticServiceCapabilities.OtherSupportedLogStorageDescriptions\000CIM_DiagnosticSetting.LogStorage\000",
  6065                   0,
  6066               };
  6067               
  6068               static MetaProperty
  6069               _CIM_DiagnosticServiceCapabilities_SupportedLogStorage =
  6070               {
  6071                   /* flags */
  6072                   META_FLAG_PROPERTY|META_FLAG_READ,
  6073 mike  1.1.2.1     /* name */
  6074                   "SupportedLogStorage",
  6075                   /* qualifiers */
  6076                   _CIM_DiagnosticServiceCapabilities_SupportedLogStorage_qualifiers,
  6077                   /* type */
  6078                   CIMTYPE_UINT16,
  6079                   /* subscript */
  6080                   0,
  6081                   /* value */
  6082                   0,
  6083               };
  6084               
  6085               static const char*
  6086               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions_qualifiers[] =
  6087               {
  6088                   /* ArrayType */
  6089                   "\005Indexed",
  6090                   /* ModelCorrespondence */
  6091                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLogStorage\000",
  6092                   0,
  6093               };
  6094 mike  1.1.2.1 
  6095               static MetaProperty
  6096               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions =
  6097               {
  6098                   /* flags */
  6099                   META_FLAG_PROPERTY|META_FLAG_READ,
  6100                   /* name */
  6101                   "OtherSupportedLogStorageDescriptions",
  6102                   /* qualifiers */
  6103                   _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions_qualifiers,
  6104                   /* type */
  6105                   CIMTYPE_STRING,
  6106                   /* subscript */
  6107                   0,
  6108                   /* value */
  6109                   0,
  6110               };
  6111               
  6112               static const char*
  6113               _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls_qualifiers[] =
  6114               {
  6115 mike  1.1.2.1     /* ValueMap */
  6116                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  6117                   /* Values */
  6118                   "\062\000\007Unknown\000Other\000Job Creation\000Kill Job\000Suspend Job\000Terminate Job\000No Execution Controls\000",
  6119                   /* ModelCorrespondence */
  6120                   "\036\000\001CIM_DiagnosticServiceCapabilities.OtherSupportedExecutionControlsDescriptions\000",
  6121                   0,
  6122               };
  6123               
  6124               static MetaProperty
  6125               _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls =
  6126               {
  6127                   /* flags */
  6128                   META_FLAG_PROPERTY|META_FLAG_READ,
  6129                   /* name */
  6130                   "SupportedExecutionControls",
  6131                   /* qualifiers */
  6132                   _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls_qualifiers,
  6133                   /* type */
  6134                   CIMTYPE_UINT16,
  6135                   /* subscript */
  6136 mike  1.1.2.1     0,
  6137                   /* value */
  6138                   0,
  6139               };
  6140               
  6141               static const char*
  6142               _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions_qualifiers[] =
  6143               {
  6144                   /* ArrayType */
  6145                   "\005Indexed",
  6146                   /* ModelCorrespondence */
  6147                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedExecutionControls\000",
  6148                   0,
  6149               };
  6150               
  6151               static MetaProperty
  6152               _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions =
  6153               {
  6154                   /* flags */
  6155                   META_FLAG_PROPERTY|META_FLAG_READ,
  6156                   /* name */
  6157 mike  1.1.2.1     "OtherSupportedExecutionControlsDescriptions",
  6158                   /* qualifiers */
  6159                   _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions_qualifiers,
  6160                   /* type */
  6161                   CIMTYPE_STRING,
  6162                   /* subscript */
  6163                   0,
  6164                   /* value */
  6165                   0,
  6166               };
  6167               
  6168               static const char*
  6169               _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings_qualifiers[] =
  6170               {
  6171                   /* Deprecated */
  6172                   "\013\000\001CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000",
  6173                   /* ValueMap */
  6174                   "\061\000\0042\0003\0004\0005\000",
  6175                   /* Values */
  6176                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
  6177                   0,
  6178 mike  1.1.2.1 };
  6179               
  6180               static MetaProperty
  6181               _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings =
  6182               {
  6183                   /* flags */
  6184                   META_FLAG_PROPERTY|META_FLAG_READ,
  6185                   /* name */
  6186                   "SupportedTestWarnings",
  6187                   /* qualifiers */
  6188                   _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings_qualifiers,
  6189                   /* type */
  6190                   CIMTYPE_UINT16,
  6191                   /* subscript */
  6192                   -1,
  6193                   /* value */
  6194                   "\000\003",
  6195               };
  6196               
  6197               static MetaFeature*
  6198               _CIM_DiagnosticServiceCapabilities_features[] =
  6199 mike  1.1.2.1 {
  6200                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedServiceModes,
  6201                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions,
  6202                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLoopControl,
  6203                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions,
  6204                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLogOptions,
  6205                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions,
  6206                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLogStorage,
  6207                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions,
  6208                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedExecutionControls,
  6209                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions,
  6210                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedTestWarnings,
  6211                   0,
  6212               };
  6213               
  6214               static const char*
  6215               __root_cimv2_CIM_DiagnosticServiceCapabilities_qualifiers[] =
  6216               {
  6217                   /* UMLPackagePath */
  6218                   "\057CIM::System::Diagnostics",
  6219                   /* Version */
  6220 mike  1.1.2.1     "\0632.9.0",
  6221                   0,
  6222               };
  6223               
  6224               MetaClass
  6225               __root_cimv2_CIM_DiagnosticServiceCapabilities =
  6226               {
  6227                   /* flags */
  6228                   META_FLAG_CLASS,
  6229                   /* name */
  6230                   "CIM_DiagnosticServiceCapabilities",
  6231                   /* qualifiers */
  6232                   __root_cimv2_CIM_DiagnosticServiceCapabilities_qualifiers,
  6233                   /* super */
  6234                   &__root_cimv2_CIM_Capabilities,
  6235                   /* features */
  6236                   _CIM_DiagnosticServiceCapabilities_features,
  6237               };
  6238               
  6239               //==============================================================================
  6240               //
  6241 mike  1.1.2.1 // Class: CIM_DiskGroup
  6242               //
  6243               //==============================================================================
  6244               
  6245               static const char*
  6246               _CIM_DiskGroup_CollectionID_qualifiers[] =
  6247               {
  6248                   /* Key */
  6249                   "\025\001",
  6250                   /* Override */
  6251                   "\044CollectionID",
  6252                   0,
  6253               };
  6254               
  6255               static MetaProperty
  6256               _CIM_DiskGroup_CollectionID =
  6257               {
  6258                   /* flags */
  6259                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6260                   /* name */
  6261                   "CollectionID",
  6262 mike  1.1.2.1     /* qualifiers */
  6263                   _CIM_DiskGroup_CollectionID_qualifiers,
  6264                   /* type */
  6265                   CIMTYPE_STRING,
  6266                   /* subscript */
  6267                   -1,
  6268                   /* value */
  6269                   0,
  6270               };
  6271               
  6272               static MetaFeature*
  6273               _CIM_DiskGroup_features[] =
  6274               {
  6275                   (MetaFeature*)&_CIM_DiskGroup_CollectionID,
  6276                   0,
  6277               };
  6278               
  6279               static const char*
  6280               __root_cimv2_CIM_DiskGroup_qualifiers[] =
  6281               {
  6282                   /* UMLPackagePath */
  6283 mike  1.1.2.1     "\057CIM::Device::DiskGroup",
  6284                   /* Version */
  6285                   "\0632.10.0",
  6286                   0,
  6287               };
  6288               
  6289               MetaClass
  6290               __root_cimv2_CIM_DiskGroup =
  6291               {
  6292                   /* flags */
  6293                   META_FLAG_CLASS,
  6294                   /* name */
  6295                   "CIM_DiskGroup",
  6296                   /* qualifiers */
  6297                   __root_cimv2_CIM_DiskGroup_qualifiers,
  6298                   /* super */
  6299                   &__root_cimv2_CIM_CollectionOfMSEs,
  6300                   /* features */
  6301                   _CIM_DiskGroup_features,
  6302               };
  6303               
  6304 mike  1.1.2.1 //==============================================================================
  6305               //
  6306               // Class: CIM_ElementCapabilities
  6307               //
  6308               //==============================================================================
  6309               
  6310               static const char*
  6311               _CIM_ElementCapabilities_ManagedElement_qualifiers[] =
  6312               {
  6313                   /* Key */
  6314                   "\025\001",
  6315                   /* Min */
  6316                   "\033\000\000\000\001",
  6317                   /* Max */
  6318                   "\027\000\000\000\001",
  6319                   0,
  6320               };
  6321               
  6322               static MetaReference
  6323               _CIM_ElementCapabilities_ManagedElement =
  6324               {
  6325 mike  1.1.2.1     /* flags */
  6326                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  6327                   /* name */
  6328                   "ManagedElement",
  6329                   /* qualifiers */
  6330                   _CIM_ElementCapabilities_ManagedElement_qualifiers,
  6331                   /* subscript */
  6332                   -1,
  6333                   /* refId */
  6334                   &__root_cimv2_CIM_ManagedElement,
  6335               };
  6336               
  6337               static const char*
  6338               _CIM_ElementCapabilities_Capabilities_qualifiers[] =
  6339               {
  6340                   /* Key */
  6341                   "\025\001",
  6342                   0,
  6343               };
  6344               
  6345               static MetaReference
  6346 mike  1.1.2.1 _CIM_ElementCapabilities_Capabilities =
  6347               {
  6348                   /* flags */
  6349                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  6350                   /* name */
  6351                   "Capabilities",
  6352                   /* qualifiers */
  6353                   _CIM_ElementCapabilities_Capabilities_qualifiers,
  6354                   /* subscript */
  6355                   -1,
  6356                   /* refId */
  6357                   &__root_cimv2_CIM_Capabilities,
  6358               };
  6359               
  6360               static MetaFeature*
  6361               _CIM_ElementCapabilities_features[] =
  6362               {
  6363                   (MetaFeature*)&_CIM_ElementCapabilities_ManagedElement,
  6364                   (MetaFeature*)&_CIM_ElementCapabilities_Capabilities,
  6365                   0,
  6366               };
  6367 mike  1.1.2.1 
  6368               static const char*
  6369               __root_cimv2_CIM_ElementCapabilities_qualifiers[] =
  6370               {
  6371                   /* ASSOCIATION */
  6372                   "\000\001",
  6373                   /* UMLPackagePath */
  6374                   "\057CIM::Core::Capabilities",
  6375                   /* Version */
  6376                   "\0632.7.0",
  6377                   0,
  6378               };
  6379               
  6380               MetaClass
  6381               __root_cimv2_CIM_ElementCapabilities =
  6382               {
  6383                   /* flags */
  6384                   META_FLAG_ASSOCIATION,
  6385                   /* name */
  6386                   "CIM_ElementCapabilities",
  6387                   /* qualifiers */
  6388 mike  1.1.2.1     __root_cimv2_CIM_ElementCapabilities_qualifiers,
  6389                   /* super */
  6390                   0,
  6391                   /* features */
  6392                   _CIM_ElementCapabilities_features,
  6393               };
  6394               
  6395               //==============================================================================
  6396               //
  6397               // Class: CIM_EnabledLogicalElementCapabilities
  6398               //
  6399               //==============================================================================
  6400               
  6401               static const char*
  6402               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers[] =
  6403               {
  6404                   /* MappingStrings */
  6405                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName\000",
  6406                   /* ModelCorrespondence */
  6407                   "\036\000\001CIM_ManagedElement.ElementName\000",
  6408                   0,
  6409 mike  1.1.2.1 };
  6410               
  6411               static MetaProperty
  6412               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported =
  6413               {
  6414                   /* flags */
  6415                   META_FLAG_PROPERTY|META_FLAG_READ,
  6416                   /* name */
  6417                   "ElementNameEditSupported",
  6418                   /* qualifiers */
  6419                   _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers,
  6420                   /* type */
  6421                   CIMTYPE_BOOLEAN,
  6422                   /* subscript */
  6423                   -1,
  6424                   /* value */
  6425                   0,
  6426               };
  6427               
  6428               static const char*
  6429               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers[] =
  6430 mike  1.1.2.1 {
  6431                   /* MaxValue */
  6432                   "\031\000\000\000\000\000\000\001\000",
  6433                   /* MappingStrings */
  6434                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars\000",
  6435                   /* ModelCorrespondence */
  6436                   "\036\000\001CIM_FCSwitchCapabilities.ElementNameEditSupported\000",
  6437                   0,
  6438               };
  6439               
  6440               static MetaProperty
  6441               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen =
  6442               {
  6443                   /* flags */
  6444                   META_FLAG_PROPERTY|META_FLAG_READ,
  6445                   /* name */
  6446                   "MaxElementNameLen",
  6447                   /* qualifiers */
  6448                   _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers,
  6449                   /* type */
  6450                   CIMTYPE_UINT16,
  6451 mike  1.1.2.1     /* subscript */
  6452                   -1,
  6453                   /* value */
  6454                   0,
  6455               };
  6456               
  6457               static const char*
  6458               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers[] =
  6459               {
  6460                   /* ValueMap */
  6461                   "\061\000\0112\0003\0004\0006\0007\0008\0009\00010\00011\000",
  6462                   /* Values */
  6463                   "\062\000\011Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000",
  6464                   /* ModelCorrespondence */
  6465                   "\036\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
  6466                   0,
  6467               };
  6468               
  6469               static MetaProperty
  6470               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported =
  6471               {
  6472 mike  1.1.2.1     /* flags */
  6473                   META_FLAG_PROPERTY|META_FLAG_READ,
  6474                   /* name */
  6475                   "RequestedStatesSupported",
  6476                   /* qualifiers */
  6477                   _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers,
  6478                   /* type */
  6479                   CIMTYPE_UINT16,
  6480                   /* subscript */
  6481                   0,
  6482                   /* value */
  6483                   0,
  6484               };
  6485               
  6486               static MetaFeature*
  6487               _CIM_EnabledLogicalElementCapabilities_features[] =
  6488               {
  6489                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported,
  6490                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_MaxElementNameLen,
  6491                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported,
  6492                   0,
  6493 mike  1.1.2.1 };
  6494               
  6495               static const char*
  6496               __root_cimv2_CIM_EnabledLogicalElementCapabilities_qualifiers[] =
  6497               {
  6498                   /* UMLPackagePath */
  6499                   "\057CIM::Core::Capabilities",
  6500                   /* Version */
  6501                   "\0632.11.0",
  6502                   0,
  6503               };
  6504               
  6505               MetaClass
  6506               __root_cimv2_CIM_EnabledLogicalElementCapabilities =
  6507               {
  6508                   /* flags */
  6509                   META_FLAG_CLASS,
  6510                   /* name */
  6511                   "CIM_EnabledLogicalElementCapabilities",
  6512                   /* qualifiers */
  6513                   __root_cimv2_CIM_EnabledLogicalElementCapabilities_qualifiers,
  6514 mike  1.1.2.1     /* super */
  6515                   &__root_cimv2_CIM_Capabilities,
  6516                   /* features */
  6517                   _CIM_EnabledLogicalElementCapabilities_features,
  6518               };
  6519               
  6520               //==============================================================================
  6521               //
  6522               // Class: CIM_FCSwitchCapabilities
  6523               //
  6524               //==============================================================================
  6525               
  6526               static const char*
  6527               _CIM_FCSwitchCapabilities_DomainIDConfigureable_qualifiers[] =
  6528               {
  6529                   /* MappingStrings */
  6530                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditDomainID\000",
  6531                   /* ModelCorrespondence */
  6532                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6533                   0,
  6534               };
  6535 mike  1.1.2.1 
  6536               static MetaProperty
  6537               _CIM_FCSwitchCapabilities_DomainIDConfigureable =
  6538               {
  6539                   /* flags */
  6540                   META_FLAG_PROPERTY|META_FLAG_READ,
  6541                   /* name */
  6542                   "DomainIDConfigureable",
  6543                   /* qualifiers */
  6544                   _CIM_FCSwitchCapabilities_DomainIDConfigureable_qualifiers,
  6545                   /* type */
  6546                   CIMTYPE_BOOLEAN,
  6547                   /* subscript */
  6548                   -1,
  6549                   /* value */
  6550                   0,
  6551               };
  6552               
  6553               static const char*
  6554               _CIM_FCSwitchCapabilities_MinDomainID_qualifiers[] =
  6555               {
  6556 mike  1.1.2.1     /* MinValue */
  6557                   "\035\000\000\000\000\000\000\000\001",
  6558                   /* MaxValue */
  6559                   "\031\000\000\000\000\000\000\000\357",
  6560                   /* MappingStrings */
  6561                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MinDomainID\000",
  6562                   /* ModelCorrespondence */
  6563                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6564                   0,
  6565               };
  6566               
  6567               static MetaProperty
  6568               _CIM_FCSwitchCapabilities_MinDomainID =
  6569               {
  6570                   /* flags */
  6571                   META_FLAG_PROPERTY|META_FLAG_READ,
  6572                   /* name */
  6573                   "MinDomainID",
  6574                   /* qualifiers */
  6575                   _CIM_FCSwitchCapabilities_MinDomainID_qualifiers,
  6576                   /* type */
  6577 mike  1.1.2.1     CIMTYPE_UINT8,
  6578                   /* subscript */
  6579                   -1,
  6580                   /* value */
  6581                   0,
  6582               };
  6583               
  6584               static const char*
  6585               _CIM_FCSwitchCapabilities_MaxDomainID_qualifiers[] =
  6586               {
  6587                   /* MinValue */
  6588                   "\035\000\000\000\000\000\000\000\001",
  6589                   /* MaxValue */
  6590                   "\031\000\000\000\000\000\000\000\357",
  6591                   /* MappingStrings */
  6592                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxDomainID\000",
  6593                   /* ModelCorrespondence */
  6594                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6595                   0,
  6596               };
  6597               
  6598 mike  1.1.2.1 static MetaProperty
  6599               _CIM_FCSwitchCapabilities_MaxDomainID =
  6600               {
  6601                   /* flags */
  6602                   META_FLAG_PROPERTY|META_FLAG_READ,
  6603                   /* name */
  6604                   "MaxDomainID",
  6605                   /* qualifiers */
  6606                   _CIM_FCSwitchCapabilities_MaxDomainID_qualifiers,
  6607                   /* type */
  6608                   CIMTYPE_UINT8,
  6609                   /* subscript */
  6610                   -1,
  6611                   /* value */
  6612                   0,
  6613               };
  6614               
  6615               static const char*
  6616               _CIM_FCSwitchCapabilities_DomainIDLockedSupported_qualifiers[] =
  6617               {
  6618                   /* MappingStrings */
  6619 mike  1.1.2.1     "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditDomainIDLocked\000",
  6620                   /* ModelCorrespondence */
  6621                   "\036\000\001CIM_FCSwitchSettings.DomainIDLocked\000",
  6622                   0,
  6623               };
  6624               
  6625               static MetaProperty
  6626               _CIM_FCSwitchCapabilities_DomainIDLockedSupported =
  6627               {
  6628                   /* flags */
  6629                   META_FLAG_PROPERTY|META_FLAG_READ,
  6630                   /* name */
  6631                   "DomainIDLockedSupported",
  6632                   /* qualifiers */
  6633                   _CIM_FCSwitchCapabilities_DomainIDLockedSupported_qualifiers,
  6634                   /* type */
  6635                   CIMTYPE_BOOLEAN,
  6636                   /* subscript */
  6637                   -1,
  6638                   /* value */
  6639                   0,
  6640 mike  1.1.2.1 };
  6641               
  6642               static const char*
  6643               _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported_qualifiers[] =
  6644               {
  6645                   /* ValueMap */
  6646                   "\061\000\0042\0003\0004\0005\000",
  6647                   /* Values */
  6648                   "\062\000\004Principal\000Subordinate\000Any\000Not Applicable\000",
  6649                   /* MappingStrings */
  6650                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|SupportedSwitchPriorities\000",
  6651                   /* ModelCorrespondence */
  6652                   "\036\000\001CIM_FCSwitchSettings.PrincipalPriority\000",
  6653                   0,
  6654               };
  6655               
  6656               static MetaProperty
  6657               _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported =
  6658               {
  6659                   /* flags */
  6660                   META_FLAG_PROPERTY|META_FLAG_READ,
  6661 mike  1.1.2.1     /* name */
  6662                   "PrincipalPrioritiesSupported",
  6663                   /* qualifiers */
  6664                   _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported_qualifiers,
  6665                   /* type */
  6666                   CIMTYPE_UINT16,
  6667                   /* subscript */
  6668                   0,
  6669                   /* value */
  6670                   0,
  6671               };
  6672               
  6673               static MetaFeature*
  6674               _CIM_FCSwitchCapabilities_features[] =
  6675               {
  6676                   (MetaFeature*)&_CIM_FCSwitchCapabilities_DomainIDConfigureable,
  6677                   (MetaFeature*)&_CIM_FCSwitchCapabilities_MinDomainID,
  6678                   (MetaFeature*)&_CIM_FCSwitchCapabilities_MaxDomainID,
  6679                   (MetaFeature*)&_CIM_FCSwitchCapabilities_DomainIDLockedSupported,
  6680                   (MetaFeature*)&_CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported,
  6681                   0,
  6682 mike  1.1.2.1 };
  6683               
  6684               static const char*
  6685               __root_cimv2_CIM_FCSwitchCapabilities_qualifiers[] =
  6686               {
  6687                   /* UMLPackagePath */
  6688                   "\057CIM::Device::FC",
  6689                   /* Version */
  6690                   "\0632.11.0",
  6691                   0,
  6692               };
  6693               
  6694               MetaClass
  6695               __root_cimv2_CIM_FCSwitchCapabilities =
  6696               {
  6697                   /* flags */
  6698                   META_FLAG_CLASS,
  6699                   /* name */
  6700                   "CIM_FCSwitchCapabilities",
  6701                   /* qualifiers */
  6702                   __root_cimv2_CIM_FCSwitchCapabilities_qualifiers,
  6703 mike  1.1.2.1     /* super */
  6704                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
  6705                   /* features */
  6706                   _CIM_FCSwitchCapabilities_features,
  6707               };
  6708               
  6709               //==============================================================================
  6710               //
  6711               // Class: CIM_FileSystemCapabilities
  6712               //
  6713               //==============================================================================
  6714               
  6715               static const char*
  6716               _CIM_FileSystemCapabilities_SupportedPersistenceTypes_qualifiers[] =
  6717               {
  6718                   /* ValueMap */
  6719                   "\061\000\0041\0002\0003\0004\000",
  6720                   /* Values */
  6721                   "\062\000\004Other\000Persistent\000Temporary\000External\000",
  6722                   /* ArrayType */
  6723                   "\005Indexed",
  6724 mike  1.1.2.1     /* ModelCorrespondence */
  6725                   "\036\000\002CIM_FileSystemCapabilities.SupportedPersistenceTypes\000CIM_FileSystem.PersistenceType\000",
  6726                   0,
  6727               };
  6728               
  6729               static MetaProperty
  6730               _CIM_FileSystemCapabilities_SupportedPersistenceTypes =
  6731               {
  6732                   /* flags */
  6733                   META_FLAG_PROPERTY|META_FLAG_READ,
  6734                   /* name */
  6735                   "SupportedPersistenceTypes",
  6736                   /* qualifiers */
  6737                   _CIM_FileSystemCapabilities_SupportedPersistenceTypes_qualifiers,
  6738                   /* type */
  6739                   CIMTYPE_UINT16,
  6740                   /* subscript */
  6741                   0,
  6742                   /* value */
  6743                   0,
  6744               };
  6745 mike  1.1.2.1 
  6746               static const char*
  6747               _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes_qualifiers[] =
  6748               {
  6749                   /* ArrayType */
  6750                   "\005Indexed",
  6751                   /* ModelCorrespondence */
  6752                   "\036\000\002CIM_FileSystemCapabilities.SupportedPersistenceTypes\000CIM_FileSystem.OtherPersistenceType\000",
  6753                   0,
  6754               };
  6755               
  6756               static MetaProperty
  6757               _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes =
  6758               {
  6759                   /* flags */
  6760                   META_FLAG_PROPERTY|META_FLAG_READ,
  6761                   /* name */
  6762                   "SupportedOtherPersistenceTypes",
  6763                   /* qualifiers */
  6764                   _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes_qualifiers,
  6765                   /* type */
  6766 mike  1.1.2.1     CIMTYPE_STRING,
  6767                   /* subscript */
  6768                   0,
  6769                   /* value */
  6770                   0,
  6771               };
  6772               
  6773               static MetaFeature*
  6774               _CIM_FileSystemCapabilities_features[] =
  6775               {
  6776                   (MetaFeature*)&_CIM_FileSystemCapabilities_SupportedPersistenceTypes,
  6777                   (MetaFeature*)&_CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes,
  6778                   0,
  6779               };
  6780               
  6781               static const char*
  6782               __root_cimv2_CIM_FileSystemCapabilities_qualifiers[] =
  6783               {
  6784                   /* UMLPackagePath */
  6785                   "\057CIM::System::FilesystemServices",
  6786                   /* Version */
  6787 mike  1.1.2.1     "\0632.8.0",
  6788                   0,
  6789               };
  6790               
  6791               MetaClass
  6792               __root_cimv2_CIM_FileSystemCapabilities =
  6793               {
  6794                   /* flags */
  6795                   META_FLAG_CLASS,
  6796                   /* name */
  6797                   "CIM_FileSystemCapabilities",
  6798                   /* qualifiers */
  6799                   __root_cimv2_CIM_FileSystemCapabilities_qualifiers,
  6800                   /* super */
  6801                   &__root_cimv2_CIM_Capabilities,
  6802                   /* features */
  6803                   _CIM_FileSystemCapabilities_features,
  6804               };
  6805               
  6806               //==============================================================================
  6807               //
  6808 mike  1.1.2.1 // Class: CIM_FRU
  6809               //
  6810               //==============================================================================
  6811               
  6812               static const char*
  6813               _CIM_FRU_FRUNumber_qualifiers[] =
  6814               {
  6815                   /* Key */
  6816                   "\025\001",
  6817                   /* MaxLen */
  6818                   "\030\000\000\000\100",
  6819                   /* MappingStrings */
  6820                   "\026\000\001MIF.DMTF|FRU|002.6\000",
  6821                   0,
  6822               };
  6823               
  6824               static MetaProperty
  6825               _CIM_FRU_FRUNumber =
  6826               {
  6827                   /* flags */
  6828                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6829 mike  1.1.2.1     /* name */
  6830                   "FRUNumber",
  6831                   /* qualifiers */
  6832                   _CIM_FRU_FRUNumber_qualifiers,
  6833                   /* type */
  6834                   CIMTYPE_STRING,
  6835                   /* subscript */
  6836                   -1,
  6837                   /* value */
  6838                   0,
  6839               };
  6840               
  6841               static const char*
  6842               _CIM_FRU_IdentifyingNumber_qualifiers[] =
  6843               {
  6844                   /* Key */
  6845                   "\025\001",
  6846                   /* MaxLen */
  6847                   "\030\000\000\000\100",
  6848                   /* MappingStrings */
  6849                   "\026\000\001MIF.DMTF|FRU|002.7\000",
  6850 mike  1.1.2.1     0,
  6851               };
  6852               
  6853               static MetaProperty
  6854               _CIM_FRU_IdentifyingNumber =
  6855               {
  6856                   /* flags */
  6857                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6858                   /* name */
  6859                   "IdentifyingNumber",
  6860                   /* qualifiers */
  6861                   _CIM_FRU_IdentifyingNumber_qualifiers,
  6862                   /* type */
  6863                   CIMTYPE_STRING,
  6864                   /* subscript */
  6865                   -1,
  6866                   /* value */
  6867                   0,
  6868               };
  6869               
  6870               static const char*
  6871 mike  1.1.2.1 _CIM_FRU_Vendor_qualifiers[] =
  6872               {
  6873                   /* Key */
  6874                   "\025\001",
  6875                   /* MaxLen */
  6876                   "\030\000\000\001\000",
  6877                   /* MappingStrings */
  6878                   "\026\000\001MIF.DMTF|FRU|002.4\000",
  6879                   0,
  6880               };
  6881               
  6882               static MetaProperty
  6883               _CIM_FRU_Vendor =
  6884               {
  6885                   /* flags */
  6886                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6887                   /* name */
  6888                   "Vendor",
  6889                   /* qualifiers */
  6890                   _CIM_FRU_Vendor_qualifiers,
  6891                   /* type */
  6892 mike  1.1.2.1     CIMTYPE_STRING,
  6893                   /* subscript */
  6894                   -1,
  6895                   /* value */
  6896                   0,
  6897               };
  6898               
  6899               static const char*
  6900               _CIM_FRU_Description_qualifiers[] =
  6901               {
  6902                   /* Override */
  6903                   "\044Description",
  6904                   /* MappingStrings */
  6905                   "\026\000\001MIF.DMTF|FRU|002.3\000",
  6906                   0,
  6907               };
  6908               
  6909               static MetaProperty
  6910               _CIM_FRU_Description =
  6911               {
  6912                   /* flags */
  6913 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  6914                   /* name */
  6915                   "Description",
  6916                   /* qualifiers */
  6917                   _CIM_FRU_Description_qualifiers,
  6918                   /* type */
  6919                   CIMTYPE_STRING,
  6920                   /* subscript */
  6921                   -1,
  6922                   /* value */
  6923                   0,
  6924               };
  6925               
  6926               static const char*
  6927               _CIM_FRU_Name_qualifiers[] =
  6928               {
  6929                   /* MaxLen */
  6930                   "\030\000\000\001\000",
  6931                   0,
  6932               };
  6933               
  6934 mike  1.1.2.1 static MetaProperty
  6935               _CIM_FRU_Name =
  6936               {
  6937                   /* flags */
  6938                   META_FLAG_PROPERTY|META_FLAG_READ,
  6939                   /* name */
  6940                   "Name",
  6941                   /* qualifiers */
  6942                   _CIM_FRU_Name_qualifiers,
  6943                   /* type */
  6944                   CIMTYPE_STRING,
  6945                   /* subscript */
  6946                   -1,
  6947                   /* value */
  6948                   0,
  6949               };
  6950               
  6951               static const char*
  6952               _CIM_FRU_RevisionLevel_qualifiers[] =
  6953               {
  6954                   /* MaxLen */
  6955 mike  1.1.2.1     "\030\000\000\000\100",
  6956                   /* MappingStrings */
  6957                   "\026\000\001MIF.DMTF|FRU|002.8\000",
  6958                   0,
  6959               };
  6960               
  6961               static MetaProperty
  6962               _CIM_FRU_RevisionLevel =
  6963               {
  6964                   /* flags */
  6965                   META_FLAG_PROPERTY|META_FLAG_READ,
  6966                   /* name */
  6967                   "RevisionLevel",
  6968                   /* qualifiers */
  6969                   _CIM_FRU_RevisionLevel_qualifiers,
  6970                   /* type */
  6971                   CIMTYPE_STRING,
  6972                   /* subscript */
  6973                   -1,
  6974                   /* value */
  6975                   0,
  6976 mike  1.1.2.1 };
  6977               
  6978               static const char*
  6979               _CIM_FRU_CustomerReplaceable_qualifiers[] =
  6980               {
  6981                   0,
  6982               };
  6983               
  6984               static MetaProperty
  6985               _CIM_FRU_CustomerReplaceable =
  6986               {
  6987                   /* flags */
  6988                   META_FLAG_PROPERTY|META_FLAG_READ,
  6989                   /* name */
  6990                   "CustomerReplaceable",
  6991                   /* qualifiers */
  6992                   _CIM_FRU_CustomerReplaceable_qualifiers,
  6993                   /* type */
  6994                   CIMTYPE_BOOLEAN,
  6995                   /* subscript */
  6996                   -1,
  6997 mike  1.1.2.1     /* value */
  6998                   0,
  6999               };
  7000               
  7001               static MetaFeature*
  7002               _CIM_FRU_features[] =
  7003               {
  7004                   (MetaFeature*)&_CIM_FRU_FRUNumber,
  7005                   (MetaFeature*)&_CIM_FRU_IdentifyingNumber,
  7006                   (MetaFeature*)&_CIM_FRU_Vendor,
  7007                   (MetaFeature*)&_CIM_FRU_Description,
  7008                   (MetaFeature*)&_CIM_FRU_Name,
  7009                   (MetaFeature*)&_CIM_FRU_RevisionLevel,
  7010                   (MetaFeature*)&_CIM_FRU_CustomerReplaceable,
  7011                   0,
  7012               };
  7013               
  7014               static const char*
  7015               __root_cimv2_CIM_FRU_qualifiers[] =
  7016               {
  7017                   /* UMLPackagePath */
  7018 mike  1.1.2.1     "\057CIM::Core::ProductFRU",
  7019                   /* Version */
  7020                   "\0632.6.0",
  7021                   0,
  7022               };
  7023               
  7024               MetaClass
  7025               __root_cimv2_CIM_FRU =
  7026               {
  7027                   /* flags */
  7028                   META_FLAG_CLASS,
  7029                   /* name */
  7030                   "CIM_FRU",
  7031                   /* qualifiers */
  7032                   __root_cimv2_CIM_FRU_qualifiers,
  7033                   /* super */
  7034                   &__root_cimv2_CIM_ManagedElement,
  7035                   /* features */
  7036                   _CIM_FRU_features,
  7037               };
  7038               
  7039 mike  1.1.2.1 //==============================================================================
  7040               //
  7041               // Class: CIM_Group
  7042               //
  7043               //==============================================================================
  7044               
  7045               static const char*
  7046               _CIM_Group_CreationClassName_qualifiers[] =
  7047               {
  7048                   /* Key */
  7049                   "\025\001",
  7050                   /* MaxLen */
  7051                   "\030\000\000\001\000",
  7052                   0,
  7053               };
  7054               
  7055               static MetaProperty
  7056               _CIM_Group_CreationClassName =
  7057               {
  7058                   /* flags */
  7059                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7060 mike  1.1.2.1     /* name */
  7061                   "CreationClassName",
  7062                   /* qualifiers */
  7063                   _CIM_Group_CreationClassName_qualifiers,
  7064                   /* type */
  7065                   CIMTYPE_STRING,
  7066                   /* subscript */
  7067                   -1,
  7068                   /* value */
  7069                   0,
  7070               };
  7071               
  7072               static const char*
  7073               _CIM_Group_Name_qualifiers[] =
  7074               {
  7075                   /* Key */
  7076                   "\025\001",
  7077                   /* MaxLen */
  7078                   "\030\000\000\004\000",
  7079                   0,
  7080               };
  7081 mike  1.1.2.1 
  7082               static MetaProperty
  7083               _CIM_Group_Name =
  7084               {
  7085                   /* flags */
  7086                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7087                   /* name */
  7088                   "Name",
  7089                   /* qualifiers */
  7090                   _CIM_Group_Name_qualifiers,
  7091                   /* type */
  7092                   CIMTYPE_STRING,
  7093                   /* subscript */
  7094                   -1,
  7095                   /* value */
  7096                   0,
  7097               };
  7098               
  7099               static const char*
  7100               _CIM_Group_BusinessCategory_qualifiers[] =
  7101               {
  7102 mike  1.1.2.1     /* MaxLen */
  7103                   "\030\000\000\000\200",
  7104                   0,
  7105               };
  7106               
  7107               static MetaProperty
  7108               _CIM_Group_BusinessCategory =
  7109               {
  7110                   /* flags */
  7111                   META_FLAG_PROPERTY|META_FLAG_READ,
  7112                   /* name */
  7113                   "BusinessCategory",
  7114                   /* qualifiers */
  7115                   _CIM_Group_BusinessCategory_qualifiers,
  7116                   /* type */
  7117                   CIMTYPE_STRING,
  7118                   /* subscript */
  7119                   -1,
  7120                   /* value */
  7121                   0,
  7122               };
  7123 mike  1.1.2.1 
  7124               static const char*
  7125               _CIM_Group_CommonName_qualifiers[] =
  7126               {
  7127                   /* Required */
  7128                   "\050\001",
  7129                   0,
  7130               };
  7131               
  7132               static MetaProperty
  7133               _CIM_Group_CommonName =
  7134               {
  7135                   /* flags */
  7136                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7137                   /* name */
  7138                   "CommonName",
  7139                   /* qualifiers */
  7140                   _CIM_Group_CommonName_qualifiers,
  7141                   /* type */
  7142                   CIMTYPE_STRING,
  7143                   /* subscript */
  7144 mike  1.1.2.1     -1,
  7145                   /* value */
  7146                   0,
  7147               };
  7148               
  7149               static MetaFeature*
  7150               _CIM_Group_features[] =
  7151               {
  7152                   (MetaFeature*)&_CIM_Group_CreationClassName,
  7153                   (MetaFeature*)&_CIM_Group_Name,
  7154                   (MetaFeature*)&_CIM_Group_BusinessCategory,
  7155                   (MetaFeature*)&_CIM_Group_CommonName,
  7156                   0,
  7157               };
  7158               
  7159               static const char*
  7160               __root_cimv2_CIM_Group_qualifiers[] =
  7161               {
  7162                   /* UMLPackagePath */
  7163                   "\057CIM::User::Group",
  7164                   /* Version */
  7165 mike  1.1.2.1     "\0632.6.0",
  7166                   /* MappingStrings */
  7167                   "\026\000\001RFC2407.IETF|Section 7.10 GroupOfNames\000",
  7168                   0,
  7169               };
  7170               
  7171               MetaClass
  7172               __root_cimv2_CIM_Group =
  7173               {
  7174                   /* flags */
  7175                   META_FLAG_CLASS,
  7176                   /* name */
  7177                   "CIM_Group",
  7178                   /* qualifiers */
  7179                   __root_cimv2_CIM_Group_qualifiers,
  7180                   /* super */
  7181                   &__root_cimv2_CIM_Collection,
  7182                   /* features */
  7183                   _CIM_Group_features,
  7184               };
  7185               
  7186 mike  1.1.2.1 //==============================================================================
  7187               //
  7188               // Class: CIM_HostedDependency
  7189               //
  7190               //==============================================================================
  7191               
  7192               static const char*
  7193               _CIM_HostedDependency_Antecedent_qualifiers[] =
  7194               {
  7195                   /* Override */
  7196                   "\044Antecedent",
  7197                   /* Max */
  7198                   "\027\000\000\000\001",
  7199                   0,
  7200               };
  7201               
  7202               static MetaReference
  7203               _CIM_HostedDependency_Antecedent =
  7204               {
  7205                   /* flags */
  7206                   META_FLAG_REFERENCE|META_FLAG_READ,
  7207 mike  1.1.2.1     /* name */
  7208                   "Antecedent",
  7209                   /* qualifiers */
  7210                   _CIM_HostedDependency_Antecedent_qualifiers,
  7211                   /* subscript */
  7212                   -1,
  7213                   /* refId */
  7214                   &__root_cimv2_CIM_ManagedElement,
  7215               };
  7216               
  7217               static const char*
  7218               _CIM_HostedDependency_Dependent_qualifiers[] =
  7219               {
  7220                   /* Override */
  7221                   "\044Dependent",
  7222                   0,
  7223               };
  7224               
  7225               static MetaReference
  7226               _CIM_HostedDependency_Dependent =
  7227               {
  7228 mike  1.1.2.1     /* flags */
  7229                   META_FLAG_REFERENCE|META_FLAG_READ,
  7230                   /* name */
  7231                   "Dependent",
  7232                   /* qualifiers */
  7233                   _CIM_HostedDependency_Dependent_qualifiers,
  7234                   /* subscript */
  7235                   -1,
  7236                   /* refId */
  7237                   &__root_cimv2_CIM_ManagedElement,
  7238               };
  7239               
  7240               static MetaFeature*
  7241               _CIM_HostedDependency_features[] =
  7242               {
  7243                   (MetaFeature*)&_CIM_HostedDependency_Antecedent,
  7244                   (MetaFeature*)&_CIM_HostedDependency_Dependent,
  7245                   0,
  7246               };
  7247               
  7248               static const char*
  7249 mike  1.1.2.1 __root_cimv2_CIM_HostedDependency_qualifiers[] =
  7250               {
  7251                   /* ASSOCIATION */
  7252                   "\000\001",
  7253                   /* UMLPackagePath */
  7254                   "\057CIM::Core::CoreElements",
  7255                   /* Version */
  7256                   "\0632.8.0",
  7257                   0,
  7258               };
  7259               
  7260               MetaClass
  7261               __root_cimv2_CIM_HostedDependency =
  7262               {
  7263                   /* flags */
  7264                   META_FLAG_ASSOCIATION,
  7265                   /* name */
  7266                   "CIM_HostedDependency",
  7267                   /* qualifiers */
  7268                   __root_cimv2_CIM_HostedDependency_qualifiers,
  7269                   /* super */
  7270 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
  7271                   /* features */
  7272                   _CIM_HostedDependency_features,
  7273               };
  7274               
  7275               //==============================================================================
  7276               //
  7277               // Class: CIM_Identity
  7278               //
  7279               //==============================================================================
  7280               
  7281               static const char*
  7282               _CIM_Identity_InstanceID_qualifiers[] =
  7283               {
  7284                   /* Key */
  7285                   "\025\001",
  7286                   0,
  7287               };
  7288               
  7289               static MetaProperty
  7290               _CIM_Identity_InstanceID =
  7291 mike  1.1.2.1 {
  7292                   /* flags */
  7293                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7294                   /* name */
  7295                   "InstanceID",
  7296                   /* qualifiers */
  7297                   _CIM_Identity_InstanceID_qualifiers,
  7298                   /* type */
  7299                   CIMTYPE_STRING,
  7300                   /* subscript */
  7301                   -1,
  7302                   /* value */
  7303                   0,
  7304               };
  7305               
  7306               static const char*
  7307               _CIM_Identity_CurrentlyAuthenticated_qualifiers[] =
  7308               {
  7309                   0,
  7310               };
  7311               
  7312 mike  1.1.2.1 static MetaProperty
  7313               _CIM_Identity_CurrentlyAuthenticated =
  7314               {
  7315                   /* flags */
  7316                   META_FLAG_PROPERTY|META_FLAG_READ,
  7317                   /* name */
  7318                   "CurrentlyAuthenticated",
  7319                   /* qualifiers */
  7320                   _CIM_Identity_CurrentlyAuthenticated_qualifiers,
  7321                   /* type */
  7322                   CIMTYPE_BOOLEAN,
  7323                   /* subscript */
  7324                   -1,
  7325                   /* value */
  7326                   "\000",
  7327               };
  7328               
  7329               static MetaFeature*
  7330               _CIM_Identity_features[] =
  7331               {
  7332                   (MetaFeature*)&_CIM_Identity_InstanceID,
  7333 mike  1.1.2.1     (MetaFeature*)&_CIM_Identity_CurrentlyAuthenticated,
  7334                   0,
  7335               };
  7336               
  7337               static const char*
  7338               __root_cimv2_CIM_Identity_qualifiers[] =
  7339               {
  7340                   /* UMLPackagePath */
  7341                   "\057CIM::User::Identity",
  7342                   /* Version */
  7343                   "\0632.8.0",
  7344                   0,
  7345               };
  7346               
  7347               MetaClass
  7348               __root_cimv2_CIM_Identity =
  7349               {
  7350                   /* flags */
  7351                   META_FLAG_CLASS,
  7352                   /* name */
  7353                   "CIM_Identity",
  7354 mike  1.1.2.1     /* qualifiers */
  7355                   __root_cimv2_CIM_Identity_qualifiers,
  7356                   /* super */
  7357                   &__root_cimv2_CIM_ManagedElement,
  7358                   /* features */
  7359                   _CIM_Identity_features,
  7360               };
  7361               
  7362               //==============================================================================
  7363               //
  7364               // Class: CIM_IdentityContext
  7365               //
  7366               //==============================================================================
  7367               
  7368               static const char*
  7369               _CIM_IdentityContext_ElementInContext_qualifiers[] =
  7370               {
  7371                   /* Key */
  7372                   "\025\001",
  7373                   0,
  7374               };
  7375 mike  1.1.2.1 
  7376               static MetaReference
  7377               _CIM_IdentityContext_ElementInContext =
  7378               {
  7379                   /* flags */
  7380                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  7381                   /* name */
  7382                   "ElementInContext",
  7383                   /* qualifiers */
  7384                   _CIM_IdentityContext_ElementInContext_qualifiers,
  7385                   /* subscript */
  7386                   -1,
  7387                   /* refId */
  7388                   &__root_cimv2_CIM_Identity,
  7389               };
  7390               
  7391               static const char*
  7392               _CIM_IdentityContext_ElementProvidingContext_qualifiers[] =
  7393               {
  7394                   /* Key */
  7395                   "\025\001",
  7396 mike  1.1.2.1     0,
  7397               };
  7398               
  7399               static MetaReference
  7400               _CIM_IdentityContext_ElementProvidingContext =
  7401               {
  7402                   /* flags */
  7403                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  7404                   /* name */
  7405                   "ElementProvidingContext",
  7406                   /* qualifiers */
  7407                   _CIM_IdentityContext_ElementProvidingContext_qualifiers,
  7408                   /* subscript */
  7409                   -1,
  7410                   /* refId */
  7411                   &__root_cimv2_CIM_ManagedElement,
  7412               };
  7413               
  7414               static MetaFeature*
  7415               _CIM_IdentityContext_features[] =
  7416               {
  7417 mike  1.1.2.1     (MetaFeature*)&_CIM_IdentityContext_ElementInContext,
  7418                   (MetaFeature*)&_CIM_IdentityContext_ElementProvidingContext,
  7419                   0,
  7420               };
  7421               
  7422               static const char*
  7423               __root_cimv2_CIM_IdentityContext_qualifiers[] =
  7424               {
  7425                   /* ASSOCIATION */
  7426                   "\000\001",
  7427                   /* UMLPackagePath */
  7428                   "\057CIM::User::Identity",
  7429                   /* Version */
  7430                   "\0632.8.1000",
  7431                   0,
  7432               };
  7433               
  7434               MetaClass
  7435               __root_cimv2_CIM_IdentityContext =
  7436               {
  7437                   /* flags */
  7438 mike  1.1.2.1     META_FLAG_ASSOCIATION,
  7439                   /* name */
  7440                   "CIM_IdentityContext",
  7441                   /* qualifiers */
  7442                   __root_cimv2_CIM_IdentityContext_qualifiers,
  7443                   /* super */
  7444                   0,
  7445                   /* features */
  7446                   _CIM_IdentityContext_features,
  7447               };
  7448               
  7449               //==============================================================================
  7450               //
  7451               // Class: CIM_IndicationFilter
  7452               //
  7453               //==============================================================================
  7454               
  7455               static const char*
  7456               _CIM_IndicationFilter_SystemCreationClassName_qualifiers[] =
  7457               {
  7458                   /* Key */
  7459 mike  1.1.2.1     "\025\001",
  7460                   /* MaxLen */
  7461                   "\030\000\000\001\000",
  7462                   0,
  7463               };
  7464               
  7465               static MetaProperty
  7466               _CIM_IndicationFilter_SystemCreationClassName =
  7467               {
  7468                   /* flags */
  7469                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7470                   /* name */
  7471                   "SystemCreationClassName",
  7472                   /* qualifiers */
  7473                   _CIM_IndicationFilter_SystemCreationClassName_qualifiers,
  7474                   /* type */
  7475                   CIMTYPE_STRING,
  7476                   /* subscript */
  7477                   -1,
  7478                   /* value */
  7479                   0,
  7480 mike  1.1.2.1 };
  7481               
  7482               static const char*
  7483               _CIM_IndicationFilter_SystemName_qualifiers[] =
  7484               {
  7485                   /* Key */
  7486                   "\025\001",
  7487                   /* MaxLen */
  7488                   "\030\000\000\001\000",
  7489                   0,
  7490               };
  7491               
  7492               static MetaProperty
  7493               _CIM_IndicationFilter_SystemName =
  7494               {
  7495                   /* flags */
  7496                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7497                   /* name */
  7498                   "SystemName",
  7499                   /* qualifiers */
  7500                   _CIM_IndicationFilter_SystemName_qualifiers,
  7501 mike  1.1.2.1     /* type */
  7502                   CIMTYPE_STRING,
  7503                   /* subscript */
  7504                   -1,
  7505                   /* value */
  7506                   0,
  7507               };
  7508               
  7509               static const char*
  7510               _CIM_IndicationFilter_CreationClassName_qualifiers[] =
  7511               {
  7512                   /* Key */
  7513                   "\025\001",
  7514                   /* MaxLen */
  7515                   "\030\000\000\001\000",
  7516                   0,
  7517               };
  7518               
  7519               static MetaProperty
  7520               _CIM_IndicationFilter_CreationClassName =
  7521               {
  7522 mike  1.1.2.1     /* flags */
  7523                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7524                   /* name */
  7525                   "CreationClassName",
  7526                   /* qualifiers */
  7527                   _CIM_IndicationFilter_CreationClassName_qualifiers,
  7528                   /* type */
  7529                   CIMTYPE_STRING,
  7530                   /* subscript */
  7531                   -1,
  7532                   /* value */
  7533                   0,
  7534               };
  7535               
  7536               static const char*
  7537               _CIM_IndicationFilter_Name_qualifiers[] =
  7538               {
  7539                   /* Key */
  7540                   "\025\001",
  7541                   0,
  7542               };
  7543 mike  1.1.2.1 
  7544               static MetaProperty
  7545               _CIM_IndicationFilter_Name =
  7546               {
  7547                   /* flags */
  7548                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7549                   /* name */
  7550                   "Name",
  7551                   /* qualifiers */
  7552                   _CIM_IndicationFilter_Name_qualifiers,
  7553                   /* type */
  7554                   CIMTYPE_STRING,
  7555                   /* subscript */
  7556                   -1,
  7557                   /* value */
  7558                   0,
  7559               };
  7560               
  7561               static const char*
  7562               _CIM_IndicationFilter_SourceNamespace_qualifiers[] =
  7563               {
  7564 mike  1.1.2.1     0,
  7565               };
  7566               
  7567               static MetaProperty
  7568               _CIM_IndicationFilter_SourceNamespace =
  7569               {
  7570                   /* flags */
  7571                   META_FLAG_PROPERTY|META_FLAG_READ,
  7572                   /* name */
  7573                   "SourceNamespace",
  7574                   /* qualifiers */
  7575                   _CIM_IndicationFilter_SourceNamespace_qualifiers,
  7576                   /* type */
  7577                   CIMTYPE_STRING,
  7578                   /* subscript */
  7579                   -1,
  7580                   /* value */
  7581                   0,
  7582               };
  7583               
  7584               static const char*
  7585 mike  1.1.2.1 _CIM_IndicationFilter_Query_qualifiers[] =
  7586               {
  7587                   /* Required */
  7588                   "\050\001",
  7589                   /* ModelCorrespondence */
  7590                   "\036\000\001CIM_IndicationFilter.QueryLanguage\000",
  7591                   0,
  7592               };
  7593               
  7594               static MetaProperty
  7595               _CIM_IndicationFilter_Query =
  7596               {
  7597                   /* flags */
  7598                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7599                   /* name */
  7600                   "Query",
  7601                   /* qualifiers */
  7602                   _CIM_IndicationFilter_Query_qualifiers,
  7603                   /* type */
  7604                   CIMTYPE_STRING,
  7605                   /* subscript */
  7606 mike  1.1.2.1     -1,
  7607                   /* value */
  7608                   0,
  7609               };
  7610               
  7611               static const char*
  7612               _CIM_IndicationFilter_QueryLanguage_qualifiers[] =
  7613               {
  7614                   /* Required */
  7615                   "\050\001",
  7616                   /* ModelCorrespondence */
  7617                   "\036\000\001CIM_IndicationFilter.Query\000",
  7618                   0,
  7619               };
  7620               
  7621               static MetaProperty
  7622               _CIM_IndicationFilter_QueryLanguage =
  7623               {
  7624                   /* flags */
  7625                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7626                   /* name */
  7627 mike  1.1.2.1     "QueryLanguage",
  7628                   /* qualifiers */
  7629                   _CIM_IndicationFilter_QueryLanguage_qualifiers,
  7630                   /* type */
  7631                   CIMTYPE_STRING,
  7632                   /* subscript */
  7633                   -1,
  7634                   /* value */
  7635                   0,
  7636               };
  7637               
  7638               static MetaFeature*
  7639               _CIM_IndicationFilter_features[] =
  7640               {
  7641                   (MetaFeature*)&_CIM_IndicationFilter_SystemCreationClassName,
  7642                   (MetaFeature*)&_CIM_IndicationFilter_SystemName,
  7643                   (MetaFeature*)&_CIM_IndicationFilter_CreationClassName,
  7644                   (MetaFeature*)&_CIM_IndicationFilter_Name,
  7645                   (MetaFeature*)&_CIM_IndicationFilter_SourceNamespace,
  7646                   (MetaFeature*)&_CIM_IndicationFilter_Query,
  7647                   (MetaFeature*)&_CIM_IndicationFilter_QueryLanguage,
  7648 mike  1.1.2.1     0,
  7649               };
  7650               
  7651               static const char*
  7652               __root_cimv2_CIM_IndicationFilter_qualifiers[] =
  7653               {
  7654                   /* UMLPackagePath */
  7655                   "\057CIM::Event",
  7656                   /* Version */
  7657                   "\0632.12.0",
  7658                   0,
  7659               };
  7660               
  7661               MetaClass
  7662               __root_cimv2_CIM_IndicationFilter =
  7663               {
  7664                   /* flags */
  7665                   META_FLAG_CLASS,
  7666                   /* name */
  7667                   "CIM_IndicationFilter",
  7668                   /* qualifiers */
  7669 mike  1.1.2.1     __root_cimv2_CIM_IndicationFilter_qualifiers,
  7670                   /* super */
  7671                   &__root_cimv2_CIM_ManagedElement,
  7672                   /* features */
  7673                   _CIM_IndicationFilter_features,
  7674               };
  7675               
  7676               //==============================================================================
  7677               //
  7678               // Class: CIM_InstalledProduct
  7679               //
  7680               //==============================================================================
  7681               
  7682               static const char*
  7683               _CIM_InstalledProduct_ProductIdentifyingNumber_qualifiers[] =
  7684               {
  7685                   /* Key */
  7686                   "\025\001",
  7687                   /* Propagated */
  7688                   "\045CIM_Product.IdentifyingNumber",
  7689                   /* MaxLen */
  7690 mike  1.1.2.1     "\030\000\000\000\100",
  7691                   0,
  7692               };
  7693               
  7694               static MetaProperty
  7695               _CIM_InstalledProduct_ProductIdentifyingNumber =
  7696               {
  7697                   /* flags */
  7698                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7699                   /* name */
  7700                   "ProductIdentifyingNumber",
  7701                   /* qualifiers */
  7702                   _CIM_InstalledProduct_ProductIdentifyingNumber_qualifiers,
  7703                   /* type */
  7704                   CIMTYPE_STRING,
  7705                   /* subscript */
  7706                   -1,
  7707                   /* value */
  7708                   0,
  7709               };
  7710               
  7711 mike  1.1.2.1 static const char*
  7712               _CIM_InstalledProduct_ProductName_qualifiers[] =
  7713               {
  7714                   /* Key */
  7715                   "\025\001",
  7716                   /* Propagated */
  7717                   "\045CIM_Product.Name",
  7718                   /* MaxLen */
  7719                   "\030\000\000\001\000",
  7720                   0,
  7721               };
  7722               
  7723               static MetaProperty
  7724               _CIM_InstalledProduct_ProductName =
  7725               {
  7726                   /* flags */
  7727                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7728                   /* name */
  7729                   "ProductName",
  7730                   /* qualifiers */
  7731                   _CIM_InstalledProduct_ProductName_qualifiers,
  7732 mike  1.1.2.1     /* type */
  7733                   CIMTYPE_STRING,
  7734                   /* subscript */
  7735                   -1,
  7736                   /* value */
  7737                   0,
  7738               };
  7739               
  7740               static const char*
  7741               _CIM_InstalledProduct_ProductVendor_qualifiers[] =
  7742               {
  7743                   /* Key */
  7744                   "\025\001",
  7745                   /* Propagated */
  7746                   "\045CIM_Product.Vendor",
  7747                   /* MaxLen */
  7748                   "\030\000\000\001\000",
  7749                   0,
  7750               };
  7751               
  7752               static MetaProperty
  7753 mike  1.1.2.1 _CIM_InstalledProduct_ProductVendor =
  7754               {
  7755                   /* flags */
  7756                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7757                   /* name */
  7758                   "ProductVendor",
  7759                   /* qualifiers */
  7760                   _CIM_InstalledProduct_ProductVendor_qualifiers,
  7761                   /* type */
  7762                   CIMTYPE_STRING,
  7763                   /* subscript */
  7764                   -1,
  7765                   /* value */
  7766                   0,
  7767               };
  7768               
  7769               static const char*
  7770               _CIM_InstalledProduct_ProductVersion_qualifiers[] =
  7771               {
  7772                   /* Key */
  7773                   "\025\001",
  7774 mike  1.1.2.1     /* Propagated */
  7775                   "\045CIM_Product.Version",
  7776                   /* MaxLen */
  7777                   "\030\000\000\000\100",
  7778                   0,
  7779               };
  7780               
  7781               static MetaProperty
  7782               _CIM_InstalledProduct_ProductVersion =
  7783               {
  7784                   /* flags */
  7785                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7786                   /* name */
  7787                   "ProductVersion",
  7788                   /* qualifiers */
  7789                   _CIM_InstalledProduct_ProductVersion_qualifiers,
  7790                   /* type */
  7791                   CIMTYPE_STRING,
  7792                   /* subscript */
  7793                   -1,
  7794                   /* value */
  7795 mike  1.1.2.1     0,
  7796               };
  7797               
  7798               static const char*
  7799               _CIM_InstalledProduct_SystemID_qualifiers[] =
  7800               {
  7801                   /* Key */
  7802                   "\025\001",
  7803                   /* MaxLen */
  7804                   "\030\000\000\001\000",
  7805                   0,
  7806               };
  7807               
  7808               static MetaProperty
  7809               _CIM_InstalledProduct_SystemID =
  7810               {
  7811                   /* flags */
  7812                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7813                   /* name */
  7814                   "SystemID",
  7815                   /* qualifiers */
  7816 mike  1.1.2.1     _CIM_InstalledProduct_SystemID_qualifiers,
  7817                   /* type */
  7818                   CIMTYPE_STRING,
  7819                   /* subscript */
  7820                   -1,
  7821                   /* value */
  7822                   0,
  7823               };
  7824               
  7825               static const char*
  7826               _CIM_InstalledProduct_CollectionID_qualifiers[] =
  7827               {
  7828                   /* Key */
  7829                   "\025\001",
  7830                   /* MaxLen */
  7831                   "\030\000\000\001\000",
  7832                   0,
  7833               };
  7834               
  7835               static MetaProperty
  7836               _CIM_InstalledProduct_CollectionID =
  7837 mike  1.1.2.1 {
  7838                   /* flags */
  7839                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7840                   /* name */
  7841                   "CollectionID",
  7842                   /* qualifiers */
  7843                   _CIM_InstalledProduct_CollectionID_qualifiers,
  7844                   /* type */
  7845                   CIMTYPE_STRING,
  7846                   /* subscript */
  7847                   -1,
  7848                   /* value */
  7849                   0,
  7850               };
  7851               
  7852               static const char*
  7853               _CIM_InstalledProduct_Name_qualifiers[] =
  7854               {
  7855                   /* MaxLen */
  7856                   "\030\000\000\001\000",
  7857                   0,
  7858 mike  1.1.2.1 };
  7859               
  7860               static MetaProperty
  7861               _CIM_InstalledProduct_Name =
  7862               {
  7863                   /* flags */
  7864                   META_FLAG_PROPERTY|META_FLAG_READ,
  7865                   /* name */
  7866                   "Name",
  7867                   /* qualifiers */
  7868                   _CIM_InstalledProduct_Name_qualifiers,
  7869                   /* type */
  7870                   CIMTYPE_STRING,
  7871                   /* subscript */
  7872                   -1,
  7873                   /* value */
  7874                   0,
  7875               };
  7876               
  7877               static MetaFeature*
  7878               _CIM_InstalledProduct_features[] =
  7879 mike  1.1.2.1 {
  7880                   (MetaFeature*)&_CIM_InstalledProduct_ProductIdentifyingNumber,
  7881                   (MetaFeature*)&_CIM_InstalledProduct_ProductName,
  7882                   (MetaFeature*)&_CIM_InstalledProduct_ProductVendor,
  7883                   (MetaFeature*)&_CIM_InstalledProduct_ProductVersion,
  7884                   (MetaFeature*)&_CIM_InstalledProduct_SystemID,
  7885                   (MetaFeature*)&_CIM_InstalledProduct_CollectionID,
  7886                   (MetaFeature*)&_CIM_InstalledProduct_Name,
  7887                   0,
  7888               };
  7889               
  7890               static const char*
  7891               __root_cimv2_CIM_InstalledProduct_qualifiers[] =
  7892               {
  7893                   /* UMLPackagePath */
  7894                   "\057CIM::Application::InstalledProduct",
  7895                   /* Version */
  7896                   "\0632.6.0",
  7897                   0,
  7898               };
  7899               
  7900 mike  1.1.2.1 MetaClass
  7901               __root_cimv2_CIM_InstalledProduct =
  7902               {
  7903                   /* flags */
  7904                   META_FLAG_CLASS,
  7905                   /* name */
  7906                   "CIM_InstalledProduct",
  7907                   /* qualifiers */
  7908                   __root_cimv2_CIM_InstalledProduct_qualifiers,
  7909                   /* super */
  7910                   &__root_cimv2_CIM_Collection,
  7911                   /* features */
  7912                   _CIM_InstalledProduct_features,
  7913               };
  7914               
  7915               //==============================================================================
  7916               //
  7917               // Class: CIM_InstIndication
  7918               //
  7919               //==============================================================================
  7920               
  7921 mike  1.1.2.1 static const char*
  7922               _CIM_InstIndication_SourceInstance_qualifiers[] =
  7923               {
  7924                   /* Required */
  7925                   "\050\001",
  7926                   /* EmbeddedObject */
  7927                   "\020\001",
  7928                   0,
  7929               };
  7930               
  7931               static MetaProperty
  7932               _CIM_InstIndication_SourceInstance =
  7933               {
  7934                   /* flags */
  7935                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  7936                   /* name */
  7937                   "SourceInstance",
  7938                   /* qualifiers */
  7939                   _CIM_InstIndication_SourceInstance_qualifiers,
  7940                   /* type */
  7941                   CIMTYPE_STRING,
  7942 mike  1.1.2.1     /* subscript */
  7943                   -1,
  7944                   /* value */
  7945                   0,
  7946               };
  7947               
  7948               static const char*
  7949               _CIM_InstIndication_SourceInstanceModelPath_qualifiers[] =
  7950               {
  7951                   /* ModelCorrespondence */
  7952                   "\036\000\001CIM_InstIndication.SourceInstance\000",
  7953                   0,
  7954               };
  7955               
  7956               static MetaProperty
  7957               _CIM_InstIndication_SourceInstanceModelPath =
  7958               {
  7959                   /* flags */
  7960                   META_FLAG_PROPERTY|META_FLAG_READ,
  7961                   /* name */
  7962                   "SourceInstanceModelPath",
  7963 mike  1.1.2.1     /* qualifiers */
  7964                   _CIM_InstIndication_SourceInstanceModelPath_qualifiers,
  7965                   /* type */
  7966                   CIMTYPE_STRING,
  7967                   /* subscript */
  7968                   -1,
  7969                   /* value */
  7970                   0,
  7971               };
  7972               
  7973               static const char*
  7974               _CIM_InstIndication_SourceInstanceHost_qualifiers[] =
  7975               {
  7976                   /* ModelCorrespondence */
  7977                   "\036\000\001CIM_InstIndication.SourceInstance\000",
  7978                   0,
  7979               };
  7980               
  7981               static MetaProperty
  7982               _CIM_InstIndication_SourceInstanceHost =
  7983               {
  7984 mike  1.1.2.1     /* flags */
  7985                   META_FLAG_PROPERTY|META_FLAG_READ,
  7986                   /* name */
  7987                   "SourceInstanceHost",
  7988                   /* qualifiers */
  7989                   _CIM_InstIndication_SourceInstanceHost_qualifiers,
  7990                   /* type */
  7991                   CIMTYPE_STRING,
  7992                   /* subscript */
  7993                   -1,
  7994                   /* value */
  7995                   0,
  7996               };
  7997               
  7998               static MetaFeature*
  7999               _CIM_InstIndication_features[] =
  8000               {
  8001                   (MetaFeature*)&_CIM_InstIndication_SourceInstance,
  8002                   (MetaFeature*)&_CIM_InstIndication_SourceInstanceModelPath,
  8003                   (MetaFeature*)&_CIM_InstIndication_SourceInstanceHost,
  8004                   0,
  8005 mike  1.1.2.1 };
  8006               
  8007               static const char*
  8008               __root_cimv2_CIM_InstIndication_qualifiers[] =
  8009               {
  8010                   /* INDICATION */
  8011                   "\001\001",
  8012                   /* UMLPackagePath */
  8013                   "\057CIM::Event",
  8014                   /* Abstract */
  8015                   "\002\001",
  8016                   /* Version */
  8017                   "\0632.9.0",
  8018                   0,
  8019               };
  8020               
  8021               MetaClass
  8022               __root_cimv2_CIM_InstIndication =
  8023               {
  8024                   /* flags */
  8025                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  8026 mike  1.1.2.1     /* name */
  8027                   "CIM_InstIndication",
  8028                   /* qualifiers */
  8029                   __root_cimv2_CIM_InstIndication_qualifiers,
  8030                   /* super */
  8031                   &__root_cimv2_CIM_Indication,
  8032                   /* features */
  8033                   _CIM_InstIndication_features,
  8034               };
  8035               
  8036               //==============================================================================
  8037               //
  8038               // Class: CIM_InstMethodCall
  8039               //
  8040               //==============================================================================
  8041               
  8042               static const char*
  8043               _CIM_InstMethodCall_MethodName_qualifiers[] =
  8044               {
  8045                   /* Required */
  8046                   "\050\001",
  8047 mike  1.1.2.1     0,
  8048               };
  8049               
  8050               static MetaProperty
  8051               _CIM_InstMethodCall_MethodName =
  8052               {
  8053                   /* flags */
  8054                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8055                   /* name */
  8056                   "MethodName",
  8057                   /* qualifiers */
  8058                   _CIM_InstMethodCall_MethodName_qualifiers,
  8059                   /* type */
  8060                   CIMTYPE_STRING,
  8061                   /* subscript */
  8062                   -1,
  8063                   /* value */
  8064                   0,
  8065               };
  8066               
  8067               static const char*
  8068 mike  1.1.2.1 _CIM_InstMethodCall_MethodParameters_qualifiers[] =
  8069               {
  8070                   /* EmbeddedObject */
  8071                   "\020\001",
  8072                   0,
  8073               };
  8074               
  8075               static MetaProperty
  8076               _CIM_InstMethodCall_MethodParameters =
  8077               {
  8078                   /* flags */
  8079                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ,
  8080                   /* name */
  8081                   "MethodParameters",
  8082                   /* qualifiers */
  8083                   _CIM_InstMethodCall_MethodParameters_qualifiers,
  8084                   /* type */
  8085                   CIMTYPE_STRING,
  8086                   /* subscript */
  8087                   -1,
  8088                   /* value */
  8089 mike  1.1.2.1     0,
  8090               };
  8091               
  8092               static const char*
  8093               _CIM_InstMethodCall_ReturnValue_qualifiers[] =
  8094               {
  8095                   /* ModelCorrespondence */
  8096                   "\036\000\001CIM_InstMethodCall.PreCall\000",
  8097                   0,
  8098               };
  8099               
  8100               static MetaProperty
  8101               _CIM_InstMethodCall_ReturnValue =
  8102               {
  8103                   /* flags */
  8104                   META_FLAG_PROPERTY|META_FLAG_READ,
  8105                   /* name */
  8106                   "ReturnValue",
  8107                   /* qualifiers */
  8108                   _CIM_InstMethodCall_ReturnValue_qualifiers,
  8109                   /* type */
  8110 mike  1.1.2.1     CIMTYPE_STRING,
  8111                   /* subscript */
  8112                   -1,
  8113                   /* value */
  8114                   0,
  8115               };
  8116               
  8117               static const char*
  8118               _CIM_InstMethodCall_PreCall_qualifiers[] =
  8119               {
  8120                   /* Required */
  8121                   "\050\001",
  8122                   0,
  8123               };
  8124               
  8125               static MetaProperty
  8126               _CIM_InstMethodCall_PreCall =
  8127               {
  8128                   /* flags */
  8129                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8130                   /* name */
  8131 mike  1.1.2.1     "PreCall",
  8132                   /* qualifiers */
  8133                   _CIM_InstMethodCall_PreCall_qualifiers,
  8134                   /* type */
  8135                   CIMTYPE_BOOLEAN,
  8136                   /* subscript */
  8137                   -1,
  8138                   /* value */
  8139                   0,
  8140               };
  8141               
  8142               static MetaFeature*
  8143               _CIM_InstMethodCall_features[] =
  8144               {
  8145                   (MetaFeature*)&_CIM_InstMethodCall_MethodName,
  8146                   (MetaFeature*)&_CIM_InstMethodCall_MethodParameters,
  8147                   (MetaFeature*)&_CIM_InstMethodCall_ReturnValue,
  8148                   (MetaFeature*)&_CIM_InstMethodCall_PreCall,
  8149                   0,
  8150               };
  8151               
  8152 mike  1.1.2.1 static const char*
  8153               __root_cimv2_CIM_InstMethodCall_qualifiers[] =
  8154               {
  8155                   /* INDICATION */
  8156                   "\001\001",
  8157                   /* UMLPackagePath */
  8158                   "\057CIM::Event",
  8159                   /* Version */
  8160                   "\0632.6.0",
  8161                   0,
  8162               };
  8163               
  8164               MetaClass
  8165               __root_cimv2_CIM_InstMethodCall =
  8166               {
  8167                   /* flags */
  8168                   META_FLAG_INDICATION,
  8169                   /* name */
  8170                   "CIM_InstMethodCall",
  8171                   /* qualifiers */
  8172                   __root_cimv2_CIM_InstMethodCall_qualifiers,
  8173 mike  1.1.2.1     /* super */
  8174                   &__root_cimv2_CIM_InstIndication,
  8175                   /* features */
  8176                   _CIM_InstMethodCall_features,
  8177               };
  8178               
  8179               //==============================================================================
  8180               //
  8181               // Class: CIM_InstModification
  8182               //
  8183               //==============================================================================
  8184               
  8185               static const char*
  8186               _CIM_InstModification_PreviousInstance_qualifiers[] =
  8187               {
  8188                   /* Required */
  8189                   "\050\001",
  8190                   /* EmbeddedObject */
  8191                   "\020\001",
  8192                   0,
  8193               };
  8194 mike  1.1.2.1 
  8195               static MetaProperty
  8196               _CIM_InstModification_PreviousInstance =
  8197               {
  8198                   /* flags */
  8199                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  8200                   /* name */
  8201                   "PreviousInstance",
  8202                   /* qualifiers */
  8203                   _CIM_InstModification_PreviousInstance_qualifiers,
  8204                   /* type */
  8205                   CIMTYPE_STRING,
  8206                   /* subscript */
  8207                   -1,
  8208                   /* value */
  8209                   0,
  8210               };
  8211               
  8212               static MetaFeature*
  8213               _CIM_InstModification_features[] =
  8214               {
  8215 mike  1.1.2.1     (MetaFeature*)&_CIM_InstModification_PreviousInstance,
  8216                   0,
  8217               };
  8218               
  8219               static const char*
  8220               __root_cimv2_CIM_InstModification_qualifiers[] =
  8221               {
  8222                   /* INDICATION */
  8223                   "\001\001",
  8224                   /* UMLPackagePath */
  8225                   "\057CIM::Event",
  8226                   /* Version */
  8227                   "\0632.6.0",
  8228                   0,
  8229               };
  8230               
  8231               MetaClass
  8232               __root_cimv2_CIM_InstModification =
  8233               {
  8234                   /* flags */
  8235                   META_FLAG_INDICATION,
  8236 mike  1.1.2.1     /* name */
  8237                   "CIM_InstModification",
  8238                   /* qualifiers */
  8239                   __root_cimv2_CIM_InstModification_qualifiers,
  8240                   /* super */
  8241                   &__root_cimv2_CIM_InstIndication,
  8242                   /* features */
  8243                   _CIM_InstModification_features,
  8244               };
  8245               
  8246               //==============================================================================
  8247               //
  8248               // Class: CIM_InstRead
  8249               //
  8250               //==============================================================================
  8251               
  8252               static MetaFeature*
  8253               _CIM_InstRead_features[] =
  8254               {
  8255                   0,
  8256               };
  8257 mike  1.1.2.1 
  8258               static const char*
  8259               __root_cimv2_CIM_InstRead_qualifiers[] =
  8260               {
  8261                   /* INDICATION */
  8262                   "\001\001",
  8263                   /* UMLPackagePath */
  8264                   "\057CIM::Event",
  8265                   /* Version */
  8266                   "\0632.6.0",
  8267                   0,
  8268               };
  8269               
  8270               MetaClass
  8271               __root_cimv2_CIM_InstRead =
  8272               {
  8273                   /* flags */
  8274                   META_FLAG_INDICATION,
  8275                   /* name */
  8276                   "CIM_InstRead",
  8277                   /* qualifiers */
  8278 mike  1.1.2.1     __root_cimv2_CIM_InstRead_qualifiers,
  8279                   /* super */
  8280                   &__root_cimv2_CIM_InstIndication,
  8281                   /* features */
  8282                   _CIM_InstRead_features,
  8283               };
  8284               
  8285               //==============================================================================
  8286               //
  8287               // Class: CIM_IPAddressRange
  8288               //
  8289               //==============================================================================
  8290               
  8291               static const char*
  8292               _CIM_IPAddressRange_StartAddress_qualifiers[] =
  8293               {
  8294                   /* Deprecated */
  8295                   "\013\000\001CIM_RangeOfIPAddresses.StartAddress\000",
  8296                   0,
  8297               };
  8298               
  8299 mike  1.1.2.1 static MetaProperty
  8300               _CIM_IPAddressRange_StartAddress =
  8301               {
  8302                   /* flags */
  8303                   META_FLAG_PROPERTY|META_FLAG_READ,
  8304                   /* name */
  8305                   "StartAddress",
  8306                   /* qualifiers */
  8307                   _CIM_IPAddressRange_StartAddress_qualifiers,
  8308                   /* type */
  8309                   CIMTYPE_STRING,
  8310                   /* subscript */
  8311                   -1,
  8312                   /* value */
  8313                   0,
  8314               };
  8315               
  8316               static const char*
  8317               _CIM_IPAddressRange_EndAddress_qualifiers[] =
  8318               {
  8319                   /* Deprecated */
  8320 mike  1.1.2.1     "\013\000\001CIM_RangeOfIPAddresses.EndAddress\000",
  8321                   0,
  8322               };
  8323               
  8324               static MetaProperty
  8325               _CIM_IPAddressRange_EndAddress =
  8326               {
  8327                   /* flags */
  8328                   META_FLAG_PROPERTY|META_FLAG_READ,
  8329                   /* name */
  8330                   "EndAddress",
  8331                   /* qualifiers */
  8332                   _CIM_IPAddressRange_EndAddress_qualifiers,
  8333                   /* type */
  8334                   CIMTYPE_STRING,
  8335                   /* subscript */
  8336                   -1,
  8337                   /* value */
  8338                   0,
  8339               };
  8340               
  8341 mike  1.1.2.1 static const char*
  8342               _CIM_IPAddressRange_TypeOfAddress_qualifiers[] =
  8343               {
  8344                   /* Deprecated */
  8345                   "\013\000\001CIM_RangeOfIPAddresses.AddressType\000",
  8346                   /* ValueMap */
  8347                   "\061\000\0030\0001\0002\000",
  8348                   /* Values */
  8349                   "\062\000\003Unknown\000IPv4\000IPv6\000",
  8350                   0,
  8351               };
  8352               
  8353               static MetaProperty
  8354               _CIM_IPAddressRange_TypeOfAddress =
  8355               {
  8356                   /* flags */
  8357                   META_FLAG_PROPERTY|META_FLAG_READ,
  8358                   /* name */
  8359                   "TypeOfAddress",
  8360                   /* qualifiers */
  8361                   _CIM_IPAddressRange_TypeOfAddress_qualifiers,
  8362 mike  1.1.2.1     /* type */
  8363                   CIMTYPE_UINT16,
  8364                   /* subscript */
  8365                   -1,
  8366                   /* value */
  8367                   0,
  8368               };
  8369               
  8370               static const char*
  8371               _CIM_IPAddressRange_AllocationRegion_qualifiers[] =
  8372               {
  8373                   /* Deprecated */
  8374                   "\013\000\001No value\000",
  8375                   /* ValueMap */
  8376                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
  8377                   /* Values */
  8378                   "\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",
  8379                   0,
  8380               };
  8381               
  8382               static MetaProperty
  8383 mike  1.1.2.1 _CIM_IPAddressRange_AllocationRegion =
  8384               {
  8385                   /* flags */
  8386                   META_FLAG_PROPERTY|META_FLAG_READ,
  8387                   /* name */
  8388                   "AllocationRegion",
  8389                   /* qualifiers */
  8390                   _CIM_IPAddressRange_AllocationRegion_qualifiers,
  8391                   /* type */
  8392                   CIMTYPE_UINT16,
  8393                   /* subscript */
  8394                   -1,
  8395                   /* value */
  8396                   0,
  8397               };
  8398               
  8399               static MetaFeature*
  8400               _CIM_IPAddressRange_features[] =
  8401               {
  8402                   (MetaFeature*)&_CIM_IPAddressRange_StartAddress,
  8403                   (MetaFeature*)&_CIM_IPAddressRange_EndAddress,
  8404 mike  1.1.2.1     (MetaFeature*)&_CIM_IPAddressRange_TypeOfAddress,
  8405                   (MetaFeature*)&_CIM_IPAddressRange_AllocationRegion,
  8406                   0,
  8407               };
  8408               
  8409               static const char*
  8410               __root_cimv2_CIM_IPAddressRange_qualifiers[] =
  8411               {
  8412                   /* Deprecated */
  8413                   "\013\000\001CIM_RangeOfIPAddresses\000",
  8414                   /* UMLPackagePath */
  8415                   "\057CIM::Network::Collections",
  8416                   /* Abstract */
  8417                   "\002\001",
  8418                   /* Version */
  8419                   "\0632.7.0",
  8420                   0,
  8421               };
  8422               
  8423               MetaClass
  8424               __root_cimv2_CIM_IPAddressRange =
  8425 mike  1.1.2.1 {
  8426                   /* flags */
  8427                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  8428                   /* name */
  8429                   "CIM_IPAddressRange",
  8430                   /* qualifiers */
  8431                   __root_cimv2_CIM_IPAddressRange_qualifiers,
  8432                   /* super */
  8433                   &__root_cimv2_CIM_CollectionOfMSEs,
  8434                   /* features */
  8435                   _CIM_IPAddressRange_features,
  8436               };
  8437               
  8438               //==============================================================================
  8439               //
  8440               // Class: CIM_IPNetworkIdentity
  8441               //
  8442               //==============================================================================
  8443               
  8444               static const char*
  8445               _CIM_IPNetworkIdentity_IdentityType_qualifiers[] =
  8446 mike  1.1.2.1 {
  8447                   /* Required */
  8448                   "\050\001",
  8449                   /* ValueMap */
  8450                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
  8451                   /* Values */
  8452                   "\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",
  8453                   /* MappingStrings */
  8454                   "\026\000\002IPSP Policy Model.IETF|IKEIdentity.IdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
  8455                   /* ModelCorrespondence */
  8456                   "\036\000\001CIM_IPNetworkIdentity.IdentityValue\000",
  8457                   0,
  8458               };
  8459               
  8460               static MetaProperty
  8461               _CIM_IPNetworkIdentity_IdentityType =
  8462               {
  8463                   /* flags */
  8464                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8465                   /* name */
  8466                   "IdentityType",
  8467 mike  1.1.2.1     /* qualifiers */
  8468                   _CIM_IPNetworkIdentity_IdentityType_qualifiers,
  8469                   /* type */
  8470                   CIMTYPE_UINT16,
  8471                   /* subscript */
  8472                   -1,
  8473                   /* value */
  8474                   0,
  8475               };
  8476               
  8477               static const char*
  8478               _CIM_IPNetworkIdentity_IdentityValue_qualifiers[] =
  8479               {
  8480                   /* Required */
  8481                   "\050\001",
  8482                   /* MappingStrings */
  8483                   "\026\000\001IPSP Policy Model.IETF|IKEIdentity.IdentityValue\000",
  8484                   /* ModelCorrespondence */
  8485                   "\036\000\001CIM_IPNetworkIdentity.IdentityType\000",
  8486                   0,
  8487               };
  8488 mike  1.1.2.1 
  8489               static MetaProperty
  8490               _CIM_IPNetworkIdentity_IdentityValue =
  8491               {
  8492                   /* flags */
  8493                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8494                   /* name */
  8495                   "IdentityValue",
  8496                   /* qualifiers */
  8497                   _CIM_IPNetworkIdentity_IdentityValue_qualifiers,
  8498                   /* type */
  8499                   CIMTYPE_STRING,
  8500                   /* subscript */
  8501                   -1,
  8502                   /* value */
  8503                   0,
  8504               };
  8505               
  8506               static MetaFeature*
  8507               _CIM_IPNetworkIdentity_features[] =
  8508               {
  8509 mike  1.1.2.1     (MetaFeature*)&_CIM_IPNetworkIdentity_IdentityType,
  8510                   (MetaFeature*)&_CIM_IPNetworkIdentity_IdentityValue,
  8511                   0,
  8512               };
  8513               
  8514               static const char*
  8515               __root_cimv2_CIM_IPNetworkIdentity_qualifiers[] =
  8516               {
  8517                   /* UMLPackagePath */
  8518                   "\057CIM::User::Identity",
  8519                   /* Version */
  8520                   "\0632.8.0",
  8521                   /* MappingStrings */
  8522                   "\026\000\001IPSP Policy Model.IETF|IKEIdentity\000",
  8523                   0,
  8524               };
  8525               
  8526               MetaClass
  8527               __root_cimv2_CIM_IPNetworkIdentity =
  8528               {
  8529                   /* flags */
  8530 mike  1.1.2.1     META_FLAG_CLASS,
  8531                   /* name */
  8532                   "CIM_IPNetworkIdentity",
  8533                   /* qualifiers */
  8534                   __root_cimv2_CIM_IPNetworkIdentity_qualifiers,
  8535                   /* super */
  8536                   &__root_cimv2_CIM_Identity,
  8537                   /* features */
  8538                   _CIM_IPNetworkIdentity_features,
  8539               };
  8540               
  8541               //==============================================================================
  8542               //
  8543               // Class: CIM_iSCSICapabilities
  8544               //
  8545               //==============================================================================
  8546               
  8547               static const char*
  8548               _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported_qualifiers[] =
  8549               {
  8550                   /* MinValue */
  8551 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
  8552                   /* MaxValue */
  8553                   "\031\000\000\000\000\000\000\000\377",
  8554                   /* MappingStrings */
  8555                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstVersionMin\000",
  8556                   /* ModelCorrespondence */
  8557                   "\036\000\002CIM_iSCSICapabilities.MaximumSpecificationVersionSupported\000CIM_iSCSIConnection.ActiveiSCSIVersion\000",
  8558                   0,
  8559               };
  8560               
  8561               static MetaProperty
  8562               _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported =
  8563               {
  8564                   /* flags */
  8565                   META_FLAG_PROPERTY|META_FLAG_READ,
  8566                   /* name */
  8567                   "MinimumSpecificationVersionSupported",
  8568                   /* qualifiers */
  8569                   _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported_qualifiers,
  8570                   /* type */
  8571                   CIMTYPE_UINT8,
  8572 mike  1.1.2.1     /* subscript */
  8573                   -1,
  8574                   /* value */
  8575                   0,
  8576               };
  8577               
  8578               static const char*
  8579               _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported_qualifiers[] =
  8580               {
  8581                   /* MinValue */
  8582                   "\035\000\000\000\000\000\000\000\000",
  8583                   /* MaxValue */
  8584                   "\031\000\000\000\000\000\000\000\377",
  8585                   /* MappingStrings */
  8586                   "\026\000\001MIB.IETF|ISCSI-MIB.iscsiInstVersionMax\000",
  8587                   /* ModelCorrespondence */
  8588                   "\036\000\002CIM_iSCSICapabilities.MinimumSpecificationVersionSupported\000CIM_iSCSIConnection.ActiveiSCSIVersion\000",
  8589                   0,
  8590               };
  8591               
  8592               static MetaProperty
  8593 mike  1.1.2.1 _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported =
  8594               {
  8595                   /* flags */
  8596                   META_FLAG_PROPERTY|META_FLAG_READ,
  8597                   /* name */
  8598                   "MaximumSpecificationVersionSupported",
  8599                   /* qualifiers */
  8600                   _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported_qualifiers,
  8601                   /* type */
  8602                   CIMTYPE_UINT8,
  8603                   /* subscript */
  8604                   -1,
  8605                   /* value */
  8606                   0,
  8607               };
  8608               
  8609               static const char*
  8610               _CIM_iSCSICapabilities_AuthenticationMethodsSupported_qualifiers[] =
  8611               {
  8612                   /* ValueMap */
  8613                   "\061\000\0042\0003\0004\0005\000",
  8614 mike  1.1.2.1     /* Values */
  8615                   "\062\000\004(None\000SRP\000CHAP\000Kerberos\000",
  8616                   /* MappingStrings */
  8617                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
  8618                   /* ArrayType */
  8619                   "\005Indexed",
  8620                   /* ModelCorrespondence */
  8621                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
  8622                   0,
  8623               };
  8624               
  8625               static MetaProperty
  8626               _CIM_iSCSICapabilities_AuthenticationMethodsSupported =
  8627               {
  8628                   /* flags */
  8629                   META_FLAG_PROPERTY|META_FLAG_READ,
  8630                   /* name */
  8631                   "AuthenticationMethodsSupported",
  8632                   /* qualifiers */
  8633                   _CIM_iSCSICapabilities_AuthenticationMethodsSupported_qualifiers,
  8634                   /* type */
  8635 mike  1.1.2.1     CIMTYPE_UINT16,
  8636                   /* subscript */
  8637                   0,
  8638                   /* value */
  8639                   0,
  8640               };
  8641               
  8642               static MetaFeature*
  8643               _CIM_iSCSICapabilities_features[] =
  8644               {
  8645                   (MetaFeature*)&_CIM_iSCSICapabilities_MinimumSpecificationVersionSupported,
  8646                   (MetaFeature*)&_CIM_iSCSICapabilities_MaximumSpecificationVersionSupported,
  8647                   (MetaFeature*)&_CIM_iSCSICapabilities_AuthenticationMethodsSupported,
  8648                   0,
  8649               };
  8650               
  8651               static const char*
  8652               __root_cimv2_CIM_iSCSICapabilities_qualifiers[] =
  8653               {
  8654                   /* UMLPackagePath */
  8655                   "\057CIM::Network::iSCSI",
  8656 mike  1.1.2.1     /* Version */
  8657                   "\0632.11.0",
  8658                   0,
  8659               };
  8660               
  8661               MetaClass
  8662               __root_cimv2_CIM_iSCSICapabilities =
  8663               {
  8664                   /* flags */
  8665                   META_FLAG_CLASS,
  8666                   /* name */
  8667                   "CIM_iSCSICapabilities",
  8668                   /* qualifiers */
  8669                   __root_cimv2_CIM_iSCSICapabilities_qualifiers,
  8670                   /* super */
  8671                   &__root_cimv2_CIM_Capabilities,
  8672                   /* features */
  8673                   _CIM_iSCSICapabilities_features,
  8674               };
  8675               
  8676               //==============================================================================
  8677 mike  1.1.2.1 //
  8678               // Class: CIM_J2eeManagedObjectCapabilities
  8679               //
  8680               //==============================================================================
  8681               
  8682               static const char*
  8683               _CIM_J2eeManagedObjectCapabilities_InstanceID_qualifiers[] =
  8684               {
  8685                   /* Override */
  8686                   "\044InstanceID",
  8687                   /* MappingStrings */
  8688                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
  8689                   /* ModelCorrespondence */
  8690                   "\036\000\001CIM_J2eeManagedObjectCapabilities.ElementName\000",
  8691                   0,
  8692               };
  8693               
  8694               static MetaProperty
  8695               _CIM_J2eeManagedObjectCapabilities_InstanceID =
  8696               {
  8697                   /* flags */
  8698 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  8699                   /* name */
  8700                   "InstanceID",
  8701                   /* qualifiers */
  8702                   _CIM_J2eeManagedObjectCapabilities_InstanceID_qualifiers,
  8703                   /* type */
  8704                   CIMTYPE_STRING,
  8705                   /* subscript */
  8706                   -1,
  8707                   /* value */
  8708                   0,
  8709               };
  8710               
  8711               static const char*
  8712               _CIM_J2eeManagedObjectCapabilities_ElementName_qualifiers[] =
  8713               {
  8714                   /* Override */
  8715                   "\044ElementName",
  8716                   /* MaxLen */
  8717                   "\030\000\000\001\000",
  8718                   /* MappingStrings */
  8719 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
  8720                   /* ModelCorrespondence */
  8721                   "\036\000\001CIM_J2eeManagedObjectCapabilities.InstanceID\000",
  8722                   0,
  8723               };
  8724               
  8725               static MetaProperty
  8726               _CIM_J2eeManagedObjectCapabilities_ElementName =
  8727               {
  8728                   /* flags */
  8729                   META_FLAG_PROPERTY|META_FLAG_READ,
  8730                   /* name */
  8731                   "ElementName",
  8732                   /* qualifiers */
  8733                   _CIM_J2eeManagedObjectCapabilities_ElementName_qualifiers,
  8734                   /* type */
  8735                   CIMTYPE_STRING,
  8736                   /* subscript */
  8737                   -1,
  8738                   /* value */
  8739                   0,
  8740 mike  1.1.2.1 };
  8741               
  8742               static const char*
  8743               _CIM_J2eeManagedObjectCapabilities_StateManageable_qualifiers[] =
  8744               {
  8745                   /* MappingStrings */
  8746                   "\026\000\001JSR77.JCP|JSR77.3.1.1.2 stateManageable|V1.0\000",
  8747                   0,
  8748               };
  8749               
  8750               static MetaProperty
  8751               _CIM_J2eeManagedObjectCapabilities_StateManageable =
  8752               {
  8753                   /* flags */
  8754                   META_FLAG_PROPERTY|META_FLAG_READ,
  8755                   /* name */
  8756                   "StateManageable",
  8757                   /* qualifiers */
  8758                   _CIM_J2eeManagedObjectCapabilities_StateManageable_qualifiers,
  8759                   /* type */
  8760                   CIMTYPE_BOOLEAN,
  8761 mike  1.1.2.1     /* subscript */
  8762                   -1,
  8763                   /* value */
  8764                   0,
  8765               };
  8766               
  8767               static const char*
  8768               _CIM_J2eeManagedObjectCapabilities_StatisticsProvider_qualifiers[] =
  8769               {
  8770                   /* MappingStrings */
  8771                   "\026\000\001JSR77.JCP|JSR77.3.1.1.3 statisticsProvider|V1.0\000",
  8772                   0,
  8773               };
  8774               
  8775               static MetaProperty
  8776               _CIM_J2eeManagedObjectCapabilities_StatisticsProvider =
  8777               {
  8778                   /* flags */
  8779                   META_FLAG_PROPERTY|META_FLAG_READ,
  8780                   /* name */
  8781                   "StatisticsProvider",
  8782 mike  1.1.2.1     /* qualifiers */
  8783                   _CIM_J2eeManagedObjectCapabilities_StatisticsProvider_qualifiers,
  8784                   /* type */
  8785                   CIMTYPE_BOOLEAN,
  8786                   /* subscript */
  8787                   -1,
  8788                   /* value */
  8789                   0,
  8790               };
  8791               
  8792               static const char*
  8793               _CIM_J2eeManagedObjectCapabilities_EventProvider_qualifiers[] =
  8794               {
  8795                   /* MappingStrings */
  8796                   "\026\000\001JSR77.JCP|JSR77.3.1.1.4 eventProvider|V1.0\000",
  8797                   0,
  8798               };
  8799               
  8800               static MetaProperty
  8801               _CIM_J2eeManagedObjectCapabilities_EventProvider =
  8802               {
  8803 mike  1.1.2.1     /* flags */
  8804                   META_FLAG_PROPERTY|META_FLAG_READ,
  8805                   /* name */
  8806                   "EventProvider",
  8807                   /* qualifiers */
  8808                   _CIM_J2eeManagedObjectCapabilities_EventProvider_qualifiers,
  8809                   /* type */
  8810                   CIMTYPE_BOOLEAN,
  8811                   /* subscript */
  8812                   -1,
  8813                   /* value */
  8814                   0,
  8815               };
  8816               
  8817               static MetaFeature*
  8818               _CIM_J2eeManagedObjectCapabilities_features[] =
  8819               {
  8820                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_InstanceID,
  8821                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_ElementName,
  8822                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_StateManageable,
  8823                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_StatisticsProvider,
  8824 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_EventProvider,
  8825                   0,
  8826               };
  8827               
  8828               static const char*
  8829               __root_cimv2_CIM_J2eeManagedObjectCapabilities_qualifiers[] =
  8830               {
  8831                   /* UMLPackagePath */
  8832                   "\057CIM::Application::J2eeAppServer",
  8833                   /* Abstract */
  8834                   "\002\001",
  8835                   /* Version */
  8836                   "\0632.8.0",
  8837                   0,
  8838               };
  8839               
  8840               MetaClass
  8841               __root_cimv2_CIM_J2eeManagedObjectCapabilities =
  8842               {
  8843                   /* flags */
  8844                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  8845 mike  1.1.2.1     /* name */
  8846                   "CIM_J2eeManagedObjectCapabilities",
  8847                   /* qualifiers */
  8848                   __root_cimv2_CIM_J2eeManagedObjectCapabilities_qualifiers,
  8849                   /* super */
  8850                   &__root_cimv2_CIM_Capabilities,
  8851                   /* features */
  8852                   _CIM_J2eeManagedObjectCapabilities_features,
  8853               };
  8854               
  8855               //==============================================================================
  8856               //
  8857               // Class: CIM_KerberosTicket
  8858               //
  8859               //==============================================================================
  8860               
  8861               static const char*
  8862               _CIM_KerberosTicket_SystemCreationClassName_qualifiers[] =
  8863               {
  8864                   /* Key */
  8865                   "\025\001",
  8866 mike  1.1.2.1     /* Propagated */
  8867                   "\045CIM_KerberosKeyDistributionCenter.SystemCreationClassName",
  8868                   /* MaxLen */
  8869                   "\030\000\000\001\000",
  8870                   0,
  8871               };
  8872               
  8873               static MetaProperty
  8874               _CIM_KerberosTicket_SystemCreationClassName =
  8875               {
  8876                   /* flags */
  8877                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8878                   /* name */
  8879                   "SystemCreationClassName",
  8880                   /* qualifiers */
  8881                   _CIM_KerberosTicket_SystemCreationClassName_qualifiers,
  8882                   /* type */
  8883                   CIMTYPE_STRING,
  8884                   /* subscript */
  8885                   -1,
  8886                   /* value */
  8887 mike  1.1.2.1     0,
  8888               };
  8889               
  8890               static const char*
  8891               _CIM_KerberosTicket_SystemName_qualifiers[] =
  8892               {
  8893                   /* Key */
  8894                   "\025\001",
  8895                   /* Propagated */
  8896                   "\045CIM_KerberosKeyDistributionCenter.SystemName",
  8897                   /* MaxLen */
  8898                   "\030\000\000\001\000",
  8899                   0,
  8900               };
  8901               
  8902               static MetaProperty
  8903               _CIM_KerberosTicket_SystemName =
  8904               {
  8905                   /* flags */
  8906                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8907                   /* name */
  8908 mike  1.1.2.1     "SystemName",
  8909                   /* qualifiers */
  8910                   _CIM_KerberosTicket_SystemName_qualifiers,
  8911                   /* type */
  8912                   CIMTYPE_STRING,
  8913                   /* subscript */
  8914                   -1,
  8915                   /* value */
  8916                   0,
  8917               };
  8918               
  8919               static const char*
  8920               _CIM_KerberosTicket_ServiceCreationClassName_qualifiers[] =
  8921               {
  8922                   /* Key */
  8923                   "\025\001",
  8924                   /* Propagated */
  8925                   "\045CIM_KerberosKeyDistributionCenter.CreationClassName",
  8926                   /* MaxLen */
  8927                   "\030\000\000\001\000",
  8928                   0,
  8929 mike  1.1.2.1 };
  8930               
  8931               static MetaProperty
  8932               _CIM_KerberosTicket_ServiceCreationClassName =
  8933               {
  8934                   /* flags */
  8935                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8936                   /* name */
  8937                   "ServiceCreationClassName",
  8938                   /* qualifiers */
  8939                   _CIM_KerberosTicket_ServiceCreationClassName_qualifiers,
  8940                   /* type */
  8941                   CIMTYPE_STRING,
  8942                   /* subscript */
  8943                   -1,
  8944                   /* value */
  8945                   0,
  8946               };
  8947               
  8948               static const char*
  8949               _CIM_KerberosTicket_ServiceName_qualifiers[] =
  8950 mike  1.1.2.1 {
  8951                   /* Key */
  8952                   "\025\001",
  8953                   /* Propagated */
  8954                   "\045CIM_KerberosKeyDistributionCenter.Name",
  8955                   /* MaxLen */
  8956                   "\030\000\000\001\000",
  8957                   0,
  8958               };
  8959               
  8960               static MetaProperty
  8961               _CIM_KerberosTicket_ServiceName =
  8962               {
  8963                   /* flags */
  8964                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8965                   /* name */
  8966                   "ServiceName",
  8967                   /* qualifiers */
  8968                   _CIM_KerberosTicket_ServiceName_qualifiers,
  8969                   /* type */
  8970                   CIMTYPE_STRING,
  8971 mike  1.1.2.1     /* subscript */
  8972                   -1,
  8973                   /* value */
  8974                   0,
  8975               };
  8976               
  8977               static const char*
  8978               _CIM_KerberosTicket_AccessesService_qualifiers[] =
  8979               {
  8980                   /* Key */
  8981                   "\025\001",
  8982                   /* MaxLen */
  8983                   "\030\000\000\001\000",
  8984                   0,
  8985               };
  8986               
  8987               static MetaProperty
  8988               _CIM_KerberosTicket_AccessesService =
  8989               {
  8990                   /* flags */
  8991                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8992 mike  1.1.2.1     /* name */
  8993                   "AccessesService",
  8994                   /* qualifiers */
  8995                   _CIM_KerberosTicket_AccessesService_qualifiers,
  8996                   /* type */
  8997                   CIMTYPE_STRING,
  8998                   /* subscript */
  8999                   -1,
  9000                   /* value */
  9001                   0,
  9002               };
  9003               
  9004               static const char*
  9005               _CIM_KerberosTicket_RemoteID_qualifiers[] =
  9006               {
  9007                   /* Key */
  9008                   "\025\001",
  9009                   /* MaxLen */
  9010                   "\030\000\000\001\000",
  9011                   0,
  9012               };
  9013 mike  1.1.2.1 
  9014               static MetaProperty
  9015               _CIM_KerberosTicket_RemoteID =
  9016               {
  9017                   /* flags */
  9018                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9019                   /* name */
  9020                   "RemoteID",
  9021                   /* qualifiers */
  9022                   _CIM_KerberosTicket_RemoteID_qualifiers,
  9023                   /* type */
  9024                   CIMTYPE_STRING,
  9025                   /* subscript */
  9026                   -1,
  9027                   /* value */
  9028                   0,
  9029               };
  9030               
  9031               static const char*
  9032               _CIM_KerberosTicket_TicketType_qualifiers[] =
  9033               {
  9034 mike  1.1.2.1     /* ValueMap */
  9035                   "\061\000\0020\0001\000",
  9036                   /* Values */
  9037                   "\062\000\002Session\000TicketGranting\000",
  9038                   0,
  9039               };
  9040               
  9041               static MetaProperty
  9042               _CIM_KerberosTicket_TicketType =
  9043               {
  9044                   /* flags */
  9045                   META_FLAG_PROPERTY|META_FLAG_READ,
  9046                   /* name */
  9047                   "TicketType",
  9048                   /* qualifiers */
  9049                   _CIM_KerberosTicket_TicketType_qualifiers,
  9050                   /* type */
  9051                   CIMTYPE_UINT16,
  9052                   /* subscript */
  9053                   -1,
  9054                   /* value */
  9055 mike  1.1.2.1     0,
  9056               };
  9057               
  9058               static MetaFeature*
  9059               _CIM_KerberosTicket_features[] =
  9060               {
  9061                   (MetaFeature*)&_CIM_KerberosTicket_SystemCreationClassName,
  9062                   (MetaFeature*)&_CIM_KerberosTicket_SystemName,
  9063                   (MetaFeature*)&_CIM_KerberosTicket_ServiceCreationClassName,
  9064                   (MetaFeature*)&_CIM_KerberosTicket_ServiceName,
  9065                   (MetaFeature*)&_CIM_KerberosTicket_AccessesService,
  9066                   (MetaFeature*)&_CIM_KerberosTicket_RemoteID,
  9067                   (MetaFeature*)&_CIM_KerberosTicket_TicketType,
  9068                   0,
  9069               };
  9070               
  9071               static const char*
  9072               __root_cimv2_CIM_KerberosTicket_qualifiers[] =
  9073               {
  9074                   /* UMLPackagePath */
  9075                   "\057CIM::User::Kerberos",
  9076 mike  1.1.2.1     /* Version */
  9077                   "\0632.8.0",
  9078                   0,
  9079               };
  9080               
  9081               MetaClass
  9082               __root_cimv2_CIM_KerberosTicket =
  9083               {
  9084                   /* flags */
  9085                   META_FLAG_CLASS,
  9086                   /* name */
  9087                   "CIM_KerberosTicket",
  9088                   /* qualifiers */
  9089                   __root_cimv2_CIM_KerberosTicket_qualifiers,
  9090                   /* super */
  9091                   &__root_cimv2_CIM_Credential,
  9092                   /* features */
  9093                   _CIM_KerberosTicket_features,
  9094               };
  9095               
  9096               //==============================================================================
  9097 mike  1.1.2.1 //
  9098               // Class: CIM_ListenerDestination
  9099               //
  9100               //==============================================================================
  9101               
  9102               static const char*
  9103               _CIM_ListenerDestination_SystemCreationClassName_qualifiers[] =
  9104               {
  9105                   /* Key */
  9106                   "\025\001",
  9107                   /* MaxLen */
  9108                   "\030\000\000\001\000",
  9109                   0,
  9110               };
  9111               
  9112               static MetaProperty
  9113               _CIM_ListenerDestination_SystemCreationClassName =
  9114               {
  9115                   /* flags */
  9116                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9117                   /* name */
  9118 mike  1.1.2.1     "SystemCreationClassName",
  9119                   /* qualifiers */
  9120                   _CIM_ListenerDestination_SystemCreationClassName_qualifiers,
  9121                   /* type */
  9122                   CIMTYPE_STRING,
  9123                   /* subscript */
  9124                   -1,
  9125                   /* value */
  9126                   0,
  9127               };
  9128               
  9129               static const char*
  9130               _CIM_ListenerDestination_SystemName_qualifiers[] =
  9131               {
  9132                   /* Key */
  9133                   "\025\001",
  9134                   /* MaxLen */
  9135                   "\030\000\000\001\000",
  9136                   0,
  9137               };
  9138               
  9139 mike  1.1.2.1 static MetaProperty
  9140               _CIM_ListenerDestination_SystemName =
  9141               {
  9142                   /* flags */
  9143                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9144                   /* name */
  9145                   "SystemName",
  9146                   /* qualifiers */
  9147                   _CIM_ListenerDestination_SystemName_qualifiers,
  9148                   /* type */
  9149                   CIMTYPE_STRING,
  9150                   /* subscript */
  9151                   -1,
  9152                   /* value */
  9153                   0,
  9154               };
  9155               
  9156               static const char*
  9157               _CIM_ListenerDestination_CreationClassName_qualifiers[] =
  9158               {
  9159                   /* Key */
  9160 mike  1.1.2.1     "\025\001",
  9161                   /* MaxLen */
  9162                   "\030\000\000\001\000",
  9163                   0,
  9164               };
  9165               
  9166               static MetaProperty
  9167               _CIM_ListenerDestination_CreationClassName =
  9168               {
  9169                   /* flags */
  9170                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9171                   /* name */
  9172                   "CreationClassName",
  9173                   /* qualifiers */
  9174                   _CIM_ListenerDestination_CreationClassName_qualifiers,
  9175                   /* type */
  9176                   CIMTYPE_STRING,
  9177                   /* subscript */
  9178                   -1,
  9179                   /* value */
  9180                   0,
  9181 mike  1.1.2.1 };
  9182               
  9183               static const char*
  9184               _CIM_ListenerDestination_Name_qualifiers[] =
  9185               {
  9186                   /* Key */
  9187                   "\025\001",
  9188                   /* MaxLen */
  9189                   "\030\000\000\001\000",
  9190                   0,
  9191               };
  9192               
  9193               static MetaProperty
  9194               _CIM_ListenerDestination_Name =
  9195               {
  9196                   /* flags */
  9197                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9198                   /* name */
  9199                   "Name",
  9200                   /* qualifiers */
  9201                   _CIM_ListenerDestination_Name_qualifiers,
  9202 mike  1.1.2.1     /* type */
  9203                   CIMTYPE_STRING,
  9204                   /* subscript */
  9205                   -1,
  9206                   /* value */
  9207                   0,
  9208               };
  9209               
  9210               static const char*
  9211               _CIM_ListenerDestination_PersistenceType_qualifiers[] =
  9212               {
  9213                   /* ValueMap */
  9214                   "\061\000\0031\0002\0003\000",
  9215                   /* Values */
  9216                   "\062\000\003Other\000Permanent\000Transient\000",
  9217                   /* ModelCorrespondence */
  9218                   "\036\000\001CIM_ListenerDestination.OtherPersistenceType\000",
  9219                   0,
  9220               };
  9221               
  9222               static MetaProperty
  9223 mike  1.1.2.1 _CIM_ListenerDestination_PersistenceType =
  9224               {
  9225                   /* flags */
  9226                   META_FLAG_PROPERTY|META_FLAG_READ,
  9227                   /* name */
  9228                   "PersistenceType",
  9229                   /* qualifiers */
  9230                   _CIM_ListenerDestination_PersistenceType_qualifiers,
  9231                   /* type */
  9232                   CIMTYPE_UINT16,
  9233                   /* subscript */
  9234                   -1,
  9235                   /* value */
  9236                   0,
  9237               };
  9238               
  9239               static const char*
  9240               _CIM_ListenerDestination_OtherPersistenceType_qualifiers[] =
  9241               {
  9242                   /* ModelCorrespondence */
  9243                   "\036\000\001CIM_ListenerDestination.PersistenceType\000",
  9244 mike  1.1.2.1     0,
  9245               };
  9246               
  9247               static MetaProperty
  9248               _CIM_ListenerDestination_OtherPersistenceType =
  9249               {
  9250                   /* flags */
  9251                   META_FLAG_PROPERTY|META_FLAG_READ,
  9252                   /* name */
  9253                   "OtherPersistenceType",
  9254                   /* qualifiers */
  9255                   _CIM_ListenerDestination_OtherPersistenceType_qualifiers,
  9256                   /* type */
  9257                   CIMTYPE_STRING,
  9258                   /* subscript */
  9259                   -1,
  9260                   /* value */
  9261                   0,
  9262               };
  9263               
  9264               static MetaFeature*
  9265 mike  1.1.2.1 _CIM_ListenerDestination_features[] =
  9266               {
  9267                   (MetaFeature*)&_CIM_ListenerDestination_SystemCreationClassName,
  9268                   (MetaFeature*)&_CIM_ListenerDestination_SystemName,
  9269                   (MetaFeature*)&_CIM_ListenerDestination_CreationClassName,
  9270                   (MetaFeature*)&_CIM_ListenerDestination_Name,
  9271                   (MetaFeature*)&_CIM_ListenerDestination_PersistenceType,
  9272                   (MetaFeature*)&_CIM_ListenerDestination_OtherPersistenceType,
  9273                   0,
  9274               };
  9275               
  9276               static const char*
  9277               __root_cimv2_CIM_ListenerDestination_qualifiers[] =
  9278               {
  9279                   /* UMLPackagePath */
  9280                   "\057CIM::Event",
  9281                   /* Abstract */
  9282                   "\002\001",
  9283                   /* Version */
  9284                   "\0632.8.0",
  9285                   0,
  9286 mike  1.1.2.1 };
  9287               
  9288               MetaClass
  9289               __root_cimv2_CIM_ListenerDestination =
  9290               {
  9291                   /* flags */
  9292                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  9293                   /* name */
  9294                   "CIM_ListenerDestination",
  9295                   /* qualifiers */
  9296                   __root_cimv2_CIM_ListenerDestination_qualifiers,
  9297                   /* super */
  9298                   &__root_cimv2_CIM_ManagedElement,
  9299                   /* features */
  9300                   _CIM_ListenerDestination_features,
  9301               };
  9302               
  9303               //==============================================================================
  9304               //
  9305               // Class: CIM_ListenerDestinationCIMXML
  9306               //
  9307 mike  1.1.2.1 //==============================================================================
  9308               
  9309               static const char*
  9310               _CIM_ListenerDestinationCIMXML_Destination_qualifiers[] =
  9311               {
  9312                   /* Required */
  9313                   "\050\001",
  9314                   0,
  9315               };
  9316               
  9317               static MetaProperty
  9318               _CIM_ListenerDestinationCIMXML_Destination =
  9319               {
  9320                   /* flags */
  9321                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  9322                   /* name */
  9323                   "Destination",
  9324                   /* qualifiers */
  9325                   _CIM_ListenerDestinationCIMXML_Destination_qualifiers,
  9326                   /* type */
  9327                   CIMTYPE_STRING,
  9328 mike  1.1.2.1     /* subscript */
  9329                   -1,
  9330                   /* value */
  9331                   0,
  9332               };
  9333               
  9334               static MetaFeature*
  9335               _CIM_ListenerDestinationCIMXML_features[] =
  9336               {
  9337                   (MetaFeature*)&_CIM_ListenerDestinationCIMXML_Destination,
  9338                   0,
  9339               };
  9340               
  9341               static const char*
  9342               __root_cimv2_CIM_ListenerDestinationCIMXML_qualifiers[] =
  9343               {
  9344                   /* UMLPackagePath */
  9345                   "\057CIM::Event",
  9346                   /* Version */
  9347                   "\0632.8.0",
  9348                   0,
  9349 mike  1.1.2.1 };
  9350               
  9351               MetaClass
  9352               __root_cimv2_CIM_ListenerDestinationCIMXML =
  9353               {
  9354                   /* flags */
  9355                   META_FLAG_CLASS,
  9356                   /* name */
  9357                   "CIM_ListenerDestinationCIMXML",
  9358                   /* qualifiers */
  9359                   __root_cimv2_CIM_ListenerDestinationCIMXML_qualifiers,
  9360                   /* super */
  9361                   &__root_cimv2_CIM_ListenerDestination,
  9362                   /* features */
  9363                   _CIM_ListenerDestinationCIMXML_features,
  9364               };
  9365               
  9366               //==============================================================================
  9367               //
  9368               // Class: CIM_LocalizationCapabilities
  9369               //
  9370 mike  1.1.2.1 //==============================================================================
  9371               
  9372               static const char*
  9373               _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers[] =
  9374               {
  9375                   0,
  9376               };
  9377               
  9378               static MetaProperty
  9379               _CIM_LocalizationCapabilities_SupportedInputLocales =
  9380               {
  9381                   /* flags */
  9382                   META_FLAG_PROPERTY|META_FLAG_READ,
  9383                   /* name */
  9384                   "SupportedInputLocales",
  9385                   /* qualifiers */
  9386                   _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers,
  9387                   /* type */
  9388                   CIMTYPE_STRING,
  9389                   /* subscript */
  9390                   0,
  9391 mike  1.1.2.1     /* value */
  9392                   0,
  9393               };
  9394               
  9395               static const char*
  9396               _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers[] =
  9397               {
  9398                   0,
  9399               };
  9400               
  9401               static MetaProperty
  9402               _CIM_LocalizationCapabilities_SupportedOutputLocales =
  9403               {
  9404                   /* flags */
  9405                   META_FLAG_PROPERTY|META_FLAG_READ,
  9406                   /* name */
  9407                   "SupportedOutputLocales",
  9408                   /* qualifiers */
  9409                   _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers,
  9410                   /* type */
  9411                   CIMTYPE_STRING,
  9412 mike  1.1.2.1     /* subscript */
  9413                   0,
  9414                   /* value */
  9415                   0,
  9416               };
  9417               
  9418               static MetaFeature*
  9419               _CIM_LocalizationCapabilities_features[] =
  9420               {
  9421                   (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedInputLocales,
  9422                   (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedOutputLocales,
  9423                   0,
  9424               };
  9425               
  9426               static const char*
  9427               __root_cimv2_CIM_LocalizationCapabilities_qualifiers[] =
  9428               {
  9429                   /* UMLPackagePath */
  9430                   "\057CIM::Core::Capabilities",
  9431                   /* Version */
  9432                   "\0632.9.0",
  9433 mike  1.1.2.1     0,
  9434               };
  9435               
  9436               MetaClass
  9437               __root_cimv2_CIM_LocalizationCapabilities =
  9438               {
  9439                   /* flags */
  9440                   META_FLAG_CLASS,
  9441                   /* name */
  9442                   "CIM_LocalizationCapabilities",
  9443                   /* qualifiers */
  9444                   __root_cimv2_CIM_LocalizationCapabilities_qualifiers,
  9445                   /* super */
  9446                   &__root_cimv2_CIM_Capabilities,
  9447                   /* features */
  9448                   _CIM_LocalizationCapabilities_features,
  9449               };
  9450               
  9451               //==============================================================================
  9452               //
  9453               // Class: CIM_Location
  9454 mike  1.1.2.1 //
  9455               //==============================================================================
  9456               
  9457               static const char*
  9458               _CIM_Location_Name_qualifiers[] =
  9459               {
  9460                   /* Key */
  9461                   "\025\001",
  9462                   /* MaxLen */
  9463                   "\030\000\000\001\000",
  9464                   0,
  9465               };
  9466               
  9467               static MetaProperty
  9468               _CIM_Location_Name =
  9469               {
  9470                   /* flags */
  9471                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9472                   /* name */
  9473                   "Name",
  9474                   /* qualifiers */
  9475 mike  1.1.2.1     _CIM_Location_Name_qualifiers,
  9476                   /* type */
  9477                   CIMTYPE_STRING,
  9478                   /* subscript */
  9479                   -1,
  9480                   /* value */
  9481                   0,
  9482               };
  9483               
  9484               static const char*
  9485               _CIM_Location_PhysicalPosition_qualifiers[] =
  9486               {
  9487                   /* Key */
  9488                   "\025\001",
  9489                   /* MaxLen */
  9490                   "\030\000\000\001\000",
  9491                   0,
  9492               };
  9493               
  9494               static MetaProperty
  9495               _CIM_Location_PhysicalPosition =
  9496 mike  1.1.2.1 {
  9497                   /* flags */
  9498                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9499                   /* name */
  9500                   "PhysicalPosition",
  9501                   /* qualifiers */
  9502                   _CIM_Location_PhysicalPosition_qualifiers,
  9503                   /* type */
  9504                   CIMTYPE_STRING,
  9505                   /* subscript */
  9506                   -1,
  9507                   /* value */
  9508                   0,
  9509               };
  9510               
  9511               static const char*
  9512               _CIM_Location_Address_qualifiers[] =
  9513               {
  9514                   /* MaxLen */
  9515                   "\030\000\000\004\000",
  9516                   0,
  9517 mike  1.1.2.1 };
  9518               
  9519               static MetaProperty
  9520               _CIM_Location_Address =
  9521               {
  9522                   /* flags */
  9523                   META_FLAG_PROPERTY|META_FLAG_READ,
  9524                   /* name */
  9525                   "Address",
  9526                   /* qualifiers */
  9527                   _CIM_Location_Address_qualifiers,
  9528                   /* type */
  9529                   CIMTYPE_STRING,
  9530                   /* subscript */
  9531                   -1,
  9532                   /* value */
  9533                   0,
  9534               };
  9535               
  9536               static MetaFeature*
  9537               _CIM_Location_features[] =
  9538 mike  1.1.2.1 {
  9539                   (MetaFeature*)&_CIM_Location_Name,
  9540                   (MetaFeature*)&_CIM_Location_PhysicalPosition,
  9541                   (MetaFeature*)&_CIM_Location_Address,
  9542                   0,
  9543               };
  9544               
  9545               static const char*
  9546               __root_cimv2_CIM_Location_qualifiers[] =
  9547               {
  9548                   /* UMLPackagePath */
  9549                   "\057CIM::Core::Physical",
  9550                   /* Version */
  9551                   "\0632.10.0",
  9552                   0,
  9553               };
  9554               
  9555               MetaClass
  9556               __root_cimv2_CIM_Location =
  9557               {
  9558                   /* flags */
  9559 mike  1.1.2.1     META_FLAG_CLASS,
  9560                   /* name */
  9561                   "CIM_Location",
  9562                   /* qualifiers */
  9563                   __root_cimv2_CIM_Location_qualifiers,
  9564                   /* super */
  9565                   &__root_cimv2_CIM_ManagedElement,
  9566                   /* features */
  9567                   _CIM_Location_features,
  9568               };
  9569               
  9570               //==============================================================================
  9571               //
  9572               // Class: CIM_LogicalIdentity
  9573               //
  9574               //==============================================================================
  9575               
  9576               static const char*
  9577               _CIM_LogicalIdentity_SystemElement_qualifiers[] =
  9578               {
  9579                   /* Key */
  9580 mike  1.1.2.1     "\025\001",
  9581                   0,
  9582               };
  9583               
  9584               static MetaReference
  9585               _CIM_LogicalIdentity_SystemElement =
  9586               {
  9587                   /* flags */
  9588                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  9589                   /* name */
  9590                   "SystemElement",
  9591                   /* qualifiers */
  9592                   _CIM_LogicalIdentity_SystemElement_qualifiers,
  9593                   /* subscript */
  9594                   -1,
  9595                   /* refId */
  9596                   &__root_cimv2_CIM_ManagedElement,
  9597               };
  9598               
  9599               static const char*
  9600               _CIM_LogicalIdentity_SameElement_qualifiers[] =
  9601 mike  1.1.2.1 {
  9602                   /* Key */
  9603                   "\025\001",
  9604                   0,
  9605               };
  9606               
  9607               static MetaReference
  9608               _CIM_LogicalIdentity_SameElement =
  9609               {
  9610                   /* flags */
  9611                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  9612                   /* name */
  9613                   "SameElement",
  9614                   /* qualifiers */
  9615                   _CIM_LogicalIdentity_SameElement_qualifiers,
  9616                   /* subscript */
  9617                   -1,
  9618                   /* refId */
  9619                   &__root_cimv2_CIM_ManagedElement,
  9620               };
  9621               
  9622 mike  1.1.2.1 static MetaFeature*
  9623               _CIM_LogicalIdentity_features[] =
  9624               {
  9625                   (MetaFeature*)&_CIM_LogicalIdentity_SystemElement,
  9626                   (MetaFeature*)&_CIM_LogicalIdentity_SameElement,
  9627                   0,
  9628               };
  9629               
  9630               static const char*
  9631               __root_cimv2_CIM_LogicalIdentity_qualifiers[] =
  9632               {
  9633                   /* ASSOCIATION */
  9634                   "\000\001",
  9635                   /* UMLPackagePath */
  9636                   "\057CIM::Core::CoreElements",
  9637                   /* Abstract */
  9638                   "\002\001",
  9639                   /* Version */
  9640                   "\0632.10.0",
  9641                   0,
  9642               };
  9643 mike  1.1.2.1 
  9644               MetaClass
  9645               __root_cimv2_CIM_LogicalIdentity =
  9646               {
  9647                   /* flags */
  9648                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
  9649                   /* name */
  9650                   "CIM_LogicalIdentity",
  9651                   /* qualifiers */
  9652                   __root_cimv2_CIM_LogicalIdentity_qualifiers,
  9653                   /* super */
  9654                   0,
  9655                   /* features */
  9656                   _CIM_LogicalIdentity_features,
  9657               };
  9658               
  9659               //==============================================================================
  9660               //
  9661               // Class: CIM_LogicalNetwork
  9662               //
  9663               //==============================================================================
  9664 mike  1.1.2.1 
  9665               static const char*
  9666               _CIM_LogicalNetwork_SystemCreationClassName_qualifiers[] =
  9667               {
  9668                   /* Deprecated */
  9669                   "\013\000\001No value\000",
  9670                   /* Key */
  9671                   "\025\001",
  9672                   /* Propagated */
  9673                   "\045CIM_AdminDomain.CreationClassName",
  9674                   /* MaxLen */
  9675                   "\030\000\000\001\000",
  9676                   0,
  9677               };
  9678               
  9679               static MetaProperty
  9680               _CIM_LogicalNetwork_SystemCreationClassName =
  9681               {
  9682                   /* flags */
  9683                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9684                   /* name */
  9685 mike  1.1.2.1     "SystemCreationClassName",
  9686                   /* qualifiers */
  9687                   _CIM_LogicalNetwork_SystemCreationClassName_qualifiers,
  9688                   /* type */
  9689                   CIMTYPE_STRING,
  9690                   /* subscript */
  9691                   -1,
  9692                   /* value */
  9693                   0,
  9694               };
  9695               
  9696               static const char*
  9697               _CIM_LogicalNetwork_SystemName_qualifiers[] =
  9698               {
  9699                   /* Deprecated */
  9700                   "\013\000\001No value\000",
  9701                   /* Key */
  9702                   "\025\001",
  9703                   /* Propagated */
  9704                   "\045CIM_AdminDomain.Name",
  9705                   /* MaxLen */
  9706 mike  1.1.2.1     "\030\000\000\001\000",
  9707                   0,
  9708               };
  9709               
  9710               static MetaProperty
  9711               _CIM_LogicalNetwork_SystemName =
  9712               {
  9713                   /* flags */
  9714                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9715                   /* name */
  9716                   "SystemName",
  9717                   /* qualifiers */
  9718                   _CIM_LogicalNetwork_SystemName_qualifiers,
  9719                   /* type */
  9720                   CIMTYPE_STRING,
  9721                   /* subscript */
  9722                   -1,
  9723                   /* value */
  9724                   0,
  9725               };
  9726               
  9727 mike  1.1.2.1 static const char*
  9728               _CIM_LogicalNetwork_CreationClassName_qualifiers[] =
  9729               {
  9730                   /* Deprecated */
  9731                   "\013\000\001No value\000",
  9732                   /* Key */
  9733                   "\025\001",
  9734                   /* MaxLen */
  9735                   "\030\000\000\001\000",
  9736                   0,
  9737               };
  9738               
  9739               static MetaProperty
  9740               _CIM_LogicalNetwork_CreationClassName =
  9741               {
  9742                   /* flags */
  9743                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9744                   /* name */
  9745                   "CreationClassName",
  9746                   /* qualifiers */
  9747                   _CIM_LogicalNetwork_CreationClassName_qualifiers,
  9748 mike  1.1.2.1     /* type */
  9749                   CIMTYPE_STRING,
  9750                   /* subscript */
  9751                   -1,
  9752                   /* value */
  9753                   0,
  9754               };
  9755               
  9756               static const char*
  9757               _CIM_LogicalNetwork_Name_qualifiers[] =
  9758               {
  9759                   /* Deprecated */
  9760                   "\013\000\001CIM_ConnectivityCollection.InstanceID\000",
  9761                   /* Key */
  9762                   "\025\001",
  9763                   /* MaxLen */
  9764                   "\030\000\000\001\000",
  9765                   0,
  9766               };
  9767               
  9768               static MetaProperty
  9769 mike  1.1.2.1 _CIM_LogicalNetwork_Name =
  9770               {
  9771                   /* flags */
  9772                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9773                   /* name */
  9774                   "Name",
  9775                   /* qualifiers */
  9776                   _CIM_LogicalNetwork_Name_qualifiers,
  9777                   /* type */
  9778                   CIMTYPE_STRING,
  9779                   /* subscript */
  9780                   -1,
  9781                   /* value */
  9782                   0,
  9783               };
  9784               
  9785               static const char*
  9786               _CIM_LogicalNetwork_NetworkType_qualifiers[] =
  9787               {
  9788                   /* Deprecated */
  9789                   "\013\000\001No value\000",
  9790 mike  1.1.2.1     /* ValueMap */
  9791                   "\061\000\0230\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000",
  9792                   /* Values */
  9793                   "\062\000\023Unknown\000Other\000IPv4\000IPv6\000IPX\000AppleTalk\000DECnet\000SNA\000CONP\000CLNP\000VINES\000XNS\000ATM\000Frame Relay\000Ethernet\000TokenRing\000FDDI\000Infiniband\000Fibre Channel\000",
  9794                   /* ModelCorrespondence */
  9795                   "\036\000\001CIM_LogicalNetwork.OtherTypeDescription\000",
  9796                   0,
  9797               };
  9798               
  9799               static MetaProperty
  9800               _CIM_LogicalNetwork_NetworkType =
  9801               {
  9802                   /* flags */
  9803                   META_FLAG_PROPERTY|META_FLAG_READ,
  9804                   /* name */
  9805                   "NetworkType",
  9806                   /* qualifiers */
  9807                   _CIM_LogicalNetwork_NetworkType_qualifiers,
  9808                   /* type */
  9809                   CIMTYPE_UINT16,
  9810                   /* subscript */
  9811 mike  1.1.2.1     -1,
  9812                   /* value */
  9813                   0,
  9814               };
  9815               
  9816               static const char*
  9817               _CIM_LogicalNetwork_OtherTypeDescription_qualifiers[] =
  9818               {
  9819                   /* Deprecated */
  9820                   "\013\000\001No value\000",
  9821                   /* MaxLen */
  9822                   "\030\000\000\000\100",
  9823                   /* ModelCorrespondence */
  9824                   "\036\000\001CIM_LogicalNetwork.NetworkType\000",
  9825                   0,
  9826               };
  9827               
  9828               static MetaProperty
  9829               _CIM_LogicalNetwork_OtherTypeDescription =
  9830               {
  9831                   /* flags */
  9832 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  9833                   /* name */
  9834                   "OtherTypeDescription",
  9835                   /* qualifiers */
  9836                   _CIM_LogicalNetwork_OtherTypeDescription_qualifiers,
  9837                   /* type */
  9838                   CIMTYPE_STRING,
  9839                   /* subscript */
  9840                   -1,
  9841                   /* value */
  9842                   0,
  9843               };
  9844               
  9845               static MetaFeature*
  9846               _CIM_LogicalNetwork_features[] =
  9847               {
  9848                   (MetaFeature*)&_CIM_LogicalNetwork_SystemCreationClassName,
  9849                   (MetaFeature*)&_CIM_LogicalNetwork_SystemName,
  9850                   (MetaFeature*)&_CIM_LogicalNetwork_CreationClassName,
  9851                   (MetaFeature*)&_CIM_LogicalNetwork_Name,
  9852                   (MetaFeature*)&_CIM_LogicalNetwork_NetworkType,
  9853 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalNetwork_OtherTypeDescription,
  9854                   0,
  9855               };
  9856               
  9857               static const char*
  9858               __root_cimv2_CIM_LogicalNetwork_qualifiers[] =
  9859               {
  9860                   /* Deprecated */
  9861                   "\013\000\001CIM_ConnectivityCollection\000",
  9862                   /* UMLPackagePath */
  9863                   "\057CIM::Network::Collections",
  9864                   /* Version */
  9865                   "\0632.7.0",
  9866                   0,
  9867               };
  9868               
  9869               MetaClass
  9870               __root_cimv2_CIM_LogicalNetwork =
  9871               {
  9872                   /* flags */
  9873                   META_FLAG_CLASS,
  9874 mike  1.1.2.1     /* name */
  9875                   "CIM_LogicalNetwork",
  9876                   /* qualifiers */
  9877                   __root_cimv2_CIM_LogicalNetwork_qualifiers,
  9878                   /* super */
  9879                   &__root_cimv2_CIM_CollectionOfMSEs,
  9880                   /* features */
  9881                   _CIM_LogicalNetwork_features,
  9882               };
  9883               
  9884               //==============================================================================
  9885               //
  9886               // Class: CIM_LogicalPortCapabilities
  9887               //
  9888               //==============================================================================
  9889               
  9890               static const char*
  9891               _CIM_LogicalPortCapabilities_RequestedSpeedsSupported_qualifiers[] =
  9892               {
  9893                   /* ModelCorrespondence */
  9894                   "\036\000\001CIM_NetworkPort.Speed\000",
  9895 mike  1.1.2.1     0,
  9896               };
  9897               
  9898               static MetaProperty
  9899               _CIM_LogicalPortCapabilities_RequestedSpeedsSupported =
  9900               {
  9901                   /* flags */
  9902                   META_FLAG_PROPERTY|META_FLAG_READ,
  9903                   /* name */
  9904                   "RequestedSpeedsSupported",
  9905                   /* qualifiers */
  9906                   _CIM_LogicalPortCapabilities_RequestedSpeedsSupported_qualifiers,
  9907                   /* type */
  9908                   CIMTYPE_UINT64,
  9909                   /* subscript */
  9910                   0,
  9911                   /* value */
  9912                   0,
  9913               };
  9914               
  9915               static const char*
  9916 mike  1.1.2.1 _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable_qualifiers[] =
  9917               {
  9918                   /* ModelCorrespondence */
  9919                   "\036\000\001CIM_NetworkPort.Speed\000",
  9920                   0,
  9921               };
  9922               
  9923               static MetaProperty
  9924               _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable =
  9925               {
  9926                   /* flags */
  9927                   META_FLAG_PROPERTY|META_FLAG_READ,
  9928                   /* name */
  9929                   "AutoSenseSpeedConfigurable",
  9930                   /* qualifiers */
  9931                   _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable_qualifiers,
  9932                   /* type */
  9933                   CIMTYPE_BOOLEAN,
  9934                   /* subscript */
  9935                   -1,
  9936                   /* value */
  9937 mike  1.1.2.1     0,
  9938               };
  9939               
  9940               static MetaFeature*
  9941               _CIM_LogicalPortCapabilities_features[] =
  9942               {
  9943                   (MetaFeature*)&_CIM_LogicalPortCapabilities_RequestedSpeedsSupported,
  9944                   (MetaFeature*)&_CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable,
  9945                   0,
  9946               };
  9947               
  9948               static const char*
  9949               __root_cimv2_CIM_LogicalPortCapabilities_qualifiers[] =
  9950               {
  9951                   /* UMLPackagePath */
  9952                   "\057CIM::Device::Ports",
  9953                   /* Version */
  9954                   "\0632.11.0",
  9955                   0,
  9956               };
  9957               
  9958 mike  1.1.2.1 MetaClass
  9959               __root_cimv2_CIM_LogicalPortCapabilities =
  9960               {
  9961                   /* flags */
  9962                   META_FLAG_CLASS,
  9963                   /* name */
  9964                   "CIM_LogicalPortCapabilities",
  9965                   /* qualifiers */
  9966                   __root_cimv2_CIM_LogicalPortCapabilities_qualifiers,
  9967                   /* super */
  9968                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
  9969                   /* features */
  9970                   _CIM_LogicalPortCapabilities_features,
  9971               };
  9972               
  9973               //==============================================================================
  9974               //
  9975               // Class: CIM_ManagedSystemElement
  9976               //
  9977               //==============================================================================
  9978               
  9979 mike  1.1.2.1 static const char*
  9980               _CIM_ManagedSystemElement_InstallDate_qualifiers[] =
  9981               {
  9982                   /* MappingStrings */
  9983                   "\026\000\001MIF.DMTF|ComponentID|001.5\000",
  9984                   0,
  9985               };
  9986               
  9987               static MetaProperty
  9988               _CIM_ManagedSystemElement_InstallDate =
  9989               {
  9990                   /* flags */
  9991                   META_FLAG_PROPERTY|META_FLAG_READ,
  9992                   /* name */
  9993                   "InstallDate",
  9994                   /* qualifiers */
  9995                   _CIM_ManagedSystemElement_InstallDate_qualifiers,
  9996                   /* type */
  9997                   CIMTYPE_DATETIME,
  9998                   /* subscript */
  9999                   -1,
 10000 mike  1.1.2.1     /* value */
 10001                   0,
 10002               };
 10003               
 10004               static const char*
 10005               _CIM_ManagedSystemElement_Name_qualifiers[] =
 10006               {
 10007                   /* MaxLen */
 10008                   "\030\000\000\004\000",
 10009                   0,
 10010               };
 10011               
 10012               static MetaProperty
 10013               _CIM_ManagedSystemElement_Name =
 10014               {
 10015                   /* flags */
 10016                   META_FLAG_PROPERTY|META_FLAG_READ,
 10017                   /* name */
 10018                   "Name",
 10019                   /* qualifiers */
 10020                   _CIM_ManagedSystemElement_Name_qualifiers,
 10021 mike  1.1.2.1     /* type */
 10022                   CIMTYPE_STRING,
 10023                   /* subscript */
 10024                   -1,
 10025                   /* value */
 10026                   0,
 10027               };
 10028               
 10029               static const char*
 10030               _CIM_ManagedSystemElement_OperationalStatus_qualifiers[] =
 10031               {
 10032                   /* ValueMap */
 10033                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000..\0000x8000..\000",
 10034                   /* Values */
 10035                   "\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",
 10036                   /* ArrayType */
 10037                   "\005Indexed",
 10038                   /* ModelCorrespondence */
 10039                   "\036\000\001CIM_ManagedSystemElement.StatusDescriptions\000",
 10040                   0,
 10041               };
 10042 mike  1.1.2.1 
 10043               static MetaProperty
 10044               _CIM_ManagedSystemElement_OperationalStatus =
 10045               {
 10046                   /* flags */
 10047                   META_FLAG_PROPERTY|META_FLAG_READ,
 10048                   /* name */
 10049                   "OperationalStatus",
 10050                   /* qualifiers */
 10051                   _CIM_ManagedSystemElement_OperationalStatus_qualifiers,
 10052                   /* type */
 10053                   CIMTYPE_UINT16,
 10054                   /* subscript */
 10055                   0,
 10056                   /* value */
 10057                   0,
 10058               };
 10059               
 10060               static const char*
 10061               _CIM_ManagedSystemElement_StatusDescriptions_qualifiers[] =
 10062               {
 10063 mike  1.1.2.1     /* ArrayType */
 10064                   "\005Indexed",
 10065                   /* ModelCorrespondence */
 10066                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 10067                   0,
 10068               };
 10069               
 10070               static MetaProperty
 10071               _CIM_ManagedSystemElement_StatusDescriptions =
 10072               {
 10073                   /* flags */
 10074                   META_FLAG_PROPERTY|META_FLAG_READ,
 10075                   /* name */
 10076                   "StatusDescriptions",
 10077                   /* qualifiers */
 10078                   _CIM_ManagedSystemElement_StatusDescriptions_qualifiers,
 10079                   /* type */
 10080                   CIMTYPE_STRING,
 10081                   /* subscript */
 10082                   0,
 10083                   /* value */
 10084 mike  1.1.2.1     0,
 10085               };
 10086               
 10087               static const char*
 10088               _CIM_ManagedSystemElement_Status_qualifiers[] =
 10089               {
 10090                   /* Deprecated */
 10091                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 10092                   /* ValueMap */
 10093                   "\061\000\015OK\000Error\000Degraded\000Unknown\000Pred Fail\000Starting\000Stopping\000Service\000Stressed\000NonRecover\000No Contact\000Lost Comm\000Stopped\000",
 10094                   /* MaxLen */
 10095                   "\030\000\000\000\012",
 10096                   0,
 10097               };
 10098               
 10099               static MetaProperty
 10100               _CIM_ManagedSystemElement_Status =
 10101               {
 10102                   /* flags */
 10103                   META_FLAG_PROPERTY|META_FLAG_READ,
 10104                   /* name */
 10105 mike  1.1.2.1     "Status",
 10106                   /* qualifiers */
 10107                   _CIM_ManagedSystemElement_Status_qualifiers,
 10108                   /* type */
 10109                   CIMTYPE_STRING,
 10110                   /* subscript */
 10111                   -1,
 10112                   /* value */
 10113                   0,
 10114               };
 10115               
 10116               static const char*
 10117               _CIM_ManagedSystemElement_HealthState_qualifiers[] =
 10118               {
 10119                   /* ValueMap */
 10120                   "\061\000\0100\0005\00010\00015\00020\00025\00030\000..\000",
 10121                   /* Values */
 10122                   "\062\000\010Unknown\000OK\000Degraded/Warning\000Minor failure\000Major failure\000Critical failure\000Non-recoverable error\000DMTF Reserved\000",
 10123                   0,
 10124               };
 10125               
 10126 mike  1.1.2.1 static MetaProperty
 10127               _CIM_ManagedSystemElement_HealthState =
 10128               {
 10129                   /* flags */
 10130                   META_FLAG_PROPERTY|META_FLAG_READ,
 10131                   /* name */
 10132                   "HealthState",
 10133                   /* qualifiers */
 10134                   _CIM_ManagedSystemElement_HealthState_qualifiers,
 10135                   /* type */
 10136                   CIMTYPE_UINT16,
 10137                   /* subscript */
 10138                   -1,
 10139                   /* value */
 10140                   0,
 10141               };
 10142               
 10143               static MetaFeature*
 10144               _CIM_ManagedSystemElement_features[] =
 10145               {
 10146                   (MetaFeature*)&_CIM_ManagedSystemElement_InstallDate,
 10147 mike  1.1.2.1     (MetaFeature*)&_CIM_ManagedSystemElement_Name,
 10148                   (MetaFeature*)&_CIM_ManagedSystemElement_OperationalStatus,
 10149                   (MetaFeature*)&_CIM_ManagedSystemElement_StatusDescriptions,
 10150                   (MetaFeature*)&_CIM_ManagedSystemElement_Status,
 10151                   (MetaFeature*)&_CIM_ManagedSystemElement_HealthState,
 10152                   0,
 10153               };
 10154               
 10155               static const char*
 10156               __root_cimv2_CIM_ManagedSystemElement_qualifiers[] =
 10157               {
 10158                   /* UMLPackagePath */
 10159                   "\057CIM::Core::CoreElements",
 10160                   /* Abstract */
 10161                   "\002\001",
 10162                   /* Version */
 10163                   "\0632.11.0",
 10164                   0,
 10165               };
 10166               
 10167               MetaClass
 10168 mike  1.1.2.1 __root_cimv2_CIM_ManagedSystemElement =
 10169               {
 10170                   /* flags */
 10171                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 10172                   /* name */
 10173                   "CIM_ManagedSystemElement",
 10174                   /* qualifiers */
 10175                   __root_cimv2_CIM_ManagedSystemElement_qualifiers,
 10176                   /* super */
 10177                   &__root_cimv2_CIM_ManagedElement,
 10178                   /* features */
 10179                   _CIM_ManagedSystemElement_features,
 10180               };
 10181               
 10182               //==============================================================================
 10183               //
 10184               // Class: CIM_MemberOfCollection
 10185               //
 10186               //==============================================================================
 10187               
 10188               static const char*
 10189 mike  1.1.2.1 _CIM_MemberOfCollection_Collection_qualifiers[] =
 10190               {
 10191                   /* Key */
 10192                   "\025\001",
 10193                   /* Aggregate */
 10194                   "\003\001",
 10195                   0,
 10196               };
 10197               
 10198               static MetaReference
 10199               _CIM_MemberOfCollection_Collection =
 10200               {
 10201                   /* flags */
 10202                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 10203                   /* name */
 10204                   "Collection",
 10205                   /* qualifiers */
 10206                   _CIM_MemberOfCollection_Collection_qualifiers,
 10207                   /* subscript */
 10208                   -1,
 10209                   /* refId */
 10210 mike  1.1.2.1     &__root_cimv2_CIM_Collection,
 10211               };
 10212               
 10213               static const char*
 10214               _CIM_MemberOfCollection_Member_qualifiers[] =
 10215               {
 10216                   /* Key */
 10217                   "\025\001",
 10218                   0,
 10219               };
 10220               
 10221               static MetaReference
 10222               _CIM_MemberOfCollection_Member =
 10223               {
 10224                   /* flags */
 10225                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 10226                   /* name */
 10227                   "Member",
 10228                   /* qualifiers */
 10229                   _CIM_MemberOfCollection_Member_qualifiers,
 10230                   /* subscript */
 10231 mike  1.1.2.1     -1,
 10232                   /* refId */
 10233                   &__root_cimv2_CIM_ManagedElement,
 10234               };
 10235               
 10236               static MetaFeature*
 10237               _CIM_MemberOfCollection_features[] =
 10238               {
 10239                   (MetaFeature*)&_CIM_MemberOfCollection_Collection,
 10240                   (MetaFeature*)&_CIM_MemberOfCollection_Member,
 10241                   0,
 10242               };
 10243               
 10244               static const char*
 10245               __root_cimv2_CIM_MemberOfCollection_qualifiers[] =
 10246               {
 10247                   /* ASSOCIATION */
 10248                   "\000\001",
 10249                   /* UMLPackagePath */
 10250                   "\057CIM::Core::Collection",
 10251                   /* Aggregation */
 10252 mike  1.1.2.1     "\004\001",
 10253                   /* Version */
 10254                   "\0632.6.0",
 10255                   0,
 10256               };
 10257               
 10258               MetaClass
 10259               __root_cimv2_CIM_MemberOfCollection =
 10260               {
 10261                   /* flags */
 10262                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 10263                   /* name */
 10264                   "CIM_MemberOfCollection",
 10265                   /* qualifiers */
 10266                   __root_cimv2_CIM_MemberOfCollection_qualifiers,
 10267                   /* super */
 10268                   0,
 10269                   /* features */
 10270                   _CIM_MemberOfCollection_features,
 10271               };
 10272               
 10273 mike  1.1.2.1 //==============================================================================
 10274               //
 10275               // Class: CIM_MemberPrincipal
 10276               //
 10277               //==============================================================================
 10278               
 10279               static const char*
 10280               _CIM_MemberPrincipal_Collection_qualifiers[] =
 10281               {
 10282                   /* Deprecated */
 10283                   "\013\000\001CIM_MemberOfCollection.Collection\000",
 10284                   /* Aggregate */
 10285                   "\003\001",
 10286                   /* Override */
 10287                   "\044Collection",
 10288                   0,
 10289               };
 10290               
 10291               static MetaReference
 10292               _CIM_MemberPrincipal_Collection =
 10293               {
 10294 mike  1.1.2.1     /* flags */
 10295                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 10296                   /* name */
 10297                   "Collection",
 10298                   /* qualifiers */
 10299                   _CIM_MemberPrincipal_Collection_qualifiers,
 10300                   /* subscript */
 10301                   -1,
 10302                   /* refId */
 10303                   &__root_cimv2_CIM_Collection,
 10304               };
 10305               
 10306               static const char*
 10307               _CIM_MemberPrincipal_Member_qualifiers[] =
 10308               {
 10309                   /* Deprecated */
 10310                   "\013\000\001CIM_MemberOfCollection.Member\000",
 10311                   /* Override */
 10312                   "\044Member",
 10313                   0,
 10314               };
 10315 mike  1.1.2.1 
 10316               static MetaReference
 10317               _CIM_MemberPrincipal_Member =
 10318               {
 10319                   /* flags */
 10320                   META_FLAG_REFERENCE|META_FLAG_READ,
 10321                   /* name */
 10322                   "Member",
 10323                   /* qualifiers */
 10324                   _CIM_MemberPrincipal_Member_qualifiers,
 10325                   /* subscript */
 10326                   -1,
 10327                   /* refId */
 10328                   &__root_cimv2_CIM_ManagedElement,
 10329               };
 10330               
 10331               static const char*
 10332               _CIM_MemberPrincipal_UserAccessBy_qualifiers[] =
 10333               {
 10334                   /* Deprecated */
 10335                   "\013\000\001No value\000",
 10336 mike  1.1.2.1     /* ValueMap */
 10337                   "\061\000\0041\0002\0003\0004\000",
 10338                   /* Values */
 10339                   "\062\000\004UsersAccess\000Account\000UsingElement\000CredentialManagementService\000",
 10340                   0,
 10341               };
 10342               
 10343               static MetaProperty
 10344               _CIM_MemberPrincipal_UserAccessBy =
 10345               {
 10346                   /* flags */
 10347                   META_FLAG_PROPERTY|META_FLAG_READ,
 10348                   /* name */
 10349                   "UserAccessBy",
 10350                   /* qualifiers */
 10351                   _CIM_MemberPrincipal_UserAccessBy_qualifiers,
 10352                   /* type */
 10353                   CIMTYPE_UINT16,
 10354                   /* subscript */
 10355                   -1,
 10356                   /* value */
 10357 mike  1.1.2.1     0,
 10358               };
 10359               
 10360               static MetaFeature*
 10361               _CIM_MemberPrincipal_features[] =
 10362               {
 10363                   (MetaFeature*)&_CIM_MemberPrincipal_Collection,
 10364                   (MetaFeature*)&_CIM_MemberPrincipal_Member,
 10365                   (MetaFeature*)&_CIM_MemberPrincipal_UserAccessBy,
 10366                   0,
 10367               };
 10368               
 10369               static const char*
 10370               __root_cimv2_CIM_MemberPrincipal_qualifiers[] =
 10371               {
 10372                   /* ASSOCIATION */
 10373                   "\000\001",
 10374                   /* Deprecated */
 10375                   "\013\000\001CIM_MemberOfCollection\000",
 10376                   /* UMLPackagePath */
 10377                   "\057CIM::User::Org",
 10378 mike  1.1.2.1     /* Aggregation */
 10379                   "\004\001",
 10380                   /* Version */
 10381                   "\0632.8.0",
 10382                   0,
 10383               };
 10384               
 10385               MetaClass
 10386               __root_cimv2_CIM_MemberPrincipal =
 10387               {
 10388                   /* flags */
 10389                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 10390                   /* name */
 10391                   "CIM_MemberPrincipal",
 10392                   /* qualifiers */
 10393                   __root_cimv2_CIM_MemberPrincipal_qualifiers,
 10394                   /* super */
 10395                   &__root_cimv2_CIM_MemberOfCollection,
 10396                   /* features */
 10397                   _CIM_MemberPrincipal_features,
 10398               };
 10399 mike  1.1.2.1 
 10400               //==============================================================================
 10401               //
 10402               // Class: CIM_MethodParameters
 10403               //
 10404               //==============================================================================
 10405               
 10406               static const char*
 10407               _CIM_MethodParameters_MethodParametersId_qualifiers[] =
 10408               {
 10409                   /* MaxLen */
 10410                   "\030\000\000\001\000",
 10411                   0,
 10412               };
 10413               
 10414               static MetaProperty
 10415               _CIM_MethodParameters_MethodParametersId =
 10416               {
 10417                   /* flags */
 10418                   META_FLAG_PROPERTY|META_FLAG_READ,
 10419                   /* name */
 10420 mike  1.1.2.1     "MethodParametersId",
 10421                   /* qualifiers */
 10422                   _CIM_MethodParameters_MethodParametersId_qualifiers,
 10423                   /* type */
 10424                   CIMTYPE_STRING,
 10425                   /* subscript */
 10426                   -1,
 10427                   /* value */
 10428                   0,
 10429               };
 10430               
 10431               static const char*
 10432               _CIM_MethodParameters_ResetValues_SourceME_qualifiers[] =
 10433               {
 10434                   /* IN */
 10435                   "\024\001",
 10436                   0,
 10437               };
 10438               
 10439               static MetaReference
 10440               _CIM_MethodParameters_ResetValues_SourceME =
 10441 mike  1.1.2.1 {
 10442                   /* flags */
 10443                   META_FLAG_REFERENCE|META_FLAG_IN,
 10444                   /* name */
 10445                   "SourceME",
 10446                   /* qualifiers */
 10447                   _CIM_MethodParameters_ResetValues_SourceME_qualifiers,
 10448                   /* subscript */
 10449                   -1,
 10450                   /* ref */
 10451                   &__root_cimv2_CIM_ManagedElement,
 10452               };
 10453               
 10454               static MetaFeature*
 10455               _CIM_MethodParameters_ResetValues_parameters[] =
 10456               {
 10457                   (MetaFeature*)&_CIM_MethodParameters_ResetValues_SourceME,
 10458                   0,
 10459               };
 10460               
 10461               static const char*
 10462 mike  1.1.2.1 _CIM_MethodParameters_ResetValues_qualifiers[] =
 10463               {
 10464                   0,
 10465               };
 10466               
 10467               static MetaMethod
 10468               _CIM_MethodParameters_ResetValues =
 10469               {
 10470                   /* flags */
 10471                   META_FLAG_METHOD,
 10472                   /* name */
 10473                   "CIM_MethodParameters",
 10474                   /* qualifiers */
 10475                   _CIM_MethodParameters_ResetValues_qualifiers,
 10476                   /* type */
 10477                   CIMTYPE_UINT32,
 10478                   /* parameters */
 10479                   _CIM_MethodParameters_ResetValues_parameters,
 10480               };
 10481               
 10482               static MetaFeature*
 10483 mike  1.1.2.1 _CIM_MethodParameters_features[] =
 10484               {
 10485                   (MetaFeature*)&_CIM_MethodParameters_MethodParametersId,
 10486                   (MetaFeature*)&_CIM_MethodParameters_ResetValues,
 10487                   0,
 10488               };
 10489               
 10490               static const char*
 10491               __root_cimv2_CIM_MethodParameters_qualifiers[] =
 10492               {
 10493                   /* UMLPackagePath */
 10494                   "\057CIM::Core::MethodParms",
 10495                   /* Abstract */
 10496                   "\002\001",
 10497                   /* Version */
 10498                   "\0632.10.0",
 10499                   0,
 10500               };
 10501               
 10502               MetaClass
 10503               __root_cimv2_CIM_MethodParameters =
 10504 mike  1.1.2.1 {
 10505                   /* flags */
 10506                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 10507                   /* name */
 10508                   "CIM_MethodParameters",
 10509                   /* qualifiers */
 10510                   __root_cimv2_CIM_MethodParameters_qualifiers,
 10511                   /* super */
 10512                   &__root_cimv2_CIM_ManagedElement,
 10513                   /* features */
 10514                   _CIM_MethodParameters_features,
 10515               };
 10516               
 10517               //==============================================================================
 10518               //
 10519               // Class: CIM_MetricDefForME
 10520               //
 10521               //==============================================================================
 10522               
 10523               static const char*
 10524               _CIM_MetricDefForME_Antecedent_qualifiers[] =
 10525 mike  1.1.2.1 {
 10526                   /* Override */
 10527                   "\044Antecedent",
 10528                   0,
 10529               };
 10530               
 10531               static MetaReference
 10532               _CIM_MetricDefForME_Antecedent =
 10533               {
 10534                   /* flags */
 10535                   META_FLAG_REFERENCE|META_FLAG_READ,
 10536                   /* name */
 10537                   "Antecedent",
 10538                   /* qualifiers */
 10539                   _CIM_MetricDefForME_Antecedent_qualifiers,
 10540                   /* subscript */
 10541                   -1,
 10542                   /* refId */
 10543                   &__root_cimv2_CIM_ManagedElement,
 10544               };
 10545               
 10546 mike  1.1.2.1 static const char*
 10547               _CIM_MetricDefForME_Dependent_qualifiers[] =
 10548               {
 10549                   /* Override */
 10550                   "\044Dependent",
 10551                   0,
 10552               };
 10553               
 10554               static MetaReference
 10555               _CIM_MetricDefForME_Dependent =
 10556               {
 10557                   /* flags */
 10558                   META_FLAG_REFERENCE|META_FLAG_READ,
 10559                   /* name */
 10560                   "Dependent",
 10561                   /* qualifiers */
 10562                   _CIM_MetricDefForME_Dependent_qualifiers,
 10563                   /* subscript */
 10564                   -1,
 10565                   /* refId */
 10566                   &__root_cimv2_CIM_BaseMetricDefinition,
 10567 mike  1.1.2.1 };
 10568               
 10569               static MetaFeature*
 10570               _CIM_MetricDefForME_features[] =
 10571               {
 10572                   (MetaFeature*)&_CIM_MetricDefForME_Antecedent,
 10573                   (MetaFeature*)&_CIM_MetricDefForME_Dependent,
 10574                   0,
 10575               };
 10576               
 10577               static const char*
 10578               __root_cimv2_CIM_MetricDefForME_qualifiers[] =
 10579               {
 10580                   /* ASSOCIATION */
 10581                   "\000\001",
 10582                   /* UMLPackagePath */
 10583                   "\057CIM::Metrics::BaseMetric",
 10584                   /* Version */
 10585                   "\0632.7.0",
 10586                   0,
 10587               };
 10588 mike  1.1.2.1 
 10589               MetaClass
 10590               __root_cimv2_CIM_MetricDefForME =
 10591               {
 10592                   /* flags */
 10593                   META_FLAG_ASSOCIATION,
 10594                   /* name */
 10595                   "CIM_MetricDefForME",
 10596                   /* qualifiers */
 10597                   __root_cimv2_CIM_MetricDefForME_qualifiers,
 10598                   /* super */
 10599                   &__root_cimv2_CIM_Dependency,
 10600                   /* features */
 10601                   _CIM_MetricDefForME_features,
 10602               };
 10603               
 10604               //==============================================================================
 10605               //
 10606               // Class: CIM_MetricDefinition
 10607               //
 10608               //==============================================================================
 10609 mike  1.1.2.1 
 10610               static const char*
 10611               _CIM_MetricDefinition_Id_qualifiers[] =
 10612               {
 10613                   /* Override */
 10614                   "\044Id",
 10615                   /* MaxLen */
 10616                   "\030\000\000\000\020",
 10617                   0,
 10618               };
 10619               
 10620               static MetaProperty
 10621               _CIM_MetricDefinition_Id =
 10622               {
 10623                   /* flags */
 10624                   META_FLAG_PROPERTY|META_FLAG_READ,
 10625                   /* name */
 10626                   "Id",
 10627                   /* qualifiers */
 10628                   _CIM_MetricDefinition_Id_qualifiers,
 10629                   /* type */
 10630 mike  1.1.2.1     CIMTYPE_STRING,
 10631                   /* subscript */
 10632                   -1,
 10633                   /* value */
 10634                   0,
 10635               };
 10636               
 10637               static const char*
 10638               _CIM_MetricDefinition_Validity_qualifiers[] =
 10639               {
 10640                   /* ValueMap */
 10641                   "\061\000\0031\0002\0003\000",
 10642                   /* Values */
 10643                   "\062\000\003At Start\000In Middle\000At Stop\000",
 10644                   0,
 10645               };
 10646               
 10647               static MetaProperty
 10648               _CIM_MetricDefinition_Validity =
 10649               {
 10650                   /* flags */
 10651 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 10652                   /* name */
 10653                   "Validity",
 10654                   /* qualifiers */
 10655                   _CIM_MetricDefinition_Validity_qualifiers,
 10656                   /* type */
 10657                   CIMTYPE_UINT16,
 10658                   /* subscript */
 10659                   -1,
 10660                   /* value */
 10661                   0,
 10662               };
 10663               
 10664               static MetaFeature*
 10665               _CIM_MetricDefinition_features[] =
 10666               {
 10667                   (MetaFeature*)&_CIM_MetricDefinition_Id,
 10668                   (MetaFeature*)&_CIM_MetricDefinition_Validity,
 10669                   0,
 10670               };
 10671               
 10672 mike  1.1.2.1 static const char*
 10673               __root_cimv2_CIM_MetricDefinition_qualifiers[] =
 10674               {
 10675                   /* UMLPackagePath */
 10676                   "\057CIM::Metrics::UnitOfWork",
 10677                   /* Version */
 10678                   "\0632.7.0",
 10679                   0,
 10680               };
 10681               
 10682               MetaClass
 10683               __root_cimv2_CIM_MetricDefinition =
 10684               {
 10685                   /* flags */
 10686                   META_FLAG_CLASS,
 10687                   /* name */
 10688                   "CIM_MetricDefinition",
 10689                   /* qualifiers */
 10690                   __root_cimv2_CIM_MetricDefinition_qualifiers,
 10691                   /* super */
 10692                   &__root_cimv2_CIM_BaseMetricDefinition,
 10693 mike  1.1.2.1     /* features */
 10694                   _CIM_MetricDefinition_features,
 10695               };
 10696               
 10697               //==============================================================================
 10698               //
 10699               // Class: CIM_MetricForME
 10700               //
 10701               //==============================================================================
 10702               
 10703               static const char*
 10704               _CIM_MetricForME_Antecedent_qualifiers[] =
 10705               {
 10706                   /* Override */
 10707                   "\044Antecedent",
 10708                   0,
 10709               };
 10710               
 10711               static MetaReference
 10712               _CIM_MetricForME_Antecedent =
 10713               {
 10714 mike  1.1.2.1     /* flags */
 10715                   META_FLAG_REFERENCE|META_FLAG_READ,
 10716                   /* name */
 10717                   "Antecedent",
 10718                   /* qualifiers */
 10719                   _CIM_MetricForME_Antecedent_qualifiers,
 10720                   /* subscript */
 10721                   -1,
 10722                   /* refId */
 10723                   &__root_cimv2_CIM_ManagedElement,
 10724               };
 10725               
 10726               static const char*
 10727               _CIM_MetricForME_Dependent_qualifiers[] =
 10728               {
 10729                   /* Override */
 10730                   "\044Dependent",
 10731                   0,
 10732               };
 10733               
 10734               static MetaReference
 10735 mike  1.1.2.1 _CIM_MetricForME_Dependent =
 10736               {
 10737                   /* flags */
 10738                   META_FLAG_REFERENCE|META_FLAG_READ,
 10739                   /* name */
 10740                   "Dependent",
 10741                   /* qualifiers */
 10742                   _CIM_MetricForME_Dependent_qualifiers,
 10743                   /* subscript */
 10744                   -1,
 10745                   /* refId */
 10746                   &__root_cimv2_CIM_BaseMetricValue,
 10747               };
 10748               
 10749               static MetaFeature*
 10750               _CIM_MetricForME_features[] =
 10751               {
 10752                   (MetaFeature*)&_CIM_MetricForME_Antecedent,
 10753                   (MetaFeature*)&_CIM_MetricForME_Dependent,
 10754                   0,
 10755               };
 10756 mike  1.1.2.1 
 10757               static const char*
 10758               __root_cimv2_CIM_MetricForME_qualifiers[] =
 10759               {
 10760                   /* ASSOCIATION */
 10761                   "\000\001",
 10762                   /* UMLPackagePath */
 10763                   "\057CIM::Metrics::BaseMetric",
 10764                   /* Version */
 10765                   "\0632.7.0",
 10766                   0,
 10767               };
 10768               
 10769               MetaClass
 10770               __root_cimv2_CIM_MetricForME =
 10771               {
 10772                   /* flags */
 10773                   META_FLAG_ASSOCIATION,
 10774                   /* name */
 10775                   "CIM_MetricForME",
 10776                   /* qualifiers */
 10777 mike  1.1.2.1     __root_cimv2_CIM_MetricForME_qualifiers,
 10778                   /* super */
 10779                   &__root_cimv2_CIM_Dependency,
 10780                   /* features */
 10781                   _CIM_MetricForME_features,
 10782               };
 10783               
 10784               //==============================================================================
 10785               //
 10786               // Class: CIM_MetricInstance
 10787               //
 10788               //==============================================================================
 10789               
 10790               static const char*
 10791               _CIM_MetricInstance_Antecedent_qualifiers[] =
 10792               {
 10793                   /* Override */
 10794                   "\044Antecedent",
 10795                   /* Min */
 10796                   "\033\000\000\000\001",
 10797                   /* Max */
 10798 mike  1.1.2.1     "\027\000\000\000\001",
 10799                   0,
 10800               };
 10801               
 10802               static MetaReference
 10803               _CIM_MetricInstance_Antecedent =
 10804               {
 10805                   /* flags */
 10806                   META_FLAG_REFERENCE|META_FLAG_READ,
 10807                   /* name */
 10808                   "Antecedent",
 10809                   /* qualifiers */
 10810                   _CIM_MetricInstance_Antecedent_qualifiers,
 10811                   /* subscript */
 10812                   -1,
 10813                   /* refId */
 10814                   &__root_cimv2_CIM_BaseMetricDefinition,
 10815               };
 10816               
 10817               static const char*
 10818               _CIM_MetricInstance_Dependent_qualifiers[] =
 10819 mike  1.1.2.1 {
 10820                   /* Override */
 10821                   "\044Dependent",
 10822                   0,
 10823               };
 10824               
 10825               static MetaReference
 10826               _CIM_MetricInstance_Dependent =
 10827               {
 10828                   /* flags */
 10829                   META_FLAG_REFERENCE|META_FLAG_READ,
 10830                   /* name */
 10831                   "Dependent",
 10832                   /* qualifiers */
 10833                   _CIM_MetricInstance_Dependent_qualifiers,
 10834                   /* subscript */
 10835                   -1,
 10836                   /* refId */
 10837                   &__root_cimv2_CIM_BaseMetricValue,
 10838               };
 10839               
 10840 mike  1.1.2.1 static MetaFeature*
 10841               _CIM_MetricInstance_features[] =
 10842               {
 10843                   (MetaFeature*)&_CIM_MetricInstance_Antecedent,
 10844                   (MetaFeature*)&_CIM_MetricInstance_Dependent,
 10845                   0,
 10846               };
 10847               
 10848               static const char*
 10849               __root_cimv2_CIM_MetricInstance_qualifiers[] =
 10850               {
 10851                   /* ASSOCIATION */
 10852                   "\000\001",
 10853                   /* UMLPackagePath */
 10854                   "\057CIM::Metrics::BaseMetric",
 10855                   /* Version */
 10856                   "\0632.7.0",
 10857                   0,
 10858               };
 10859               
 10860               MetaClass
 10861 mike  1.1.2.1 __root_cimv2_CIM_MetricInstance =
 10862               {
 10863                   /* flags */
 10864                   META_FLAG_ASSOCIATION,
 10865                   /* name */
 10866                   "CIM_MetricInstance",
 10867                   /* qualifiers */
 10868                   __root_cimv2_CIM_MetricInstance_qualifiers,
 10869                   /* super */
 10870                   &__root_cimv2_CIM_Dependency,
 10871                   /* features */
 10872                   _CIM_MetricInstance_features,
 10873               };
 10874               
 10875               //==============================================================================
 10876               //
 10877               // Class: CIM_NamedSharedIKESecret
 10878               //
 10879               //==============================================================================
 10880               
 10881               static const char*
 10882 mike  1.1.2.1 _CIM_NamedSharedIKESecret_SystemCreationClassName_qualifiers[] =
 10883               {
 10884                   /* Key */
 10885                   "\025\001",
 10886                   /* Propagated */
 10887                   "\045CIM_SharedSecretService.SystemCreationClassName",
 10888                   /* MaxLen */
 10889                   "\030\000\000\001\000",
 10890                   0,
 10891               };
 10892               
 10893               static MetaProperty
 10894               _CIM_NamedSharedIKESecret_SystemCreationClassName =
 10895               {
 10896                   /* flags */
 10897                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10898                   /* name */
 10899                   "SystemCreationClassName",
 10900                   /* qualifiers */
 10901                   _CIM_NamedSharedIKESecret_SystemCreationClassName_qualifiers,
 10902                   /* type */
 10903 mike  1.1.2.1     CIMTYPE_STRING,
 10904                   /* subscript */
 10905                   -1,
 10906                   /* value */
 10907                   0,
 10908               };
 10909               
 10910               static const char*
 10911               _CIM_NamedSharedIKESecret_SystemName_qualifiers[] =
 10912               {
 10913                   /* Key */
 10914                   "\025\001",
 10915                   /* Propagated */
 10916                   "\045CIM_SharedSecretService.SystemName",
 10917                   /* MaxLen */
 10918                   "\030\000\000\001\000",
 10919                   0,
 10920               };
 10921               
 10922               static MetaProperty
 10923               _CIM_NamedSharedIKESecret_SystemName =
 10924 mike  1.1.2.1 {
 10925                   /* flags */
 10926                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10927                   /* name */
 10928                   "SystemName",
 10929                   /* qualifiers */
 10930                   _CIM_NamedSharedIKESecret_SystemName_qualifiers,
 10931                   /* type */
 10932                   CIMTYPE_STRING,
 10933                   /* subscript */
 10934                   -1,
 10935                   /* value */
 10936                   0,
 10937               };
 10938               
 10939               static const char*
 10940               _CIM_NamedSharedIKESecret_ServiceCreationClassName_qualifiers[] =
 10941               {
 10942                   /* Key */
 10943                   "\025\001",
 10944                   /* Propagated */
 10945 mike  1.1.2.1     "\045CIM_SharedSecretService.CreationClassName",
 10946                   /* MaxLen */
 10947                   "\030\000\000\001\000",
 10948                   0,
 10949               };
 10950               
 10951               static MetaProperty
 10952               _CIM_NamedSharedIKESecret_ServiceCreationClassName =
 10953               {
 10954                   /* flags */
 10955                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10956                   /* name */
 10957                   "ServiceCreationClassName",
 10958                   /* qualifiers */
 10959                   _CIM_NamedSharedIKESecret_ServiceCreationClassName_qualifiers,
 10960                   /* type */
 10961                   CIMTYPE_STRING,
 10962                   /* subscript */
 10963                   -1,
 10964                   /* value */
 10965                   0,
 10966 mike  1.1.2.1 };
 10967               
 10968               static const char*
 10969               _CIM_NamedSharedIKESecret_ServiceName_qualifiers[] =
 10970               {
 10971                   /* Key */
 10972                   "\025\001",
 10973                   /* Propagated */
 10974                   "\045CIM_SharedSecretService.Name",
 10975                   /* MaxLen */
 10976                   "\030\000\000\001\000",
 10977                   0,
 10978               };
 10979               
 10980               static MetaProperty
 10981               _CIM_NamedSharedIKESecret_ServiceName =
 10982               {
 10983                   /* flags */
 10984                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10985                   /* name */
 10986                   "ServiceName",
 10987 mike  1.1.2.1     /* qualifiers */
 10988                   _CIM_NamedSharedIKESecret_ServiceName_qualifiers,
 10989                   /* type */
 10990                   CIMTYPE_STRING,
 10991                   /* subscript */
 10992                   -1,
 10993                   /* value */
 10994                   0,
 10995               };
 10996               
 10997               static const char*
 10998               _CIM_NamedSharedIKESecret_LocalIdentity_qualifiers[] =
 10999               {
 11000                   /* Key */
 11001                   "\025\001",
 11002                   /* MaxLen */
 11003                   "\030\000\000\001\000",
 11004                   /* ModelCorrespondence */
 11005                   "\036\000\001CIM_NamedSharedIKESecret.LocalIdentityType\000",
 11006                   0,
 11007               };
 11008 mike  1.1.2.1 
 11009               static MetaProperty
 11010               _CIM_NamedSharedIKESecret_LocalIdentity =
 11011               {
 11012                   /* flags */
 11013                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11014                   /* name */
 11015                   "LocalIdentity",
 11016                   /* qualifiers */
 11017                   _CIM_NamedSharedIKESecret_LocalIdentity_qualifiers,
 11018                   /* type */
 11019                   CIMTYPE_STRING,
 11020                   /* subscript */
 11021                   -1,
 11022                   /* value */
 11023                   0,
 11024               };
 11025               
 11026               static const char*
 11027               _CIM_NamedSharedIKESecret_LocalIdentityType_qualifiers[] =
 11028               {
 11029 mike  1.1.2.1     /* Key */
 11030                   "\025\001",
 11031                   /* ValueMap */
 11032                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 11033                   /* Values */
 11034                   "\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",
 11035                   /* ModelCorrespondence */
 11036                   "\036\000\001CIM_NamedSharedIKESecret.LocalIdentity\000",
 11037                   0,
 11038               };
 11039               
 11040               static MetaProperty
 11041               _CIM_NamedSharedIKESecret_LocalIdentityType =
 11042               {
 11043                   /* flags */
 11044                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11045                   /* name */
 11046                   "LocalIdentityType",
 11047                   /* qualifiers */
 11048                   _CIM_NamedSharedIKESecret_LocalIdentityType_qualifiers,
 11049                   /* type */
 11050 mike  1.1.2.1     CIMTYPE_UINT16,
 11051                   /* subscript */
 11052                   -1,
 11053                   /* value */
 11054                   0,
 11055               };
 11056               
 11057               static const char*
 11058               _CIM_NamedSharedIKESecret_PeerIdentity_qualifiers[] =
 11059               {
 11060                   /* Key */
 11061                   "\025\001",
 11062                   /* MaxLen */
 11063                   "\030\000\000\001\000",
 11064                   /* ModelCorrespondence */
 11065                   "\036\000\001CIM_NamedSharedIKESecret.PeerIdentityType\000",
 11066                   0,
 11067               };
 11068               
 11069               static MetaProperty
 11070               _CIM_NamedSharedIKESecret_PeerIdentity =
 11071 mike  1.1.2.1 {
 11072                   /* flags */
 11073                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11074                   /* name */
 11075                   "PeerIdentity",
 11076                   /* qualifiers */
 11077                   _CIM_NamedSharedIKESecret_PeerIdentity_qualifiers,
 11078                   /* type */
 11079                   CIMTYPE_STRING,
 11080                   /* subscript */
 11081                   -1,
 11082                   /* value */
 11083                   0,
 11084               };
 11085               
 11086               static const char*
 11087               _CIM_NamedSharedIKESecret_PeerIdentityType_qualifiers[] =
 11088               {
 11089                   /* Key */
 11090                   "\025\001",
 11091                   /* ValueMap */
 11092 mike  1.1.2.1     "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 11093                   /* Values */
 11094                   "\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",
 11095                   /* ModelCorrespondence */
 11096                   "\036\000\001CIM_NamedSharedIKESecret.PeerIdentity\000",
 11097                   0,
 11098               };
 11099               
 11100               static MetaProperty
 11101               _CIM_NamedSharedIKESecret_PeerIdentityType =
 11102               {
 11103                   /* flags */
 11104                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11105                   /* name */
 11106                   "PeerIdentityType",
 11107                   /* qualifiers */
 11108                   _CIM_NamedSharedIKESecret_PeerIdentityType_qualifiers,
 11109                   /* type */
 11110                   CIMTYPE_UINT16,
 11111                   /* subscript */
 11112                   -1,
 11113 mike  1.1.2.1     /* value */
 11114                   0,
 11115               };
 11116               
 11117               static const char*
 11118               _CIM_NamedSharedIKESecret_SharedSecretName_qualifiers[] =
 11119               {
 11120                   0,
 11121               };
 11122               
 11123               static MetaProperty
 11124               _CIM_NamedSharedIKESecret_SharedSecretName =
 11125               {
 11126                   /* flags */
 11127                   META_FLAG_PROPERTY|META_FLAG_READ,
 11128                   /* name */
 11129                   "SharedSecretName",
 11130                   /* qualifiers */
 11131                   _CIM_NamedSharedIKESecret_SharedSecretName_qualifiers,
 11132                   /* type */
 11133                   CIMTYPE_STRING,
 11134 mike  1.1.2.1     /* subscript */
 11135                   -1,
 11136                   /* value */
 11137                   0,
 11138               };
 11139               
 11140               static MetaFeature*
 11141               _CIM_NamedSharedIKESecret_features[] =
 11142               {
 11143                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SystemCreationClassName,
 11144                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SystemName,
 11145                   (MetaFeature*)&_CIM_NamedSharedIKESecret_ServiceCreationClassName,
 11146                   (MetaFeature*)&_CIM_NamedSharedIKESecret_ServiceName,
 11147                   (MetaFeature*)&_CIM_NamedSharedIKESecret_LocalIdentity,
 11148                   (MetaFeature*)&_CIM_NamedSharedIKESecret_LocalIdentityType,
 11149                   (MetaFeature*)&_CIM_NamedSharedIKESecret_PeerIdentity,
 11150                   (MetaFeature*)&_CIM_NamedSharedIKESecret_PeerIdentityType,
 11151                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SharedSecretName,
 11152                   0,
 11153               };
 11154               
 11155 mike  1.1.2.1 static const char*
 11156               __root_cimv2_CIM_NamedSharedIKESecret_qualifiers[] =
 11157               {
 11158                   /* UMLPackagePath */
 11159                   "\057CIM::User::SharedSecret",
 11160                   /* Version */
 11161                   "\0632.6.0",
 11162                   0,
 11163               };
 11164               
 11165               MetaClass
 11166               __root_cimv2_CIM_NamedSharedIKESecret =
 11167               {
 11168                   /* flags */
 11169                   META_FLAG_CLASS,
 11170                   /* name */
 11171                   "CIM_NamedSharedIKESecret",
 11172                   /* qualifiers */
 11173                   __root_cimv2_CIM_NamedSharedIKESecret_qualifiers,
 11174                   /* super */
 11175                   &__root_cimv2_CIM_Credential,
 11176 mike  1.1.2.1     /* features */
 11177                   _CIM_NamedSharedIKESecret_features,
 11178               };
 11179               
 11180               //==============================================================================
 11181               //
 11182               // Class: CIM_Namespace
 11183               //
 11184               //==============================================================================
 11185               
 11186               static const char*
 11187               _CIM_Namespace_SystemCreationClassName_qualifiers[] =
 11188               {
 11189                   /* Key */
 11190                   "\025\001",
 11191                   /* Propagated */
 11192                   "\045CIM_ObjectManager.SystemCreationClassName",
 11193                   /* MaxLen */
 11194                   "\030\000\000\001\000",
 11195                   0,
 11196               };
 11197 mike  1.1.2.1 
 11198               static MetaProperty
 11199               _CIM_Namespace_SystemCreationClassName =
 11200               {
 11201                   /* flags */
 11202                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11203                   /* name */
 11204                   "SystemCreationClassName",
 11205                   /* qualifiers */
 11206                   _CIM_Namespace_SystemCreationClassName_qualifiers,
 11207                   /* type */
 11208                   CIMTYPE_STRING,
 11209                   /* subscript */
 11210                   -1,
 11211                   /* value */
 11212                   0,
 11213               };
 11214               
 11215               static const char*
 11216               _CIM_Namespace_SystemName_qualifiers[] =
 11217               {
 11218 mike  1.1.2.1     /* Key */
 11219                   "\025\001",
 11220                   /* Propagated */
 11221                   "\045CIM_ObjectManager.SystemName",
 11222                   /* MaxLen */
 11223                   "\030\000\000\001\000",
 11224                   0,
 11225               };
 11226               
 11227               static MetaProperty
 11228               _CIM_Namespace_SystemName =
 11229               {
 11230                   /* flags */
 11231                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11232                   /* name */
 11233                   "SystemName",
 11234                   /* qualifiers */
 11235                   _CIM_Namespace_SystemName_qualifiers,
 11236                   /* type */
 11237                   CIMTYPE_STRING,
 11238                   /* subscript */
 11239 mike  1.1.2.1     -1,
 11240                   /* value */
 11241                   0,
 11242               };
 11243               
 11244               static const char*
 11245               _CIM_Namespace_ObjectManagerCreationClassName_qualifiers[] =
 11246               {
 11247                   /* Key */
 11248                   "\025\001",
 11249                   /* Propagated */
 11250                   "\045CIM_ObjectManager.CreationClassName",
 11251                   /* MaxLen */
 11252                   "\030\000\000\001\000",
 11253                   0,
 11254               };
 11255               
 11256               static MetaProperty
 11257               _CIM_Namespace_ObjectManagerCreationClassName =
 11258               {
 11259                   /* flags */
 11260 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11261                   /* name */
 11262                   "ObjectManagerCreationClassName",
 11263                   /* qualifiers */
 11264                   _CIM_Namespace_ObjectManagerCreationClassName_qualifiers,
 11265                   /* type */
 11266                   CIMTYPE_STRING,
 11267                   /* subscript */
 11268                   -1,
 11269                   /* value */
 11270                   0,
 11271               };
 11272               
 11273               static const char*
 11274               _CIM_Namespace_ObjectManagerName_qualifiers[] =
 11275               {
 11276                   /* Key */
 11277                   "\025\001",
 11278                   /* Propagated */
 11279                   "\045CIM_ObjectManager.Name",
 11280                   /* MaxLen */
 11281 mike  1.1.2.1     "\030\000\000\001\000",
 11282                   0,
 11283               };
 11284               
 11285               static MetaProperty
 11286               _CIM_Namespace_ObjectManagerName =
 11287               {
 11288                   /* flags */
 11289                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11290                   /* name */
 11291                   "ObjectManagerName",
 11292                   /* qualifiers */
 11293                   _CIM_Namespace_ObjectManagerName_qualifiers,
 11294                   /* type */
 11295                   CIMTYPE_STRING,
 11296                   /* subscript */
 11297                   -1,
 11298                   /* value */
 11299                   0,
 11300               };
 11301               
 11302 mike  1.1.2.1 static const char*
 11303               _CIM_Namespace_CreationClassName_qualifiers[] =
 11304               {
 11305                   /* Key */
 11306                   "\025\001",
 11307                   /* MaxLen */
 11308                   "\030\000\000\001\000",
 11309                   0,
 11310               };
 11311               
 11312               static MetaProperty
 11313               _CIM_Namespace_CreationClassName =
 11314               {
 11315                   /* flags */
 11316                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11317                   /* name */
 11318                   "CreationClassName",
 11319                   /* qualifiers */
 11320                   _CIM_Namespace_CreationClassName_qualifiers,
 11321                   /* type */
 11322                   CIMTYPE_STRING,
 11323 mike  1.1.2.1     /* subscript */
 11324                   -1,
 11325                   /* value */
 11326                   0,
 11327               };
 11328               
 11329               static const char*
 11330               _CIM_Namespace_Name_qualifiers[] =
 11331               {
 11332                   /* Key */
 11333                   "\025\001",
 11334                   /* MaxLen */
 11335                   "\030\000\000\001\000",
 11336                   0,
 11337               };
 11338               
 11339               static MetaProperty
 11340               _CIM_Namespace_Name =
 11341               {
 11342                   /* flags */
 11343                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11344 mike  1.1.2.1     /* name */
 11345                   "Name",
 11346                   /* qualifiers */
 11347                   _CIM_Namespace_Name_qualifiers,
 11348                   /* type */
 11349                   CIMTYPE_STRING,
 11350                   /* subscript */
 11351                   -1,
 11352                   /* value */
 11353                   0,
 11354               };
 11355               
 11356               static const char*
 11357               _CIM_Namespace_ClassInfo_qualifiers[] =
 11358               {
 11359                   /* Deprecated */
 11360                   "\013\000\001CIM_Namespace.ClassType\000",
 11361                   /* Required */
 11362                   "\050\001",
 11363                   /* Write */
 11364                   "\065\001",
 11365 mike  1.1.2.1     /* ValueMap */
 11366                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000200\000201\000202\000",
 11367                   /* Values */
 11368                   "\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",
 11369                   /* ModelCorrespondence */
 11370                   "\036\000\001CIM_Namespace.DescriptionOfClassInfo\000",
 11371                   0,
 11372               };
 11373               
 11374               static MetaProperty
 11375               _CIM_Namespace_ClassInfo =
 11376               {
 11377                   /* flags */
 11378                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 11379                   /* name */
 11380                   "ClassInfo",
 11381                   /* qualifiers */
 11382                   _CIM_Namespace_ClassInfo_qualifiers,
 11383                   /* type */
 11384                   CIMTYPE_UINT16,
 11385                   /* subscript */
 11386 mike  1.1.2.1     -1,
 11387                   /* value */
 11388                   0,
 11389               };
 11390               
 11391               static const char*
 11392               _CIM_Namespace_DescriptionOfClassInfo_qualifiers[] =
 11393               {
 11394                   /* Deprecated */
 11395                   "\013\000\001CIM_Namespace.DescriptionOfClassType\000",
 11396                   /* Write */
 11397                   "\065\001",
 11398                   /* ModelCorrespondence */
 11399                   "\036\000\001CIM_Namespace.ClassInfo\000",
 11400                   0,
 11401               };
 11402               
 11403               static MetaProperty
 11404               _CIM_Namespace_DescriptionOfClassInfo =
 11405               {
 11406                   /* flags */
 11407 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11408                   /* name */
 11409                   "DescriptionOfClassInfo",
 11410                   /* qualifiers */
 11411                   _CIM_Namespace_DescriptionOfClassInfo_qualifiers,
 11412                   /* type */
 11413                   CIMTYPE_STRING,
 11414                   /* subscript */
 11415                   -1,
 11416                   /* value */
 11417                   0,
 11418               };
 11419               
 11420               static const char*
 11421               _CIM_Namespace_ClassType_qualifiers[] =
 11422               {
 11423                   /* Write */
 11424                   "\065\001",
 11425                   /* ValueMap */
 11426                   "\061\000\0060\0001\0002\000200\000201\000202\000",
 11427                   /* Values */
 11428 mike  1.1.2.1     "\062\000\006Unknown\000Other\000CIM\000DMI Recast\000SNMP Recast\000CMIP Recast\000",
 11429                   /* ModelCorrespondence */
 11430                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassTypeVersion\000",
 11431                   0,
 11432               };
 11433               
 11434               static MetaProperty
 11435               _CIM_Namespace_ClassType =
 11436               {
 11437                   /* flags */
 11438                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11439                   /* name */
 11440                   "ClassType",
 11441                   /* qualifiers */
 11442                   _CIM_Namespace_ClassType_qualifiers,
 11443                   /* type */
 11444                   CIMTYPE_UINT16,
 11445                   /* subscript */
 11446                   -1,
 11447                   /* value */
 11448                   0,
 11449 mike  1.1.2.1 };
 11450               
 11451               static const char*
 11452               _CIM_Namespace_ClassTypeVersion_qualifiers[] =
 11453               {
 11454                   /* Write */
 11455                   "\065\001",
 11456                   /* ModelCorrespondence */
 11457                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassType\000",
 11458                   0,
 11459               };
 11460               
 11461               static MetaProperty
 11462               _CIM_Namespace_ClassTypeVersion =
 11463               {
 11464                   /* flags */
 11465                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11466                   /* name */
 11467                   "ClassTypeVersion",
 11468                   /* qualifiers */
 11469                   _CIM_Namespace_ClassTypeVersion_qualifiers,
 11470 mike  1.1.2.1     /* type */
 11471                   CIMTYPE_STRING,
 11472                   /* subscript */
 11473                   -1,
 11474                   /* value */
 11475                   0,
 11476               };
 11477               
 11478               static const char*
 11479               _CIM_Namespace_DescriptionOfClassType_qualifiers[] =
 11480               {
 11481                   /* Write */
 11482                   "\065\001",
 11483                   /* ModelCorrespondence */
 11484                   "\036\000\002CIM_Namespace.ClassType\000CIM_Namespace.ClassTypeVersion\000",
 11485                   0,
 11486               };
 11487               
 11488               static MetaProperty
 11489               _CIM_Namespace_DescriptionOfClassType =
 11490               {
 11491 mike  1.1.2.1     /* flags */
 11492                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11493                   /* name */
 11494                   "DescriptionOfClassType",
 11495                   /* qualifiers */
 11496                   _CIM_Namespace_DescriptionOfClassType_qualifiers,
 11497                   /* type */
 11498                   CIMTYPE_STRING,
 11499                   /* subscript */
 11500                   -1,
 11501                   /* value */
 11502                   0,
 11503               };
 11504               
 11505               static MetaFeature*
 11506               _CIM_Namespace_features[] =
 11507               {
 11508                   (MetaFeature*)&_CIM_Namespace_SystemCreationClassName,
 11509                   (MetaFeature*)&_CIM_Namespace_SystemName,
 11510                   (MetaFeature*)&_CIM_Namespace_ObjectManagerCreationClassName,
 11511                   (MetaFeature*)&_CIM_Namespace_ObjectManagerName,
 11512 mike  1.1.2.1     (MetaFeature*)&_CIM_Namespace_CreationClassName,
 11513                   (MetaFeature*)&_CIM_Namespace_Name,
 11514                   (MetaFeature*)&_CIM_Namespace_ClassInfo,
 11515                   (MetaFeature*)&_CIM_Namespace_DescriptionOfClassInfo,
 11516                   (MetaFeature*)&_CIM_Namespace_ClassType,
 11517                   (MetaFeature*)&_CIM_Namespace_ClassTypeVersion,
 11518                   (MetaFeature*)&_CIM_Namespace_DescriptionOfClassType,
 11519                   0,
 11520               };
 11521               
 11522               static const char*
 11523               __root_cimv2_CIM_Namespace_qualifiers[] =
 11524               {
 11525                   /* UMLPackagePath */
 11526                   "\057CIM::Interop",
 11527                   /* Version */
 11528                   "\0632.8.0",
 11529                   0,
 11530               };
 11531               
 11532               MetaClass
 11533 mike  1.1.2.1 __root_cimv2_CIM_Namespace =
 11534               {
 11535                   /* flags */
 11536                   META_FLAG_CLASS,
 11537                   /* name */
 11538                   "CIM_Namespace",
 11539                   /* qualifiers */
 11540                   __root_cimv2_CIM_Namespace_qualifiers,
 11541                   /* super */
 11542                   &__root_cimv2_CIM_ManagedElement,
 11543                   /* features */
 11544                   _CIM_Namespace_features,
 11545               };
 11546               
 11547               //==============================================================================
 11548               //
 11549               // Class: CIM_NextHopRoute
 11550               //
 11551               //==============================================================================
 11552               
 11553               static const char*
 11554 mike  1.1.2.1 _CIM_NextHopRoute_InstanceID_qualifiers[] =
 11555               {
 11556                   /* Key */
 11557                   "\025\001",
 11558                   0,
 11559               };
 11560               
 11561               static MetaProperty
 11562               _CIM_NextHopRoute_InstanceID =
 11563               {
 11564                   /* flags */
 11565                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11566                   /* name */
 11567                   "InstanceID",
 11568                   /* qualifiers */
 11569                   _CIM_NextHopRoute_InstanceID_qualifiers,
 11570                   /* type */
 11571                   CIMTYPE_STRING,
 11572                   /* subscript */
 11573                   -1,
 11574                   /* value */
 11575 mike  1.1.2.1     0,
 11576               };
 11577               
 11578               static const char*
 11579               _CIM_NextHopRoute_DestinationAddress_qualifiers[] =
 11580               {
 11581                   0,
 11582               };
 11583               
 11584               static MetaProperty
 11585               _CIM_NextHopRoute_DestinationAddress =
 11586               {
 11587                   /* flags */
 11588                   META_FLAG_PROPERTY|META_FLAG_READ,
 11589                   /* name */
 11590                   "DestinationAddress",
 11591                   /* qualifiers */
 11592                   _CIM_NextHopRoute_DestinationAddress_qualifiers,
 11593                   /* type */
 11594                   CIMTYPE_STRING,
 11595                   /* subscript */
 11596 mike  1.1.2.1     -1,
 11597                   /* value */
 11598                   0,
 11599               };
 11600               
 11601               static const char*
 11602               _CIM_NextHopRoute_AdminDistance_qualifiers[] =
 11603               {
 11604                   0,
 11605               };
 11606               
 11607               static MetaProperty
 11608               _CIM_NextHopRoute_AdminDistance =
 11609               {
 11610                   /* flags */
 11611                   META_FLAG_PROPERTY|META_FLAG_READ,
 11612                   /* name */
 11613                   "AdminDistance",
 11614                   /* qualifiers */
 11615                   _CIM_NextHopRoute_AdminDistance_qualifiers,
 11616                   /* type */
 11617 mike  1.1.2.1     CIMTYPE_UINT16,
 11618                   /* subscript */
 11619                   -1,
 11620                   /* value */
 11621                   0,
 11622               };
 11623               
 11624               static const char*
 11625               _CIM_NextHopRoute_RouteMetric_qualifiers[] =
 11626               {
 11627                   0,
 11628               };
 11629               
 11630               static MetaProperty
 11631               _CIM_NextHopRoute_RouteMetric =
 11632               {
 11633                   /* flags */
 11634                   META_FLAG_PROPERTY|META_FLAG_READ,
 11635                   /* name */
 11636                   "RouteMetric",
 11637                   /* qualifiers */
 11638 mike  1.1.2.1     _CIM_NextHopRoute_RouteMetric_qualifiers,
 11639                   /* type */
 11640                   CIMTYPE_UINT16,
 11641                   /* subscript */
 11642                   -1,
 11643                   /* value */
 11644                   0,
 11645               };
 11646               
 11647               static const char*
 11648               _CIM_NextHopRoute_IsStatic_qualifiers[] =
 11649               {
 11650                   0,
 11651               };
 11652               
 11653               static MetaProperty
 11654               _CIM_NextHopRoute_IsStatic =
 11655               {
 11656                   /* flags */
 11657                   META_FLAG_PROPERTY|META_FLAG_READ,
 11658                   /* name */
 11659 mike  1.1.2.1     "IsStatic",
 11660                   /* qualifiers */
 11661                   _CIM_NextHopRoute_IsStatic_qualifiers,
 11662                   /* type */
 11663                   CIMTYPE_BOOLEAN,
 11664                   /* subscript */
 11665                   -1,
 11666                   /* value */
 11667                   0,
 11668               };
 11669               
 11670               static const char*
 11671               _CIM_NextHopRoute_TypeOfRoute_qualifiers[] =
 11672               {
 11673                   /* ValueMap */
 11674                   "\061\000\0032\0003\0004\000",
 11675                   /* Values */
 11676                   "\062\000\003Administrator Defined Route\000Computed Route\000Actual Route\000",
 11677                   0,
 11678               };
 11679               
 11680 mike  1.1.2.1 static MetaProperty
 11681               _CIM_NextHopRoute_TypeOfRoute =
 11682               {
 11683                   /* flags */
 11684                   META_FLAG_PROPERTY|META_FLAG_READ,
 11685                   /* name */
 11686                   "TypeOfRoute",
 11687                   /* qualifiers */
 11688                   _CIM_NextHopRoute_TypeOfRoute_qualifiers,
 11689                   /* type */
 11690                   CIMTYPE_UINT16,
 11691                   /* subscript */
 11692                   -1,
 11693                   /* value */
 11694                   "\000\003",
 11695               };
 11696               
 11697               static MetaFeature*
 11698               _CIM_NextHopRoute_features[] =
 11699               {
 11700                   (MetaFeature*)&_CIM_NextHopRoute_InstanceID,
 11701 mike  1.1.2.1     (MetaFeature*)&_CIM_NextHopRoute_DestinationAddress,
 11702                   (MetaFeature*)&_CIM_NextHopRoute_AdminDistance,
 11703                   (MetaFeature*)&_CIM_NextHopRoute_RouteMetric,
 11704                   (MetaFeature*)&_CIM_NextHopRoute_IsStatic,
 11705                   (MetaFeature*)&_CIM_NextHopRoute_TypeOfRoute,
 11706                   0,
 11707               };
 11708               
 11709               static const char*
 11710               __root_cimv2_CIM_NextHopRoute_qualifiers[] =
 11711               {
 11712                   /* UMLPackagePath */
 11713                   "\057CIM::Network::Routes",
 11714                   /* Version */
 11715                   "\0632.7.0",
 11716                   0,
 11717               };
 11718               
 11719               MetaClass
 11720               __root_cimv2_CIM_NextHopRoute =
 11721               {
 11722 mike  1.1.2.1     /* flags */
 11723                   META_FLAG_CLASS,
 11724                   /* name */
 11725                   "CIM_NextHopRoute",
 11726                   /* qualifiers */
 11727                   __root_cimv2_CIM_NextHopRoute_qualifiers,
 11728                   /* super */
 11729                   &__root_cimv2_CIM_ManagedElement,
 11730                   /* features */
 11731                   _CIM_NextHopRoute_features,
 11732               };
 11733               
 11734               //==============================================================================
 11735               //
 11736               // Class: CIM_OrderedMemberOfCollection
 11737               //
 11738               //==============================================================================
 11739               
 11740               static const char*
 11741               _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers[] =
 11742               {
 11743 mike  1.1.2.1     0,
 11744               };
 11745               
 11746               static MetaProperty
 11747               _CIM_OrderedMemberOfCollection_AssignedSequence =
 11748               {
 11749                   /* flags */
 11750                   META_FLAG_PROPERTY|META_FLAG_READ,
 11751                   /* name */
 11752                   "AssignedSequence",
 11753                   /* qualifiers */
 11754                   _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers,
 11755                   /* type */
 11756                   CIMTYPE_UINT64,
 11757                   /* subscript */
 11758                   -1,
 11759                   /* value */
 11760                   0,
 11761               };
 11762               
 11763               static MetaFeature*
 11764 mike  1.1.2.1 _CIM_OrderedMemberOfCollection_features[] =
 11765               {
 11766                   (MetaFeature*)&_CIM_OrderedMemberOfCollection_AssignedSequence,
 11767                   0,
 11768               };
 11769               
 11770               static const char*
 11771               __root_cimv2_CIM_OrderedMemberOfCollection_qualifiers[] =
 11772               {
 11773                   /* ASSOCIATION */
 11774                   "\000\001",
 11775                   /* UMLPackagePath */
 11776                   "\057CIM::Core::Collection",
 11777                   /* Aggregation */
 11778                   "\004\001",
 11779                   /* Version */
 11780                   "\0632.10.0",
 11781                   0,
 11782               };
 11783               
 11784               MetaClass
 11785 mike  1.1.2.1 __root_cimv2_CIM_OrderedMemberOfCollection =
 11786               {
 11787                   /* flags */
 11788                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 11789                   /* name */
 11790                   "CIM_OrderedMemberOfCollection",
 11791                   /* qualifiers */
 11792                   __root_cimv2_CIM_OrderedMemberOfCollection_qualifiers,
 11793                   /* super */
 11794                   &__root_cimv2_CIM_MemberOfCollection,
 11795                   /* features */
 11796                   _CIM_OrderedMemberOfCollection_features,
 11797               };
 11798               
 11799               //==============================================================================
 11800               //
 11801               // Class: CIM_OrganizationalEntity
 11802               //
 11803               //==============================================================================
 11804               
 11805               static MetaFeature*
 11806 mike  1.1.2.1 _CIM_OrganizationalEntity_features[] =
 11807               {
 11808                   0,
 11809               };
 11810               
 11811               static const char*
 11812               __root_cimv2_CIM_OrganizationalEntity_qualifiers[] =
 11813               {
 11814                   /* UMLPackagePath */
 11815                   "\057CIM::User::Org",
 11816                   /* Abstract */
 11817                   "\002\001",
 11818                   /* Version */
 11819                   "\0632.6.0",
 11820                   0,
 11821               };
 11822               
 11823               MetaClass
 11824               __root_cimv2_CIM_OrganizationalEntity =
 11825               {
 11826                   /* flags */
 11827 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 11828                   /* name */
 11829                   "CIM_OrganizationalEntity",
 11830                   /* qualifiers */
 11831                   __root_cimv2_CIM_OrganizationalEntity_qualifiers,
 11832                   /* super */
 11833                   &__root_cimv2_CIM_ManagedElement,
 11834                   /* features */
 11835                   _CIM_OrganizationalEntity_features,
 11836               };
 11837               
 11838               //==============================================================================
 11839               //
 11840               // Class: CIM_OrgStructure
 11841               //
 11842               //==============================================================================
 11843               
 11844               static const char*
 11845               _CIM_OrgStructure_Parent_qualifiers[] =
 11846               {
 11847                   /* Key */
 11848 mike  1.1.2.1     "\025\001",
 11849                   /* Aggregate */
 11850                   "\003\001",
 11851                   /* Max */
 11852                   "\027\000\000\000\001",
 11853                   0,
 11854               };
 11855               
 11856               static MetaReference
 11857               _CIM_OrgStructure_Parent =
 11858               {
 11859                   /* flags */
 11860                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 11861                   /* name */
 11862                   "Parent",
 11863                   /* qualifiers */
 11864                   _CIM_OrgStructure_Parent_qualifiers,
 11865                   /* subscript */
 11866                   -1,
 11867                   /* refId */
 11868                   &__root_cimv2_CIM_OrganizationalEntity,
 11869 mike  1.1.2.1 };
 11870               
 11871               static const char*
 11872               _CIM_OrgStructure_Child_qualifiers[] =
 11873               {
 11874                   /* Key */
 11875                   "\025\001",
 11876                   0,
 11877               };
 11878               
 11879               static MetaReference
 11880               _CIM_OrgStructure_Child =
 11881               {
 11882                   /* flags */
 11883                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 11884                   /* name */
 11885                   "Child",
 11886                   /* qualifiers */
 11887                   _CIM_OrgStructure_Child_qualifiers,
 11888                   /* subscript */
 11889                   -1,
 11890 mike  1.1.2.1     /* refId */
 11891                   &__root_cimv2_CIM_OrganizationalEntity,
 11892               };
 11893               
 11894               static MetaFeature*
 11895               _CIM_OrgStructure_features[] =
 11896               {
 11897                   (MetaFeature*)&_CIM_OrgStructure_Parent,
 11898                   (MetaFeature*)&_CIM_OrgStructure_Child,
 11899                   0,
 11900               };
 11901               
 11902               static const char*
 11903               __root_cimv2_CIM_OrgStructure_qualifiers[] =
 11904               {
 11905                   /* ASSOCIATION */
 11906                   "\000\001",
 11907                   /* UMLPackagePath */
 11908                   "\057CIM::User::Org",
 11909                   /* Aggregation */
 11910                   "\004\001",
 11911 mike  1.1.2.1     /* Version */
 11912                   "\0632.6.0",
 11913                   0,
 11914               };
 11915               
 11916               MetaClass
 11917               __root_cimv2_CIM_OrgStructure =
 11918               {
 11919                   /* flags */
 11920                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 11921                   /* name */
 11922                   "CIM_OrgStructure",
 11923                   /* qualifiers */
 11924                   __root_cimv2_CIM_OrgStructure_qualifiers,
 11925                   /* super */
 11926                   0,
 11927                   /* features */
 11928                   _CIM_OrgStructure_features,
 11929               };
 11930               
 11931               //==============================================================================
 11932 mike  1.1.2.1 //
 11933               // Class: CIM_OrgUnit
 11934               //
 11935               //==============================================================================
 11936               
 11937               static const char*
 11938               _CIM_OrgUnit_CreationClassName_qualifiers[] =
 11939               {
 11940                   /* Key */
 11941                   "\025\001",
 11942                   /* MaxLen */
 11943                   "\030\000\000\001\000",
 11944                   0,
 11945               };
 11946               
 11947               static MetaProperty
 11948               _CIM_OrgUnit_CreationClassName =
 11949               {
 11950                   /* flags */
 11951                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11952                   /* name */
 11953 mike  1.1.2.1     "CreationClassName",
 11954                   /* qualifiers */
 11955                   _CIM_OrgUnit_CreationClassName_qualifiers,
 11956                   /* type */
 11957                   CIMTYPE_STRING,
 11958                   /* subscript */
 11959                   -1,
 11960                   /* value */
 11961                   0,
 11962               };
 11963               
 11964               static const char*
 11965               _CIM_OrgUnit_Name_qualifiers[] =
 11966               {
 11967                   /* Key */
 11968                   "\025\001",
 11969                   /* MaxLen */
 11970                   "\030\000\000\004\000",
 11971                   0,
 11972               };
 11973               
 11974 mike  1.1.2.1 static MetaProperty
 11975               _CIM_OrgUnit_Name =
 11976               {
 11977                   /* flags */
 11978                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11979                   /* name */
 11980                   "Name",
 11981                   /* qualifiers */
 11982                   _CIM_OrgUnit_Name_qualifiers,
 11983                   /* type */
 11984                   CIMTYPE_STRING,
 11985                   /* subscript */
 11986                   -1,
 11987                   /* value */
 11988                   0,
 11989               };
 11990               
 11991               static const char*
 11992               _CIM_OrgUnit_BusinessCategory_qualifiers[] =
 11993               {
 11994                   /* MaxLen */
 11995 mike  1.1.2.1     "\030\000\000\000\200",
 11996                   0,
 11997               };
 11998               
 11999               static MetaProperty
 12000               _CIM_OrgUnit_BusinessCategory =
 12001               {
 12002                   /* flags */
 12003                   META_FLAG_PROPERTY|META_FLAG_READ,
 12004                   /* name */
 12005                   "BusinessCategory",
 12006                   /* qualifiers */
 12007                   _CIM_OrgUnit_BusinessCategory_qualifiers,
 12008                   /* type */
 12009                   CIMTYPE_STRING,
 12010                   /* subscript */
 12011                   -1,
 12012                   /* value */
 12013                   0,
 12014               };
 12015               
 12016 mike  1.1.2.1 static const char*
 12017               _CIM_OrgUnit_FacsimileTelephoneNumber_qualifiers[] =
 12018               {
 12019                   0,
 12020               };
 12021               
 12022               static MetaProperty
 12023               _CIM_OrgUnit_FacsimileTelephoneNumber =
 12024               {
 12025                   /* flags */
 12026                   META_FLAG_PROPERTY|META_FLAG_READ,
 12027                   /* name */
 12028                   "FacsimileTelephoneNumber",
 12029                   /* qualifiers */
 12030                   _CIM_OrgUnit_FacsimileTelephoneNumber_qualifiers,
 12031                   /* type */
 12032                   CIMTYPE_STRING,
 12033                   /* subscript */
 12034                   -1,
 12035                   /* value */
 12036                   0,
 12037 mike  1.1.2.1 };
 12038               
 12039               static const char*
 12040               _CIM_OrgUnit_LocalityName_qualifiers[] =
 12041               {
 12042                   0,
 12043               };
 12044               
 12045               static MetaProperty
 12046               _CIM_OrgUnit_LocalityName =
 12047               {
 12048                   /* flags */
 12049                   META_FLAG_PROPERTY|META_FLAG_READ,
 12050                   /* name */
 12051                   "LocalityName",
 12052                   /* qualifiers */
 12053                   _CIM_OrgUnit_LocalityName_qualifiers,
 12054                   /* type */
 12055                   CIMTYPE_STRING,
 12056                   /* subscript */
 12057                   -1,
 12058 mike  1.1.2.1     /* value */
 12059                   0,
 12060               };
 12061               
 12062               static const char*
 12063               _CIM_OrgUnit_OU_qualifiers[] =
 12064               {
 12065                   /* Required */
 12066                   "\050\001",
 12067                   0,
 12068               };
 12069               
 12070               static MetaProperty
 12071               _CIM_OrgUnit_OU =
 12072               {
 12073                   /* flags */
 12074                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 12075                   /* name */
 12076                   "OU",
 12077                   /* qualifiers */
 12078                   _CIM_OrgUnit_OU_qualifiers,
 12079 mike  1.1.2.1     /* type */
 12080                   CIMTYPE_STRING,
 12081                   /* subscript */
 12082                   -1,
 12083                   /* value */
 12084                   0,
 12085               };
 12086               
 12087               static const char*
 12088               _CIM_OrgUnit_PostalAddress_qualifiers[] =
 12089               {
 12090                   0,
 12091               };
 12092               
 12093               static MetaProperty
 12094               _CIM_OrgUnit_PostalAddress =
 12095               {
 12096                   /* flags */
 12097                   META_FLAG_PROPERTY|META_FLAG_READ,
 12098                   /* name */
 12099                   "PostalAddress",
 12100 mike  1.1.2.1     /* qualifiers */
 12101                   _CIM_OrgUnit_PostalAddress_qualifiers,
 12102                   /* type */
 12103                   CIMTYPE_STRING,
 12104                   /* subscript */
 12105                   0,
 12106                   /* value */
 12107                   0,
 12108               };
 12109               
 12110               static const char*
 12111               _CIM_OrgUnit_PostalCode_qualifiers[] =
 12112               {
 12113                   /* MaxLen */
 12114                   "\030\000\000\000\050",
 12115                   0,
 12116               };
 12117               
 12118               static MetaProperty
 12119               _CIM_OrgUnit_PostalCode =
 12120               {
 12121 mike  1.1.2.1     /* flags */
 12122                   META_FLAG_PROPERTY|META_FLAG_READ,
 12123                   /* name */
 12124                   "PostalCode",
 12125                   /* qualifiers */
 12126                   _CIM_OrgUnit_PostalCode_qualifiers,
 12127                   /* type */
 12128                   CIMTYPE_STRING,
 12129                   /* subscript */
 12130                   -1,
 12131                   /* value */
 12132                   0,
 12133               };
 12134               
 12135               static const char*
 12136               _CIM_OrgUnit_StateOrProvince_qualifiers[] =
 12137               {
 12138                   0,
 12139               };
 12140               
 12141               static MetaProperty
 12142 mike  1.1.2.1 _CIM_OrgUnit_StateOrProvince =
 12143               {
 12144                   /* flags */
 12145                   META_FLAG_PROPERTY|META_FLAG_READ,
 12146                   /* name */
 12147                   "StateOrProvince",
 12148                   /* qualifiers */
 12149                   _CIM_OrgUnit_StateOrProvince_qualifiers,
 12150                   /* type */
 12151                   CIMTYPE_STRING,
 12152                   /* subscript */
 12153                   -1,
 12154                   /* value */
 12155                   0,
 12156               };
 12157               
 12158               static const char*
 12159               _CIM_OrgUnit_TelephoneNumber_qualifiers[] =
 12160               {
 12161                   /* MaxLen */
 12162                   "\030\000\000\000\040",
 12163 mike  1.1.2.1     0,
 12164               };
 12165               
 12166               static MetaProperty
 12167               _CIM_OrgUnit_TelephoneNumber =
 12168               {
 12169                   /* flags */
 12170                   META_FLAG_PROPERTY|META_FLAG_READ,
 12171                   /* name */
 12172                   "TelephoneNumber",
 12173                   /* qualifiers */
 12174                   _CIM_OrgUnit_TelephoneNumber_qualifiers,
 12175                   /* type */
 12176                   CIMTYPE_STRING,
 12177                   /* subscript */
 12178                   -1,
 12179                   /* value */
 12180                   0,
 12181               };
 12182               
 12183               static MetaFeature*
 12184 mike  1.1.2.1 _CIM_OrgUnit_features[] =
 12185               {
 12186                   (MetaFeature*)&_CIM_OrgUnit_CreationClassName,
 12187                   (MetaFeature*)&_CIM_OrgUnit_Name,
 12188                   (MetaFeature*)&_CIM_OrgUnit_BusinessCategory,
 12189                   (MetaFeature*)&_CIM_OrgUnit_FacsimileTelephoneNumber,
 12190                   (MetaFeature*)&_CIM_OrgUnit_LocalityName,
 12191                   (MetaFeature*)&_CIM_OrgUnit_OU,
 12192                   (MetaFeature*)&_CIM_OrgUnit_PostalAddress,
 12193                   (MetaFeature*)&_CIM_OrgUnit_PostalCode,
 12194                   (MetaFeature*)&_CIM_OrgUnit_StateOrProvince,
 12195                   (MetaFeature*)&_CIM_OrgUnit_TelephoneNumber,
 12196                   0,
 12197               };
 12198               
 12199               static const char*
 12200               __root_cimv2_CIM_OrgUnit_qualifiers[] =
 12201               {
 12202                   /* UMLPackagePath */
 12203                   "\057CIM::User::Org",
 12204                   /* Version */
 12205 mike  1.1.2.1     "\0632.6.0",
 12206                   0,
 12207               };
 12208               
 12209               MetaClass
 12210               __root_cimv2_CIM_OrgUnit =
 12211               {
 12212                   /* flags */
 12213                   META_FLAG_CLASS,
 12214                   /* name */
 12215                   "CIM_OrgUnit",
 12216                   /* qualifiers */
 12217                   __root_cimv2_CIM_OrgUnit_qualifiers,
 12218                   /* super */
 12219                   &__root_cimv2_CIM_OrganizationalEntity,
 12220                   /* features */
 12221                   _CIM_OrgUnit_features,
 12222               };
 12223               
 12224               //==============================================================================
 12225               //
 12226 mike  1.1.2.1 // Class: CIM_OSPFServiceCapabilities
 12227               //
 12228               //==============================================================================
 12229               
 12230               static const char*
 12231               _CIM_OSPFServiceCapabilities_SupportNSSA_qualifiers[] =
 12232               {
 12233                   0,
 12234               };
 12235               
 12236               static MetaProperty
 12237               _CIM_OSPFServiceCapabilities_SupportNSSA =
 12238               {
 12239                   /* flags */
 12240                   META_FLAG_PROPERTY|META_FLAG_READ,
 12241                   /* name */
 12242                   "SupportNSSA",
 12243                   /* qualifiers */
 12244                   _CIM_OSPFServiceCapabilities_SupportNSSA_qualifiers,
 12245                   /* type */
 12246                   CIMTYPE_BOOLEAN,
 12247 mike  1.1.2.1     /* subscript */
 12248                   -1,
 12249                   /* value */
 12250                   0,
 12251               };
 12252               
 12253               static const char*
 12254               _CIM_OSPFServiceCapabilities_SupportOnDemand_qualifiers[] =
 12255               {
 12256                   /* MappingStrings */
 12257                   "\026\000\001MIB.IETF|OSPF-MIB.ospfDemandExtensions\000",
 12258                   0,
 12259               };
 12260               
 12261               static MetaProperty
 12262               _CIM_OSPFServiceCapabilities_SupportOnDemand =
 12263               {
 12264                   /* flags */
 12265                   META_FLAG_PROPERTY|META_FLAG_READ,
 12266                   /* name */
 12267                   "SupportOnDemand",
 12268 mike  1.1.2.1     /* qualifiers */
 12269                   _CIM_OSPFServiceCapabilities_SupportOnDemand_qualifiers,
 12270                   /* type */
 12271                   CIMTYPE_BOOLEAN,
 12272                   /* subscript */
 12273                   -1,
 12274                   /* value */
 12275                   0,
 12276               };
 12277               
 12278               static const char*
 12279               _CIM_OSPFServiceCapabilities_SupportMOSPF_qualifiers[] =
 12280               {
 12281                   /* MappingStrings */
 12282                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
 12283                   0,
 12284               };
 12285               
 12286               static MetaProperty
 12287               _CIM_OSPFServiceCapabilities_SupportMOSPF =
 12288               {
 12289 mike  1.1.2.1     /* flags */
 12290                   META_FLAG_PROPERTY|META_FLAG_READ,
 12291                   /* name */
 12292                   "SupportMOSPF",
 12293                   /* qualifiers */
 12294                   _CIM_OSPFServiceCapabilities_SupportMOSPF_qualifiers,
 12295                   /* type */
 12296                   CIMTYPE_BOOLEAN,
 12297                   /* subscript */
 12298                   -1,
 12299                   /* value */
 12300                   0,
 12301               };
 12302               
 12303               static MetaFeature*
 12304               _CIM_OSPFServiceCapabilities_features[] =
 12305               {
 12306                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportNSSA,
 12307                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportOnDemand,
 12308                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportMOSPF,
 12309                   0,
 12310 mike  1.1.2.1 };
 12311               
 12312               static const char*
 12313               __root_cimv2_CIM_OSPFServiceCapabilities_qualifiers[] =
 12314               {
 12315                   /* UMLPackagePath */
 12316                   "\057CIM::Network::OSPF",
 12317                   /* Version */
 12318                   "\0632.7.0",
 12319                   0,
 12320               };
 12321               
 12322               MetaClass
 12323               __root_cimv2_CIM_OSPFServiceCapabilities =
 12324               {
 12325                   /* flags */
 12326                   META_FLAG_CLASS,
 12327                   /* name */
 12328                   "CIM_OSPFServiceCapabilities",
 12329                   /* qualifiers */
 12330                   __root_cimv2_CIM_OSPFServiceCapabilities_qualifiers,
 12331 mike  1.1.2.1     /* super */
 12332                   &__root_cimv2_CIM_Capabilities,
 12333                   /* features */
 12334                   _CIM_OSPFServiceCapabilities_features,
 12335               };
 12336               
 12337               //==============================================================================
 12338               //
 12339               // Class: CIM_OtherGroupInformation
 12340               //
 12341               //==============================================================================
 12342               
 12343               static const char*
 12344               _CIM_OtherGroupInformation_CreationClassName_qualifiers[] =
 12345               {
 12346                   /* Key */
 12347                   "\025\001",
 12348                   /* MaxLen */
 12349                   "\030\000\000\001\000",
 12350                   0,
 12351               };
 12352 mike  1.1.2.1 
 12353               static MetaProperty
 12354               _CIM_OtherGroupInformation_CreationClassName =
 12355               {
 12356                   /* flags */
 12357                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12358                   /* name */
 12359                   "CreationClassName",
 12360                   /* qualifiers */
 12361                   _CIM_OtherGroupInformation_CreationClassName_qualifiers,
 12362                   /* type */
 12363                   CIMTYPE_STRING,
 12364                   /* subscript */
 12365                   -1,
 12366                   /* value */
 12367                   0,
 12368               };
 12369               
 12370               static const char*
 12371               _CIM_OtherGroupInformation_Name_qualifiers[] =
 12372               {
 12373 mike  1.1.2.1     /* Key */
 12374                   "\025\001",
 12375                   /* MaxLen */
 12376                   "\030\000\000\004\000",
 12377                   0,
 12378               };
 12379               
 12380               static MetaProperty
 12381               _CIM_OtherGroupInformation_Name =
 12382               {
 12383                   /* flags */
 12384                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12385                   /* name */
 12386                   "Name",
 12387                   /* qualifiers */
 12388                   _CIM_OtherGroupInformation_Name_qualifiers,
 12389                   /* type */
 12390                   CIMTYPE_STRING,
 12391                   /* subscript */
 12392                   -1,
 12393                   /* value */
 12394 mike  1.1.2.1     0,
 12395               };
 12396               
 12397               static const char*
 12398               _CIM_OtherGroupInformation_ObjectClass_qualifiers[] =
 12399               {
 12400                   0,
 12401               };
 12402               
 12403               static MetaProperty
 12404               _CIM_OtherGroupInformation_ObjectClass =
 12405               {
 12406                   /* flags */
 12407                   META_FLAG_PROPERTY|META_FLAG_READ,
 12408                   /* name */
 12409                   "ObjectClass",
 12410                   /* qualifiers */
 12411                   _CIM_OtherGroupInformation_ObjectClass_qualifiers,
 12412                   /* type */
 12413                   CIMTYPE_STRING,
 12414                   /* subscript */
 12415 mike  1.1.2.1     0,
 12416                   /* value */
 12417                   0,
 12418               };
 12419               
 12420               static const char*
 12421               _CIM_OtherGroupInformation_BusinessCategory_qualifiers[] =
 12422               {
 12423                   /* MaxLen */
 12424                   "\030\000\000\000\200",
 12425                   0,
 12426               };
 12427               
 12428               static MetaProperty
 12429               _CIM_OtherGroupInformation_BusinessCategory =
 12430               {
 12431                   /* flags */
 12432                   META_FLAG_PROPERTY|META_FLAG_READ,
 12433                   /* name */
 12434                   "BusinessCategory",
 12435                   /* qualifiers */
 12436 mike  1.1.2.1     _CIM_OtherGroupInformation_BusinessCategory_qualifiers,
 12437                   /* type */
 12438                   CIMTYPE_STRING,
 12439                   /* subscript */
 12440                   0,
 12441                   /* value */
 12442                   0,
 12443               };
 12444               
 12445               static const char*
 12446               _CIM_OtherGroupInformation_CommonName_qualifiers[] =
 12447               {
 12448                   0,
 12449               };
 12450               
 12451               static MetaProperty
 12452               _CIM_OtherGroupInformation_CommonName =
 12453               {
 12454                   /* flags */
 12455                   META_FLAG_PROPERTY|META_FLAG_READ,
 12456                   /* name */
 12457 mike  1.1.2.1     "CommonName",
 12458                   /* qualifiers */
 12459                   _CIM_OtherGroupInformation_CommonName_qualifiers,
 12460                   /* type */
 12461                   CIMTYPE_STRING,
 12462                   /* subscript */
 12463                   0,
 12464                   /* value */
 12465                   0,
 12466               };
 12467               
 12468               static const char*
 12469               _CIM_OtherGroupInformation_Descriptions_qualifiers[] =
 12470               {
 12471                   /* MaxLen */
 12472                   "\030\000\000\004\000",
 12473                   0,
 12474               };
 12475               
 12476               static MetaProperty
 12477               _CIM_OtherGroupInformation_Descriptions =
 12478 mike  1.1.2.1 {
 12479                   /* flags */
 12480                   META_FLAG_PROPERTY|META_FLAG_READ,
 12481                   /* name */
 12482                   "Descriptions",
 12483                   /* qualifiers */
 12484                   _CIM_OtherGroupInformation_Descriptions_qualifiers,
 12485                   /* type */
 12486                   CIMTYPE_STRING,
 12487                   /* subscript */
 12488                   0,
 12489                   /* value */
 12490                   0,
 12491               };
 12492               
 12493               static const char*
 12494               _CIM_OtherGroupInformation_OrganizationName_qualifiers[] =
 12495               {
 12496                   0,
 12497               };
 12498               
 12499 mike  1.1.2.1 static MetaProperty
 12500               _CIM_OtherGroupInformation_OrganizationName =
 12501               {
 12502                   /* flags */
 12503                   META_FLAG_PROPERTY|META_FLAG_READ,
 12504                   /* name */
 12505                   "OrganizationName",
 12506                   /* qualifiers */
 12507                   _CIM_OtherGroupInformation_OrganizationName_qualifiers,
 12508                   /* type */
 12509                   CIMTYPE_STRING,
 12510                   /* subscript */
 12511                   0,
 12512                   /* value */
 12513                   0,
 12514               };
 12515               
 12516               static const char*
 12517               _CIM_OtherGroupInformation_OU_qualifiers[] =
 12518               {
 12519                   0,
 12520 mike  1.1.2.1 };
 12521               
 12522               static MetaProperty
 12523               _CIM_OtherGroupInformation_OU =
 12524               {
 12525                   /* flags */
 12526                   META_FLAG_PROPERTY|META_FLAG_READ,
 12527                   /* name */
 12528                   "OU",
 12529                   /* qualifiers */
 12530                   _CIM_OtherGroupInformation_OU_qualifiers,
 12531                   /* type */
 12532                   CIMTYPE_STRING,
 12533                   /* subscript */
 12534                   0,
 12535                   /* value */
 12536                   0,
 12537               };
 12538               
 12539               static const char*
 12540               _CIM_OtherGroupInformation_Owner_qualifiers[] =
 12541 mike  1.1.2.1 {
 12542                   0,
 12543               };
 12544               
 12545               static MetaProperty
 12546               _CIM_OtherGroupInformation_Owner =
 12547               {
 12548                   /* flags */
 12549                   META_FLAG_PROPERTY|META_FLAG_READ,
 12550                   /* name */
 12551                   "Owner",
 12552                   /* qualifiers */
 12553                   _CIM_OtherGroupInformation_Owner_qualifiers,
 12554                   /* type */
 12555                   CIMTYPE_STRING,
 12556                   /* subscript */
 12557                   0,
 12558                   /* value */
 12559                   0,
 12560               };
 12561               
 12562 mike  1.1.2.1 static const char*
 12563               _CIM_OtherGroupInformation_SeeAlso_qualifiers[] =
 12564               {
 12565                   0,
 12566               };
 12567               
 12568               static MetaProperty
 12569               _CIM_OtherGroupInformation_SeeAlso =
 12570               {
 12571                   /* flags */
 12572                   META_FLAG_PROPERTY|META_FLAG_READ,
 12573                   /* name */
 12574                   "SeeAlso",
 12575                   /* qualifiers */
 12576                   _CIM_OtherGroupInformation_SeeAlso_qualifiers,
 12577                   /* type */
 12578                   CIMTYPE_STRING,
 12579                   /* subscript */
 12580                   0,
 12581                   /* value */
 12582                   0,
 12583 mike  1.1.2.1 };
 12584               
 12585               static MetaFeature*
 12586               _CIM_OtherGroupInformation_features[] =
 12587               {
 12588                   (MetaFeature*)&_CIM_OtherGroupInformation_CreationClassName,
 12589                   (MetaFeature*)&_CIM_OtherGroupInformation_Name,
 12590                   (MetaFeature*)&_CIM_OtherGroupInformation_ObjectClass,
 12591                   (MetaFeature*)&_CIM_OtherGroupInformation_BusinessCategory,
 12592                   (MetaFeature*)&_CIM_OtherGroupInformation_CommonName,
 12593                   (MetaFeature*)&_CIM_OtherGroupInformation_Descriptions,
 12594                   (MetaFeature*)&_CIM_OtherGroupInformation_OrganizationName,
 12595                   (MetaFeature*)&_CIM_OtherGroupInformation_OU,
 12596                   (MetaFeature*)&_CIM_OtherGroupInformation_Owner,
 12597                   (MetaFeature*)&_CIM_OtherGroupInformation_SeeAlso,
 12598                   0,
 12599               };
 12600               
 12601               static const char*
 12602               __root_cimv2_CIM_OtherGroupInformation_qualifiers[] =
 12603               {
 12604 mike  1.1.2.1     /* UMLPackagePath */
 12605                   "\057CIM::User::Group",
 12606                   /* Version */
 12607                   "\0632.6.0",
 12608                   0,
 12609               };
 12610               
 12611               MetaClass
 12612               __root_cimv2_CIM_OtherGroupInformation =
 12613               {
 12614                   /* flags */
 12615                   META_FLAG_CLASS,
 12616                   /* name */
 12617                   "CIM_OtherGroupInformation",
 12618                   /* qualifiers */
 12619                   __root_cimv2_CIM_OtherGroupInformation_qualifiers,
 12620                   /* super */
 12621                   &__root_cimv2_CIM_ManagedElement,
 12622                   /* features */
 12623                   _CIM_OtherGroupInformation_features,
 12624               };
 12625 mike  1.1.2.1 
 12626               //==============================================================================
 12627               //
 12628               // Class: CIM_OtherOrganizationInformation
 12629               //
 12630               //==============================================================================
 12631               
 12632               static const char*
 12633               _CIM_OtherOrganizationInformation_CreationClassName_qualifiers[] =
 12634               {
 12635                   /* Key */
 12636                   "\025\001",
 12637                   /* MaxLen */
 12638                   "\030\000\000\001\000",
 12639                   0,
 12640               };
 12641               
 12642               static MetaProperty
 12643               _CIM_OtherOrganizationInformation_CreationClassName =
 12644               {
 12645                   /* flags */
 12646 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12647                   /* name */
 12648                   "CreationClassName",
 12649                   /* qualifiers */
 12650                   _CIM_OtherOrganizationInformation_CreationClassName_qualifiers,
 12651                   /* type */
 12652                   CIMTYPE_STRING,
 12653                   /* subscript */
 12654                   -1,
 12655                   /* value */
 12656                   0,
 12657               };
 12658               
 12659               static const char*
 12660               _CIM_OtherOrganizationInformation_Name_qualifiers[] =
 12661               {
 12662                   /* Key */
 12663                   "\025\001",
 12664                   /* MaxLen */
 12665                   "\030\000\000\004\000",
 12666                   0,
 12667 mike  1.1.2.1 };
 12668               
 12669               static MetaProperty
 12670               _CIM_OtherOrganizationInformation_Name =
 12671               {
 12672                   /* flags */
 12673                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12674                   /* name */
 12675                   "Name",
 12676                   /* qualifiers */
 12677                   _CIM_OtherOrganizationInformation_Name_qualifiers,
 12678                   /* type */
 12679                   CIMTYPE_STRING,
 12680                   /* subscript */
 12681                   -1,
 12682                   /* value */
 12683                   0,
 12684               };
 12685               
 12686               static const char*
 12687               _CIM_OtherOrganizationInformation_ObjectClass_qualifiers[] =
 12688 mike  1.1.2.1 {
 12689                   0,
 12690               };
 12691               
 12692               static MetaProperty
 12693               _CIM_OtherOrganizationInformation_ObjectClass =
 12694               {
 12695                   /* flags */
 12696                   META_FLAG_PROPERTY|META_FLAG_READ,
 12697                   /* name */
 12698                   "ObjectClass",
 12699                   /* qualifiers */
 12700                   _CIM_OtherOrganizationInformation_ObjectClass_qualifiers,
 12701                   /* type */
 12702                   CIMTYPE_STRING,
 12703                   /* subscript */
 12704                   0,
 12705                   /* value */
 12706                   0,
 12707               };
 12708               
 12709 mike  1.1.2.1 static const char*
 12710               _CIM_OtherOrganizationInformation_BusinessCategory_qualifiers[] =
 12711               {
 12712                   /* MaxLen */
 12713                   "\030\000\000\000\200",
 12714                   0,
 12715               };
 12716               
 12717               static MetaProperty
 12718               _CIM_OtherOrganizationInformation_BusinessCategory =
 12719               {
 12720                   /* flags */
 12721                   META_FLAG_PROPERTY|META_FLAG_READ,
 12722                   /* name */
 12723                   "BusinessCategory",
 12724                   /* qualifiers */
 12725                   _CIM_OtherOrganizationInformation_BusinessCategory_qualifiers,
 12726                   /* type */
 12727                   CIMTYPE_STRING,
 12728                   /* subscript */
 12729                   0,
 12730 mike  1.1.2.1     /* value */
 12731                   0,
 12732               };
 12733               
 12734               static const char*
 12735               _CIM_OtherOrganizationInformation_Descriptions_qualifiers[] =
 12736               {
 12737                   /* MaxLen */
 12738                   "\030\000\000\004\000",
 12739                   0,
 12740               };
 12741               
 12742               static MetaProperty
 12743               _CIM_OtherOrganizationInformation_Descriptions =
 12744               {
 12745                   /* flags */
 12746                   META_FLAG_PROPERTY|META_FLAG_READ,
 12747                   /* name */
 12748                   "Descriptions",
 12749                   /* qualifiers */
 12750                   _CIM_OtherOrganizationInformation_Descriptions_qualifiers,
 12751 mike  1.1.2.1     /* type */
 12752                   CIMTYPE_STRING,
 12753                   /* subscript */
 12754                   0,
 12755                   /* value */
 12756                   0,
 12757               };
 12758               
 12759               static const char*
 12760               _CIM_OtherOrganizationInformation_DestinationIndicator_qualifiers[] =
 12761               {
 12762                   /* MaxLen */
 12763                   "\030\000\000\000\200",
 12764                   0,
 12765               };
 12766               
 12767               static MetaProperty
 12768               _CIM_OtherOrganizationInformation_DestinationIndicator =
 12769               {
 12770                   /* flags */
 12771                   META_FLAG_PROPERTY|META_FLAG_READ,
 12772 mike  1.1.2.1     /* name */
 12773                   "DestinationIndicator",
 12774                   /* qualifiers */
 12775                   _CIM_OtherOrganizationInformation_DestinationIndicator_qualifiers,
 12776                   /* type */
 12777                   CIMTYPE_STRING,
 12778                   /* subscript */
 12779                   0,
 12780                   /* value */
 12781                   0,
 12782               };
 12783               
 12784               static const char*
 12785               _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber_qualifiers[] =
 12786               {
 12787                   0,
 12788               };
 12789               
 12790               static MetaProperty
 12791               _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber =
 12792               {
 12793 mike  1.1.2.1     /* flags */
 12794                   META_FLAG_PROPERTY|META_FLAG_READ,
 12795                   /* name */
 12796                   "FacsimileTelephoneNumber",
 12797                   /* qualifiers */
 12798                   _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber_qualifiers,
 12799                   /* type */
 12800                   CIMTYPE_STRING,
 12801                   /* subscript */
 12802                   0,
 12803                   /* value */
 12804                   0,
 12805               };
 12806               
 12807               static const char*
 12808               _CIM_OtherOrganizationInformation_InternationaliSDNNumber_qualifiers[] =
 12809               {
 12810                   /* MaxLen */
 12811                   "\030\000\000\000\020",
 12812                   0,
 12813               };
 12814 mike  1.1.2.1 
 12815               static MetaProperty
 12816               _CIM_OtherOrganizationInformation_InternationaliSDNNumber =
 12817               {
 12818                   /* flags */
 12819                   META_FLAG_PROPERTY|META_FLAG_READ,
 12820                   /* name */
 12821                   "InternationaliSDNNumber",
 12822                   /* qualifiers */
 12823                   _CIM_OtherOrganizationInformation_InternationaliSDNNumber_qualifiers,
 12824                   /* type */
 12825                   CIMTYPE_STRING,
 12826                   /* subscript */
 12827                   0,
 12828                   /* value */
 12829                   0,
 12830               };
 12831               
 12832               static const char*
 12833               _CIM_OtherOrganizationInformation_LabeledURI_qualifiers[] =
 12834               {
 12835 mike  1.1.2.1     0,
 12836               };
 12837               
 12838               static MetaProperty
 12839               _CIM_OtherOrganizationInformation_LabeledURI =
 12840               {
 12841                   /* flags */
 12842                   META_FLAG_PROPERTY|META_FLAG_READ,
 12843                   /* name */
 12844                   "LabeledURI",
 12845                   /* qualifiers */
 12846                   _CIM_OtherOrganizationInformation_LabeledURI_qualifiers,
 12847                   /* type */
 12848                   CIMTYPE_STRING,
 12849                   /* subscript */
 12850                   0,
 12851                   /* value */
 12852                   0,
 12853               };
 12854               
 12855               static const char*
 12856 mike  1.1.2.1 _CIM_OtherOrganizationInformation_LocalityName_qualifiers[] =
 12857               {
 12858                   0,
 12859               };
 12860               
 12861               static MetaProperty
 12862               _CIM_OtherOrganizationInformation_LocalityName =
 12863               {
 12864                   /* flags */
 12865                   META_FLAG_PROPERTY|META_FLAG_READ,
 12866                   /* name */
 12867                   "LocalityName",
 12868                   /* qualifiers */
 12869                   _CIM_OtherOrganizationInformation_LocalityName_qualifiers,
 12870                   /* type */
 12871                   CIMTYPE_STRING,
 12872                   /* subscript */
 12873                   0,
 12874                   /* value */
 12875                   0,
 12876               };
 12877 mike  1.1.2.1 
 12878               static const char*
 12879               _CIM_OtherOrganizationInformation_Mail_qualifiers[] =
 12880               {
 12881                   0,
 12882               };
 12883               
 12884               static MetaProperty
 12885               _CIM_OtherOrganizationInformation_Mail =
 12886               {
 12887                   /* flags */
 12888                   META_FLAG_PROPERTY|META_FLAG_READ,
 12889                   /* name */
 12890                   "Mail",
 12891                   /* qualifiers */
 12892                   _CIM_OtherOrganizationInformation_Mail_qualifiers,
 12893                   /* type */
 12894                   CIMTYPE_STRING,
 12895                   /* subscript */
 12896                   0,
 12897                   /* value */
 12898 mike  1.1.2.1     0,
 12899               };
 12900               
 12901               static const char*
 12902               _CIM_OtherOrganizationInformation_Manager_qualifiers[] =
 12903               {
 12904                   0,
 12905               };
 12906               
 12907               static MetaProperty
 12908               _CIM_OtherOrganizationInformation_Manager =
 12909               {
 12910                   /* flags */
 12911                   META_FLAG_PROPERTY|META_FLAG_READ,
 12912                   /* name */
 12913                   "Manager",
 12914                   /* qualifiers */
 12915                   _CIM_OtherOrganizationInformation_Manager_qualifiers,
 12916                   /* type */
 12917                   CIMTYPE_STRING,
 12918                   /* subscript */
 12919 mike  1.1.2.1     0,
 12920                   /* value */
 12921                   0,
 12922               };
 12923               
 12924               static const char*
 12925               _CIM_OtherOrganizationInformation_OrganizationName_qualifiers[] =
 12926               {
 12927                   0,
 12928               };
 12929               
 12930               static MetaProperty
 12931               _CIM_OtherOrganizationInformation_OrganizationName =
 12932               {
 12933                   /* flags */
 12934                   META_FLAG_PROPERTY|META_FLAG_READ,
 12935                   /* name */
 12936                   "OrganizationName",
 12937                   /* qualifiers */
 12938                   _CIM_OtherOrganizationInformation_OrganizationName_qualifiers,
 12939                   /* type */
 12940 mike  1.1.2.1     CIMTYPE_STRING,
 12941                   /* subscript */
 12942                   0,
 12943                   /* value */
 12944                   0,
 12945               };
 12946               
 12947               static const char*
 12948               _CIM_OtherOrganizationInformation_OtherMailbox_qualifiers[] =
 12949               {
 12950                   0,
 12951               };
 12952               
 12953               static MetaProperty
 12954               _CIM_OtherOrganizationInformation_OtherMailbox =
 12955               {
 12956                   /* flags */
 12957                   META_FLAG_PROPERTY|META_FLAG_READ,
 12958                   /* name */
 12959                   "OtherMailbox",
 12960                   /* qualifiers */
 12961 mike  1.1.2.1     _CIM_OtherOrganizationInformation_OtherMailbox_qualifiers,
 12962                   /* type */
 12963                   CIMTYPE_STRING,
 12964                   /* subscript */
 12965                   0,
 12966                   /* value */
 12967                   0,
 12968               };
 12969               
 12970               static const char*
 12971               _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 12972               {
 12973                   /* MaxLen */
 12974                   "\030\000\000\000\200",
 12975                   0,
 12976               };
 12977               
 12978               static MetaProperty
 12979               _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName =
 12980               {
 12981                   /* flags */
 12982 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 12983                   /* name */
 12984                   "PhysicalDeliveryOfficeName",
 12985                   /* qualifiers */
 12986                   _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName_qualifiers,
 12987                   /* type */
 12988                   CIMTYPE_STRING,
 12989                   /* subscript */
 12990                   0,
 12991                   /* value */
 12992                   0,
 12993               };
 12994               
 12995               static const char*
 12996               _CIM_OtherOrganizationInformation_PostalAddress_qualifiers[] =
 12997               {
 12998                   0,
 12999               };
 13000               
 13001               static MetaProperty
 13002               _CIM_OtherOrganizationInformation_PostalAddress =
 13003 mike  1.1.2.1 {
 13004                   /* flags */
 13005                   META_FLAG_PROPERTY|META_FLAG_READ,
 13006                   /* name */
 13007                   "PostalAddress",
 13008                   /* qualifiers */
 13009                   _CIM_OtherOrganizationInformation_PostalAddress_qualifiers,
 13010                   /* type */
 13011                   CIMTYPE_STRING,
 13012                   /* subscript */
 13013                   0,
 13014                   /* value */
 13015                   0,
 13016               };
 13017               
 13018               static const char*
 13019               _CIM_OtherOrganizationInformation_PostalCode_qualifiers[] =
 13020               {
 13021                   /* MaxLen */
 13022                   "\030\000\000\000\050",
 13023                   0,
 13024 mike  1.1.2.1 };
 13025               
 13026               static MetaProperty
 13027               _CIM_OtherOrganizationInformation_PostalCode =
 13028               {
 13029                   /* flags */
 13030                   META_FLAG_PROPERTY|META_FLAG_READ,
 13031                   /* name */
 13032                   "PostalCode",
 13033                   /* qualifiers */
 13034                   _CIM_OtherOrganizationInformation_PostalCode_qualifiers,
 13035                   /* type */
 13036                   CIMTYPE_STRING,
 13037                   /* subscript */
 13038                   0,
 13039                   /* value */
 13040                   0,
 13041               };
 13042               
 13043               static const char*
 13044               _CIM_OtherOrganizationInformation_PostOfficeBox_qualifiers[] =
 13045 mike  1.1.2.1 {
 13046                   /* MaxLen */
 13047                   "\030\000\000\000\050",
 13048                   0,
 13049               };
 13050               
 13051               static MetaProperty
 13052               _CIM_OtherOrganizationInformation_PostOfficeBox =
 13053               {
 13054                   /* flags */
 13055                   META_FLAG_PROPERTY|META_FLAG_READ,
 13056                   /* name */
 13057                   "PostOfficeBox",
 13058                   /* qualifiers */
 13059                   _CIM_OtherOrganizationInformation_PostOfficeBox_qualifiers,
 13060                   /* type */
 13061                   CIMTYPE_STRING,
 13062                   /* subscript */
 13063                   0,
 13064                   /* value */
 13065                   0,
 13066 mike  1.1.2.1 };
 13067               
 13068               static const char*
 13069               _CIM_OtherOrganizationInformation_PreferredDeliveryMethod_qualifiers[] =
 13070               {
 13071                   0,
 13072               };
 13073               
 13074               static MetaProperty
 13075               _CIM_OtherOrganizationInformation_PreferredDeliveryMethod =
 13076               {
 13077                   /* flags */
 13078                   META_FLAG_PROPERTY|META_FLAG_READ,
 13079                   /* name */
 13080                   "PreferredDeliveryMethod",
 13081                   /* qualifiers */
 13082                   _CIM_OtherOrganizationInformation_PreferredDeliveryMethod_qualifiers,
 13083                   /* type */
 13084                   CIMTYPE_STRING,
 13085                   /* subscript */
 13086                   -1,
 13087 mike  1.1.2.1     /* value */
 13088                   0,
 13089               };
 13090               
 13091               static const char*
 13092               _CIM_OtherOrganizationInformation_RegisteredAddress_qualifiers[] =
 13093               {
 13094                   0,
 13095               };
 13096               
 13097               static MetaProperty
 13098               _CIM_OtherOrganizationInformation_RegisteredAddress =
 13099               {
 13100                   /* flags */
 13101                   META_FLAG_PROPERTY|META_FLAG_READ,
 13102                   /* name */
 13103                   "RegisteredAddress",
 13104                   /* qualifiers */
 13105                   _CIM_OtherOrganizationInformation_RegisteredAddress_qualifiers,
 13106                   /* type */
 13107                   CIMTYPE_STRING,
 13108 mike  1.1.2.1     /* subscript */
 13109                   0,
 13110                   /* value */
 13111                   0,
 13112               };
 13113               
 13114               static const char*
 13115               _CIM_OtherOrganizationInformation_SearchGuide_qualifiers[] =
 13116               {
 13117                   0,
 13118               };
 13119               
 13120               static MetaProperty
 13121               _CIM_OtherOrganizationInformation_SearchGuide =
 13122               {
 13123                   /* flags */
 13124                   META_FLAG_PROPERTY|META_FLAG_READ,
 13125                   /* name */
 13126                   "SearchGuide",
 13127                   /* qualifiers */
 13128                   _CIM_OtherOrganizationInformation_SearchGuide_qualifiers,
 13129 mike  1.1.2.1     /* type */
 13130                   CIMTYPE_STRING,
 13131                   /* subscript */
 13132                   0,
 13133                   /* value */
 13134                   0,
 13135               };
 13136               
 13137               static const char*
 13138               _CIM_OtherOrganizationInformation_SeeAlso_qualifiers[] =
 13139               {
 13140                   0,
 13141               };
 13142               
 13143               static MetaProperty
 13144               _CIM_OtherOrganizationInformation_SeeAlso =
 13145               {
 13146                   /* flags */
 13147                   META_FLAG_PROPERTY|META_FLAG_READ,
 13148                   /* name */
 13149                   "SeeAlso",
 13150 mike  1.1.2.1     /* qualifiers */
 13151                   _CIM_OtherOrganizationInformation_SeeAlso_qualifiers,
 13152                   /* type */
 13153                   CIMTYPE_STRING,
 13154                   /* subscript */
 13155                   0,
 13156                   /* value */
 13157                   0,
 13158               };
 13159               
 13160               static const char*
 13161               _CIM_OtherOrganizationInformation_StateOrProvince_qualifiers[] =
 13162               {
 13163                   0,
 13164               };
 13165               
 13166               static MetaProperty
 13167               _CIM_OtherOrganizationInformation_StateOrProvince =
 13168               {
 13169                   /* flags */
 13170                   META_FLAG_PROPERTY|META_FLAG_READ,
 13171 mike  1.1.2.1     /* name */
 13172                   "StateOrProvince",
 13173                   /* qualifiers */
 13174                   _CIM_OtherOrganizationInformation_StateOrProvince_qualifiers,
 13175                   /* type */
 13176                   CIMTYPE_STRING,
 13177                   /* subscript */
 13178                   0,
 13179                   /* value */
 13180                   0,
 13181               };
 13182               
 13183               static const char*
 13184               _CIM_OtherOrganizationInformation_Street_qualifiers[] =
 13185               {
 13186                   /* MaxLen */
 13187                   "\030\000\000\000\200",
 13188                   0,
 13189               };
 13190               
 13191               static MetaProperty
 13192 mike  1.1.2.1 _CIM_OtherOrganizationInformation_Street =
 13193               {
 13194                   /* flags */
 13195                   META_FLAG_PROPERTY|META_FLAG_READ,
 13196                   /* name */
 13197                   "Street",
 13198                   /* qualifiers */
 13199                   _CIM_OtherOrganizationInformation_Street_qualifiers,
 13200                   /* type */
 13201                   CIMTYPE_STRING,
 13202                   /* subscript */
 13203                   0,
 13204                   /* value */
 13205                   0,
 13206               };
 13207               
 13208               static const char*
 13209               _CIM_OtherOrganizationInformation_TelephoneNumber_qualifiers[] =
 13210               {
 13211                   /* MaxLen */
 13212                   "\030\000\000\000\040",
 13213 mike  1.1.2.1     0,
 13214               };
 13215               
 13216               static MetaProperty
 13217               _CIM_OtherOrganizationInformation_TelephoneNumber =
 13218               {
 13219                   /* flags */
 13220                   META_FLAG_PROPERTY|META_FLAG_READ,
 13221                   /* name */
 13222                   "TelephoneNumber",
 13223                   /* qualifiers */
 13224                   _CIM_OtherOrganizationInformation_TelephoneNumber_qualifiers,
 13225                   /* type */
 13226                   CIMTYPE_STRING,
 13227                   /* subscript */
 13228                   0,
 13229                   /* value */
 13230                   0,
 13231               };
 13232               
 13233               static const char*
 13234 mike  1.1.2.1 _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier_qualifiers[] =
 13235               {
 13236                   0,
 13237               };
 13238               
 13239               static MetaProperty
 13240               _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier =
 13241               {
 13242                   /* flags */
 13243                   META_FLAG_PROPERTY|META_FLAG_READ,
 13244                   /* name */
 13245                   "TeletexTerminalIdentifier",
 13246                   /* qualifiers */
 13247                   _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier_qualifiers,
 13248                   /* type */
 13249                   CIMTYPE_STRING,
 13250                   /* subscript */
 13251                   0,
 13252                   /* value */
 13253                   0,
 13254               };
 13255 mike  1.1.2.1 
 13256               static const char*
 13257               _CIM_OtherOrganizationInformation_TelexNumber_qualifiers[] =
 13258               {
 13259                   0,
 13260               };
 13261               
 13262               static MetaProperty
 13263               _CIM_OtherOrganizationInformation_TelexNumber =
 13264               {
 13265                   /* flags */
 13266                   META_FLAG_PROPERTY|META_FLAG_READ,
 13267                   /* name */
 13268                   "TelexNumber",
 13269                   /* qualifiers */
 13270                   _CIM_OtherOrganizationInformation_TelexNumber_qualifiers,
 13271                   /* type */
 13272                   CIMTYPE_STRING,
 13273                   /* subscript */
 13274                   0,
 13275                   /* value */
 13276 mike  1.1.2.1     0,
 13277               };
 13278               
 13279               static const char*
 13280               _CIM_OtherOrganizationInformation_ThumbnailLogo_qualifiers[] =
 13281               {
 13282                   /* OctetString */
 13283                   "\042\001",
 13284                   0,
 13285               };
 13286               
 13287               static MetaProperty
 13288               _CIM_OtherOrganizationInformation_ThumbnailLogo =
 13289               {
 13290                   /* flags */
 13291                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13292                   /* name */
 13293                   "ThumbnailLogo",
 13294                   /* qualifiers */
 13295                   _CIM_OtherOrganizationInformation_ThumbnailLogo_qualifiers,
 13296                   /* type */
 13297 mike  1.1.2.1     CIMTYPE_STRING,
 13298                   /* subscript */
 13299                   0,
 13300                   /* value */
 13301                   0,
 13302               };
 13303               
 13304               static const char*
 13305               _CIM_OtherOrganizationInformation_UniqueIdentifier_qualifiers[] =
 13306               {
 13307                   0,
 13308               };
 13309               
 13310               static MetaProperty
 13311               _CIM_OtherOrganizationInformation_UniqueIdentifier =
 13312               {
 13313                   /* flags */
 13314                   META_FLAG_PROPERTY|META_FLAG_READ,
 13315                   /* name */
 13316                   "UniqueIdentifier",
 13317                   /* qualifiers */
 13318 mike  1.1.2.1     _CIM_OtherOrganizationInformation_UniqueIdentifier_qualifiers,
 13319                   /* type */
 13320                   CIMTYPE_STRING,
 13321                   /* subscript */
 13322                   0,
 13323                   /* value */
 13324                   0,
 13325               };
 13326               
 13327               static const char*
 13328               _CIM_OtherOrganizationInformation_UserPassword_qualifiers[] =
 13329               {
 13330                   /* OctetString */
 13331                   "\042\001",
 13332                   0,
 13333               };
 13334               
 13335               static MetaProperty
 13336               _CIM_OtherOrganizationInformation_UserPassword =
 13337               {
 13338                   /* flags */
 13339 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13340                   /* name */
 13341                   "UserPassword",
 13342                   /* qualifiers */
 13343                   _CIM_OtherOrganizationInformation_UserPassword_qualifiers,
 13344                   /* type */
 13345                   CIMTYPE_STRING,
 13346                   /* subscript */
 13347                   0,
 13348                   /* value */
 13349                   0,
 13350               };
 13351               
 13352               static const char*
 13353               _CIM_OtherOrganizationInformation_X121Address_qualifiers[] =
 13354               {
 13355                   /* MaxLen */
 13356                   "\030\000\000\000\017",
 13357                   0,
 13358               };
 13359               
 13360 mike  1.1.2.1 static MetaProperty
 13361               _CIM_OtherOrganizationInformation_X121Address =
 13362               {
 13363                   /* flags */
 13364                   META_FLAG_PROPERTY|META_FLAG_READ,
 13365                   /* name */
 13366                   "X121Address",
 13367                   /* qualifiers */
 13368                   _CIM_OtherOrganizationInformation_X121Address_qualifiers,
 13369                   /* type */
 13370                   CIMTYPE_STRING,
 13371                   /* subscript */
 13372                   0,
 13373                   /* value */
 13374                   0,
 13375               };
 13376               
 13377               static MetaFeature*
 13378               _CIM_OtherOrganizationInformation_features[] =
 13379               {
 13380                   (MetaFeature*)&_CIM_OtherOrganizationInformation_CreationClassName,
 13381 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrganizationInformation_Name,
 13382                   (MetaFeature*)&_CIM_OtherOrganizationInformation_ObjectClass,
 13383                   (MetaFeature*)&_CIM_OtherOrganizationInformation_BusinessCategory,
 13384                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Descriptions,
 13385                   (MetaFeature*)&_CIM_OtherOrganizationInformation_DestinationIndicator,
 13386                   (MetaFeature*)&_CIM_OtherOrganizationInformation_FacsimileTelephoneNumber,
 13387                   (MetaFeature*)&_CIM_OtherOrganizationInformation_InternationaliSDNNumber,
 13388                   (MetaFeature*)&_CIM_OtherOrganizationInformation_LabeledURI,
 13389                   (MetaFeature*)&_CIM_OtherOrganizationInformation_LocalityName,
 13390                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Mail,
 13391                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Manager,
 13392                   (MetaFeature*)&_CIM_OtherOrganizationInformation_OrganizationName,
 13393                   (MetaFeature*)&_CIM_OtherOrganizationInformation_OtherMailbox,
 13394                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName,
 13395                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostalAddress,
 13396                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostalCode,
 13397                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostOfficeBox,
 13398                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PreferredDeliveryMethod,
 13399                   (MetaFeature*)&_CIM_OtherOrganizationInformation_RegisteredAddress,
 13400                   (MetaFeature*)&_CIM_OtherOrganizationInformation_SearchGuide,
 13401                   (MetaFeature*)&_CIM_OtherOrganizationInformation_SeeAlso,
 13402 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrganizationInformation_StateOrProvince,
 13403                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Street,
 13404                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TelephoneNumber,
 13405                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TeletexTerminalIdentifier,
 13406                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TelexNumber,
 13407                   (MetaFeature*)&_CIM_OtherOrganizationInformation_ThumbnailLogo,
 13408                   (MetaFeature*)&_CIM_OtherOrganizationInformation_UniqueIdentifier,
 13409                   (MetaFeature*)&_CIM_OtherOrganizationInformation_UserPassword,
 13410                   (MetaFeature*)&_CIM_OtherOrganizationInformation_X121Address,
 13411                   0,
 13412               };
 13413               
 13414               static const char*
 13415               __root_cimv2_CIM_OtherOrganizationInformation_qualifiers[] =
 13416               {
 13417                   /* UMLPackagePath */
 13418                   "\057CIM::User::Org",
 13419                   /* Version */
 13420                   "\0632.6.0",
 13421                   0,
 13422               };
 13423 mike  1.1.2.1 
 13424               MetaClass
 13425               __root_cimv2_CIM_OtherOrganizationInformation =
 13426               {
 13427                   /* flags */
 13428                   META_FLAG_CLASS,
 13429                   /* name */
 13430                   "CIM_OtherOrganizationInformation",
 13431                   /* qualifiers */
 13432                   __root_cimv2_CIM_OtherOrganizationInformation_qualifiers,
 13433                   /* super */
 13434                   &__root_cimv2_CIM_ManagedElement,
 13435                   /* features */
 13436                   _CIM_OtherOrganizationInformation_features,
 13437               };
 13438               
 13439               //==============================================================================
 13440               //
 13441               // Class: CIM_OtherOrgUnitInformation
 13442               //
 13443               //==============================================================================
 13444 mike  1.1.2.1 
 13445               static const char*
 13446               _CIM_OtherOrgUnitInformation_CreationClassName_qualifiers[] =
 13447               {
 13448                   /* Key */
 13449                   "\025\001",
 13450                   /* MaxLen */
 13451                   "\030\000\000\001\000",
 13452                   0,
 13453               };
 13454               
 13455               static MetaProperty
 13456               _CIM_OtherOrgUnitInformation_CreationClassName =
 13457               {
 13458                   /* flags */
 13459                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 13460                   /* name */
 13461                   "CreationClassName",
 13462                   /* qualifiers */
 13463                   _CIM_OtherOrgUnitInformation_CreationClassName_qualifiers,
 13464                   /* type */
 13465 mike  1.1.2.1     CIMTYPE_STRING,
 13466                   /* subscript */
 13467                   -1,
 13468                   /* value */
 13469                   0,
 13470               };
 13471               
 13472               static const char*
 13473               _CIM_OtherOrgUnitInformation_Name_qualifiers[] =
 13474               {
 13475                   /* Key */
 13476                   "\025\001",
 13477                   /* MaxLen */
 13478                   "\030\000\000\004\000",
 13479                   0,
 13480               };
 13481               
 13482               static MetaProperty
 13483               _CIM_OtherOrgUnitInformation_Name =
 13484               {
 13485                   /* flags */
 13486 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 13487                   /* name */
 13488                   "Name",
 13489                   /* qualifiers */
 13490                   _CIM_OtherOrgUnitInformation_Name_qualifiers,
 13491                   /* type */
 13492                   CIMTYPE_STRING,
 13493                   /* subscript */
 13494                   -1,
 13495                   /* value */
 13496                   0,
 13497               };
 13498               
 13499               static const char*
 13500               _CIM_OtherOrgUnitInformation_ObjectClass_qualifiers[] =
 13501               {
 13502                   0,
 13503               };
 13504               
 13505               static MetaProperty
 13506               _CIM_OtherOrgUnitInformation_ObjectClass =
 13507 mike  1.1.2.1 {
 13508                   /* flags */
 13509                   META_FLAG_PROPERTY|META_FLAG_READ,
 13510                   /* name */
 13511                   "ObjectClass",
 13512                   /* qualifiers */
 13513                   _CIM_OtherOrgUnitInformation_ObjectClass_qualifiers,
 13514                   /* type */
 13515                   CIMTYPE_STRING,
 13516                   /* subscript */
 13517                   0,
 13518                   /* value */
 13519                   0,
 13520               };
 13521               
 13522               static const char*
 13523               _CIM_OtherOrgUnitInformation_BusinessCategory_qualifiers[] =
 13524               {
 13525                   /* MaxLen */
 13526                   "\030\000\000\000\200",
 13527                   0,
 13528 mike  1.1.2.1 };
 13529               
 13530               static MetaProperty
 13531               _CIM_OtherOrgUnitInformation_BusinessCategory =
 13532               {
 13533                   /* flags */
 13534                   META_FLAG_PROPERTY|META_FLAG_READ,
 13535                   /* name */
 13536                   "BusinessCategory",
 13537                   /* qualifiers */
 13538                   _CIM_OtherOrgUnitInformation_BusinessCategory_qualifiers,
 13539                   /* type */
 13540                   CIMTYPE_STRING,
 13541                   /* subscript */
 13542                   0,
 13543                   /* value */
 13544                   0,
 13545               };
 13546               
 13547               static const char*
 13548               _CIM_OtherOrgUnitInformation_Descriptions_qualifiers[] =
 13549 mike  1.1.2.1 {
 13550                   /* MaxLen */
 13551                   "\030\000\000\004\000",
 13552                   0,
 13553               };
 13554               
 13555               static MetaProperty
 13556               _CIM_OtherOrgUnitInformation_Descriptions =
 13557               {
 13558                   /* flags */
 13559                   META_FLAG_PROPERTY|META_FLAG_READ,
 13560                   /* name */
 13561                   "Descriptions",
 13562                   /* qualifiers */
 13563                   _CIM_OtherOrgUnitInformation_Descriptions_qualifiers,
 13564                   /* type */
 13565                   CIMTYPE_STRING,
 13566                   /* subscript */
 13567                   0,
 13568                   /* value */
 13569                   0,
 13570 mike  1.1.2.1 };
 13571               
 13572               static const char*
 13573               _CIM_OtherOrgUnitInformation_DestinationIndicator_qualifiers[] =
 13574               {
 13575                   /* MaxLen */
 13576                   "\030\000\000\000\200",
 13577                   0,
 13578               };
 13579               
 13580               static MetaProperty
 13581               _CIM_OtherOrgUnitInformation_DestinationIndicator =
 13582               {
 13583                   /* flags */
 13584                   META_FLAG_PROPERTY|META_FLAG_READ,
 13585                   /* name */
 13586                   "DestinationIndicator",
 13587                   /* qualifiers */
 13588                   _CIM_OtherOrgUnitInformation_DestinationIndicator_qualifiers,
 13589                   /* type */
 13590                   CIMTYPE_STRING,
 13591 mike  1.1.2.1     /* subscript */
 13592                   0,
 13593                   /* value */
 13594                   0,
 13595               };
 13596               
 13597               static const char*
 13598               _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber_qualifiers[] =
 13599               {
 13600                   0,
 13601               };
 13602               
 13603               static MetaProperty
 13604               _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber =
 13605               {
 13606                   /* flags */
 13607                   META_FLAG_PROPERTY|META_FLAG_READ,
 13608                   /* name */
 13609                   "FacsimileTelephoneNumber",
 13610                   /* qualifiers */
 13611                   _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber_qualifiers,
 13612 mike  1.1.2.1     /* type */
 13613                   CIMTYPE_STRING,
 13614                   /* subscript */
 13615                   0,
 13616                   /* value */
 13617                   0,
 13618               };
 13619               
 13620               static const char*
 13621               _CIM_OtherOrgUnitInformation_InternationaliSDNNumber_qualifiers[] =
 13622               {
 13623                   /* MaxLen */
 13624                   "\030\000\000\000\020",
 13625                   0,
 13626               };
 13627               
 13628               static MetaProperty
 13629               _CIM_OtherOrgUnitInformation_InternationaliSDNNumber =
 13630               {
 13631                   /* flags */
 13632                   META_FLAG_PROPERTY|META_FLAG_READ,
 13633 mike  1.1.2.1     /* name */
 13634                   "InternationaliSDNNumber",
 13635                   /* qualifiers */
 13636                   _CIM_OtherOrgUnitInformation_InternationaliSDNNumber_qualifiers,
 13637                   /* type */
 13638                   CIMTYPE_STRING,
 13639                   /* subscript */
 13640                   0,
 13641                   /* value */
 13642                   0,
 13643               };
 13644               
 13645               static const char*
 13646               _CIM_OtherOrgUnitInformation_LocalityName_qualifiers[] =
 13647               {
 13648                   0,
 13649               };
 13650               
 13651               static MetaProperty
 13652               _CIM_OtherOrgUnitInformation_LocalityName =
 13653               {
 13654 mike  1.1.2.1     /* flags */
 13655                   META_FLAG_PROPERTY|META_FLAG_READ,
 13656                   /* name */
 13657                   "LocalityName",
 13658                   /* qualifiers */
 13659                   _CIM_OtherOrgUnitInformation_LocalityName_qualifiers,
 13660                   /* type */
 13661                   CIMTYPE_STRING,
 13662                   /* subscript */
 13663                   0,
 13664                   /* value */
 13665                   0,
 13666               };
 13667               
 13668               static const char*
 13669               _CIM_OtherOrgUnitInformation_OU_qualifiers[] =
 13670               {
 13671                   0,
 13672               };
 13673               
 13674               static MetaProperty
 13675 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_OU =
 13676               {
 13677                   /* flags */
 13678                   META_FLAG_PROPERTY|META_FLAG_READ,
 13679                   /* name */
 13680                   "OU",
 13681                   /* qualifiers */
 13682                   _CIM_OtherOrgUnitInformation_OU_qualifiers,
 13683                   /* type */
 13684                   CIMTYPE_STRING,
 13685                   /* subscript */
 13686                   0,
 13687                   /* value */
 13688                   0,
 13689               };
 13690               
 13691               static const char*
 13692               _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 13693               {
 13694                   /* MaxLen */
 13695                   "\030\000\000\000\200",
 13696 mike  1.1.2.1     0,
 13697               };
 13698               
 13699               static MetaProperty
 13700               _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName =
 13701               {
 13702                   /* flags */
 13703                   META_FLAG_PROPERTY|META_FLAG_READ,
 13704                   /* name */
 13705                   "PhysicalDeliveryOfficeName",
 13706                   /* qualifiers */
 13707                   _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName_qualifiers,
 13708                   /* type */
 13709                   CIMTYPE_STRING,
 13710                   /* subscript */
 13711                   0,
 13712                   /* value */
 13713                   0,
 13714               };
 13715               
 13716               static const char*
 13717 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_PostalAddress_qualifiers[] =
 13718               {
 13719                   0,
 13720               };
 13721               
 13722               static MetaProperty
 13723               _CIM_OtherOrgUnitInformation_PostalAddress =
 13724               {
 13725                   /* flags */
 13726                   META_FLAG_PROPERTY|META_FLAG_READ,
 13727                   /* name */
 13728                   "PostalAddress",
 13729                   /* qualifiers */
 13730                   _CIM_OtherOrgUnitInformation_PostalAddress_qualifiers,
 13731                   /* type */
 13732                   CIMTYPE_STRING,
 13733                   /* subscript */
 13734                   0,
 13735                   /* value */
 13736                   0,
 13737               };
 13738 mike  1.1.2.1 
 13739               static const char*
 13740               _CIM_OtherOrgUnitInformation_PostalCode_qualifiers[] =
 13741               {
 13742                   /* MaxLen */
 13743                   "\030\000\000\000\050",
 13744                   0,
 13745               };
 13746               
 13747               static MetaProperty
 13748               _CIM_OtherOrgUnitInformation_PostalCode =
 13749               {
 13750                   /* flags */
 13751                   META_FLAG_PROPERTY|META_FLAG_READ,
 13752                   /* name */
 13753                   "PostalCode",
 13754                   /* qualifiers */
 13755                   _CIM_OtherOrgUnitInformation_PostalCode_qualifiers,
 13756                   /* type */
 13757                   CIMTYPE_STRING,
 13758                   /* subscript */
 13759 mike  1.1.2.1     0,
 13760                   /* value */
 13761                   0,
 13762               };
 13763               
 13764               static const char*
 13765               _CIM_OtherOrgUnitInformation_PostOfficeBox_qualifiers[] =
 13766               {
 13767                   /* MaxLen */
 13768                   "\030\000\000\000\050",
 13769                   0,
 13770               };
 13771               
 13772               static MetaProperty
 13773               _CIM_OtherOrgUnitInformation_PostOfficeBox =
 13774               {
 13775                   /* flags */
 13776                   META_FLAG_PROPERTY|META_FLAG_READ,
 13777                   /* name */
 13778                   "PostOfficeBox",
 13779                   /* qualifiers */
 13780 mike  1.1.2.1     _CIM_OtherOrgUnitInformation_PostOfficeBox_qualifiers,
 13781                   /* type */
 13782                   CIMTYPE_STRING,
 13783                   /* subscript */
 13784                   0,
 13785                   /* value */
 13786                   0,
 13787               };
 13788               
 13789               static const char*
 13790               _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod_qualifiers[] =
 13791               {
 13792                   0,
 13793               };
 13794               
 13795               static MetaProperty
 13796               _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod =
 13797               {
 13798                   /* flags */
 13799                   META_FLAG_PROPERTY|META_FLAG_READ,
 13800                   /* name */
 13801 mike  1.1.2.1     "PreferredDeliveryMethod",
 13802                   /* qualifiers */
 13803                   _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod_qualifiers,
 13804                   /* type */
 13805                   CIMTYPE_STRING,
 13806                   /* subscript */
 13807                   -1,
 13808                   /* value */
 13809                   0,
 13810               };
 13811               
 13812               static const char*
 13813               _CIM_OtherOrgUnitInformation_SearchGuide_qualifiers[] =
 13814               {
 13815                   0,
 13816               };
 13817               
 13818               static MetaProperty
 13819               _CIM_OtherOrgUnitInformation_SearchGuide =
 13820               {
 13821                   /* flags */
 13822 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 13823                   /* name */
 13824                   "SearchGuide",
 13825                   /* qualifiers */
 13826                   _CIM_OtherOrgUnitInformation_SearchGuide_qualifiers,
 13827                   /* type */
 13828                   CIMTYPE_STRING,
 13829                   /* subscript */
 13830                   0,
 13831                   /* value */
 13832                   0,
 13833               };
 13834               
 13835               static const char*
 13836               _CIM_OtherOrgUnitInformation_SeeAlso_qualifiers[] =
 13837               {
 13838                   0,
 13839               };
 13840               
 13841               static MetaProperty
 13842               _CIM_OtherOrgUnitInformation_SeeAlso =
 13843 mike  1.1.2.1 {
 13844                   /* flags */
 13845                   META_FLAG_PROPERTY|META_FLAG_READ,
 13846                   /* name */
 13847                   "SeeAlso",
 13848                   /* qualifiers */
 13849                   _CIM_OtherOrgUnitInformation_SeeAlso_qualifiers,
 13850                   /* type */
 13851                   CIMTYPE_STRING,
 13852                   /* subscript */
 13853                   0,
 13854                   /* value */
 13855                   0,
 13856               };
 13857               
 13858               static const char*
 13859               _CIM_OtherOrgUnitInformation_StateOrProvince_qualifiers[] =
 13860               {
 13861                   0,
 13862               };
 13863               
 13864 mike  1.1.2.1 static MetaProperty
 13865               _CIM_OtherOrgUnitInformation_StateOrProvince =
 13866               {
 13867                   /* flags */
 13868                   META_FLAG_PROPERTY|META_FLAG_READ,
 13869                   /* name */
 13870                   "StateOrProvince",
 13871                   /* qualifiers */
 13872                   _CIM_OtherOrgUnitInformation_StateOrProvince_qualifiers,
 13873                   /* type */
 13874                   CIMTYPE_STRING,
 13875                   /* subscript */
 13876                   0,
 13877                   /* value */
 13878                   0,
 13879               };
 13880               
 13881               static const char*
 13882               _CIM_OtherOrgUnitInformation_Street_qualifiers[] =
 13883               {
 13884                   /* MaxLen */
 13885 mike  1.1.2.1     "\030\000\000\000\200",
 13886                   0,
 13887               };
 13888               
 13889               static MetaProperty
 13890               _CIM_OtherOrgUnitInformation_Street =
 13891               {
 13892                   /* flags */
 13893                   META_FLAG_PROPERTY|META_FLAG_READ,
 13894                   /* name */
 13895                   "Street",
 13896                   /* qualifiers */
 13897                   _CIM_OtherOrgUnitInformation_Street_qualifiers,
 13898                   /* type */
 13899                   CIMTYPE_STRING,
 13900                   /* subscript */
 13901                   0,
 13902                   /* value */
 13903                   0,
 13904               };
 13905               
 13906 mike  1.1.2.1 static const char*
 13907               _CIM_OtherOrgUnitInformation_TelephoneNumber_qualifiers[] =
 13908               {
 13909                   /* MaxLen */
 13910                   "\030\000\000\000\040",
 13911                   0,
 13912               };
 13913               
 13914               static MetaProperty
 13915               _CIM_OtherOrgUnitInformation_TelephoneNumber =
 13916               {
 13917                   /* flags */
 13918                   META_FLAG_PROPERTY|META_FLAG_READ,
 13919                   /* name */
 13920                   "TelephoneNumber",
 13921                   /* qualifiers */
 13922                   _CIM_OtherOrgUnitInformation_TelephoneNumber_qualifiers,
 13923                   /* type */
 13924                   CIMTYPE_STRING,
 13925                   /* subscript */
 13926                   0,
 13927 mike  1.1.2.1     /* value */
 13928                   0,
 13929               };
 13930               
 13931               static const char*
 13932               _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier_qualifiers[] =
 13933               {
 13934                   0,
 13935               };
 13936               
 13937               static MetaProperty
 13938               _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier =
 13939               {
 13940                   /* flags */
 13941                   META_FLAG_PROPERTY|META_FLAG_READ,
 13942                   /* name */
 13943                   "TeletexTerminalIdentifier",
 13944                   /* qualifiers */
 13945                   _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier_qualifiers,
 13946                   /* type */
 13947                   CIMTYPE_STRING,
 13948 mike  1.1.2.1     /* subscript */
 13949                   0,
 13950                   /* value */
 13951                   0,
 13952               };
 13953               
 13954               static const char*
 13955               _CIM_OtherOrgUnitInformation_TelexNumber_qualifiers[] =
 13956               {
 13957                   0,
 13958               };
 13959               
 13960               static MetaProperty
 13961               _CIM_OtherOrgUnitInformation_TelexNumber =
 13962               {
 13963                   /* flags */
 13964                   META_FLAG_PROPERTY|META_FLAG_READ,
 13965                   /* name */
 13966                   "TelexNumber",
 13967                   /* qualifiers */
 13968                   _CIM_OtherOrgUnitInformation_TelexNumber_qualifiers,
 13969 mike  1.1.2.1     /* type */
 13970                   CIMTYPE_STRING,
 13971                   /* subscript */
 13972                   0,
 13973                   /* value */
 13974                   0,
 13975               };
 13976               
 13977               static const char*
 13978               _CIM_OtherOrgUnitInformation_UserPassword_qualifiers[] =
 13979               {
 13980                   /* OctetString */
 13981                   "\042\001",
 13982                   0,
 13983               };
 13984               
 13985               static MetaProperty
 13986               _CIM_OtherOrgUnitInformation_UserPassword =
 13987               {
 13988                   /* flags */
 13989                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13990 mike  1.1.2.1     /* name */
 13991                   "UserPassword",
 13992                   /* qualifiers */
 13993                   _CIM_OtherOrgUnitInformation_UserPassword_qualifiers,
 13994                   /* type */
 13995                   CIMTYPE_STRING,
 13996                   /* subscript */
 13997                   0,
 13998                   /* value */
 13999                   0,
 14000               };
 14001               
 14002               static const char*
 14003               _CIM_OtherOrgUnitInformation_X121Address_qualifiers[] =
 14004               {
 14005                   /* MaxLen */
 14006                   "\030\000\000\000\017",
 14007                   0,
 14008               };
 14009               
 14010               static MetaProperty
 14011 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_X121Address =
 14012               {
 14013                   /* flags */
 14014                   META_FLAG_PROPERTY|META_FLAG_READ,
 14015                   /* name */
 14016                   "X121Address",
 14017                   /* qualifiers */
 14018                   _CIM_OtherOrgUnitInformation_X121Address_qualifiers,
 14019                   /* type */
 14020                   CIMTYPE_STRING,
 14021                   /* subscript */
 14022                   0,
 14023                   /* value */
 14024                   0,
 14025               };
 14026               
 14027               static MetaFeature*
 14028               _CIM_OtherOrgUnitInformation_features[] =
 14029               {
 14030                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_CreationClassName,
 14031                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Name,
 14032 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrgUnitInformation_ObjectClass,
 14033                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_BusinessCategory,
 14034                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Descriptions,
 14035                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_DestinationIndicator,
 14036                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber,
 14037                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_InternationaliSDNNumber,
 14038                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_LocalityName,
 14039                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_OU,
 14040                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName,
 14041                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostalAddress,
 14042                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostalCode,
 14043                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostOfficeBox,
 14044                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PreferredDeliveryMethod,
 14045                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_SearchGuide,
 14046                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_SeeAlso,
 14047                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_StateOrProvince,
 14048                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Street,
 14049                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TelephoneNumber,
 14050                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier,
 14051                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TelexNumber,
 14052                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_UserPassword,
 14053 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrgUnitInformation_X121Address,
 14054                   0,
 14055               };
 14056               
 14057               static const char*
 14058               __root_cimv2_CIM_OtherOrgUnitInformation_qualifiers[] =
 14059               {
 14060                   /* UMLPackagePath */
 14061                   "\057CIM::User::Org",
 14062                   /* Version */
 14063                   "\0632.6.0",
 14064                   0,
 14065               };
 14066               
 14067               MetaClass
 14068               __root_cimv2_CIM_OtherOrgUnitInformation =
 14069               {
 14070                   /* flags */
 14071                   META_FLAG_CLASS,
 14072                   /* name */
 14073                   "CIM_OtherOrgUnitInformation",
 14074 mike  1.1.2.1     /* qualifiers */
 14075                   __root_cimv2_CIM_OtherOrgUnitInformation_qualifiers,
 14076                   /* super */
 14077                   &__root_cimv2_CIM_ManagedElement,
 14078                   /* features */
 14079                   _CIM_OtherOrgUnitInformation_features,
 14080               };
 14081               
 14082               //==============================================================================
 14083               //
 14084               // Class: CIM_OtherPersonInformation
 14085               //
 14086               //==============================================================================
 14087               
 14088               static const char*
 14089               _CIM_OtherPersonInformation_CreationClassName_qualifiers[] =
 14090               {
 14091                   /* Key */
 14092                   "\025\001",
 14093                   /* MaxLen */
 14094                   "\030\000\000\001\000",
 14095 mike  1.1.2.1     0,
 14096               };
 14097               
 14098               static MetaProperty
 14099               _CIM_OtherPersonInformation_CreationClassName =
 14100               {
 14101                   /* flags */
 14102                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 14103                   /* name */
 14104                   "CreationClassName",
 14105                   /* qualifiers */
 14106                   _CIM_OtherPersonInformation_CreationClassName_qualifiers,
 14107                   /* type */
 14108                   CIMTYPE_STRING,
 14109                   /* subscript */
 14110                   -1,
 14111                   /* value */
 14112                   0,
 14113               };
 14114               
 14115               static const char*
 14116 mike  1.1.2.1 _CIM_OtherPersonInformation_Name_qualifiers[] =
 14117               {
 14118                   /* Key */
 14119                   "\025\001",
 14120                   /* MaxLen */
 14121                   "\030\000\000\004\000",
 14122                   0,
 14123               };
 14124               
 14125               static MetaProperty
 14126               _CIM_OtherPersonInformation_Name =
 14127               {
 14128                   /* flags */
 14129                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 14130                   /* name */
 14131                   "Name",
 14132                   /* qualifiers */
 14133                   _CIM_OtherPersonInformation_Name_qualifiers,
 14134                   /* type */
 14135                   CIMTYPE_STRING,
 14136                   /* subscript */
 14137 mike  1.1.2.1     -1,
 14138                   /* value */
 14139                   0,
 14140               };
 14141               
 14142               static const char*
 14143               _CIM_OtherPersonInformation_ObjectClass_qualifiers[] =
 14144               {
 14145                   0,
 14146               };
 14147               
 14148               static MetaProperty
 14149               _CIM_OtherPersonInformation_ObjectClass =
 14150               {
 14151                   /* flags */
 14152                   META_FLAG_PROPERTY|META_FLAG_READ,
 14153                   /* name */
 14154                   "ObjectClass",
 14155                   /* qualifiers */
 14156                   _CIM_OtherPersonInformation_ObjectClass_qualifiers,
 14157                   /* type */
 14158 mike  1.1.2.1     CIMTYPE_STRING,
 14159                   /* subscript */
 14160                   0,
 14161                   /* value */
 14162                   0,
 14163               };
 14164               
 14165               static const char*
 14166               _CIM_OtherPersonInformation_Audio_qualifiers[] =
 14167               {
 14168                   /* OctetString */
 14169                   "\042\001",
 14170                   0,
 14171               };
 14172               
 14173               static MetaProperty
 14174               _CIM_OtherPersonInformation_Audio =
 14175               {
 14176                   /* flags */
 14177                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 14178                   /* name */
 14179 mike  1.1.2.1     "Audio",
 14180                   /* qualifiers */
 14181                   _CIM_OtherPersonInformation_Audio_qualifiers,
 14182                   /* type */
 14183                   CIMTYPE_STRING,
 14184                   /* subscript */
 14185                   0,
 14186                   /* value */
 14187                   0,
 14188               };
 14189               
 14190               static const char*
 14191               _CIM_OtherPersonInformation_BusinessCategory_qualifiers[] =
 14192               {
 14193                   /* MaxLen */
 14194                   "\030\000\000\000\200",
 14195                   0,
 14196               };
 14197               
 14198               static MetaProperty
 14199               _CIM_OtherPersonInformation_BusinessCategory =
 14200 mike  1.1.2.1 {
 14201                   /* flags */
 14202                   META_FLAG_PROPERTY|META_FLAG_READ,
 14203                   /* name */
 14204                   "BusinessCategory",
 14205                   /* qualifiers */
 14206                   _CIM_OtherPersonInformation_BusinessCategory_qualifiers,
 14207                   /* type */
 14208                   CIMTYPE_STRING,
 14209                   /* subscript */
 14210                   0,
 14211                   /* value */
 14212                   0,
 14213               };
 14214               
 14215               static const char*
 14216               _CIM_OtherPersonInformation_CarLicense_qualifiers[] =
 14217               {
 14218                   /* MaxLen */
 14219                   "\030\000\000\000\200",
 14220                   0,
 14221 mike  1.1.2.1 };
 14222               
 14223               static MetaProperty
 14224               _CIM_OtherPersonInformation_CarLicense =
 14225               {
 14226                   /* flags */
 14227                   META_FLAG_PROPERTY|META_FLAG_READ,
 14228                   /* name */
 14229                   "CarLicense",
 14230                   /* qualifiers */
 14231                   _CIM_OtherPersonInformation_CarLicense_qualifiers,
 14232                   /* type */
 14233                   CIMTYPE_STRING,
 14234                   /* subscript */
 14235                   0,
 14236                   /* value */
 14237                   0,
 14238               };
 14239               
 14240               static const char*
 14241               _CIM_OtherPersonInformation_CommonName_qualifiers[] =
 14242 mike  1.1.2.1 {
 14243                   0,
 14244               };
 14245               
 14246               static MetaProperty
 14247               _CIM_OtherPersonInformation_CommonName =
 14248               {
 14249                   /* flags */
 14250                   META_FLAG_PROPERTY|META_FLAG_READ,
 14251                   /* name */
 14252                   "CommonName",
 14253                   /* qualifiers */
 14254                   _CIM_OtherPersonInformation_CommonName_qualifiers,
 14255                   /* type */
 14256                   CIMTYPE_STRING,
 14257                   /* subscript */
 14258                   0,
 14259                   /* value */
 14260                   0,
 14261               };
 14262               
 14263 mike  1.1.2.1 static const char*
 14264               _CIM_OtherPersonInformation_CountryName_qualifiers[] =
 14265               {
 14266                   0,
 14267               };
 14268               
 14269               static MetaProperty
 14270               _CIM_OtherPersonInformation_CountryName =
 14271               {
 14272                   /* flags */
 14273                   META_FLAG_PROPERTY|META_FLAG_READ,
 14274                   /* name */
 14275                   "CountryName",
 14276                   /* qualifiers */
 14277                   _CIM_OtherPersonInformation_CountryName_qualifiers,
 14278                   /* type */
 14279                   CIMTYPE_STRING,
 14280                   /* subscript */
 14281                   0,
 14282                   /* value */
 14283                   0,
 14284 mike  1.1.2.1 };
 14285               
 14286               static const char*
 14287               _CIM_OtherPersonInformation_DepartmentNumber_qualifiers[] =
 14288               {
 14289                   0,
 14290               };
 14291               
 14292               static MetaProperty
 14293               _CIM_OtherPersonInformation_DepartmentNumber =
 14294               {
 14295                   /* flags */
 14296                   META_FLAG_PROPERTY|META_FLAG_READ,
 14297                   /* name */
 14298                   "DepartmentNumber",
 14299                   /* qualifiers */
 14300                   _CIM_OtherPersonInformation_DepartmentNumber_qualifiers,
 14301                   /* type */
 14302                   CIMTYPE_STRING,
 14303                   /* subscript */
 14304                   0,
 14305 mike  1.1.2.1     /* value */
 14306                   0,
 14307               };
 14308               
 14309               static const char*
 14310               _CIM_OtherPersonInformation_Descriptions_qualifiers[] =
 14311               {
 14312                   /* MaxLen */
 14313                   "\030\000\000\004\000",
 14314                   0,
 14315               };
 14316               
 14317               static MetaProperty
 14318               _CIM_OtherPersonInformation_Descriptions =
 14319               {
 14320                   /* flags */
 14321                   META_FLAG_PROPERTY|META_FLAG_READ,
 14322                   /* name */
 14323                   "Descriptions",
 14324                   /* qualifiers */
 14325                   _CIM_OtherPersonInformation_Descriptions_qualifiers,
 14326 mike  1.1.2.1     /* type */
 14327                   CIMTYPE_STRING,
 14328                   /* subscript */
 14329                   0,
 14330                   /* value */
 14331                   0,
 14332               };
 14333               
 14334               static const char*
 14335               _CIM_OtherPersonInformation_DestinationIndicator_qualifiers[] =
 14336               {
 14337                   /* MaxLen */
 14338                   "\030\000\000\000\200",
 14339                   0,
 14340               };
 14341               
 14342               static MetaProperty
 14343               _CIM_OtherPersonInformation_DestinationIndicator =
 14344               {
 14345                   /* flags */
 14346                   META_FLAG_PROPERTY|META_FLAG_READ,
 14347 mike  1.1.2.1     /* name */
 14348                   "DestinationIndicator",
 14349                   /* qualifiers */
 14350                   _CIM_OtherPersonInformation_DestinationIndicator_qualifiers,
 14351                   /* type */
 14352                   CIMTYPE_STRING,
 14353                   /* subscript */
 14354                   0,
 14355                   /* value */
 14356                   0,
 14357               };
 14358               
 14359               static const char*
 14360               _CIM_OtherPersonInformation_DisplayName_qualifiers[] =
 14361               {
 14362                   0,
 14363               };
 14364               
 14365               static MetaProperty
 14366               _CIM_OtherPersonInformation_DisplayName =
 14367               {
 14368 mike  1.1.2.1     /* flags */
 14369                   META_FLAG_PROPERTY|META_FLAG_READ,
 14370                   /* name */
 14371                   "DisplayName",
 14372                   /* qualifiers */
 14373                   _CIM_OtherPersonInformation_DisplayName_qualifiers,
 14374                   /* type */
 14375                   CIMTYPE_STRING,
 14376                   /* subscript */
 14377                   0,
 14378                   /* value */
 14379                   0,
 14380               };
 14381               
 14382               static const char*
 14383               _CIM_OtherPersonInformation_EmployeeNumber_qualifiers[] =
 14384               {
 14385                   0,
 14386               };
 14387               
 14388               static MetaProperty
 14389 mike  1.1.2.1 _CIM_OtherPersonInformation_EmployeeNumber =
 14390               {
 14391                   /* flags */
 14392                   META_FLAG_PROPERTY|META_FLAG_READ,
 14393                   /* name */
 14394                   "EmployeeNumber",
 14395                   /* qualifiers */
 14396                   _CIM_OtherPersonInformation_EmployeeNumber_qualifiers,
 14397                   /* type */
 14398                   CIMTYPE_STRING,
 14399                   /* subscript */
 14400                   -1,
 14401                   /* value */
 14402                   0,
 14403               };
 14404               
 14405               static const char*
 14406               _CIM_OtherPersonInformation_EmployeeType_qualifiers[] =
 14407               {
 14408                   0,
 14409               };
 14410 mike  1.1.2.1 
 14411               static MetaProperty
 14412               _CIM_OtherPersonInformation_EmployeeType =
 14413               {
 14414                   /* flags */
 14415                   META_FLAG_PROPERTY|META_FLAG_READ,
 14416                   /* name */
 14417                   "EmployeeType",
 14418                   /* qualifiers */
 14419                   _CIM_OtherPersonInformation_EmployeeType_qualifiers,
 14420                   /* type */
 14421                   CIMTYPE_STRING,
 14422                   /* subscript */
 14423                   0,
 14424                   /* value */
 14425                   0,
 14426               };
 14427               
 14428               static const char*
 14429               _CIM_OtherPersonInformation_FacsimileTelephoneNumber_qualifiers[] =
 14430               {
 14431 mike  1.1.2.1     0,
 14432               };
 14433               
 14434               static MetaProperty
 14435               _CIM_OtherPersonInformation_FacsimileTelephoneNumber =
 14436               {
 14437                   /* flags */
 14438                   META_FLAG_PROPERTY|META_FLAG_READ,
 14439                   /* name */
 14440                   "FacsimileTelephoneNumber",
 14441                   /* qualifiers */
 14442                   _CIM_OtherPersonInformation_FacsimileTelephoneNumber_qualifiers,
 14443                   /* type */
 14444                   CIMTYPE_STRING,
 14445                   /* subscript */
 14446                   0,
 14447                   /* value */
 14448                   0,
 14449               };
 14450               
 14451               static const char*
 14452 mike  1.1.2.1 _CIM_OtherPersonInformation_GenerationQualifier_qualifiers[] =
 14453               {
 14454                   0,
 14455               };
 14456               
 14457               static MetaProperty
 14458               _CIM_OtherPersonInformation_GenerationQualifier =
 14459               {
 14460                   /* flags */
 14461                   META_FLAG_PROPERTY|META_FLAG_READ,
 14462                   /* name */
 14463                   "GenerationQualifier",
 14464                   /* qualifiers */
 14465                   _CIM_OtherPersonInformation_GenerationQualifier_qualifiers,
 14466                   /* type */
 14467                   CIMTYPE_STRING,
 14468                   /* subscript */
 14469                   0,
 14470                   /* value */
 14471                   0,
 14472               };
 14473 mike  1.1.2.1 
 14474               static const char*
 14475               _CIM_OtherPersonInformation_GivenName_qualifiers[] =
 14476               {
 14477                   0,
 14478               };
 14479               
 14480               static MetaProperty
 14481               _CIM_OtherPersonInformation_GivenName =
 14482               {
 14483                   /* flags */
 14484                   META_FLAG_PROPERTY|META_FLAG_READ,
 14485                   /* name */
 14486                   "GivenName",
 14487                   /* qualifiers */
 14488                   _CIM_OtherPersonInformation_GivenName_qualifiers,
 14489                   /* type */
 14490                   CIMTYPE_STRING,
 14491                   /* subscript */
 14492                   0,
 14493                   /* value */
 14494 mike  1.1.2.1     0,
 14495               };
 14496               
 14497               static const char*
 14498               _CIM_OtherPersonInformation_HomeFax_qualifiers[] =
 14499               {
 14500                   0,
 14501               };
 14502               
 14503               static MetaProperty
 14504               _CIM_OtherPersonInformation_HomeFax =
 14505               {
 14506                   /* flags */
 14507                   META_FLAG_PROPERTY|META_FLAG_READ,
 14508                   /* name */
 14509                   "HomeFax",
 14510                   /* qualifiers */
 14511                   _CIM_OtherPersonInformation_HomeFax_qualifiers,
 14512                   /* type */
 14513                   CIMTYPE_STRING,
 14514                   /* subscript */
 14515 mike  1.1.2.1     0,
 14516                   /* value */
 14517                   0,
 14518               };
 14519               
 14520               static const char*
 14521               _CIM_OtherPersonInformation_HomePhone_qualifiers[] =
 14522               {
 14523                   /* MaxLen */
 14524                   "\030\000\000\000\040",
 14525                   0,
 14526               };
 14527               
 14528               static MetaProperty
 14529               _CIM_OtherPersonInformation_HomePhone =
 14530               {
 14531                   /* flags */
 14532                   META_FLAG_PROPERTY|META_FLAG_READ,
 14533                   /* name */
 14534                   "HomePhone",
 14535                   /* qualifiers */
 14536 mike  1.1.2.1     _CIM_OtherPersonInformation_HomePhone_qualifiers,
 14537                   /* type */
 14538                   CIMTYPE_STRING,
 14539                   /* subscript */
 14540                   0,
 14541                   /* value */
 14542                   0,
 14543               };
 14544               
 14545               static const char*
 14546               _CIM_OtherPersonInformation_HomePostalAddress_qualifiers[] =
 14547               {
 14548                   0,
 14549               };
 14550               
 14551               static MetaProperty
 14552               _CIM_OtherPersonInformation_HomePostalAddress =
 14553               {
 14554                   /* flags */
 14555                   META_FLAG_PROPERTY|META_FLAG_READ,
 14556                   /* name */
 14557 mike  1.1.2.1     "HomePostalAddress",
 14558                   /* qualifiers */
 14559                   _CIM_OtherPersonInformation_HomePostalAddress_qualifiers,
 14560                   /* type */
 14561                   CIMTYPE_STRING,
 14562                   /* subscript */
 14563                   0,
 14564                   /* value */
 14565                   0,
 14566               };
 14567               
 14568               static const char*
 14569               _CIM_OtherPersonInformation_Initials_qualifiers[] =
 14570               {
 14571                   0,
 14572               };
 14573               
 14574               static MetaProperty
 14575               _CIM_OtherPersonInformation_Initials =
 14576               {
 14577                   /* flags */
 14578 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 14579                   /* name */
 14580                   "Initials",
 14581                   /* qualifiers */
 14582                   _CIM_OtherPersonInformation_Initials_qualifiers,
 14583                   /* type */
 14584                   CIMTYPE_STRING,
 14585                   /* subscript */
 14586                   0,
 14587                   /* value */
 14588                   0,
 14589               };
 14590               
 14591               static const char*
 14592               _CIM_OtherPersonInformation_InternationaliSDNNumber_qualifiers[] =
 14593               {
 14594                   /* MaxLen */
 14595                   "\030\000\000\000\020",
 14596                   0,
 14597               };
 14598               
 14599 mike  1.1.2.1 static MetaProperty
 14600               _CIM_OtherPersonInformation_InternationaliSDNNumber =
 14601               {
 14602                   /* flags */
 14603                   META_FLAG_PROPERTY|META_FLAG_READ,
 14604                   /* name */
 14605                   "InternationaliSDNNumber",
 14606                   /* qualifiers */
 14607                   _CIM_OtherPersonInformation_InternationaliSDNNumber_qualifiers,
 14608                   /* type */
 14609                   CIMTYPE_STRING,
 14610                   /* subscript */
 14611                   0,
 14612                   /* value */
 14613                   0,
 14614               };
 14615               
 14616               static const char*
 14617               _CIM_OtherPersonInformation_JPEGPhoto_qualifiers[] =
 14618               {
 14619                   0,
 14620 mike  1.1.2.1 };
 14621               
 14622               static MetaProperty
 14623               _CIM_OtherPersonInformation_JPEGPhoto =
 14624               {
 14625                   /* flags */
 14626                   META_FLAG_PROPERTY|META_FLAG_READ,
 14627                   /* name */
 14628                   "JPEGPhoto",
 14629                   /* qualifiers */
 14630                   _CIM_OtherPersonInformation_JPEGPhoto_qualifiers,
 14631                   /* type */
 14632                   CIMTYPE_STRING,
 14633                   /* subscript */
 14634                   0,
 14635                   /* value */
 14636                   0,
 14637               };
 14638               
 14639               static const char*
 14640               _CIM_OtherPersonInformation_LabeledURI_qualifiers[] =
 14641 mike  1.1.2.1 {
 14642                   0,
 14643               };
 14644               
 14645               static MetaProperty
 14646               _CIM_OtherPersonInformation_LabeledURI =
 14647               {
 14648                   /* flags */
 14649                   META_FLAG_PROPERTY|META_FLAG_READ,
 14650                   /* name */
 14651                   "LabeledURI",
 14652                   /* qualifiers */
 14653                   _CIM_OtherPersonInformation_LabeledURI_qualifiers,
 14654                   /* type */
 14655                   CIMTYPE_STRING,
 14656                   /* subscript */
 14657                   0,
 14658                   /* value */
 14659                   0,
 14660               };
 14661               
 14662 mike  1.1.2.1 static const char*
 14663               _CIM_OtherPersonInformation_LocalityName_qualifiers[] =
 14664               {
 14665                   0,
 14666               };
 14667               
 14668               static MetaProperty
 14669               _CIM_OtherPersonInformation_LocalityName =
 14670               {
 14671                   /* flags */
 14672                   META_FLAG_PROPERTY|META_FLAG_READ,
 14673                   /* name */
 14674                   "LocalityName",
 14675                   /* qualifiers */
 14676                   _CIM_OtherPersonInformation_LocalityName_qualifiers,
 14677                   /* type */
 14678                   CIMTYPE_STRING,
 14679                   /* subscript */
 14680                   0,
 14681                   /* value */
 14682                   0,
 14683 mike  1.1.2.1 };
 14684               
 14685               static const char*
 14686               _CIM_OtherPersonInformation_Mail_qualifiers[] =
 14687               {
 14688                   0,
 14689               };
 14690               
 14691               static MetaProperty
 14692               _CIM_OtherPersonInformation_Mail =
 14693               {
 14694                   /* flags */
 14695                   META_FLAG_PROPERTY|META_FLAG_READ,
 14696                   /* name */
 14697                   "Mail",
 14698                   /* qualifiers */
 14699                   _CIM_OtherPersonInformation_Mail_qualifiers,
 14700                   /* type */
 14701                   CIMTYPE_STRING,
 14702                   /* subscript */
 14703                   0,
 14704 mike  1.1.2.1     /* value */
 14705                   0,
 14706               };
 14707               
 14708               static const char*
 14709               _CIM_OtherPersonInformation_Manager_qualifiers[] =
 14710               {
 14711                   0,
 14712               };
 14713               
 14714               static MetaProperty
 14715               _CIM_OtherPersonInformation_Manager =
 14716               {
 14717                   /* flags */
 14718                   META_FLAG_PROPERTY|META_FLAG_READ,
 14719                   /* name */
 14720                   "Manager",
 14721                   /* qualifiers */
 14722                   _CIM_OtherPersonInformation_Manager_qualifiers,
 14723                   /* type */
 14724                   CIMTYPE_STRING,
 14725 mike  1.1.2.1     /* subscript */
 14726                   0,
 14727                   /* value */
 14728                   0,
 14729               };
 14730               
 14731               static const char*
 14732               _CIM_OtherPersonInformation_MiddleName_qualifiers[] =
 14733               {
 14734                   0,
 14735               };
 14736               
 14737               static MetaProperty
 14738               _CIM_OtherPersonInformation_MiddleName =
 14739               {
 14740                   /* flags */
 14741                   META_FLAG_PROPERTY|META_FLAG_READ,
 14742                   /* name */
 14743                   "MiddleName",
 14744                   /* qualifiers */
 14745                   _CIM_OtherPersonInformation_MiddleName_qualifiers,
 14746 mike  1.1.2.1     /* type */
 14747                   CIMTYPE_STRING,
 14748                   /* subscript */
 14749                   0,
 14750                   /* value */
 14751                   0,
 14752               };
 14753               
 14754               static const char*
 14755               _CIM_OtherPersonInformation_Mobile_qualifiers[] =
 14756               {
 14757                   /* MaxLen */
 14758                   "\030\000\000\000\040",
 14759                   0,
 14760               };
 14761               
 14762               static MetaProperty
 14763               _CIM_OtherPersonInformation_Mobile =
 14764               {
 14765                   /* flags */
 14766                   META_FLAG_PROPERTY|META_FLAG_READ,
 14767 mike  1.1.2.1     /* name */
 14768                   "Mobile",
 14769                   /* qualifiers */
 14770                   _CIM_OtherPersonInformation_Mobile_qualifiers,
 14771                   /* type */
 14772                   CIMTYPE_STRING,
 14773                   /* subscript */
 14774                   0,
 14775                   /* value */
 14776                   0,
 14777               };
 14778               
 14779               static const char*
 14780               _CIM_OtherPersonInformation_OrganizationName_qualifiers[] =
 14781               {
 14782                   /* Required */
 14783                   "\050\001",
 14784                   0,
 14785               };
 14786               
 14787               static MetaProperty
 14788 mike  1.1.2.1 _CIM_OtherPersonInformation_OrganizationName =
 14789               {
 14790                   /* flags */
 14791                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 14792                   /* name */
 14793                   "OrganizationName",
 14794                   /* qualifiers */
 14795                   _CIM_OtherPersonInformation_OrganizationName_qualifiers,
 14796                   /* type */
 14797                   CIMTYPE_STRING,
 14798                   /* subscript */
 14799                   0,
 14800                   /* value */
 14801                   0,
 14802               };
 14803               
 14804               static const char*
 14805               _CIM_OtherPersonInformation_OrganizationalStatus_qualifiers[] =
 14806               {
 14807                   0,
 14808               };
 14809 mike  1.1.2.1 
 14810               static MetaProperty
 14811               _CIM_OtherPersonInformation_OrganizationalStatus =
 14812               {
 14813                   /* flags */
 14814                   META_FLAG_PROPERTY|META_FLAG_READ,
 14815                   /* name */
 14816                   "OrganizationalStatus",
 14817                   /* qualifiers */
 14818                   _CIM_OtherPersonInformation_OrganizationalStatus_qualifiers,
 14819                   /* type */
 14820                   CIMTYPE_STRING,
 14821                   /* subscript */
 14822                   0,
 14823                   /* value */
 14824                   0,
 14825               };
 14826               
 14827               static const char*
 14828               _CIM_OtherPersonInformation_OtherMailbox_qualifiers[] =
 14829               {
 14830 mike  1.1.2.1     0,
 14831               };
 14832               
 14833               static MetaProperty
 14834               _CIM_OtherPersonInformation_OtherMailbox =
 14835               {
 14836                   /* flags */
 14837                   META_FLAG_PROPERTY|META_FLAG_READ,
 14838                   /* name */
 14839                   "OtherMailbox",
 14840                   /* qualifiers */
 14841                   _CIM_OtherPersonInformation_OtherMailbox_qualifiers,
 14842                   /* type */
 14843                   CIMTYPE_STRING,
 14844                   /* subscript */
 14845                   0,
 14846                   /* value */
 14847                   0,
 14848               };
 14849               
 14850               static const char*
 14851 mike  1.1.2.1 _CIM_OtherPersonInformation_OU_qualifiers[] =
 14852               {
 14853                   0,
 14854               };
 14855               
 14856               static MetaProperty
 14857               _CIM_OtherPersonInformation_OU =
 14858               {
 14859                   /* flags */
 14860                   META_FLAG_PROPERTY|META_FLAG_READ,
 14861                   /* name */
 14862                   "OU",
 14863                   /* qualifiers */
 14864                   _CIM_OtherPersonInformation_OU_qualifiers,
 14865                   /* type */
 14866                   CIMTYPE_STRING,
 14867                   /* subscript */
 14868                   0,
 14869                   /* value */
 14870                   0,
 14871               };
 14872 mike  1.1.2.1 
 14873               static const char*
 14874               _CIM_OtherPersonInformation_Pager_qualifiers[] =
 14875               {
 14876                   /* MaxLen */
 14877                   "\030\000\000\000\040",
 14878                   0,
 14879               };
 14880               
 14881               static MetaProperty
 14882               _CIM_OtherPersonInformation_Pager =
 14883               {
 14884                   /* flags */
 14885                   META_FLAG_PROPERTY|META_FLAG_READ,
 14886                   /* name */
 14887                   "Pager",
 14888                   /* qualifiers */
 14889                   _CIM_OtherPersonInformation_Pager_qualifiers,
 14890                   /* type */
 14891                   CIMTYPE_STRING,
 14892                   /* subscript */
 14893 mike  1.1.2.1     0,
 14894                   /* value */
 14895                   0,
 14896               };
 14897               
 14898               static const char*
 14899               _CIM_OtherPersonInformation_PersonalTitle_qualifiers[] =
 14900               {
 14901                   0,
 14902               };
 14903               
 14904               static MetaProperty
 14905               _CIM_OtherPersonInformation_PersonalTitle =
 14906               {
 14907                   /* flags */
 14908                   META_FLAG_PROPERTY|META_FLAG_READ,
 14909                   /* name */
 14910                   "PersonalTitle",
 14911                   /* qualifiers */
 14912                   _CIM_OtherPersonInformation_PersonalTitle_qualifiers,
 14913                   /* type */
 14914 mike  1.1.2.1     CIMTYPE_STRING,
 14915                   /* subscript */
 14916                   0,
 14917                   /* value */
 14918                   0,
 14919               };
 14920               
 14921               static const char*
 14922               _CIM_OtherPersonInformation_Photo_qualifiers[] =
 14923               {
 14924                   /* OctetString */
 14925                   "\042\001",
 14926                   0,
 14927               };
 14928               
 14929               static MetaProperty
 14930               _CIM_OtherPersonInformation_Photo =
 14931               {
 14932                   /* flags */
 14933                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 14934                   /* name */
 14935 mike  1.1.2.1     "Photo",
 14936                   /* qualifiers */
 14937                   _CIM_OtherPersonInformation_Photo_qualifiers,
 14938                   /* type */
 14939                   CIMTYPE_STRING,
 14940                   /* subscript */
 14941                   0,
 14942                   /* value */
 14943                   0,
 14944               };
 14945               
 14946               static const char*
 14947               _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 14948               {
 14949                   /* MaxLen */
 14950                   "\030\000\000\000\200",
 14951                   0,
 14952               };
 14953               
 14954               static MetaProperty
 14955               _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName =
 14956 mike  1.1.2.1 {
 14957                   /* flags */
 14958                   META_FLAG_PROPERTY|META_FLAG_READ,
 14959                   /* name */
 14960                   "PhysicalDeliveryOfficeName",
 14961                   /* qualifiers */
 14962                   _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName_qualifiers,
 14963                   /* type */
 14964                   CIMTYPE_STRING,
 14965                   /* subscript */
 14966                   0,
 14967                   /* value */
 14968                   0,
 14969               };
 14970               
 14971               static const char*
 14972               _CIM_OtherPersonInformation_PostalAddress_qualifiers[] =
 14973               {
 14974                   0,
 14975               };
 14976               
 14977 mike  1.1.2.1 static MetaProperty
 14978               _CIM_OtherPersonInformation_PostalAddress =
 14979               {
 14980                   /* flags */
 14981                   META_FLAG_PROPERTY|META_FLAG_READ,
 14982                   /* name */
 14983                   "PostalAddress",
 14984                   /* qualifiers */
 14985                   _CIM_OtherPersonInformation_PostalAddress_qualifiers,
 14986                   /* type */
 14987                   CIMTYPE_STRING,
 14988                   /* subscript */
 14989                   0,
 14990                   /* value */
 14991                   0,
 14992               };
 14993               
 14994               static const char*
 14995               _CIM_OtherPersonInformation_PostalCode_qualifiers[] =
 14996               {
 14997                   /* MaxLen */
 14998 mike  1.1.2.1     "\030\000\000\000\050",
 14999                   0,
 15000               };
 15001               
 15002               static MetaProperty
 15003               _CIM_OtherPersonInformation_PostalCode =
 15004               {
 15005                   /* flags */
 15006                   META_FLAG_PROPERTY|META_FLAG_READ,
 15007                   /* name */
 15008                   "PostalCode",
 15009                   /* qualifiers */
 15010                   _CIM_OtherPersonInformation_PostalCode_qualifiers,
 15011                   /* type */
 15012                   CIMTYPE_STRING,
 15013                   /* subscript */
 15014                   0,
 15015                   /* value */
 15016                   0,
 15017               };
 15018               
 15019 mike  1.1.2.1 static const char*
 15020               _CIM_OtherPersonInformation_PostOfficeBox_qualifiers[] =
 15021               {
 15022                   /* MaxLen */
 15023                   "\030\000\000\000\050",
 15024                   0,
 15025               };
 15026               
 15027               static MetaProperty
 15028               _CIM_OtherPersonInformation_PostOfficeBox =
 15029               {
 15030                   /* flags */
 15031                   META_FLAG_PROPERTY|META_FLAG_READ,
 15032                   /* name */
 15033                   "PostOfficeBox",
 15034                   /* qualifiers */
 15035                   _CIM_OtherPersonInformation_PostOfficeBox_qualifiers,
 15036                   /* type */
 15037                   CIMTYPE_STRING,
 15038                   /* subscript */
 15039                   0,
 15040 mike  1.1.2.1     /* value */
 15041                   0,
 15042               };
 15043               
 15044               static const char*
 15045               _CIM_OtherPersonInformation_PreferredDeliveryMethod_qualifiers[] =
 15046               {
 15047                   0,
 15048               };
 15049               
 15050               static MetaProperty
 15051               _CIM_OtherPersonInformation_PreferredDeliveryMethod =
 15052               {
 15053                   /* flags */
 15054                   META_FLAG_PROPERTY|META_FLAG_READ,
 15055                   /* name */
 15056                   "PreferredDeliveryMethod",
 15057                   /* qualifiers */
 15058                   _CIM_OtherPersonInformation_PreferredDeliveryMethod_qualifiers,
 15059                   /* type */
 15060                   CIMTYPE_STRING,
 15061 mike  1.1.2.1     /* subscript */
 15062                   -1,
 15063                   /* value */
 15064                   0,
 15065               };
 15066               
 15067               static const char*
 15068               _CIM_OtherPersonInformation_PreferredLanguage_qualifiers[] =
 15069               {
 15070                   0,
 15071               };
 15072               
 15073               static MetaProperty
 15074               _CIM_OtherPersonInformation_PreferredLanguage =
 15075               {
 15076                   /* flags */
 15077                   META_FLAG_PROPERTY|META_FLAG_READ,
 15078                   /* name */
 15079                   "PreferredLanguage",
 15080                   /* qualifiers */
 15081                   _CIM_OtherPersonInformation_PreferredLanguage_qualifiers,
 15082 mike  1.1.2.1     /* type */
 15083                   CIMTYPE_STRING,
 15084                   /* subscript */
 15085                   -1,
 15086                   /* value */
 15087                   0,
 15088               };
 15089               
 15090               static const char*
 15091               _CIM_OtherPersonInformation_RegisteredAddress_qualifiers[] =
 15092               {
 15093                   0,
 15094               };
 15095               
 15096               static MetaProperty
 15097               _CIM_OtherPersonInformation_RegisteredAddress =
 15098               {
 15099                   /* flags */
 15100                   META_FLAG_PROPERTY|META_FLAG_READ,
 15101                   /* name */
 15102                   "RegisteredAddress",
 15103 mike  1.1.2.1     /* qualifiers */
 15104                   _CIM_OtherPersonInformation_RegisteredAddress_qualifiers,
 15105                   /* type */
 15106                   CIMTYPE_STRING,
 15107                   /* subscript */
 15108                   0,
 15109                   /* value */
 15110                   0,
 15111               };
 15112               
 15113               static const char*
 15114               _CIM_OtherPersonInformation_RoomNumber_qualifiers[] =
 15115               {
 15116                   0,
 15117               };
 15118               
 15119               static MetaProperty
 15120               _CIM_OtherPersonInformation_RoomNumber =
 15121               {
 15122                   /* flags */
 15123                   META_FLAG_PROPERTY|META_FLAG_READ,
 15124 mike  1.1.2.1     /* name */
 15125                   "RoomNumber",
 15126                   /* qualifiers */
 15127                   _CIM_OtherPersonInformation_RoomNumber_qualifiers,
 15128                   /* type */
 15129                   CIMTYPE_STRING,
 15130                   /* subscript */
 15131                   0,
 15132                   /* value */
 15133                   0,
 15134               };
 15135               
 15136               static const char*
 15137               _CIM_OtherPersonInformation_Secretary_qualifiers[] =
 15138               {
 15139                   0,
 15140               };
 15141               
 15142               static MetaProperty
 15143               _CIM_OtherPersonInformation_Secretary =
 15144               {
 15145 mike  1.1.2.1     /* flags */
 15146                   META_FLAG_PROPERTY|META_FLAG_READ,
 15147                   /* name */
 15148                   "Secretary",
 15149                   /* qualifiers */
 15150                   _CIM_OtherPersonInformation_Secretary_qualifiers,
 15151                   /* type */
 15152                   CIMTYPE_STRING,
 15153                   /* subscript */
 15154                   0,
 15155                   /* value */
 15156                   0,
 15157               };
 15158               
 15159               static const char*
 15160               _CIM_OtherPersonInformation_SeeAlso_qualifiers[] =
 15161               {
 15162                   0,
 15163               };
 15164               
 15165               static MetaProperty
 15166 mike  1.1.2.1 _CIM_OtherPersonInformation_SeeAlso =
 15167               {
 15168                   /* flags */
 15169                   META_FLAG_PROPERTY|META_FLAG_READ,
 15170                   /* name */
 15171                   "SeeAlso",
 15172                   /* qualifiers */
 15173                   _CIM_OtherPersonInformation_SeeAlso_qualifiers,
 15174                   /* type */
 15175                   CIMTYPE_STRING,
 15176                   /* subscript */
 15177                   0,
 15178                   /* value */
 15179                   0,
 15180               };
 15181               
 15182               static const char*
 15183               _CIM_OtherPersonInformation_StateOrProvince_qualifiers[] =
 15184               {
 15185                   0,
 15186               };
 15187 mike  1.1.2.1 
 15188               static MetaProperty
 15189               _CIM_OtherPersonInformation_StateOrProvince =
 15190               {
 15191                   /* flags */
 15192                   META_FLAG_PROPERTY|META_FLAG_READ,
 15193                   /* name */
 15194                   "StateOrProvince",
 15195                   /* qualifiers */
 15196                   _CIM_OtherPersonInformation_StateOrProvince_qualifiers,
 15197                   /* type */
 15198                   CIMTYPE_STRING,
 15199                   /* subscript */
 15200                   0,
 15201                   /* value */
 15202                   0,
 15203               };
 15204               
 15205               static const char*
 15206               _CIM_OtherPersonInformation_Street_qualifiers[] =
 15207               {
 15208 mike  1.1.2.1     /* MaxLen */
 15209                   "\030\000\000\000\200",
 15210                   0,
 15211               };
 15212               
 15213               static MetaProperty
 15214               _CIM_OtherPersonInformation_Street =
 15215               {
 15216                   /* flags */
 15217                   META_FLAG_PROPERTY|META_FLAG_READ,
 15218                   /* name */
 15219                   "Street",
 15220                   /* qualifiers */
 15221                   _CIM_OtherPersonInformation_Street_qualifiers,
 15222                   /* type */
 15223                   CIMTYPE_STRING,
 15224                   /* subscript */
 15225                   0,
 15226                   /* value */
 15227                   0,
 15228               };
 15229 mike  1.1.2.1 
 15230               static const char*
 15231               _CIM_OtherPersonInformation_Surname_qualifiers[] =
 15232               {
 15233                   0,
 15234               };
 15235               
 15236               static MetaProperty
 15237               _CIM_OtherPersonInformation_Surname =
 15238               {
 15239                   /* flags */
 15240                   META_FLAG_PROPERTY|META_FLAG_READ,
 15241                   /* name */
 15242                   "Surname",
 15243                   /* qualifiers */
 15244                   _CIM_OtherPersonInformation_Surname_qualifiers,
 15245                   /* type */
 15246                   CIMTYPE_STRING,
 15247                   /* subscript */
 15248                   0,
 15249                   /* value */
 15250 mike  1.1.2.1     0,
 15251               };
 15252               
 15253               static const char*
 15254               _CIM_OtherPersonInformation_TelephoneNumber_qualifiers[] =
 15255               {
 15256                   /* MaxLen */
 15257                   "\030\000\000\000\040",
 15258                   0,
 15259               };
 15260               
 15261               static MetaProperty
 15262               _CIM_OtherPersonInformation_TelephoneNumber =
 15263               {
 15264                   /* flags */
 15265                   META_FLAG_PROPERTY|META_FLAG_READ,
 15266                   /* name */
 15267                   "TelephoneNumber",
 15268                   /* qualifiers */
 15269                   _CIM_OtherPersonInformation_TelephoneNumber_qualifiers,
 15270                   /* type */
 15271 mike  1.1.2.1     CIMTYPE_STRING,
 15272                   /* subscript */
 15273                   0,
 15274                   /* value */
 15275                   0,
 15276               };
 15277               
 15278               static const char*
 15279               _CIM_OtherPersonInformation_TeletexTerminalIdentifier_qualifiers[] =
 15280               {
 15281                   0,
 15282               };
 15283               
 15284               static MetaProperty
 15285               _CIM_OtherPersonInformation_TeletexTerminalIdentifier =
 15286               {
 15287                   /* flags */
 15288                   META_FLAG_PROPERTY|META_FLAG_READ,
 15289                   /* name */
 15290                   "TeletexTerminalIdentifier",
 15291                   /* qualifiers */
 15292 mike  1.1.2.1     _CIM_OtherPersonInformation_TeletexTerminalIdentifier_qualifiers,
 15293                   /* type */
 15294                   CIMTYPE_STRING,
 15295                   /* subscript */
 15296                   0,
 15297                   /* value */
 15298                   0,
 15299               };
 15300               
 15301               static const char*
 15302               _CIM_OtherPersonInformation_TelexNumber_qualifiers[] =
 15303               {
 15304                   0,
 15305               };
 15306               
 15307               static MetaProperty
 15308               _CIM_OtherPersonInformation_TelexNumber =
 15309               {
 15310                   /* flags */
 15311                   META_FLAG_PROPERTY|META_FLAG_READ,
 15312                   /* name */
 15313 mike  1.1.2.1     "TelexNumber",
 15314                   /* qualifiers */
 15315                   _CIM_OtherPersonInformation_TelexNumber_qualifiers,
 15316                   /* type */
 15317                   CIMTYPE_STRING,
 15318                   /* subscript */
 15319                   0,
 15320                   /* value */
 15321                   0,
 15322               };
 15323               
 15324               static const char*
 15325               _CIM_OtherPersonInformation_ThumbnailLogo_qualifiers[] =
 15326               {
 15327                   /* OctetString */
 15328                   "\042\001",
 15329                   0,
 15330               };
 15331               
 15332               static MetaProperty
 15333               _CIM_OtherPersonInformation_ThumbnailLogo =
 15334 mike  1.1.2.1 {
 15335                   /* flags */
 15336                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15337                   /* name */
 15338                   "ThumbnailLogo",
 15339                   /* qualifiers */
 15340                   _CIM_OtherPersonInformation_ThumbnailLogo_qualifiers,
 15341                   /* type */
 15342                   CIMTYPE_STRING,
 15343                   /* subscript */
 15344                   0,
 15345                   /* value */
 15346                   0,
 15347               };
 15348               
 15349               static const char*
 15350               _CIM_OtherPersonInformation_ThumbnailPhoto_qualifiers[] =
 15351               {
 15352                   /* OctetString */
 15353                   "\042\001",
 15354                   0,
 15355 mike  1.1.2.1 };
 15356               
 15357               static MetaProperty
 15358               _CIM_OtherPersonInformation_ThumbnailPhoto =
 15359               {
 15360                   /* flags */
 15361                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15362                   /* name */
 15363                   "ThumbnailPhoto",
 15364                   /* qualifiers */
 15365                   _CIM_OtherPersonInformation_ThumbnailPhoto_qualifiers,
 15366                   /* type */
 15367                   CIMTYPE_STRING,
 15368                   /* subscript */
 15369                   0,
 15370                   /* value */
 15371                   0,
 15372               };
 15373               
 15374               static const char*
 15375               _CIM_OtherPersonInformation_Title_qualifiers[] =
 15376 mike  1.1.2.1 {
 15377                   0,
 15378               };
 15379               
 15380               static MetaProperty
 15381               _CIM_OtherPersonInformation_Title =
 15382               {
 15383                   /* flags */
 15384                   META_FLAG_PROPERTY|META_FLAG_READ,
 15385                   /* name */
 15386                   "Title",
 15387                   /* qualifiers */
 15388                   _CIM_OtherPersonInformation_Title_qualifiers,
 15389                   /* type */
 15390                   CIMTYPE_STRING,
 15391                   /* subscript */
 15392                   0,
 15393                   /* value */
 15394                   0,
 15395               };
 15396               
 15397 mike  1.1.2.1 static const char*
 15398               _CIM_OtherPersonInformation_UserID_qualifiers[] =
 15399               {
 15400                   0,
 15401               };
 15402               
 15403               static MetaProperty
 15404               _CIM_OtherPersonInformation_UserID =
 15405               {
 15406                   /* flags */
 15407                   META_FLAG_PROPERTY|META_FLAG_READ,
 15408                   /* name */
 15409                   "UserID",
 15410                   /* qualifiers */
 15411                   _CIM_OtherPersonInformation_UserID_qualifiers,
 15412                   /* type */
 15413                   CIMTYPE_STRING,
 15414                   /* subscript */
 15415                   0,
 15416                   /* value */
 15417                   0,
 15418 mike  1.1.2.1 };
 15419               
 15420               static const char*
 15421               _CIM_OtherPersonInformation_UniqueIdentifier_qualifiers[] =
 15422               {
 15423                   0,
 15424               };
 15425               
 15426               static MetaProperty
 15427               _CIM_OtherPersonInformation_UniqueIdentifier =
 15428               {
 15429                   /* flags */
 15430                   META_FLAG_PROPERTY|META_FLAG_READ,
 15431                   /* name */
 15432                   "UniqueIdentifier",
 15433                   /* qualifiers */
 15434                   _CIM_OtherPersonInformation_UniqueIdentifier_qualifiers,
 15435                   /* type */
 15436                   CIMTYPE_STRING,
 15437                   /* subscript */
 15438                   0,
 15439 mike  1.1.2.1     /* value */
 15440                   0,
 15441               };
 15442               
 15443               static const char*
 15444               _CIM_OtherPersonInformation_UserCertificate_qualifiers[] =
 15445               {
 15446                   /* OctetString */
 15447                   "\042\001",
 15448                   0,
 15449               };
 15450               
 15451               static MetaProperty
 15452               _CIM_OtherPersonInformation_UserCertificate =
 15453               {
 15454                   /* flags */
 15455                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15456                   /* name */
 15457                   "UserCertificate",
 15458                   /* qualifiers */
 15459                   _CIM_OtherPersonInformation_UserCertificate_qualifiers,
 15460 mike  1.1.2.1     /* type */
 15461                   CIMTYPE_STRING,
 15462                   /* subscript */
 15463                   0,
 15464                   /* value */
 15465                   0,
 15466               };
 15467               
 15468               static const char*
 15469               _CIM_OtherPersonInformation_UserPassword_qualifiers[] =
 15470               {
 15471                   /* OctetString */
 15472                   "\042\001",
 15473                   0,
 15474               };
 15475               
 15476               static MetaProperty
 15477               _CIM_OtherPersonInformation_UserPassword =
 15478               {
 15479                   /* flags */
 15480                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15481 mike  1.1.2.1     /* name */
 15482                   "UserPassword",
 15483                   /* qualifiers */
 15484                   _CIM_OtherPersonInformation_UserPassword_qualifiers,
 15485                   /* type */
 15486                   CIMTYPE_STRING,
 15487                   /* subscript */
 15488                   0,
 15489                   /* value */
 15490                   0,
 15491               };
 15492               
 15493               static const char*
 15494               _CIM_OtherPersonInformation_UserPKCS12_qualifiers[] =
 15495               {
 15496                   /* OctetString */
 15497                   "\042\001",
 15498                   0,
 15499               };
 15500               
 15501               static MetaProperty
 15502 mike  1.1.2.1 _CIM_OtherPersonInformation_UserPKCS12 =
 15503               {
 15504                   /* flags */
 15505                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15506                   /* name */
 15507                   "UserPKCS12",
 15508                   /* qualifiers */
 15509                   _CIM_OtherPersonInformation_UserPKCS12_qualifiers,
 15510                   /* type */
 15511                   CIMTYPE_STRING,
 15512                   /* subscript */
 15513                   0,
 15514                   /* value */
 15515                   0,
 15516               };
 15517               
 15518               static const char*
 15519               _CIM_OtherPersonInformation_UserSMIMECertificate_qualifiers[] =
 15520               {
 15521                   /* OctetString */
 15522                   "\042\001",
 15523 mike  1.1.2.1     0,
 15524               };
 15525               
 15526               static MetaProperty
 15527               _CIM_OtherPersonInformation_UserSMIMECertificate =
 15528               {
 15529                   /* flags */
 15530                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15531                   /* name */
 15532                   "UserSMIMECertificate",
 15533                   /* qualifiers */
 15534                   _CIM_OtherPersonInformation_UserSMIMECertificate_qualifiers,
 15535                   /* type */
 15536                   CIMTYPE_STRING,
 15537                   /* subscript */
 15538                   0,
 15539                   /* value */
 15540                   0,
 15541               };
 15542               
 15543               static const char*
 15544 mike  1.1.2.1 _CIM_OtherPersonInformation_X121Address_qualifiers[] =
 15545               {
 15546                   /* MaxLen */
 15547                   "\030\000\000\000\017",
 15548                   0,
 15549               };
 15550               
 15551               static MetaProperty
 15552               _CIM_OtherPersonInformation_X121Address =
 15553               {
 15554                   /* flags */
 15555                   META_FLAG_PROPERTY|META_FLAG_READ,
 15556                   /* name */
 15557                   "X121Address",
 15558                   /* qualifiers */
 15559                   _CIM_OtherPersonInformation_X121Address_qualifiers,
 15560                   /* type */
 15561                   CIMTYPE_STRING,
 15562                   /* subscript */
 15563                   0,
 15564                   /* value */
 15565 mike  1.1.2.1     0,
 15566               };
 15567               
 15568               static const char*
 15569               _CIM_OtherPersonInformation_X500UniqueIdentifier_qualifiers[] =
 15570               {
 15571                   /* OctetString */
 15572                   "\042\001",
 15573                   0,
 15574               };
 15575               
 15576               static MetaProperty
 15577               _CIM_OtherPersonInformation_X500UniqueIdentifier =
 15578               {
 15579                   /* flags */
 15580                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15581                   /* name */
 15582                   "X500UniqueIdentifier",
 15583                   /* qualifiers */
 15584                   _CIM_OtherPersonInformation_X500UniqueIdentifier_qualifiers,
 15585                   /* type */
 15586 mike  1.1.2.1     CIMTYPE_STRING,
 15587                   /* subscript */
 15588                   0,
 15589                   /* value */
 15590                   0,
 15591               };
 15592               
 15593               static MetaFeature*
 15594               _CIM_OtherPersonInformation_features[] =
 15595               {
 15596                   (MetaFeature*)&_CIM_OtherPersonInformation_CreationClassName,
 15597                   (MetaFeature*)&_CIM_OtherPersonInformation_Name,
 15598                   (MetaFeature*)&_CIM_OtherPersonInformation_ObjectClass,
 15599                   (MetaFeature*)&_CIM_OtherPersonInformation_Audio,
 15600                   (MetaFeature*)&_CIM_OtherPersonInformation_BusinessCategory,
 15601                   (MetaFeature*)&_CIM_OtherPersonInformation_CarLicense,
 15602                   (MetaFeature*)&_CIM_OtherPersonInformation_CommonName,
 15603                   (MetaFeature*)&_CIM_OtherPersonInformation_CountryName,
 15604                   (MetaFeature*)&_CIM_OtherPersonInformation_DepartmentNumber,
 15605                   (MetaFeature*)&_CIM_OtherPersonInformation_Descriptions,
 15606                   (MetaFeature*)&_CIM_OtherPersonInformation_DestinationIndicator,
 15607 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_DisplayName,
 15608                   (MetaFeature*)&_CIM_OtherPersonInformation_EmployeeNumber,
 15609                   (MetaFeature*)&_CIM_OtherPersonInformation_EmployeeType,
 15610                   (MetaFeature*)&_CIM_OtherPersonInformation_FacsimileTelephoneNumber,
 15611                   (MetaFeature*)&_CIM_OtherPersonInformation_GenerationQualifier,
 15612                   (MetaFeature*)&_CIM_OtherPersonInformation_GivenName,
 15613                   (MetaFeature*)&_CIM_OtherPersonInformation_HomeFax,
 15614                   (MetaFeature*)&_CIM_OtherPersonInformation_HomePhone,
 15615                   (MetaFeature*)&_CIM_OtherPersonInformation_HomePostalAddress,
 15616                   (MetaFeature*)&_CIM_OtherPersonInformation_Initials,
 15617                   (MetaFeature*)&_CIM_OtherPersonInformation_InternationaliSDNNumber,
 15618                   (MetaFeature*)&_CIM_OtherPersonInformation_JPEGPhoto,
 15619                   (MetaFeature*)&_CIM_OtherPersonInformation_LabeledURI,
 15620                   (MetaFeature*)&_CIM_OtherPersonInformation_LocalityName,
 15621                   (MetaFeature*)&_CIM_OtherPersonInformation_Mail,
 15622                   (MetaFeature*)&_CIM_OtherPersonInformation_Manager,
 15623                   (MetaFeature*)&_CIM_OtherPersonInformation_MiddleName,
 15624                   (MetaFeature*)&_CIM_OtherPersonInformation_Mobile,
 15625                   (MetaFeature*)&_CIM_OtherPersonInformation_OrganizationName,
 15626                   (MetaFeature*)&_CIM_OtherPersonInformation_OrganizationalStatus,
 15627                   (MetaFeature*)&_CIM_OtherPersonInformation_OtherMailbox,
 15628 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_OU,
 15629                   (MetaFeature*)&_CIM_OtherPersonInformation_Pager,
 15630                   (MetaFeature*)&_CIM_OtherPersonInformation_PersonalTitle,
 15631                   (MetaFeature*)&_CIM_OtherPersonInformation_Photo,
 15632                   (MetaFeature*)&_CIM_OtherPersonInformation_PhysicalDeliveryOfficeName,
 15633                   (MetaFeature*)&_CIM_OtherPersonInformation_PostalAddress,
 15634                   (MetaFeature*)&_CIM_OtherPersonInformation_PostalCode,
 15635                   (MetaFeature*)&_CIM_OtherPersonInformation_PostOfficeBox,
 15636                   (MetaFeature*)&_CIM_OtherPersonInformation_PreferredDeliveryMethod,
 15637                   (MetaFeature*)&_CIM_OtherPersonInformation_PreferredLanguage,
 15638                   (MetaFeature*)&_CIM_OtherPersonInformation_RegisteredAddress,
 15639                   (MetaFeature*)&_CIM_OtherPersonInformation_RoomNumber,
 15640                   (MetaFeature*)&_CIM_OtherPersonInformation_Secretary,
 15641                   (MetaFeature*)&_CIM_OtherPersonInformation_SeeAlso,
 15642                   (MetaFeature*)&_CIM_OtherPersonInformation_StateOrProvince,
 15643                   (MetaFeature*)&_CIM_OtherPersonInformation_Street,
 15644                   (MetaFeature*)&_CIM_OtherPersonInformation_Surname,
 15645                   (MetaFeature*)&_CIM_OtherPersonInformation_TelephoneNumber,
 15646                   (MetaFeature*)&_CIM_OtherPersonInformation_TeletexTerminalIdentifier,
 15647                   (MetaFeature*)&_CIM_OtherPersonInformation_TelexNumber,
 15648                   (MetaFeature*)&_CIM_OtherPersonInformation_ThumbnailLogo,
 15649 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_ThumbnailPhoto,
 15650                   (MetaFeature*)&_CIM_OtherPersonInformation_Title,
 15651                   (MetaFeature*)&_CIM_OtherPersonInformation_UserID,
 15652                   (MetaFeature*)&_CIM_OtherPersonInformation_UniqueIdentifier,
 15653                   (MetaFeature*)&_CIM_OtherPersonInformation_UserCertificate,
 15654                   (MetaFeature*)&_CIM_OtherPersonInformation_UserPassword,
 15655                   (MetaFeature*)&_CIM_OtherPersonInformation_UserPKCS12,
 15656                   (MetaFeature*)&_CIM_OtherPersonInformation_UserSMIMECertificate,
 15657                   (MetaFeature*)&_CIM_OtherPersonInformation_X121Address,
 15658                   (MetaFeature*)&_CIM_OtherPersonInformation_X500UniqueIdentifier,
 15659                   0,
 15660               };
 15661               
 15662               static const char*
 15663               __root_cimv2_CIM_OtherPersonInformation_qualifiers[] =
 15664               {
 15665                   /* UMLPackagePath */
 15666                   "\057CIM::User::Org",
 15667                   /* Version */
 15668                   "\0632.7.0",
 15669                   0,
 15670 mike  1.1.2.1 };
 15671               
 15672               MetaClass
 15673               __root_cimv2_CIM_OtherPersonInformation =
 15674               {
 15675                   /* flags */
 15676                   META_FLAG_CLASS,
 15677                   /* name */
 15678                   "CIM_OtherPersonInformation",
 15679                   /* qualifiers */
 15680                   __root_cimv2_CIM_OtherPersonInformation_qualifiers,
 15681                   /* super */
 15682                   &__root_cimv2_CIM_ManagedElement,
 15683                   /* features */
 15684                   _CIM_OtherPersonInformation_features,
 15685               };
 15686               
 15687               //==============================================================================
 15688               //
 15689               // Class: CIM_OtherRoleInformation
 15690               //
 15691 mike  1.1.2.1 //==============================================================================
 15692               
 15693               static const char*
 15694               _CIM_OtherRoleInformation_CreationClassName_qualifiers[] =
 15695               {
 15696                   /* Key */
 15697                   "\025\001",
 15698                   /* MaxLen */
 15699                   "\030\000\000\001\000",
 15700                   0,
 15701               };
 15702               
 15703               static MetaProperty
 15704               _CIM_OtherRoleInformation_CreationClassName =
 15705               {
 15706                   /* flags */
 15707                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 15708                   /* name */
 15709                   "CreationClassName",
 15710                   /* qualifiers */
 15711                   _CIM_OtherRoleInformation_CreationClassName_qualifiers,
 15712 mike  1.1.2.1     /* type */
 15713                   CIMTYPE_STRING,
 15714                   /* subscript */
 15715                   -1,
 15716                   /* value */
 15717                   0,
 15718               };
 15719               
 15720               static const char*
 15721               _CIM_OtherRoleInformation_Name_qualifiers[] =
 15722               {
 15723                   /* Key */
 15724                   "\025\001",
 15725                   /* MaxLen */
 15726                   "\030\000\000\004\000",
 15727                   0,
 15728               };
 15729               
 15730               static MetaProperty
 15731               _CIM_OtherRoleInformation_Name =
 15732               {
 15733 mike  1.1.2.1     /* flags */
 15734                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 15735                   /* name */
 15736                   "Name",
 15737                   /* qualifiers */
 15738                   _CIM_OtherRoleInformation_Name_qualifiers,
 15739                   /* type */
 15740                   CIMTYPE_STRING,
 15741                   /* subscript */
 15742                   -1,
 15743                   /* value */
 15744                   0,
 15745               };
 15746               
 15747               static const char*
 15748               _CIM_OtherRoleInformation_ObjectClass_qualifiers[] =
 15749               {
 15750                   0,
 15751               };
 15752               
 15753               static MetaProperty
 15754 mike  1.1.2.1 _CIM_OtherRoleInformation_ObjectClass =
 15755               {
 15756                   /* flags */
 15757                   META_FLAG_PROPERTY|META_FLAG_READ,
 15758                   /* name */
 15759                   "ObjectClass",
 15760                   /* qualifiers */
 15761                   _CIM_OtherRoleInformation_ObjectClass_qualifiers,
 15762                   /* type */
 15763                   CIMTYPE_STRING,
 15764                   /* subscript */
 15765                   0,
 15766                   /* value */
 15767                   0,
 15768               };
 15769               
 15770               static const char*
 15771               _CIM_OtherRoleInformation_BusinessCategory_qualifiers[] =
 15772               {
 15773                   /* MaxLen */
 15774                   "\030\000\000\000\200",
 15775 mike  1.1.2.1     0,
 15776               };
 15777               
 15778               static MetaProperty
 15779               _CIM_OtherRoleInformation_BusinessCategory =
 15780               {
 15781                   /* flags */
 15782                   META_FLAG_PROPERTY|META_FLAG_READ,
 15783                   /* name */
 15784                   "BusinessCategory",
 15785                   /* qualifiers */
 15786                   _CIM_OtherRoleInformation_BusinessCategory_qualifiers,
 15787                   /* type */
 15788                   CIMTYPE_STRING,
 15789                   /* subscript */
 15790                   0,
 15791                   /* value */
 15792                   0,
 15793               };
 15794               
 15795               static const char*
 15796 mike  1.1.2.1 _CIM_OtherRoleInformation_CommonName_qualifiers[] =
 15797               {
 15798                   0,
 15799               };
 15800               
 15801               static MetaProperty
 15802               _CIM_OtherRoleInformation_CommonName =
 15803               {
 15804                   /* flags */
 15805                   META_FLAG_PROPERTY|META_FLAG_READ,
 15806                   /* name */
 15807                   "CommonName",
 15808                   /* qualifiers */
 15809                   _CIM_OtherRoleInformation_CommonName_qualifiers,
 15810                   /* type */
 15811                   CIMTYPE_STRING,
 15812                   /* subscript */
 15813                   0,
 15814                   /* value */
 15815                   0,
 15816               };
 15817 mike  1.1.2.1 
 15818               static const char*
 15819               _CIM_OtherRoleInformation_Descriptions_qualifiers[] =
 15820               {
 15821                   /* MaxLen */
 15822                   "\030\000\000\004\000",
 15823                   0,
 15824               };
 15825               
 15826               static MetaProperty
 15827               _CIM_OtherRoleInformation_Descriptions =
 15828               {
 15829                   /* flags */
 15830                   META_FLAG_PROPERTY|META_FLAG_READ,
 15831                   /* name */
 15832                   "Descriptions",
 15833                   /* qualifiers */
 15834                   _CIM_OtherRoleInformation_Descriptions_qualifiers,
 15835                   /* type */
 15836                   CIMTYPE_STRING,
 15837                   /* subscript */
 15838 mike  1.1.2.1     0,
 15839                   /* value */
 15840                   0,
 15841               };
 15842               
 15843               static const char*
 15844               _CIM_OtherRoleInformation_DestinationIndicator_qualifiers[] =
 15845               {
 15846                   /* MaxLen */
 15847                   "\030\000\000\000\200",
 15848                   0,
 15849               };
 15850               
 15851               static MetaProperty
 15852               _CIM_OtherRoleInformation_DestinationIndicator =
 15853               {
 15854                   /* flags */
 15855                   META_FLAG_PROPERTY|META_FLAG_READ,
 15856                   /* name */
 15857                   "DestinationIndicator",
 15858                   /* qualifiers */
 15859 mike  1.1.2.1     _CIM_OtherRoleInformation_DestinationIndicator_qualifiers,
 15860                   /* type */
 15861                   CIMTYPE_STRING,
 15862                   /* subscript */
 15863                   0,
 15864                   /* value */
 15865                   0,
 15866               };
 15867               
 15868               static const char*
 15869               _CIM_OtherRoleInformation_FacsimileTelephoneNumber_qualifiers[] =
 15870               {
 15871                   0,
 15872               };
 15873               
 15874               static MetaProperty
 15875               _CIM_OtherRoleInformation_FacsimileTelephoneNumber =
 15876               {
 15877                   /* flags */
 15878                   META_FLAG_PROPERTY|META_FLAG_READ,
 15879                   /* name */
 15880 mike  1.1.2.1     "FacsimileTelephoneNumber",
 15881                   /* qualifiers */
 15882                   _CIM_OtherRoleInformation_FacsimileTelephoneNumber_qualifiers,
 15883                   /* type */
 15884                   CIMTYPE_STRING,
 15885                   /* subscript */
 15886                   0,
 15887                   /* value */
 15888                   0,
 15889               };
 15890               
 15891               static const char*
 15892               _CIM_OtherRoleInformation_InternationaliSDNNumber_qualifiers[] =
 15893               {
 15894                   /* MaxLen */
 15895                   "\030\000\000\000\020",
 15896                   0,
 15897               };
 15898               
 15899               static MetaProperty
 15900               _CIM_OtherRoleInformation_InternationaliSDNNumber =
 15901 mike  1.1.2.1 {
 15902                   /* flags */
 15903                   META_FLAG_PROPERTY|META_FLAG_READ,
 15904                   /* name */
 15905                   "InternationaliSDNNumber",
 15906                   /* qualifiers */
 15907                   _CIM_OtherRoleInformation_InternationaliSDNNumber_qualifiers,
 15908                   /* type */
 15909                   CIMTYPE_STRING,
 15910                   /* subscript */
 15911                   0,
 15912                   /* value */
 15913                   0,
 15914               };
 15915               
 15916               static const char*
 15917               _CIM_OtherRoleInformation_OU_qualifiers[] =
 15918               {
 15919                   0,
 15920               };
 15921               
 15922 mike  1.1.2.1 static MetaProperty
 15923               _CIM_OtherRoleInformation_OU =
 15924               {
 15925                   /* flags */
 15926                   META_FLAG_PROPERTY|META_FLAG_READ,
 15927                   /* name */
 15928                   "OU",
 15929                   /* qualifiers */
 15930                   _CIM_OtherRoleInformation_OU_qualifiers,
 15931                   /* type */
 15932                   CIMTYPE_STRING,
 15933                   /* subscript */
 15934                   0,
 15935                   /* value */
 15936                   0,
 15937               };
 15938               
 15939               static const char*
 15940               _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 15941               {
 15942                   /* MaxLen */
 15943 mike  1.1.2.1     "\030\000\000\000\200",
 15944                   0,
 15945               };
 15946               
 15947               static MetaProperty
 15948               _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName =
 15949               {
 15950                   /* flags */
 15951                   META_FLAG_PROPERTY|META_FLAG_READ,
 15952                   /* name */
 15953                   "PhysicalDeliveryOfficeName",
 15954                   /* qualifiers */
 15955                   _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName_qualifiers,
 15956                   /* type */
 15957                   CIMTYPE_STRING,
 15958                   /* subscript */
 15959                   0,
 15960                   /* value */
 15961                   0,
 15962               };
 15963               
 15964 mike  1.1.2.1 static const char*
 15965               _CIM_OtherRoleInformation_PostalAddress_qualifiers[] =
 15966               {
 15967                   0,
 15968               };
 15969               
 15970               static MetaProperty
 15971               _CIM_OtherRoleInformation_PostalAddress =
 15972               {
 15973                   /* flags */
 15974                   META_FLAG_PROPERTY|META_FLAG_READ,
 15975                   /* name */
 15976                   "PostalAddress",
 15977                   /* qualifiers */
 15978                   _CIM_OtherRoleInformation_PostalAddress_qualifiers,
 15979                   /* type */
 15980                   CIMTYPE_STRING,
 15981                   /* subscript */
 15982                   0,
 15983                   /* value */
 15984                   0,
 15985 mike  1.1.2.1 };
 15986               
 15987               static const char*
 15988               _CIM_OtherRoleInformation_PostalCode_qualifiers[] =
 15989               {
 15990                   /* MaxLen */
 15991                   "\030\000\000\000\050",
 15992                   0,
 15993               };
 15994               
 15995               static MetaProperty
 15996               _CIM_OtherRoleInformation_PostalCode =
 15997               {
 15998                   /* flags */
 15999                   META_FLAG_PROPERTY|META_FLAG_READ,
 16000                   /* name */
 16001                   "PostalCode",
 16002                   /* qualifiers */
 16003                   _CIM_OtherRoleInformation_PostalCode_qualifiers,
 16004                   /* type */
 16005                   CIMTYPE_STRING,
 16006 mike  1.1.2.1     /* subscript */
 16007                   0,
 16008                   /* value */
 16009                   0,
 16010               };
 16011               
 16012               static const char*
 16013               _CIM_OtherRoleInformation_PostOfficeBox_qualifiers[] =
 16014               {
 16015                   /* MaxLen */
 16016                   "\030\000\000\000\050",
 16017                   0,
 16018               };
 16019               
 16020               static MetaProperty
 16021               _CIM_OtherRoleInformation_PostOfficeBox =
 16022               {
 16023                   /* flags */
 16024                   META_FLAG_PROPERTY|META_FLAG_READ,
 16025                   /* name */
 16026                   "PostOfficeBox",
 16027 mike  1.1.2.1     /* qualifiers */
 16028                   _CIM_OtherRoleInformation_PostOfficeBox_qualifiers,
 16029                   /* type */
 16030                   CIMTYPE_STRING,
 16031                   /* subscript */
 16032                   0,
 16033                   /* value */
 16034                   0,
 16035               };
 16036               
 16037               static const char*
 16038               _CIM_OtherRoleInformation_PreferredDeliveryMethod_qualifiers[] =
 16039               {
 16040                   0,
 16041               };
 16042               
 16043               static MetaProperty
 16044               _CIM_OtherRoleInformation_PreferredDeliveryMethod =
 16045               {
 16046                   /* flags */
 16047                   META_FLAG_PROPERTY|META_FLAG_READ,
 16048 mike  1.1.2.1     /* name */
 16049                   "PreferredDeliveryMethod",
 16050                   /* qualifiers */
 16051                   _CIM_OtherRoleInformation_PreferredDeliveryMethod_qualifiers,
 16052                   /* type */
 16053                   CIMTYPE_STRING,
 16054                   /* subscript */
 16055                   -1,
 16056                   /* value */
 16057                   0,
 16058               };
 16059               
 16060               static const char*
 16061               _CIM_OtherRoleInformation_RegisteredAddress_qualifiers[] =
 16062               {
 16063                   0,
 16064               };
 16065               
 16066               static MetaProperty
 16067               _CIM_OtherRoleInformation_RegisteredAddress =
 16068               {
 16069 mike  1.1.2.1     /* flags */
 16070                   META_FLAG_PROPERTY|META_FLAG_READ,
 16071                   /* name */
 16072                   "RegisteredAddress",
 16073                   /* qualifiers */
 16074                   _CIM_OtherRoleInformation_RegisteredAddress_qualifiers,
 16075                   /* type */
 16076                   CIMTYPE_STRING,
 16077                   /* subscript */
 16078                   0,
 16079                   /* value */
 16080                   0,
 16081               };
 16082               
 16083               static const char*
 16084               _CIM_OtherRoleInformation_SeeAlso_qualifiers[] =
 16085               {
 16086                   0,
 16087               };
 16088               
 16089               static MetaProperty
 16090 mike  1.1.2.1 _CIM_OtherRoleInformation_SeeAlso =
 16091               {
 16092                   /* flags */
 16093                   META_FLAG_PROPERTY|META_FLAG_READ,
 16094                   /* name */
 16095                   "SeeAlso",
 16096                   /* qualifiers */
 16097                   _CIM_OtherRoleInformation_SeeAlso_qualifiers,
 16098                   /* type */
 16099                   CIMTYPE_STRING,
 16100                   /* subscript */
 16101                   0,
 16102                   /* value */
 16103                   0,
 16104               };
 16105               
 16106               static const char*
 16107               _CIM_OtherRoleInformation_StateOrProvince_qualifiers[] =
 16108               {
 16109                   0,
 16110               };
 16111 mike  1.1.2.1 
 16112               static MetaProperty
 16113               _CIM_OtherRoleInformation_StateOrProvince =
 16114               {
 16115                   /* flags */
 16116                   META_FLAG_PROPERTY|META_FLAG_READ,
 16117                   /* name */
 16118                   "StateOrProvince",
 16119                   /* qualifiers */
 16120                   _CIM_OtherRoleInformation_StateOrProvince_qualifiers,
 16121                   /* type */
 16122                   CIMTYPE_STRING,
 16123                   /* subscript */
 16124                   0,
 16125                   /* value */
 16126                   0,
 16127               };
 16128               
 16129               static const char*
 16130               _CIM_OtherRoleInformation_Street_qualifiers[] =
 16131               {
 16132 mike  1.1.2.1     /* MaxLen */
 16133                   "\030\000\000\000\200",
 16134                   0,
 16135               };
 16136               
 16137               static MetaProperty
 16138               _CIM_OtherRoleInformation_Street =
 16139               {
 16140                   /* flags */
 16141                   META_FLAG_PROPERTY|META_FLAG_READ,
 16142                   /* name */
 16143                   "Street",
 16144                   /* qualifiers */
 16145                   _CIM_OtherRoleInformation_Street_qualifiers,
 16146                   /* type */
 16147                   CIMTYPE_STRING,
 16148                   /* subscript */
 16149                   0,
 16150                   /* value */
 16151                   0,
 16152               };
 16153 mike  1.1.2.1 
 16154               static const char*
 16155               _CIM_OtherRoleInformation_TelephoneNumber_qualifiers[] =
 16156               {
 16157                   /* MaxLen */
 16158                   "\030\000\000\000\040",
 16159                   0,
 16160               };
 16161               
 16162               static MetaProperty
 16163               _CIM_OtherRoleInformation_TelephoneNumber =
 16164               {
 16165                   /* flags */
 16166                   META_FLAG_PROPERTY|META_FLAG_READ,
 16167                   /* name */
 16168                   "TelephoneNumber",
 16169                   /* qualifiers */
 16170                   _CIM_OtherRoleInformation_TelephoneNumber_qualifiers,
 16171                   /* type */
 16172                   CIMTYPE_STRING,
 16173                   /* subscript */
 16174 mike  1.1.2.1     0,
 16175                   /* value */
 16176                   0,
 16177               };
 16178               
 16179               static const char*
 16180               _CIM_OtherRoleInformation_TeletexTerminalIdentifier_qualifiers[] =
 16181               {
 16182                   0,
 16183               };
 16184               
 16185               static MetaProperty
 16186               _CIM_OtherRoleInformation_TeletexTerminalIdentifier =
 16187               {
 16188                   /* flags */
 16189                   META_FLAG_PROPERTY|META_FLAG_READ,
 16190                   /* name */
 16191                   "TeletexTerminalIdentifier",
 16192                   /* qualifiers */
 16193                   _CIM_OtherRoleInformation_TeletexTerminalIdentifier_qualifiers,
 16194                   /* type */
 16195 mike  1.1.2.1     CIMTYPE_STRING,
 16196                   /* subscript */
 16197                   0,
 16198                   /* value */
 16199                   0,
 16200               };
 16201               
 16202               static const char*
 16203               _CIM_OtherRoleInformation_TelexNumber_qualifiers[] =
 16204               {
 16205                   0,
 16206               };
 16207               
 16208               static MetaProperty
 16209               _CIM_OtherRoleInformation_TelexNumber =
 16210               {
 16211                   /* flags */
 16212                   META_FLAG_PROPERTY|META_FLAG_READ,
 16213                   /* name */
 16214                   "TelexNumber",
 16215                   /* qualifiers */
 16216 mike  1.1.2.1     _CIM_OtherRoleInformation_TelexNumber_qualifiers,
 16217                   /* type */
 16218                   CIMTYPE_STRING,
 16219                   /* subscript */
 16220                   0,
 16221                   /* value */
 16222                   0,
 16223               };
 16224               
 16225               static const char*
 16226               _CIM_OtherRoleInformation_X121Address_qualifiers[] =
 16227               {
 16228                   /* MaxLen */
 16229                   "\030\000\000\000\017",
 16230                   0,
 16231               };
 16232               
 16233               static MetaProperty
 16234               _CIM_OtherRoleInformation_X121Address =
 16235               {
 16236                   /* flags */
 16237 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16238                   /* name */
 16239                   "X121Address",
 16240                   /* qualifiers */
 16241                   _CIM_OtherRoleInformation_X121Address_qualifiers,
 16242                   /* type */
 16243                   CIMTYPE_STRING,
 16244                   /* subscript */
 16245                   0,
 16246                   /* value */
 16247                   0,
 16248               };
 16249               
 16250               static MetaFeature*
 16251               _CIM_OtherRoleInformation_features[] =
 16252               {
 16253                   (MetaFeature*)&_CIM_OtherRoleInformation_CreationClassName,
 16254                   (MetaFeature*)&_CIM_OtherRoleInformation_Name,
 16255                   (MetaFeature*)&_CIM_OtherRoleInformation_ObjectClass,
 16256                   (MetaFeature*)&_CIM_OtherRoleInformation_BusinessCategory,
 16257                   (MetaFeature*)&_CIM_OtherRoleInformation_CommonName,
 16258 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherRoleInformation_Descriptions,
 16259                   (MetaFeature*)&_CIM_OtherRoleInformation_DestinationIndicator,
 16260                   (MetaFeature*)&_CIM_OtherRoleInformation_FacsimileTelephoneNumber,
 16261                   (MetaFeature*)&_CIM_OtherRoleInformation_InternationaliSDNNumber,
 16262                   (MetaFeature*)&_CIM_OtherRoleInformation_OU,
 16263                   (MetaFeature*)&_CIM_OtherRoleInformation_PhysicalDeliveryOfficeName,
 16264                   (MetaFeature*)&_CIM_OtherRoleInformation_PostalAddress,
 16265                   (MetaFeature*)&_CIM_OtherRoleInformation_PostalCode,
 16266                   (MetaFeature*)&_CIM_OtherRoleInformation_PostOfficeBox,
 16267                   (MetaFeature*)&_CIM_OtherRoleInformation_PreferredDeliveryMethod,
 16268                   (MetaFeature*)&_CIM_OtherRoleInformation_RegisteredAddress,
 16269                   (MetaFeature*)&_CIM_OtherRoleInformation_SeeAlso,
 16270                   (MetaFeature*)&_CIM_OtherRoleInformation_StateOrProvince,
 16271                   (MetaFeature*)&_CIM_OtherRoleInformation_Street,
 16272                   (MetaFeature*)&_CIM_OtherRoleInformation_TelephoneNumber,
 16273                   (MetaFeature*)&_CIM_OtherRoleInformation_TeletexTerminalIdentifier,
 16274                   (MetaFeature*)&_CIM_OtherRoleInformation_TelexNumber,
 16275                   (MetaFeature*)&_CIM_OtherRoleInformation_X121Address,
 16276                   0,
 16277               };
 16278               
 16279 mike  1.1.2.1 static const char*
 16280               __root_cimv2_CIM_OtherRoleInformation_qualifiers[] =
 16281               {
 16282                   /* UMLPackagePath */
 16283                   "\057CIM::User::Role",
 16284                   /* Version */
 16285                   "\0632.6.0",
 16286                   0,
 16287               };
 16288               
 16289               MetaClass
 16290               __root_cimv2_CIM_OtherRoleInformation =
 16291               {
 16292                   /* flags */
 16293                   META_FLAG_CLASS,
 16294                   /* name */
 16295                   "CIM_OtherRoleInformation",
 16296                   /* qualifiers */
 16297                   __root_cimv2_CIM_OtherRoleInformation_qualifiers,
 16298                   /* super */
 16299                   &__root_cimv2_CIM_ManagedElement,
 16300 mike  1.1.2.1     /* features */
 16301                   _CIM_OtherRoleInformation_features,
 16302               };
 16303               
 16304               //==============================================================================
 16305               //
 16306               // Class: CIM_ParametersForMethod
 16307               //
 16308               //==============================================================================
 16309               
 16310               static const char*
 16311               _CIM_ParametersForMethod_Parameters_qualifiers[] =
 16312               {
 16313                   /* Key */
 16314                   "\025\001",
 16315                   0,
 16316               };
 16317               
 16318               static MetaReference
 16319               _CIM_ParametersForMethod_Parameters =
 16320               {
 16321 mike  1.1.2.1     /* flags */
 16322                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16323                   /* name */
 16324                   "Parameters",
 16325                   /* qualifiers */
 16326                   _CIM_ParametersForMethod_Parameters_qualifiers,
 16327                   /* subscript */
 16328                   -1,
 16329                   /* refId */
 16330                   &__root_cimv2_CIM_MethodParameters,
 16331               };
 16332               
 16333               static const char*
 16334               _CIM_ParametersForMethod_TheMethod_qualifiers[] =
 16335               {
 16336                   /* Key */
 16337                   "\025\001",
 16338                   0,
 16339               };
 16340               
 16341               static MetaReference
 16342 mike  1.1.2.1 _CIM_ParametersForMethod_TheMethod =
 16343               {
 16344                   /* flags */
 16345                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16346                   /* name */
 16347                   "TheMethod",
 16348                   /* qualifiers */
 16349                   _CIM_ParametersForMethod_TheMethod_qualifiers,
 16350                   /* subscript */
 16351                   -1,
 16352                   /* refId */
 16353                   &__root_cimv2_CIM_ManagedElement,
 16354               };
 16355               
 16356               static const char*
 16357               _CIM_ParametersForMethod_MethodName_qualifiers[] =
 16358               {
 16359                   /* Key */
 16360                   "\025\001",
 16361                   /* MaxLen */
 16362                   "\030\000\000\000\100",
 16363 mike  1.1.2.1     0,
 16364               };
 16365               
 16366               static MetaProperty
 16367               _CIM_ParametersForMethod_MethodName =
 16368               {
 16369                   /* flags */
 16370                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16371                   /* name */
 16372                   "MethodName",
 16373                   /* qualifiers */
 16374                   _CIM_ParametersForMethod_MethodName_qualifiers,
 16375                   /* type */
 16376                   CIMTYPE_STRING,
 16377                   /* subscript */
 16378                   -1,
 16379                   /* value */
 16380                   0,
 16381               };
 16382               
 16383               static MetaFeature*
 16384 mike  1.1.2.1 _CIM_ParametersForMethod_features[] =
 16385               {
 16386                   (MetaFeature*)&_CIM_ParametersForMethod_Parameters,
 16387                   (MetaFeature*)&_CIM_ParametersForMethod_TheMethod,
 16388                   (MetaFeature*)&_CIM_ParametersForMethod_MethodName,
 16389                   0,
 16390               };
 16391               
 16392               static const char*
 16393               __root_cimv2_CIM_ParametersForMethod_qualifiers[] =
 16394               {
 16395                   /* ASSOCIATION */
 16396                   "\000\001",
 16397                   /* UMLPackagePath */
 16398                   "\057CIM::Core::MethodParms",
 16399                   /* Version */
 16400                   "\0632.10.0",
 16401                   0,
 16402               };
 16403               
 16404               MetaClass
 16405 mike  1.1.2.1 __root_cimv2_CIM_ParametersForMethod =
 16406               {
 16407                   /* flags */
 16408                   META_FLAG_ASSOCIATION,
 16409                   /* name */
 16410                   "CIM_ParametersForMethod",
 16411                   /* qualifiers */
 16412                   __root_cimv2_CIM_ParametersForMethod_qualifiers,
 16413                   /* super */
 16414                   0,
 16415                   /* features */
 16416                   _CIM_ParametersForMethod_features,
 16417               };
 16418               
 16419               //==============================================================================
 16420               //
 16421               // Class: CIM_ParameterValueSources
 16422               //
 16423               //==============================================================================
 16424               
 16425               static const char*
 16426 mike  1.1.2.1 _CIM_ParameterValueSources_Parameters_qualifiers[] =
 16427               {
 16428                   /* Key */
 16429                   "\025\001",
 16430                   0,
 16431               };
 16432               
 16433               static MetaReference
 16434               _CIM_ParameterValueSources_Parameters =
 16435               {
 16436                   /* flags */
 16437                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16438                   /* name */
 16439                   "Parameters",
 16440                   /* qualifiers */
 16441                   _CIM_ParameterValueSources_Parameters_qualifiers,
 16442                   /* subscript */
 16443                   -1,
 16444                   /* refId */
 16445                   &__root_cimv2_CIM_MethodParameters,
 16446               };
 16447 mike  1.1.2.1 
 16448               static const char*
 16449               _CIM_ParameterValueSources_ValueSource_qualifiers[] =
 16450               {
 16451                   /* Key */
 16452                   "\025\001",
 16453                   0,
 16454               };
 16455               
 16456               static MetaReference
 16457               _CIM_ParameterValueSources_ValueSource =
 16458               {
 16459                   /* flags */
 16460                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16461                   /* name */
 16462                   "ValueSource",
 16463                   /* qualifiers */
 16464                   _CIM_ParameterValueSources_ValueSource_qualifiers,
 16465                   /* subscript */
 16466                   -1,
 16467                   /* refId */
 16468 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 16469               };
 16470               
 16471               static MetaFeature*
 16472               _CIM_ParameterValueSources_features[] =
 16473               {
 16474                   (MetaFeature*)&_CIM_ParameterValueSources_Parameters,
 16475                   (MetaFeature*)&_CIM_ParameterValueSources_ValueSource,
 16476                   0,
 16477               };
 16478               
 16479               static const char*
 16480               __root_cimv2_CIM_ParameterValueSources_qualifiers[] =
 16481               {
 16482                   /* ASSOCIATION */
 16483                   "\000\001",
 16484                   /* UMLPackagePath */
 16485                   "\057CIM::Core::MethodParms",
 16486                   /* Version */
 16487                   "\0632.10.0",
 16488                   0,
 16489 mike  1.1.2.1 };
 16490               
 16491               MetaClass
 16492               __root_cimv2_CIM_ParameterValueSources =
 16493               {
 16494                   /* flags */
 16495                   META_FLAG_ASSOCIATION,
 16496                   /* name */
 16497                   "CIM_ParameterValueSources",
 16498                   /* qualifiers */
 16499                   __root_cimv2_CIM_ParameterValueSources_qualifiers,
 16500                   /* super */
 16501                   0,
 16502                   /* features */
 16503                   _CIM_ParameterValueSources_features,
 16504               };
 16505               
 16506               //==============================================================================
 16507               //
 16508               // Class: CIM_PhysicalCapacity
 16509               //
 16510 mike  1.1.2.1 //==============================================================================
 16511               
 16512               static const char*
 16513               _CIM_PhysicalCapacity_Name_qualifiers[] =
 16514               {
 16515                   /* MaxLen */
 16516                   "\030\000\000\001\000",
 16517                   0,
 16518               };
 16519               
 16520               static MetaProperty
 16521               _CIM_PhysicalCapacity_Name =
 16522               {
 16523                   /* flags */
 16524                   META_FLAG_PROPERTY|META_FLAG_READ,
 16525                   /* name */
 16526                   "Name",
 16527                   /* qualifiers */
 16528                   _CIM_PhysicalCapacity_Name_qualifiers,
 16529                   /* type */
 16530                   CIMTYPE_STRING,
 16531 mike  1.1.2.1     /* subscript */
 16532                   -1,
 16533                   /* value */
 16534                   0,
 16535               };
 16536               
 16537               static MetaFeature*
 16538               _CIM_PhysicalCapacity_features[] =
 16539               {
 16540                   (MetaFeature*)&_CIM_PhysicalCapacity_Name,
 16541                   0,
 16542               };
 16543               
 16544               static const char*
 16545               __root_cimv2_CIM_PhysicalCapacity_qualifiers[] =
 16546               {
 16547                   /* UMLPackagePath */
 16548                   "\057CIM::Physical::Misc",
 16549                   /* Abstract */
 16550                   "\002\001",
 16551                   /* Version */
 16552 mike  1.1.2.1     "\0632.7.0",
 16553                   0,
 16554               };
 16555               
 16556               MetaClass
 16557               __root_cimv2_CIM_PhysicalCapacity =
 16558               {
 16559                   /* flags */
 16560                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 16561                   /* name */
 16562                   "CIM_PhysicalCapacity",
 16563                   /* qualifiers */
 16564                   __root_cimv2_CIM_PhysicalCapacity_qualifiers,
 16565                   /* super */
 16566                   &__root_cimv2_CIM_ManagedElement,
 16567                   /* features */
 16568                   _CIM_PhysicalCapacity_features,
 16569               };
 16570               
 16571               //==============================================================================
 16572               //
 16573 mike  1.1.2.1 // Class: CIM_PhysicalElement
 16574               //
 16575               //==============================================================================
 16576               
 16577               static const char*
 16578               _CIM_PhysicalElement_Tag_qualifiers[] =
 16579               {
 16580                   /* Key */
 16581                   "\025\001",
 16582                   /* MaxLen */
 16583                   "\030\000\000\001\000",
 16584                   0,
 16585               };
 16586               
 16587               static MetaProperty
 16588               _CIM_PhysicalElement_Tag =
 16589               {
 16590                   /* flags */
 16591                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16592                   /* name */
 16593                   "Tag",
 16594 mike  1.1.2.1     /* qualifiers */
 16595                   _CIM_PhysicalElement_Tag_qualifiers,
 16596                   /* type */
 16597                   CIMTYPE_STRING,
 16598                   /* subscript */
 16599                   -1,
 16600                   /* value */
 16601                   0,
 16602               };
 16603               
 16604               static const char*
 16605               _CIM_PhysicalElement_Description_qualifiers[] =
 16606               {
 16607                   /* Override */
 16608                   "\044Description",
 16609                   /* MappingStrings */
 16610                   "\026\000\001MIF.DMTF|FRU|003.3\000",
 16611                   0,
 16612               };
 16613               
 16614               static MetaProperty
 16615 mike  1.1.2.1 _CIM_PhysicalElement_Description =
 16616               {
 16617                   /* flags */
 16618                   META_FLAG_PROPERTY|META_FLAG_READ,
 16619                   /* name */
 16620                   "Description",
 16621                   /* qualifiers */
 16622                   _CIM_PhysicalElement_Description_qualifiers,
 16623                   /* type */
 16624                   CIMTYPE_STRING,
 16625                   /* subscript */
 16626                   -1,
 16627                   /* value */
 16628                   0,
 16629               };
 16630               
 16631               static const char*
 16632               _CIM_PhysicalElement_CreationClassName_qualifiers[] =
 16633               {
 16634                   /* Key */
 16635                   "\025\001",
 16636 mike  1.1.2.1     /* MaxLen */
 16637                   "\030\000\000\001\000",
 16638                   0,
 16639               };
 16640               
 16641               static MetaProperty
 16642               _CIM_PhysicalElement_CreationClassName =
 16643               {
 16644                   /* flags */
 16645                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16646                   /* name */
 16647                   "CreationClassName",
 16648                   /* qualifiers */
 16649                   _CIM_PhysicalElement_CreationClassName_qualifiers,
 16650                   /* type */
 16651                   CIMTYPE_STRING,
 16652                   /* subscript */
 16653                   -1,
 16654                   /* value */
 16655                   0,
 16656               };
 16657 mike  1.1.2.1 
 16658               static const char*
 16659               _CIM_PhysicalElement_ElementName_qualifiers[] =
 16660               {
 16661                   /* Override */
 16662                   "\044ElementName",
 16663                   /* MappingStrings */
 16664                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalName\000",
 16665                   0,
 16666               };
 16667               
 16668               static MetaProperty
 16669               _CIM_PhysicalElement_ElementName =
 16670               {
 16671                   /* flags */
 16672                   META_FLAG_PROPERTY|META_FLAG_READ,
 16673                   /* name */
 16674                   "ElementName",
 16675                   /* qualifiers */
 16676                   _CIM_PhysicalElement_ElementName_qualifiers,
 16677                   /* type */
 16678 mike  1.1.2.1     CIMTYPE_STRING,
 16679                   /* subscript */
 16680                   -1,
 16681                   /* value */
 16682                   0,
 16683               };
 16684               
 16685               static const char*
 16686               _CIM_PhysicalElement_Manufacturer_qualifiers[] =
 16687               {
 16688                   /* MaxLen */
 16689                   "\030\000\000\001\000",
 16690                   /* MappingStrings */
 16691                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalMfgName\000MIF.DMTF|FRU|003.4\000",
 16692                   0,
 16693               };
 16694               
 16695               static MetaProperty
 16696               _CIM_PhysicalElement_Manufacturer =
 16697               {
 16698                   /* flags */
 16699 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16700                   /* name */
 16701                   "Manufacturer",
 16702                   /* qualifiers */
 16703                   _CIM_PhysicalElement_Manufacturer_qualifiers,
 16704                   /* type */
 16705                   CIMTYPE_STRING,
 16706                   /* subscript */
 16707                   -1,
 16708                   /* value */
 16709                   0,
 16710               };
 16711               
 16712               static const char*
 16713               _CIM_PhysicalElement_Model_qualifiers[] =
 16714               {
 16715                   /* MaxLen */
 16716                   "\030\000\000\001\000",
 16717                   /* MappingStrings */
 16718                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalDescr\000MIF.DMTF|FRU|003.5\000",
 16719                   0,
 16720 mike  1.1.2.1 };
 16721               
 16722               static MetaProperty
 16723               _CIM_PhysicalElement_Model =
 16724               {
 16725                   /* flags */
 16726                   META_FLAG_PROPERTY|META_FLAG_READ,
 16727                   /* name */
 16728                   "Model",
 16729                   /* qualifiers */
 16730                   _CIM_PhysicalElement_Model_qualifiers,
 16731                   /* type */
 16732                   CIMTYPE_STRING,
 16733                   /* subscript */
 16734                   -1,
 16735                   /* value */
 16736                   0,
 16737               };
 16738               
 16739               static const char*
 16740               _CIM_PhysicalElement_SKU_qualifiers[] =
 16741 mike  1.1.2.1 {
 16742                   /* MaxLen */
 16743                   "\030\000\000\000\100",
 16744                   0,
 16745               };
 16746               
 16747               static MetaProperty
 16748               _CIM_PhysicalElement_SKU =
 16749               {
 16750                   /* flags */
 16751                   META_FLAG_PROPERTY|META_FLAG_READ,
 16752                   /* name */
 16753                   "SKU",
 16754                   /* qualifiers */
 16755                   _CIM_PhysicalElement_SKU_qualifiers,
 16756                   /* type */
 16757                   CIMTYPE_STRING,
 16758                   /* subscript */
 16759                   -1,
 16760                   /* value */
 16761                   0,
 16762 mike  1.1.2.1 };
 16763               
 16764               static const char*
 16765               _CIM_PhysicalElement_SerialNumber_qualifiers[] =
 16766               {
 16767                   /* MaxLen */
 16768                   "\030\000\000\001\000",
 16769                   /* MappingStrings */
 16770                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalSerialNum\000MIF.DMTF|FRU|003.7\000",
 16771                   0,
 16772               };
 16773               
 16774               static MetaProperty
 16775               _CIM_PhysicalElement_SerialNumber =
 16776               {
 16777                   /* flags */
 16778                   META_FLAG_PROPERTY|META_FLAG_READ,
 16779                   /* name */
 16780                   "SerialNumber",
 16781                   /* qualifiers */
 16782                   _CIM_PhysicalElement_SerialNumber_qualifiers,
 16783 mike  1.1.2.1     /* type */
 16784                   CIMTYPE_STRING,
 16785                   /* subscript */
 16786                   -1,
 16787                   /* value */
 16788                   0,
 16789               };
 16790               
 16791               static const char*
 16792               _CIM_PhysicalElement_Version_qualifiers[] =
 16793               {
 16794                   /* MaxLen */
 16795                   "\030\000\000\000\100",
 16796                   /* MappingStrings */
 16797                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalHardwareRev\000MIF.DMTF|FRU|003.8\000",
 16798                   0,
 16799               };
 16800               
 16801               static MetaProperty
 16802               _CIM_PhysicalElement_Version =
 16803               {
 16804 mike  1.1.2.1     /* flags */
 16805                   META_FLAG_PROPERTY|META_FLAG_READ,
 16806                   /* name */
 16807                   "Version",
 16808                   /* qualifiers */
 16809                   _CIM_PhysicalElement_Version_qualifiers,
 16810                   /* type */
 16811                   CIMTYPE_STRING,
 16812                   /* subscript */
 16813                   -1,
 16814                   /* value */
 16815                   0,
 16816               };
 16817               
 16818               static const char*
 16819               _CIM_PhysicalElement_PartNumber_qualifiers[] =
 16820               {
 16821                   /* MaxLen */
 16822                   "\030\000\000\001\000",
 16823                   /* MappingStrings */
 16824                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalModelName\000",
 16825 mike  1.1.2.1     0,
 16826               };
 16827               
 16828               static MetaProperty
 16829               _CIM_PhysicalElement_PartNumber =
 16830               {
 16831                   /* flags */
 16832                   META_FLAG_PROPERTY|META_FLAG_READ,
 16833                   /* name */
 16834                   "PartNumber",
 16835                   /* qualifiers */
 16836                   _CIM_PhysicalElement_PartNumber_qualifiers,
 16837                   /* type */
 16838                   CIMTYPE_STRING,
 16839                   /* subscript */
 16840                   -1,
 16841                   /* value */
 16842                   0,
 16843               };
 16844               
 16845               static const char*
 16846 mike  1.1.2.1 _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers[] =
 16847               {
 16848                   /* Write */
 16849                   "\065\001",
 16850                   /* MappingStrings */
 16851                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAlias\000",
 16852                   0,
 16853               };
 16854               
 16855               static MetaProperty
 16856               _CIM_PhysicalElement_OtherIdentifyingInfo =
 16857               {
 16858                   /* flags */
 16859                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 16860                   /* name */
 16861                   "OtherIdentifyingInfo",
 16862                   /* qualifiers */
 16863                   _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers,
 16864                   /* type */
 16865                   CIMTYPE_STRING,
 16866                   /* subscript */
 16867 mike  1.1.2.1     -1,
 16868                   /* value */
 16869                   0,
 16870               };
 16871               
 16872               static const char*
 16873               _CIM_PhysicalElement_PoweredOn_qualifiers[] =
 16874               {
 16875                   0,
 16876               };
 16877               
 16878               static MetaProperty
 16879               _CIM_PhysicalElement_PoweredOn =
 16880               {
 16881                   /* flags */
 16882                   META_FLAG_PROPERTY|META_FLAG_READ,
 16883                   /* name */
 16884                   "PoweredOn",
 16885                   /* qualifiers */
 16886                   _CIM_PhysicalElement_PoweredOn_qualifiers,
 16887                   /* type */
 16888 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 16889                   /* subscript */
 16890                   -1,
 16891                   /* value */
 16892                   0,
 16893               };
 16894               
 16895               static const char*
 16896               _CIM_PhysicalElement_ManufactureDate_qualifiers[] =
 16897               {
 16898                   0,
 16899               };
 16900               
 16901               static MetaProperty
 16902               _CIM_PhysicalElement_ManufactureDate =
 16903               {
 16904                   /* flags */
 16905                   META_FLAG_PROPERTY|META_FLAG_READ,
 16906                   /* name */
 16907                   "ManufactureDate",
 16908                   /* qualifiers */
 16909 mike  1.1.2.1     _CIM_PhysicalElement_ManufactureDate_qualifiers,
 16910                   /* type */
 16911                   CIMTYPE_DATETIME,
 16912                   /* subscript */
 16913                   -1,
 16914                   /* value */
 16915                   0,
 16916               };
 16917               
 16918               static const char*
 16919               _CIM_PhysicalElement_VendorEquipmentType_qualifiers[] =
 16920               {
 16921                   /* MappingStrings */
 16922                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalVendorType\000",
 16923                   0,
 16924               };
 16925               
 16926               static MetaProperty
 16927               _CIM_PhysicalElement_VendorEquipmentType =
 16928               {
 16929                   /* flags */
 16930 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16931                   /* name */
 16932                   "VendorEquipmentType",
 16933                   /* qualifiers */
 16934                   _CIM_PhysicalElement_VendorEquipmentType_qualifiers,
 16935                   /* type */
 16936                   CIMTYPE_STRING,
 16937                   /* subscript */
 16938                   -1,
 16939                   /* value */
 16940                   0,
 16941               };
 16942               
 16943               static const char*
 16944               _CIM_PhysicalElement_UserTracking_qualifiers[] =
 16945               {
 16946                   /* Write */
 16947                   "\065\001",
 16948                   /* MappingStrings */
 16949                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAssetID\000",
 16950                   0,
 16951 mike  1.1.2.1 };
 16952               
 16953               static MetaProperty
 16954               _CIM_PhysicalElement_UserTracking =
 16955               {
 16956                   /* flags */
 16957                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 16958                   /* name */
 16959                   "UserTracking",
 16960                   /* qualifiers */
 16961                   _CIM_PhysicalElement_UserTracking_qualifiers,
 16962                   /* type */
 16963                   CIMTYPE_STRING,
 16964                   /* subscript */
 16965                   -1,
 16966                   /* value */
 16967                   0,
 16968               };
 16969               
 16970               static const char*
 16971               _CIM_PhysicalElement_CanBeFRUed_qualifiers[] =
 16972 mike  1.1.2.1 {
 16973                   /* MappingStrings */
 16974                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalIsFRU\000",
 16975                   0,
 16976               };
 16977               
 16978               static MetaProperty
 16979               _CIM_PhysicalElement_CanBeFRUed =
 16980               {
 16981                   /* flags */
 16982                   META_FLAG_PROPERTY|META_FLAG_READ,
 16983                   /* name */
 16984                   "CanBeFRUed",
 16985                   /* qualifiers */
 16986                   _CIM_PhysicalElement_CanBeFRUed_qualifiers,
 16987                   /* type */
 16988                   CIMTYPE_BOOLEAN,
 16989                   /* subscript */
 16990                   -1,
 16991                   /* value */
 16992                   0,
 16993 mike  1.1.2.1 };
 16994               
 16995               static MetaFeature*
 16996               _CIM_PhysicalElement_features[] =
 16997               {
 16998                   (MetaFeature*)&_CIM_PhysicalElement_Tag,
 16999                   (MetaFeature*)&_CIM_PhysicalElement_Description,
 17000                   (MetaFeature*)&_CIM_PhysicalElement_CreationClassName,
 17001                   (MetaFeature*)&_CIM_PhysicalElement_ElementName,
 17002                   (MetaFeature*)&_CIM_PhysicalElement_Manufacturer,
 17003                   (MetaFeature*)&_CIM_PhysicalElement_Model,
 17004                   (MetaFeature*)&_CIM_PhysicalElement_SKU,
 17005                   (MetaFeature*)&_CIM_PhysicalElement_SerialNumber,
 17006                   (MetaFeature*)&_CIM_PhysicalElement_Version,
 17007                   (MetaFeature*)&_CIM_PhysicalElement_PartNumber,
 17008                   (MetaFeature*)&_CIM_PhysicalElement_OtherIdentifyingInfo,
 17009                   (MetaFeature*)&_CIM_PhysicalElement_PoweredOn,
 17010                   (MetaFeature*)&_CIM_PhysicalElement_ManufactureDate,
 17011                   (MetaFeature*)&_CIM_PhysicalElement_VendorEquipmentType,
 17012                   (MetaFeature*)&_CIM_PhysicalElement_UserTracking,
 17013                   (MetaFeature*)&_CIM_PhysicalElement_CanBeFRUed,
 17014 mike  1.1.2.1     0,
 17015               };
 17016               
 17017               static const char*
 17018               __root_cimv2_CIM_PhysicalElement_qualifiers[] =
 17019               {
 17020                   /* UMLPackagePath */
 17021                   "\057CIM::Core::Physical",
 17022                   /* Abstract */
 17023                   "\002\001",
 17024                   /* Version */
 17025                   "\0632.10.0",
 17026                   0,
 17027               };
 17028               
 17029               MetaClass
 17030               __root_cimv2_CIM_PhysicalElement =
 17031               {
 17032                   /* flags */
 17033                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17034                   /* name */
 17035 mike  1.1.2.1     "CIM_PhysicalElement",
 17036                   /* qualifiers */
 17037                   __root_cimv2_CIM_PhysicalElement_qualifiers,
 17038                   /* super */
 17039                   &__root_cimv2_CIM_ManagedSystemElement,
 17040                   /* features */
 17041                   _CIM_PhysicalElement_features,
 17042               };
 17043               
 17044               //==============================================================================
 17045               //
 17046               // Class: CIM_PhysicalLink
 17047               //
 17048               //==============================================================================
 17049               
 17050               static const char*
 17051               _CIM_PhysicalLink_MaxLength_qualifiers[] =
 17052               {
 17053                   /* Units */
 17054                   "\060Feet",
 17055                   0,
 17056 mike  1.1.2.1 };
 17057               
 17058               static MetaProperty
 17059               _CIM_PhysicalLink_MaxLength =
 17060               {
 17061                   /* flags */
 17062                   META_FLAG_PROPERTY|META_FLAG_READ,
 17063                   /* name */
 17064                   "MaxLength",
 17065                   /* qualifiers */
 17066                   _CIM_PhysicalLink_MaxLength_qualifiers,
 17067                   /* type */
 17068                   CIMTYPE_REAL64,
 17069                   /* subscript */
 17070                   -1,
 17071                   /* value */
 17072                   0,
 17073               };
 17074               
 17075               static const char*
 17076               _CIM_PhysicalLink_Length_qualifiers[] =
 17077 mike  1.1.2.1 {
 17078                   /* Units */
 17079                   "\060Feet",
 17080                   0,
 17081               };
 17082               
 17083               static MetaProperty
 17084               _CIM_PhysicalLink_Length =
 17085               {
 17086                   /* flags */
 17087                   META_FLAG_PROPERTY|META_FLAG_READ,
 17088                   /* name */
 17089                   "Length",
 17090                   /* qualifiers */
 17091                   _CIM_PhysicalLink_Length_qualifiers,
 17092                   /* type */
 17093                   CIMTYPE_REAL64,
 17094                   /* subscript */
 17095                   -1,
 17096                   /* value */
 17097                   0,
 17098 mike  1.1.2.1 };
 17099               
 17100               static const char*
 17101               _CIM_PhysicalLink_Wired_qualifiers[] =
 17102               {
 17103                   0,
 17104               };
 17105               
 17106               static MetaProperty
 17107               _CIM_PhysicalLink_Wired =
 17108               {
 17109                   /* flags */
 17110                   META_FLAG_PROPERTY|META_FLAG_READ,
 17111                   /* name */
 17112                   "Wired",
 17113                   /* qualifiers */
 17114                   _CIM_PhysicalLink_Wired_qualifiers,
 17115                   /* type */
 17116                   CIMTYPE_BOOLEAN,
 17117                   /* subscript */
 17118                   -1,
 17119 mike  1.1.2.1     /* value */
 17120                   0,
 17121               };
 17122               
 17123               static const char*
 17124               _CIM_PhysicalLink_MediaType_qualifiers[] =
 17125               {
 17126                   /* ValueMap */
 17127                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
 17128                   /* Values */
 17129                   "\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",
 17130                   /* MappingStrings */
 17131                   "\026\000\001MIF.DMTF|Fibre Channel Bus Port Extensions|001.4\000",
 17132                   0,
 17133               };
 17134               
 17135               static MetaProperty
 17136               _CIM_PhysicalLink_MediaType =
 17137               {
 17138                   /* flags */
 17139                   META_FLAG_PROPERTY|META_FLAG_READ,
 17140 mike  1.1.2.1     /* name */
 17141                   "MediaType",
 17142                   /* qualifiers */
 17143                   _CIM_PhysicalLink_MediaType_qualifiers,
 17144                   /* type */
 17145                   CIMTYPE_UINT16,
 17146                   /* subscript */
 17147                   -1,
 17148                   /* value */
 17149                   0,
 17150               };
 17151               
 17152               static MetaFeature*
 17153               _CIM_PhysicalLink_features[] =
 17154               {
 17155                   (MetaFeature*)&_CIM_PhysicalLink_MaxLength,
 17156                   (MetaFeature*)&_CIM_PhysicalLink_Length,
 17157                   (MetaFeature*)&_CIM_PhysicalLink_Wired,
 17158                   (MetaFeature*)&_CIM_PhysicalLink_MediaType,
 17159                   0,
 17160               };
 17161 mike  1.1.2.1 
 17162               static const char*
 17163               __root_cimv2_CIM_PhysicalLink_qualifiers[] =
 17164               {
 17165                   /* UMLPackagePath */
 17166                   "\057CIM::Physical::Link",
 17167                   /* Version */
 17168                   "\0632.8.0",
 17169                   0,
 17170               };
 17171               
 17172               MetaClass
 17173               __root_cimv2_CIM_PhysicalLink =
 17174               {
 17175                   /* flags */
 17176                   META_FLAG_CLASS,
 17177                   /* name */
 17178                   "CIM_PhysicalLink",
 17179                   /* qualifiers */
 17180                   __root_cimv2_CIM_PhysicalLink_qualifiers,
 17181                   /* super */
 17182 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
 17183                   /* features */
 17184                   _CIM_PhysicalLink_features,
 17185               };
 17186               
 17187               //==============================================================================
 17188               //
 17189               // Class: CIM_PhysicalPackage
 17190               //
 17191               //==============================================================================
 17192               
 17193               static const char*
 17194               _CIM_PhysicalPackage_RemovalConditions_qualifiers[] =
 17195               {
 17196                   /* ValueMap */
 17197                   "\061\000\0040\0002\0003\0004\000",
 17198                   /* Values */
 17199                   "\062\000\004Unknown\000Not Applicable\000Removable when off\000Removable when on or off\000",
 17200                   0,
 17201               };
 17202               
 17203 mike  1.1.2.1 static MetaProperty
 17204               _CIM_PhysicalPackage_RemovalConditions =
 17205               {
 17206                   /* flags */
 17207                   META_FLAG_PROPERTY|META_FLAG_READ,
 17208                   /* name */
 17209                   "RemovalConditions",
 17210                   /* qualifiers */
 17211                   _CIM_PhysicalPackage_RemovalConditions_qualifiers,
 17212                   /* type */
 17213                   CIMTYPE_UINT16,
 17214                   /* subscript */
 17215                   -1,
 17216                   /* value */
 17217                   "\000\002",
 17218               };
 17219               
 17220               static const char*
 17221               _CIM_PhysicalPackage_Removable_qualifiers[] =
 17222               {
 17223                   /* Deprecated */
 17224 mike  1.1.2.1     "\013\000\001CIM_PhysicalPackage.RemovalConditions\000",
 17225                   0,
 17226               };
 17227               
 17228               static MetaProperty
 17229               _CIM_PhysicalPackage_Removable =
 17230               {
 17231                   /* flags */
 17232                   META_FLAG_PROPERTY|META_FLAG_READ,
 17233                   /* name */
 17234                   "Removable",
 17235                   /* qualifiers */
 17236                   _CIM_PhysicalPackage_Removable_qualifiers,
 17237                   /* type */
 17238                   CIMTYPE_BOOLEAN,
 17239                   /* subscript */
 17240                   -1,
 17241                   /* value */
 17242                   0,
 17243               };
 17244               
 17245 mike  1.1.2.1 static const char*
 17246               _CIM_PhysicalPackage_Replaceable_qualifiers[] =
 17247               {
 17248                   /* Deprecated */
 17249                   "\013\000\001No Value\000",
 17250                   0,
 17251               };
 17252               
 17253               static MetaProperty
 17254               _CIM_PhysicalPackage_Replaceable =
 17255               {
 17256                   /* flags */
 17257                   META_FLAG_PROPERTY|META_FLAG_READ,
 17258                   /* name */
 17259                   "Replaceable",
 17260                   /* qualifiers */
 17261                   _CIM_PhysicalPackage_Replaceable_qualifiers,
 17262                   /* type */
 17263                   CIMTYPE_BOOLEAN,
 17264                   /* subscript */
 17265                   -1,
 17266 mike  1.1.2.1     /* value */
 17267                   0,
 17268               };
 17269               
 17270               static const char*
 17271               _CIM_PhysicalPackage_HotSwappable_qualifiers[] =
 17272               {
 17273                   /* Deprecated */
 17274                   "\013\000\001CIM_PhysicalPackage.RemovalConditions\000",
 17275                   0,
 17276               };
 17277               
 17278               static MetaProperty
 17279               _CIM_PhysicalPackage_HotSwappable =
 17280               {
 17281                   /* flags */
 17282                   META_FLAG_PROPERTY|META_FLAG_READ,
 17283                   /* name */
 17284                   "HotSwappable",
 17285                   /* qualifiers */
 17286                   _CIM_PhysicalPackage_HotSwappable_qualifiers,
 17287 mike  1.1.2.1     /* type */
 17288                   CIMTYPE_BOOLEAN,
 17289                   /* subscript */
 17290                   -1,
 17291                   /* value */
 17292                   0,
 17293               };
 17294               
 17295               static const char*
 17296               _CIM_PhysicalPackage_Height_qualifiers[] =
 17297               {
 17298                   /* Units */
 17299                   "\060Inches",
 17300                   0,
 17301               };
 17302               
 17303               static MetaProperty
 17304               _CIM_PhysicalPackage_Height =
 17305               {
 17306                   /* flags */
 17307                   META_FLAG_PROPERTY|META_FLAG_READ,
 17308 mike  1.1.2.1     /* name */
 17309                   "Height",
 17310                   /* qualifiers */
 17311                   _CIM_PhysicalPackage_Height_qualifiers,
 17312                   /* type */
 17313                   CIMTYPE_REAL32,
 17314                   /* subscript */
 17315                   -1,
 17316                   /* value */
 17317                   0,
 17318               };
 17319               
 17320               static const char*
 17321               _CIM_PhysicalPackage_Depth_qualifiers[] =
 17322               {
 17323                   /* Units */
 17324                   "\060Inches",
 17325                   0,
 17326               };
 17327               
 17328               static MetaProperty
 17329 mike  1.1.2.1 _CIM_PhysicalPackage_Depth =
 17330               {
 17331                   /* flags */
 17332                   META_FLAG_PROPERTY|META_FLAG_READ,
 17333                   /* name */
 17334                   "Depth",
 17335                   /* qualifiers */
 17336                   _CIM_PhysicalPackage_Depth_qualifiers,
 17337                   /* type */
 17338                   CIMTYPE_REAL32,
 17339                   /* subscript */
 17340                   -1,
 17341                   /* value */
 17342                   0,
 17343               };
 17344               
 17345               static const char*
 17346               _CIM_PhysicalPackage_Width_qualifiers[] =
 17347               {
 17348                   /* Units */
 17349                   "\060Inches",
 17350 mike  1.1.2.1     0,
 17351               };
 17352               
 17353               static MetaProperty
 17354               _CIM_PhysicalPackage_Width =
 17355               {
 17356                   /* flags */
 17357                   META_FLAG_PROPERTY|META_FLAG_READ,
 17358                   /* name */
 17359                   "Width",
 17360                   /* qualifiers */
 17361                   _CIM_PhysicalPackage_Width_qualifiers,
 17362                   /* type */
 17363                   CIMTYPE_REAL32,
 17364                   /* subscript */
 17365                   -1,
 17366                   /* value */
 17367                   0,
 17368               };
 17369               
 17370               static const char*
 17371 mike  1.1.2.1 _CIM_PhysicalPackage_Weight_qualifiers[] =
 17372               {
 17373                   /* Units */
 17374                   "\060Pounds",
 17375                   0,
 17376               };
 17377               
 17378               static MetaProperty
 17379               _CIM_PhysicalPackage_Weight =
 17380               {
 17381                   /* flags */
 17382                   META_FLAG_PROPERTY|META_FLAG_READ,
 17383                   /* name */
 17384                   "Weight",
 17385                   /* qualifiers */
 17386                   _CIM_PhysicalPackage_Weight_qualifiers,
 17387                   /* type */
 17388                   CIMTYPE_REAL32,
 17389                   /* subscript */
 17390                   -1,
 17391                   /* value */
 17392 mike  1.1.2.1     0,
 17393               };
 17394               
 17395               static const char*
 17396               _CIM_PhysicalPackage_IsCompatible_ElementToCheck_qualifiers[] =
 17397               {
 17398                   /* IN */
 17399                   "\024\001",
 17400                   0,
 17401               };
 17402               
 17403               static MetaReference
 17404               _CIM_PhysicalPackage_IsCompatible_ElementToCheck =
 17405               {
 17406                   /* flags */
 17407                   META_FLAG_REFERENCE|META_FLAG_IN,
 17408                   /* name */
 17409                   "ElementToCheck",
 17410                   /* qualifiers */
 17411                   _CIM_PhysicalPackage_IsCompatible_ElementToCheck_qualifiers,
 17412                   /* subscript */
 17413 mike  1.1.2.1     -1,
 17414                   /* ref */
 17415                   &__root_cimv2_CIM_PhysicalElement,
 17416               };
 17417               
 17418               static MetaFeature*
 17419               _CIM_PhysicalPackage_IsCompatible_parameters[] =
 17420               {
 17421                   (MetaFeature*)&_CIM_PhysicalPackage_IsCompatible_ElementToCheck,
 17422                   0,
 17423               };
 17424               
 17425               static const char*
 17426               _CIM_PhysicalPackage_IsCompatible_qualifiers[] =
 17427               {
 17428                   /* Deprecated */
 17429                   "\013\000\001No Value\000",
 17430                   0,
 17431               };
 17432               
 17433               static MetaMethod
 17434 mike  1.1.2.1 _CIM_PhysicalPackage_IsCompatible =
 17435               {
 17436                   /* flags */
 17437                   META_FLAG_METHOD,
 17438                   /* name */
 17439                   "CIM_PhysicalPackage",
 17440                   /* qualifiers */
 17441                   _CIM_PhysicalPackage_IsCompatible_qualifiers,
 17442                   /* type */
 17443                   CIMTYPE_UINT32,
 17444                   /* parameters */
 17445                   _CIM_PhysicalPackage_IsCompatible_parameters,
 17446               };
 17447               
 17448               static MetaFeature*
 17449               _CIM_PhysicalPackage_features[] =
 17450               {
 17451                   (MetaFeature*)&_CIM_PhysicalPackage_RemovalConditions,
 17452                   (MetaFeature*)&_CIM_PhysicalPackage_Removable,
 17453                   (MetaFeature*)&_CIM_PhysicalPackage_Replaceable,
 17454                   (MetaFeature*)&_CIM_PhysicalPackage_HotSwappable,
 17455 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalPackage_Height,
 17456                   (MetaFeature*)&_CIM_PhysicalPackage_Depth,
 17457                   (MetaFeature*)&_CIM_PhysicalPackage_Width,
 17458                   (MetaFeature*)&_CIM_PhysicalPackage_Weight,
 17459                   (MetaFeature*)&_CIM_PhysicalPackage_IsCompatible,
 17460                   0,
 17461               };
 17462               
 17463               static const char*
 17464               __root_cimv2_CIM_PhysicalPackage_qualifiers[] =
 17465               {
 17466                   /* UMLPackagePath */
 17467                   "\057CIM::Physical::Package",
 17468                   /* Version */
 17469                   "\0632.8.0",
 17470                   0,
 17471               };
 17472               
 17473               MetaClass
 17474               __root_cimv2_CIM_PhysicalPackage =
 17475               {
 17476 mike  1.1.2.1     /* flags */
 17477                   META_FLAG_CLASS,
 17478                   /* name */
 17479                   "CIM_PhysicalPackage",
 17480                   /* qualifiers */
 17481                   __root_cimv2_CIM_PhysicalPackage_qualifiers,
 17482                   /* super */
 17483                   &__root_cimv2_CIM_PhysicalElement,
 17484                   /* features */
 17485                   _CIM_PhysicalPackage_features,
 17486               };
 17487               
 17488               //==============================================================================
 17489               //
 17490               // Class: CIM_Policy
 17491               //
 17492               //==============================================================================
 17493               
 17494               static const char*
 17495               _CIM_Policy_CommonName_qualifiers[] =
 17496               {
 17497 mike  1.1.2.1     0,
 17498               };
 17499               
 17500               static MetaProperty
 17501               _CIM_Policy_CommonName =
 17502               {
 17503                   /* flags */
 17504                   META_FLAG_PROPERTY|META_FLAG_READ,
 17505                   /* name */
 17506                   "CommonName",
 17507                   /* qualifiers */
 17508                   _CIM_Policy_CommonName_qualifiers,
 17509                   /* type */
 17510                   CIMTYPE_STRING,
 17511                   /* subscript */
 17512                   -1,
 17513                   /* value */
 17514                   0,
 17515               };
 17516               
 17517               static const char*
 17518 mike  1.1.2.1 _CIM_Policy_PolicyKeywords_qualifiers[] =
 17519               {
 17520                   0,
 17521               };
 17522               
 17523               static MetaProperty
 17524               _CIM_Policy_PolicyKeywords =
 17525               {
 17526                   /* flags */
 17527                   META_FLAG_PROPERTY|META_FLAG_READ,
 17528                   /* name */
 17529                   "PolicyKeywords",
 17530                   /* qualifiers */
 17531                   _CIM_Policy_PolicyKeywords_qualifiers,
 17532                   /* type */
 17533                   CIMTYPE_STRING,
 17534                   /* subscript */
 17535                   0,
 17536                   /* value */
 17537                   0,
 17538               };
 17539 mike  1.1.2.1 
 17540               static MetaFeature*
 17541               _CIM_Policy_features[] =
 17542               {
 17543                   (MetaFeature*)&_CIM_Policy_CommonName,
 17544                   (MetaFeature*)&_CIM_Policy_PolicyKeywords,
 17545                   0,
 17546               };
 17547               
 17548               static const char*
 17549               __root_cimv2_CIM_Policy_qualifiers[] =
 17550               {
 17551                   /* UMLPackagePath */
 17552                   "\057CIM::Policy",
 17553                   /* Abstract */
 17554                   "\002\001",
 17555                   /* Version */
 17556                   "\0632.6.0",
 17557                   0,
 17558               };
 17559               
 17560 mike  1.1.2.1 MetaClass
 17561               __root_cimv2_CIM_Policy =
 17562               {
 17563                   /* flags */
 17564                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17565                   /* name */
 17566                   "CIM_Policy",
 17567                   /* qualifiers */
 17568                   __root_cimv2_CIM_Policy_qualifiers,
 17569                   /* super */
 17570                   &__root_cimv2_CIM_ManagedElement,
 17571                   /* features */
 17572                   _CIM_Policy_features,
 17573               };
 17574               
 17575               //==============================================================================
 17576               //
 17577               // Class: CIM_PolicyAction
 17578               //
 17579               //==============================================================================
 17580               
 17581 mike  1.1.2.1 static const char*
 17582               _CIM_PolicyAction_SystemCreationClassName_qualifiers[] =
 17583               {
 17584                   /* Key */
 17585                   "\025\001",
 17586                   /* MaxLen */
 17587                   "\030\000\000\001\000",
 17588                   0,
 17589               };
 17590               
 17591               static MetaProperty
 17592               _CIM_PolicyAction_SystemCreationClassName =
 17593               {
 17594                   /* flags */
 17595                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17596                   /* name */
 17597                   "SystemCreationClassName",
 17598                   /* qualifiers */
 17599                   _CIM_PolicyAction_SystemCreationClassName_qualifiers,
 17600                   /* type */
 17601                   CIMTYPE_STRING,
 17602 mike  1.1.2.1     /* subscript */
 17603                   -1,
 17604                   /* value */
 17605                   0,
 17606               };
 17607               
 17608               static const char*
 17609               _CIM_PolicyAction_SystemName_qualifiers[] =
 17610               {
 17611                   /* Key */
 17612                   "\025\001",
 17613                   /* MaxLen */
 17614                   "\030\000\000\001\000",
 17615                   0,
 17616               };
 17617               
 17618               static MetaProperty
 17619               _CIM_PolicyAction_SystemName =
 17620               {
 17621                   /* flags */
 17622                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17623 mike  1.1.2.1     /* name */
 17624                   "SystemName",
 17625                   /* qualifiers */
 17626                   _CIM_PolicyAction_SystemName_qualifiers,
 17627                   /* type */
 17628                   CIMTYPE_STRING,
 17629                   /* subscript */
 17630                   -1,
 17631                   /* value */
 17632                   0,
 17633               };
 17634               
 17635               static const char*
 17636               _CIM_PolicyAction_PolicyRuleCreationClassName_qualifiers[] =
 17637               {
 17638                   /* Key */
 17639                   "\025\001",
 17640                   /* MaxLen */
 17641                   "\030\000\000\001\000",
 17642                   0,
 17643               };
 17644 mike  1.1.2.1 
 17645               static MetaProperty
 17646               _CIM_PolicyAction_PolicyRuleCreationClassName =
 17647               {
 17648                   /* flags */
 17649                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17650                   /* name */
 17651                   "PolicyRuleCreationClassName",
 17652                   /* qualifiers */
 17653                   _CIM_PolicyAction_PolicyRuleCreationClassName_qualifiers,
 17654                   /* type */
 17655                   CIMTYPE_STRING,
 17656                   /* subscript */
 17657                   -1,
 17658                   /* value */
 17659                   0,
 17660               };
 17661               
 17662               static const char*
 17663               _CIM_PolicyAction_PolicyRuleName_qualifiers[] =
 17664               {
 17665 mike  1.1.2.1     /* Key */
 17666                   "\025\001",
 17667                   /* MaxLen */
 17668                   "\030\000\000\001\000",
 17669                   0,
 17670               };
 17671               
 17672               static MetaProperty
 17673               _CIM_PolicyAction_PolicyRuleName =
 17674               {
 17675                   /* flags */
 17676                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17677                   /* name */
 17678                   "PolicyRuleName",
 17679                   /* qualifiers */
 17680                   _CIM_PolicyAction_PolicyRuleName_qualifiers,
 17681                   /* type */
 17682                   CIMTYPE_STRING,
 17683                   /* subscript */
 17684                   -1,
 17685                   /* value */
 17686 mike  1.1.2.1     0,
 17687               };
 17688               
 17689               static const char*
 17690               _CIM_PolicyAction_CreationClassName_qualifiers[] =
 17691               {
 17692                   /* Key */
 17693                   "\025\001",
 17694                   /* MaxLen */
 17695                   "\030\000\000\001\000",
 17696                   0,
 17697               };
 17698               
 17699               static MetaProperty
 17700               _CIM_PolicyAction_CreationClassName =
 17701               {
 17702                   /* flags */
 17703                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17704                   /* name */
 17705                   "CreationClassName",
 17706                   /* qualifiers */
 17707 mike  1.1.2.1     _CIM_PolicyAction_CreationClassName_qualifiers,
 17708                   /* type */
 17709                   CIMTYPE_STRING,
 17710                   /* subscript */
 17711                   -1,
 17712                   /* value */
 17713                   0,
 17714               };
 17715               
 17716               static const char*
 17717               _CIM_PolicyAction_PolicyActionName_qualifiers[] =
 17718               {
 17719                   /* Key */
 17720                   "\025\001",
 17721                   /* MaxLen */
 17722                   "\030\000\000\001\000",
 17723                   0,
 17724               };
 17725               
 17726               static MetaProperty
 17727               _CIM_PolicyAction_PolicyActionName =
 17728 mike  1.1.2.1 {
 17729                   /* flags */
 17730                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17731                   /* name */
 17732                   "PolicyActionName",
 17733                   /* qualifiers */
 17734                   _CIM_PolicyAction_PolicyActionName_qualifiers,
 17735                   /* type */
 17736                   CIMTYPE_STRING,
 17737                   /* subscript */
 17738                   -1,
 17739                   /* value */
 17740                   0,
 17741               };
 17742               
 17743               static const char*
 17744               _CIM_PolicyAction_DoActionLogging_qualifiers[] =
 17745               {
 17746                   0,
 17747               };
 17748               
 17749 mike  1.1.2.1 static MetaProperty
 17750               _CIM_PolicyAction_DoActionLogging =
 17751               {
 17752                   /* flags */
 17753                   META_FLAG_PROPERTY|META_FLAG_READ,
 17754                   /* name */
 17755                   "DoActionLogging",
 17756                   /* qualifiers */
 17757                   _CIM_PolicyAction_DoActionLogging_qualifiers,
 17758                   /* type */
 17759                   CIMTYPE_BOOLEAN,
 17760                   /* subscript */
 17761                   -1,
 17762                   /* value */
 17763                   0,
 17764               };
 17765               
 17766               static MetaFeature*
 17767               _CIM_PolicyAction_features[] =
 17768               {
 17769                   (MetaFeature*)&_CIM_PolicyAction_SystemCreationClassName,
 17770 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyAction_SystemName,
 17771                   (MetaFeature*)&_CIM_PolicyAction_PolicyRuleCreationClassName,
 17772                   (MetaFeature*)&_CIM_PolicyAction_PolicyRuleName,
 17773                   (MetaFeature*)&_CIM_PolicyAction_CreationClassName,
 17774                   (MetaFeature*)&_CIM_PolicyAction_PolicyActionName,
 17775                   (MetaFeature*)&_CIM_PolicyAction_DoActionLogging,
 17776                   0,
 17777               };
 17778               
 17779               static const char*
 17780               __root_cimv2_CIM_PolicyAction_qualifiers[] =
 17781               {
 17782                   /* UMLPackagePath */
 17783                   "\057CIM::Policy",
 17784                   /* Abstract */
 17785                   "\002\001",
 17786                   /* Version */
 17787                   "\0632.8.0",
 17788                   0,
 17789               };
 17790               
 17791 mike  1.1.2.1 MetaClass
 17792               __root_cimv2_CIM_PolicyAction =
 17793               {
 17794                   /* flags */
 17795                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17796                   /* name */
 17797                   "CIM_PolicyAction",
 17798                   /* qualifiers */
 17799                   __root_cimv2_CIM_PolicyAction_qualifiers,
 17800                   /* super */
 17801                   &__root_cimv2_CIM_Policy,
 17802                   /* features */
 17803                   _CIM_PolicyAction_features,
 17804               };
 17805               
 17806               //==============================================================================
 17807               //
 17808               // Class: CIM_PolicyComponent
 17809               //
 17810               //==============================================================================
 17811               
 17812 mike  1.1.2.1 static const char*
 17813               _CIM_PolicyComponent_GroupComponent_qualifiers[] =
 17814               {
 17815                   /* Aggregate */
 17816                   "\003\001",
 17817                   /* Override */
 17818                   "\044GroupComponent",
 17819                   0,
 17820               };
 17821               
 17822               static MetaReference
 17823               _CIM_PolicyComponent_GroupComponent =
 17824               {
 17825                   /* flags */
 17826                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 17827                   /* name */
 17828                   "GroupComponent",
 17829                   /* qualifiers */
 17830                   _CIM_PolicyComponent_GroupComponent_qualifiers,
 17831                   /* subscript */
 17832                   -1,
 17833 mike  1.1.2.1     /* refId */
 17834                   &__root_cimv2_CIM_Policy,
 17835               };
 17836               
 17837               static const char*
 17838               _CIM_PolicyComponent_PartComponent_qualifiers[] =
 17839               {
 17840                   /* Override */
 17841                   "\044PartComponent",
 17842                   0,
 17843               };
 17844               
 17845               static MetaReference
 17846               _CIM_PolicyComponent_PartComponent =
 17847               {
 17848                   /* flags */
 17849                   META_FLAG_REFERENCE|META_FLAG_READ,
 17850                   /* name */
 17851                   "PartComponent",
 17852                   /* qualifiers */
 17853                   _CIM_PolicyComponent_PartComponent_qualifiers,
 17854 mike  1.1.2.1     /* subscript */
 17855                   -1,
 17856                   /* refId */
 17857                   &__root_cimv2_CIM_Policy,
 17858               };
 17859               
 17860               static MetaFeature*
 17861               _CIM_PolicyComponent_features[] =
 17862               {
 17863                   (MetaFeature*)&_CIM_PolicyComponent_GroupComponent,
 17864                   (MetaFeature*)&_CIM_PolicyComponent_PartComponent,
 17865                   0,
 17866               };
 17867               
 17868               static const char*
 17869               __root_cimv2_CIM_PolicyComponent_qualifiers[] =
 17870               {
 17871                   /* ASSOCIATION */
 17872                   "\000\001",
 17873                   /* UMLPackagePath */
 17874                   "\057CIM::Policy",
 17875 mike  1.1.2.1     /* Abstract */
 17876                   "\002\001",
 17877                   /* Aggregation */
 17878                   "\004\001",
 17879                   /* Version */
 17880                   "\0632.6.0",
 17881                   0,
 17882               };
 17883               
 17884               MetaClass
 17885               __root_cimv2_CIM_PolicyComponent =
 17886               {
 17887                   /* flags */
 17888                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 17889                   /* name */
 17890                   "CIM_PolicyComponent",
 17891                   /* qualifiers */
 17892                   __root_cimv2_CIM_PolicyComponent_qualifiers,
 17893                   /* super */
 17894                   &__root_cimv2_CIM_Component,
 17895                   /* features */
 17896 mike  1.1.2.1     _CIM_PolicyComponent_features,
 17897               };
 17898               
 17899               //==============================================================================
 17900               //
 17901               // Class: CIM_PolicyCondition
 17902               //
 17903               //==============================================================================
 17904               
 17905               static const char*
 17906               _CIM_PolicyCondition_SystemCreationClassName_qualifiers[] =
 17907               {
 17908                   /* Key */
 17909                   "\025\001",
 17910                   /* MaxLen */
 17911                   "\030\000\000\001\000",
 17912                   0,
 17913               };
 17914               
 17915               static MetaProperty
 17916               _CIM_PolicyCondition_SystemCreationClassName =
 17917 mike  1.1.2.1 {
 17918                   /* flags */
 17919                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17920                   /* name */
 17921                   "SystemCreationClassName",
 17922                   /* qualifiers */
 17923                   _CIM_PolicyCondition_SystemCreationClassName_qualifiers,
 17924                   /* type */
 17925                   CIMTYPE_STRING,
 17926                   /* subscript */
 17927                   -1,
 17928                   /* value */
 17929                   0,
 17930               };
 17931               
 17932               static const char*
 17933               _CIM_PolicyCondition_SystemName_qualifiers[] =
 17934               {
 17935                   /* Key */
 17936                   "\025\001",
 17937                   /* MaxLen */
 17938 mike  1.1.2.1     "\030\000\000\001\000",
 17939                   0,
 17940               };
 17941               
 17942               static MetaProperty
 17943               _CIM_PolicyCondition_SystemName =
 17944               {
 17945                   /* flags */
 17946                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17947                   /* name */
 17948                   "SystemName",
 17949                   /* qualifiers */
 17950                   _CIM_PolicyCondition_SystemName_qualifiers,
 17951                   /* type */
 17952                   CIMTYPE_STRING,
 17953                   /* subscript */
 17954                   -1,
 17955                   /* value */
 17956                   0,
 17957               };
 17958               
 17959 mike  1.1.2.1 static const char*
 17960               _CIM_PolicyCondition_PolicyRuleCreationClassName_qualifiers[] =
 17961               {
 17962                   /* Key */
 17963                   "\025\001",
 17964                   /* MaxLen */
 17965                   "\030\000\000\001\000",
 17966                   0,
 17967               };
 17968               
 17969               static MetaProperty
 17970               _CIM_PolicyCondition_PolicyRuleCreationClassName =
 17971               {
 17972                   /* flags */
 17973                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17974                   /* name */
 17975                   "PolicyRuleCreationClassName",
 17976                   /* qualifiers */
 17977                   _CIM_PolicyCondition_PolicyRuleCreationClassName_qualifiers,
 17978                   /* type */
 17979                   CIMTYPE_STRING,
 17980 mike  1.1.2.1     /* subscript */
 17981                   -1,
 17982                   /* value */
 17983                   0,
 17984               };
 17985               
 17986               static const char*
 17987               _CIM_PolicyCondition_PolicyRuleName_qualifiers[] =
 17988               {
 17989                   /* Key */
 17990                   "\025\001",
 17991                   /* MaxLen */
 17992                   "\030\000\000\001\000",
 17993                   0,
 17994               };
 17995               
 17996               static MetaProperty
 17997               _CIM_PolicyCondition_PolicyRuleName =
 17998               {
 17999                   /* flags */
 18000                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18001 mike  1.1.2.1     /* name */
 18002                   "PolicyRuleName",
 18003                   /* qualifiers */
 18004                   _CIM_PolicyCondition_PolicyRuleName_qualifiers,
 18005                   /* type */
 18006                   CIMTYPE_STRING,
 18007                   /* subscript */
 18008                   -1,
 18009                   /* value */
 18010                   0,
 18011               };
 18012               
 18013               static const char*
 18014               _CIM_PolicyCondition_CreationClassName_qualifiers[] =
 18015               {
 18016                   /* Key */
 18017                   "\025\001",
 18018                   /* MaxLen */
 18019                   "\030\000\000\001\000",
 18020                   0,
 18021               };
 18022 mike  1.1.2.1 
 18023               static MetaProperty
 18024               _CIM_PolicyCondition_CreationClassName =
 18025               {
 18026                   /* flags */
 18027                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18028                   /* name */
 18029                   "CreationClassName",
 18030                   /* qualifiers */
 18031                   _CIM_PolicyCondition_CreationClassName_qualifiers,
 18032                   /* type */
 18033                   CIMTYPE_STRING,
 18034                   /* subscript */
 18035                   -1,
 18036                   /* value */
 18037                   0,
 18038               };
 18039               
 18040               static const char*
 18041               _CIM_PolicyCondition_PolicyConditionName_qualifiers[] =
 18042               {
 18043 mike  1.1.2.1     /* Key */
 18044                   "\025\001",
 18045                   /* MaxLen */
 18046                   "\030\000\000\001\000",
 18047                   0,
 18048               };
 18049               
 18050               static MetaProperty
 18051               _CIM_PolicyCondition_PolicyConditionName =
 18052               {
 18053                   /* flags */
 18054                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18055                   /* name */
 18056                   "PolicyConditionName",
 18057                   /* qualifiers */
 18058                   _CIM_PolicyCondition_PolicyConditionName_qualifiers,
 18059                   /* type */
 18060                   CIMTYPE_STRING,
 18061                   /* subscript */
 18062                   -1,
 18063                   /* value */
 18064 mike  1.1.2.1     0,
 18065               };
 18066               
 18067               static MetaFeature*
 18068               _CIM_PolicyCondition_features[] =
 18069               {
 18070                   (MetaFeature*)&_CIM_PolicyCondition_SystemCreationClassName,
 18071                   (MetaFeature*)&_CIM_PolicyCondition_SystemName,
 18072                   (MetaFeature*)&_CIM_PolicyCondition_PolicyRuleCreationClassName,
 18073                   (MetaFeature*)&_CIM_PolicyCondition_PolicyRuleName,
 18074                   (MetaFeature*)&_CIM_PolicyCondition_CreationClassName,
 18075                   (MetaFeature*)&_CIM_PolicyCondition_PolicyConditionName,
 18076                   0,
 18077               };
 18078               
 18079               static const char*
 18080               __root_cimv2_CIM_PolicyCondition_qualifiers[] =
 18081               {
 18082                   /* UMLPackagePath */
 18083                   "\057CIM::Policy",
 18084                   /* Abstract */
 18085 mike  1.1.2.1     "\002\001",
 18086                   /* Version */
 18087                   "\0632.6.0",
 18088                   0,
 18089               };
 18090               
 18091               MetaClass
 18092               __root_cimv2_CIM_PolicyCondition =
 18093               {
 18094                   /* flags */
 18095                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 18096                   /* name */
 18097                   "CIM_PolicyCondition",
 18098                   /* qualifiers */
 18099                   __root_cimv2_CIM_PolicyCondition_qualifiers,
 18100                   /* super */
 18101                   &__root_cimv2_CIM_Policy,
 18102                   /* features */
 18103                   _CIM_PolicyCondition_features,
 18104               };
 18105               
 18106 mike  1.1.2.1 //==============================================================================
 18107               //
 18108               // Class: CIM_PolicyConditionStructure
 18109               //
 18110               //==============================================================================
 18111               
 18112               static const char*
 18113               _CIM_PolicyConditionStructure_GroupComponent_qualifiers[] =
 18114               {
 18115                   /* Aggregate */
 18116                   "\003\001",
 18117                   /* Override */
 18118                   "\044GroupComponent",
 18119                   0,
 18120               };
 18121               
 18122               static MetaReference
 18123               _CIM_PolicyConditionStructure_GroupComponent =
 18124               {
 18125                   /* flags */
 18126                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 18127 mike  1.1.2.1     /* name */
 18128                   "GroupComponent",
 18129                   /* qualifiers */
 18130                   _CIM_PolicyConditionStructure_GroupComponent_qualifiers,
 18131                   /* subscript */
 18132                   -1,
 18133                   /* refId */
 18134                   &__root_cimv2_CIM_Policy,
 18135               };
 18136               
 18137               static const char*
 18138               _CIM_PolicyConditionStructure_PartComponent_qualifiers[] =
 18139               {
 18140                   /* Override */
 18141                   "\044PartComponent",
 18142                   0,
 18143               };
 18144               
 18145               static MetaReference
 18146               _CIM_PolicyConditionStructure_PartComponent =
 18147               {
 18148 mike  1.1.2.1     /* flags */
 18149                   META_FLAG_REFERENCE|META_FLAG_READ,
 18150                   /* name */
 18151                   "PartComponent",
 18152                   /* qualifiers */
 18153                   _CIM_PolicyConditionStructure_PartComponent_qualifiers,
 18154                   /* subscript */
 18155                   -1,
 18156                   /* refId */
 18157                   &__root_cimv2_CIM_PolicyCondition,
 18158               };
 18159               
 18160               static const char*
 18161               _CIM_PolicyConditionStructure_GroupNumber_qualifiers[] =
 18162               {
 18163                   0,
 18164               };
 18165               
 18166               static MetaProperty
 18167               _CIM_PolicyConditionStructure_GroupNumber =
 18168               {
 18169 mike  1.1.2.1     /* flags */
 18170                   META_FLAG_PROPERTY|META_FLAG_READ,
 18171                   /* name */
 18172                   "GroupNumber",
 18173                   /* qualifiers */
 18174                   _CIM_PolicyConditionStructure_GroupNumber_qualifiers,
 18175                   /* type */
 18176                   CIMTYPE_UINT16,
 18177                   /* subscript */
 18178                   -1,
 18179                   /* value */
 18180                   0,
 18181               };
 18182               
 18183               static const char*
 18184               _CIM_PolicyConditionStructure_ConditionNegated_qualifiers[] =
 18185               {
 18186                   0,
 18187               };
 18188               
 18189               static MetaProperty
 18190 mike  1.1.2.1 _CIM_PolicyConditionStructure_ConditionNegated =
 18191               {
 18192                   /* flags */
 18193                   META_FLAG_PROPERTY|META_FLAG_READ,
 18194                   /* name */
 18195                   "ConditionNegated",
 18196                   /* qualifiers */
 18197                   _CIM_PolicyConditionStructure_ConditionNegated_qualifiers,
 18198                   /* type */
 18199                   CIMTYPE_BOOLEAN,
 18200                   /* subscript */
 18201                   -1,
 18202                   /* value */
 18203                   0,
 18204               };
 18205               
 18206               static MetaFeature*
 18207               _CIM_PolicyConditionStructure_features[] =
 18208               {
 18209                   (MetaFeature*)&_CIM_PolicyConditionStructure_GroupComponent,
 18210                   (MetaFeature*)&_CIM_PolicyConditionStructure_PartComponent,
 18211 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyConditionStructure_GroupNumber,
 18212                   (MetaFeature*)&_CIM_PolicyConditionStructure_ConditionNegated,
 18213                   0,
 18214               };
 18215               
 18216               static const char*
 18217               __root_cimv2_CIM_PolicyConditionStructure_qualifiers[] =
 18218               {
 18219                   /* ASSOCIATION */
 18220                   "\000\001",
 18221                   /* UMLPackagePath */
 18222                   "\057CIM::Policy",
 18223                   /* Abstract */
 18224                   "\002\001",
 18225                   /* Aggregation */
 18226                   "\004\001",
 18227                   /* Version */
 18228                   "\0632.7.0",
 18229                   0,
 18230               };
 18231               
 18232 mike  1.1.2.1 MetaClass
 18233               __root_cimv2_CIM_PolicyConditionStructure =
 18234               {
 18235                   /* flags */
 18236                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 18237                   /* name */
 18238                   "CIM_PolicyConditionStructure",
 18239                   /* qualifiers */
 18240                   __root_cimv2_CIM_PolicyConditionStructure_qualifiers,
 18241                   /* super */
 18242                   &__root_cimv2_CIM_PolicyComponent,
 18243                   /* features */
 18244                   _CIM_PolicyConditionStructure_features,
 18245               };
 18246               
 18247               //==============================================================================
 18248               //
 18249               // Class: CIM_PolicySet
 18250               //
 18251               //==============================================================================
 18252               
 18253 mike  1.1.2.1 static const char*
 18254               _CIM_PolicySet_PolicyDecisionStrategy_qualifiers[] =
 18255               {
 18256                   /* ValueMap */
 18257                   "\061\000\0011\000",
 18258                   /* Values */
 18259                   "\062\000\001First Matching\000",
 18260                   0,
 18261               };
 18262               
 18263               static MetaProperty
 18264               _CIM_PolicySet_PolicyDecisionStrategy =
 18265               {
 18266                   /* flags */
 18267                   META_FLAG_PROPERTY|META_FLAG_READ,
 18268                   /* name */
 18269                   "PolicyDecisionStrategy",
 18270                   /* qualifiers */
 18271                   _CIM_PolicySet_PolicyDecisionStrategy_qualifiers,
 18272                   /* type */
 18273                   CIMTYPE_UINT16,
 18274 mike  1.1.2.1     /* subscript */
 18275                   -1,
 18276                   /* value */
 18277                   0,
 18278               };
 18279               
 18280               static const char*
 18281               _CIM_PolicySet_PolicyRoles_qualifiers[] =
 18282               {
 18283                   /* Deprecated */
 18284                   "\013\000\001CIM_PolicySetInRoleCollection\000",
 18285                   0,
 18286               };
 18287               
 18288               static MetaProperty
 18289               _CIM_PolicySet_PolicyRoles =
 18290               {
 18291                   /* flags */
 18292                   META_FLAG_PROPERTY|META_FLAG_READ,
 18293                   /* name */
 18294                   "PolicyRoles",
 18295 mike  1.1.2.1     /* qualifiers */
 18296                   _CIM_PolicySet_PolicyRoles_qualifiers,
 18297                   /* type */
 18298                   CIMTYPE_STRING,
 18299                   /* subscript */
 18300                   0,
 18301                   /* value */
 18302                   0,
 18303               };
 18304               
 18305               static const char*
 18306               _CIM_PolicySet_Enabled_qualifiers[] =
 18307               {
 18308                   /* ValueMap */
 18309                   "\061\000\0031\0002\0003\000",
 18310                   /* Values */
 18311                   "\062\000\003Enabled\000Disabled\000Enabled For Debug\000",
 18312                   0,
 18313               };
 18314               
 18315               static MetaProperty
 18316 mike  1.1.2.1 _CIM_PolicySet_Enabled =
 18317               {
 18318                   /* flags */
 18319                   META_FLAG_PROPERTY|META_FLAG_READ,
 18320                   /* name */
 18321                   "Enabled",
 18322                   /* qualifiers */
 18323                   _CIM_PolicySet_Enabled_qualifiers,
 18324                   /* type */
 18325                   CIMTYPE_UINT16,
 18326                   /* subscript */
 18327                   -1,
 18328                   /* value */
 18329                   "\000\001",
 18330               };
 18331               
 18332               static MetaFeature*
 18333               _CIM_PolicySet_features[] =
 18334               {
 18335                   (MetaFeature*)&_CIM_PolicySet_PolicyDecisionStrategy,
 18336                   (MetaFeature*)&_CIM_PolicySet_PolicyRoles,
 18337 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicySet_Enabled,
 18338                   0,
 18339               };
 18340               
 18341               static const char*
 18342               __root_cimv2_CIM_PolicySet_qualifiers[] =
 18343               {
 18344                   /* UMLPackagePath */
 18345                   "\057CIM::Policy",
 18346                   /* Abstract */
 18347                   "\002\001",
 18348                   /* Version */
 18349                   "\0632.8.0",
 18350                   0,
 18351               };
 18352               
 18353               MetaClass
 18354               __root_cimv2_CIM_PolicySet =
 18355               {
 18356                   /* flags */
 18357                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 18358 mike  1.1.2.1     /* name */
 18359                   "CIM_PolicySet",
 18360                   /* qualifiers */
 18361                   __root_cimv2_CIM_PolicySet_qualifiers,
 18362                   /* super */
 18363                   &__root_cimv2_CIM_Policy,
 18364                   /* features */
 18365                   _CIM_PolicySet_features,
 18366               };
 18367               
 18368               //==============================================================================
 18369               //
 18370               // Class: CIM_PolicySetAppliesToElement
 18371               //
 18372               //==============================================================================
 18373               
 18374               static const char*
 18375               _CIM_PolicySetAppliesToElement_PolicySet_qualifiers[] =
 18376               {
 18377                   /* Key */
 18378                   "\025\001",
 18379 mike  1.1.2.1     0,
 18380               };
 18381               
 18382               static MetaReference
 18383               _CIM_PolicySetAppliesToElement_PolicySet =
 18384               {
 18385                   /* flags */
 18386                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 18387                   /* name */
 18388                   "PolicySet",
 18389                   /* qualifiers */
 18390                   _CIM_PolicySetAppliesToElement_PolicySet_qualifiers,
 18391                   /* subscript */
 18392                   -1,
 18393                   /* refId */
 18394                   &__root_cimv2_CIM_PolicySet,
 18395               };
 18396               
 18397               static const char*
 18398               _CIM_PolicySetAppliesToElement_ManagedElement_qualifiers[] =
 18399               {
 18400 mike  1.1.2.1     /* Key */
 18401                   "\025\001",
 18402                   0,
 18403               };
 18404               
 18405               static MetaReference
 18406               _CIM_PolicySetAppliesToElement_ManagedElement =
 18407               {
 18408                   /* flags */
 18409                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 18410                   /* name */
 18411                   "ManagedElement",
 18412                   /* qualifiers */
 18413                   _CIM_PolicySetAppliesToElement_ManagedElement_qualifiers,
 18414                   /* subscript */
 18415                   -1,
 18416                   /* refId */
 18417                   &__root_cimv2_CIM_ManagedElement,
 18418               };
 18419               
 18420               static MetaFeature*
 18421 mike  1.1.2.1 _CIM_PolicySetAppliesToElement_features[] =
 18422               {
 18423                   (MetaFeature*)&_CIM_PolicySetAppliesToElement_PolicySet,
 18424                   (MetaFeature*)&_CIM_PolicySetAppliesToElement_ManagedElement,
 18425                   0,
 18426               };
 18427               
 18428               static const char*
 18429               __root_cimv2_CIM_PolicySetAppliesToElement_qualifiers[] =
 18430               {
 18431                   /* ASSOCIATION */
 18432                   "\000\001",
 18433                   /* UMLPackagePath */
 18434                   "\057CIM::Policy",
 18435                   /* Version */
 18436                   "\0632.8.0",
 18437                   0,
 18438               };
 18439               
 18440               MetaClass
 18441               __root_cimv2_CIM_PolicySetAppliesToElement =
 18442 mike  1.1.2.1 {
 18443                   /* flags */
 18444                   META_FLAG_ASSOCIATION,
 18445                   /* name */
 18446                   "CIM_PolicySetAppliesToElement",
 18447                   /* qualifiers */
 18448                   __root_cimv2_CIM_PolicySetAppliesToElement_qualifiers,
 18449                   /* super */
 18450                   0,
 18451                   /* features */
 18452                   _CIM_PolicySetAppliesToElement_features,
 18453               };
 18454               
 18455               //==============================================================================
 18456               //
 18457               // Class: CIM_PolicySetComponent
 18458               //
 18459               //==============================================================================
 18460               
 18461               static const char*
 18462               _CIM_PolicySetComponent_GroupComponent_qualifiers[] =
 18463 mike  1.1.2.1 {
 18464                   /* Aggregate */
 18465                   "\003\001",
 18466                   /* Override */
 18467                   "\044GroupComponent",
 18468                   0,
 18469               };
 18470               
 18471               static MetaReference
 18472               _CIM_PolicySetComponent_GroupComponent =
 18473               {
 18474                   /* flags */
 18475                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 18476                   /* name */
 18477                   "GroupComponent",
 18478                   /* qualifiers */
 18479                   _CIM_PolicySetComponent_GroupComponent_qualifiers,
 18480                   /* subscript */
 18481                   -1,
 18482                   /* refId */
 18483                   &__root_cimv2_CIM_PolicySet,
 18484 mike  1.1.2.1 };
 18485               
 18486               static const char*
 18487               _CIM_PolicySetComponent_PartComponent_qualifiers[] =
 18488               {
 18489                   /* Override */
 18490                   "\044PartComponent",
 18491                   0,
 18492               };
 18493               
 18494               static MetaReference
 18495               _CIM_PolicySetComponent_PartComponent =
 18496               {
 18497                   /* flags */
 18498                   META_FLAG_REFERENCE|META_FLAG_READ,
 18499                   /* name */
 18500                   "PartComponent",
 18501                   /* qualifiers */
 18502                   _CIM_PolicySetComponent_PartComponent_qualifiers,
 18503                   /* subscript */
 18504                   -1,
 18505 mike  1.1.2.1     /* refId */
 18506                   &__root_cimv2_CIM_PolicySet,
 18507               };
 18508               
 18509               static const char*
 18510               _CIM_PolicySetComponent_Priority_qualifiers[] =
 18511               {
 18512                   0,
 18513               };
 18514               
 18515               static MetaProperty
 18516               _CIM_PolicySetComponent_Priority =
 18517               {
 18518                   /* flags */
 18519                   META_FLAG_PROPERTY|META_FLAG_READ,
 18520                   /* name */
 18521                   "Priority",
 18522                   /* qualifiers */
 18523                   _CIM_PolicySetComponent_Priority_qualifiers,
 18524                   /* type */
 18525                   CIMTYPE_UINT16,
 18526 mike  1.1.2.1     /* subscript */
 18527                   -1,
 18528                   /* value */
 18529                   0,
 18530               };
 18531               
 18532               static MetaFeature*
 18533               _CIM_PolicySetComponent_features[] =
 18534               {
 18535                   (MetaFeature*)&_CIM_PolicySetComponent_GroupComponent,
 18536                   (MetaFeature*)&_CIM_PolicySetComponent_PartComponent,
 18537                   (MetaFeature*)&_CIM_PolicySetComponent_Priority,
 18538                   0,
 18539               };
 18540               
 18541               static const char*
 18542               __root_cimv2_CIM_PolicySetComponent_qualifiers[] =
 18543               {
 18544                   /* ASSOCIATION */
 18545                   "\000\001",
 18546                   /* UMLPackagePath */
 18547 mike  1.1.2.1     "\057CIM::Policy",
 18548                   /* Aggregation */
 18549                   "\004\001",
 18550                   /* Version */
 18551                   "\0632.6.0",
 18552                   0,
 18553               };
 18554               
 18555               MetaClass
 18556               __root_cimv2_CIM_PolicySetComponent =
 18557               {
 18558                   /* flags */
 18559                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 18560                   /* name */
 18561                   "CIM_PolicySetComponent",
 18562                   /* qualifiers */
 18563                   __root_cimv2_CIM_PolicySetComponent_qualifiers,
 18564                   /* super */
 18565                   &__root_cimv2_CIM_PolicyComponent,
 18566                   /* features */
 18567                   _CIM_PolicySetComponent_features,
 18568 mike  1.1.2.1 };
 18569               
 18570               //==============================================================================
 18571               //
 18572               // Class: CIM_PolicyTimePeriodCondition
 18573               //
 18574               //==============================================================================
 18575               
 18576               static const char*
 18577               _CIM_PolicyTimePeriodCondition_TimePeriod_qualifiers[] =
 18578               {
 18579                   /* ModelCorrespondence */
 18580                   "\036\000\005CIM_PolicyTimePeriodCondition.MonthOfYearMask\000CIM_PolicyTimePeriodCondition.DayOfMonthMask\000CIM_PolicyTimePeriodCondition.DayOfWeekMask\000CIM_PolicyTimePeriodCondition.TimeOfDayMask\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18581                   0,
 18582               };
 18583               
 18584               static MetaProperty
 18585               _CIM_PolicyTimePeriodCondition_TimePeriod =
 18586               {
 18587                   /* flags */
 18588                   META_FLAG_PROPERTY|META_FLAG_READ,
 18589 mike  1.1.2.1     /* name */
 18590                   "TimePeriod",
 18591                   /* qualifiers */
 18592                   _CIM_PolicyTimePeriodCondition_TimePeriod_qualifiers,
 18593                   /* type */
 18594                   CIMTYPE_STRING,
 18595                   /* subscript */
 18596                   -1,
 18597                   /* value */
 18598                   0,
 18599               };
 18600               
 18601               static const char*
 18602               _CIM_PolicyTimePeriodCondition_MonthOfYearMask_qualifiers[] =
 18603               {
 18604                   /* OctetString */
 18605                   "\042\001",
 18606                   /* ModelCorrespondence */
 18607                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18608                   0,
 18609               };
 18610 mike  1.1.2.1 
 18611               static MetaProperty
 18612               _CIM_PolicyTimePeriodCondition_MonthOfYearMask =
 18613               {
 18614                   /* flags */
 18615                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18616                   /* name */
 18617                   "MonthOfYearMask",
 18618                   /* qualifiers */
 18619                   _CIM_PolicyTimePeriodCondition_MonthOfYearMask_qualifiers,
 18620                   /* type */
 18621                   CIMTYPE_UINT8,
 18622                   /* subscript */
 18623                   0,
 18624                   /* value */
 18625                   0,
 18626               };
 18627               
 18628               static const char*
 18629               _CIM_PolicyTimePeriodCondition_DayOfMonthMask_qualifiers[] =
 18630               {
 18631 mike  1.1.2.1     /* OctetString */
 18632                   "\042\001",
 18633                   /* ModelCorrespondence */
 18634                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18635                   0,
 18636               };
 18637               
 18638               static MetaProperty
 18639               _CIM_PolicyTimePeriodCondition_DayOfMonthMask =
 18640               {
 18641                   /* flags */
 18642                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18643                   /* name */
 18644                   "DayOfMonthMask",
 18645                   /* qualifiers */
 18646                   _CIM_PolicyTimePeriodCondition_DayOfMonthMask_qualifiers,
 18647                   /* type */
 18648                   CIMTYPE_UINT8,
 18649                   /* subscript */
 18650                   0,
 18651                   /* value */
 18652 mike  1.1.2.1     0,
 18653               };
 18654               
 18655               static const char*
 18656               _CIM_PolicyTimePeriodCondition_DayOfWeekMask_qualifiers[] =
 18657               {
 18658                   /* OctetString */
 18659                   "\042\001",
 18660                   /* ModelCorrespondence */
 18661                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18662                   0,
 18663               };
 18664               
 18665               static MetaProperty
 18666               _CIM_PolicyTimePeriodCondition_DayOfWeekMask =
 18667               {
 18668                   /* flags */
 18669                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18670                   /* name */
 18671                   "DayOfWeekMask",
 18672                   /* qualifiers */
 18673 mike  1.1.2.1     _CIM_PolicyTimePeriodCondition_DayOfWeekMask_qualifiers,
 18674                   /* type */
 18675                   CIMTYPE_UINT8,
 18676                   /* subscript */
 18677                   0,
 18678                   /* value */
 18679                   0,
 18680               };
 18681               
 18682               static const char*
 18683               _CIM_PolicyTimePeriodCondition_TimeOfDayMask_qualifiers[] =
 18684               {
 18685                   /* ModelCorrespondence */
 18686                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18687                   0,
 18688               };
 18689               
 18690               static MetaProperty
 18691               _CIM_PolicyTimePeriodCondition_TimeOfDayMask =
 18692               {
 18693                   /* flags */
 18694 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 18695                   /* name */
 18696                   "TimeOfDayMask",
 18697                   /* qualifiers */
 18698                   _CIM_PolicyTimePeriodCondition_TimeOfDayMask_qualifiers,
 18699                   /* type */
 18700                   CIMTYPE_STRING,
 18701                   /* subscript */
 18702                   -1,
 18703                   /* value */
 18704                   0,
 18705               };
 18706               
 18707               static const char*
 18708               _CIM_PolicyTimePeriodCondition_LocalOrUtcTime_qualifiers[] =
 18709               {
 18710                   /* ValueMap */
 18711                   "\061\000\0021\0002\000",
 18712                   /* Values */
 18713                   "\062\000\002Local Time\000UTC Time\000",
 18714                   /* ModelCorrespondence */
 18715 mike  1.1.2.1     "\036\000\005CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.MonthOfYearMask\000CIM_PolicyTimePeriodCondition.DayOfMonthMask\000CIM_PolicyTimePeriodCondition.DayOfWeekMask\000CIM_PolicyTimePeriodCondition.TimeOfDayMask\000",
 18716                   0,
 18717               };
 18718               
 18719               static MetaProperty
 18720               _CIM_PolicyTimePeriodCondition_LocalOrUtcTime =
 18721               {
 18722                   /* flags */
 18723                   META_FLAG_PROPERTY|META_FLAG_READ,
 18724                   /* name */
 18725                   "LocalOrUtcTime",
 18726                   /* qualifiers */
 18727                   _CIM_PolicyTimePeriodCondition_LocalOrUtcTime_qualifiers,
 18728                   /* type */
 18729                   CIMTYPE_UINT16,
 18730                   /* subscript */
 18731                   -1,
 18732                   /* value */
 18733                   0,
 18734               };
 18735               
 18736 mike  1.1.2.1 static MetaFeature*
 18737               _CIM_PolicyTimePeriodCondition_features[] =
 18738               {
 18739                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_TimePeriod,
 18740                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_MonthOfYearMask,
 18741                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_DayOfMonthMask,
 18742                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_DayOfWeekMask,
 18743                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_TimeOfDayMask,
 18744                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_LocalOrUtcTime,
 18745                   0,
 18746               };
 18747               
 18748               static const char*
 18749               __root_cimv2_CIM_PolicyTimePeriodCondition_qualifiers[] =
 18750               {
 18751                   /* UMLPackagePath */
 18752                   "\057CIM::Policy",
 18753                   /* Version */
 18754                   "\0632.7.0",
 18755                   0,
 18756               };
 18757 mike  1.1.2.1 
 18758               MetaClass
 18759               __root_cimv2_CIM_PolicyTimePeriodCondition =
 18760               {
 18761                   /* flags */
 18762                   META_FLAG_CLASS,
 18763                   /* name */
 18764                   "CIM_PolicyTimePeriodCondition",
 18765                   /* qualifiers */
 18766                   __root_cimv2_CIM_PolicyTimePeriodCondition_qualifiers,
 18767                   /* super */
 18768                   &__root_cimv2_CIM_PolicyCondition,
 18769                   /* features */
 18770                   _CIM_PolicyTimePeriodCondition_features,
 18771               };
 18772               
 18773               //==============================================================================
 18774               //
 18775               // Class: CIM_PowerManagementCapabilities
 18776               //
 18777               //==============================================================================
 18778 mike  1.1.2.1 
 18779               static const char*
 18780               _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers[] =
 18781               {
 18782                   /* ValueMap */
 18783                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 18784                   /* Values */
 18785                   "\062\000\006Unknown\000Other\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 18786                   /* MappingStrings */
 18787                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
 18788                   /* ModelCorrespondence */
 18789                   "\036\000\002CIM_PowerManagementCapabilities.OtherPowerCapabilitiesDescriptions\000CIM_PowerManagementService.SetPowerState\000",
 18790                   0,
 18791               };
 18792               
 18793               static MetaProperty
 18794               _CIM_PowerManagementCapabilities_PowerCapabilities =
 18795               {
 18796                   /* flags */
 18797                   META_FLAG_PROPERTY|META_FLAG_READ,
 18798                   /* name */
 18799 mike  1.1.2.1     "PowerCapabilities",
 18800                   /* qualifiers */
 18801                   _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers,
 18802                   /* type */
 18803                   CIMTYPE_UINT16,
 18804                   /* subscript */
 18805                   0,
 18806                   /* value */
 18807                   0,
 18808               };
 18809               
 18810               static const char*
 18811               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers[] =
 18812               {
 18813                   /* ModelCorrespondence */
 18814                   "\036\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 18815                   0,
 18816               };
 18817               
 18818               static MetaProperty
 18819               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions =
 18820 mike  1.1.2.1 {
 18821                   /* flags */
 18822                   META_FLAG_PROPERTY|META_FLAG_READ,
 18823                   /* name */
 18824                   "OtherPowerCapabilitiesDescriptions",
 18825                   /* qualifiers */
 18826                   _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers,
 18827                   /* type */
 18828                   CIMTYPE_STRING,
 18829                   /* subscript */
 18830                   0,
 18831                   /* value */
 18832                   0,
 18833               };
 18834               
 18835               static MetaFeature*
 18836               _CIM_PowerManagementCapabilities_features[] =
 18837               {
 18838                   (MetaFeature*)&_CIM_PowerManagementCapabilities_PowerCapabilities,
 18839                   (MetaFeature*)&_CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions,
 18840                   0,
 18841 mike  1.1.2.1 };
 18842               
 18843               static const char*
 18844               __root_cimv2_CIM_PowerManagementCapabilities_qualifiers[] =
 18845               {
 18846                   /* UMLPackagePath */
 18847                   "\057CIM::Core::PowerMgmt",
 18848                   /* Version */
 18849                   "\0632.7.0",
 18850                   0,
 18851               };
 18852               
 18853               MetaClass
 18854               __root_cimv2_CIM_PowerManagementCapabilities =
 18855               {
 18856                   /* flags */
 18857                   META_FLAG_CLASS,
 18858                   /* name */
 18859                   "CIM_PowerManagementCapabilities",
 18860                   /* qualifiers */
 18861                   __root_cimv2_CIM_PowerManagementCapabilities_qualifiers,
 18862 mike  1.1.2.1     /* super */
 18863                   &__root_cimv2_CIM_Capabilities,
 18864                   /* features */
 18865                   _CIM_PowerManagementCapabilities_features,
 18866               };
 18867               
 18868               //==============================================================================
 18869               //
 18870               // Class: CIM_Privilege
 18871               //
 18872               //==============================================================================
 18873               
 18874               static const char*
 18875               _CIM_Privilege_InstanceID_qualifiers[] =
 18876               {
 18877                   /* Key */
 18878                   "\025\001",
 18879                   0,
 18880               };
 18881               
 18882               static MetaProperty
 18883 mike  1.1.2.1 _CIM_Privilege_InstanceID =
 18884               {
 18885                   /* flags */
 18886                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18887                   /* name */
 18888                   "InstanceID",
 18889                   /* qualifiers */
 18890                   _CIM_Privilege_InstanceID_qualifiers,
 18891                   /* type */
 18892                   CIMTYPE_STRING,
 18893                   /* subscript */
 18894                   -1,
 18895                   /* value */
 18896                   0,
 18897               };
 18898               
 18899               static const char*
 18900               _CIM_Privilege_PrivilegeGranted_qualifiers[] =
 18901               {
 18902                   0,
 18903               };
 18904 mike  1.1.2.1 
 18905               static MetaProperty
 18906               _CIM_Privilege_PrivilegeGranted =
 18907               {
 18908                   /* flags */
 18909                   META_FLAG_PROPERTY|META_FLAG_READ,
 18910                   /* name */
 18911                   "PrivilegeGranted",
 18912                   /* qualifiers */
 18913                   _CIM_Privilege_PrivilegeGranted_qualifiers,
 18914                   /* type */
 18915                   CIMTYPE_BOOLEAN,
 18916                   /* subscript */
 18917                   -1,
 18918                   /* value */
 18919                   "\001",
 18920               };
 18921               
 18922               static const char*
 18923               _CIM_Privilege_Activities_qualifiers[] =
 18924               {
 18925 mike  1.1.2.1     /* ValueMap */
 18926                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..15999\00016000..\000",
 18927                   /* Values */
 18928                   "\062\000\011Other\000Create\000Delete\000Detect\000Read\000Write\000Execute\000DMTF Reserved\000Vendor Reserved\000",
 18929                   /* ArrayType */
 18930                   "\005Indexed",
 18931                   /* ModelCorrespondence */
 18932                   "\036\000\001CIM_Privilege.ActivityQualifiers\000",
 18933                   0,
 18934               };
 18935               
 18936               static MetaProperty
 18937               _CIM_Privilege_Activities =
 18938               {
 18939                   /* flags */
 18940                   META_FLAG_PROPERTY|META_FLAG_READ,
 18941                   /* name */
 18942                   "Activities",
 18943                   /* qualifiers */
 18944                   _CIM_Privilege_Activities_qualifiers,
 18945                   /* type */
 18946 mike  1.1.2.1     CIMTYPE_UINT16,
 18947                   /* subscript */
 18948                   0,
 18949                   /* value */
 18950                   0,
 18951               };
 18952               
 18953               static const char*
 18954               _CIM_Privilege_ActivityQualifiers_qualifiers[] =
 18955               {
 18956                   /* ArrayType */
 18957                   "\005Indexed",
 18958                   /* ModelCorrespondence */
 18959                   "\036\000\002CIM_Privilege.Activities\000CIM_Privilege.QualifierFormats\000",
 18960                   0,
 18961               };
 18962               
 18963               static MetaProperty
 18964               _CIM_Privilege_ActivityQualifiers =
 18965               {
 18966                   /* flags */
 18967 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 18968                   /* name */
 18969                   "ActivityQualifiers",
 18970                   /* qualifiers */
 18971                   _CIM_Privilege_ActivityQualifiers_qualifiers,
 18972                   /* type */
 18973                   CIMTYPE_STRING,
 18974                   /* subscript */
 18975                   0,
 18976                   /* value */
 18977                   0,
 18978               };
 18979               
 18980               static const char*
 18981               _CIM_Privilege_QualifierFormats_qualifiers[] =
 18982               {
 18983                   /* ValueMap */
 18984                   "\061\000\0122\0003\0004\0005\0006\0007\0008\0009\000..15999\00016000..\000",
 18985                   /* Values */
 18986                   "\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",
 18987                   /* ArrayType */
 18988 mike  1.1.2.1     "\005Indexed",
 18989                   /* ModelCorrespondence */
 18990                   "\036\000\001CIM_Privilege.ActivityQualifiers\000",
 18991                   0,
 18992               };
 18993               
 18994               static MetaProperty
 18995               _CIM_Privilege_QualifierFormats =
 18996               {
 18997                   /* flags */
 18998                   META_FLAG_PROPERTY|META_FLAG_READ,
 18999                   /* name */
 19000                   "QualifierFormats",
 19001                   /* qualifiers */
 19002                   _CIM_Privilege_QualifierFormats_qualifiers,
 19003                   /* type */
 19004                   CIMTYPE_UINT16,
 19005                   /* subscript */
 19006                   0,
 19007                   /* value */
 19008                   0,
 19009 mike  1.1.2.1 };
 19010               
 19011               static MetaFeature*
 19012               _CIM_Privilege_features[] =
 19013               {
 19014                   (MetaFeature*)&_CIM_Privilege_InstanceID,
 19015                   (MetaFeature*)&_CIM_Privilege_PrivilegeGranted,
 19016                   (MetaFeature*)&_CIM_Privilege_Activities,
 19017                   (MetaFeature*)&_CIM_Privilege_ActivityQualifiers,
 19018                   (MetaFeature*)&_CIM_Privilege_QualifierFormats,
 19019                   0,
 19020               };
 19021               
 19022               static const char*
 19023               __root_cimv2_CIM_Privilege_qualifiers[] =
 19024               {
 19025                   /* UMLPackagePath */
 19026                   "\057CIM::User::Privilege",
 19027                   /* Version */
 19028                   "\0632.8.0",
 19029                   0,
 19030 mike  1.1.2.1 };
 19031               
 19032               MetaClass
 19033               __root_cimv2_CIM_Privilege =
 19034               {
 19035                   /* flags */
 19036                   META_FLAG_CLASS,
 19037                   /* name */
 19038                   "CIM_Privilege",
 19039                   /* qualifiers */
 19040                   __root_cimv2_CIM_Privilege_qualifiers,
 19041                   /* super */
 19042                   &__root_cimv2_CIM_ManagedElement,
 19043                   /* features */
 19044                   _CIM_Privilege_features,
 19045               };
 19046               
 19047               //==============================================================================
 19048               //
 19049               // Class: CIM_ProcessIndication
 19050               //
 19051 mike  1.1.2.1 //==============================================================================
 19052               
 19053               static MetaFeature*
 19054               _CIM_ProcessIndication_features[] =
 19055               {
 19056                   0,
 19057               };
 19058               
 19059               static const char*
 19060               __root_cimv2_CIM_ProcessIndication_qualifiers[] =
 19061               {
 19062                   /* INDICATION */
 19063                   "\001\001",
 19064                   /* UMLPackagePath */
 19065                   "\057CIM::Event",
 19066                   /* Abstract */
 19067                   "\002\001",
 19068                   /* Version */
 19069                   "\0632.6.0",
 19070                   0,
 19071               };
 19072 mike  1.1.2.1 
 19073               MetaClass
 19074               __root_cimv2_CIM_ProcessIndication =
 19075               {
 19076                   /* flags */
 19077                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
 19078                   /* name */
 19079                   "CIM_ProcessIndication",
 19080                   /* qualifiers */
 19081                   __root_cimv2_CIM_ProcessIndication_qualifiers,
 19082                   /* super */
 19083                   &__root_cimv2_CIM_Indication,
 19084                   /* features */
 19085                   _CIM_ProcessIndication_features,
 19086               };
 19087               
 19088               //==============================================================================
 19089               //
 19090               // Class: CIM_Product
 19091               //
 19092               //==============================================================================
 19093 mike  1.1.2.1 
 19094               static const char*
 19095               _CIM_Product_Name_qualifiers[] =
 19096               {
 19097                   /* Key */
 19098                   "\025\001",
 19099                   /* MaxLen */
 19100                   "\030\000\000\001\000",
 19101                   /* MappingStrings */
 19102                   "\026\000\001MIF.DMTF|ComponentID|001.2\000",
 19103                   /* ModelCorrespondence */
 19104                   "\036\000\001PRS_Product.ProductName\000",
 19105                   0,
 19106               };
 19107               
 19108               static MetaProperty
 19109               _CIM_Product_Name =
 19110               {
 19111                   /* flags */
 19112                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19113                   /* name */
 19114 mike  1.1.2.1     "Name",
 19115                   /* qualifiers */
 19116                   _CIM_Product_Name_qualifiers,
 19117                   /* type */
 19118                   CIMTYPE_STRING,
 19119                   /* subscript */
 19120                   -1,
 19121                   /* value */
 19122                   0,
 19123               };
 19124               
 19125               static const char*
 19126               _CIM_Product_IdentifyingNumber_qualifiers[] =
 19127               {
 19128                   /* Key */
 19129                   "\025\001",
 19130                   /* MaxLen */
 19131                   "\030\000\000\000\100",
 19132                   /* MappingStrings */
 19133                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 19134                   0,
 19135 mike  1.1.2.1 };
 19136               
 19137               static MetaProperty
 19138               _CIM_Product_IdentifyingNumber =
 19139               {
 19140                   /* flags */
 19141                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19142                   /* name */
 19143                   "IdentifyingNumber",
 19144                   /* qualifiers */
 19145                   _CIM_Product_IdentifyingNumber_qualifiers,
 19146                   /* type */
 19147                   CIMTYPE_STRING,
 19148                   /* subscript */
 19149                   -1,
 19150                   /* value */
 19151                   0,
 19152               };
 19153               
 19154               static const char*
 19155               _CIM_Product_Vendor_qualifiers[] =
 19156 mike  1.1.2.1 {
 19157                   /* Key */
 19158                   "\025\001",
 19159                   /* MaxLen */
 19160                   "\030\000\000\001\000",
 19161                   /* MappingStrings */
 19162                   "\026\000\001MIF.DMTF|ComponentID|001.1\000",
 19163                   /* ModelCorrespondence */
 19164                   "\036\000\001PRS_Product.Vendor\000",
 19165                   0,
 19166               };
 19167               
 19168               static MetaProperty
 19169               _CIM_Product_Vendor =
 19170               {
 19171                   /* flags */
 19172                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19173                   /* name */
 19174                   "Vendor",
 19175                   /* qualifiers */
 19176                   _CIM_Product_Vendor_qualifiers,
 19177 mike  1.1.2.1     /* type */
 19178                   CIMTYPE_STRING,
 19179                   /* subscript */
 19180                   -1,
 19181                   /* value */
 19182                   0,
 19183               };
 19184               
 19185               static const char*
 19186               _CIM_Product_Version_qualifiers[] =
 19187               {
 19188                   /* Key */
 19189                   "\025\001",
 19190                   /* MaxLen */
 19191                   "\030\000\000\000\100",
 19192                   /* MappingStrings */
 19193                   "\026\000\001MIF.DMTF|ComponentID|001.3\000",
 19194                   /* ModelCorrespondence */
 19195                   "\036\000\001PRS_Product.Version\000",
 19196                   0,
 19197               };
 19198 mike  1.1.2.1 
 19199               static MetaProperty
 19200               _CIM_Product_Version =
 19201               {
 19202                   /* flags */
 19203                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19204                   /* name */
 19205                   "Version",
 19206                   /* qualifiers */
 19207                   _CIM_Product_Version_qualifiers,
 19208                   /* type */
 19209                   CIMTYPE_STRING,
 19210                   /* subscript */
 19211                   -1,
 19212                   /* value */
 19213                   0,
 19214               };
 19215               
 19216               static const char*
 19217               _CIM_Product_SKUNumber_qualifiers[] =
 19218               {
 19219 mike  1.1.2.1     /* MaxLen */
 19220                   "\030\000\000\000\100",
 19221                   0,
 19222               };
 19223               
 19224               static MetaProperty
 19225               _CIM_Product_SKUNumber =
 19226               {
 19227                   /* flags */
 19228                   META_FLAG_PROPERTY|META_FLAG_READ,
 19229                   /* name */
 19230                   "SKUNumber",
 19231                   /* qualifiers */
 19232                   _CIM_Product_SKUNumber_qualifiers,
 19233                   /* type */
 19234                   CIMTYPE_STRING,
 19235                   /* subscript */
 19236                   -1,
 19237                   /* value */
 19238                   0,
 19239               };
 19240 mike  1.1.2.1 
 19241               static const char*
 19242               _CIM_Product_WarrantyStartDate_qualifiers[] =
 19243               {
 19244                   /* MappingStrings */
 19245                   "\026\000\001MIF.DMTF|FRU|002.9\000",
 19246                   /* ModelCorrespondence */
 19247                   "\036\000\001CIM_Product.WarrantyDuration\000",
 19248                   0,
 19249               };
 19250               
 19251               static MetaProperty
 19252               _CIM_Product_WarrantyStartDate =
 19253               {
 19254                   /* flags */
 19255                   META_FLAG_PROPERTY|META_FLAG_READ,
 19256                   /* name */
 19257                   "WarrantyStartDate",
 19258                   /* qualifiers */
 19259                   _CIM_Product_WarrantyStartDate_qualifiers,
 19260                   /* type */
 19261 mike  1.1.2.1     CIMTYPE_DATETIME,
 19262                   /* subscript */
 19263                   -1,
 19264                   /* value */
 19265                   0,
 19266               };
 19267               
 19268               static const char*
 19269               _CIM_Product_WarrantyDuration_qualifiers[] =
 19270               {
 19271                   /* Units */
 19272                   "\060Days",
 19273                   /* MappingStrings */
 19274                   "\026\000\001MIF.DMTF|FRU|002.10\000",
 19275                   /* ModelCorrespondence */
 19276                   "\036\000\001CIM_Product.WarrantyStartDate\000",
 19277                   0,
 19278               };
 19279               
 19280               static MetaProperty
 19281               _CIM_Product_WarrantyDuration =
 19282 mike  1.1.2.1 {
 19283                   /* flags */
 19284                   META_FLAG_PROPERTY|META_FLAG_READ,
 19285                   /* name */
 19286                   "WarrantyDuration",
 19287                   /* qualifiers */
 19288                   _CIM_Product_WarrantyDuration_qualifiers,
 19289                   /* type */
 19290                   CIMTYPE_UINT32,
 19291                   /* subscript */
 19292                   -1,
 19293                   /* value */
 19294                   0,
 19295               };
 19296               
 19297               static MetaFeature*
 19298               _CIM_Product_features[] =
 19299               {
 19300                   (MetaFeature*)&_CIM_Product_Name,
 19301                   (MetaFeature*)&_CIM_Product_IdentifyingNumber,
 19302                   (MetaFeature*)&_CIM_Product_Vendor,
 19303 mike  1.1.2.1     (MetaFeature*)&_CIM_Product_Version,
 19304                   (MetaFeature*)&_CIM_Product_SKUNumber,
 19305                   (MetaFeature*)&_CIM_Product_WarrantyStartDate,
 19306                   (MetaFeature*)&_CIM_Product_WarrantyDuration,
 19307                   0,
 19308               };
 19309               
 19310               static const char*
 19311               __root_cimv2_CIM_Product_qualifiers[] =
 19312               {
 19313                   /* UMLPackagePath */
 19314                   "\057CIM::Core::ProductFRU",
 19315                   /* Version */
 19316                   "\0632.7.0",
 19317                   0,
 19318               };
 19319               
 19320               MetaClass
 19321               __root_cimv2_CIM_Product =
 19322               {
 19323                   /* flags */
 19324 mike  1.1.2.1     META_FLAG_CLASS,
 19325                   /* name */
 19326                   "CIM_Product",
 19327                   /* qualifiers */
 19328                   __root_cimv2_CIM_Product_qualifiers,
 19329                   /* super */
 19330                   &__root_cimv2_CIM_ManagedElement,
 19331                   /* features */
 19332                   _CIM_Product_features,
 19333               };
 19334               
 19335               //==============================================================================
 19336               //
 19337               // Class: CIM_ProductComponent
 19338               //
 19339               //==============================================================================
 19340               
 19341               static const char*
 19342               _CIM_ProductComponent_GroupComponent_qualifiers[] =
 19343               {
 19344                   /* Aggregate */
 19345 mike  1.1.2.1     "\003\001",
 19346                   /* Override */
 19347                   "\044GroupComponent",
 19348                   /* ModelCorrespondence */
 19349                   "\036\000\001PRS_ProductComponent.Antecedent\000",
 19350                   0,
 19351               };
 19352               
 19353               static MetaReference
 19354               _CIM_ProductComponent_GroupComponent =
 19355               {
 19356                   /* flags */
 19357                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 19358                   /* name */
 19359                   "GroupComponent",
 19360                   /* qualifiers */
 19361                   _CIM_ProductComponent_GroupComponent_qualifiers,
 19362                   /* subscript */
 19363                   -1,
 19364                   /* refId */
 19365                   &__root_cimv2_CIM_Product,
 19366 mike  1.1.2.1 };
 19367               
 19368               static const char*
 19369               _CIM_ProductComponent_PartComponent_qualifiers[] =
 19370               {
 19371                   /* Override */
 19372                   "\044PartComponent",
 19373                   /* ModelCorrespondence */
 19374                   "\036\000\001PRS_ProductComponent.Dependent\000",
 19375                   0,
 19376               };
 19377               
 19378               static MetaReference
 19379               _CIM_ProductComponent_PartComponent =
 19380               {
 19381                   /* flags */
 19382                   META_FLAG_REFERENCE|META_FLAG_READ,
 19383                   /* name */
 19384                   "PartComponent",
 19385                   /* qualifiers */
 19386                   _CIM_ProductComponent_PartComponent_qualifiers,
 19387 mike  1.1.2.1     /* subscript */
 19388                   -1,
 19389                   /* refId */
 19390                   &__root_cimv2_CIM_Product,
 19391               };
 19392               
 19393               static MetaFeature*
 19394               _CIM_ProductComponent_features[] =
 19395               {
 19396                   (MetaFeature*)&_CIM_ProductComponent_GroupComponent,
 19397                   (MetaFeature*)&_CIM_ProductComponent_PartComponent,
 19398                   0,
 19399               };
 19400               
 19401               static const char*
 19402               __root_cimv2_CIM_ProductComponent_qualifiers[] =
 19403               {
 19404                   /* ASSOCIATION */
 19405                   "\000\001",
 19406                   /* UMLPackagePath */
 19407                   "\057CIM::Core::ProductFRU",
 19408 mike  1.1.2.1     /* Aggregation */
 19409                   "\004\001",
 19410                   /* Composition */
 19411                   "\011\001",
 19412                   /* Version */
 19413                   "\0632.7.0",
 19414                   0,
 19415               };
 19416               
 19417               MetaClass
 19418               __root_cimv2_CIM_ProductComponent =
 19419               {
 19420                   /* flags */
 19421                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19422                   /* name */
 19423                   "CIM_ProductComponent",
 19424                   /* qualifiers */
 19425                   __root_cimv2_CIM_ProductComponent_qualifiers,
 19426                   /* super */
 19427                   &__root_cimv2_CIM_Component,
 19428                   /* features */
 19429 mike  1.1.2.1     _CIM_ProductComponent_features,
 19430               };
 19431               
 19432               //==============================================================================
 19433               //
 19434               // Class: CIM_ProductFRU
 19435               //
 19436               //==============================================================================
 19437               
 19438               static const char*
 19439               _CIM_ProductFRU_Product_qualifiers[] =
 19440               {
 19441                   /* Key */
 19442                   "\025\001",
 19443                   /* Max */
 19444                   "\027\000\000\000\001",
 19445                   0,
 19446               };
 19447               
 19448               static MetaReference
 19449               _CIM_ProductFRU_Product =
 19450 mike  1.1.2.1 {
 19451                   /* flags */
 19452                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19453                   /* name */
 19454                   "Product",
 19455                   /* qualifiers */
 19456                   _CIM_ProductFRU_Product_qualifiers,
 19457                   /* subscript */
 19458                   -1,
 19459                   /* refId */
 19460                   &__root_cimv2_CIM_Product,
 19461               };
 19462               
 19463               static const char*
 19464               _CIM_ProductFRU_FRU_qualifiers[] =
 19465               {
 19466                   /* Key */
 19467                   "\025\001",
 19468                   0,
 19469               };
 19470               
 19471 mike  1.1.2.1 static MetaReference
 19472               _CIM_ProductFRU_FRU =
 19473               {
 19474                   /* flags */
 19475                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19476                   /* name */
 19477                   "FRU",
 19478                   /* qualifiers */
 19479                   _CIM_ProductFRU_FRU_qualifiers,
 19480                   /* subscript */
 19481                   -1,
 19482                   /* refId */
 19483                   &__root_cimv2_CIM_FRU,
 19484               };
 19485               
 19486               static MetaFeature*
 19487               _CIM_ProductFRU_features[] =
 19488               {
 19489                   (MetaFeature*)&_CIM_ProductFRU_Product,
 19490                   (MetaFeature*)&_CIM_ProductFRU_FRU,
 19491                   0,
 19492 mike  1.1.2.1 };
 19493               
 19494               static const char*
 19495               __root_cimv2_CIM_ProductFRU_qualifiers[] =
 19496               {
 19497                   /* ASSOCIATION */
 19498                   "\000\001",
 19499                   /* UMLPackagePath */
 19500                   "\057CIM::Core::ProductFRU",
 19501                   /* Version */
 19502                   "\0632.6.0",
 19503                   0,
 19504               };
 19505               
 19506               MetaClass
 19507               __root_cimv2_CIM_ProductFRU =
 19508               {
 19509                   /* flags */
 19510                   META_FLAG_ASSOCIATION,
 19511                   /* name */
 19512                   "CIM_ProductFRU",
 19513 mike  1.1.2.1     /* qualifiers */
 19514                   __root_cimv2_CIM_ProductFRU_qualifiers,
 19515                   /* super */
 19516                   0,
 19517                   /* features */
 19518                   _CIM_ProductFRU_features,
 19519               };
 19520               
 19521               //==============================================================================
 19522               //
 19523               // Class: CIM_ProductParentChild
 19524               //
 19525               //==============================================================================
 19526               
 19527               static const char*
 19528               _CIM_ProductParentChild_Parent_qualifiers[] =
 19529               {
 19530                   /* Key */
 19531                   "\025\001",
 19532                   /* Aggregate */
 19533                   "\003\001",
 19534 mike  1.1.2.1     0,
 19535               };
 19536               
 19537               static MetaReference
 19538               _CIM_ProductParentChild_Parent =
 19539               {
 19540                   /* flags */
 19541                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 19542                   /* name */
 19543                   "Parent",
 19544                   /* qualifiers */
 19545                   _CIM_ProductParentChild_Parent_qualifiers,
 19546                   /* subscript */
 19547                   -1,
 19548                   /* refId */
 19549                   &__root_cimv2_CIM_Product,
 19550               };
 19551               
 19552               static const char*
 19553               _CIM_ProductParentChild_Child_qualifiers[] =
 19554               {
 19555 mike  1.1.2.1     /* Key */
 19556                   "\025\001",
 19557                   0,
 19558               };
 19559               
 19560               static MetaReference
 19561               _CIM_ProductParentChild_Child =
 19562               {
 19563                   /* flags */
 19564                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19565                   /* name */
 19566                   "Child",
 19567                   /* qualifiers */
 19568                   _CIM_ProductParentChild_Child_qualifiers,
 19569                   /* subscript */
 19570                   -1,
 19571                   /* refId */
 19572                   &__root_cimv2_CIM_Product,
 19573               };
 19574               
 19575               static MetaFeature*
 19576 mike  1.1.2.1 _CIM_ProductParentChild_features[] =
 19577               {
 19578                   (MetaFeature*)&_CIM_ProductParentChild_Parent,
 19579                   (MetaFeature*)&_CIM_ProductParentChild_Child,
 19580                   0,
 19581               };
 19582               
 19583               static const char*
 19584               __root_cimv2_CIM_ProductParentChild_qualifiers[] =
 19585               {
 19586                   /* ASSOCIATION */
 19587                   "\000\001",
 19588                   /* UMLPackagePath */
 19589                   "\057CIM::Core::ProductFRU",
 19590                   /* Aggregation */
 19591                   "\004\001",
 19592                   /* Composition */
 19593                   "\011\001",
 19594                   /* Version */
 19595                   "\0632.7.0",
 19596                   0,
 19597 mike  1.1.2.1 };
 19598               
 19599               MetaClass
 19600               __root_cimv2_CIM_ProductParentChild =
 19601               {
 19602                   /* flags */
 19603                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19604                   /* name */
 19605                   "CIM_ProductParentChild",
 19606                   /* qualifiers */
 19607                   __root_cimv2_CIM_ProductParentChild_qualifiers,
 19608                   /* super */
 19609                   0,
 19610                   /* features */
 19611                   _CIM_ProductParentChild_features,
 19612               };
 19613               
 19614               //==============================================================================
 19615               //
 19616               // Class: CIM_ProductPhysicalComponent
 19617               //
 19618 mike  1.1.2.1 //==============================================================================
 19619               
 19620               static const char*
 19621               _CIM_ProductPhysicalComponent_GroupComponent_qualifiers[] =
 19622               {
 19623                   /* Override */
 19624                   "\044GroupComponent",
 19625                   /* Max */
 19626                   "\027\000\000\000\001",
 19627                   0,
 19628               };
 19629               
 19630               static MetaReference
 19631               _CIM_ProductPhysicalComponent_GroupComponent =
 19632               {
 19633                   /* flags */
 19634                   META_FLAG_REFERENCE|META_FLAG_READ,
 19635                   /* name */
 19636                   "GroupComponent",
 19637                   /* qualifiers */
 19638                   _CIM_ProductPhysicalComponent_GroupComponent_qualifiers,
 19639 mike  1.1.2.1     /* subscript */
 19640                   -1,
 19641                   /* refId */
 19642                   &__root_cimv2_CIM_Product,
 19643               };
 19644               
 19645               static const char*
 19646               _CIM_ProductPhysicalComponent_PartComponent_qualifiers[] =
 19647               {
 19648                   /* Override */
 19649                   "\044PartComponent",
 19650                   0,
 19651               };
 19652               
 19653               static MetaReference
 19654               _CIM_ProductPhysicalComponent_PartComponent =
 19655               {
 19656                   /* flags */
 19657                   META_FLAG_REFERENCE|META_FLAG_READ,
 19658                   /* name */
 19659                   "PartComponent",
 19660 mike  1.1.2.1     /* qualifiers */
 19661                   _CIM_ProductPhysicalComponent_PartComponent_qualifiers,
 19662                   /* subscript */
 19663                   -1,
 19664                   /* refId */
 19665                   &__root_cimv2_CIM_PhysicalElement,
 19666               };
 19667               
 19668               static MetaFeature*
 19669               _CIM_ProductPhysicalComponent_features[] =
 19670               {
 19671                   (MetaFeature*)&_CIM_ProductPhysicalComponent_GroupComponent,
 19672                   (MetaFeature*)&_CIM_ProductPhysicalComponent_PartComponent,
 19673                   0,
 19674               };
 19675               
 19676               static const char*
 19677               __root_cimv2_CIM_ProductPhysicalComponent_qualifiers[] =
 19678               {
 19679                   /* ASSOCIATION */
 19680                   "\000\001",
 19681 mike  1.1.2.1     /* UMLPackagePath */
 19682                   "\057CIM::Core::ProductFRU",
 19683                   /* Aggregation */
 19684                   "\004\001",
 19685                   /* Composition */
 19686                   "\011\001",
 19687                   /* Version */
 19688                   "\0632.7.0",
 19689                   0,
 19690               };
 19691               
 19692               MetaClass
 19693               __root_cimv2_CIM_ProductPhysicalComponent =
 19694               {
 19695                   /* flags */
 19696                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19697                   /* name */
 19698                   "CIM_ProductPhysicalComponent",
 19699                   /* qualifiers */
 19700                   __root_cimv2_CIM_ProductPhysicalComponent_qualifiers,
 19701                   /* super */
 19702 mike  1.1.2.1     &__root_cimv2_CIM_Component,
 19703                   /* features */
 19704                   _CIM_ProductPhysicalComponent_features,
 19705               };
 19706               
 19707               //==============================================================================
 19708               //
 19709               // Class: CIM_ProductPhysicalElements
 19710               //
 19711               //==============================================================================
 19712               
 19713               static const char*
 19714               _CIM_ProductPhysicalElements_Product_qualifiers[] =
 19715               {
 19716                   /* Deprecated */
 19717                   "\013\000\001CIM_ProductPhysicalComponent.GroupComponent\000",
 19718                   /* Key */
 19719                   "\025\001",
 19720                   /* Aggregate */
 19721                   "\003\001",
 19722                   /* Max */
 19723 mike  1.1.2.1     "\027\000\000\000\001",
 19724                   0,
 19725               };
 19726               
 19727               static MetaReference
 19728               _CIM_ProductPhysicalElements_Product =
 19729               {
 19730                   /* flags */
 19731                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 19732                   /* name */
 19733                   "Product",
 19734                   /* qualifiers */
 19735                   _CIM_ProductPhysicalElements_Product_qualifiers,
 19736                   /* subscript */
 19737                   -1,
 19738                   /* refId */
 19739                   &__root_cimv2_CIM_Product,
 19740               };
 19741               
 19742               static const char*
 19743               _CIM_ProductPhysicalElements_Component_qualifiers[] =
 19744 mike  1.1.2.1 {
 19745                   /* Deprecated */
 19746                   "\013\000\001CIM_ProductPhysicalComponent.PartComponent\000",
 19747                   /* Key */
 19748                   "\025\001",
 19749                   0,
 19750               };
 19751               
 19752               static MetaReference
 19753               _CIM_ProductPhysicalElements_Component =
 19754               {
 19755                   /* flags */
 19756                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19757                   /* name */
 19758                   "Component",
 19759                   /* qualifiers */
 19760                   _CIM_ProductPhysicalElements_Component_qualifiers,
 19761                   /* subscript */
 19762                   -1,
 19763                   /* refId */
 19764                   &__root_cimv2_CIM_PhysicalElement,
 19765 mike  1.1.2.1 };
 19766               
 19767               static MetaFeature*
 19768               _CIM_ProductPhysicalElements_features[] =
 19769               {
 19770                   (MetaFeature*)&_CIM_ProductPhysicalElements_Product,
 19771                   (MetaFeature*)&_CIM_ProductPhysicalElements_Component,
 19772                   0,
 19773               };
 19774               
 19775               static const char*
 19776               __root_cimv2_CIM_ProductPhysicalElements_qualifiers[] =
 19777               {
 19778                   /* ASSOCIATION */
 19779                   "\000\001",
 19780                   /* Deprecated */
 19781                   "\013\000\001CIM_ProductPhysicalComponent\000",
 19782                   /* UMLPackagePath */
 19783                   "\057CIM::Core::ProductFRU",
 19784                   /* Aggregation */
 19785                   "\004\001",
 19786 mike  1.1.2.1     /* Composition */
 19787                   "\011\001",
 19788                   /* Version */
 19789                   "\0632.7.0",
 19790                   0,
 19791               };
 19792               
 19793               MetaClass
 19794               __root_cimv2_CIM_ProductPhysicalElements =
 19795               {
 19796                   /* flags */
 19797                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19798                   /* name */
 19799                   "CIM_ProductPhysicalElements",
 19800                   /* qualifiers */
 19801                   __root_cimv2_CIM_ProductPhysicalElements_qualifiers,
 19802                   /* super */
 19803                   0,
 19804                   /* features */
 19805                   _CIM_ProductPhysicalElements_features,
 19806               };
 19807 mike  1.1.2.1 
 19808               //==============================================================================
 19809               //
 19810               // Class: CIM_ProductProductDependency
 19811               //
 19812               //==============================================================================
 19813               
 19814               static const char*
 19815               _CIM_ProductProductDependency_RequiredProduct_qualifiers[] =
 19816               {
 19817                   /* Key */
 19818                   "\025\001",
 19819                   0,
 19820               };
 19821               
 19822               static MetaReference
 19823               _CIM_ProductProductDependency_RequiredProduct =
 19824               {
 19825                   /* flags */
 19826                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19827                   /* name */
 19828 mike  1.1.2.1     "RequiredProduct",
 19829                   /* qualifiers */
 19830                   _CIM_ProductProductDependency_RequiredProduct_qualifiers,
 19831                   /* subscript */
 19832                   -1,
 19833                   /* refId */
 19834                   &__root_cimv2_CIM_Product,
 19835               };
 19836               
 19837               static const char*
 19838               _CIM_ProductProductDependency_DependentProduct_qualifiers[] =
 19839               {
 19840                   /* Key */
 19841                   "\025\001",
 19842                   0,
 19843               };
 19844               
 19845               static MetaReference
 19846               _CIM_ProductProductDependency_DependentProduct =
 19847               {
 19848                   /* flags */
 19849 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19850                   /* name */
 19851                   "DependentProduct",
 19852                   /* qualifiers */
 19853                   _CIM_ProductProductDependency_DependentProduct_qualifiers,
 19854                   /* subscript */
 19855                   -1,
 19856                   /* refId */
 19857                   &__root_cimv2_CIM_Product,
 19858               };
 19859               
 19860               static const char*
 19861               _CIM_ProductProductDependency_TypeOfDependency_qualifiers[] =
 19862               {
 19863                   /* ValueMap */
 19864                   "\061\000\0040\0001\0002\0003\000",
 19865                   /* Values */
 19866                   "\062\000\004Unknown\000Other\000Product Must Be Installed\000Product Must Not Be Installed\000",
 19867                   0,
 19868               };
 19869               
 19870 mike  1.1.2.1 static MetaProperty
 19871               _CIM_ProductProductDependency_TypeOfDependency =
 19872               {
 19873                   /* flags */
 19874                   META_FLAG_PROPERTY|META_FLAG_READ,
 19875                   /* name */
 19876                   "TypeOfDependency",
 19877                   /* qualifiers */
 19878                   _CIM_ProductProductDependency_TypeOfDependency_qualifiers,
 19879                   /* type */
 19880                   CIMTYPE_UINT16,
 19881                   /* subscript */
 19882                   -1,
 19883                   /* value */
 19884                   0,
 19885               };
 19886               
 19887               static MetaFeature*
 19888               _CIM_ProductProductDependency_features[] =
 19889               {
 19890                   (MetaFeature*)&_CIM_ProductProductDependency_RequiredProduct,
 19891 mike  1.1.2.1     (MetaFeature*)&_CIM_ProductProductDependency_DependentProduct,
 19892                   (MetaFeature*)&_CIM_ProductProductDependency_TypeOfDependency,
 19893                   0,
 19894               };
 19895               
 19896               static const char*
 19897               __root_cimv2_CIM_ProductProductDependency_qualifiers[] =
 19898               {
 19899                   /* ASSOCIATION */
 19900                   "\000\001",
 19901                   /* UMLPackagePath */
 19902                   "\057CIM::Core::ProductFRU",
 19903                   /* Version */
 19904                   "\0632.6.0",
 19905                   0,
 19906               };
 19907               
 19908               MetaClass
 19909               __root_cimv2_CIM_ProductProductDependency =
 19910               {
 19911                   /* flags */
 19912 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 19913                   /* name */
 19914                   "CIM_ProductProductDependency",
 19915                   /* qualifiers */
 19916                   __root_cimv2_CIM_ProductProductDependency_qualifiers,
 19917                   /* super */
 19918                   0,
 19919                   /* features */
 19920                   _CIM_ProductProductDependency_features,
 19921               };
 19922               
 19923               //==============================================================================
 19924               //
 19925               // Class: CIM_Profile
 19926               //
 19927               //==============================================================================
 19928               
 19929               static const char*
 19930               _CIM_Profile_InstanceID_qualifiers[] =
 19931               {
 19932                   /* Key */
 19933 mike  1.1.2.1     "\025\001",
 19934                   0,
 19935               };
 19936               
 19937               static MetaProperty
 19938               _CIM_Profile_InstanceID =
 19939               {
 19940                   /* flags */
 19941                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19942                   /* name */
 19943                   "InstanceID",
 19944                   /* qualifiers */
 19945                   _CIM_Profile_InstanceID_qualifiers,
 19946                   /* type */
 19947                   CIMTYPE_STRING,
 19948                   /* subscript */
 19949                   -1,
 19950                   /* value */
 19951                   0,
 19952               };
 19953               
 19954 mike  1.1.2.1 static MetaFeature*
 19955               _CIM_Profile_features[] =
 19956               {
 19957                   (MetaFeature*)&_CIM_Profile_InstanceID,
 19958                   0,
 19959               };
 19960               
 19961               static const char*
 19962               __root_cimv2_CIM_Profile_qualifiers[] =
 19963               {
 19964                   /* UMLPackagePath */
 19965                   "\057CIM::Core::Settings",
 19966                   /* Version */
 19967                   "\0632.7.0",
 19968                   0,
 19969               };
 19970               
 19971               MetaClass
 19972               __root_cimv2_CIM_Profile =
 19973               {
 19974                   /* flags */
 19975 mike  1.1.2.1     META_FLAG_CLASS,
 19976                   /* name */
 19977                   "CIM_Profile",
 19978                   /* qualifiers */
 19979                   __root_cimv2_CIM_Profile_qualifiers,
 19980                   /* super */
 19981                   &__root_cimv2_CIM_Collection,
 19982                   /* features */
 19983                   _CIM_Profile_features,
 19984               };
 19985               
 19986               //==============================================================================
 19987               //
 19988               // Class: CIM_ProtocolControllerMaskingCapabilities
 19989               //
 19990               //==============================================================================
 19991               
 19992               static const char*
 19993               _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes_qualifiers[] =
 19994               {
 19995                   /* ValueMap */
 19996 mike  1.1.2.1     "\061\000\0051\0002\0003\0004\0005\000",
 19997                   /* Values */
 19998                   "\062\000\005Other\000Port WWN\000Node WWN\000Host Name\000iSCSI Name\000",
 19999                   /* ArrayType */
 20000                   "\005Indexed",
 20001                   0,
 20002               };
 20003               
 20004               static MetaProperty
 20005               _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes =
 20006               {
 20007                   /* flags */
 20008                   META_FLAG_PROPERTY|META_FLAG_READ,
 20009                   /* name */
 20010                   "ValidHardwareIdTypes",
 20011                   /* qualifiers */
 20012                   _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes_qualifiers,
 20013                   /* type */
 20014                   CIMTYPE_UINT16,
 20015                   /* subscript */
 20016                   0,
 20017 mike  1.1.2.1     /* value */
 20018                   0,
 20019               };
 20020               
 20021               static const char*
 20022               _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes_qualifiers[] =
 20023               {
 20024                   /* ArrayType */
 20025                   "\005Indexed",
 20026                   0,
 20027               };
 20028               
 20029               static MetaProperty
 20030               _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes =
 20031               {
 20032                   /* flags */
 20033                   META_FLAG_PROPERTY|META_FLAG_READ,
 20034                   /* name */
 20035                   "OtherValidHardwareIDTypes",
 20036                   /* qualifiers */
 20037                   _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes_qualifiers,
 20038 mike  1.1.2.1     /* type */
 20039                   CIMTYPE_STRING,
 20040                   /* subscript */
 20041                   0,
 20042                   /* value */
 20043                   0,
 20044               };
 20045               
 20046               static const char*
 20047               _CIM_ProtocolControllerMaskingCapabilities_PortsPerView_qualifiers[] =
 20048               {
 20049                   /* ValueMap */
 20050                   "\061\000\0032\0003\0004\000",
 20051                   /* Values */
 20052                   "\062\000\003One Port per View\000Multiple Ports per View\000All Ports share the same View\000",
 20053                   0,
 20054               };
 20055               
 20056               static MetaProperty
 20057               _CIM_ProtocolControllerMaskingCapabilities_PortsPerView =
 20058               {
 20059 mike  1.1.2.1     /* flags */
 20060                   META_FLAG_PROPERTY|META_FLAG_READ,
 20061                   /* name */
 20062                   "PortsPerView",
 20063                   /* qualifiers */
 20064                   _CIM_ProtocolControllerMaskingCapabilities_PortsPerView_qualifiers,
 20065                   /* type */
 20066                   CIMTYPE_UINT16,
 20067                   /* subscript */
 20068                   -1,
 20069                   /* value */
 20070                   "\000\002",
 20071               };
 20072               
 20073               static const char*
 20074               _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers_qualifiers[] =
 20075               {
 20076                   0,
 20077               };
 20078               
 20079               static MetaProperty
 20080 mike  1.1.2.1 _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers =
 20081               {
 20082                   /* flags */
 20083                   META_FLAG_PROPERTY|META_FLAG_READ,
 20084                   /* name */
 20085                   "ClientSelectableDeviceNumbers",
 20086                   /* qualifiers */
 20087                   _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers_qualifiers,
 20088                   /* type */
 20089                   CIMTYPE_BOOLEAN,
 20090                   /* subscript */
 20091                   -1,
 20092                   /* value */
 20093                   "\001",
 20094               };
 20095               
 20096               static const char*
 20097               _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported_qualifiers[] =
 20098               {
 20099                   0,
 20100               };
 20101 mike  1.1.2.1 
 20102               static MetaProperty
 20103               _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported =
 20104               {
 20105                   /* flags */
 20106                   META_FLAG_PROPERTY|META_FLAG_READ,
 20107                   /* name */
 20108                   "AttachDeviceSupported",
 20109                   /* qualifiers */
 20110                   _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported_qualifiers,
 20111                   /* type */
 20112                   CIMTYPE_BOOLEAN,
 20113                   /* subscript */
 20114                   -1,
 20115                   /* value */
 20116                   0,
 20117               };
 20118               
 20119               static const char*
 20120               _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView_qualifiers[] =
 20121               {
 20122 mike  1.1.2.1     0,
 20123               };
 20124               
 20125               static MetaProperty
 20126               _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView =
 20127               {
 20128                   /* flags */
 20129                   META_FLAG_PROPERTY|META_FLAG_READ,
 20130                   /* name */
 20131                   "OneHardwareIDPerView",
 20132                   /* qualifiers */
 20133                   _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView_qualifiers,
 20134                   /* type */
 20135                   CIMTYPE_BOOLEAN,
 20136                   /* subscript */
 20137                   -1,
 20138                   /* value */
 20139                   "\000",
 20140               };
 20141               
 20142               static const char*
 20143 mike  1.1.2.1 _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort_qualifiers[] =
 20144               {
 20145                   0,
 20146               };
 20147               
 20148               static MetaProperty
 20149               _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort =
 20150               {
 20151                   /* flags */
 20152                   META_FLAG_PROPERTY|META_FLAG_READ,
 20153                   /* name */
 20154                   "UniqueUnitNumbersPerPort",
 20155                   /* qualifiers */
 20156                   _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort_qualifiers,
 20157                   /* type */
 20158                   CIMTYPE_BOOLEAN,
 20159                   /* subscript */
 20160                   -1,
 20161                   /* value */
 20162                   "\000",
 20163               };
 20164 mike  1.1.2.1 
 20165               static const char*
 20166               _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported_qualifiers[] =
 20167               {
 20168                   0,
 20169               };
 20170               
 20171               static MetaProperty
 20172               _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported =
 20173               {
 20174                   /* flags */
 20175                   META_FLAG_PROPERTY|META_FLAG_READ,
 20176                   /* name */
 20177                   "PrivilegeDeniedSupported",
 20178                   /* qualifiers */
 20179                   _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported_qualifiers,
 20180                   /* type */
 20181                   CIMTYPE_BOOLEAN,
 20182                   /* subscript */
 20183                   -1,
 20184                   /* value */
 20185 mike  1.1.2.1     "\000",
 20186               };
 20187               
 20188               static const char*
 20189               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity_qualifiers[] =
 20190               {
 20191                   0,
 20192               };
 20193               
 20194               static MetaProperty
 20195               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity =
 20196               {
 20197                   /* flags */
 20198                   META_FLAG_PROPERTY|META_FLAG_READ,
 20199                   /* name */
 20200                   "ProtocolControllerRequiresAuthorizedIdentity",
 20201                   /* qualifiers */
 20202                   _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity_qualifiers,
 20203                   /* type */
 20204                   CIMTYPE_BOOLEAN,
 20205                   /* subscript */
 20206 mike  1.1.2.1     -1,
 20207                   /* value */
 20208                   "\000",
 20209               };
 20210               
 20211               static const char*
 20212               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections_qualifiers[] =
 20213               {
 20214                   0,
 20215               };
 20216               
 20217               static MetaProperty
 20218               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections =
 20219               {
 20220                   /* flags */
 20221                   META_FLAG_PROPERTY|META_FLAG_READ,
 20222                   /* name */
 20223                   "ProtocolControllerSupportsCollections",
 20224                   /* qualifiers */
 20225                   _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections_qualifiers,
 20226                   /* type */
 20227 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 20228                   /* subscript */
 20229                   -1,
 20230                   /* value */
 20231                   "\000",
 20232               };
 20233               
 20234               static const char*
 20235               _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported_qualifiers[] =
 20236               {
 20237                   0,
 20238               };
 20239               
 20240               static MetaProperty
 20241               _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported =
 20242               {
 20243                   /* flags */
 20244                   META_FLAG_PROPERTY|META_FLAG_READ,
 20245                   /* name */
 20246                   "ExposePathsSupported",
 20247                   /* qualifiers */
 20248 mike  1.1.2.1     _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported_qualifiers,
 20249                   /* type */
 20250                   CIMTYPE_BOOLEAN,
 20251                   /* subscript */
 20252                   -1,
 20253                   /* value */
 20254                   0,
 20255               };
 20256               
 20257               static const char*
 20258               _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported_qualifiers[] =
 20259               {
 20260                   0,
 20261               };
 20262               
 20263               static MetaProperty
 20264               _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported =
 20265               {
 20266                   /* flags */
 20267                   META_FLAG_PROPERTY|META_FLAG_READ,
 20268                   /* name */
 20269 mike  1.1.2.1     "CreateProtocolControllerSupported",
 20270                   /* qualifiers */
 20271                   _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported_qualifiers,
 20272                   /* type */
 20273                   CIMTYPE_BOOLEAN,
 20274                   /* subscript */
 20275                   -1,
 20276                   /* value */
 20277                   0,
 20278               };
 20279               
 20280               static const char*
 20281               _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount_qualifiers[] =
 20282               {
 20283                   0,
 20284               };
 20285               
 20286               static MetaProperty
 20287               _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount =
 20288               {
 20289                   /* flags */
 20290 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 20291                   /* name */
 20292                   "MaximumMapCount",
 20293                   /* qualifiers */
 20294                   _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount_qualifiers,
 20295                   /* type */
 20296                   CIMTYPE_UINT16,
 20297                   /* subscript */
 20298                   -1,
 20299                   /* value */
 20300                   "\000\000",
 20301               };
 20302               
 20303               static const char*
 20304               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs_qualifiers[] =
 20305               {
 20306                   0,
 20307               };
 20308               
 20309               static MetaProperty
 20310               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs =
 20311 mike  1.1.2.1 {
 20312                   /* flags */
 20313                   META_FLAG_PROPERTY|META_FLAG_READ,
 20314                   /* name */
 20315                   "SPCAllowsNoLUs",
 20316                   /* qualifiers */
 20317                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs_qualifiers,
 20318                   /* type */
 20319                   CIMTYPE_BOOLEAN,
 20320                   /* subscript */
 20321                   -1,
 20322                   /* value */
 20323                   "\000",
 20324               };
 20325               
 20326               static const char*
 20327               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets_qualifiers[] =
 20328               {
 20329                   0,
 20330               };
 20331               
 20332 mike  1.1.2.1 static MetaProperty
 20333               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets =
 20334               {
 20335                   /* flags */
 20336                   META_FLAG_PROPERTY|META_FLAG_READ,
 20337                   /* name */
 20338                   "SPCAllowsNoTargets",
 20339                   /* qualifiers */
 20340                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets_qualifiers,
 20341                   /* type */
 20342                   CIMTYPE_BOOLEAN,
 20343                   /* subscript */
 20344                   -1,
 20345                   /* value */
 20346                   "\000",
 20347               };
 20348               
 20349               static const char*
 20350               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators_qualifiers[] =
 20351               {
 20352                   0,
 20353 mike  1.1.2.1 };
 20354               
 20355               static MetaProperty
 20356               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators =
 20357               {
 20358                   /* flags */
 20359                   META_FLAG_PROPERTY|META_FLAG_READ,
 20360                   /* name */
 20361                   "SPCAllowsNoInitiators",
 20362                   /* qualifiers */
 20363                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators_qualifiers,
 20364                   /* type */
 20365                   CIMTYPE_BOOLEAN,
 20366                   /* subscript */
 20367                   -1,
 20368                   /* value */
 20369                   "\000",
 20370               };
 20371               
 20372               static const char*
 20373               _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews_qualifiers[] =
 20374 mike  1.1.2.1 {
 20375                   /* ModelCorrespondence */
 20376                   "\036\000\001CIM_ProtocolControllerMaskingCapabilities.PortsPerView\000",
 20377                   0,
 20378               };
 20379               
 20380               static MetaProperty
 20381               _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews =
 20382               {
 20383                   /* flags */
 20384                   META_FLAG_PROPERTY|META_FLAG_READ,
 20385                   /* name */
 20386                   "SPCSupportsDefaultViews",
 20387                   /* qualifiers */
 20388                   _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews_qualifiers,
 20389                   /* type */
 20390                   CIMTYPE_BOOLEAN,
 20391                   /* subscript */
 20392                   -1,
 20393                   /* value */
 20394                   "\001",
 20395 mike  1.1.2.1 };
 20396               
 20397               static MetaFeature*
 20398               _CIM_ProtocolControllerMaskingCapabilities_features[] =
 20399               {
 20400                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes,
 20401                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes,
 20402                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_PortsPerView,
 20403                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers,
 20404                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported,
 20405                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView,
 20406                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort,
 20407                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported,
 20408                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity,
 20409                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections,
 20410                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported,
 20411                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported,
 20412                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount,
 20413                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs,
 20414                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets,
 20415                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators,
 20416 mike  1.1.2.1     (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews,
 20417                   0,
 20418               };
 20419               
 20420               static const char*
 20421               __root_cimv2_CIM_ProtocolControllerMaskingCapabilities_qualifiers[] =
 20422               {
 20423                   /* UMLPackagePath */
 20424                   "\057CIM::Device::ProtocolController",
 20425                   /* Version */
 20426                   "\0632.10.0",
 20427                   0,
 20428               };
 20429               
 20430               MetaClass
 20431               __root_cimv2_CIM_ProtocolControllerMaskingCapabilities =
 20432               {
 20433                   /* flags */
 20434                   META_FLAG_CLASS,
 20435                   /* name */
 20436                   "CIM_ProtocolControllerMaskingCapabilities",
 20437 mike  1.1.2.1     /* qualifiers */
 20438                   __root_cimv2_CIM_ProtocolControllerMaskingCapabilities_qualifiers,
 20439                   /* super */
 20440                   &__root_cimv2_CIM_Capabilities,
 20441                   /* features */
 20442                   _CIM_ProtocolControllerMaskingCapabilities_features,
 20443               };
 20444               
 20445               //==============================================================================
 20446               //
 20447               // Class: CIM_PublicKeyCertificate
 20448               //
 20449               //==============================================================================
 20450               
 20451               static const char*
 20452               _CIM_PublicKeyCertificate_SystemCreationClassName_qualifiers[] =
 20453               {
 20454                   /* Key */
 20455                   "\025\001",
 20456                   /* Propagated */
 20457                   "\045CIM_CertificateAuthority.SystemCreationClassName",
 20458 mike  1.1.2.1     /* MaxLen */
 20459                   "\030\000\000\001\000",
 20460                   0,
 20461               };
 20462               
 20463               static MetaProperty
 20464               _CIM_PublicKeyCertificate_SystemCreationClassName =
 20465               {
 20466                   /* flags */
 20467                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20468                   /* name */
 20469                   "SystemCreationClassName",
 20470                   /* qualifiers */
 20471                   _CIM_PublicKeyCertificate_SystemCreationClassName_qualifiers,
 20472                   /* type */
 20473                   CIMTYPE_STRING,
 20474                   /* subscript */
 20475                   -1,
 20476                   /* value */
 20477                   0,
 20478               };
 20479 mike  1.1.2.1 
 20480               static const char*
 20481               _CIM_PublicKeyCertificate_SystemName_qualifiers[] =
 20482               {
 20483                   /* Key */
 20484                   "\025\001",
 20485                   /* Propagated */
 20486                   "\045CIM_CertificateAuthority.SystemName",
 20487                   /* MaxLen */
 20488                   "\030\000\000\001\000",
 20489                   0,
 20490               };
 20491               
 20492               static MetaProperty
 20493               _CIM_PublicKeyCertificate_SystemName =
 20494               {
 20495                   /* flags */
 20496                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20497                   /* name */
 20498                   "SystemName",
 20499                   /* qualifiers */
 20500 mike  1.1.2.1     _CIM_PublicKeyCertificate_SystemName_qualifiers,
 20501                   /* type */
 20502                   CIMTYPE_STRING,
 20503                   /* subscript */
 20504                   -1,
 20505                   /* value */
 20506                   0,
 20507               };
 20508               
 20509               static const char*
 20510               _CIM_PublicKeyCertificate_ServiceCreationClassName_qualifiers[] =
 20511               {
 20512                   /* Key */
 20513                   "\025\001",
 20514                   /* Propagated */
 20515                   "\045CIM_CertificateAuthority.CreationClassName",
 20516                   /* MaxLen */
 20517                   "\030\000\000\001\000",
 20518                   0,
 20519               };
 20520               
 20521 mike  1.1.2.1 static MetaProperty
 20522               _CIM_PublicKeyCertificate_ServiceCreationClassName =
 20523               {
 20524                   /* flags */
 20525                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20526                   /* name */
 20527                   "ServiceCreationClassName",
 20528                   /* qualifiers */
 20529                   _CIM_PublicKeyCertificate_ServiceCreationClassName_qualifiers,
 20530                   /* type */
 20531                   CIMTYPE_STRING,
 20532                   /* subscript */
 20533                   -1,
 20534                   /* value */
 20535                   0,
 20536               };
 20537               
 20538               static const char*
 20539               _CIM_PublicKeyCertificate_ServiceName_qualifiers[] =
 20540               {
 20541                   /* Key */
 20542 mike  1.1.2.1     "\025\001",
 20543                   /* Propagated */
 20544                   "\045CIM_CertificateAuthority.Name",
 20545                   /* MaxLen */
 20546                   "\030\000\000\001\000",
 20547                   0,
 20548               };
 20549               
 20550               static MetaProperty
 20551               _CIM_PublicKeyCertificate_ServiceName =
 20552               {
 20553                   /* flags */
 20554                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20555                   /* name */
 20556                   "ServiceName",
 20557                   /* qualifiers */
 20558                   _CIM_PublicKeyCertificate_ServiceName_qualifiers,
 20559                   /* type */
 20560                   CIMTYPE_STRING,
 20561                   /* subscript */
 20562                   -1,
 20563 mike  1.1.2.1     /* value */
 20564                   0,
 20565               };
 20566               
 20567               static const char*
 20568               _CIM_PublicKeyCertificate_Subject_qualifiers[] =
 20569               {
 20570                   /* Key */
 20571                   "\025\001",
 20572                   /* MaxLen */
 20573                   "\030\000\000\001\000",
 20574                   0,
 20575               };
 20576               
 20577               static MetaProperty
 20578               _CIM_PublicKeyCertificate_Subject =
 20579               {
 20580                   /* flags */
 20581                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20582                   /* name */
 20583                   "Subject",
 20584 mike  1.1.2.1     /* qualifiers */
 20585                   _CIM_PublicKeyCertificate_Subject_qualifiers,
 20586                   /* type */
 20587                   CIMTYPE_STRING,
 20588                   /* subscript */
 20589                   -1,
 20590                   /* value */
 20591                   0,
 20592               };
 20593               
 20594               static const char*
 20595               _CIM_PublicKeyCertificate_AltSubject_qualifiers[] =
 20596               {
 20597                   /* MaxLen */
 20598                   "\030\000\000\001\000",
 20599                   0,
 20600               };
 20601               
 20602               static MetaProperty
 20603               _CIM_PublicKeyCertificate_AltSubject =
 20604               {
 20605 mike  1.1.2.1     /* flags */
 20606                   META_FLAG_PROPERTY|META_FLAG_READ,
 20607                   /* name */
 20608                   "AltSubject",
 20609                   /* qualifiers */
 20610                   _CIM_PublicKeyCertificate_AltSubject_qualifiers,
 20611                   /* type */
 20612                   CIMTYPE_STRING,
 20613                   /* subscript */
 20614                   -1,
 20615                   /* value */
 20616                   0,
 20617               };
 20618               
 20619               static const char*
 20620               _CIM_PublicKeyCertificate_PublicKey_qualifiers[] =
 20621               {
 20622                   /* OctetString */
 20623                   "\042\001",
 20624                   0,
 20625               };
 20626 mike  1.1.2.1 
 20627               static MetaProperty
 20628               _CIM_PublicKeyCertificate_PublicKey =
 20629               {
 20630                   /* flags */
 20631                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 20632                   /* name */
 20633                   "PublicKey",
 20634                   /* qualifiers */
 20635                   _CIM_PublicKeyCertificate_PublicKey_qualifiers,
 20636                   /* type */
 20637                   CIMTYPE_UINT8,
 20638                   /* subscript */
 20639                   0,
 20640                   /* value */
 20641                   0,
 20642               };
 20643               
 20644               static MetaFeature*
 20645               _CIM_PublicKeyCertificate_features[] =
 20646               {
 20647 mike  1.1.2.1     (MetaFeature*)&_CIM_PublicKeyCertificate_SystemCreationClassName,
 20648                   (MetaFeature*)&_CIM_PublicKeyCertificate_SystemName,
 20649                   (MetaFeature*)&_CIM_PublicKeyCertificate_ServiceCreationClassName,
 20650                   (MetaFeature*)&_CIM_PublicKeyCertificate_ServiceName,
 20651                   (MetaFeature*)&_CIM_PublicKeyCertificate_Subject,
 20652                   (MetaFeature*)&_CIM_PublicKeyCertificate_AltSubject,
 20653                   (MetaFeature*)&_CIM_PublicKeyCertificate_PublicKey,
 20654                   0,
 20655               };
 20656               
 20657               static const char*
 20658               __root_cimv2_CIM_PublicKeyCertificate_qualifiers[] =
 20659               {
 20660                   /* UMLPackagePath */
 20661                   "\057CIM::User::PublicKey",
 20662                   /* Version */
 20663                   "\0632.8.0",
 20664                   0,
 20665               };
 20666               
 20667               MetaClass
 20668 mike  1.1.2.1 __root_cimv2_CIM_PublicKeyCertificate =
 20669               {
 20670                   /* flags */
 20671                   META_FLAG_CLASS,
 20672                   /* name */
 20673                   "CIM_PublicKeyCertificate",
 20674                   /* qualifiers */
 20675                   __root_cimv2_CIM_PublicKeyCertificate_qualifiers,
 20676                   /* super */
 20677                   &__root_cimv2_CIM_Credential,
 20678                   /* features */
 20679                   _CIM_PublicKeyCertificate_features,
 20680               };
 20681               
 20682               //==============================================================================
 20683               //
 20684               // Class: CIM_RecordForLog
 20685               //
 20686               //==============================================================================
 20687               
 20688               static const char*
 20689 mike  1.1.2.1 _CIM_RecordForLog_RecordFormat_qualifiers[] =
 20690               {
 20691                   /* ModelCorrespondence */
 20692                   "\036\000\001CIM_RecordForLog.RecordData\000",
 20693                   0,
 20694               };
 20695               
 20696               static MetaProperty
 20697               _CIM_RecordForLog_RecordFormat =
 20698               {
 20699                   /* flags */
 20700                   META_FLAG_PROPERTY|META_FLAG_READ,
 20701                   /* name */
 20702                   "RecordFormat",
 20703                   /* qualifiers */
 20704                   _CIM_RecordForLog_RecordFormat_qualifiers,
 20705                   /* type */
 20706                   CIMTYPE_STRING,
 20707                   /* subscript */
 20708                   -1,
 20709                   /* value */
 20710 mike  1.1.2.1     0,
 20711               };
 20712               
 20713               static const char*
 20714               _CIM_RecordForLog_RecordData_qualifiers[] =
 20715               {
 20716                   /* ModelCorrespondence */
 20717                   "\036\000\001CIM_RecordForLog.RecordFormat\000",
 20718                   0,
 20719               };
 20720               
 20721               static MetaProperty
 20722               _CIM_RecordForLog_RecordData =
 20723               {
 20724                   /* flags */
 20725                   META_FLAG_PROPERTY|META_FLAG_READ,
 20726                   /* name */
 20727                   "RecordData",
 20728                   /* qualifiers */
 20729                   _CIM_RecordForLog_RecordData_qualifiers,
 20730                   /* type */
 20731 mike  1.1.2.1     CIMTYPE_STRING,
 20732                   /* subscript */
 20733                   -1,
 20734                   /* value */
 20735                   0,
 20736               };
 20737               
 20738               static const char*
 20739               _CIM_RecordForLog_Locale_qualifiers[] =
 20740               {
 20741                   0,
 20742               };
 20743               
 20744               static MetaProperty
 20745               _CIM_RecordForLog_Locale =
 20746               {
 20747                   /* flags */
 20748                   META_FLAG_PROPERTY|META_FLAG_READ,
 20749                   /* name */
 20750                   "Locale",
 20751                   /* qualifiers */
 20752 mike  1.1.2.1     _CIM_RecordForLog_Locale_qualifiers,
 20753                   /* type */
 20754                   CIMTYPE_STRING,
 20755                   /* subscript */
 20756                   -1,
 20757                   /* value */
 20758                   0,
 20759               };
 20760               
 20761               static MetaFeature*
 20762               _CIM_RecordForLog_features[] =
 20763               {
 20764                   (MetaFeature*)&_CIM_RecordForLog_RecordFormat,
 20765                   (MetaFeature*)&_CIM_RecordForLog_RecordData,
 20766                   (MetaFeature*)&_CIM_RecordForLog_Locale,
 20767                   0,
 20768               };
 20769               
 20770               static const char*
 20771               __root_cimv2_CIM_RecordForLog_qualifiers[] =
 20772               {
 20773 mike  1.1.2.1     /* UMLPackagePath */
 20774                   "\057CIM::System::Logs",
 20775                   /* Abstract */
 20776                   "\002\001",
 20777                   /* Version */
 20778                   "\0632.9.0",
 20779                   0,
 20780               };
 20781               
 20782               MetaClass
 20783               __root_cimv2_CIM_RecordForLog =
 20784               {
 20785                   /* flags */
 20786                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 20787                   /* name */
 20788                   "CIM_RecordForLog",
 20789                   /* qualifiers */
 20790                   __root_cimv2_CIM_RecordForLog_qualifiers,
 20791                   /* super */
 20792                   &__root_cimv2_CIM_ManagedElement,
 20793                   /* features */
 20794 mike  1.1.2.1     _CIM_RecordForLog_features,
 20795               };
 20796               
 20797               //==============================================================================
 20798               //
 20799               // Class: CIM_RegisteredProfile
 20800               //
 20801               //==============================================================================
 20802               
 20803               static const char*
 20804               _CIM_RegisteredProfile_InstanceID_qualifiers[] =
 20805               {
 20806                   /* Key */
 20807                   "\025\001",
 20808                   0,
 20809               };
 20810               
 20811               static MetaProperty
 20812               _CIM_RegisteredProfile_InstanceID =
 20813               {
 20814                   /* flags */
 20815 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20816                   /* name */
 20817                   "InstanceID",
 20818                   /* qualifiers */
 20819                   _CIM_RegisteredProfile_InstanceID_qualifiers,
 20820                   /* type */
 20821                   CIMTYPE_STRING,
 20822                   /* subscript */
 20823                   -1,
 20824                   /* value */
 20825                   0,
 20826               };
 20827               
 20828               static const char*
 20829               _CIM_RegisteredProfile_RegisteredOrganization_qualifiers[] =
 20830               {
 20831                   /* Required */
 20832                   "\050\001",
 20833                   /* ValueMap */
 20834                   "\061\000\0231\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
 20835                   /* Values */
 20836 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",
 20837                   /* ModelCorrespondence */
 20838                   "\036\000\001CIM_RegisteredProfile.OtherRegisteredOrganization\000",
 20839                   0,
 20840               };
 20841               
 20842               static MetaProperty
 20843               _CIM_RegisteredProfile_RegisteredOrganization =
 20844               {
 20845                   /* flags */
 20846                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20847                   /* name */
 20848                   "RegisteredOrganization",
 20849                   /* qualifiers */
 20850                   _CIM_RegisteredProfile_RegisteredOrganization_qualifiers,
 20851                   /* type */
 20852                   CIMTYPE_UINT16,
 20853                   /* subscript */
 20854                   -1,
 20855                   /* value */
 20856                   0,
 20857 mike  1.1.2.1 };
 20858               
 20859               static const char*
 20860               _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers[] =
 20861               {
 20862                   /* MaxLen */
 20863                   "\030\000\000\001\000",
 20864                   /* ModelCorrespondence */
 20865                   "\036\000\001CIM_RegisteredProfile.RegisteredOrganization\000",
 20866                   0,
 20867               };
 20868               
 20869               static MetaProperty
 20870               _CIM_RegisteredProfile_OtherRegisteredOrganization =
 20871               {
 20872                   /* flags */
 20873                   META_FLAG_PROPERTY|META_FLAG_READ,
 20874                   /* name */
 20875                   "OtherRegisteredOrganization",
 20876                   /* qualifiers */
 20877                   _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers,
 20878 mike  1.1.2.1     /* type */
 20879                   CIMTYPE_STRING,
 20880                   /* subscript */
 20881                   -1,
 20882                   /* value */
 20883                   0,
 20884               };
 20885               
 20886               static const char*
 20887               _CIM_RegisteredProfile_RegisteredName_qualifiers[] =
 20888               {
 20889                   /* Required */
 20890                   "\050\001",
 20891                   /* MaxLen */
 20892                   "\030\000\000\001\000",
 20893                   0,
 20894               };
 20895               
 20896               static MetaProperty
 20897               _CIM_RegisteredProfile_RegisteredName =
 20898               {
 20899 mike  1.1.2.1     /* flags */
 20900                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20901                   /* name */
 20902                   "RegisteredName",
 20903                   /* qualifiers */
 20904                   _CIM_RegisteredProfile_RegisteredName_qualifiers,
 20905                   /* type */
 20906                   CIMTYPE_STRING,
 20907                   /* subscript */
 20908                   -1,
 20909                   /* value */
 20910                   0,
 20911               };
 20912               
 20913               static const char*
 20914               _CIM_RegisteredProfile_RegisteredVersion_qualifiers[] =
 20915               {
 20916                   /* Required */
 20917                   "\050\001",
 20918                   0,
 20919               };
 20920 mike  1.1.2.1 
 20921               static MetaProperty
 20922               _CIM_RegisteredProfile_RegisteredVersion =
 20923               {
 20924                   /* flags */
 20925                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20926                   /* name */
 20927                   "RegisteredVersion",
 20928                   /* qualifiers */
 20929                   _CIM_RegisteredProfile_RegisteredVersion_qualifiers,
 20930                   /* type */
 20931                   CIMTYPE_STRING,
 20932                   /* subscript */
 20933                   -1,
 20934                   /* value */
 20935                   0,
 20936               };
 20937               
 20938               static const char*
 20939               _CIM_RegisteredProfile_AdvertiseTypes_qualifiers[] =
 20940               {
 20941 mike  1.1.2.1     /* Required */
 20942                   "\050\001",
 20943                   /* ValueMap */
 20944                   "\061\000\0031\0002\0003\000",
 20945                   /* Values */
 20946                   "\062\000\003Other\000Not Advertised\000SLP\000",
 20947                   /* ArrayType */
 20948                   "\005Indexed",
 20949                   /* ModelCorrespondence */
 20950                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypeDescriptions\000",
 20951                   0,
 20952               };
 20953               
 20954               static MetaProperty
 20955               _CIM_RegisteredProfile_AdvertiseTypes =
 20956               {
 20957                   /* flags */
 20958                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20959                   /* name */
 20960                   "AdvertiseTypes",
 20961                   /* qualifiers */
 20962 mike  1.1.2.1     _CIM_RegisteredProfile_AdvertiseTypes_qualifiers,
 20963                   /* type */
 20964                   CIMTYPE_UINT16,
 20965                   /* subscript */
 20966                   0,
 20967                   /* value */
 20968                   0,
 20969               };
 20970               
 20971               static const char*
 20972               _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers[] =
 20973               {
 20974                   /* ArrayType */
 20975                   "\005Indexed",
 20976                   /* ModelCorrespondence */
 20977                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypes\000",
 20978                   0,
 20979               };
 20980               
 20981               static MetaProperty
 20982               _CIM_RegisteredProfile_AdvertiseTypeDescriptions =
 20983 mike  1.1.2.1 {
 20984                   /* flags */
 20985                   META_FLAG_PROPERTY|META_FLAG_READ,
 20986                   /* name */
 20987                   "AdvertiseTypeDescriptions",
 20988                   /* qualifiers */
 20989                   _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers,
 20990                   /* type */
 20991                   CIMTYPE_STRING,
 20992                   /* subscript */
 20993                   0,
 20994                   /* value */
 20995                   0,
 20996               };
 20997               
 20998               static MetaFeature*
 20999               _CIM_RegisteredProfile_features[] =
 21000               {
 21001                   (MetaFeature*)&_CIM_RegisteredProfile_InstanceID,
 21002                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredOrganization,
 21003                   (MetaFeature*)&_CIM_RegisteredProfile_OtherRegisteredOrganization,
 21004 mike  1.1.2.1     (MetaFeature*)&_CIM_RegisteredProfile_RegisteredName,
 21005                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredVersion,
 21006                   (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypes,
 21007                   (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypeDescriptions,
 21008                   0,
 21009               };
 21010               
 21011               static const char*
 21012               __root_cimv2_CIM_RegisteredProfile_qualifiers[] =
 21013               {
 21014                   /* UMLPackagePath */
 21015                   "\057CIM::Interop",
 21016                   /* Version */
 21017                   "\0632.8.0",
 21018                   0,
 21019               };
 21020               
 21021               MetaClass
 21022               __root_cimv2_CIM_RegisteredProfile =
 21023               {
 21024                   /* flags */
 21025 mike  1.1.2.1     META_FLAG_CLASS,
 21026                   /* name */
 21027                   "CIM_RegisteredProfile",
 21028                   /* qualifiers */
 21029                   __root_cimv2_CIM_RegisteredProfile_qualifiers,
 21030                   /* super */
 21031                   &__root_cimv2_CIM_ManagedElement,
 21032                   /* features */
 21033                   _CIM_RegisteredProfile_features,
 21034               };
 21035               
 21036               //==============================================================================
 21037               //
 21038               // Class: CIM_RegisteredSubProfile
 21039               //
 21040               //==============================================================================
 21041               
 21042               static MetaFeature*
 21043               _CIM_RegisteredSubProfile_features[] =
 21044               {
 21045                   0,
 21046 mike  1.1.2.1 };
 21047               
 21048               static const char*
 21049               __root_cimv2_CIM_RegisteredSubProfile_qualifiers[] =
 21050               {
 21051                   /* UMLPackagePath */
 21052                   "\057CIM::Interop",
 21053                   /* Version */
 21054                   "\0632.8.0",
 21055                   0,
 21056               };
 21057               
 21058               MetaClass
 21059               __root_cimv2_CIM_RegisteredSubProfile =
 21060               {
 21061                   /* flags */
 21062                   META_FLAG_CLASS,
 21063                   /* name */
 21064                   "CIM_RegisteredSubProfile",
 21065                   /* qualifiers */
 21066                   __root_cimv2_CIM_RegisteredSubProfile_qualifiers,
 21067 mike  1.1.2.1     /* super */
 21068                   &__root_cimv2_CIM_RegisteredProfile,
 21069                   /* features */
 21070                   _CIM_RegisteredSubProfile_features,
 21071               };
 21072               
 21073               //==============================================================================
 21074               //
 21075               // Class: CIM_RejectConnectionAction
 21076               //
 21077               //==============================================================================
 21078               
 21079               static MetaFeature*
 21080               _CIM_RejectConnectionAction_features[] =
 21081               {
 21082                   0,
 21083               };
 21084               
 21085               static const char*
 21086               __root_cimv2_CIM_RejectConnectionAction_qualifiers[] =
 21087               {
 21088 mike  1.1.2.1     /* UMLPackagePath */
 21089                   "\057CIM::Policy",
 21090                   /* Version */
 21091                   "\0632.8.0",
 21092                   /* MappingStrings */
 21093                   "\026\000\001IPSP Policy Model.IETF|IKERejectAction\000",
 21094                   0,
 21095               };
 21096               
 21097               MetaClass
 21098               __root_cimv2_CIM_RejectConnectionAction =
 21099               {
 21100                   /* flags */
 21101                   META_FLAG_CLASS,
 21102                   /* name */
 21103                   "CIM_RejectConnectionAction",
 21104                   /* qualifiers */
 21105                   __root_cimv2_CIM_RejectConnectionAction_qualifiers,
 21106                   /* super */
 21107                   &__root_cimv2_CIM_PolicyAction,
 21108                   /* features */
 21109 mike  1.1.2.1     _CIM_RejectConnectionAction_features,
 21110               };
 21111               
 21112               //==============================================================================
 21113               //
 21114               // Class: CIM_ReplaceableProductFRU
 21115               //
 21116               //==============================================================================
 21117               
 21118               static const char*
 21119               _CIM_ReplaceableProductFRU_Product_qualifiers[] =
 21120               {
 21121                   /* Key */
 21122                   "\025\001",
 21123                   /* Max */
 21124                   "\027\000\000\000\001",
 21125                   0,
 21126               };
 21127               
 21128               static MetaReference
 21129               _CIM_ReplaceableProductFRU_Product =
 21130 mike  1.1.2.1 {
 21131                   /* flags */
 21132                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 21133                   /* name */
 21134                   "Product",
 21135                   /* qualifiers */
 21136                   _CIM_ReplaceableProductFRU_Product_qualifiers,
 21137                   /* subscript */
 21138                   -1,
 21139                   /* refId */
 21140                   &__root_cimv2_CIM_Product,
 21141               };
 21142               
 21143               static const char*
 21144               _CIM_ReplaceableProductFRU_FRU_qualifiers[] =
 21145               {
 21146                   /* Key */
 21147                   "\025\001",
 21148                   0,
 21149               };
 21150               
 21151 mike  1.1.2.1 static MetaReference
 21152               _CIM_ReplaceableProductFRU_FRU =
 21153               {
 21154                   /* flags */
 21155                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 21156                   /* name */
 21157                   "FRU",
 21158                   /* qualifiers */
 21159                   _CIM_ReplaceableProductFRU_FRU_qualifiers,
 21160                   /* subscript */
 21161                   -1,
 21162                   /* refId */
 21163                   &__root_cimv2_CIM_FRU,
 21164               };
 21165               
 21166               static MetaFeature*
 21167               _CIM_ReplaceableProductFRU_features[] =
 21168               {
 21169                   (MetaFeature*)&_CIM_ReplaceableProductFRU_Product,
 21170                   (MetaFeature*)&_CIM_ReplaceableProductFRU_FRU,
 21171                   0,
 21172 mike  1.1.2.1 };
 21173               
 21174               static const char*
 21175               __root_cimv2_CIM_ReplaceableProductFRU_qualifiers[] =
 21176               {
 21177                   /* ASSOCIATION */
 21178                   "\000\001",
 21179                   /* UMLPackagePath */
 21180                   "\057CIM::Core::ProductFRU",
 21181                   /* Version */
 21182                   "\0632.6.0",
 21183                   0,
 21184               };
 21185               
 21186               MetaClass
 21187               __root_cimv2_CIM_ReplaceableProductFRU =
 21188               {
 21189                   /* flags */
 21190                   META_FLAG_ASSOCIATION,
 21191                   /* name */
 21192                   "CIM_ReplaceableProductFRU",
 21193 mike  1.1.2.1     /* qualifiers */
 21194                   __root_cimv2_CIM_ReplaceableProductFRU_qualifiers,
 21195                   /* super */
 21196                   0,
 21197                   /* features */
 21198                   _CIM_ReplaceableProductFRU_features,
 21199               };
 21200               
 21201               //==============================================================================
 21202               //
 21203               // Class: CIM_ReplacementSet
 21204               //
 21205               //==============================================================================
 21206               
 21207               static const char*
 21208               _CIM_ReplacementSet_Name_qualifiers[] =
 21209               {
 21210                   /* Key */
 21211                   "\025\001",
 21212                   /* MaxLen */
 21213                   "\030\000\000\001\000",
 21214 mike  1.1.2.1     0,
 21215               };
 21216               
 21217               static MetaProperty
 21218               _CIM_ReplacementSet_Name =
 21219               {
 21220                   /* flags */
 21221                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21222                   /* name */
 21223                   "Name",
 21224                   /* qualifiers */
 21225                   _CIM_ReplacementSet_Name_qualifiers,
 21226                   /* type */
 21227                   CIMTYPE_STRING,
 21228                   /* subscript */
 21229                   -1,
 21230                   /* value */
 21231                   0,
 21232               };
 21233               
 21234               static MetaFeature*
 21235 mike  1.1.2.1 _CIM_ReplacementSet_features[] =
 21236               {
 21237                   (MetaFeature*)&_CIM_ReplacementSet_Name,
 21238                   0,
 21239               };
 21240               
 21241               static const char*
 21242               __root_cimv2_CIM_ReplacementSet_qualifiers[] =
 21243               {
 21244                   /* UMLPackagePath */
 21245                   "\057CIM::Physical::Misc",
 21246                   /* Version */
 21247                   "\0632.8.0",
 21248                   0,
 21249               };
 21250               
 21251               MetaClass
 21252               __root_cimv2_CIM_ReplacementSet =
 21253               {
 21254                   /* flags */
 21255                   META_FLAG_CLASS,
 21256 mike  1.1.2.1     /* name */
 21257                   "CIM_ReplacementSet",
 21258                   /* qualifiers */
 21259                   __root_cimv2_CIM_ReplacementSet_qualifiers,
 21260                   /* super */
 21261                   &__root_cimv2_CIM_Collection,
 21262                   /* features */
 21263                   _CIM_ReplacementSet_features,
 21264               };
 21265               
 21266               //==============================================================================
 21267               //
 21268               // Class: CIM_Role
 21269               //
 21270               //==============================================================================
 21271               
 21272               static const char*
 21273               _CIM_Role_CreationClassName_qualifiers[] =
 21274               {
 21275                   /* Key */
 21276                   "\025\001",
 21277 mike  1.1.2.1     /* MaxLen */
 21278                   "\030\000\000\001\000",
 21279                   0,
 21280               };
 21281               
 21282               static MetaProperty
 21283               _CIM_Role_CreationClassName =
 21284               {
 21285                   /* flags */
 21286                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21287                   /* name */
 21288                   "CreationClassName",
 21289                   /* qualifiers */
 21290                   _CIM_Role_CreationClassName_qualifiers,
 21291                   /* type */
 21292                   CIMTYPE_STRING,
 21293                   /* subscript */
 21294                   -1,
 21295                   /* value */
 21296                   0,
 21297               };
 21298 mike  1.1.2.1 
 21299               static const char*
 21300               _CIM_Role_Name_qualifiers[] =
 21301               {
 21302                   /* Key */
 21303                   "\025\001",
 21304                   /* MaxLen */
 21305                   "\030\000\000\004\000",
 21306                   0,
 21307               };
 21308               
 21309               static MetaProperty
 21310               _CIM_Role_Name =
 21311               {
 21312                   /* flags */
 21313                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21314                   /* name */
 21315                   "Name",
 21316                   /* qualifiers */
 21317                   _CIM_Role_Name_qualifiers,
 21318                   /* type */
 21319 mike  1.1.2.1     CIMTYPE_STRING,
 21320                   /* subscript */
 21321                   -1,
 21322                   /* value */
 21323                   0,
 21324               };
 21325               
 21326               static const char*
 21327               _CIM_Role_BusinessCategory_qualifiers[] =
 21328               {
 21329                   /* MaxLen */
 21330                   "\030\000\000\000\200",
 21331                   0,
 21332               };
 21333               
 21334               static MetaProperty
 21335               _CIM_Role_BusinessCategory =
 21336               {
 21337                   /* flags */
 21338                   META_FLAG_PROPERTY|META_FLAG_READ,
 21339                   /* name */
 21340 mike  1.1.2.1     "BusinessCategory",
 21341                   /* qualifiers */
 21342                   _CIM_Role_BusinessCategory_qualifiers,
 21343                   /* type */
 21344                   CIMTYPE_STRING,
 21345                   /* subscript */
 21346                   -1,
 21347                   /* value */
 21348                   0,
 21349               };
 21350               
 21351               static const char*
 21352               _CIM_Role_CommonName_qualifiers[] =
 21353               {
 21354                   /* Required */
 21355                   "\050\001",
 21356                   0,
 21357               };
 21358               
 21359               static MetaProperty
 21360               _CIM_Role_CommonName =
 21361 mike  1.1.2.1 {
 21362                   /* flags */
 21363                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 21364                   /* name */
 21365                   "CommonName",
 21366                   /* qualifiers */
 21367                   _CIM_Role_CommonName_qualifiers,
 21368                   /* type */
 21369                   CIMTYPE_STRING,
 21370                   /* subscript */
 21371                   -1,
 21372                   /* value */
 21373                   0,
 21374               };
 21375               
 21376               static MetaFeature*
 21377               _CIM_Role_features[] =
 21378               {
 21379                   (MetaFeature*)&_CIM_Role_CreationClassName,
 21380                   (MetaFeature*)&_CIM_Role_Name,
 21381                   (MetaFeature*)&_CIM_Role_BusinessCategory,
 21382 mike  1.1.2.1     (MetaFeature*)&_CIM_Role_CommonName,
 21383                   0,
 21384               };
 21385               
 21386               static const char*
 21387               __root_cimv2_CIM_Role_qualifiers[] =
 21388               {
 21389                   /* UMLPackagePath */
 21390                   "\057CIM::User::Role",
 21391                   /* Version */
 21392                   "\0632.8.1000",
 21393                   0,
 21394               };
 21395               
 21396               MetaClass
 21397               __root_cimv2_CIM_Role =
 21398               {
 21399                   /* flags */
 21400                   META_FLAG_CLASS,
 21401                   /* name */
 21402                   "CIM_Role",
 21403 mike  1.1.2.1     /* qualifiers */
 21404                   __root_cimv2_CIM_Role_qualifiers,
 21405                   /* super */
 21406                   &__root_cimv2_CIM_Collection,
 21407                   /* features */
 21408                   _CIM_Role_features,
 21409               };
 21410               
 21411               //==============================================================================
 21412               //
 21413               // Class: CIM_SAAction
 21414               //
 21415               //==============================================================================
 21416               
 21417               static const char*
 21418               _CIM_SAAction_DoPacketLogging_qualifiers[] =
 21419               {
 21420                   /* MappingStrings */
 21421                   "\026\000\001IPSP Policy Model.IETF|SAAction.DoPacketLogging\000",
 21422                   /* ModelCorrespondence */
 21423                   "\036\000\001CIM_SecurityAssociationEndpoint.PacketLoggingActive\000",
 21424 mike  1.1.2.1     0,
 21425               };
 21426               
 21427               static MetaProperty
 21428               _CIM_SAAction_DoPacketLogging =
 21429               {
 21430                   /* flags */
 21431                   META_FLAG_PROPERTY|META_FLAG_READ,
 21432                   /* name */
 21433                   "DoPacketLogging",
 21434                   /* qualifiers */
 21435                   _CIM_SAAction_DoPacketLogging_qualifiers,
 21436                   /* type */
 21437                   CIMTYPE_BOOLEAN,
 21438                   /* subscript */
 21439                   -1,
 21440                   /* value */
 21441                   0,
 21442               };
 21443               
 21444               static MetaFeature*
 21445 mike  1.1.2.1 _CIM_SAAction_features[] =
 21446               {
 21447                   (MetaFeature*)&_CIM_SAAction_DoPacketLogging,
 21448                   0,
 21449               };
 21450               
 21451               static const char*
 21452               __root_cimv2_CIM_SAAction_qualifiers[] =
 21453               {
 21454                   /* UMLPackagePath */
 21455                   "\057CIM::IPsecPolicy",
 21456                   /* Abstract */
 21457                   "\002\001",
 21458                   /* Version */
 21459                   "\0632.8.0",
 21460                   /* MappingStrings */
 21461                   "\026\000\001IPSP Policy Model.IETF|SAAction\000",
 21462                   0,
 21463               };
 21464               
 21465               MetaClass
 21466 mike  1.1.2.1 __root_cimv2_CIM_SAAction =
 21467               {
 21468                   /* flags */
 21469                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21470                   /* name */
 21471                   "CIM_SAAction",
 21472                   /* qualifiers */
 21473                   __root_cimv2_CIM_SAAction_qualifiers,
 21474                   /* super */
 21475                   &__root_cimv2_CIM_PolicyAction,
 21476                   /* features */
 21477                   _CIM_SAAction_features,
 21478               };
 21479               
 21480               //==============================================================================
 21481               //
 21482               // Class: CIM_SANegotiationAction
 21483               //
 21484               //==============================================================================
 21485               
 21486               static const char*
 21487 mike  1.1.2.1 _CIM_SANegotiationAction_MinLifetimeSeconds_qualifiers[] =
 21488               {
 21489                   /* Units */
 21490                   "\060Seconds",
 21491                   /* MappingStrings */
 21492                   "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.MinLifetimeSeconds\000",
 21493                   /* ModelCorrespondence */
 21494                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 21495                   0,
 21496               };
 21497               
 21498               static MetaProperty
 21499               _CIM_SANegotiationAction_MinLifetimeSeconds =
 21500               {
 21501                   /* flags */
 21502                   META_FLAG_PROPERTY|META_FLAG_READ,
 21503                   /* name */
 21504                   "MinLifetimeSeconds",
 21505                   /* qualifiers */
 21506                   _CIM_SANegotiationAction_MinLifetimeSeconds_qualifiers,
 21507                   /* type */
 21508 mike  1.1.2.1     CIMTYPE_UINT64,
 21509                   /* subscript */
 21510                   -1,
 21511                   /* value */
 21512                   "\000\000\000\000\000\000\000\000",
 21513               };
 21514               
 21515               static const char*
 21516               _CIM_SANegotiationAction_IdleDurationSeconds_qualifiers[] =
 21517               {
 21518                   /* Units */
 21519                   "\060Seconds",
 21520                   /* MappingStrings */
 21521                   "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.IdleDurationSeconds\000",
 21522                   /* ModelCorrespondence */
 21523                   "\036\000\001CIM_SecurityAssociationEndpoint.IdleDurationSeconds\000",
 21524                   0,
 21525               };
 21526               
 21527               static MetaProperty
 21528               _CIM_SANegotiationAction_IdleDurationSeconds =
 21529 mike  1.1.2.1 {
 21530                   /* flags */
 21531                   META_FLAG_PROPERTY|META_FLAG_READ,
 21532                   /* name */
 21533                   "IdleDurationSeconds",
 21534                   /* qualifiers */
 21535                   _CIM_SANegotiationAction_IdleDurationSeconds_qualifiers,
 21536                   /* type */
 21537                   CIMTYPE_UINT64,
 21538                   /* subscript */
 21539                   -1,
 21540                   /* value */
 21541                   "\000\000\000\000\000\000\000\000",
 21542               };
 21543               
 21544               static const char*
 21545               _CIM_SANegotiationAction_MinLifetimeKilobytes_qualifiers[] =
 21546               {
 21547                   /* Units */
 21548                   "\060KiloBytes",
 21549                   /* MappingStrings */
 21550 mike  1.1.2.1     "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.MinLifetimeKilobytes\000",
 21551                   /* ModelCorrespondence */
 21552                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 21553                   0,
 21554               };
 21555               
 21556               static MetaProperty
 21557               _CIM_SANegotiationAction_MinLifetimeKilobytes =
 21558               {
 21559                   /* flags */
 21560                   META_FLAG_PROPERTY|META_FLAG_READ,
 21561                   /* name */
 21562                   "MinLifetimeKilobytes",
 21563                   /* qualifiers */
 21564                   _CIM_SANegotiationAction_MinLifetimeKilobytes_qualifiers,
 21565                   /* type */
 21566                   CIMTYPE_UINT64,
 21567                   /* subscript */
 21568                   -1,
 21569                   /* value */
 21570                   "\000\000\000\000\000\000\000\000",
 21571 mike  1.1.2.1 };
 21572               
 21573               static MetaFeature*
 21574               _CIM_SANegotiationAction_features[] =
 21575               {
 21576                   (MetaFeature*)&_CIM_SANegotiationAction_MinLifetimeSeconds,
 21577                   (MetaFeature*)&_CIM_SANegotiationAction_IdleDurationSeconds,
 21578                   (MetaFeature*)&_CIM_SANegotiationAction_MinLifetimeKilobytes,
 21579                   0,
 21580               };
 21581               
 21582               static const char*
 21583               __root_cimv2_CIM_SANegotiationAction_qualifiers[] =
 21584               {
 21585                   /* UMLPackagePath */
 21586                   "\057CIM::IPsecPolicy",
 21587                   /* Abstract */
 21588                   "\002\001",
 21589                   /* Version */
 21590                   "\0632.8.0",
 21591                   /* MappingStrings */
 21592 mike  1.1.2.1     "\026\000\002IPSP Policy Model.IETF|SANegotiationAction\000IPSP Policy Model.IETF|IKENegotiationAction\000",
 21593                   0,
 21594               };
 21595               
 21596               MetaClass
 21597               __root_cimv2_CIM_SANegotiationAction =
 21598               {
 21599                   /* flags */
 21600                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21601                   /* name */
 21602                   "CIM_SANegotiationAction",
 21603                   /* qualifiers */
 21604                   __root_cimv2_CIM_SANegotiationAction_qualifiers,
 21605                   /* super */
 21606                   &__root_cimv2_CIM_SAAction,
 21607                   /* features */
 21608                   _CIM_SANegotiationAction_features,
 21609               };
 21610               
 21611               //==============================================================================
 21612               //
 21613 mike  1.1.2.1 // Class: CIM_SAStaticAction
 21614               //
 21615               //==============================================================================
 21616               
 21617               static const char*
 21618               _CIM_SAStaticAction_LifetimeSeconds_qualifiers[] =
 21619               {
 21620                   /* Units */
 21621                   "\060Seconds",
 21622                   /* MappingStrings */
 21623                   "\026\000\001IPSP Policy Model.IETF|SAStaticAction.LifetimeSeconds\000",
 21624                   /* ModelCorrespondence */
 21625                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 21626                   0,
 21627               };
 21628               
 21629               static MetaProperty
 21630               _CIM_SAStaticAction_LifetimeSeconds =
 21631               {
 21632                   /* flags */
 21633                   META_FLAG_PROPERTY|META_FLAG_READ,
 21634 mike  1.1.2.1     /* name */
 21635                   "LifetimeSeconds",
 21636                   /* qualifiers */
 21637                   _CIM_SAStaticAction_LifetimeSeconds_qualifiers,
 21638                   /* type */
 21639                   CIMTYPE_UINT64,
 21640                   /* subscript */
 21641                   -1,
 21642                   /* value */
 21643                   0,
 21644               };
 21645               
 21646               static MetaFeature*
 21647               _CIM_SAStaticAction_features[] =
 21648               {
 21649                   (MetaFeature*)&_CIM_SAStaticAction_LifetimeSeconds,
 21650                   0,
 21651               };
 21652               
 21653               static const char*
 21654               __root_cimv2_CIM_SAStaticAction_qualifiers[] =
 21655 mike  1.1.2.1 {
 21656                   /* UMLPackagePath */
 21657                   "\057CIM::IPsecPolicy",
 21658                   /* Version */
 21659                   "\0632.8.0",
 21660                   /* MappingStrings */
 21661                   "\026\000\001IPSP Policy Model.IETF|SAStaticAction\000",
 21662                   0,
 21663               };
 21664               
 21665               MetaClass
 21666               __root_cimv2_CIM_SAStaticAction =
 21667               {
 21668                   /* flags */
 21669                   META_FLAG_CLASS,
 21670                   /* name */
 21671                   "CIM_SAStaticAction",
 21672                   /* qualifiers */
 21673                   __root_cimv2_CIM_SAStaticAction_qualifiers,
 21674                   /* super */
 21675                   &__root_cimv2_CIM_SAAction,
 21676 mike  1.1.2.1     /* features */
 21677                   _CIM_SAStaticAction_features,
 21678               };
 21679               
 21680               //==============================================================================
 21681               //
 21682               // Class: CIM_SchedulingElement
 21683               //
 21684               //==============================================================================
 21685               
 21686               static const char*
 21687               _CIM_SchedulingElement_InstanceID_qualifiers[] =
 21688               {
 21689                   /* Key */
 21690                   "\025\001",
 21691                   0,
 21692               };
 21693               
 21694               static MetaProperty
 21695               _CIM_SchedulingElement_InstanceID =
 21696               {
 21697 mike  1.1.2.1     /* flags */
 21698                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21699                   /* name */
 21700                   "InstanceID",
 21701                   /* qualifiers */
 21702                   _CIM_SchedulingElement_InstanceID_qualifiers,
 21703                   /* type */
 21704                   CIMTYPE_STRING,
 21705                   /* subscript */
 21706                   -1,
 21707                   /* value */
 21708                   0,
 21709               };
 21710               
 21711               static const char*
 21712               _CIM_SchedulingElement_WorkConserving_qualifiers[] =
 21713               {
 21714                   /* Write */
 21715                   "\065\001",
 21716                   0,
 21717               };
 21718 mike  1.1.2.1 
 21719               static MetaProperty
 21720               _CIM_SchedulingElement_WorkConserving =
 21721               {
 21722                   /* flags */
 21723                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 21724                   /* name */
 21725                   "WorkConserving",
 21726                   /* qualifiers */
 21727                   _CIM_SchedulingElement_WorkConserving_qualifiers,
 21728                   /* type */
 21729                   CIMTYPE_BOOLEAN,
 21730                   /* subscript */
 21731                   -1,
 21732                   /* value */
 21733                   0,
 21734               };
 21735               
 21736               static MetaFeature*
 21737               _CIM_SchedulingElement_features[] =
 21738               {
 21739 mike  1.1.2.1     (MetaFeature*)&_CIM_SchedulingElement_InstanceID,
 21740                   (MetaFeature*)&_CIM_SchedulingElement_WorkConserving,
 21741                   0,
 21742               };
 21743               
 21744               static const char*
 21745               __root_cimv2_CIM_SchedulingElement_qualifiers[] =
 21746               {
 21747                   /* UMLPackagePath */
 21748                   "\057CIM::Network::QoS",
 21749                   /* Abstract */
 21750                   "\002\001",
 21751                   /* Version */
 21752                   "\0632.7.0",
 21753                   0,
 21754               };
 21755               
 21756               MetaClass
 21757               __root_cimv2_CIM_SchedulingElement =
 21758               {
 21759                   /* flags */
 21760 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21761                   /* name */
 21762                   "CIM_SchedulingElement",
 21763                   /* qualifiers */
 21764                   __root_cimv2_CIM_SchedulingElement_qualifiers,
 21765                   /* super */
 21766                   &__root_cimv2_CIM_ManagedElement,
 21767                   /* features */
 21768                   _CIM_SchedulingElement_features,
 21769               };
 21770               
 21771               //==============================================================================
 21772               //
 21773               // Class: CIM_SecuritySensitivity
 21774               //
 21775               //==============================================================================
 21776               
 21777               static const char*
 21778               _CIM_SecuritySensitivity_InstanceID_qualifiers[] =
 21779               {
 21780                   /* Key */
 21781 mike  1.1.2.1     "\025\001",
 21782                   0,
 21783               };
 21784               
 21785               static MetaProperty
 21786               _CIM_SecuritySensitivity_InstanceID =
 21787               {
 21788                   /* flags */
 21789                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21790                   /* name */
 21791                   "InstanceID",
 21792                   /* qualifiers */
 21793                   _CIM_SecuritySensitivity_InstanceID_qualifiers,
 21794                   /* type */
 21795                   CIMTYPE_STRING,
 21796                   /* subscript */
 21797                   -1,
 21798                   /* value */
 21799                   0,
 21800               };
 21801               
 21802 mike  1.1.2.1 static const char*
 21803               _CIM_SecuritySensitivity_SecurityLevel_qualifiers[] =
 21804               {
 21805                   0,
 21806               };
 21807               
 21808               static MetaProperty
 21809               _CIM_SecuritySensitivity_SecurityLevel =
 21810               {
 21811                   /* flags */
 21812                   META_FLAG_PROPERTY|META_FLAG_READ,
 21813                   /* name */
 21814                   "SecurityLevel",
 21815                   /* qualifiers */
 21816                   _CIM_SecuritySensitivity_SecurityLevel_qualifiers,
 21817                   /* type */
 21818                   CIMTYPE_STRING,
 21819                   /* subscript */
 21820                   -1,
 21821                   /* value */
 21822                   0,
 21823 mike  1.1.2.1 };
 21824               
 21825               static MetaFeature*
 21826               _CIM_SecuritySensitivity_features[] =
 21827               {
 21828                   (MetaFeature*)&_CIM_SecuritySensitivity_InstanceID,
 21829                   (MetaFeature*)&_CIM_SecuritySensitivity_SecurityLevel,
 21830                   0,
 21831               };
 21832               
 21833               static const char*
 21834               __root_cimv2_CIM_SecuritySensitivity_qualifiers[] =
 21835               {
 21836                   /* UMLPackagePath */
 21837                   "\057CIM::User::SecurityLevel",
 21838                   /* Version */
 21839                   "\0632.8.0",
 21840                   0,
 21841               };
 21842               
 21843               MetaClass
 21844 mike  1.1.2.1 __root_cimv2_CIM_SecuritySensitivity =
 21845               {
 21846                   /* flags */
 21847                   META_FLAG_CLASS,
 21848                   /* name */
 21849                   "CIM_SecuritySensitivity",
 21850                   /* qualifiers */
 21851                   __root_cimv2_CIM_SecuritySensitivity_qualifiers,
 21852                   /* super */
 21853                   &__root_cimv2_CIM_ManagedElement,
 21854                   /* features */
 21855                   _CIM_SecuritySensitivity_features,
 21856               };
 21857               
 21858               //==============================================================================
 21859               //
 21860               // Class: CIM_Setting
 21861               //
 21862               //==============================================================================
 21863               
 21864               static const char*
 21865 mike  1.1.2.1 _CIM_Setting_SettingID_qualifiers[] =
 21866               {
 21867                   /* MaxLen */
 21868                   "\030\000\000\001\000",
 21869                   0,
 21870               };
 21871               
 21872               static MetaProperty
 21873               _CIM_Setting_SettingID =
 21874               {
 21875                   /* flags */
 21876                   META_FLAG_PROPERTY|META_FLAG_READ,
 21877                   /* name */
 21878                   "SettingID",
 21879                   /* qualifiers */
 21880                   _CIM_Setting_SettingID_qualifiers,
 21881                   /* type */
 21882                   CIMTYPE_STRING,
 21883                   /* subscript */
 21884                   -1,
 21885                   /* value */
 21886 mike  1.1.2.1     0,
 21887               };
 21888               
 21889               static const char*
 21890               _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers[] =
 21891               {
 21892                   /* IN */
 21893                   "\024\001",
 21894                   0,
 21895               };
 21896               
 21897               static MetaReference
 21898               _CIM_Setting_VerifyOKToApplyToMSE_MSE =
 21899               {
 21900                   /* flags */
 21901                   META_FLAG_REFERENCE|META_FLAG_IN,
 21902                   /* name */
 21903                   "MSE",
 21904                   /* qualifiers */
 21905                   _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers,
 21906                   /* subscript */
 21907 mike  1.1.2.1     -1,
 21908                   /* ref */
 21909                   &__root_cimv2_CIM_ManagedSystemElement,
 21910               };
 21911               
 21912               static const char*
 21913               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers[] =
 21914               {
 21915                   /* IN */
 21916                   "\024\001",
 21917                   0,
 21918               };
 21919               
 21920               static MetaProperty
 21921               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply =
 21922               {
 21923                   /* flags */
 21924                   META_FLAG_PROPERTY|META_FLAG_IN,
 21925                   /* name */
 21926                   "TimeToApply",
 21927                   /* qualifiers */
 21928 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers,
 21929                   /* type */
 21930                   CIMTYPE_DATETIME,
 21931                   /* subscript */
 21932                   -1,
 21933                   /* value */
 21934                   0,
 21935               };
 21936               
 21937               static const char*
 21938               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers[] =
 21939               {
 21940                   /* IN */
 21941                   "\024\001",
 21942                   0,
 21943               };
 21944               
 21945               static MetaProperty
 21946               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy =
 21947               {
 21948                   /* flags */
 21949 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
 21950                   /* name */
 21951                   "MustBeCompletedBy",
 21952                   /* qualifiers */
 21953                   _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers,
 21954                   /* type */
 21955                   CIMTYPE_DATETIME,
 21956                   /* subscript */
 21957                   -1,
 21958                   /* value */
 21959                   0,
 21960               };
 21961               
 21962               static MetaFeature*
 21963               _CIM_Setting_VerifyOKToApplyToMSE_parameters[] =
 21964               {
 21965                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MSE,
 21966                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_TimeToApply,
 21967                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy,
 21968                   0,
 21969               };
 21970 mike  1.1.2.1 
 21971               static const char*
 21972               _CIM_Setting_VerifyOKToApplyToMSE_qualifiers[] =
 21973               {
 21974                   0,
 21975               };
 21976               
 21977               static MetaMethod
 21978               _CIM_Setting_VerifyOKToApplyToMSE =
 21979               {
 21980                   /* flags */
 21981                   META_FLAG_METHOD,
 21982                   /* name */
 21983                   "CIM_Setting",
 21984                   /* qualifiers */
 21985                   _CIM_Setting_VerifyOKToApplyToMSE_qualifiers,
 21986                   /* type */
 21987                   CIMTYPE_UINT32,
 21988                   /* parameters */
 21989                   _CIM_Setting_VerifyOKToApplyToMSE_parameters,
 21990               };
 21991 mike  1.1.2.1 
 21992               static const char*
 21993               _CIM_Setting_ApplyToMSE_MSE_qualifiers[] =
 21994               {
 21995                   /* IN */
 21996                   "\024\001",
 21997                   0,
 21998               };
 21999               
 22000               static MetaReference
 22001               _CIM_Setting_ApplyToMSE_MSE =
 22002               {
 22003                   /* flags */
 22004                   META_FLAG_REFERENCE|META_FLAG_IN,
 22005                   /* name */
 22006                   "MSE",
 22007                   /* qualifiers */
 22008                   _CIM_Setting_ApplyToMSE_MSE_qualifiers,
 22009                   /* subscript */
 22010                   -1,
 22011                   /* ref */
 22012 mike  1.1.2.1     &__root_cimv2_CIM_ManagedSystemElement,
 22013               };
 22014               
 22015               static const char*
 22016               _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers[] =
 22017               {
 22018                   /* IN */
 22019                   "\024\001",
 22020                   0,
 22021               };
 22022               
 22023               static MetaProperty
 22024               _CIM_Setting_ApplyToMSE_TimeToApply =
 22025               {
 22026                   /* flags */
 22027                   META_FLAG_PROPERTY|META_FLAG_IN,
 22028                   /* name */
 22029                   "TimeToApply",
 22030                   /* qualifiers */
 22031                   _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers,
 22032                   /* type */
 22033 mike  1.1.2.1     CIMTYPE_DATETIME,
 22034                   /* subscript */
 22035                   -1,
 22036                   /* value */
 22037                   0,
 22038               };
 22039               
 22040               static const char*
 22041               _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers[] =
 22042               {
 22043                   /* IN */
 22044                   "\024\001",
 22045                   0,
 22046               };
 22047               
 22048               static MetaProperty
 22049               _CIM_Setting_ApplyToMSE_MustBeCompletedBy =
 22050               {
 22051                   /* flags */
 22052                   META_FLAG_PROPERTY|META_FLAG_IN,
 22053                   /* name */
 22054 mike  1.1.2.1     "MustBeCompletedBy",
 22055                   /* qualifiers */
 22056                   _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers,
 22057                   /* type */
 22058                   CIMTYPE_DATETIME,
 22059                   /* subscript */
 22060                   -1,
 22061                   /* value */
 22062                   0,
 22063               };
 22064               
 22065               static MetaFeature*
 22066               _CIM_Setting_ApplyToMSE_parameters[] =
 22067               {
 22068                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_MSE,
 22069                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_TimeToApply,
 22070                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_MustBeCompletedBy,
 22071                   0,
 22072               };
 22073               
 22074               static const char*
 22075 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_qualifiers[] =
 22076               {
 22077                   0,
 22078               };
 22079               
 22080               static MetaMethod
 22081               _CIM_Setting_ApplyToMSE =
 22082               {
 22083                   /* flags */
 22084                   META_FLAG_METHOD,
 22085                   /* name */
 22086                   "CIM_Setting",
 22087                   /* qualifiers */
 22088                   _CIM_Setting_ApplyToMSE_qualifiers,
 22089                   /* type */
 22090                   CIMTYPE_UINT32,
 22091                   /* parameters */
 22092                   _CIM_Setting_ApplyToMSE_parameters,
 22093               };
 22094               
 22095               static const char*
 22096 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers[] =
 22097               {
 22098                   /* IN */
 22099                   "\024\001",
 22100                   0,
 22101               };
 22102               
 22103               static MetaReference
 22104               _CIM_Setting_VerifyOKToApplyToCollection_Collection =
 22105               {
 22106                   /* flags */
 22107                   META_FLAG_REFERENCE|META_FLAG_IN,
 22108                   /* name */
 22109                   "Collection",
 22110                   /* qualifiers */
 22111                   _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers,
 22112                   /* subscript */
 22113                   -1,
 22114                   /* ref */
 22115                   &__root_cimv2_CIM_CollectionOfMSEs,
 22116               };
 22117 mike  1.1.2.1 
 22118               static const char*
 22119               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers[] =
 22120               {
 22121                   /* IN */
 22122                   "\024\001",
 22123                   0,
 22124               };
 22125               
 22126               static MetaProperty
 22127               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply =
 22128               {
 22129                   /* flags */
 22130                   META_FLAG_PROPERTY|META_FLAG_IN,
 22131                   /* name */
 22132                   "TimeToApply",
 22133                   /* qualifiers */
 22134                   _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers,
 22135                   /* type */
 22136                   CIMTYPE_DATETIME,
 22137                   /* subscript */
 22138 mike  1.1.2.1     -1,
 22139                   /* value */
 22140                   0,
 22141               };
 22142               
 22143               static const char*
 22144               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers[] =
 22145               {
 22146                   /* IN */
 22147                   "\024\001",
 22148                   0,
 22149               };
 22150               
 22151               static MetaProperty
 22152               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy =
 22153               {
 22154                   /* flags */
 22155                   META_FLAG_PROPERTY|META_FLAG_IN,
 22156                   /* name */
 22157                   "MustBeCompletedBy",
 22158                   /* qualifiers */
 22159 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers,
 22160                   /* type */
 22161                   CIMTYPE_DATETIME,
 22162                   /* subscript */
 22163                   -1,
 22164                   /* value */
 22165                   0,
 22166               };
 22167               
 22168               static const char*
 22169               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers[] =
 22170               {
 22171                   /* IN */
 22172                   "\024\000",
 22173                   /* OUT */
 22174                   "\043\001",
 22175                   0,
 22176               };
 22177               
 22178               static MetaProperty
 22179               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply =
 22180 mike  1.1.2.1 {
 22181                   /* flags */
 22182                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22183                   /* name */
 22184                   "CanNotApply",
 22185                   /* qualifiers */
 22186                   _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers,
 22187                   /* type */
 22188                   CIMTYPE_STRING,
 22189                   /* subscript */
 22190                   0,
 22191                   /* value */
 22192                   0,
 22193               };
 22194               
 22195               static MetaFeature*
 22196               _CIM_Setting_VerifyOKToApplyToCollection_parameters[] =
 22197               {
 22198                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_Collection,
 22199                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_TimeToApply,
 22200                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy,
 22201 mike  1.1.2.1     (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_CanNotApply,
 22202                   0,
 22203               };
 22204               
 22205               static const char*
 22206               _CIM_Setting_VerifyOKToApplyToCollection_qualifiers[] =
 22207               {
 22208                   0,
 22209               };
 22210               
 22211               static MetaMethod
 22212               _CIM_Setting_VerifyOKToApplyToCollection =
 22213               {
 22214                   /* flags */
 22215                   META_FLAG_METHOD,
 22216                   /* name */
 22217                   "CIM_Setting",
 22218                   /* qualifiers */
 22219                   _CIM_Setting_VerifyOKToApplyToCollection_qualifiers,
 22220                   /* type */
 22221                   CIMTYPE_UINT32,
 22222 mike  1.1.2.1     /* parameters */
 22223                   _CIM_Setting_VerifyOKToApplyToCollection_parameters,
 22224               };
 22225               
 22226               static const char*
 22227               _CIM_Setting_ApplyToCollection_Collection_qualifiers[] =
 22228               {
 22229                   /* IN */
 22230                   "\024\001",
 22231                   0,
 22232               };
 22233               
 22234               static MetaReference
 22235               _CIM_Setting_ApplyToCollection_Collection =
 22236               {
 22237                   /* flags */
 22238                   META_FLAG_REFERENCE|META_FLAG_IN,
 22239                   /* name */
 22240                   "Collection",
 22241                   /* qualifiers */
 22242                   _CIM_Setting_ApplyToCollection_Collection_qualifiers,
 22243 mike  1.1.2.1     /* subscript */
 22244                   -1,
 22245                   /* ref */
 22246                   &__root_cimv2_CIM_CollectionOfMSEs,
 22247               };
 22248               
 22249               static const char*
 22250               _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers[] =
 22251               {
 22252                   /* IN */
 22253                   "\024\001",
 22254                   0,
 22255               };
 22256               
 22257               static MetaProperty
 22258               _CIM_Setting_ApplyToCollection_TimeToApply =
 22259               {
 22260                   /* flags */
 22261                   META_FLAG_PROPERTY|META_FLAG_IN,
 22262                   /* name */
 22263                   "TimeToApply",
 22264 mike  1.1.2.1     /* qualifiers */
 22265                   _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers,
 22266                   /* type */
 22267                   CIMTYPE_DATETIME,
 22268                   /* subscript */
 22269                   -1,
 22270                   /* value */
 22271                   0,
 22272               };
 22273               
 22274               static const char*
 22275               _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers[] =
 22276               {
 22277                   /* IN */
 22278                   "\024\001",
 22279                   0,
 22280               };
 22281               
 22282               static MetaProperty
 22283               _CIM_Setting_ApplyToCollection_ContinueOnError =
 22284               {
 22285 mike  1.1.2.1     /* flags */
 22286                   META_FLAG_PROPERTY|META_FLAG_IN,
 22287                   /* name */
 22288                   "ContinueOnError",
 22289                   /* qualifiers */
 22290                   _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers,
 22291                   /* type */
 22292                   CIMTYPE_BOOLEAN,
 22293                   /* subscript */
 22294                   -1,
 22295                   /* value */
 22296                   0,
 22297               };
 22298               
 22299               static const char*
 22300               _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers[] =
 22301               {
 22302                   /* IN */
 22303                   "\024\001",
 22304                   0,
 22305               };
 22306 mike  1.1.2.1 
 22307               static MetaProperty
 22308               _CIM_Setting_ApplyToCollection_MustBeCompletedBy =
 22309               {
 22310                   /* flags */
 22311                   META_FLAG_PROPERTY|META_FLAG_IN,
 22312                   /* name */
 22313                   "MustBeCompletedBy",
 22314                   /* qualifiers */
 22315                   _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers,
 22316                   /* type */
 22317                   CIMTYPE_DATETIME,
 22318                   /* subscript */
 22319                   -1,
 22320                   /* value */
 22321                   0,
 22322               };
 22323               
 22324               static const char*
 22325               _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers[] =
 22326               {
 22327 mike  1.1.2.1     /* IN */
 22328                   "\024\000",
 22329                   /* OUT */
 22330                   "\043\001",
 22331                   0,
 22332               };
 22333               
 22334               static MetaProperty
 22335               _CIM_Setting_ApplyToCollection_CanNotApply =
 22336               {
 22337                   /* flags */
 22338                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22339                   /* name */
 22340                   "CanNotApply",
 22341                   /* qualifiers */
 22342                   _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers,
 22343                   /* type */
 22344                   CIMTYPE_STRING,
 22345                   /* subscript */
 22346                   0,
 22347                   /* value */
 22348 mike  1.1.2.1     0,
 22349               };
 22350               
 22351               static MetaFeature*
 22352               _CIM_Setting_ApplyToCollection_parameters[] =
 22353               {
 22354                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_Collection,
 22355                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_TimeToApply,
 22356                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_ContinueOnError,
 22357                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_MustBeCompletedBy,
 22358                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_CanNotApply,
 22359                   0,
 22360               };
 22361               
 22362               static const char*
 22363               _CIM_Setting_ApplyToCollection_qualifiers[] =
 22364               {
 22365                   0,
 22366               };
 22367               
 22368               static MetaMethod
 22369 mike  1.1.2.1 _CIM_Setting_ApplyToCollection =
 22370               {
 22371                   /* flags */
 22372                   META_FLAG_METHOD,
 22373                   /* name */
 22374                   "CIM_Setting",
 22375                   /* qualifiers */
 22376                   _CIM_Setting_ApplyToCollection_qualifiers,
 22377                   /* type */
 22378                   CIMTYPE_UINT32,
 22379                   /* parameters */
 22380                   _CIM_Setting_ApplyToCollection_parameters,
 22381               };
 22382               
 22383               static const char*
 22384               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 22385               {
 22386                   /* IN */
 22387                   "\024\001",
 22388                   0,
 22389               };
 22390 mike  1.1.2.1 
 22391               static MetaReference
 22392               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE =
 22393               {
 22394                   /* flags */
 22395                   META_FLAG_REFERENCE|META_FLAG_IN,
 22396                   /* name */
 22397                   "MSE",
 22398                   /* qualifiers */
 22399                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers,
 22400                   /* subscript */
 22401                   -1,
 22402                   /* ref */
 22403                   &__root_cimv2_CIM_ManagedSystemElement,
 22404               };
 22405               
 22406               static const char*
 22407               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 22408               {
 22409                   /* IN */
 22410                   "\024\001",
 22411 mike  1.1.2.1     0,
 22412               };
 22413               
 22414               static MetaProperty
 22415               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply =
 22416               {
 22417                   /* flags */
 22418                   META_FLAG_PROPERTY|META_FLAG_IN,
 22419                   /* name */
 22420                   "TimeToApply",
 22421                   /* qualifiers */
 22422                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 22423                   /* type */
 22424                   CIMTYPE_DATETIME,
 22425                   /* subscript */
 22426                   -1,
 22427                   /* value */
 22428                   0,
 22429               };
 22430               
 22431               static const char*
 22432 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 22433               {
 22434                   /* IN */
 22435                   "\024\001",
 22436                   0,
 22437               };
 22438               
 22439               static MetaProperty
 22440               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy =
 22441               {
 22442                   /* flags */
 22443                   META_FLAG_PROPERTY|META_FLAG_IN,
 22444                   /* name */
 22445                   "MustBeCompletedBy",
 22446                   /* qualifiers */
 22447                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 22448                   /* type */
 22449                   CIMTYPE_DATETIME,
 22450                   /* subscript */
 22451                   -1,
 22452                   /* value */
 22453 mike  1.1.2.1     0,
 22454               };
 22455               
 22456               static const char*
 22457               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 22458               {
 22459                   /* IN */
 22460                   "\024\001",
 22461                   0,
 22462               };
 22463               
 22464               static MetaProperty
 22465               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply =
 22466               {
 22467                   /* flags */
 22468                   META_FLAG_PROPERTY|META_FLAG_IN,
 22469                   /* name */
 22470                   "PropertiesToApply",
 22471                   /* qualifiers */
 22472                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 22473                   /* type */
 22474 mike  1.1.2.1     CIMTYPE_STRING,
 22475                   /* subscript */
 22476                   0,
 22477                   /* value */
 22478                   0,
 22479               };
 22480               
 22481               static MetaFeature*
 22482               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters[] =
 22483               {
 22484                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE,
 22485                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply,
 22486                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy,
 22487                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply,
 22488                   0,
 22489               };
 22490               
 22491               static const char*
 22492               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers[] =
 22493               {
 22494                   0,
 22495 mike  1.1.2.1 };
 22496               
 22497               static MetaMethod
 22498               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE =
 22499               {
 22500                   /* flags */
 22501                   META_FLAG_METHOD,
 22502                   /* name */
 22503                   "CIM_Setting",
 22504                   /* qualifiers */
 22505                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers,
 22506                   /* type */
 22507                   CIMTYPE_UINT32,
 22508                   /* parameters */
 22509                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters,
 22510               };
 22511               
 22512               static const char*
 22513               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 22514               {
 22515                   /* IN */
 22516 mike  1.1.2.1     "\024\001",
 22517                   0,
 22518               };
 22519               
 22520               static MetaReference
 22521               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE =
 22522               {
 22523                   /* flags */
 22524                   META_FLAG_REFERENCE|META_FLAG_IN,
 22525                   /* name */
 22526                   "MSE",
 22527                   /* qualifiers */
 22528                   _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers,
 22529                   /* subscript */
 22530                   -1,
 22531                   /* ref */
 22532                   &__root_cimv2_CIM_ManagedSystemElement,
 22533               };
 22534               
 22535               static const char*
 22536               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 22537 mike  1.1.2.1 {
 22538                   /* IN */
 22539                   "\024\001",
 22540                   0,
 22541               };
 22542               
 22543               static MetaProperty
 22544               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply =
 22545               {
 22546                   /* flags */
 22547                   META_FLAG_PROPERTY|META_FLAG_IN,
 22548                   /* name */
 22549                   "TimeToApply",
 22550                   /* qualifiers */
 22551                   _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 22552                   /* type */
 22553                   CIMTYPE_DATETIME,
 22554                   /* subscript */
 22555                   -1,
 22556                   /* value */
 22557                   0,
 22558 mike  1.1.2.1 };
 22559               
 22560               static const char*
 22561               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 22562               {
 22563                   /* IN */
 22564                   "\024\001",
 22565                   0,
 22566               };
 22567               
 22568               static MetaProperty
 22569               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy =
 22570               {
 22571                   /* flags */
 22572                   META_FLAG_PROPERTY|META_FLAG_IN,
 22573                   /* name */
 22574                   "MustBeCompletedBy",
 22575                   /* qualifiers */
 22576                   _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 22577                   /* type */
 22578                   CIMTYPE_DATETIME,
 22579 mike  1.1.2.1     /* subscript */
 22580                   -1,
 22581                   /* value */
 22582                   0,
 22583               };
 22584               
 22585               static const char*
 22586               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 22587               {
 22588                   /* IN */
 22589                   "\024\001",
 22590                   0,
 22591               };
 22592               
 22593               static MetaProperty
 22594               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply =
 22595               {
 22596                   /* flags */
 22597                   META_FLAG_PROPERTY|META_FLAG_IN,
 22598                   /* name */
 22599                   "PropertiesToApply",
 22600 mike  1.1.2.1     /* qualifiers */
 22601                   _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 22602                   /* type */
 22603                   CIMTYPE_STRING,
 22604                   /* subscript */
 22605                   0,
 22606                   /* value */
 22607                   0,
 22608               };
 22609               
 22610               static MetaFeature*
 22611               _CIM_Setting_ApplyIncrementalChangeToMSE_parameters[] =
 22612               {
 22613                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MSE,
 22614                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply,
 22615                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy,
 22616                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply,
 22617                   0,
 22618               };
 22619               
 22620               static const char*
 22621 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers[] =
 22622               {
 22623                   0,
 22624               };
 22625               
 22626               static MetaMethod
 22627               _CIM_Setting_ApplyIncrementalChangeToMSE =
 22628               {
 22629                   /* flags */
 22630                   META_FLAG_METHOD,
 22631                   /* name */
 22632                   "CIM_Setting",
 22633                   /* qualifiers */
 22634                   _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers,
 22635                   /* type */
 22636                   CIMTYPE_UINT32,
 22637                   /* parameters */
 22638                   _CIM_Setting_ApplyIncrementalChangeToMSE_parameters,
 22639               };
 22640               
 22641               static const char*
 22642 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 22643               {
 22644                   /* IN */
 22645                   "\024\001",
 22646                   0,
 22647               };
 22648               
 22649               static MetaReference
 22650               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection =
 22651               {
 22652                   /* flags */
 22653                   META_FLAG_REFERENCE|META_FLAG_IN,
 22654                   /* name */
 22655                   "Collection",
 22656                   /* qualifiers */
 22657                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers,
 22658                   /* subscript */
 22659                   -1,
 22660                   /* ref */
 22661                   &__root_cimv2_CIM_CollectionOfMSEs,
 22662               };
 22663 mike  1.1.2.1 
 22664               static const char*
 22665               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 22666               {
 22667                   /* IN */
 22668                   "\024\001",
 22669                   0,
 22670               };
 22671               
 22672               static MetaProperty
 22673               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply =
 22674               {
 22675                   /* flags */
 22676                   META_FLAG_PROPERTY|META_FLAG_IN,
 22677                   /* name */
 22678                   "TimeToApply",
 22679                   /* qualifiers */
 22680                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 22681                   /* type */
 22682                   CIMTYPE_DATETIME,
 22683                   /* subscript */
 22684 mike  1.1.2.1     -1,
 22685                   /* value */
 22686                   0,
 22687               };
 22688               
 22689               static const char*
 22690               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 22691               {
 22692                   /* IN */
 22693                   "\024\001",
 22694                   0,
 22695               };
 22696               
 22697               static MetaProperty
 22698               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy =
 22699               {
 22700                   /* flags */
 22701                   META_FLAG_PROPERTY|META_FLAG_IN,
 22702                   /* name */
 22703                   "MustBeCompletedBy",
 22704                   /* qualifiers */
 22705 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 22706                   /* type */
 22707                   CIMTYPE_DATETIME,
 22708                   /* subscript */
 22709                   -1,
 22710                   /* value */
 22711                   0,
 22712               };
 22713               
 22714               static const char*
 22715               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 22716               {
 22717                   /* IN */
 22718                   "\024\001",
 22719                   0,
 22720               };
 22721               
 22722               static MetaProperty
 22723               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply =
 22724               {
 22725                   /* flags */
 22726 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
 22727                   /* name */
 22728                   "PropertiesToApply",
 22729                   /* qualifiers */
 22730                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 22731                   /* type */
 22732                   CIMTYPE_STRING,
 22733                   /* subscript */
 22734                   0,
 22735                   /* value */
 22736                   0,
 22737               };
 22738               
 22739               static const char*
 22740               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 22741               {
 22742                   /* IN */
 22743                   "\024\000",
 22744                   /* OUT */
 22745                   "\043\001",
 22746                   0,
 22747 mike  1.1.2.1 };
 22748               
 22749               static MetaProperty
 22750               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply =
 22751               {
 22752                   /* flags */
 22753                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22754                   /* name */
 22755                   "CanNotApply",
 22756                   /* qualifiers */
 22757                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 22758                   /* type */
 22759                   CIMTYPE_STRING,
 22760                   /* subscript */
 22761                   0,
 22762                   /* value */
 22763                   0,
 22764               };
 22765               
 22766               static MetaFeature*
 22767               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters[] =
 22768 mike  1.1.2.1 {
 22769                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection,
 22770                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply,
 22771                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy,
 22772                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply,
 22773                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply,
 22774                   0,
 22775               };
 22776               
 22777               static const char*
 22778               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers[] =
 22779               {
 22780                   0,
 22781               };
 22782               
 22783               static MetaMethod
 22784               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection =
 22785               {
 22786                   /* flags */
 22787                   META_FLAG_METHOD,
 22788                   /* name */
 22789 mike  1.1.2.1     "CIM_Setting",
 22790                   /* qualifiers */
 22791                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers,
 22792                   /* type */
 22793                   CIMTYPE_UINT32,
 22794                   /* parameters */
 22795                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters,
 22796               };
 22797               
 22798               static const char*
 22799               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 22800               {
 22801                   /* IN */
 22802                   "\024\001",
 22803                   0,
 22804               };
 22805               
 22806               static MetaReference
 22807               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection =
 22808               {
 22809                   /* flags */
 22810 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
 22811                   /* name */
 22812                   "Collection",
 22813                   /* qualifiers */
 22814                   _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers,
 22815                   /* subscript */
 22816                   -1,
 22817                   /* ref */
 22818                   &__root_cimv2_CIM_CollectionOfMSEs,
 22819               };
 22820               
 22821               static const char*
 22822               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 22823               {
 22824                   /* IN */
 22825                   "\024\001",
 22826                   0,
 22827               };
 22828               
 22829               static MetaProperty
 22830               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply =
 22831 mike  1.1.2.1 {
 22832                   /* flags */
 22833                   META_FLAG_PROPERTY|META_FLAG_IN,
 22834                   /* name */
 22835                   "TimeToApply",
 22836                   /* qualifiers */
 22837                   _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 22838                   /* type */
 22839                   CIMTYPE_DATETIME,
 22840                   /* subscript */
 22841                   -1,
 22842                   /* value */
 22843                   0,
 22844               };
 22845               
 22846               static const char*
 22847               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers[] =
 22848               {
 22849                   /* IN */
 22850                   "\024\001",
 22851                   0,
 22852 mike  1.1.2.1 };
 22853               
 22854               static MetaProperty
 22855               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError =
 22856               {
 22857                   /* flags */
 22858                   META_FLAG_PROPERTY|META_FLAG_IN,
 22859                   /* name */
 22860                   "ContinueOnError",
 22861                   /* qualifiers */
 22862                   _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers,
 22863                   /* type */
 22864                   CIMTYPE_BOOLEAN,
 22865                   /* subscript */
 22866                   -1,
 22867                   /* value */
 22868                   0,
 22869               };
 22870               
 22871               static const char*
 22872               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 22873 mike  1.1.2.1 {
 22874                   /* IN */
 22875                   "\024\001",
 22876                   0,
 22877               };
 22878               
 22879               static MetaProperty
 22880               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy =
 22881               {
 22882                   /* flags */
 22883                   META_FLAG_PROPERTY|META_FLAG_IN,
 22884                   /* name */
 22885                   "MustBeCompletedBy",
 22886                   /* qualifiers */
 22887                   _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 22888                   /* type */
 22889                   CIMTYPE_DATETIME,
 22890                   /* subscript */
 22891                   -1,
 22892                   /* value */
 22893                   0,
 22894 mike  1.1.2.1 };
 22895               
 22896               static const char*
 22897               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 22898               {
 22899                   /* IN */
 22900                   "\024\001",
 22901                   0,
 22902               };
 22903               
 22904               static MetaProperty
 22905               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply =
 22906               {
 22907                   /* flags */
 22908                   META_FLAG_PROPERTY|META_FLAG_IN,
 22909                   /* name */
 22910                   "PropertiesToApply",
 22911                   /* qualifiers */
 22912                   _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 22913                   /* type */
 22914                   CIMTYPE_STRING,
 22915 mike  1.1.2.1     /* subscript */
 22916                   0,
 22917                   /* value */
 22918                   0,
 22919               };
 22920               
 22921               static const char*
 22922               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 22923               {
 22924                   /* IN */
 22925                   "\024\000",
 22926                   /* OUT */
 22927                   "\043\001",
 22928                   0,
 22929               };
 22930               
 22931               static MetaProperty
 22932               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply =
 22933               {
 22934                   /* flags */
 22935                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22936 mike  1.1.2.1     /* name */
 22937                   "CanNotApply",
 22938                   /* qualifiers */
 22939                   _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 22940                   /* type */
 22941                   CIMTYPE_STRING,
 22942                   /* subscript */
 22943                   0,
 22944                   /* value */
 22945                   0,
 22946               };
 22947               
 22948               static MetaFeature*
 22949               _CIM_Setting_ApplyIncrementalChangeToCollection_parameters[] =
 22950               {
 22951                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_Collection,
 22952                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply,
 22953                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError,
 22954                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy,
 22955                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply,
 22956                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply,
 22957 mike  1.1.2.1     0,
 22958               };
 22959               
 22960               static const char*
 22961               _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers[] =
 22962               {
 22963                   0,
 22964               };
 22965               
 22966               static MetaMethod
 22967               _CIM_Setting_ApplyIncrementalChangeToCollection =
 22968               {
 22969                   /* flags */
 22970                   META_FLAG_METHOD,
 22971                   /* name */
 22972                   "CIM_Setting",
 22973                   /* qualifiers */
 22974                   _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers,
 22975                   /* type */
 22976                   CIMTYPE_UINT32,
 22977                   /* parameters */
 22978 mike  1.1.2.1     _CIM_Setting_ApplyIncrementalChangeToCollection_parameters,
 22979               };
 22980               
 22981               static MetaFeature*
 22982               _CIM_Setting_features[] =
 22983               {
 22984                   (MetaFeature*)&_CIM_Setting_SettingID,
 22985                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE,
 22986                   (MetaFeature*)&_CIM_Setting_ApplyToMSE,
 22987                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection,
 22988                   (MetaFeature*)&_CIM_Setting_ApplyToCollection,
 22989                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE,
 22990                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE,
 22991                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection,
 22992                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection,
 22993                   0,
 22994               };
 22995               
 22996               static const char*
 22997               __root_cimv2_CIM_Setting_qualifiers[] =
 22998               {
 22999 mike  1.1.2.1     /* UMLPackagePath */
 23000                   "\057CIM::Core::Settings",
 23001                   /* Abstract */
 23002                   "\002\001",
 23003                   /* Version */
 23004                   "\0632.8.1000",
 23005                   0,
 23006               };
 23007               
 23008               MetaClass
 23009               __root_cimv2_CIM_Setting =
 23010               {
 23011                   /* flags */
 23012                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 23013                   /* name */
 23014                   "CIM_Setting",
 23015                   /* qualifiers */
 23016                   __root_cimv2_CIM_Setting_qualifiers,
 23017                   /* super */
 23018                   &__root_cimv2_CIM_ManagedElement,
 23019                   /* features */
 23020 mike  1.1.2.1     _CIM_Setting_features,
 23021               };
 23022               
 23023               //==============================================================================
 23024               //
 23025               // Class: CIM_SettingContext
 23026               //
 23027               //==============================================================================
 23028               
 23029               static const char*
 23030               _CIM_SettingContext_Context_qualifiers[] =
 23031               {
 23032                   /* Key */
 23033                   "\025\001",
 23034                   /* Aggregate */
 23035                   "\003\001",
 23036                   0,
 23037               };
 23038               
 23039               static MetaReference
 23040               _CIM_SettingContext_Context =
 23041 mike  1.1.2.1 {
 23042                   /* flags */
 23043                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 23044                   /* name */
 23045                   "Context",
 23046                   /* qualifiers */
 23047                   _CIM_SettingContext_Context_qualifiers,
 23048                   /* subscript */
 23049                   -1,
 23050                   /* refId */
 23051                   &__root_cimv2_CIM_Configuration,
 23052               };
 23053               
 23054               static const char*
 23055               _CIM_SettingContext_Setting_qualifiers[] =
 23056               {
 23057                   /* Key */
 23058                   "\025\001",
 23059                   0,
 23060               };
 23061               
 23062 mike  1.1.2.1 static MetaReference
 23063               _CIM_SettingContext_Setting =
 23064               {
 23065                   /* flags */
 23066                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 23067                   /* name */
 23068                   "Setting",
 23069                   /* qualifiers */
 23070                   _CIM_SettingContext_Setting_qualifiers,
 23071                   /* subscript */
 23072                   -1,
 23073                   /* refId */
 23074                   &__root_cimv2_CIM_Setting,
 23075               };
 23076               
 23077               static MetaFeature*
 23078               _CIM_SettingContext_features[] =
 23079               {
 23080                   (MetaFeature*)&_CIM_SettingContext_Context,
 23081                   (MetaFeature*)&_CIM_SettingContext_Setting,
 23082                   0,
 23083 mike  1.1.2.1 };
 23084               
 23085               static const char*
 23086               __root_cimv2_CIM_SettingContext_qualifiers[] =
 23087               {
 23088                   /* ASSOCIATION */
 23089                   "\000\001",
 23090                   /* UMLPackagePath */
 23091                   "\057CIM::Core::Settings",
 23092                   /* Aggregation */
 23093                   "\004\001",
 23094                   /* Version */
 23095                   "\0632.6.0",
 23096                   0,
 23097               };
 23098               
 23099               MetaClass
 23100               __root_cimv2_CIM_SettingContext =
 23101               {
 23102                   /* flags */
 23103                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 23104 mike  1.1.2.1     /* name */
 23105                   "CIM_SettingContext",
 23106                   /* qualifiers */
 23107                   __root_cimv2_CIM_SettingContext_qualifiers,
 23108                   /* super */
 23109                   0,
 23110                   /* features */
 23111                   _CIM_SettingContext_features,
 23112               };
 23113               
 23114               //==============================================================================
 23115               //
 23116               // Class: CIM_SettingData
 23117               //
 23118               //==============================================================================
 23119               
 23120               static const char*
 23121               _CIM_SettingData_InstanceID_qualifiers[] =
 23122               {
 23123                   /* Key */
 23124                   "\025\001",
 23125 mike  1.1.2.1     0,
 23126               };
 23127               
 23128               static MetaProperty
 23129               _CIM_SettingData_InstanceID =
 23130               {
 23131                   /* flags */
 23132                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23133                   /* name */
 23134                   "InstanceID",
 23135                   /* qualifiers */
 23136                   _CIM_SettingData_InstanceID_qualifiers,
 23137                   /* type */
 23138                   CIMTYPE_STRING,
 23139                   /* subscript */
 23140                   -1,
 23141                   /* value */
 23142                   0,
 23143               };
 23144               
 23145               static const char*
 23146 mike  1.1.2.1 _CIM_SettingData_ElementName_qualifiers[] =
 23147               {
 23148                   /* Required */
 23149                   "\050\001",
 23150                   /* Override */
 23151                   "\044ElementName",
 23152                   0,
 23153               };
 23154               
 23155               static MetaProperty
 23156               _CIM_SettingData_ElementName =
 23157               {
 23158                   /* flags */
 23159                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 23160                   /* name */
 23161                   "ElementName",
 23162                   /* qualifiers */
 23163                   _CIM_SettingData_ElementName_qualifiers,
 23164                   /* type */
 23165                   CIMTYPE_STRING,
 23166                   /* subscript */
 23167 mike  1.1.2.1     -1,
 23168                   /* value */
 23169                   0,
 23170               };
 23171               
 23172               static MetaFeature*
 23173               _CIM_SettingData_features[] =
 23174               {
 23175                   (MetaFeature*)&_CIM_SettingData_InstanceID,
 23176                   (MetaFeature*)&_CIM_SettingData_ElementName,
 23177                   0,
 23178               };
 23179               
 23180               static const char*
 23181               __root_cimv2_CIM_SettingData_qualifiers[] =
 23182               {
 23183                   /* UMLPackagePath */
 23184                   "\057CIM::Core::Settings",
 23185                   /* Abstract */
 23186                   "\002\001",
 23187                   /* Version */
 23188 mike  1.1.2.1     "\0632.10.0",
 23189                   0,
 23190               };
 23191               
 23192               MetaClass
 23193               __root_cimv2_CIM_SettingData =
 23194               {
 23195                   /* flags */
 23196                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 23197                   /* name */
 23198                   "CIM_SettingData",
 23199                   /* qualifiers */
 23200                   __root_cimv2_CIM_SettingData_qualifiers,
 23201                   /* super */
 23202                   &__root_cimv2_CIM_ManagedElement,
 23203                   /* features */
 23204                   _CIM_SettingData_features,
 23205               };
 23206               
 23207               //==============================================================================
 23208               //
 23209 mike  1.1.2.1 // Class: CIM_SharedSecret
 23210               //
 23211               //==============================================================================
 23212               
 23213               static const char*
 23214               _CIM_SharedSecret_SystemCreationClassName_qualifiers[] =
 23215               {
 23216                   /* Key */
 23217                   "\025\001",
 23218                   /* Propagated */
 23219                   "\045CIM_SharedSecretService.SystemCreationClassName",
 23220                   /* MaxLen */
 23221                   "\030\000\000\001\000",
 23222                   0,
 23223               };
 23224               
 23225               static MetaProperty
 23226               _CIM_SharedSecret_SystemCreationClassName =
 23227               {
 23228                   /* flags */
 23229                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23230 mike  1.1.2.1     /* name */
 23231                   "SystemCreationClassName",
 23232                   /* qualifiers */
 23233                   _CIM_SharedSecret_SystemCreationClassName_qualifiers,
 23234                   /* type */
 23235                   CIMTYPE_STRING,
 23236                   /* subscript */
 23237                   -1,
 23238                   /* value */
 23239                   0,
 23240               };
 23241               
 23242               static const char*
 23243               _CIM_SharedSecret_SystemName_qualifiers[] =
 23244               {
 23245                   /* Key */
 23246                   "\025\001",
 23247                   /* Propagated */
 23248                   "\045CIM_SharedSecretService.SystemName",
 23249                   /* MaxLen */
 23250                   "\030\000\000\001\000",
 23251 mike  1.1.2.1     0,
 23252               };
 23253               
 23254               static MetaProperty
 23255               _CIM_SharedSecret_SystemName =
 23256               {
 23257                   /* flags */
 23258                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23259                   /* name */
 23260                   "SystemName",
 23261                   /* qualifiers */
 23262                   _CIM_SharedSecret_SystemName_qualifiers,
 23263                   /* type */
 23264                   CIMTYPE_STRING,
 23265                   /* subscript */
 23266                   -1,
 23267                   /* value */
 23268                   0,
 23269               };
 23270               
 23271               static const char*
 23272 mike  1.1.2.1 _CIM_SharedSecret_ServiceCreationClassName_qualifiers[] =
 23273               {
 23274                   /* Key */
 23275                   "\025\001",
 23276                   /* Propagated */
 23277                   "\045CIM_SharedSecretService.CreationClassName",
 23278                   /* MaxLen */
 23279                   "\030\000\000\001\000",
 23280                   0,
 23281               };
 23282               
 23283               static MetaProperty
 23284               _CIM_SharedSecret_ServiceCreationClassName =
 23285               {
 23286                   /* flags */
 23287                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23288                   /* name */
 23289                   "ServiceCreationClassName",
 23290                   /* qualifiers */
 23291                   _CIM_SharedSecret_ServiceCreationClassName_qualifiers,
 23292                   /* type */
 23293 mike  1.1.2.1     CIMTYPE_STRING,
 23294                   /* subscript */
 23295                   -1,
 23296                   /* value */
 23297                   0,
 23298               };
 23299               
 23300               static const char*
 23301               _CIM_SharedSecret_ServiceName_qualifiers[] =
 23302               {
 23303                   /* Key */
 23304                   "\025\001",
 23305                   /* Propagated */
 23306                   "\045CIM_SharedSecretService.Name",
 23307                   /* MaxLen */
 23308                   "\030\000\000\001\000",
 23309                   0,
 23310               };
 23311               
 23312               static MetaProperty
 23313               _CIM_SharedSecret_ServiceName =
 23314 mike  1.1.2.1 {
 23315                   /* flags */
 23316                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23317                   /* name */
 23318                   "ServiceName",
 23319                   /* qualifiers */
 23320                   _CIM_SharedSecret_ServiceName_qualifiers,
 23321                   /* type */
 23322                   CIMTYPE_STRING,
 23323                   /* subscript */
 23324                   -1,
 23325                   /* value */
 23326                   0,
 23327               };
 23328               
 23329               static const char*
 23330               _CIM_SharedSecret_RemoteID_qualifiers[] =
 23331               {
 23332                   /* Key */
 23333                   "\025\001",
 23334                   /* MaxLen */
 23335 mike  1.1.2.1     "\030\000\000\001\000",
 23336                   0,
 23337               };
 23338               
 23339               static MetaProperty
 23340               _CIM_SharedSecret_RemoteID =
 23341               {
 23342                   /* flags */
 23343                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23344                   /* name */
 23345                   "RemoteID",
 23346                   /* qualifiers */
 23347                   _CIM_SharedSecret_RemoteID_qualifiers,
 23348                   /* type */
 23349                   CIMTYPE_STRING,
 23350                   /* subscript */
 23351                   -1,
 23352                   /* value */
 23353                   0,
 23354               };
 23355               
 23356 mike  1.1.2.1 static const char*
 23357               _CIM_SharedSecret_Secret_qualifiers[] =
 23358               {
 23359                   0,
 23360               };
 23361               
 23362               static MetaProperty
 23363               _CIM_SharedSecret_Secret =
 23364               {
 23365                   /* flags */
 23366                   META_FLAG_PROPERTY|META_FLAG_READ,
 23367                   /* name */
 23368                   "Secret",
 23369                   /* qualifiers */
 23370                   _CIM_SharedSecret_Secret_qualifiers,
 23371                   /* type */
 23372                   CIMTYPE_STRING,
 23373                   /* subscript */
 23374                   -1,
 23375                   /* value */
 23376                   0,
 23377 mike  1.1.2.1 };
 23378               
 23379               static const char*
 23380               _CIM_SharedSecret_Algorithm_qualifiers[] =
 23381               {
 23382                   0,
 23383               };
 23384               
 23385               static MetaProperty
 23386               _CIM_SharedSecret_Algorithm =
 23387               {
 23388                   /* flags */
 23389                   META_FLAG_PROPERTY|META_FLAG_READ,
 23390                   /* name */
 23391                   "Algorithm",
 23392                   /* qualifiers */
 23393                   _CIM_SharedSecret_Algorithm_qualifiers,
 23394                   /* type */
 23395                   CIMTYPE_STRING,
 23396                   /* subscript */
 23397                   -1,
 23398 mike  1.1.2.1     /* value */
 23399                   0,
 23400               };
 23401               
 23402               static const char*
 23403               _CIM_SharedSecret_Protocol_qualifiers[] =
 23404               {
 23405                   0,
 23406               };
 23407               
 23408               static MetaProperty
 23409               _CIM_SharedSecret_Protocol =
 23410               {
 23411                   /* flags */
 23412                   META_FLAG_PROPERTY|META_FLAG_READ,
 23413                   /* name */
 23414                   "Protocol",
 23415                   /* qualifiers */
 23416                   _CIM_SharedSecret_Protocol_qualifiers,
 23417                   /* type */
 23418                   CIMTYPE_STRING,
 23419 mike  1.1.2.1     /* subscript */
 23420                   -1,
 23421                   /* value */
 23422                   0,
 23423               };
 23424               
 23425               static MetaFeature*
 23426               _CIM_SharedSecret_features[] =
 23427               {
 23428                   (MetaFeature*)&_CIM_SharedSecret_SystemCreationClassName,
 23429                   (MetaFeature*)&_CIM_SharedSecret_SystemName,
 23430                   (MetaFeature*)&_CIM_SharedSecret_ServiceCreationClassName,
 23431                   (MetaFeature*)&_CIM_SharedSecret_ServiceName,
 23432                   (MetaFeature*)&_CIM_SharedSecret_RemoteID,
 23433                   (MetaFeature*)&_CIM_SharedSecret_Secret,
 23434                   (MetaFeature*)&_CIM_SharedSecret_Algorithm,
 23435                   (MetaFeature*)&_CIM_SharedSecret_Protocol,
 23436                   0,
 23437               };
 23438               
 23439               static const char*
 23440 mike  1.1.2.1 __root_cimv2_CIM_SharedSecret_qualifiers[] =
 23441               {
 23442                   /* UMLPackagePath */
 23443                   "\057CIM::User::SharedSecret",
 23444                   /* Version */
 23445                   "\0632.8.0",
 23446                   0,
 23447               };
 23448               
 23449               MetaClass
 23450               __root_cimv2_CIM_SharedSecret =
 23451               {
 23452                   /* flags */
 23453                   META_FLAG_CLASS,
 23454                   /* name */
 23455                   "CIM_SharedSecret",
 23456                   /* qualifiers */
 23457                   __root_cimv2_CIM_SharedSecret_qualifiers,
 23458                   /* super */
 23459                   &__root_cimv2_CIM_Credential,
 23460                   /* features */
 23461 mike  1.1.2.1     _CIM_SharedSecret_features,
 23462               };
 23463               
 23464               //==============================================================================
 23465               //
 23466               // Class: CIM_SNMPTrapIndication
 23467               //
 23468               //==============================================================================
 23469               
 23470               static const char*
 23471               _CIM_SNMPTrapIndication_Enterprise_qualifiers[] =
 23472               {
 23473                   /* MappingStrings */
 23474                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.enterprise\000",
 23475                   0,
 23476               };
 23477               
 23478               static MetaProperty
 23479               _CIM_SNMPTrapIndication_Enterprise =
 23480               {
 23481                   /* flags */
 23482 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 23483                   /* name */
 23484                   "Enterprise",
 23485                   /* qualifiers */
 23486                   _CIM_SNMPTrapIndication_Enterprise_qualifiers,
 23487                   /* type */
 23488                   CIMTYPE_STRING,
 23489                   /* subscript */
 23490                   -1,
 23491                   /* value */
 23492                   0,
 23493               };
 23494               
 23495               static const char*
 23496               _CIM_SNMPTrapIndication_AgentAddress_qualifiers[] =
 23497               {
 23498                   /* MappingStrings */
 23499                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.agent-addr\000",
 23500                   0,
 23501               };
 23502               
 23503 mike  1.1.2.1 static MetaProperty
 23504               _CIM_SNMPTrapIndication_AgentAddress =
 23505               {
 23506                   /* flags */
 23507                   META_FLAG_PROPERTY|META_FLAG_READ,
 23508                   /* name */
 23509                   "AgentAddress",
 23510                   /* qualifiers */
 23511                   _CIM_SNMPTrapIndication_AgentAddress_qualifiers,
 23512                   /* type */
 23513                   CIMTYPE_STRING,
 23514                   /* subscript */
 23515                   -1,
 23516                   /* value */
 23517                   0,
 23518               };
 23519               
 23520               static const char*
 23521               _CIM_SNMPTrapIndication_GenericTrap_qualifiers[] =
 23522               {
 23523                   /* ValueMap */
 23524 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 23525                   /* Values */
 23526                   "\062\000\007Cold Start\000Warm Start\000Link Down\000Link Up\000Authentication Failure\000EGP Neighbor Loss\000Enterprise Specific\000",
 23527                   /* MappingStrings */
 23528                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.generic-trap\000",
 23529                   0,
 23530               };
 23531               
 23532               static MetaProperty
 23533               _CIM_SNMPTrapIndication_GenericTrap =
 23534               {
 23535                   /* flags */
 23536                   META_FLAG_PROPERTY|META_FLAG_READ,
 23537                   /* name */
 23538                   "GenericTrap",
 23539                   /* qualifiers */
 23540                   _CIM_SNMPTrapIndication_GenericTrap_qualifiers,
 23541                   /* type */
 23542                   CIMTYPE_UINT16,
 23543                   /* subscript */
 23544                   -1,
 23545 mike  1.1.2.1     /* value */
 23546                   0,
 23547               };
 23548               
 23549               static const char*
 23550               _CIM_SNMPTrapIndication_SpecificTrap_qualifiers[] =
 23551               {
 23552                   /* MappingStrings */
 23553                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.specific-trap\000",
 23554                   0,
 23555               };
 23556               
 23557               static MetaProperty
 23558               _CIM_SNMPTrapIndication_SpecificTrap =
 23559               {
 23560                   /* flags */
 23561                   META_FLAG_PROPERTY|META_FLAG_READ,
 23562                   /* name */
 23563                   "SpecificTrap",
 23564                   /* qualifiers */
 23565                   _CIM_SNMPTrapIndication_SpecificTrap_qualifiers,
 23566 mike  1.1.2.1     /* type */
 23567                   CIMTYPE_UINT32,
 23568                   /* subscript */
 23569                   -1,
 23570                   /* value */
 23571                   0,
 23572               };
 23573               
 23574               static const char*
 23575               _CIM_SNMPTrapIndication_TimeStamp_qualifiers[] =
 23576               {
 23577                   /* MappingStrings */
 23578                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.time-stamp\000",
 23579                   0,
 23580               };
 23581               
 23582               static MetaProperty
 23583               _CIM_SNMPTrapIndication_TimeStamp =
 23584               {
 23585                   /* flags */
 23586                   META_FLAG_PROPERTY|META_FLAG_READ,
 23587 mike  1.1.2.1     /* name */
 23588                   "TimeStamp",
 23589                   /* qualifiers */
 23590                   _CIM_SNMPTrapIndication_TimeStamp_qualifiers,
 23591                   /* type */
 23592                   CIMTYPE_DATETIME,
 23593                   /* subscript */
 23594                   -1,
 23595                   /* value */
 23596                   0,
 23597               };
 23598               
 23599               static const char*
 23600               _CIM_SNMPTrapIndication_VarBindNames_qualifiers[] =
 23601               {
 23602                   /* MappingStrings */
 23603                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23604                   /* ArrayType */
 23605                   "\005Indexed",
 23606                   /* ModelCorrespondence */
 23607                   "\036\000\002CIM_SNMPTrapIndication.VarBindSyntaxes\000CIM_SNMPTrapIndication.VarBindValues\000",
 23608 mike  1.1.2.1     0,
 23609               };
 23610               
 23611               static MetaProperty
 23612               _CIM_SNMPTrapIndication_VarBindNames =
 23613               {
 23614                   /* flags */
 23615                   META_FLAG_PROPERTY|META_FLAG_READ,
 23616                   /* name */
 23617                   "VarBindNames",
 23618                   /* qualifiers */
 23619                   _CIM_SNMPTrapIndication_VarBindNames_qualifiers,
 23620                   /* type */
 23621                   CIMTYPE_STRING,
 23622                   /* subscript */
 23623                   0,
 23624                   /* value */
 23625                   0,
 23626               };
 23627               
 23628               static const char*
 23629 mike  1.1.2.1 _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers[] =
 23630               {
 23631                   /* ValueMap */
 23632                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 23633                   /* Values */
 23634                   "\062\000\010Integer\000OctetString\000ObjectIdentifier\000NetworkAddress\000Counter\000Gauge\000TimeTicks\000Opaque\000",
 23635                   /* MappingStrings */
 23636                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23637                   /* ArrayType */
 23638                   "\005Indexed",
 23639                   /* ModelCorrespondence */
 23640                   "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindValues\000",
 23641                   0,
 23642               };
 23643               
 23644               static MetaProperty
 23645               _CIM_SNMPTrapIndication_VarBindSyntaxes =
 23646               {
 23647                   /* flags */
 23648                   META_FLAG_PROPERTY|META_FLAG_READ,
 23649                   /* name */
 23650 mike  1.1.2.1     "VarBindSyntaxes",
 23651                   /* qualifiers */
 23652                   _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers,
 23653                   /* type */
 23654                   CIMTYPE_UINT16,
 23655                   /* subscript */
 23656                   0,
 23657                   /* value */
 23658                   0,
 23659               };
 23660               
 23661               static const char*
 23662               _CIM_SNMPTrapIndication_VarBindValues_qualifiers[] =
 23663               {
 23664                   /* OctetString */
 23665                   "\042\001",
 23666                   /* MappingStrings */
 23667                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23668                   /* ArrayType */
 23669                   "\005Indexed",
 23670                   /* ModelCorrespondence */
 23671 mike  1.1.2.1     "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindSyntaxes\000",
 23672                   0,
 23673               };
 23674               
 23675               static MetaProperty
 23676               _CIM_SNMPTrapIndication_VarBindValues =
 23677               {
 23678                   /* flags */
 23679                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 23680                   /* name */
 23681                   "VarBindValues",
 23682                   /* qualifiers */
 23683                   _CIM_SNMPTrapIndication_VarBindValues_qualifiers,
 23684                   /* type */
 23685                   CIMTYPE_STRING,
 23686                   /* subscript */
 23687                   0,
 23688                   /* value */
 23689                   0,
 23690               };
 23691               
 23692 mike  1.1.2.1 static MetaFeature*
 23693               _CIM_SNMPTrapIndication_features[] =
 23694               {
 23695                   (MetaFeature*)&_CIM_SNMPTrapIndication_Enterprise,
 23696                   (MetaFeature*)&_CIM_SNMPTrapIndication_AgentAddress,
 23697                   (MetaFeature*)&_CIM_SNMPTrapIndication_GenericTrap,
 23698                   (MetaFeature*)&_CIM_SNMPTrapIndication_SpecificTrap,
 23699                   (MetaFeature*)&_CIM_SNMPTrapIndication_TimeStamp,
 23700                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindNames,
 23701                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindSyntaxes,
 23702                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindValues,
 23703                   0,
 23704               };
 23705               
 23706               static const char*
 23707               __root_cimv2_CIM_SNMPTrapIndication_qualifiers[] =
 23708               {
 23709                   /* INDICATION */
 23710                   "\001\001",
 23711                   /* UMLPackagePath */
 23712                   "\057CIM::Event",
 23713 mike  1.1.2.1     /* Version */
 23714                   "\0632.7.0",
 23715                   0,
 23716               };
 23717               
 23718               MetaClass
 23719               __root_cimv2_CIM_SNMPTrapIndication =
 23720               {
 23721                   /* flags */
 23722                   META_FLAG_INDICATION,
 23723                   /* name */
 23724                   "CIM_SNMPTrapIndication",
 23725                   /* qualifiers */
 23726                   __root_cimv2_CIM_SNMPTrapIndication_qualifiers,
 23727                   /* super */
 23728                   &__root_cimv2_CIM_ProcessIndication,
 23729                   /* features */
 23730                   _CIM_SNMPTrapIndication_features,
 23731               };
 23732               
 23733               //==============================================================================
 23734 mike  1.1.2.1 //
 23735               // Class: CIM_Spared
 23736               //
 23737               //==============================================================================
 23738               
 23739               static const char*
 23740               _CIM_Spared_Antecedent_qualifiers[] =
 23741               {
 23742                   /* Override */
 23743                   "\044Antecedent",
 23744                   0,
 23745               };
 23746               
 23747               static MetaReference
 23748               _CIM_Spared_Antecedent =
 23749               {
 23750                   /* flags */
 23751                   META_FLAG_REFERENCE|META_FLAG_READ,
 23752                   /* name */
 23753                   "Antecedent",
 23754                   /* qualifiers */
 23755 mike  1.1.2.1     _CIM_Spared_Antecedent_qualifiers,
 23756                   /* subscript */
 23757                   -1,
 23758                   /* refId */
 23759                   &__root_cimv2_CIM_ManagedElement,
 23760               };
 23761               
 23762               static const char*
 23763               _CIM_Spared_Dependent_qualifiers[] =
 23764               {
 23765                   /* Override */
 23766                   "\044Dependent",
 23767                   0,
 23768               };
 23769               
 23770               static MetaReference
 23771               _CIM_Spared_Dependent =
 23772               {
 23773                   /* flags */
 23774                   META_FLAG_REFERENCE|META_FLAG_READ,
 23775                   /* name */
 23776 mike  1.1.2.1     "Dependent",
 23777                   /* qualifiers */
 23778                   _CIM_Spared_Dependent_qualifiers,
 23779                   /* subscript */
 23780                   -1,
 23781                   /* refId */
 23782                   &__root_cimv2_CIM_ManagedElement,
 23783               };
 23784               
 23785               static MetaFeature*
 23786               _CIM_Spared_features[] =
 23787               {
 23788                   (MetaFeature*)&_CIM_Spared_Antecedent,
 23789                   (MetaFeature*)&_CIM_Spared_Dependent,
 23790                   0,
 23791               };
 23792               
 23793               static const char*
 23794               __root_cimv2_CIM_Spared_qualifiers[] =
 23795               {
 23796                   /* ASSOCIATION */
 23797 mike  1.1.2.1     "\000\001",
 23798                   /* UMLPackagePath */
 23799                   "\057CIM::Core::Redundancy",
 23800                   /* Version */
 23801                   "\0632.10.0",
 23802                   0,
 23803               };
 23804               
 23805               MetaClass
 23806               __root_cimv2_CIM_Spared =
 23807               {
 23808                   /* flags */
 23809                   META_FLAG_ASSOCIATION,
 23810                   /* name */
 23811                   "CIM_Spared",
 23812                   /* qualifiers */
 23813                   __root_cimv2_CIM_Spared_qualifiers,
 23814                   /* super */
 23815                   &__root_cimv2_CIM_Dependency,
 23816                   /* features */
 23817                   _CIM_Spared_features,
 23818 mike  1.1.2.1 };
 23819               
 23820               //==============================================================================
 23821               //
 23822               // Class: CIM_StatisticalData
 23823               //
 23824               //==============================================================================
 23825               
 23826               static const char*
 23827               _CIM_StatisticalData_InstanceID_qualifiers[] =
 23828               {
 23829                   /* Key */
 23830                   "\025\001",
 23831                   0,
 23832               };
 23833               
 23834               static MetaProperty
 23835               _CIM_StatisticalData_InstanceID =
 23836               {
 23837                   /* flags */
 23838                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23839 mike  1.1.2.1     /* name */
 23840                   "InstanceID",
 23841                   /* qualifiers */
 23842                   _CIM_StatisticalData_InstanceID_qualifiers,
 23843                   /* type */
 23844                   CIMTYPE_STRING,
 23845                   /* subscript */
 23846                   -1,
 23847                   /* value */
 23848                   0,
 23849               };
 23850               
 23851               static const char*
 23852               _CIM_StatisticalData_ElementName_qualifiers[] =
 23853               {
 23854                   /* Required */
 23855                   "\050\001",
 23856                   /* Override */
 23857                   "\044ElementName",
 23858                   0,
 23859               };
 23860 mike  1.1.2.1 
 23861               static MetaProperty
 23862               _CIM_StatisticalData_ElementName =
 23863               {
 23864                   /* flags */
 23865                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 23866                   /* name */
 23867                   "ElementName",
 23868                   /* qualifiers */
 23869                   _CIM_StatisticalData_ElementName_qualifiers,
 23870                   /* type */
 23871                   CIMTYPE_STRING,
 23872                   /* subscript */
 23873                   -1,
 23874                   /* value */
 23875                   0,
 23876               };
 23877               
 23878               static const char*
 23879               _CIM_StatisticalData_StartStatisticTime_qualifiers[] =
 23880               {
 23881 mike  1.1.2.1     0,
 23882               };
 23883               
 23884               static MetaProperty
 23885               _CIM_StatisticalData_StartStatisticTime =
 23886               {
 23887                   /* flags */
 23888                   META_FLAG_PROPERTY|META_FLAG_READ,
 23889                   /* name */
 23890                   "StartStatisticTime",
 23891                   /* qualifiers */
 23892                   _CIM_StatisticalData_StartStatisticTime_qualifiers,
 23893                   /* type */
 23894                   CIMTYPE_DATETIME,
 23895                   /* subscript */
 23896                   -1,
 23897                   /* value */
 23898                   0,
 23899               };
 23900               
 23901               static const char*
 23902 mike  1.1.2.1 _CIM_StatisticalData_StatisticTime_qualifiers[] =
 23903               {
 23904                   0,
 23905               };
 23906               
 23907               static MetaProperty
 23908               _CIM_StatisticalData_StatisticTime =
 23909               {
 23910                   /* flags */
 23911                   META_FLAG_PROPERTY|META_FLAG_READ,
 23912                   /* name */
 23913                   "StatisticTime",
 23914                   /* qualifiers */
 23915                   _CIM_StatisticalData_StatisticTime_qualifiers,
 23916                   /* type */
 23917                   CIMTYPE_DATETIME,
 23918                   /* subscript */
 23919                   -1,
 23920                   /* value */
 23921                   0,
 23922               };
 23923 mike  1.1.2.1 
 23924               static const char*
 23925               _CIM_StatisticalData_SampleInterval_qualifiers[] =
 23926               {
 23927                   0,
 23928               };
 23929               
 23930               static MetaProperty
 23931               _CIM_StatisticalData_SampleInterval =
 23932               {
 23933                   /* flags */
 23934                   META_FLAG_PROPERTY|META_FLAG_READ,
 23935                   /* name */
 23936                   "SampleInterval",
 23937                   /* qualifiers */
 23938                   _CIM_StatisticalData_SampleInterval_qualifiers,
 23939                   /* type */
 23940                   CIMTYPE_DATETIME,
 23941                   /* subscript */
 23942                   -1,
 23943                   /* value */
 23944 mike  1.1.2.1     "00000000000000.000000:000",
 23945               };
 23946               
 23947               static const char*
 23948               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers[] =
 23949               {
 23950                   /* IN */
 23951                   "\024\001",
 23952                   0,
 23953               };
 23954               
 23955               static MetaProperty
 23956               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics =
 23957               {
 23958                   /* flags */
 23959                   META_FLAG_PROPERTY|META_FLAG_IN,
 23960                   /* name */
 23961                   "SelectedStatistics",
 23962                   /* qualifiers */
 23963                   _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers,
 23964                   /* type */
 23965 mike  1.1.2.1     CIMTYPE_STRING,
 23966                   /* subscript */
 23967                   0,
 23968                   /* value */
 23969                   0,
 23970               };
 23971               
 23972               static MetaFeature*
 23973               _CIM_StatisticalData_ResetSelectedStats_parameters[] =
 23974               {
 23975                   (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats_SelectedStatistics,
 23976                   0,
 23977               };
 23978               
 23979               static const char*
 23980               _CIM_StatisticalData_ResetSelectedStats_qualifiers[] =
 23981               {
 23982                   0,
 23983               };
 23984               
 23985               static MetaMethod
 23986 mike  1.1.2.1 _CIM_StatisticalData_ResetSelectedStats =
 23987               {
 23988                   /* flags */
 23989                   META_FLAG_METHOD,
 23990                   /* name */
 23991                   "CIM_StatisticalData",
 23992                   /* qualifiers */
 23993                   _CIM_StatisticalData_ResetSelectedStats_qualifiers,
 23994                   /* type */
 23995                   CIMTYPE_UINT32,
 23996                   /* parameters */
 23997                   _CIM_StatisticalData_ResetSelectedStats_parameters,
 23998               };
 23999               
 24000               static MetaFeature*
 24001               _CIM_StatisticalData_features[] =
 24002               {
 24003                   (MetaFeature*)&_CIM_StatisticalData_InstanceID,
 24004                   (MetaFeature*)&_CIM_StatisticalData_ElementName,
 24005                   (MetaFeature*)&_CIM_StatisticalData_StartStatisticTime,
 24006                   (MetaFeature*)&_CIM_StatisticalData_StatisticTime,
 24007 mike  1.1.2.1     (MetaFeature*)&_CIM_StatisticalData_SampleInterval,
 24008                   (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats,
 24009                   0,
 24010               };
 24011               
 24012               static const char*
 24013               __root_cimv2_CIM_StatisticalData_qualifiers[] =
 24014               {
 24015                   /* UMLPackagePath */
 24016                   "\057CIM::Core::Statistics",
 24017                   /* Abstract */
 24018                   "\002\001",
 24019                   /* Version */
 24020                   "\0632.8.0",
 24021                   0,
 24022               };
 24023               
 24024               MetaClass
 24025               __root_cimv2_CIM_StatisticalData =
 24026               {
 24027                   /* flags */
 24028 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 24029                   /* name */
 24030                   "CIM_StatisticalData",
 24031                   /* qualifiers */
 24032                   __root_cimv2_CIM_StatisticalData_qualifiers,
 24033                   /* super */
 24034                   &__root_cimv2_CIM_ManagedElement,
 24035                   /* features */
 24036                   _CIM_StatisticalData_features,
 24037               };
 24038               
 24039               //==============================================================================
 24040               //
 24041               // Class: CIM_StatisticalInformation
 24042               //
 24043               //==============================================================================
 24044               
 24045               static const char*
 24046               _CIM_StatisticalInformation_Name_qualifiers[] =
 24047               {
 24048                   /* MaxLen */
 24049 mike  1.1.2.1     "\030\000\000\001\000",
 24050                   0,
 24051               };
 24052               
 24053               static MetaProperty
 24054               _CIM_StatisticalInformation_Name =
 24055               {
 24056                   /* flags */
 24057                   META_FLAG_PROPERTY|META_FLAG_READ,
 24058                   /* name */
 24059                   "Name",
 24060                   /* qualifiers */
 24061                   _CIM_StatisticalInformation_Name_qualifiers,
 24062                   /* type */
 24063                   CIMTYPE_STRING,
 24064                   /* subscript */
 24065                   -1,
 24066                   /* value */
 24067                   0,
 24068               };
 24069               
 24070 mike  1.1.2.1 static MetaFeature*
 24071               _CIM_StatisticalInformation_features[] =
 24072               {
 24073                   (MetaFeature*)&_CIM_StatisticalInformation_Name,
 24074                   0,
 24075               };
 24076               
 24077               static const char*
 24078               __root_cimv2_CIM_StatisticalInformation_qualifiers[] =
 24079               {
 24080                   /* UMLPackagePath */
 24081                   "\057CIM::Core::Statistics",
 24082                   /* Abstract */
 24083                   "\002\001",
 24084                   /* Version */
 24085                   "\0632.6.0",
 24086                   0,
 24087               };
 24088               
 24089               MetaClass
 24090               __root_cimv2_CIM_StatisticalInformation =
 24091 mike  1.1.2.1 {
 24092                   /* flags */
 24093                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 24094                   /* name */
 24095                   "CIM_StatisticalInformation",
 24096                   /* qualifiers */
 24097                   __root_cimv2_CIM_StatisticalInformation_qualifiers,
 24098                   /* super */
 24099                   &__root_cimv2_CIM_ManagedElement,
 24100                   /* features */
 24101                   _CIM_StatisticalInformation_features,
 24102               };
 24103               
 24104               //==============================================================================
 24105               //
 24106               // Class: CIM_StatisticalRuntimeOverview
 24107               //
 24108               //==============================================================================
 24109               
 24110               static const char*
 24111               _CIM_StatisticalRuntimeOverview_LastActivity_qualifiers[] =
 24112 mike  1.1.2.1 {
 24113                   0,
 24114               };
 24115               
 24116               static MetaProperty
 24117               _CIM_StatisticalRuntimeOverview_LastActivity =
 24118               {
 24119                   /* flags */
 24120                   META_FLAG_PROPERTY|META_FLAG_READ,
 24121                   /* name */
 24122                   "LastActivity",
 24123                   /* qualifiers */
 24124                   _CIM_StatisticalRuntimeOverview_LastActivity_qualifiers,
 24125                   /* type */
 24126                   CIMTYPE_DATETIME,
 24127                   /* subscript */
 24128                   -1,
 24129                   /* value */
 24130                   0,
 24131               };
 24132               
 24133 mike  1.1.2.1 static const char*
 24134               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests_qualifiers[] =
 24135               {
 24136                   /* Counter */
 24137                   "\012\001",
 24138                   0,
 24139               };
 24140               
 24141               static MetaProperty
 24142               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests =
 24143               {
 24144                   /* flags */
 24145                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 24146                   /* name */
 24147                   "NumberOfActiveRequests",
 24148                   /* qualifiers */
 24149                   _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests_qualifiers,
 24150                   /* type */
 24151                   CIMTYPE_UINT32,
 24152                   /* subscript */
 24153                   -1,
 24154 mike  1.1.2.1     /* value */
 24155                   0,
 24156               };
 24157               
 24158               static const char*
 24159               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors_qualifiers[] =
 24160               {
 24161                   /* Counter */
 24162                   "\012\001",
 24163                   0,
 24164               };
 24165               
 24166               static MetaProperty
 24167               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors =
 24168               {
 24169                   /* flags */
 24170                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 24171                   /* name */
 24172                   "NumberOfActiveRequestors",
 24173                   /* qualifiers */
 24174                   _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors_qualifiers,
 24175 mike  1.1.2.1     /* type */
 24176                   CIMTYPE_UINT32,
 24177                   /* subscript */
 24178                   -1,
 24179                   /* value */
 24180                   0,
 24181               };
 24182               
 24183               static const char*
 24184               _CIM_StatisticalRuntimeOverview_AverageResponseTime_qualifiers[] =
 24185               {
 24186                   /* Units */
 24187                   "\060MilliSeconds",
 24188                   0,
 24189               };
 24190               
 24191               static MetaProperty
 24192               _CIM_StatisticalRuntimeOverview_AverageResponseTime =
 24193               {
 24194                   /* flags */
 24195                   META_FLAG_PROPERTY|META_FLAG_READ,
 24196 mike  1.1.2.1     /* name */
 24197                   "AverageResponseTime",
 24198                   /* qualifiers */
 24199                   _CIM_StatisticalRuntimeOverview_AverageResponseTime_qualifiers,
 24200                   /* type */
 24201                   CIMTYPE_UINT32,
 24202                   /* subscript */
 24203                   -1,
 24204                   /* value */
 24205                   0,
 24206               };
 24207               
 24208               static MetaFeature*
 24209               _CIM_StatisticalRuntimeOverview_features[] =
 24210               {
 24211                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_LastActivity,
 24212                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_NumberOfActiveRequests,
 24213                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors,
 24214                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_AverageResponseTime,
 24215                   0,
 24216               };
 24217 mike  1.1.2.1 
 24218               static const char*
 24219               __root_cimv2_CIM_StatisticalRuntimeOverview_qualifiers[] =
 24220               {
 24221                   /* UMLPackagePath */
 24222                   "\057CIM::Application::AppRuntime",
 24223                   /* Version */
 24224                   "\0632.8.0",
 24225                   0,
 24226               };
 24227               
 24228               MetaClass
 24229               __root_cimv2_CIM_StatisticalRuntimeOverview =
 24230               {
 24231                   /* flags */
 24232                   META_FLAG_CLASS,
 24233                   /* name */
 24234                   "CIM_StatisticalRuntimeOverview",
 24235                   /* qualifiers */
 24236                   __root_cimv2_CIM_StatisticalRuntimeOverview_qualifiers,
 24237                   /* super */
 24238 mike  1.1.2.1     &__root_cimv2_CIM_StatisticalData,
 24239                   /* features */
 24240                   _CIM_StatisticalRuntimeOverview_features,
 24241               };
 24242               
 24243               //==============================================================================
 24244               //
 24245               // Class: CIM_StatisticalSetting
 24246               //
 24247               //==============================================================================
 24248               
 24249               static const char*
 24250               _CIM_StatisticalSetting_StartStatisticTime_qualifiers[] =
 24251               {
 24252                   /* Write */
 24253                   "\065\001",
 24254                   /* ModelCorrespondence */
 24255                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 24256                   0,
 24257               };
 24258               
 24259 mike  1.1.2.1 static MetaProperty
 24260               _CIM_StatisticalSetting_StartStatisticTime =
 24261               {
 24262                   /* flags */
 24263                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24264                   /* name */
 24265                   "StartStatisticTime",
 24266                   /* qualifiers */
 24267                   _CIM_StatisticalSetting_StartStatisticTime_qualifiers,
 24268                   /* type */
 24269                   CIMTYPE_DATETIME,
 24270                   /* subscript */
 24271                   -1,
 24272                   /* value */
 24273                   0,
 24274               };
 24275               
 24276               static const char*
 24277               _CIM_StatisticalSetting_EndStatisticTime_qualifiers[] =
 24278               {
 24279                   /* Write */
 24280 mike  1.1.2.1     "\065\001",
 24281                   0,
 24282               };
 24283               
 24284               static MetaProperty
 24285               _CIM_StatisticalSetting_EndStatisticTime =
 24286               {
 24287                   /* flags */
 24288                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24289                   /* name */
 24290                   "EndStatisticTime",
 24291                   /* qualifiers */
 24292                   _CIM_StatisticalSetting_EndStatisticTime_qualifiers,
 24293                   /* type */
 24294                   CIMTYPE_DATETIME,
 24295                   /* subscript */
 24296                   -1,
 24297                   /* value */
 24298                   0,
 24299               };
 24300               
 24301 mike  1.1.2.1 static const char*
 24302               _CIM_StatisticalSetting_SampleInterval_qualifiers[] =
 24303               {
 24304                   /* Write */
 24305                   "\065\001",
 24306                   /* ModelCorrespondence */
 24307                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 24308                   0,
 24309               };
 24310               
 24311               static MetaProperty
 24312               _CIM_StatisticalSetting_SampleInterval =
 24313               {
 24314                   /* flags */
 24315                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24316                   /* name */
 24317                   "SampleInterval",
 24318                   /* qualifiers */
 24319                   _CIM_StatisticalSetting_SampleInterval_qualifiers,
 24320                   /* type */
 24321                   CIMTYPE_DATETIME,
 24322 mike  1.1.2.1     /* subscript */
 24323                   -1,
 24324                   /* value */
 24325                   0,
 24326               };
 24327               
 24328               static MetaFeature*
 24329               _CIM_StatisticalSetting_features[] =
 24330               {
 24331                   (MetaFeature*)&_CIM_StatisticalSetting_StartStatisticTime,
 24332                   (MetaFeature*)&_CIM_StatisticalSetting_EndStatisticTime,
 24333                   (MetaFeature*)&_CIM_StatisticalSetting_SampleInterval,
 24334                   0,
 24335               };
 24336               
 24337               static const char*
 24338               __root_cimv2_CIM_StatisticalSetting_qualifiers[] =
 24339               {
 24340                   /* UMLPackagePath */
 24341                   "\057CIM::Core::Statistics",
 24342                   /* Version */
 24343 mike  1.1.2.1     "\0632.8.0",
 24344                   0,
 24345               };
 24346               
 24347               MetaClass
 24348               __root_cimv2_CIM_StatisticalSetting =
 24349               {
 24350                   /* flags */
 24351                   META_FLAG_CLASS,
 24352                   /* name */
 24353                   "CIM_StatisticalSetting",
 24354                   /* qualifiers */
 24355                   __root_cimv2_CIM_StatisticalSetting_qualifiers,
 24356                   /* super */
 24357                   &__root_cimv2_CIM_SettingData,
 24358                   /* features */
 24359                   _CIM_StatisticalSetting_features,
 24360               };
 24361               
 24362               //==============================================================================
 24363               //
 24364 mike  1.1.2.1 // Class: CIM_Statistics
 24365               //
 24366               //==============================================================================
 24367               
 24368               static const char*
 24369               _CIM_Statistics_Stats_qualifiers[] =
 24370               {
 24371                   /* Key */
 24372                   "\025\001",
 24373                   0,
 24374               };
 24375               
 24376               static MetaReference
 24377               _CIM_Statistics_Stats =
 24378               {
 24379                   /* flags */
 24380                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 24381                   /* name */
 24382                   "Stats",
 24383                   /* qualifiers */
 24384                   _CIM_Statistics_Stats_qualifiers,
 24385 mike  1.1.2.1     /* subscript */
 24386                   -1,
 24387                   /* refId */
 24388                   &__root_cimv2_CIM_StatisticalInformation,
 24389               };
 24390               
 24391               static const char*
 24392               _CIM_Statistics_Element_qualifiers[] =
 24393               {
 24394                   /* Key */
 24395                   "\025\001",
 24396                   0,
 24397               };
 24398               
 24399               static MetaReference
 24400               _CIM_Statistics_Element =
 24401               {
 24402                   /* flags */
 24403                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 24404                   /* name */
 24405                   "Element",
 24406 mike  1.1.2.1     /* qualifiers */
 24407                   _CIM_Statistics_Element_qualifiers,
 24408                   /* subscript */
 24409                   -1,
 24410                   /* refId */
 24411                   &__root_cimv2_CIM_ManagedElement,
 24412               };
 24413               
 24414               static MetaFeature*
 24415               _CIM_Statistics_features[] =
 24416               {
 24417                   (MetaFeature*)&_CIM_Statistics_Stats,
 24418                   (MetaFeature*)&_CIM_Statistics_Element,
 24419                   0,
 24420               };
 24421               
 24422               static const char*
 24423               __root_cimv2_CIM_Statistics_qualifiers[] =
 24424               {
 24425                   /* ASSOCIATION */
 24426                   "\000\001",
 24427 mike  1.1.2.1     /* UMLPackagePath */
 24428                   "\057CIM::Core::Statistics",
 24429                   /* Version */
 24430                   "\0632.6.0",
 24431                   0,
 24432               };
 24433               
 24434               MetaClass
 24435               __root_cimv2_CIM_Statistics =
 24436               {
 24437                   /* flags */
 24438                   META_FLAG_ASSOCIATION,
 24439                   /* name */
 24440                   "CIM_Statistics",
 24441                   /* qualifiers */
 24442                   __root_cimv2_CIM_Statistics_qualifiers,
 24443                   /* super */
 24444                   0,
 24445                   /* features */
 24446                   _CIM_Statistics_features,
 24447               };
 24448 mike  1.1.2.1 
 24449               //==============================================================================
 24450               //
 24451               // Class: CIM_StatisticsCapabilities
 24452               //
 24453               //==============================================================================
 24454               
 24455               static const char*
 24456               _CIM_StatisticsCapabilities_ElementTypesSupported_qualifiers[] =
 24457               {
 24458                   0,
 24459               };
 24460               
 24461               static MetaProperty
 24462               _CIM_StatisticsCapabilities_ElementTypesSupported =
 24463               {
 24464                   /* flags */
 24465                   META_FLAG_PROPERTY|META_FLAG_READ,
 24466                   /* name */
 24467                   "ElementTypesSupported",
 24468                   /* qualifiers */
 24469 mike  1.1.2.1     _CIM_StatisticsCapabilities_ElementTypesSupported_qualifiers,
 24470                   /* type */
 24471                   CIMTYPE_UINT16,
 24472                   /* subscript */
 24473                   0,
 24474                   /* value */
 24475                   0,
 24476               };
 24477               
 24478               static const char*
 24479               _CIM_StatisticsCapabilities_SynchronousMethodsSupported_qualifiers[] =
 24480               {
 24481                   /* ValueMap */
 24482                   "\061\000\002..\0000x8000..\000",
 24483                   /* Values */
 24484                   "\062\000\002DMTF Reserved\000Vendor Specific\000",
 24485                   0,
 24486               };
 24487               
 24488               static MetaProperty
 24489               _CIM_StatisticsCapabilities_SynchronousMethodsSupported =
 24490 mike  1.1.2.1 {
 24491                   /* flags */
 24492                   META_FLAG_PROPERTY|META_FLAG_READ,
 24493                   /* name */
 24494                   "SynchronousMethodsSupported",
 24495                   /* qualifiers */
 24496                   _CIM_StatisticsCapabilities_SynchronousMethodsSupported_qualifiers,
 24497                   /* type */
 24498                   CIMTYPE_UINT16,
 24499                   /* subscript */
 24500                   0,
 24501                   /* value */
 24502                   0,
 24503               };
 24504               
 24505               static const char*
 24506               _CIM_StatisticsCapabilities_AsynchronousMethodsSupported_qualifiers[] =
 24507               {
 24508                   /* ValueMap */
 24509                   "\061\000\002..\0000x8000..\000",
 24510                   /* Values */
 24511 mike  1.1.2.1     "\062\000\002DMTF Reserved\000Vendor Specific\000",
 24512                   0,
 24513               };
 24514               
 24515               static MetaProperty
 24516               _CIM_StatisticsCapabilities_AsynchronousMethodsSupported =
 24517               {
 24518                   /* flags */
 24519                   META_FLAG_PROPERTY|META_FLAG_READ,
 24520                   /* name */
 24521                   "AsynchronousMethodsSupported",
 24522                   /* qualifiers */
 24523                   _CIM_StatisticsCapabilities_AsynchronousMethodsSupported_qualifiers,
 24524                   /* type */
 24525                   CIMTYPE_UINT16,
 24526                   /* subscript */
 24527                   0,
 24528                   /* value */
 24529                   0,
 24530               };
 24531               
 24532 mike  1.1.2.1 static MetaFeature*
 24533               _CIM_StatisticsCapabilities_features[] =
 24534               {
 24535                   (MetaFeature*)&_CIM_StatisticsCapabilities_ElementTypesSupported,
 24536                   (MetaFeature*)&_CIM_StatisticsCapabilities_SynchronousMethodsSupported,
 24537                   (MetaFeature*)&_CIM_StatisticsCapabilities_AsynchronousMethodsSupported,
 24538                   0,
 24539               };
 24540               
 24541               static const char*
 24542               __root_cimv2_CIM_StatisticsCapabilities_qualifiers[] =
 24543               {
 24544                   /* UMLPackagePath */
 24545                   "\057CIM::Device::StorageStatistics",
 24546                   /* Version */
 24547                   "\0632.10.0",
 24548                   0,
 24549               };
 24550               
 24551               MetaClass
 24552               __root_cimv2_CIM_StatisticsCapabilities =
 24553 mike  1.1.2.1 {
 24554                   /* flags */
 24555                   META_FLAG_CLASS,
 24556                   /* name */
 24557                   "CIM_StatisticsCapabilities",
 24558                   /* qualifiers */
 24559                   __root_cimv2_CIM_StatisticsCapabilities_qualifiers,
 24560                   /* super */
 24561                   &__root_cimv2_CIM_Capabilities,
 24562                   /* features */
 24563                   _CIM_StatisticsCapabilities_features,
 24564               };
 24565               
 24566               //==============================================================================
 24567               //
 24568               // Class: CIM_StorageClientSettingData
 24569               //
 24570               //==============================================================================
 24571               
 24572               static const char*
 24573               _CIM_StorageClientSettingData_ClientTypes_qualifiers[] =
 24574 mike  1.1.2.1 {
 24575                   /* ValueMap */
 24576                   "\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",
 24577                   /* Values */
 24578                   "\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",
 24579                   /* ArrayType */
 24580                   "\005Indexed",
 24581                   /* ModelCorrespondence */
 24582                   "\036\000\001CIM_StorageClientSettingData.OtherClientTypeDescriptions\000",
 24583                   0,
 24584               };
 24585               
 24586               static MetaProperty
 24587               _CIM_StorageClientSettingData_ClientTypes =
 24588               {
 24589                   /* flags */
 24590                   META_FLAG_PROPERTY|META_FLAG_READ,
 24591                   /* name */
 24592                   "ClientTypes",
 24593                   /* qualifiers */
 24594                   _CIM_StorageClientSettingData_ClientTypes_qualifiers,
 24595 mike  1.1.2.1     /* type */
 24596                   CIMTYPE_UINT16,
 24597                   /* subscript */
 24598                   0,
 24599                   /* value */
 24600                   0,
 24601               };
 24602               
 24603               static const char*
 24604               _CIM_StorageClientSettingData_OtherClientTypeDescriptions_qualifiers[] =
 24605               {
 24606                   /* ArrayType */
 24607                   "\005Indexed",
 24608                   /* ModelCorrespondence */
 24609                   "\036\000\001CIM_StorageClientSettingData.ClientTypes\000",
 24610                   0,
 24611               };
 24612               
 24613               static MetaProperty
 24614               _CIM_StorageClientSettingData_OtherClientTypeDescriptions =
 24615               {
 24616 mike  1.1.2.1     /* flags */
 24617                   META_FLAG_PROPERTY|META_FLAG_READ,
 24618                   /* name */
 24619                   "OtherClientTypeDescriptions",
 24620                   /* qualifiers */
 24621                   _CIM_StorageClientSettingData_OtherClientTypeDescriptions_qualifiers,
 24622                   /* type */
 24623                   CIMTYPE_STRING,
 24624                   /* subscript */
 24625                   0,
 24626                   /* value */
 24627                   0,
 24628               };
 24629               
 24630               static MetaFeature*
 24631               _CIM_StorageClientSettingData_features[] =
 24632               {
 24633                   (MetaFeature*)&_CIM_StorageClientSettingData_ClientTypes,
 24634                   (MetaFeature*)&_CIM_StorageClientSettingData_OtherClientTypeDescriptions,
 24635                   0,
 24636               };
 24637 mike  1.1.2.1 
 24638               static const char*
 24639               __root_cimv2_CIM_StorageClientSettingData_qualifiers[] =
 24640               {
 24641                   /* UMLPackagePath */
 24642                   "\057CIM::User::StorageHardwareID",
 24643                   /* Version */
 24644                   "\0632.8.0",
 24645                   0,
 24646               };
 24647               
 24648               MetaClass
 24649               __root_cimv2_CIM_StorageClientSettingData =
 24650               {
 24651                   /* flags */
 24652                   META_FLAG_CLASS,
 24653                   /* name */
 24654                   "CIM_StorageClientSettingData",
 24655                   /* qualifiers */
 24656                   __root_cimv2_CIM_StorageClientSettingData_qualifiers,
 24657                   /* super */
 24658 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 24659                   /* features */
 24660                   _CIM_StorageClientSettingData_features,
 24661               };
 24662               
 24663               //==============================================================================
 24664               //
 24665               // Class: CIM_StorageConfigurationCapabilities
 24666               //
 24667               //==============================================================================
 24668               
 24669               static const char*
 24670               _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions_qualifiers[] =
 24671               {
 24672                   /* ValueMap */
 24673                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\00010\000",
 24674                   /* Values */
 24675                   "\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",
 24676                   /* ModelCorrespondence */
 24677                   "\036\000\001CIM_StorageConfigurationCapabilities.SupportedSynchronousActions\000",
 24678                   0,
 24679 mike  1.1.2.1 };
 24680               
 24681               static MetaProperty
 24682               _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions =
 24683               {
 24684                   /* flags */
 24685                   META_FLAG_PROPERTY|META_FLAG_READ,
 24686                   /* name */
 24687                   "SupportedAsynchronousActions",
 24688                   /* qualifiers */
 24689                   _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions_qualifiers,
 24690                   /* type */
 24691                   CIMTYPE_UINT16,
 24692                   /* subscript */
 24693                   0,
 24694                   /* value */
 24695                   0,
 24696               };
 24697               
 24698               static const char*
 24699               _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions_qualifiers[] =
 24700 mike  1.1.2.1 {
 24701                   /* ValueMap */
 24702                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\00010\000",
 24703                   /* Values */
 24704                   "\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",
 24705                   /* ModelCorrespondence */
 24706                   "\036\000\001CIM_StorageConfigurationCapabilities.SupportedAsynchronousActions\000",
 24707                   0,
 24708               };
 24709               
 24710               static MetaProperty
 24711               _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions =
 24712               {
 24713                   /* flags */
 24714                   META_FLAG_PROPERTY|META_FLAG_READ,
 24715                   /* name */
 24716                   "SupportedSynchronousActions",
 24717                   /* qualifiers */
 24718                   _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions_qualifiers,
 24719                   /* type */
 24720                   CIMTYPE_UINT16,
 24721 mike  1.1.2.1     /* subscript */
 24722                   0,
 24723                   /* value */
 24724                   0,
 24725               };
 24726               
 24727               static const char*
 24728               _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes_qualifiers[] =
 24729               {
 24730                   /* ValueMap */
 24731                   "\061\000\0042\0003\000..\0000x8000..0xFFFF\000",
 24732                   /* Values */
 24733                   "\062\000\004StorageVolume\000StorageExtent\000DMTF Reserved\000Vendor Specific\000",
 24734                   /* ModelCorrespondence */
 24735                   "\036\000\001CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType\000",
 24736                   0,
 24737               };
 24738               
 24739               static MetaProperty
 24740               _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes =
 24741               {
 24742 mike  1.1.2.1     /* flags */
 24743                   META_FLAG_PROPERTY|META_FLAG_READ,
 24744                   /* name */
 24745                   "SupportedStorageElementTypes",
 24746                   /* qualifiers */
 24747                   _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes_qualifiers,
 24748                   /* type */
 24749                   CIMTYPE_UINT16,
 24750                   /* subscript */
 24751                   0,
 24752                   /* value */
 24753                   0,
 24754               };
 24755               
 24756               static const char*
 24757               _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures_qualifiers[] =
 24758               {
 24759                   /* ValueMap */
 24760                   "\061\000\0052\0003\0004\000..\0000x8000..0xFFFF\000",
 24761                   /* Values */
 24762                   "\062\000\005InExtents\000Single InPool\000Multiple InPools\000DMTF Reserved\000Vendor Specific\000",
 24763 mike  1.1.2.1     /* ModelCorrespondence */
 24764                   "\036\000\002CIM_StorageConfigurationService.CreateOrModifyStoragePool.InPools\000CIM_StorageConfigurationService.CreateOrModifyStoragePool.InExtents\000",
 24765                   0,
 24766               };
 24767               
 24768               static MetaProperty
 24769               _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures =
 24770               {
 24771                   /* flags */
 24772                   META_FLAG_PROPERTY|META_FLAG_READ,
 24773                   /* name */
 24774                   "SupportedStoragePoolFeatures",
 24775                   /* qualifiers */
 24776                   _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures_qualifiers,
 24777                   /* type */
 24778                   CIMTYPE_UINT16,
 24779                   /* subscript */
 24780                   0,
 24781                   /* value */
 24782                   0,
 24783               };
 24784 mike  1.1.2.1 
 24785               static const char*
 24786               _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures_qualifiers[] =
 24787               {
 24788                   /* ValueMap */
 24789                   "\061\000\0102\0003\0004\0005\0006\0007\000..\0000x8000..0xFFFF\000",
 24790                   /* Values */
 24791                   "\062\000\010StorageExtent Creation\000StorageVolume Creation\000StorageExtent Modification\000StorageVolume Modification\000Single InPool\000Multiple InPools\000DMTF Reserved\000Vendor Specific\000",
 24792                   /* ModelCorrespondence */
 24793                   "\036\000\002CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType\000CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.InPool\000",
 24794                   0,
 24795               };
 24796               
 24797               static MetaProperty
 24798               _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures =
 24799               {
 24800                   /* flags */
 24801                   META_FLAG_PROPERTY|META_FLAG_READ,
 24802                   /* name */
 24803                   "SupportedStorageElementFeatures",
 24804                   /* qualifiers */
 24805 mike  1.1.2.1     _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures_qualifiers,
 24806                   /* type */
 24807                   CIMTYPE_UINT16,
 24808                   /* subscript */
 24809                   0,
 24810                   /* value */
 24811                   0,
 24812               };
 24813               
 24814               static const char*
 24815               _CIM_StorageConfigurationCapabilities_SupportedCopyTypes_qualifiers[] =
 24816               {
 24817                   /* ValueMap */
 24818                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 24819                   /* Values */
 24820                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
 24821                   /* ModelCorrespondence */
 24822                   "\036\000\001CIM_StorageConfigurationService.CreateReplica.CopyType\000",
 24823                   0,
 24824               };
 24825               
 24826 mike  1.1.2.1 static MetaProperty
 24827               _CIM_StorageConfigurationCapabilities_SupportedCopyTypes =
 24828               {
 24829                   /* flags */
 24830                   META_FLAG_PROPERTY|META_FLAG_READ,
 24831                   /* name */
 24832                   "SupportedCopyTypes",
 24833                   /* qualifiers */
 24834                   _CIM_StorageConfigurationCapabilities_SupportedCopyTypes_qualifiers,
 24835                   /* type */
 24836                   CIMTYPE_UINT16,
 24837                   /* subscript */
 24838                   0,
 24839                   /* value */
 24840                   0,
 24841               };
 24842               
 24843               static const char*
 24844               _CIM_StorageConfigurationCapabilities_InitialReplicationState_qualifiers[] =
 24845               {
 24846                   /* ValueMap */
 24847 mike  1.1.2.1     "\061\000\0052\0003\0004\000..\0000x8000..0xFFFF\000",
 24848                   /* Values */
 24849                   "\062\000\005Initialized\000Prepared\000Synchronized\000DMTF Reserved\000Vendor Specific\000",
 24850                   /* ModelCorrespondence */
 24851                   "\036\000\002CIM_StorageConfigurationService.AttachReplica\000CIM_StorageConfigurationService.CreateReplica\000",
 24852                   0,
 24853               };
 24854               
 24855               static MetaProperty
 24856               _CIM_StorageConfigurationCapabilities_InitialReplicationState =
 24857               {
 24858                   /* flags */
 24859                   META_FLAG_PROPERTY|META_FLAG_READ,
 24860                   /* name */
 24861                   "InitialReplicationState",
 24862                   /* qualifiers */
 24863                   _CIM_StorageConfigurationCapabilities_InitialReplicationState_qualifiers,
 24864                   /* type */
 24865                   CIMTYPE_UINT16,
 24866                   /* subscript */
 24867                   -1,
 24868 mike  1.1.2.1     /* value */
 24869                   0,
 24870               };
 24871               
 24872               static MetaFeature*
 24873               _CIM_StorageConfigurationCapabilities_features[] =
 24874               {
 24875                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions,
 24876                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedSynchronousActions,
 24877                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes,
 24878                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures,
 24879                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures,
 24880                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedCopyTypes,
 24881                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_InitialReplicationState,
 24882                   0,
 24883               };
 24884               
 24885               static const char*
 24886               __root_cimv2_CIM_StorageConfigurationCapabilities_qualifiers[] =
 24887               {
 24888                   /* UMLPackagePath */
 24889 mike  1.1.2.1     "\057CIM::Device::StorageServices",
 24890                   /* Version */
 24891                   "\0632.8.0",
 24892                   0,
 24893               };
 24894               
 24895               MetaClass
 24896               __root_cimv2_CIM_StorageConfigurationCapabilities =
 24897               {
 24898                   /* flags */
 24899                   META_FLAG_CLASS,
 24900                   /* name */
 24901                   "CIM_StorageConfigurationCapabilities",
 24902                   /* qualifiers */
 24903                   __root_cimv2_CIM_StorageConfigurationCapabilities_qualifiers,
 24904                   /* super */
 24905                   &__root_cimv2_CIM_Capabilities,
 24906                   /* features */
 24907                   _CIM_StorageConfigurationCapabilities_features,
 24908               };
 24909               
 24910 mike  1.1.2.1 //==============================================================================
 24911               //
 24912               // Class: CIM_StorageError
 24913               //
 24914               //==============================================================================
 24915               
 24916               static const char*
 24917               _CIM_StorageError_SystemCreationClassName_qualifiers[] =
 24918               {
 24919                   /* Key */
 24920                   "\025\001",
 24921                   /* Propagated */
 24922                   "\045CIM_StorageExtent.SystemCreationClassName",
 24923                   /* MaxLen */
 24924                   "\030\000\000\001\000",
 24925                   0,
 24926               };
 24927               
 24928               static MetaProperty
 24929               _CIM_StorageError_SystemCreationClassName =
 24930               {
 24931 mike  1.1.2.1     /* flags */
 24932                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24933                   /* name */
 24934                   "SystemCreationClassName",
 24935                   /* qualifiers */
 24936                   _CIM_StorageError_SystemCreationClassName_qualifiers,
 24937                   /* type */
 24938                   CIMTYPE_STRING,
 24939                   /* subscript */
 24940                   -1,
 24941                   /* value */
 24942                   0,
 24943               };
 24944               
 24945               static const char*
 24946               _CIM_StorageError_SystemName_qualifiers[] =
 24947               {
 24948                   /* Key */
 24949                   "\025\001",
 24950                   /* Propagated */
 24951                   "\045CIM_StorageExtent.SystemName",
 24952 mike  1.1.2.1     /* MaxLen */
 24953                   "\030\000\000\001\000",
 24954                   0,
 24955               };
 24956               
 24957               static MetaProperty
 24958               _CIM_StorageError_SystemName =
 24959               {
 24960                   /* flags */
 24961                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24962                   /* name */
 24963                   "SystemName",
 24964                   /* qualifiers */
 24965                   _CIM_StorageError_SystemName_qualifiers,
 24966                   /* type */
 24967                   CIMTYPE_STRING,
 24968                   /* subscript */
 24969                   -1,
 24970                   /* value */
 24971                   0,
 24972               };
 24973 mike  1.1.2.1 
 24974               static const char*
 24975               _CIM_StorageError_DeviceCreationClassName_qualifiers[] =
 24976               {
 24977                   /* Key */
 24978                   "\025\001",
 24979                   /* Propagated */
 24980                   "\045CIM_StorageExtent.CreationClassName",
 24981                   /* MaxLen */
 24982                   "\030\000\000\001\000",
 24983                   0,
 24984               };
 24985               
 24986               static MetaProperty
 24987               _CIM_StorageError_DeviceCreationClassName =
 24988               {
 24989                   /* flags */
 24990                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24991                   /* name */
 24992                   "DeviceCreationClassName",
 24993                   /* qualifiers */
 24994 mike  1.1.2.1     _CIM_StorageError_DeviceCreationClassName_qualifiers,
 24995                   /* type */
 24996                   CIMTYPE_STRING,
 24997                   /* subscript */
 24998                   -1,
 24999                   /* value */
 25000                   0,
 25001               };
 25002               
 25003               static const char*
 25004               _CIM_StorageError_DeviceID_qualifiers[] =
 25005               {
 25006                   /* Key */
 25007                   "\025\001",
 25008                   /* Propagated */
 25009                   "\045CIM_StorageExtent.DeviceID",
 25010                   /* MaxLen */
 25011                   "\030\000\000\000\100",
 25012                   0,
 25013               };
 25014               
 25015 mike  1.1.2.1 static MetaProperty
 25016               _CIM_StorageError_DeviceID =
 25017               {
 25018                   /* flags */
 25019                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 25020                   /* name */
 25021                   "DeviceID",
 25022                   /* qualifiers */
 25023                   _CIM_StorageError_DeviceID_qualifiers,
 25024                   /* type */
 25025                   CIMTYPE_STRING,
 25026                   /* subscript */
 25027                   -1,
 25028                   /* value */
 25029                   0,
 25030               };
 25031               
 25032               static const char*
 25033               _CIM_StorageError_StartingAddress_qualifiers[] =
 25034               {
 25035                   /* Key */
 25036 mike  1.1.2.1     "\025\001",
 25037                   0,
 25038               };
 25039               
 25040               static MetaProperty
 25041               _CIM_StorageError_StartingAddress =
 25042               {
 25043                   /* flags */
 25044                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 25045                   /* name */
 25046                   "StartingAddress",
 25047                   /* qualifiers */
 25048                   _CIM_StorageError_StartingAddress_qualifiers,
 25049                   /* type */
 25050                   CIMTYPE_UINT64,
 25051                   /* subscript */
 25052                   -1,
 25053                   /* value */
 25054                   0,
 25055               };
 25056               
 25057 mike  1.1.2.1 static const char*
 25058               _CIM_StorageError_EndingAddress_qualifiers[] =
 25059               {
 25060                   0,
 25061               };
 25062               
 25063               static MetaProperty
 25064               _CIM_StorageError_EndingAddress =
 25065               {
 25066                   /* flags */
 25067                   META_FLAG_PROPERTY|META_FLAG_READ,
 25068                   /* name */
 25069                   "EndingAddress",
 25070                   /* qualifiers */
 25071                   _CIM_StorageError_EndingAddress_qualifiers,
 25072                   /* type */
 25073                   CIMTYPE_UINT64,
 25074                   /* subscript */
 25075                   -1,
 25076                   /* value */
 25077                   0,
 25078 mike  1.1.2.1 };
 25079               
 25080               static MetaFeature*
 25081               _CIM_StorageError_features[] =
 25082               {
 25083                   (MetaFeature*)&_CIM_StorageError_SystemCreationClassName,
 25084                   (MetaFeature*)&_CIM_StorageError_SystemName,
 25085                   (MetaFeature*)&_CIM_StorageError_DeviceCreationClassName,
 25086                   (MetaFeature*)&_CIM_StorageError_DeviceID,
 25087                   (MetaFeature*)&_CIM_StorageError_StartingAddress,
 25088                   (MetaFeature*)&_CIM_StorageError_EndingAddress,
 25089                   0,
 25090               };
 25091               
 25092               static const char*
 25093               __root_cimv2_CIM_StorageError_qualifiers[] =
 25094               {
 25095                   /* UMLPackagePath */
 25096                   "\057CIM::Device::StorageExtents",
 25097                   /* Version */
 25098                   "\0632.6.0",
 25099 mike  1.1.2.1     0,
 25100               };
 25101               
 25102               MetaClass
 25103               __root_cimv2_CIM_StorageError =
 25104               {
 25105                   /* flags */
 25106                   META_FLAG_CLASS,
 25107                   /* name */
 25108                   "CIM_StorageError",
 25109                   /* qualifiers */
 25110                   __root_cimv2_CIM_StorageError_qualifiers,
 25111                   /* super */
 25112                   &__root_cimv2_CIM_ManagedElement,
 25113                   /* features */
 25114                   _CIM_StorageError_features,
 25115               };
 25116               
 25117               //==============================================================================
 25118               //
 25119               // Class: CIM_StorageHardwareID
 25120 mike  1.1.2.1 //
 25121               //==============================================================================
 25122               
 25123               static const char*
 25124               _CIM_StorageHardwareID_StorageID_qualifiers[] =
 25125               {
 25126                   /* Required */
 25127                   "\050\001",
 25128                   /* MaxLen */
 25129                   "\030\000\000\001\000",
 25130                   /* ModelCorrespondence */
 25131                   "\036\000\001CIM_StorageHardwareID.IDType\000",
 25132                   0,
 25133               };
 25134               
 25135               static MetaProperty
 25136               _CIM_StorageHardwareID_StorageID =
 25137               {
 25138                   /* flags */
 25139                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 25140                   /* name */
 25141 mike  1.1.2.1     "StorageID",
 25142                   /* qualifiers */
 25143                   _CIM_StorageHardwareID_StorageID_qualifiers,
 25144                   /* type */
 25145                   CIMTYPE_STRING,
 25146                   /* subscript */
 25147                   -1,
 25148                   /* value */
 25149                   0,
 25150               };
 25151               
 25152               static const char*
 25153               _CIM_StorageHardwareID_IDType_qualifiers[] =
 25154               {
 25155                   /* Required */
 25156                   "\050\001",
 25157                   /* ValueMap */
 25158                   "\061\000\0051\0002\0003\0004\0005\000",
 25159                   /* Values */
 25160                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
 25161                   /* ModelCorrespondence */
 25162 mike  1.1.2.1     "\036\000\001CIM_StorageHardwareID.StorageID\000",
 25163                   0,
 25164               };
 25165               
 25166               static MetaProperty
 25167               _CIM_StorageHardwareID_IDType =
 25168               {
 25169                   /* flags */
 25170                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 25171                   /* name */
 25172                   "IDType",
 25173                   /* qualifiers */
 25174                   _CIM_StorageHardwareID_IDType_qualifiers,
 25175                   /* type */
 25176                   CIMTYPE_UINT16,
 25177                   /* subscript */
 25178                   -1,
 25179                   /* value */
 25180                   0,
 25181               };
 25182               
 25183 mike  1.1.2.1 static const char*
 25184               _CIM_StorageHardwareID_OtherIDType_qualifiers[] =
 25185               {
 25186                   0,
 25187               };
 25188               
 25189               static MetaProperty
 25190               _CIM_StorageHardwareID_OtherIDType =
 25191               {
 25192                   /* flags */
 25193                   META_FLAG_PROPERTY|META_FLAG_READ,
 25194                   /* name */
 25195                   "OtherIDType",
 25196                   /* qualifiers */
 25197                   _CIM_StorageHardwareID_OtherIDType_qualifiers,
 25198                   /* type */
 25199                   CIMTYPE_STRING,
 25200                   /* subscript */
 25201                   -1,
 25202                   /* value */
 25203                   0,
 25204 mike  1.1.2.1 };
 25205               
 25206               static MetaFeature*
 25207               _CIM_StorageHardwareID_features[] =
 25208               {
 25209                   (MetaFeature*)&_CIM_StorageHardwareID_StorageID,
 25210                   (MetaFeature*)&_CIM_StorageHardwareID_IDType,
 25211                   (MetaFeature*)&_CIM_StorageHardwareID_OtherIDType,
 25212                   0,
 25213               };
 25214               
 25215               static const char*
 25216               __root_cimv2_CIM_StorageHardwareID_qualifiers[] =
 25217               {
 25218                   /* UMLPackagePath */
 25219                   "\057CIM::User::StorageHardwareID",
 25220                   /* Version */
 25221                   "\0632.8.1000",
 25222                   0,
 25223               };
 25224               
 25225 mike  1.1.2.1 MetaClass
 25226               __root_cimv2_CIM_StorageHardwareID =
 25227               {
 25228                   /* flags */
 25229                   META_FLAG_CLASS,
 25230                   /* name */
 25231                   "CIM_StorageHardwareID",
 25232                   /* qualifiers */
 25233                   __root_cimv2_CIM_StorageHardwareID_qualifiers,
 25234                   /* super */
 25235                   &__root_cimv2_CIM_Identity,
 25236                   /* features */
 25237                   _CIM_StorageHardwareID_features,
 25238               };
 25239               
 25240               //==============================================================================
 25241               //
 25242               // Class: CIM_StorageReplicationCapabilities
 25243               //
 25244               //==============================================================================
 25245               
 25246 mike  1.1.2.1 static const char*
 25247               _CIM_StorageReplicationCapabilities_SupportedSynchronizationType_qualifiers[] =
 25248               {
 25249                   /* ValueMap */
 25250                   "\061\000\0072\0003\0004\0005\0006\000..\00032768..65535\000",
 25251                   /* Values */
 25252                   "\062\000\007Async\000Sync\000UnSyncAssoc-Full\000UnSyncAssoc-Delta\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
 25253                   0,
 25254               };
 25255               
 25256               static MetaProperty
 25257               _CIM_StorageReplicationCapabilities_SupportedSynchronizationType =
 25258               {
 25259                   /* flags */
 25260                   META_FLAG_PROPERTY|META_FLAG_READ,
 25261                   /* name */
 25262                   "SupportedSynchronizationType",
 25263                   /* qualifiers */
 25264                   _CIM_StorageReplicationCapabilities_SupportedSynchronizationType_qualifiers,
 25265                   /* type */
 25266                   CIMTYPE_UINT16,
 25267 mike  1.1.2.1     /* subscript */
 25268                   -1,
 25269                   /* value */
 25270                   0,
 25271               };
 25272               
 25273               static const char*
 25274               _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions_qualifiers[] =
 25275               {
 25276                   /* ValueMap */
 25277                   "\061\000\0102\0003\0004\0005\0006\0007\0008\000..\000",
 25278                   /* Values */
 25279                   "\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",
 25280                   /* ModelCorrespondence */
 25281                   "\036\000\001CIM_StorageReplicationCapabilities.SupportedSynchronousActions\000",
 25282                   0,
 25283               };
 25284               
 25285               static MetaProperty
 25286               _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions =
 25287               {
 25288 mike  1.1.2.1     /* flags */
 25289                   META_FLAG_PROPERTY|META_FLAG_READ,
 25290                   /* name */
 25291                   "SupportedAsynchronousActions",
 25292                   /* qualifiers */
 25293                   _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions_qualifiers,
 25294                   /* type */
 25295                   CIMTYPE_UINT16,
 25296                   /* subscript */
 25297                   0,
 25298                   /* value */
 25299                   0,
 25300               };
 25301               
 25302               static const char*
 25303               _CIM_StorageReplicationCapabilities_SupportedSynchronousActions_qualifiers[] =
 25304               {
 25305                   /* ValueMap */
 25306                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\000..\000",
 25307                   /* Values */
 25308                   "\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",
 25309 mike  1.1.2.1     /* ModelCorrespondence */
 25310                   "\036\000\001CIM_StorageReplicationCapabilities.SupportedAsynchronousActions\000",
 25311                   0,
 25312               };
 25313               
 25314               static MetaProperty
 25315               _CIM_StorageReplicationCapabilities_SupportedSynchronousActions =
 25316               {
 25317                   /* flags */
 25318                   META_FLAG_PROPERTY|META_FLAG_READ,
 25319                   /* name */
 25320                   "SupportedSynchronousActions",
 25321                   /* qualifiers */
 25322                   _CIM_StorageReplicationCapabilities_SupportedSynchronousActions_qualifiers,
 25323                   /* type */
 25324                   CIMTYPE_UINT16,
 25325                   /* subscript */
 25326                   0,
 25327                   /* value */
 25328                   0,
 25329               };
 25330 mike  1.1.2.1 
 25331               static const char*
 25332               _CIM_StorageReplicationCapabilities_InitialReplicationState_qualifiers[] =
 25333               {
 25334                   /* ValueMap */
 25335                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 25336                   /* Values */
 25337                   "\062\000\006Initialized\000Prepared\000Synchronized\000Idle\000DMTF Reserved\000Vendor Specific\000",
 25338                   /* ModelCorrespondence */
 25339                   "\036\000\003CIM_StorageConfigurationService.AttachReplica\000CIM_StorageConfigurationService.AttachOrModifyReplica\000CIM_StorageConfigurationService.CreateReplica\000",
 25340                   0,
 25341               };
 25342               
 25343               static MetaProperty
 25344               _CIM_StorageReplicationCapabilities_InitialReplicationState =
 25345               {
 25346                   /* flags */
 25347                   META_FLAG_PROPERTY|META_FLAG_READ,
 25348                   /* name */
 25349                   "InitialReplicationState",
 25350                   /* qualifiers */
 25351 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_InitialReplicationState_qualifiers,
 25352                   /* type */
 25353                   CIMTYPE_UINT16,
 25354                   /* subscript */
 25355                   -1,
 25356                   /* value */
 25357                   0,
 25358               };
 25359               
 25360               static const char*
 25361               _CIM_StorageReplicationCapabilities_SupportedSpecializedElements_qualifiers[] =
 25362               {
 25363                   /* ValueMap */
 25364                   "\061\000\0112\0003\0004\0005\0006\0007\0008\000..\0000x8000..0xFFFF\000",
 25365                   /* Values */
 25366                   "\062\000\011Delta Pool\000Delta Pool Component\000Remote Mirror\000Local Mirror\000Full Snapshot\000Delta Snapshot\000Replication Buffer\000DMTF Reserved\000Vendor Specific\000",
 25367                   /* ModelCorrespondence */
 25368                   "\036\000\001CIM_StorageSetting.IntendedUsage\000",
 25369                   0,
 25370               };
 25371               
 25372 mike  1.1.2.1 static MetaProperty
 25373               _CIM_StorageReplicationCapabilities_SupportedSpecializedElements =
 25374               {
 25375                   /* flags */
 25376                   META_FLAG_PROPERTY|META_FLAG_READ,
 25377                   /* name */
 25378                   "SupportedSpecializedElements",
 25379                   /* qualifiers */
 25380                   _CIM_StorageReplicationCapabilities_SupportedSpecializedElements_qualifiers,
 25381                   /* type */
 25382                   CIMTYPE_UINT16,
 25383                   /* subscript */
 25384                   0,
 25385                   /* value */
 25386                   0,
 25387               };
 25388               
 25389               static const char*
 25390               _CIM_StorageReplicationCapabilities_SupportedModifyOperations_qualifiers[] =
 25391               {
 25392                   /* ValueMap */
 25393 mike  1.1.2.1     "\061\000\0162\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..0xFFFF\000",
 25394                   /* Values */
 25395                   "\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",
 25396                   /* ModelCorrespondence */
 25397                   "\036\000\001CIM_StorageConfigurationService.ModifySynchronization\000",
 25398                   0,
 25399               };
 25400               
 25401               static MetaProperty
 25402               _CIM_StorageReplicationCapabilities_SupportedModifyOperations =
 25403               {
 25404                   /* flags */
 25405                   META_FLAG_PROPERTY|META_FLAG_READ,
 25406                   /* name */
 25407                   "SupportedModifyOperations",
 25408                   /* qualifiers */
 25409                   _CIM_StorageReplicationCapabilities_SupportedModifyOperations_qualifiers,
 25410                   /* type */
 25411                   CIMTYPE_UINT16,
 25412                   /* subscript */
 25413                   0,
 25414 mike  1.1.2.1     /* value */
 25415                   0,
 25416               };
 25417               
 25418               static const char*
 25419               _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility_qualifiers[] =
 25420               {
 25421                   /* ValueMap */
 25422                   "\061\000\0052\0003\0004\0005\000..\000",
 25423                   /* Values */
 25424                   "\062\000\005Not Accessible\000No Restrictions\000Source Hosts Only\000Source Hosts Excluded\000DMTF Reserved\000",
 25425                   0,
 25426               };
 25427               
 25428               static MetaProperty
 25429               _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility =
 25430               {
 25431                   /* flags */
 25432                   META_FLAG_PROPERTY|META_FLAG_READ,
 25433                   /* name */
 25434                   "ReplicaHostAccessibility",
 25435 mike  1.1.2.1     /* qualifiers */
 25436                   _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility_qualifiers,
 25437                   /* type */
 25438                   CIMTYPE_UINT16,
 25439                   /* subscript */
 25440                   -1,
 25441                   /* value */
 25442                   0,
 25443               };
 25444               
 25445               static const char*
 25446               _CIM_StorageReplicationCapabilities_HostAccessibleState_qualifiers[] =
 25447               {
 25448                   /* ValueMap */
 25449                   "\061\000\0202\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000..\0000x8000..\000",
 25450                   /* Values */
 25451                   "\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",
 25452                   /* ModelCorrespondence */
 25453                   "\036\000\001CIM_StorageSynchronized.SyncState\000",
 25454                   0,
 25455               };
 25456 mike  1.1.2.1 
 25457               static MetaProperty
 25458               _CIM_StorageReplicationCapabilities_HostAccessibleState =
 25459               {
 25460                   /* flags */
 25461                   META_FLAG_PROPERTY|META_FLAG_READ,
 25462                   /* name */
 25463                   "HostAccessibleState",
 25464                   /* qualifiers */
 25465                   _CIM_StorageReplicationCapabilities_HostAccessibleState_qualifiers,
 25466                   /* type */
 25467                   CIMTYPE_UINT16,
 25468                   /* subscript */
 25469                   0,
 25470                   /* value */
 25471                   0,
 25472               };
 25473               
 25474               static const char*
 25475               _CIM_StorageReplicationCapabilities_SpaceLimitSupported_qualifiers[] =
 25476               {
 25477 mike  1.1.2.1     /* ModelCorrespondence */
 25478                   "\036\000\001CIM_AllocatedFromStoragePool.SpaceLimit\000",
 25479                   0,
 25480               };
 25481               
 25482               static MetaProperty
 25483               _CIM_StorageReplicationCapabilities_SpaceLimitSupported =
 25484               {
 25485                   /* flags */
 25486                   META_FLAG_PROPERTY|META_FLAG_READ,
 25487                   /* name */
 25488                   "SpaceLimitSupported",
 25489                   /* qualifiers */
 25490                   _CIM_StorageReplicationCapabilities_SpaceLimitSupported_qualifiers,
 25491                   /* type */
 25492                   CIMTYPE_BOOLEAN,
 25493                   /* subscript */
 25494                   -1,
 25495                   /* value */
 25496                   0,
 25497               };
 25498 mike  1.1.2.1 
 25499               static const char*
 25500               _CIM_StorageReplicationCapabilities_SpaceReservationSupported_qualifiers[] =
 25501               {
 25502                   0,
 25503               };
 25504               
 25505               static MetaProperty
 25506               _CIM_StorageReplicationCapabilities_SpaceReservationSupported =
 25507               {
 25508                   /* flags */
 25509                   META_FLAG_PROPERTY|META_FLAG_READ,
 25510                   /* name */
 25511                   "SpaceReservationSupported",
 25512                   /* qualifiers */
 25513                   _CIM_StorageReplicationCapabilities_SpaceReservationSupported_qualifiers,
 25514                   /* type */
 25515                   CIMTYPE_BOOLEAN,
 25516                   /* subscript */
 25517                   -1,
 25518                   /* value */
 25519 mike  1.1.2.1     0,
 25520               };
 25521               
 25522               static const char*
 25523               _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported_qualifiers[] =
 25524               {
 25525                   0,
 25526               };
 25527               
 25528               static MetaProperty
 25529               _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported =
 25530               {
 25531                   /* flags */
 25532                   META_FLAG_PROPERTY|META_FLAG_READ,
 25533                   /* name */
 25534                   "LocalMirrorSnapshotSupported",
 25535                   /* qualifiers */
 25536                   _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported_qualifiers,
 25537                   /* type */
 25538                   CIMTYPE_BOOLEAN,
 25539                   /* subscript */
 25540 mike  1.1.2.1     -1,
 25541                   /* value */
 25542                   0,
 25543               };
 25544               
 25545               static const char*
 25546               _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported_qualifiers[] =
 25547               {
 25548                   0,
 25549               };
 25550               
 25551               static MetaProperty
 25552               _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported =
 25553               {
 25554                   /* flags */
 25555                   META_FLAG_PROPERTY|META_FLAG_READ,
 25556                   /* name */
 25557                   "RemoteMirrorSnapshotSupported",
 25558                   /* qualifiers */
 25559                   _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported_qualifiers,
 25560                   /* type */
 25561 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 25562                   /* subscript */
 25563                   -1,
 25564                   /* value */
 25565                   0,
 25566               };
 25567               
 25568               static const char*
 25569               _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported_qualifiers[] =
 25570               {
 25571                   0,
 25572               };
 25573               
 25574               static MetaProperty
 25575               _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported =
 25576               {
 25577                   /* flags */
 25578                   META_FLAG_PROPERTY|META_FLAG_READ,
 25579                   /* name */
 25580                   "IncrementalDeltasSupported",
 25581                   /* qualifiers */
 25582 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported_qualifiers,
 25583                   /* type */
 25584                   CIMTYPE_BOOLEAN,
 25585                   /* subscript */
 25586                   -1,
 25587                   /* value */
 25588                   0,
 25589               };
 25590               
 25591               static const char*
 25592               _CIM_StorageReplicationCapabilities_PersistentReplicasSupported_qualifiers[] =
 25593               {
 25594                   0,
 25595               };
 25596               
 25597               static MetaProperty
 25598               _CIM_StorageReplicationCapabilities_PersistentReplicasSupported =
 25599               {
 25600                   /* flags */
 25601                   META_FLAG_PROPERTY|META_FLAG_READ,
 25602                   /* name */
 25603 mike  1.1.2.1     "PersistentReplicasSupported",
 25604                   /* qualifiers */
 25605                   _CIM_StorageReplicationCapabilities_PersistentReplicasSupported_qualifiers,
 25606                   /* type */
 25607                   CIMTYPE_BOOLEAN,
 25608                   /* subscript */
 25609                   -1,
 25610                   /* value */
 25611                   0,
 25612               };
 25613               
 25614               static const char*
 25615               _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported_qualifiers[] =
 25616               {
 25617                   0,
 25618               };
 25619               
 25620               static MetaProperty
 25621               _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported =
 25622               {
 25623                   /* flags */
 25624 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 25625                   /* name */
 25626                   "BidirectionalConnectionsSupported",
 25627                   /* qualifiers */
 25628                   _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported_qualifiers,
 25629                   /* type */
 25630                   CIMTYPE_BOOLEAN,
 25631                   /* subscript */
 25632                   -1,
 25633                   /* value */
 25634                   0,
 25635               };
 25636               
 25637               static const char*
 25638               _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource_qualifiers[] =
 25639               {
 25640                   0,
 25641               };
 25642               
 25643               static MetaProperty
 25644               _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource =
 25645 mike  1.1.2.1 {
 25646                   /* flags */
 25647                   META_FLAG_PROPERTY|META_FLAG_READ,
 25648                   /* name */
 25649                   "MaximumReplicasPerSource",
 25650                   /* qualifiers */
 25651                   _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource_qualifiers,
 25652                   /* type */
 25653                   CIMTYPE_UINT16,
 25654                   /* subscript */
 25655                   -1,
 25656                   /* value */
 25657                   0,
 25658               };
 25659               
 25660               static const char*
 25661               _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection_qualifiers[] =
 25662               {
 25663                   0,
 25664               };
 25665               
 25666 mike  1.1.2.1 static MetaProperty
 25667               _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection =
 25668               {
 25669                   /* flags */
 25670                   META_FLAG_PROPERTY|META_FLAG_READ,
 25671                   /* name */
 25672                   "MaximumPortsPerConnection",
 25673                   /* qualifiers */
 25674                   _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection_qualifiers,
 25675                   /* type */
 25676                   CIMTYPE_UINT16,
 25677                   /* subscript */
 25678                   -1,
 25679                   /* value */
 25680                   0,
 25681               };
 25682               
 25683               static const char*
 25684               _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort_qualifiers[] =
 25685               {
 25686                   0,
 25687 mike  1.1.2.1 };
 25688               
 25689               static MetaProperty
 25690               _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort =
 25691               {
 25692                   /* flags */
 25693                   META_FLAG_PROPERTY|META_FLAG_READ,
 25694                   /* name */
 25695                   "MaximumConnectionsPerPort",
 25696                   /* qualifiers */
 25697                   _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort_qualifiers,
 25698                   /* type */
 25699                   CIMTYPE_UINT16,
 25700                   /* subscript */
 25701                   -1,
 25702                   /* value */
 25703                   0,
 25704               };
 25705               
 25706               static const char*
 25707               _CIM_StorageReplicationCapabilities_MaximumPeerConnections_qualifiers[] =
 25708 mike  1.1.2.1 {
 25709                   0,
 25710               };
 25711               
 25712               static MetaProperty
 25713               _CIM_StorageReplicationCapabilities_MaximumPeerConnections =
 25714               {
 25715                   /* flags */
 25716                   META_FLAG_PROPERTY|META_FLAG_READ,
 25717                   /* name */
 25718                   "MaximumPeerConnections",
 25719                   /* qualifiers */
 25720                   _CIM_StorageReplicationCapabilities_MaximumPeerConnections_qualifiers,
 25721                   /* type */
 25722                   CIMTYPE_UINT16,
 25723                   /* subscript */
 25724                   -1,
 25725                   /* value */
 25726                   0,
 25727               };
 25728               
 25729 mike  1.1.2.1 static const char*
 25730               _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth_qualifiers[] =
 25731               {
 25732                   0,
 25733               };
 25734               
 25735               static MetaProperty
 25736               _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth =
 25737               {
 25738                   /* flags */
 25739                   META_FLAG_PROPERTY|META_FLAG_READ,
 25740                   /* name */
 25741                   "MaximumLocalReplicationDepth",
 25742                   /* qualifiers */
 25743                   _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth_qualifiers,
 25744                   /* type */
 25745                   CIMTYPE_UINT16,
 25746                   /* subscript */
 25747                   -1,
 25748                   /* value */
 25749                   "\000\001",
 25750 mike  1.1.2.1 };
 25751               
 25752               static const char*
 25753               _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth_qualifiers[] =
 25754               {
 25755                   0,
 25756               };
 25757               
 25758               static MetaProperty
 25759               _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth =
 25760               {
 25761                   /* flags */
 25762                   META_FLAG_PROPERTY|META_FLAG_READ,
 25763                   /* name */
 25764                   "MaximumRemoteReplicationDepth",
 25765                   /* qualifiers */
 25766                   _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth_qualifiers,
 25767                   /* type */
 25768                   CIMTYPE_UINT16,
 25769                   /* subscript */
 25770                   -1,
 25771 mike  1.1.2.1     /* value */
 25772                   "\000\001",
 25773               };
 25774               
 25775               static const char*
 25776               _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault_qualifiers[] =
 25777               {
 25778                   /* ValueMap */
 25779                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
 25780                   /* Values */
 25781                   "\062\000\005Not Managed\000Start\000Do Not Start\000DMTF Reserved\000Vendor Specific\000",
 25782                   /* ModelCorrespondence */
 25783                   "\036\000\001CIM_StorageSetting.InitialSynchronization\000",
 25784                   0,
 25785               };
 25786               
 25787               static MetaProperty
 25788               _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault =
 25789               {
 25790                   /* flags */
 25791                   META_FLAG_PROPERTY|META_FLAG_READ,
 25792 mike  1.1.2.1     /* name */
 25793                   "InitialSynchronizationDefault",
 25794                   /* qualifiers */
 25795                   _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault_qualifiers,
 25796                   /* type */
 25797                   CIMTYPE_UINT16,
 25798                   /* subscript */
 25799                   -1,
 25800                   /* value */
 25801                   0,
 25802               };
 25803               
 25804               static const char*
 25805               _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault_qualifiers[] =
 25806               {
 25807                   /* ValueMap */
 25808                   "\061\000\0060\0001\0002\0003\000..\0000x8000..\000",
 25809                   /* Values */
 25810                   "\062\000\006Not Managed\000Low\000Same\000High\000DMTF Reserved\000Vendor Specific\000",
 25811                   /* ModelCorrespondence */
 25812                   "\036\000\001CIM_StorageSetting.ReplicationPriority\000",
 25813 mike  1.1.2.1     0,
 25814               };
 25815               
 25816               static MetaProperty
 25817               _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault =
 25818               {
 25819                   /* flags */
 25820                   META_FLAG_PROPERTY|META_FLAG_READ,
 25821                   /* name */
 25822                   "ReplicationPriorityDefault",
 25823                   /* qualifiers */
 25824                   _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault_qualifiers,
 25825                   /* type */
 25826                   CIMTYPE_UINT16,
 25827                   /* subscript */
 25828                   -1,
 25829                   /* value */
 25830                   0,
 25831               };
 25832               
 25833               static const char*
 25834 mike  1.1.2.1 _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault_qualifiers[] =
 25835               {
 25836                   /* Units */
 25837                   "\060Percentage",
 25838                   /* MinValue */
 25839                   "\035\000\000\000\000\000\000\000\000",
 25840                   /* MaxValue */
 25841                   "\031\000\000\000\000\000\000\000\144",
 25842                   /* ModelCorrespondence */
 25843                   "\036\000\001CIM_StoragePool.LowSpaceWarningThreshold\000",
 25844                   0,
 25845               };
 25846               
 25847               static MetaProperty
 25848               _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault =
 25849               {
 25850                   /* flags */
 25851                   META_FLAG_PROPERTY|META_FLAG_READ,
 25852                   /* name */
 25853                   "LowSpaceWarningThresholdDefault",
 25854                   /* qualifiers */
 25855 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault_qualifiers,
 25856                   /* type */
 25857                   CIMTYPE_UINT8,
 25858                   /* subscript */
 25859                   -1,
 25860                   /* value */
 25861                   0,
 25862               };
 25863               
 25864               static const char*
 25865               _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault_qualifiers[] =
 25866               {
 25867                   /* Units */
 25868                   "\060Percentage",
 25869                   /* MinValue */
 25870                   "\035\000\000\000\000\000\000\000\000",
 25871                   /* MaxValue */
 25872                   "\031\000\000\000\000\000\000\000\144",
 25873                   /* ModelCorrespondence */
 25874                   "\036\000\001CIM_AllocatedFromStoragePool.SpaceLimitWarningThreshold\000",
 25875                   0,
 25876 mike  1.1.2.1 };
 25877               
 25878               static MetaProperty
 25879               _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault =
 25880               {
 25881                   /* flags */
 25882                   META_FLAG_PROPERTY|META_FLAG_READ,
 25883                   /* name */
 25884                   "SpaceLimitWarningThresholdDefault",
 25885                   /* qualifiers */
 25886                   _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault_qualifiers,
 25887                   /* type */
 25888                   CIMTYPE_UINT8,
 25889                   /* subscript */
 25890                   -1,
 25891                   /* value */
 25892                   0,
 25893               };
 25894               
 25895               static const char*
 25896               _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess_qualifiers[] =
 25897 mike  1.1.2.1 {
 25898                   /* ValueMap */
 25899                   "\061\000\0062\0003\0004\0005\000..\0000x8000..\000",
 25900                   /* Values */
 25901                   "\062\000\006Not Specified\000Source\000Target\000Proxy\000DMTF Reserved\000Vendor Specific\000",
 25902                   0,
 25903               };
 25904               
 25905               static MetaProperty
 25906               _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess =
 25907               {
 25908                   /* flags */
 25909                   META_FLAG_PROPERTY|META_FLAG_READ,
 25910                   /* name */
 25911                   "RemoteReplicationServicePointAccess",
 25912                   /* qualifiers */
 25913                   _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess_qualifiers,
 25914                   /* type */
 25915                   CIMTYPE_UINT16,
 25916                   /* subscript */
 25917                   -1,
 25918 mike  1.1.2.1     /* value */
 25919                   0,
 25920               };
 25921               
 25922               static const char*
 25923               _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess_qualifiers[] =
 25924               {
 25925                   /* ValueMap */
 25926                   "\061\000\0062\0003\0004\0005\000..\0000x8000..\000",
 25927                   /* Values */
 25928                   "\062\000\006None\000Source\000Target\000Proxy\000DMTF Reserved\000Vendor Specific\000",
 25929                   0,
 25930               };
 25931               
 25932               static MetaProperty
 25933               _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess =
 25934               {
 25935                   /* flags */
 25936                   META_FLAG_PROPERTY|META_FLAG_READ,
 25937                   /* name */
 25938                   "AlternateReplicationServicePointAccess",
 25939 mike  1.1.2.1     /* qualifiers */
 25940                   _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess_qualifiers,
 25941                   /* type */
 25942                   CIMTYPE_UINT16,
 25943                   /* subscript */
 25944                   -1,
 25945                   /* value */
 25946                   0,
 25947               };
 25948               
 25949               static const char*
 25950               _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess_qualifiers[] =
 25951               {
 25952                   /* ValueMap */
 25953                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 25954                   /* Values */
 25955                   "\062\000\005Any\000Exclusive\000Shared\000DMTF Reserved\000Vendor Specific\000",
 25956                   0,
 25957               };
 25958               
 25959               static MetaProperty
 25960 mike  1.1.2.1 _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess =
 25961               {
 25962                   /* flags */
 25963                   META_FLAG_PROPERTY|META_FLAG_READ,
 25964                   /* name */
 25965                   "DeltaReplicaPoolAccess",
 25966                   /* qualifiers */
 25967                   _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess_qualifiers,
 25968                   /* type */
 25969                   CIMTYPE_UINT16,
 25970                   /* subscript */
 25971                   -1,
 25972                   /* value */
 25973                   0,
 25974               };
 25975               
 25976               static const char*
 25977               _CIM_StorageReplicationCapabilities_RemoteBufferElementType_qualifiers[] =
 25978               {
 25979                   /* ValueMap */
 25980                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 25981 mike  1.1.2.1     /* Values */
 25982                   "\062\000\005Not specified\000InExtent\000InPool\000DMTF Reserved\000Vendor Specific\000",
 25983                   0,
 25984               };
 25985               
 25986               static MetaProperty
 25987               _CIM_StorageReplicationCapabilities_RemoteBufferElementType =
 25988               {
 25989                   /* flags */
 25990                   META_FLAG_PROPERTY|META_FLAG_READ,
 25991                   /* name */
 25992                   "RemoteBufferElementType",
 25993                   /* qualifiers */
 25994                   _CIM_StorageReplicationCapabilities_RemoteBufferElementType_qualifiers,
 25995                   /* type */
 25996                   CIMTYPE_UINT16,
 25997                   /* subscript */
 25998                   -1,
 25999                   /* value */
 26000                   0,
 26001               };
 26002 mike  1.1.2.1 
 26003               static const char*
 26004               _CIM_StorageReplicationCapabilities_RemoteBufferHost_qualifiers[] =
 26005               {
 26006                   /* ValueMap */
 26007                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 26008                   /* Values */
 26009                   "\062\000\005Array\000ComponentCS\000Pipe\000DMTF Reserved\000Vendor Specific\000",
 26010                   0,
 26011               };
 26012               
 26013               static MetaProperty
 26014               _CIM_StorageReplicationCapabilities_RemoteBufferHost =
 26015               {
 26016                   /* flags */
 26017                   META_FLAG_PROPERTY|META_FLAG_READ,
 26018                   /* name */
 26019                   "RemoteBufferHost",
 26020                   /* qualifiers */
 26021                   _CIM_StorageReplicationCapabilities_RemoteBufferHost_qualifiers,
 26022                   /* type */
 26023 mike  1.1.2.1     CIMTYPE_UINT16,
 26024                   /* subscript */
 26025                   -1,
 26026                   /* value */
 26027                   0,
 26028               };
 26029               
 26030               static const char*
 26031               _CIM_StorageReplicationCapabilities_RemoteBufferLocation_qualifiers[] =
 26032               {
 26033                   /* ValueMap */
 26034                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 26035                   /* Values */
 26036                   "\062\000\005Source\000Target\000Both\000DMTF Reserved\000Vendor Specific\000",
 26037                   0,
 26038               };
 26039               
 26040               static MetaProperty
 26041               _CIM_StorageReplicationCapabilities_RemoteBufferLocation =
 26042               {
 26043                   /* flags */
 26044 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 26045                   /* name */
 26046                   "RemoteBufferLocation",
 26047                   /* qualifiers */
 26048                   _CIM_StorageReplicationCapabilities_RemoteBufferLocation_qualifiers,
 26049                   /* type */
 26050                   CIMTYPE_UINT16,
 26051                   /* subscript */
 26052                   -1,
 26053                   /* value */
 26054                   0,
 26055               };
 26056               
 26057               static const char*
 26058               _CIM_StorageReplicationCapabilities_RemoteBufferSupported_qualifiers[] =
 26059               {
 26060                   /* ValueMap */
 26061                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 26062                   /* Values */
 26063                   "\062\000\005Not Supported\000Required\000Optional\000DMTF Reserved\000Vendor Specific\000",
 26064                   0,
 26065 mike  1.1.2.1 };
 26066               
 26067               static MetaProperty
 26068               _CIM_StorageReplicationCapabilities_RemoteBufferSupported =
 26069               {
 26070                   /* flags */
 26071                   META_FLAG_PROPERTY|META_FLAG_READ,
 26072                   /* name */
 26073                   "RemoteBufferSupported",
 26074                   /* qualifiers */
 26075                   _CIM_StorageReplicationCapabilities_RemoteBufferSupported_qualifiers,
 26076                   /* type */
 26077                   CIMTYPE_UINT16,
 26078                   /* subscript */
 26079                   -1,
 26080                   /* value */
 26081                   0,
 26082               };
 26083               
 26084               static const char*
 26085               _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault_qualifiers[] =
 26086 mike  1.1.2.1 {
 26087                   /* ValueMap */
 26088                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
 26089                   /* Values */
 26090                   "\062\000\005Not Managed\000Use Buffer\000Do Not Use Buffer\000DMTF Reserved\000Vendor Specific\000",
 26091                   /* ModelCorrespondence */
 26092                   "\036\000\001CIM_StorageSetting.UseReplicationBuffer\000",
 26093                   0,
 26094               };
 26095               
 26096               static MetaProperty
 26097               _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault =
 26098               {
 26099                   /* flags */
 26100                   META_FLAG_PROPERTY|META_FLAG_READ,
 26101                   /* name */
 26102                   "UseReplicationBufferDefault",
 26103                   /* qualifiers */
 26104                   _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault_qualifiers,
 26105                   /* type */
 26106                   CIMTYPE_UINT16,
 26107 mike  1.1.2.1     /* subscript */
 26108                   -1,
 26109                   /* value */
 26110                   0,
 26111               };
 26112               
 26113               static const char*
 26114               _CIM_StorageReplicationCapabilities_PeerConnectionProtocol_qualifiers[] =
 26115               {
 26116                   0,
 26117               };
 26118               
 26119               static MetaProperty
 26120               _CIM_StorageReplicationCapabilities_PeerConnectionProtocol =
 26121               {
 26122                   /* flags */
 26123                   META_FLAG_PROPERTY|META_FLAG_READ,
 26124                   /* name */
 26125                   "PeerConnectionProtocol",
 26126                   /* qualifiers */
 26127                   _CIM_StorageReplicationCapabilities_PeerConnectionProtocol_qualifiers,
 26128 mike  1.1.2.1     /* type */
 26129                   CIMTYPE_STRING,
 26130                   /* subscript */
 26131                   -1,
 26132                   /* value */
 26133                   0,
 26134               };
 26135               
 26136               static MetaFeature*
 26137               _CIM_StorageReplicationCapabilities_features[] =
 26138               {
 26139                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSynchronizationType,
 26140                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedAsynchronousActions,
 26141                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSynchronousActions,
 26142                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_InitialReplicationState,
 26143                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSpecializedElements,
 26144                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedModifyOperations,
 26145                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_ReplicaHostAccessibility,
 26146                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_HostAccessibleState,
 26147                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceLimitSupported,
 26148                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceReservationSupported,
 26149 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported,
 26150                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported,
 26151                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_IncrementalDeltasSupported,
 26152                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_PersistentReplicasSupported,
 26153                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported,
 26154                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumReplicasPerSource,
 26155                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumPortsPerConnection,
 26156                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort,
 26157                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumPeerConnections,
 26158                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth,
 26159                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth,
 26160                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_InitialSynchronizationDefault,
 26161                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_ReplicationPriorityDefault,
 26162                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault,
 26163                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault,
 26164                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess,
 26165                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess,
 26166                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess,
 26167                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferElementType,
 26168                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferHost,
 26169                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferLocation,
 26170 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferSupported,
 26171                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_UseReplicationBufferDefault,
 26172                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_PeerConnectionProtocol,
 26173                   0,
 26174               };
 26175               
 26176               static const char*
 26177               __root_cimv2_CIM_StorageReplicationCapabilities_qualifiers[] =
 26178               {
 26179                   /* UMLPackagePath */
 26180                   "\057CIM::Device::StorageServices",
 26181                   /* Version */
 26182                   "\0632.10.0",
 26183                   0,
 26184               };
 26185               
 26186               MetaClass
 26187               __root_cimv2_CIM_StorageReplicationCapabilities =
 26188               {
 26189                   /* flags */
 26190                   META_FLAG_CLASS,
 26191 mike  1.1.2.1     /* name */
 26192                   "CIM_StorageReplicationCapabilities",
 26193                   /* qualifiers */
 26194                   __root_cimv2_CIM_StorageReplicationCapabilities_qualifiers,
 26195                   /* super */
 26196                   &__root_cimv2_CIM_Capabilities,
 26197                   /* features */
 26198                   _CIM_StorageReplicationCapabilities_features,
 26199               };
 26200               
 26201               //==============================================================================
 26202               //
 26203               // Class: CIM_StorageSetting
 26204               //
 26205               //==============================================================================
 26206               
 26207               static const char*
 26208               _CIM_StorageSetting_NoSinglePointOfFailure_qualifiers[] =
 26209               {
 26210                   /* Write */
 26211                   "\065\001",
 26212 mike  1.1.2.1     0,
 26213               };
 26214               
 26215               static MetaProperty
 26216               _CIM_StorageSetting_NoSinglePointOfFailure =
 26217               {
 26218                   /* flags */
 26219                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26220                   /* name */
 26221                   "NoSinglePointOfFailure",
 26222                   /* qualifiers */
 26223                   _CIM_StorageSetting_NoSinglePointOfFailure_qualifiers,
 26224                   /* type */
 26225                   CIMTYPE_BOOLEAN,
 26226                   /* subscript */
 26227                   -1,
 26228                   /* value */
 26229                   0,
 26230               };
 26231               
 26232               static const char*
 26233 mike  1.1.2.1 _CIM_StorageSetting_DataRedundancyMax_qualifiers[] =
 26234               {
 26235                   /* Write */
 26236                   "\065\001",
 26237                   /* MinValue */
 26238                   "\035\000\000\000\000\000\000\000\001",
 26239                   /* ModelCorrespondence */
 26240                   "\036\000\002CIM_StorageSetting.DataRedundancyMin\000CIM_StorageSetting.DataRedundancyGoal\000",
 26241                   0,
 26242               };
 26243               
 26244               static MetaProperty
 26245               _CIM_StorageSetting_DataRedundancyMax =
 26246               {
 26247                   /* flags */
 26248                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26249                   /* name */
 26250                   "DataRedundancyMax",
 26251                   /* qualifiers */
 26252                   _CIM_StorageSetting_DataRedundancyMax_qualifiers,
 26253                   /* type */
 26254 mike  1.1.2.1     CIMTYPE_UINT16,
 26255                   /* subscript */
 26256                   -1,
 26257                   /* value */
 26258                   0,
 26259               };
 26260               
 26261               static const char*
 26262               _CIM_StorageSetting_DataRedundancyMin_qualifiers[] =
 26263               {
 26264                   /* Write */
 26265                   "\065\001",
 26266                   /* MinValue */
 26267                   "\035\000\000\000\000\000\000\000\001",
 26268                   /* ModelCorrespondence */
 26269                   "\036\000\002CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyGoal\000",
 26270                   0,
 26271               };
 26272               
 26273               static MetaProperty
 26274               _CIM_StorageSetting_DataRedundancyMin =
 26275 mike  1.1.2.1 {
 26276                   /* flags */
 26277                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26278                   /* name */
 26279                   "DataRedundancyMin",
 26280                   /* qualifiers */
 26281                   _CIM_StorageSetting_DataRedundancyMin_qualifiers,
 26282                   /* type */
 26283                   CIMTYPE_UINT16,
 26284                   /* subscript */
 26285                   -1,
 26286                   /* value */
 26287                   0,
 26288               };
 26289               
 26290               static const char*
 26291               _CIM_StorageSetting_DataRedundancyGoal_qualifiers[] =
 26292               {
 26293                   /* Write */
 26294                   "\065\001",
 26295                   /* MinValue */
 26296 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\001",
 26297                   /* ModelCorrespondence */
 26298                   "\036\000\002CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
 26299                   0,
 26300               };
 26301               
 26302               static MetaProperty
 26303               _CIM_StorageSetting_DataRedundancyGoal =
 26304               {
 26305                   /* flags */
 26306                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26307                   /* name */
 26308                   "DataRedundancyGoal",
 26309                   /* qualifiers */
 26310                   _CIM_StorageSetting_DataRedundancyGoal_qualifiers,
 26311                   /* type */
 26312                   CIMTYPE_UINT16,
 26313                   /* subscript */
 26314                   -1,
 26315                   /* value */
 26316                   0,
 26317 mike  1.1.2.1 };
 26318               
 26319               static const char*
 26320               _CIM_StorageSetting_PackageRedundancyMax_qualifiers[] =
 26321               {
 26322                   /* Write */
 26323                   "\065\001",
 26324                   /* ModelCorrespondence */
 26325                   "\036\000\002CIM_StorageSetting.PackageRedundancyMin\000CIM_StorageSetting.PackageRedundancyGoal\000",
 26326                   0,
 26327               };
 26328               
 26329               static MetaProperty
 26330               _CIM_StorageSetting_PackageRedundancyMax =
 26331               {
 26332                   /* flags */
 26333                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26334                   /* name */
 26335                   "PackageRedundancyMax",
 26336                   /* qualifiers */
 26337                   _CIM_StorageSetting_PackageRedundancyMax_qualifiers,
 26338 mike  1.1.2.1     /* type */
 26339                   CIMTYPE_UINT16,
 26340                   /* subscript */
 26341                   -1,
 26342                   /* value */
 26343                   0,
 26344               };
 26345               
 26346               static const char*
 26347               _CIM_StorageSetting_PackageRedundancyMin_qualifiers[] =
 26348               {
 26349                   /* Write */
 26350                   "\065\001",
 26351                   /* ModelCorrespondence */
 26352                   "\036\000\002CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyGoal\000",
 26353                   0,
 26354               };
 26355               
 26356               static MetaProperty
 26357               _CIM_StorageSetting_PackageRedundancyMin =
 26358               {
 26359 mike  1.1.2.1     /* flags */
 26360                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26361                   /* name */
 26362                   "PackageRedundancyMin",
 26363                   /* qualifiers */
 26364                   _CIM_StorageSetting_PackageRedundancyMin_qualifiers,
 26365                   /* type */
 26366                   CIMTYPE_UINT16,
 26367                   /* subscript */
 26368                   -1,
 26369                   /* value */
 26370                   0,
 26371               };
 26372               
 26373               static const char*
 26374               _CIM_StorageSetting_PackageRedundancyGoal_qualifiers[] =
 26375               {
 26376                   /* Write */
 26377                   "\065\001",
 26378                   /* ModelCorrespondence */
 26379                   "\036\000\002CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
 26380 mike  1.1.2.1     0,
 26381               };
 26382               
 26383               static MetaProperty
 26384               _CIM_StorageSetting_PackageRedundancyGoal =
 26385               {
 26386                   /* flags */
 26387                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26388                   /* name */
 26389                   "PackageRedundancyGoal",
 26390                   /* qualifiers */
 26391                   _CIM_StorageSetting_PackageRedundancyGoal_qualifiers,
 26392                   /* type */
 26393                   CIMTYPE_UINT16,
 26394                   /* subscript */
 26395                   -1,
 26396                   /* value */
 26397                   0,
 26398               };
 26399               
 26400               static const char*
 26401 mike  1.1.2.1 _CIM_StorageSetting_DeltaReservationMax_qualifiers[] =
 26402               {
 26403                   /* Write */
 26404                   "\065\001",
 26405                   /* Units */
 26406                   "\060Percentage",
 26407                   /* MinValue */
 26408                   "\035\000\000\000\000\000\000\000\001",
 26409                   /* MaxValue */
 26410                   "\031\000\000\000\000\000\000\000\144",
 26411                   /* ModelCorrespondence */
 26412                   "\036\000\002CIM_StorageSetting.DeltaReservationMin\000CIM_StorageSetting.DeltaReservationGoal\000",
 26413                   0,
 26414               };
 26415               
 26416               static MetaProperty
 26417               _CIM_StorageSetting_DeltaReservationMax =
 26418               {
 26419                   /* flags */
 26420                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26421                   /* name */
 26422 mike  1.1.2.1     "DeltaReservationMax",
 26423                   /* qualifiers */
 26424                   _CIM_StorageSetting_DeltaReservationMax_qualifiers,
 26425                   /* type */
 26426                   CIMTYPE_UINT8,
 26427                   /* subscript */
 26428                   -1,
 26429                   /* value */
 26430                   0,
 26431               };
 26432               
 26433               static const char*
 26434               _CIM_StorageSetting_DeltaReservationMin_qualifiers[] =
 26435               {
 26436                   /* Write */
 26437                   "\065\001",
 26438                   /* Units */
 26439                   "\060Percentage",
 26440                   /* MinValue */
 26441                   "\035\000\000\000\000\000\000\000\001",
 26442                   /* MaxValue */
 26443 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
 26444                   /* ModelCorrespondence */
 26445                   "\036\000\002CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationGoal\000",
 26446                   0,
 26447               };
 26448               
 26449               static MetaProperty
 26450               _CIM_StorageSetting_DeltaReservationMin =
 26451               {
 26452                   /* flags */
 26453                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26454                   /* name */
 26455                   "DeltaReservationMin",
 26456                   /* qualifiers */
 26457                   _CIM_StorageSetting_DeltaReservationMin_qualifiers,
 26458                   /* type */
 26459                   CIMTYPE_UINT8,
 26460                   /* subscript */
 26461                   -1,
 26462                   /* value */
 26463                   0,
 26464 mike  1.1.2.1 };
 26465               
 26466               static const char*
 26467               _CIM_StorageSetting_DeltaReservationGoal_qualifiers[] =
 26468               {
 26469                   /* Write */
 26470                   "\065\001",
 26471                   /* Units */
 26472                   "\060Percentage",
 26473                   /* MinValue */
 26474                   "\035\000\000\000\000\000\000\000\001",
 26475                   /* MaxValue */
 26476                   "\031\000\000\000\000\000\000\000\144",
 26477                   /* ModelCorrespondence */
 26478                   "\036\000\002CIM_StorageSetting.DeltaReservationMin\000CIM_StorageSetting.DeltaReservationMax\000",
 26479                   0,
 26480               };
 26481               
 26482               static MetaProperty
 26483               _CIM_StorageSetting_DeltaReservationGoal =
 26484               {
 26485 mike  1.1.2.1     /* flags */
 26486                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26487                   /* name */
 26488                   "DeltaReservationGoal",
 26489                   /* qualifiers */
 26490                   _CIM_StorageSetting_DeltaReservationGoal_qualifiers,
 26491                   /* type */
 26492                   CIMTYPE_UINT8,
 26493                   /* subscript */
 26494                   -1,
 26495                   /* value */
 26496                   0,
 26497               };
 26498               
 26499               static const char*
 26500               _CIM_StorageSetting_ChangeableType_qualifiers[] =
 26501               {
 26502                   /* ValueMap */
 26503                   "\061\000\0030\0001\0002\000",
 26504                   /* Values */
 26505                   "\062\000\003Fixed - Not Changeable\000Changeable - Transient\000Changeable - Persistent\000",
 26506 mike  1.1.2.1     0,
 26507               };
 26508               
 26509               static MetaProperty
 26510               _CIM_StorageSetting_ChangeableType =
 26511               {
 26512                   /* flags */
 26513                   META_FLAG_PROPERTY|META_FLAG_READ,
 26514                   /* name */
 26515                   "ChangeableType",
 26516                   /* qualifiers */
 26517                   _CIM_StorageSetting_ChangeableType_qualifiers,
 26518                   /* type */
 26519                   CIMTYPE_UINT16,
 26520                   /* subscript */
 26521                   -1,
 26522                   /* value */
 26523                   0,
 26524               };
 26525               
 26526               static const char*
 26527 mike  1.1.2.1 _CIM_StorageSetting_ExtentStripeLength_qualifiers[] =
 26528               {
 26529                   /* Write */
 26530                   "\065\001",
 26531                   /* MinValue */
 26532                   "\035\000\000\000\000\000\000\000\001",
 26533                   /* ModelCorrespondence */
 26534                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMax\000CIM_StorageSetting.ExtentStripeLengthMin\000",
 26535                   0,
 26536               };
 26537               
 26538               static MetaProperty
 26539               _CIM_StorageSetting_ExtentStripeLength =
 26540               {
 26541                   /* flags */
 26542                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26543                   /* name */
 26544                   "ExtentStripeLength",
 26545                   /* qualifiers */
 26546                   _CIM_StorageSetting_ExtentStripeLength_qualifiers,
 26547                   /* type */
 26548 mike  1.1.2.1     CIMTYPE_UINT16,
 26549                   /* subscript */
 26550                   -1,
 26551                   /* value */
 26552                   0,
 26553               };
 26554               
 26555               static const char*
 26556               _CIM_StorageSetting_ExtentStripeLengthMin_qualifiers[] =
 26557               {
 26558                   /* Write */
 26559                   "\065\001",
 26560                   /* MinValue */
 26561                   "\035\000\000\000\000\000\000\000\001",
 26562                   /* ModelCorrespondence */
 26563                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMax\000CIM_StorageSetting.ExtentStripeLength\000",
 26564                   0,
 26565               };
 26566               
 26567               static MetaProperty
 26568               _CIM_StorageSetting_ExtentStripeLengthMin =
 26569 mike  1.1.2.1 {
 26570                   /* flags */
 26571                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26572                   /* name */
 26573                   "ExtentStripeLengthMin",
 26574                   /* qualifiers */
 26575                   _CIM_StorageSetting_ExtentStripeLengthMin_qualifiers,
 26576                   /* type */
 26577                   CIMTYPE_UINT16,
 26578                   /* subscript */
 26579                   -1,
 26580                   /* value */
 26581                   0,
 26582               };
 26583               
 26584               static const char*
 26585               _CIM_StorageSetting_ExtentStripeLengthMax_qualifiers[] =
 26586               {
 26587                   /* Write */
 26588                   "\065\001",
 26589                   /* MinValue */
 26590 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\001",
 26591                   /* ModelCorrespondence */
 26592                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMin\000CIM_StorageSetting.ExtentStripeLength\000",
 26593                   0,
 26594               };
 26595               
 26596               static MetaProperty
 26597               _CIM_StorageSetting_ExtentStripeLengthMax =
 26598               {
 26599                   /* flags */
 26600                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26601                   /* name */
 26602                   "ExtentStripeLengthMax",
 26603                   /* qualifiers */
 26604                   _CIM_StorageSetting_ExtentStripeLengthMax_qualifiers,
 26605                   /* type */
 26606                   CIMTYPE_UINT16,
 26607                   /* subscript */
 26608                   -1,
 26609                   /* value */
 26610                   0,
 26611 mike  1.1.2.1 };
 26612               
 26613               static const char*
 26614               _CIM_StorageSetting_ParityLayout_qualifiers[] =
 26615               {
 26616                   /* Write */
 26617                   "\065\001",
 26618                   /* ValueMap */
 26619                   "\061\000\0021\0002\000",
 26620                   /* Values */
 26621                   "\062\000\002Non-rotated Parity\000Rotated Parity\000",
 26622                   0,
 26623               };
 26624               
 26625               static MetaProperty
 26626               _CIM_StorageSetting_ParityLayout =
 26627               {
 26628                   /* flags */
 26629                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26630                   /* name */
 26631                   "ParityLayout",
 26632 mike  1.1.2.1     /* qualifiers */
 26633                   _CIM_StorageSetting_ParityLayout_qualifiers,
 26634                   /* type */
 26635                   CIMTYPE_UINT16,
 26636                   /* subscript */
 26637                   -1,
 26638                   /* value */
 26639                   0,
 26640               };
 26641               
 26642               static const char*
 26643               _CIM_StorageSetting_UserDataStripeDepth_qualifiers[] =
 26644               {
 26645                   /* Write */
 26646                   "\065\001",
 26647                   /* Units */
 26648                   "\060Bytes",
 26649                   /* MinValue */
 26650                   "\035\000\000\000\000\000\000\000\001",
 26651                   /* ModelCorrespondence */
 26652                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMax\000CIM_StorageSetting.UserDataStripeDepthMin\000",
 26653 mike  1.1.2.1     0,
 26654               };
 26655               
 26656               static MetaProperty
 26657               _CIM_StorageSetting_UserDataStripeDepth =
 26658               {
 26659                   /* flags */
 26660                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26661                   /* name */
 26662                   "UserDataStripeDepth",
 26663                   /* qualifiers */
 26664                   _CIM_StorageSetting_UserDataStripeDepth_qualifiers,
 26665                   /* type */
 26666                   CIMTYPE_UINT64,
 26667                   /* subscript */
 26668                   -1,
 26669                   /* value */
 26670                   0,
 26671               };
 26672               
 26673               static const char*
 26674 mike  1.1.2.1 _CIM_StorageSetting_UserDataStripeDepthMin_qualifiers[] =
 26675               {
 26676                   /* Write */
 26677                   "\065\001",
 26678                   /* Units */
 26679                   "\060Bytes",
 26680                   /* MinValue */
 26681                   "\035\000\000\000\000\000\000\000\001",
 26682                   /* ModelCorrespondence */
 26683                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMax\000CIM_StorageSetting.UserDataStripeDepth\000",
 26684                   0,
 26685               };
 26686               
 26687               static MetaProperty
 26688               _CIM_StorageSetting_UserDataStripeDepthMin =
 26689               {
 26690                   /* flags */
 26691                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26692                   /* name */
 26693                   "UserDataStripeDepthMin",
 26694                   /* qualifiers */
 26695 mike  1.1.2.1     _CIM_StorageSetting_UserDataStripeDepthMin_qualifiers,
 26696                   /* type */
 26697                   CIMTYPE_UINT64,
 26698                   /* subscript */
 26699                   -1,
 26700                   /* value */
 26701                   0,
 26702               };
 26703               
 26704               static const char*
 26705               _CIM_StorageSetting_UserDataStripeDepthMax_qualifiers[] =
 26706               {
 26707                   /* Write */
 26708                   "\065\001",
 26709                   /* Units */
 26710                   "\060Bytes",
 26711                   /* MinValue */
 26712                   "\035\000\000\000\000\000\000\000\001",
 26713                   /* ModelCorrespondence */
 26714                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMin\000CIM_StorageSetting.UserDataStripeDepth\000",
 26715                   0,
 26716 mike  1.1.2.1 };
 26717               
 26718               static MetaProperty
 26719               _CIM_StorageSetting_UserDataStripeDepthMax =
 26720               {
 26721                   /* flags */
 26722                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26723                   /* name */
 26724                   "UserDataStripeDepthMax",
 26725                   /* qualifiers */
 26726                   _CIM_StorageSetting_UserDataStripeDepthMax_qualifiers,
 26727                   /* type */
 26728                   CIMTYPE_UINT64,
 26729                   /* subscript */
 26730                   -1,
 26731                   /* value */
 26732                   0,
 26733               };
 26734               
 26735               static MetaFeature*
 26736               _CIM_StorageSetting_features[] =
 26737 mike  1.1.2.1 {
 26738                   (MetaFeature*)&_CIM_StorageSetting_NoSinglePointOfFailure,
 26739                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyMax,
 26740                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyMin,
 26741                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyGoal,
 26742                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyMax,
 26743                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyMin,
 26744                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyGoal,
 26745                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationMax,
 26746                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationMin,
 26747                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationGoal,
 26748                   (MetaFeature*)&_CIM_StorageSetting_ChangeableType,
 26749                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLength,
 26750                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLengthMin,
 26751                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLengthMax,
 26752                   (MetaFeature*)&_CIM_StorageSetting_ParityLayout,
 26753                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepth,
 26754                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepthMin,
 26755                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepthMax,
 26756                   0,
 26757               };
 26758 mike  1.1.2.1 
 26759               static const char*
 26760               __root_cimv2_CIM_StorageSetting_qualifiers[] =
 26761               {
 26762                   /* UMLPackagePath */
 26763                   "\057CIM::Device::StorageServices",
 26764                   /* Version */
 26765                   "\0632.11.0",
 26766                   0,
 26767               };
 26768               
 26769               MetaClass
 26770               __root_cimv2_CIM_StorageSetting =
 26771               {
 26772                   /* flags */
 26773                   META_FLAG_CLASS,
 26774                   /* name */
 26775                   "CIM_StorageSetting",
 26776                   /* qualifiers */
 26777                   __root_cimv2_CIM_StorageSetting_qualifiers,
 26778                   /* super */
 26779 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 26780                   /* features */
 26781                   _CIM_StorageSetting_features,
 26782               };
 26783               
 26784               //==============================================================================
 26785               //
 26786               // Class: CIM_StorageSettingWithHints
 26787               //
 26788               //==============================================================================
 26789               
 26790               static const char*
 26791               _CIM_StorageSettingWithHints_DataAvailabilityHint_qualifiers[] =
 26792               {
 26793                   /* Write */
 26794                   "\065\001",
 26795                   /* MinValue */
 26796                   "\035\000\000\000\000\000\000\000\000",
 26797                   /* MaxValue */
 26798                   "\031\000\000\000\000\000\000\000\012",
 26799                   0,
 26800 mike  1.1.2.1 };
 26801               
 26802               static MetaProperty
 26803               _CIM_StorageSettingWithHints_DataAvailabilityHint =
 26804               {
 26805                   /* flags */
 26806                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26807                   /* name */
 26808                   "DataAvailabilityHint",
 26809                   /* qualifiers */
 26810                   _CIM_StorageSettingWithHints_DataAvailabilityHint_qualifiers,
 26811                   /* type */
 26812                   CIMTYPE_UINT16,
 26813                   /* subscript */
 26814                   -1,
 26815                   /* value */
 26816                   0,
 26817               };
 26818               
 26819               static const char*
 26820               _CIM_StorageSettingWithHints_AccessRandomnessHint_qualifiers[] =
 26821 mike  1.1.2.1 {
 26822                   /* Write */
 26823                   "\065\001",
 26824                   /* MinValue */
 26825                   "\035\000\000\000\000\000\000\000\000",
 26826                   /* MaxValue */
 26827                   "\031\000\000\000\000\000\000\000\012",
 26828                   0,
 26829               };
 26830               
 26831               static MetaProperty
 26832               _CIM_StorageSettingWithHints_AccessRandomnessHint =
 26833               {
 26834                   /* flags */
 26835                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26836                   /* name */
 26837                   "AccessRandomnessHint",
 26838                   /* qualifiers */
 26839                   _CIM_StorageSettingWithHints_AccessRandomnessHint_qualifiers,
 26840                   /* type */
 26841                   CIMTYPE_UINT16,
 26842 mike  1.1.2.1     /* subscript */
 26843                   -1,
 26844                   /* value */
 26845                   0,
 26846               };
 26847               
 26848               static const char*
 26849               _CIM_StorageSettingWithHints_AccessDirectionHint_qualifiers[] =
 26850               {
 26851                   /* Write */
 26852                   "\065\001",
 26853                   /* MinValue */
 26854                   "\035\000\000\000\000\000\000\000\000",
 26855                   /* MaxValue */
 26856                   "\031\000\000\000\000\000\000\000\012",
 26857                   0,
 26858               };
 26859               
 26860               static MetaProperty
 26861               _CIM_StorageSettingWithHints_AccessDirectionHint =
 26862               {
 26863 mike  1.1.2.1     /* flags */
 26864                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26865                   /* name */
 26866                   "AccessDirectionHint",
 26867                   /* qualifiers */
 26868                   _CIM_StorageSettingWithHints_AccessDirectionHint_qualifiers,
 26869                   /* type */
 26870                   CIMTYPE_UINT16,
 26871                   /* subscript */
 26872                   -1,
 26873                   /* value */
 26874                   0,
 26875               };
 26876               
 26877               static const char*
 26878               _CIM_StorageSettingWithHints_AccessSizeHint_qualifiers[] =
 26879               {
 26880                   /* Write */
 26881                   "\065\001",
 26882                   /* Units */
 26883                   "\060Bytes",
 26884 mike  1.1.2.1     0,
 26885               };
 26886               
 26887               static MetaProperty
 26888               _CIM_StorageSettingWithHints_AccessSizeHint =
 26889               {
 26890                   /* flags */
 26891                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26892                   /* name */
 26893                   "AccessSizeHint",
 26894                   /* qualifiers */
 26895                   _CIM_StorageSettingWithHints_AccessSizeHint_qualifiers,
 26896                   /* type */
 26897                   CIMTYPE_UINT16,
 26898                   /* subscript */
 26899                   0,
 26900                   /* value */
 26901                   0,
 26902               };
 26903               
 26904               static const char*
 26905 mike  1.1.2.1 _CIM_StorageSettingWithHints_AccessLatencyHint_qualifiers[] =
 26906               {
 26907                   /* Write */
 26908                   "\065\001",
 26909                   /* MinValue */
 26910                   "\035\000\000\000\000\000\000\000\000",
 26911                   /* MaxValue */
 26912                   "\031\000\000\000\000\000\000\000\012",
 26913                   0,
 26914               };
 26915               
 26916               static MetaProperty
 26917               _CIM_StorageSettingWithHints_AccessLatencyHint =
 26918               {
 26919                   /* flags */
 26920                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26921                   /* name */
 26922                   "AccessLatencyHint",
 26923                   /* qualifiers */
 26924                   _CIM_StorageSettingWithHints_AccessLatencyHint_qualifiers,
 26925                   /* type */
 26926 mike  1.1.2.1     CIMTYPE_UINT16,
 26927                   /* subscript */
 26928                   -1,
 26929                   /* value */
 26930                   0,
 26931               };
 26932               
 26933               static const char*
 26934               _CIM_StorageSettingWithHints_AccessBandwidthWeight_qualifiers[] =
 26935               {
 26936                   /* Write */
 26937                   "\065\001",
 26938                   /* MinValue */
 26939                   "\035\000\000\000\000\000\000\000\000",
 26940                   /* MaxValue */
 26941                   "\031\000\000\000\000\000\000\000\012",
 26942                   0,
 26943               };
 26944               
 26945               static MetaProperty
 26946               _CIM_StorageSettingWithHints_AccessBandwidthWeight =
 26947 mike  1.1.2.1 {
 26948                   /* flags */
 26949                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26950                   /* name */
 26951                   "AccessBandwidthWeight",
 26952                   /* qualifiers */
 26953                   _CIM_StorageSettingWithHints_AccessBandwidthWeight_qualifiers,
 26954                   /* type */
 26955                   CIMTYPE_UINT16,
 26956                   /* subscript */
 26957                   -1,
 26958                   /* value */
 26959                   0,
 26960               };
 26961               
 26962               static const char*
 26963               _CIM_StorageSettingWithHints_StorageCostHint_qualifiers[] =
 26964               {
 26965                   /* Write */
 26966                   "\065\001",
 26967                   /* MinValue */
 26968 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
 26969                   /* MaxValue */
 26970                   "\031\000\000\000\000\000\000\000\012",
 26971                   0,
 26972               };
 26973               
 26974               static MetaProperty
 26975               _CIM_StorageSettingWithHints_StorageCostHint =
 26976               {
 26977                   /* flags */
 26978                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26979                   /* name */
 26980                   "StorageCostHint",
 26981                   /* qualifiers */
 26982                   _CIM_StorageSettingWithHints_StorageCostHint_qualifiers,
 26983                   /* type */
 26984                   CIMTYPE_UINT16,
 26985                   /* subscript */
 26986                   -1,
 26987                   /* value */
 26988                   0,
 26989 mike  1.1.2.1 };
 26990               
 26991               static const char*
 26992               _CIM_StorageSettingWithHints_StorageEfficiencyHint_qualifiers[] =
 26993               {
 26994                   /* Write */
 26995                   "\065\001",
 26996                   /* MinValue */
 26997                   "\035\000\000\000\000\000\000\000\000",
 26998                   /* MaxValue */
 26999                   "\031\000\000\000\000\000\000\000\012",
 27000                   0,
 27001               };
 27002               
 27003               static MetaProperty
 27004               _CIM_StorageSettingWithHints_StorageEfficiencyHint =
 27005               {
 27006                   /* flags */
 27007                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27008                   /* name */
 27009                   "StorageEfficiencyHint",
 27010 mike  1.1.2.1     /* qualifiers */
 27011                   _CIM_StorageSettingWithHints_StorageEfficiencyHint_qualifiers,
 27012                   /* type */
 27013                   CIMTYPE_UINT16,
 27014                   /* subscript */
 27015                   -1,
 27016                   /* value */
 27017                   0,
 27018               };
 27019               
 27020               static MetaFeature*
 27021               _CIM_StorageSettingWithHints_features[] =
 27022               {
 27023                   (MetaFeature*)&_CIM_StorageSettingWithHints_DataAvailabilityHint,
 27024                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessRandomnessHint,
 27025                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessDirectionHint,
 27026                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessSizeHint,
 27027                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessLatencyHint,
 27028                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessBandwidthWeight,
 27029                   (MetaFeature*)&_CIM_StorageSettingWithHints_StorageCostHint,
 27030                   (MetaFeature*)&_CIM_StorageSettingWithHints_StorageEfficiencyHint,
 27031 mike  1.1.2.1     0,
 27032               };
 27033               
 27034               static const char*
 27035               __root_cimv2_CIM_StorageSettingWithHints_qualifiers[] =
 27036               {
 27037                   /* UMLPackagePath */
 27038                   "\057CIM::Device::StorageServices",
 27039                   /* Version */
 27040                   "\0632.7.1",
 27041                   0,
 27042               };
 27043               
 27044               MetaClass
 27045               __root_cimv2_CIM_StorageSettingWithHints =
 27046               {
 27047                   /* flags */
 27048                   META_FLAG_CLASS,
 27049                   /* name */
 27050                   "CIM_StorageSettingWithHints",
 27051                   /* qualifiers */
 27052 mike  1.1.2.1     __root_cimv2_CIM_StorageSettingWithHints_qualifiers,
 27053                   /* super */
 27054                   &__root_cimv2_CIM_StorageSetting,
 27055                   /* features */
 27056                   _CIM_StorageSettingWithHints_features,
 27057               };
 27058               
 27059               //==============================================================================
 27060               //
 27061               // Class: CIM_SupportAccess
 27062               //
 27063               //==============================================================================
 27064               
 27065               static const char*
 27066               _CIM_SupportAccess_SupportAccessId_qualifiers[] =
 27067               {
 27068                   /* Key */
 27069                   "\025\001",
 27070                   /* MaxLen */
 27071                   "\030\000\000\001\000",
 27072                   0,
 27073 mike  1.1.2.1 };
 27074               
 27075               static MetaProperty
 27076               _CIM_SupportAccess_SupportAccessId =
 27077               {
 27078                   /* flags */
 27079                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27080                   /* name */
 27081                   "SupportAccessId",
 27082                   /* qualifiers */
 27083                   _CIM_SupportAccess_SupportAccessId_qualifiers,
 27084                   /* type */
 27085                   CIMTYPE_STRING,
 27086                   /* subscript */
 27087                   -1,
 27088                   /* value */
 27089                   0,
 27090               };
 27091               
 27092               static const char*
 27093               _CIM_SupportAccess_Description_qualifiers[] =
 27094 mike  1.1.2.1 {
 27095                   /* Override */
 27096                   "\044Description",
 27097                   /* MappingStrings */
 27098                   "\026\000\001MIF.DMTF|Support|001.3\000",
 27099                   0,
 27100               };
 27101               
 27102               static MetaProperty
 27103               _CIM_SupportAccess_Description =
 27104               {
 27105                   /* flags */
 27106                   META_FLAG_PROPERTY|META_FLAG_READ,
 27107                   /* name */
 27108                   "Description",
 27109                   /* qualifiers */
 27110                   _CIM_SupportAccess_Description_qualifiers,
 27111                   /* type */
 27112                   CIMTYPE_STRING,
 27113                   /* subscript */
 27114                   -1,
 27115 mike  1.1.2.1     /* value */
 27116                   0,
 27117               };
 27118               
 27119               static const char*
 27120               _CIM_SupportAccess_CommunicationInfo_qualifiers[] =
 27121               {
 27122                   /* MappingStrings */
 27123                   "\026\000\002MIF.DMTF|FRU|002.11\000MIF.DMTF|FRU|002.12\000",
 27124                   0,
 27125               };
 27126               
 27127               static MetaProperty
 27128               _CIM_SupportAccess_CommunicationInfo =
 27129               {
 27130                   /* flags */
 27131                   META_FLAG_PROPERTY|META_FLAG_READ,
 27132                   /* name */
 27133                   "CommunicationInfo",
 27134                   /* qualifiers */
 27135                   _CIM_SupportAccess_CommunicationInfo_qualifiers,
 27136 mike  1.1.2.1     /* type */
 27137                   CIMTYPE_STRING,
 27138                   /* subscript */
 27139                   -1,
 27140                   /* value */
 27141                   0,
 27142               };
 27143               
 27144               static const char*
 27145               _CIM_SupportAccess_CommunicationMode_qualifiers[] =
 27146               {
 27147                   /* ValueMap */
 27148                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 27149                   /* Values */
 27150                   "\062\000\010Other\000Phone\000Fax\000BBS\000Online Service\000Web Page\000FTP\000E-mail\000",
 27151                   /* MappingStrings */
 27152                   "\026\000\001MIF.DMTF|Support|001.5\000",
 27153                   0,
 27154               };
 27155               
 27156               static MetaProperty
 27157 mike  1.1.2.1 _CIM_SupportAccess_CommunicationMode =
 27158               {
 27159                   /* flags */
 27160                   META_FLAG_PROPERTY|META_FLAG_READ,
 27161                   /* name */
 27162                   "CommunicationMode",
 27163                   /* qualifiers */
 27164                   _CIM_SupportAccess_CommunicationMode_qualifiers,
 27165                   /* type */
 27166                   CIMTYPE_UINT16,
 27167                   /* subscript */
 27168                   -1,
 27169                   /* value */
 27170                   0,
 27171               };
 27172               
 27173               static const char*
 27174               _CIM_SupportAccess_Locale_qualifiers[] =
 27175               {
 27176                   /* MaxLen */
 27177                   "\030\000\000\000\100",
 27178 mike  1.1.2.1     /* MappingStrings */
 27179                   "\026\000\001MIF.DMTF|Support|001.2\000",
 27180                   0,
 27181               };
 27182               
 27183               static MetaProperty
 27184               _CIM_SupportAccess_Locale =
 27185               {
 27186                   /* flags */
 27187                   META_FLAG_PROPERTY|META_FLAG_READ,
 27188                   /* name */
 27189                   "Locale",
 27190                   /* qualifiers */
 27191                   _CIM_SupportAccess_Locale_qualifiers,
 27192                   /* type */
 27193                   CIMTYPE_STRING,
 27194                   /* subscript */
 27195                   -1,
 27196                   /* value */
 27197                   0,
 27198               };
 27199 mike  1.1.2.1 
 27200               static MetaFeature*
 27201               _CIM_SupportAccess_features[] =
 27202               {
 27203                   (MetaFeature*)&_CIM_SupportAccess_SupportAccessId,
 27204                   (MetaFeature*)&_CIM_SupportAccess_Description,
 27205                   (MetaFeature*)&_CIM_SupportAccess_CommunicationInfo,
 27206                   (MetaFeature*)&_CIM_SupportAccess_CommunicationMode,
 27207                   (MetaFeature*)&_CIM_SupportAccess_Locale,
 27208                   0,
 27209               };
 27210               
 27211               static const char*
 27212               __root_cimv2_CIM_SupportAccess_qualifiers[] =
 27213               {
 27214                   /* UMLPackagePath */
 27215                   "\057CIM::Core::ProductFRU",
 27216                   /* Version */
 27217                   "\0632.6.0",
 27218                   0,
 27219               };
 27220 mike  1.1.2.1 
 27221               MetaClass
 27222               __root_cimv2_CIM_SupportAccess =
 27223               {
 27224                   /* flags */
 27225                   META_FLAG_CLASS,
 27226                   /* name */
 27227                   "CIM_SupportAccess",
 27228                   /* qualifiers */
 27229                   __root_cimv2_CIM_SupportAccess_qualifiers,
 27230                   /* super */
 27231                   &__root_cimv2_CIM_ManagedElement,
 27232                   /* features */
 27233                   _CIM_SupportAccess_features,
 27234               };
 27235               
 27236               //==============================================================================
 27237               //
 27238               // Class: CIM_Synchronized
 27239               //
 27240               //==============================================================================
 27241 mike  1.1.2.1 
 27242               static const char*
 27243               _CIM_Synchronized_SystemElement_qualifiers[] =
 27244               {
 27245                   /* Key */
 27246                   "\025\001",
 27247                   0,
 27248               };
 27249               
 27250               static MetaReference
 27251               _CIM_Synchronized_SystemElement =
 27252               {
 27253                   /* flags */
 27254                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27255                   /* name */
 27256                   "SystemElement",
 27257                   /* qualifiers */
 27258                   _CIM_Synchronized_SystemElement_qualifiers,
 27259                   /* subscript */
 27260                   -1,
 27261                   /* refId */
 27262 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 27263               };
 27264               
 27265               static const char*
 27266               _CIM_Synchronized_SyncedElement_qualifiers[] =
 27267               {
 27268                   /* Key */
 27269                   "\025\001",
 27270                   0,
 27271               };
 27272               
 27273               static MetaReference
 27274               _CIM_Synchronized_SyncedElement =
 27275               {
 27276                   /* flags */
 27277                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27278                   /* name */
 27279                   "SyncedElement",
 27280                   /* qualifiers */
 27281                   _CIM_Synchronized_SyncedElement_qualifiers,
 27282                   /* subscript */
 27283 mike  1.1.2.1     -1,
 27284                   /* refId */
 27285                   &__root_cimv2_CIM_ManagedElement,
 27286               };
 27287               
 27288               static const char*
 27289               _CIM_Synchronized_WhenSynced_qualifiers[] =
 27290               {
 27291                   0,
 27292               };
 27293               
 27294               static MetaProperty
 27295               _CIM_Synchronized_WhenSynced =
 27296               {
 27297                   /* flags */
 27298                   META_FLAG_PROPERTY|META_FLAG_READ,
 27299                   /* name */
 27300                   "WhenSynced",
 27301                   /* qualifiers */
 27302                   _CIM_Synchronized_WhenSynced_qualifiers,
 27303                   /* type */
 27304 mike  1.1.2.1     CIMTYPE_DATETIME,
 27305                   /* subscript */
 27306                   -1,
 27307                   /* value */
 27308                   0,
 27309               };
 27310               
 27311               static const char*
 27312               _CIM_Synchronized_SyncMaintained_qualifiers[] =
 27313               {
 27314                   0,
 27315               };
 27316               
 27317               static MetaProperty
 27318               _CIM_Synchronized_SyncMaintained =
 27319               {
 27320                   /* flags */
 27321                   META_FLAG_PROPERTY|META_FLAG_READ,
 27322                   /* name */
 27323                   "SyncMaintained",
 27324                   /* qualifiers */
 27325 mike  1.1.2.1     _CIM_Synchronized_SyncMaintained_qualifiers,
 27326                   /* type */
 27327                   CIMTYPE_BOOLEAN,
 27328                   /* subscript */
 27329                   -1,
 27330                   /* value */
 27331                   0,
 27332               };
 27333               
 27334               static MetaFeature*
 27335               _CIM_Synchronized_features[] =
 27336               {
 27337                   (MetaFeature*)&_CIM_Synchronized_SystemElement,
 27338                   (MetaFeature*)&_CIM_Synchronized_SyncedElement,
 27339                   (MetaFeature*)&_CIM_Synchronized_WhenSynced,
 27340                   (MetaFeature*)&_CIM_Synchronized_SyncMaintained,
 27341                   0,
 27342               };
 27343               
 27344               static const char*
 27345               __root_cimv2_CIM_Synchronized_qualifiers[] =
 27346 mike  1.1.2.1 {
 27347                   /* ASSOCIATION */
 27348                   "\000\001",
 27349                   /* UMLPackagePath */
 27350                   "\057CIM::Core::CoreElements",
 27351                   /* Version */
 27352                   "\0632.8.0",
 27353                   0,
 27354               };
 27355               
 27356               MetaClass
 27357               __root_cimv2_CIM_Synchronized =
 27358               {
 27359                   /* flags */
 27360                   META_FLAG_ASSOCIATION,
 27361                   /* name */
 27362                   "CIM_Synchronized",
 27363                   /* qualifiers */
 27364                   __root_cimv2_CIM_Synchronized_qualifiers,
 27365                   /* super */
 27366                   0,
 27367 mike  1.1.2.1     /* features */
 27368                   _CIM_Synchronized_features,
 27369               };
 27370               
 27371               //==============================================================================
 27372               //
 27373               // Class: CIM_SystemConfiguration
 27374               //
 27375               //==============================================================================
 27376               
 27377               static const char*
 27378               _CIM_SystemConfiguration_SystemCreationClassName_qualifiers[] =
 27379               {
 27380                   /* Key */
 27381                   "\025\001",
 27382                   /* Propagated */
 27383                   "\045CIM_System.CreationClassName",
 27384                   /* MaxLen */
 27385                   "\030\000\000\001\000",
 27386                   0,
 27387               };
 27388 mike  1.1.2.1 
 27389               static MetaProperty
 27390               _CIM_SystemConfiguration_SystemCreationClassName =
 27391               {
 27392                   /* flags */
 27393                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27394                   /* name */
 27395                   "SystemCreationClassName",
 27396                   /* qualifiers */
 27397                   _CIM_SystemConfiguration_SystemCreationClassName_qualifiers,
 27398                   /* type */
 27399                   CIMTYPE_STRING,
 27400                   /* subscript */
 27401                   -1,
 27402                   /* value */
 27403                   0,
 27404               };
 27405               
 27406               static const char*
 27407               _CIM_SystemConfiguration_SystemName_qualifiers[] =
 27408               {
 27409 mike  1.1.2.1     /* Key */
 27410                   "\025\001",
 27411                   /* Propagated */
 27412                   "\045CIM_System.Name",
 27413                   /* MaxLen */
 27414                   "\030\000\000\001\000",
 27415                   0,
 27416               };
 27417               
 27418               static MetaProperty
 27419               _CIM_SystemConfiguration_SystemName =
 27420               {
 27421                   /* flags */
 27422                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27423                   /* name */
 27424                   "SystemName",
 27425                   /* qualifiers */
 27426                   _CIM_SystemConfiguration_SystemName_qualifiers,
 27427                   /* type */
 27428                   CIMTYPE_STRING,
 27429                   /* subscript */
 27430 mike  1.1.2.1     -1,
 27431                   /* value */
 27432                   0,
 27433               };
 27434               
 27435               static const char*
 27436               _CIM_SystemConfiguration_CreationClassName_qualifiers[] =
 27437               {
 27438                   /* Key */
 27439                   "\025\001",
 27440                   /* MaxLen */
 27441                   "\030\000\000\001\000",
 27442                   0,
 27443               };
 27444               
 27445               static MetaProperty
 27446               _CIM_SystemConfiguration_CreationClassName =
 27447               {
 27448                   /* flags */
 27449                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27450                   /* name */
 27451 mike  1.1.2.1     "CreationClassName",
 27452                   /* qualifiers */
 27453                   _CIM_SystemConfiguration_CreationClassName_qualifiers,
 27454                   /* type */
 27455                   CIMTYPE_STRING,
 27456                   /* subscript */
 27457                   -1,
 27458                   /* value */
 27459                   0,
 27460               };
 27461               
 27462               static const char*
 27463               _CIM_SystemConfiguration_Name_qualifiers[] =
 27464               {
 27465                   /* Key */
 27466                   "\025\001",
 27467                   /* MaxLen */
 27468                   "\030\000\000\001\000",
 27469                   0,
 27470               };
 27471               
 27472 mike  1.1.2.1 static MetaProperty
 27473               _CIM_SystemConfiguration_Name =
 27474               {
 27475                   /* flags */
 27476                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27477                   /* name */
 27478                   "Name",
 27479                   /* qualifiers */
 27480                   _CIM_SystemConfiguration_Name_qualifiers,
 27481                   /* type */
 27482                   CIMTYPE_STRING,
 27483                   /* subscript */
 27484                   -1,
 27485                   /* value */
 27486                   0,
 27487               };
 27488               
 27489               static MetaFeature*
 27490               _CIM_SystemConfiguration_features[] =
 27491               {
 27492                   (MetaFeature*)&_CIM_SystemConfiguration_SystemCreationClassName,
 27493 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemConfiguration_SystemName,
 27494                   (MetaFeature*)&_CIM_SystemConfiguration_CreationClassName,
 27495                   (MetaFeature*)&_CIM_SystemConfiguration_Name,
 27496                   0,
 27497               };
 27498               
 27499               static const char*
 27500               __root_cimv2_CIM_SystemConfiguration_qualifiers[] =
 27501               {
 27502                   /* UMLPackagePath */
 27503                   "\057CIM::Core::Settings",
 27504                   /* Version */
 27505                   "\0632.6.0",
 27506                   0,
 27507               };
 27508               
 27509               MetaClass
 27510               __root_cimv2_CIM_SystemConfiguration =
 27511               {
 27512                   /* flags */
 27513                   META_FLAG_CLASS,
 27514 mike  1.1.2.1     /* name */
 27515                   "CIM_SystemConfiguration",
 27516                   /* qualifiers */
 27517                   __root_cimv2_CIM_SystemConfiguration_qualifiers,
 27518                   /* super */
 27519                   &__root_cimv2_CIM_ManagedElement,
 27520                   /* features */
 27521                   _CIM_SystemConfiguration_features,
 27522               };
 27523               
 27524               //==============================================================================
 27525               //
 27526               // Class: CIM_SystemIdentification
 27527               //
 27528               //==============================================================================
 27529               
 27530               static const char*
 27531               _CIM_SystemIdentification_SystemCreationClassName_qualifiers[] =
 27532               {
 27533                   /* Key */
 27534                   "\025\001",
 27535 mike  1.1.2.1     /* Propagated */
 27536                   "\045CIM_Namespace.SystemCreationClassName",
 27537                   /* MaxLen */
 27538                   "\030\000\000\001\000",
 27539                   0,
 27540               };
 27541               
 27542               static MetaProperty
 27543               _CIM_SystemIdentification_SystemCreationClassName =
 27544               {
 27545                   /* flags */
 27546                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27547                   /* name */
 27548                   "SystemCreationClassName",
 27549                   /* qualifiers */
 27550                   _CIM_SystemIdentification_SystemCreationClassName_qualifiers,
 27551                   /* type */
 27552                   CIMTYPE_STRING,
 27553                   /* subscript */
 27554                   -1,
 27555                   /* value */
 27556 mike  1.1.2.1     0,
 27557               };
 27558               
 27559               static const char*
 27560               _CIM_SystemIdentification_SystemName_qualifiers[] =
 27561               {
 27562                   /* Key */
 27563                   "\025\001",
 27564                   /* Propagated */
 27565                   "\045CIM_Namespace.SystemName",
 27566                   /* MaxLen */
 27567                   "\030\000\000\001\000",
 27568                   0,
 27569               };
 27570               
 27571               static MetaProperty
 27572               _CIM_SystemIdentification_SystemName =
 27573               {
 27574                   /* flags */
 27575                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27576                   /* name */
 27577 mike  1.1.2.1     "SystemName",
 27578                   /* qualifiers */
 27579                   _CIM_SystemIdentification_SystemName_qualifiers,
 27580                   /* type */
 27581                   CIMTYPE_STRING,
 27582                   /* subscript */
 27583                   -1,
 27584                   /* value */
 27585                   0,
 27586               };
 27587               
 27588               static const char*
 27589               _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers[] =
 27590               {
 27591                   /* Key */
 27592                   "\025\001",
 27593                   /* Propagated */
 27594                   "\045CIM_Namespace.ObjectManagerCreationClassName",
 27595                   /* MaxLen */
 27596                   "\030\000\000\001\000",
 27597                   0,
 27598 mike  1.1.2.1 };
 27599               
 27600               static MetaProperty
 27601               _CIM_SystemIdentification_ObjectManagerCreationClassName =
 27602               {
 27603                   /* flags */
 27604                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27605                   /* name */
 27606                   "ObjectManagerCreationClassName",
 27607                   /* qualifiers */
 27608                   _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers,
 27609                   /* type */
 27610                   CIMTYPE_STRING,
 27611                   /* subscript */
 27612                   -1,
 27613                   /* value */
 27614                   0,
 27615               };
 27616               
 27617               static const char*
 27618               _CIM_SystemIdentification_ObjectManagerName_qualifiers[] =
 27619 mike  1.1.2.1 {
 27620                   /* Key */
 27621                   "\025\001",
 27622                   /* Propagated */
 27623                   "\045CIM_Namespace.ObjectManagerName",
 27624                   /* MaxLen */
 27625                   "\030\000\000\001\000",
 27626                   0,
 27627               };
 27628               
 27629               static MetaProperty
 27630               _CIM_SystemIdentification_ObjectManagerName =
 27631               {
 27632                   /* flags */
 27633                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27634                   /* name */
 27635                   "ObjectManagerName",
 27636                   /* qualifiers */
 27637                   _CIM_SystemIdentification_ObjectManagerName_qualifiers,
 27638                   /* type */
 27639                   CIMTYPE_STRING,
 27640 mike  1.1.2.1     /* subscript */
 27641                   -1,
 27642                   /* value */
 27643                   0,
 27644               };
 27645               
 27646               static const char*
 27647               _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers[] =
 27648               {
 27649                   /* Key */
 27650                   "\025\001",
 27651                   /* Propagated */
 27652                   "\045CIM_Namespace.CreationClassName",
 27653                   /* MaxLen */
 27654                   "\030\000\000\001\000",
 27655                   0,
 27656               };
 27657               
 27658               static MetaProperty
 27659               _CIM_SystemIdentification_NamespaceCreationClassName =
 27660               {
 27661 mike  1.1.2.1     /* flags */
 27662                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27663                   /* name */
 27664                   "NamespaceCreationClassName",
 27665                   /* qualifiers */
 27666                   _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers,
 27667                   /* type */
 27668                   CIMTYPE_STRING,
 27669                   /* subscript */
 27670                   -1,
 27671                   /* value */
 27672                   0,
 27673               };
 27674               
 27675               static const char*
 27676               _CIM_SystemIdentification_NamespaceName_qualifiers[] =
 27677               {
 27678                   /* Key */
 27679                   "\025\001",
 27680                   /* Propagated */
 27681                   "\045CIM_Namespace.Name",
 27682 mike  1.1.2.1     /* MaxLen */
 27683                   "\030\000\000\001\000",
 27684                   0,
 27685               };
 27686               
 27687               static MetaProperty
 27688               _CIM_SystemIdentification_NamespaceName =
 27689               {
 27690                   /* flags */
 27691                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27692                   /* name */
 27693                   "NamespaceName",
 27694                   /* qualifiers */
 27695                   _CIM_SystemIdentification_NamespaceName_qualifiers,
 27696                   /* type */
 27697                   CIMTYPE_STRING,
 27698                   /* subscript */
 27699                   -1,
 27700                   /* value */
 27701                   0,
 27702               };
 27703 mike  1.1.2.1 
 27704               static const char*
 27705               _CIM_SystemIdentification_CreationClassName_qualifiers[] =
 27706               {
 27707                   /* Key */
 27708                   "\025\001",
 27709                   /* MaxLen */
 27710                   "\030\000\000\001\000",
 27711                   0,
 27712               };
 27713               
 27714               static MetaProperty
 27715               _CIM_SystemIdentification_CreationClassName =
 27716               {
 27717                   /* flags */
 27718                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27719                   /* name */
 27720                   "CreationClassName",
 27721                   /* qualifiers */
 27722                   _CIM_SystemIdentification_CreationClassName_qualifiers,
 27723                   /* type */
 27724 mike  1.1.2.1     CIMTYPE_STRING,
 27725                   /* subscript */
 27726                   -1,
 27727                   /* value */
 27728                   0,
 27729               };
 27730               
 27731               static const char*
 27732               _CIM_SystemIdentification_Name_qualifiers[] =
 27733               {
 27734                   /* Key */
 27735                   "\025\001",
 27736                   /* MaxLen */
 27737                   "\030\000\000\001\000",
 27738                   0,
 27739               };
 27740               
 27741               static MetaProperty
 27742               _CIM_SystemIdentification_Name =
 27743               {
 27744                   /* flags */
 27745 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27746                   /* name */
 27747                   "Name",
 27748                   /* qualifiers */
 27749                   _CIM_SystemIdentification_Name_qualifiers,
 27750                   /* type */
 27751                   CIMTYPE_STRING,
 27752                   /* subscript */
 27753                   -1,
 27754                   /* value */
 27755                   0,
 27756               };
 27757               
 27758               static const char*
 27759               _CIM_SystemIdentification_IdentificationFormats_qualifiers[] =
 27760               {
 27761                   /* Required */
 27762                   "\050\001",
 27763                   /* Write */
 27764                   "\065\001",
 27765                   /* ValueMap */
 27766 mike  1.1.2.1     "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 27767                   /* Values */
 27768                   "\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",
 27769                   /* ArrayType */
 27770                   "\005Indexed",
 27771                   /* ModelCorrespondence */
 27772                   "\036\000\002CIM_SystemIdentification.IdentificationData\000CIM_SystemIdentification.FormatDescriptions\000",
 27773                   0,
 27774               };
 27775               
 27776               static MetaProperty
 27777               _CIM_SystemIdentification_IdentificationFormats =
 27778               {
 27779                   /* flags */
 27780                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 27781                   /* name */
 27782                   "IdentificationFormats",
 27783                   /* qualifiers */
 27784                   _CIM_SystemIdentification_IdentificationFormats_qualifiers,
 27785                   /* type */
 27786                   CIMTYPE_UINT16,
 27787 mike  1.1.2.1     /* subscript */
 27788                   0,
 27789                   /* value */
 27790                   0,
 27791               };
 27792               
 27793               static const char*
 27794               _CIM_SystemIdentification_FormatDescriptions_qualifiers[] =
 27795               {
 27796                   /* Write */
 27797                   "\065\001",
 27798                   /* ArrayType */
 27799                   "\005Indexed",
 27800                   /* ModelCorrespondence */
 27801                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.IdentificationData\000",
 27802                   0,
 27803               };
 27804               
 27805               static MetaProperty
 27806               _CIM_SystemIdentification_FormatDescriptions =
 27807               {
 27808 mike  1.1.2.1     /* flags */
 27809                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27810                   /* name */
 27811                   "FormatDescriptions",
 27812                   /* qualifiers */
 27813                   _CIM_SystemIdentification_FormatDescriptions_qualifiers,
 27814                   /* type */
 27815                   CIMTYPE_STRING,
 27816                   /* subscript */
 27817                   0,
 27818                   /* value */
 27819                   0,
 27820               };
 27821               
 27822               static const char*
 27823               _CIM_SystemIdentification_IdentificationData_qualifiers[] =
 27824               {
 27825                   /* Write */
 27826                   "\065\001",
 27827                   /* ArrayType */
 27828                   "\005Indexed",
 27829 mike  1.1.2.1     /* ModelCorrespondence */
 27830                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.FormatDescriptions\000",
 27831                   0,
 27832               };
 27833               
 27834               static MetaProperty
 27835               _CIM_SystemIdentification_IdentificationData =
 27836               {
 27837                   /* flags */
 27838                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27839                   /* name */
 27840                   "IdentificationData",
 27841                   /* qualifiers */
 27842                   _CIM_SystemIdentification_IdentificationData_qualifiers,
 27843                   /* type */
 27844                   CIMTYPE_STRING,
 27845                   /* subscript */
 27846                   0,
 27847                   /* value */
 27848                   0,
 27849               };
 27850 mike  1.1.2.1 
 27851               static MetaFeature*
 27852               _CIM_SystemIdentification_features[] =
 27853               {
 27854                   (MetaFeature*)&_CIM_SystemIdentification_SystemCreationClassName,
 27855                   (MetaFeature*)&_CIM_SystemIdentification_SystemName,
 27856                   (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerCreationClassName,
 27857                   (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerName,
 27858                   (MetaFeature*)&_CIM_SystemIdentification_NamespaceCreationClassName,
 27859                   (MetaFeature*)&_CIM_SystemIdentification_NamespaceName,
 27860                   (MetaFeature*)&_CIM_SystemIdentification_CreationClassName,
 27861                   (MetaFeature*)&_CIM_SystemIdentification_Name,
 27862                   (MetaFeature*)&_CIM_SystemIdentification_IdentificationFormats,
 27863                   (MetaFeature*)&_CIM_SystemIdentification_FormatDescriptions,
 27864                   (MetaFeature*)&_CIM_SystemIdentification_IdentificationData,
 27865                   0,
 27866               };
 27867               
 27868               static const char*
 27869               __root_cimv2_CIM_SystemIdentification_qualifiers[] =
 27870               {
 27871 mike  1.1.2.1     /* UMLPackagePath */
 27872                   "\057CIM::Interop",
 27873                   /* Version */
 27874                   "\0632.7.0",
 27875                   0,
 27876               };
 27877               
 27878               MetaClass
 27879               __root_cimv2_CIM_SystemIdentification =
 27880               {
 27881                   /* flags */
 27882                   META_FLAG_CLASS,
 27883                   /* name */
 27884                   "CIM_SystemIdentification",
 27885                   /* qualifiers */
 27886                   __root_cimv2_CIM_SystemIdentification_qualifiers,
 27887                   /* super */
 27888                   &__root_cimv2_CIM_ManagedElement,
 27889                   /* features */
 27890                   _CIM_SystemIdentification_features,
 27891               };
 27892 mike  1.1.2.1 
 27893               //==============================================================================
 27894               //
 27895               // Class: CIM_SystemInNamespace
 27896               //
 27897               //==============================================================================
 27898               
 27899               static const char*
 27900               _CIM_SystemInNamespace_ManagedNamespace_qualifiers[] =
 27901               {
 27902                   /* Key */
 27903                   "\025\001",
 27904                   /* Min */
 27905                   "\033\000\000\000\001",
 27906                   /* Max */
 27907                   "\027\000\000\000\001",
 27908                   0,
 27909               };
 27910               
 27911               static MetaReference
 27912               _CIM_SystemInNamespace_ManagedNamespace =
 27913 mike  1.1.2.1 {
 27914                   /* flags */
 27915                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27916                   /* name */
 27917                   "ManagedNamespace",
 27918                   /* qualifiers */
 27919                   _CIM_SystemInNamespace_ManagedNamespace_qualifiers,
 27920                   /* subscript */
 27921                   -1,
 27922                   /* refId */
 27923                   &__root_cimv2_CIM_Namespace,
 27924               };
 27925               
 27926               static const char*
 27927               _CIM_SystemInNamespace_Identification_qualifiers[] =
 27928               {
 27929                   /* Key */
 27930                   "\025\001",
 27931                   /* Weak */
 27932                   "\064\001",
 27933                   0,
 27934 mike  1.1.2.1 };
 27935               
 27936               static MetaReference
 27937               _CIM_SystemInNamespace_Identification =
 27938               {
 27939                   /* flags */
 27940                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 27941                   /* name */
 27942                   "Identification",
 27943                   /* qualifiers */
 27944                   _CIM_SystemInNamespace_Identification_qualifiers,
 27945                   /* subscript */
 27946                   -1,
 27947                   /* refId */
 27948                   &__root_cimv2_CIM_SystemIdentification,
 27949               };
 27950               
 27951               static const char*
 27952               _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers[] =
 27953               {
 27954                   /* Required */
 27955 mike  1.1.2.1     "\050\001",
 27956                   /* Write */
 27957                   "\065\001",
 27958                   /* ValueMap */
 27959                   "\061\000\0050\0001\0002\0003\0004\000",
 27960                   /* Values */
 27961                   "\062\000\005Unknown\000Other\000Local System Data\000Data Aggregated from Multiple Systems\000Proxied Data\000",
 27962                   /* ArrayType */
 27963                   "\005Indexed",
 27964                   /* ModelCorrespondence */
 27965                   "\036\000\001CIM_SystemInNamespace.DescriptionOfContainedData\000",
 27966                   0,
 27967               };
 27968               
 27969               static MetaProperty
 27970               _CIM_SystemInNamespace_ScopeOfContainedData =
 27971               {
 27972                   /* flags */
 27973                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 27974                   /* name */
 27975                   "ScopeOfContainedData",
 27976 mike  1.1.2.1     /* qualifiers */
 27977                   _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers,
 27978                   /* type */
 27979                   CIMTYPE_UINT16,
 27980                   /* subscript */
 27981                   0,
 27982                   /* value */
 27983                   0,
 27984               };
 27985               
 27986               static const char*
 27987               _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers[] =
 27988               {
 27989                   /* Write */
 27990                   "\065\001",
 27991                   /* ArrayType */
 27992                   "\005Indexed",
 27993                   /* ModelCorrespondence */
 27994                   "\036\000\001CIM_SystemInNamespace.ScopeOfContainedData\000",
 27995                   0,
 27996               };
 27997 mike  1.1.2.1 
 27998               static MetaProperty
 27999               _CIM_SystemInNamespace_DescriptionOfContainedData =
 28000               {
 28001                   /* flags */
 28002                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 28003                   /* name */
 28004                   "DescriptionOfContainedData",
 28005                   /* qualifiers */
 28006                   _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers,
 28007                   /* type */
 28008                   CIMTYPE_STRING,
 28009                   /* subscript */
 28010                   0,
 28011                   /* value */
 28012                   0,
 28013               };
 28014               
 28015               static MetaFeature*
 28016               _CIM_SystemInNamespace_features[] =
 28017               {
 28018 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemInNamespace_ManagedNamespace,
 28019                   (MetaFeature*)&_CIM_SystemInNamespace_Identification,
 28020                   (MetaFeature*)&_CIM_SystemInNamespace_ScopeOfContainedData,
 28021                   (MetaFeature*)&_CIM_SystemInNamespace_DescriptionOfContainedData,
 28022                   0,
 28023               };
 28024               
 28025               static const char*
 28026               __root_cimv2_CIM_SystemInNamespace_qualifiers[] =
 28027               {
 28028                   /* ASSOCIATION */
 28029                   "\000\001",
 28030                   /* UMLPackagePath */
 28031                   "\057CIM::Interop",
 28032                   /* Version */
 28033                   "\0632.6.0",
 28034                   0,
 28035               };
 28036               
 28037               MetaClass
 28038               __root_cimv2_CIM_SystemInNamespace =
 28039 mike  1.1.2.1 {
 28040                   /* flags */
 28041                   META_FLAG_ASSOCIATION,
 28042                   /* name */
 28043                   "CIM_SystemInNamespace",
 28044                   /* qualifiers */
 28045                   __root_cimv2_CIM_SystemInNamespace_qualifiers,
 28046                   /* super */
 28047                   0,
 28048                   /* features */
 28049                   _CIM_SystemInNamespace_features,
 28050               };
 28051               
 28052               //==============================================================================
 28053               //
 28054               // Class: CIM_SystemSetting
 28055               //
 28056               //==============================================================================
 28057               
 28058               static const char*
 28059               _CIM_SystemSetting_SystemCreationClassName_qualifiers[] =
 28060 mike  1.1.2.1 {
 28061                   /* Key */
 28062                   "\025\001",
 28063                   /* Propagated */
 28064                   "\045CIM_System.CreationClassName",
 28065                   /* MaxLen */
 28066                   "\030\000\000\001\000",
 28067                   0,
 28068               };
 28069               
 28070               static MetaProperty
 28071               _CIM_SystemSetting_SystemCreationClassName =
 28072               {
 28073                   /* flags */
 28074                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28075                   /* name */
 28076                   "SystemCreationClassName",
 28077                   /* qualifiers */
 28078                   _CIM_SystemSetting_SystemCreationClassName_qualifiers,
 28079                   /* type */
 28080                   CIMTYPE_STRING,
 28081 mike  1.1.2.1     /* subscript */
 28082                   -1,
 28083                   /* value */
 28084                   0,
 28085               };
 28086               
 28087               static const char*
 28088               _CIM_SystemSetting_SystemName_qualifiers[] =
 28089               {
 28090                   /* Key */
 28091                   "\025\001",
 28092                   /* Propagated */
 28093                   "\045CIM_System.Name",
 28094                   /* MaxLen */
 28095                   "\030\000\000\001\000",
 28096                   0,
 28097               };
 28098               
 28099               static MetaProperty
 28100               _CIM_SystemSetting_SystemName =
 28101               {
 28102 mike  1.1.2.1     /* flags */
 28103                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28104                   /* name */
 28105                   "SystemName",
 28106                   /* qualifiers */
 28107                   _CIM_SystemSetting_SystemName_qualifiers,
 28108                   /* type */
 28109                   CIMTYPE_STRING,
 28110                   /* subscript */
 28111                   -1,
 28112                   /* value */
 28113                   0,
 28114               };
 28115               
 28116               static const char*
 28117               _CIM_SystemSetting_CreationClassName_qualifiers[] =
 28118               {
 28119                   /* Key */
 28120                   "\025\001",
 28121                   /* MaxLen */
 28122                   "\030\000\000\001\000",
 28123 mike  1.1.2.1     0,
 28124               };
 28125               
 28126               static MetaProperty
 28127               _CIM_SystemSetting_CreationClassName =
 28128               {
 28129                   /* flags */
 28130                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28131                   /* name */
 28132                   "CreationClassName",
 28133                   /* qualifiers */
 28134                   _CIM_SystemSetting_CreationClassName_qualifiers,
 28135                   /* type */
 28136                   CIMTYPE_STRING,
 28137                   /* subscript */
 28138                   -1,
 28139                   /* value */
 28140                   0,
 28141               };
 28142               
 28143               static const char*
 28144 mike  1.1.2.1 _CIM_SystemSetting_SettingID_qualifiers[] =
 28145               {
 28146                   /* Key */
 28147                   "\025\001",
 28148                   /* Override */
 28149                   "\044SettingID",
 28150                   /* MaxLen */
 28151                   "\030\000\000\001\000",
 28152                   0,
 28153               };
 28154               
 28155               static MetaProperty
 28156               _CIM_SystemSetting_SettingID =
 28157               {
 28158                   /* flags */
 28159                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28160                   /* name */
 28161                   "SettingID",
 28162                   /* qualifiers */
 28163                   _CIM_SystemSetting_SettingID_qualifiers,
 28164                   /* type */
 28165 mike  1.1.2.1     CIMTYPE_STRING,
 28166                   /* subscript */
 28167                   -1,
 28168                   /* value */
 28169                   0,
 28170               };
 28171               
 28172               static MetaFeature*
 28173               _CIM_SystemSetting_features[] =
 28174               {
 28175                   (MetaFeature*)&_CIM_SystemSetting_SystemCreationClassName,
 28176                   (MetaFeature*)&_CIM_SystemSetting_SystemName,
 28177                   (MetaFeature*)&_CIM_SystemSetting_CreationClassName,
 28178                   (MetaFeature*)&_CIM_SystemSetting_SettingID,
 28179                   0,
 28180               };
 28181               
 28182               static const char*
 28183               __root_cimv2_CIM_SystemSetting_qualifiers[] =
 28184               {
 28185                   /* UMLPackagePath */
 28186 mike  1.1.2.1     "\057CIM::Core::Settings",
 28187                   /* Abstract */
 28188                   "\002\001",
 28189                   /* Version */
 28190                   "\0632.10.0",
 28191                   0,
 28192               };
 28193               
 28194               MetaClass
 28195               __root_cimv2_CIM_SystemSetting =
 28196               {
 28197                   /* flags */
 28198                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 28199                   /* name */
 28200                   "CIM_SystemSetting",
 28201                   /* qualifiers */
 28202                   __root_cimv2_CIM_SystemSetting_qualifiers,
 28203                   /* super */
 28204                   &__root_cimv2_CIM_Setting,
 28205                   /* features */
 28206                   _CIM_SystemSetting_features,
 28207 mike  1.1.2.1 };
 28208               
 28209               //==============================================================================
 28210               //
 28211               // Class: CIM_SystemSettingContext
 28212               //
 28213               //==============================================================================
 28214               
 28215               static const char*
 28216               _CIM_SystemSettingContext_Context_qualifiers[] =
 28217               {
 28218                   /* Key */
 28219                   "\025\001",
 28220                   /* Aggregate */
 28221                   "\003\001",
 28222                   0,
 28223               };
 28224               
 28225               static MetaReference
 28226               _CIM_SystemSettingContext_Context =
 28227               {
 28228 mike  1.1.2.1     /* flags */
 28229                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 28230                   /* name */
 28231                   "Context",
 28232                   /* qualifiers */
 28233                   _CIM_SystemSettingContext_Context_qualifiers,
 28234                   /* subscript */
 28235                   -1,
 28236                   /* refId */
 28237                   &__root_cimv2_CIM_SystemConfiguration,
 28238               };
 28239               
 28240               static const char*
 28241               _CIM_SystemSettingContext_Setting_qualifiers[] =
 28242               {
 28243                   /* Key */
 28244                   "\025\001",
 28245                   0,
 28246               };
 28247               
 28248               static MetaReference
 28249 mike  1.1.2.1 _CIM_SystemSettingContext_Setting =
 28250               {
 28251                   /* flags */
 28252                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 28253                   /* name */
 28254                   "Setting",
 28255                   /* qualifiers */
 28256                   _CIM_SystemSettingContext_Setting_qualifiers,
 28257                   /* subscript */
 28258                   -1,
 28259                   /* refId */
 28260                   &__root_cimv2_CIM_SystemSetting,
 28261               };
 28262               
 28263               static MetaFeature*
 28264               _CIM_SystemSettingContext_features[] =
 28265               {
 28266                   (MetaFeature*)&_CIM_SystemSettingContext_Context,
 28267                   (MetaFeature*)&_CIM_SystemSettingContext_Setting,
 28268                   0,
 28269               };
 28270 mike  1.1.2.1 
 28271               static const char*
 28272               __root_cimv2_CIM_SystemSettingContext_qualifiers[] =
 28273               {
 28274                   /* ASSOCIATION */
 28275                   "\000\001",
 28276                   /* UMLPackagePath */
 28277                   "\057CIM::Core::Settings",
 28278                   /* Aggregation */
 28279                   "\004\001",
 28280                   /* Version */
 28281                   "\0632.6.0",
 28282                   0,
 28283               };
 28284               
 28285               MetaClass
 28286               __root_cimv2_CIM_SystemSettingContext =
 28287               {
 28288                   /* flags */
 28289                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 28290                   /* name */
 28291 mike  1.1.2.1     "CIM_SystemSettingContext",
 28292                   /* qualifiers */
 28293                   __root_cimv2_CIM_SystemSettingContext_qualifiers,
 28294                   /* super */
 28295                   0,
 28296                   /* features */
 28297                   _CIM_SystemSettingContext_features,
 28298               };
 28299               
 28300               //==============================================================================
 28301               //
 28302               // Class: CIM_SystemSpecificCollection
 28303               //
 28304               //==============================================================================
 28305               
 28306               static const char*
 28307               _CIM_SystemSpecificCollection_InstanceID_qualifiers[] =
 28308               {
 28309                   /* Key */
 28310                   "\025\001",
 28311                   0,
 28312 mike  1.1.2.1 };
 28313               
 28314               static MetaProperty
 28315               _CIM_SystemSpecificCollection_InstanceID =
 28316               {
 28317                   /* flags */
 28318                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28319                   /* name */
 28320                   "InstanceID",
 28321                   /* qualifiers */
 28322                   _CIM_SystemSpecificCollection_InstanceID_qualifiers,
 28323                   /* type */
 28324                   CIMTYPE_STRING,
 28325                   /* subscript */
 28326                   -1,
 28327                   /* value */
 28328                   0,
 28329               };
 28330               
 28331               static MetaFeature*
 28332               _CIM_SystemSpecificCollection_features[] =
 28333 mike  1.1.2.1 {
 28334                   (MetaFeature*)&_CIM_SystemSpecificCollection_InstanceID,
 28335                   0,
 28336               };
 28337               
 28338               static const char*
 28339               __root_cimv2_CIM_SystemSpecificCollection_qualifiers[] =
 28340               {
 28341                   /* UMLPackagePath */
 28342                   "\057CIM::Core::Collection",
 28343                   /* Version */
 28344                   "\0632.10.0",
 28345                   0,
 28346               };
 28347               
 28348               MetaClass
 28349               __root_cimv2_CIM_SystemSpecificCollection =
 28350               {
 28351                   /* flags */
 28352                   META_FLAG_CLASS,
 28353                   /* name */
 28354 mike  1.1.2.1     "CIM_SystemSpecificCollection",
 28355                   /* qualifiers */
 28356                   __root_cimv2_CIM_SystemSpecificCollection_qualifiers,
 28357                   /* super */
 28358                   &__root_cimv2_CIM_Collection,
 28359                   /* features */
 28360                   _CIM_SystemSpecificCollection_features,
 28361               };
 28362               
 28363               //==============================================================================
 28364               //
 28365               // Class: CIM_SystemStatisticalInformation
 28366               //
 28367               //==============================================================================
 28368               
 28369               static const char*
 28370               _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers[] =
 28371               {
 28372                   /* Key */
 28373                   "\025\001",
 28374                   /* Propagated */
 28375 mike  1.1.2.1     "\045CIM_System.CreationClassName",
 28376                   /* MaxLen */
 28377                   "\030\000\000\001\000",
 28378                   0,
 28379               };
 28380               
 28381               static MetaProperty
 28382               _CIM_SystemStatisticalInformation_SystemCreationClassName =
 28383               {
 28384                   /* flags */
 28385                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28386                   /* name */
 28387                   "SystemCreationClassName",
 28388                   /* qualifiers */
 28389                   _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers,
 28390                   /* type */
 28391                   CIMTYPE_STRING,
 28392                   /* subscript */
 28393                   -1,
 28394                   /* value */
 28395                   0,
 28396 mike  1.1.2.1 };
 28397               
 28398               static const char*
 28399               _CIM_SystemStatisticalInformation_SystemName_qualifiers[] =
 28400               {
 28401                   /* Key */
 28402                   "\025\001",
 28403                   /* Propagated */
 28404                   "\045CIM_System.Name",
 28405                   /* MaxLen */
 28406                   "\030\000\000\001\000",
 28407                   0,
 28408               };
 28409               
 28410               static MetaProperty
 28411               _CIM_SystemStatisticalInformation_SystemName =
 28412               {
 28413                   /* flags */
 28414                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28415                   /* name */
 28416                   "SystemName",
 28417 mike  1.1.2.1     /* qualifiers */
 28418                   _CIM_SystemStatisticalInformation_SystemName_qualifiers,
 28419                   /* type */
 28420                   CIMTYPE_STRING,
 28421                   /* subscript */
 28422                   -1,
 28423                   /* value */
 28424                   0,
 28425               };
 28426               
 28427               static const char*
 28428               _CIM_SystemStatisticalInformation_CreationClassName_qualifiers[] =
 28429               {
 28430                   /* Key */
 28431                   "\025\001",
 28432                   /* MaxLen */
 28433                   "\030\000\000\001\000",
 28434                   0,
 28435               };
 28436               
 28437               static MetaProperty
 28438 mike  1.1.2.1 _CIM_SystemStatisticalInformation_CreationClassName =
 28439               {
 28440                   /* flags */
 28441                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28442                   /* name */
 28443                   "CreationClassName",
 28444                   /* qualifiers */
 28445                   _CIM_SystemStatisticalInformation_CreationClassName_qualifiers,
 28446                   /* type */
 28447                   CIMTYPE_STRING,
 28448                   /* subscript */
 28449                   -1,
 28450                   /* value */
 28451                   0,
 28452               };
 28453               
 28454               static const char*
 28455               _CIM_SystemStatisticalInformation_Name_qualifiers[] =
 28456               {
 28457                   /* Key */
 28458                   "\025\001",
 28459 mike  1.1.2.1     /* Override */
 28460                   "\044Name",
 28461                   /* MaxLen */
 28462                   "\030\000\000\001\000",
 28463                   0,
 28464               };
 28465               
 28466               static MetaProperty
 28467               _CIM_SystemStatisticalInformation_Name =
 28468               {
 28469                   /* flags */
 28470                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28471                   /* name */
 28472                   "Name",
 28473                   /* qualifiers */
 28474                   _CIM_SystemStatisticalInformation_Name_qualifiers,
 28475                   /* type */
 28476                   CIMTYPE_STRING,
 28477                   /* subscript */
 28478                   -1,
 28479                   /* value */
 28480 mike  1.1.2.1     0,
 28481               };
 28482               
 28483               static MetaFeature*
 28484               _CIM_SystemStatisticalInformation_features[] =
 28485               {
 28486                   (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemCreationClassName,
 28487                   (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemName,
 28488                   (MetaFeature*)&_CIM_SystemStatisticalInformation_CreationClassName,
 28489                   (MetaFeature*)&_CIM_SystemStatisticalInformation_Name,
 28490                   0,
 28491               };
 28492               
 28493               static const char*
 28494               __root_cimv2_CIM_SystemStatisticalInformation_qualifiers[] =
 28495               {
 28496                   /* UMLPackagePath */
 28497                   "\057CIM::Core::Statistics",
 28498                   /* Version */
 28499                   "\0632.6.0",
 28500                   0,
 28501 mike  1.1.2.1 };
 28502               
 28503               MetaClass
 28504               __root_cimv2_CIM_SystemStatisticalInformation =
 28505               {
 28506                   /* flags */
 28507                   META_FLAG_CLASS,
 28508                   /* name */
 28509                   "CIM_SystemStatisticalInformation",
 28510                   /* qualifiers */
 28511                   __root_cimv2_CIM_SystemStatisticalInformation_qualifiers,
 28512                   /* super */
 28513                   &__root_cimv2_CIM_StatisticalInformation,
 28514                   /* features */
 28515                   _CIM_SystemStatisticalInformation_features,
 28516               };
 28517               
 28518               //==============================================================================
 28519               //
 28520               // Class: CIM_TimeZone
 28521               //
 28522 mike  1.1.2.1 //==============================================================================
 28523               
 28524               static const char*
 28525               _CIM_TimeZone_TimeZoneID_qualifiers[] =
 28526               {
 28527                   /* Key */
 28528                   "\025\001",
 28529                   0,
 28530               };
 28531               
 28532               static MetaProperty
 28533               _CIM_TimeZone_TimeZoneID =
 28534               {
 28535                   /* flags */
 28536                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28537                   /* name */
 28538                   "TimeZoneID",
 28539                   /* qualifiers */
 28540                   _CIM_TimeZone_TimeZoneID_qualifiers,
 28541                   /* type */
 28542                   CIMTYPE_STRING,
 28543 mike  1.1.2.1     /* subscript */
 28544                   -1,
 28545                   /* value */
 28546                   0,
 28547               };
 28548               
 28549               static const char*
 28550               _CIM_TimeZone_TimeZoneStartDate_qualifiers[] =
 28551               {
 28552                   /* Key */
 28553                   "\025\001",
 28554                   0,
 28555               };
 28556               
 28557               static MetaProperty
 28558               _CIM_TimeZone_TimeZoneStartDate =
 28559               {
 28560                   /* flags */
 28561                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28562                   /* name */
 28563                   "TimeZoneStartDate",
 28564 mike  1.1.2.1     /* qualifiers */
 28565                   _CIM_TimeZone_TimeZoneStartDate_qualifiers,
 28566                   /* type */
 28567                   CIMTYPE_DATETIME,
 28568                   /* subscript */
 28569                   -1,
 28570                   /* value */
 28571                   0,
 28572               };
 28573               
 28574               static const char*
 28575               _CIM_TimeZone_StandardName_qualifiers[] =
 28576               {
 28577                   /* ModelCorrespondence */
 28578                   "\036\000\001CIM_TimeZone.StandardCaption\000",
 28579                   0,
 28580               };
 28581               
 28582               static MetaProperty
 28583               _CIM_TimeZone_StandardName =
 28584               {
 28585 mike  1.1.2.1     /* flags */
 28586                   META_FLAG_PROPERTY|META_FLAG_READ,
 28587                   /* name */
 28588                   "StandardName",
 28589                   /* qualifiers */
 28590                   _CIM_TimeZone_StandardName_qualifiers,
 28591                   /* type */
 28592                   CIMTYPE_STRING,
 28593                   /* subscript */
 28594                   -1,
 28595                   /* value */
 28596                   0,
 28597               };
 28598               
 28599               static const char*
 28600               _CIM_TimeZone_StandardCaption_qualifiers[] =
 28601               {
 28602                   /* ModelCorrespondence */
 28603                   "\036\000\001CIM_TimeZone.StandardName\000",
 28604                   0,
 28605               };
 28606 mike  1.1.2.1 
 28607               static MetaProperty
 28608               _CIM_TimeZone_StandardCaption =
 28609               {
 28610                   /* flags */
 28611                   META_FLAG_PROPERTY|META_FLAG_READ,
 28612                   /* name */
 28613                   "StandardCaption",
 28614                   /* qualifiers */
 28615                   _CIM_TimeZone_StandardCaption_qualifiers,
 28616                   /* type */
 28617                   CIMTYPE_STRING,
 28618                   /* subscript */
 28619                   -1,
 28620                   /* value */
 28621                   0,
 28622               };
 28623               
 28624               static const char*
 28625               _CIM_TimeZone_StandardOffset_qualifiers[] =
 28626               {
 28627 mike  1.1.2.1     /* Units */
 28628                   "\060Minutes",
 28629                   0,
 28630               };
 28631               
 28632               static MetaProperty
 28633               _CIM_TimeZone_StandardOffset =
 28634               {
 28635                   /* flags */
 28636                   META_FLAG_PROPERTY|META_FLAG_READ,
 28637                   /* name */
 28638                   "StandardOffset",
 28639                   /* qualifiers */
 28640                   _CIM_TimeZone_StandardOffset_qualifiers,
 28641                   /* type */
 28642                   CIMTYPE_SINT32,
 28643                   /* subscript */
 28644                   -1,
 28645                   /* value */
 28646                   0,
 28647               };
 28648 mike  1.1.2.1 
 28649               static const char*
 28650               _CIM_TimeZone_StandardMonth_qualifiers[] =
 28651               {
 28652                   /* ValueMap */
 28653                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 28654                   /* Values */
 28655                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 28656                   /* ModelCorrespondence */
 28657                   "\036\000\001CIM_TimeZone.StandardDay\000",
 28658                   0,
 28659               };
 28660               
 28661               static MetaProperty
 28662               _CIM_TimeZone_StandardMonth =
 28663               {
 28664                   /* flags */
 28665                   META_FLAG_PROPERTY|META_FLAG_READ,
 28666                   /* name */
 28667                   "StandardMonth",
 28668                   /* qualifiers */
 28669 mike  1.1.2.1     _CIM_TimeZone_StandardMonth_qualifiers,
 28670                   /* type */
 28671                   CIMTYPE_UINT8,
 28672                   /* subscript */
 28673                   -1,
 28674                   /* value */
 28675                   0,
 28676               };
 28677               
 28678               static const char*
 28679               _CIM_TimeZone_StandardDay_qualifiers[] =
 28680               {
 28681                   /* MinValue */
 28682                   "\035\377\377\377\377\377\377\377\341",
 28683                   /* MaxValue */
 28684                   "\031\000\000\000\000\000\000\000\037",
 28685                   /* ModelCorrespondence */
 28686                   "\036\000\001CIM_TimeZone.StandardDayOfWeek\000",
 28687                   0,
 28688               };
 28689               
 28690 mike  1.1.2.1 static MetaProperty
 28691               _CIM_TimeZone_StandardDay =
 28692               {
 28693                   /* flags */
 28694                   META_FLAG_PROPERTY|META_FLAG_READ,
 28695                   /* name */
 28696                   "StandardDay",
 28697                   /* qualifiers */
 28698                   _CIM_TimeZone_StandardDay_qualifiers,
 28699                   /* type */
 28700                   CIMTYPE_SINT8,
 28701                   /* subscript */
 28702                   -1,
 28703                   /* value */
 28704                   0,
 28705               };
 28706               
 28707               static const char*
 28708               _CIM_TimeZone_StandardDayOfWeek_qualifiers[] =
 28709               {
 28710                   /* ValueMap */
 28711 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",
 28712                   /* Values */
 28713                   "\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",
 28714                   /* ModelCorrespondence */
 28715                   "\036\000\001CIM_TimeZone.StandardDay\000",
 28716                   0,
 28717               };
 28718               
 28719               static MetaProperty
 28720               _CIM_TimeZone_StandardDayOfWeek =
 28721               {
 28722                   /* flags */
 28723                   META_FLAG_PROPERTY|META_FLAG_READ,
 28724                   /* name */
 28725                   "StandardDayOfWeek",
 28726                   /* qualifiers */
 28727                   _CIM_TimeZone_StandardDayOfWeek_qualifiers,
 28728                   /* type */
 28729                   CIMTYPE_SINT8,
 28730                   /* subscript */
 28731                   -1,
 28732 mike  1.1.2.1     /* value */
 28733                   0,
 28734               };
 28735               
 28736               static const char*
 28737               _CIM_TimeZone_StandardStartInterval_qualifiers[] =
 28738               {
 28739                   0,
 28740               };
 28741               
 28742               static MetaProperty
 28743               _CIM_TimeZone_StandardStartInterval =
 28744               {
 28745                   /* flags */
 28746                   META_FLAG_PROPERTY|META_FLAG_READ,
 28747                   /* name */
 28748                   "StandardStartInterval",
 28749                   /* qualifiers */
 28750                   _CIM_TimeZone_StandardStartInterval_qualifiers,
 28751                   /* type */
 28752                   CIMTYPE_DATETIME,
 28753 mike  1.1.2.1     /* subscript */
 28754                   -1,
 28755                   /* value */
 28756                   0,
 28757               };
 28758               
 28759               static const char*
 28760               _CIM_TimeZone_DaylightName_qualifiers[] =
 28761               {
 28762                   /* ModelCorrespondence */
 28763                   "\036\000\001CIM_TimeZone.DaylightCaption\000",
 28764                   0,
 28765               };
 28766               
 28767               static MetaProperty
 28768               _CIM_TimeZone_DaylightName =
 28769               {
 28770                   /* flags */
 28771                   META_FLAG_PROPERTY|META_FLAG_READ,
 28772                   /* name */
 28773                   "DaylightName",
 28774 mike  1.1.2.1     /* qualifiers */
 28775                   _CIM_TimeZone_DaylightName_qualifiers,
 28776                   /* type */
 28777                   CIMTYPE_STRING,
 28778                   /* subscript */
 28779                   -1,
 28780                   /* value */
 28781                   0,
 28782               };
 28783               
 28784               static const char*
 28785               _CIM_TimeZone_DaylightCaption_qualifiers[] =
 28786               {
 28787                   /* ModelCorrespondence */
 28788                   "\036\000\001CIM_TimeZone.DaylightName\000",
 28789                   0,
 28790               };
 28791               
 28792               static MetaProperty
 28793               _CIM_TimeZone_DaylightCaption =
 28794               {
 28795 mike  1.1.2.1     /* flags */
 28796                   META_FLAG_PROPERTY|META_FLAG_READ,
 28797                   /* name */
 28798                   "DaylightCaption",
 28799                   /* qualifiers */
 28800                   _CIM_TimeZone_DaylightCaption_qualifiers,
 28801                   /* type */
 28802                   CIMTYPE_STRING,
 28803                   /* subscript */
 28804                   -1,
 28805                   /* value */
 28806                   0,
 28807               };
 28808               
 28809               static const char*
 28810               _CIM_TimeZone_DaylightOffset_qualifiers[] =
 28811               {
 28812                   /* Units */
 28813                   "\060Minutes",
 28814                   0,
 28815               };
 28816 mike  1.1.2.1 
 28817               static MetaProperty
 28818               _CIM_TimeZone_DaylightOffset =
 28819               {
 28820                   /* flags */
 28821                   META_FLAG_PROPERTY|META_FLAG_READ,
 28822                   /* name */
 28823                   "DaylightOffset",
 28824                   /* qualifiers */
 28825                   _CIM_TimeZone_DaylightOffset_qualifiers,
 28826                   /* type */
 28827                   CIMTYPE_SINT32,
 28828                   /* subscript */
 28829                   -1,
 28830                   /* value */
 28831                   0,
 28832               };
 28833               
 28834               static const char*
 28835               _CIM_TimeZone_DaylightMonth_qualifiers[] =
 28836               {
 28837 mike  1.1.2.1     /* ValueMap */
 28838                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 28839                   /* Values */
 28840                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 28841                   /* ModelCorrespondence */
 28842                   "\036\000\001CIM_TimeZone.DaylightDay\000",
 28843                   0,
 28844               };
 28845               
 28846               static MetaProperty
 28847               _CIM_TimeZone_DaylightMonth =
 28848               {
 28849                   /* flags */
 28850                   META_FLAG_PROPERTY|META_FLAG_READ,
 28851                   /* name */
 28852                   "DaylightMonth",
 28853                   /* qualifiers */
 28854                   _CIM_TimeZone_DaylightMonth_qualifiers,
 28855                   /* type */
 28856                   CIMTYPE_UINT8,
 28857                   /* subscript */
 28858 mike  1.1.2.1     -1,
 28859                   /* value */
 28860                   0,
 28861               };
 28862               
 28863               static const char*
 28864               _CIM_TimeZone_DaylightDay_qualifiers[] =
 28865               {
 28866                   /* MinValue */
 28867                   "\035\377\377\377\377\377\377\377\341",
 28868                   /* MaxValue */
 28869                   "\031\000\000\000\000\000\000\000\037",
 28870                   /* ModelCorrespondence */
 28871                   "\036\000\001CIM_TimeZone.DaylightDayOfWeek\000",
 28872                   0,
 28873               };
 28874               
 28875               static MetaProperty
 28876               _CIM_TimeZone_DaylightDay =
 28877               {
 28878                   /* flags */
 28879 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 28880                   /* name */
 28881                   "DaylightDay",
 28882                   /* qualifiers */
 28883                   _CIM_TimeZone_DaylightDay_qualifiers,
 28884                   /* type */
 28885                   CIMTYPE_SINT8,
 28886                   /* subscript */
 28887                   -1,
 28888                   /* value */
 28889                   0,
 28890               };
 28891               
 28892               static const char*
 28893               _CIM_TimeZone_DaylightDayOfWeek_qualifiers[] =
 28894               {
 28895                   /* ValueMap */
 28896                   "\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",
 28897                   /* Values */
 28898                   "\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",
 28899                   /* ModelCorrespondence */
 28900 mike  1.1.2.1     "\036\000\001CIM_TimeZone.DaylightDay\000",
 28901                   0,
 28902               };
 28903               
 28904               static MetaProperty
 28905               _CIM_TimeZone_DaylightDayOfWeek =
 28906               {
 28907                   /* flags */
 28908                   META_FLAG_PROPERTY|META_FLAG_READ,
 28909                   /* name */
 28910                   "DaylightDayOfWeek",
 28911                   /* qualifiers */
 28912                   _CIM_TimeZone_DaylightDayOfWeek_qualifiers,
 28913                   /* type */
 28914                   CIMTYPE_SINT8,
 28915                   /* subscript */
 28916                   -1,
 28917                   /* value */
 28918                   0,
 28919               };
 28920               
 28921 mike  1.1.2.1 static const char*
 28922               _CIM_TimeZone_DaylightStartInterval_qualifiers[] =
 28923               {
 28924                   0,
 28925               };
 28926               
 28927               static MetaProperty
 28928               _CIM_TimeZone_DaylightStartInterval =
 28929               {
 28930                   /* flags */
 28931                   META_FLAG_PROPERTY|META_FLAG_READ,
 28932                   /* name */
 28933                   "DaylightStartInterval",
 28934                   /* qualifiers */
 28935                   _CIM_TimeZone_DaylightStartInterval_qualifiers,
 28936                   /* type */
 28937                   CIMTYPE_DATETIME,
 28938                   /* subscript */
 28939                   -1,
 28940                   /* value */
 28941                   0,
 28942 mike  1.1.2.1 };
 28943               
 28944               static MetaFeature*
 28945               _CIM_TimeZone_features[] =
 28946               {
 28947                   (MetaFeature*)&_CIM_TimeZone_TimeZoneID,
 28948                   (MetaFeature*)&_CIM_TimeZone_TimeZoneStartDate,
 28949                   (MetaFeature*)&_CIM_TimeZone_StandardName,
 28950                   (MetaFeature*)&_CIM_TimeZone_StandardCaption,
 28951                   (MetaFeature*)&_CIM_TimeZone_StandardOffset,
 28952                   (MetaFeature*)&_CIM_TimeZone_StandardMonth,
 28953                   (MetaFeature*)&_CIM_TimeZone_StandardDay,
 28954                   (MetaFeature*)&_CIM_TimeZone_StandardDayOfWeek,
 28955                   (MetaFeature*)&_CIM_TimeZone_StandardStartInterval,
 28956                   (MetaFeature*)&_CIM_TimeZone_DaylightName,
 28957                   (MetaFeature*)&_CIM_TimeZone_DaylightCaption,
 28958                   (MetaFeature*)&_CIM_TimeZone_DaylightOffset,
 28959                   (MetaFeature*)&_CIM_TimeZone_DaylightMonth,
 28960                   (MetaFeature*)&_CIM_TimeZone_DaylightDay,
 28961                   (MetaFeature*)&_CIM_TimeZone_DaylightDayOfWeek,
 28962                   (MetaFeature*)&_CIM_TimeZone_DaylightStartInterval,
 28963 mike  1.1.2.1     0,
 28964               };
 28965               
 28966               static const char*
 28967               __root_cimv2_CIM_TimeZone_qualifiers[] =
 28968               {
 28969                   /* UMLPackagePath */
 28970                   "\057CIM::System::Time",
 28971                   /* Version */
 28972                   "\0632.6.0",
 28973                   0,
 28974               };
 28975               
 28976               MetaClass
 28977               __root_cimv2_CIM_TimeZone =
 28978               {
 28979                   /* flags */
 28980                   META_FLAG_CLASS,
 28981                   /* name */
 28982                   "CIM_TimeZone",
 28983                   /* qualifiers */
 28984 mike  1.1.2.1     __root_cimv2_CIM_TimeZone_qualifiers,
 28985                   /* super */
 28986                   &__root_cimv2_CIM_Setting,
 28987                   /* features */
 28988                   _CIM_TimeZone_features,
 28989               };
 28990               
 28991               //==============================================================================
 28992               //
 28993               // Class: CIM_TraceLevelType
 28994               //
 28995               //==============================================================================
 28996               
 28997               static const char*
 28998               _CIM_TraceLevelType_InstanceID_qualifiers[] =
 28999               {
 29000                   /* Key */
 29001                   "\025\001",
 29002                   /* MaxLen */
 29003                   "\030\000\000\000\020",
 29004                   /* ModelCorrespondence */
 29005 mike  1.1.2.1     "\036\000\001CIM_UnitOfWorkDefinition.TraceLevelTypeId\000",
 29006                   0,
 29007               };
 29008               
 29009               static MetaProperty
 29010               _CIM_TraceLevelType_InstanceID =
 29011               {
 29012                   /* flags */
 29013                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29014                   /* name */
 29015                   "InstanceID",
 29016                   /* qualifiers */
 29017                   _CIM_TraceLevelType_InstanceID_qualifiers,
 29018                   /* type */
 29019                   CIMTYPE_STRING,
 29020                   /* subscript */
 29021                   -1,
 29022                   /* value */
 29023                   0,
 29024               };
 29025               
 29026 mike  1.1.2.1 static const char*
 29027               _CIM_TraceLevelType_BaseType_qualifiers[] =
 29028               {
 29029                   /* ValueMap */
 29030                   "\061\000\0031\0002\0003\000",
 29031                   /* Values */
 29032                   "\062\000\003Other\000Bitmap\000Number\000",
 29033                   0,
 29034               };
 29035               
 29036               static MetaProperty
 29037               _CIM_TraceLevelType_BaseType =
 29038               {
 29039                   /* flags */
 29040                   META_FLAG_PROPERTY|META_FLAG_READ,
 29041                   /* name */
 29042                   "BaseType",
 29043                   /* qualifiers */
 29044                   _CIM_TraceLevelType_BaseType_qualifiers,
 29045                   /* type */
 29046                   CIMTYPE_UINT16,
 29047 mike  1.1.2.1     /* subscript */
 29048                   -1,
 29049                   /* value */
 29050                   0,
 29051               };
 29052               
 29053               static const char*
 29054               _CIM_TraceLevelType_TraceValues_qualifiers[] =
 29055               {
 29056                   /* Required */
 29057                   "\050\001",
 29058                   /* ArrayType */
 29059                   "\005Indexed",
 29060                   0,
 29061               };
 29062               
 29063               static MetaProperty
 29064               _CIM_TraceLevelType_TraceValues =
 29065               {
 29066                   /* flags */
 29067                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 29068 mike  1.1.2.1     /* name */
 29069                   "TraceValues",
 29070                   /* qualifiers */
 29071                   _CIM_TraceLevelType_TraceValues_qualifiers,
 29072                   /* type */
 29073                   CIMTYPE_UINT32,
 29074                   /* subscript */
 29075                   0,
 29076                   /* value */
 29077                   0,
 29078               };
 29079               
 29080               static const char*
 29081               _CIM_TraceLevelType_ValueDescriptions_qualifiers[] =
 29082               {
 29083                   /* Required */
 29084                   "\050\001",
 29085                   /* ArrayType */
 29086                   "\005Indexed",
 29087                   0,
 29088               };
 29089 mike  1.1.2.1 
 29090               static MetaProperty
 29091               _CIM_TraceLevelType_ValueDescriptions =
 29092               {
 29093                   /* flags */
 29094                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 29095                   /* name */
 29096                   "ValueDescriptions",
 29097                   /* qualifiers */
 29098                   _CIM_TraceLevelType_ValueDescriptions_qualifiers,
 29099                   /* type */
 29100                   CIMTYPE_STRING,
 29101                   /* subscript */
 29102                   0,
 29103                   /* value */
 29104                   0,
 29105               };
 29106               
 29107               static MetaFeature*
 29108               _CIM_TraceLevelType_features[] =
 29109               {
 29110 mike  1.1.2.1     (MetaFeature*)&_CIM_TraceLevelType_InstanceID,
 29111                   (MetaFeature*)&_CIM_TraceLevelType_BaseType,
 29112                   (MetaFeature*)&_CIM_TraceLevelType_TraceValues,
 29113                   (MetaFeature*)&_CIM_TraceLevelType_ValueDescriptions,
 29114                   0,
 29115               };
 29116               
 29117               static const char*
 29118               __root_cimv2_CIM_TraceLevelType_qualifiers[] =
 29119               {
 29120                   /* UMLPackagePath */
 29121                   "\057CIM::Metrics::UnitOfWork",
 29122                   /* Version */
 29123                   "\0632.7.0",
 29124                   0,
 29125               };
 29126               
 29127               MetaClass
 29128               __root_cimv2_CIM_TraceLevelType =
 29129               {
 29130                   /* flags */
 29131 mike  1.1.2.1     META_FLAG_CLASS,
 29132                   /* name */
 29133                   "CIM_TraceLevelType",
 29134                   /* qualifiers */
 29135                   __root_cimv2_CIM_TraceLevelType_qualifiers,
 29136                   /* super */
 29137                   &__root_cimv2_CIM_ManagedElement,
 29138                   /* features */
 29139                   _CIM_TraceLevelType_features,
 29140               };
 29141               
 29142               //==============================================================================
 29143               //
 29144               // Class: CIM_UnitOfWork
 29145               //
 29146               //==============================================================================
 29147               
 29148               static const char*
 29149               _CIM_UnitOfWork_Description_qualifiers[] =
 29150               {
 29151                   /* Override */
 29152 mike  1.1.2.1     "\044Description",
 29153                   0,
 29154               };
 29155               
 29156               static MetaProperty
 29157               _CIM_UnitOfWork_Description =
 29158               {
 29159                   /* flags */
 29160                   META_FLAG_PROPERTY|META_FLAG_READ,
 29161                   /* name */
 29162                   "Description",
 29163                   /* qualifiers */
 29164                   _CIM_UnitOfWork_Description_qualifiers,
 29165                   /* type */
 29166                   CIMTYPE_STRING,
 29167                   /* subscript */
 29168                   -1,
 29169                   /* value */
 29170                   0,
 29171               };
 29172               
 29173 mike  1.1.2.1 static const char*
 29174               _CIM_UnitOfWork_Id_qualifiers[] =
 29175               {
 29176                   /* Key */
 29177                   "\025\001",
 29178                   0,
 29179               };
 29180               
 29181               static MetaProperty
 29182               _CIM_UnitOfWork_Id =
 29183               {
 29184                   /* flags */
 29185                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29186                   /* name */
 29187                   "Id",
 29188                   /* qualifiers */
 29189                   _CIM_UnitOfWork_Id_qualifiers,
 29190                   /* type */
 29191                   CIMTYPE_SINT64,
 29192                   /* subscript */
 29193                   -1,
 29194 mike  1.1.2.1     /* value */
 29195                   0,
 29196               };
 29197               
 29198               static const char*
 29199               _CIM_UnitOfWork_UoWDefId_qualifiers[] =
 29200               {
 29201                   /* Key */
 29202                   "\025\001",
 29203                   /* Propagated */
 29204                   "\045CIM_UnitOfWorkDefinition.Id",
 29205                   /* MaxLen */
 29206                   "\030\000\000\000\020",
 29207                   0,
 29208               };
 29209               
 29210               static MetaProperty
 29211               _CIM_UnitOfWork_UoWDefId =
 29212               {
 29213                   /* flags */
 29214                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29215 mike  1.1.2.1     /* name */
 29216                   "UoWDefId",
 29217                   /* qualifiers */
 29218                   _CIM_UnitOfWork_UoWDefId_qualifiers,
 29219                   /* type */
 29220                   CIMTYPE_STRING,
 29221                   /* subscript */
 29222                   -1,
 29223                   /* value */
 29224                   0,
 29225               };
 29226               
 29227               static const char*
 29228               _CIM_UnitOfWork_UserName_qualifiers[] =
 29229               {
 29230                   0,
 29231               };
 29232               
 29233               static MetaProperty
 29234               _CIM_UnitOfWork_UserName =
 29235               {
 29236 mike  1.1.2.1     /* flags */
 29237                   META_FLAG_PROPERTY|META_FLAG_READ,
 29238                   /* name */
 29239                   "UserName",
 29240                   /* qualifiers */
 29241                   _CIM_UnitOfWork_UserName_qualifiers,
 29242                   /* type */
 29243                   CIMTYPE_STRING,
 29244                   /* subscript */
 29245                   -1,
 29246                   /* value */
 29247                   0,
 29248               };
 29249               
 29250               static const char*
 29251               _CIM_UnitOfWork_StartTime_qualifiers[] =
 29252               {
 29253                   0,
 29254               };
 29255               
 29256               static MetaProperty
 29257 mike  1.1.2.1 _CIM_UnitOfWork_StartTime =
 29258               {
 29259                   /* flags */
 29260                   META_FLAG_PROPERTY|META_FLAG_READ,
 29261                   /* name */
 29262                   "StartTime",
 29263                   /* qualifiers */
 29264                   _CIM_UnitOfWork_StartTime_qualifiers,
 29265                   /* type */
 29266                   CIMTYPE_DATETIME,
 29267                   /* subscript */
 29268                   -1,
 29269                   /* value */
 29270                   0,
 29271               };
 29272               
 29273               static const char*
 29274               _CIM_UnitOfWork_ElapsedTime_qualifiers[] =
 29275               {
 29276                   0,
 29277               };
 29278 mike  1.1.2.1 
 29279               static MetaProperty
 29280               _CIM_UnitOfWork_ElapsedTime =
 29281               {
 29282                   /* flags */
 29283                   META_FLAG_PROPERTY|META_FLAG_READ,
 29284                   /* name */
 29285                   "ElapsedTime",
 29286                   /* qualifiers */
 29287                   _CIM_UnitOfWork_ElapsedTime_qualifiers,
 29288                   /* type */
 29289                   CIMTYPE_DATETIME,
 29290                   /* subscript */
 29291                   -1,
 29292                   /* value */
 29293                   0,
 29294               };
 29295               
 29296               static const char*
 29297               _CIM_UnitOfWork_Status_qualifiers[] =
 29298               {
 29299 mike  1.1.2.1     /* ValueMap */
 29300                   "\061\000\0061\0002\0003\0004\0005\0006\000",
 29301                   /* Values */
 29302                   "\062\000\006Active\000Suspended\000Completed\000Completed Good\000Completed Failed\000Completed Aborted\000",
 29303                   0,
 29304               };
 29305               
 29306               static MetaProperty
 29307               _CIM_UnitOfWork_Status =
 29308               {
 29309                   /* flags */
 29310                   META_FLAG_PROPERTY|META_FLAG_READ,
 29311                   /* name */
 29312                   "Status",
 29313                   /* qualifiers */
 29314                   _CIM_UnitOfWork_Status_qualifiers,
 29315                   /* type */
 29316                   CIMTYPE_UINT16,
 29317                   /* subscript */
 29318                   -1,
 29319                   /* value */
 29320 mike  1.1.2.1     0,
 29321               };
 29322               
 29323               static const char*
 29324               _CIM_UnitOfWork_TraceLevel_qualifiers[] =
 29325               {
 29326                   0,
 29327               };
 29328               
 29329               static MetaProperty
 29330               _CIM_UnitOfWork_TraceLevel =
 29331               {
 29332                   /* flags */
 29333                   META_FLAG_PROPERTY|META_FLAG_READ,
 29334                   /* name */
 29335                   "TraceLevel",
 29336                   /* qualifiers */
 29337                   _CIM_UnitOfWork_TraceLevel_qualifiers,
 29338                   /* type */
 29339                   CIMTYPE_UINT32,
 29340                   /* subscript */
 29341 mike  1.1.2.1     -1,
 29342                   /* value */
 29343                   0,
 29344               };
 29345               
 29346               static const char*
 29347               _CIM_UnitOfWork_MutualContextId_qualifiers[] =
 29348               {
 29349                   0,
 29350               };
 29351               
 29352               static MetaProperty
 29353               _CIM_UnitOfWork_MutualContextId =
 29354               {
 29355                   /* flags */
 29356                   META_FLAG_PROPERTY|META_FLAG_READ,
 29357                   /* name */
 29358                   "MutualContextId",
 29359                   /* qualifiers */
 29360                   _CIM_UnitOfWork_MutualContextId_qualifiers,
 29361                   /* type */
 29362 mike  1.1.2.1     CIMTYPE_STRING,
 29363                   /* subscript */
 29364                   -1,
 29365                   /* value */
 29366                   0,
 29367               };
 29368               
 29369               static MetaFeature*
 29370               _CIM_UnitOfWork_features[] =
 29371               {
 29372                   (MetaFeature*)&_CIM_UnitOfWork_Description,
 29373                   (MetaFeature*)&_CIM_UnitOfWork_Id,
 29374                   (MetaFeature*)&_CIM_UnitOfWork_UoWDefId,
 29375                   (MetaFeature*)&_CIM_UnitOfWork_UserName,
 29376                   (MetaFeature*)&_CIM_UnitOfWork_StartTime,
 29377                   (MetaFeature*)&_CIM_UnitOfWork_ElapsedTime,
 29378                   (MetaFeature*)&_CIM_UnitOfWork_Status,
 29379                   (MetaFeature*)&_CIM_UnitOfWork_TraceLevel,
 29380                   (MetaFeature*)&_CIM_UnitOfWork_MutualContextId,
 29381                   0,
 29382               };
 29383 mike  1.1.2.1 
 29384               static const char*
 29385               __root_cimv2_CIM_UnitOfWork_qualifiers[] =
 29386               {
 29387                   /* UMLPackagePath */
 29388                   "\057CIM::Metrics::UnitOfWork",
 29389                   /* Version */
 29390                   "\0632.7.0",
 29391                   0,
 29392               };
 29393               
 29394               MetaClass
 29395               __root_cimv2_CIM_UnitOfWork =
 29396               {
 29397                   /* flags */
 29398                   META_FLAG_CLASS,
 29399                   /* name */
 29400                   "CIM_UnitOfWork",
 29401                   /* qualifiers */
 29402                   __root_cimv2_CIM_UnitOfWork_qualifiers,
 29403                   /* super */
 29404 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 29405                   /* features */
 29406                   _CIM_UnitOfWork_features,
 29407               };
 29408               
 29409               //==============================================================================
 29410               //
 29411               // Class: CIM_UnixProcessStatisticalInformation
 29412               //
 29413               //==============================================================================
 29414               
 29415               static const char*
 29416               _CIM_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers[] =
 29417               {
 29418                   /* Key */
 29419                   "\025\001",
 29420                   /* Propagated */
 29421                   "\045CIM_Process.CSCreationClassName",
 29422                   /* MaxLen */
 29423                   "\030\000\000\001\000",
 29424                   0,
 29425 mike  1.1.2.1 };
 29426               
 29427               static MetaProperty
 29428               _CIM_UnixProcessStatisticalInformation_CSCreationClassName =
 29429               {
 29430                   /* flags */
 29431                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29432                   /* name */
 29433                   "CSCreationClassName",
 29434                   /* qualifiers */
 29435                   _CIM_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers,
 29436                   /* type */
 29437                   CIMTYPE_STRING,
 29438                   /* subscript */
 29439                   -1,
 29440                   /* value */
 29441                   0,
 29442               };
 29443               
 29444               static const char*
 29445               _CIM_UnixProcessStatisticalInformation_CSName_qualifiers[] =
 29446 mike  1.1.2.1 {
 29447                   /* Key */
 29448                   "\025\001",
 29449                   /* Propagated */
 29450                   "\045CIM_Process.CSName",
 29451                   /* MaxLen */
 29452                   "\030\000\000\001\000",
 29453                   0,
 29454               };
 29455               
 29456               static MetaProperty
 29457               _CIM_UnixProcessStatisticalInformation_CSName =
 29458               {
 29459                   /* flags */
 29460                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29461                   /* name */
 29462                   "CSName",
 29463                   /* qualifiers */
 29464                   _CIM_UnixProcessStatisticalInformation_CSName_qualifiers,
 29465                   /* type */
 29466                   CIMTYPE_STRING,
 29467 mike  1.1.2.1     /* subscript */
 29468                   -1,
 29469                   /* value */
 29470                   0,
 29471               };
 29472               
 29473               static const char*
 29474               _CIM_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers[] =
 29475               {
 29476                   /* Key */
 29477                   "\025\001",
 29478                   /* Propagated */
 29479                   "\045CIM_Process.OSCreationClassName",
 29480                   /* MaxLen */
 29481                   "\030\000\000\001\000",
 29482                   0,
 29483               };
 29484               
 29485               static MetaProperty
 29486               _CIM_UnixProcessStatisticalInformation_OSCreationClassName =
 29487               {
 29488 mike  1.1.2.1     /* flags */
 29489                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29490                   /* name */
 29491                   "OSCreationClassName",
 29492                   /* qualifiers */
 29493                   _CIM_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers,
 29494                   /* type */
 29495                   CIMTYPE_STRING,
 29496                   /* subscript */
 29497                   -1,
 29498                   /* value */
 29499                   0,
 29500               };
 29501               
 29502               static const char*
 29503               _CIM_UnixProcessStatisticalInformation_OSName_qualifiers[] =
 29504               {
 29505                   /* Key */
 29506                   "\025\001",
 29507                   /* Propagated */
 29508                   "\045CIM_Process.OSName",
 29509 mike  1.1.2.1     /* MaxLen */
 29510                   "\030\000\000\001\000",
 29511                   0,
 29512               };
 29513               
 29514               static MetaProperty
 29515               _CIM_UnixProcessStatisticalInformation_OSName =
 29516               {
 29517                   /* flags */
 29518                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29519                   /* name */
 29520                   "OSName",
 29521                   /* qualifiers */
 29522                   _CIM_UnixProcessStatisticalInformation_OSName_qualifiers,
 29523                   /* type */
 29524                   CIMTYPE_STRING,
 29525                   /* subscript */
 29526                   -1,
 29527                   /* value */
 29528                   0,
 29529               };
 29530 mike  1.1.2.1 
 29531               static const char*
 29532               _CIM_UnixProcessStatisticalInformation_Handle_qualifiers[] =
 29533               {
 29534                   /* Key */
 29535                   "\025\001",
 29536                   /* Propagated */
 29537                   "\045CIM_Process.Handle",
 29538                   /* MaxLen */
 29539                   "\030\000\000\001\000",
 29540                   0,
 29541               };
 29542               
 29543               static MetaProperty
 29544               _CIM_UnixProcessStatisticalInformation_Handle =
 29545               {
 29546                   /* flags */
 29547                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29548                   /* name */
 29549                   "Handle",
 29550                   /* qualifiers */
 29551 mike  1.1.2.1     _CIM_UnixProcessStatisticalInformation_Handle_qualifiers,
 29552                   /* type */
 29553                   CIMTYPE_STRING,
 29554                   /* subscript */
 29555                   -1,
 29556                   /* value */
 29557                   0,
 29558               };
 29559               
 29560               static const char*
 29561               _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers[] =
 29562               {
 29563                   /* Key */
 29564                   "\025\001",
 29565                   /* Propagated */
 29566                   "\045CIM_Process.CreationClassName",
 29567                   /* MaxLen */
 29568                   "\030\000\000\001\000",
 29569                   0,
 29570               };
 29571               
 29572 mike  1.1.2.1 static MetaProperty
 29573               _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName =
 29574               {
 29575                   /* flags */
 29576                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29577                   /* name */
 29578                   "ProcessCreationClassName",
 29579                   /* qualifiers */
 29580                   _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers,
 29581                   /* type */
 29582                   CIMTYPE_STRING,
 29583                   /* subscript */
 29584                   -1,
 29585                   /* value */
 29586                   0,
 29587               };
 29588               
 29589               static const char*
 29590               _CIM_UnixProcessStatisticalInformation_Name_qualifiers[] =
 29591               {
 29592                   /* Key */
 29593 mike  1.1.2.1     "\025\001",
 29594                   /* Override */
 29595                   "\044Name",
 29596                   /* MaxLen */
 29597                   "\030\000\000\001\000",
 29598                   0,
 29599               };
 29600               
 29601               static MetaProperty
 29602               _CIM_UnixProcessStatisticalInformation_Name =
 29603               {
 29604                   /* flags */
 29605                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29606                   /* name */
 29607                   "Name",
 29608                   /* qualifiers */
 29609                   _CIM_UnixProcessStatisticalInformation_Name_qualifiers,
 29610                   /* type */
 29611                   CIMTYPE_STRING,
 29612                   /* subscript */
 29613                   -1,
 29614 mike  1.1.2.1     /* value */
 29615                   0,
 29616               };
 29617               
 29618               static const char*
 29619               _CIM_UnixProcessStatisticalInformation_CPUTime_qualifiers[] =
 29620               {
 29621                   /* Units */
 29622                   "\060Percent",
 29623                   /* MappingStrings */
 29624                   "\026\000\001MIF.DMTF|Process Information|001.12\000",
 29625                   0,
 29626               };
 29627               
 29628               static MetaProperty
 29629               _CIM_UnixProcessStatisticalInformation_CPUTime =
 29630               {
 29631                   /* flags */
 29632                   META_FLAG_PROPERTY|META_FLAG_READ,
 29633                   /* name */
 29634                   "CPUTime",
 29635 mike  1.1.2.1     /* qualifiers */
 29636                   _CIM_UnixProcessStatisticalInformation_CPUTime_qualifiers,
 29637                   /* type */
 29638                   CIMTYPE_UINT32,
 29639                   /* subscript */
 29640                   -1,
 29641                   /* value */
 29642                   0,
 29643               };
 29644               
 29645               static const char*
 29646               _CIM_UnixProcessStatisticalInformation_RealText_qualifiers[] =
 29647               {
 29648                   /* Units */
 29649                   "\060KiloBytes",
 29650                   /* MappingStrings */
 29651                   "\026\000\001MIF.DMTF|Process Information|001.15\000",
 29652                   0,
 29653               };
 29654               
 29655               static MetaProperty
 29656 mike  1.1.2.1 _CIM_UnixProcessStatisticalInformation_RealText =
 29657               {
 29658                   /* flags */
 29659                   META_FLAG_PROPERTY|META_FLAG_READ,
 29660                   /* name */
 29661                   "RealText",
 29662                   /* qualifiers */
 29663                   _CIM_UnixProcessStatisticalInformation_RealText_qualifiers,
 29664                   /* type */
 29665                   CIMTYPE_UINT64,
 29666                   /* subscript */
 29667                   -1,
 29668                   /* value */
 29669                   0,
 29670               };
 29671               
 29672               static const char*
 29673               _CIM_UnixProcessStatisticalInformation_RealData_qualifiers[] =
 29674               {
 29675                   /* Units */
 29676                   "\060KiloBytes",
 29677 mike  1.1.2.1     /* MappingStrings */
 29678                   "\026\000\001MIF.DMTF|Process Information|001.16\000",
 29679                   0,
 29680               };
 29681               
 29682               static MetaProperty
 29683               _CIM_UnixProcessStatisticalInformation_RealData =
 29684               {
 29685                   /* flags */
 29686                   META_FLAG_PROPERTY|META_FLAG_READ,
 29687                   /* name */
 29688                   "RealData",
 29689                   /* qualifiers */
 29690                   _CIM_UnixProcessStatisticalInformation_RealData_qualifiers,
 29691                   /* type */
 29692                   CIMTYPE_UINT64,
 29693                   /* subscript */
 29694                   -1,
 29695                   /* value */
 29696                   0,
 29697               };
 29698 mike  1.1.2.1 
 29699               static const char*
 29700               _CIM_UnixProcessStatisticalInformation_RealStack_qualifiers[] =
 29701               {
 29702                   /* Units */
 29703                   "\060KiloBytes",
 29704                   /* MappingStrings */
 29705                   "\026\000\001MIF.DMTF|Process Information|001.17\000",
 29706                   0,
 29707               };
 29708               
 29709               static MetaProperty
 29710               _CIM_UnixProcessStatisticalInformation_RealStack =
 29711               {
 29712                   /* flags */
 29713                   META_FLAG_PROPERTY|META_FLAG_READ,
 29714                   /* name */
 29715                   "RealStack",
 29716                   /* qualifiers */
 29717                   _CIM_UnixProcessStatisticalInformation_RealStack_qualifiers,
 29718                   /* type */
 29719 mike  1.1.2.1     CIMTYPE_UINT64,
 29720                   /* subscript */
 29721                   -1,
 29722                   /* value */
 29723                   0,
 29724               };
 29725               
 29726               static const char*
 29727               _CIM_UnixProcessStatisticalInformation_VirtualText_qualifiers[] =
 29728               {
 29729                   /* Units */
 29730                   "\060KiloBytes",
 29731                   /* MappingStrings */
 29732                   "\026\000\001MIF.DMTF|Process Information|001.18\000",
 29733                   0,
 29734               };
 29735               
 29736               static MetaProperty
 29737               _CIM_UnixProcessStatisticalInformation_VirtualText =
 29738               {
 29739                   /* flags */
 29740 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 29741                   /* name */
 29742                   "VirtualText",
 29743                   /* qualifiers */
 29744                   _CIM_UnixProcessStatisticalInformation_VirtualText_qualifiers,
 29745                   /* type */
 29746                   CIMTYPE_UINT64,
 29747                   /* subscript */
 29748                   -1,
 29749                   /* value */
 29750                   0,
 29751               };
 29752               
 29753               static const char*
 29754               _CIM_UnixProcessStatisticalInformation_VirtualData_qualifiers[] =
 29755               {
 29756                   /* Units */
 29757                   "\060KiloBytes",
 29758                   /* MappingStrings */
 29759                   "\026\000\001MIF.DMTF|Process Information|001.19\000",
 29760                   0,
 29761 mike  1.1.2.1 };
 29762               
 29763               static MetaProperty
 29764               _CIM_UnixProcessStatisticalInformation_VirtualData =
 29765               {
 29766                   /* flags */
 29767                   META_FLAG_PROPERTY|META_FLAG_READ,
 29768                   /* name */
 29769                   "VirtualData",
 29770                   /* qualifiers */
 29771                   _CIM_UnixProcessStatisticalInformation_VirtualData_qualifiers,
 29772                   /* type */
 29773                   CIMTYPE_UINT64,
 29774                   /* subscript */
 29775                   -1,
 29776                   /* value */
 29777                   0,
 29778               };
 29779               
 29780               static const char*
 29781               _CIM_UnixProcessStatisticalInformation_VirtualStack_qualifiers[] =
 29782 mike  1.1.2.1 {
 29783                   /* Units */
 29784                   "\060KiloBytes",
 29785                   /* MappingStrings */
 29786                   "\026\000\001MIF.DMTF|Process Information|001.20\000",
 29787                   0,
 29788               };
 29789               
 29790               static MetaProperty
 29791               _CIM_UnixProcessStatisticalInformation_VirtualStack =
 29792               {
 29793                   /* flags */
 29794                   META_FLAG_PROPERTY|META_FLAG_READ,
 29795                   /* name */
 29796                   "VirtualStack",
 29797                   /* qualifiers */
 29798                   _CIM_UnixProcessStatisticalInformation_VirtualStack_qualifiers,
 29799                   /* type */
 29800                   CIMTYPE_UINT64,
 29801                   /* subscript */
 29802                   -1,
 29803 mike  1.1.2.1     /* value */
 29804                   0,
 29805               };
 29806               
 29807               static const char*
 29808               _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers[] =
 29809               {
 29810                   /* Units */
 29811                   "\060KiloBytes",
 29812                   /* MappingStrings */
 29813                   "\026\000\001MIF.DMTF|Process Information|001.22\000",
 29814                   0,
 29815               };
 29816               
 29817               static MetaProperty
 29818               _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize =
 29819               {
 29820                   /* flags */
 29821                   META_FLAG_PROPERTY|META_FLAG_READ,
 29822                   /* name */
 29823                   "VirtualMemoryMappedFileSize",
 29824 mike  1.1.2.1     /* qualifiers */
 29825                   _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers,
 29826                   /* type */
 29827                   CIMTYPE_UINT64,
 29828                   /* subscript */
 29829                   -1,
 29830                   /* value */
 29831                   0,
 29832               };
 29833               
 29834               static const char*
 29835               _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers[] =
 29836               {
 29837                   /* Units */
 29838                   "\060KiloBytes",
 29839                   /* MappingStrings */
 29840                   "\026\000\001MIF.DMTF|Process Information|001.21\000",
 29841                   0,
 29842               };
 29843               
 29844               static MetaProperty
 29845 mike  1.1.2.1 _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory =
 29846               {
 29847                   /* flags */
 29848                   META_FLAG_PROPERTY|META_FLAG_READ,
 29849                   /* name */
 29850                   "VirtualSharedMemory",
 29851                   /* qualifiers */
 29852                   _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers,
 29853                   /* type */
 29854                   CIMTYPE_UINT64,
 29855                   /* subscript */
 29856                   -1,
 29857                   /* value */
 29858                   0,
 29859               };
 29860               
 29861               static const char*
 29862               _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers[] =
 29863               {
 29864                   /* Units */
 29865                   "\060Clock Ticks",
 29866 mike  1.1.2.1     /* Counter */
 29867                   "\012\001",
 29868                   0,
 29869               };
 29870               
 29871               static MetaProperty
 29872               _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren =
 29873               {
 29874                   /* flags */
 29875                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 29876                   /* name */
 29877                   "CpuTimeDeadChildren",
 29878                   /* qualifiers */
 29879                   _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers,
 29880                   /* type */
 29881                   CIMTYPE_UINT64,
 29882                   /* subscript */
 29883                   -1,
 29884                   /* value */
 29885                   0,
 29886               };
 29887 mike  1.1.2.1 
 29888               static const char*
 29889               _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers[] =
 29890               {
 29891                   /* Units */
 29892                   "\060Clock Ticks",
 29893                   /* Counter */
 29894                   "\012\001",
 29895                   0,
 29896               };
 29897               
 29898               static MetaProperty
 29899               _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren =
 29900               {
 29901                   /* flags */
 29902                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 29903                   /* name */
 29904                   "SystemTimeDeadChildren",
 29905                   /* qualifiers */
 29906                   _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers,
 29907                   /* type */
 29908 mike  1.1.2.1     CIMTYPE_UINT64,
 29909                   /* subscript */
 29910                   -1,
 29911                   /* value */
 29912                   0,
 29913               };
 29914               
 29915               static MetaFeature*
 29916               _CIM_UnixProcessStatisticalInformation_features[] =
 29917               {
 29918                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CSCreationClassName,
 29919                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CSName,
 29920                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_OSCreationClassName,
 29921                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_OSName,
 29922                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_Handle,
 29923                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_ProcessCreationClassName,
 29924                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_Name,
 29925                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CPUTime,
 29926                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealText,
 29927                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealData,
 29928                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealStack,
 29929 mike  1.1.2.1     (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualText,
 29930                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualData,
 29931                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualStack,
 29932                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize,
 29933                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualSharedMemory,
 29934                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren,
 29935                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren,
 29936                   0,
 29937               };
 29938               
 29939               static const char*
 29940               __root_cimv2_CIM_UnixProcessStatisticalInformation_qualifiers[] =
 29941               {
 29942                   /* UMLPackagePath */
 29943                   "\057CIM::System::Unix",
 29944                   /* Version */
 29945                   "\0632.6.0",
 29946                   0,
 29947               };
 29948               
 29949               MetaClass
 29950 mike  1.1.2.1 __root_cimv2_CIM_UnixProcessStatisticalInformation =
 29951               {
 29952                   /* flags */
 29953                   META_FLAG_CLASS,
 29954                   /* name */
 29955                   "CIM_UnixProcessStatisticalInformation",
 29956                   /* qualifiers */
 29957                   __root_cimv2_CIM_UnixProcessStatisticalInformation_qualifiers,
 29958                   /* super */
 29959                   &__root_cimv2_CIM_StatisticalInformation,
 29960                   /* features */
 29961                   _CIM_UnixProcessStatisticalInformation_features,
 29962               };
 29963               
 29964               //==============================================================================
 29965               //
 29966               // Class: CIM_UnsignedPublicKey
 29967               //
 29968               //==============================================================================
 29969               
 29970               static const char*
 29971 mike  1.1.2.1 _CIM_UnsignedPublicKey_SystemCreationClassName_qualifiers[] =
 29972               {
 29973                   /* Key */
 29974                   "\025\001",
 29975                   /* Propagated */
 29976                   "\045CIM_PublicKeyManagementService.SystemCreationClassName",
 29977                   /* MaxLen */
 29978                   "\030\000\000\001\000",
 29979                   0,
 29980               };
 29981               
 29982               static MetaProperty
 29983               _CIM_UnsignedPublicKey_SystemCreationClassName =
 29984               {
 29985                   /* flags */
 29986                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29987                   /* name */
 29988                   "SystemCreationClassName",
 29989                   /* qualifiers */
 29990                   _CIM_UnsignedPublicKey_SystemCreationClassName_qualifiers,
 29991                   /* type */
 29992 mike  1.1.2.1     CIMTYPE_STRING,
 29993                   /* subscript */
 29994                   -1,
 29995                   /* value */
 29996                   0,
 29997               };
 29998               
 29999               static const char*
 30000               _CIM_UnsignedPublicKey_SystemName_qualifiers[] =
 30001               {
 30002                   /* Key */
 30003                   "\025\001",
 30004                   /* Propagated */
 30005                   "\045CIM_PublicKeyManagementService.SystemName",
 30006                   /* MaxLen */
 30007                   "\030\000\000\001\000",
 30008                   0,
 30009               };
 30010               
 30011               static MetaProperty
 30012               _CIM_UnsignedPublicKey_SystemName =
 30013 mike  1.1.2.1 {
 30014                   /* flags */
 30015                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30016                   /* name */
 30017                   "SystemName",
 30018                   /* qualifiers */
 30019                   _CIM_UnsignedPublicKey_SystemName_qualifiers,
 30020                   /* type */
 30021                   CIMTYPE_STRING,
 30022                   /* subscript */
 30023                   -1,
 30024                   /* value */
 30025                   0,
 30026               };
 30027               
 30028               static const char*
 30029               _CIM_UnsignedPublicKey_ServiceCreationClassName_qualifiers[] =
 30030               {
 30031                   /* Key */
 30032                   "\025\001",
 30033                   /* Propagated */
 30034 mike  1.1.2.1     "\045CIM_PublicKeyManagementService.CreationClassName",
 30035                   /* MaxLen */
 30036                   "\030\000\000\001\000",
 30037                   0,
 30038               };
 30039               
 30040               static MetaProperty
 30041               _CIM_UnsignedPublicKey_ServiceCreationClassName =
 30042               {
 30043                   /* flags */
 30044                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30045                   /* name */
 30046                   "ServiceCreationClassName",
 30047                   /* qualifiers */
 30048                   _CIM_UnsignedPublicKey_ServiceCreationClassName_qualifiers,
 30049                   /* type */
 30050                   CIMTYPE_STRING,
 30051                   /* subscript */
 30052                   -1,
 30053                   /* value */
 30054                   0,
 30055 mike  1.1.2.1 };
 30056               
 30057               static const char*
 30058               _CIM_UnsignedPublicKey_ServiceName_qualifiers[] =
 30059               {
 30060                   /* Key */
 30061                   "\025\001",
 30062                   /* Propagated */
 30063                   "\045CIM_PublicKeyManagementService.Name",
 30064                   /* MaxLen */
 30065                   "\030\000\000\001\000",
 30066                   0,
 30067               };
 30068               
 30069               static MetaProperty
 30070               _CIM_UnsignedPublicKey_ServiceName =
 30071               {
 30072                   /* flags */
 30073                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30074                   /* name */
 30075                   "ServiceName",
 30076 mike  1.1.2.1     /* qualifiers */
 30077                   _CIM_UnsignedPublicKey_ServiceName_qualifiers,
 30078                   /* type */
 30079                   CIMTYPE_STRING,
 30080                   /* subscript */
 30081                   -1,
 30082                   /* value */
 30083                   0,
 30084               };
 30085               
 30086               static const char*
 30087               _CIM_UnsignedPublicKey_PeerIdentity_qualifiers[] =
 30088               {
 30089                   /* Key */
 30090                   "\025\001",
 30091                   /* MaxLen */
 30092                   "\030\000\000\001\000",
 30093                   /* ModelCorrespondence */
 30094                   "\036\000\001CIM_UnsignedPublicKey.PeerIdentityType\000",
 30095                   0,
 30096               };
 30097 mike  1.1.2.1 
 30098               static MetaProperty
 30099               _CIM_UnsignedPublicKey_PeerIdentity =
 30100               {
 30101                   /* flags */
 30102                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30103                   /* name */
 30104                   "PeerIdentity",
 30105                   /* qualifiers */
 30106                   _CIM_UnsignedPublicKey_PeerIdentity_qualifiers,
 30107                   /* type */
 30108                   CIMTYPE_STRING,
 30109                   /* subscript */
 30110                   -1,
 30111                   /* value */
 30112                   0,
 30113               };
 30114               
 30115               static const char*
 30116               _CIM_UnsignedPublicKey_PeerIdentityType_qualifiers[] =
 30117               {
 30118 mike  1.1.2.1     /* ValueMap */
 30119                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 30120                   /* Values */
 30121                   "\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",
 30122                   /* ModelCorrespondence */
 30123                   "\036\000\001CIM_UnsignedPublicKey.PeerIdentity\000",
 30124                   0,
 30125               };
 30126               
 30127               static MetaProperty
 30128               _CIM_UnsignedPublicKey_PeerIdentityType =
 30129               {
 30130                   /* flags */
 30131                   META_FLAG_PROPERTY|META_FLAG_READ,
 30132                   /* name */
 30133                   "PeerIdentityType",
 30134                   /* qualifiers */
 30135                   _CIM_UnsignedPublicKey_PeerIdentityType_qualifiers,
 30136                   /* type */
 30137                   CIMTYPE_UINT16,
 30138                   /* subscript */
 30139 mike  1.1.2.1     -1,
 30140                   /* value */
 30141                   0,
 30142               };
 30143               
 30144               static const char*
 30145               _CIM_UnsignedPublicKey_PublicKey_qualifiers[] =
 30146               {
 30147                   /* OctetString */
 30148                   "\042\001",
 30149                   0,
 30150               };
 30151               
 30152               static MetaProperty
 30153               _CIM_UnsignedPublicKey_PublicKey =
 30154               {
 30155                   /* flags */
 30156                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30157                   /* name */
 30158                   "PublicKey",
 30159                   /* qualifiers */
 30160 mike  1.1.2.1     _CIM_UnsignedPublicKey_PublicKey_qualifiers,
 30161                   /* type */
 30162                   CIMTYPE_UINT8,
 30163                   /* subscript */
 30164                   0,
 30165                   /* value */
 30166                   0,
 30167               };
 30168               
 30169               static MetaFeature*
 30170               _CIM_UnsignedPublicKey_features[] =
 30171               {
 30172                   (MetaFeature*)&_CIM_UnsignedPublicKey_SystemCreationClassName,
 30173                   (MetaFeature*)&_CIM_UnsignedPublicKey_SystemName,
 30174                   (MetaFeature*)&_CIM_UnsignedPublicKey_ServiceCreationClassName,
 30175                   (MetaFeature*)&_CIM_UnsignedPublicKey_ServiceName,
 30176                   (MetaFeature*)&_CIM_UnsignedPublicKey_PeerIdentity,
 30177                   (MetaFeature*)&_CIM_UnsignedPublicKey_PeerIdentityType,
 30178                   (MetaFeature*)&_CIM_UnsignedPublicKey_PublicKey,
 30179                   0,
 30180               };
 30181 mike  1.1.2.1 
 30182               static const char*
 30183               __root_cimv2_CIM_UnsignedPublicKey_qualifiers[] =
 30184               {
 30185                   /* UMLPackagePath */
 30186                   "\057CIM::User::PublicKey",
 30187                   /* Version */
 30188                   "\0632.8.0",
 30189                   0,
 30190               };
 30191               
 30192               MetaClass
 30193               __root_cimv2_CIM_UnsignedPublicKey =
 30194               {
 30195                   /* flags */
 30196                   META_FLAG_CLASS,
 30197                   /* name */
 30198                   "CIM_UnsignedPublicKey",
 30199                   /* qualifiers */
 30200                   __root_cimv2_CIM_UnsignedPublicKey_qualifiers,
 30201                   /* super */
 30202 mike  1.1.2.1     &__root_cimv2_CIM_Credential,
 30203                   /* features */
 30204                   _CIM_UnsignedPublicKey_features,
 30205               };
 30206               
 30207               //==============================================================================
 30208               //
 30209               // Class: CIM_UoWMetric
 30210               //
 30211               //==============================================================================
 30212               
 30213               static const char*
 30214               _CIM_UoWMetric_Antecedent_qualifiers[] =
 30215               {
 30216                   /* Override */
 30217                   "\044Antecedent",
 30218                   0,
 30219               };
 30220               
 30221               static MetaReference
 30222               _CIM_UoWMetric_Antecedent =
 30223 mike  1.1.2.1 {
 30224                   /* flags */
 30225                   META_FLAG_REFERENCE|META_FLAG_READ,
 30226                   /* name */
 30227                   "Antecedent",
 30228                   /* qualifiers */
 30229                   _CIM_UoWMetric_Antecedent_qualifiers,
 30230                   /* subscript */
 30231                   -1,
 30232                   /* refId */
 30233                   &__root_cimv2_CIM_UnitOfWork,
 30234               };
 30235               
 30236               static const char*
 30237               _CIM_UoWMetric_Dependent_qualifiers[] =
 30238               {
 30239                   /* Override */
 30240                   "\044Dependent",
 30241                   0,
 30242               };
 30243               
 30244 mike  1.1.2.1 static MetaReference
 30245               _CIM_UoWMetric_Dependent =
 30246               {
 30247                   /* flags */
 30248                   META_FLAG_REFERENCE|META_FLAG_READ,
 30249                   /* name */
 30250                   "Dependent",
 30251                   /* qualifiers */
 30252                   _CIM_UoWMetric_Dependent_qualifiers,
 30253                   /* subscript */
 30254                   -1,
 30255                   /* refId */
 30256                   &__root_cimv2_CIM_MetricDefinition,
 30257               };
 30258               
 30259               static const char*
 30260               _CIM_UoWMetric_Value_qualifiers[] =
 30261               {
 30262                   0,
 30263               };
 30264               
 30265 mike  1.1.2.1 static MetaProperty
 30266               _CIM_UoWMetric_Value =
 30267               {
 30268                   /* flags */
 30269                   META_FLAG_PROPERTY|META_FLAG_READ,
 30270                   /* name */
 30271                   "Value",
 30272                   /* qualifiers */
 30273                   _CIM_UoWMetric_Value_qualifiers,
 30274                   /* type */
 30275                   CIMTYPE_STRING,
 30276                   /* subscript */
 30277                   -1,
 30278                   /* value */
 30279                   0,
 30280               };
 30281               
 30282               static MetaFeature*
 30283               _CIM_UoWMetric_features[] =
 30284               {
 30285                   (MetaFeature*)&_CIM_UoWMetric_Antecedent,
 30286 mike  1.1.2.1     (MetaFeature*)&_CIM_UoWMetric_Dependent,
 30287                   (MetaFeature*)&_CIM_UoWMetric_Value,
 30288                   0,
 30289               };
 30290               
 30291               static const char*
 30292               __root_cimv2_CIM_UoWMetric_qualifiers[] =
 30293               {
 30294                   /* ASSOCIATION */
 30295                   "\000\001",
 30296                   /* UMLPackagePath */
 30297                   "\057CIM::Metrics::UnitOfWork",
 30298                   /* Version */
 30299                   "\0632.6.0",
 30300                   0,
 30301               };
 30302               
 30303               MetaClass
 30304               __root_cimv2_CIM_UoWMetric =
 30305               {
 30306                   /* flags */
 30307 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 30308                   /* name */
 30309                   "CIM_UoWMetric",
 30310                   /* qualifiers */
 30311                   __root_cimv2_CIM_UoWMetric_qualifiers,
 30312                   /* super */
 30313                   &__root_cimv2_CIM_Dependency,
 30314                   /* features */
 30315                   _CIM_UoWMetric_features,
 30316               };
 30317               
 30318               //==============================================================================
 30319               //
 30320               // Class: CIM_UserEntity
 30321               //
 30322               //==============================================================================
 30323               
 30324               static MetaFeature*
 30325               _CIM_UserEntity_features[] =
 30326               {
 30327                   0,
 30328 mike  1.1.2.1 };
 30329               
 30330               static const char*
 30331               __root_cimv2_CIM_UserEntity_qualifiers[] =
 30332               {
 30333                   /* UMLPackagePath */
 30334                   "\057CIM::User::Org",
 30335                   /* Abstract */
 30336                   "\002\001",
 30337                   /* Version */
 30338                   "\0632.6.0",
 30339                   0,
 30340               };
 30341               
 30342               MetaClass
 30343               __root_cimv2_CIM_UserEntity =
 30344               {
 30345                   /* flags */
 30346                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 30347                   /* name */
 30348                   "CIM_UserEntity",
 30349 mike  1.1.2.1     /* qualifiers */
 30350                   __root_cimv2_CIM_UserEntity_qualifiers,
 30351                   /* super */
 30352                   &__root_cimv2_CIM_OrganizationalEntity,
 30353                   /* features */
 30354                   _CIM_UserEntity_features,
 30355               };
 30356               
 30357               //==============================================================================
 30358               //
 30359               // Class: CIM_UsersAccess
 30360               //
 30361               //==============================================================================
 30362               
 30363               static const char*
 30364               _CIM_UsersAccess_CreationClassName_qualifiers[] =
 30365               {
 30366                   /* Deprecated */
 30367                   "\013\000\001No value\000",
 30368                   /* Key */
 30369                   "\025\001",
 30370 mike  1.1.2.1     /* MaxLen */
 30371                   "\030\000\000\001\000",
 30372                   0,
 30373               };
 30374               
 30375               static MetaProperty
 30376               _CIM_UsersAccess_CreationClassName =
 30377               {
 30378                   /* flags */
 30379                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30380                   /* name */
 30381                   "CreationClassName",
 30382                   /* qualifiers */
 30383                   _CIM_UsersAccess_CreationClassName_qualifiers,
 30384                   /* type */
 30385                   CIMTYPE_STRING,
 30386                   /* subscript */
 30387                   -1,
 30388                   /* value */
 30389                   0,
 30390               };
 30391 mike  1.1.2.1 
 30392               static const char*
 30393               _CIM_UsersAccess_Name_qualifiers[] =
 30394               {
 30395                   /* Deprecated */
 30396                   "\013\000\001CIM_Identity.ElementName\000",
 30397                   /* Key */
 30398                   "\025\001",
 30399                   /* MaxLen */
 30400                   "\030\000\000\001\000",
 30401                   0,
 30402               };
 30403               
 30404               static MetaProperty
 30405               _CIM_UsersAccess_Name =
 30406               {
 30407                   /* flags */
 30408                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30409                   /* name */
 30410                   "Name",
 30411                   /* qualifiers */
 30412 mike  1.1.2.1     _CIM_UsersAccess_Name_qualifiers,
 30413                   /* type */
 30414                   CIMTYPE_STRING,
 30415                   /* subscript */
 30416                   -1,
 30417                   /* value */
 30418                   0,
 30419               };
 30420               
 30421               static const char*
 30422               _CIM_UsersAccess_ElementID_qualifiers[] =
 30423               {
 30424                   /* Deprecated */
 30425                   "\013\000\001CIM_Identity.InstanceID\000",
 30426                   /* Key */
 30427                   "\025\001",
 30428                   0,
 30429               };
 30430               
 30431               static MetaProperty
 30432               _CIM_UsersAccess_ElementID =
 30433 mike  1.1.2.1 {
 30434                   /* flags */
 30435                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30436                   /* name */
 30437                   "ElementID",
 30438                   /* qualifiers */
 30439                   _CIM_UsersAccess_ElementID_qualifiers,
 30440                   /* type */
 30441                   CIMTYPE_STRING,
 30442                   /* subscript */
 30443                   -1,
 30444                   /* value */
 30445                   0,
 30446               };
 30447               
 30448               static const char*
 30449               _CIM_UsersAccess_Biometric_qualifiers[] =
 30450               {
 30451                   /* Deprecated */
 30452                   "\013\000\001No value\000",
 30453                   /* ValueMap */
 30454 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 30455                   /* Values */
 30456                   "\062\000\011N/A\000Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
 30457                   0,
 30458               };
 30459               
 30460               static MetaProperty
 30461               _CIM_UsersAccess_Biometric =
 30462               {
 30463                   /* flags */
 30464                   META_FLAG_PROPERTY|META_FLAG_READ,
 30465                   /* name */
 30466                   "Biometric",
 30467                   /* qualifiers */
 30468                   _CIM_UsersAccess_Biometric_qualifiers,
 30469                   /* type */
 30470                   CIMTYPE_UINT16,
 30471                   /* subscript */
 30472                   0,
 30473                   /* value */
 30474                   0,
 30475 mike  1.1.2.1 };
 30476               
 30477               static MetaFeature*
 30478               _CIM_UsersAccess_features[] =
 30479               {
 30480                   (MetaFeature*)&_CIM_UsersAccess_CreationClassName,
 30481                   (MetaFeature*)&_CIM_UsersAccess_Name,
 30482                   (MetaFeature*)&_CIM_UsersAccess_ElementID,
 30483                   (MetaFeature*)&_CIM_UsersAccess_Biometric,
 30484                   0,
 30485               };
 30486               
 30487               static const char*
 30488               __root_cimv2_CIM_UsersAccess_qualifiers[] =
 30489               {
 30490                   /* Deprecated */
 30491                   "\013\000\001CIM_Identity\000",
 30492                   /* UMLPackagePath */
 30493                   "\057CIM::User::UsersAccess",
 30494                   /* Version */
 30495                   "\0632.8.0",
 30496 mike  1.1.2.1     0,
 30497               };
 30498               
 30499               MetaClass
 30500               __root_cimv2_CIM_UsersAccess =
 30501               {
 30502                   /* flags */
 30503                   META_FLAG_CLASS,
 30504                   /* name */
 30505                   "CIM_UsersAccess",
 30506                   /* qualifiers */
 30507                   __root_cimv2_CIM_UsersAccess_qualifiers,
 30508                   /* super */
 30509                   &__root_cimv2_CIM_UserEntity,
 30510                   /* features */
 30511                   _CIM_UsersAccess_features,
 30512               };
 30513               
 30514               //==============================================================================
 30515               //
 30516               // Class: CIM_UsersCredential
 30517 mike  1.1.2.1 //
 30518               //==============================================================================
 30519               
 30520               static const char*
 30521               _CIM_UsersCredential_Antecedent_qualifiers[] =
 30522               {
 30523                   /* Deprecated */
 30524                   "\013\000\001CIM_AuthenticationCondition\000",
 30525                   /* Override */
 30526                   "\044Antecedent",
 30527                   0,
 30528               };
 30529               
 30530               static MetaReference
 30531               _CIM_UsersCredential_Antecedent =
 30532               {
 30533                   /* flags */
 30534                   META_FLAG_REFERENCE|META_FLAG_READ,
 30535                   /* name */
 30536                   "Antecedent",
 30537                   /* qualifiers */
 30538 mike  1.1.2.1     _CIM_UsersCredential_Antecedent_qualifiers,
 30539                   /* subscript */
 30540                   -1,
 30541                   /* refId */
 30542                   &__root_cimv2_CIM_Credential,
 30543               };
 30544               
 30545               static const char*
 30546               _CIM_UsersCredential_Dependent_qualifiers[] =
 30547               {
 30548                   /* Deprecated */
 30549                   "\013\000\001CIM_Identity\000",
 30550                   /* Override */
 30551                   "\044Dependent",
 30552                   0,
 30553               };
 30554               
 30555               static MetaReference
 30556               _CIM_UsersCredential_Dependent =
 30557               {
 30558                   /* flags */
 30559 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 30560                   /* name */
 30561                   "Dependent",
 30562                   /* qualifiers */
 30563                   _CIM_UsersCredential_Dependent_qualifiers,
 30564                   /* subscript */
 30565                   -1,
 30566                   /* refId */
 30567                   &__root_cimv2_CIM_UsersAccess,
 30568               };
 30569               
 30570               static MetaFeature*
 30571               _CIM_UsersCredential_features[] =
 30572               {
 30573                   (MetaFeature*)&_CIM_UsersCredential_Antecedent,
 30574                   (MetaFeature*)&_CIM_UsersCredential_Dependent,
 30575                   0,
 30576               };
 30577               
 30578               static const char*
 30579               __root_cimv2_CIM_UsersCredential_qualifiers[] =
 30580 mike  1.1.2.1 {
 30581                   /* ASSOCIATION */
 30582                   "\000\001",
 30583                   /* Deprecated */
 30584                   "\013\000\001CIM_AuthenticationCondition\000",
 30585                   /* UMLPackagePath */
 30586                   "\057CIM::User::UsersAccess",
 30587                   /* Version */
 30588                   "\0632.8.0",
 30589                   0,
 30590               };
 30591               
 30592               MetaClass
 30593               __root_cimv2_CIM_UsersCredential =
 30594               {
 30595                   /* flags */
 30596                   META_FLAG_ASSOCIATION,
 30597                   /* name */
 30598                   "CIM_UsersCredential",
 30599                   /* qualifiers */
 30600                   __root_cimv2_CIM_UsersCredential_qualifiers,
 30601 mike  1.1.2.1     /* super */
 30602                   &__root_cimv2_CIM_Dependency,
 30603                   /* features */
 30604                   _CIM_UsersCredential_features,
 30605               };
 30606               
 30607               //==============================================================================
 30608               //
 30609               // Class: CIM_VendorPolicyAction
 30610               //
 30611               //==============================================================================
 30612               
 30613               static const char*
 30614               _CIM_VendorPolicyAction_ActionData_qualifiers[] =
 30615               {
 30616                   /* OctetString */
 30617                   "\042\001",
 30618                   /* ModelCorrespondence */
 30619                   "\036\000\001CIM_VendorPolicyAction.ActionEncoding\000",
 30620                   0,
 30621               };
 30622 mike  1.1.2.1 
 30623               static MetaProperty
 30624               _CIM_VendorPolicyAction_ActionData =
 30625               {
 30626                   /* flags */
 30627                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30628                   /* name */
 30629                   "ActionData",
 30630                   /* qualifiers */
 30631                   _CIM_VendorPolicyAction_ActionData_qualifiers,
 30632                   /* type */
 30633                   CIMTYPE_STRING,
 30634                   /* subscript */
 30635                   0,
 30636                   /* value */
 30637                   0,
 30638               };
 30639               
 30640               static const char*
 30641               _CIM_VendorPolicyAction_ActionEncoding_qualifiers[] =
 30642               {
 30643 mike  1.1.2.1     /* ModelCorrespondence */
 30644                   "\036\000\001CIM_VendorPolicyAction.ActionData\000",
 30645                   0,
 30646               };
 30647               
 30648               static MetaProperty
 30649               _CIM_VendorPolicyAction_ActionEncoding =
 30650               {
 30651                   /* flags */
 30652                   META_FLAG_PROPERTY|META_FLAG_READ,
 30653                   /* name */
 30654                   "ActionEncoding",
 30655                   /* qualifiers */
 30656                   _CIM_VendorPolicyAction_ActionEncoding_qualifiers,
 30657                   /* type */
 30658                   CIMTYPE_STRING,
 30659                   /* subscript */
 30660                   -1,
 30661                   /* value */
 30662                   0,
 30663               };
 30664 mike  1.1.2.1 
 30665               static MetaFeature*
 30666               _CIM_VendorPolicyAction_features[] =
 30667               {
 30668                   (MetaFeature*)&_CIM_VendorPolicyAction_ActionData,
 30669                   (MetaFeature*)&_CIM_VendorPolicyAction_ActionEncoding,
 30670                   0,
 30671               };
 30672               
 30673               static const char*
 30674               __root_cimv2_CIM_VendorPolicyAction_qualifiers[] =
 30675               {
 30676                   /* UMLPackagePath */
 30677                   "\057CIM::Policy",
 30678                   /* Version */
 30679                   "\0632.6.0",
 30680                   0,
 30681               };
 30682               
 30683               MetaClass
 30684               __root_cimv2_CIM_VendorPolicyAction =
 30685 mike  1.1.2.1 {
 30686                   /* flags */
 30687                   META_FLAG_CLASS,
 30688                   /* name */
 30689                   "CIM_VendorPolicyAction",
 30690                   /* qualifiers */
 30691                   __root_cimv2_CIM_VendorPolicyAction_qualifiers,
 30692                   /* super */
 30693                   &__root_cimv2_CIM_PolicyAction,
 30694                   /* features */
 30695                   _CIM_VendorPolicyAction_features,
 30696               };
 30697               
 30698               //==============================================================================
 30699               //
 30700               // Class: CIM_VendorPolicyCondition
 30701               //
 30702               //==============================================================================
 30703               
 30704               static const char*
 30705               _CIM_VendorPolicyCondition_Constraint_qualifiers[] =
 30706 mike  1.1.2.1 {
 30707                   /* OctetString */
 30708                   "\042\001",
 30709                   /* ModelCorrespondence */
 30710                   "\036\000\001CIM_VendorPolicyCondition.ConstraintEncoding\000",
 30711                   0,
 30712               };
 30713               
 30714               static MetaProperty
 30715               _CIM_VendorPolicyCondition_Constraint =
 30716               {
 30717                   /* flags */
 30718                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30719                   /* name */
 30720                   "Constraint",
 30721                   /* qualifiers */
 30722                   _CIM_VendorPolicyCondition_Constraint_qualifiers,
 30723                   /* type */
 30724                   CIMTYPE_STRING,
 30725                   /* subscript */
 30726                   0,
 30727 mike  1.1.2.1     /* value */
 30728                   0,
 30729               };
 30730               
 30731               static const char*
 30732               _CIM_VendorPolicyCondition_ConstraintEncoding_qualifiers[] =
 30733               {
 30734                   /* ModelCorrespondence */
 30735                   "\036\000\001CIM_VendorPolicyCondition.Constraint\000",
 30736                   0,
 30737               };
 30738               
 30739               static MetaProperty
 30740               _CIM_VendorPolicyCondition_ConstraintEncoding =
 30741               {
 30742                   /* flags */
 30743                   META_FLAG_PROPERTY|META_FLAG_READ,
 30744                   /* name */
 30745                   "ConstraintEncoding",
 30746                   /* qualifiers */
 30747                   _CIM_VendorPolicyCondition_ConstraintEncoding_qualifiers,
 30748 mike  1.1.2.1     /* type */
 30749                   CIMTYPE_STRING,
 30750                   /* subscript */
 30751                   -1,
 30752                   /* value */
 30753                   0,
 30754               };
 30755               
 30756               static MetaFeature*
 30757               _CIM_VendorPolicyCondition_features[] =
 30758               {
 30759                   (MetaFeature*)&_CIM_VendorPolicyCondition_Constraint,
 30760                   (MetaFeature*)&_CIM_VendorPolicyCondition_ConstraintEncoding,
 30761                   0,
 30762               };
 30763               
 30764               static const char*
 30765               __root_cimv2_CIM_VendorPolicyCondition_qualifiers[] =
 30766               {
 30767                   /* UMLPackagePath */
 30768                   "\057CIM::Policy",
 30769 mike  1.1.2.1     /* Version */
 30770                   "\0632.6.0",
 30771                   0,
 30772               };
 30773               
 30774               MetaClass
 30775               __root_cimv2_CIM_VendorPolicyCondition =
 30776               {
 30777                   /* flags */
 30778                   META_FLAG_CLASS,
 30779                   /* name */
 30780                   "CIM_VendorPolicyCondition",
 30781                   /* qualifiers */
 30782                   __root_cimv2_CIM_VendorPolicyCondition_qualifiers,
 30783                   /* super */
 30784                   &__root_cimv2_CIM_PolicyCondition,
 30785                   /* features */
 30786                   _CIM_VendorPolicyCondition_features,
 30787               };
 30788               
 30789               //==============================================================================
 30790 mike  1.1.2.1 //
 30791               // Class: CIM_VideoControllerResolution
 30792               //
 30793               //==============================================================================
 30794               
 30795               static const char*
 30796               _CIM_VideoControllerResolution_SettingID_qualifiers[] =
 30797               {
 30798                   /* Key */
 30799                   "\025\001",
 30800                   /* Override */
 30801                   "\044SettingID",
 30802                   /* MaxLen */
 30803                   "\030\000\000\001\000",
 30804                   0,
 30805               };
 30806               
 30807               static MetaProperty
 30808               _CIM_VideoControllerResolution_SettingID =
 30809               {
 30810                   /* flags */
 30811 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30812                   /* name */
 30813                   "SettingID",
 30814                   /* qualifiers */
 30815                   _CIM_VideoControllerResolution_SettingID_qualifiers,
 30816                   /* type */
 30817                   CIMTYPE_STRING,
 30818                   /* subscript */
 30819                   -1,
 30820                   /* value */
 30821                   0,
 30822               };
 30823               
 30824               static const char*
 30825               _CIM_VideoControllerResolution_HorizontalResolution_qualifiers[] =
 30826               {
 30827                   /* Units */
 30828                   "\060Pixels",
 30829                   /* MappingStrings */
 30830                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.2\000",
 30831                   /* ModelCorrespondence */
 30832 mike  1.1.2.1     "\036\000\001CIM_VideoController.CurrentHorizontalResolution\000",
 30833                   0,
 30834               };
 30835               
 30836               static MetaProperty
 30837               _CIM_VideoControllerResolution_HorizontalResolution =
 30838               {
 30839                   /* flags */
 30840                   META_FLAG_PROPERTY|META_FLAG_READ,
 30841                   /* name */
 30842                   "HorizontalResolution",
 30843                   /* qualifiers */
 30844                   _CIM_VideoControllerResolution_HorizontalResolution_qualifiers,
 30845                   /* type */
 30846                   CIMTYPE_UINT32,
 30847                   /* subscript */
 30848                   -1,
 30849                   /* value */
 30850                   0,
 30851               };
 30852               
 30853 mike  1.1.2.1 static const char*
 30854               _CIM_VideoControllerResolution_VerticalResolution_qualifiers[] =
 30855               {
 30856                   /* Units */
 30857                   "\060Pixels",
 30858                   /* MappingStrings */
 30859                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.3\000",
 30860                   /* ModelCorrespondence */
 30861                   "\036\000\001CIM_VideoController.CurrentVerticalResolution\000",
 30862                   0,
 30863               };
 30864               
 30865               static MetaProperty
 30866               _CIM_VideoControllerResolution_VerticalResolution =
 30867               {
 30868                   /* flags */
 30869                   META_FLAG_PROPERTY|META_FLAG_READ,
 30870                   /* name */
 30871                   "VerticalResolution",
 30872                   /* qualifiers */
 30873                   _CIM_VideoControllerResolution_VerticalResolution_qualifiers,
 30874 mike  1.1.2.1     /* type */
 30875                   CIMTYPE_UINT32,
 30876                   /* subscript */
 30877                   -1,
 30878                   /* value */
 30879                   0,
 30880               };
 30881               
 30882               static const char*
 30883               _CIM_VideoControllerResolution_RefreshRate_qualifiers[] =
 30884               {
 30885                   /* Units */
 30886                   "\060Hertz",
 30887                   /* MappingStrings */
 30888                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.4\000",
 30889                   /* ModelCorrespondence */
 30890                   "\036\000\001CIM_VideoController.CurrentRefreshRate\000",
 30891                   0,
 30892               };
 30893               
 30894               static MetaProperty
 30895 mike  1.1.2.1 _CIM_VideoControllerResolution_RefreshRate =
 30896               {
 30897                   /* flags */
 30898                   META_FLAG_PROPERTY|META_FLAG_READ,
 30899                   /* name */
 30900                   "RefreshRate",
 30901                   /* qualifiers */
 30902                   _CIM_VideoControllerResolution_RefreshRate_qualifiers,
 30903                   /* type */
 30904                   CIMTYPE_UINT32,
 30905                   /* subscript */
 30906                   -1,
 30907                   /* value */
 30908                   0,
 30909               };
 30910               
 30911               static const char*
 30912               _CIM_VideoControllerResolution_MinRefreshRate_qualifiers[] =
 30913               {
 30914                   /* Units */
 30915                   "\060Hertz",
 30916 mike  1.1.2.1     /* MappingStrings */
 30917                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.6\000",
 30918                   /* ModelCorrespondence */
 30919                   "\036\000\001CIM_VideoController.MinRefreshRate\000",
 30920                   0,
 30921               };
 30922               
 30923               static MetaProperty
 30924               _CIM_VideoControllerResolution_MinRefreshRate =
 30925               {
 30926                   /* flags */
 30927                   META_FLAG_PROPERTY|META_FLAG_READ,
 30928                   /* name */
 30929                   "MinRefreshRate",
 30930                   /* qualifiers */
 30931                   _CIM_VideoControllerResolution_MinRefreshRate_qualifiers,
 30932                   /* type */
 30933                   CIMTYPE_UINT32,
 30934                   /* subscript */
 30935                   -1,
 30936                   /* value */
 30937 mike  1.1.2.1     0,
 30938               };
 30939               
 30940               static const char*
 30941               _CIM_VideoControllerResolution_MaxRefreshRate_qualifiers[] =
 30942               {
 30943                   /* Units */
 30944                   "\060Hertz",
 30945                   /* MappingStrings */
 30946                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.7\000",
 30947                   /* ModelCorrespondence */
 30948                   "\036\000\001CIM_VideoController.MaxRefreshRate\000",
 30949                   0,
 30950               };
 30951               
 30952               static MetaProperty
 30953               _CIM_VideoControllerResolution_MaxRefreshRate =
 30954               {
 30955                   /* flags */
 30956                   META_FLAG_PROPERTY|META_FLAG_READ,
 30957                   /* name */
 30958 mike  1.1.2.1     "MaxRefreshRate",
 30959                   /* qualifiers */
 30960                   _CIM_VideoControllerResolution_MaxRefreshRate_qualifiers,
 30961                   /* type */
 30962                   CIMTYPE_UINT32,
 30963                   /* subscript */
 30964                   -1,
 30965                   /* value */
 30966                   0,
 30967               };
 30968               
 30969               static const char*
 30970               _CIM_VideoControllerResolution_ScanMode_qualifiers[] =
 30971               {
 30972                   /* ValueMap */
 30973                   "\061\000\0051\0002\0003\0004\0005\000",
 30974                   /* Values */
 30975                   "\062\000\005Other\000Unknown\000Not Supported\000Non-Interlaced Operation\000Interlaced Operation\000",
 30976                   /* MappingStrings */
 30977                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.5\000",
 30978                   /* ModelCorrespondence */
 30979 mike  1.1.2.1     "\036\000\001CIM_VideoController.CurrentScanMode\000",
 30980                   0,
 30981               };
 30982               
 30983               static MetaProperty
 30984               _CIM_VideoControllerResolution_ScanMode =
 30985               {
 30986                   /* flags */
 30987                   META_FLAG_PROPERTY|META_FLAG_READ,
 30988                   /* name */
 30989                   "ScanMode",
 30990                   /* qualifiers */
 30991                   _CIM_VideoControllerResolution_ScanMode_qualifiers,
 30992                   /* type */
 30993                   CIMTYPE_UINT16,
 30994                   /* subscript */
 30995                   -1,
 30996                   /* value */
 30997                   0,
 30998               };
 30999               
 31000 mike  1.1.2.1 static const char*
 31001               _CIM_VideoControllerResolution_NumberOfColors_qualifiers[] =
 31002               {
 31003                   /* ModelCorrespondence */
 31004                   "\036\000\001CIM_VideoController.CurrentNumberOfColors\000",
 31005                   0,
 31006               };
 31007               
 31008               static MetaProperty
 31009               _CIM_VideoControllerResolution_NumberOfColors =
 31010               {
 31011                   /* flags */
 31012                   META_FLAG_PROPERTY|META_FLAG_READ,
 31013                   /* name */
 31014                   "NumberOfColors",
 31015                   /* qualifiers */
 31016                   _CIM_VideoControllerResolution_NumberOfColors_qualifiers,
 31017                   /* type */
 31018                   CIMTYPE_UINT64,
 31019                   /* subscript */
 31020                   -1,
 31021 mike  1.1.2.1     /* value */
 31022                   0,
 31023               };
 31024               
 31025               static MetaFeature*
 31026               _CIM_VideoControllerResolution_features[] =
 31027               {
 31028                   (MetaFeature*)&_CIM_VideoControllerResolution_SettingID,
 31029                   (MetaFeature*)&_CIM_VideoControllerResolution_HorizontalResolution,
 31030                   (MetaFeature*)&_CIM_VideoControllerResolution_VerticalResolution,
 31031                   (MetaFeature*)&_CIM_VideoControllerResolution_RefreshRate,
 31032                   (MetaFeature*)&_CIM_VideoControllerResolution_MinRefreshRate,
 31033                   (MetaFeature*)&_CIM_VideoControllerResolution_MaxRefreshRate,
 31034                   (MetaFeature*)&_CIM_VideoControllerResolution_ScanMode,
 31035                   (MetaFeature*)&_CIM_VideoControllerResolution_NumberOfColors,
 31036                   0,
 31037               };
 31038               
 31039               static const char*
 31040               __root_cimv2_CIM_VideoControllerResolution_qualifiers[] =
 31041               {
 31042 mike  1.1.2.1     /* UMLPackagePath */
 31043                   "\057CIM::Device::Controller",
 31044                   /* Version */
 31045                   "\0632.6.0",
 31046                   0,
 31047               };
 31048               
 31049               MetaClass
 31050               __root_cimv2_CIM_VideoControllerResolution =
 31051               {
 31052                   /* flags */
 31053                   META_FLAG_CLASS,
 31054                   /* name */
 31055                   "CIM_VideoControllerResolution",
 31056                   /* qualifiers */
 31057                   __root_cimv2_CIM_VideoControllerResolution_qualifiers,
 31058                   /* super */
 31059                   &__root_cimv2_CIM_Setting,
 31060                   /* features */
 31061                   _CIM_VideoControllerResolution_features,
 31062               };
 31063 mike  1.1.2.1 
 31064               //==============================================================================
 31065               //
 31066               // Class: CIM_WRRSchedulingElement
 31067               //
 31068               //==============================================================================
 31069               
 31070               static const char*
 31071               _CIM_WRRSchedulingElement_WorkConserving_qualifiers[] =
 31072               {
 31073                   /* Override */
 31074                   "\044WorkConserving",
 31075                   0,
 31076               };
 31077               
 31078               static MetaProperty
 31079               _CIM_WRRSchedulingElement_WorkConserving =
 31080               {
 31081                   /* flags */
 31082                   META_FLAG_PROPERTY|META_FLAG_READ,
 31083                   /* name */
 31084 mike  1.1.2.1     "WorkConserving",
 31085                   /* qualifiers */
 31086                   _CIM_WRRSchedulingElement_WorkConserving_qualifiers,
 31087                   /* type */
 31088                   CIMTYPE_BOOLEAN,
 31089                   /* subscript */
 31090                   -1,
 31091                   /* value */
 31092                   "\001",
 31093               };
 31094               
 31095               static const char*
 31096               _CIM_WRRSchedulingElement_WeightingFactor_qualifiers[] =
 31097               {
 31098                   /* Units */
 31099                   "\060Thousandths",
 31100                   /* MinValue */
 31101                   "\035\000\000\000\000\000\000\000\000",
 31102                   /* MaxValue */
 31103                   "\031\000\000\000\000\000\001\206\240",
 31104                   0,
 31105 mike  1.1.2.1 };
 31106               
 31107               static MetaProperty
 31108               _CIM_WRRSchedulingElement_WeightingFactor =
 31109               {
 31110                   /* flags */
 31111                   META_FLAG_PROPERTY|META_FLAG_READ,
 31112                   /* name */
 31113                   "WeightingFactor",
 31114                   /* qualifiers */
 31115                   _CIM_WRRSchedulingElement_WeightingFactor_qualifiers,
 31116                   /* type */
 31117                   CIMTYPE_UINT32,
 31118                   /* subscript */
 31119                   -1,
 31120                   /* value */
 31121                   0,
 31122               };
 31123               
 31124               static const char*
 31125               _CIM_WRRSchedulingElement_Priority_qualifiers[] =
 31126 mike  1.1.2.1 {
 31127                   0,
 31128               };
 31129               
 31130               static MetaProperty
 31131               _CIM_WRRSchedulingElement_Priority =
 31132               {
 31133                   /* flags */
 31134                   META_FLAG_PROPERTY|META_FLAG_READ,
 31135                   /* name */
 31136                   "Priority",
 31137                   /* qualifiers */
 31138                   _CIM_WRRSchedulingElement_Priority_qualifiers,
 31139                   /* type */
 31140                   CIMTYPE_UINT16,
 31141                   /* subscript */
 31142                   -1,
 31143                   /* value */
 31144                   0,
 31145               };
 31146               
 31147 mike  1.1.2.1 static MetaFeature*
 31148               _CIM_WRRSchedulingElement_features[] =
 31149               {
 31150                   (MetaFeature*)&_CIM_WRRSchedulingElement_WorkConserving,
 31151                   (MetaFeature*)&_CIM_WRRSchedulingElement_WeightingFactor,
 31152                   (MetaFeature*)&_CIM_WRRSchedulingElement_Priority,
 31153                   0,
 31154               };
 31155               
 31156               static const char*
 31157               __root_cimv2_CIM_WRRSchedulingElement_qualifiers[] =
 31158               {
 31159                   /* UMLPackagePath */
 31160                   "\057CIM::Network::QoS",
 31161                   /* Version */
 31162                   "\0632.7.0",
 31163                   0,
 31164               };
 31165               
 31166               MetaClass
 31167               __root_cimv2_CIM_WRRSchedulingElement =
 31168 mike  1.1.2.1 {
 31169                   /* flags */
 31170                   META_FLAG_CLASS,
 31171                   /* name */
 31172                   "CIM_WRRSchedulingElement",
 31173                   /* qualifiers */
 31174                   __root_cimv2_CIM_WRRSchedulingElement_qualifiers,
 31175                   /* super */
 31176                   &__root_cimv2_CIM_SchedulingElement,
 31177                   /* features */
 31178                   _CIM_WRRSchedulingElement_features,
 31179               };
 31180               
 31181               //==============================================================================
 31182               //
 31183               // Class: CIM_ZoneCapabilities
 31184               //
 31185               //==============================================================================
 31186               
 31187               static const char*
 31188               _CIM_ZoneCapabilities_ZoneNameMaxLen_qualifiers[] =
 31189 mike  1.1.2.1 {
 31190                   0,
 31191               };
 31192               
 31193               static MetaProperty
 31194               _CIM_ZoneCapabilities_ZoneNameMaxLen =
 31195               {
 31196                   /* flags */
 31197                   META_FLAG_PROPERTY|META_FLAG_READ,
 31198                   /* name */
 31199                   "ZoneNameMaxLen",
 31200                   /* qualifiers */
 31201                   _CIM_ZoneCapabilities_ZoneNameMaxLen_qualifiers,
 31202                   /* type */
 31203                   CIMTYPE_UINT32,
 31204                   /* subscript */
 31205                   -1,
 31206                   /* value */
 31207                   0,
 31208               };
 31209               
 31210 mike  1.1.2.1 static const char*
 31211               _CIM_ZoneCapabilities_ZoneNameFormat_qualifiers[] =
 31212               {
 31213                   /* ValueMap */
 31214                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 31215                   /* Values */
 31216                   "\062\000\005Unknown\000Numeric\000Alpha Numeric\000DMTF Reserved\000Vendor Reserved\000",
 31217                   0,
 31218               };
 31219               
 31220               static MetaProperty
 31221               _CIM_ZoneCapabilities_ZoneNameFormat =
 31222               {
 31223                   /* flags */
 31224                   META_FLAG_PROPERTY|META_FLAG_READ,
 31225                   /* name */
 31226                   "ZoneNameFormat",
 31227                   /* qualifiers */
 31228                   _CIM_ZoneCapabilities_ZoneNameFormat_qualifiers,
 31229                   /* type */
 31230                   CIMTYPE_UINT16,
 31231 mike  1.1.2.1     /* subscript */
 31232                   -1,
 31233                   /* value */
 31234                   0,
 31235               };
 31236               
 31237               static const char*
 31238               _CIM_ZoneCapabilities_MaxNumZoneSets_qualifiers[] =
 31239               {
 31240                   0,
 31241               };
 31242               
 31243               static MetaProperty
 31244               _CIM_ZoneCapabilities_MaxNumZoneSets =
 31245               {
 31246                   /* flags */
 31247                   META_FLAG_PROPERTY|META_FLAG_READ,
 31248                   /* name */
 31249                   "MaxNumZoneSets",
 31250                   /* qualifiers */
 31251                   _CIM_ZoneCapabilities_MaxNumZoneSets_qualifiers,
 31252 mike  1.1.2.1     /* type */
 31253                   CIMTYPE_UINT32,
 31254                   /* subscript */
 31255                   -1,
 31256                   /* value */
 31257                   0,
 31258               };
 31259               
 31260               static const char*
 31261               _CIM_ZoneCapabilities_MaxNumZone_qualifiers[] =
 31262               {
 31263                   0,
 31264               };
 31265               
 31266               static MetaProperty
 31267               _CIM_ZoneCapabilities_MaxNumZone =
 31268               {
 31269                   /* flags */
 31270                   META_FLAG_PROPERTY|META_FLAG_READ,
 31271                   /* name */
 31272                   "MaxNumZone",
 31273 mike  1.1.2.1     /* qualifiers */
 31274                   _CIM_ZoneCapabilities_MaxNumZone_qualifiers,
 31275                   /* type */
 31276                   CIMTYPE_UINT32,
 31277                   /* subscript */
 31278                   -1,
 31279                   /* value */
 31280                   0,
 31281               };
 31282               
 31283               static const char*
 31284               _CIM_ZoneCapabilities_MaxNumZoneMembers_qualifiers[] =
 31285               {
 31286                   0,
 31287               };
 31288               
 31289               static MetaProperty
 31290               _CIM_ZoneCapabilities_MaxNumZoneMembers =
 31291               {
 31292                   /* flags */
 31293                   META_FLAG_PROPERTY|META_FLAG_READ,
 31294 mike  1.1.2.1     /* name */
 31295                   "MaxNumZoneMembers",
 31296                   /* qualifiers */
 31297                   _CIM_ZoneCapabilities_MaxNumZoneMembers_qualifiers,
 31298                   /* type */
 31299                   CIMTYPE_UINT32,
 31300                   /* subscript */
 31301                   -1,
 31302                   /* value */
 31303                   0,
 31304               };
 31305               
 31306               static const char*
 31307               _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet_qualifiers[] =
 31308               {
 31309                   0,
 31310               };
 31311               
 31312               static MetaProperty
 31313               _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet =
 31314               {
 31315 mike  1.1.2.1     /* flags */
 31316                   META_FLAG_PROPERTY|META_FLAG_READ,
 31317                   /* name */
 31318                   "MaxNumZonesPerZoneSet",
 31319                   /* qualifiers */
 31320                   _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet_qualifiers,
 31321                   /* type */
 31322                   CIMTYPE_UINT32,
 31323                   /* subscript */
 31324                   -1,
 31325                   /* value */
 31326                   0,
 31327               };
 31328               
 31329               static const char*
 31330               _CIM_ZoneCapabilities_MaxNumZoneAliases_qualifiers[] =
 31331               {
 31332                   0,
 31333               };
 31334               
 31335               static MetaProperty
 31336 mike  1.1.2.1 _CIM_ZoneCapabilities_MaxNumZoneAliases =
 31337               {
 31338                   /* flags */
 31339                   META_FLAG_PROPERTY|META_FLAG_READ,
 31340                   /* name */
 31341                   "MaxNumZoneAliases",
 31342                   /* qualifiers */
 31343                   _CIM_ZoneCapabilities_MaxNumZoneAliases_qualifiers,
 31344                   /* type */
 31345                   CIMTYPE_UINT32,
 31346                   /* subscript */
 31347                   -1,
 31348                   /* value */
 31349                   0,
 31350               };
 31351               
 31352               static MetaFeature*
 31353               _CIM_ZoneCapabilities_features[] =
 31354               {
 31355                   (MetaFeature*)&_CIM_ZoneCapabilities_ZoneNameMaxLen,
 31356                   (MetaFeature*)&_CIM_ZoneCapabilities_ZoneNameFormat,
 31357 mike  1.1.2.1     (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneSets,
 31358                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZone,
 31359                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneMembers,
 31360                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZonesPerZoneSet,
 31361                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneAliases,
 31362                   0,
 31363               };
 31364               
 31365               static const char*
 31366               __root_cimv2_CIM_ZoneCapabilities_qualifiers[] =
 31367               {
 31368                   /* UMLPackagePath */
 31369                   "\057CIM::Device::FC",
 31370                   /* Version */
 31371                   "\0632.8.0",
 31372                   0,
 31373               };
 31374               
 31375               MetaClass
 31376               __root_cimv2_CIM_ZoneCapabilities =
 31377               {
 31378 mike  1.1.2.1     /* flags */
 31379                   META_FLAG_CLASS,
 31380                   /* name */
 31381                   "CIM_ZoneCapabilities",
 31382                   /* qualifiers */
 31383                   __root_cimv2_CIM_ZoneCapabilities_qualifiers,
 31384                   /* super */
 31385                   &__root_cimv2_CIM_Capabilities,
 31386                   /* features */
 31387                   _CIM_ZoneCapabilities_features,
 31388               };
 31389               
 31390               //==============================================================================
 31391               //
 31392               // Class: PRS_ExchangeElement
 31393               //
 31394               //==============================================================================
 31395               
 31396               static const char*
 31397               _PRS_ExchangeElement_PRSUniqueName_qualifiers[] =
 31398               {
 31399 mike  1.1.2.1     /* Key */
 31400                   "\025\001",
 31401                   0,
 31402               };
 31403               
 31404               static MetaProperty
 31405               _PRS_ExchangeElement_PRSUniqueName =
 31406               {
 31407                   /* flags */
 31408                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 31409                   /* name */
 31410                   "PRSUniqueName",
 31411                   /* qualifiers */
 31412                   _PRS_ExchangeElement_PRSUniqueName_qualifiers,
 31413                   /* type */
 31414                   CIMTYPE_STRING,
 31415                   /* subscript */
 31416                   -1,
 31417                   /* value */
 31418                   0,
 31419               };
 31420 mike  1.1.2.1 
 31421               static const char*
 31422               _PRS_ExchangeElement_DirtyFlag_qualifiers[] =
 31423               {
 31424                   /* ValueMap */
 31425                   "\061\000\0040\0001\0002\0003\000",
 31426                   /* Values */
 31427                   "\062\000\004Clean\000New\000Modified\000Deleted\000",
 31428                   0,
 31429               };
 31430               
 31431               static MetaProperty
 31432               _PRS_ExchangeElement_DirtyFlag =
 31433               {
 31434                   /* flags */
 31435                   META_FLAG_PROPERTY|META_FLAG_READ,
 31436                   /* name */
 31437                   "DirtyFlag",
 31438                   /* qualifiers */
 31439                   _PRS_ExchangeElement_DirtyFlag_qualifiers,
 31440                   /* type */
 31441 mike  1.1.2.1     CIMTYPE_UINT8,
 31442                   /* subscript */
 31443                   -1,
 31444                   /* value */
 31445                   0,
 31446               };
 31447               
 31448               static MetaFeature*
 31449               _PRS_ExchangeElement_features[] =
 31450               {
 31451                   (MetaFeature*)&_PRS_ExchangeElement_PRSUniqueName,
 31452                   (MetaFeature*)&_PRS_ExchangeElement_DirtyFlag,
 31453                   0,
 31454               };
 31455               
 31456               static const char*
 31457               __root_cimv2_PRS_ExchangeElement_qualifiers[] =
 31458               {
 31459                   /* UMLPackagePath */
 31460                   "\057PRS::Support",
 31461                   /* Abstract */
 31462 mike  1.1.2.1     "\002\001",
 31463                   /* Version */
 31464                   "\0632.6.0",
 31465                   0,
 31466               };
 31467               
 31468               MetaClass
 31469               __root_cimv2_PRS_ExchangeElement =
 31470               {
 31471                   /* flags */
 31472                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 31473                   /* name */
 31474                   "PRS_ExchangeElement",
 31475                   /* qualifiers */
 31476                   __root_cimv2_PRS_ExchangeElement_qualifiers,
 31477                   /* super */
 31478                   &__root_cimv2_CIM_ManagedElement,
 31479                   /* features */
 31480                   _PRS_ExchangeElement_features,
 31481               };
 31482               
 31483 mike  1.1.2.1 //==============================================================================
 31484               //
 31485               // Class: PRS_ExpressionElement
 31486               //
 31487               //==============================================================================
 31488               
 31489               static MetaFeature*
 31490               _PRS_ExpressionElement_features[] =
 31491               {
 31492                   0,
 31493               };
 31494               
 31495               static const char*
 31496               __root_cimv2_PRS_ExpressionElement_qualifiers[] =
 31497               {
 31498                   /* UMLPackagePath */
 31499                   "\057PRS::Support",
 31500                   /* Abstract */
 31501                   "\002\001",
 31502                   /* Version */
 31503                   "\0632.6.0",
 31504 mike  1.1.2.1     0,
 31505               };
 31506               
 31507               MetaClass
 31508               __root_cimv2_PRS_ExpressionElement =
 31509               {
 31510                   /* flags */
 31511                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 31512                   /* name */
 31513                   "PRS_ExpressionElement",
 31514                   /* qualifiers */
 31515                   __root_cimv2_PRS_ExpressionElement_qualifiers,
 31516                   /* super */
 31517                   &__root_cimv2_PRS_ExchangeElement,
 31518                   /* features */
 31519                   _PRS_ExpressionElement_features,
 31520               };
 31521               
 31522               //==============================================================================
 31523               //
 31524               // Class: PRS_Feature
 31525 mike  1.1.2.1 //
 31526               //==============================================================================
 31527               
 31528               static const char*
 31529               _PRS_Feature_Prompt_qualifiers[] =
 31530               {
 31531                   0,
 31532               };
 31533               
 31534               static MetaProperty
 31535               _PRS_Feature_Prompt =
 31536               {
 31537                   /* flags */
 31538                   META_FLAG_PROPERTY|META_FLAG_READ,
 31539                   /* name */
 31540                   "Prompt",
 31541                   /* qualifiers */
 31542                   _PRS_Feature_Prompt_qualifiers,
 31543                   /* type */
 31544                   CIMTYPE_STRING,
 31545                   /* subscript */
 31546 mike  1.1.2.1     -1,
 31547                   /* value */
 31548                   0,
 31549               };
 31550               
 31551               static const char*
 31552               _PRS_Feature_ValidValues_qualifiers[] =
 31553               {
 31554                   0,
 31555               };
 31556               
 31557               static MetaProperty
 31558               _PRS_Feature_ValidValues =
 31559               {
 31560                   /* flags */
 31561                   META_FLAG_PROPERTY|META_FLAG_READ,
 31562                   /* name */
 31563                   "ValidValues",
 31564                   /* qualifiers */
 31565                   _PRS_Feature_ValidValues_qualifiers,
 31566                   /* type */
 31567 mike  1.1.2.1     CIMTYPE_STRING,
 31568                   /* subscript */
 31569                   -1,
 31570                   /* value */
 31571                   0,
 31572               };
 31573               
 31574               static const char*
 31575               _PRS_Feature_DataType_qualifiers[] =
 31576               {
 31577                   /* ValueMap */
 31578                   "\061\000\0100\0001\0002\0003\0004\0005\000254\000255\000",
 31579                   /* Values */
 31580                   "\062\000\010String\000Integer\000Float\000Date/Time\000Boolean\000Binary\000Other\000Unknown\000",
 31581                   0,
 31582               };
 31583               
 31584               static MetaProperty
 31585               _PRS_Feature_DataType =
 31586               {
 31587                   /* flags */
 31588 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 31589                   /* name */
 31590                   "DataType",
 31591                   /* qualifiers */
 31592                   _PRS_Feature_DataType_qualifiers,
 31593                   /* type */
 31594                   CIMTYPE_UINT8,
 31595                   /* subscript */
 31596                   -1,
 31597                   /* value */
 31598                   0,
 31599               };
 31600               
 31601               static MetaFeature*
 31602               _PRS_Feature_features[] =
 31603               {
 31604                   (MetaFeature*)&_PRS_Feature_Prompt,
 31605                   (MetaFeature*)&_PRS_Feature_ValidValues,
 31606                   (MetaFeature*)&_PRS_Feature_DataType,
 31607                   0,
 31608               };
 31609 mike  1.1.2.1 
 31610               static const char*
 31611               __root_cimv2_PRS_Feature_qualifiers[] =
 31612               {
 31613                   /* UMLPackagePath */
 31614                   "\057PRS::Support",
 31615                   /* Version */
 31616                   "\0632.6.0",
 31617                   0,
 31618               };
 31619               
 31620               MetaClass
 31621               __root_cimv2_PRS_Feature =
 31622               {
 31623                   /* flags */
 31624                   META_FLAG_CLASS,
 31625                   /* name */
 31626                   "PRS_Feature",
 31627                   /* qualifiers */
 31628                   __root_cimv2_PRS_Feature_qualifiers,
 31629                   /* super */
 31630 mike  1.1.2.1     &__root_cimv2_PRS_ExchangeElement,
 31631                   /* features */
 31632                   _PRS_Feature_features,
 31633               };
 31634               
 31635               //==============================================================================
 31636               //
 31637               // Class: PRS_Location
 31638               //
 31639               //==============================================================================
 31640               
 31641               static const char*
 31642               _PRS_Location_LocationType_qualifiers[] =
 31643               {
 31644                   /* ValueMap */
 31645                   "\061\000\0070\0001\0002\0003\0004\000254\000255\000",
 31646                   /* Values */
 31647                   "\062\000\007Primary_Voice\000Alternate_Voice\000Fax\000Email\000URL\000Other\000Unknown\000",
 31648                   0,
 31649               };
 31650               
 31651 mike  1.1.2.1 static MetaProperty
 31652               _PRS_Location_LocationType =
 31653               {
 31654                   /* flags */
 31655                   META_FLAG_PROPERTY|META_FLAG_READ,
 31656                   /* name */
 31657                   "LocationType",
 31658                   /* qualifiers */
 31659                   _PRS_Location_LocationType_qualifiers,
 31660                   /* type */
 31661                   CIMTYPE_UINT8,
 31662                   /* subscript */
 31663                   -1,
 31664                   /* value */
 31665                   0,
 31666               };
 31667               
 31668               static const char*
 31669               _PRS_Location_LocationID_qualifiers[] =
 31670               {
 31671                   0,
 31672 mike  1.1.2.1 };
 31673               
 31674               static MetaProperty
 31675               _PRS_Location_LocationID =
 31676               {
 31677                   /* flags */
 31678                   META_FLAG_PROPERTY|META_FLAG_READ,
 31679                   /* name */
 31680                   "LocationID",
 31681                   /* qualifiers */
 31682                   _PRS_Location_LocationID_qualifiers,
 31683                   /* type */
 31684                   CIMTYPE_STRING,
 31685                   /* subscript */
 31686                   -1,
 31687                   /* value */
 31688                   0,
 31689               };
 31690               
 31691               static MetaFeature*
 31692               _PRS_Location_features[] =
 31693 mike  1.1.2.1 {
 31694                   (MetaFeature*)&_PRS_Location_LocationType,
 31695                   (MetaFeature*)&_PRS_Location_LocationID,
 31696                   0,
 31697               };
 31698               
 31699               static const char*
 31700               __root_cimv2_PRS_Location_qualifiers[] =
 31701               {
 31702                   /* UMLPackagePath */
 31703                   "\057PRS::Support",
 31704                   /* Version */
 31705                   "\0632.6.0",
 31706                   0,
 31707               };
 31708               
 31709               MetaClass
 31710               __root_cimv2_PRS_Location =
 31711               {
 31712                   /* flags */
 31713                   META_FLAG_CLASS,
 31714 mike  1.1.2.1     /* name */
 31715                   "PRS_Location",
 31716                   /* qualifiers */
 31717                   __root_cimv2_PRS_Location_qualifiers,
 31718                   /* super */
 31719                   &__root_cimv2_PRS_ExchangeElement,
 31720                   /* features */
 31721                   _PRS_Location_features,
 31722               };
 31723               
 31724               //==============================================================================
 31725               //
 31726               // Class: PRS_Product
 31727               //
 31728               //==============================================================================
 31729               
 31730               static const char*
 31731               _PRS_Product_Vendor_qualifiers[] =
 31732               {
 31733                   0,
 31734               };
 31735 mike  1.1.2.1 
 31736               static MetaProperty
 31737               _PRS_Product_Vendor =
 31738               {
 31739                   /* flags */
 31740                   META_FLAG_PROPERTY|META_FLAG_READ,
 31741                   /* name */
 31742                   "Vendor",
 31743                   /* qualifiers */
 31744                   _PRS_Product_Vendor_qualifiers,
 31745                   /* type */
 31746                   CIMTYPE_STRING,
 31747                   /* subscript */
 31748                   -1,
 31749                   /* value */
 31750                   0,
 31751               };
 31752               
 31753               static const char*
 31754               _PRS_Product_ProductName_qualifiers[] =
 31755               {
 31756 mike  1.1.2.1     0,
 31757               };
 31758               
 31759               static MetaProperty
 31760               _PRS_Product_ProductName =
 31761               {
 31762                   /* flags */
 31763                   META_FLAG_PROPERTY|META_FLAG_READ,
 31764                   /* name */
 31765                   "ProductName",
 31766                   /* qualifiers */
 31767                   _PRS_Product_ProductName_qualifiers,
 31768                   /* type */
 31769                   CIMTYPE_STRING,
 31770                   /* subscript */
 31771                   -1,
 31772                   /* value */
 31773                   0,
 31774               };
 31775               
 31776               static const char*
 31777 mike  1.1.2.1 _PRS_Product_Version_qualifiers[] =
 31778               {
 31779                   0,
 31780               };
 31781               
 31782               static MetaProperty
 31783               _PRS_Product_Version =
 31784               {
 31785                   /* flags */
 31786                   META_FLAG_PROPERTY|META_FLAG_READ,
 31787                   /* name */
 31788                   "Version",
 31789                   /* qualifiers */
 31790                   _PRS_Product_Version_qualifiers,
 31791                   /* type */
 31792                   CIMTYPE_STRING,
 31793                   /* subscript */
 31794                   -1,
 31795                   /* value */
 31796                   0,
 31797               };
 31798 mike  1.1.2.1 
 31799               static const char*
 31800               _PRS_Product_Order_qualifiers[] =
 31801               {
 31802                   0,
 31803               };
 31804               
 31805               static MetaProperty
 31806               _PRS_Product_Order =
 31807               {
 31808                   /* flags */
 31809                   META_FLAG_PROPERTY|META_FLAG_READ,
 31810                   /* name */
 31811                   "Order",
 31812                   /* qualifiers */
 31813                   _PRS_Product_Order_qualifiers,
 31814                   /* type */
 31815                   CIMTYPE_STRING,
 31816                   /* subscript */
 31817                   -1,
 31818                   /* value */
 31819 mike  1.1.2.1     0,
 31820               };
 31821               
 31822               static MetaFeature*
 31823               _PRS_Product_features[] =
 31824               {
 31825                   (MetaFeature*)&_PRS_Product_Vendor,
 31826                   (MetaFeature*)&_PRS_Product_ProductName,
 31827                   (MetaFeature*)&_PRS_Product_Version,
 31828                   (MetaFeature*)&_PRS_Product_Order,
 31829                   0,
 31830               };
 31831               
 31832               static const char*
 31833               __root_cimv2_PRS_Product_qualifiers[] =
 31834               {
 31835                   /* UMLPackagePath */
 31836                   "\057PRS::Support",
 31837                   /* Version */
 31838                   "\0632.6.0",
 31839                   0,
 31840 mike  1.1.2.1 };
 31841               
 31842               MetaClass
 31843               __root_cimv2_PRS_Product =
 31844               {
 31845                   /* flags */
 31846                   META_FLAG_CLASS,
 31847                   /* name */
 31848                   "PRS_Product",
 31849                   /* qualifiers */
 31850                   __root_cimv2_PRS_Product_qualifiers,
 31851                   /* super */
 31852                   &__root_cimv2_PRS_ExpressionElement,
 31853                   /* features */
 31854                   _PRS_Product_features,
 31855               };
 31856               
 31857               //==============================================================================
 31858               //
 31859               // Class: PRS_ProductComponent
 31860               //
 31861 mike  1.1.2.1 //==============================================================================
 31862               
 31863               static const char*
 31864               _PRS_ProductComponent_Antecedent_qualifiers[] =
 31865               {
 31866                   /* Aggregate */
 31867                   "\003\001",
 31868                   /* Override */
 31869                   "\044Antecedent",
 31870                   0,
 31871               };
 31872               
 31873               static MetaReference
 31874               _PRS_ProductComponent_Antecedent =
 31875               {
 31876                   /* flags */
 31877                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 31878                   /* name */
 31879                   "Antecedent",
 31880                   /* qualifiers */
 31881                   _PRS_ProductComponent_Antecedent_qualifiers,
 31882 mike  1.1.2.1     /* subscript */
 31883                   -1,
 31884                   /* refId */
 31885                   &__root_cimv2_PRS_Product,
 31886               };
 31887               
 31888               static const char*
 31889               _PRS_ProductComponent_Dependent_qualifiers[] =
 31890               {
 31891                   /* Override */
 31892                   "\044Dependent",
 31893                   0,
 31894               };
 31895               
 31896               static MetaReference
 31897               _PRS_ProductComponent_Dependent =
 31898               {
 31899                   /* flags */
 31900                   META_FLAG_REFERENCE|META_FLAG_READ,
 31901                   /* name */
 31902                   "Dependent",
 31903 mike  1.1.2.1     /* qualifiers */
 31904                   _PRS_ProductComponent_Dependent_qualifiers,
 31905                   /* subscript */
 31906                   -1,
 31907                   /* refId */
 31908                   &__root_cimv2_PRS_Product,
 31909               };
 31910               
 31911               static MetaFeature*
 31912               _PRS_ProductComponent_features[] =
 31913               {
 31914                   (MetaFeature*)&_PRS_ProductComponent_Antecedent,
 31915                   (MetaFeature*)&_PRS_ProductComponent_Dependent,
 31916                   0,
 31917               };
 31918               
 31919               static const char*
 31920               __root_cimv2_PRS_ProductComponent_qualifiers[] =
 31921               {
 31922                   /* ASSOCIATION */
 31923                   "\000\001",
 31924 mike  1.1.2.1     /* UMLPackagePath */
 31925                   "\057PRS::Support",
 31926                   /* Aggregation */
 31927                   "\004\001",
 31928                   /* Version */
 31929                   "\0632.6.0",
 31930                   0,
 31931               };
 31932               
 31933               MetaClass
 31934               __root_cimv2_PRS_ProductComponent =
 31935               {
 31936                   /* flags */
 31937                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 31938                   /* name */
 31939                   "PRS_ProductComponent",
 31940                   /* qualifiers */
 31941                   __root_cimv2_PRS_ProductComponent_qualifiers,
 31942                   /* super */
 31943                   &__root_cimv2_CIM_Dependency,
 31944                   /* features */
 31945 mike  1.1.2.1     _PRS_ProductComponent_features,
 31946               };
 31947               
 31948               //==============================================================================
 31949               //
 31950               // Class: PRS_ProductParentChild
 31951               //
 31952               //==============================================================================
 31953               
 31954               static const char*
 31955               _PRS_ProductParentChild_Antecedent_qualifiers[] =
 31956               {
 31957                   /* Aggregate */
 31958                   "\003\001",
 31959                   /* Override */
 31960                   "\044Antecedent",
 31961                   0,
 31962               };
 31963               
 31964               static MetaReference
 31965               _PRS_ProductParentChild_Antecedent =
 31966 mike  1.1.2.1 {
 31967                   /* flags */
 31968                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 31969                   /* name */
 31970                   "Antecedent",
 31971                   /* qualifiers */
 31972                   _PRS_ProductParentChild_Antecedent_qualifiers,
 31973                   /* subscript */
 31974                   -1,
 31975                   /* refId */
 31976                   &__root_cimv2_PRS_Product,
 31977               };
 31978               
 31979               static const char*
 31980               _PRS_ProductParentChild_Dependent_qualifiers[] =
 31981               {
 31982                   /* Override */
 31983                   "\044Dependent",
 31984                   0,
 31985               };
 31986               
 31987 mike  1.1.2.1 static MetaReference
 31988               _PRS_ProductParentChild_Dependent =
 31989               {
 31990                   /* flags */
 31991                   META_FLAG_REFERENCE|META_FLAG_READ,
 31992                   /* name */
 31993                   "Dependent",
 31994                   /* qualifiers */
 31995                   _PRS_ProductParentChild_Dependent_qualifiers,
 31996                   /* subscript */
 31997                   -1,
 31998                   /* refId */
 31999                   &__root_cimv2_PRS_Product,
 32000               };
 32001               
 32002               static MetaFeature*
 32003               _PRS_ProductParentChild_features[] =
 32004               {
 32005                   (MetaFeature*)&_PRS_ProductParentChild_Antecedent,
 32006                   (MetaFeature*)&_PRS_ProductParentChild_Dependent,
 32007                   0,
 32008 mike  1.1.2.1 };
 32009               
 32010               static const char*
 32011               __root_cimv2_PRS_ProductParentChild_qualifiers[] =
 32012               {
 32013                   /* ASSOCIATION */
 32014                   "\000\001",
 32015                   /* UMLPackagePath */
 32016                   "\057PRS::Support",
 32017                   /* Aggregation */
 32018                   "\004\001",
 32019                   /* Version */
 32020                   "\0632.6.0",
 32021                   0,
 32022               };
 32023               
 32024               MetaClass
 32025               __root_cimv2_PRS_ProductParentChild =
 32026               {
 32027                   /* flags */
 32028                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 32029 mike  1.1.2.1     /* name */
 32030                   "PRS_ProductParentChild",
 32031                   /* qualifiers */
 32032                   __root_cimv2_PRS_ProductParentChild_qualifiers,
 32033                   /* super */
 32034                   &__root_cimv2_CIM_Dependency,
 32035                   /* features */
 32036                   _PRS_ProductParentChild_features,
 32037               };
 32038               
 32039               //==============================================================================
 32040               //
 32041               // Class: PRS_Resource
 32042               //
 32043               //==============================================================================
 32044               
 32045               static const char*
 32046               _PRS_Resource_ResourceType_qualifiers[] =
 32047               {
 32048                   0,
 32049               };
 32050 mike  1.1.2.1 
 32051               static MetaProperty
 32052               _PRS_Resource_ResourceType =
 32053               {
 32054                   /* flags */
 32055                   META_FLAG_PROPERTY|META_FLAG_READ,
 32056                   /* name */
 32057                   "ResourceType",
 32058                   /* qualifiers */
 32059                   _PRS_Resource_ResourceType_qualifiers,
 32060                   /* type */
 32061                   CIMTYPE_STRING,
 32062                   /* subscript */
 32063                   -1,
 32064                   /* value */
 32065                   0,
 32066               };
 32067               
 32068               static const char*
 32069               _PRS_Resource_Quantity_qualifiers[] =
 32070               {
 32071 mike  1.1.2.1     0,
 32072               };
 32073               
 32074               static MetaProperty
 32075               _PRS_Resource_Quantity =
 32076               {
 32077                   /* flags */
 32078                   META_FLAG_PROPERTY|META_FLAG_READ,
 32079                   /* name */
 32080                   "Quantity",
 32081                   /* qualifiers */
 32082                   _PRS_Resource_Quantity_qualifiers,
 32083                   /* type */
 32084                   CIMTYPE_UINT16,
 32085                   /* subscript */
 32086                   -1,
 32087                   /* value */
 32088                   0,
 32089               };
 32090               
 32091               static const char*
 32092 mike  1.1.2.1 _PRS_Resource_Units_qualifiers[] =
 32093               {
 32094                   0,
 32095               };
 32096               
 32097               static MetaProperty
 32098               _PRS_Resource_Units =
 32099               {
 32100                   /* flags */
 32101                   META_FLAG_PROPERTY|META_FLAG_READ,
 32102                   /* name */
 32103                   "Units",
 32104                   /* qualifiers */
 32105                   _PRS_Resource_Units_qualifiers,
 32106                   /* type */
 32107                   CIMTYPE_STRING,
 32108                   /* subscript */
 32109                   -1,
 32110                   /* value */
 32111                   0,
 32112               };
 32113 mike  1.1.2.1 
 32114               static MetaFeature*
 32115               _PRS_Resource_features[] =
 32116               {
 32117                   (MetaFeature*)&_PRS_Resource_ResourceType,
 32118                   (MetaFeature*)&_PRS_Resource_Quantity,
 32119                   (MetaFeature*)&_PRS_Resource_Units,
 32120                   0,
 32121               };
 32122               
 32123               static const char*
 32124               __root_cimv2_PRS_Resource_qualifiers[] =
 32125               {
 32126                   /* UMLPackagePath */
 32127                   "\057PRS::Support",
 32128                   /* Version */
 32129                   "\0632.6.0",
 32130                   0,
 32131               };
 32132               
 32133               MetaClass
 32134 mike  1.1.2.1 __root_cimv2_PRS_Resource =
 32135               {
 32136                   /* flags */
 32137                   META_FLAG_CLASS,
 32138                   /* name */
 32139                   "PRS_Resource",
 32140                   /* qualifiers */
 32141                   __root_cimv2_PRS_Resource_qualifiers,
 32142                   /* super */
 32143                   &__root_cimv2_PRS_ExchangeElement,
 32144                   /* features */
 32145                   _PRS_Resource_features,
 32146               };
 32147               
 32148               //==============================================================================
 32149               //
 32150               // Class: PRS_Revision
 32151               //
 32152               //==============================================================================
 32153               
 32154               static const char*
 32155 mike  1.1.2.1 _PRS_Revision_RevisionDate_qualifiers[] =
 32156               {
 32157                   0,
 32158               };
 32159               
 32160               static MetaProperty
 32161               _PRS_Revision_RevisionDate =
 32162               {
 32163                   /* flags */
 32164                   META_FLAG_PROPERTY|META_FLAG_READ,
 32165                   /* name */
 32166                   "RevisionDate",
 32167                   /* qualifiers */
 32168                   _PRS_Revision_RevisionDate_qualifiers,
 32169                   /* type */
 32170                   CIMTYPE_DATETIME,
 32171                   /* subscript */
 32172                   -1,
 32173                   /* value */
 32174                   0,
 32175               };
 32176 mike  1.1.2.1 
 32177               static const char*
 32178               _PRS_Revision_ActivityName_qualifiers[] =
 32179               {
 32180                   /* ValueMap */
 32181                   "\061\000\0050\0001\0002\000254\000255\000",
 32182                   /* Values */
 32183                   "\062\000\005Create\000Update\000Delete\000Other\000Unknown\000",
 32184                   0,
 32185               };
 32186               
 32187               static MetaProperty
 32188               _PRS_Revision_ActivityName =
 32189               {
 32190                   /* flags */
 32191                   META_FLAG_PROPERTY|META_FLAG_READ,
 32192                   /* name */
 32193                   "ActivityName",
 32194                   /* qualifiers */
 32195                   _PRS_Revision_ActivityName_qualifiers,
 32196                   /* type */
 32197 mike  1.1.2.1     CIMTYPE_UINT8,
 32198                   /* subscript */
 32199                   -1,
 32200                   /* value */
 32201                   0,
 32202               };
 32203               
 32204               static const char*
 32205               _PRS_Revision_ActivityType_qualifiers[] =
 32206               {
 32207                   /* ValueMap */
 32208                   "\061\000\0050\0001\0002\000254\000255\000",
 32209                   /* Values */
 32210                   "\062\000\005Technical\000Editorial\000Administrative\000Other\000Unknown\000",
 32211                   0,
 32212               };
 32213               
 32214               static MetaProperty
 32215               _PRS_Revision_ActivityType =
 32216               {
 32217                   /* flags */
 32218 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32219                   /* name */
 32220                   "ActivityType",
 32221                   /* qualifiers */
 32222                   _PRS_Revision_ActivityType_qualifiers,
 32223                   /* type */
 32224                   CIMTYPE_UINT8,
 32225                   /* subscript */
 32226                   -1,
 32227                   /* value */
 32228                   0,
 32229               };
 32230               
 32231               static const char*
 32232               _PRS_Revision_TechnicalStatus_qualifiers[] =
 32233               {
 32234                   /* ValueMap */
 32235                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 32236                   /* Values */
 32237                   "\062\000\006Open\000Not Reviewed\000Reviewed\000Approved\000Other\000Unknown\000",
 32238                   0,
 32239 mike  1.1.2.1 };
 32240               
 32241               static MetaProperty
 32242               _PRS_Revision_TechnicalStatus =
 32243               {
 32244                   /* flags */
 32245                   META_FLAG_PROPERTY|META_FLAG_READ,
 32246                   /* name */
 32247                   "TechnicalStatus",
 32248                   /* qualifiers */
 32249                   _PRS_Revision_TechnicalStatus_qualifiers,
 32250                   /* type */
 32251                   CIMTYPE_UINT8,
 32252                   /* subscript */
 32253                   -1,
 32254                   /* value */
 32255                   0,
 32256               };
 32257               
 32258               static const char*
 32259               _PRS_Revision_EditorialStatus_qualifiers[] =
 32260 mike  1.1.2.1 {
 32261                   /* ValueMap */
 32262                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 32263                   /* Values */
 32264                   "\062\000\006In_Progress\000Draft\000Reviewed\000Published\000Other\000Unknown\000",
 32265                   0,
 32266               };
 32267               
 32268               static MetaProperty
 32269               _PRS_Revision_EditorialStatus =
 32270               {
 32271                   /* flags */
 32272                   META_FLAG_PROPERTY|META_FLAG_READ,
 32273                   /* name */
 32274                   "EditorialStatus",
 32275                   /* qualifiers */
 32276                   _PRS_Revision_EditorialStatus_qualifiers,
 32277                   /* type */
 32278                   CIMTYPE_UINT8,
 32279                   /* subscript */
 32280                   -1,
 32281 mike  1.1.2.1     /* value */
 32282                   0,
 32283               };
 32284               
 32285               static const char*
 32286               _PRS_Revision_Description_qualifiers[] =
 32287               {
 32288                   /* Override */
 32289                   "\044Description",
 32290                   0,
 32291               };
 32292               
 32293               static MetaProperty
 32294               _PRS_Revision_Description =
 32295               {
 32296                   /* flags */
 32297                   META_FLAG_PROPERTY|META_FLAG_READ,
 32298                   /* name */
 32299                   "Description",
 32300                   /* qualifiers */
 32301                   _PRS_Revision_Description_qualifiers,
 32302 mike  1.1.2.1     /* type */
 32303                   CIMTYPE_STRING,
 32304                   /* subscript */
 32305                   -1,
 32306                   /* value */
 32307                   0,
 32308               };
 32309               
 32310               static MetaFeature*
 32311               _PRS_Revision_features[] =
 32312               {
 32313                   (MetaFeature*)&_PRS_Revision_RevisionDate,
 32314                   (MetaFeature*)&_PRS_Revision_ActivityName,
 32315                   (MetaFeature*)&_PRS_Revision_ActivityType,
 32316                   (MetaFeature*)&_PRS_Revision_TechnicalStatus,
 32317                   (MetaFeature*)&_PRS_Revision_EditorialStatus,
 32318                   (MetaFeature*)&_PRS_Revision_Description,
 32319                   0,
 32320               };
 32321               
 32322               static const char*
 32323 mike  1.1.2.1 __root_cimv2_PRS_Revision_qualifiers[] =
 32324               {
 32325                   /* UMLPackagePath */
 32326                   "\057PRS::Support",
 32327                   /* Version */
 32328                   "\0632.6.0",
 32329                   0,
 32330               };
 32331               
 32332               MetaClass
 32333               __root_cimv2_PRS_Revision =
 32334               {
 32335                   /* flags */
 32336                   META_FLAG_CLASS,
 32337                   /* name */
 32338                   "PRS_Revision",
 32339                   /* qualifiers */
 32340                   __root_cimv2_PRS_Revision_qualifiers,
 32341                   /* super */
 32342                   &__root_cimv2_PRS_ExchangeElement,
 32343                   /* features */
 32344 mike  1.1.2.1     _PRS_Revision_features,
 32345               };
 32346               
 32347               //==============================================================================
 32348               //
 32349               // Class: PRS_ServiceIncident
 32350               //
 32351               //==============================================================================
 32352               
 32353               static const char*
 32354               _PRS_ServiceIncident_RequesterID_qualifiers[] =
 32355               {
 32356                   0,
 32357               };
 32358               
 32359               static MetaProperty
 32360               _PRS_ServiceIncident_RequesterID =
 32361               {
 32362                   /* flags */
 32363                   META_FLAG_PROPERTY|META_FLAG_READ,
 32364                   /* name */
 32365 mike  1.1.2.1     "RequesterID",
 32366                   /* qualifiers */
 32367                   _PRS_ServiceIncident_RequesterID_qualifiers,
 32368                   /* type */
 32369                   CIMTYPE_STRING,
 32370                   /* subscript */
 32371                   -1,
 32372                   /* value */
 32373                   0,
 32374               };
 32375               
 32376               static const char*
 32377               _PRS_ServiceIncident_ProviderID_qualifiers[] =
 32378               {
 32379                   0,
 32380               };
 32381               
 32382               static MetaProperty
 32383               _PRS_ServiceIncident_ProviderID =
 32384               {
 32385                   /* flags */
 32386 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32387                   /* name */
 32388                   "ProviderID",
 32389                   /* qualifiers */
 32390                   _PRS_ServiceIncident_ProviderID_qualifiers,
 32391                   /* type */
 32392                   CIMTYPE_STRING,
 32393                   /* subscript */
 32394                   -1,
 32395                   /* value */
 32396                   0,
 32397               };
 32398               
 32399               static const char*
 32400               _PRS_ServiceIncident_CurrentState_qualifiers[] =
 32401               {
 32402                   /* ValueMap */
 32403                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\000254\000255\000",
 32404                   /* Values */
 32405                   "\062\000\012Beginning_State\000Not_Entitled\000Entitled\000Problem_Submitted\000Open_Requester\000Open_Provider\000Closed_Pending_Confirmation\000Closed\000Other\000Unknown\000",
 32406                   0,
 32407 mike  1.1.2.1 };
 32408               
 32409               static MetaProperty
 32410               _PRS_ServiceIncident_CurrentState =
 32411               {
 32412                   /* flags */
 32413                   META_FLAG_PROPERTY|META_FLAG_READ,
 32414                   /* name */
 32415                   "CurrentState",
 32416                   /* qualifiers */
 32417                   _PRS_ServiceIncident_CurrentState_qualifiers,
 32418                   /* type */
 32419                   CIMTYPE_UINT8,
 32420                   /* subscript */
 32421                   -1,
 32422                   /* value */
 32423                   0,
 32424               };
 32425               
 32426               static const char*
 32427               _PRS_ServiceIncident_RequesterSeverity_qualifiers[] =
 32428 mike  1.1.2.1 {
 32429                   /* ValueMap */
 32430                   "\061\000\0051\0002\0003\0004\0005\000",
 32431                   0,
 32432               };
 32433               
 32434               static MetaProperty
 32435               _PRS_ServiceIncident_RequesterSeverity =
 32436               {
 32437                   /* flags */
 32438                   META_FLAG_PROPERTY|META_FLAG_READ,
 32439                   /* name */
 32440                   "RequesterSeverity",
 32441                   /* qualifiers */
 32442                   _PRS_ServiceIncident_RequesterSeverity_qualifiers,
 32443                   /* type */
 32444                   CIMTYPE_UINT8,
 32445                   /* subscript */
 32446                   -1,
 32447                   /* value */
 32448                   0,
 32449 mike  1.1.2.1 };
 32450               
 32451               static const char*
 32452               _PRS_ServiceIncident_ProviderPriority_qualifiers[] =
 32453               {
 32454                   /* ValueMap */
 32455                   "\061\000\0051\0002\0003\0004\0005\000",
 32456                   0,
 32457               };
 32458               
 32459               static MetaProperty
 32460               _PRS_ServiceIncident_ProviderPriority =
 32461               {
 32462                   /* flags */
 32463                   META_FLAG_PROPERTY|META_FLAG_READ,
 32464                   /* name */
 32465                   "ProviderPriority",
 32466                   /* qualifiers */
 32467                   _PRS_ServiceIncident_ProviderPriority_qualifiers,
 32468                   /* type */
 32469                   CIMTYPE_UINT8,
 32470 mike  1.1.2.1     /* subscript */
 32471                   -1,
 32472                   /* value */
 32473                   0,
 32474               };
 32475               
 32476               static const char*
 32477               _PRS_ServiceIncident_ResponseTime_qualifiers[] =
 32478               {
 32479                   0,
 32480               };
 32481               
 32482               static MetaProperty
 32483               _PRS_ServiceIncident_ResponseTime =
 32484               {
 32485                   /* flags */
 32486                   META_FLAG_PROPERTY|META_FLAG_READ,
 32487                   /* name */
 32488                   "ResponseTime",
 32489                   /* qualifiers */
 32490                   _PRS_ServiceIncident_ResponseTime_qualifiers,
 32491 mike  1.1.2.1     /* type */
 32492                   CIMTYPE_DATETIME,
 32493                   /* subscript */
 32494                   -1,
 32495                   /* value */
 32496                   0,
 32497               };
 32498               
 32499               static const char*
 32500               _PRS_ServiceIncident_WorkflowStatus_qualifiers[] =
 32501               {
 32502                   0,
 32503               };
 32504               
 32505               static MetaProperty
 32506               _PRS_ServiceIncident_WorkflowStatus =
 32507               {
 32508                   /* flags */
 32509                   META_FLAG_PROPERTY|META_FLAG_READ,
 32510                   /* name */
 32511                   "WorkflowStatus",
 32512 mike  1.1.2.1     /* qualifiers */
 32513                   _PRS_ServiceIncident_WorkflowStatus_qualifiers,
 32514                   /* type */
 32515                   CIMTYPE_STRING,
 32516                   /* subscript */
 32517                   -1,
 32518                   /* value */
 32519                   0,
 32520               };
 32521               
 32522               static const char*
 32523               _PRS_ServiceIncident_Comment_qualifiers[] =
 32524               {
 32525                   0,
 32526               };
 32527               
 32528               static MetaProperty
 32529               _PRS_ServiceIncident_Comment =
 32530               {
 32531                   /* flags */
 32532                   META_FLAG_PROPERTY|META_FLAG_READ,
 32533 mike  1.1.2.1     /* name */
 32534                   "Comment",
 32535                   /* qualifiers */
 32536                   _PRS_ServiceIncident_Comment_qualifiers,
 32537                   /* type */
 32538                   CIMTYPE_STRING,
 32539                   /* subscript */
 32540                   -1,
 32541                   /* value */
 32542                   0,
 32543               };
 32544               
 32545               static const char*
 32546               _PRS_ServiceIncident_Entitled_qualifiers[] =
 32547               {
 32548                   /* ValueMap */
 32549                   "\061\000\0040\0001\000254\000255\000",
 32550                   /* Values */
 32551                   "\062\000\004Yes\000No\000Other\000Unknown\000",
 32552                   0,
 32553               };
 32554 mike  1.1.2.1 
 32555               static MetaProperty
 32556               _PRS_ServiceIncident_Entitled =
 32557               {
 32558                   /* flags */
 32559                   META_FLAG_PROPERTY|META_FLAG_READ,
 32560                   /* name */
 32561                   "Entitled",
 32562                   /* qualifiers */
 32563                   _PRS_ServiceIncident_Entitled_qualifiers,
 32564                   /* type */
 32565                   CIMTYPE_UINT8,
 32566                   /* subscript */
 32567                   -1,
 32568                   /* value */
 32569                   0,
 32570               };
 32571               
 32572               static const char*
 32573               _PRS_ServiceIncident_Acknowledge_qualifiers[] =
 32574               {
 32575 mike  1.1.2.1     /* ValueMap */
 32576                   "\061\000\0040\0001\000254\000255\000",
 32577                   /* Values */
 32578                   "\062\000\004Yes\000No\000Other\000Unknown\000",
 32579                   0,
 32580               };
 32581               
 32582               static MetaProperty
 32583               _PRS_ServiceIncident_Acknowledge =
 32584               {
 32585                   /* flags */
 32586                   META_FLAG_PROPERTY|META_FLAG_READ,
 32587                   /* name */
 32588                   "Acknowledge",
 32589                   /* qualifiers */
 32590                   _PRS_ServiceIncident_Acknowledge_qualifiers,
 32591                   /* type */
 32592                   CIMTYPE_UINT8,
 32593                   /* subscript */
 32594                   -1,
 32595                   /* value */
 32596 mike  1.1.2.1     0,
 32597               };
 32598               
 32599               static const char*
 32600               _PRS_ServiceIncident_TransactionName_qualifiers[] =
 32601               {
 32602                   /* Deprecated */
 32603                   "\013\000\001PRS_ServiceIncident.LastTransaction\000",
 32604                   0,
 32605               };
 32606               
 32607               static MetaProperty
 32608               _PRS_ServiceIncident_TransactionName =
 32609               {
 32610                   /* flags */
 32611                   META_FLAG_PROPERTY|META_FLAG_READ,
 32612                   /* name */
 32613                   "TransactionName",
 32614                   /* qualifiers */
 32615                   _PRS_ServiceIncident_TransactionName_qualifiers,
 32616                   /* type */
 32617 mike  1.1.2.1     CIMTYPE_STRING,
 32618                   /* subscript */
 32619                   -1,
 32620                   /* value */
 32621                   0,
 32622               };
 32623               
 32624               static const char*
 32625               _PRS_ServiceIncident_LastTransaction_qualifiers[] =
 32626               {
 32627                   /* ValueMap */
 32628                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 32629                   /* Values */
 32630                   "\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",
 32631                   0,
 32632               };
 32633               
 32634               static MetaProperty
 32635               _PRS_ServiceIncident_LastTransaction =
 32636               {
 32637                   /* flags */
 32638 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32639                   /* name */
 32640                   "LastTransaction",
 32641                   /* qualifiers */
 32642                   _PRS_ServiceIncident_LastTransaction_qualifiers,
 32643                   /* type */
 32644                   CIMTYPE_UINT8,
 32645                   /* subscript */
 32646                   -1,
 32647                   /* value */
 32648                   0,
 32649               };
 32650               
 32651               static MetaFeature*
 32652               _PRS_ServiceIncident_features[] =
 32653               {
 32654                   (MetaFeature*)&_PRS_ServiceIncident_RequesterID,
 32655                   (MetaFeature*)&_PRS_ServiceIncident_ProviderID,
 32656                   (MetaFeature*)&_PRS_ServiceIncident_CurrentState,
 32657                   (MetaFeature*)&_PRS_ServiceIncident_RequesterSeverity,
 32658                   (MetaFeature*)&_PRS_ServiceIncident_ProviderPriority,
 32659 mike  1.1.2.1     (MetaFeature*)&_PRS_ServiceIncident_ResponseTime,
 32660                   (MetaFeature*)&_PRS_ServiceIncident_WorkflowStatus,
 32661                   (MetaFeature*)&_PRS_ServiceIncident_Comment,
 32662                   (MetaFeature*)&_PRS_ServiceIncident_Entitled,
 32663                   (MetaFeature*)&_PRS_ServiceIncident_Acknowledge,
 32664                   (MetaFeature*)&_PRS_ServiceIncident_TransactionName,
 32665                   (MetaFeature*)&_PRS_ServiceIncident_LastTransaction,
 32666                   0,
 32667               };
 32668               
 32669               static const char*
 32670               __root_cimv2_PRS_ServiceIncident_qualifiers[] =
 32671               {
 32672                   /* UMLPackagePath */
 32673                   "\057PRS::Support",
 32674                   /* Version */
 32675                   "\0632.6.0",
 32676                   0,
 32677               };
 32678               
 32679               MetaClass
 32680 mike  1.1.2.1 __root_cimv2_PRS_ServiceIncident =
 32681               {
 32682                   /* flags */
 32683                   META_FLAG_CLASS,
 32684                   /* name */
 32685                   "PRS_ServiceIncident",
 32686                   /* qualifiers */
 32687                   __root_cimv2_PRS_ServiceIncident_qualifiers,
 32688                   /* super */
 32689                   &__root_cimv2_PRS_ExchangeElement,
 32690                   /* features */
 32691                   _PRS_ServiceIncident_features,
 32692               };
 32693               
 32694               //==============================================================================
 32695               //
 32696               // Class: PRS_Solution
 32697               //
 32698               //==============================================================================
 32699               
 32700               static const char*
 32701 mike  1.1.2.1 _PRS_Solution_Title_qualifiers[] =
 32702               {
 32703                   0,
 32704               };
 32705               
 32706               static MetaProperty
 32707               _PRS_Solution_Title =
 32708               {
 32709                   /* flags */
 32710                   META_FLAG_PROPERTY|META_FLAG_READ,
 32711                   /* name */
 32712                   "Title",
 32713                   /* qualifiers */
 32714                   _PRS_Solution_Title_qualifiers,
 32715                   /* type */
 32716                   CIMTYPE_STRING,
 32717                   /* subscript */
 32718                   -1,
 32719                   /* value */
 32720                   0,
 32721               };
 32722 mike  1.1.2.1 
 32723               static const char*
 32724               _PRS_Solution_SolutionAbstract_qualifiers[] =
 32725               {
 32726                   0,
 32727               };
 32728               
 32729               static MetaProperty
 32730               _PRS_Solution_SolutionAbstract =
 32731               {
 32732                   /* flags */
 32733                   META_FLAG_PROPERTY|META_FLAG_READ,
 32734                   /* name */
 32735                   "SolutionAbstract",
 32736                   /* qualifiers */
 32737                   _PRS_Solution_SolutionAbstract_qualifiers,
 32738                   /* type */
 32739                   CIMTYPE_STRING,
 32740                   /* subscript */
 32741                   -1,
 32742                   /* value */
 32743 mike  1.1.2.1     0,
 32744               };
 32745               
 32746               static const char*
 32747               _PRS_Solution_SolutionType_qualifiers[] =
 32748               {
 32749                   /* ValueMap */
 32750                   "\061\000\0050\0001\0002\000254\000255\000",
 32751                   /* Values */
 32752                   "\062\000\005Reference\000Diagnostic\000How To\000Other\000Unknown\000",
 32753                   0,
 32754               };
 32755               
 32756               static MetaProperty
 32757               _PRS_Solution_SolutionType =
 32758               {
 32759                   /* flags */
 32760                   META_FLAG_PROPERTY|META_FLAG_READ,
 32761                   /* name */
 32762                   "SolutionType",
 32763                   /* qualifiers */
 32764 mike  1.1.2.1     _PRS_Solution_SolutionType_qualifiers,
 32765                   /* type */
 32766                   CIMTYPE_UINT8,
 32767                   /* subscript */
 32768                   -1,
 32769                   /* value */
 32770                   0,
 32771               };
 32772               
 32773               static MetaFeature*
 32774               _PRS_Solution_features[] =
 32775               {
 32776                   (MetaFeature*)&_PRS_Solution_Title,
 32777                   (MetaFeature*)&_PRS_Solution_SolutionAbstract,
 32778                   (MetaFeature*)&_PRS_Solution_SolutionType,
 32779                   0,
 32780               };
 32781               
 32782               static const char*
 32783               __root_cimv2_PRS_Solution_qualifiers[] =
 32784               {
 32785 mike  1.1.2.1     /* UMLPackagePath */
 32786                   "\057PRS::Support",
 32787                   /* Version */
 32788                   "\0632.6.0",
 32789                   0,
 32790               };
 32791               
 32792               MetaClass
 32793               __root_cimv2_PRS_Solution =
 32794               {
 32795                   /* flags */
 32796                   META_FLAG_CLASS,
 32797                   /* name */
 32798                   "PRS_Solution",
 32799                   /* qualifiers */
 32800                   __root_cimv2_PRS_Solution_qualifiers,
 32801                   /* super */
 32802                   &__root_cimv2_PRS_ExchangeElement,
 32803                   /* features */
 32804                   _PRS_Solution_features,
 32805               };
 32806 mike  1.1.2.1 
 32807               //==============================================================================
 32808               //
 32809               // Class: PRS_SolutionElement
 32810               //
 32811               //==============================================================================
 32812               
 32813               static MetaFeature*
 32814               _PRS_SolutionElement_features[] =
 32815               {
 32816                   0,
 32817               };
 32818               
 32819               static const char*
 32820               __root_cimv2_PRS_SolutionElement_qualifiers[] =
 32821               {
 32822                   /* UMLPackagePath */
 32823                   "\057PRS::Support",
 32824                   /* Abstract */
 32825                   "\002\001",
 32826                   /* Version */
 32827 mike  1.1.2.1     "\0632.6.0",
 32828                   0,
 32829               };
 32830               
 32831               MetaClass
 32832               __root_cimv2_PRS_SolutionElement =
 32833               {
 32834                   /* flags */
 32835                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 32836                   /* name */
 32837                   "PRS_SolutionElement",
 32838                   /* qualifiers */
 32839                   __root_cimv2_PRS_SolutionElement_qualifiers,
 32840                   /* super */
 32841                   &__root_cimv2_PRS_ExchangeElement,
 32842                   /* features */
 32843                   _PRS_SolutionElement_features,
 32844               };
 32845               
 32846               //==============================================================================
 32847               //
 32848 mike  1.1.2.1 // Class: PRS_SolutionHasElement
 32849               //
 32850               //==============================================================================
 32851               
 32852               static const char*
 32853               _PRS_SolutionHasElement_Antecedent_qualifiers[] =
 32854               {
 32855                   /* Aggregate */
 32856                   "\003\001",
 32857                   /* Override */
 32858                   "\044Antecedent",
 32859                   /* Min */
 32860                   "\033\000\000\000\001",
 32861                   0,
 32862               };
 32863               
 32864               static MetaReference
 32865               _PRS_SolutionHasElement_Antecedent =
 32866               {
 32867                   /* flags */
 32868                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 32869 mike  1.1.2.1     /* name */
 32870                   "Antecedent",
 32871                   /* qualifiers */
 32872                   _PRS_SolutionHasElement_Antecedent_qualifiers,
 32873                   /* subscript */
 32874                   -1,
 32875                   /* refId */
 32876                   &__root_cimv2_PRS_Solution,
 32877               };
 32878               
 32879               static const char*
 32880               _PRS_SolutionHasElement_Dependent_qualifiers[] =
 32881               {
 32882                   /* Override */
 32883                   "\044Dependent",
 32884                   0,
 32885               };
 32886               
 32887               static MetaReference
 32888               _PRS_SolutionHasElement_Dependent =
 32889               {
 32890 mike  1.1.2.1     /* flags */
 32891                   META_FLAG_REFERENCE|META_FLAG_READ,
 32892                   /* name */
 32893                   "Dependent",
 32894                   /* qualifiers */
 32895                   _PRS_SolutionHasElement_Dependent_qualifiers,
 32896                   /* subscript */
 32897                   -1,
 32898                   /* refId */
 32899                   &__root_cimv2_PRS_SolutionElement,
 32900               };
 32901               
 32902               static MetaFeature*
 32903               _PRS_SolutionHasElement_features[] =
 32904               {
 32905                   (MetaFeature*)&_PRS_SolutionHasElement_Antecedent,
 32906                   (MetaFeature*)&_PRS_SolutionHasElement_Dependent,
 32907                   0,
 32908               };
 32909               
 32910               static const char*
 32911 mike  1.1.2.1 __root_cimv2_PRS_SolutionHasElement_qualifiers[] =
 32912               {
 32913                   /* ASSOCIATION */
 32914                   "\000\001",
 32915                   /* UMLPackagePath */
 32916                   "\057PRS::Support",
 32917                   /* Abstract */
 32918                   "\002\001",
 32919                   /* Aggregation */
 32920                   "\004\001",
 32921                   /* Version */
 32922                   "\0632.6.0",
 32923                   0,
 32924               };
 32925               
 32926               MetaClass
 32927               __root_cimv2_PRS_SolutionHasElement =
 32928               {
 32929                   /* flags */
 32930                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 32931                   /* name */
 32932 mike  1.1.2.1     "PRS_SolutionHasElement",
 32933                   /* qualifiers */
 32934                   __root_cimv2_PRS_SolutionHasElement_qualifiers,
 32935                   /* super */
 32936                   &__root_cimv2_CIM_Dependency,
 32937                   /* features */
 32938                   _PRS_SolutionHasElement_features,
 32939               };
 32940               
 32941               //==============================================================================
 32942               //
 32943               // Class: PRS_Statement
 32944               //
 32945               //==============================================================================
 32946               
 32947               static const char*
 32948               _PRS_Statement_StatementRole_qualifiers[] =
 32949               {
 32950                   /* ValueMap */
 32951                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 32952                   /* Values */
 32953 mike  1.1.2.1     "\062\000\016Description\000Symptom\000Error_Message\000Objective\000Evidence\000Cause\000Work_Around\000Fix\000Answer\000Keyword\000Changes\000Title\000Other\000Unknown\000",
 32954                   0,
 32955               };
 32956               
 32957               static MetaProperty
 32958               _PRS_Statement_StatementRole =
 32959               {
 32960                   /* flags */
 32961                   META_FLAG_PROPERTY|META_FLAG_READ,
 32962                   /* name */
 32963                   "StatementRole",
 32964                   /* qualifiers */
 32965                   _PRS_Statement_StatementRole_qualifiers,
 32966                   /* type */
 32967                   CIMTYPE_UINT8,
 32968                   /* subscript */
 32969                   -1,
 32970                   /* value */
 32971                   0,
 32972               };
 32973               
 32974 mike  1.1.2.1 static const char*
 32975               _PRS_Statement_Text_qualifiers[] =
 32976               {
 32977                   0,
 32978               };
 32979               
 32980               static MetaProperty
 32981               _PRS_Statement_Text =
 32982               {
 32983                   /* flags */
 32984                   META_FLAG_PROPERTY|META_FLAG_READ,
 32985                   /* name */
 32986                   "Text",
 32987                   /* qualifiers */
 32988                   _PRS_Statement_Text_qualifiers,
 32989                   /* type */
 32990                   CIMTYPE_STRING,
 32991                   /* subscript */
 32992                   -1,
 32993                   /* value */
 32994                   0,
 32995 mike  1.1.2.1 };
 32996               
 32997               static const char*
 32998               _PRS_Statement_StatementOperator_qualifiers[] =
 32999               {
 33000                   0,
 33001               };
 33002               
 33003               static MetaProperty
 33004               _PRS_Statement_StatementOperator =
 33005               {
 33006                   /* flags */
 33007                   META_FLAG_PROPERTY|META_FLAG_READ,
 33008                   /* name */
 33009                   "StatementOperator",
 33010                   /* qualifiers */
 33011                   _PRS_Statement_StatementOperator_qualifiers,
 33012                   /* type */
 33013                   CIMTYPE_STRING,
 33014                   /* subscript */
 33015                   -1,
 33016 mike  1.1.2.1     /* value */
 33017                   0,
 33018               };
 33019               
 33020               static const char*
 33021               _PRS_Statement_FeatureValue_qualifiers[] =
 33022               {
 33023                   0,
 33024               };
 33025               
 33026               static MetaProperty
 33027               _PRS_Statement_FeatureValue =
 33028               {
 33029                   /* flags */
 33030                   META_FLAG_PROPERTY|META_FLAG_READ,
 33031                   /* name */
 33032                   "FeatureValue",
 33033                   /* qualifiers */
 33034                   _PRS_Statement_FeatureValue_qualifiers,
 33035                   /* type */
 33036                   CIMTYPE_STRING,
 33037 mike  1.1.2.1     /* subscript */
 33038                   -1,
 33039                   /* value */
 33040                   0,
 33041               };
 33042               
 33043               static const char*
 33044               _PRS_Statement_Order_qualifiers[] =
 33045               {
 33046                   0,
 33047               };
 33048               
 33049               static MetaProperty
 33050               _PRS_Statement_Order =
 33051               {
 33052                   /* flags */
 33053                   META_FLAG_PROPERTY|META_FLAG_READ,
 33054                   /* name */
 33055                   "Order",
 33056                   /* qualifiers */
 33057                   _PRS_Statement_Order_qualifiers,
 33058 mike  1.1.2.1     /* type */
 33059                   CIMTYPE_STRING,
 33060                   /* subscript */
 33061                   -1,
 33062                   /* value */
 33063                   0,
 33064               };
 33065               
 33066               static const char*
 33067               _PRS_Statement_Relevance_qualifiers[] =
 33068               {
 33069                   /* MinValue */
 33070                   "\035\000\000\000\000\000\000\000\000",
 33071                   /* MaxValue */
 33072                   "\031\000\000\000\000\000\000\000\144",
 33073                   0,
 33074               };
 33075               
 33076               static MetaProperty
 33077               _PRS_Statement_Relevance =
 33078               {
 33079 mike  1.1.2.1     /* flags */
 33080                   META_FLAG_PROPERTY|META_FLAG_READ,
 33081                   /* name */
 33082                   "Relevance",
 33083                   /* qualifiers */
 33084                   _PRS_Statement_Relevance_qualifiers,
 33085                   /* type */
 33086                   CIMTYPE_UINT16,
 33087                   /* subscript */
 33088                   -1,
 33089                   /* value */
 33090                   0,
 33091               };
 33092               
 33093               static MetaFeature*
 33094               _PRS_Statement_features[] =
 33095               {
 33096                   (MetaFeature*)&_PRS_Statement_StatementRole,
 33097                   (MetaFeature*)&_PRS_Statement_Text,
 33098                   (MetaFeature*)&_PRS_Statement_StatementOperator,
 33099                   (MetaFeature*)&_PRS_Statement_FeatureValue,
 33100 mike  1.1.2.1     (MetaFeature*)&_PRS_Statement_Order,
 33101                   (MetaFeature*)&_PRS_Statement_Relevance,
 33102                   0,
 33103               };
 33104               
 33105               static const char*
 33106               __root_cimv2_PRS_Statement_qualifiers[] =
 33107               {
 33108                   /* UMLPackagePath */
 33109                   "\057PRS::Support",
 33110                   /* Version */
 33111                   "\0632.6.0",
 33112                   0,
 33113               };
 33114               
 33115               MetaClass
 33116               __root_cimv2_PRS_Statement =
 33117               {
 33118                   /* flags */
 33119                   META_FLAG_CLASS,
 33120                   /* name */
 33121 mike  1.1.2.1     "PRS_Statement",
 33122                   /* qualifiers */
 33123                   __root_cimv2_PRS_Statement_qualifiers,
 33124                   /* super */
 33125                   &__root_cimv2_PRS_ExpressionElement,
 33126                   /* features */
 33127                   _PRS_Statement_features,
 33128               };
 33129               
 33130               //==============================================================================
 33131               //
 33132               // Class: PRS_StatementFeature
 33133               //
 33134               //==============================================================================
 33135               
 33136               static const char*
 33137               _PRS_StatementFeature_Antecedent_qualifiers[] =
 33138               {
 33139                   /* Override */
 33140                   "\044Antecedent",
 33141                   0,
 33142 mike  1.1.2.1 };
 33143               
 33144               static MetaReference
 33145               _PRS_StatementFeature_Antecedent =
 33146               {
 33147                   /* flags */
 33148                   META_FLAG_REFERENCE|META_FLAG_READ,
 33149                   /* name */
 33150                   "Antecedent",
 33151                   /* qualifiers */
 33152                   _PRS_StatementFeature_Antecedent_qualifiers,
 33153                   /* subscript */
 33154                   -1,
 33155                   /* refId */
 33156                   &__root_cimv2_PRS_Statement,
 33157               };
 33158               
 33159               static const char*
 33160               _PRS_StatementFeature_Dependent_qualifiers[] =
 33161               {
 33162                   /* Override */
 33163 mike  1.1.2.1     "\044Dependent",
 33164                   0,
 33165               };
 33166               
 33167               static MetaReference
 33168               _PRS_StatementFeature_Dependent =
 33169               {
 33170                   /* flags */
 33171                   META_FLAG_REFERENCE|META_FLAG_READ,
 33172                   /* name */
 33173                   "Dependent",
 33174                   /* qualifiers */
 33175                   _PRS_StatementFeature_Dependent_qualifiers,
 33176                   /* subscript */
 33177                   -1,
 33178                   /* refId */
 33179                   &__root_cimv2_PRS_Feature,
 33180               };
 33181               
 33182               static MetaFeature*
 33183               _PRS_StatementFeature_features[] =
 33184 mike  1.1.2.1 {
 33185                   (MetaFeature*)&_PRS_StatementFeature_Antecedent,
 33186                   (MetaFeature*)&_PRS_StatementFeature_Dependent,
 33187                   0,
 33188               };
 33189               
 33190               static const char*
 33191               __root_cimv2_PRS_StatementFeature_qualifiers[] =
 33192               {
 33193                   /* ASSOCIATION */
 33194                   "\000\001",
 33195                   /* UMLPackagePath */
 33196                   "\057PRS::Support",
 33197                   /* Version */
 33198                   "\0632.6.0",
 33199                   0,
 33200               };
 33201               
 33202               MetaClass
 33203               __root_cimv2_PRS_StatementFeature =
 33204               {
 33205 mike  1.1.2.1     /* flags */
 33206                   META_FLAG_ASSOCIATION,
 33207                   /* name */
 33208                   "PRS_StatementFeature",
 33209                   /* qualifiers */
 33210                   __root_cimv2_PRS_StatementFeature_qualifiers,
 33211                   /* super */
 33212                   &__root_cimv2_CIM_Dependency,
 33213                   /* features */
 33214                   _PRS_StatementFeature_features,
 33215               };
 33216               
 33217               //==============================================================================
 33218               //
 33219               // Class: PRS_Transaction
 33220               //
 33221               //==============================================================================
 33222               
 33223               static const char*
 33224               _PRS_Transaction_TransactionType_qualifiers[] =
 33225               {
 33226 mike  1.1.2.1     /* ValueMap */
 33227                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 33228                   /* Values */
 33229                   "\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",
 33230                   0,
 33231               };
 33232               
 33233               static MetaProperty
 33234               _PRS_Transaction_TransactionType =
 33235               {
 33236                   /* flags */
 33237                   META_FLAG_PROPERTY|META_FLAG_READ,
 33238                   /* name */
 33239                   "TransactionType",
 33240                   /* qualifiers */
 33241                   _PRS_Transaction_TransactionType_qualifiers,
 33242                   /* type */
 33243                   CIMTYPE_UINT8,
 33244                   /* subscript */
 33245                   -1,
 33246                   /* value */
 33247 mike  1.1.2.1     0,
 33248               };
 33249               
 33250               static const char*
 33251               _PRS_Transaction_TransactionState_qualifiers[] =
 33252               {
 33253                   /* ValueMap */
 33254                   "\061\000\0040\0001\0002\0003\000",
 33255                   /* Values */
 33256                   "\062\000\004Open\000Working\000Closed\000Notification_Pending\000",
 33257                   0,
 33258               };
 33259               
 33260               static MetaProperty
 33261               _PRS_Transaction_TransactionState =
 33262               {
 33263                   /* flags */
 33264                   META_FLAG_PROPERTY|META_FLAG_READ,
 33265                   /* name */
 33266                   "TransactionState",
 33267                   /* qualifiers */
 33268 mike  1.1.2.1     _PRS_Transaction_TransactionState_qualifiers,
 33269                   /* type */
 33270                   CIMTYPE_UINT8,
 33271                   /* subscript */
 33272                   -1,
 33273                   /* value */
 33274                   0,
 33275               };
 33276               
 33277               static const char*
 33278               _PRS_Transaction_CompletionStatus_qualifiers[] =
 33279               {
 33280                   0,
 33281               };
 33282               
 33283               static MetaProperty
 33284               _PRS_Transaction_CompletionStatus =
 33285               {
 33286                   /* flags */
 33287                   META_FLAG_PROPERTY|META_FLAG_READ,
 33288                   /* name */
 33289 mike  1.1.2.1     "CompletionStatus",
 33290                   /* qualifiers */
 33291                   _PRS_Transaction_CompletionStatus_qualifiers,
 33292                   /* type */
 33293                   CIMTYPE_UINT32,
 33294                   /* subscript */
 33295                   -1,
 33296                   /* value */
 33297                   0,
 33298               };
 33299               
 33300               static MetaFeature*
 33301               _PRS_Transaction_features[] =
 33302               {
 33303                   (MetaFeature*)&_PRS_Transaction_TransactionType,
 33304                   (MetaFeature*)&_PRS_Transaction_TransactionState,
 33305                   (MetaFeature*)&_PRS_Transaction_CompletionStatus,
 33306                   0,
 33307               };
 33308               
 33309               static const char*
 33310 mike  1.1.2.1 __root_cimv2_PRS_Transaction_qualifiers[] =
 33311               {
 33312                   /* UMLPackagePath */
 33313                   "\057PRS::Support",
 33314                   /* Version */
 33315                   "\0632.6.0",
 33316                   0,
 33317               };
 33318               
 33319               MetaClass
 33320               __root_cimv2_PRS_Transaction =
 33321               {
 33322                   /* flags */
 33323                   META_FLAG_CLASS,
 33324                   /* name */
 33325                   "PRS_Transaction",
 33326                   /* qualifiers */
 33327                   __root_cimv2_PRS_Transaction_qualifiers,
 33328                   /* super */
 33329                   &__root_cimv2_PRS_ExchangeElement,
 33330                   /* features */
 33331 mike  1.1.2.1     _PRS_Transaction_features,
 33332               };
 33333               
 33334               //==============================================================================
 33335               //
 33336               // Class: CIM_AlertIndication
 33337               //
 33338               //==============================================================================
 33339               
 33340               static const char*
 33341               _CIM_AlertIndication_Description_qualifiers[] =
 33342               {
 33343                   /* MappingStrings */
 33344                   "\026\000\001Recommendation.ITU|X733.Additional text\000",
 33345                   0,
 33346               };
 33347               
 33348               static MetaProperty
 33349               _CIM_AlertIndication_Description =
 33350               {
 33351                   /* flags */
 33352 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 33353                   /* name */
 33354                   "Description",
 33355                   /* qualifiers */
 33356                   _CIM_AlertIndication_Description_qualifiers,
 33357                   /* type */
 33358                   CIMTYPE_STRING,
 33359                   /* subscript */
 33360                   -1,
 33361                   /* value */
 33362                   0,
 33363               };
 33364               
 33365               static const char*
 33366               _CIM_AlertIndication_AlertingManagedElement_qualifiers[] =
 33367               {
 33368                   /* ModelCorrespondence */
 33369                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
 33370                   0,
 33371               };
 33372               
 33373 mike  1.1.2.1 static MetaProperty
 33374               _CIM_AlertIndication_AlertingManagedElement =
 33375               {
 33376                   /* flags */
 33377                   META_FLAG_PROPERTY|META_FLAG_READ,
 33378                   /* name */
 33379                   "AlertingManagedElement",
 33380                   /* qualifiers */
 33381                   _CIM_AlertIndication_AlertingManagedElement_qualifiers,
 33382                   /* type */
 33383                   CIMTYPE_STRING,
 33384                   /* subscript */
 33385                   -1,
 33386                   /* value */
 33387                   0,
 33388               };
 33389               
 33390               static const char*
 33391               _CIM_AlertIndication_AlertingElementFormat_qualifiers[] =
 33392               {
 33393                   /* ValueMap */
 33394 mike  1.1.2.1     "\061\000\0030\0001\0002\000",
 33395                   /* Values */
 33396                   "\062\000\003Unknown\000Other\000CIMObjectPath\000",
 33397                   /* ModelCorrespondence */
 33398                   "\036\000\002CIM_AlertIndication.AlertingManagedElement\000CIM_AlertIndication.OtherAlertingElementFormat\000",
 33399                   0,
 33400               };
 33401               
 33402               static MetaProperty
 33403               _CIM_AlertIndication_AlertingElementFormat =
 33404               {
 33405                   /* flags */
 33406                   META_FLAG_PROPERTY|META_FLAG_READ,
 33407                   /* name */
 33408                   "AlertingElementFormat",
 33409                   /* qualifiers */
 33410                   _CIM_AlertIndication_AlertingElementFormat_qualifiers,
 33411                   /* type */
 33412                   CIMTYPE_UINT16,
 33413                   /* subscript */
 33414                   -1,
 33415 mike  1.1.2.1     /* value */
 33416                   "\000\000",
 33417               };
 33418               
 33419               static const char*
 33420               _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers[] =
 33421               {
 33422                   /* ModelCorrespondence */
 33423                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
 33424                   0,
 33425               };
 33426               
 33427               static MetaProperty
 33428               _CIM_AlertIndication_OtherAlertingElementFormat =
 33429               {
 33430                   /* flags */
 33431                   META_FLAG_PROPERTY|META_FLAG_READ,
 33432                   /* name */
 33433                   "OtherAlertingElementFormat",
 33434                   /* qualifiers */
 33435                   _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers,
 33436 mike  1.1.2.1     /* type */
 33437                   CIMTYPE_STRING,
 33438                   /* subscript */
 33439                   -1,
 33440                   /* value */
 33441                   0,
 33442               };
 33443               
 33444               static const char*
 33445               _CIM_AlertIndication_AlertType_qualifiers[] =
 33446               {
 33447                   /* Required */
 33448                   "\050\001",
 33449                   /* ValueMap */
 33450                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 33451                   /* Values */
 33452                   "\062\000\010Other\000Communications Alert\000Quality of Service Alert\000Processing Error\000Device Alert\000Environmental Alert\000Model Change\000Security Alert\000",
 33453                   /* MappingStrings */
 33454                   "\026\000\001Recommendation.ITU|X733.Event type\000",
 33455                   0,
 33456               };
 33457 mike  1.1.2.1 
 33458               static MetaProperty
 33459               _CIM_AlertIndication_AlertType =
 33460               {
 33461                   /* flags */
 33462                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33463                   /* name */
 33464                   "AlertType",
 33465                   /* qualifiers */
 33466                   _CIM_AlertIndication_AlertType_qualifiers,
 33467                   /* type */
 33468                   CIMTYPE_UINT16,
 33469                   /* subscript */
 33470                   -1,
 33471                   /* value */
 33472                   0,
 33473               };
 33474               
 33475               static const char*
 33476               _CIM_AlertIndication_OtherAlertType_qualifiers[] =
 33477               {
 33478 mike  1.1.2.1     /* ModelCorrespondence */
 33479                   "\036\000\001CIM_AlertIndication.AlertType\000",
 33480                   0,
 33481               };
 33482               
 33483               static MetaProperty
 33484               _CIM_AlertIndication_OtherAlertType =
 33485               {
 33486                   /* flags */
 33487                   META_FLAG_PROPERTY|META_FLAG_READ,
 33488                   /* name */
 33489                   "OtherAlertType",
 33490                   /* qualifiers */
 33491                   _CIM_AlertIndication_OtherAlertType_qualifiers,
 33492                   /* type */
 33493                   CIMTYPE_STRING,
 33494                   /* subscript */
 33495                   -1,
 33496                   /* value */
 33497                   0,
 33498               };
 33499 mike  1.1.2.1 
 33500               static const char*
 33501               _CIM_AlertIndication_PerceivedSeverity_qualifiers[] =
 33502               {
 33503                   /* Required */
 33504                   "\050\001",
 33505                   /* Override */
 33506                   "\044PerceivedSeverity",
 33507                   /* ValueMap */
 33508                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 33509                   /* Values */
 33510                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
 33511                   /* MappingStrings */
 33512                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
 33513                   0,
 33514               };
 33515               
 33516               static MetaProperty
 33517               _CIM_AlertIndication_PerceivedSeverity =
 33518               {
 33519                   /* flags */
 33520 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33521                   /* name */
 33522                   "PerceivedSeverity",
 33523                   /* qualifiers */
 33524                   _CIM_AlertIndication_PerceivedSeverity_qualifiers,
 33525                   /* type */
 33526                   CIMTYPE_UINT16,
 33527                   /* subscript */
 33528                   -1,
 33529                   /* value */
 33530                   0,
 33531               };
 33532               
 33533               static const char*
 33534               _CIM_AlertIndication_ProbableCause_qualifiers[] =
 33535               {
 33536                   /* Required */
 33537                   "\050\001",
 33538                   /* ValueMap */
 33539                   "\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",
 33540                   /* Values */
 33541 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",
 33542                   /* MappingStrings */
 33543                   "\026\000\003Recommendation.ITU|X733.Probable cause\000Recommendation.ITU|M3100.probableCause\000ITU-IANA-ALARM-TC\000",
 33544                   /* ModelCorrespondence */
 33545                   "\036\000\003CIM_AlertIndication.ProbableCauseDescription\000CIM_AlertIndication.EventID\000CIM_AlertIndication.EventTime\000",
 33546                   0,
 33547               };
 33548               
 33549               static MetaProperty
 33550               _CIM_AlertIndication_ProbableCause =
 33551               {
 33552                   /* flags */
 33553                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33554                   /* name */
 33555                   "ProbableCause",
 33556                   /* qualifiers */
 33557                   _CIM_AlertIndication_ProbableCause_qualifiers,
 33558                   /* type */
 33559                   CIMTYPE_UINT16,
 33560                   /* subscript */
 33561                   -1,
 33562 mike  1.1.2.1     /* value */
 33563                   0,
 33564               };
 33565               
 33566               static const char*
 33567               _CIM_AlertIndication_ProbableCauseDescription_qualifiers[] =
 33568               {
 33569                   /* ModelCorrespondence */
 33570                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33571                   0,
 33572               };
 33573               
 33574               static MetaProperty
 33575               _CIM_AlertIndication_ProbableCauseDescription =
 33576               {
 33577                   /* flags */
 33578                   META_FLAG_PROPERTY|META_FLAG_READ,
 33579                   /* name */
 33580                   "ProbableCauseDescription",
 33581                   /* qualifiers */
 33582                   _CIM_AlertIndication_ProbableCauseDescription_qualifiers,
 33583 mike  1.1.2.1     /* type */
 33584                   CIMTYPE_STRING,
 33585                   /* subscript */
 33586                   -1,
 33587                   /* value */
 33588                   0,
 33589               };
 33590               
 33591               static const char*
 33592               _CIM_AlertIndication_Trending_qualifiers[] =
 33593               {
 33594                   /* ValueMap */
 33595                   "\061\000\0050\0001\0002\0003\0004\000",
 33596                   /* Values */
 33597                   "\062\000\005Unknown\000Not Applicable\000Trending Up\000Trending Down\000No Change\000",
 33598                   /* MappingStrings */
 33599                   "\026\000\001Recommendation.ITU|X733.TrendIndication\000",
 33600                   0,
 33601               };
 33602               
 33603               static MetaProperty
 33604 mike  1.1.2.1 _CIM_AlertIndication_Trending =
 33605               {
 33606                   /* flags */
 33607                   META_FLAG_PROPERTY|META_FLAG_READ,
 33608                   /* name */
 33609                   "Trending",
 33610                   /* qualifiers */
 33611                   _CIM_AlertIndication_Trending_qualifiers,
 33612                   /* type */
 33613                   CIMTYPE_UINT16,
 33614                   /* subscript */
 33615                   -1,
 33616                   /* value */
 33617                   0,
 33618               };
 33619               
 33620               static const char*
 33621               _CIM_AlertIndication_RecommendedActions_qualifiers[] =
 33622               {
 33623                   /* MappingStrings */
 33624                   "\026\000\001Recommendation.ITU|X733.Proposed repair actions\000",
 33625 mike  1.1.2.1     0,
 33626               };
 33627               
 33628               static MetaProperty
 33629               _CIM_AlertIndication_RecommendedActions =
 33630               {
 33631                   /* flags */
 33632                   META_FLAG_PROPERTY|META_FLAG_READ,
 33633                   /* name */
 33634                   "RecommendedActions",
 33635                   /* qualifiers */
 33636                   _CIM_AlertIndication_RecommendedActions_qualifiers,
 33637                   /* type */
 33638                   CIMTYPE_STRING,
 33639                   /* subscript */
 33640                   0,
 33641                   /* value */
 33642                   0,
 33643               };
 33644               
 33645               static const char*
 33646 mike  1.1.2.1 _CIM_AlertIndication_EventID_qualifiers[] =
 33647               {
 33648                   /* ModelCorrespondence */
 33649                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33650                   0,
 33651               };
 33652               
 33653               static MetaProperty
 33654               _CIM_AlertIndication_EventID =
 33655               {
 33656                   /* flags */
 33657                   META_FLAG_PROPERTY|META_FLAG_READ,
 33658                   /* name */
 33659                   "EventID",
 33660                   /* qualifiers */
 33661                   _CIM_AlertIndication_EventID_qualifiers,
 33662                   /* type */
 33663                   CIMTYPE_STRING,
 33664                   /* subscript */
 33665                   -1,
 33666                   /* value */
 33667 mike  1.1.2.1     0,
 33668               };
 33669               
 33670               static const char*
 33671               _CIM_AlertIndication_EventTime_qualifiers[] =
 33672               {
 33673                   /* ModelCorrespondence */
 33674                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33675                   0,
 33676               };
 33677               
 33678               static MetaProperty
 33679               _CIM_AlertIndication_EventTime =
 33680               {
 33681                   /* flags */
 33682                   META_FLAG_PROPERTY|META_FLAG_READ,
 33683                   /* name */
 33684                   "EventTime",
 33685                   /* qualifiers */
 33686                   _CIM_AlertIndication_EventTime_qualifiers,
 33687                   /* type */
 33688 mike  1.1.2.1     CIMTYPE_DATETIME,
 33689                   /* subscript */
 33690                   -1,
 33691                   /* value */
 33692                   0,
 33693               };
 33694               
 33695               static const char*
 33696               _CIM_AlertIndication_SystemCreationClassName_qualifiers[] =
 33697               {
 33698                   /* MaxLen */
 33699                   "\030\000\000\001\000",
 33700                   0,
 33701               };
 33702               
 33703               static MetaProperty
 33704               _CIM_AlertIndication_SystemCreationClassName =
 33705               {
 33706                   /* flags */
 33707                   META_FLAG_PROPERTY|META_FLAG_READ,
 33708                   /* name */
 33709 mike  1.1.2.1     "SystemCreationClassName",
 33710                   /* qualifiers */
 33711                   _CIM_AlertIndication_SystemCreationClassName_qualifiers,
 33712                   /* type */
 33713                   CIMTYPE_STRING,
 33714                   /* subscript */
 33715                   -1,
 33716                   /* value */
 33717                   0,
 33718               };
 33719               
 33720               static const char*
 33721               _CIM_AlertIndication_SystemName_qualifiers[] =
 33722               {
 33723                   /* MaxLen */
 33724                   "\030\000\000\001\000",
 33725                   0,
 33726               };
 33727               
 33728               static MetaProperty
 33729               _CIM_AlertIndication_SystemName =
 33730 mike  1.1.2.1 {
 33731                   /* flags */
 33732                   META_FLAG_PROPERTY|META_FLAG_READ,
 33733                   /* name */
 33734                   "SystemName",
 33735                   /* qualifiers */
 33736                   _CIM_AlertIndication_SystemName_qualifiers,
 33737                   /* type */
 33738                   CIMTYPE_STRING,
 33739                   /* subscript */
 33740                   -1,
 33741                   /* value */
 33742                   0,
 33743               };
 33744               
 33745               static const char*
 33746               _CIM_AlertIndication_ProviderName_qualifiers[] =
 33747               {
 33748                   /* MaxLen */
 33749                   "\030\000\000\001\000",
 33750                   0,
 33751 mike  1.1.2.1 };
 33752               
 33753               static MetaProperty
 33754               _CIM_AlertIndication_ProviderName =
 33755               {
 33756                   /* flags */
 33757                   META_FLAG_PROPERTY|META_FLAG_READ,
 33758                   /* name */
 33759                   "ProviderName",
 33760                   /* qualifiers */
 33761                   _CIM_AlertIndication_ProviderName_qualifiers,
 33762                   /* type */
 33763                   CIMTYPE_STRING,
 33764                   /* subscript */
 33765                   -1,
 33766                   /* value */
 33767                   0,
 33768               };
 33769               
 33770               static MetaFeature*
 33771               _CIM_AlertIndication_features[] =
 33772 mike  1.1.2.1 {
 33773                   (MetaFeature*)&_CIM_AlertIndication_Description,
 33774                   (MetaFeature*)&_CIM_AlertIndication_AlertingManagedElement,
 33775                   (MetaFeature*)&_CIM_AlertIndication_AlertingElementFormat,
 33776                   (MetaFeature*)&_CIM_AlertIndication_OtherAlertingElementFormat,
 33777                   (MetaFeature*)&_CIM_AlertIndication_AlertType,
 33778                   (MetaFeature*)&_CIM_AlertIndication_OtherAlertType,
 33779                   (MetaFeature*)&_CIM_AlertIndication_PerceivedSeverity,
 33780                   (MetaFeature*)&_CIM_AlertIndication_ProbableCause,
 33781                   (MetaFeature*)&_CIM_AlertIndication_ProbableCauseDescription,
 33782                   (MetaFeature*)&_CIM_AlertIndication_Trending,
 33783                   (MetaFeature*)&_CIM_AlertIndication_RecommendedActions,
 33784                   (MetaFeature*)&_CIM_AlertIndication_EventID,
 33785                   (MetaFeature*)&_CIM_AlertIndication_EventTime,
 33786                   (MetaFeature*)&_CIM_AlertIndication_SystemCreationClassName,
 33787                   (MetaFeature*)&_CIM_AlertIndication_SystemName,
 33788                   (MetaFeature*)&_CIM_AlertIndication_ProviderName,
 33789                   0,
 33790               };
 33791               
 33792               static const char*
 33793 mike  1.1.2.1 __root_cimv2_CIM_AlertIndication_qualifiers[] =
 33794               {
 33795                   /* INDICATION */
 33796                   "\001\001",
 33797                   /* UMLPackagePath */
 33798                   "\057CIM::Event",
 33799                   /* Version */
 33800                   "\0632.10.0",
 33801                   0,
 33802               };
 33803               
 33804               MetaClass
 33805               __root_cimv2_CIM_AlertIndication =
 33806               {
 33807                   /* flags */
 33808                   META_FLAG_INDICATION,
 33809                   /* name */
 33810                   "CIM_AlertIndication",
 33811                   /* qualifiers */
 33812                   __root_cimv2_CIM_AlertIndication_qualifiers,
 33813                   /* super */
 33814 mike  1.1.2.1     &__root_cimv2_CIM_ProcessIndication,
 33815                   /* features */
 33816                   _CIM_AlertIndication_features,
 33817               };
 33818               
 33819               //==============================================================================
 33820               //
 33821               // Class: CIM_AlertInstIndication
 33822               //
 33823               //==============================================================================
 33824               
 33825               static const char*
 33826               _CIM_AlertInstIndication_AlertType_qualifiers[] =
 33827               {
 33828                   /* Override */
 33829                   "\044AlertType",
 33830                   0,
 33831               };
 33832               
 33833               static MetaProperty
 33834               _CIM_AlertInstIndication_AlertType =
 33835 mike  1.1.2.1 {
 33836                   /* flags */
 33837                   META_FLAG_PROPERTY|META_FLAG_READ,
 33838                   /* name */
 33839                   "AlertType",
 33840                   /* qualifiers */
 33841                   _CIM_AlertInstIndication_AlertType_qualifiers,
 33842                   /* type */
 33843                   CIMTYPE_UINT16,
 33844                   /* subscript */
 33845                   -1,
 33846                   /* value */
 33847                   "\000\007",
 33848               };
 33849               
 33850               static const char*
 33851               _CIM_AlertInstIndication_IndObject_qualifiers[] =
 33852               {
 33853                   /* Required */
 33854                   "\050\001",
 33855                   /* EmbeddedObject */
 33856 mike  1.1.2.1     "\020\001",
 33857                   0,
 33858               };
 33859               
 33860               static MetaProperty
 33861               _CIM_AlertInstIndication_IndObject =
 33862               {
 33863                   /* flags */
 33864                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
 33865                   /* name */
 33866                   "IndObject",
 33867                   /* qualifiers */
 33868                   _CIM_AlertInstIndication_IndObject_qualifiers,
 33869                   /* type */
 33870                   CIMTYPE_STRING,
 33871                   /* subscript */
 33872                   -1,
 33873                   /* value */
 33874                   0,
 33875               };
 33876               
 33877 mike  1.1.2.1 static MetaFeature*
 33878               _CIM_AlertInstIndication_features[] =
 33879               {
 33880                   (MetaFeature*)&_CIM_AlertInstIndication_AlertType,
 33881                   (MetaFeature*)&_CIM_AlertInstIndication_IndObject,
 33882                   0,
 33883               };
 33884               
 33885               static const char*
 33886               __root_cimv2_CIM_AlertInstIndication_qualifiers[] =
 33887               {
 33888                   /* INDICATION */
 33889                   "\001\001",
 33890                   /* UMLPackagePath */
 33891                   "\057CIM::Event",
 33892                   /* Version */
 33893                   "\0632.6.0",
 33894                   0,
 33895               };
 33896               
 33897               MetaClass
 33898 mike  1.1.2.1 __root_cimv2_CIM_AlertInstIndication =
 33899               {
 33900                   /* flags */
 33901                   META_FLAG_INDICATION,
 33902                   /* name */
 33903                   "CIM_AlertInstIndication",
 33904                   /* qualifiers */
 33905                   __root_cimv2_CIM_AlertInstIndication_qualifiers,
 33906                   /* super */
 33907                   &__root_cimv2_CIM_AlertIndication,
 33908                   /* features */
 33909                   _CIM_AlertInstIndication_features,
 33910               };
 33911               
 33912               //==============================================================================
 33913               //
 33914               // Class: CIM_AllocationSchedulingElement
 33915               //
 33916               //==============================================================================
 33917               
 33918               static const char*
 33919 mike  1.1.2.1 _CIM_AllocationSchedulingElement_AllocationUnits_qualifiers[] =
 33920               {
 33921                   /* ValueMap */
 33922                   "\061\000\0031\0002\0003\000",
 33923                   /* Values */
 33924                   "\062\000\003Bytes\000Packets\000Cells\000",
 33925                   0,
 33926               };
 33927               
 33928               static MetaProperty
 33929               _CIM_AllocationSchedulingElement_AllocationUnits =
 33930               {
 33931                   /* flags */
 33932                   META_FLAG_PROPERTY|META_FLAG_READ,
 33933                   /* name */
 33934                   "AllocationUnits",
 33935                   /* qualifiers */
 33936                   _CIM_AllocationSchedulingElement_AllocationUnits_qualifiers,
 33937                   /* type */
 33938                   CIMTYPE_UINT16,
 33939                   /* subscript */
 33940 mike  1.1.2.1     -1,
 33941                   /* value */
 33942                   0,
 33943               };
 33944               
 33945               static const char*
 33946               _CIM_AllocationSchedulingElement_BandwidthAllocation_qualifiers[] =
 33947               {
 33948                   /* ModelCorrespondence */
 33949                   "\036\000\001CIM_AllocationSchedulingElement.AllocationUnits\000",
 33950                   0,
 33951               };
 33952               
 33953               static MetaProperty
 33954               _CIM_AllocationSchedulingElement_BandwidthAllocation =
 33955               {
 33956                   /* flags */
 33957                   META_FLAG_PROPERTY|META_FLAG_READ,
 33958                   /* name */
 33959                   "BandwidthAllocation",
 33960                   /* qualifiers */
 33961 mike  1.1.2.1     _CIM_AllocationSchedulingElement_BandwidthAllocation_qualifiers,
 33962                   /* type */
 33963                   CIMTYPE_UINT32,
 33964                   /* subscript */
 33965                   -1,
 33966                   /* value */
 33967                   0,
 33968               };
 33969               
 33970               static const char*
 33971               _CIM_AllocationSchedulingElement_BurstAllocation_qualifiers[] =
 33972               {
 33973                   /* ModelCorrespondence */
 33974                   "\036\000\001CIM_AllocationSchedulingElement.AllocationUnits\000",
 33975                   0,
 33976               };
 33977               
 33978               static MetaProperty
 33979               _CIM_AllocationSchedulingElement_BurstAllocation =
 33980               {
 33981                   /* flags */
 33982 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 33983                   /* name */
 33984                   "BurstAllocation",
 33985                   /* qualifiers */
 33986                   _CIM_AllocationSchedulingElement_BurstAllocation_qualifiers,
 33987                   /* type */
 33988                   CIMTYPE_UINT32,
 33989                   /* subscript */
 33990                   -1,
 33991                   /* value */
 33992                   0,
 33993               };
 33994               
 33995               static const char*
 33996               _CIM_AllocationSchedulingElement_CanShare_qualifiers[] =
 33997               {
 33998                   0,
 33999               };
 34000               
 34001               static MetaProperty
 34002               _CIM_AllocationSchedulingElement_CanShare =
 34003 mike  1.1.2.1 {
 34004                   /* flags */
 34005                   META_FLAG_PROPERTY|META_FLAG_READ,
 34006                   /* name */
 34007                   "CanShare",
 34008                   /* qualifiers */
 34009                   _CIM_AllocationSchedulingElement_CanShare_qualifiers,
 34010                   /* type */
 34011                   CIMTYPE_BOOLEAN,
 34012                   /* subscript */
 34013                   -1,
 34014                   /* value */
 34015                   0,
 34016               };
 34017               
 34018               static const char*
 34019               _CIM_AllocationSchedulingElement_WorkFlexible_qualifiers[] =
 34020               {
 34021                   0,
 34022               };
 34023               
 34024 mike  1.1.2.1 static MetaProperty
 34025               _CIM_AllocationSchedulingElement_WorkFlexible =
 34026               {
 34027                   /* flags */
 34028                   META_FLAG_PROPERTY|META_FLAG_READ,
 34029                   /* name */
 34030                   "WorkFlexible",
 34031                   /* qualifiers */
 34032                   _CIM_AllocationSchedulingElement_WorkFlexible_qualifiers,
 34033                   /* type */
 34034                   CIMTYPE_BOOLEAN,
 34035                   /* subscript */
 34036                   -1,
 34037                   /* value */
 34038                   0,
 34039               };
 34040               
 34041               static MetaFeature*
 34042               _CIM_AllocationSchedulingElement_features[] =
 34043               {
 34044                   (MetaFeature*)&_CIM_AllocationSchedulingElement_AllocationUnits,
 34045 mike  1.1.2.1     (MetaFeature*)&_CIM_AllocationSchedulingElement_BandwidthAllocation,
 34046                   (MetaFeature*)&_CIM_AllocationSchedulingElement_BurstAllocation,
 34047                   (MetaFeature*)&_CIM_AllocationSchedulingElement_CanShare,
 34048                   (MetaFeature*)&_CIM_AllocationSchedulingElement_WorkFlexible,
 34049                   0,
 34050               };
 34051               
 34052               static const char*
 34053               __root_cimv2_CIM_AllocationSchedulingElement_qualifiers[] =
 34054               {
 34055                   /* UMLPackagePath */
 34056                   "\057CIM::Network::QoS",
 34057                   /* Version */
 34058                   "\0632.7.0",
 34059                   0,
 34060               };
 34061               
 34062               MetaClass
 34063               __root_cimv2_CIM_AllocationSchedulingElement =
 34064               {
 34065                   /* flags */
 34066 mike  1.1.2.1     META_FLAG_CLASS,
 34067                   /* name */
 34068                   "CIM_AllocationSchedulingElement",
 34069                   /* qualifiers */
 34070                   __root_cimv2_CIM_AllocationSchedulingElement_qualifiers,
 34071                   /* super */
 34072                   &__root_cimv2_CIM_SchedulingElement,
 34073                   /* features */
 34074                   _CIM_AllocationSchedulingElement_features,
 34075               };
 34076               
 34077               //==============================================================================
 34078               //
 34079               // Class: CIM_AssignedIdentity
 34080               //
 34081               //==============================================================================
 34082               
 34083               static const char*
 34084               _CIM_AssignedIdentity_IdentityInfo_qualifiers[] =
 34085               {
 34086                   /* Key */
 34087 mike  1.1.2.1     "\025\001",
 34088                   0,
 34089               };
 34090               
 34091               static MetaReference
 34092               _CIM_AssignedIdentity_IdentityInfo =
 34093               {
 34094                   /* flags */
 34095                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34096                   /* name */
 34097                   "IdentityInfo",
 34098                   /* qualifiers */
 34099                   _CIM_AssignedIdentity_IdentityInfo_qualifiers,
 34100                   /* subscript */
 34101                   -1,
 34102                   /* refId */
 34103                   &__root_cimv2_CIM_Identity,
 34104               };
 34105               
 34106               static const char*
 34107               _CIM_AssignedIdentity_ManagedElement_qualifiers[] =
 34108 mike  1.1.2.1 {
 34109                   /* Key */
 34110                   "\025\001",
 34111                   /* Max */
 34112                   "\027\000\000\000\001",
 34113                   0,
 34114               };
 34115               
 34116               static MetaReference
 34117               _CIM_AssignedIdentity_ManagedElement =
 34118               {
 34119                   /* flags */
 34120                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34121                   /* name */
 34122                   "ManagedElement",
 34123                   /* qualifiers */
 34124                   _CIM_AssignedIdentity_ManagedElement_qualifiers,
 34125                   /* subscript */
 34126                   -1,
 34127                   /* refId */
 34128                   &__root_cimv2_CIM_ManagedElement,
 34129 mike  1.1.2.1 };
 34130               
 34131               static MetaFeature*
 34132               _CIM_AssignedIdentity_features[] =
 34133               {
 34134                   (MetaFeature*)&_CIM_AssignedIdentity_IdentityInfo,
 34135                   (MetaFeature*)&_CIM_AssignedIdentity_ManagedElement,
 34136                   0,
 34137               };
 34138               
 34139               static const char*
 34140               __root_cimv2_CIM_AssignedIdentity_qualifiers[] =
 34141               {
 34142                   /* ASSOCIATION */
 34143                   "\000\001",
 34144                   /* UMLPackagePath */
 34145                   "\057CIM::User::Identity",
 34146                   /* Version */
 34147                   "\0632.8.0",
 34148                   0,
 34149               };
 34150 mike  1.1.2.1 
 34151               MetaClass
 34152               __root_cimv2_CIM_AssignedIdentity =
 34153               {
 34154                   /* flags */
 34155                   META_FLAG_ASSOCIATION,
 34156                   /* name */
 34157                   "CIM_AssignedIdentity",
 34158                   /* qualifiers */
 34159                   __root_cimv2_CIM_AssignedIdentity_qualifiers,
 34160                   /* super */
 34161                   0,
 34162                   /* features */
 34163                   _CIM_AssignedIdentity_features,
 34164               };
 34165               
 34166               //==============================================================================
 34167               //
 34168               // Class: CIM_AuthenticationCondition
 34169               //
 34170               //==============================================================================
 34171 mike  1.1.2.1 
 34172               static MetaFeature*
 34173               _CIM_AuthenticationCondition_features[] =
 34174               {
 34175                   0,
 34176               };
 34177               
 34178               static const char*
 34179               __root_cimv2_CIM_AuthenticationCondition_qualifiers[] =
 34180               {
 34181                   /* UMLPackagePath */
 34182                   "\057CIM::Policy",
 34183                   /* Abstract */
 34184                   "\002\001",
 34185                   /* Version */
 34186                   "\0632.8.0",
 34187                   0,
 34188               };
 34189               
 34190               MetaClass
 34191               __root_cimv2_CIM_AuthenticationCondition =
 34192 mike  1.1.2.1 {
 34193                   /* flags */
 34194                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 34195                   /* name */
 34196                   "CIM_AuthenticationCondition",
 34197                   /* qualifiers */
 34198                   __root_cimv2_CIM_AuthenticationCondition_qualifiers,
 34199                   /* super */
 34200                   &__root_cimv2_CIM_PolicyCondition,
 34201                   /* features */
 34202                   _CIM_AuthenticationCondition_features,
 34203               };
 34204               
 34205               //==============================================================================
 34206               //
 34207               // Class: CIM_AuthorizedPrivilege
 34208               //
 34209               //==============================================================================
 34210               
 34211               static MetaFeature*
 34212               _CIM_AuthorizedPrivilege_features[] =
 34213 mike  1.1.2.1 {
 34214                   0,
 34215               };
 34216               
 34217               static const char*
 34218               __root_cimv2_CIM_AuthorizedPrivilege_qualifiers[] =
 34219               {
 34220                   /* UMLPackagePath */
 34221                   "\057CIM::User::Privilege",
 34222                   /* Version */
 34223                   "\0632.8.0",
 34224                   0,
 34225               };
 34226               
 34227               MetaClass
 34228               __root_cimv2_CIM_AuthorizedPrivilege =
 34229               {
 34230                   /* flags */
 34231                   META_FLAG_CLASS,
 34232                   /* name */
 34233                   "CIM_AuthorizedPrivilege",
 34234 mike  1.1.2.1     /* qualifiers */
 34235                   __root_cimv2_CIM_AuthorizedPrivilege_qualifiers,
 34236                   /* super */
 34237                   &__root_cimv2_CIM_Privilege,
 34238                   /* features */
 34239                   _CIM_AuthorizedPrivilege_features,
 34240               };
 34241               
 34242               //==============================================================================
 34243               //
 34244               // Class: CIM_AuthorizedSubject
 34245               //
 34246               //==============================================================================
 34247               
 34248               static const char*
 34249               _CIM_AuthorizedSubject_Privilege_qualifiers[] =
 34250               {
 34251                   /* Key */
 34252                   "\025\001",
 34253                   0,
 34254               };
 34255 mike  1.1.2.1 
 34256               static MetaReference
 34257               _CIM_AuthorizedSubject_Privilege =
 34258               {
 34259                   /* flags */
 34260                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34261                   /* name */
 34262                   "Privilege",
 34263                   /* qualifiers */
 34264                   _CIM_AuthorizedSubject_Privilege_qualifiers,
 34265                   /* subscript */
 34266                   -1,
 34267                   /* refId */
 34268                   &__root_cimv2_CIM_AuthorizedPrivilege,
 34269               };
 34270               
 34271               static const char*
 34272               _CIM_AuthorizedSubject_PrivilegedElement_qualifiers[] =
 34273               {
 34274                   /* Key */
 34275                   "\025\001",
 34276 mike  1.1.2.1     0,
 34277               };
 34278               
 34279               static MetaReference
 34280               _CIM_AuthorizedSubject_PrivilegedElement =
 34281               {
 34282                   /* flags */
 34283                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34284                   /* name */
 34285                   "PrivilegedElement",
 34286                   /* qualifiers */
 34287                   _CIM_AuthorizedSubject_PrivilegedElement_qualifiers,
 34288                   /* subscript */
 34289                   -1,
 34290                   /* refId */
 34291                   &__root_cimv2_CIM_ManagedElement,
 34292               };
 34293               
 34294               static MetaFeature*
 34295               _CIM_AuthorizedSubject_features[] =
 34296               {
 34297 mike  1.1.2.1     (MetaFeature*)&_CIM_AuthorizedSubject_Privilege,
 34298                   (MetaFeature*)&_CIM_AuthorizedSubject_PrivilegedElement,
 34299                   0,
 34300               };
 34301               
 34302               static const char*
 34303               __root_cimv2_CIM_AuthorizedSubject_qualifiers[] =
 34304               {
 34305                   /* ASSOCIATION */
 34306                   "\000\001",
 34307                   /* UMLPackagePath */
 34308                   "\057CIM::User::Privilege",
 34309                   /* Version */
 34310                   "\0632.8.0",
 34311                   0,
 34312               };
 34313               
 34314               MetaClass
 34315               __root_cimv2_CIM_AuthorizedSubject =
 34316               {
 34317                   /* flags */
 34318 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 34319                   /* name */
 34320                   "CIM_AuthorizedSubject",
 34321                   /* qualifiers */
 34322                   __root_cimv2_CIM_AuthorizedSubject_qualifiers,
 34323                   /* super */
 34324                   0,
 34325                   /* features */
 34326                   _CIM_AuthorizedSubject_features,
 34327               };
 34328               
 34329               //==============================================================================
 34330               //
 34331               // Class: CIM_AuthorizedTarget
 34332               //
 34333               //==============================================================================
 34334               
 34335               static const char*
 34336               _CIM_AuthorizedTarget_Privilege_qualifiers[] =
 34337               {
 34338                   /* Key */
 34339 mike  1.1.2.1     "\025\001",
 34340                   0,
 34341               };
 34342               
 34343               static MetaReference
 34344               _CIM_AuthorizedTarget_Privilege =
 34345               {
 34346                   /* flags */
 34347                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34348                   /* name */
 34349                   "Privilege",
 34350                   /* qualifiers */
 34351                   _CIM_AuthorizedTarget_Privilege_qualifiers,
 34352                   /* subscript */
 34353                   -1,
 34354                   /* refId */
 34355                   &__root_cimv2_CIM_AuthorizedPrivilege,
 34356               };
 34357               
 34358               static const char*
 34359               _CIM_AuthorizedTarget_TargetElement_qualifiers[] =
 34360 mike  1.1.2.1 {
 34361                   /* Key */
 34362                   "\025\001",
 34363                   0,
 34364               };
 34365               
 34366               static MetaReference
 34367               _CIM_AuthorizedTarget_TargetElement =
 34368               {
 34369                   /* flags */
 34370                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34371                   /* name */
 34372                   "TargetElement",
 34373                   /* qualifiers */
 34374                   _CIM_AuthorizedTarget_TargetElement_qualifiers,
 34375                   /* subscript */
 34376                   -1,
 34377                   /* refId */
 34378                   &__root_cimv2_CIM_ManagedElement,
 34379               };
 34380               
 34381 mike  1.1.2.1 static MetaFeature*
 34382               _CIM_AuthorizedTarget_features[] =
 34383               {
 34384                   (MetaFeature*)&_CIM_AuthorizedTarget_Privilege,
 34385                   (MetaFeature*)&_CIM_AuthorizedTarget_TargetElement,
 34386                   0,
 34387               };
 34388               
 34389               static const char*
 34390               __root_cimv2_CIM_AuthorizedTarget_qualifiers[] =
 34391               {
 34392                   /* ASSOCIATION */
 34393                   "\000\001",
 34394                   /* UMLPackagePath */
 34395                   "\057CIM::User::Privilege",
 34396                   /* Version */
 34397                   "\0632.8.0",
 34398                   0,
 34399               };
 34400               
 34401               MetaClass
 34402 mike  1.1.2.1 __root_cimv2_CIM_AuthorizedTarget =
 34403               {
 34404                   /* flags */
 34405                   META_FLAG_ASSOCIATION,
 34406                   /* name */
 34407                   "CIM_AuthorizedTarget",
 34408                   /* qualifiers */
 34409                   __root_cimv2_CIM_AuthorizedTarget_qualifiers,
 34410                   /* super */
 34411                   0,
 34412                   /* features */
 34413                   _CIM_AuthorizedTarget_features,
 34414               };
 34415               
 34416               //==============================================================================
 34417               //
 34418               // Class: CIM_BGPCluster
 34419               //
 34420               //==============================================================================
 34421               
 34422               static const char*
 34423 mike  1.1.2.1 _CIM_BGPCluster_ClusterID_qualifiers[] =
 34424               {
 34425                   /* Key */
 34426                   "\025\001",
 34427                   0,
 34428               };
 34429               
 34430               static MetaProperty
 34431               _CIM_BGPCluster_ClusterID =
 34432               {
 34433                   /* flags */
 34434                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34435                   /* name */
 34436                   "ClusterID",
 34437                   /* qualifiers */
 34438                   _CIM_BGPCluster_ClusterID_qualifiers,
 34439                   /* type */
 34440                   CIMTYPE_UINT32,
 34441                   /* subscript */
 34442                   -1,
 34443                   /* value */
 34444 mike  1.1.2.1     0,
 34445               };
 34446               
 34447               static MetaFeature*
 34448               _CIM_BGPCluster_features[] =
 34449               {
 34450                   (MetaFeature*)&_CIM_BGPCluster_ClusterID,
 34451                   0,
 34452               };
 34453               
 34454               static const char*
 34455               __root_cimv2_CIM_BGPCluster_qualifiers[] =
 34456               {
 34457                   /* UMLPackagePath */
 34458                   "\057CIM::Network::BGP",
 34459                   /* Version */
 34460                   "\0632.6.0",
 34461                   0,
 34462               };
 34463               
 34464               MetaClass
 34465 mike  1.1.2.1 __root_cimv2_CIM_BGPCluster =
 34466               {
 34467                   /* flags */
 34468                   META_FLAG_CLASS,
 34469                   /* name */
 34470                   "CIM_BGPCluster",
 34471                   /* qualifiers */
 34472                   __root_cimv2_CIM_BGPCluster_qualifiers,
 34473                   /* super */
 34474                   &__root_cimv2_CIM_CollectionOfMSEs,
 34475                   /* features */
 34476                   _CIM_BGPCluster_features,
 34477               };
 34478               
 34479               //==============================================================================
 34480               //
 34481               // Class: CIM_BGPEndpointStatistics
 34482               //
 34483               //==============================================================================
 34484               
 34485               static const char*
 34486 mike  1.1.2.1 _CIM_BGPEndpointStatistics_InUpdates_qualifiers[] =
 34487               {
 34488                   /* Counter */
 34489                   "\012\001",
 34490                   /* MappingStrings */
 34491                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdates\000",
 34492                   0,
 34493               };
 34494               
 34495               static MetaProperty
 34496               _CIM_BGPEndpointStatistics_InUpdates =
 34497               {
 34498                   /* flags */
 34499                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34500                   /* name */
 34501                   "InUpdates",
 34502                   /* qualifiers */
 34503                   _CIM_BGPEndpointStatistics_InUpdates_qualifiers,
 34504                   /* type */
 34505                   CIMTYPE_UINT32,
 34506                   /* subscript */
 34507 mike  1.1.2.1     -1,
 34508                   /* value */
 34509                   0,
 34510               };
 34511               
 34512               static const char*
 34513               _CIM_BGPEndpointStatistics_OutUpdates_qualifiers[] =
 34514               {
 34515                   /* Counter */
 34516                   "\012\001",
 34517                   /* MappingStrings */
 34518                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutUpdates\000",
 34519                   0,
 34520               };
 34521               
 34522               static MetaProperty
 34523               _CIM_BGPEndpointStatistics_OutUpdates =
 34524               {
 34525                   /* flags */
 34526                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34527                   /* name */
 34528 mike  1.1.2.1     "OutUpdates",
 34529                   /* qualifiers */
 34530                   _CIM_BGPEndpointStatistics_OutUpdates_qualifiers,
 34531                   /* type */
 34532                   CIMTYPE_UINT32,
 34533                   /* subscript */
 34534                   -1,
 34535                   /* value */
 34536                   0,
 34537               };
 34538               
 34539               static const char*
 34540               _CIM_BGPEndpointStatistics_InTotalMessages_qualifiers[] =
 34541               {
 34542                   /* Counter */
 34543                   "\012\001",
 34544                   /* MappingStrings */
 34545                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInTotalMessages\000",
 34546                   0,
 34547               };
 34548               
 34549 mike  1.1.2.1 static MetaProperty
 34550               _CIM_BGPEndpointStatistics_InTotalMessages =
 34551               {
 34552                   /* flags */
 34553                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34554                   /* name */
 34555                   "InTotalMessages",
 34556                   /* qualifiers */
 34557                   _CIM_BGPEndpointStatistics_InTotalMessages_qualifiers,
 34558                   /* type */
 34559                   CIMTYPE_UINT32,
 34560                   /* subscript */
 34561                   -1,
 34562                   /* value */
 34563                   0,
 34564               };
 34565               
 34566               static const char*
 34567               _CIM_BGPEndpointStatistics_OutTotalMessages_qualifiers[] =
 34568               {
 34569                   /* Counter */
 34570 mike  1.1.2.1     "\012\001",
 34571                   /* MappingStrings */
 34572                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages\000",
 34573                   0,
 34574               };
 34575               
 34576               static MetaProperty
 34577               _CIM_BGPEndpointStatistics_OutTotalMessages =
 34578               {
 34579                   /* flags */
 34580                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34581                   /* name */
 34582                   "OutTotalMessages",
 34583                   /* qualifiers */
 34584                   _CIM_BGPEndpointStatistics_OutTotalMessages_qualifiers,
 34585                   /* type */
 34586                   CIMTYPE_UINT32,
 34587                   /* subscript */
 34588                   -1,
 34589                   /* value */
 34590                   0,
 34591 mike  1.1.2.1 };
 34592               
 34593               static const char*
 34594               _CIM_BGPEndpointStatistics_LastError_qualifiers[] =
 34595               {
 34596                   /* MappingStrings */
 34597                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLastError\000",
 34598                   0,
 34599               };
 34600               
 34601               static MetaProperty
 34602               _CIM_BGPEndpointStatistics_LastError =
 34603               {
 34604                   /* flags */
 34605                   META_FLAG_PROPERTY|META_FLAG_READ,
 34606                   /* name */
 34607                   "LastError",
 34608                   /* qualifiers */
 34609                   _CIM_BGPEndpointStatistics_LastError_qualifiers,
 34610                   /* type */
 34611                   CIMTYPE_UINT8,
 34612 mike  1.1.2.1     /* subscript */
 34613                   2,
 34614                   /* value */
 34615                   0,
 34616               };
 34617               
 34618               static const char*
 34619               _CIM_BGPEndpointStatistics_FsmEstablishedTransitions_qualifiers[] =
 34620               {
 34621                   /* Counter */
 34622                   "\012\001",
 34623                   /* MappingStrings */
 34624                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions\000",
 34625                   0,
 34626               };
 34627               
 34628               static MetaProperty
 34629               _CIM_BGPEndpointStatistics_FsmEstablishedTransitions =
 34630               {
 34631                   /* flags */
 34632                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34633 mike  1.1.2.1     /* name */
 34634                   "FsmEstablishedTransitions",
 34635                   /* qualifiers */
 34636                   _CIM_BGPEndpointStatistics_FsmEstablishedTransitions_qualifiers,
 34637                   /* type */
 34638                   CIMTYPE_UINT32,
 34639                   /* subscript */
 34640                   -1,
 34641                   /* value */
 34642                   0,
 34643               };
 34644               
 34645               static const char*
 34646               _CIM_BGPEndpointStatistics_FsmEstablishedTime_qualifiers[] =
 34647               {
 34648                   /* Units */
 34649                   "\060Seconds",
 34650                   /* Gauge */
 34651                   "\023\001",
 34652                   /* MappingStrings */
 34653                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime\000",
 34654 mike  1.1.2.1     0,
 34655               };
 34656               
 34657               static MetaProperty
 34658               _CIM_BGPEndpointStatistics_FsmEstablishedTime =
 34659               {
 34660                   /* flags */
 34661                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 34662                   /* name */
 34663                   "FsmEstablishedTime",
 34664                   /* qualifiers */
 34665                   _CIM_BGPEndpointStatistics_FsmEstablishedTime_qualifiers,
 34666                   /* type */
 34667                   CIMTYPE_UINT32,
 34668                   /* subscript */
 34669                   -1,
 34670                   /* value */
 34671                   0,
 34672               };
 34673               
 34674               static const char*
 34675 mike  1.1.2.1 _CIM_BGPEndpointStatistics_InUpdateElapsedTime_qualifiers[] =
 34676               {
 34677                   /* Units */
 34678                   "\060Seconds",
 34679                   /* Gauge */
 34680                   "\023\001",
 34681                   /* MappingStrings */
 34682                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime\000",
 34683                   0,
 34684               };
 34685               
 34686               static MetaProperty
 34687               _CIM_BGPEndpointStatistics_InUpdateElapsedTime =
 34688               {
 34689                   /* flags */
 34690                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 34691                   /* name */
 34692                   "InUpdateElapsedTime",
 34693                   /* qualifiers */
 34694                   _CIM_BGPEndpointStatistics_InUpdateElapsedTime_qualifiers,
 34695                   /* type */
 34696 mike  1.1.2.1     CIMTYPE_UINT32,
 34697                   /* subscript */
 34698                   -1,
 34699                   /* value */
 34700                   0,
 34701               };
 34702               
 34703               static MetaFeature*
 34704               _CIM_BGPEndpointStatistics_features[] =
 34705               {
 34706                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InUpdates,
 34707                   (MetaFeature*)&_CIM_BGPEndpointStatistics_OutUpdates,
 34708                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InTotalMessages,
 34709                   (MetaFeature*)&_CIM_BGPEndpointStatistics_OutTotalMessages,
 34710                   (MetaFeature*)&_CIM_BGPEndpointStatistics_LastError,
 34711                   (MetaFeature*)&_CIM_BGPEndpointStatistics_FsmEstablishedTransitions,
 34712                   (MetaFeature*)&_CIM_BGPEndpointStatistics_FsmEstablishedTime,
 34713                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InUpdateElapsedTime,
 34714                   0,
 34715               };
 34716               
 34717 mike  1.1.2.1 static const char*
 34718               __root_cimv2_CIM_BGPEndpointStatistics_qualifiers[] =
 34719               {
 34720                   /* UMLPackagePath */
 34721                   "\057CIM::Network::BGP",
 34722                   /* Version */
 34723                   "\0632.7.0",
 34724                   0,
 34725               };
 34726               
 34727               MetaClass
 34728               __root_cimv2_CIM_BGPEndpointStatistics =
 34729               {
 34730                   /* flags */
 34731                   META_FLAG_CLASS,
 34732                   /* name */
 34733                   "CIM_BGPEndpointStatistics",
 34734                   /* qualifiers */
 34735                   __root_cimv2_CIM_BGPEndpointStatistics_qualifiers,
 34736                   /* super */
 34737                   &__root_cimv2_CIM_StatisticalData,
 34738 mike  1.1.2.1     /* features */
 34739                   _CIM_BGPEndpointStatistics_features,
 34740               };
 34741               
 34742               //==============================================================================
 34743               //
 34744               // Class: CIM_BGPPeerGroup
 34745               //
 34746               //==============================================================================
 34747               
 34748               static const char*
 34749               _CIM_BGPPeerGroup_SystemCreationClassName_qualifiers[] =
 34750               {
 34751                   /* Key */
 34752                   "\025\001",
 34753                   /* Propagated */
 34754                   "\045CIM_AutonomousSystem.CreationClassName",
 34755                   /* MaxLen */
 34756                   "\030\000\000\001\000",
 34757                   0,
 34758               };
 34759 mike  1.1.2.1 
 34760               static MetaProperty
 34761               _CIM_BGPPeerGroup_SystemCreationClassName =
 34762               {
 34763                   /* flags */
 34764                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34765                   /* name */
 34766                   "SystemCreationClassName",
 34767                   /* qualifiers */
 34768                   _CIM_BGPPeerGroup_SystemCreationClassName_qualifiers,
 34769                   /* type */
 34770                   CIMTYPE_STRING,
 34771                   /* subscript */
 34772                   -1,
 34773                   /* value */
 34774                   0,
 34775               };
 34776               
 34777               static const char*
 34778               _CIM_BGPPeerGroup_SystemName_qualifiers[] =
 34779               {
 34780 mike  1.1.2.1     /* Key */
 34781                   "\025\001",
 34782                   /* Propagated */
 34783                   "\045CIM_AutonomousSystem.Name",
 34784                   /* MaxLen */
 34785                   "\030\000\000\001\000",
 34786                   0,
 34787               };
 34788               
 34789               static MetaProperty
 34790               _CIM_BGPPeerGroup_SystemName =
 34791               {
 34792                   /* flags */
 34793                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34794                   /* name */
 34795                   "SystemName",
 34796                   /* qualifiers */
 34797                   _CIM_BGPPeerGroup_SystemName_qualifiers,
 34798                   /* type */
 34799                   CIMTYPE_STRING,
 34800                   /* subscript */
 34801 mike  1.1.2.1     -1,
 34802                   /* value */
 34803                   0,
 34804               };
 34805               
 34806               static const char*
 34807               _CIM_BGPPeerGroup_CreationClassName_qualifiers[] =
 34808               {
 34809                   /* Key */
 34810                   "\025\001",
 34811                   0,
 34812               };
 34813               
 34814               static MetaProperty
 34815               _CIM_BGPPeerGroup_CreationClassName =
 34816               {
 34817                   /* flags */
 34818                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34819                   /* name */
 34820                   "CreationClassName",
 34821                   /* qualifiers */
 34822 mike  1.1.2.1     _CIM_BGPPeerGroup_CreationClassName_qualifiers,
 34823                   /* type */
 34824                   CIMTYPE_STRING,
 34825                   /* subscript */
 34826                   -1,
 34827                   /* value */
 34828                   0,
 34829               };
 34830               
 34831               static const char*
 34832               _CIM_BGPPeerGroup_Name_qualifiers[] =
 34833               {
 34834                   /* Key */
 34835                   "\025\001",
 34836                   /* MaxLen */
 34837                   "\030\000\000\001\000",
 34838                   0,
 34839               };
 34840               
 34841               static MetaProperty
 34842               _CIM_BGPPeerGroup_Name =
 34843 mike  1.1.2.1 {
 34844                   /* flags */
 34845                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34846                   /* name */
 34847                   "Name",
 34848                   /* qualifiers */
 34849                   _CIM_BGPPeerGroup_Name_qualifiers,
 34850                   /* type */
 34851                   CIMTYPE_STRING,
 34852                   /* subscript */
 34853                   -1,
 34854                   /* value */
 34855                   0,
 34856               };
 34857               
 34858               static const char*
 34859               _CIM_BGPPeerGroup_ConnectRetryInterval_qualifiers[] =
 34860               {
 34861                   /* Units */
 34862                   "\060Seconds",
 34863                   /* MappingStrings */
 34864 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgpConnectRetryInterval\000",
 34865                   0,
 34866               };
 34867               
 34868               static MetaProperty
 34869               _CIM_BGPPeerGroup_ConnectRetryInterval =
 34870               {
 34871                   /* flags */
 34872                   META_FLAG_PROPERTY|META_FLAG_READ,
 34873                   /* name */
 34874                   "ConnectRetryInterval",
 34875                   /* qualifiers */
 34876                   _CIM_BGPPeerGroup_ConnectRetryInterval_qualifiers,
 34877                   /* type */
 34878                   CIMTYPE_UINT32,
 34879                   /* subscript */
 34880                   -1,
 34881                   /* value */
 34882                   "\000\000\000\170",
 34883               };
 34884               
 34885 mike  1.1.2.1 static const char*
 34886               _CIM_BGPPeerGroup_HoldTimeConfigured_qualifiers[] =
 34887               {
 34888                   /* Units */
 34889                   "\060Seconds",
 34890                   /* MappingStrings */
 34891                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTimeConfigured\000",
 34892                   0,
 34893               };
 34894               
 34895               static MetaProperty
 34896               _CIM_BGPPeerGroup_HoldTimeConfigured =
 34897               {
 34898                   /* flags */
 34899                   META_FLAG_PROPERTY|META_FLAG_READ,
 34900                   /* name */
 34901                   "HoldTimeConfigured",
 34902                   /* qualifiers */
 34903                   _CIM_BGPPeerGroup_HoldTimeConfigured_qualifiers,
 34904                   /* type */
 34905                   CIMTYPE_UINT16,
 34906 mike  1.1.2.1     /* subscript */
 34907                   -1,
 34908                   /* value */
 34909                   "\000\132",
 34910               };
 34911               
 34912               static const char*
 34913               _CIM_BGPPeerGroup_KeepAliveConfigured_qualifiers[] =
 34914               {
 34915                   /* Units */
 34916                   "\060Seconds",
 34917                   /* MappingStrings */
 34918                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAliveConfigured\000",
 34919                   0,
 34920               };
 34921               
 34922               static MetaProperty
 34923               _CIM_BGPPeerGroup_KeepAliveConfigured =
 34924               {
 34925                   /* flags */
 34926                   META_FLAG_PROPERTY|META_FLAG_READ,
 34927 mike  1.1.2.1     /* name */
 34928                   "KeepAliveConfigured",
 34929                   /* qualifiers */
 34930                   _CIM_BGPPeerGroup_KeepAliveConfigured_qualifiers,
 34931                   /* type */
 34932                   CIMTYPE_UINT16,
 34933                   /* subscript */
 34934                   -1,
 34935                   /* value */
 34936                   "\000\036",
 34937               };
 34938               
 34939               static const char*
 34940               _CIM_BGPPeerGroup_MinASOriginationInterval_qualifiers[] =
 34941               {
 34942                   /* Units */
 34943                   "\060Seconds",
 34944                   /* MappingStrings */
 34945                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinASOriginationInterval\000",
 34946                   0,
 34947               };
 34948 mike  1.1.2.1 
 34949               static MetaProperty
 34950               _CIM_BGPPeerGroup_MinASOriginationInterval =
 34951               {
 34952                   /* flags */
 34953                   META_FLAG_PROPERTY|META_FLAG_READ,
 34954                   /* name */
 34955                   "MinASOriginationInterval",
 34956                   /* qualifiers */
 34957                   _CIM_BGPPeerGroup_MinASOriginationInterval_qualifiers,
 34958                   /* type */
 34959                   CIMTYPE_UINT16,
 34960                   /* subscript */
 34961                   -1,
 34962                   /* value */
 34963                   "\000\017",
 34964               };
 34965               
 34966               static const char*
 34967               _CIM_BGPPeerGroup_MinRouteAdvertisementInterval_qualifiers[] =
 34968               {
 34969 mike  1.1.2.1     /* Units */
 34970                   "\060Seconds",
 34971                   /* MappingStrings */
 34972                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinRouteAdvertisementInterval\000",
 34973                   0,
 34974               };
 34975               
 34976               static MetaProperty
 34977               _CIM_BGPPeerGroup_MinRouteAdvertisementInterval =
 34978               {
 34979                   /* flags */
 34980                   META_FLAG_PROPERTY|META_FLAG_READ,
 34981                   /* name */
 34982                   "MinRouteAdvertisementInterval",
 34983                   /* qualifiers */
 34984                   _CIM_BGPPeerGroup_MinRouteAdvertisementInterval_qualifiers,
 34985                   /* type */
 34986                   CIMTYPE_UINT16,
 34987                   /* subscript */
 34988                   -1,
 34989                   /* value */
 34990 mike  1.1.2.1     "\000\036",
 34991               };
 34992               
 34993               static MetaFeature*
 34994               _CIM_BGPPeerGroup_features[] =
 34995               {
 34996                   (MetaFeature*)&_CIM_BGPPeerGroup_SystemCreationClassName,
 34997                   (MetaFeature*)&_CIM_BGPPeerGroup_SystemName,
 34998                   (MetaFeature*)&_CIM_BGPPeerGroup_CreationClassName,
 34999                   (MetaFeature*)&_CIM_BGPPeerGroup_Name,
 35000                   (MetaFeature*)&_CIM_BGPPeerGroup_ConnectRetryInterval,
 35001                   (MetaFeature*)&_CIM_BGPPeerGroup_HoldTimeConfigured,
 35002                   (MetaFeature*)&_CIM_BGPPeerGroup_KeepAliveConfigured,
 35003                   (MetaFeature*)&_CIM_BGPPeerGroup_MinASOriginationInterval,
 35004                   (MetaFeature*)&_CIM_BGPPeerGroup_MinRouteAdvertisementInterval,
 35005                   0,
 35006               };
 35007               
 35008               static const char*
 35009               __root_cimv2_CIM_BGPPeerGroup_qualifiers[] =
 35010               {
 35011 mike  1.1.2.1     /* UMLPackagePath */
 35012                   "\057CIM::Network::BGP",
 35013                   /* Version */
 35014                   "\0632.7.0",
 35015                   0,
 35016               };
 35017               
 35018               MetaClass
 35019               __root_cimv2_CIM_BGPPeerGroup =
 35020               {
 35021                   /* flags */
 35022                   META_FLAG_CLASS,
 35023                   /* name */
 35024                   "CIM_BGPPeerGroup",
 35025                   /* qualifiers */
 35026                   __root_cimv2_CIM_BGPPeerGroup_qualifiers,
 35027                   /* super */
 35028                   &__root_cimv2_CIM_CollectionOfMSEs,
 35029                   /* features */
 35030                   _CIM_BGPPeerGroup_features,
 35031               };
 35032 mike  1.1.2.1 
 35033               //==============================================================================
 35034               //
 35035               // Class: CIM_BiometricAuthentication
 35036               //
 35037               //==============================================================================
 35038               
 35039               static const char*
 35040               _CIM_BiometricAuthentication_TypeOfBiometric_qualifiers[] =
 35041               {
 35042                   /* ValueMap */
 35043                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 35044                   /* Values */
 35045                   "\062\000\010Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
 35046                   /* ModelCorrespondence */
 35047                   "\036\000\001CIM_BiometricAuthentication.OtherBiometric\000",
 35048                   0,
 35049               };
 35050               
 35051               static MetaProperty
 35052               _CIM_BiometricAuthentication_TypeOfBiometric =
 35053 mike  1.1.2.1 {
 35054                   /* flags */
 35055                   META_FLAG_PROPERTY|META_FLAG_READ,
 35056                   /* name */
 35057                   "TypeOfBiometric",
 35058                   /* qualifiers */
 35059                   _CIM_BiometricAuthentication_TypeOfBiometric_qualifiers,
 35060                   /* type */
 35061                   CIMTYPE_UINT16,
 35062                   /* subscript */
 35063                   -1,
 35064                   /* value */
 35065                   0,
 35066               };
 35067               
 35068               static const char*
 35069               _CIM_BiometricAuthentication_OtherBiometric_qualifiers[] =
 35070               {
 35071                   /* ModelCorrespondence */
 35072                   "\036\000\001CIM_BiometricAuthentication.TypeOfBiometric\000",
 35073                   0,
 35074 mike  1.1.2.1 };
 35075               
 35076               static MetaProperty
 35077               _CIM_BiometricAuthentication_OtherBiometric =
 35078               {
 35079                   /* flags */
 35080                   META_FLAG_PROPERTY|META_FLAG_READ,
 35081                   /* name */
 35082                   "OtherBiometric",
 35083                   /* qualifiers */
 35084                   _CIM_BiometricAuthentication_OtherBiometric_qualifiers,
 35085                   /* type */
 35086                   CIMTYPE_STRING,
 35087                   /* subscript */
 35088                   -1,
 35089                   /* value */
 35090                   0,
 35091               };
 35092               
 35093               static const char*
 35094               _CIM_BiometricAuthentication_PersonalIdentifier_qualifiers[] =
 35095 mike  1.1.2.1 {
 35096                   0,
 35097               };
 35098               
 35099               static MetaProperty
 35100               _CIM_BiometricAuthentication_PersonalIdentifier =
 35101               {
 35102                   /* flags */
 35103                   META_FLAG_PROPERTY|META_FLAG_READ,
 35104                   /* name */
 35105                   "PersonalIdentifier",
 35106                   /* qualifiers */
 35107                   _CIM_BiometricAuthentication_PersonalIdentifier_qualifiers,
 35108                   /* type */
 35109                   CIMTYPE_STRING,
 35110                   /* subscript */
 35111                   -1,
 35112                   /* value */
 35113                   0,
 35114               };
 35115               
 35116 mike  1.1.2.1 static MetaFeature*
 35117               _CIM_BiometricAuthentication_features[] =
 35118               {
 35119                   (MetaFeature*)&_CIM_BiometricAuthentication_TypeOfBiometric,
 35120                   (MetaFeature*)&_CIM_BiometricAuthentication_OtherBiometric,
 35121                   (MetaFeature*)&_CIM_BiometricAuthentication_PersonalIdentifier,
 35122                   0,
 35123               };
 35124               
 35125               static const char*
 35126               __root_cimv2_CIM_BiometricAuthentication_qualifiers[] =
 35127               {
 35128                   /* UMLPackagePath */
 35129                   "\057CIM::Policy",
 35130                   /* Version */
 35131                   "\0632.8.0",
 35132                   0,
 35133               };
 35134               
 35135               MetaClass
 35136               __root_cimv2_CIM_BiometricAuthentication =
 35137 mike  1.1.2.1 {
 35138                   /* flags */
 35139                   META_FLAG_CLASS,
 35140                   /* name */
 35141                   "CIM_BiometricAuthentication",
 35142                   /* qualifiers */
 35143                   __root_cimv2_CIM_BiometricAuthentication_qualifiers,
 35144                   /* super */
 35145                   &__root_cimv2_CIM_AuthenticationCondition,
 35146                   /* features */
 35147                   _CIM_BiometricAuthentication_features,
 35148               };
 35149               
 35150               //==============================================================================
 35151               //
 35152               // Class: CIM_BlockStatisticsCapabilities
 35153               //
 35154               //==============================================================================
 35155               
 35156               static const char*
 35157               _CIM_BlockStatisticsCapabilities_ElementTypesSupported_qualifiers[] =
 35158 mike  1.1.2.1 {
 35159                   /* Required */
 35160                   "\050\001",
 35161                   /* Override */
 35162                   "\044ElementTypesSupported",
 35163                   /* ValueMap */
 35164                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 35165                   /* Values */
 35166                   "\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",
 35167                   0,
 35168               };
 35169               
 35170               static MetaProperty
 35171               _CIM_BlockStatisticsCapabilities_ElementTypesSupported =
 35172               {
 35173                   /* flags */
 35174                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35175                   /* name */
 35176                   "ElementTypesSupported",
 35177                   /* qualifiers */
 35178                   _CIM_BlockStatisticsCapabilities_ElementTypesSupported_qualifiers,
 35179 mike  1.1.2.1     /* type */
 35180                   CIMTYPE_UINT16,
 35181                   /* subscript */
 35182                   0,
 35183                   /* value */
 35184                   0,
 35185               };
 35186               
 35187               static const char*
 35188               _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported_qualifiers[] =
 35189               {
 35190                   /* Override */
 35191                   "\044SynchronousMethodsSupported",
 35192                   /* ValueMap */
 35193                   "\061\000\0102\0003\0004\0005\0006\0007\000..\0000x8000..\000",
 35194                   /* Values */
 35195                   "\062\000\010Execute Query\000Query Collection\000GetStatisticsCollection\000Manifest Creation\000Manifest Modification\000Manifest Removal\000DMTF Reserved\000Vendor Specific\000",
 35196                   0,
 35197               };
 35198               
 35199               static MetaProperty
 35200 mike  1.1.2.1 _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported =
 35201               {
 35202                   /* flags */
 35203                   META_FLAG_PROPERTY|META_FLAG_READ,
 35204                   /* name */
 35205                   "SynchronousMethodsSupported",
 35206                   /* qualifiers */
 35207                   _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported_qualifiers,
 35208                   /* type */
 35209                   CIMTYPE_UINT16,
 35210                   /* subscript */
 35211                   0,
 35212                   /* value */
 35213                   0,
 35214               };
 35215               
 35216               static const char*
 35217               _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported_qualifiers[] =
 35218               {
 35219                   /* Override */
 35220                   "\044AsynchronousMethodsSupported",
 35221 mike  1.1.2.1     /* ValueMap */
 35222                   "\061\000\0042\0003\000..\0000x8000..\000",
 35223                   /* Values */
 35224                   "\062\000\004GetStatisticsCollection\000Indications\000DMTF Reserved\000Vendor Specific\000",
 35225                   0,
 35226               };
 35227               
 35228               static MetaProperty
 35229               _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported =
 35230               {
 35231                   /* flags */
 35232                   META_FLAG_PROPERTY|META_FLAG_READ,
 35233                   /* name */
 35234                   "AsynchronousMethodsSupported",
 35235                   /* qualifiers */
 35236                   _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported_qualifiers,
 35237                   /* type */
 35238                   CIMTYPE_UINT16,
 35239                   /* subscript */
 35240                   0,
 35241                   /* value */
 35242 mike  1.1.2.1     0,
 35243               };
 35244               
 35245               static const char*
 35246               _CIM_BlockStatisticsCapabilities_ClockTickInterval_qualifiers[] =
 35247               {
 35248                   /* Units */
 35249                   "\060MicroSeconds",
 35250                   0,
 35251               };
 35252               
 35253               static MetaProperty
 35254               _CIM_BlockStatisticsCapabilities_ClockTickInterval =
 35255               {
 35256                   /* flags */
 35257                   META_FLAG_PROPERTY|META_FLAG_READ,
 35258                   /* name */
 35259                   "ClockTickInterval",
 35260                   /* qualifiers */
 35261                   _CIM_BlockStatisticsCapabilities_ClockTickInterval_qualifiers,
 35262                   /* type */
 35263 mike  1.1.2.1     CIMTYPE_UINT64,
 35264                   /* subscript */
 35265                   -1,
 35266                   /* value */
 35267                   0,
 35268               };
 35269               
 35270               static MetaFeature*
 35271               _CIM_BlockStatisticsCapabilities_features[] =
 35272               {
 35273                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_ElementTypesSupported,
 35274                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported,
 35275                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported,
 35276                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_ClockTickInterval,
 35277                   0,
 35278               };
 35279               
 35280               static const char*
 35281               __root_cimv2_CIM_BlockStatisticsCapabilities_qualifiers[] =
 35282               {
 35283                   /* UMLPackagePath */
 35284 mike  1.1.2.1     "\057CIM::Device::StorageStatistics",
 35285                   /* Version */
 35286                   "\0632.10.0",
 35287                   0,
 35288               };
 35289               
 35290               MetaClass
 35291               __root_cimv2_CIM_BlockStatisticsCapabilities =
 35292               {
 35293                   /* flags */
 35294                   META_FLAG_CLASS,
 35295                   /* name */
 35296                   "CIM_BlockStatisticsCapabilities",
 35297                   /* qualifiers */
 35298                   __root_cimv2_CIM_BlockStatisticsCapabilities_qualifiers,
 35299                   /* super */
 35300                   &__root_cimv2_CIM_StatisticsCapabilities,
 35301                   /* features */
 35302                   _CIM_BlockStatisticsCapabilities_features,
 35303               };
 35304               
 35305 mike  1.1.2.1 //==============================================================================
 35306               //
 35307               // Class: CIM_BlockStatisticsManifestCollection
 35308               //
 35309               //==============================================================================
 35310               
 35311               static const char*
 35312               _CIM_BlockStatisticsManifestCollection_ElementName_qualifiers[] =
 35313               {
 35314                   /* Override */
 35315                   "\044ElementName",
 35316                   0,
 35317               };
 35318               
 35319               static MetaProperty
 35320               _CIM_BlockStatisticsManifestCollection_ElementName =
 35321               {
 35322                   /* flags */
 35323                   META_FLAG_PROPERTY|META_FLAG_READ,
 35324                   /* name */
 35325                   "ElementName",
 35326 mike  1.1.2.1     /* qualifiers */
 35327                   _CIM_BlockStatisticsManifestCollection_ElementName_qualifiers,
 35328                   /* type */
 35329                   CIMTYPE_STRING,
 35330                   /* subscript */
 35331                   -1,
 35332                   /* value */
 35333                   0,
 35334               };
 35335               
 35336               static const char*
 35337               _CIM_BlockStatisticsManifestCollection_IsDefault_qualifiers[] =
 35338               {
 35339                   /* Required */
 35340                   "\050\001",
 35341                   0,
 35342               };
 35343               
 35344               static MetaProperty
 35345               _CIM_BlockStatisticsManifestCollection_IsDefault =
 35346               {
 35347 mike  1.1.2.1     /* flags */
 35348                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35349                   /* name */
 35350                   "IsDefault",
 35351                   /* qualifiers */
 35352                   _CIM_BlockStatisticsManifestCollection_IsDefault_qualifiers,
 35353                   /* type */
 35354                   CIMTYPE_BOOLEAN,
 35355                   /* subscript */
 35356                   -1,
 35357                   /* value */
 35358                   0,
 35359               };
 35360               
 35361               static MetaFeature*
 35362               _CIM_BlockStatisticsManifestCollection_features[] =
 35363               {
 35364                   (MetaFeature*)&_CIM_BlockStatisticsManifestCollection_ElementName,
 35365                   (MetaFeature*)&_CIM_BlockStatisticsManifestCollection_IsDefault,
 35366                   0,
 35367               };
 35368 mike  1.1.2.1 
 35369               static const char*
 35370               __root_cimv2_CIM_BlockStatisticsManifestCollection_qualifiers[] =
 35371               {
 35372                   /* UMLPackagePath */
 35373                   "\057CIM::Device::StorageStatistics",
 35374                   /* Version */
 35375                   "\0632.10.0",
 35376                   0,
 35377               };
 35378               
 35379               MetaClass
 35380               __root_cimv2_CIM_BlockStatisticsManifestCollection =
 35381               {
 35382                   /* flags */
 35383                   META_FLAG_CLASS,
 35384                   /* name */
 35385                   "CIM_BlockStatisticsManifestCollection",
 35386                   /* qualifiers */
 35387                   __root_cimv2_CIM_BlockStatisticsManifestCollection_qualifiers,
 35388                   /* super */
 35389 mike  1.1.2.1     &__root_cimv2_CIM_SystemSpecificCollection,
 35390                   /* features */
 35391                   _CIM_BlockStatisticsManifestCollection_features,
 35392               };
 35393               
 35394               //==============================================================================
 35395               //
 35396               // Class: CIM_BlockStorageStatisticalData
 35397               //
 35398               //==============================================================================
 35399               
 35400               static const char*
 35401               _CIM_BlockStorageStatisticalData_ElementType_qualifiers[] =
 35402               {
 35403                   /* Required */
 35404                   "\050\001",
 35405                   /* ValueMap */
 35406                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 35407                   /* Values */
 35408                   "\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",
 35409                   0,
 35410 mike  1.1.2.1 };
 35411               
 35412               static MetaProperty
 35413               _CIM_BlockStorageStatisticalData_ElementType =
 35414               {
 35415                   /* flags */
 35416                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35417                   /* name */
 35418                   "ElementType",
 35419                   /* qualifiers */
 35420                   _CIM_BlockStorageStatisticalData_ElementType_qualifiers,
 35421                   /* type */
 35422                   CIMTYPE_UINT16,
 35423                   /* subscript */
 35424                   -1,
 35425                   /* value */
 35426                   0,
 35427               };
 35428               
 35429               static const char*
 35430               _CIM_BlockStorageStatisticalData_TotalIOs_qualifiers[] =
 35431 mike  1.1.2.1 {
 35432                   /* Counter */
 35433                   "\012\001",
 35434                   0,
 35435               };
 35436               
 35437               static MetaProperty
 35438               _CIM_BlockStorageStatisticalData_TotalIOs =
 35439               {
 35440                   /* flags */
 35441                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35442                   /* name */
 35443                   "TotalIOs",
 35444                   /* qualifiers */
 35445                   _CIM_BlockStorageStatisticalData_TotalIOs_qualifiers,
 35446                   /* type */
 35447                   CIMTYPE_UINT64,
 35448                   /* subscript */
 35449                   -1,
 35450                   /* value */
 35451                   0,
 35452 mike  1.1.2.1 };
 35453               
 35454               static const char*
 35455               _CIM_BlockStorageStatisticalData_KBytesTransferred_qualifiers[] =
 35456               {
 35457                   /* Units */
 35458                   "\060KiloBytes",
 35459                   /* Counter */
 35460                   "\012\001",
 35461                   0,
 35462               };
 35463               
 35464               static MetaProperty
 35465               _CIM_BlockStorageStatisticalData_KBytesTransferred =
 35466               {
 35467                   /* flags */
 35468                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35469                   /* name */
 35470                   "KBytesTransferred",
 35471                   /* qualifiers */
 35472                   _CIM_BlockStorageStatisticalData_KBytesTransferred_qualifiers,
 35473 mike  1.1.2.1     /* type */
 35474                   CIMTYPE_UINT64,
 35475                   /* subscript */
 35476                   -1,
 35477                   /* value */
 35478                   0,
 35479               };
 35480               
 35481               static const char*
 35482               _CIM_BlockStorageStatisticalData_KBytesWritten_qualifiers[] =
 35483               {
 35484                   /* Units */
 35485                   "\060KiloBytes",
 35486                   /* Counter */
 35487                   "\012\001",
 35488                   0,
 35489               };
 35490               
 35491               static MetaProperty
 35492               _CIM_BlockStorageStatisticalData_KBytesWritten =
 35493               {
 35494 mike  1.1.2.1     /* flags */
 35495                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35496                   /* name */
 35497                   "KBytesWritten",
 35498                   /* qualifiers */
 35499                   _CIM_BlockStorageStatisticalData_KBytesWritten_qualifiers,
 35500                   /* type */
 35501                   CIMTYPE_UINT64,
 35502                   /* subscript */
 35503                   -1,
 35504                   /* value */
 35505                   0,
 35506               };
 35507               
 35508               static const char*
 35509               _CIM_BlockStorageStatisticalData_IOTimeCounter_qualifiers[] =
 35510               {
 35511                   /* Counter */
 35512                   "\012\001",
 35513                   0,
 35514               };
 35515 mike  1.1.2.1 
 35516               static MetaProperty
 35517               _CIM_BlockStorageStatisticalData_IOTimeCounter =
 35518               {
 35519                   /* flags */
 35520                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35521                   /* name */
 35522                   "IOTimeCounter",
 35523                   /* qualifiers */
 35524                   _CIM_BlockStorageStatisticalData_IOTimeCounter_qualifiers,
 35525                   /* type */
 35526                   CIMTYPE_UINT64,
 35527                   /* subscript */
 35528                   -1,
 35529                   /* value */
 35530                   0,
 35531               };
 35532               
 35533               static const char*
 35534               _CIM_BlockStorageStatisticalData_ReadIOs_qualifiers[] =
 35535               {
 35536 mike  1.1.2.1     /* Counter */
 35537                   "\012\001",
 35538                   0,
 35539               };
 35540               
 35541               static MetaProperty
 35542               _CIM_BlockStorageStatisticalData_ReadIOs =
 35543               {
 35544                   /* flags */
 35545                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35546                   /* name */
 35547                   "ReadIOs",
 35548                   /* qualifiers */
 35549                   _CIM_BlockStorageStatisticalData_ReadIOs_qualifiers,
 35550                   /* type */
 35551                   CIMTYPE_UINT64,
 35552                   /* subscript */
 35553                   -1,
 35554                   /* value */
 35555                   0,
 35556               };
 35557 mike  1.1.2.1 
 35558               static const char*
 35559               _CIM_BlockStorageStatisticalData_ReadHitIOs_qualifiers[] =
 35560               {
 35561                   /* Counter */
 35562                   "\012\001",
 35563                   0,
 35564               };
 35565               
 35566               static MetaProperty
 35567               _CIM_BlockStorageStatisticalData_ReadHitIOs =
 35568               {
 35569                   /* flags */
 35570                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35571                   /* name */
 35572                   "ReadHitIOs",
 35573                   /* qualifiers */
 35574                   _CIM_BlockStorageStatisticalData_ReadHitIOs_qualifiers,
 35575                   /* type */
 35576                   CIMTYPE_UINT64,
 35577                   /* subscript */
 35578 mike  1.1.2.1     -1,
 35579                   /* value */
 35580                   0,
 35581               };
 35582               
 35583               static const char*
 35584               _CIM_BlockStorageStatisticalData_ReadIOTimeCounter_qualifiers[] =
 35585               {
 35586                   /* Counter */
 35587                   "\012\001",
 35588                   0,
 35589               };
 35590               
 35591               static MetaProperty
 35592               _CIM_BlockStorageStatisticalData_ReadIOTimeCounter =
 35593               {
 35594                   /* flags */
 35595                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35596                   /* name */
 35597                   "ReadIOTimeCounter",
 35598                   /* qualifiers */
 35599 mike  1.1.2.1     _CIM_BlockStorageStatisticalData_ReadIOTimeCounter_qualifiers,
 35600                   /* type */
 35601                   CIMTYPE_UINT64,
 35602                   /* subscript */
 35603                   -1,
 35604                   /* value */
 35605                   0,
 35606               };
 35607               
 35608               static const char*
 35609               _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter_qualifiers[] =
 35610               {
 35611                   /* Counter */
 35612                   "\012\001",
 35613                   0,
 35614               };
 35615               
 35616               static MetaProperty
 35617               _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter =
 35618               {
 35619                   /* flags */
 35620 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35621                   /* name */
 35622                   "ReadHitIOTimeCounter",
 35623                   /* qualifiers */
 35624                   _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter_qualifiers,
 35625                   /* type */
 35626                   CIMTYPE_UINT64,
 35627                   /* subscript */
 35628                   -1,
 35629                   /* value */
 35630                   0,
 35631               };
 35632               
 35633               static const char*
 35634               _CIM_BlockStorageStatisticalData_KBytesRead_qualifiers[] =
 35635               {
 35636                   /* Units */
 35637                   "\060KiloBytes",
 35638                   /* Counter */
 35639                   "\012\001",
 35640                   0,
 35641 mike  1.1.2.1 };
 35642               
 35643               static MetaProperty
 35644               _CIM_BlockStorageStatisticalData_KBytesRead =
 35645               {
 35646                   /* flags */
 35647                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35648                   /* name */
 35649                   "KBytesRead",
 35650                   /* qualifiers */
 35651                   _CIM_BlockStorageStatisticalData_KBytesRead_qualifiers,
 35652                   /* type */
 35653                   CIMTYPE_UINT64,
 35654                   /* subscript */
 35655                   -1,
 35656                   /* value */
 35657                   0,
 35658               };
 35659               
 35660               static const char*
 35661               _CIM_BlockStorageStatisticalData_WriteIOs_qualifiers[] =
 35662 mike  1.1.2.1 {
 35663                   /* Counter */
 35664                   "\012\001",
 35665                   0,
 35666               };
 35667               
 35668               static MetaProperty
 35669               _CIM_BlockStorageStatisticalData_WriteIOs =
 35670               {
 35671                   /* flags */
 35672                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35673                   /* name */
 35674                   "WriteIOs",
 35675                   /* qualifiers */
 35676                   _CIM_BlockStorageStatisticalData_WriteIOs_qualifiers,
 35677                   /* type */
 35678                   CIMTYPE_UINT64,
 35679                   /* subscript */
 35680                   -1,
 35681                   /* value */
 35682                   0,
 35683 mike  1.1.2.1 };
 35684               
 35685               static const char*
 35686               _CIM_BlockStorageStatisticalData_WriteHitIOs_qualifiers[] =
 35687               {
 35688                   /* Counter */
 35689                   "\012\001",
 35690                   0,
 35691               };
 35692               
 35693               static MetaProperty
 35694               _CIM_BlockStorageStatisticalData_WriteHitIOs =
 35695               {
 35696                   /* flags */
 35697                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35698                   /* name */
 35699                   "WriteHitIOs",
 35700                   /* qualifiers */
 35701                   _CIM_BlockStorageStatisticalData_WriteHitIOs_qualifiers,
 35702                   /* type */
 35703                   CIMTYPE_UINT64,
 35704 mike  1.1.2.1     /* subscript */
 35705                   -1,
 35706                   /* value */
 35707                   0,
 35708               };
 35709               
 35710               static const char*
 35711               _CIM_BlockStorageStatisticalData_WriteIOTimeCounter_qualifiers[] =
 35712               {
 35713                   /* Counter */
 35714                   "\012\001",
 35715                   0,
 35716               };
 35717               
 35718               static MetaProperty
 35719               _CIM_BlockStorageStatisticalData_WriteIOTimeCounter =
 35720               {
 35721                   /* flags */
 35722                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35723                   /* name */
 35724                   "WriteIOTimeCounter",
 35725 mike  1.1.2.1     /* qualifiers */
 35726                   _CIM_BlockStorageStatisticalData_WriteIOTimeCounter_qualifiers,
 35727                   /* type */
 35728                   CIMTYPE_UINT64,
 35729                   /* subscript */
 35730                   -1,
 35731                   /* value */
 35732                   0,
 35733               };
 35734               
 35735               static const char*
 35736               _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter_qualifiers[] =
 35737               {
 35738                   /* Counter */
 35739                   "\012\001",
 35740                   0,
 35741               };
 35742               
 35743               static MetaProperty
 35744               _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter =
 35745               {
 35746 mike  1.1.2.1     /* flags */
 35747                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35748                   /* name */
 35749                   "WriteHitIOTimeCounter",
 35750                   /* qualifiers */
 35751                   _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter_qualifiers,
 35752                   /* type */
 35753                   CIMTYPE_UINT64,
 35754                   /* subscript */
 35755                   -1,
 35756                   /* value */
 35757                   0,
 35758               };
 35759               
 35760               static const char*
 35761               _CIM_BlockStorageStatisticalData_IdleTimeCounter_qualifiers[] =
 35762               {
 35763                   /* Counter */
 35764                   "\012\001",
 35765                   0,
 35766               };
 35767 mike  1.1.2.1 
 35768               static MetaProperty
 35769               _CIM_BlockStorageStatisticalData_IdleTimeCounter =
 35770               {
 35771                   /* flags */
 35772                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35773                   /* name */
 35774                   "IdleTimeCounter",
 35775                   /* qualifiers */
 35776                   _CIM_BlockStorageStatisticalData_IdleTimeCounter_qualifiers,
 35777                   /* type */
 35778                   CIMTYPE_UINT64,
 35779                   /* subscript */
 35780                   -1,
 35781                   /* value */
 35782                   0,
 35783               };
 35784               
 35785               static const char*
 35786               _CIM_BlockStorageStatisticalData_MaintOp_qualifiers[] =
 35787               {
 35788 mike  1.1.2.1     /* Counter */
 35789                   "\012\001",
 35790                   0,
 35791               };
 35792               
 35793               static MetaProperty
 35794               _CIM_BlockStorageStatisticalData_MaintOp =
 35795               {
 35796                   /* flags */
 35797                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35798                   /* name */
 35799                   "MaintOp",
 35800                   /* qualifiers */
 35801                   _CIM_BlockStorageStatisticalData_MaintOp_qualifiers,
 35802                   /* type */
 35803                   CIMTYPE_UINT64,
 35804                   /* subscript */
 35805                   -1,
 35806                   /* value */
 35807                   0,
 35808               };
 35809 mike  1.1.2.1 
 35810               static const char*
 35811               _CIM_BlockStorageStatisticalData_MaintTimeCounter_qualifiers[] =
 35812               {
 35813                   /* Counter */
 35814                   "\012\001",
 35815                   0,
 35816               };
 35817               
 35818               static MetaProperty
 35819               _CIM_BlockStorageStatisticalData_MaintTimeCounter =
 35820               {
 35821                   /* flags */
 35822                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35823                   /* name */
 35824                   "MaintTimeCounter",
 35825                   /* qualifiers */
 35826                   _CIM_BlockStorageStatisticalData_MaintTimeCounter_qualifiers,
 35827                   /* type */
 35828                   CIMTYPE_UINT64,
 35829                   /* subscript */
 35830 mike  1.1.2.1     -1,
 35831                   /* value */
 35832                   0,
 35833               };
 35834               
 35835               static MetaFeature*
 35836               _CIM_BlockStorageStatisticalData_features[] =
 35837               {
 35838                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ElementType,
 35839                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_TotalIOs,
 35840                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesTransferred,
 35841                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesWritten,
 35842                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_IOTimeCounter,
 35843                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadIOs,
 35844                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadHitIOs,
 35845                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadIOTimeCounter,
 35846                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter,
 35847                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesRead,
 35848                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteIOs,
 35849                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteHitIOs,
 35850                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteIOTimeCounter,
 35851 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter,
 35852                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_IdleTimeCounter,
 35853                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_MaintOp,
 35854                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_MaintTimeCounter,
 35855                   0,
 35856               };
 35857               
 35858               static const char*
 35859               __root_cimv2_CIM_BlockStorageStatisticalData_qualifiers[] =
 35860               {
 35861                   /* UMLPackagePath */
 35862                   "\057CIM::Device::StorageStatistics",
 35863                   /* Version */
 35864                   "\0632.10.0",
 35865                   0,
 35866               };
 35867               
 35868               MetaClass
 35869               __root_cimv2_CIM_BlockStorageStatisticalData =
 35870               {
 35871                   /* flags */
 35872 mike  1.1.2.1     META_FLAG_CLASS,
 35873                   /* name */
 35874                   "CIM_BlockStorageStatisticalData",
 35875                   /* qualifiers */
 35876                   __root_cimv2_CIM_BlockStorageStatisticalData_qualifiers,
 35877                   /* super */
 35878                   &__root_cimv2_CIM_StatisticalData,
 35879                   /* features */
 35880                   _CIM_BlockStorageStatisticalData_features,
 35881               };
 35882               
 35883               //==============================================================================
 35884               //
 35885               // Class: CIM_BufferPool
 35886               //
 35887               //==============================================================================
 35888               
 35889               static const char*
 35890               _CIM_BufferPool_CollectionID_qualifiers[] =
 35891               {
 35892                   /* Key */
 35893 mike  1.1.2.1     "\025\001",
 35894                   /* Override */
 35895                   "\044CollectionID",
 35896                   /* MaxLen */
 35897                   "\030\000\000\001\000",
 35898                   0,
 35899               };
 35900               
 35901               static MetaProperty
 35902               _CIM_BufferPool_CollectionID =
 35903               {
 35904                   /* flags */
 35905                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 35906                   /* name */
 35907                   "CollectionID",
 35908                   /* qualifiers */
 35909                   _CIM_BufferPool_CollectionID_qualifiers,
 35910                   /* type */
 35911                   CIMTYPE_STRING,
 35912                   /* subscript */
 35913                   -1,
 35914 mike  1.1.2.1     /* value */
 35915                   0,
 35916               };
 35917               
 35918               static const char*
 35919               _CIM_BufferPool_CreationClassName_qualifiers[] =
 35920               {
 35921                   /* Key */
 35922                   "\025\001",
 35923                   /* MaxLen */
 35924                   "\030\000\000\001\000",
 35925                   0,
 35926               };
 35927               
 35928               static MetaProperty
 35929               _CIM_BufferPool_CreationClassName =
 35930               {
 35931                   /* flags */
 35932                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 35933                   /* name */
 35934                   "CreationClassName",
 35935 mike  1.1.2.1     /* qualifiers */
 35936                   _CIM_BufferPool_CreationClassName_qualifiers,
 35937                   /* type */
 35938                   CIMTYPE_STRING,
 35939                   /* subscript */
 35940                   -1,
 35941                   /* value */
 35942                   0,
 35943               };
 35944               
 35945               static const char*
 35946               _CIM_BufferPool_Name_qualifiers[] =
 35947               {
 35948                   /* MaxLen */
 35949                   "\030\000\000\001\000",
 35950                   0,
 35951               };
 35952               
 35953               static MetaProperty
 35954               _CIM_BufferPool_Name =
 35955               {
 35956 mike  1.1.2.1     /* flags */
 35957                   META_FLAG_PROPERTY|META_FLAG_READ,
 35958                   /* name */
 35959                   "Name",
 35960                   /* qualifiers */
 35961                   _CIM_BufferPool_Name_qualifiers,
 35962                   /* type */
 35963                   CIMTYPE_STRING,
 35964                   /* subscript */
 35965                   -1,
 35966                   /* value */
 35967                   0,
 35968               };
 35969               
 35970               static const char*
 35971               _CIM_BufferPool_BufferSize_qualifiers[] =
 35972               {
 35973                   /* Deprecated */
 35974                   "\013\000\001CIM_BufferPool.SizeOfBuffers\000",
 35975                   /* Units */
 35976                   "\060Bytes",
 35977 mike  1.1.2.1     0,
 35978               };
 35979               
 35980               static MetaProperty
 35981               _CIM_BufferPool_BufferSize =
 35982               {
 35983                   /* flags */
 35984                   META_FLAG_PROPERTY|META_FLAG_READ,
 35985                   /* name */
 35986                   "BufferSize",
 35987                   /* qualifiers */
 35988                   _CIM_BufferPool_BufferSize_qualifiers,
 35989                   /* type */
 35990                   CIMTYPE_UINT16,
 35991                   /* subscript */
 35992                   -1,
 35993                   /* value */
 35994                   0,
 35995               };
 35996               
 35997               static const char*
 35998 mike  1.1.2.1 _CIM_BufferPool_SizeOfBuffers_qualifiers[] =
 35999               {
 36000                   /* Units */
 36001                   "\060Bytes",
 36002                   0,
 36003               };
 36004               
 36005               static MetaProperty
 36006               _CIM_BufferPool_SizeOfBuffers =
 36007               {
 36008                   /* flags */
 36009                   META_FLAG_PROPERTY|META_FLAG_READ,
 36010                   /* name */
 36011                   "SizeOfBuffers",
 36012                   /* qualifiers */
 36013                   _CIM_BufferPool_SizeOfBuffers_qualifiers,
 36014                   /* type */
 36015                   CIMTYPE_UINT32,
 36016                   /* subscript */
 36017                   -1,
 36018                   /* value */
 36019 mike  1.1.2.1     0,
 36020               };
 36021               
 36022               static const char*
 36023               _CIM_BufferPool_TotalBuffers_qualifiers[] =
 36024               {
 36025                   0,
 36026               };
 36027               
 36028               static MetaProperty
 36029               _CIM_BufferPool_TotalBuffers =
 36030               {
 36031                   /* flags */
 36032                   META_FLAG_PROPERTY|META_FLAG_READ,
 36033                   /* name */
 36034                   "TotalBuffers",
 36035                   /* qualifiers */
 36036                   _CIM_BufferPool_TotalBuffers_qualifiers,
 36037                   /* type */
 36038                   CIMTYPE_UINT32,
 36039                   /* subscript */
 36040 mike  1.1.2.1     -1,
 36041                   /* value */
 36042                   0,
 36043               };
 36044               
 36045               static const char*
 36046               _CIM_BufferPool_AvailableBuffers_qualifiers[] =
 36047               {
 36048                   0,
 36049               };
 36050               
 36051               static MetaProperty
 36052               _CIM_BufferPool_AvailableBuffers =
 36053               {
 36054                   /* flags */
 36055                   META_FLAG_PROPERTY|META_FLAG_READ,
 36056                   /* name */
 36057                   "AvailableBuffers",
 36058                   /* qualifiers */
 36059                   _CIM_BufferPool_AvailableBuffers_qualifiers,
 36060                   /* type */
 36061 mike  1.1.2.1     CIMTYPE_UINT32,
 36062                   /* subscript */
 36063                   -1,
 36064                   /* value */
 36065                   0,
 36066               };
 36067               
 36068               static const char*
 36069               _CIM_BufferPool_SharedBuffers_qualifiers[] =
 36070               {
 36071                   0,
 36072               };
 36073               
 36074               static MetaProperty
 36075               _CIM_BufferPool_SharedBuffers =
 36076               {
 36077                   /* flags */
 36078                   META_FLAG_PROPERTY|META_FLAG_READ,
 36079                   /* name */
 36080                   "SharedBuffers",
 36081                   /* qualifiers */
 36082 mike  1.1.2.1     _CIM_BufferPool_SharedBuffers_qualifiers,
 36083                   /* type */
 36084                   CIMTYPE_UINT32,
 36085                   /* subscript */
 36086                   -1,
 36087                   /* value */
 36088                   0,
 36089               };
 36090               
 36091               static MetaFeature*
 36092               _CIM_BufferPool_features[] =
 36093               {
 36094                   (MetaFeature*)&_CIM_BufferPool_CollectionID,
 36095                   (MetaFeature*)&_CIM_BufferPool_CreationClassName,
 36096                   (MetaFeature*)&_CIM_BufferPool_Name,
 36097                   (MetaFeature*)&_CIM_BufferPool_BufferSize,
 36098                   (MetaFeature*)&_CIM_BufferPool_SizeOfBuffers,
 36099                   (MetaFeature*)&_CIM_BufferPool_TotalBuffers,
 36100                   (MetaFeature*)&_CIM_BufferPool_AvailableBuffers,
 36101                   (MetaFeature*)&_CIM_BufferPool_SharedBuffers,
 36102                   0,
 36103 mike  1.1.2.1 };
 36104               
 36105               static const char*
 36106               __root_cimv2_CIM_BufferPool_qualifiers[] =
 36107               {
 36108                   /* UMLPackagePath */
 36109                   "\057CIM::Network::Buffers",
 36110                   /* Version */
 36111                   "\0632.6.0",
 36112                   0,
 36113               };
 36114               
 36115               MetaClass
 36116               __root_cimv2_CIM_BufferPool =
 36117               {
 36118                   /* flags */
 36119                   META_FLAG_CLASS,
 36120                   /* name */
 36121                   "CIM_BufferPool",
 36122                   /* qualifiers */
 36123                   __root_cimv2_CIM_BufferPool_qualifiers,
 36124 mike  1.1.2.1     /* super */
 36125                   &__root_cimv2_CIM_CollectionOfMSEs,
 36126                   /* features */
 36127                   _CIM_BufferPool_features,
 36128               };
 36129               
 36130               //==============================================================================
 36131               //
 36132               // Class: CIM_CIMOMStatisticalData
 36133               //
 36134               //==============================================================================
 36135               
 36136               static const char*
 36137               _CIM_CIMOMStatisticalData_InstanceID_qualifiers[] =
 36138               {
 36139                   /* Override */
 36140                   "\044InstanceID",
 36141                   0,
 36142               };
 36143               
 36144               static MetaProperty
 36145 mike  1.1.2.1 _CIM_CIMOMStatisticalData_InstanceID =
 36146               {
 36147                   /* flags */
 36148                   META_FLAG_PROPERTY|META_FLAG_READ,
 36149                   /* name */
 36150                   "InstanceID",
 36151                   /* qualifiers */
 36152                   _CIM_CIMOMStatisticalData_InstanceID_qualifiers,
 36153                   /* type */
 36154                   CIMTYPE_STRING,
 36155                   /* subscript */
 36156                   -1,
 36157                   /* value */
 36158                   0,
 36159               };
 36160               
 36161               static const char*
 36162               _CIM_CIMOMStatisticalData_OperationType_qualifiers[] =
 36163               {
 36164                   /* Required */
 36165                   "\050\001",
 36166 mike  1.1.2.1     /* ValueMap */
 36167                   "\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",
 36168                   /* Values */
 36169                   "\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",
 36170                   /* ModelCorrespondence */
 36171                   "\036\000\001CIM_CIMOMStatisticalData.OtherOperationType\000",
 36172                   0,
 36173               };
 36174               
 36175               static MetaProperty
 36176               _CIM_CIMOMStatisticalData_OperationType =
 36177               {
 36178                   /* flags */
 36179                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36180                   /* name */
 36181                   "OperationType",
 36182                   /* qualifiers */
 36183                   _CIM_CIMOMStatisticalData_OperationType_qualifiers,
 36184                   /* type */
 36185                   CIMTYPE_UINT16,
 36186                   /* subscript */
 36187 mike  1.1.2.1     -1,
 36188                   /* value */
 36189                   0,
 36190               };
 36191               
 36192               static const char*
 36193               _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers[] =
 36194               {
 36195                   /* MaxLen */
 36196                   "\030\000\000\000\100",
 36197                   /* ModelCorrespondence */
 36198                   "\036\000\001CIM_CIMOMStatisticalData.OperationType\000",
 36199                   0,
 36200               };
 36201               
 36202               static MetaProperty
 36203               _CIM_CIMOMStatisticalData_OtherOperationType =
 36204               {
 36205                   /* flags */
 36206                   META_FLAG_PROPERTY|META_FLAG_READ,
 36207                   /* name */
 36208 mike  1.1.2.1     "OtherOperationType",
 36209                   /* qualifiers */
 36210                   _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers,
 36211                   /* type */
 36212                   CIMTYPE_STRING,
 36213                   /* subscript */
 36214                   -1,
 36215                   /* value */
 36216                   0,
 36217               };
 36218               
 36219               static const char*
 36220               _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers[] =
 36221               {
 36222                   /* Required */
 36223                   "\050\001",
 36224                   /* Counter */
 36225                   "\012\001",
 36226                   0,
 36227               };
 36228               
 36229 mike  1.1.2.1 static MetaProperty
 36230               _CIM_CIMOMStatisticalData_NumberOfOperations =
 36231               {
 36232                   /* flags */
 36233                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ|META_FLAG_REQUIRED,
 36234                   /* name */
 36235                   "NumberOfOperations",
 36236                   /* qualifiers */
 36237                   _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers,
 36238                   /* type */
 36239                   CIMTYPE_UINT64,
 36240                   /* subscript */
 36241                   -1,
 36242                   /* value */
 36243                   0,
 36244               };
 36245               
 36246               static const char*
 36247               _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers[] =
 36248               {
 36249                   /* Required */
 36250 mike  1.1.2.1     "\050\001",
 36251                   0,
 36252               };
 36253               
 36254               static MetaProperty
 36255               _CIM_CIMOMStatisticalData_CimomElapsedTime =
 36256               {
 36257                   /* flags */
 36258                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36259                   /* name */
 36260                   "CimomElapsedTime",
 36261                   /* qualifiers */
 36262                   _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers,
 36263                   /* type */
 36264                   CIMTYPE_DATETIME,
 36265                   /* subscript */
 36266                   -1,
 36267                   /* value */
 36268                   0,
 36269               };
 36270               
 36271 mike  1.1.2.1 static const char*
 36272               _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers[] =
 36273               {
 36274                   /* Required */
 36275                   "\050\001",
 36276                   0,
 36277               };
 36278               
 36279               static MetaProperty
 36280               _CIM_CIMOMStatisticalData_ProviderElapsedTime =
 36281               {
 36282                   /* flags */
 36283                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36284                   /* name */
 36285                   "ProviderElapsedTime",
 36286                   /* qualifiers */
 36287                   _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers,
 36288                   /* type */
 36289                   CIMTYPE_DATETIME,
 36290                   /* subscript */
 36291                   -1,
 36292 mike  1.1.2.1     /* value */
 36293                   0,
 36294               };
 36295               
 36296               static const char*
 36297               _CIM_CIMOMStatisticalData_RequestSize_qualifiers[] =
 36298               {
 36299                   /* Units */
 36300                   "\060Bytes",
 36301                   /* Counter */
 36302                   "\012\001",
 36303                   0,
 36304               };
 36305               
 36306               static MetaProperty
 36307               _CIM_CIMOMStatisticalData_RequestSize =
 36308               {
 36309                   /* flags */
 36310                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 36311                   /* name */
 36312                   "RequestSize",
 36313 mike  1.1.2.1     /* qualifiers */
 36314                   _CIM_CIMOMStatisticalData_RequestSize_qualifiers,
 36315                   /* type */
 36316                   CIMTYPE_UINT64,
 36317                   /* subscript */
 36318                   -1,
 36319                   /* value */
 36320                   0,
 36321               };
 36322               
 36323               static const char*
 36324               _CIM_CIMOMStatisticalData_ResponseSize_qualifiers[] =
 36325               {
 36326                   /* Units */
 36327                   "\060Bytes",
 36328                   /* Counter */
 36329                   "\012\001",
 36330                   0,
 36331               };
 36332               
 36333               static MetaProperty
 36334 mike  1.1.2.1 _CIM_CIMOMStatisticalData_ResponseSize =
 36335               {
 36336                   /* flags */
 36337                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 36338                   /* name */
 36339                   "ResponseSize",
 36340                   /* qualifiers */
 36341                   _CIM_CIMOMStatisticalData_ResponseSize_qualifiers,
 36342                   /* type */
 36343                   CIMTYPE_UINT64,
 36344                   /* subscript */
 36345                   -1,
 36346                   /* value */
 36347                   0,
 36348               };
 36349               
 36350               static MetaFeature*
 36351               _CIM_CIMOMStatisticalData_features[] =
 36352               {
 36353                   (MetaFeature*)&_CIM_CIMOMStatisticalData_InstanceID,
 36354                   (MetaFeature*)&_CIM_CIMOMStatisticalData_OperationType,
 36355 mike  1.1.2.1     (MetaFeature*)&_CIM_CIMOMStatisticalData_OtherOperationType,
 36356                   (MetaFeature*)&_CIM_CIMOMStatisticalData_NumberOfOperations,
 36357                   (MetaFeature*)&_CIM_CIMOMStatisticalData_CimomElapsedTime,
 36358                   (MetaFeature*)&_CIM_CIMOMStatisticalData_ProviderElapsedTime,
 36359                   (MetaFeature*)&_CIM_CIMOMStatisticalData_RequestSize,
 36360                   (MetaFeature*)&_CIM_CIMOMStatisticalData_ResponseSize,
 36361                   0,
 36362               };
 36363               
 36364               static const char*
 36365               __root_cimv2_CIM_CIMOMStatisticalData_qualifiers[] =
 36366               {
 36367                   /* UMLPackagePath */
 36368                   "\057CIM::Interop",
 36369                   /* Version */
 36370                   "\0632.7.0",
 36371                   0,
 36372               };
 36373               
 36374               MetaClass
 36375               __root_cimv2_CIM_CIMOMStatisticalData =
 36376 mike  1.1.2.1 {
 36377                   /* flags */
 36378                   META_FLAG_CLASS,
 36379                   /* name */
 36380                   "CIM_CIMOMStatisticalData",
 36381                   /* qualifiers */
 36382                   __root_cimv2_CIM_CIMOMStatisticalData_qualifiers,
 36383                   /* super */
 36384                   &__root_cimv2_CIM_StatisticalData,
 36385                   /* features */
 36386                   _CIM_CIMOMStatisticalData_features,
 36387               };
 36388               
 36389               //==============================================================================
 36390               //
 36391               // Class: CIM_ClassCreation
 36392               //
 36393               //==============================================================================
 36394               
 36395               static MetaFeature*
 36396               _CIM_ClassCreation_features[] =
 36397 mike  1.1.2.1 {
 36398                   0,
 36399               };
 36400               
 36401               static const char*
 36402               __root_cimv2_CIM_ClassCreation_qualifiers[] =
 36403               {
 36404                   /* INDICATION */
 36405                   "\001\001",
 36406                   /* UMLPackagePath */
 36407                   "\057CIM::Event",
 36408                   /* Version */
 36409                   "\0632.6.0",
 36410                   0,
 36411               };
 36412               
 36413               MetaClass
 36414               __root_cimv2_CIM_ClassCreation =
 36415               {
 36416                   /* flags */
 36417                   META_FLAG_INDICATION,
 36418 mike  1.1.2.1     /* name */
 36419                   "CIM_ClassCreation",
 36420                   /* qualifiers */
 36421                   __root_cimv2_CIM_ClassCreation_qualifiers,
 36422                   /* super */
 36423                   &__root_cimv2_CIM_ClassIndication,
 36424                   /* features */
 36425                   _CIM_ClassCreation_features,
 36426               };
 36427               
 36428               //==============================================================================
 36429               //
 36430               // Class: CIM_ClassDeletion
 36431               //
 36432               //==============================================================================
 36433               
 36434               static MetaFeature*
 36435               _CIM_ClassDeletion_features[] =
 36436               {
 36437                   0,
 36438               };
 36439 mike  1.1.2.1 
 36440               static const char*
 36441               __root_cimv2_CIM_ClassDeletion_qualifiers[] =
 36442               {
 36443                   /* INDICATION */
 36444                   "\001\001",
 36445                   /* UMLPackagePath */
 36446                   "\057CIM::Event",
 36447                   /* Version */
 36448                   "\0632.6.0",
 36449                   0,
 36450               };
 36451               
 36452               MetaClass
 36453               __root_cimv2_CIM_ClassDeletion =
 36454               {
 36455                   /* flags */
 36456                   META_FLAG_INDICATION,
 36457                   /* name */
 36458                   "CIM_ClassDeletion",
 36459                   /* qualifiers */
 36460 mike  1.1.2.1     __root_cimv2_CIM_ClassDeletion_qualifiers,
 36461                   /* super */
 36462                   &__root_cimv2_CIM_ClassIndication,
 36463                   /* features */
 36464                   _CIM_ClassDeletion_features,
 36465               };
 36466               
 36467               //==============================================================================
 36468               //
 36469               // Class: CIM_CollectedBufferPool
 36470               //
 36471               //==============================================================================
 36472               
 36473               static const char*
 36474               _CIM_CollectedBufferPool_Collection_qualifiers[] =
 36475               {
 36476                   /* Aggregate */
 36477                   "\003\001",
 36478                   /* Override */
 36479                   "\044Collection",
 36480                   0,
 36481 mike  1.1.2.1 };
 36482               
 36483               static MetaReference
 36484               _CIM_CollectedBufferPool_Collection =
 36485               {
 36486                   /* flags */
 36487                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 36488                   /* name */
 36489                   "Collection",
 36490                   /* qualifiers */
 36491                   _CIM_CollectedBufferPool_Collection_qualifiers,
 36492                   /* subscript */
 36493                   -1,
 36494                   /* refId */
 36495                   &__root_cimv2_CIM_BufferPool,
 36496               };
 36497               
 36498               static const char*
 36499               _CIM_CollectedBufferPool_Member_qualifiers[] =
 36500               {
 36501                   /* Override */
 36502 mike  1.1.2.1     "\044Member",
 36503                   0,
 36504               };
 36505               
 36506               static MetaReference
 36507               _CIM_CollectedBufferPool_Member =
 36508               {
 36509                   /* flags */
 36510                   META_FLAG_REFERENCE|META_FLAG_READ,
 36511                   /* name */
 36512                   "Member",
 36513                   /* qualifiers */
 36514                   _CIM_CollectedBufferPool_Member_qualifiers,
 36515                   /* subscript */
 36516                   -1,
 36517                   /* refId */
 36518                   &__root_cimv2_CIM_BufferPool,
 36519               };
 36520               
 36521               static MetaFeature*
 36522               _CIM_CollectedBufferPool_features[] =
 36523 mike  1.1.2.1 {
 36524                   (MetaFeature*)&_CIM_CollectedBufferPool_Collection,
 36525                   (MetaFeature*)&_CIM_CollectedBufferPool_Member,
 36526                   0,
 36527               };
 36528               
 36529               static const char*
 36530               __root_cimv2_CIM_CollectedBufferPool_qualifiers[] =
 36531               {
 36532                   /* ASSOCIATION */
 36533                   "\000\001",
 36534                   /* UMLPackagePath */
 36535                   "\057CIM::Network::Buffers",
 36536                   /* Aggregation */
 36537                   "\004\001",
 36538                   /* Version */
 36539                   "\0632.6.0",
 36540                   0,
 36541               };
 36542               
 36543               MetaClass
 36544 mike  1.1.2.1 __root_cimv2_CIM_CollectedBufferPool =
 36545               {
 36546                   /* flags */
 36547                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36548                   /* name */
 36549                   "CIM_CollectedBufferPool",
 36550                   /* qualifiers */
 36551                   __root_cimv2_CIM_CollectedBufferPool_qualifiers,
 36552                   /* super */
 36553                   &__root_cimv2_CIM_MemberOfCollection,
 36554                   /* features */
 36555                   _CIM_CollectedBufferPool_features,
 36556               };
 36557               
 36558               //==============================================================================
 36559               //
 36560               // Class: CIM_CollectedCollections
 36561               //
 36562               //==============================================================================
 36563               
 36564               static const char*
 36565 mike  1.1.2.1 _CIM_CollectedCollections_Collection_qualifiers[] =
 36566               {
 36567                   /* Key */
 36568                   "\025\001",
 36569                   /* Aggregate */
 36570                   "\003\001",
 36571                   0,
 36572               };
 36573               
 36574               static MetaReference
 36575               _CIM_CollectedCollections_Collection =
 36576               {
 36577                   /* flags */
 36578                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 36579                   /* name */
 36580                   "Collection",
 36581                   /* qualifiers */
 36582                   _CIM_CollectedCollections_Collection_qualifiers,
 36583                   /* subscript */
 36584                   -1,
 36585                   /* refId */
 36586 mike  1.1.2.1     &__root_cimv2_CIM_CollectionOfMSEs,
 36587               };
 36588               
 36589               static const char*
 36590               _CIM_CollectedCollections_CollectionInCollection_qualifiers[] =
 36591               {
 36592                   /* Key */
 36593                   "\025\001",
 36594                   0,
 36595               };
 36596               
 36597               static MetaReference
 36598               _CIM_CollectedCollections_CollectionInCollection =
 36599               {
 36600                   /* flags */
 36601                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36602                   /* name */
 36603                   "CollectionInCollection",
 36604                   /* qualifiers */
 36605                   _CIM_CollectedCollections_CollectionInCollection_qualifiers,
 36606                   /* subscript */
 36607 mike  1.1.2.1     -1,
 36608                   /* refId */
 36609                   &__root_cimv2_CIM_CollectionOfMSEs,
 36610               };
 36611               
 36612               static MetaFeature*
 36613               _CIM_CollectedCollections_features[] =
 36614               {
 36615                   (MetaFeature*)&_CIM_CollectedCollections_Collection,
 36616                   (MetaFeature*)&_CIM_CollectedCollections_CollectionInCollection,
 36617                   0,
 36618               };
 36619               
 36620               static const char*
 36621               __root_cimv2_CIM_CollectedCollections_qualifiers[] =
 36622               {
 36623                   /* ASSOCIATION */
 36624                   "\000\001",
 36625                   /* UMLPackagePath */
 36626                   "\057CIM::Core::Collection",
 36627                   /* Aggregation */
 36628 mike  1.1.2.1     "\004\001",
 36629                   /* Version */
 36630                   "\0632.10.0",
 36631                   0,
 36632               };
 36633               
 36634               MetaClass
 36635               __root_cimv2_CIM_CollectedCollections =
 36636               {
 36637                   /* flags */
 36638                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36639                   /* name */
 36640                   "CIM_CollectedCollections",
 36641                   /* qualifiers */
 36642                   __root_cimv2_CIM_CollectedCollections_qualifiers,
 36643                   /* super */
 36644                   0,
 36645                   /* features */
 36646                   _CIM_CollectedCollections_features,
 36647               };
 36648               
 36649 mike  1.1.2.1 //==============================================================================
 36650               //
 36651               // Class: CIM_CollectedMSEs
 36652               //
 36653               //==============================================================================
 36654               
 36655               static const char*
 36656               _CIM_CollectedMSEs_Collection_qualifiers[] =
 36657               {
 36658                   /* Aggregate */
 36659                   "\003\001",
 36660                   /* Override */
 36661                   "\044Collection",
 36662                   0,
 36663               };
 36664               
 36665               static MetaReference
 36666               _CIM_CollectedMSEs_Collection =
 36667               {
 36668                   /* flags */
 36669                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 36670 mike  1.1.2.1     /* name */
 36671                   "Collection",
 36672                   /* qualifiers */
 36673                   _CIM_CollectedMSEs_Collection_qualifiers,
 36674                   /* subscript */
 36675                   -1,
 36676                   /* refId */
 36677                   &__root_cimv2_CIM_CollectionOfMSEs,
 36678               };
 36679               
 36680               static const char*
 36681               _CIM_CollectedMSEs_Member_qualifiers[] =
 36682               {
 36683                   /* Override */
 36684                   "\044Member",
 36685                   0,
 36686               };
 36687               
 36688               static MetaReference
 36689               _CIM_CollectedMSEs_Member =
 36690               {
 36691 mike  1.1.2.1     /* flags */
 36692                   META_FLAG_REFERENCE|META_FLAG_READ,
 36693                   /* name */
 36694                   "Member",
 36695                   /* qualifiers */
 36696                   _CIM_CollectedMSEs_Member_qualifiers,
 36697                   /* subscript */
 36698                   -1,
 36699                   /* refId */
 36700                   &__root_cimv2_CIM_ManagedSystemElement,
 36701               };
 36702               
 36703               static MetaFeature*
 36704               _CIM_CollectedMSEs_features[] =
 36705               {
 36706                   (MetaFeature*)&_CIM_CollectedMSEs_Collection,
 36707                   (MetaFeature*)&_CIM_CollectedMSEs_Member,
 36708                   0,
 36709               };
 36710               
 36711               static const char*
 36712 mike  1.1.2.1 __root_cimv2_CIM_CollectedMSEs_qualifiers[] =
 36713               {
 36714                   /* ASSOCIATION */
 36715                   "\000\001",
 36716                   /* UMLPackagePath */
 36717                   "\057CIM::Core::Collection",
 36718                   /* Aggregation */
 36719                   "\004\001",
 36720                   /* Version */
 36721                   "\0632.6.0",
 36722                   0,
 36723               };
 36724               
 36725               MetaClass
 36726               __root_cimv2_CIM_CollectedMSEs =
 36727               {
 36728                   /* flags */
 36729                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36730                   /* name */
 36731                   "CIM_CollectedMSEs",
 36732                   /* qualifiers */
 36733 mike  1.1.2.1     __root_cimv2_CIM_CollectedMSEs_qualifiers,
 36734                   /* super */
 36735                   &__root_cimv2_CIM_MemberOfCollection,
 36736                   /* features */
 36737                   _CIM_CollectedMSEs_features,
 36738               };
 36739               
 36740               //==============================================================================
 36741               //
 36742               // Class: CIM_CollectionConfiguration
 36743               //
 36744               //==============================================================================
 36745               
 36746               static const char*
 36747               _CIM_CollectionConfiguration_Collection_qualifiers[] =
 36748               {
 36749                   /* Deprecated */
 36750                   "\013\000\002CIM_ElementSettingData.ManagedElement\000CIM_CollectionSetting.Collection\000",
 36751                   /* Key */
 36752                   "\025\001",
 36753                   0,
 36754 mike  1.1.2.1 };
 36755               
 36756               static MetaReference
 36757               _CIM_CollectionConfiguration_Collection =
 36758               {
 36759                   /* flags */
 36760                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36761                   /* name */
 36762                   "Collection",
 36763                   /* qualifiers */
 36764                   _CIM_CollectionConfiguration_Collection_qualifiers,
 36765                   /* subscript */
 36766                   -1,
 36767                   /* refId */
 36768                   &__root_cimv2_CIM_CollectionOfMSEs,
 36769               };
 36770               
 36771               static const char*
 36772               _CIM_CollectionConfiguration_Configuration_qualifiers[] =
 36773               {
 36774                   /* Deprecated */
 36775 mike  1.1.2.1     "\013\000\002CIM_ElementSettingData.SettingData\000CIM_CollectionSetting.Setting\000",
 36776                   /* Key */
 36777                   "\025\001",
 36778                   0,
 36779               };
 36780               
 36781               static MetaReference
 36782               _CIM_CollectionConfiguration_Configuration =
 36783               {
 36784                   /* flags */
 36785                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36786                   /* name */
 36787                   "Configuration",
 36788                   /* qualifiers */
 36789                   _CIM_CollectionConfiguration_Configuration_qualifiers,
 36790                   /* subscript */
 36791                   -1,
 36792                   /* refId */
 36793                   &__root_cimv2_CIM_Configuration,
 36794               };
 36795               
 36796 mike  1.1.2.1 static MetaFeature*
 36797               _CIM_CollectionConfiguration_features[] =
 36798               {
 36799                   (MetaFeature*)&_CIM_CollectionConfiguration_Collection,
 36800                   (MetaFeature*)&_CIM_CollectionConfiguration_Configuration,
 36801                   0,
 36802               };
 36803               
 36804               static const char*
 36805               __root_cimv2_CIM_CollectionConfiguration_qualifiers[] =
 36806               {
 36807                   /* ASSOCIATION */
 36808                   "\000\001",
 36809                   /* Deprecated */
 36810                   "\013\000\002CIM_ElementSettingData\000CIM_CollectionSetting\000",
 36811                   /* UMLPackagePath */
 36812                   "\057CIM::Core::Settings",
 36813                   /* Version */
 36814                   "\0632.10.0",
 36815                   0,
 36816               };
 36817 mike  1.1.2.1 
 36818               MetaClass
 36819               __root_cimv2_CIM_CollectionConfiguration =
 36820               {
 36821                   /* flags */
 36822                   META_FLAG_ASSOCIATION,
 36823                   /* name */
 36824                   "CIM_CollectionConfiguration",
 36825                   /* qualifiers */
 36826                   __root_cimv2_CIM_CollectionConfiguration_qualifiers,
 36827                   /* super */
 36828                   0,
 36829                   /* features */
 36830                   _CIM_CollectionConfiguration_features,
 36831               };
 36832               
 36833               //==============================================================================
 36834               //
 36835               // Class: CIM_CollectionInOrganization
 36836               //
 36837               //==============================================================================
 36838 mike  1.1.2.1 
 36839               static const char*
 36840               _CIM_CollectionInOrganization_Parent_qualifiers[] =
 36841               {
 36842                   /* Key */
 36843                   "\025\001",
 36844                   /* Aggregate */
 36845                   "\003\001",
 36846                   /* Max */
 36847                   "\027\000\000\000\001",
 36848                   0,
 36849               };
 36850               
 36851               static MetaReference
 36852               _CIM_CollectionInOrganization_Parent =
 36853               {
 36854                   /* flags */
 36855                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 36856                   /* name */
 36857                   "Parent",
 36858                   /* qualifiers */
 36859 mike  1.1.2.1     _CIM_CollectionInOrganization_Parent_qualifiers,
 36860                   /* subscript */
 36861                   -1,
 36862                   /* refId */
 36863                   &__root_cimv2_CIM_OrganizationalEntity,
 36864               };
 36865               
 36866               static const char*
 36867               _CIM_CollectionInOrganization_Child_qualifiers[] =
 36868               {
 36869                   /* Key */
 36870                   "\025\001",
 36871                   0,
 36872               };
 36873               
 36874               static MetaReference
 36875               _CIM_CollectionInOrganization_Child =
 36876               {
 36877                   /* flags */
 36878                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36879                   /* name */
 36880 mike  1.1.2.1     "Child",
 36881                   /* qualifiers */
 36882                   _CIM_CollectionInOrganization_Child_qualifiers,
 36883                   /* subscript */
 36884                   -1,
 36885                   /* refId */
 36886                   &__root_cimv2_CIM_Collection,
 36887               };
 36888               
 36889               static MetaFeature*
 36890               _CIM_CollectionInOrganization_features[] =
 36891               {
 36892                   (MetaFeature*)&_CIM_CollectionInOrganization_Parent,
 36893                   (MetaFeature*)&_CIM_CollectionInOrganization_Child,
 36894                   0,
 36895               };
 36896               
 36897               static const char*
 36898               __root_cimv2_CIM_CollectionInOrganization_qualifiers[] =
 36899               {
 36900                   /* ASSOCIATION */
 36901 mike  1.1.2.1     "\000\001",
 36902                   /* UMLPackagePath */
 36903                   "\057CIM::User::Org",
 36904                   /* Aggregation */
 36905                   "\004\001",
 36906                   /* Version */
 36907                   "\0632.6.0",
 36908                   0,
 36909               };
 36910               
 36911               MetaClass
 36912               __root_cimv2_CIM_CollectionInOrganization =
 36913               {
 36914                   /* flags */
 36915                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36916                   /* name */
 36917                   "CIM_CollectionInOrganization",
 36918                   /* qualifiers */
 36919                   __root_cimv2_CIM_CollectionInOrganization_qualifiers,
 36920                   /* super */
 36921                   0,
 36922 mike  1.1.2.1     /* features */
 36923                   _CIM_CollectionInOrganization_features,
 36924               };
 36925               
 36926               //==============================================================================
 36927               //
 36928               // Class: CIM_CollectionSetting
 36929               //
 36930               //==============================================================================
 36931               
 36932               static const char*
 36933               _CIM_CollectionSetting_Collection_qualifiers[] =
 36934               {
 36935                   /* Key */
 36936                   "\025\001",
 36937                   0,
 36938               };
 36939               
 36940               static MetaReference
 36941               _CIM_CollectionSetting_Collection =
 36942               {
 36943 mike  1.1.2.1     /* flags */
 36944                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36945                   /* name */
 36946                   "Collection",
 36947                   /* qualifiers */
 36948                   _CIM_CollectionSetting_Collection_qualifiers,
 36949                   /* subscript */
 36950                   -1,
 36951                   /* refId */
 36952                   &__root_cimv2_CIM_CollectionOfMSEs,
 36953               };
 36954               
 36955               static const char*
 36956               _CIM_CollectionSetting_Setting_qualifiers[] =
 36957               {
 36958                   /* Key */
 36959                   "\025\001",
 36960                   0,
 36961               };
 36962               
 36963               static MetaReference
 36964 mike  1.1.2.1 _CIM_CollectionSetting_Setting =
 36965               {
 36966                   /* flags */
 36967                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36968                   /* name */
 36969                   "Setting",
 36970                   /* qualifiers */
 36971                   _CIM_CollectionSetting_Setting_qualifiers,
 36972                   /* subscript */
 36973                   -1,
 36974                   /* refId */
 36975                   &__root_cimv2_CIM_Setting,
 36976               };
 36977               
 36978               static MetaFeature*
 36979               _CIM_CollectionSetting_features[] =
 36980               {
 36981                   (MetaFeature*)&_CIM_CollectionSetting_Collection,
 36982                   (MetaFeature*)&_CIM_CollectionSetting_Setting,
 36983                   0,
 36984               };
 36985 mike  1.1.2.1 
 36986               static const char*
 36987               __root_cimv2_CIM_CollectionSetting_qualifiers[] =
 36988               {
 36989                   /* ASSOCIATION */
 36990                   "\000\001",
 36991                   /* UMLPackagePath */
 36992                   "\057CIM::Core::Settings",
 36993                   /* Version */
 36994                   "\0632.6.0",
 36995                   0,
 36996               };
 36997               
 36998               MetaClass
 36999               __root_cimv2_CIM_CollectionSetting =
 37000               {
 37001                   /* flags */
 37002                   META_FLAG_ASSOCIATION,
 37003                   /* name */
 37004                   "CIM_CollectionSetting",
 37005                   /* qualifiers */
 37006 mike  1.1.2.1     __root_cimv2_CIM_CollectionSetting_qualifiers,
 37007                   /* super */
 37008                   0,
 37009                   /* features */
 37010                   _CIM_CollectionSetting_features,
 37011               };
 37012               
 37013               //==============================================================================
 37014               //
 37015               // Class: CIM_CommonDatabaseSettingData
 37016               //
 37017               //==============================================================================
 37018               
 37019               static const char*
 37020               _CIM_CommonDatabaseSettingData_RecoverabilityOption_qualifiers[] =
 37021               {
 37022                   /* Write */
 37023                   "\065\001",
 37024                   /* ValueMap */
 37025                   "\061\000\0041\0002\0003\0004\000",
 37026                   /* Values */
 37027 mike  1.1.2.1     "\062\000\004Other\000Recoverable\000Non-Recoverable\000Rebuildable\000",
 37028                   /* ModelCorrespondence */
 37029                   "\036\000\002CIM_CommonDatabaseSettingData.OtherRecoverabilityOption\000CIM_CommonDatabaseCapabilities.RecoverabilityOptions\000",
 37030                   0,
 37031               };
 37032               
 37033               static MetaProperty
 37034               _CIM_CommonDatabaseSettingData_RecoverabilityOption =
 37035               {
 37036                   /* flags */
 37037                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 37038                   /* name */
 37039                   "RecoverabilityOption",
 37040                   /* qualifiers */
 37041                   _CIM_CommonDatabaseSettingData_RecoverabilityOption_qualifiers,
 37042                   /* type */
 37043                   CIMTYPE_UINT16,
 37044                   /* subscript */
 37045                   -1,
 37046                   /* value */
 37047                   0,
 37048 mike  1.1.2.1 };
 37049               
 37050               static const char*
 37051               _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption_qualifiers[] =
 37052               {
 37053                   /* Write */
 37054                   "\065\001",
 37055                   /* ModelCorrespondence */
 37056                   "\036\000\002CIM_CommonDatabaseSettingData.RecoverabilityOption\000CIM_CommonDatabaseCapabilities.OtherRecoverabilityOptions\000",
 37057                   0,
 37058               };
 37059               
 37060               static MetaProperty
 37061               _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption =
 37062               {
 37063                   /* flags */
 37064                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 37065                   /* name */
 37066                   "OtherRecoverabilityOption",
 37067                   /* qualifiers */
 37068                   _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption_qualifiers,
 37069 mike  1.1.2.1     /* type */
 37070                   CIMTYPE_STRING,
 37071                   /* subscript */
 37072                   -1,
 37073                   /* value */
 37074                   0,
 37075               };
 37076               
 37077               static MetaFeature*
 37078               _CIM_CommonDatabaseSettingData_features[] =
 37079               {
 37080                   (MetaFeature*)&_CIM_CommonDatabaseSettingData_RecoverabilityOption,
 37081                   (MetaFeature*)&_CIM_CommonDatabaseSettingData_OtherRecoverabilityOption,
 37082                   0,
 37083               };
 37084               
 37085               static const char*
 37086               __root_cimv2_CIM_CommonDatabaseSettingData_qualifiers[] =
 37087               {
 37088                   /* UMLPackagePath */
 37089                   "\057CIM::Database::Storage",
 37090 mike  1.1.2.1     /* Version */
 37091                   "\0632.8.0",
 37092                   0,
 37093               };
 37094               
 37095               MetaClass
 37096               __root_cimv2_CIM_CommonDatabaseSettingData =
 37097               {
 37098                   /* flags */
 37099                   META_FLAG_CLASS,
 37100                   /* name */
 37101                   "CIM_CommonDatabaseSettingData",
 37102                   /* qualifiers */
 37103                   __root_cimv2_CIM_CommonDatabaseSettingData_qualifiers,
 37104                   /* super */
 37105                   &__root_cimv2_CIM_SettingData,
 37106                   /* features */
 37107                   _CIM_CommonDatabaseSettingData_features,
 37108               };
 37109               
 37110               //==============================================================================
 37111 mike  1.1.2.1 //
 37112               // Class: CIM_CommonDatabaseStatistics
 37113               //
 37114               //==============================================================================
 37115               
 37116               static const char*
 37117               _CIM_CommonDatabaseStatistics_SizeUsed_qualifiers[] =
 37118               {
 37119                   /* MappingStrings */
 37120                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeUsed\000",
 37121                   0,
 37122               };
 37123               
 37124               static MetaProperty
 37125               _CIM_CommonDatabaseStatistics_SizeUsed =
 37126               {
 37127                   /* flags */
 37128                   META_FLAG_PROPERTY|META_FLAG_READ,
 37129                   /* name */
 37130                   "SizeUsed",
 37131                   /* qualifiers */
 37132 mike  1.1.2.1     _CIM_CommonDatabaseStatistics_SizeUsed_qualifiers,
 37133                   /* type */
 37134                   CIMTYPE_UINT32,
 37135                   /* subscript */
 37136                   -1,
 37137                   /* value */
 37138                   0,
 37139               };
 37140               
 37141               static MetaFeature*
 37142               _CIM_CommonDatabaseStatistics_features[] =
 37143               {
 37144                   (MetaFeature*)&_CIM_CommonDatabaseStatistics_SizeUsed,
 37145                   0,
 37146               };
 37147               
 37148               static const char*
 37149               __root_cimv2_CIM_CommonDatabaseStatistics_qualifiers[] =
 37150               {
 37151                   /* UMLPackagePath */
 37152                   "\057CIM::Database::Statistics",
 37153 mike  1.1.2.1     /* Version */
 37154                   "\0632.7.0",
 37155                   0,
 37156               };
 37157               
 37158               MetaClass
 37159               __root_cimv2_CIM_CommonDatabaseStatistics =
 37160               {
 37161                   /* flags */
 37162                   META_FLAG_CLASS,
 37163                   /* name */
 37164                   "CIM_CommonDatabaseStatistics",
 37165                   /* qualifiers */
 37166                   __root_cimv2_CIM_CommonDatabaseStatistics_qualifiers,
 37167                   /* super */
 37168                   &__root_cimv2_CIM_StatisticalData,
 37169                   /* features */
 37170                   _CIM_CommonDatabaseStatistics_features,
 37171               };
 37172               
 37173               //==============================================================================
 37174 mike  1.1.2.1 //
 37175               // Class: CIM_CompatibleProduct
 37176               //
 37177               //==============================================================================
 37178               
 37179               static const char*
 37180               _CIM_CompatibleProduct_Product_qualifiers[] =
 37181               {
 37182                   /* Key */
 37183                   "\025\001",
 37184                   0,
 37185               };
 37186               
 37187               static MetaReference
 37188               _CIM_CompatibleProduct_Product =
 37189               {
 37190                   /* flags */
 37191                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 37192                   /* name */
 37193                   "Product",
 37194                   /* qualifiers */
 37195 mike  1.1.2.1     _CIM_CompatibleProduct_Product_qualifiers,
 37196                   /* subscript */
 37197                   -1,
 37198                   /* refId */
 37199                   &__root_cimv2_CIM_Product,
 37200               };
 37201               
 37202               static const char*
 37203               _CIM_CompatibleProduct_CompatibleProduct_qualifiers[] =
 37204               {
 37205                   /* Key */
 37206                   "\025\001",
 37207                   0,
 37208               };
 37209               
 37210               static MetaReference
 37211               _CIM_CompatibleProduct_CompatibleProduct =
 37212               {
 37213                   /* flags */
 37214                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 37215                   /* name */
 37216 mike  1.1.2.1     "CompatibleProduct",
 37217                   /* qualifiers */
 37218                   _CIM_CompatibleProduct_CompatibleProduct_qualifiers,
 37219                   /* subscript */
 37220                   -1,
 37221                   /* refId */
 37222                   &__root_cimv2_CIM_Product,
 37223               };
 37224               
 37225               static const char*
 37226               _CIM_CompatibleProduct_CompatibilityDescription_qualifiers[] =
 37227               {
 37228                   0,
 37229               };
 37230               
 37231               static MetaProperty
 37232               _CIM_CompatibleProduct_CompatibilityDescription =
 37233               {
 37234                   /* flags */
 37235                   META_FLAG_PROPERTY|META_FLAG_READ,
 37236                   /* name */
 37237 mike  1.1.2.1     "CompatibilityDescription",
 37238                   /* qualifiers */
 37239                   _CIM_CompatibleProduct_CompatibilityDescription_qualifiers,
 37240                   /* type */
 37241                   CIMTYPE_STRING,
 37242                   /* subscript */
 37243                   -1,
 37244                   /* value */
 37245                   0,
 37246               };
 37247               
 37248               static MetaFeature*
 37249               _CIM_CompatibleProduct_features[] =
 37250               {
 37251                   (MetaFeature*)&_CIM_CompatibleProduct_Product,
 37252                   (MetaFeature*)&_CIM_CompatibleProduct_CompatibleProduct,
 37253                   (MetaFeature*)&_CIM_CompatibleProduct_CompatibilityDescription,
 37254                   0,
 37255               };
 37256               
 37257               static const char*
 37258 mike  1.1.2.1 __root_cimv2_CIM_CompatibleProduct_qualifiers[] =
 37259               {
 37260                   /* ASSOCIATION */
 37261                   "\000\001",
 37262                   /* UMLPackagePath */
 37263                   "\057CIM::Core::ProductFRU",
 37264                   /* Version */
 37265                   "\0632.6.0",
 37266                   0,
 37267               };
 37268               
 37269               MetaClass
 37270               __root_cimv2_CIM_CompatibleProduct =
 37271               {
 37272                   /* flags */
 37273                   META_FLAG_ASSOCIATION,
 37274                   /* name */
 37275                   "CIM_CompatibleProduct",
 37276                   /* qualifiers */
 37277                   __root_cimv2_CIM_CompatibleProduct_qualifiers,
 37278                   /* super */
 37279 mike  1.1.2.1     0,
 37280                   /* features */
 37281                   _CIM_CompatibleProduct_features,
 37282               };
 37283               
 37284               //==============================================================================
 37285               //
 37286               // Class: CIM_CompoundPolicyAction
 37287               //
 37288               //==============================================================================
 37289               
 37290               static const char*
 37291               _CIM_CompoundPolicyAction_SequencedActions_qualifiers[] =
 37292               {
 37293                   /* ValueMap */
 37294                   "\061\000\0031\0002\0003\000",
 37295                   /* Values */
 37296                   "\062\000\003Mandatory\000Recommended\000Dont Care\000",
 37297                   0,
 37298               };
 37299               
 37300 mike  1.1.2.1 static MetaProperty
 37301               _CIM_CompoundPolicyAction_SequencedActions =
 37302               {
 37303                   /* flags */
 37304                   META_FLAG_PROPERTY|META_FLAG_READ,
 37305                   /* name */
 37306                   "SequencedActions",
 37307                   /* qualifiers */
 37308                   _CIM_CompoundPolicyAction_SequencedActions_qualifiers,
 37309                   /* type */
 37310                   CIMTYPE_UINT16,
 37311                   /* subscript */
 37312                   -1,
 37313                   /* value */
 37314                   "\000\003",
 37315               };
 37316               
 37317               static const char*
 37318               _CIM_CompoundPolicyAction_ExecutionStrategy_qualifiers[] =
 37319               {
 37320                   /* ValueMap */
 37321 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
 37322                   /* Values */
 37323                   "\062\000\003Do Until Success\000Do All\000Do Until Failure\000",
 37324                   0,
 37325               };
 37326               
 37327               static MetaProperty
 37328               _CIM_CompoundPolicyAction_ExecutionStrategy =
 37329               {
 37330                   /* flags */
 37331                   META_FLAG_PROPERTY|META_FLAG_READ,
 37332                   /* name */
 37333                   "ExecutionStrategy",
 37334                   /* qualifiers */
 37335                   _CIM_CompoundPolicyAction_ExecutionStrategy_qualifiers,
 37336                   /* type */
 37337                   CIMTYPE_UINT16,
 37338                   /* subscript */
 37339                   -1,
 37340                   /* value */
 37341                   "\000\002",
 37342 mike  1.1.2.1 };
 37343               
 37344               static MetaFeature*
 37345               _CIM_CompoundPolicyAction_features[] =
 37346               {
 37347                   (MetaFeature*)&_CIM_CompoundPolicyAction_SequencedActions,
 37348                   (MetaFeature*)&_CIM_CompoundPolicyAction_ExecutionStrategy,
 37349                   0,
 37350               };
 37351               
 37352               static const char*
 37353               __root_cimv2_CIM_CompoundPolicyAction_qualifiers[] =
 37354               {
 37355                   /* UMLPackagePath */
 37356                   "\057CIM::Policy",
 37357                   /* Version */
 37358                   "\0632.6.0",
 37359                   0,
 37360               };
 37361               
 37362               MetaClass
 37363 mike  1.1.2.1 __root_cimv2_CIM_CompoundPolicyAction =
 37364               {
 37365                   /* flags */
 37366                   META_FLAG_CLASS,
 37367                   /* name */
 37368                   "CIM_CompoundPolicyAction",
 37369                   /* qualifiers */
 37370                   __root_cimv2_CIM_CompoundPolicyAction_qualifiers,
 37371                   /* super */
 37372                   &__root_cimv2_CIM_PolicyAction,
 37373                   /* features */
 37374                   _CIM_CompoundPolicyAction_features,
 37375               };
 37376               
 37377               //==============================================================================
 37378               //
 37379               // Class: CIM_CompoundPolicyCondition
 37380               //
 37381               //==============================================================================
 37382               
 37383               static const char*
 37384 mike  1.1.2.1 _CIM_CompoundPolicyCondition_ConditionListType_qualifiers[] =
 37385               {
 37386                   /* ValueMap */
 37387                   "\061\000\0021\0002\000",
 37388                   /* Values */
 37389                   "\062\000\002DNF\000CNF\000",
 37390                   0,
 37391               };
 37392               
 37393               static MetaProperty
 37394               _CIM_CompoundPolicyCondition_ConditionListType =
 37395               {
 37396                   /* flags */
 37397                   META_FLAG_PROPERTY|META_FLAG_READ,
 37398                   /* name */
 37399                   "ConditionListType",
 37400                   /* qualifiers */
 37401                   _CIM_CompoundPolicyCondition_ConditionListType_qualifiers,
 37402                   /* type */
 37403                   CIMTYPE_UINT16,
 37404                   /* subscript */
 37405 mike  1.1.2.1     -1,
 37406                   /* value */
 37407                   0,
 37408               };
 37409               
 37410               static MetaFeature*
 37411               _CIM_CompoundPolicyCondition_features[] =
 37412               {
 37413                   (MetaFeature*)&_CIM_CompoundPolicyCondition_ConditionListType,
 37414                   0,
 37415               };
 37416               
 37417               static const char*
 37418               __root_cimv2_CIM_CompoundPolicyCondition_qualifiers[] =
 37419               {
 37420                   /* UMLPackagePath */
 37421                   "\057CIM::Policy",
 37422                   /* Version */
 37423                   "\0632.7.0",
 37424                   0,
 37425               };
 37426 mike  1.1.2.1 
 37427               MetaClass
 37428               __root_cimv2_CIM_CompoundPolicyCondition =
 37429               {
 37430                   /* flags */
 37431                   META_FLAG_CLASS,
 37432                   /* name */
 37433                   "CIM_CompoundPolicyCondition",
 37434                   /* qualifiers */
 37435                   __root_cimv2_CIM_CompoundPolicyCondition_qualifiers,
 37436                   /* super */
 37437                   &__root_cimv2_CIM_PolicyCondition,
 37438                   /* features */
 37439                   _CIM_CompoundPolicyCondition_features,
 37440               };
 37441               
 37442               //==============================================================================
 37443               //
 37444               // Class: CIM_ConcreteDependency
 37445               //
 37446               //==============================================================================
 37447 mike  1.1.2.1 
 37448               static const char*
 37449               _CIM_ConcreteDependency_Antecedent_qualifiers[] =
 37450               {
 37451                   /* Override */
 37452                   "\044Antecedent",
 37453                   0,
 37454               };
 37455               
 37456               static MetaReference
 37457               _CIM_ConcreteDependency_Antecedent =
 37458               {
 37459                   /* flags */
 37460                   META_FLAG_REFERENCE|META_FLAG_READ,
 37461                   /* name */
 37462                   "Antecedent",
 37463                   /* qualifiers */
 37464                   _CIM_ConcreteDependency_Antecedent_qualifiers,
 37465                   /* subscript */
 37466                   -1,
 37467                   /* refId */
 37468 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 37469               };
 37470               
 37471               static const char*
 37472               _CIM_ConcreteDependency_Dependent_qualifiers[] =
 37473               {
 37474                   /* Override */
 37475                   "\044Dependent",
 37476                   0,
 37477               };
 37478               
 37479               static MetaReference
 37480               _CIM_ConcreteDependency_Dependent =
 37481               {
 37482                   /* flags */
 37483                   META_FLAG_REFERENCE|META_FLAG_READ,
 37484                   /* name */
 37485                   "Dependent",
 37486                   /* qualifiers */
 37487                   _CIM_ConcreteDependency_Dependent_qualifiers,
 37488                   /* subscript */
 37489 mike  1.1.2.1     -1,
 37490                   /* refId */
 37491                   &__root_cimv2_CIM_ManagedElement,
 37492               };
 37493               
 37494               static MetaFeature*
 37495               _CIM_ConcreteDependency_features[] =
 37496               {
 37497                   (MetaFeature*)&_CIM_ConcreteDependency_Antecedent,
 37498                   (MetaFeature*)&_CIM_ConcreteDependency_Dependent,
 37499                   0,
 37500               };
 37501               
 37502               static const char*
 37503               __root_cimv2_CIM_ConcreteDependency_qualifiers[] =
 37504               {
 37505                   /* ASSOCIATION */
 37506                   "\000\001",
 37507                   /* UMLPackagePath */
 37508                   "\057CIM::Core::CoreElements",
 37509                   /* Version */
 37510 mike  1.1.2.1     "\0632.10.0",
 37511                   0,
 37512               };
 37513               
 37514               MetaClass
 37515               __root_cimv2_CIM_ConcreteDependency =
 37516               {
 37517                   /* flags */
 37518                   META_FLAG_ASSOCIATION,
 37519                   /* name */
 37520                   "CIM_ConcreteDependency",
 37521                   /* qualifiers */
 37522                   __root_cimv2_CIM_ConcreteDependency_qualifiers,
 37523                   /* super */
 37524                   &__root_cimv2_CIM_Dependency,
 37525                   /* features */
 37526                   _CIM_ConcreteDependency_features,
 37527               };
 37528               
 37529               //==============================================================================
 37530               //
 37531 mike  1.1.2.1 // Class: CIM_ConcreteIdentity
 37532               //
 37533               //==============================================================================
 37534               
 37535               static const char*
 37536               _CIM_ConcreteIdentity_SystemElement_qualifiers[] =
 37537               {
 37538                   /* Override */
 37539                   "\044SystemElement",
 37540                   0,
 37541               };
 37542               
 37543               static MetaReference
 37544               _CIM_ConcreteIdentity_SystemElement =
 37545               {
 37546                   /* flags */
 37547                   META_FLAG_REFERENCE|META_FLAG_READ,
 37548                   /* name */
 37549                   "SystemElement",
 37550                   /* qualifiers */
 37551                   _CIM_ConcreteIdentity_SystemElement_qualifiers,
 37552 mike  1.1.2.1     /* subscript */
 37553                   -1,
 37554                   /* refId */
 37555                   &__root_cimv2_CIM_ManagedElement,
 37556               };
 37557               
 37558               static const char*
 37559               _CIM_ConcreteIdentity_SameElement_qualifiers[] =
 37560               {
 37561                   /* Override */
 37562                   "\044SameElement",
 37563                   0,
 37564               };
 37565               
 37566               static MetaReference
 37567               _CIM_ConcreteIdentity_SameElement =
 37568               {
 37569                   /* flags */
 37570                   META_FLAG_REFERENCE|META_FLAG_READ,
 37571                   /* name */
 37572                   "SameElement",
 37573 mike  1.1.2.1     /* qualifiers */
 37574                   _CIM_ConcreteIdentity_SameElement_qualifiers,
 37575                   /* subscript */
 37576                   -1,
 37577                   /* refId */
 37578                   &__root_cimv2_CIM_ManagedElement,
 37579               };
 37580               
 37581               static MetaFeature*
 37582               _CIM_ConcreteIdentity_features[] =
 37583               {
 37584                   (MetaFeature*)&_CIM_ConcreteIdentity_SystemElement,
 37585                   (MetaFeature*)&_CIM_ConcreteIdentity_SameElement,
 37586                   0,
 37587               };
 37588               
 37589               static const char*
 37590               __root_cimv2_CIM_ConcreteIdentity_qualifiers[] =
 37591               {
 37592                   /* ASSOCIATION */
 37593                   "\000\001",
 37594 mike  1.1.2.1     /* UMLPackagePath */
 37595                   "\057CIM::Core::CoreElements",
 37596                   /* Version */
 37597                   "\0632.10.0",
 37598                   0,
 37599               };
 37600               
 37601               MetaClass
 37602               __root_cimv2_CIM_ConcreteIdentity =
 37603               {
 37604                   /* flags */
 37605                   META_FLAG_ASSOCIATION,
 37606                   /* name */
 37607                   "CIM_ConcreteIdentity",
 37608                   /* qualifiers */
 37609                   __root_cimv2_CIM_ConcreteIdentity_qualifiers,
 37610                   /* super */
 37611                   &__root_cimv2_CIM_LogicalIdentity,
 37612                   /* features */
 37613                   _CIM_ConcreteIdentity_features,
 37614               };
 37615 mike  1.1.2.1 
 37616               //==============================================================================
 37617               //
 37618               // Class: CIM_ConfigurationCapacity
 37619               //
 37620               //==============================================================================
 37621               
 37622               static const char*
 37623               _CIM_ConfigurationCapacity_Name_qualifiers[] =
 37624               {
 37625                   /* Key */
 37626                   "\025\001",
 37627                   /* Override */
 37628                   "\044Name",
 37629                   0,
 37630               };
 37631               
 37632               static MetaProperty
 37633               _CIM_ConfigurationCapacity_Name =
 37634               {
 37635                   /* flags */
 37636 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 37637                   /* name */
 37638                   "Name",
 37639                   /* qualifiers */
 37640                   _CIM_ConfigurationCapacity_Name_qualifiers,
 37641                   /* type */
 37642                   CIMTYPE_STRING,
 37643                   /* subscript */
 37644                   -1,
 37645                   /* value */
 37646                   0,
 37647               };
 37648               
 37649               static const char*
 37650               _CIM_ConfigurationCapacity_ObjectType_qualifiers[] =
 37651               {
 37652                   /* Key */
 37653                   "\025\001",
 37654                   /* ValueMap */
 37655                   "\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",
 37656                   /* Values */
 37657 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",
 37658                   /* ModelCorrespondence */
 37659                   "\036\000\001CIM_ConfigurationCapacity.OtherTypeDescription\000",
 37660                   0,
 37661               };
 37662               
 37663               static MetaProperty
 37664               _CIM_ConfigurationCapacity_ObjectType =
 37665               {
 37666                   /* flags */
 37667                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 37668                   /* name */
 37669                   "ObjectType",
 37670                   /* qualifiers */
 37671                   _CIM_ConfigurationCapacity_ObjectType_qualifiers,
 37672                   /* type */
 37673                   CIMTYPE_UINT16,
 37674                   /* subscript */
 37675                   -1,
 37676                   /* value */
 37677                   0,
 37678 mike  1.1.2.1 };
 37679               
 37680               static const char*
 37681               _CIM_ConfigurationCapacity_OtherTypeDescription_qualifiers[] =
 37682               {
 37683                   /* MaxLen */
 37684                   "\030\000\000\000\100",
 37685                   /* ModelCorrespondence */
 37686                   "\036\000\001CIM_ConfigurationCapacity.ObjectType\000",
 37687                   0,
 37688               };
 37689               
 37690               static MetaProperty
 37691               _CIM_ConfigurationCapacity_OtherTypeDescription =
 37692               {
 37693                   /* flags */
 37694                   META_FLAG_PROPERTY|META_FLAG_READ,
 37695                   /* name */
 37696                   "OtherTypeDescription",
 37697                   /* qualifiers */
 37698                   _CIM_ConfigurationCapacity_OtherTypeDescription_qualifiers,
 37699 mike  1.1.2.1     /* type */
 37700                   CIMTYPE_STRING,
 37701                   /* subscript */
 37702                   -1,
 37703                   /* value */
 37704                   0,
 37705               };
 37706               
 37707               static const char*
 37708               _CIM_ConfigurationCapacity_MinimumCapacity_qualifiers[] =
 37709               {
 37710                   0,
 37711               };
 37712               
 37713               static MetaProperty
 37714               _CIM_ConfigurationCapacity_MinimumCapacity =
 37715               {
 37716                   /* flags */
 37717                   META_FLAG_PROPERTY|META_FLAG_READ,
 37718                   /* name */
 37719                   "MinimumCapacity",
 37720 mike  1.1.2.1     /* qualifiers */
 37721                   _CIM_ConfigurationCapacity_MinimumCapacity_qualifiers,
 37722                   /* type */
 37723                   CIMTYPE_UINT64,
 37724                   /* subscript */
 37725                   -1,
 37726                   /* value */
 37727                   0,
 37728               };
 37729               
 37730               static const char*
 37731               _CIM_ConfigurationCapacity_MaximumCapacity_qualifiers[] =
 37732               {
 37733                   0,
 37734               };
 37735               
 37736               static MetaProperty
 37737               _CIM_ConfigurationCapacity_MaximumCapacity =
 37738               {
 37739                   /* flags */
 37740                   META_FLAG_PROPERTY|META_FLAG_READ,
 37741 mike  1.1.2.1     /* name */
 37742                   "MaximumCapacity",
 37743                   /* qualifiers */
 37744                   _CIM_ConfigurationCapacity_MaximumCapacity_qualifiers,
 37745                   /* type */
 37746                   CIMTYPE_UINT64,
 37747                   /* subscript */
 37748                   -1,
 37749                   /* value */
 37750                   0,
 37751               };
 37752               
 37753               static const char*
 37754               _CIM_ConfigurationCapacity_Increment_qualifiers[] =
 37755               {
 37756                   0,
 37757               };
 37758               
 37759               static MetaProperty
 37760               _CIM_ConfigurationCapacity_Increment =
 37761               {
 37762 mike  1.1.2.1     /* flags */
 37763                   META_FLAG_PROPERTY|META_FLAG_READ,
 37764                   /* name */
 37765                   "Increment",
 37766                   /* qualifiers */
 37767                   _CIM_ConfigurationCapacity_Increment_qualifiers,
 37768                   /* type */
 37769                   CIMTYPE_UINT32,
 37770                   /* subscript */
 37771                   -1,
 37772                   /* value */
 37773                   0,
 37774               };
 37775               
 37776               static MetaFeature*
 37777               _CIM_ConfigurationCapacity_features[] =
 37778               {
 37779                   (MetaFeature*)&_CIM_ConfigurationCapacity_Name,
 37780                   (MetaFeature*)&_CIM_ConfigurationCapacity_ObjectType,
 37781                   (MetaFeature*)&_CIM_ConfigurationCapacity_OtherTypeDescription,
 37782                   (MetaFeature*)&_CIM_ConfigurationCapacity_MinimumCapacity,
 37783 mike  1.1.2.1     (MetaFeature*)&_CIM_ConfigurationCapacity_MaximumCapacity,
 37784                   (MetaFeature*)&_CIM_ConfigurationCapacity_Increment,
 37785                   0,
 37786               };
 37787               
 37788               static const char*
 37789               __root_cimv2_CIM_ConfigurationCapacity_qualifiers[] =
 37790               {
 37791                   /* UMLPackagePath */
 37792                   "\057CIM::Physical::Misc",
 37793                   /* Version */
 37794                   "\0632.6.0",
 37795                   0,
 37796               };
 37797               
 37798               MetaClass
 37799               __root_cimv2_CIM_ConfigurationCapacity =
 37800               {
 37801                   /* flags */
 37802                   META_FLAG_CLASS,
 37803                   /* name */
 37804 mike  1.1.2.1     "CIM_ConfigurationCapacity",
 37805                   /* qualifiers */
 37806                   __root_cimv2_CIM_ConfigurationCapacity_qualifiers,
 37807                   /* super */
 37808                   &__root_cimv2_CIM_PhysicalCapacity,
 37809                   /* features */
 37810                   _CIM_ConfigurationCapacity_features,
 37811               };
 37812               
 37813               //==============================================================================
 37814               //
 37815               // Class: CIM_ConnectivityCollection
 37816               //
 37817               //==============================================================================
 37818               
 37819               static const char*
 37820               _CIM_ConnectivityCollection_ConnectivityStatus_qualifiers[] =
 37821               {
 37822                   /* ValueMap */
 37823                   "\061\000\0040\0002\0003\0004\000",
 37824                   /* Values */
 37825 mike  1.1.2.1     "\062\000\004Unknown\000Connectivity/Up\000No Connectivity/Down\000Partitioned\000",
 37826                   0,
 37827               };
 37828               
 37829               static MetaProperty
 37830               _CIM_ConnectivityCollection_ConnectivityStatus =
 37831               {
 37832                   /* flags */
 37833                   META_FLAG_PROPERTY|META_FLAG_READ,
 37834                   /* name */
 37835                   "ConnectivityStatus",
 37836                   /* qualifiers */
 37837                   _CIM_ConnectivityCollection_ConnectivityStatus_qualifiers,
 37838                   /* type */
 37839                   CIMTYPE_UINT16,
 37840                   /* subscript */
 37841                   -1,
 37842                   /* value */
 37843                   0,
 37844               };
 37845               
 37846 mike  1.1.2.1 static MetaFeature*
 37847               _CIM_ConnectivityCollection_features[] =
 37848               {
 37849                   (MetaFeature*)&_CIM_ConnectivityCollection_ConnectivityStatus,
 37850                   0,
 37851               };
 37852               
 37853               static const char*
 37854               __root_cimv2_CIM_ConnectivityCollection_qualifiers[] =
 37855               {
 37856                   /* UMLPackagePath */
 37857                   "\057CIM::Network::Collections",
 37858                   /* Version */
 37859                   "\0632.7.0",
 37860                   0,
 37861               };
 37862               
 37863               MetaClass
 37864               __root_cimv2_CIM_ConnectivityCollection =
 37865               {
 37866                   /* flags */
 37867 mike  1.1.2.1     META_FLAG_CLASS,
 37868                   /* name */
 37869                   "CIM_ConnectivityCollection",
 37870                   /* qualifiers */
 37871                   __root_cimv2_CIM_ConnectivityCollection_qualifiers,
 37872                   /* super */
 37873                   &__root_cimv2_CIM_SystemSpecificCollection,
 37874                   /* features */
 37875                   _CIM_ConnectivityCollection_features,
 37876               };
 37877               
 37878               //==============================================================================
 37879               //
 37880               // Class: CIM_ConnectivityMembershipSettingData
 37881               //
 37882               //==============================================================================
 37883               
 37884               static const char*
 37885               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType_qualifiers[] =
 37886               {
 37887                   /* Required */
 37888 mike  1.1.2.1     "\050\001",
 37889                   /* ValueMap */
 37890                   "\061\000\0110\0001\0002\0003\0004\0005\0006\000..\0000x8000..\000",
 37891                   /* Values */
 37892                   "\062\000\011Unknown\000Other\000Permanent Address\000Network Address\000Switch Port ID\000Logical Port Group\000Connectivity Collection\000DMTF Reserved\000Vendor Reserved\000",
 37893                   /* ModelCorrespondence */
 37894                   "\036\000\002CIM_ConnectivityMembershipSettingData.ConnectivityMemberID\000CIM_ConnectivityMembershipSettingData.OtherConnectivityMemberType\000",
 37895                   0,
 37896               };
 37897               
 37898               static MetaProperty
 37899               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType =
 37900               {
 37901                   /* flags */
 37902                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 37903                   /* name */
 37904                   "ConnectivityMemberType",
 37905                   /* qualifiers */
 37906                   _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType_qualifiers,
 37907                   /* type */
 37908                   CIMTYPE_UINT16,
 37909 mike  1.1.2.1     /* subscript */
 37910                   -1,
 37911                   /* value */
 37912                   0,
 37913               };
 37914               
 37915               static const char*
 37916               _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType_qualifiers[] =
 37917               {
 37918                   /* ModelCorrespondence */
 37919                   "\036\000\001CIM_ConnectivityMembershipSettingData.ConnectivityMemberType\000",
 37920                   0,
 37921               };
 37922               
 37923               static MetaProperty
 37924               _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType =
 37925               {
 37926                   /* flags */
 37927                   META_FLAG_PROPERTY|META_FLAG_READ,
 37928                   /* name */
 37929                   "OtherConnectivityMemberType",
 37930 mike  1.1.2.1     /* qualifiers */
 37931                   _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType_qualifiers,
 37932                   /* type */
 37933                   CIMTYPE_STRING,
 37934                   /* subscript */
 37935                   -1,
 37936                   /* value */
 37937                   0,
 37938               };
 37939               
 37940               static const char*
 37941               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID_qualifiers[] =
 37942               {
 37943                   /* Required */
 37944                   "\050\001",
 37945                   /* ModelCorrespondence */
 37946                   "\036\000\001CIM_ConnectivityMembershipSettingData.ConnectivityMemberType\000",
 37947                   0,
 37948               };
 37949               
 37950               static MetaProperty
 37951 mike  1.1.2.1 _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID =
 37952               {
 37953                   /* flags */
 37954                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 37955                   /* name */
 37956                   "ConnectivityMemberID",
 37957                   /* qualifiers */
 37958                   _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID_qualifiers,
 37959                   /* type */
 37960                   CIMTYPE_STRING,
 37961                   /* subscript */
 37962                   -1,
 37963                   /* value */
 37964                   0,
 37965               };
 37966               
 37967               static MetaFeature*
 37968               _CIM_ConnectivityMembershipSettingData_features[] =
 37969               {
 37970                   (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_ConnectivityMemberType,
 37971                   (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType,
 37972 mike  1.1.2.1     (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_ConnectivityMemberID,
 37973                   0,
 37974               };
 37975               
 37976               static const char*
 37977               __root_cimv2_CIM_ConnectivityMembershipSettingData_qualifiers[] =
 37978               {
 37979                   /* UMLPackagePath */
 37980                   "\057CIM::Network::Collections",
 37981                   /* Version */
 37982                   "\0632.8.0",
 37983                   0,
 37984               };
 37985               
 37986               MetaClass
 37987               __root_cimv2_CIM_ConnectivityMembershipSettingData =
 37988               {
 37989                   /* flags */
 37990                   META_FLAG_CLASS,
 37991                   /* name */
 37992                   "CIM_ConnectivityMembershipSettingData",
 37993 mike  1.1.2.1     /* qualifiers */
 37994                   __root_cimv2_CIM_ConnectivityMembershipSettingData_qualifiers,
 37995                   /* super */
 37996                   &__root_cimv2_CIM_SettingData,
 37997                   /* features */
 37998                   _CIM_ConnectivityMembershipSettingData_features,
 37999               };
 38000               
 38001               //==============================================================================
 38002               //
 38003               // Class: CIM_ContainedLocation
 38004               //
 38005               //==============================================================================
 38006               
 38007               static const char*
 38008               _CIM_ContainedLocation_GroupComponent_qualifiers[] =
 38009               {
 38010                   /* Aggregate */
 38011                   "\003\001",
 38012                   /* Override */
 38013                   "\044GroupComponent",
 38014 mike  1.1.2.1     /* Max */
 38015                   "\027\000\000\000\001",
 38016                   0,
 38017               };
 38018               
 38019               static MetaReference
 38020               _CIM_ContainedLocation_GroupComponent =
 38021               {
 38022                   /* flags */
 38023                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 38024                   /* name */
 38025                   "GroupComponent",
 38026                   /* qualifiers */
 38027                   _CIM_ContainedLocation_GroupComponent_qualifiers,
 38028                   /* subscript */
 38029                   -1,
 38030                   /* refId */
 38031                   &__root_cimv2_CIM_Location,
 38032               };
 38033               
 38034               static const char*
 38035 mike  1.1.2.1 _CIM_ContainedLocation_PartComponent_qualifiers[] =
 38036               {
 38037                   /* Override */
 38038                   "\044PartComponent",
 38039                   0,
 38040               };
 38041               
 38042               static MetaReference
 38043               _CIM_ContainedLocation_PartComponent =
 38044               {
 38045                   /* flags */
 38046                   META_FLAG_REFERENCE|META_FLAG_READ,
 38047                   /* name */
 38048                   "PartComponent",
 38049                   /* qualifiers */
 38050                   _CIM_ContainedLocation_PartComponent_qualifiers,
 38051                   /* subscript */
 38052                   -1,
 38053                   /* refId */
 38054                   &__root_cimv2_CIM_Location,
 38055               };
 38056 mike  1.1.2.1 
 38057               static MetaFeature*
 38058               _CIM_ContainedLocation_features[] =
 38059               {
 38060                   (MetaFeature*)&_CIM_ContainedLocation_GroupComponent,
 38061                   (MetaFeature*)&_CIM_ContainedLocation_PartComponent,
 38062                   0,
 38063               };
 38064               
 38065               static const char*
 38066               __root_cimv2_CIM_ContainedLocation_qualifiers[] =
 38067               {
 38068                   /* ASSOCIATION */
 38069                   "\000\001",
 38070                   /* UMLPackagePath */
 38071                   "\057CIM::Core::Physical",
 38072                   /* Aggregation */
 38073                   "\004\001",
 38074                   /* Composition */
 38075                   "\011\001",
 38076                   /* Version */
 38077 mike  1.1.2.1     "\0632.7.0",
 38078                   0,
 38079               };
 38080               
 38081               MetaClass
 38082               __root_cimv2_CIM_ContainedLocation =
 38083               {
 38084                   /* flags */
 38085                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 38086                   /* name */
 38087                   "CIM_ContainedLocation",
 38088                   /* qualifiers */
 38089                   __root_cimv2_CIM_ContainedLocation_qualifiers,
 38090                   /* super */
 38091                   &__root_cimv2_CIM_Component,
 38092                   /* features */
 38093                   _CIM_ContainedLocation_features,
 38094               };
 38095               
 38096               //==============================================================================
 38097               //
 38098 mike  1.1.2.1 // Class: CIM_Container
 38099               //
 38100               //==============================================================================
 38101               
 38102               static const char*
 38103               _CIM_Container_GroupComponent_qualifiers[] =
 38104               {
 38105                   /* Aggregate */
 38106                   "\003\001",
 38107                   /* Override */
 38108                   "\044GroupComponent",
 38109                   /* Max */
 38110                   "\027\000\000\000\001",
 38111                   /* MappingStrings */
 38112                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalContainedIn\000",
 38113                   0,
 38114               };
 38115               
 38116               static MetaReference
 38117               _CIM_Container_GroupComponent =
 38118               {
 38119 mike  1.1.2.1     /* flags */
 38120                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 38121                   /* name */
 38122                   "GroupComponent",
 38123                   /* qualifiers */
 38124                   _CIM_Container_GroupComponent_qualifiers,
 38125                   /* subscript */
 38126                   -1,
 38127                   /* refId */
 38128                   &__root_cimv2_CIM_PhysicalPackage,
 38129               };
 38130               
 38131               static const char*
 38132               _CIM_Container_PartComponent_qualifiers[] =
 38133               {
 38134                   /* Override */
 38135                   "\044PartComponent",
 38136                   0,
 38137               };
 38138               
 38139               static MetaReference
 38140 mike  1.1.2.1 _CIM_Container_PartComponent =
 38141               {
 38142                   /* flags */
 38143                   META_FLAG_REFERENCE|META_FLAG_READ,
 38144                   /* name */
 38145                   "PartComponent",
 38146                   /* qualifiers */
 38147                   _CIM_Container_PartComponent_qualifiers,
 38148                   /* subscript */
 38149                   -1,
 38150                   /* refId */
 38151                   &__root_cimv2_CIM_PhysicalElement,
 38152               };
 38153               
 38154               static const char*
 38155               _CIM_Container_LocationWithinContainer_qualifiers[] =
 38156               {
 38157                   /* MappingStrings */
 38158                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalParentRelPos\000",
 38159                   0,
 38160               };
 38161 mike  1.1.2.1 
 38162               static MetaProperty
 38163               _CIM_Container_LocationWithinContainer =
 38164               {
 38165                   /* flags */
 38166                   META_FLAG_PROPERTY|META_FLAG_READ,
 38167                   /* name */
 38168                   "LocationWithinContainer",
 38169                   /* qualifiers */
 38170                   _CIM_Container_LocationWithinContainer_qualifiers,
 38171                   /* type */
 38172                   CIMTYPE_STRING,
 38173                   /* subscript */
 38174                   -1,
 38175                   /* value */
 38176                   0,
 38177               };
 38178               
 38179               static MetaFeature*
 38180               _CIM_Container_features[] =
 38181               {
 38182 mike  1.1.2.1     (MetaFeature*)&_CIM_Container_GroupComponent,
 38183                   (MetaFeature*)&_CIM_Container_PartComponent,
 38184                   (MetaFeature*)&_CIM_Container_LocationWithinContainer,
 38185                   0,
 38186               };
 38187               
 38188               static const char*
 38189               __root_cimv2_CIM_Container_qualifiers[] =
 38190               {
 38191                   /* ASSOCIATION */
 38192                   "\000\001",
 38193                   /* UMLPackagePath */
 38194                   "\057CIM::Physical::Package",
 38195                   /* Aggregation */
 38196                   "\004\001",
 38197                   /* Version */
 38198                   "\0632.6.0",
 38199                   0,
 38200               };
 38201               
 38202               MetaClass
 38203 mike  1.1.2.1 __root_cimv2_CIM_Container =
 38204               {
 38205                   /* flags */
 38206                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 38207                   /* name */
 38208                   "CIM_Container",
 38209                   /* qualifiers */
 38210                   __root_cimv2_CIM_Container_qualifiers,
 38211                   /* super */
 38212                   &__root_cimv2_CIM_Component,
 38213                   /* features */
 38214                   _CIM_Container_features,
 38215               };
 38216               
 38217               //==============================================================================
 38218               //
 38219               // Class: CIM_DatabaseResourceStatistics
 38220               //
 38221               //==============================================================================
 38222               
 38223               static const char*
 38224 mike  1.1.2.1 _CIM_DatabaseResourceStatistics_Current_qualifiers[] =
 38225               {
 38226                   /* Counter */
 38227                   "\012\001",
 38228                   /* MappingStrings */
 38229                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceCurrent\000",
 38230                   0,
 38231               };
 38232               
 38233               static MetaProperty
 38234               _CIM_DatabaseResourceStatistics_Current =
 38235               {
 38236                   /* flags */
 38237                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38238                   /* name */
 38239                   "Current",
 38240                   /* qualifiers */
 38241                   _CIM_DatabaseResourceStatistics_Current_qualifiers,
 38242                   /* type */
 38243                   CIMTYPE_UINT64,
 38244                   /* subscript */
 38245 mike  1.1.2.1     -1,
 38246                   /* value */
 38247                   0,
 38248               };
 38249               
 38250               static const char*
 38251               _CIM_DatabaseResourceStatistics_Limit_qualifiers[] =
 38252               {
 38253                   /* MappingStrings */
 38254                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceLimit\000",
 38255                   0,
 38256               };
 38257               
 38258               static MetaProperty
 38259               _CIM_DatabaseResourceStatistics_Limit =
 38260               {
 38261                   /* flags */
 38262                   META_FLAG_PROPERTY|META_FLAG_READ,
 38263                   /* name */
 38264                   "Limit",
 38265                   /* qualifiers */
 38266 mike  1.1.2.1     _CIM_DatabaseResourceStatistics_Limit_qualifiers,
 38267                   /* type */
 38268                   CIMTYPE_UINT64,
 38269                   /* subscript */
 38270                   -1,
 38271                   /* value */
 38272                   0,
 38273               };
 38274               
 38275               static const char*
 38276               _CIM_DatabaseResourceStatistics_Highwater_qualifiers[] =
 38277               {
 38278                   /* Counter */
 38279                   "\012\001",
 38280                   /* MappingStrings */
 38281                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceHighwater\000",
 38282                   0,
 38283               };
 38284               
 38285               static MetaProperty
 38286               _CIM_DatabaseResourceStatistics_Highwater =
 38287 mike  1.1.2.1 {
 38288                   /* flags */
 38289                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38290                   /* name */
 38291                   "Highwater",
 38292                   /* qualifiers */
 38293                   _CIM_DatabaseResourceStatistics_Highwater_qualifiers,
 38294                   /* type */
 38295                   CIMTYPE_UINT64,
 38296                   /* subscript */
 38297                   -1,
 38298                   /* value */
 38299                   0,
 38300               };
 38301               
 38302               static const char*
 38303               _CIM_DatabaseResourceStatistics_Failures_qualifiers[] =
 38304               {
 38305                   /* Counter */
 38306                   "\012\001",
 38307                   /* MappingStrings */
 38308 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceFailures\000",
 38309                   0,
 38310               };
 38311               
 38312               static MetaProperty
 38313               _CIM_DatabaseResourceStatistics_Failures =
 38314               {
 38315                   /* flags */
 38316                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38317                   /* name */
 38318                   "Failures",
 38319                   /* qualifiers */
 38320                   _CIM_DatabaseResourceStatistics_Failures_qualifiers,
 38321                   /* type */
 38322                   CIMTYPE_UINT32,
 38323                   /* subscript */
 38324                   -1,
 38325                   /* value */
 38326                   0,
 38327               };
 38328               
 38329 mike  1.1.2.1 static MetaFeature*
 38330               _CIM_DatabaseResourceStatistics_features[] =
 38331               {
 38332                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Current,
 38333                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Limit,
 38334                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Highwater,
 38335                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Failures,
 38336                   0,
 38337               };
 38338               
 38339               static const char*
 38340               __root_cimv2_CIM_DatabaseResourceStatistics_qualifiers[] =
 38341               {
 38342                   /* UMLPackagePath */
 38343                   "\057CIM::Database::Statistics",
 38344                   /* Version */
 38345                   "\0632.7.0",
 38346                   0,
 38347               };
 38348               
 38349               MetaClass
 38350 mike  1.1.2.1 __root_cimv2_CIM_DatabaseResourceStatistics =
 38351               {
 38352                   /* flags */
 38353                   META_FLAG_CLASS,
 38354                   /* name */
 38355                   "CIM_DatabaseResourceStatistics",
 38356                   /* qualifiers */
 38357                   __root_cimv2_CIM_DatabaseResourceStatistics_qualifiers,
 38358                   /* super */
 38359                   &__root_cimv2_CIM_StatisticalData,
 38360                   /* features */
 38361                   _CIM_DatabaseResourceStatistics_features,
 38362               };
 38363               
 38364               //==============================================================================
 38365               //
 38366               // Class: CIM_DatabaseServiceStatistics
 38367               //
 38368               //==============================================================================
 38369               
 38370               static const char*
 38371 mike  1.1.2.1 _CIM_DatabaseServiceStatistics_LastActivity_qualifiers[] =
 38372               {
 38373                   /* MappingStrings */
 38374                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastInboundActivity\000",
 38375                   0,
 38376               };
 38377               
 38378               static MetaProperty
 38379               _CIM_DatabaseServiceStatistics_LastActivity =
 38380               {
 38381                   /* flags */
 38382                   META_FLAG_PROPERTY|META_FLAG_READ,
 38383                   /* name */
 38384                   "LastActivity",
 38385                   /* qualifiers */
 38386                   _CIM_DatabaseServiceStatistics_LastActivity_qualifiers,
 38387                   /* type */
 38388                   CIMTYPE_DATETIME,
 38389                   /* subscript */
 38390                   -1,
 38391                   /* value */
 38392 mike  1.1.2.1     0,
 38393               };
 38394               
 38395               static const char*
 38396               _CIM_DatabaseServiceStatistics_ActiveConnections_qualifiers[] =
 38397               {
 38398                   /* Counter */
 38399                   "\012\001",
 38400                   /* MappingStrings */
 38401                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplInboundAssociation\000",
 38402                   0,
 38403               };
 38404               
 38405               static MetaProperty
 38406               _CIM_DatabaseServiceStatistics_ActiveConnections =
 38407               {
 38408                   /* flags */
 38409                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38410                   /* name */
 38411                   "ActiveConnections",
 38412                   /* qualifiers */
 38413 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_ActiveConnections_qualifiers,
 38414                   /* type */
 38415                   CIMTYPE_UINT64,
 38416                   /* subscript */
 38417                   -1,
 38418                   /* value */
 38419                   0,
 38420               };
 38421               
 38422               static const char*
 38423               _CIM_DatabaseServiceStatistics_CumulativeConnections_qualifiers[] =
 38424               {
 38425                   /* Counter */
 38426                   "\012\001",
 38427                   /* MappingStrings */
 38428                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplAccumulatedInboundAssociations\000",
 38429                   0,
 38430               };
 38431               
 38432               static MetaProperty
 38433               _CIM_DatabaseServiceStatistics_CumulativeConnections =
 38434 mike  1.1.2.1 {
 38435                   /* flags */
 38436                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38437                   /* name */
 38438                   "CumulativeConnections",
 38439                   /* qualifiers */
 38440                   _CIM_DatabaseServiceStatistics_CumulativeConnections_qualifiers,
 38441                   /* type */
 38442                   CIMTYPE_UINT64,
 38443                   /* subscript */
 38444                   -1,
 38445                   /* value */
 38446                   0,
 38447               };
 38448               
 38449               static const char*
 38450               _CIM_DatabaseServiceStatistics_RejectedConnections_qualifiers[] =
 38451               {
 38452                   /* Counter */
 38453                   "\012\001",
 38454                   /* MappingStrings */
 38455 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplRejectedInboundAssociations\000",
 38456                   0,
 38457               };
 38458               
 38459               static MetaProperty
 38460               _CIM_DatabaseServiceStatistics_RejectedConnections =
 38461               {
 38462                   /* flags */
 38463                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38464                   /* name */
 38465                   "RejectedConnections",
 38466                   /* qualifiers */
 38467                   _CIM_DatabaseServiceStatistics_RejectedConnections_qualifiers,
 38468                   /* type */
 38469                   CIMTYPE_UINT64,
 38470                   /* subscript */
 38471                   -1,
 38472                   /* value */
 38473                   0,
 38474               };
 38475               
 38476 mike  1.1.2.1 static const char*
 38477               _CIM_DatabaseServiceStatistics_CompletedTransactions_qualifiers[] =
 38478               {
 38479                   /* Counter */
 38480                   "\012\001",
 38481                   /* MappingStrings */
 38482                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoFinishedTransactions\000",
 38483                   0,
 38484               };
 38485               
 38486               static MetaProperty
 38487               _CIM_DatabaseServiceStatistics_CompletedTransactions =
 38488               {
 38489                   /* flags */
 38490                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38491                   /* name */
 38492                   "CompletedTransactions",
 38493                   /* qualifiers */
 38494                   _CIM_DatabaseServiceStatistics_CompletedTransactions_qualifiers,
 38495                   /* type */
 38496                   CIMTYPE_UINT64,
 38497 mike  1.1.2.1     /* subscript */
 38498                   -1,
 38499                   /* value */
 38500                   0,
 38501               };
 38502               
 38503               static const char*
 38504               _CIM_DatabaseServiceStatistics_DiskReads_qualifiers[] =
 38505               {
 38506                   /* Counter */
 38507                   "\012\001",
 38508                   /* MappingStrings */
 38509                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskReads\000",
 38510                   0,
 38511               };
 38512               
 38513               static MetaProperty
 38514               _CIM_DatabaseServiceStatistics_DiskReads =
 38515               {
 38516                   /* flags */
 38517                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38518 mike  1.1.2.1     /* name */
 38519                   "DiskReads",
 38520                   /* qualifiers */
 38521                   _CIM_DatabaseServiceStatistics_DiskReads_qualifiers,
 38522                   /* type */
 38523                   CIMTYPE_UINT64,
 38524                   /* subscript */
 38525                   -1,
 38526                   /* value */
 38527                   0,
 38528               };
 38529               
 38530               static const char*
 38531               _CIM_DatabaseServiceStatistics_DiskWrites_qualifiers[] =
 38532               {
 38533                   /* Counter */
 38534                   "\012\001",
 38535                   /* MappingStrings */
 38536                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskWrites\000",
 38537                   0,
 38538               };
 38539 mike  1.1.2.1 
 38540               static MetaProperty
 38541               _CIM_DatabaseServiceStatistics_DiskWrites =
 38542               {
 38543                   /* flags */
 38544                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38545                   /* name */
 38546                   "DiskWrites",
 38547                   /* qualifiers */
 38548                   _CIM_DatabaseServiceStatistics_DiskWrites_qualifiers,
 38549                   /* type */
 38550                   CIMTYPE_UINT64,
 38551                   /* subscript */
 38552                   -1,
 38553                   /* value */
 38554                   0,
 38555               };
 38556               
 38557               static const char*
 38558               _CIM_DatabaseServiceStatistics_LogicalReads_qualifiers[] =
 38559               {
 38560 mike  1.1.2.1     /* Counter */
 38561                   "\012\001",
 38562                   /* MappingStrings */
 38563                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLogicalReads\000",
 38564                   0,
 38565               };
 38566               
 38567               static MetaProperty
 38568               _CIM_DatabaseServiceStatistics_LogicalReads =
 38569               {
 38570                   /* flags */
 38571                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38572                   /* name */
 38573                   "LogicalReads",
 38574                   /* qualifiers */
 38575                   _CIM_DatabaseServiceStatistics_LogicalReads_qualifiers,
 38576                   /* type */
 38577                   CIMTYPE_UINT64,
 38578                   /* subscript */
 38579                   -1,
 38580                   /* value */
 38581 mike  1.1.2.1     0,
 38582               };
 38583               
 38584               static const char*
 38585               _CIM_DatabaseServiceStatistics_LogicalWrites_qualifiers[] =
 38586               {
 38587                   /* Counter */
 38588                   "\012\001",
 38589                   /* MappingStrings */
 38590                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLogicalWrites\000",
 38591                   0,
 38592               };
 38593               
 38594               static MetaProperty
 38595               _CIM_DatabaseServiceStatistics_LogicalWrites =
 38596               {
 38597                   /* flags */
 38598                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38599                   /* name */
 38600                   "LogicalWrites",
 38601                   /* qualifiers */
 38602 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_LogicalWrites_qualifiers,
 38603                   /* type */
 38604                   CIMTYPE_UINT64,
 38605                   /* subscript */
 38606                   -1,
 38607                   /* value */
 38608                   0,
 38609               };
 38610               
 38611               static const char*
 38612               _CIM_DatabaseServiceStatistics_PageReads_qualifiers[] =
 38613               {
 38614                   /* Counter */
 38615                   "\012\001",
 38616                   /* MappingStrings */
 38617                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoPageReads\000",
 38618                   0,
 38619               };
 38620               
 38621               static MetaProperty
 38622               _CIM_DatabaseServiceStatistics_PageReads =
 38623 mike  1.1.2.1 {
 38624                   /* flags */
 38625                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38626                   /* name */
 38627                   "PageReads",
 38628                   /* qualifiers */
 38629                   _CIM_DatabaseServiceStatistics_PageReads_qualifiers,
 38630                   /* type */
 38631                   CIMTYPE_UINT64,
 38632                   /* subscript */
 38633                   -1,
 38634                   /* value */
 38635                   0,
 38636               };
 38637               
 38638               static const char*
 38639               _CIM_DatabaseServiceStatistics_PageWrites_qualifiers[] =
 38640               {
 38641                   /* Counter */
 38642                   "\012\001",
 38643                   /* MappingStrings */
 38644 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoPageWrites\000",
 38645                   0,
 38646               };
 38647               
 38648               static MetaProperty
 38649               _CIM_DatabaseServiceStatistics_PageWrites =
 38650               {
 38651                   /* flags */
 38652                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38653                   /* name */
 38654                   "PageWrites",
 38655                   /* qualifiers */
 38656                   _CIM_DatabaseServiceStatistics_PageWrites_qualifiers,
 38657                   /* type */
 38658                   CIMTYPE_UINT64,
 38659                   /* subscript */
 38660                   -1,
 38661                   /* value */
 38662                   0,
 38663               };
 38664               
 38665 mike  1.1.2.1 static const char*
 38666               _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable_qualifiers[] =
 38667               {
 38668                   /* Counter */
 38669                   "\012\001",
 38670                   /* MappingStrings */
 38671                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskOutOfSpaces\000",
 38672                   0,
 38673               };
 38674               
 38675               static MetaProperty
 38676               _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable =
 38677               {
 38678                   /* flags */
 38679                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38680                   /* name */
 38681                   "DiskSpaceUnavailable",
 38682                   /* qualifiers */
 38683                   _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable_qualifiers,
 38684                   /* type */
 38685                   CIMTYPE_UINT64,
 38686 mike  1.1.2.1     /* subscript */
 38687                   -1,
 38688                   /* value */
 38689                   0,
 38690               };
 38691               
 38692               static const char*
 38693               _CIM_DatabaseServiceStatistics_RequestsHandled_qualifiers[] =
 38694               {
 38695                   /* Counter */
 38696                   "\012\001",
 38697                   /* MappingStrings */
 38698                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoHandledRequests\000",
 38699                   0,
 38700               };
 38701               
 38702               static MetaProperty
 38703               _CIM_DatabaseServiceStatistics_RequestsHandled =
 38704               {
 38705                   /* flags */
 38706                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38707 mike  1.1.2.1     /* name */
 38708                   "RequestsHandled",
 38709                   /* qualifiers */
 38710                   _CIM_DatabaseServiceStatistics_RequestsHandled_qualifiers,
 38711                   /* type */
 38712                   CIMTYPE_UINT64,
 38713                   /* subscript */
 38714                   -1,
 38715                   /* value */
 38716                   0,
 38717               };
 38718               
 38719               static const char*
 38720               _CIM_DatabaseServiceStatistics_RequestsReceived_qualifiers[] =
 38721               {
 38722                   /* Counter */
 38723                   "\012\001",
 38724                   /* MappingStrings */
 38725                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoRequestRecvs\000",
 38726                   0,
 38727               };
 38728 mike  1.1.2.1 
 38729               static MetaProperty
 38730               _CIM_DatabaseServiceStatistics_RequestsReceived =
 38731               {
 38732                   /* flags */
 38733                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38734                   /* name */
 38735                   "RequestsReceived",
 38736                   /* qualifiers */
 38737                   _CIM_DatabaseServiceStatistics_RequestsReceived_qualifiers,
 38738                   /* type */
 38739                   CIMTYPE_UINT64,
 38740                   /* subscript */
 38741                   -1,
 38742                   /* value */
 38743                   0,
 38744               };
 38745               
 38746               static const char*
 38747               _CIM_DatabaseServiceStatistics_RequestsSent_qualifiers[] =
 38748               {
 38749 mike  1.1.2.1     /* Counter */
 38750                   "\012\001",
 38751                   /* MappingStrings */
 38752                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoRequestsSent\000",
 38753                   0,
 38754               };
 38755               
 38756               static MetaProperty
 38757               _CIM_DatabaseServiceStatistics_RequestsSent =
 38758               {
 38759                   /* flags */
 38760                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38761                   /* name */
 38762                   "RequestsSent",
 38763                   /* qualifiers */
 38764                   _CIM_DatabaseServiceStatistics_RequestsSent_qualifiers,
 38765                   /* type */
 38766                   CIMTYPE_UINT64,
 38767                   /* subscript */
 38768                   -1,
 38769                   /* value */
 38770 mike  1.1.2.1     0,
 38771               };
 38772               
 38773               static const char*
 38774               _CIM_DatabaseServiceStatistics_HighwaterConnections_qualifiers[] =
 38775               {
 38776                   /* Counter */
 38777                   "\012\001",
 38778                   /* MappingStrings */
 38779                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoHighwaterInboundAssociations\000",
 38780                   0,
 38781               };
 38782               
 38783               static MetaProperty
 38784               _CIM_DatabaseServiceStatistics_HighwaterConnections =
 38785               {
 38786                   /* flags */
 38787                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38788                   /* name */
 38789                   "HighwaterConnections",
 38790                   /* qualifiers */
 38791 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_HighwaterConnections_qualifiers,
 38792                   /* type */
 38793                   CIMTYPE_UINT64,
 38794                   /* subscript */
 38795                   -1,
 38796                   /* value */
 38797                   0,
 38798               };
 38799               
 38800               static MetaFeature*
 38801               _CIM_DatabaseServiceStatistics_features[] =
 38802               {
 38803                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LastActivity,
 38804                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_ActiveConnections,
 38805                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_CumulativeConnections,
 38806                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RejectedConnections,
 38807                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_CompletedTransactions,
 38808                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskReads,
 38809                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskWrites,
 38810                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LogicalReads,
 38811                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LogicalWrites,
 38812 mike  1.1.2.1     (MetaFeature*)&_CIM_DatabaseServiceStatistics_PageReads,
 38813                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_PageWrites,
 38814                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskSpaceUnavailable,
 38815                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsHandled,
 38816                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsReceived,
 38817                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsSent,
 38818                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_HighwaterConnections,
 38819                   0,
 38820               };
 38821               
 38822               static const char*
 38823               __root_cimv2_CIM_DatabaseServiceStatistics_qualifiers[] =
 38824               {
 38825                   /* UMLPackagePath */
 38826                   "\057CIM::Database::Statistics",
 38827                   /* Version */
 38828                   "\0632.7.0",
 38829                   0,
 38830               };
 38831               
 38832               MetaClass
 38833 mike  1.1.2.1 __root_cimv2_CIM_DatabaseServiceStatistics =
 38834               {
 38835                   /* flags */
 38836                   META_FLAG_CLASS,
 38837                   /* name */
 38838                   "CIM_DatabaseServiceStatistics",
 38839                   /* qualifiers */
 38840                   __root_cimv2_CIM_DatabaseServiceStatistics_qualifiers,
 38841                   /* super */
 38842                   &__root_cimv2_CIM_StatisticalData,
 38843                   /* features */
 38844                   _CIM_DatabaseServiceStatistics_features,
 38845               };
 38846               
 38847               //==============================================================================
 38848               //
 38849               // Class: CIM_DeviceErrorCounts
 38850               //
 38851               //==============================================================================
 38852               
 38853               static const char*
 38854 mike  1.1.2.1 _CIM_DeviceErrorCounts_SystemCreationClassName_qualifiers[] =
 38855               {
 38856                   /* Key */
 38857                   "\025\001",
 38858                   /* Propagated */
 38859                   "\045CIM_LogicalDevice.SystemCreationClassName",
 38860                   /* MaxLen */
 38861                   "\030\000\000\001\000",
 38862                   0,
 38863               };
 38864               
 38865               static MetaProperty
 38866               _CIM_DeviceErrorCounts_SystemCreationClassName =
 38867               {
 38868                   /* flags */
 38869                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38870                   /* name */
 38871                   "SystemCreationClassName",
 38872                   /* qualifiers */
 38873                   _CIM_DeviceErrorCounts_SystemCreationClassName_qualifiers,
 38874                   /* type */
 38875 mike  1.1.2.1     CIMTYPE_STRING,
 38876                   /* subscript */
 38877                   -1,
 38878                   /* value */
 38879                   0,
 38880               };
 38881               
 38882               static const char*
 38883               _CIM_DeviceErrorCounts_SystemName_qualifiers[] =
 38884               {
 38885                   /* Key */
 38886                   "\025\001",
 38887                   /* Propagated */
 38888                   "\045CIM_LogicalDevice.SystemName",
 38889                   /* MaxLen */
 38890                   "\030\000\000\001\000",
 38891                   0,
 38892               };
 38893               
 38894               static MetaProperty
 38895               _CIM_DeviceErrorCounts_SystemName =
 38896 mike  1.1.2.1 {
 38897                   /* flags */
 38898                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38899                   /* name */
 38900                   "SystemName",
 38901                   /* qualifiers */
 38902                   _CIM_DeviceErrorCounts_SystemName_qualifiers,
 38903                   /* type */
 38904                   CIMTYPE_STRING,
 38905                   /* subscript */
 38906                   -1,
 38907                   /* value */
 38908                   0,
 38909               };
 38910               
 38911               static const char*
 38912               _CIM_DeviceErrorCounts_DeviceCreationClassName_qualifiers[] =
 38913               {
 38914                   /* Key */
 38915                   "\025\001",
 38916                   /* Propagated */
 38917 mike  1.1.2.1     "\045CIM_LogicalDevice.CreationClassName",
 38918                   /* MaxLen */
 38919                   "\030\000\000\001\000",
 38920                   0,
 38921               };
 38922               
 38923               static MetaProperty
 38924               _CIM_DeviceErrorCounts_DeviceCreationClassName =
 38925               {
 38926                   /* flags */
 38927                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38928                   /* name */
 38929                   "DeviceCreationClassName",
 38930                   /* qualifiers */
 38931                   _CIM_DeviceErrorCounts_DeviceCreationClassName_qualifiers,
 38932                   /* type */
 38933                   CIMTYPE_STRING,
 38934                   /* subscript */
 38935                   -1,
 38936                   /* value */
 38937                   0,
 38938 mike  1.1.2.1 };
 38939               
 38940               static const char*
 38941               _CIM_DeviceErrorCounts_DeviceID_qualifiers[] =
 38942               {
 38943                   /* Key */
 38944                   "\025\001",
 38945                   /* Propagated */
 38946                   "\045CIM_LogicalDevice.DeviceID",
 38947                   /* MaxLen */
 38948                   "\030\000\000\000\100",
 38949                   0,
 38950               };
 38951               
 38952               static MetaProperty
 38953               _CIM_DeviceErrorCounts_DeviceID =
 38954               {
 38955                   /* flags */
 38956                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38957                   /* name */
 38958                   "DeviceID",
 38959 mike  1.1.2.1     /* qualifiers */
 38960                   _CIM_DeviceErrorCounts_DeviceID_qualifiers,
 38961                   /* type */
 38962                   CIMTYPE_STRING,
 38963                   /* subscript */
 38964                   -1,
 38965                   /* value */
 38966                   0,
 38967               };
 38968               
 38969               static const char*
 38970               _CIM_DeviceErrorCounts_Name_qualifiers[] =
 38971               {
 38972                   /* Key */
 38973                   "\025\001",
 38974                   /* Override */
 38975                   "\044Name",
 38976                   /* MaxLen */
 38977                   "\030\000\000\001\000",
 38978                   0,
 38979               };
 38980 mike  1.1.2.1 
 38981               static MetaProperty
 38982               _CIM_DeviceErrorCounts_Name =
 38983               {
 38984                   /* flags */
 38985                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38986                   /* name */
 38987                   "Name",
 38988                   /* qualifiers */
 38989                   _CIM_DeviceErrorCounts_Name_qualifiers,
 38990                   /* type */
 38991                   CIMTYPE_STRING,
 38992                   /* subscript */
 38993                   -1,
 38994                   /* value */
 38995                   0,
 38996               };
 38997               
 38998               static const char*
 38999               _CIM_DeviceErrorCounts_IndeterminateErrorCount_qualifiers[] =
 39000               {
 39001 mike  1.1.2.1     /* Counter */
 39002                   "\012\001",
 39003                   0,
 39004               };
 39005               
 39006               static MetaProperty
 39007               _CIM_DeviceErrorCounts_IndeterminateErrorCount =
 39008               {
 39009                   /* flags */
 39010                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39011                   /* name */
 39012                   "IndeterminateErrorCount",
 39013                   /* qualifiers */
 39014                   _CIM_DeviceErrorCounts_IndeterminateErrorCount_qualifiers,
 39015                   /* type */
 39016                   CIMTYPE_UINT64,
 39017                   /* subscript */
 39018                   -1,
 39019                   /* value */
 39020                   0,
 39021               };
 39022 mike  1.1.2.1 
 39023               static const char*
 39024               _CIM_DeviceErrorCounts_CriticalErrorCount_qualifiers[] =
 39025               {
 39026                   /* Counter */
 39027                   "\012\001",
 39028                   /* MappingStrings */
 39029                   "\026\000\001MIF.DMTF|Operational State|006.7\000",
 39030                   0,
 39031               };
 39032               
 39033               static MetaProperty
 39034               _CIM_DeviceErrorCounts_CriticalErrorCount =
 39035               {
 39036                   /* flags */
 39037                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39038                   /* name */
 39039                   "CriticalErrorCount",
 39040                   /* qualifiers */
 39041                   _CIM_DeviceErrorCounts_CriticalErrorCount_qualifiers,
 39042                   /* type */
 39043 mike  1.1.2.1     CIMTYPE_UINT64,
 39044                   /* subscript */
 39045                   -1,
 39046                   /* value */
 39047                   0,
 39048               };
 39049               
 39050               static const char*
 39051               _CIM_DeviceErrorCounts_MajorErrorCount_qualifiers[] =
 39052               {
 39053                   /* Counter */
 39054                   "\012\001",
 39055                   /* MappingStrings */
 39056                   "\026\000\001MIF.DMTF|Operational State|006.8\000",
 39057                   0,
 39058               };
 39059               
 39060               static MetaProperty
 39061               _CIM_DeviceErrorCounts_MajorErrorCount =
 39062               {
 39063                   /* flags */
 39064 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39065                   /* name */
 39066                   "MajorErrorCount",
 39067                   /* qualifiers */
 39068                   _CIM_DeviceErrorCounts_MajorErrorCount_qualifiers,
 39069                   /* type */
 39070                   CIMTYPE_UINT64,
 39071                   /* subscript */
 39072                   -1,
 39073                   /* value */
 39074                   0,
 39075               };
 39076               
 39077               static const char*
 39078               _CIM_DeviceErrorCounts_MinorErrorCount_qualifiers[] =
 39079               {
 39080                   /* Counter */
 39081                   "\012\001",
 39082                   0,
 39083               };
 39084               
 39085 mike  1.1.2.1 static MetaProperty
 39086               _CIM_DeviceErrorCounts_MinorErrorCount =
 39087               {
 39088                   /* flags */
 39089                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39090                   /* name */
 39091                   "MinorErrorCount",
 39092                   /* qualifiers */
 39093                   _CIM_DeviceErrorCounts_MinorErrorCount_qualifiers,
 39094                   /* type */
 39095                   CIMTYPE_UINT64,
 39096                   /* subscript */
 39097                   -1,
 39098                   /* value */
 39099                   0,
 39100               };
 39101               
 39102               static const char*
 39103               _CIM_DeviceErrorCounts_WarningCount_qualifiers[] =
 39104               {
 39105                   /* Counter */
 39106 mike  1.1.2.1     "\012\001",
 39107                   /* MappingStrings */
 39108                   "\026\000\001MIF.DMTF|Operational State|006.9\000",
 39109                   0,
 39110               };
 39111               
 39112               static MetaProperty
 39113               _CIM_DeviceErrorCounts_WarningCount =
 39114               {
 39115                   /* flags */
 39116                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39117                   /* name */
 39118                   "WarningCount",
 39119                   /* qualifiers */
 39120                   _CIM_DeviceErrorCounts_WarningCount_qualifiers,
 39121                   /* type */
 39122                   CIMTYPE_UINT64,
 39123                   /* subscript */
 39124                   -1,
 39125                   /* value */
 39126                   0,
 39127 mike  1.1.2.1 };
 39128               
 39129               static const char*
 39130               _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter_qualifiers[] =
 39131               {
 39132                   /* IN */
 39133                   "\024\001",
 39134                   /* ValueMap */
 39135                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 39136                   /* Values */
 39137                   "\062\000\006All\000Indeterminate Error Counter\000Critical Error Counter\000Major Error Counter\000Minor Error Counter\000Warning Counter\000",
 39138                   0,
 39139               };
 39140               
 39141               static MetaProperty
 39142               _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter =
 39143               {
 39144                   /* flags */
 39145                   META_FLAG_PROPERTY|META_FLAG_IN,
 39146                   /* name */
 39147                   "SelectedCounter",
 39148 mike  1.1.2.1     /* qualifiers */
 39149                   _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter_qualifiers,
 39150                   /* type */
 39151                   CIMTYPE_UINT16,
 39152                   /* subscript */
 39153                   -1,
 39154                   /* value */
 39155                   0,
 39156               };
 39157               
 39158               static MetaFeature*
 39159               _CIM_DeviceErrorCounts_ResetCounter_parameters[] =
 39160               {
 39161                   (MetaFeature*)&_CIM_DeviceErrorCounts_ResetCounter_SelectedCounter,
 39162                   0,
 39163               };
 39164               
 39165               static const char*
 39166               _CIM_DeviceErrorCounts_ResetCounter_qualifiers[] =
 39167               {
 39168                   0,
 39169 mike  1.1.2.1 };
 39170               
 39171               static MetaMethod
 39172               _CIM_DeviceErrorCounts_ResetCounter =
 39173               {
 39174                   /* flags */
 39175                   META_FLAG_METHOD,
 39176                   /* name */
 39177                   "CIM_DeviceErrorCounts",
 39178                   /* qualifiers */
 39179                   _CIM_DeviceErrorCounts_ResetCounter_qualifiers,
 39180                   /* type */
 39181                   CIMTYPE_UINT32,
 39182                   /* parameters */
 39183                   _CIM_DeviceErrorCounts_ResetCounter_parameters,
 39184               };
 39185               
 39186               static MetaFeature*
 39187               _CIM_DeviceErrorCounts_features[] =
 39188               {
 39189                   (MetaFeature*)&_CIM_DeviceErrorCounts_SystemCreationClassName,
 39190 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceErrorCounts_SystemName,
 39191                   (MetaFeature*)&_CIM_DeviceErrorCounts_DeviceCreationClassName,
 39192                   (MetaFeature*)&_CIM_DeviceErrorCounts_DeviceID,
 39193                   (MetaFeature*)&_CIM_DeviceErrorCounts_Name,
 39194                   (MetaFeature*)&_CIM_DeviceErrorCounts_IndeterminateErrorCount,
 39195                   (MetaFeature*)&_CIM_DeviceErrorCounts_CriticalErrorCount,
 39196                   (MetaFeature*)&_CIM_DeviceErrorCounts_MajorErrorCount,
 39197                   (MetaFeature*)&_CIM_DeviceErrorCounts_MinorErrorCount,
 39198                   (MetaFeature*)&_CIM_DeviceErrorCounts_WarningCount,
 39199                   (MetaFeature*)&_CIM_DeviceErrorCounts_ResetCounter,
 39200                   0,
 39201               };
 39202               
 39203               static const char*
 39204               __root_cimv2_CIM_DeviceErrorCounts_qualifiers[] =
 39205               {
 39206                   /* UMLPackagePath */
 39207                   "\057CIM::Device::DeviceElements",
 39208                   /* Version */
 39209                   "\0632.10.0",
 39210                   0,
 39211 mike  1.1.2.1 };
 39212               
 39213               MetaClass
 39214               __root_cimv2_CIM_DeviceErrorCounts =
 39215               {
 39216                   /* flags */
 39217                   META_FLAG_CLASS,
 39218                   /* name */
 39219                   "CIM_DeviceErrorCounts",
 39220                   /* qualifiers */
 39221                   __root_cimv2_CIM_DeviceErrorCounts_qualifiers,
 39222                   /* super */
 39223                   &__root_cimv2_CIM_StatisticalInformation,
 39224                   /* features */
 39225                   _CIM_DeviceErrorCounts_features,
 39226               };
 39227               
 39228               //==============================================================================
 39229               //
 39230               // Class: CIM_DeviceErrorData
 39231               //
 39232 mike  1.1.2.1 //==============================================================================
 39233               
 39234               static const char*
 39235               _CIM_DeviceErrorData_IndeterminateErrorCount_qualifiers[] =
 39236               {
 39237                   /* Counter */
 39238                   "\012\001",
 39239                   0,
 39240               };
 39241               
 39242               static MetaProperty
 39243               _CIM_DeviceErrorData_IndeterminateErrorCount =
 39244               {
 39245                   /* flags */
 39246                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39247                   /* name */
 39248                   "IndeterminateErrorCount",
 39249                   /* qualifiers */
 39250                   _CIM_DeviceErrorData_IndeterminateErrorCount_qualifiers,
 39251                   /* type */
 39252                   CIMTYPE_UINT64,
 39253 mike  1.1.2.1     /* subscript */
 39254                   -1,
 39255                   /* value */
 39256                   0,
 39257               };
 39258               
 39259               static const char*
 39260               _CIM_DeviceErrorData_CriticalErrorCount_qualifiers[] =
 39261               {
 39262                   /* Counter */
 39263                   "\012\001",
 39264                   /* MappingStrings */
 39265                   "\026\000\001MIF.DMTF|Operational State|006.7\000",
 39266                   0,
 39267               };
 39268               
 39269               static MetaProperty
 39270               _CIM_DeviceErrorData_CriticalErrorCount =
 39271               {
 39272                   /* flags */
 39273                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39274 mike  1.1.2.1     /* name */
 39275                   "CriticalErrorCount",
 39276                   /* qualifiers */
 39277                   _CIM_DeviceErrorData_CriticalErrorCount_qualifiers,
 39278                   /* type */
 39279                   CIMTYPE_UINT64,
 39280                   /* subscript */
 39281                   -1,
 39282                   /* value */
 39283                   0,
 39284               };
 39285               
 39286               static const char*
 39287               _CIM_DeviceErrorData_MajorErrorCount_qualifiers[] =
 39288               {
 39289                   /* Counter */
 39290                   "\012\001",
 39291                   /* MappingStrings */
 39292                   "\026\000\001MIF.DMTF|Operational State|006.8\000",
 39293                   0,
 39294               };
 39295 mike  1.1.2.1 
 39296               static MetaProperty
 39297               _CIM_DeviceErrorData_MajorErrorCount =
 39298               {
 39299                   /* flags */
 39300                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39301                   /* name */
 39302                   "MajorErrorCount",
 39303                   /* qualifiers */
 39304                   _CIM_DeviceErrorData_MajorErrorCount_qualifiers,
 39305                   /* type */
 39306                   CIMTYPE_UINT64,
 39307                   /* subscript */
 39308                   -1,
 39309                   /* value */
 39310                   0,
 39311               };
 39312               
 39313               static const char*
 39314               _CIM_DeviceErrorData_MinorErrorCount_qualifiers[] =
 39315               {
 39316 mike  1.1.2.1     /* Counter */
 39317                   "\012\001",
 39318                   0,
 39319               };
 39320               
 39321               static MetaProperty
 39322               _CIM_DeviceErrorData_MinorErrorCount =
 39323               {
 39324                   /* flags */
 39325                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39326                   /* name */
 39327                   "MinorErrorCount",
 39328                   /* qualifiers */
 39329                   _CIM_DeviceErrorData_MinorErrorCount_qualifiers,
 39330                   /* type */
 39331                   CIMTYPE_UINT64,
 39332                   /* subscript */
 39333                   -1,
 39334                   /* value */
 39335                   0,
 39336               };
 39337 mike  1.1.2.1 
 39338               static const char*
 39339               _CIM_DeviceErrorData_WarningCount_qualifiers[] =
 39340               {
 39341                   /* Counter */
 39342                   "\012\001",
 39343                   /* MappingStrings */
 39344                   "\026\000\001MIF.DMTF|Operational State|006.9\000",
 39345                   0,
 39346               };
 39347               
 39348               static MetaProperty
 39349               _CIM_DeviceErrorData_WarningCount =
 39350               {
 39351                   /* flags */
 39352                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39353                   /* name */
 39354                   "WarningCount",
 39355                   /* qualifiers */
 39356                   _CIM_DeviceErrorData_WarningCount_qualifiers,
 39357                   /* type */
 39358 mike  1.1.2.1     CIMTYPE_UINT64,
 39359                   /* subscript */
 39360                   -1,
 39361                   /* value */
 39362                   0,
 39363               };
 39364               
 39365               static const char*
 39366               _CIM_DeviceErrorData_LastErrorCode_qualifiers[] =
 39367               {
 39368                   0,
 39369               };
 39370               
 39371               static MetaProperty
 39372               _CIM_DeviceErrorData_LastErrorCode =
 39373               {
 39374                   /* flags */
 39375                   META_FLAG_PROPERTY|META_FLAG_READ,
 39376                   /* name */
 39377                   "LastErrorCode",
 39378                   /* qualifiers */
 39379 mike  1.1.2.1     _CIM_DeviceErrorData_LastErrorCode_qualifiers,
 39380                   /* type */
 39381                   CIMTYPE_STRING,
 39382                   /* subscript */
 39383                   -1,
 39384                   /* value */
 39385                   0,
 39386               };
 39387               
 39388               static const char*
 39389               _CIM_DeviceErrorData_ErrorDescription_qualifiers[] =
 39390               {
 39391                   0,
 39392               };
 39393               
 39394               static MetaProperty
 39395               _CIM_DeviceErrorData_ErrorDescription =
 39396               {
 39397                   /* flags */
 39398                   META_FLAG_PROPERTY|META_FLAG_READ,
 39399                   /* name */
 39400 mike  1.1.2.1     "ErrorDescription",
 39401                   /* qualifiers */
 39402                   _CIM_DeviceErrorData_ErrorDescription_qualifiers,
 39403                   /* type */
 39404                   CIMTYPE_STRING,
 39405                   /* subscript */
 39406                   -1,
 39407                   /* value */
 39408                   0,
 39409               };
 39410               
 39411               static MetaFeature*
 39412               _CIM_DeviceErrorData_features[] =
 39413               {
 39414                   (MetaFeature*)&_CIM_DeviceErrorData_IndeterminateErrorCount,
 39415                   (MetaFeature*)&_CIM_DeviceErrorData_CriticalErrorCount,
 39416                   (MetaFeature*)&_CIM_DeviceErrorData_MajorErrorCount,
 39417                   (MetaFeature*)&_CIM_DeviceErrorData_MinorErrorCount,
 39418                   (MetaFeature*)&_CIM_DeviceErrorData_WarningCount,
 39419                   (MetaFeature*)&_CIM_DeviceErrorData_LastErrorCode,
 39420                   (MetaFeature*)&_CIM_DeviceErrorData_ErrorDescription,
 39421 mike  1.1.2.1     0,
 39422               };
 39423               
 39424               static const char*
 39425               __root_cimv2_CIM_DeviceErrorData_qualifiers[] =
 39426               {
 39427                   /* UMLPackagePath */
 39428                   "\057CIM::Device::DeviceElements",
 39429                   /* Version */
 39430                   "\0632.10.0",
 39431                   0,
 39432               };
 39433               
 39434               MetaClass
 39435               __root_cimv2_CIM_DeviceErrorData =
 39436               {
 39437                   /* flags */
 39438                   META_FLAG_CLASS,
 39439                   /* name */
 39440                   "CIM_DeviceErrorData",
 39441                   /* qualifiers */
 39442 mike  1.1.2.1     __root_cimv2_CIM_DeviceErrorData_qualifiers,
 39443                   /* super */
 39444                   &__root_cimv2_CIM_StatisticalData,
 39445                   /* features */
 39446                   _CIM_DeviceErrorData_features,
 39447               };
 39448               
 39449               //==============================================================================
 39450               //
 39451               // Class: CIM_DeviceStatisticalInformation
 39452               //
 39453               //==============================================================================
 39454               
 39455               static const char*
 39456               _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 39457               {
 39458                   /* Key */
 39459                   "\025\001",
 39460                   /* Propagated */
 39461                   "\045CIM_LogicalDevice.SystemCreationClassName",
 39462                   /* MaxLen */
 39463 mike  1.1.2.1     "\030\000\000\001\000",
 39464                   0,
 39465               };
 39466               
 39467               static MetaProperty
 39468               _CIM_DeviceStatisticalInformation_SystemCreationClassName =
 39469               {
 39470                   /* flags */
 39471                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39472                   /* name */
 39473                   "SystemCreationClassName",
 39474                   /* qualifiers */
 39475                   _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers,
 39476                   /* type */
 39477                   CIMTYPE_STRING,
 39478                   /* subscript */
 39479                   -1,
 39480                   /* value */
 39481                   0,
 39482               };
 39483               
 39484 mike  1.1.2.1 static const char*
 39485               _CIM_DeviceStatisticalInformation_SystemName_qualifiers[] =
 39486               {
 39487                   /* Key */
 39488                   "\025\001",
 39489                   /* Propagated */
 39490                   "\045CIM_LogicalDevice.SystemName",
 39491                   /* MaxLen */
 39492                   "\030\000\000\001\000",
 39493                   0,
 39494               };
 39495               
 39496               static MetaProperty
 39497               _CIM_DeviceStatisticalInformation_SystemName =
 39498               {
 39499                   /* flags */
 39500                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39501                   /* name */
 39502                   "SystemName",
 39503                   /* qualifiers */
 39504                   _CIM_DeviceStatisticalInformation_SystemName_qualifiers,
 39505 mike  1.1.2.1     /* type */
 39506                   CIMTYPE_STRING,
 39507                   /* subscript */
 39508                   -1,
 39509                   /* value */
 39510                   0,
 39511               };
 39512               
 39513               static const char*
 39514               _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers[] =
 39515               {
 39516                   /* Key */
 39517                   "\025\001",
 39518                   /* Propagated */
 39519                   "\045CIM_LogicalDevice.CreationClassName",
 39520                   /* MaxLen */
 39521                   "\030\000\000\001\000",
 39522                   0,
 39523               };
 39524               
 39525               static MetaProperty
 39526 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_DeviceCreationClassName =
 39527               {
 39528                   /* flags */
 39529                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39530                   /* name */
 39531                   "DeviceCreationClassName",
 39532                   /* qualifiers */
 39533                   _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers,
 39534                   /* type */
 39535                   CIMTYPE_STRING,
 39536                   /* subscript */
 39537                   -1,
 39538                   /* value */
 39539                   0,
 39540               };
 39541               
 39542               static const char*
 39543               _CIM_DeviceStatisticalInformation_DeviceID_qualifiers[] =
 39544               {
 39545                   /* Key */
 39546                   "\025\001",
 39547 mike  1.1.2.1     /* Propagated */
 39548                   "\045CIM_LogicalDevice.DeviceID",
 39549                   /* MaxLen */
 39550                   "\030\000\000\000\100",
 39551                   0,
 39552               };
 39553               
 39554               static MetaProperty
 39555               _CIM_DeviceStatisticalInformation_DeviceID =
 39556               {
 39557                   /* flags */
 39558                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39559                   /* name */
 39560                   "DeviceID",
 39561                   /* qualifiers */
 39562                   _CIM_DeviceStatisticalInformation_DeviceID_qualifiers,
 39563                   /* type */
 39564                   CIMTYPE_STRING,
 39565                   /* subscript */
 39566                   -1,
 39567                   /* value */
 39568 mike  1.1.2.1     0,
 39569               };
 39570               
 39571               static const char*
 39572               _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers[] =
 39573               {
 39574                   /* Key */
 39575                   "\025\001",
 39576                   /* MaxLen */
 39577                   "\030\000\000\001\000",
 39578                   0,
 39579               };
 39580               
 39581               static MetaProperty
 39582               _CIM_DeviceStatisticalInformation_CreationClassName =
 39583               {
 39584                   /* flags */
 39585                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39586                   /* name */
 39587                   "CreationClassName",
 39588                   /* qualifiers */
 39589 mike  1.1.2.1     _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers,
 39590                   /* type */
 39591                   CIMTYPE_STRING,
 39592                   /* subscript */
 39593                   -1,
 39594                   /* value */
 39595                   0,
 39596               };
 39597               
 39598               static const char*
 39599               _CIM_DeviceStatisticalInformation_Name_qualifiers[] =
 39600               {
 39601                   /* Key */
 39602                   "\025\001",
 39603                   /* Override */
 39604                   "\044Name",
 39605                   /* MaxLen */
 39606                   "\030\000\000\001\000",
 39607                   0,
 39608               };
 39609               
 39610 mike  1.1.2.1 static MetaProperty
 39611               _CIM_DeviceStatisticalInformation_Name =
 39612               {
 39613                   /* flags */
 39614                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39615                   /* name */
 39616                   "Name",
 39617                   /* qualifiers */
 39618                   _CIM_DeviceStatisticalInformation_Name_qualifiers,
 39619                   /* type */
 39620                   CIMTYPE_STRING,
 39621                   /* subscript */
 39622                   -1,
 39623                   /* value */
 39624                   0,
 39625               };
 39626               
 39627               static MetaFeature*
 39628               _CIM_DeviceStatisticalInformation_features[] =
 39629               {
 39630                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemCreationClassName,
 39631 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemName,
 39632                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceCreationClassName,
 39633                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceID,
 39634                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_CreationClassName,
 39635                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_Name,
 39636                   0,
 39637               };
 39638               
 39639               static const char*
 39640               __root_cimv2_CIM_DeviceStatisticalInformation_qualifiers[] =
 39641               {
 39642                   /* UMLPackagePath */
 39643                   "\057CIM::Core::Statistics",
 39644                   /* Version */
 39645                   "\0632.6.0",
 39646                   0,
 39647               };
 39648               
 39649               MetaClass
 39650               __root_cimv2_CIM_DeviceStatisticalInformation =
 39651               {
 39652 mike  1.1.2.1     /* flags */
 39653                   META_FLAG_CLASS,
 39654                   /* name */
 39655                   "CIM_DeviceStatisticalInformation",
 39656                   /* qualifiers */
 39657                   __root_cimv2_CIM_DeviceStatisticalInformation_qualifiers,
 39658                   /* super */
 39659                   &__root_cimv2_CIM_StatisticalInformation,
 39660                   /* features */
 39661                   _CIM_DeviceStatisticalInformation_features,
 39662               };
 39663               
 39664               //==============================================================================
 39665               //
 39666               // Class: CIM_DiagnosticRecord
 39667               //
 39668               //==============================================================================
 39669               
 39670               static const char*
 39671               _CIM_DiagnosticRecord_InstanceID_qualifiers[] =
 39672               {
 39673 mike  1.1.2.1     /* Key */
 39674                   "\025\001",
 39675                   0,
 39676               };
 39677               
 39678               static MetaProperty
 39679               _CIM_DiagnosticRecord_InstanceID =
 39680               {
 39681                   /* flags */
 39682                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39683                   /* name */
 39684                   "InstanceID",
 39685                   /* qualifiers */
 39686                   _CIM_DiagnosticRecord_InstanceID_qualifiers,
 39687                   /* type */
 39688                   CIMTYPE_STRING,
 39689                   /* subscript */
 39690                   -1,
 39691                   /* value */
 39692                   0,
 39693               };
 39694 mike  1.1.2.1 
 39695               static const char*
 39696               _CIM_DiagnosticRecord_ServiceName_qualifiers[] =
 39697               {
 39698                   /* Required */
 39699                   "\050\001",
 39700                   /* ModelCorrespondence */
 39701                   "\036\000\001CIM_DiagnosticService.Name\000",
 39702                   0,
 39703               };
 39704               
 39705               static MetaProperty
 39706               _CIM_DiagnosticRecord_ServiceName =
 39707               {
 39708                   /* flags */
 39709                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 39710                   /* name */
 39711                   "ServiceName",
 39712                   /* qualifiers */
 39713                   _CIM_DiagnosticRecord_ServiceName_qualifiers,
 39714                   /* type */
 39715 mike  1.1.2.1     CIMTYPE_STRING,
 39716                   /* subscript */
 39717                   -1,
 39718                   /* value */
 39719                   0,
 39720               };
 39721               
 39722               static const char*
 39723               _CIM_DiagnosticRecord_ManagedElementName_qualifiers[] =
 39724               {
 39725                   /* Required */
 39726                   "\050\001",
 39727                   /* ModelCorrespondence */
 39728                   "\036\000\001CIM_ManagedElement.ElementName\000",
 39729                   0,
 39730               };
 39731               
 39732               static MetaProperty
 39733               _CIM_DiagnosticRecord_ManagedElementName =
 39734               {
 39735                   /* flags */
 39736 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 39737                   /* name */
 39738                   "ManagedElementName",
 39739                   /* qualifiers */
 39740                   _CIM_DiagnosticRecord_ManagedElementName_qualifiers,
 39741                   /* type */
 39742                   CIMTYPE_STRING,
 39743                   /* subscript */
 39744                   -1,
 39745                   /* value */
 39746                   0,
 39747               };
 39748               
 39749               static const char*
 39750               _CIM_DiagnosticRecord_ExpirationDate_qualifiers[] =
 39751               {
 39752                   /* ModelCorrespondence */
 39753                   "\036\000\001CIM_DiagnosticSetting.ResultPersistence\000",
 39754                   0,
 39755               };
 39756               
 39757 mike  1.1.2.1 static MetaProperty
 39758               _CIM_DiagnosticRecord_ExpirationDate =
 39759               {
 39760                   /* flags */
 39761                   META_FLAG_PROPERTY|META_FLAG_READ,
 39762                   /* name */
 39763                   "ExpirationDate",
 39764                   /* qualifiers */
 39765                   _CIM_DiagnosticRecord_ExpirationDate_qualifiers,
 39766                   /* type */
 39767                   CIMTYPE_DATETIME,
 39768                   /* subscript */
 39769                   -1,
 39770                   /* value */
 39771                   0,
 39772               };
 39773               
 39774               static const char*
 39775               _CIM_DiagnosticRecord_RecordType_qualifiers[] =
 39776               {
 39777                   /* ValueMap */
 39778 mike  1.1.2.1     "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
 39779                   /* Values */
 39780                   "\062\000\017Unknown\000Other\000Results\000Subtests\000Actions\000Warnings\000Status\000Device Errors\000Service Errors\000Setting Data\000Statistics\000Hardware Configuration\000Software Configuration\000References\000Debug\000",
 39781                   /* ModelCorrespondence */
 39782                   "\036\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticRecord.OtherRecordTypeDescription\000",
 39783                   0,
 39784               };
 39785               
 39786               static MetaProperty
 39787               _CIM_DiagnosticRecord_RecordType =
 39788               {
 39789                   /* flags */
 39790                   META_FLAG_PROPERTY|META_FLAG_READ,
 39791                   /* name */
 39792                   "RecordType",
 39793                   /* qualifiers */
 39794                   _CIM_DiagnosticRecord_RecordType_qualifiers,
 39795                   /* type */
 39796                   CIMTYPE_UINT16,
 39797                   /* subscript */
 39798                   -1,
 39799 mike  1.1.2.1     /* value */
 39800                   0,
 39801               };
 39802               
 39803               static const char*
 39804               _CIM_DiagnosticRecord_OtherRecordTypeDescription_qualifiers[] =
 39805               {
 39806                   /* ModelCorrespondence */
 39807                   "\036\000\002CIM_DiagnosticSetting.OtherLogOptionsDescriptions\000CIM_DiagnosticRecord.RecordType\000",
 39808                   0,
 39809               };
 39810               
 39811               static MetaProperty
 39812               _CIM_DiagnosticRecord_OtherRecordTypeDescription =
 39813               {
 39814                   /* flags */
 39815                   META_FLAG_PROPERTY|META_FLAG_READ,
 39816                   /* name */
 39817                   "OtherRecordTypeDescription",
 39818                   /* qualifiers */
 39819                   _CIM_DiagnosticRecord_OtherRecordTypeDescription_qualifiers,
 39820 mike  1.1.2.1     /* type */
 39821                   CIMTYPE_STRING,
 39822                   /* subscript */
 39823                   -1,
 39824                   /* value */
 39825                   0,
 39826               };
 39827               
 39828               static const char*
 39829               _CIM_DiagnosticRecord_CreationTimeStamp_qualifiers[] =
 39830               {
 39831                   0,
 39832               };
 39833               
 39834               static MetaProperty
 39835               _CIM_DiagnosticRecord_CreationTimeStamp =
 39836               {
 39837                   /* flags */
 39838                   META_FLAG_PROPERTY|META_FLAG_READ,
 39839                   /* name */
 39840                   "CreationTimeStamp",
 39841 mike  1.1.2.1     /* qualifiers */
 39842                   _CIM_DiagnosticRecord_CreationTimeStamp_qualifiers,
 39843                   /* type */
 39844                   CIMTYPE_DATETIME,
 39845                   /* subscript */
 39846                   -1,
 39847                   /* value */
 39848                   0,
 39849               };
 39850               
 39851               static MetaFeature*
 39852               _CIM_DiagnosticRecord_features[] =
 39853               {
 39854                   (MetaFeature*)&_CIM_DiagnosticRecord_InstanceID,
 39855                   (MetaFeature*)&_CIM_DiagnosticRecord_ServiceName,
 39856                   (MetaFeature*)&_CIM_DiagnosticRecord_ManagedElementName,
 39857                   (MetaFeature*)&_CIM_DiagnosticRecord_ExpirationDate,
 39858                   (MetaFeature*)&_CIM_DiagnosticRecord_RecordType,
 39859                   (MetaFeature*)&_CIM_DiagnosticRecord_OtherRecordTypeDescription,
 39860                   (MetaFeature*)&_CIM_DiagnosticRecord_CreationTimeStamp,
 39861                   0,
 39862 mike  1.1.2.1 };
 39863               
 39864               static const char*
 39865               __root_cimv2_CIM_DiagnosticRecord_qualifiers[] =
 39866               {
 39867                   /* UMLPackagePath */
 39868                   "\057CIM::System::Diagnostics",
 39869                   /* Version */
 39870                   "\0632.10.0",
 39871                   0,
 39872               };
 39873               
 39874               MetaClass
 39875               __root_cimv2_CIM_DiagnosticRecord =
 39876               {
 39877                   /* flags */
 39878                   META_FLAG_CLASS,
 39879                   /* name */
 39880                   "CIM_DiagnosticRecord",
 39881                   /* qualifiers */
 39882                   __root_cimv2_CIM_DiagnosticRecord_qualifiers,
 39883 mike  1.1.2.1     /* super */
 39884                   &__root_cimv2_CIM_RecordForLog,
 39885                   /* features */
 39886                   _CIM_DiagnosticRecord_features,
 39887               };
 39888               
 39889               //==============================================================================
 39890               //
 39891               // Class: CIM_DiagnosticResultForMSE
 39892               //
 39893               //==============================================================================
 39894               
 39895               static const char*
 39896               _CIM_DiagnosticResultForMSE_Result_qualifiers[] =
 39897               {
 39898                   /* Deprecated */
 39899                   "\013\000\001No Value\000",
 39900                   /* Key */
 39901                   "\025\001",
 39902                   0,
 39903               };
 39904 mike  1.1.2.1 
 39905               static MetaReference
 39906               _CIM_DiagnosticResultForMSE_Result =
 39907               {
 39908                   /* flags */
 39909                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 39910                   /* name */
 39911                   "Result",
 39912                   /* qualifiers */
 39913                   _CIM_DiagnosticResultForMSE_Result_qualifiers,
 39914                   /* subscript */
 39915                   -1,
 39916                   /* refId */
 39917                   &__root_cimv2_CIM_DiagnosticResult,
 39918               };
 39919               
 39920               static const char*
 39921               _CIM_DiagnosticResultForMSE_SystemElement_qualifiers[] =
 39922               {
 39923                   /* Deprecated */
 39924                   "\013\000\001No Value\000",
 39925 mike  1.1.2.1     /* Key */
 39926                   "\025\001",
 39927                   0,
 39928               };
 39929               
 39930               static MetaReference
 39931               _CIM_DiagnosticResultForMSE_SystemElement =
 39932               {
 39933                   /* flags */
 39934                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 39935                   /* name */
 39936                   "SystemElement",
 39937                   /* qualifiers */
 39938                   _CIM_DiagnosticResultForMSE_SystemElement_qualifiers,
 39939                   /* subscript */
 39940                   -1,
 39941                   /* refId */
 39942                   &__root_cimv2_CIM_ManagedSystemElement,
 39943               };
 39944               
 39945               static MetaFeature*
 39946 mike  1.1.2.1 _CIM_DiagnosticResultForMSE_features[] =
 39947               {
 39948                   (MetaFeature*)&_CIM_DiagnosticResultForMSE_Result,
 39949                   (MetaFeature*)&_CIM_DiagnosticResultForMSE_SystemElement,
 39950                   0,
 39951               };
 39952               
 39953               static const char*
 39954               __root_cimv2_CIM_DiagnosticResultForMSE_qualifiers[] =
 39955               {
 39956                   /* ASSOCIATION */
 39957                   "\000\001",
 39958                   /* Deprecated */
 39959                   "\013\000\001No Value\000",
 39960                   /* UMLPackagePath */
 39961                   "\057CIM::System::Diagnostics",
 39962                   /* Version */
 39963                   "\0632.9.0",
 39964                   0,
 39965               };
 39966               
 39967 mike  1.1.2.1 MetaClass
 39968               __root_cimv2_CIM_DiagnosticResultForMSE =
 39969               {
 39970                   /* flags */
 39971                   META_FLAG_ASSOCIATION,
 39972                   /* name */
 39973                   "CIM_DiagnosticResultForMSE",
 39974                   /* qualifiers */
 39975                   __root_cimv2_CIM_DiagnosticResultForMSE_qualifiers,
 39976                   /* super */
 39977                   0,
 39978                   /* features */
 39979                   _CIM_DiagnosticResultForMSE_features,
 39980               };
 39981               
 39982               //==============================================================================
 39983               //
 39984               // Class: CIM_DiagnosticServiceRecord
 39985               //
 39986               //==============================================================================
 39987               
 39988 mike  1.1.2.1 static const char*
 39989               _CIM_DiagnosticServiceRecord_ErrorCode_qualifiers[] =
 39990               {
 39991                   /* ArrayType */
 39992                   "\005Indexed",
 39993                   /* ModelCorrespondence */
 39994                   "\036\000\001CIM_DiagnosticServiceRecord.ErrorCount\000",
 39995                   0,
 39996               };
 39997               
 39998               static MetaProperty
 39999               _CIM_DiagnosticServiceRecord_ErrorCode =
 40000               {
 40001                   /* flags */
 40002                   META_FLAG_PROPERTY|META_FLAG_READ,
 40003                   /* name */
 40004                   "ErrorCode",
 40005                   /* qualifiers */
 40006                   _CIM_DiagnosticServiceRecord_ErrorCode_qualifiers,
 40007                   /* type */
 40008                   CIMTYPE_STRING,
 40009 mike  1.1.2.1     /* subscript */
 40010                   0,
 40011                   /* value */
 40012                   0,
 40013               };
 40014               
 40015               static const char*
 40016               _CIM_DiagnosticServiceRecord_ErrorCount_qualifiers[] =
 40017               {
 40018                   /* ArrayType */
 40019                   "\005Indexed",
 40020                   /* ModelCorrespondence */
 40021                   "\036\000\001CIM_DiagnosticServiceRecord.ErrorCode\000",
 40022                   0,
 40023               };
 40024               
 40025               static MetaProperty
 40026               _CIM_DiagnosticServiceRecord_ErrorCount =
 40027               {
 40028                   /* flags */
 40029                   META_FLAG_PROPERTY|META_FLAG_READ,
 40030 mike  1.1.2.1     /* name */
 40031                   "ErrorCount",
 40032                   /* qualifiers */
 40033                   _CIM_DiagnosticServiceRecord_ErrorCount_qualifiers,
 40034                   /* type */
 40035                   CIMTYPE_UINT32,
 40036                   /* subscript */
 40037                   0,
 40038                   /* value */
 40039                   0,
 40040               };
 40041               
 40042               static const char*
 40043               _CIM_DiagnosticServiceRecord_LoopsFailed_qualifiers[] =
 40044               {
 40045                   0,
 40046               };
 40047               
 40048               static MetaProperty
 40049               _CIM_DiagnosticServiceRecord_LoopsFailed =
 40050               {
 40051 mike  1.1.2.1     /* flags */
 40052                   META_FLAG_PROPERTY|META_FLAG_READ,
 40053                   /* name */
 40054                   "LoopsFailed",
 40055                   /* qualifiers */
 40056                   _CIM_DiagnosticServiceRecord_LoopsFailed_qualifiers,
 40057                   /* type */
 40058                   CIMTYPE_UINT32,
 40059                   /* subscript */
 40060                   -1,
 40061                   /* value */
 40062                   0,
 40063               };
 40064               
 40065               static const char*
 40066               _CIM_DiagnosticServiceRecord_LoopsPassed_qualifiers[] =
 40067               {
 40068                   0,
 40069               };
 40070               
 40071               static MetaProperty
 40072 mike  1.1.2.1 _CIM_DiagnosticServiceRecord_LoopsPassed =
 40073               {
 40074                   /* flags */
 40075                   META_FLAG_PROPERTY|META_FLAG_READ,
 40076                   /* name */
 40077                   "LoopsPassed",
 40078                   /* qualifiers */
 40079                   _CIM_DiagnosticServiceRecord_LoopsPassed_qualifiers,
 40080                   /* type */
 40081                   CIMTYPE_UINT32,
 40082                   /* subscript */
 40083                   -1,
 40084                   /* value */
 40085                   0,
 40086               };
 40087               
 40088               static MetaFeature*
 40089               _CIM_DiagnosticServiceRecord_features[] =
 40090               {
 40091                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_ErrorCode,
 40092                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_ErrorCount,
 40093 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticServiceRecord_LoopsFailed,
 40094                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_LoopsPassed,
 40095                   0,
 40096               };
 40097               
 40098               static const char*
 40099               __root_cimv2_CIM_DiagnosticServiceRecord_qualifiers[] =
 40100               {
 40101                   /* UMLPackagePath */
 40102                   "\057CIM::System::Diagnostics",
 40103                   /* Version */
 40104                   "\0632.9.0",
 40105                   0,
 40106               };
 40107               
 40108               MetaClass
 40109               __root_cimv2_CIM_DiagnosticServiceRecord =
 40110               {
 40111                   /* flags */
 40112                   META_FLAG_CLASS,
 40113                   /* name */
 40114 mike  1.1.2.1     "CIM_DiagnosticServiceRecord",
 40115                   /* qualifiers */
 40116                   __root_cimv2_CIM_DiagnosticServiceRecord_qualifiers,
 40117                   /* super */
 40118                   &__root_cimv2_CIM_DiagnosticRecord,
 40119                   /* features */
 40120                   _CIM_DiagnosticServiceRecord_features,
 40121               };
 40122               
 40123               //==============================================================================
 40124               //
 40125               // Class: CIM_DiagnosticSetting
 40126               //
 40127               //==============================================================================
 40128               
 40129               static const char*
 40130               _CIM_DiagnosticSetting_SettingID_qualifiers[] =
 40131               {
 40132                   /* Key */
 40133                   "\025\001",
 40134                   /* Override */
 40135 mike  1.1.2.1     "\044SettingID",
 40136                   /* MaxLen */
 40137                   "\030\000\000\001\000",
 40138                   0,
 40139               };
 40140               
 40141               static MetaProperty
 40142               _CIM_DiagnosticSetting_SettingID =
 40143               {
 40144                   /* flags */
 40145                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 40146                   /* name */
 40147                   "SettingID",
 40148                   /* qualifiers */
 40149                   _CIM_DiagnosticSetting_SettingID_qualifiers,
 40150                   /* type */
 40151                   CIMTYPE_STRING,
 40152                   /* subscript */
 40153                   -1,
 40154                   /* value */
 40155                   0,
 40156 mike  1.1.2.1 };
 40157               
 40158               static const char*
 40159               _CIM_DiagnosticSetting_TestWarningLevel_qualifiers[] =
 40160               {
 40161                   /* Deprecated */
 40162                   "\013\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticSetting.VerbosityLevel\000",
 40163                   /* Write */
 40164                   "\065\001",
 40165                   /* ValueMap */
 40166                   "\061\000\0040\0001\0002\0003\000",
 40167                   /* Values */
 40168                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
 40169                   0,
 40170               };
 40171               
 40172               static MetaProperty
 40173               _CIM_DiagnosticSetting_TestWarningLevel =
 40174               {
 40175                   /* flags */
 40176                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40177 mike  1.1.2.1     /* name */
 40178                   "TestWarningLevel",
 40179                   /* qualifiers */
 40180                   _CIM_DiagnosticSetting_TestWarningLevel_qualifiers,
 40181                   /* type */
 40182                   CIMTYPE_UINT16,
 40183                   /* subscript */
 40184                   -1,
 40185                   /* value */
 40186                   0,
 40187               };
 40188               
 40189               static const char*
 40190               _CIM_DiagnosticSetting_ReportSoftErrors_qualifiers[] =
 40191               {
 40192                   /* Deprecated */
 40193                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
 40194                   /* Write */
 40195                   "\065\001",
 40196                   0,
 40197               };
 40198 mike  1.1.2.1 
 40199               static MetaProperty
 40200               _CIM_DiagnosticSetting_ReportSoftErrors =
 40201               {
 40202                   /* flags */
 40203                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40204                   /* name */
 40205                   "ReportSoftErrors",
 40206                   /* qualifiers */
 40207                   _CIM_DiagnosticSetting_ReportSoftErrors_qualifiers,
 40208                   /* type */
 40209                   CIMTYPE_BOOLEAN,
 40210                   /* subscript */
 40211                   -1,
 40212                   /* value */
 40213                   0,
 40214               };
 40215               
 40216               static const char*
 40217               _CIM_DiagnosticSetting_ReportStatusMessages_qualifiers[] =
 40218               {
 40219 mike  1.1.2.1     /* Deprecated */
 40220                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
 40221                   /* Write */
 40222                   "\065\001",
 40223                   0,
 40224               };
 40225               
 40226               static MetaProperty
 40227               _CIM_DiagnosticSetting_ReportStatusMessages =
 40228               {
 40229                   /* flags */
 40230                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40231                   /* name */
 40232                   "ReportStatusMessages",
 40233                   /* qualifiers */
 40234                   _CIM_DiagnosticSetting_ReportStatusMessages_qualifiers,
 40235                   /* type */
 40236                   CIMTYPE_BOOLEAN,
 40237                   /* subscript */
 40238                   -1,
 40239                   /* value */
 40240 mike  1.1.2.1     0,
 40241               };
 40242               
 40243               static const char*
 40244               _CIM_DiagnosticSetting_HaltOnError_qualifiers[] =
 40245               {
 40246                   /* Write */
 40247                   "\065\001",
 40248                   0,
 40249               };
 40250               
 40251               static MetaProperty
 40252               _CIM_DiagnosticSetting_HaltOnError =
 40253               {
 40254                   /* flags */
 40255                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40256                   /* name */
 40257                   "HaltOnError",
 40258                   /* qualifiers */
 40259                   _CIM_DiagnosticSetting_HaltOnError_qualifiers,
 40260                   /* type */
 40261 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 40262                   /* subscript */
 40263                   -1,
 40264                   /* value */
 40265                   0,
 40266               };
 40267               
 40268               static const char*
 40269               _CIM_DiagnosticSetting_QuickMode_qualifiers[] =
 40270               {
 40271                   /* Write */
 40272                   "\065\001",
 40273                   0,
 40274               };
 40275               
 40276               static MetaProperty
 40277               _CIM_DiagnosticSetting_QuickMode =
 40278               {
 40279                   /* flags */
 40280                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40281                   /* name */
 40282 mike  1.1.2.1     "QuickMode",
 40283                   /* qualifiers */
 40284                   _CIM_DiagnosticSetting_QuickMode_qualifiers,
 40285                   /* type */
 40286                   CIMTYPE_BOOLEAN,
 40287                   /* subscript */
 40288                   -1,
 40289                   /* value */
 40290                   0,
 40291               };
 40292               
 40293               static const char*
 40294               _CIM_DiagnosticSetting_PercentOfTestCoverage_qualifiers[] =
 40295               {
 40296                   /* Write */
 40297                   "\065\001",
 40298                   /* Units */
 40299                   "\060Percent",
 40300                   /* MinValue */
 40301                   "\035\000\000\000\000\000\000\000\000",
 40302                   /* MaxValue */
 40303 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
 40304                   /* ModelCorrespondence */
 40305                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedServiceModes\000",
 40306                   0,
 40307               };
 40308               
 40309               static MetaProperty
 40310               _CIM_DiagnosticSetting_PercentOfTestCoverage =
 40311               {
 40312                   /* flags */
 40313                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40314                   /* name */
 40315                   "PercentOfTestCoverage",
 40316                   /* qualifiers */
 40317                   _CIM_DiagnosticSetting_PercentOfTestCoverage_qualifiers,
 40318                   /* type */
 40319                   CIMTYPE_UINT8,
 40320                   /* subscript */
 40321                   -1,
 40322                   /* value */
 40323                   0,
 40324 mike  1.1.2.1 };
 40325               
 40326               static const char*
 40327               _CIM_DiagnosticSetting_LoopControlParameter_qualifiers[] =
 40328               {
 40329                   /* Write */
 40330                   "\065\001",
 40331                   /* ArrayType */
 40332                   "\005Indexed",
 40333                   /* ModelCorrespondence */
 40334                   "\036\000\001CIM_DiagnosticSetting.LoopControl\000",
 40335                   0,
 40336               };
 40337               
 40338               static MetaProperty
 40339               _CIM_DiagnosticSetting_LoopControlParameter =
 40340               {
 40341                   /* flags */
 40342                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40343                   /* name */
 40344                   "LoopControlParameter",
 40345 mike  1.1.2.1     /* qualifiers */
 40346                   _CIM_DiagnosticSetting_LoopControlParameter_qualifiers,
 40347                   /* type */
 40348                   CIMTYPE_STRING,
 40349                   /* subscript */
 40350                   0,
 40351                   /* value */
 40352                   0,
 40353               };
 40354               
 40355               static const char*
 40356               _CIM_DiagnosticSetting_LoopControl_qualifiers[] =
 40357               {
 40358                   /* Write */
 40359                   "\065\001",
 40360                   /* ValueMap */
 40361                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 40362                   /* Values */
 40363                   "\062\000\006Unknown\000Other\000Continuous\000Count\000Timer\000ErrorCount\000",
 40364                   /* ArrayType */
 40365                   "\005Indexed",
 40366 mike  1.1.2.1     /* ModelCorrespondence */
 40367                   "\036\000\003CIM_DiagnosticSetting.LoopControlParameter\000CIM_DiagnosticSetting.OtherLoopControlDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLoopControl\000",
 40368                   0,
 40369               };
 40370               
 40371               static MetaProperty
 40372               _CIM_DiagnosticSetting_LoopControl =
 40373               {
 40374                   /* flags */
 40375                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40376                   /* name */
 40377                   "LoopControl",
 40378                   /* qualifiers */
 40379                   _CIM_DiagnosticSetting_LoopControl_qualifiers,
 40380                   /* type */
 40381                   CIMTYPE_UINT16,
 40382                   /* subscript */
 40383                   0,
 40384                   /* value */
 40385                   0,
 40386               };
 40387 mike  1.1.2.1 
 40388               static const char*
 40389               _CIM_DiagnosticSetting_OtherLoopControlDescription_qualifiers[] =
 40390               {
 40391                   /* Deprecated */
 40392                   "\013\000\001CIM_DiagnosticSetting.OtherLoopControlDescriptions\000",
 40393                   /* Write */
 40394                   "\065\001",
 40395                   /* ModelCorrespondence */
 40396                   "\036\000\001CIM_DiagnosticSetting.LoopControlParameter\000",
 40397                   0,
 40398               };
 40399               
 40400               static MetaProperty
 40401               _CIM_DiagnosticSetting_OtherLoopControlDescription =
 40402               {
 40403                   /* flags */
 40404                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40405                   /* name */
 40406                   "OtherLoopControlDescription",
 40407                   /* qualifiers */
 40408 mike  1.1.2.1     _CIM_DiagnosticSetting_OtherLoopControlDescription_qualifiers,
 40409                   /* type */
 40410                   CIMTYPE_STRING,
 40411                   /* subscript */
 40412                   -1,
 40413                   /* value */
 40414                   0,
 40415               };
 40416               
 40417               static const char*
 40418               _CIM_DiagnosticSetting_OtherLoopControlDescriptions_qualifiers[] =
 40419               {
 40420                   /* Write */
 40421                   "\065\001",
 40422                   /* ArrayType */
 40423                   "\005Indexed",
 40424                   /* ModelCorrespondence */
 40425                   "\036\000\002CIM_DiagnosticSetting.LoopControlParameter\000CIM_DiagnosticSetting.LoopControl\000",
 40426                   0,
 40427               };
 40428               
 40429 mike  1.1.2.1 static MetaProperty
 40430               _CIM_DiagnosticSetting_OtherLoopControlDescriptions =
 40431               {
 40432                   /* flags */
 40433                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40434                   /* name */
 40435                   "OtherLoopControlDescriptions",
 40436                   /* qualifiers */
 40437                   _CIM_DiagnosticSetting_OtherLoopControlDescriptions_qualifiers,
 40438                   /* type */
 40439                   CIMTYPE_STRING,
 40440                   /* subscript */
 40441                   0,
 40442                   /* value */
 40443                   0,
 40444               };
 40445               
 40446               static const char*
 40447               _CIM_DiagnosticSetting_ResultPersistence_qualifiers[] =
 40448               {
 40449                   /* Write */
 40450 mike  1.1.2.1     "\065\001",
 40451                   /* Units */
 40452                   "\060Seconds",
 40453                   0,
 40454               };
 40455               
 40456               static MetaProperty
 40457               _CIM_DiagnosticSetting_ResultPersistence =
 40458               {
 40459                   /* flags */
 40460                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40461                   /* name */
 40462                   "ResultPersistence",
 40463                   /* qualifiers */
 40464                   _CIM_DiagnosticSetting_ResultPersistence_qualifiers,
 40465                   /* type */
 40466                   CIMTYPE_UINT32,
 40467                   /* subscript */
 40468                   -1,
 40469                   /* value */
 40470                   0,
 40471 mike  1.1.2.1 };
 40472               
 40473               static const char*
 40474               _CIM_DiagnosticSetting_LogOptions_qualifiers[] =
 40475               {
 40476                   /* Write */
 40477                   "\065\001",
 40478                   /* ValueMap */
 40479                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000",
 40480                   /* Values */
 40481                   "\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",
 40482                   /* ArrayType */
 40483                   "\005Indexed",
 40484                   /* ModelCorrespondence */
 40485                   "\036\000\004CIM_DiagnosticSetting.OtherLogOptionsDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000CIM_DiagnosticServiceRecord.RecordType\000CIM_DiagnosticSetting.VerbosityLevel\000",
 40486                   0,
 40487               };
 40488               
 40489               static MetaProperty
 40490               _CIM_DiagnosticSetting_LogOptions =
 40491               {
 40492 mike  1.1.2.1     /* flags */
 40493                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40494                   /* name */
 40495                   "LogOptions",
 40496                   /* qualifiers */
 40497                   _CIM_DiagnosticSetting_LogOptions_qualifiers,
 40498                   /* type */
 40499                   CIMTYPE_UINT16,
 40500                   /* subscript */
 40501                   0,
 40502                   /* value */
 40503                   0,
 40504               };
 40505               
 40506               static const char*
 40507               _CIM_DiagnosticSetting_OtherLogOptionsDescriptions_qualifiers[] =
 40508               {
 40509                   /* Write */
 40510                   "\065\001",
 40511                   /* ModelCorrespondence */
 40512                   "\036\000\001CIM_DiagnosticSetting.LogOptions\000",
 40513 mike  1.1.2.1     0,
 40514               };
 40515               
 40516               static MetaProperty
 40517               _CIM_DiagnosticSetting_OtherLogOptionsDescriptions =
 40518               {
 40519                   /* flags */
 40520                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40521                   /* name */
 40522                   "OtherLogOptionsDescriptions",
 40523                   /* qualifiers */
 40524                   _CIM_DiagnosticSetting_OtherLogOptionsDescriptions_qualifiers,
 40525                   /* type */
 40526                   CIMTYPE_STRING,
 40527                   /* subscript */
 40528                   0,
 40529                   /* value */
 40530                   0,
 40531               };
 40532               
 40533               static const char*
 40534 mike  1.1.2.1 _CIM_DiagnosticSetting_LogStorage_qualifiers[] =
 40535               {
 40536                   /* Write */
 40537                   "\065\001",
 40538                   /* ValueMap */
 40539                   "\061\000\0050\0001\0002\0003\0004\000",
 40540                   /* Values */
 40541                   "\062\000\005Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000",
 40542                   /* ArrayType */
 40543                   "\005Indexed",
 40544                   /* ModelCorrespondence */
 40545                   "\036\000\002CIM_DiagnosticSetting.OtherLogStorageDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLogStorage\000",
 40546                   0,
 40547               };
 40548               
 40549               static MetaProperty
 40550               _CIM_DiagnosticSetting_LogStorage =
 40551               {
 40552                   /* flags */
 40553                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40554                   /* name */
 40555 mike  1.1.2.1     "LogStorage",
 40556                   /* qualifiers */
 40557                   _CIM_DiagnosticSetting_LogStorage_qualifiers,
 40558                   /* type */
 40559                   CIMTYPE_UINT16,
 40560                   /* subscript */
 40561                   0,
 40562                   /* value */
 40563                   0,
 40564               };
 40565               
 40566               static const char*
 40567               _CIM_DiagnosticSetting_OtherLogStorageDescriptions_qualifiers[] =
 40568               {
 40569                   /* Write */
 40570                   "\065\001",
 40571                   /* ArrayType */
 40572                   "\005Indexed",
 40573                   /* ModelCorrespondence */
 40574                   "\036\000\001CIM_DiagnosticSetting.LogStorage\000",
 40575                   0,
 40576 mike  1.1.2.1 };
 40577               
 40578               static MetaProperty
 40579               _CIM_DiagnosticSetting_OtherLogStorageDescriptions =
 40580               {
 40581                   /* flags */
 40582                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40583                   /* name */
 40584                   "OtherLogStorageDescriptions",
 40585                   /* qualifiers */
 40586                   _CIM_DiagnosticSetting_OtherLogStorageDescriptions_qualifiers,
 40587                   /* type */
 40588                   CIMTYPE_STRING,
 40589                   /* subscript */
 40590                   0,
 40591                   /* value */
 40592                   0,
 40593               };
 40594               
 40595               static const char*
 40596               _CIM_DiagnosticSetting_VerbosityLevel_qualifiers[] =
 40597 mike  1.1.2.1 {
 40598                   /* Write */
 40599                   "\065\001",
 40600                   /* ValueMap */
 40601                   "\061\000\0032\0003\0004\000",
 40602                   /* Values */
 40603                   "\062\000\003Minimum\000Standard\000Full\000",
 40604                   /* ArrayType */
 40605                   "\005Indexed",
 40606                   /* ModelCorrespondence */
 40607                   "\036\000\001CIM_DiagnosticSetting.LogOptions\000",
 40608                   0,
 40609               };
 40610               
 40611               static MetaProperty
 40612               _CIM_DiagnosticSetting_VerbosityLevel =
 40613               {
 40614                   /* flags */
 40615                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40616                   /* name */
 40617                   "VerbosityLevel",
 40618 mike  1.1.2.1     /* qualifiers */
 40619                   _CIM_DiagnosticSetting_VerbosityLevel_qualifiers,
 40620                   /* type */
 40621                   CIMTYPE_UINT16,
 40622                   /* subscript */
 40623                   0,
 40624                   /* value */
 40625                   0,
 40626               };
 40627               
 40628               static const char*
 40629               _CIM_DiagnosticSetting_Locales_qualifiers[] =
 40630               {
 40631                   /* Write */
 40632                   "\065\001",
 40633                   /* ModelCorrespondence */
 40634                   "\036\000\001CIM_LocalizationCapabilities.SupportedOutputLocales\000",
 40635                   0,
 40636               };
 40637               
 40638               static MetaProperty
 40639 mike  1.1.2.1 _CIM_DiagnosticSetting_Locales =
 40640               {
 40641                   /* flags */
 40642                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40643                   /* name */
 40644                   "Locales",
 40645                   /* qualifiers */
 40646                   _CIM_DiagnosticSetting_Locales_qualifiers,
 40647                   /* type */
 40648                   CIMTYPE_STRING,
 40649                   /* subscript */
 40650                   0,
 40651                   /* value */
 40652                   0,
 40653               };
 40654               
 40655               static MetaFeature*
 40656               _CIM_DiagnosticSetting_features[] =
 40657               {
 40658                   (MetaFeature*)&_CIM_DiagnosticSetting_SettingID,
 40659                   (MetaFeature*)&_CIM_DiagnosticSetting_TestWarningLevel,
 40660 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticSetting_ReportSoftErrors,
 40661                   (MetaFeature*)&_CIM_DiagnosticSetting_ReportStatusMessages,
 40662                   (MetaFeature*)&_CIM_DiagnosticSetting_HaltOnError,
 40663                   (MetaFeature*)&_CIM_DiagnosticSetting_QuickMode,
 40664                   (MetaFeature*)&_CIM_DiagnosticSetting_PercentOfTestCoverage,
 40665                   (MetaFeature*)&_CIM_DiagnosticSetting_LoopControlParameter,
 40666                   (MetaFeature*)&_CIM_DiagnosticSetting_LoopControl,
 40667                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLoopControlDescription,
 40668                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLoopControlDescriptions,
 40669                   (MetaFeature*)&_CIM_DiagnosticSetting_ResultPersistence,
 40670                   (MetaFeature*)&_CIM_DiagnosticSetting_LogOptions,
 40671                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLogOptionsDescriptions,
 40672                   (MetaFeature*)&_CIM_DiagnosticSetting_LogStorage,
 40673                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLogStorageDescriptions,
 40674                   (MetaFeature*)&_CIM_DiagnosticSetting_VerbosityLevel,
 40675                   (MetaFeature*)&_CIM_DiagnosticSetting_Locales,
 40676                   0,
 40677               };
 40678               
 40679               static const char*
 40680               __root_cimv2_CIM_DiagnosticSetting_qualifiers[] =
 40681 mike  1.1.2.1 {
 40682                   /* UMLPackagePath */
 40683                   "\057CIM::System::Diagnostics",
 40684                   /* Version */
 40685                   "\0632.9.0",
 40686                   0,
 40687               };
 40688               
 40689               MetaClass
 40690               __root_cimv2_CIM_DiagnosticSetting =
 40691               {
 40692                   /* flags */
 40693                   META_FLAG_CLASS,
 40694                   /* name */
 40695                   "CIM_DiagnosticSetting",
 40696                   /* qualifiers */
 40697                   __root_cimv2_CIM_DiagnosticSetting_qualifiers,
 40698                   /* super */
 40699                   &__root_cimv2_CIM_Setting,
 40700                   /* features */
 40701                   _CIM_DiagnosticSetting_features,
 40702 mike  1.1.2.1 };
 40703               
 40704               //==============================================================================
 40705               //
 40706               // Class: CIM_DiagnosticSettingRecord
 40707               //
 40708               //==============================================================================
 40709               
 40710               static const char*
 40711               _CIM_DiagnosticSettingRecord_HaltOnError_qualifiers[] =
 40712               {
 40713                   0,
 40714               };
 40715               
 40716               static MetaProperty
 40717               _CIM_DiagnosticSettingRecord_HaltOnError =
 40718               {
 40719                   /* flags */
 40720                   META_FLAG_PROPERTY|META_FLAG_READ,
 40721                   /* name */
 40722                   "HaltOnError",
 40723 mike  1.1.2.1     /* qualifiers */
 40724                   _CIM_DiagnosticSettingRecord_HaltOnError_qualifiers,
 40725                   /* type */
 40726                   CIMTYPE_BOOLEAN,
 40727                   /* subscript */
 40728                   -1,
 40729                   /* value */
 40730                   0,
 40731               };
 40732               
 40733               static const char*
 40734               _CIM_DiagnosticSettingRecord_QuickMode_qualifiers[] =
 40735               {
 40736                   0,
 40737               };
 40738               
 40739               static MetaProperty
 40740               _CIM_DiagnosticSettingRecord_QuickMode =
 40741               {
 40742                   /* flags */
 40743                   META_FLAG_PROPERTY|META_FLAG_READ,
 40744 mike  1.1.2.1     /* name */
 40745                   "QuickMode",
 40746                   /* qualifiers */
 40747                   _CIM_DiagnosticSettingRecord_QuickMode_qualifiers,
 40748                   /* type */
 40749                   CIMTYPE_BOOLEAN,
 40750                   /* subscript */
 40751                   -1,
 40752                   /* value */
 40753                   0,
 40754               };
 40755               
 40756               static const char*
 40757               _CIM_DiagnosticSettingRecord_PercentOfTestCoverage_qualifiers[] =
 40758               {
 40759                   /* Units */
 40760                   "\060Percent",
 40761                   /* MinValue */
 40762                   "\035\000\000\000\000\000\000\000\000",
 40763                   /* MaxValue */
 40764                   "\031\000\000\000\000\000\000\000\144",
 40765 mike  1.1.2.1     0,
 40766               };
 40767               
 40768               static MetaProperty
 40769               _CIM_DiagnosticSettingRecord_PercentOfTestCoverage =
 40770               {
 40771                   /* flags */
 40772                   META_FLAG_PROPERTY|META_FLAG_READ,
 40773                   /* name */
 40774                   "PercentOfTestCoverage",
 40775                   /* qualifiers */
 40776                   _CIM_DiagnosticSettingRecord_PercentOfTestCoverage_qualifiers,
 40777                   /* type */
 40778                   CIMTYPE_UINT8,
 40779                   /* subscript */
 40780                   -1,
 40781                   /* value */
 40782                   0,
 40783               };
 40784               
 40785               static const char*
 40786 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_LoopControlParameter_qualifiers[] =
 40787               {
 40788                   /* ArrayType */
 40789                   "\005Indexed",
 40790                   0,
 40791               };
 40792               
 40793               static MetaProperty
 40794               _CIM_DiagnosticSettingRecord_LoopControlParameter =
 40795               {
 40796                   /* flags */
 40797                   META_FLAG_PROPERTY|META_FLAG_READ,
 40798                   /* name */
 40799                   "LoopControlParameter",
 40800                   /* qualifiers */
 40801                   _CIM_DiagnosticSettingRecord_LoopControlParameter_qualifiers,
 40802                   /* type */
 40803                   CIMTYPE_STRING,
 40804                   /* subscript */
 40805                   0,
 40806                   /* value */
 40807 mike  1.1.2.1     0,
 40808               };
 40809               
 40810               static const char*
 40811               _CIM_DiagnosticSettingRecord_LoopControl_qualifiers[] =
 40812               {
 40813                   /* ValueMap */
 40814                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 40815                   /* Values */
 40816                   "\062\000\006Unknown\000Other\000Continuous\000Count\000Timer\000Error Count\000",
 40817                   /* ArrayType */
 40818                   "\005Indexed",
 40819                   0,
 40820               };
 40821               
 40822               static MetaProperty
 40823               _CIM_DiagnosticSettingRecord_LoopControl =
 40824               {
 40825                   /* flags */
 40826                   META_FLAG_PROPERTY|META_FLAG_READ,
 40827                   /* name */
 40828 mike  1.1.2.1     "LoopControl",
 40829                   /* qualifiers */
 40830                   _CIM_DiagnosticSettingRecord_LoopControl_qualifiers,
 40831                   /* type */
 40832                   CIMTYPE_UINT16,
 40833                   /* subscript */
 40834                   0,
 40835                   /* value */
 40836                   0,
 40837               };
 40838               
 40839               static const char*
 40840               _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions_qualifiers[] =
 40841               {
 40842                   /* ArrayType */
 40843                   "\005Indexed",
 40844                   0,
 40845               };
 40846               
 40847               static MetaProperty
 40848               _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions =
 40849 mike  1.1.2.1 {
 40850                   /* flags */
 40851                   META_FLAG_PROPERTY|META_FLAG_READ,
 40852                   /* name */
 40853                   "OtherLoopControlDescriptions",
 40854                   /* qualifiers */
 40855                   _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions_qualifiers,
 40856                   /* type */
 40857                   CIMTYPE_STRING,
 40858                   /* subscript */
 40859                   0,
 40860                   /* value */
 40861                   0,
 40862               };
 40863               
 40864               static const char*
 40865               _CIM_DiagnosticSettingRecord_ResultPersistence_qualifiers[] =
 40866               {
 40867                   /* Units */
 40868                   "\060Seconds",
 40869                   0,
 40870 mike  1.1.2.1 };
 40871               
 40872               static MetaProperty
 40873               _CIM_DiagnosticSettingRecord_ResultPersistence =
 40874               {
 40875                   /* flags */
 40876                   META_FLAG_PROPERTY|META_FLAG_READ,
 40877                   /* name */
 40878                   "ResultPersistence",
 40879                   /* qualifiers */
 40880                   _CIM_DiagnosticSettingRecord_ResultPersistence_qualifiers,
 40881                   /* type */
 40882                   CIMTYPE_UINT32,
 40883                   /* subscript */
 40884                   -1,
 40885                   /* value */
 40886                   0,
 40887               };
 40888               
 40889               static const char*
 40890               _CIM_DiagnosticSettingRecord_LogOptions_qualifiers[] =
 40891 mike  1.1.2.1 {
 40892                   /* ValueMap */
 40893                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\0000x8000\000",
 40894                   /* Values */
 40895                   "\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",
 40896                   /* ArrayType */
 40897                   "\005Indexed",
 40898                   0,
 40899               };
 40900               
 40901               static MetaProperty
 40902               _CIM_DiagnosticSettingRecord_LogOptions =
 40903               {
 40904                   /* flags */
 40905                   META_FLAG_PROPERTY|META_FLAG_READ,
 40906                   /* name */
 40907                   "LogOptions",
 40908                   /* qualifiers */
 40909                   _CIM_DiagnosticSettingRecord_LogOptions_qualifiers,
 40910                   /* type */
 40911                   CIMTYPE_UINT16,
 40912 mike  1.1.2.1     /* subscript */
 40913                   0,
 40914                   /* value */
 40915                   0,
 40916               };
 40917               
 40918               static const char*
 40919               _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions_qualifiers[] =
 40920               {
 40921                   0,
 40922               };
 40923               
 40924               static MetaProperty
 40925               _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions =
 40926               {
 40927                   /* flags */
 40928                   META_FLAG_PROPERTY|META_FLAG_READ,
 40929                   /* name */
 40930                   "OtherLogOptionsDescriptions",
 40931                   /* qualifiers */
 40932                   _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions_qualifiers,
 40933 mike  1.1.2.1     /* type */
 40934                   CIMTYPE_STRING,
 40935                   /* subscript */
 40936                   0,
 40937                   /* value */
 40938                   0,
 40939               };
 40940               
 40941               static const char*
 40942               _CIM_DiagnosticSettingRecord_LogStorage_qualifiers[] =
 40943               {
 40944                   /* ValueMap */
 40945                   "\061\000\0050\0001\0002\0003\0004\000",
 40946                   /* Values */
 40947                   "\062\000\005Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000",
 40948                   /* ArrayType */
 40949                   "\005Indexed",
 40950                   0,
 40951               };
 40952               
 40953               static MetaProperty
 40954 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_LogStorage =
 40955               {
 40956                   /* flags */
 40957                   META_FLAG_PROPERTY|META_FLAG_READ,
 40958                   /* name */
 40959                   "LogStorage",
 40960                   /* qualifiers */
 40961                   _CIM_DiagnosticSettingRecord_LogStorage_qualifiers,
 40962                   /* type */
 40963                   CIMTYPE_UINT16,
 40964                   /* subscript */
 40965                   0,
 40966                   /* value */
 40967                   0,
 40968               };
 40969               
 40970               static const char*
 40971               _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions_qualifiers[] =
 40972               {
 40973                   /* ArrayType */
 40974                   "\005Indexed",
 40975 mike  1.1.2.1     0,
 40976               };
 40977               
 40978               static MetaProperty
 40979               _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions =
 40980               {
 40981                   /* flags */
 40982                   META_FLAG_PROPERTY|META_FLAG_READ,
 40983                   /* name */
 40984                   "OtherLogStorageDescriptions",
 40985                   /* qualifiers */
 40986                   _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions_qualifiers,
 40987                   /* type */
 40988                   CIMTYPE_STRING,
 40989                   /* subscript */
 40990                   0,
 40991                   /* value */
 40992                   0,
 40993               };
 40994               
 40995               static const char*
 40996 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_VerbosityLevel_qualifiers[] =
 40997               {
 40998                   /* ValueMap */
 40999                   "\061\000\0032\0003\0004\000",
 41000                   /* Values */
 41001                   "\062\000\003Minimum\000Standard\000Full\000",
 41002                   /* ArrayType */
 41003                   "\005Indexed",
 41004                   0,
 41005               };
 41006               
 41007               static MetaProperty
 41008               _CIM_DiagnosticSettingRecord_VerbosityLevel =
 41009               {
 41010                   /* flags */
 41011                   META_FLAG_PROPERTY|META_FLAG_READ,
 41012                   /* name */
 41013                   "VerbosityLevel",
 41014                   /* qualifiers */
 41015                   _CIM_DiagnosticSettingRecord_VerbosityLevel_qualifiers,
 41016                   /* type */
 41017 mike  1.1.2.1     CIMTYPE_UINT16,
 41018                   /* subscript */
 41019                   0,
 41020                   /* value */
 41021                   0,
 41022               };
 41023               
 41024               static MetaFeature*
 41025               _CIM_DiagnosticSettingRecord_features[] =
 41026               {
 41027                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_HaltOnError,
 41028                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_QuickMode,
 41029                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_PercentOfTestCoverage,
 41030                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LoopControlParameter,
 41031                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LoopControl,
 41032                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions,
 41033                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_ResultPersistence,
 41034                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LogOptions,
 41035                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions,
 41036                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LogStorage,
 41037                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions,
 41038 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticSettingRecord_VerbosityLevel,
 41039                   0,
 41040               };
 41041               
 41042               static const char*
 41043               __root_cimv2_CIM_DiagnosticSettingRecord_qualifiers[] =
 41044               {
 41045                   /* UMLPackagePath */
 41046                   "\057CIM::System::Diagnostics",
 41047                   /* Version */
 41048                   "\0632.11.0",
 41049                   0,
 41050               };
 41051               
 41052               MetaClass
 41053               __root_cimv2_CIM_DiagnosticSettingRecord =
 41054               {
 41055                   /* flags */
 41056                   META_FLAG_CLASS,
 41057                   /* name */
 41058                   "CIM_DiagnosticSettingRecord",
 41059 mike  1.1.2.1     /* qualifiers */
 41060                   __root_cimv2_CIM_DiagnosticSettingRecord_qualifiers,
 41061                   /* super */
 41062                   &__root_cimv2_CIM_DiagnosticRecord,
 41063                   /* features */
 41064                   _CIM_DiagnosticSettingRecord_features,
 41065               };
 41066               
 41067               //==============================================================================
 41068               //
 41069               // Class: CIM_DocumentAuthentication
 41070               //
 41071               //==============================================================================
 41072               
 41073               static const char*
 41074               _CIM_DocumentAuthentication_TypeOfDocument_qualifiers[] =
 41075               {
 41076                   /* ValueMap */
 41077                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 41078                   /* Values */
 41079                   "\062\000\007Other\000Passport\000Birth Certificate\000Credit Card\000Drivers License\000Membership Card\000Social Security Card\000",
 41080 mike  1.1.2.1     /* ModelCorrespondence */
 41081                   "\036\000\001CIM_DocumentAuthentication.OtherDocument\000",
 41082                   0,
 41083               };
 41084               
 41085               static MetaProperty
 41086               _CIM_DocumentAuthentication_TypeOfDocument =
 41087               {
 41088                   /* flags */
 41089                   META_FLAG_PROPERTY|META_FLAG_READ,
 41090                   /* name */
 41091                   "TypeOfDocument",
 41092                   /* qualifiers */
 41093                   _CIM_DocumentAuthentication_TypeOfDocument_qualifiers,
 41094                   /* type */
 41095                   CIMTYPE_UINT16,
 41096                   /* subscript */
 41097                   -1,
 41098                   /* value */
 41099                   0,
 41100               };
 41101 mike  1.1.2.1 
 41102               static const char*
 41103               _CIM_DocumentAuthentication_OtherDocument_qualifiers[] =
 41104               {
 41105                   /* ModelCorrespondence */
 41106                   "\036\000\001CIM_DocumentAuthentication.TypeOfDocument\000",
 41107                   0,
 41108               };
 41109               
 41110               static MetaProperty
 41111               _CIM_DocumentAuthentication_OtherDocument =
 41112               {
 41113                   /* flags */
 41114                   META_FLAG_PROPERTY|META_FLAG_READ,
 41115                   /* name */
 41116                   "OtherDocument",
 41117                   /* qualifiers */
 41118                   _CIM_DocumentAuthentication_OtherDocument_qualifiers,
 41119                   /* type */
 41120                   CIMTYPE_STRING,
 41121                   /* subscript */
 41122 mike  1.1.2.1     -1,
 41123                   /* value */
 41124                   0,
 41125               };
 41126               
 41127               static const char*
 41128               _CIM_DocumentAuthentication_DocumentIdentifier_qualifiers[] =
 41129               {
 41130                   0,
 41131               };
 41132               
 41133               static MetaProperty
 41134               _CIM_DocumentAuthentication_DocumentIdentifier =
 41135               {
 41136                   /* flags */
 41137                   META_FLAG_PROPERTY|META_FLAG_READ,
 41138                   /* name */
 41139                   "DocumentIdentifier",
 41140                   /* qualifiers */
 41141                   _CIM_DocumentAuthentication_DocumentIdentifier_qualifiers,
 41142                   /* type */
 41143 mike  1.1.2.1     CIMTYPE_STRING,
 41144                   /* subscript */
 41145                   -1,
 41146                   /* value */
 41147                   0,
 41148               };
 41149               
 41150               static MetaFeature*
 41151               _CIM_DocumentAuthentication_features[] =
 41152               {
 41153                   (MetaFeature*)&_CIM_DocumentAuthentication_TypeOfDocument,
 41154                   (MetaFeature*)&_CIM_DocumentAuthentication_OtherDocument,
 41155                   (MetaFeature*)&_CIM_DocumentAuthentication_DocumentIdentifier,
 41156                   0,
 41157               };
 41158               
 41159               static const char*
 41160               __root_cimv2_CIM_DocumentAuthentication_qualifiers[] =
 41161               {
 41162                   /* UMLPackagePath */
 41163                   "\057CIM::Policy",
 41164 mike  1.1.2.1     /* Version */
 41165                   "\0632.8.0",
 41166                   0,
 41167               };
 41168               
 41169               MetaClass
 41170               __root_cimv2_CIM_DocumentAuthentication =
 41171               {
 41172                   /* flags */
 41173                   META_FLAG_CLASS,
 41174                   /* name */
 41175                   "CIM_DocumentAuthentication",
 41176                   /* qualifiers */
 41177                   __root_cimv2_CIM_DocumentAuthentication_qualifiers,
 41178                   /* super */
 41179                   &__root_cimv2_CIM_AuthenticationCondition,
 41180                   /* features */
 41181                   _CIM_DocumentAuthentication_features,
 41182               };
 41183               
 41184               //==============================================================================
 41185 mike  1.1.2.1 //
 41186               // Class: CIM_ElementAsUser
 41187               //
 41188               //==============================================================================
 41189               
 41190               static const char*
 41191               _CIM_ElementAsUser_Antecedent_qualifiers[] =
 41192               {
 41193                   /* Deprecated */
 41194                   "\013\000\001CIM_AssignedIdentity.ManagedElement\000",
 41195                   /* Override */
 41196                   "\044Antecedent",
 41197                   /* Min */
 41198                   "\033\000\000\000\001",
 41199                   /* Max */
 41200                   "\027\000\000\000\001",
 41201                   0,
 41202               };
 41203               
 41204               static MetaReference
 41205               _CIM_ElementAsUser_Antecedent =
 41206 mike  1.1.2.1 {
 41207                   /* flags */
 41208                   META_FLAG_REFERENCE|META_FLAG_READ,
 41209                   /* name */
 41210                   "Antecedent",
 41211                   /* qualifiers */
 41212                   _CIM_ElementAsUser_Antecedent_qualifiers,
 41213                   /* subscript */
 41214                   -1,
 41215                   /* refId */
 41216                   &__root_cimv2_CIM_ManagedElement,
 41217               };
 41218               
 41219               static const char*
 41220               _CIM_ElementAsUser_Dependent_qualifiers[] =
 41221               {
 41222                   /* Deprecated */
 41223                   "\013\000\001CIM_AssignedIdentity.IdentityInfo\000",
 41224                   /* Override */
 41225                   "\044Dependent",
 41226                   0,
 41227 mike  1.1.2.1 };
 41228               
 41229               static MetaReference
 41230               _CIM_ElementAsUser_Dependent =
 41231               {
 41232                   /* flags */
 41233                   META_FLAG_REFERENCE|META_FLAG_READ,
 41234                   /* name */
 41235                   "Dependent",
 41236                   /* qualifiers */
 41237                   _CIM_ElementAsUser_Dependent_qualifiers,
 41238                   /* subscript */
 41239                   -1,
 41240                   /* refId */
 41241                   &__root_cimv2_CIM_UsersAccess,
 41242               };
 41243               
 41244               static MetaFeature*
 41245               _CIM_ElementAsUser_features[] =
 41246               {
 41247                   (MetaFeature*)&_CIM_ElementAsUser_Antecedent,
 41248 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementAsUser_Dependent,
 41249                   0,
 41250               };
 41251               
 41252               static const char*
 41253               __root_cimv2_CIM_ElementAsUser_qualifiers[] =
 41254               {
 41255                   /* ASSOCIATION */
 41256                   "\000\001",
 41257                   /* Deprecated */
 41258                   "\013\000\001CIM_AssignedIdentity\000",
 41259                   /* UMLPackagePath */
 41260                   "\057CIM::User::UsersAccess",
 41261                   /* Version */
 41262                   "\0632.8.0",
 41263                   0,
 41264               };
 41265               
 41266               MetaClass
 41267               __root_cimv2_CIM_ElementAsUser =
 41268               {
 41269 mike  1.1.2.1     /* flags */
 41270                   META_FLAG_ASSOCIATION,
 41271                   /* name */
 41272                   "CIM_ElementAsUser",
 41273                   /* qualifiers */
 41274                   __root_cimv2_CIM_ElementAsUser_qualifiers,
 41275                   /* super */
 41276                   &__root_cimv2_CIM_Dependency,
 41277                   /* features */
 41278                   _CIM_ElementAsUser_features,
 41279               };
 41280               
 41281               //==============================================================================
 41282               //
 41283               // Class: CIM_ElementCapacity
 41284               //
 41285               //==============================================================================
 41286               
 41287               static const char*
 41288               _CIM_ElementCapacity_Capacity_qualifiers[] =
 41289               {
 41290 mike  1.1.2.1     /* Key */
 41291                   "\025\001",
 41292                   0,
 41293               };
 41294               
 41295               static MetaReference
 41296               _CIM_ElementCapacity_Capacity =
 41297               {
 41298                   /* flags */
 41299                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41300                   /* name */
 41301                   "Capacity",
 41302                   /* qualifiers */
 41303                   _CIM_ElementCapacity_Capacity_qualifiers,
 41304                   /* subscript */
 41305                   -1,
 41306                   /* refId */
 41307                   &__root_cimv2_CIM_PhysicalCapacity,
 41308               };
 41309               
 41310               static const char*
 41311 mike  1.1.2.1 _CIM_ElementCapacity_Element_qualifiers[] =
 41312               {
 41313                   /* Key */
 41314                   "\025\001",
 41315                   /* Min */
 41316                   "\033\000\000\000\001",
 41317                   0,
 41318               };
 41319               
 41320               static MetaReference
 41321               _CIM_ElementCapacity_Element =
 41322               {
 41323                   /* flags */
 41324                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41325                   /* name */
 41326                   "Element",
 41327                   /* qualifiers */
 41328                   _CIM_ElementCapacity_Element_qualifiers,
 41329                   /* subscript */
 41330                   -1,
 41331                   /* refId */
 41332 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
 41333               };
 41334               
 41335               static MetaFeature*
 41336               _CIM_ElementCapacity_features[] =
 41337               {
 41338                   (MetaFeature*)&_CIM_ElementCapacity_Capacity,
 41339                   (MetaFeature*)&_CIM_ElementCapacity_Element,
 41340                   0,
 41341               };
 41342               
 41343               static const char*
 41344               __root_cimv2_CIM_ElementCapacity_qualifiers[] =
 41345               {
 41346                   /* ASSOCIATION */
 41347                   "\000\001",
 41348                   /* UMLPackagePath */
 41349                   "\057CIM::Physical::Misc",
 41350                   /* Version */
 41351                   "\0632.6.0",
 41352                   0,
 41353 mike  1.1.2.1 };
 41354               
 41355               MetaClass
 41356               __root_cimv2_CIM_ElementCapacity =
 41357               {
 41358                   /* flags */
 41359                   META_FLAG_ASSOCIATION,
 41360                   /* name */
 41361                   "CIM_ElementCapacity",
 41362                   /* qualifiers */
 41363                   __root_cimv2_CIM_ElementCapacity_qualifiers,
 41364                   /* super */
 41365                   0,
 41366                   /* features */
 41367                   _CIM_ElementCapacity_features,
 41368               };
 41369               
 41370               //==============================================================================
 41371               //
 41372               // Class: CIM_ElementConfiguration
 41373               //
 41374 mike  1.1.2.1 //==============================================================================
 41375               
 41376               static const char*
 41377               _CIM_ElementConfiguration_Element_qualifiers[] =
 41378               {
 41379                   /* Key */
 41380                   "\025\001",
 41381                   0,
 41382               };
 41383               
 41384               static MetaReference
 41385               _CIM_ElementConfiguration_Element =
 41386               {
 41387                   /* flags */
 41388                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41389                   /* name */
 41390                   "Element",
 41391                   /* qualifiers */
 41392                   _CIM_ElementConfiguration_Element_qualifiers,
 41393                   /* subscript */
 41394                   -1,
 41395 mike  1.1.2.1     /* refId */
 41396                   &__root_cimv2_CIM_ManagedSystemElement,
 41397               };
 41398               
 41399               static const char*
 41400               _CIM_ElementConfiguration_Configuration_qualifiers[] =
 41401               {
 41402                   /* Key */
 41403                   "\025\001",
 41404                   0,
 41405               };
 41406               
 41407               static MetaReference
 41408               _CIM_ElementConfiguration_Configuration =
 41409               {
 41410                   /* flags */
 41411                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41412                   /* name */
 41413                   "Configuration",
 41414                   /* qualifiers */
 41415                   _CIM_ElementConfiguration_Configuration_qualifiers,
 41416 mike  1.1.2.1     /* subscript */
 41417                   -1,
 41418                   /* refId */
 41419                   &__root_cimv2_CIM_Configuration,
 41420               };
 41421               
 41422               static MetaFeature*
 41423               _CIM_ElementConfiguration_features[] =
 41424               {
 41425                   (MetaFeature*)&_CIM_ElementConfiguration_Element,
 41426                   (MetaFeature*)&_CIM_ElementConfiguration_Configuration,
 41427                   0,
 41428               };
 41429               
 41430               static const char*
 41431               __root_cimv2_CIM_ElementConfiguration_qualifiers[] =
 41432               {
 41433                   /* ASSOCIATION */
 41434                   "\000\001",
 41435                   /* UMLPackagePath */
 41436                   "\057CIM::Core::Settings",
 41437 mike  1.1.2.1     /* Version */
 41438                   "\0632.6.0",
 41439                   0,
 41440               };
 41441               
 41442               MetaClass
 41443               __root_cimv2_CIM_ElementConfiguration =
 41444               {
 41445                   /* flags */
 41446                   META_FLAG_ASSOCIATION,
 41447                   /* name */
 41448                   "CIM_ElementConfiguration",
 41449                   /* qualifiers */
 41450                   __root_cimv2_CIM_ElementConfiguration_qualifiers,
 41451                   /* super */
 41452                   0,
 41453                   /* features */
 41454                   _CIM_ElementConfiguration_features,
 41455               };
 41456               
 41457               //==============================================================================
 41458 mike  1.1.2.1 //
 41459               // Class: CIM_ElementConformsToProfile
 41460               //
 41461               //==============================================================================
 41462               
 41463               static const char*
 41464               _CIM_ElementConformsToProfile_ConformantStandard_qualifiers[] =
 41465               {
 41466                   /* Key */
 41467                   "\025\001",
 41468                   0,
 41469               };
 41470               
 41471               static MetaReference
 41472               _CIM_ElementConformsToProfile_ConformantStandard =
 41473               {
 41474                   /* flags */
 41475                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41476                   /* name */
 41477                   "ConformantStandard",
 41478                   /* qualifiers */
 41479 mike  1.1.2.1     _CIM_ElementConformsToProfile_ConformantStandard_qualifiers,
 41480                   /* subscript */
 41481                   -1,
 41482                   /* refId */
 41483                   &__root_cimv2_CIM_RegisteredProfile,
 41484               };
 41485               
 41486               static const char*
 41487               _CIM_ElementConformsToProfile_ManagedElement_qualifiers[] =
 41488               {
 41489                   /* Key */
 41490                   "\025\001",
 41491                   0,
 41492               };
 41493               
 41494               static MetaReference
 41495               _CIM_ElementConformsToProfile_ManagedElement =
 41496               {
 41497                   /* flags */
 41498                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41499                   /* name */
 41500 mike  1.1.2.1     "ManagedElement",
 41501                   /* qualifiers */
 41502                   _CIM_ElementConformsToProfile_ManagedElement_qualifiers,
 41503                   /* subscript */
 41504                   -1,
 41505                   /* refId */
 41506                   &__root_cimv2_CIM_ManagedElement,
 41507               };
 41508               
 41509               static MetaFeature*
 41510               _CIM_ElementConformsToProfile_features[] =
 41511               {
 41512                   (MetaFeature*)&_CIM_ElementConformsToProfile_ConformantStandard,
 41513                   (MetaFeature*)&_CIM_ElementConformsToProfile_ManagedElement,
 41514                   0,
 41515               };
 41516               
 41517               static const char*
 41518               __root_cimv2_CIM_ElementConformsToProfile_qualifiers[] =
 41519               {
 41520                   /* ASSOCIATION */
 41521 mike  1.1.2.1     "\000\001",
 41522                   /* UMLPackagePath */
 41523                   "\057CIM::Interop",
 41524                   /* Version */
 41525                   "\0632.8.0",
 41526                   0,
 41527               };
 41528               
 41529               MetaClass
 41530               __root_cimv2_CIM_ElementConformsToProfile =
 41531               {
 41532                   /* flags */
 41533                   META_FLAG_ASSOCIATION,
 41534                   /* name */
 41535                   "CIM_ElementConformsToProfile",
 41536                   /* qualifiers */
 41537                   __root_cimv2_CIM_ElementConformsToProfile_qualifiers,
 41538                   /* super */
 41539                   0,
 41540                   /* features */
 41541                   _CIM_ElementConformsToProfile_features,
 41542 mike  1.1.2.1 };
 41543               
 41544               //==============================================================================
 41545               //
 41546               // Class: CIM_ElementLocation
 41547               //
 41548               //==============================================================================
 41549               
 41550               static const char*
 41551               _CIM_ElementLocation_Element_qualifiers[] =
 41552               {
 41553                   /* Key */
 41554                   "\025\001",
 41555                   0,
 41556               };
 41557               
 41558               static MetaReference
 41559               _CIM_ElementLocation_Element =
 41560               {
 41561                   /* flags */
 41562                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41563 mike  1.1.2.1     /* name */
 41564                   "Element",
 41565                   /* qualifiers */
 41566                   _CIM_ElementLocation_Element_qualifiers,
 41567                   /* subscript */
 41568                   -1,
 41569                   /* refId */
 41570                   &__root_cimv2_CIM_ManagedElement,
 41571               };
 41572               
 41573               static const char*
 41574               _CIM_ElementLocation_PhysicalLocation_qualifiers[] =
 41575               {
 41576                   /* Key */
 41577                   "\025\001",
 41578                   0,
 41579               };
 41580               
 41581               static MetaReference
 41582               _CIM_ElementLocation_PhysicalLocation =
 41583               {
 41584 mike  1.1.2.1     /* flags */
 41585                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41586                   /* name */
 41587                   "PhysicalLocation",
 41588                   /* qualifiers */
 41589                   _CIM_ElementLocation_PhysicalLocation_qualifiers,
 41590                   /* subscript */
 41591                   -1,
 41592                   /* refId */
 41593                   &__root_cimv2_CIM_Location,
 41594               };
 41595               
 41596               static MetaFeature*
 41597               _CIM_ElementLocation_features[] =
 41598               {
 41599                   (MetaFeature*)&_CIM_ElementLocation_Element,
 41600                   (MetaFeature*)&_CIM_ElementLocation_PhysicalLocation,
 41601                   0,
 41602               };
 41603               
 41604               static const char*
 41605 mike  1.1.2.1 __root_cimv2_CIM_ElementLocation_qualifiers[] =
 41606               {
 41607                   /* ASSOCIATION */
 41608                   "\000\001",
 41609                   /* UMLPackagePath */
 41610                   "\057CIM::Core::Physical",
 41611                   /* Version */
 41612                   "\0632.10.0",
 41613                   0,
 41614               };
 41615               
 41616               MetaClass
 41617               __root_cimv2_CIM_ElementLocation =
 41618               {
 41619                   /* flags */
 41620                   META_FLAG_ASSOCIATION,
 41621                   /* name */
 41622                   "CIM_ElementLocation",
 41623                   /* qualifiers */
 41624                   __root_cimv2_CIM_ElementLocation_qualifiers,
 41625                   /* super */
 41626 mike  1.1.2.1     0,
 41627                   /* features */
 41628                   _CIM_ElementLocation_features,
 41629               };
 41630               
 41631               //==============================================================================
 41632               //
 41633               // Class: CIM_ElementProfile
 41634               //
 41635               //==============================================================================
 41636               
 41637               static const char*
 41638               _CIM_ElementProfile_ManagedElement_qualifiers[] =
 41639               {
 41640                   /* Key */
 41641                   "\025\001",
 41642                   0,
 41643               };
 41644               
 41645               static MetaReference
 41646               _CIM_ElementProfile_ManagedElement =
 41647 mike  1.1.2.1 {
 41648                   /* flags */
 41649                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41650                   /* name */
 41651                   "ManagedElement",
 41652                   /* qualifiers */
 41653                   _CIM_ElementProfile_ManagedElement_qualifiers,
 41654                   /* subscript */
 41655                   -1,
 41656                   /* refId */
 41657                   &__root_cimv2_CIM_ManagedElement,
 41658               };
 41659               
 41660               static const char*
 41661               _CIM_ElementProfile_Profile_qualifiers[] =
 41662               {
 41663                   /* Key */
 41664                   "\025\001",
 41665                   0,
 41666               };
 41667               
 41668 mike  1.1.2.1 static MetaReference
 41669               _CIM_ElementProfile_Profile =
 41670               {
 41671                   /* flags */
 41672                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41673                   /* name */
 41674                   "Profile",
 41675                   /* qualifiers */
 41676                   _CIM_ElementProfile_Profile_qualifiers,
 41677                   /* subscript */
 41678                   -1,
 41679                   /* refId */
 41680                   &__root_cimv2_CIM_Profile,
 41681               };
 41682               
 41683               static MetaFeature*
 41684               _CIM_ElementProfile_features[] =
 41685               {
 41686                   (MetaFeature*)&_CIM_ElementProfile_ManagedElement,
 41687                   (MetaFeature*)&_CIM_ElementProfile_Profile,
 41688                   0,
 41689 mike  1.1.2.1 };
 41690               
 41691               static const char*
 41692               __root_cimv2_CIM_ElementProfile_qualifiers[] =
 41693               {
 41694                   /* ASSOCIATION */
 41695                   "\000\001",
 41696                   /* UMLPackagePath */
 41697                   "\057CIM::Core::Settings",
 41698                   /* Version */
 41699                   "\0632.7.0",
 41700                   0,
 41701               };
 41702               
 41703               MetaClass
 41704               __root_cimv2_CIM_ElementProfile =
 41705               {
 41706                   /* flags */
 41707                   META_FLAG_ASSOCIATION,
 41708                   /* name */
 41709                   "CIM_ElementProfile",
 41710 mike  1.1.2.1     /* qualifiers */
 41711                   __root_cimv2_CIM_ElementProfile_qualifiers,
 41712                   /* super */
 41713                   0,
 41714                   /* features */
 41715                   _CIM_ElementProfile_features,
 41716               };
 41717               
 41718               //==============================================================================
 41719               //
 41720               // Class: CIM_ElementSecuritySensitivity
 41721               //
 41722               //==============================================================================
 41723               
 41724               static const char*
 41725               _CIM_ElementSecuritySensitivity_SecurityLevel_qualifiers[] =
 41726               {
 41727                   /* Key */
 41728                   "\025\001",
 41729                   0,
 41730               };
 41731 mike  1.1.2.1 
 41732               static MetaReference
 41733               _CIM_ElementSecuritySensitivity_SecurityLevel =
 41734               {
 41735                   /* flags */
 41736                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41737                   /* name */
 41738                   "SecurityLevel",
 41739                   /* qualifiers */
 41740                   _CIM_ElementSecuritySensitivity_SecurityLevel_qualifiers,
 41741                   /* subscript */
 41742                   -1,
 41743                   /* refId */
 41744                   &__root_cimv2_CIM_SecuritySensitivity,
 41745               };
 41746               
 41747               static const char*
 41748               _CIM_ElementSecuritySensitivity_ManagedElement_qualifiers[] =
 41749               {
 41750                   /* Key */
 41751                   "\025\001",
 41752 mike  1.1.2.1     0,
 41753               };
 41754               
 41755               static MetaReference
 41756               _CIM_ElementSecuritySensitivity_ManagedElement =
 41757               {
 41758                   /* flags */
 41759                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41760                   /* name */
 41761                   "ManagedElement",
 41762                   /* qualifiers */
 41763                   _CIM_ElementSecuritySensitivity_ManagedElement_qualifiers,
 41764                   /* subscript */
 41765                   -1,
 41766                   /* refId */
 41767                   &__root_cimv2_CIM_ManagedElement,
 41768               };
 41769               
 41770               static MetaFeature*
 41771               _CIM_ElementSecuritySensitivity_features[] =
 41772               {
 41773 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSecuritySensitivity_SecurityLevel,
 41774                   (MetaFeature*)&_CIM_ElementSecuritySensitivity_ManagedElement,
 41775                   0,
 41776               };
 41777               
 41778               static const char*
 41779               __root_cimv2_CIM_ElementSecuritySensitivity_qualifiers[] =
 41780               {
 41781                   /* ASSOCIATION */
 41782                   "\000\001",
 41783                   /* UMLPackagePath */
 41784                   "\057CIM::User::SecurityLevel",
 41785                   /* Version */
 41786                   "\0632.8.0",
 41787                   0,
 41788               };
 41789               
 41790               MetaClass
 41791               __root_cimv2_CIM_ElementSecuritySensitivity =
 41792               {
 41793                   /* flags */
 41794 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 41795                   /* name */
 41796                   "CIM_ElementSecuritySensitivity",
 41797                   /* qualifiers */
 41798                   __root_cimv2_CIM_ElementSecuritySensitivity_qualifiers,
 41799                   /* super */
 41800                   0,
 41801                   /* features */
 41802                   _CIM_ElementSecuritySensitivity_features,
 41803               };
 41804               
 41805               //==============================================================================
 41806               //
 41807               // Class: CIM_ElementSetting
 41808               //
 41809               //==============================================================================
 41810               
 41811               static const char*
 41812               _CIM_ElementSetting_Element_qualifiers[] =
 41813               {
 41814                   /* Key */
 41815 mike  1.1.2.1     "\025\001",
 41816                   0,
 41817               };
 41818               
 41819               static MetaReference
 41820               _CIM_ElementSetting_Element =
 41821               {
 41822                   /* flags */
 41823                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41824                   /* name */
 41825                   "Element",
 41826                   /* qualifiers */
 41827                   _CIM_ElementSetting_Element_qualifiers,
 41828                   /* subscript */
 41829                   -1,
 41830                   /* refId */
 41831                   &__root_cimv2_CIM_ManagedSystemElement,
 41832               };
 41833               
 41834               static const char*
 41835               _CIM_ElementSetting_Setting_qualifiers[] =
 41836 mike  1.1.2.1 {
 41837                   /* Key */
 41838                   "\025\001",
 41839                   0,
 41840               };
 41841               
 41842               static MetaReference
 41843               _CIM_ElementSetting_Setting =
 41844               {
 41845                   /* flags */
 41846                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41847                   /* name */
 41848                   "Setting",
 41849                   /* qualifiers */
 41850                   _CIM_ElementSetting_Setting_qualifiers,
 41851                   /* subscript */
 41852                   -1,
 41853                   /* refId */
 41854                   &__root_cimv2_CIM_Setting,
 41855               };
 41856               
 41857 mike  1.1.2.1 static MetaFeature*
 41858               _CIM_ElementSetting_features[] =
 41859               {
 41860                   (MetaFeature*)&_CIM_ElementSetting_Element,
 41861                   (MetaFeature*)&_CIM_ElementSetting_Setting,
 41862                   0,
 41863               };
 41864               
 41865               static const char*
 41866               __root_cimv2_CIM_ElementSetting_qualifiers[] =
 41867               {
 41868                   /* ASSOCIATION */
 41869                   "\000\001",
 41870                   /* UMLPackagePath */
 41871                   "\057CIM::Core::Settings",
 41872                   /* Version */
 41873                   "\0632.10.0",
 41874                   0,
 41875               };
 41876               
 41877               MetaClass
 41878 mike  1.1.2.1 __root_cimv2_CIM_ElementSetting =
 41879               {
 41880                   /* flags */
 41881                   META_FLAG_ASSOCIATION,
 41882                   /* name */
 41883                   "CIM_ElementSetting",
 41884                   /* qualifiers */
 41885                   __root_cimv2_CIM_ElementSetting_qualifiers,
 41886                   /* super */
 41887                   0,
 41888                   /* features */
 41889                   _CIM_ElementSetting_features,
 41890               };
 41891               
 41892               //==============================================================================
 41893               //
 41894               // Class: CIM_ElementSettingData
 41895               //
 41896               //==============================================================================
 41897               
 41898               static const char*
 41899 mike  1.1.2.1 _CIM_ElementSettingData_ManagedElement_qualifiers[] =
 41900               {
 41901                   /* Key */
 41902                   "\025\001",
 41903                   0,
 41904               };
 41905               
 41906               static MetaReference
 41907               _CIM_ElementSettingData_ManagedElement =
 41908               {
 41909                   /* flags */
 41910                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41911                   /* name */
 41912                   "ManagedElement",
 41913                   /* qualifiers */
 41914                   _CIM_ElementSettingData_ManagedElement_qualifiers,
 41915                   /* subscript */
 41916                   -1,
 41917                   /* refId */
 41918                   &__root_cimv2_CIM_ManagedElement,
 41919               };
 41920 mike  1.1.2.1 
 41921               static const char*
 41922               _CIM_ElementSettingData_SettingData_qualifiers[] =
 41923               {
 41924                   /* Key */
 41925                   "\025\001",
 41926                   0,
 41927               };
 41928               
 41929               static MetaReference
 41930               _CIM_ElementSettingData_SettingData =
 41931               {
 41932                   /* flags */
 41933                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41934                   /* name */
 41935                   "SettingData",
 41936                   /* qualifiers */
 41937                   _CIM_ElementSettingData_SettingData_qualifiers,
 41938                   /* subscript */
 41939                   -1,
 41940                   /* refId */
 41941 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 41942               };
 41943               
 41944               static const char*
 41945               _CIM_ElementSettingData_IsDefault_qualifiers[] =
 41946               {
 41947                   /* ValueMap */
 41948                   "\061\000\0030\0001\0002\000",
 41949                   /* Values */
 41950                   "\062\000\003Unknown\000Is Default\000Is Not Default\000",
 41951                   0,
 41952               };
 41953               
 41954               static MetaProperty
 41955               _CIM_ElementSettingData_IsDefault =
 41956               {
 41957                   /* flags */
 41958                   META_FLAG_PROPERTY|META_FLAG_READ,
 41959                   /* name */
 41960                   "IsDefault",
 41961                   /* qualifiers */
 41962 mike  1.1.2.1     _CIM_ElementSettingData_IsDefault_qualifiers,
 41963                   /* type */
 41964                   CIMTYPE_UINT16,
 41965                   /* subscript */
 41966                   -1,
 41967                   /* value */
 41968                   0,
 41969               };
 41970               
 41971               static const char*
 41972               _CIM_ElementSettingData_IsCurrent_qualifiers[] =
 41973               {
 41974                   /* ValueMap */
 41975                   "\061\000\0030\0001\0002\000",
 41976                   /* Values */
 41977                   "\062\000\003Unknown\000Is Current\000Is Not Current\000",
 41978                   0,
 41979               };
 41980               
 41981               static MetaProperty
 41982               _CIM_ElementSettingData_IsCurrent =
 41983 mike  1.1.2.1 {
 41984                   /* flags */
 41985                   META_FLAG_PROPERTY|META_FLAG_READ,
 41986                   /* name */
 41987                   "IsCurrent",
 41988                   /* qualifiers */
 41989                   _CIM_ElementSettingData_IsCurrent_qualifiers,
 41990                   /* type */
 41991                   CIMTYPE_UINT16,
 41992                   /* subscript */
 41993                   -1,
 41994                   /* value */
 41995                   0,
 41996               };
 41997               
 41998               static MetaFeature*
 41999               _CIM_ElementSettingData_features[] =
 42000               {
 42001                   (MetaFeature*)&_CIM_ElementSettingData_ManagedElement,
 42002                   (MetaFeature*)&_CIM_ElementSettingData_SettingData,
 42003                   (MetaFeature*)&_CIM_ElementSettingData_IsDefault,
 42004 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSettingData_IsCurrent,
 42005                   0,
 42006               };
 42007               
 42008               static const char*
 42009               __root_cimv2_CIM_ElementSettingData_qualifiers[] =
 42010               {
 42011                   /* ASSOCIATION */
 42012                   "\000\001",
 42013                   /* UMLPackagePath */
 42014                   "\057CIM::Core::Settings",
 42015                   /* Version */
 42016                   "\0632.7.0",
 42017                   0,
 42018               };
 42019               
 42020               MetaClass
 42021               __root_cimv2_CIM_ElementSettingData =
 42022               {
 42023                   /* flags */
 42024                   META_FLAG_ASSOCIATION,
 42025 mike  1.1.2.1     /* name */
 42026                   "CIM_ElementSettingData",
 42027                   /* qualifiers */
 42028                   __root_cimv2_CIM_ElementSettingData_qualifiers,
 42029                   /* super */
 42030                   0,
 42031                   /* features */
 42032                   _CIM_ElementSettingData_features,
 42033               };
 42034               
 42035               //==============================================================================
 42036               //
 42037               // Class: CIM_ElementsLinked
 42038               //
 42039               //==============================================================================
 42040               
 42041               static const char*
 42042               _CIM_ElementsLinked_Antecedent_qualifiers[] =
 42043               {
 42044                   /* Override */
 42045                   "\044Antecedent",
 42046 mike  1.1.2.1     0,
 42047               };
 42048               
 42049               static MetaReference
 42050               _CIM_ElementsLinked_Antecedent =
 42051               {
 42052                   /* flags */
 42053                   META_FLAG_REFERENCE|META_FLAG_READ,
 42054                   /* name */
 42055                   "Antecedent",
 42056                   /* qualifiers */
 42057                   _CIM_ElementsLinked_Antecedent_qualifiers,
 42058                   /* subscript */
 42059                   -1,
 42060                   /* refId */
 42061                   &__root_cimv2_CIM_PhysicalLink,
 42062               };
 42063               
 42064               static const char*
 42065               _CIM_ElementsLinked_Dependent_qualifiers[] =
 42066               {
 42067 mike  1.1.2.1     /* Override */
 42068                   "\044Dependent",
 42069                   0,
 42070               };
 42071               
 42072               static MetaReference
 42073               _CIM_ElementsLinked_Dependent =
 42074               {
 42075                   /* flags */
 42076                   META_FLAG_REFERENCE|META_FLAG_READ,
 42077                   /* name */
 42078                   "Dependent",
 42079                   /* qualifiers */
 42080                   _CIM_ElementsLinked_Dependent_qualifiers,
 42081                   /* subscript */
 42082                   -1,
 42083                   /* refId */
 42084                   &__root_cimv2_CIM_PhysicalElement,
 42085               };
 42086               
 42087               static MetaFeature*
 42088 mike  1.1.2.1 _CIM_ElementsLinked_features[] =
 42089               {
 42090                   (MetaFeature*)&_CIM_ElementsLinked_Antecedent,
 42091                   (MetaFeature*)&_CIM_ElementsLinked_Dependent,
 42092                   0,
 42093               };
 42094               
 42095               static const char*
 42096               __root_cimv2_CIM_ElementsLinked_qualifiers[] =
 42097               {
 42098                   /* ASSOCIATION */
 42099                   "\000\001",
 42100                   /* UMLPackagePath */
 42101                   "\057CIM::Physical::Link",
 42102                   /* Version */
 42103                   "\0632.6.0",
 42104                   0,
 42105               };
 42106               
 42107               MetaClass
 42108               __root_cimv2_CIM_ElementsLinked =
 42109 mike  1.1.2.1 {
 42110                   /* flags */
 42111                   META_FLAG_ASSOCIATION,
 42112                   /* name */
 42113                   "CIM_ElementsLinked",
 42114                   /* qualifiers */
 42115                   __root_cimv2_CIM_ElementsLinked_qualifiers,
 42116                   /* super */
 42117                   &__root_cimv2_CIM_Dependency,
 42118                   /* features */
 42119                   _CIM_ElementsLinked_features,
 42120               };
 42121               
 42122               //==============================================================================
 42123               //
 42124               // Class: CIM_ElementStatisticalData
 42125               //
 42126               //==============================================================================
 42127               
 42128               static const char*
 42129               _CIM_ElementStatisticalData_ManagedElement_qualifiers[] =
 42130 mike  1.1.2.1 {
 42131                   /* Key */
 42132                   "\025\001",
 42133                   /* Min */
 42134                   "\033\000\000\000\001",
 42135                   /* Max */
 42136                   "\027\000\000\000\001",
 42137                   0,
 42138               };
 42139               
 42140               static MetaReference
 42141               _CIM_ElementStatisticalData_ManagedElement =
 42142               {
 42143                   /* flags */
 42144                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 42145                   /* name */
 42146                   "ManagedElement",
 42147                   /* qualifiers */
 42148                   _CIM_ElementStatisticalData_ManagedElement_qualifiers,
 42149                   /* subscript */
 42150                   -1,
 42151 mike  1.1.2.1     /* refId */
 42152                   &__root_cimv2_CIM_ManagedElement,
 42153               };
 42154               
 42155               static const char*
 42156               _CIM_ElementStatisticalData_Stats_qualifiers[] =
 42157               {
 42158                   /* Key */
 42159                   "\025\001",
 42160                   0,
 42161               };
 42162               
 42163               static MetaReference
 42164               _CIM_ElementStatisticalData_Stats =
 42165               {
 42166                   /* flags */
 42167                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 42168                   /* name */
 42169                   "Stats",
 42170                   /* qualifiers */
 42171                   _CIM_ElementStatisticalData_Stats_qualifiers,
 42172 mike  1.1.2.1     /* subscript */
 42173                   -1,
 42174                   /* refId */
 42175                   &__root_cimv2_CIM_StatisticalData,
 42176               };
 42177               
 42178               static MetaFeature*
 42179               _CIM_ElementStatisticalData_features[] =
 42180               {
 42181                   (MetaFeature*)&_CIM_ElementStatisticalData_ManagedElement,
 42182                   (MetaFeature*)&_CIM_ElementStatisticalData_Stats,
 42183                   0,
 42184               };
 42185               
 42186               static const char*
 42187               __root_cimv2_CIM_ElementStatisticalData_qualifiers[] =
 42188               {
 42189                   /* ASSOCIATION */
 42190                   "\000\001",
 42191                   /* UMLPackagePath */
 42192                   "\057CIM::Core::Statistics",
 42193 mike  1.1.2.1     /* Version */
 42194                   "\0632.7.0",
 42195                   0,
 42196               };
 42197               
 42198               MetaClass
 42199               __root_cimv2_CIM_ElementStatisticalData =
 42200               {
 42201                   /* flags */
 42202                   META_FLAG_ASSOCIATION,
 42203                   /* name */
 42204                   "CIM_ElementStatisticalData",
 42205                   /* qualifiers */
 42206                   __root_cimv2_CIM_ElementStatisticalData_qualifiers,
 42207                   /* super */
 42208                   0,
 42209                   /* features */
 42210                   _CIM_ElementStatisticalData_features,
 42211               };
 42212               
 42213               //==============================================================================
 42214 mike  1.1.2.1 //
 42215               // Class: CIM_FCAdapterEventCounters
 42216               //
 42217               //==============================================================================
 42218               
 42219               static const char*
 42220               _CIM_FCAdapterEventCounters_ABTSFramesReceived_qualifiers[] =
 42221               {
 42222                   /* Deprecated */
 42223                   "\013\000\001No value\000",
 42224                   /* Counter */
 42225                   "\012\001",
 42226                   0,
 42227               };
 42228               
 42229               static MetaProperty
 42230               _CIM_FCAdapterEventCounters_ABTSFramesReceived =
 42231               {
 42232                   /* flags */
 42233                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42234                   /* name */
 42235 mike  1.1.2.1     "ABTSFramesReceived",
 42236                   /* qualifiers */
 42237                   _CIM_FCAdapterEventCounters_ABTSFramesReceived_qualifiers,
 42238                   /* type */
 42239                   CIMTYPE_UINT64,
 42240                   /* subscript */
 42241                   -1,
 42242                   /* value */
 42243                   0,
 42244               };
 42245               
 42246               static const char*
 42247               _CIM_FCAdapterEventCounters_ABTSFramesSent_qualifiers[] =
 42248               {
 42249                   /* Deprecated */
 42250                   "\013\000\001No value\000",
 42251                   /* Counter */
 42252                   "\012\001",
 42253                   0,
 42254               };
 42255               
 42256 mike  1.1.2.1 static MetaProperty
 42257               _CIM_FCAdapterEventCounters_ABTSFramesSent =
 42258               {
 42259                   /* flags */
 42260                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42261                   /* name */
 42262                   "ABTSFramesSent",
 42263                   /* qualifiers */
 42264                   _CIM_FCAdapterEventCounters_ABTSFramesSent_qualifiers,
 42265                   /* type */
 42266                   CIMTYPE_UINT64,
 42267                   /* subscript */
 42268                   -1,
 42269                   /* value */
 42270                   0,
 42271               };
 42272               
 42273               static const char*
 42274               _CIM_FCAdapterEventCounters_FBSYsReceived_qualifiers[] =
 42275               {
 42276                   /* Deprecated */
 42277 mike  1.1.2.1     "\013\000\001No value\000",
 42278                   /* Counter */
 42279                   "\012\001",
 42280                   0,
 42281               };
 42282               
 42283               static MetaProperty
 42284               _CIM_FCAdapterEventCounters_FBSYsReceived =
 42285               {
 42286                   /* flags */
 42287                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42288                   /* name */
 42289                   "FBSYsReceived",
 42290                   /* qualifiers */
 42291                   _CIM_FCAdapterEventCounters_FBSYsReceived_qualifiers,
 42292                   /* type */
 42293                   CIMTYPE_UINT64,
 42294                   /* subscript */
 42295                   -1,
 42296                   /* value */
 42297                   0,
 42298 mike  1.1.2.1 };
 42299               
 42300               static const char*
 42301               _CIM_FCAdapterEventCounters_PBSYsReceived_qualifiers[] =
 42302               {
 42303                   /* Deprecated */
 42304                   "\013\000\001No value\000",
 42305                   /* Counter */
 42306                   "\012\001",
 42307                   0,
 42308               };
 42309               
 42310               static MetaProperty
 42311               _CIM_FCAdapterEventCounters_PBSYsReceived =
 42312               {
 42313                   /* flags */
 42314                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42315                   /* name */
 42316                   "PBSYsReceived",
 42317                   /* qualifiers */
 42318                   _CIM_FCAdapterEventCounters_PBSYsReceived_qualifiers,
 42319 mike  1.1.2.1     /* type */
 42320                   CIMTYPE_UINT64,
 42321                   /* subscript */
 42322                   -1,
 42323                   /* value */
 42324                   0,
 42325               };
 42326               
 42327               static const char*
 42328               _CIM_FCAdapterEventCounters_PBSYsSent_qualifiers[] =
 42329               {
 42330                   /* Deprecated */
 42331                   "\013\000\001No value\000",
 42332                   /* Counter */
 42333                   "\012\001",
 42334                   0,
 42335               };
 42336               
 42337               static MetaProperty
 42338               _CIM_FCAdapterEventCounters_PBSYsSent =
 42339               {
 42340 mike  1.1.2.1     /* flags */
 42341                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42342                   /* name */
 42343                   "PBSYsSent",
 42344                   /* qualifiers */
 42345                   _CIM_FCAdapterEventCounters_PBSYsSent_qualifiers,
 42346                   /* type */
 42347                   CIMTYPE_UINT64,
 42348                   /* subscript */
 42349                   -1,
 42350                   /* value */
 42351                   0,
 42352               };
 42353               
 42354               static const char*
 42355               _CIM_FCAdapterEventCounters_FRJTsReceived_qualifiers[] =
 42356               {
 42357                   /* Deprecated */
 42358                   "\013\000\001No value\000",
 42359                   /* Counter */
 42360                   "\012\001",
 42361 mike  1.1.2.1     0,
 42362               };
 42363               
 42364               static MetaProperty
 42365               _CIM_FCAdapterEventCounters_FRJTsReceived =
 42366               {
 42367                   /* flags */
 42368                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42369                   /* name */
 42370                   "FRJTsReceived",
 42371                   /* qualifiers */
 42372                   _CIM_FCAdapterEventCounters_FRJTsReceived_qualifiers,
 42373                   /* type */
 42374                   CIMTYPE_UINT64,
 42375                   /* subscript */
 42376                   -1,
 42377                   /* value */
 42378                   0,
 42379               };
 42380               
 42381               static const char*
 42382 mike  1.1.2.1 _CIM_FCAdapterEventCounters_PRJTsReceived_qualifiers[] =
 42383               {
 42384                   /* Deprecated */
 42385                   "\013\000\001No value\000",
 42386                   /* Counter */
 42387                   "\012\001",
 42388                   0,
 42389               };
 42390               
 42391               static MetaProperty
 42392               _CIM_FCAdapterEventCounters_PRJTsReceived =
 42393               {
 42394                   /* flags */
 42395                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42396                   /* name */
 42397                   "PRJTsReceived",
 42398                   /* qualifiers */
 42399                   _CIM_FCAdapterEventCounters_PRJTsReceived_qualifiers,
 42400                   /* type */
 42401                   CIMTYPE_UINT64,
 42402                   /* subscript */
 42403 mike  1.1.2.1     -1,
 42404                   /* value */
 42405                   0,
 42406               };
 42407               
 42408               static const char*
 42409               _CIM_FCAdapterEventCounters_PRJTsSent_qualifiers[] =
 42410               {
 42411                   /* Deprecated */
 42412                   "\013\000\001No value\000",
 42413                   /* Counter */
 42414                   "\012\001",
 42415                   0,
 42416               };
 42417               
 42418               static MetaProperty
 42419               _CIM_FCAdapterEventCounters_PRJTsSent =
 42420               {
 42421                   /* flags */
 42422                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42423                   /* name */
 42424 mike  1.1.2.1     "PRJTsSent",
 42425                   /* qualifiers */
 42426                   _CIM_FCAdapterEventCounters_PRJTsSent_qualifiers,
 42427                   /* type */
 42428                   CIMTYPE_UINT64,
 42429                   /* subscript */
 42430                   -1,
 42431                   /* value */
 42432                   0,
 42433               };
 42434               
 42435               static const char*
 42436               _CIM_FCAdapterEventCounters_PRLIsRejected_qualifiers[] =
 42437               {
 42438                   /* Deprecated */
 42439                   "\013\000\001No value\000",
 42440                   /* Counter */
 42441                   "\012\001",
 42442                   0,
 42443               };
 42444               
 42445 mike  1.1.2.1 static MetaProperty
 42446               _CIM_FCAdapterEventCounters_PRLIsRejected =
 42447               {
 42448                   /* flags */
 42449                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42450                   /* name */
 42451                   "PRLIsRejected",
 42452                   /* qualifiers */
 42453                   _CIM_FCAdapterEventCounters_PRLIsRejected_qualifiers,
 42454                   /* type */
 42455                   CIMTYPE_UINT64,
 42456                   /* subscript */
 42457                   -1,
 42458                   /* value */
 42459                   0,
 42460               };
 42461               
 42462               static const char*
 42463               _CIM_FCAdapterEventCounters_PRLOsRejected_qualifiers[] =
 42464               {
 42465                   /* Deprecated */
 42466 mike  1.1.2.1     "\013\000\001No value\000",
 42467                   /* Counter */
 42468                   "\012\001",
 42469                   0,
 42470               };
 42471               
 42472               static MetaProperty
 42473               _CIM_FCAdapterEventCounters_PRLOsRejected =
 42474               {
 42475                   /* flags */
 42476                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42477                   /* name */
 42478                   "PRLOsRejected",
 42479                   /* qualifiers */
 42480                   _CIM_FCAdapterEventCounters_PRLOsRejected_qualifiers,
 42481                   /* type */
 42482                   CIMTYPE_UINT64,
 42483                   /* subscript */
 42484                   -1,
 42485                   /* value */
 42486                   0,
 42487 mike  1.1.2.1 };
 42488               
 42489               static const char*
 42490               _CIM_FCAdapterEventCounters_ABTSFramesRejected_qualifiers[] =
 42491               {
 42492                   /* Deprecated */
 42493                   "\013\000\001No value\000",
 42494                   /* Counter */
 42495                   "\012\001",
 42496                   0,
 42497               };
 42498               
 42499               static MetaProperty
 42500               _CIM_FCAdapterEventCounters_ABTSFramesRejected =
 42501               {
 42502                   /* flags */
 42503                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42504                   /* name */
 42505                   "ABTSFramesRejected",
 42506                   /* qualifiers */
 42507                   _CIM_FCAdapterEventCounters_ABTSFramesRejected_qualifiers,
 42508 mike  1.1.2.1     /* type */
 42509                   CIMTYPE_UINT64,
 42510                   /* subscript */
 42511                   -1,
 42512                   /* value */
 42513                   0,
 42514               };
 42515               
 42516               static const char*
 42517               _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter_qualifiers[] =
 42518               {
 42519                   /* IN */
 42520                   "\024\001",
 42521                   /* ValueMap */
 42522                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 42523                   /* Values */
 42524                   "\062\000\014All\000ABTSFramesReceived\000ABTSFramesSent\000FBSYReceived\000PBSYReceived\000PBSYSent\000FRJTReceived\000PRJTReceived\000PRJTSent\000PRLIRejected\000PRLORejected\000ABTSFramesRejected\000",
 42525                   0,
 42526               };
 42527               
 42528               static MetaProperty
 42529 mike  1.1.2.1 _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter =
 42530               {
 42531                   /* flags */
 42532                   META_FLAG_PROPERTY|META_FLAG_IN,
 42533                   /* name */
 42534                   "SelectedCounter",
 42535                   /* qualifiers */
 42536                   _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter_qualifiers,
 42537                   /* type */
 42538                   CIMTYPE_UINT16,
 42539                   /* subscript */
 42540                   -1,
 42541                   /* value */
 42542                   0,
 42543               };
 42544               
 42545               static MetaFeature*
 42546               _CIM_FCAdapterEventCounters_ResetCounter_parameters[] =
 42547               {
 42548                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter,
 42549                   0,
 42550 mike  1.1.2.1 };
 42551               
 42552               static const char*
 42553               _CIM_FCAdapterEventCounters_ResetCounter_qualifiers[] =
 42554               {
 42555                   /* Deprecated */
 42556                   "\013\000\001CIM_FCPortStatistics.ResetSelectedStats()\000",
 42557                   0,
 42558               };
 42559               
 42560               static MetaMethod
 42561               _CIM_FCAdapterEventCounters_ResetCounter =
 42562               {
 42563                   /* flags */
 42564                   META_FLAG_METHOD,
 42565                   /* name */
 42566                   "CIM_FCAdapterEventCounters",
 42567                   /* qualifiers */
 42568                   _CIM_FCAdapterEventCounters_ResetCounter_qualifiers,
 42569                   /* type */
 42570                   CIMTYPE_UINT32,
 42571 mike  1.1.2.1     /* parameters */
 42572                   _CIM_FCAdapterEventCounters_ResetCounter_parameters,
 42573               };
 42574               
 42575               static MetaFeature*
 42576               _CIM_FCAdapterEventCounters_features[] =
 42577               {
 42578                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesReceived,
 42579                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesSent,
 42580                   (MetaFeature*)&_CIM_FCAdapterEventCounters_FBSYsReceived,
 42581                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PBSYsReceived,
 42582                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PBSYsSent,
 42583                   (MetaFeature*)&_CIM_FCAdapterEventCounters_FRJTsReceived,
 42584                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRJTsReceived,
 42585                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRJTsSent,
 42586                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRLIsRejected,
 42587                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRLOsRejected,
 42588                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesRejected,
 42589                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ResetCounter,
 42590                   0,
 42591               };
 42592 mike  1.1.2.1 
 42593               static const char*
 42594               __root_cimv2_CIM_FCAdapterEventCounters_qualifiers[] =
 42595               {
 42596                   /* Deprecated */
 42597                   "\013\000\001CIM_FCPortStatistics\000",
 42598                   /* UMLPackagePath */
 42599                   "\057CIM::Device::NetworkAdapter",
 42600                   /* Version */
 42601                   "\0632.10.0",
 42602                   0,
 42603               };
 42604               
 42605               MetaClass
 42606               __root_cimv2_CIM_FCAdapterEventCounters =
 42607               {
 42608                   /* flags */
 42609                   META_FLAG_CLASS,
 42610                   /* name */
 42611                   "CIM_FCAdapterEventCounters",
 42612                   /* qualifiers */
 42613 mike  1.1.2.1     __root_cimv2_CIM_FCAdapterEventCounters_qualifiers,
 42614                   /* super */
 42615                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 42616                   /* features */
 42617                   _CIM_FCAdapterEventCounters_features,
 42618               };
 42619               
 42620               //==============================================================================
 42621               //
 42622               // Class: CIM_FCPortCapabilities
 42623               //
 42624               //==============================================================================
 42625               
 42626               static const char*
 42627               _CIM_FCPortCapabilities_RequestedTypesSupported_qualifiers[] =
 42628               {
 42629                   /* ValueMap */
 42630                   "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00016000..65535\000",
 42631                   /* Values */
 42632                   "\062\000\013G\000GL\000E\000F\000FX\000B\000NX\000N\000NL\000DMTF Reserved\000Vendor Reserved\000",
 42633                   /* MappingStrings */
 42634 mike  1.1.2.1     "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_PORT_CONFIG_CAPS_T.ConfigurablePortTypes\000",
 42635                   /* ModelCorrespondence */
 42636                   "\036\000\001CIM_FCPortSettings.RequestedType\000",
 42637                   0,
 42638               };
 42639               
 42640               static MetaProperty
 42641               _CIM_FCPortCapabilities_RequestedTypesSupported =
 42642               {
 42643                   /* flags */
 42644                   META_FLAG_PROPERTY|META_FLAG_READ,
 42645                   /* name */
 42646                   "RequestedTypesSupported",
 42647                   /* qualifiers */
 42648                   _CIM_FCPortCapabilities_RequestedTypesSupported_qualifiers,
 42649                   /* type */
 42650                   CIMTYPE_UINT16,
 42651                   /* subscript */
 42652                   0,
 42653                   /* value */
 42654                   0,
 42655 mike  1.1.2.1 };
 42656               
 42657               static MetaFeature*
 42658               _CIM_FCPortCapabilities_features[] =
 42659               {
 42660                   (MetaFeature*)&_CIM_FCPortCapabilities_RequestedTypesSupported,
 42661                   0,
 42662               };
 42663               
 42664               static const char*
 42665               __root_cimv2_CIM_FCPortCapabilities_qualifiers[] =
 42666               {
 42667                   /* UMLPackagePath */
 42668                   "\057CIM::Device::FC",
 42669                   /* Version */
 42670                   "\0632.11.0",
 42671                   0,
 42672               };
 42673               
 42674               MetaClass
 42675               __root_cimv2_CIM_FCPortCapabilities =
 42676 mike  1.1.2.1 {
 42677                   /* flags */
 42678                   META_FLAG_CLASS,
 42679                   /* name */
 42680                   "CIM_FCPortCapabilities",
 42681                   /* qualifiers */
 42682                   __root_cimv2_CIM_FCPortCapabilities_qualifiers,
 42683                   /* super */
 42684                   &__root_cimv2_CIM_LogicalPortCapabilities,
 42685                   /* features */
 42686                   _CIM_FCPortCapabilities_features,
 42687               };
 42688               
 42689               //==============================================================================
 42690               //
 42691               // Class: CIM_FCPortRateStatistics
 42692               //
 42693               //==============================================================================
 42694               
 42695               static const char*
 42696               _CIM_FCPortRateStatistics_TxFrameRate_qualifiers[] =
 42697 mike  1.1.2.1 {
 42698                   /* MappingStrings */
 42699                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFRR\000",
 42700                   /* ModelCorrespondence */
 42701                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42702                   0,
 42703               };
 42704               
 42705               static MetaProperty
 42706               _CIM_FCPortRateStatistics_TxFrameRate =
 42707               {
 42708                   /* flags */
 42709                   META_FLAG_PROPERTY|META_FLAG_READ,
 42710                   /* name */
 42711                   "TxFrameRate",
 42712                   /* qualifiers */
 42713                   _CIM_FCPortRateStatistics_TxFrameRate_qualifiers,
 42714                   /* type */
 42715                   CIMTYPE_UINT64,
 42716                   /* subscript */
 42717                   -1,
 42718 mike  1.1.2.1     /* value */
 42719                   0,
 42720               };
 42721               
 42722               static const char*
 42723               _CIM_FCPortRateStatistics_RxFrameRate_qualifiers[] =
 42724               {
 42725                   /* MappingStrings */
 42726                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFRR\000",
 42727                   /* ModelCorrespondence */
 42728                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42729                   0,
 42730               };
 42731               
 42732               static MetaProperty
 42733               _CIM_FCPortRateStatistics_RxFrameRate =
 42734               {
 42735                   /* flags */
 42736                   META_FLAG_PROPERTY|META_FLAG_READ,
 42737                   /* name */
 42738                   "RxFrameRate",
 42739 mike  1.1.2.1     /* qualifiers */
 42740                   _CIM_FCPortRateStatistics_RxFrameRate_qualifiers,
 42741                   /* type */
 42742                   CIMTYPE_UINT64,
 42743                   /* subscript */
 42744                   -1,
 42745                   /* value */
 42746                   0,
 42747               };
 42748               
 42749               static const char*
 42750               _CIM_FCPortRateStatistics_MaxTxFrameRate_qualifiers[] =
 42751               {
 42752                   /* MappingStrings */
 42753                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFPR\000",
 42754                   /* ModelCorrespondence */
 42755                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42756                   0,
 42757               };
 42758               
 42759               static MetaProperty
 42760 mike  1.1.2.1 _CIM_FCPortRateStatistics_MaxTxFrameRate =
 42761               {
 42762                   /* flags */
 42763                   META_FLAG_PROPERTY|META_FLAG_READ,
 42764                   /* name */
 42765                   "MaxTxFrameRate",
 42766                   /* qualifiers */
 42767                   _CIM_FCPortRateStatistics_MaxTxFrameRate_qualifiers,
 42768                   /* type */
 42769                   CIMTYPE_UINT64,
 42770                   /* subscript */
 42771                   -1,
 42772                   /* value */
 42773                   0,
 42774               };
 42775               
 42776               static const char*
 42777               _CIM_FCPortRateStatistics_MaxRxFrameRate_qualifiers[] =
 42778               {
 42779                   /* MappingStrings */
 42780                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFPR\000",
 42781 mike  1.1.2.1     /* ModelCorrespondence */
 42782                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42783                   0,
 42784               };
 42785               
 42786               static MetaProperty
 42787               _CIM_FCPortRateStatistics_MaxRxFrameRate =
 42788               {
 42789                   /* flags */
 42790                   META_FLAG_PROPERTY|META_FLAG_READ,
 42791                   /* name */
 42792                   "MaxRxFrameRate",
 42793                   /* qualifiers */
 42794                   _CIM_FCPortRateStatistics_MaxRxFrameRate_qualifiers,
 42795                   /* type */
 42796                   CIMTYPE_UINT64,
 42797                   /* subscript */
 42798                   -1,
 42799                   /* value */
 42800                   0,
 42801               };
 42802 mike  1.1.2.1 
 42803               static const char*
 42804               _CIM_FCPortRateStatistics_TxRate_qualifiers[] =
 42805               {
 42806                   /* MappingStrings */
 42807                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_TBYR\000",
 42808                   /* ModelCorrespondence */
 42809                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42810                   0,
 42811               };
 42812               
 42813               static MetaProperty
 42814               _CIM_FCPortRateStatistics_TxRate =
 42815               {
 42816                   /* flags */
 42817                   META_FLAG_PROPERTY|META_FLAG_READ,
 42818                   /* name */
 42819                   "TxRate",
 42820                   /* qualifiers */
 42821                   _CIM_FCPortRateStatistics_TxRate_qualifiers,
 42822                   /* type */
 42823 mike  1.1.2.1     CIMTYPE_UINT64,
 42824                   /* subscript */
 42825                   -1,
 42826                   /* value */
 42827                   0,
 42828               };
 42829               
 42830               static const char*
 42831               _CIM_FCPortRateStatistics_RxRate_qualifiers[] =
 42832               {
 42833                   /* MappingStrings */
 42834                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RBYR\000",
 42835                   /* ModelCorrespondence */
 42836                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42837                   0,
 42838               };
 42839               
 42840               static MetaProperty
 42841               _CIM_FCPortRateStatistics_RxRate =
 42842               {
 42843                   /* flags */
 42844 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 42845                   /* name */
 42846                   "RxRate",
 42847                   /* qualifiers */
 42848                   _CIM_FCPortRateStatistics_RxRate_qualifiers,
 42849                   /* type */
 42850                   CIMTYPE_UINT64,
 42851                   /* subscript */
 42852                   -1,
 42853                   /* value */
 42854                   0,
 42855               };
 42856               
 42857               static const char*
 42858               _CIM_FCPortRateStatistics_PeakTxRate_qualifiers[] =
 42859               {
 42860                   /* MappingStrings */
 42861                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_TBPR\000",
 42862                   /* ModelCorrespondence */
 42863                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42864                   0,
 42865 mike  1.1.2.1 };
 42866               
 42867               static MetaProperty
 42868               _CIM_FCPortRateStatistics_PeakTxRate =
 42869               {
 42870                   /* flags */
 42871                   META_FLAG_PROPERTY|META_FLAG_READ,
 42872                   /* name */
 42873                   "PeakTxRate",
 42874                   /* qualifiers */
 42875                   _CIM_FCPortRateStatistics_PeakTxRate_qualifiers,
 42876                   /* type */
 42877                   CIMTYPE_UINT64,
 42878                   /* subscript */
 42879                   -1,
 42880                   /* value */
 42881                   0,
 42882               };
 42883               
 42884               static const char*
 42885               _CIM_FCPortRateStatistics_PeakRxRate_qualifiers[] =
 42886 mike  1.1.2.1 {
 42887                   /* MappingStrings */
 42888                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_RBPR\000",
 42889                   /* ModelCorrespondence */
 42890                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42891                   0,
 42892               };
 42893               
 42894               static MetaProperty
 42895               _CIM_FCPortRateStatistics_PeakRxRate =
 42896               {
 42897                   /* flags */
 42898                   META_FLAG_PROPERTY|META_FLAG_READ,
 42899                   /* name */
 42900                   "PeakRxRate",
 42901                   /* qualifiers */
 42902                   _CIM_FCPortRateStatistics_PeakRxRate_qualifiers,
 42903                   /* type */
 42904                   CIMTYPE_UINT64,
 42905                   /* subscript */
 42906                   -1,
 42907 mike  1.1.2.1     /* value */
 42908                   0,
 42909               };
 42910               
 42911               static MetaFeature*
 42912               _CIM_FCPortRateStatistics_features[] =
 42913               {
 42914                   (MetaFeature*)&_CIM_FCPortRateStatistics_TxFrameRate,
 42915                   (MetaFeature*)&_CIM_FCPortRateStatistics_RxFrameRate,
 42916                   (MetaFeature*)&_CIM_FCPortRateStatistics_MaxTxFrameRate,
 42917                   (MetaFeature*)&_CIM_FCPortRateStatistics_MaxRxFrameRate,
 42918                   (MetaFeature*)&_CIM_FCPortRateStatistics_TxRate,
 42919                   (MetaFeature*)&_CIM_FCPortRateStatistics_RxRate,
 42920                   (MetaFeature*)&_CIM_FCPortRateStatistics_PeakTxRate,
 42921                   (MetaFeature*)&_CIM_FCPortRateStatistics_PeakRxRate,
 42922                   0,
 42923               };
 42924               
 42925               static const char*
 42926               __root_cimv2_CIM_FCPortRateStatistics_qualifiers[] =
 42927               {
 42928 mike  1.1.2.1     /* UMLPackagePath */
 42929                   "\057CIM::Device::FC",
 42930                   /* Version */
 42931                   "\0632.10.0",
 42932                   0,
 42933               };
 42934               
 42935               MetaClass
 42936               __root_cimv2_CIM_FCPortRateStatistics =
 42937               {
 42938                   /* flags */
 42939                   META_FLAG_CLASS,
 42940                   /* name */
 42941                   "CIM_FCPortRateStatistics",
 42942                   /* qualifiers */
 42943                   __root_cimv2_CIM_FCPortRateStatistics_qualifiers,
 42944                   /* super */
 42945                   &__root_cimv2_CIM_StatisticalData,
 42946                   /* features */
 42947                   _CIM_FCPortRateStatistics_features,
 42948               };
 42949 mike  1.1.2.1 
 42950               //==============================================================================
 42951               //
 42952               // Class: CIM_FCSwitchSettings
 42953               //
 42954               //==============================================================================
 42955               
 42956               static const char*
 42957               _CIM_FCSwitchSettings_PreferredDomainID_qualifiers[] =
 42958               {
 42959                   /* Write */
 42960                   "\065\001",
 42961                   /* MinValue */
 42962                   "\035\000\000\000\000\000\000\000\001",
 42963                   /* MaxValue */
 42964                   "\031\000\000\000\000\000\000\000\357",
 42965                   /* MappingStrings */
 42966                   "\026\000\002FC-SWAPI.INCITS-T11|UcUnitConfigGetDomainID\000GC-GS.INCITS-T11|InterconnectElement|DomainIdentifier\000",
 42967                   /* ModelCorrespondence */
 42968                   "\036\000\001CIM_FCSwitchSettings.DomainIDLocked\000",
 42969                   0,
 42970 mike  1.1.2.1 };
 42971               
 42972               static MetaProperty
 42973               _CIM_FCSwitchSettings_PreferredDomainID =
 42974               {
 42975                   /* flags */
 42976                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 42977                   /* name */
 42978                   "PreferredDomainID",
 42979                   /* qualifiers */
 42980                   _CIM_FCSwitchSettings_PreferredDomainID_qualifiers,
 42981                   /* type */
 42982                   CIMTYPE_UINT8,
 42983                   /* subscript */
 42984                   -1,
 42985                   /* value */
 42986                   0,
 42987               };
 42988               
 42989               static const char*
 42990               _CIM_FCSwitchSettings_DomainIDLocked_qualifiers[] =
 42991 mike  1.1.2.1 {
 42992                   /* Write */
 42993                   "\065\001",
 42994                   /* MappingStrings */
 42995                   "\026\000\001FC-SWAPI.INCITS-T11|UcUnitConfigGetDomainIDLocked\000",
 42996                   /* ModelCorrespondence */
 42997                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
 42998                   0,
 42999               };
 43000               
 43001               static MetaProperty
 43002               _CIM_FCSwitchSettings_DomainIDLocked =
 43003               {
 43004                   /* flags */
 43005                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 43006                   /* name */
 43007                   "DomainIDLocked",
 43008                   /* qualifiers */
 43009                   _CIM_FCSwitchSettings_DomainIDLocked_qualifiers,
 43010                   /* type */
 43011                   CIMTYPE_BOOLEAN,
 43012 mike  1.1.2.1     /* subscript */
 43013                   -1,
 43014                   /* value */
 43015                   0,
 43016               };
 43017               
 43018               static const char*
 43019               _CIM_FCSwitchSettings_PrincipalPriority_qualifiers[] =
 43020               {
 43021                   /* Write */
 43022                   "\065\001",
 43023                   /* ValueMap */
 43024                   "\061\000\0032\0003\0004\000",
 43025                   /* Values */
 43026                   "\062\000\003Principal\000Subordinate\000Any\000",
 43027                   /* MappingStrings */
 43028                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_PRINCIPAL_PRIORITY_T\000",
 43029                   0,
 43030               };
 43031               
 43032               static MetaProperty
 43033 mike  1.1.2.1 _CIM_FCSwitchSettings_PrincipalPriority =
 43034               {
 43035                   /* flags */
 43036                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 43037                   /* name */
 43038                   "PrincipalPriority",
 43039                   /* qualifiers */
 43040                   _CIM_FCSwitchSettings_PrincipalPriority_qualifiers,
 43041                   /* type */
 43042                   CIMTYPE_UINT16,
 43043                   /* subscript */
 43044                   -1,
 43045                   /* value */
 43046                   "\000\003",
 43047               };
 43048               
 43049               static MetaFeature*
 43050               _CIM_FCSwitchSettings_features[] =
 43051               {
 43052                   (MetaFeature*)&_CIM_FCSwitchSettings_PreferredDomainID,
 43053                   (MetaFeature*)&_CIM_FCSwitchSettings_DomainIDLocked,
 43054 mike  1.1.2.1     (MetaFeature*)&_CIM_FCSwitchSettings_PrincipalPriority,
 43055                   0,
 43056               };
 43057               
 43058               static const char*
 43059               __root_cimv2_CIM_FCSwitchSettings_qualifiers[] =
 43060               {
 43061                   /* UMLPackagePath */
 43062                   "\057CIM::Device::FC",
 43063                   /* Version */
 43064                   "\0632.11.0",
 43065                   0,
 43066               };
 43067               
 43068               MetaClass
 43069               __root_cimv2_CIM_FCSwitchSettings =
 43070               {
 43071                   /* flags */
 43072                   META_FLAG_CLASS,
 43073                   /* name */
 43074                   "CIM_FCSwitchSettings",
 43075 mike  1.1.2.1     /* qualifiers */
 43076                   __root_cimv2_CIM_FCSwitchSettings_qualifiers,
 43077                   /* super */
 43078                   &__root_cimv2_CIM_SettingData,
 43079                   /* features */
 43080                   _CIM_FCSwitchSettings_features,
 43081               };
 43082               
 43083               //==============================================================================
 43084               //
 43085               // Class: CIM_FibrePortEventCounters
 43086               //
 43087               //==============================================================================
 43088               
 43089               static const char*
 43090               _CIM_FibrePortEventCounters_PLOGIsReceived_qualifiers[] =
 43091               {
 43092                   /* Deprecated */
 43093                   "\013\000\001No value\000",
 43094                   /* Counter */
 43095                   "\012\001",
 43096 mike  1.1.2.1     0,
 43097               };
 43098               
 43099               static MetaProperty
 43100               _CIM_FibrePortEventCounters_PLOGIsReceived =
 43101               {
 43102                   /* flags */
 43103                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43104                   /* name */
 43105                   "PLOGIsReceived",
 43106                   /* qualifiers */
 43107                   _CIM_FibrePortEventCounters_PLOGIsReceived_qualifiers,
 43108                   /* type */
 43109                   CIMTYPE_UINT64,
 43110                   /* subscript */
 43111                   -1,
 43112                   /* value */
 43113                   0,
 43114               };
 43115               
 43116               static const char*
 43117 mike  1.1.2.1 _CIM_FibrePortEventCounters_PLOGIsSent_qualifiers[] =
 43118               {
 43119                   /* Deprecated */
 43120                   "\013\000\001No value\000",
 43121                   /* Counter */
 43122                   "\012\001",
 43123                   0,
 43124               };
 43125               
 43126               static MetaProperty
 43127               _CIM_FibrePortEventCounters_PLOGIsSent =
 43128               {
 43129                   /* flags */
 43130                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43131                   /* name */
 43132                   "PLOGIsSent",
 43133                   /* qualifiers */
 43134                   _CIM_FibrePortEventCounters_PLOGIsSent_qualifiers,
 43135                   /* type */
 43136                   CIMTYPE_UINT64,
 43137                   /* subscript */
 43138 mike  1.1.2.1     -1,
 43139                   /* value */
 43140                   0,
 43141               };
 43142               
 43143               static const char*
 43144               _CIM_FibrePortEventCounters_EOFAbortsReceived_qualifiers[] =
 43145               {
 43146                   /* Deprecated */
 43147                   "\013\000\001No value\000",
 43148                   /* Counter */
 43149                   "\012\001",
 43150                   0,
 43151               };
 43152               
 43153               static MetaProperty
 43154               _CIM_FibrePortEventCounters_EOFAbortsReceived =
 43155               {
 43156                   /* flags */
 43157                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43158                   /* name */
 43159 mike  1.1.2.1     "EOFAbortsReceived",
 43160                   /* qualifiers */
 43161                   _CIM_FibrePortEventCounters_EOFAbortsReceived_qualifiers,
 43162                   /* type */
 43163                   CIMTYPE_UINT64,
 43164                   /* subscript */
 43165                   -1,
 43166                   /* value */
 43167                   0,
 43168               };
 43169               
 43170               static const char*
 43171               _CIM_FibrePortEventCounters_EOFAbortsTransmitted_qualifiers[] =
 43172               {
 43173                   /* Deprecated */
 43174                   "\013\000\001No value\000",
 43175                   /* Counter */
 43176                   "\012\001",
 43177                   0,
 43178               };
 43179               
 43180 mike  1.1.2.1 static MetaProperty
 43181               _CIM_FibrePortEventCounters_EOFAbortsTransmitted =
 43182               {
 43183                   /* flags */
 43184                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43185                   /* name */
 43186                   "EOFAbortsTransmitted",
 43187                   /* qualifiers */
 43188                   _CIM_FibrePortEventCounters_EOFAbortsTransmitted_qualifiers,
 43189                   /* type */
 43190                   CIMTYPE_UINT64,
 43191                   /* subscript */
 43192                   -1,
 43193                   /* value */
 43194                   0,
 43195               };
 43196               
 43197               static const char*
 43198               _CIM_FibrePortEventCounters_PLOGOsReceived_qualifiers[] =
 43199               {
 43200                   /* Deprecated */
 43201 mike  1.1.2.1     "\013\000\001No value\000",
 43202                   /* Counter */
 43203                   "\012\001",
 43204                   0,
 43205               };
 43206               
 43207               static MetaProperty
 43208               _CIM_FibrePortEventCounters_PLOGOsReceived =
 43209               {
 43210                   /* flags */
 43211                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43212                   /* name */
 43213                   "PLOGOsReceived",
 43214                   /* qualifiers */
 43215                   _CIM_FibrePortEventCounters_PLOGOsReceived_qualifiers,
 43216                   /* type */
 43217                   CIMTYPE_UINT64,
 43218                   /* subscript */
 43219                   -1,
 43220                   /* value */
 43221                   0,
 43222 mike  1.1.2.1 };
 43223               
 43224               static const char*
 43225               _CIM_FibrePortEventCounters_PLOGOsSent_qualifiers[] =
 43226               {
 43227                   /* Deprecated */
 43228                   "\013\000\001No value\000",
 43229                   /* Counter */
 43230                   "\012\001",
 43231                   0,
 43232               };
 43233               
 43234               static MetaProperty
 43235               _CIM_FibrePortEventCounters_PLOGOsSent =
 43236               {
 43237                   /* flags */
 43238                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43239                   /* name */
 43240                   "PLOGOsSent",
 43241                   /* qualifiers */
 43242                   _CIM_FibrePortEventCounters_PLOGOsSent_qualifiers,
 43243 mike  1.1.2.1     /* type */
 43244                   CIMTYPE_UINT64,
 43245                   /* subscript */
 43246                   -1,
 43247                   /* value */
 43248                   0,
 43249               };
 43250               
 43251               static const char*
 43252               _CIM_FibrePortEventCounters_PLOGIsRejected_qualifiers[] =
 43253               {
 43254                   /* Deprecated */
 43255                   "\013\000\001No value\000",
 43256                   /* Counter */
 43257                   "\012\001",
 43258                   0,
 43259               };
 43260               
 43261               static MetaProperty
 43262               _CIM_FibrePortEventCounters_PLOGIsRejected =
 43263               {
 43264 mike  1.1.2.1     /* flags */
 43265                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43266                   /* name */
 43267                   "PLOGIsRejected",
 43268                   /* qualifiers */
 43269                   _CIM_FibrePortEventCounters_PLOGIsRejected_qualifiers,
 43270                   /* type */
 43271                   CIMTYPE_UINT64,
 43272                   /* subscript */
 43273                   -1,
 43274                   /* value */
 43275                   0,
 43276               };
 43277               
 43278               static const char*
 43279               _CIM_FibrePortEventCounters_PLOGOsRejected_qualifiers[] =
 43280               {
 43281                   /* Deprecated */
 43282                   "\013\000\001No value\000",
 43283                   /* Counter */
 43284                   "\012\001",
 43285 mike  1.1.2.1     0,
 43286               };
 43287               
 43288               static MetaProperty
 43289               _CIM_FibrePortEventCounters_PLOGOsRejected =
 43290               {
 43291                   /* flags */
 43292                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43293                   /* name */
 43294                   "PLOGOsRejected",
 43295                   /* qualifiers */
 43296                   _CIM_FibrePortEventCounters_PLOGOsRejected_qualifiers,
 43297                   /* type */
 43298                   CIMTYPE_UINT64,
 43299                   /* subscript */
 43300                   -1,
 43301                   /* value */
 43302                   0,
 43303               };
 43304               
 43305               static const char*
 43306 mike  1.1.2.1 _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter_qualifiers[] =
 43307               {
 43308                   /* IN */
 43309                   "\024\001",
 43310                   /* ValueMap */
 43311                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 43312                   /* Values */
 43313                   "\062\000\011All\000PLOGIsReceived\000PLOGIsSent\000EOFAbortsReceived\000EOFAbortsTransmitted\000PLOGOsReceived\000PLOGOsSent\000PLOGIsRejected\000PLOGOsRejected\000",
 43314                   0,
 43315               };
 43316               
 43317               static MetaProperty
 43318               _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter =
 43319               {
 43320                   /* flags */
 43321                   META_FLAG_PROPERTY|META_FLAG_IN,
 43322                   /* name */
 43323                   "SelectedCounter",
 43324                   /* qualifiers */
 43325                   _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter_qualifiers,
 43326                   /* type */
 43327 mike  1.1.2.1     CIMTYPE_UINT16,
 43328                   /* subscript */
 43329                   -1,
 43330                   /* value */
 43331                   0,
 43332               };
 43333               
 43334               static MetaFeature*
 43335               _CIM_FibrePortEventCounters_ResetCounter_parameters[] =
 43336               {
 43337                   (MetaFeature*)&_CIM_FibrePortEventCounters_ResetCounter_SelectedCounter,
 43338                   0,
 43339               };
 43340               
 43341               static const char*
 43342               _CIM_FibrePortEventCounters_ResetCounter_qualifiers[] =
 43343               {
 43344                   /* Deprecated */
 43345                   "\013\000\001CIM_FCPortStatistics.ResetSelectedStats\000",
 43346                   0,
 43347               };
 43348 mike  1.1.2.1 
 43349               static MetaMethod
 43350               _CIM_FibrePortEventCounters_ResetCounter =
 43351               {
 43352                   /* flags */
 43353                   META_FLAG_METHOD,
 43354                   /* name */
 43355                   "CIM_FibrePortEventCounters",
 43356                   /* qualifiers */
 43357                   _CIM_FibrePortEventCounters_ResetCounter_qualifiers,
 43358                   /* type */
 43359                   CIMTYPE_UINT32,
 43360                   /* parameters */
 43361                   _CIM_FibrePortEventCounters_ResetCounter_parameters,
 43362               };
 43363               
 43364               static MetaFeature*
 43365               _CIM_FibrePortEventCounters_features[] =
 43366               {
 43367                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsReceived,
 43368                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsSent,
 43369 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortEventCounters_EOFAbortsReceived,
 43370                   (MetaFeature*)&_CIM_FibrePortEventCounters_EOFAbortsTransmitted,
 43371                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsReceived,
 43372                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsSent,
 43373                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsRejected,
 43374                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsRejected,
 43375                   (MetaFeature*)&_CIM_FibrePortEventCounters_ResetCounter,
 43376                   0,
 43377               };
 43378               
 43379               static const char*
 43380               __root_cimv2_CIM_FibrePortEventCounters_qualifiers[] =
 43381               {
 43382                   /* Deprecated */
 43383                   "\013\000\001CIM_FCPortStatistics\000",
 43384                   /* UMLPackagePath */
 43385                   "\057CIM::Device::NetworkAdapter",
 43386                   /* Version */
 43387                   "\0632.10.0",
 43388                   0,
 43389               };
 43390 mike  1.1.2.1 
 43391               MetaClass
 43392               __root_cimv2_CIM_FibrePortEventCounters =
 43393               {
 43394                   /* flags */
 43395                   META_FLAG_CLASS,
 43396                   /* name */
 43397                   "CIM_FibrePortEventCounters",
 43398                   /* qualifiers */
 43399                   __root_cimv2_CIM_FibrePortEventCounters_qualifiers,
 43400                   /* super */
 43401                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 43402                   /* features */
 43403                   _CIM_FibrePortEventCounters_features,
 43404               };
 43405               
 43406               //==============================================================================
 43407               //
 43408               // Class: CIM_FRUIncludesProduct
 43409               //
 43410               //==============================================================================
 43411 mike  1.1.2.1 
 43412               static const char*
 43413               _CIM_FRUIncludesProduct_FRU_qualifiers[] =
 43414               {
 43415                   /* Key */
 43416                   "\025\001",
 43417                   /* Aggregate */
 43418                   "\003\001",
 43419                   /* Max */
 43420                   "\027\000\000\000\001",
 43421                   0,
 43422               };
 43423               
 43424               static MetaReference
 43425               _CIM_FRUIncludesProduct_FRU =
 43426               {
 43427                   /* flags */
 43428                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 43429                   /* name */
 43430                   "FRU",
 43431                   /* qualifiers */
 43432 mike  1.1.2.1     _CIM_FRUIncludesProduct_FRU_qualifiers,
 43433                   /* subscript */
 43434                   -1,
 43435                   /* refId */
 43436                   &__root_cimv2_CIM_FRU,
 43437               };
 43438               
 43439               static const char*
 43440               _CIM_FRUIncludesProduct_Component_qualifiers[] =
 43441               {
 43442                   /* Key */
 43443                   "\025\001",
 43444                   0,
 43445               };
 43446               
 43447               static MetaReference
 43448               _CIM_FRUIncludesProduct_Component =
 43449               {
 43450                   /* flags */
 43451                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 43452                   /* name */
 43453 mike  1.1.2.1     "Component",
 43454                   /* qualifiers */
 43455                   _CIM_FRUIncludesProduct_Component_qualifiers,
 43456                   /* subscript */
 43457                   -1,
 43458                   /* refId */
 43459                   &__root_cimv2_CIM_Product,
 43460               };
 43461               
 43462               static MetaFeature*
 43463               _CIM_FRUIncludesProduct_features[] =
 43464               {
 43465                   (MetaFeature*)&_CIM_FRUIncludesProduct_FRU,
 43466                   (MetaFeature*)&_CIM_FRUIncludesProduct_Component,
 43467                   0,
 43468               };
 43469               
 43470               static const char*
 43471               __root_cimv2_CIM_FRUIncludesProduct_qualifiers[] =
 43472               {
 43473                   /* ASSOCIATION */
 43474 mike  1.1.2.1     "\000\001",
 43475                   /* UMLPackagePath */
 43476                   "\057CIM::Core::ProductFRU",
 43477                   /* Aggregation */
 43478                   "\004\001",
 43479                   /* Composition */
 43480                   "\011\001",
 43481                   /* Version */
 43482                   "\0632.7.0",
 43483                   0,
 43484               };
 43485               
 43486               MetaClass
 43487               __root_cimv2_CIM_FRUIncludesProduct =
 43488               {
 43489                   /* flags */
 43490                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43491                   /* name */
 43492                   "CIM_FRUIncludesProduct",
 43493                   /* qualifiers */
 43494                   __root_cimv2_CIM_FRUIncludesProduct_qualifiers,
 43495 mike  1.1.2.1     /* super */
 43496                   0,
 43497                   /* features */
 43498                   _CIM_FRUIncludesProduct_features,
 43499               };
 43500               
 43501               //==============================================================================
 43502               //
 43503               // Class: CIM_FRUPhysicalElements
 43504               //
 43505               //==============================================================================
 43506               
 43507               static const char*
 43508               _CIM_FRUPhysicalElements_FRU_qualifiers[] =
 43509               {
 43510                   /* Key */
 43511                   "\025\001",
 43512                   /* Aggregate */
 43513                   "\003\001",
 43514                   /* Max */
 43515                   "\027\000\000\000\001",
 43516 mike  1.1.2.1     0,
 43517               };
 43518               
 43519               static MetaReference
 43520               _CIM_FRUPhysicalElements_FRU =
 43521               {
 43522                   /* flags */
 43523                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 43524                   /* name */
 43525                   "FRU",
 43526                   /* qualifiers */
 43527                   _CIM_FRUPhysicalElements_FRU_qualifiers,
 43528                   /* subscript */
 43529                   -1,
 43530                   /* refId */
 43531                   &__root_cimv2_CIM_FRU,
 43532               };
 43533               
 43534               static const char*
 43535               _CIM_FRUPhysicalElements_Component_qualifiers[] =
 43536               {
 43537 mike  1.1.2.1     /* Key */
 43538                   "\025\001",
 43539                   0,
 43540               };
 43541               
 43542               static MetaReference
 43543               _CIM_FRUPhysicalElements_Component =
 43544               {
 43545                   /* flags */
 43546                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 43547                   /* name */
 43548                   "Component",
 43549                   /* qualifiers */
 43550                   _CIM_FRUPhysicalElements_Component_qualifiers,
 43551                   /* subscript */
 43552                   -1,
 43553                   /* refId */
 43554                   &__root_cimv2_CIM_PhysicalElement,
 43555               };
 43556               
 43557               static MetaFeature*
 43558 mike  1.1.2.1 _CIM_FRUPhysicalElements_features[] =
 43559               {
 43560                   (MetaFeature*)&_CIM_FRUPhysicalElements_FRU,
 43561                   (MetaFeature*)&_CIM_FRUPhysicalElements_Component,
 43562                   0,
 43563               };
 43564               
 43565               static const char*
 43566               __root_cimv2_CIM_FRUPhysicalElements_qualifiers[] =
 43567               {
 43568                   /* ASSOCIATION */
 43569                   "\000\001",
 43570                   /* UMLPackagePath */
 43571                   "\057CIM::Core::ProductFRU",
 43572                   /* Aggregation */
 43573                   "\004\001",
 43574                   /* Composition */
 43575                   "\011\001",
 43576                   /* Version */
 43577                   "\0632.7.0",
 43578                   0,
 43579 mike  1.1.2.1 };
 43580               
 43581               MetaClass
 43582               __root_cimv2_CIM_FRUPhysicalElements =
 43583               {
 43584                   /* flags */
 43585                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43586                   /* name */
 43587                   "CIM_FRUPhysicalElements",
 43588                   /* qualifiers */
 43589                   __root_cimv2_CIM_FRUPhysicalElements_qualifiers,
 43590                   /* super */
 43591                   0,
 43592                   /* features */
 43593                   _CIM_FRUPhysicalElements_features,
 43594               };
 43595               
 43596               //==============================================================================
 43597               //
 43598               // Class: CIM_GatewayPathID
 43599               //
 43600 mike  1.1.2.1 //==============================================================================
 43601               
 43602               static const char*
 43603               _CIM_GatewayPathID_GatewayID_qualifiers[] =
 43604               {
 43605                   /* Required */
 43606                   "\050\001",
 43607                   /* ModelCorrespondence */
 43608                   "\036\000\002CIM_GatewayPathID.GatewayIDType\000CIM_GatewayPathID.OtherGatewayIDType\000",
 43609                   0,
 43610               };
 43611               
 43612               static MetaProperty
 43613               _CIM_GatewayPathID_GatewayID =
 43614               {
 43615                   /* flags */
 43616                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 43617                   /* name */
 43618                   "GatewayID",
 43619                   /* qualifiers */
 43620                   _CIM_GatewayPathID_GatewayID_qualifiers,
 43621 mike  1.1.2.1     /* type */
 43622                   CIMTYPE_STRING,
 43623                   /* subscript */
 43624                   -1,
 43625                   /* value */
 43626                   0,
 43627               };
 43628               
 43629               static const char*
 43630               _CIM_GatewayPathID_GatewayIDType_qualifiers[] =
 43631               {
 43632                   /* Required */
 43633                   "\050\001",
 43634                   /* ValueMap */
 43635                   "\061\000\0051\0002\0003\0004\0005\000",
 43636                   /* Values */
 43637                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
 43638                   /* ModelCorrespondence */
 43639                   "\036\000\001CIM_GatewayPathID.GatewayID\000",
 43640                   0,
 43641               };
 43642 mike  1.1.2.1 
 43643               static MetaProperty
 43644               _CIM_GatewayPathID_GatewayIDType =
 43645               {
 43646                   /* flags */
 43647                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 43648                   /* name */
 43649                   "GatewayIDType",
 43650                   /* qualifiers */
 43651                   _CIM_GatewayPathID_GatewayIDType_qualifiers,
 43652                   /* type */
 43653                   CIMTYPE_UINT16,
 43654                   /* subscript */
 43655                   -1,
 43656                   /* value */
 43657                   0,
 43658               };
 43659               
 43660               static const char*
 43661               _CIM_GatewayPathID_OtherGatewayIDType_qualifiers[] =
 43662               {
 43663 mike  1.1.2.1     /* ModelCorrespondence */
 43664                   "\036\000\001CIM_GatewayPathID.GatewayID\000",
 43665                   0,
 43666               };
 43667               
 43668               static MetaProperty
 43669               _CIM_GatewayPathID_OtherGatewayIDType =
 43670               {
 43671                   /* flags */
 43672                   META_FLAG_PROPERTY|META_FLAG_READ,
 43673                   /* name */
 43674                   "OtherGatewayIDType",
 43675                   /* qualifiers */
 43676                   _CIM_GatewayPathID_OtherGatewayIDType_qualifiers,
 43677                   /* type */
 43678                   CIMTYPE_STRING,
 43679                   /* subscript */
 43680                   -1,
 43681                   /* value */
 43682                   0,
 43683               };
 43684 mike  1.1.2.1 
 43685               static MetaFeature*
 43686               _CIM_GatewayPathID_features[] =
 43687               {
 43688                   (MetaFeature*)&_CIM_GatewayPathID_GatewayID,
 43689                   (MetaFeature*)&_CIM_GatewayPathID_GatewayIDType,
 43690                   (MetaFeature*)&_CIM_GatewayPathID_OtherGatewayIDType,
 43691                   0,
 43692               };
 43693               
 43694               static const char*
 43695               __root_cimv2_CIM_GatewayPathID_qualifiers[] =
 43696               {
 43697                   /* UMLPackagePath */
 43698                   "\057CIM::User::StorageHardwareID",
 43699                   /* Version */
 43700                   "\0632.8.1000",
 43701                   0,
 43702               };
 43703               
 43704               MetaClass
 43705 mike  1.1.2.1 __root_cimv2_CIM_GatewayPathID =
 43706               {
 43707                   /* flags */
 43708                   META_FLAG_CLASS,
 43709                   /* name */
 43710                   "CIM_GatewayPathID",
 43711                   /* qualifiers */
 43712                   __root_cimv2_CIM_GatewayPathID_qualifiers,
 43713                   /* super */
 43714                   &__root_cimv2_CIM_StorageHardwareID,
 43715                   /* features */
 43716                   _CIM_GatewayPathID_features,
 43717               };
 43718               
 43719               //==============================================================================
 43720               //
 43721               // Class: CIM_GroupInDiskGroup
 43722               //
 43723               //==============================================================================
 43724               
 43725               static const char*
 43726 mike  1.1.2.1 _CIM_GroupInDiskGroup_Collection_qualifiers[] =
 43727               {
 43728                   /* Aggregate */
 43729                   "\003\001",
 43730                   /* Override */
 43731                   "\044Collection",
 43732                   /* Max */
 43733                   "\027\000\000\000\001",
 43734                   0,
 43735               };
 43736               
 43737               static MetaReference
 43738               _CIM_GroupInDiskGroup_Collection =
 43739               {
 43740                   /* flags */
 43741                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 43742                   /* name */
 43743                   "Collection",
 43744                   /* qualifiers */
 43745                   _CIM_GroupInDiskGroup_Collection_qualifiers,
 43746                   /* subscript */
 43747 mike  1.1.2.1     -1,
 43748                   /* refId */
 43749                   &__root_cimv2_CIM_DiskGroup,
 43750               };
 43751               
 43752               static const char*
 43753               _CIM_GroupInDiskGroup_CollectionInCollection_qualifiers[] =
 43754               {
 43755                   /* Override */
 43756                   "\044CollectionInCollection",
 43757                   0,
 43758               };
 43759               
 43760               static MetaReference
 43761               _CIM_GroupInDiskGroup_CollectionInCollection =
 43762               {
 43763                   /* flags */
 43764                   META_FLAG_REFERENCE|META_FLAG_READ,
 43765                   /* name */
 43766                   "CollectionInCollection",
 43767                   /* qualifiers */
 43768 mike  1.1.2.1     _CIM_GroupInDiskGroup_CollectionInCollection_qualifiers,
 43769                   /* subscript */
 43770                   -1,
 43771                   /* refId */
 43772                   &__root_cimv2_CIM_DiskGroup,
 43773               };
 43774               
 43775               static MetaFeature*
 43776               _CIM_GroupInDiskGroup_features[] =
 43777               {
 43778                   (MetaFeature*)&_CIM_GroupInDiskGroup_Collection,
 43779                   (MetaFeature*)&_CIM_GroupInDiskGroup_CollectionInCollection,
 43780                   0,
 43781               };
 43782               
 43783               static const char*
 43784               __root_cimv2_CIM_GroupInDiskGroup_qualifiers[] =
 43785               {
 43786                   /* ASSOCIATION */
 43787                   "\000\001",
 43788                   /* UMLPackagePath */
 43789 mike  1.1.2.1     "\057CIM::Device::DiskGroup",
 43790                   /* Aggregation */
 43791                   "\004\001",
 43792                   /* Version */
 43793                   "\0632.10.0",
 43794                   0,
 43795               };
 43796               
 43797               MetaClass
 43798               __root_cimv2_CIM_GroupInDiskGroup =
 43799               {
 43800                   /* flags */
 43801                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43802                   /* name */
 43803                   "CIM_GroupInDiskGroup",
 43804                   /* qualifiers */
 43805                   __root_cimv2_CIM_GroupInDiskGroup_qualifiers,
 43806                   /* super */
 43807                   &__root_cimv2_CIM_CollectedCollections,
 43808                   /* features */
 43809                   _CIM_GroupInDiskGroup_features,
 43810 mike  1.1.2.1 };
 43811               
 43812               //==============================================================================
 43813               //
 43814               // Class: CIM_IKEAction
 43815               //
 43816               //==============================================================================
 43817               
 43818               static const char*
 43819               _CIM_IKEAction_ExchangeMode_qualifiers[] =
 43820               {
 43821                   /* ValueMap */
 43822                   "\061\000\0032\0003\0004\000",
 43823                   /* Values */
 43824                   "\062\000\003Base\000Main\000Aggressive\000",
 43825                   /* MappingStrings */
 43826                   "\026\000\001IPSP Policy Model.IETF|IKEAction.ExchangeMode\000",
 43827                   0,
 43828               };
 43829               
 43830               static MetaProperty
 43831 mike  1.1.2.1 _CIM_IKEAction_ExchangeMode =
 43832               {
 43833                   /* flags */
 43834                   META_FLAG_PROPERTY|META_FLAG_READ,
 43835                   /* name */
 43836                   "ExchangeMode",
 43837                   /* qualifiers */
 43838                   _CIM_IKEAction_ExchangeMode_qualifiers,
 43839                   /* type */
 43840                   CIMTYPE_UINT16,
 43841                   /* subscript */
 43842                   -1,
 43843                   /* value */
 43844                   0,
 43845               };
 43846               
 43847               static const char*
 43848               _CIM_IKEAction_UseIKEIdentityType_qualifiers[] =
 43849               {
 43850                   /* ValueMap */
 43851                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 43852 mike  1.1.2.1     /* Values */
 43853                   "\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",
 43854                   /* MappingStrings */
 43855                   "\026\000\002IPSP Policy Model.IETF|IKEAction.UseIKEIdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
 43856                   /* ModelCorrespondence */
 43857                   "\036\000\001CIM_IPNetworkIdentity.IdentityType\000",
 43858                   0,
 43859               };
 43860               
 43861               static MetaProperty
 43862               _CIM_IKEAction_UseIKEIdentityType =
 43863               {
 43864                   /* flags */
 43865                   META_FLAG_PROPERTY|META_FLAG_READ,
 43866                   /* name */
 43867                   "UseIKEIdentityType",
 43868                   /* qualifiers */
 43869                   _CIM_IKEAction_UseIKEIdentityType_qualifiers,
 43870                   /* type */
 43871                   CIMTYPE_UINT16,
 43872                   /* subscript */
 43873 mike  1.1.2.1     -1,
 43874                   /* value */
 43875                   0,
 43876               };
 43877               
 43878               static const char*
 43879               _CIM_IKEAction_VendorID_qualifiers[] =
 43880               {
 43881                   /* MappingStrings */
 43882                   "\026\000\001IPSP Policy Model.IETF|IKEAction.VendorID\000",
 43883                   0,
 43884               };
 43885               
 43886               static MetaProperty
 43887               _CIM_IKEAction_VendorID =
 43888               {
 43889                   /* flags */
 43890                   META_FLAG_PROPERTY|META_FLAG_READ,
 43891                   /* name */
 43892                   "VendorID",
 43893                   /* qualifiers */
 43894 mike  1.1.2.1     _CIM_IKEAction_VendorID_qualifiers,
 43895                   /* type */
 43896                   CIMTYPE_STRING,
 43897                   /* subscript */
 43898                   -1,
 43899                   /* value */
 43900                   "",
 43901               };
 43902               
 43903               static const char*
 43904               _CIM_IKEAction_AggressiveModeGroupID_qualifiers[] =
 43905               {
 43906                   /* ValueMap */
 43907                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 43908                   /* Values */
 43909                   "\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",
 43910                   /* MappingStrings */
 43911                   "\026\000\002IPSP Policy Model.IETF|IKEAction.AggressiveModeGroupID\000RFC2412.IETF|Appendix E\000",
 43912                   /* ModelCorrespondence */
 43913                   "\036\000\001CIM_IKEAction.VendorID\000",
 43914                   0,
 43915 mike  1.1.2.1 };
 43916               
 43917               static MetaProperty
 43918               _CIM_IKEAction_AggressiveModeGroupID =
 43919               {
 43920                   /* flags */
 43921                   META_FLAG_PROPERTY|META_FLAG_READ,
 43922                   /* name */
 43923                   "AggressiveModeGroupID",
 43924                   /* qualifiers */
 43925                   _CIM_IKEAction_AggressiveModeGroupID_qualifiers,
 43926                   /* type */
 43927                   CIMTYPE_UINT16,
 43928                   /* subscript */
 43929                   -1,
 43930                   /* value */
 43931                   0,
 43932               };
 43933               
 43934               static MetaFeature*
 43935               _CIM_IKEAction_features[] =
 43936 mike  1.1.2.1 {
 43937                   (MetaFeature*)&_CIM_IKEAction_ExchangeMode,
 43938                   (MetaFeature*)&_CIM_IKEAction_UseIKEIdentityType,
 43939                   (MetaFeature*)&_CIM_IKEAction_VendorID,
 43940                   (MetaFeature*)&_CIM_IKEAction_AggressiveModeGroupID,
 43941                   0,
 43942               };
 43943               
 43944               static const char*
 43945               __root_cimv2_CIM_IKEAction_qualifiers[] =
 43946               {
 43947                   /* UMLPackagePath */
 43948                   "\057CIM::IPsecPolicy",
 43949                   /* Version */
 43950                   "\0632.8.0",
 43951                   /* MappingStrings */
 43952                   "\026\000\001IPSP Policy Model.IETF|IKEAction\000",
 43953                   0,
 43954               };
 43955               
 43956               MetaClass
 43957 mike  1.1.2.1 __root_cimv2_CIM_IKEAction =
 43958               {
 43959                   /* flags */
 43960                   META_FLAG_CLASS,
 43961                   /* name */
 43962                   "CIM_IKEAction",
 43963                   /* qualifiers */
 43964                   __root_cimv2_CIM_IKEAction_qualifiers,
 43965                   /* super */
 43966                   &__root_cimv2_CIM_SANegotiationAction,
 43967                   /* features */
 43968                   _CIM_IKEAction_features,
 43969               };
 43970               
 43971               //==============================================================================
 43972               //
 43973               // Class: CIM_IndicationHandler
 43974               //
 43975               //==============================================================================
 43976               
 43977               static const char*
 43978 mike  1.1.2.1 _CIM_IndicationHandler_Owner_qualifiers[] =
 43979               {
 43980                   /* Deprecated */
 43981                   "\013\000\001No value\000",
 43982                   0,
 43983               };
 43984               
 43985               static MetaProperty
 43986               _CIM_IndicationHandler_Owner =
 43987               {
 43988                   /* flags */
 43989                   META_FLAG_PROPERTY|META_FLAG_READ,
 43990                   /* name */
 43991                   "Owner",
 43992                   /* qualifiers */
 43993                   _CIM_IndicationHandler_Owner_qualifiers,
 43994                   /* type */
 43995                   CIMTYPE_STRING,
 43996                   /* subscript */
 43997                   -1,
 43998                   /* value */
 43999 mike  1.1.2.1     0,
 44000               };
 44001               
 44002               static MetaFeature*
 44003               _CIM_IndicationHandler_features[] =
 44004               {
 44005                   (MetaFeature*)&_CIM_IndicationHandler_Owner,
 44006                   0,
 44007               };
 44008               
 44009               static const char*
 44010               __root_cimv2_CIM_IndicationHandler_qualifiers[] =
 44011               {
 44012                   /* Deprecated */
 44013                   "\013\000\001CIM_ListenerDestination\000",
 44014                   /* UMLPackagePath */
 44015                   "\057CIM::Event",
 44016                   /* Abstract */
 44017                   "\002\001",
 44018                   /* Version */
 44019                   "\0632.8.0",
 44020 mike  1.1.2.1     0,
 44021               };
 44022               
 44023               MetaClass
 44024               __root_cimv2_CIM_IndicationHandler =
 44025               {
 44026                   /* flags */
 44027                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 44028                   /* name */
 44029                   "CIM_IndicationHandler",
 44030                   /* qualifiers */
 44031                   __root_cimv2_CIM_IndicationHandler_qualifiers,
 44032                   /* super */
 44033                   &__root_cimv2_CIM_ListenerDestination,
 44034                   /* features */
 44035                   _CIM_IndicationHandler_features,
 44036               };
 44037               
 44038               //==============================================================================
 44039               //
 44040               // Class: CIM_IndicationHandlerCIMXML
 44041 mike  1.1.2.1 //
 44042               //==============================================================================
 44043               
 44044               static const char*
 44045               _CIM_IndicationHandlerCIMXML_Destination_qualifiers[] =
 44046               {
 44047                   /* Deprecated */
 44048                   "\013\000\001CIM_ListenerDestinationCIMXML.Destination\000",
 44049                   /* Required */
 44050                   "\050\001",
 44051                   0,
 44052               };
 44053               
 44054               static MetaProperty
 44055               _CIM_IndicationHandlerCIMXML_Destination =
 44056               {
 44057                   /* flags */
 44058                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 44059                   /* name */
 44060                   "Destination",
 44061                   /* qualifiers */
 44062 mike  1.1.2.1     _CIM_IndicationHandlerCIMXML_Destination_qualifiers,
 44063                   /* type */
 44064                   CIMTYPE_STRING,
 44065                   /* subscript */
 44066                   -1,
 44067                   /* value */
 44068                   0,
 44069               };
 44070               
 44071               static MetaFeature*
 44072               _CIM_IndicationHandlerCIMXML_features[] =
 44073               {
 44074                   (MetaFeature*)&_CIM_IndicationHandlerCIMXML_Destination,
 44075                   0,
 44076               };
 44077               
 44078               static const char*
 44079               __root_cimv2_CIM_IndicationHandlerCIMXML_qualifiers[] =
 44080               {
 44081                   /* Deprecated */
 44082                   "\013\000\001CIM_ListenerDestinationCIMXML\000",
 44083 mike  1.1.2.1     /* UMLPackagePath */
 44084                   "\057CIM::Event",
 44085                   /* Version */
 44086                   "\0632.8.0",
 44087                   0,
 44088               };
 44089               
 44090               MetaClass
 44091               __root_cimv2_CIM_IndicationHandlerCIMXML =
 44092               {
 44093                   /* flags */
 44094                   META_FLAG_CLASS,
 44095                   /* name */
 44096                   "CIM_IndicationHandlerCIMXML",
 44097                   /* qualifiers */
 44098                   __root_cimv2_CIM_IndicationHandlerCIMXML_qualifiers,
 44099                   /* super */
 44100                   &__root_cimv2_CIM_IndicationHandler,
 44101                   /* features */
 44102                   _CIM_IndicationHandlerCIMXML_features,
 44103               };
 44104 mike  1.1.2.1 
 44105               //==============================================================================
 44106               //
 44107               // Class: CIM_IndicationSubscription
 44108               //
 44109               //==============================================================================
 44110               
 44111               static const char*
 44112               _CIM_IndicationSubscription_Filter_qualifiers[] =
 44113               {
 44114                   /* Key */
 44115                   "\025\001",
 44116                   0,
 44117               };
 44118               
 44119               static MetaReference
 44120               _CIM_IndicationSubscription_Filter =
 44121               {
 44122                   /* flags */
 44123                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 44124                   /* name */
 44125 mike  1.1.2.1     "Filter",
 44126                   /* qualifiers */
 44127                   _CIM_IndicationSubscription_Filter_qualifiers,
 44128                   /* subscript */
 44129                   -1,
 44130                   /* refId */
 44131                   &__root_cimv2_CIM_IndicationFilter,
 44132               };
 44133               
 44134               static const char*
 44135               _CIM_IndicationSubscription_Handler_qualifiers[] =
 44136               {
 44137                   /* Key */
 44138                   "\025\001",
 44139                   0,
 44140               };
 44141               
 44142               static MetaReference
 44143               _CIM_IndicationSubscription_Handler =
 44144               {
 44145                   /* flags */
 44146 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 44147                   /* name */
 44148                   "Handler",
 44149                   /* qualifiers */
 44150                   _CIM_IndicationSubscription_Handler_qualifiers,
 44151                   /* subscript */
 44152                   -1,
 44153                   /* refId */
 44154                   &__root_cimv2_CIM_ListenerDestination,
 44155               };
 44156               
 44157               static const char*
 44158               _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers[] =
 44159               {
 44160                   /* ValueMap */
 44161                   "\061\000\0041\0002\0003\0004\000",
 44162                   /* Values */
 44163                   "\062\000\004Other\000Ignore\000Disable\000Remove\000",
 44164                   0,
 44165               };
 44166               
 44167 mike  1.1.2.1 static MetaProperty
 44168               _CIM_IndicationSubscription_OnFatalErrorPolicy =
 44169               {
 44170                   /* flags */
 44171                   META_FLAG_PROPERTY|META_FLAG_READ,
 44172                   /* name */
 44173                   "OnFatalErrorPolicy",
 44174                   /* qualifiers */
 44175                   _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers,
 44176                   /* type */
 44177                   CIMTYPE_UINT16,
 44178                   /* subscript */
 44179                   -1,
 44180                   /* value */
 44181                   0,
 44182               };
 44183               
 44184               static const char*
 44185               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers[] =
 44186               {
 44187                   0,
 44188 mike  1.1.2.1 };
 44189               
 44190               static MetaProperty
 44191               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy =
 44192               {
 44193                   /* flags */
 44194                   META_FLAG_PROPERTY|META_FLAG_READ,
 44195                   /* name */
 44196                   "OtherOnFatalErrorPolicy",
 44197                   /* qualifiers */
 44198                   _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers,
 44199                   /* type */
 44200                   CIMTYPE_STRING,
 44201                   /* subscript */
 44202                   -1,
 44203                   /* value */
 44204                   0,
 44205               };
 44206               
 44207               static const char*
 44208               _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers[] =
 44209 mike  1.1.2.1 {
 44210                   /* Units */
 44211                   "\060Seconds",
 44212                   0,
 44213               };
 44214               
 44215               static MetaProperty
 44216               _CIM_IndicationSubscription_FailureTriggerTimeInterval =
 44217               {
 44218                   /* flags */
 44219                   META_FLAG_PROPERTY|META_FLAG_READ,
 44220                   /* name */
 44221                   "FailureTriggerTimeInterval",
 44222                   /* qualifiers */
 44223                   _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers,
 44224                   /* type */
 44225                   CIMTYPE_UINT64,
 44226                   /* subscript */
 44227                   -1,
 44228                   /* value */
 44229                   0,
 44230 mike  1.1.2.1 };
 44231               
 44232               static const char*
 44233               _CIM_IndicationSubscription_SubscriptionState_qualifiers[] =
 44234               {
 44235                   /* Write */
 44236                   "\065\001",
 44237                   /* ValueMap */
 44238                   "\061\000\0050\0001\0002\0003\0004\000",
 44239                   /* Values */
 44240                   "\062\000\005Unknown\000Other\000Enabled\000Enabled Degraded\000Disabled\000",
 44241                   0,
 44242               };
 44243               
 44244               static MetaProperty
 44245               _CIM_IndicationSubscription_SubscriptionState =
 44246               {
 44247                   /* flags */
 44248                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 44249                   /* name */
 44250                   "SubscriptionState",
 44251 mike  1.1.2.1     /* qualifiers */
 44252                   _CIM_IndicationSubscription_SubscriptionState_qualifiers,
 44253                   /* type */
 44254                   CIMTYPE_UINT16,
 44255                   /* subscript */
 44256                   -1,
 44257                   /* value */
 44258                   0,
 44259               };
 44260               
 44261               static const char*
 44262               _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers[] =
 44263               {
 44264                   0,
 44265               };
 44266               
 44267               static MetaProperty
 44268               _CIM_IndicationSubscription_OtherSubscriptionState =
 44269               {
 44270                   /* flags */
 44271                   META_FLAG_PROPERTY|META_FLAG_READ,
 44272 mike  1.1.2.1     /* name */
 44273                   "OtherSubscriptionState",
 44274                   /* qualifiers */
 44275                   _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers,
 44276                   /* type */
 44277                   CIMTYPE_STRING,
 44278                   /* subscript */
 44279                   -1,
 44280                   /* value */
 44281                   0,
 44282               };
 44283               
 44284               static const char*
 44285               _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers[] =
 44286               {
 44287                   0,
 44288               };
 44289               
 44290               static MetaProperty
 44291               _CIM_IndicationSubscription_TimeOfLastStateChange =
 44292               {
 44293 mike  1.1.2.1     /* flags */
 44294                   META_FLAG_PROPERTY|META_FLAG_READ,
 44295                   /* name */
 44296                   "TimeOfLastStateChange",
 44297                   /* qualifiers */
 44298                   _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers,
 44299                   /* type */
 44300                   CIMTYPE_DATETIME,
 44301                   /* subscript */
 44302                   -1,
 44303                   /* value */
 44304                   0,
 44305               };
 44306               
 44307               static const char*
 44308               _CIM_IndicationSubscription_SubscriptionDuration_qualifiers[] =
 44309               {
 44310                   /* Write */
 44311                   "\065\001",
 44312                   /* Units */
 44313                   "\060Seconds",
 44314 mike  1.1.2.1     0,
 44315               };
 44316               
 44317               static MetaProperty
 44318               _CIM_IndicationSubscription_SubscriptionDuration =
 44319               {
 44320                   /* flags */
 44321                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 44322                   /* name */
 44323                   "SubscriptionDuration",
 44324                   /* qualifiers */
 44325                   _CIM_IndicationSubscription_SubscriptionDuration_qualifiers,
 44326                   /* type */
 44327                   CIMTYPE_UINT64,
 44328                   /* subscript */
 44329                   -1,
 44330                   /* value */
 44331                   0,
 44332               };
 44333               
 44334               static const char*
 44335 mike  1.1.2.1 _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers[] =
 44336               {
 44337                   0,
 44338               };
 44339               
 44340               static MetaProperty
 44341               _CIM_IndicationSubscription_SubscriptionStartTime =
 44342               {
 44343                   /* flags */
 44344                   META_FLAG_PROPERTY|META_FLAG_READ,
 44345                   /* name */
 44346                   "SubscriptionStartTime",
 44347                   /* qualifiers */
 44348                   _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers,
 44349                   /* type */
 44350                   CIMTYPE_DATETIME,
 44351                   /* subscript */
 44352                   -1,
 44353                   /* value */
 44354                   0,
 44355               };
 44356 mike  1.1.2.1 
 44357               static const char*
 44358               _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers[] =
 44359               {
 44360                   /* Units */
 44361                   "\060Seconds",
 44362                   0,
 44363               };
 44364               
 44365               static MetaProperty
 44366               _CIM_IndicationSubscription_SubscriptionTimeRemaining =
 44367               {
 44368                   /* flags */
 44369                   META_FLAG_PROPERTY|META_FLAG_READ,
 44370                   /* name */
 44371                   "SubscriptionTimeRemaining",
 44372                   /* qualifiers */
 44373                   _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers,
 44374                   /* type */
 44375                   CIMTYPE_UINT64,
 44376                   /* subscript */
 44377 mike  1.1.2.1     -1,
 44378                   /* value */
 44379                   0,
 44380               };
 44381               
 44382               static const char*
 44383               _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers[] =
 44384               {
 44385                   /* ValueMap */
 44386                   "\061\000\0050\0001\0002\0003\0004\000",
 44387                   /* Values */
 44388                   "\062\000\005Unknown\000Other\000None\000Suppress\000Delay\000",
 44389                   0,
 44390               };
 44391               
 44392               static MetaProperty
 44393               _CIM_IndicationSubscription_RepeatNotificationPolicy =
 44394               {
 44395                   /* flags */
 44396                   META_FLAG_PROPERTY|META_FLAG_READ,
 44397                   /* name */
 44398 mike  1.1.2.1     "RepeatNotificationPolicy",
 44399                   /* qualifiers */
 44400                   _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers,
 44401                   /* type */
 44402                   CIMTYPE_UINT16,
 44403                   /* subscript */
 44404                   -1,
 44405                   /* value */
 44406                   0,
 44407               };
 44408               
 44409               static const char*
 44410               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers[] =
 44411               {
 44412                   0,
 44413               };
 44414               
 44415               static MetaProperty
 44416               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy =
 44417               {
 44418                   /* flags */
 44419 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 44420                   /* name */
 44421                   "OtherRepeatNotificationPolicy",
 44422                   /* qualifiers */
 44423                   _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers,
 44424                   /* type */
 44425                   CIMTYPE_STRING,
 44426                   /* subscript */
 44427                   -1,
 44428                   /* value */
 44429                   0,
 44430               };
 44431               
 44432               static const char*
 44433               _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers[] =
 44434               {
 44435                   /* Units */
 44436                   "\060Seconds",
 44437                   0,
 44438               };
 44439               
 44440 mike  1.1.2.1 static MetaProperty
 44441               _CIM_IndicationSubscription_RepeatNotificationInterval =
 44442               {
 44443                   /* flags */
 44444                   META_FLAG_PROPERTY|META_FLAG_READ,
 44445                   /* name */
 44446                   "RepeatNotificationInterval",
 44447                   /* qualifiers */
 44448                   _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers,
 44449                   /* type */
 44450                   CIMTYPE_UINT64,
 44451                   /* subscript */
 44452                   -1,
 44453                   /* value */
 44454                   0,
 44455               };
 44456               
 44457               static const char*
 44458               _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers[] =
 44459               {
 44460                   /* Units */
 44461 mike  1.1.2.1     "\060Seconds",
 44462                   0,
 44463               };
 44464               
 44465               static MetaProperty
 44466               _CIM_IndicationSubscription_RepeatNotificationGap =
 44467               {
 44468                   /* flags */
 44469                   META_FLAG_PROPERTY|META_FLAG_READ,
 44470                   /* name */
 44471                   "RepeatNotificationGap",
 44472                   /* qualifiers */
 44473                   _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers,
 44474                   /* type */
 44475                   CIMTYPE_UINT64,
 44476                   /* subscript */
 44477                   -1,
 44478                   /* value */
 44479                   0,
 44480               };
 44481               
 44482 mike  1.1.2.1 static const char*
 44483               _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers[] =
 44484               {
 44485                   0,
 44486               };
 44487               
 44488               static MetaProperty
 44489               _CIM_IndicationSubscription_RepeatNotificationCount =
 44490               {
 44491                   /* flags */
 44492                   META_FLAG_PROPERTY|META_FLAG_READ,
 44493                   /* name */
 44494                   "RepeatNotificationCount",
 44495                   /* qualifiers */
 44496                   _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers,
 44497                   /* type */
 44498                   CIMTYPE_UINT16,
 44499                   /* subscript */
 44500                   -1,
 44501                   /* value */
 44502                   0,
 44503 mike  1.1.2.1 };
 44504               
 44505               static MetaFeature*
 44506               _CIM_IndicationSubscription_features[] =
 44507               {
 44508                   (MetaFeature*)&_CIM_IndicationSubscription_Filter,
 44509                   (MetaFeature*)&_CIM_IndicationSubscription_Handler,
 44510                   (MetaFeature*)&_CIM_IndicationSubscription_OnFatalErrorPolicy,
 44511                   (MetaFeature*)&_CIM_IndicationSubscription_OtherOnFatalErrorPolicy,
 44512                   (MetaFeature*)&_CIM_IndicationSubscription_FailureTriggerTimeInterval,
 44513                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionState,
 44514                   (MetaFeature*)&_CIM_IndicationSubscription_OtherSubscriptionState,
 44515                   (MetaFeature*)&_CIM_IndicationSubscription_TimeOfLastStateChange,
 44516                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionDuration,
 44517                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionStartTime,
 44518                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionTimeRemaining,
 44519                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationPolicy,
 44520                   (MetaFeature*)&_CIM_IndicationSubscription_OtherRepeatNotificationPolicy,
 44521                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationInterval,
 44522                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationGap,
 44523                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationCount,
 44524 mike  1.1.2.1     0,
 44525               };
 44526               
 44527               static const char*
 44528               __root_cimv2_CIM_IndicationSubscription_qualifiers[] =
 44529               {
 44530                   /* ASSOCIATION */
 44531                   "\000\001",
 44532                   /* UMLPackagePath */
 44533                   "\057CIM::Event",
 44534                   /* Version */
 44535                   "\0632.7.0",
 44536                   0,
 44537               };
 44538               
 44539               MetaClass
 44540               __root_cimv2_CIM_IndicationSubscription =
 44541               {
 44542                   /* flags */
 44543                   META_FLAG_ASSOCIATION,
 44544                   /* name */
 44545 mike  1.1.2.1     "CIM_IndicationSubscription",
 44546                   /* qualifiers */
 44547                   __root_cimv2_CIM_IndicationSubscription_qualifiers,
 44548                   /* super */
 44549                   0,
 44550                   /* features */
 44551                   _CIM_IndicationSubscription_features,
 44552               };
 44553               
 44554               //==============================================================================
 44555               //
 44556               // Class: CIM_InstalledProductImage
 44557               //
 44558               //==============================================================================
 44559               
 44560               static const char*
 44561               _CIM_InstalledProductImage_Product_qualifiers[] =
 44562               {
 44563                   /* Key */
 44564                   "\025\001",
 44565                   /* Aggregate */
 44566 mike  1.1.2.1     "\003\001",
 44567                   /* Min */
 44568                   "\033\000\000\000\001",
 44569                   /* Max */
 44570                   "\027\000\000\000\001",
 44571                   0,
 44572               };
 44573               
 44574               static MetaReference
 44575               _CIM_InstalledProductImage_Product =
 44576               {
 44577                   /* flags */
 44578                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 44579                   /* name */
 44580                   "Product",
 44581                   /* qualifiers */
 44582                   _CIM_InstalledProductImage_Product_qualifiers,
 44583                   /* subscript */
 44584                   -1,
 44585                   /* refId */
 44586                   &__root_cimv2_CIM_Product,
 44587 mike  1.1.2.1 };
 44588               
 44589               static const char*
 44590               _CIM_InstalledProductImage_Collection_qualifiers[] =
 44591               {
 44592                   /* Key */
 44593                   "\025\001",
 44594                   /* Weak */
 44595                   "\064\001",
 44596                   0,
 44597               };
 44598               
 44599               static MetaReference
 44600               _CIM_InstalledProductImage_Collection =
 44601               {
 44602                   /* flags */
 44603                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 44604                   /* name */
 44605                   "Collection",
 44606                   /* qualifiers */
 44607                   _CIM_InstalledProductImage_Collection_qualifiers,
 44608 mike  1.1.2.1     /* subscript */
 44609                   -1,
 44610                   /* refId */
 44611                   &__root_cimv2_CIM_InstalledProduct,
 44612               };
 44613               
 44614               static MetaFeature*
 44615               _CIM_InstalledProductImage_features[] =
 44616               {
 44617                   (MetaFeature*)&_CIM_InstalledProductImage_Product,
 44618                   (MetaFeature*)&_CIM_InstalledProductImage_Collection,
 44619                   0,
 44620               };
 44621               
 44622               static const char*
 44623               __root_cimv2_CIM_InstalledProductImage_qualifiers[] =
 44624               {
 44625                   /* ASSOCIATION */
 44626                   "\000\001",
 44627                   /* UMLPackagePath */
 44628                   "\057CIM::Application::InstalledProduct",
 44629 mike  1.1.2.1     /* Aggregation */
 44630                   "\004\001",
 44631                   /* Version */
 44632                   "\0632.6.0",
 44633                   0,
 44634               };
 44635               
 44636               MetaClass
 44637               __root_cimv2_CIM_InstalledProductImage =
 44638               {
 44639                   /* flags */
 44640                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 44641                   /* name */
 44642                   "CIM_InstalledProductImage",
 44643                   /* qualifiers */
 44644                   __root_cimv2_CIM_InstalledProductImage_qualifiers,
 44645                   /* super */
 44646                   0,
 44647                   /* features */
 44648                   _CIM_InstalledProductImage_features,
 44649               };
 44650 mike  1.1.2.1 
 44651               //==============================================================================
 44652               //
 44653               // Class: CIM_InstCreation
 44654               //
 44655               //==============================================================================
 44656               
 44657               static MetaFeature*
 44658               _CIM_InstCreation_features[] =
 44659               {
 44660                   0,
 44661               };
 44662               
 44663               static const char*
 44664               __root_cimv2_CIM_InstCreation_qualifiers[] =
 44665               {
 44666                   /* INDICATION */
 44667                   "\001\001",
 44668                   /* UMLPackagePath */
 44669                   "\057CIM::Event",
 44670                   /* Version */
 44671 mike  1.1.2.1     "\0632.6.0",
 44672                   0,
 44673               };
 44674               
 44675               MetaClass
 44676               __root_cimv2_CIM_InstCreation =
 44677               {
 44678                   /* flags */
 44679                   META_FLAG_INDICATION,
 44680                   /* name */
 44681                   "CIM_InstCreation",
 44682                   /* qualifiers */
 44683                   __root_cimv2_CIM_InstCreation_qualifiers,
 44684                   /* super */
 44685                   &__root_cimv2_CIM_InstIndication,
 44686                   /* features */
 44687                   _CIM_InstCreation_features,
 44688               };
 44689               
 44690               //==============================================================================
 44691               //
 44692 mike  1.1.2.1 // Class: CIM_InstDeletion
 44693               //
 44694               //==============================================================================
 44695               
 44696               static MetaFeature*
 44697               _CIM_InstDeletion_features[] =
 44698               {
 44699                   0,
 44700               };
 44701               
 44702               static const char*
 44703               __root_cimv2_CIM_InstDeletion_qualifiers[] =
 44704               {
 44705                   /* INDICATION */
 44706                   "\001\001",
 44707                   /* UMLPackagePath */
 44708                   "\057CIM::Event",
 44709                   /* Version */
 44710                   "\0632.6.0",
 44711                   0,
 44712               };
 44713 mike  1.1.2.1 
 44714               MetaClass
 44715               __root_cimv2_CIM_InstDeletion =
 44716               {
 44717                   /* flags */
 44718                   META_FLAG_INDICATION,
 44719                   /* name */
 44720                   "CIM_InstDeletion",
 44721                   /* qualifiers */
 44722                   __root_cimv2_CIM_InstDeletion_qualifiers,
 44723                   /* super */
 44724                   &__root_cimv2_CIM_InstIndication,
 44725                   /* features */
 44726                   _CIM_InstDeletion_features,
 44727               };
 44728               
 44729               //==============================================================================
 44730               //
 44731               // Class: CIM_IPConnectivitySubnet
 44732               //
 44733               //==============================================================================
 44734 mike  1.1.2.1 
 44735               static const char*
 44736               _CIM_IPConnectivitySubnet_SubnetNumber_qualifiers[] =
 44737               {
 44738                   /* ModelCorrespondence */
 44739                   "\036\000\001CIM_IPConnectivitySubnet.AddressType\000",
 44740                   0,
 44741               };
 44742               
 44743               static MetaProperty
 44744               _CIM_IPConnectivitySubnet_SubnetNumber =
 44745               {
 44746                   /* flags */
 44747                   META_FLAG_PROPERTY|META_FLAG_READ,
 44748                   /* name */
 44749                   "SubnetNumber",
 44750                   /* qualifiers */
 44751                   _CIM_IPConnectivitySubnet_SubnetNumber_qualifiers,
 44752                   /* type */
 44753                   CIMTYPE_STRING,
 44754                   /* subscript */
 44755 mike  1.1.2.1     -1,
 44756                   /* value */
 44757                   0,
 44758               };
 44759               
 44760               static const char*
 44761               _CIM_IPConnectivitySubnet_SubnetMask_qualifiers[] =
 44762               {
 44763                   0,
 44764               };
 44765               
 44766               static MetaProperty
 44767               _CIM_IPConnectivitySubnet_SubnetMask =
 44768               {
 44769                   /* flags */
 44770                   META_FLAG_PROPERTY|META_FLAG_READ,
 44771                   /* name */
 44772                   "SubnetMask",
 44773                   /* qualifiers */
 44774                   _CIM_IPConnectivitySubnet_SubnetMask_qualifiers,
 44775                   /* type */
 44776 mike  1.1.2.1     CIMTYPE_STRING,
 44777                   /* subscript */
 44778                   -1,
 44779                   /* value */
 44780                   0,
 44781               };
 44782               
 44783               static const char*
 44784               _CIM_IPConnectivitySubnet_PrefixLength_qualifiers[] =
 44785               {
 44786                   0,
 44787               };
 44788               
 44789               static MetaProperty
 44790               _CIM_IPConnectivitySubnet_PrefixLength =
 44791               {
 44792                   /* flags */
 44793                   META_FLAG_PROPERTY|META_FLAG_READ,
 44794                   /* name */
 44795                   "PrefixLength",
 44796                   /* qualifiers */
 44797 mike  1.1.2.1     _CIM_IPConnectivitySubnet_PrefixLength_qualifiers,
 44798                   /* type */
 44799                   CIMTYPE_UINT8,
 44800                   /* subscript */
 44801                   -1,
 44802                   /* value */
 44803                   0,
 44804               };
 44805               
 44806               static const char*
 44807               _CIM_IPConnectivitySubnet_AddressType_qualifiers[] =
 44808               {
 44809                   /* ValueMap */
 44810                   "\061\000\0030\0001\0002\000",
 44811                   /* Values */
 44812                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 44813                   0,
 44814               };
 44815               
 44816               static MetaProperty
 44817               _CIM_IPConnectivitySubnet_AddressType =
 44818 mike  1.1.2.1 {
 44819                   /* flags */
 44820                   META_FLAG_PROPERTY|META_FLAG_READ,
 44821                   /* name */
 44822                   "AddressType",
 44823                   /* qualifiers */
 44824                   _CIM_IPConnectivitySubnet_AddressType_qualifiers,
 44825                   /* type */
 44826                   CIMTYPE_UINT16,
 44827                   /* subscript */
 44828                   -1,
 44829                   /* value */
 44830                   0,
 44831               };
 44832               
 44833               static MetaFeature*
 44834               _CIM_IPConnectivitySubnet_features[] =
 44835               {
 44836                   (MetaFeature*)&_CIM_IPConnectivitySubnet_SubnetNumber,
 44837                   (MetaFeature*)&_CIM_IPConnectivitySubnet_SubnetMask,
 44838                   (MetaFeature*)&_CIM_IPConnectivitySubnet_PrefixLength,
 44839 mike  1.1.2.1     (MetaFeature*)&_CIM_IPConnectivitySubnet_AddressType,
 44840                   0,
 44841               };
 44842               
 44843               static const char*
 44844               __root_cimv2_CIM_IPConnectivitySubnet_qualifiers[] =
 44845               {
 44846                   /* UMLPackagePath */
 44847                   "\057CIM::Network::Collections",
 44848                   /* Version */
 44849                   "\0632.7.0",
 44850                   0,
 44851               };
 44852               
 44853               MetaClass
 44854               __root_cimv2_CIM_IPConnectivitySubnet =
 44855               {
 44856                   /* flags */
 44857                   META_FLAG_CLASS,
 44858                   /* name */
 44859                   "CIM_IPConnectivitySubnet",
 44860 mike  1.1.2.1     /* qualifiers */
 44861                   __root_cimv2_CIM_IPConnectivitySubnet_qualifiers,
 44862                   /* super */
 44863                   &__root_cimv2_CIM_ConnectivityCollection,
 44864                   /* features */
 44865                   _CIM_IPConnectivitySubnet_features,
 44866               };
 44867               
 44868               //==============================================================================
 44869               //
 44870               // Class: CIM_IPsecAction
 44871               //
 44872               //==============================================================================
 44873               
 44874               static const char*
 44875               _CIM_IPsecAction_UsePFS_qualifiers[] =
 44876               {
 44877                   /* MappingStrings */
 44878                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.UsePFS\000",
 44879                   /* ModelCorrespondence */
 44880                   "\036\000\001CIM_IPsecSAEndpoint.PFSInUse\000",
 44881 mike  1.1.2.1     0,
 44882               };
 44883               
 44884               static MetaProperty
 44885               _CIM_IPsecAction_UsePFS =
 44886               {
 44887                   /* flags */
 44888                   META_FLAG_PROPERTY|META_FLAG_READ,
 44889                   /* name */
 44890                   "UsePFS",
 44891                   /* qualifiers */
 44892                   _CIM_IPsecAction_UsePFS_qualifiers,
 44893                   /* type */
 44894                   CIMTYPE_BOOLEAN,
 44895                   /* subscript */
 44896                   -1,
 44897                   /* value */
 44898                   0,
 44899               };
 44900               
 44901               static const char*
 44902 mike  1.1.2.1 _CIM_IPsecAction_UsePhase1Group_qualifiers[] =
 44903               {
 44904                   /* MappingStrings */
 44905                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.UseIKEGroup\000",
 44906                   0,
 44907               };
 44908               
 44909               static MetaProperty
 44910               _CIM_IPsecAction_UsePhase1Group =
 44911               {
 44912                   /* flags */
 44913                   META_FLAG_PROPERTY|META_FLAG_READ,
 44914                   /* name */
 44915                   "UsePhase1Group",
 44916                   /* qualifiers */
 44917                   _CIM_IPsecAction_UsePhase1Group_qualifiers,
 44918                   /* type */
 44919                   CIMTYPE_BOOLEAN,
 44920                   /* subscript */
 44921                   -1,
 44922                   /* value */
 44923 mike  1.1.2.1     0,
 44924               };
 44925               
 44926               static const char*
 44927               _CIM_IPsecAction_GroupId_qualifiers[] =
 44928               {
 44929                   /* ValueMap */
 44930                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 44931                   /* Values */
 44932                   "\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",
 44933                   /* MappingStrings */
 44934                   "\026\000\002IPSP Policy Model.IETF|IPsecAction.GroupID\000RFC2412.IETF|Appendix E\000",
 44935                   /* ModelCorrespondence */
 44936                   "\036\000\002CIM_IPsecAction.VendorID\000CIM_IKESAEndpoint.GroupID\000",
 44937                   0,
 44938               };
 44939               
 44940               static MetaProperty
 44941               _CIM_IPsecAction_GroupId =
 44942               {
 44943                   /* flags */
 44944 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 44945                   /* name */
 44946                   "GroupId",
 44947                   /* qualifiers */
 44948                   _CIM_IPsecAction_GroupId_qualifiers,
 44949                   /* type */
 44950                   CIMTYPE_UINT16,
 44951                   /* subscript */
 44952                   -1,
 44953                   /* value */
 44954                   0,
 44955               };
 44956               
 44957               static const char*
 44958               _CIM_IPsecAction_VendorID_qualifiers[] =
 44959               {
 44960                   /* MappingStrings */
 44961                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.VendorID\000",
 44962                   /* ModelCorrespondence */
 44963                   "\036\000\002CIM_IPsecAction.GroupId\000CIM_IKESAEndpoint.VendorID\000",
 44964                   0,
 44965 mike  1.1.2.1 };
 44966               
 44967               static MetaProperty
 44968               _CIM_IPsecAction_VendorID =
 44969               {
 44970                   /* flags */
 44971                   META_FLAG_PROPERTY|META_FLAG_READ,
 44972                   /* name */
 44973                   "VendorID",
 44974                   /* qualifiers */
 44975                   _CIM_IPsecAction_VendorID_qualifiers,
 44976                   /* type */
 44977                   CIMTYPE_STRING,
 44978                   /* subscript */
 44979                   -1,
 44980                   /* value */
 44981                   0,
 44982               };
 44983               
 44984               static const char*
 44985               _CIM_IPsecAction_Granularity_qualifiers[] =
 44986 mike  1.1.2.1 {
 44987                   /* ValueMap */
 44988                   "\061\000\0051\0002\0003\0004\0005\000",
 44989                   /* Values */
 44990                   "\062\000\005Other\000Subnet\000Address\000Protocol\000Port\000",
 44991                   /* MappingStrings */
 44992                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.Granularity\000",
 44993                   /* ModelCorrespondence */
 44994                   "\036\000\001CIM_IPsecAction.OtherGranularity\000",
 44995                   0,
 44996               };
 44997               
 44998               static MetaProperty
 44999               _CIM_IPsecAction_Granularity =
 45000               {
 45001                   /* flags */
 45002                   META_FLAG_PROPERTY|META_FLAG_READ,
 45003                   /* name */
 45004                   "Granularity",
 45005                   /* qualifiers */
 45006                   _CIM_IPsecAction_Granularity_qualifiers,
 45007 mike  1.1.2.1     /* type */
 45008                   CIMTYPE_UINT16,
 45009                   /* subscript */
 45010                   -1,
 45011                   /* value */
 45012                   0,
 45013               };
 45014               
 45015               static const char*
 45016               _CIM_IPsecAction_OtherGranularity_qualifiers[] =
 45017               {
 45018                   /* ModelCorrespondence */
 45019                   "\036\000\001CIM_IPsecAction.Granularity\000",
 45020                   0,
 45021               };
 45022               
 45023               static MetaProperty
 45024               _CIM_IPsecAction_OtherGranularity =
 45025               {
 45026                   /* flags */
 45027                   META_FLAG_PROPERTY|META_FLAG_READ,
 45028 mike  1.1.2.1     /* name */
 45029                   "OtherGranularity",
 45030                   /* qualifiers */
 45031                   _CIM_IPsecAction_OtherGranularity_qualifiers,
 45032                   /* type */
 45033                   CIMTYPE_STRING,
 45034                   /* subscript */
 45035                   -1,
 45036                   /* value */
 45037                   0,
 45038               };
 45039               
 45040               static MetaFeature*
 45041               _CIM_IPsecAction_features[] =
 45042               {
 45043                   (MetaFeature*)&_CIM_IPsecAction_UsePFS,
 45044                   (MetaFeature*)&_CIM_IPsecAction_UsePhase1Group,
 45045                   (MetaFeature*)&_CIM_IPsecAction_GroupId,
 45046                   (MetaFeature*)&_CIM_IPsecAction_VendorID,
 45047                   (MetaFeature*)&_CIM_IPsecAction_Granularity,
 45048                   (MetaFeature*)&_CIM_IPsecAction_OtherGranularity,
 45049 mike  1.1.2.1     0,
 45050               };
 45051               
 45052               static const char*
 45053               __root_cimv2_CIM_IPsecAction_qualifiers[] =
 45054               {
 45055                   /* UMLPackagePath */
 45056                   "\057CIM::IPsecPolicy",
 45057                   /* Version */
 45058                   "\0632.8.0",
 45059                   /* MappingStrings */
 45060                   "\026\000\001IPSP Policy Model.IETF|IPsecAction\000",
 45061                   0,
 45062               };
 45063               
 45064               MetaClass
 45065               __root_cimv2_CIM_IPsecAction =
 45066               {
 45067                   /* flags */
 45068                   META_FLAG_CLASS,
 45069                   /* name */
 45070 mike  1.1.2.1     "CIM_IPsecAction",
 45071                   /* qualifiers */
 45072                   __root_cimv2_CIM_IPsecAction_qualifiers,
 45073                   /* super */
 45074                   &__root_cimv2_CIM_SANegotiationAction,
 45075                   /* features */
 45076                   _CIM_IPsecAction_features,
 45077               };
 45078               
 45079               //==============================================================================
 45080               //
 45081               // Class: CIM_IPsecTransportAction
 45082               //
 45083               //==============================================================================
 45084               
 45085               static MetaFeature*
 45086               _CIM_IPsecTransportAction_features[] =
 45087               {
 45088                   0,
 45089               };
 45090               
 45091 mike  1.1.2.1 static const char*
 45092               __root_cimv2_CIM_IPsecTransportAction_qualifiers[] =
 45093               {
 45094                   /* UMLPackagePath */
 45095                   "\057CIM::IPsecPolicy",
 45096                   /* Version */
 45097                   "\0632.8.0",
 45098                   /* MappingStrings */
 45099                   "\026\000\001IPSP Policy Model.IETF|IPsecTransportAction\000",
 45100                   0,
 45101               };
 45102               
 45103               MetaClass
 45104               __root_cimv2_CIM_IPsecTransportAction =
 45105               {
 45106                   /* flags */
 45107                   META_FLAG_CLASS,
 45108                   /* name */
 45109                   "CIM_IPsecTransportAction",
 45110                   /* qualifiers */
 45111                   __root_cimv2_CIM_IPsecTransportAction_qualifiers,
 45112 mike  1.1.2.1     /* super */
 45113                   &__root_cimv2_CIM_IPsecAction,
 45114                   /* features */
 45115                   _CIM_IPsecTransportAction_features,
 45116               };
 45117               
 45118               //==============================================================================
 45119               //
 45120               // Class: CIM_IPsecTunnelAction
 45121               //
 45122               //==============================================================================
 45123               
 45124               static const char*
 45125               _CIM_IPsecTunnelAction_DFHandling_qualifiers[] =
 45126               {
 45127                   /* ValueMap */
 45128                   "\061\000\0032\0003\0004\000",
 45129                   /* Values */
 45130                   "\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",
 45131                   /* MappingStrings */
 45132                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction.DFHandling\000",
 45133 mike  1.1.2.1     /* ModelCorrespondence */
 45134                   "\036\000\001CIM_IPsecSAEndpoint.DFHandling\000",
 45135                   0,
 45136               };
 45137               
 45138               static MetaProperty
 45139               _CIM_IPsecTunnelAction_DFHandling =
 45140               {
 45141                   /* flags */
 45142                   META_FLAG_PROPERTY|META_FLAG_READ,
 45143                   /* name */
 45144                   "DFHandling",
 45145                   /* qualifiers */
 45146                   _CIM_IPsecTunnelAction_DFHandling_qualifiers,
 45147                   /* type */
 45148                   CIMTYPE_UINT16,
 45149                   /* subscript */
 45150                   -1,
 45151                   /* value */
 45152                   0,
 45153               };
 45154 mike  1.1.2.1 
 45155               static MetaFeature*
 45156               _CIM_IPsecTunnelAction_features[] =
 45157               {
 45158                   (MetaFeature*)&_CIM_IPsecTunnelAction_DFHandling,
 45159                   0,
 45160               };
 45161               
 45162               static const char*
 45163               __root_cimv2_CIM_IPsecTunnelAction_qualifiers[] =
 45164               {
 45165                   /* UMLPackagePath */
 45166                   "\057CIM::IPsecPolicy",
 45167                   /* Version */
 45168                   "\0632.8.0",
 45169                   /* MappingStrings */
 45170                   "\026\000\001IPSP Policy Model.IETF|IPsecTunnelAction\000",
 45171                   0,
 45172               };
 45173               
 45174               MetaClass
 45175 mike  1.1.2.1 __root_cimv2_CIM_IPsecTunnelAction =
 45176               {
 45177                   /* flags */
 45178                   META_FLAG_CLASS,
 45179                   /* name */
 45180                   "CIM_IPsecTunnelAction",
 45181                   /* qualifiers */
 45182                   __root_cimv2_CIM_IPsecTunnelAction_qualifiers,
 45183                   /* super */
 45184                   &__root_cimv2_CIM_IPsecAction,
 45185                   /* features */
 45186                   _CIM_IPsecTunnelAction_features,
 45187               };
 45188               
 45189               //==============================================================================
 45190               //
 45191               // Class: CIM_IPSubnet
 45192               //
 45193               //==============================================================================
 45194               
 45195               static const char*
 45196 mike  1.1.2.1 _CIM_IPSubnet_SubnetNumber_qualifiers[] =
 45197               {
 45198                   /* Deprecated */
 45199                   "\013\000\001CIM_IPConnectivitySubnet.SubnetNumber\000",
 45200                   0,
 45201               };
 45202               
 45203               static MetaProperty
 45204               _CIM_IPSubnet_SubnetNumber =
 45205               {
 45206                   /* flags */
 45207                   META_FLAG_PROPERTY|META_FLAG_READ,
 45208                   /* name */
 45209                   "SubnetNumber",
 45210                   /* qualifiers */
 45211                   _CIM_IPSubnet_SubnetNumber_qualifiers,
 45212                   /* type */
 45213                   CIMTYPE_STRING,
 45214                   /* subscript */
 45215                   -1,
 45216                   /* value */
 45217 mike  1.1.2.1     0,
 45218               };
 45219               
 45220               static const char*
 45221               _CIM_IPSubnet_SubnetMask_qualifiers[] =
 45222               {
 45223                   /* Deprecated */
 45224                   "\013\000\001CIM_IPConnectivitySubnet.SubnetMask\000",
 45225                   0,
 45226               };
 45227               
 45228               static MetaProperty
 45229               _CIM_IPSubnet_SubnetMask =
 45230               {
 45231                   /* flags */
 45232                   META_FLAG_PROPERTY|META_FLAG_READ,
 45233                   /* name */
 45234                   "SubnetMask",
 45235                   /* qualifiers */
 45236                   _CIM_IPSubnet_SubnetMask_qualifiers,
 45237                   /* type */
 45238 mike  1.1.2.1     CIMTYPE_STRING,
 45239                   /* subscript */
 45240                   -1,
 45241                   /* value */
 45242                   0,
 45243               };
 45244               
 45245               static const char*
 45246               _CIM_IPSubnet_PrefixLength_qualifiers[] =
 45247               {
 45248                   /* Deprecated */
 45249                   "\013\000\001CIM_IPConnectivitySubnet.PrefixLength\000",
 45250                   0,
 45251               };
 45252               
 45253               static MetaProperty
 45254               _CIM_IPSubnet_PrefixLength =
 45255               {
 45256                   /* flags */
 45257                   META_FLAG_PROPERTY|META_FLAG_READ,
 45258                   /* name */
 45259 mike  1.1.2.1     "PrefixLength",
 45260                   /* qualifiers */
 45261                   _CIM_IPSubnet_PrefixLength_qualifiers,
 45262                   /* type */
 45263                   CIMTYPE_UINT8,
 45264                   /* subscript */
 45265                   -1,
 45266                   /* value */
 45267                   0,
 45268               };
 45269               
 45270               static const char*
 45271               _CIM_IPSubnet_AddressType_qualifiers[] =
 45272               {
 45273                   /* Deprecated */
 45274                   "\013\000\001CIM_IPConnectivitySubnet.AddressType\000",
 45275                   /* ValueMap */
 45276                   "\061\000\0030\0001\0002\000",
 45277                   /* Values */
 45278                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 45279                   0,
 45280 mike  1.1.2.1 };
 45281               
 45282               static MetaProperty
 45283               _CIM_IPSubnet_AddressType =
 45284               {
 45285                   /* flags */
 45286                   META_FLAG_PROPERTY|META_FLAG_READ,
 45287                   /* name */
 45288                   "AddressType",
 45289                   /* qualifiers */
 45290                   _CIM_IPSubnet_AddressType_qualifiers,
 45291                   /* type */
 45292                   CIMTYPE_UINT16,
 45293                   /* subscript */
 45294                   -1,
 45295                   /* value */
 45296                   0,
 45297               };
 45298               
 45299               static MetaFeature*
 45300               _CIM_IPSubnet_features[] =
 45301 mike  1.1.2.1 {
 45302                   (MetaFeature*)&_CIM_IPSubnet_SubnetNumber,
 45303                   (MetaFeature*)&_CIM_IPSubnet_SubnetMask,
 45304                   (MetaFeature*)&_CIM_IPSubnet_PrefixLength,
 45305                   (MetaFeature*)&_CIM_IPSubnet_AddressType,
 45306                   0,
 45307               };
 45308               
 45309               static const char*
 45310               __root_cimv2_CIM_IPSubnet_qualifiers[] =
 45311               {
 45312                   /* Deprecated */
 45313                   "\013\000\001CIM_IPConnectivitySubnet\000",
 45314                   /* UMLPackagePath */
 45315                   "\057CIM::Network::Collections",
 45316                   /* Version */
 45317                   "\0632.7.0",
 45318                   0,
 45319               };
 45320               
 45321               MetaClass
 45322 mike  1.1.2.1 __root_cimv2_CIM_IPSubnet =
 45323               {
 45324                   /* flags */
 45325                   META_FLAG_CLASS,
 45326                   /* name */
 45327                   "CIM_IPSubnet",
 45328                   /* qualifiers */
 45329                   __root_cimv2_CIM_IPSubnet_qualifiers,
 45330                   /* super */
 45331                   &__root_cimv2_CIM_LogicalNetwork,
 45332                   /* features */
 45333                   _CIM_IPSubnet_features,
 45334               };
 45335               
 45336               //==============================================================================
 45337               //
 45338               // Class: CIM_IPXConnectivityNetwork
 45339               //
 45340               //==============================================================================
 45341               
 45342               static const char*
 45343 mike  1.1.2.1 _CIM_IPXConnectivityNetwork_NetworkNumber_qualifiers[] =
 45344               {
 45345                   0,
 45346               };
 45347               
 45348               static MetaProperty
 45349               _CIM_IPXConnectivityNetwork_NetworkNumber =
 45350               {
 45351                   /* flags */
 45352                   META_FLAG_PROPERTY|META_FLAG_READ,
 45353                   /* name */
 45354                   "NetworkNumber",
 45355                   /* qualifiers */
 45356                   _CIM_IPXConnectivityNetwork_NetworkNumber_qualifiers,
 45357                   /* type */
 45358                   CIMTYPE_STRING,
 45359                   /* subscript */
 45360                   -1,
 45361                   /* value */
 45362                   0,
 45363               };
 45364 mike  1.1.2.1 
 45365               static MetaFeature*
 45366               _CIM_IPXConnectivityNetwork_features[] =
 45367               {
 45368                   (MetaFeature*)&_CIM_IPXConnectivityNetwork_NetworkNumber,
 45369                   0,
 45370               };
 45371               
 45372               static const char*
 45373               __root_cimv2_CIM_IPXConnectivityNetwork_qualifiers[] =
 45374               {
 45375                   /* UMLPackagePath */
 45376                   "\057CIM::Network::Collections",
 45377                   /* Version */
 45378                   "\0632.7.0",
 45379                   0,
 45380               };
 45381               
 45382               MetaClass
 45383               __root_cimv2_CIM_IPXConnectivityNetwork =
 45384               {
 45385 mike  1.1.2.1     /* flags */
 45386                   META_FLAG_CLASS,
 45387                   /* name */
 45388                   "CIM_IPXConnectivityNetwork",
 45389                   /* qualifiers */
 45390                   __root_cimv2_CIM_IPXConnectivityNetwork_qualifiers,
 45391                   /* super */
 45392                   &__root_cimv2_CIM_ConnectivityCollection,
 45393                   /* features */
 45394                   _CIM_IPXConnectivityNetwork_features,
 45395               };
 45396               
 45397               //==============================================================================
 45398               //
 45399               // Class: CIM_IPXNetwork
 45400               //
 45401               //==============================================================================
 45402               
 45403               static const char*
 45404               _CIM_IPXNetwork_NetworkNumber_qualifiers[] =
 45405               {
 45406 mike  1.1.2.1     /* Deprecated */
 45407                   "\013\000\001CIM_IPXConnectivityNetwork.NetworkNumber\000",
 45408                   0,
 45409               };
 45410               
 45411               static MetaProperty
 45412               _CIM_IPXNetwork_NetworkNumber =
 45413               {
 45414                   /* flags */
 45415                   META_FLAG_PROPERTY|META_FLAG_READ,
 45416                   /* name */
 45417                   "NetworkNumber",
 45418                   /* qualifiers */
 45419                   _CIM_IPXNetwork_NetworkNumber_qualifiers,
 45420                   /* type */
 45421                   CIMTYPE_STRING,
 45422                   /* subscript */
 45423                   -1,
 45424                   /* value */
 45425                   0,
 45426               };
 45427 mike  1.1.2.1 
 45428               static MetaFeature*
 45429               _CIM_IPXNetwork_features[] =
 45430               {
 45431                   (MetaFeature*)&_CIM_IPXNetwork_NetworkNumber,
 45432                   0,
 45433               };
 45434               
 45435               static const char*
 45436               __root_cimv2_CIM_IPXNetwork_qualifiers[] =
 45437               {
 45438                   /* Deprecated */
 45439                   "\013\000\001CIM_IPXConnectivityNetwork\000",
 45440                   /* UMLPackagePath */
 45441                   "\057CIM::Network::Collections",
 45442                   /* Version */
 45443                   "\0632.7.0",
 45444                   0,
 45445               };
 45446               
 45447               MetaClass
 45448 mike  1.1.2.1 __root_cimv2_CIM_IPXNetwork =
 45449               {
 45450                   /* flags */
 45451                   META_FLAG_CLASS,
 45452                   /* name */
 45453                   "CIM_IPXNetwork",
 45454                   /* qualifiers */
 45455                   __root_cimv2_CIM_IPXNetwork_qualifiers,
 45456                   /* super */
 45457                   &__root_cimv2_CIM_LogicalNetwork,
 45458                   /* features */
 45459                   _CIM_IPXNetwork_features,
 45460               };
 45461               
 45462               //==============================================================================
 45463               //
 45464               // Class: CIM_iSCSIConnectionSettings
 45465               //
 45466               //==============================================================================
 45467               
 45468               static const char*
 45469 mike  1.1.2.1 _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength_qualifiers[] =
 45470               {
 45471                   /* Write */
 45472                   "\065\001",
 45473                   /* Units */
 45474                   "\060Bytes",
 45475                   /* MinValue */
 45476                   "\035\000\000\000\000\000\000\002\000",
 45477                   /* MaxValue */
 45478                   "\031\000\000\000\000\000\377\377\377",
 45479                   /* MappingStrings */
 45480                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalMaxRecvDataSegLength\000",
 45481                   /* ModelCorrespondence */
 45482                   "\036\000\001CIM_iSCSIConnection.MaxReceiveDataSegmentLength\000",
 45483                   0,
 45484               };
 45485               
 45486               static MetaProperty
 45487               _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength =
 45488               {
 45489                   /* flags */
 45490 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45491                   /* name */
 45492                   "MaxReceiveDataSegmentLength",
 45493                   /* qualifiers */
 45494                   _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength_qualifiers,
 45495                   /* type */
 45496                   CIMTYPE_UINT32,
 45497                   /* subscript */
 45498                   -1,
 45499                   /* value */
 45500                   "\000\000\040\000",
 45501               };
 45502               
 45503               static const char*
 45504               _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod_qualifiers[] =
 45505               {
 45506                   /* Write */
 45507                   "\065\001",
 45508                   /* ValueMap */
 45509                   "\061\000\0031\0002\0003\000",
 45510                   /* Values */
 45511 mike  1.1.2.1     "\062\000\003Other\000No Digest\000CRC32C\000",
 45512                   /* MappingStrings */
 45513                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalPrimaryHdrDigest\000",
 45514                   /* ModelCorrespondence */
 45515                   "\036\000\002CIM_iSCSIConnection.HeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherPrimaryHeaderDigestMethod\000",
 45516                   0,
 45517               };
 45518               
 45519               static MetaProperty
 45520               _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod =
 45521               {
 45522                   /* flags */
 45523                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45524                   /* name */
 45525                   "PrimaryHeaderDigestMethod",
 45526                   /* qualifiers */
 45527                   _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod_qualifiers,
 45528                   /* type */
 45529                   CIMTYPE_UINT16,
 45530                   /* subscript */
 45531                   -1,
 45532 mike  1.1.2.1     /* value */
 45533                   "\000\003",
 45534               };
 45535               
 45536               static const char*
 45537               _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod_qualifiers[] =
 45538               {
 45539                   /* Write */
 45540                   "\065\001",
 45541                   /* ModelCorrespondence */
 45542                   "\036\000\002CIM_iSCSIConnection.OtherHeaderDigestMethod\000CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000",
 45543                   0,
 45544               };
 45545               
 45546               static MetaProperty
 45547               _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod =
 45548               {
 45549                   /* flags */
 45550                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45551                   /* name */
 45552                   "OtherPrimaryHeaderDigestMethod",
 45553 mike  1.1.2.1     /* qualifiers */
 45554                   _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod_qualifiers,
 45555                   /* type */
 45556                   CIMTYPE_STRING,
 45557                   /* subscript */
 45558                   -1,
 45559                   /* value */
 45560                   0,
 45561               };
 45562               
 45563               static const char*
 45564               _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod_qualifiers[] =
 45565               {
 45566                   /* Write */
 45567                   "\065\001",
 45568                   /* ValueMap */
 45569                   "\061\000\0031\0002\0003\000",
 45570                   /* Values */
 45571                   "\062\000\003Other\000No Digest\000CRC32C\000",
 45572                   /* MappingStrings */
 45573                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalPrimaryDataDigest\000",
 45574 mike  1.1.2.1     /* ModelCorrespondence */
 45575                   "\036\000\002CIM_iSCSIConnection.DataDigestMethod\000CIM_iSCSIConnectionSettings.OtherPrimaryDataDigestMethod\000",
 45576                   0,
 45577               };
 45578               
 45579               static MetaProperty
 45580               _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod =
 45581               {
 45582                   /* flags */
 45583                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45584                   /* name */
 45585                   "PrimaryDataDigestMethod",
 45586                   /* qualifiers */
 45587                   _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod_qualifiers,
 45588                   /* type */
 45589                   CIMTYPE_UINT16,
 45590                   /* subscript */
 45591                   -1,
 45592                   /* value */
 45593                   "\000\003",
 45594               };
 45595 mike  1.1.2.1 
 45596               static const char*
 45597               _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod_qualifiers[] =
 45598               {
 45599                   /* Write */
 45600                   "\065\001",
 45601                   /* ModelCorrespondence */
 45602                   "\036\000\002CIM_iSCSIConnection.OtherDataDigestMethod\000CIM_iSCSIConnectionSettings.PrimaryDataDigestMethod\000",
 45603                   0,
 45604               };
 45605               
 45606               static MetaProperty
 45607               _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod =
 45608               {
 45609                   /* flags */
 45610                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45611                   /* name */
 45612                   "OtherPrimaryDataDigestMethod",
 45613                   /* qualifiers */
 45614                   _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod_qualifiers,
 45615                   /* type */
 45616 mike  1.1.2.1     CIMTYPE_STRING,
 45617                   /* subscript */
 45618                   -1,
 45619                   /* value */
 45620                   0,
 45621               };
 45622               
 45623               static const char*
 45624               _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod_qualifiers[] =
 45625               {
 45626                   /* Write */
 45627                   "\065\001",
 45628                   /* ValueMap */
 45629                   "\061\000\0041\0002\0003\0004\000",
 45630                   /* Values */
 45631                   "\062\000\004Other\000No Digest\000CRC32C\000No Secondary Preference\000",
 45632                   /* MappingStrings */
 45633                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalSecondaryHdrDigest\000",
 45634                   /* ModelCorrespondence */
 45635                   "\036\000\002CIM_iSCSIConnection.HeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryHeaderDigestMethod\000",
 45636                   0,
 45637 mike  1.1.2.1 };
 45638               
 45639               static MetaProperty
 45640               _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod =
 45641               {
 45642                   /* flags */
 45643                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45644                   /* name */
 45645                   "SecondaryHeaderDigestMethod",
 45646                   /* qualifiers */
 45647                   _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod_qualifiers,
 45648                   /* type */
 45649                   CIMTYPE_UINT16,
 45650                   /* subscript */
 45651                   -1,
 45652                   /* value */
 45653                   "\000\002",
 45654               };
 45655               
 45656               static const char*
 45657               _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod_qualifiers[] =
 45658 mike  1.1.2.1 {
 45659                   /* Write */
 45660                   "\065\001",
 45661                   /* ModelCorrespondence */
 45662                   "\036\000\002CIM_iSCSIConnection.OtherHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000",
 45663                   0,
 45664               };
 45665               
 45666               static MetaProperty
 45667               _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod =
 45668               {
 45669                   /* flags */
 45670                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45671                   /* name */
 45672                   "OtherSecondaryHeaderDigestMethod",
 45673                   /* qualifiers */
 45674                   _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod_qualifiers,
 45675                   /* type */
 45676                   CIMTYPE_STRING,
 45677                   /* subscript */
 45678                   -1,
 45679 mike  1.1.2.1     /* value */
 45680                   0,
 45681               };
 45682               
 45683               static const char*
 45684               _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod_qualifiers[] =
 45685               {
 45686                   /* Write */
 45687                   "\065\001",
 45688                   /* ValueMap */
 45689                   "\061\000\0041\0002\0003\0004\000",
 45690                   /* Values */
 45691                   "\062\000\004Other\000No Digest\000CRC32C\000No Secondary Preference\000",
 45692                   /* MappingStrings */
 45693                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalSecondaryDataDigest\000",
 45694                   /* ModelCorrespondence */
 45695                   "\036\000\002CIM_iSCSIConnection.DataDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryDataDigestMethod\000",
 45696                   0,
 45697               };
 45698               
 45699               static MetaProperty
 45700 mike  1.1.2.1 _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod =
 45701               {
 45702                   /* flags */
 45703                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45704                   /* name */
 45705                   "SecondaryDataDigestMethod",
 45706                   /* qualifiers */
 45707                   _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod_qualifiers,
 45708                   /* type */
 45709                   CIMTYPE_UINT16,
 45710                   /* subscript */
 45711                   -1,
 45712                   /* value */
 45713                   "\000\002",
 45714               };
 45715               
 45716               static const char*
 45717               _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod_qualifiers[] =
 45718               {
 45719                   /* Write */
 45720                   "\065\001",
 45721 mike  1.1.2.1     /* ModelCorrespondence */
 45722                   "\036\000\002CIM_iSCSIConnection.OtherDataDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryDataDigestMethod\000",
 45723                   0,
 45724               };
 45725               
 45726               static MetaProperty
 45727               _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod =
 45728               {
 45729                   /* flags */
 45730                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45731                   /* name */
 45732                   "OtherSecondaryDataDigestMethod",
 45733                   /* qualifiers */
 45734                   _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod_qualifiers,
 45735                   /* type */
 45736                   CIMTYPE_STRING,
 45737                   /* subscript */
 45738                   -1,
 45739                   /* value */
 45740                   0,
 45741               };
 45742 mike  1.1.2.1 
 45743               static const char*
 45744               _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive_qualifiers[] =
 45745               {
 45746                   /* Write */
 45747                   "\065\001",
 45748                   /* MappingStrings */
 45749                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalRecvMarker\000",
 45750                   /* ModelCorrespondence */
 45751                   "\036\000\001CIM_iSCSIConnection.ReceivingMarkers\000",
 45752                   0,
 45753               };
 45754               
 45755               static MetaProperty
 45756               _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive =
 45757               {
 45758                   /* flags */
 45759                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45760                   /* name */
 45761                   "RequestingMarkersOnReceive",
 45762                   /* qualifiers */
 45763 mike  1.1.2.1     _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive_qualifiers,
 45764                   /* type */
 45765                   CIMTYPE_BOOLEAN,
 45766                   /* subscript */
 45767                   -1,
 45768                   /* value */
 45769                   "\000",
 45770               };
 45771               
 45772               static const char*
 45773               _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod_qualifiers[] =
 45774               {
 45775                   /* ValueMap */
 45776                   "\061\000\0052\0003\0004\0005\0006\000",
 45777                   /* Values */
 45778                   "\062\000\005None\000No Authentication\000SRP\000CHAP\000Kerberos\000",
 45779                   /* MappingStrings */
 45780                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
 45781                   /* ModelCorrespondence */
 45782                   "\036\000\003CIM_iSCSICapabilities.AuthenticationMethodsSupported\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
 45783                   0,
 45784 mike  1.1.2.1 };
 45785               
 45786               static MetaProperty
 45787               _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod =
 45788               {
 45789                   /* flags */
 45790                   META_FLAG_PROPERTY|META_FLAG_READ,
 45791                   /* name */
 45792                   "PrimaryAuthenticationMethod",
 45793                   /* qualifiers */
 45794                   _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod_qualifiers,
 45795                   /* type */
 45796                   CIMTYPE_UINT16,
 45797                   /* subscript */
 45798                   -1,
 45799                   /* value */
 45800                   "\000\005",
 45801               };
 45802               
 45803               static const char*
 45804               _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod_qualifiers[] =
 45805 mike  1.1.2.1 {
 45806                   /* ValueMap */
 45807                   "\061\000\0052\0003\0004\0005\0006\000",
 45808                   /* Values */
 45809                   "\062\000\005None\000No Authentication\000SRP\000CHAP\000Kerberos\000",
 45810                   /* MappingStrings */
 45811                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
 45812                   /* ModelCorrespondence */
 45813                   "\036\000\003CIM_iSCSICapabilities.AuthenticationMethodsSupported\000CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
 45814                   0,
 45815               };
 45816               
 45817               static MetaProperty
 45818               _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod =
 45819               {
 45820                   /* flags */
 45821                   META_FLAG_PROPERTY|META_FLAG_READ,
 45822                   /* name */
 45823                   "SecondaryAuthenticationMethod",
 45824                   /* qualifiers */
 45825                   _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod_qualifiers,
 45826 mike  1.1.2.1     /* type */
 45827                   CIMTYPE_UINT16,
 45828                   /* subscript */
 45829                   -1,
 45830                   /* value */
 45831                   "\000\003",
 45832               };
 45833               
 45834               static MetaFeature*
 45835               _CIM_iSCSIConnectionSettings_features[] =
 45836               {
 45837                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength,
 45838                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod,
 45839                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod,
 45840                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod,
 45841                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod,
 45842                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod,
 45843                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod,
 45844                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod,
 45845                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod,
 45846                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive,
 45847 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod,
 45848                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod,
 45849                   0,
 45850               };
 45851               
 45852               static const char*
 45853               __root_cimv2_CIM_iSCSIConnectionSettings_qualifiers[] =
 45854               {
 45855                   /* UMLPackagePath */
 45856                   "\057CIM::Network::iSCSI",
 45857                   /* Version */
 45858                   "\0632.11.0",
 45859                   0,
 45860               };
 45861               
 45862               MetaClass
 45863               __root_cimv2_CIM_iSCSIConnectionSettings =
 45864               {
 45865                   /* flags */
 45866                   META_FLAG_CLASS,
 45867                   /* name */
 45868 mike  1.1.2.1     "CIM_iSCSIConnectionSettings",
 45869                   /* qualifiers */
 45870                   __root_cimv2_CIM_iSCSIConnectionSettings_qualifiers,
 45871                   /* super */
 45872                   &__root_cimv2_CIM_SettingData,
 45873                   /* features */
 45874                   _CIM_iSCSIConnectionSettings_features,
 45875               };
 45876               
 45877               //==============================================================================
 45878               //
 45879               // Class: CIM_iSCSILoginStatistics
 45880               //
 45881               //==============================================================================
 45882               
 45883               static const char*
 45884               _CIM_iSCSILoginStatistics_LoginFailures_qualifiers[] =
 45885               {
 45886                   /* Counter */
 45887                   "\012\001",
 45888                   /* MappingStrings */
 45889 mike  1.1.2.1     "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginFailures\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginFailures\000",
 45890                   0,
 45891               };
 45892               
 45893               static MetaProperty
 45894               _CIM_iSCSILoginStatistics_LoginFailures =
 45895               {
 45896                   /* flags */
 45897                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 45898                   /* name */
 45899                   "LoginFailures",
 45900                   /* qualifiers */
 45901                   _CIM_iSCSILoginStatistics_LoginFailures_qualifiers,
 45902                   /* type */
 45903                   CIMTYPE_UINT64,
 45904                   /* subscript */
 45905                   -1,
 45906                   /* value */
 45907                   0,
 45908               };
 45909               
 45910 mike  1.1.2.1 static const char*
 45911               _CIM_iSCSILoginStatistics_LastLoginFailureTime_qualifiers[] =
 45912               {
 45913                   /* MappingStrings */
 45914                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastFailureTime\000MIB.IETF|iSCSI-MIB.iscsiTgtLastFailureTime\000",
 45915                   /* ModelCorrespondence */
 45916                   "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000",
 45917                   0,
 45918               };
 45919               
 45920               static MetaProperty
 45921               _CIM_iSCSILoginStatistics_LastLoginFailureTime =
 45922               {
 45923                   /* flags */
 45924                   META_FLAG_PROPERTY|META_FLAG_READ,
 45925                   /* name */
 45926                   "LastLoginFailureTime",
 45927                   /* qualifiers */
 45928                   _CIM_iSCSILoginStatistics_LastLoginFailureTime_qualifiers,
 45929                   /* type */
 45930                   CIMTYPE_DATETIME,
 45931 mike  1.1.2.1     /* subscript */
 45932                   -1,
 45933                   /* value */
 45934                   0,
 45935               };
 45936               
 45937               static const char*
 45938               _CIM_iSCSILoginStatistics_LastLoginFailureType_qualifiers[] =
 45939               {
 45940                   /* ValueMap */
 45941                   "\061\000\0051\0002\0003\0004\0005\000",
 45942                   /* Values */
 45943                   "\062\000\005Other\000Negotiate\000Authenticate\000Authorize\000Redirect\000",
 45944                   /* MappingStrings */
 45945                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastFailureType\000MIB.IETF|iSCSI-MIB.iscsiTgtLastFailureType\000",
 45946                   /* ModelCorrespondence */
 45947                   "\036\000\003CIM_iSCSILoginStatistics.OtherLastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureTime\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000",
 45948                   0,
 45949               };
 45950               
 45951               static MetaProperty
 45952 mike  1.1.2.1 _CIM_iSCSILoginStatistics_LastLoginFailureType =
 45953               {
 45954                   /* flags */
 45955                   META_FLAG_PROPERTY|META_FLAG_READ,
 45956                   /* name */
 45957                   "LastLoginFailureType",
 45958                   /* qualifiers */
 45959                   _CIM_iSCSILoginStatistics_LastLoginFailureType_qualifiers,
 45960                   /* type */
 45961                   CIMTYPE_UINT16,
 45962                   /* subscript */
 45963                   -1,
 45964                   /* value */
 45965                   0,
 45966               };
 45967               
 45968               static const char*
 45969               _CIM_iSCSILoginStatistics_OtherLastLoginFailureType_qualifiers[] =
 45970               {
 45971                   /* ModelCorrespondence */
 45972                   "\036\000\001CIM_iSCSILoginStatistics.LastLoginFailureType\000",
 45973 mike  1.1.2.1     0,
 45974               };
 45975               
 45976               static MetaProperty
 45977               _CIM_iSCSILoginStatistics_OtherLastLoginFailureType =
 45978               {
 45979                   /* flags */
 45980                   META_FLAG_PROPERTY|META_FLAG_READ,
 45981                   /* name */
 45982                   "OtherLastLoginFailureType",
 45983                   /* qualifiers */
 45984                   _CIM_iSCSILoginStatistics_OtherLastLoginFailureType_qualifiers,
 45985                   /* type */
 45986                   CIMTYPE_STRING,
 45987                   /* subscript */
 45988                   -1,
 45989                   /* value */
 45990                   0,
 45991               };
 45992               
 45993               static const char*
 45994 mike  1.1.2.1 _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName_qualifiers[] =
 45995               {
 45996                   /* MappingStrings */
 45997                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureName\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureName\000",
 45998                   /* ModelCorrespondence */
 45999                   "\036\000\004CIM_iSCSILoginStatistics.LastLoginFailureTime\000CIM_iSCSILoginStatistics.LastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddressType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddress\000",
 46000                   0,
 46001               };
 46002               
 46003               static MetaProperty
 46004               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName =
 46005               {
 46006                   /* flags */
 46007                   META_FLAG_PROPERTY|META_FLAG_READ,
 46008                   /* name */
 46009                   "LastLoginFailureRemoteNodeName",
 46010                   /* qualifiers */
 46011                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName_qualifiers,
 46012                   /* type */
 46013                   CIMTYPE_STRING,
 46014                   /* subscript */
 46015 mike  1.1.2.1     -1,
 46016                   /* value */
 46017                   0,
 46018               };
 46019               
 46020               static const char*
 46021               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType_qualifiers[] =
 46022               {
 46023                   /* ValueMap */
 46024                   "\061\000\0021\0002\000",
 46025                   /* Values */
 46026                   "\062\000\002IPv4\000IPv6\000",
 46027                   /* MappingStrings */
 46028                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureAddrType\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureAddrType\000",
 46029                   /* ModelCorrespondence */
 46030                   "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddress\000",
 46031                   0,
 46032               };
 46033               
 46034               static MetaProperty
 46035               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType =
 46036 mike  1.1.2.1 {
 46037                   /* flags */
 46038                   META_FLAG_PROPERTY|META_FLAG_READ,
 46039                   /* name */
 46040                   "LastLoginFailureRemoteAddressType",
 46041                   /* qualifiers */
 46042                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType_qualifiers,
 46043                   /* type */
 46044                   CIMTYPE_UINT16,
 46045                   /* subscript */
 46046                   -1,
 46047                   /* value */
 46048                   0,
 46049               };
 46050               
 46051               static const char*
 46052               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress_qualifiers[] =
 46053               {
 46054                   /* MappingStrings */
 46055                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureAddr\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureAddr\000",
 46056                   /* ModelCorrespondence */
 46057 mike  1.1.2.1     "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddressType\000",
 46058                   0,
 46059               };
 46060               
 46061               static MetaProperty
 46062               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress =
 46063               {
 46064                   /* flags */
 46065                   META_FLAG_PROPERTY|META_FLAG_READ,
 46066                   /* name */
 46067                   "LastLoginFailureRemoteAddress",
 46068                   /* qualifiers */
 46069                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress_qualifiers,
 46070                   /* type */
 46071                   CIMTYPE_UINT32,
 46072                   /* subscript */
 46073                   -1,
 46074                   /* value */
 46075                   0,
 46076               };
 46077               
 46078 mike  1.1.2.1 static const char*
 46079               _CIM_iSCSILoginStatistics_SuccessfulLogins_qualifiers[] =
 46080               {
 46081                   /* Counter */
 46082                   "\012\001",
 46083                   /* MappingStrings */
 46084                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAcceptRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAccepts\000",
 46085                   0,
 46086               };
 46087               
 46088               static MetaProperty
 46089               _CIM_iSCSILoginStatistics_SuccessfulLogins =
 46090               {
 46091                   /* flags */
 46092                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46093                   /* name */
 46094                   "SuccessfulLogins",
 46095                   /* qualifiers */
 46096                   _CIM_iSCSILoginStatistics_SuccessfulLogins_qualifiers,
 46097                   /* type */
 46098                   CIMTYPE_UINT64,
 46099 mike  1.1.2.1     /* subscript */
 46100                   -1,
 46101                   /* value */
 46102                   0,
 46103               };
 46104               
 46105               static const char*
 46106               _CIM_iSCSILoginStatistics_NegotiationLoginFailures_qualifiers[] =
 46107               {
 46108                   /* Counter */
 46109                   "\012\001",
 46110                   /* MappingStrings */
 46111                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginNegotiateFails\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginNegotiateFails\000",
 46112                   0,
 46113               };
 46114               
 46115               static MetaProperty
 46116               _CIM_iSCSILoginStatistics_NegotiationLoginFailures =
 46117               {
 46118                   /* flags */
 46119                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46120 mike  1.1.2.1     /* name */
 46121                   "NegotiationLoginFailures",
 46122                   /* qualifiers */
 46123                   _CIM_iSCSILoginStatistics_NegotiationLoginFailures_qualifiers,
 46124                   /* type */
 46125                   CIMTYPE_UINT64,
 46126                   /* subscript */
 46127                   -1,
 46128                   /* value */
 46129                   0,
 46130               };
 46131               
 46132               static const char*
 46133               _CIM_iSCSILoginStatistics_AuthenticationLoginFailures_qualifiers[] =
 46134               {
 46135                   /* Counter */
 46136                   "\012\001",
 46137                   /* MappingStrings */
 46138                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAuthenticateFails\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAuthenticateFails\000",
 46139                   0,
 46140               };
 46141 mike  1.1.2.1 
 46142               static MetaProperty
 46143               _CIM_iSCSILoginStatistics_AuthenticationLoginFailures =
 46144               {
 46145                   /* flags */
 46146                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46147                   /* name */
 46148                   "AuthenticationLoginFailures",
 46149                   /* qualifiers */
 46150                   _CIM_iSCSILoginStatistics_AuthenticationLoginFailures_qualifiers,
 46151                   /* type */
 46152                   CIMTYPE_UINT64,
 46153                   /* subscript */
 46154                   -1,
 46155                   /* value */
 46156                   0,
 46157               };
 46158               
 46159               static const char*
 46160               _CIM_iSCSILoginStatistics_AuthorizationLoginFailures_qualifiers[] =
 46161               {
 46162 mike  1.1.2.1     /* Counter */
 46163                   "\012\001",
 46164                   /* MappingStrings */
 46165                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAuthFailRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAuthorizeFails\000",
 46166                   0,
 46167               };
 46168               
 46169               static MetaProperty
 46170               _CIM_iSCSILoginStatistics_AuthorizationLoginFailures =
 46171               {
 46172                   /* flags */
 46173                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46174                   /* name */
 46175                   "AuthorizationLoginFailures",
 46176                   /* qualifiers */
 46177                   _CIM_iSCSILoginStatistics_AuthorizationLoginFailures_qualifiers,
 46178                   /* type */
 46179                   CIMTYPE_UINT64,
 46180                   /* subscript */
 46181                   -1,
 46182                   /* value */
 46183 mike  1.1.2.1     0,
 46184               };
 46185               
 46186               static const char*
 46187               _CIM_iSCSILoginStatistics_LoginRedirects_qualifiers[] =
 46188               {
 46189                   /* Counter */
 46190                   "\012\001",
 46191                   /* MappingStrings */
 46192                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginRedirectRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginRedirects\000",
 46193                   0,
 46194               };
 46195               
 46196               static MetaProperty
 46197               _CIM_iSCSILoginStatistics_LoginRedirects =
 46198               {
 46199                   /* flags */
 46200                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46201                   /* name */
 46202                   "LoginRedirects",
 46203                   /* qualifiers */
 46204 mike  1.1.2.1     _CIM_iSCSILoginStatistics_LoginRedirects_qualifiers,
 46205                   /* type */
 46206                   CIMTYPE_UINT64,
 46207                   /* subscript */
 46208                   -1,
 46209                   /* value */
 46210                   0,
 46211               };
 46212               
 46213               static const char*
 46214               _CIM_iSCSILoginStatistics_OtherLoginFailures_qualifiers[] =
 46215               {
 46216                   /* Counter */
 46217                   "\012\001",
 46218                   /* MappingStrings */
 46219                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginOtherFailRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginOtherFails\000",
 46220                   0,
 46221               };
 46222               
 46223               static MetaProperty
 46224               _CIM_iSCSILoginStatistics_OtherLoginFailures =
 46225 mike  1.1.2.1 {
 46226                   /* flags */
 46227                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46228                   /* name */
 46229                   "OtherLoginFailures",
 46230                   /* qualifiers */
 46231                   _CIM_iSCSILoginStatistics_OtherLoginFailures_qualifiers,
 46232                   /* type */
 46233                   CIMTYPE_UINT64,
 46234                   /* subscript */
 46235                   -1,
 46236                   /* value */
 46237                   0,
 46238               };
 46239               
 46240               static const char*
 46241               _CIM_iSCSILoginStatistics_NormalLogouts_qualifiers[] =
 46242               {
 46243                   /* Counter */
 46244                   "\012\001",
 46245                   /* MappingStrings */
 46246 mike  1.1.2.1     "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLogoutNormals\000MIB.IETF|iSCSI-MIB.iscsiTgtLogoutNormals\000",
 46247                   0,
 46248               };
 46249               
 46250               static MetaProperty
 46251               _CIM_iSCSILoginStatistics_NormalLogouts =
 46252               {
 46253                   /* flags */
 46254                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46255                   /* name */
 46256                   "NormalLogouts",
 46257                   /* qualifiers */
 46258                   _CIM_iSCSILoginStatistics_NormalLogouts_qualifiers,
 46259                   /* type */
 46260                   CIMTYPE_UINT64,
 46261                   /* subscript */
 46262                   -1,
 46263                   /* value */
 46264                   0,
 46265               };
 46266               
 46267 mike  1.1.2.1 static const char*
 46268               _CIM_iSCSILoginStatistics_OtherLogouts_qualifiers[] =
 46269               {
 46270                   /* Counter */
 46271                   "\012\001",
 46272                   /* MappingStrings */
 46273                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLogoutOthers\000MIB.IETF|iSCSI-MIB.iscsiTgtLogoutOthers\000",
 46274                   0,
 46275               };
 46276               
 46277               static MetaProperty
 46278               _CIM_iSCSILoginStatistics_OtherLogouts =
 46279               {
 46280                   /* flags */
 46281                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46282                   /* name */
 46283                   "OtherLogouts",
 46284                   /* qualifiers */
 46285                   _CIM_iSCSILoginStatistics_OtherLogouts_qualifiers,
 46286                   /* type */
 46287                   CIMTYPE_UINT64,
 46288 mike  1.1.2.1     /* subscript */
 46289                   -1,
 46290                   /* value */
 46291                   0,
 46292               };
 46293               
 46294               static MetaFeature*
 46295               _CIM_iSCSILoginStatistics_features[] =
 46296               {
 46297                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LoginFailures,
 46298                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureTime,
 46299                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureType,
 46300                   (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLastLoginFailureType,
 46301                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName,
 46302                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType,
 46303                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress,
 46304                   (MetaFeature*)&_CIM_iSCSILoginStatistics_SuccessfulLogins,
 46305                   (MetaFeature*)&_CIM_iSCSILoginStatistics_NegotiationLoginFailures,
 46306                   (MetaFeature*)&_CIM_iSCSILoginStatistics_AuthenticationLoginFailures,
 46307                   (MetaFeature*)&_CIM_iSCSILoginStatistics_AuthorizationLoginFailures,
 46308                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LoginRedirects,
 46309 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLoginFailures,
 46310                   (MetaFeature*)&_CIM_iSCSILoginStatistics_NormalLogouts,
 46311                   (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLogouts,
 46312                   0,
 46313               };
 46314               
 46315               static const char*
 46316               __root_cimv2_CIM_iSCSILoginStatistics_qualifiers[] =
 46317               {
 46318                   /* UMLPackagePath */
 46319                   "\057CIM::Network::iSCSI",
 46320                   /* Version */
 46321                   "\0632.11.0",
 46322                   0,
 46323               };
 46324               
 46325               MetaClass
 46326               __root_cimv2_CIM_iSCSILoginStatistics =
 46327               {
 46328                   /* flags */
 46329                   META_FLAG_CLASS,
 46330 mike  1.1.2.1     /* name */
 46331                   "CIM_iSCSILoginStatistics",
 46332                   /* qualifiers */
 46333                   __root_cimv2_CIM_iSCSILoginStatistics_qualifiers,
 46334                   /* super */
 46335                   &__root_cimv2_CIM_StatisticalData,
 46336                   /* features */
 46337                   _CIM_iSCSILoginStatistics_features,
 46338               };
 46339               
 46340               //==============================================================================
 46341               //
 46342               // Class: CIM_iSCSISessionFailures
 46343               //
 46344               //==============================================================================
 46345               
 46346               static const char*
 46347               _CIM_iSCSISessionFailures_SessionFailures_qualifiers[] =
 46348               {
 46349                   /* Counter */
 46350                   "\012\001",
 46351 mike  1.1.2.1     /* MappingStrings */
 46352                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnFailures\000",
 46353                   0,
 46354               };
 46355               
 46356               static MetaProperty
 46357               _CIM_iSCSISessionFailures_SessionFailures =
 46358               {
 46359                   /* flags */
 46360                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46361                   /* name */
 46362                   "SessionFailures",
 46363                   /* qualifiers */
 46364                   _CIM_iSCSISessionFailures_SessionFailures_qualifiers,
 46365                   /* type */
 46366                   CIMTYPE_UINT64,
 46367                   /* subscript */
 46368                   -1,
 46369                   /* value */
 46370                   0,
 46371               };
 46372 mike  1.1.2.1 
 46373               static const char*
 46374               _CIM_iSCSISessionFailures_LastSessionFailureType_qualifiers[] =
 46375               {
 46376                   /* ValueMap */
 46377                   "\061\000\0041\0002\0003\0004\000",
 46378                   /* Values */
 46379                   "\062\000\004Other\000Digest\000Timeout\000Format\000",
 46380                   /* MappingStrings */
 46381                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstLastSsnFailureType\000",
 46382                   /* ModelCorrespondence */
 46383                   "\036\000\002CIM_iSCSISessionFailures.OtherLastSessionFailureType\000CIM_iSCSISessionFailures.LastSessionFailureRemoteNodeName\000",
 46384                   0,
 46385               };
 46386               
 46387               static MetaProperty
 46388               _CIM_iSCSISessionFailures_LastSessionFailureType =
 46389               {
 46390                   /* flags */
 46391                   META_FLAG_PROPERTY|META_FLAG_READ,
 46392                   /* name */
 46393 mike  1.1.2.1     "LastSessionFailureType",
 46394                   /* qualifiers */
 46395                   _CIM_iSCSISessionFailures_LastSessionFailureType_qualifiers,
 46396                   /* type */
 46397                   CIMTYPE_UINT16,
 46398                   /* subscript */
 46399                   -1,
 46400                   /* value */
 46401                   0,
 46402               };
 46403               
 46404               static const char*
 46405               _CIM_iSCSISessionFailures_OtherLastSessionFailureType_qualifiers[] =
 46406               {
 46407                   /* ModelCorrespondence */
 46408                   "\036\000\001CIM_iSCSISessionFailures.LastSessionFailureType\000",
 46409                   0,
 46410               };
 46411               
 46412               static MetaProperty
 46413               _CIM_iSCSISessionFailures_OtherLastSessionFailureType =
 46414 mike  1.1.2.1 {
 46415                   /* flags */
 46416                   META_FLAG_PROPERTY|META_FLAG_READ,
 46417                   /* name */
 46418                   "OtherLastSessionFailureType",
 46419                   /* qualifiers */
 46420                   _CIM_iSCSISessionFailures_OtherLastSessionFailureType_qualifiers,
 46421                   /* type */
 46422                   CIMTYPE_STRING,
 46423                   /* subscript */
 46424                   -1,
 46425                   /* value */
 46426                   0,
 46427               };
 46428               
 46429               static const char*
 46430               _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName_qualifiers[] =
 46431               {
 46432                   /* MappingStrings */
 46433                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstLastSsnRmtNodeName\000",
 46434                   /* ModelCorrespondence */
 46435 mike  1.1.2.1     "\036\000\001CIM_iSCSISessionFailures.LastSessionFailureType\000",
 46436                   0,
 46437               };
 46438               
 46439               static MetaProperty
 46440               _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName =
 46441               {
 46442                   /* flags */
 46443                   META_FLAG_PROPERTY|META_FLAG_READ,
 46444                   /* name */
 46445                   "LastSessionFailureRemoteNodeName",
 46446                   /* qualifiers */
 46447                   _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName_qualifiers,
 46448                   /* type */
 46449                   CIMTYPE_STRING,
 46450                   /* subscript */
 46451                   -1,
 46452                   /* value */
 46453                   0,
 46454               };
 46455               
 46456 mike  1.1.2.1 static const char*
 46457               _CIM_iSCSISessionFailures_SessionDigestFailures_qualifiers[] =
 46458               {
 46459                   /* Counter */
 46460                   "\012\001",
 46461                   /* MappingStrings */
 46462                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnDigestErrors\000",
 46463                   0,
 46464               };
 46465               
 46466               static MetaProperty
 46467               _CIM_iSCSISessionFailures_SessionDigestFailures =
 46468               {
 46469                   /* flags */
 46470                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46471                   /* name */
 46472                   "SessionDigestFailures",
 46473                   /* qualifiers */
 46474                   _CIM_iSCSISessionFailures_SessionDigestFailures_qualifiers,
 46475                   /* type */
 46476                   CIMTYPE_UINT64,
 46477 mike  1.1.2.1     /* subscript */
 46478                   -1,
 46479                   /* value */
 46480                   0,
 46481               };
 46482               
 46483               static const char*
 46484               _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures_qualifiers[] =
 46485               {
 46486                   /* Counter */
 46487                   "\012\001",
 46488                   /* MappingStrings */
 46489                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnCxnTimeoutErrors\000",
 46490                   0,
 46491               };
 46492               
 46493               static MetaProperty
 46494               _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures =
 46495               {
 46496                   /* flags */
 46497                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46498 mike  1.1.2.1     /* name */
 46499                   "SessionConnectionTimeoutFailures",
 46500                   /* qualifiers */
 46501                   _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures_qualifiers,
 46502                   /* type */
 46503                   CIMTYPE_UINT64,
 46504                   /* subscript */
 46505                   -1,
 46506                   /* value */
 46507                   0,
 46508               };
 46509               
 46510               static const char*
 46511               _CIM_iSCSISessionFailures_SessionFormatErrors_qualifiers[] =
 46512               {
 46513                   /* Counter */
 46514                   "\012\001",
 46515                   /* MappingStrings */
 46516                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnFormatErrors\000",
 46517                   0,
 46518               };
 46519 mike  1.1.2.1 
 46520               static MetaProperty
 46521               _CIM_iSCSISessionFailures_SessionFormatErrors =
 46522               {
 46523                   /* flags */
 46524                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46525                   /* name */
 46526                   "SessionFormatErrors",
 46527                   /* qualifiers */
 46528                   _CIM_iSCSISessionFailures_SessionFormatErrors_qualifiers,
 46529                   /* type */
 46530                   CIMTYPE_UINT64,
 46531                   /* subscript */
 46532                   -1,
 46533                   /* value */
 46534                   0,
 46535               };
 46536               
 46537               static MetaFeature*
 46538               _CIM_iSCSISessionFailures_features[] =
 46539               {
 46540 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISessionFailures_SessionFailures,
 46541                   (MetaFeature*)&_CIM_iSCSISessionFailures_LastSessionFailureType,
 46542                   (MetaFeature*)&_CIM_iSCSISessionFailures_OtherLastSessionFailureType,
 46543                   (MetaFeature*)&_CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName,
 46544                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionDigestFailures,
 46545                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures,
 46546                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionFormatErrors,
 46547                   0,
 46548               };
 46549               
 46550               static const char*
 46551               __root_cimv2_CIM_iSCSISessionFailures_qualifiers[] =
 46552               {
 46553                   /* UMLPackagePath */
 46554                   "\057CIM::Network::iSCSI",
 46555                   /* Version */
 46556                   "\0632.11.0",
 46557                   0,
 46558               };
 46559               
 46560               MetaClass
 46561 mike  1.1.2.1 __root_cimv2_CIM_iSCSISessionFailures =
 46562               {
 46563                   /* flags */
 46564                   META_FLAG_CLASS,
 46565                   /* name */
 46566                   "CIM_iSCSISessionFailures",
 46567                   /* qualifiers */
 46568                   __root_cimv2_CIM_iSCSISessionFailures_qualifiers,
 46569                   /* super */
 46570                   &__root_cimv2_CIM_StatisticalData,
 46571                   /* features */
 46572                   _CIM_iSCSISessionFailures_features,
 46573               };
 46574               
 46575               //==============================================================================
 46576               //
 46577               // Class: CIM_iSCSISessionSettings
 46578               //
 46579               //==============================================================================
 46580               
 46581               static const char*
 46582 mike  1.1.2.1 _CIM_iSCSISessionSettings_MaxConnectionsPerSession_qualifiers[] =
 46583               {
 46584                   /* Write */
 46585                   "\065\001",
 46586                   /* MinValue */
 46587                   "\035\000\000\000\000\000\000\000\001",
 46588                   /* MaxValue */
 46589                   "\031\000\000\000\000\000\000\377\377",
 46590                   /* MappingStrings */
 46591                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxConnections\000",
 46592                   /* ModelCorrespondence */
 46593                   "\036\000\001CIM_iSCSISession.MaxConnectionsPerSession\000",
 46594                   0,
 46595               };
 46596               
 46597               static MetaProperty
 46598               _CIM_iSCSISessionSettings_MaxConnectionsPerSession =
 46599               {
 46600                   /* flags */
 46601                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46602                   /* name */
 46603 mike  1.1.2.1     "MaxConnectionsPerSession",
 46604                   /* qualifiers */
 46605                   _CIM_iSCSISessionSettings_MaxConnectionsPerSession_qualifiers,
 46606                   /* type */
 46607                   CIMTYPE_UINT32,
 46608                   /* subscript */
 46609                   -1,
 46610                   /* value */
 46611                   "\000\000\000\001",
 46612               };
 46613               
 46614               static const char*
 46615               _CIM_iSCSISessionSettings_InitialR2TPreference_qualifiers[] =
 46616               {
 46617                   /* Write */
 46618                   "\065\001",
 46619                   /* MappingStrings */
 46620                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeInitialR2T\000",
 46621                   /* ModelCorrespondence */
 46622                   "\036\000\001CIM_iSCSISession.InitialR2T\000",
 46623                   0,
 46624 mike  1.1.2.1 };
 46625               
 46626               static MetaProperty
 46627               _CIM_iSCSISessionSettings_InitialR2TPreference =
 46628               {
 46629                   /* flags */
 46630                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46631                   /* name */
 46632                   "InitialR2TPreference",
 46633                   /* qualifiers */
 46634                   _CIM_iSCSISessionSettings_InitialR2TPreference_qualifiers,
 46635                   /* type */
 46636                   CIMTYPE_BOOLEAN,
 46637                   /* subscript */
 46638                   -1,
 46639                   /* value */
 46640                   "\001",
 46641               };
 46642               
 46643               static const char*
 46644               _CIM_iSCSISessionSettings_ImmediateDataPreference_qualifiers[] =
 46645 mike  1.1.2.1 {
 46646                   /* Write */
 46647                   "\065\001",
 46648                   /* MappingStrings */
 46649                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeImmediateData\000",
 46650                   /* ModelCorrespondence */
 46651                   "\036\000\001CIM_iSCSISession.ImmediateData\000",
 46652                   0,
 46653               };
 46654               
 46655               static MetaProperty
 46656               _CIM_iSCSISessionSettings_ImmediateDataPreference =
 46657               {
 46658                   /* flags */
 46659                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46660                   /* name */
 46661                   "ImmediateDataPreference",
 46662                   /* qualifiers */
 46663                   _CIM_iSCSISessionSettings_ImmediateDataPreference_qualifiers,
 46664                   /* type */
 46665                   CIMTYPE_BOOLEAN,
 46666 mike  1.1.2.1     /* subscript */
 46667                   -1,
 46668                   /* value */
 46669                   "\001",
 46670               };
 46671               
 46672               static const char*
 46673               _CIM_iSCSISessionSettings_MaxOutstandingR2T_qualifiers[] =
 46674               {
 46675                   /* Write */
 46676                   "\065\001",
 46677                   /* MinValue */
 46678                   "\035\000\000\000\000\000\000\000\001",
 46679                   /* MaxValue */
 46680                   "\031\000\000\000\000\000\000\377\377",
 46681                   /* MappingStrings */
 46682                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxOutstandingR2T\000",
 46683                   /* ModelCorrespondence */
 46684                   "\036\000\001CIM_iSCSISession.MaxOutstandingR2T\000",
 46685                   0,
 46686               };
 46687 mike  1.1.2.1 
 46688               static MetaProperty
 46689               _CIM_iSCSISessionSettings_MaxOutstandingR2T =
 46690               {
 46691                   /* flags */
 46692                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46693                   /* name */
 46694                   "MaxOutstandingR2T",
 46695                   /* qualifiers */
 46696                   _CIM_iSCSISessionSettings_MaxOutstandingR2T_qualifiers,
 46697                   /* type */
 46698                   CIMTYPE_UINT32,
 46699                   /* subscript */
 46700                   -1,
 46701                   /* value */
 46702                   "\000\000\000\001",
 46703               };
 46704               
 46705               static const char*
 46706               _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength_qualifiers[] =
 46707               {
 46708 mike  1.1.2.1     /* Write */
 46709                   "\065\001",
 46710                   /* Units */
 46711                   "\060Bytes",
 46712                   /* MinValue */
 46713                   "\035\000\000\000\000\000\000\002\000",
 46714                   /* MaxValue */
 46715                   "\031\000\000\000\000\000\377\377\377",
 46716                   /* MappingStrings */
 46717                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeFirstBurstLength\000",
 46718                   /* ModelCorrespondence */
 46719                   "\036\000\001CIM_iSCSISession.MaxUnsolicitedFirstDataBurstLength\000",
 46720                   0,
 46721               };
 46722               
 46723               static MetaProperty
 46724               _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength =
 46725               {
 46726                   /* flags */
 46727                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46728                   /* name */
 46729 mike  1.1.2.1     "MaxUnsolicitedFirstDataBurstLength",
 46730                   /* qualifiers */
 46731                   _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength_qualifiers,
 46732                   /* type */
 46733                   CIMTYPE_UINT32,
 46734                   /* subscript */
 46735                   -1,
 46736                   /* value */
 46737                   "\000\001\000\000",
 46738               };
 46739               
 46740               static const char*
 46741               _CIM_iSCSISessionSettings_MaxDataBurstLength_qualifiers[] =
 46742               {
 46743                   /* Write */
 46744                   "\065\001",
 46745                   /* Units */
 46746                   "\060Bytes",
 46747                   /* MinValue */
 46748                   "\035\000\000\000\000\000\000\002\000",
 46749                   /* MaxValue */
 46750 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
 46751                   /* MappingStrings */
 46752                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxBurstLength\000",
 46753                   /* ModelCorrespondence */
 46754                   "\036\000\001CIM_iSCSISession.MaxDataBurstLength\000",
 46755                   0,
 46756               };
 46757               
 46758               static MetaProperty
 46759               _CIM_iSCSISessionSettings_MaxDataBurstLength =
 46760               {
 46761                   /* flags */
 46762                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46763                   /* name */
 46764                   "MaxDataBurstLength",
 46765                   /* qualifiers */
 46766                   _CIM_iSCSISessionSettings_MaxDataBurstLength_qualifiers,
 46767                   /* type */
 46768                   CIMTYPE_UINT32,
 46769                   /* subscript */
 46770                   -1,
 46771 mike  1.1.2.1     /* value */
 46772                   "\000\004\000\000",
 46773               };
 46774               
 46775               static const char*
 46776               _CIM_iSCSISessionSettings_DataSequenceInOrderPreference_qualifiers[] =
 46777               {
 46778                   /* Write */
 46779                   "\065\001",
 46780                   /* MappingStrings */
 46781                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDataSequenceInOrder\000",
 46782                   /* ModelCorrespondence */
 46783                   "\036\000\001CIM_iSCSISession.DataSequenceInOrder\000",
 46784                   0,
 46785               };
 46786               
 46787               static MetaProperty
 46788               _CIM_iSCSISessionSettings_DataSequenceInOrderPreference =
 46789               {
 46790                   /* flags */
 46791                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46792 mike  1.1.2.1     /* name */
 46793                   "DataSequenceInOrderPreference",
 46794                   /* qualifiers */
 46795                   _CIM_iSCSISessionSettings_DataSequenceInOrderPreference_qualifiers,
 46796                   /* type */
 46797                   CIMTYPE_BOOLEAN,
 46798                   /* subscript */
 46799                   -1,
 46800                   /* value */
 46801                   "\001",
 46802               };
 46803               
 46804               static const char*
 46805               _CIM_iSCSISessionSettings_DataPDUInOrderPreference_qualifiers[] =
 46806               {
 46807                   /* Write */
 46808                   "\065\001",
 46809                   /* MappingStrings */
 46810                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDataPDUInOrder\000",
 46811                   /* ModelCorrespondence */
 46812                   "\036\000\001CIM_iSCSISession.DataPDUInOrder\000",
 46813 mike  1.1.2.1     0,
 46814               };
 46815               
 46816               static MetaProperty
 46817               _CIM_iSCSISessionSettings_DataPDUInOrderPreference =
 46818               {
 46819                   /* flags */
 46820                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46821                   /* name */
 46822                   "DataPDUInOrderPreference",
 46823                   /* qualifiers */
 46824                   _CIM_iSCSISessionSettings_DataPDUInOrderPreference_qualifiers,
 46825                   /* type */
 46826                   CIMTYPE_BOOLEAN,
 46827                   /* subscript */
 46828                   -1,
 46829                   /* value */
 46830                   "\001",
 46831               };
 46832               
 46833               static const char*
 46834 mike  1.1.2.1 _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference_qualifiers[] =
 46835               {
 46836                   /* Write */
 46837                   "\065\001",
 46838                   /* Units */
 46839                   "\060Seconds",
 46840                   /* MinValue */
 46841                   "\035\000\000\000\000\000\000\000\000",
 46842                   /* MaxValue */
 46843                   "\031\000\000\000\000\000\000\016\020",
 46844                   /* MappingStrings */
 46845                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Wait\000",
 46846                   /* ModelCorrespondence */
 46847                   "\036\000\001CIM_iSCSISession.DefaultTimeToWait\000",
 46848                   0,
 46849               };
 46850               
 46851               static MetaProperty
 46852               _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference =
 46853               {
 46854                   /* flags */
 46855 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46856                   /* name */
 46857                   "DefaultTimeToWaitPreference",
 46858                   /* qualifiers */
 46859                   _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference_qualifiers,
 46860                   /* type */
 46861                   CIMTYPE_UINT32,
 46862                   /* subscript */
 46863                   -1,
 46864                   /* value */
 46865                   "\000\000\000\002",
 46866               };
 46867               
 46868               static const char*
 46869               _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference_qualifiers[] =
 46870               {
 46871                   /* Write */
 46872                   "\065\001",
 46873                   /* Units */
 46874                   "\060Seconds",
 46875                   /* MinValue */
 46876 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
 46877                   /* MaxValue */
 46878                   "\031\000\000\000\000\000\000\016\020",
 46879                   /* MappingStrings */
 46880                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Retain\000",
 46881                   /* ModelCorrespondence */
 46882                   "\036\000\001CIM_iSCSISession.DefaultTimeToRetain\000",
 46883                   0,
 46884               };
 46885               
 46886               static MetaProperty
 46887               _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference =
 46888               {
 46889                   /* flags */
 46890                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46891                   /* name */
 46892                   "DefaultTimeToRetainPreference",
 46893                   /* qualifiers */
 46894                   _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference_qualifiers,
 46895                   /* type */
 46896                   CIMTYPE_UINT32,
 46897 mike  1.1.2.1     /* subscript */
 46898                   -1,
 46899                   /* value */
 46900                   "\000\000\000\024",
 46901               };
 46902               
 46903               static const char*
 46904               _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference_qualifiers[] =
 46905               {
 46906                   /* Write */
 46907                   "\065\001",
 46908                   /* MinValue */
 46909                   "\035\000\000\000\000\000\000\000\000",
 46910                   /* MaxValue */
 46911                   "\031\000\000\000\000\000\000\000\377",
 46912                   /* MappingStrings */
 46913                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeErrorRecoveryLevel\000",
 46914                   /* ModelCorrespondence */
 46915                   "\036\000\001CIM_iSCSISession.ErrorRecoveryLevel\000",
 46916                   0,
 46917               };
 46918 mike  1.1.2.1 
 46919               static MetaProperty
 46920               _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference =
 46921               {
 46922                   /* flags */
 46923                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46924                   /* name */
 46925                   "ErrorRecoveryLevelPreference",
 46926                   /* qualifiers */
 46927                   _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference_qualifiers,
 46928                   /* type */
 46929                   CIMTYPE_UINT32,
 46930                   /* subscript */
 46931                   -1,
 46932                   /* value */
 46933                   "\000\000\000\000",
 46934               };
 46935               
 46936               static MetaFeature*
 46937               _CIM_iSCSISessionSettings_features[] =
 46938               {
 46939 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISessionSettings_MaxConnectionsPerSession,
 46940                   (MetaFeature*)&_CIM_iSCSISessionSettings_InitialR2TPreference,
 46941                   (MetaFeature*)&_CIM_iSCSISessionSettings_ImmediateDataPreference,
 46942                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxOutstandingR2T,
 46943                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength,
 46944                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxDataBurstLength,
 46945                   (MetaFeature*)&_CIM_iSCSISessionSettings_DataSequenceInOrderPreference,
 46946                   (MetaFeature*)&_CIM_iSCSISessionSettings_DataPDUInOrderPreference,
 46947                   (MetaFeature*)&_CIM_iSCSISessionSettings_DefaultTimeToWaitPreference,
 46948                   (MetaFeature*)&_CIM_iSCSISessionSettings_DefaultTimeToRetainPreference,
 46949                   (MetaFeature*)&_CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference,
 46950                   0,
 46951               };
 46952               
 46953               static const char*
 46954               __root_cimv2_CIM_iSCSISessionSettings_qualifiers[] =
 46955               {
 46956                   /* UMLPackagePath */
 46957                   "\057CIM::Network::iSCSI",
 46958                   /* Version */
 46959                   "\0632.11.0",
 46960 mike  1.1.2.1     0,
 46961               };
 46962               
 46963               MetaClass
 46964               __root_cimv2_CIM_iSCSISessionSettings =
 46965               {
 46966                   /* flags */
 46967                   META_FLAG_CLASS,
 46968                   /* name */
 46969                   "CIM_iSCSISessionSettings",
 46970                   /* qualifiers */
 46971                   __root_cimv2_CIM_iSCSISessionSettings_qualifiers,
 46972                   /* super */
 46973                   &__root_cimv2_CIM_SettingData,
 46974                   /* features */
 46975                   _CIM_iSCSISessionSettings_features,
 46976               };
 46977               
 46978               //==============================================================================
 46979               //
 46980               // Class: CIM_J2eeNotification
 46981 mike  1.1.2.1 //
 46982               //==============================================================================
 46983               
 46984               static const char*
 46985               _CIM_J2eeNotification_IndicationIdentifier_qualifiers[] =
 46986               {
 46987                   /* Override */
 46988                   "\044IndicationIdentifier",
 46989                   /* MappingStrings */
 46990                   "\026\000\001JSR77.JCP|JSR77.4.2.1.1 source|V1.0\000",
 46991                   /* ModelCorrespondence */
 46992                   "\036\000\001CIM_J2eeManagedObject.InstanceID\000",
 46993                   0,
 46994               };
 46995               
 46996               static MetaProperty
 46997               _CIM_J2eeNotification_IndicationIdentifier =
 46998               {
 46999                   /* flags */
 47000                   META_FLAG_PROPERTY|META_FLAG_READ,
 47001                   /* name */
 47002 mike  1.1.2.1     "IndicationIdentifier",
 47003                   /* qualifiers */
 47004                   _CIM_J2eeNotification_IndicationIdentifier_qualifiers,
 47005                   /* type */
 47006                   CIMTYPE_STRING,
 47007                   /* subscript */
 47008                   -1,
 47009                   /* value */
 47010                   0,
 47011               };
 47012               
 47013               static const char*
 47014               _CIM_J2eeNotification_SequenceNumber_qualifiers[] =
 47015               {
 47016                   /* MappingStrings */
 47017                   "\026\000\001JSR77.JCP|JSR77.4.2.1.3 sequence|V1.0\000",
 47018                   0,
 47019               };
 47020               
 47021               static MetaProperty
 47022               _CIM_J2eeNotification_SequenceNumber =
 47023 mike  1.1.2.1 {
 47024                   /* flags */
 47025                   META_FLAG_PROPERTY|META_FLAG_READ,
 47026                   /* name */
 47027                   "SequenceNumber",
 47028                   /* qualifiers */
 47029                   _CIM_J2eeNotification_SequenceNumber_qualifiers,
 47030                   /* type */
 47031                   CIMTYPE_SINT64,
 47032                   /* subscript */
 47033                   -1,
 47034                   /* value */
 47035                   0,
 47036               };
 47037               
 47038               static const char*
 47039               _CIM_J2eeNotification_IndicationType_qualifiers[] =
 47040               {
 47041                   /* ValueMap */
 47042                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 47043                   /* Values */
 47044 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",
 47045                   /* MappingStrings */
 47046                   "\026\000\001JSR77.JCP|JSR77.4.2.1.4 type|V1.0\000",
 47047                   /* ModelCorrespondence */
 47048                   "\036\000\001CIM_J2eeNotification.OtherIndicationType\000",
 47049                   0,
 47050               };
 47051               
 47052               static MetaProperty
 47053               _CIM_J2eeNotification_IndicationType =
 47054               {
 47055                   /* flags */
 47056                   META_FLAG_PROPERTY|META_FLAG_READ,
 47057                   /* name */
 47058                   "IndicationType",
 47059                   /* qualifiers */
 47060                   _CIM_J2eeNotification_IndicationType_qualifiers,
 47061                   /* type */
 47062                   CIMTYPE_UINT16,
 47063                   /* subscript */
 47064                   -1,
 47065 mike  1.1.2.1     /* value */
 47066                   0,
 47067               };
 47068               
 47069               static const char*
 47070               _CIM_J2eeNotification_OtherIndicationType_qualifiers[] =
 47071               {
 47072                   /* ModelCorrespondence */
 47073                   "\036\000\001CIM_J2eeNotification.IndicationType\000",
 47074                   0,
 47075               };
 47076               
 47077               static MetaProperty
 47078               _CIM_J2eeNotification_OtherIndicationType =
 47079               {
 47080                   /* flags */
 47081                   META_FLAG_PROPERTY|META_FLAG_READ,
 47082                   /* name */
 47083                   "OtherIndicationType",
 47084                   /* qualifiers */
 47085                   _CIM_J2eeNotification_OtherIndicationType_qualifiers,
 47086 mike  1.1.2.1     /* type */
 47087                   CIMTYPE_STRING,
 47088                   /* subscript */
 47089                   -1,
 47090                   /* value */
 47091                   0,
 47092               };
 47093               
 47094               static const char*
 47095               _CIM_J2eeNotification_Message_qualifiers[] =
 47096               {
 47097                   0,
 47098               };
 47099               
 47100               static MetaProperty
 47101               _CIM_J2eeNotification_Message =
 47102               {
 47103                   /* flags */
 47104                   META_FLAG_PROPERTY|META_FLAG_READ,
 47105                   /* name */
 47106                   "Message",
 47107 mike  1.1.2.1     /* qualifiers */
 47108                   _CIM_J2eeNotification_Message_qualifiers,
 47109                   /* type */
 47110                   CIMTYPE_STRING,
 47111                   /* subscript */
 47112                   -1,
 47113                   /* value */
 47114                   0,
 47115               };
 47116               
 47117               static const char*
 47118               _CIM_J2eeNotification_UserData_qualifiers[] =
 47119               {
 47120                   /* OctetString */
 47121                   "\042\001",
 47122                   0,
 47123               };
 47124               
 47125               static MetaProperty
 47126               _CIM_J2eeNotification_UserData =
 47127               {
 47128 mike  1.1.2.1     /* flags */
 47129                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 47130                   /* name */
 47131                   "UserData",
 47132                   /* qualifiers */
 47133                   _CIM_J2eeNotification_UserData_qualifiers,
 47134                   /* type */
 47135                   CIMTYPE_STRING,
 47136                   /* subscript */
 47137                   -1,
 47138                   /* value */
 47139                   0,
 47140               };
 47141               
 47142               static MetaFeature*
 47143               _CIM_J2eeNotification_features[] =
 47144               {
 47145                   (MetaFeature*)&_CIM_J2eeNotification_IndicationIdentifier,
 47146                   (MetaFeature*)&_CIM_J2eeNotification_SequenceNumber,
 47147                   (MetaFeature*)&_CIM_J2eeNotification_IndicationType,
 47148                   (MetaFeature*)&_CIM_J2eeNotification_OtherIndicationType,
 47149 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeNotification_Message,
 47150                   (MetaFeature*)&_CIM_J2eeNotification_UserData,
 47151                   0,
 47152               };
 47153               
 47154               static const char*
 47155               __root_cimv2_CIM_J2eeNotification_qualifiers[] =
 47156               {
 47157                   /* INDICATION */
 47158                   "\001\001",
 47159                   /* UMLPackagePath */
 47160                   "\057CIM::Application::J2eeAppServer",
 47161                   /* Version */
 47162                   "\0632.8.0",
 47163                   0,
 47164               };
 47165               
 47166               MetaClass
 47167               __root_cimv2_CIM_J2eeNotification =
 47168               {
 47169                   /* flags */
 47170 mike  1.1.2.1     META_FLAG_INDICATION,
 47171                   /* name */
 47172                   "CIM_J2eeNotification",
 47173                   /* qualifiers */
 47174                   __root_cimv2_CIM_J2eeNotification_qualifiers,
 47175                   /* super */
 47176                   &__root_cimv2_CIM_ProcessIndication,
 47177                   /* features */
 47178                   _CIM_J2eeNotification_features,
 47179               };
 47180               
 47181               //==============================================================================
 47182               //
 47183               // Class: CIM_J2eeStatistic
 47184               //
 47185               //==============================================================================
 47186               
 47187               static MetaFeature*
 47188               _CIM_J2eeStatistic_GetStartTime_parameters[] =
 47189               {
 47190                   0,
 47191 mike  1.1.2.1 };
 47192               
 47193               static const char*
 47194               _CIM_J2eeStatistic_GetStartTime_qualifiers[] =
 47195               {
 47196                   /* MappingStrings */
 47197                   "\026\000\001JSR77.JCP|JSR77.6.4.1.4 getStartTime|V1.0\000",
 47198                   /* ModelCorrespondence */
 47199                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 47200                   0,
 47201               };
 47202               
 47203               static MetaMethod
 47204               _CIM_J2eeStatistic_GetStartTime =
 47205               {
 47206                   /* flags */
 47207                   META_FLAG_METHOD,
 47208                   /* name */
 47209                   "CIM_J2eeStatistic",
 47210                   /* qualifiers */
 47211                   _CIM_J2eeStatistic_GetStartTime_qualifiers,
 47212 mike  1.1.2.1     /* type */
 47213                   CIMTYPE_UINT64,
 47214                   /* parameters */
 47215                   _CIM_J2eeStatistic_GetStartTime_parameters,
 47216               };
 47217               
 47218               static MetaFeature*
 47219               _CIM_J2eeStatistic_GetLastSampleTime_parameters[] =
 47220               {
 47221                   0,
 47222               };
 47223               
 47224               static const char*
 47225               _CIM_J2eeStatistic_GetLastSampleTime_qualifiers[] =
 47226               {
 47227                   /* MappingStrings */
 47228                   "\026\000\001JSR77.JCP|JSR77.6.4.1.5 getLastSampleTime|V1.0\000",
 47229                   /* ModelCorrespondence */
 47230                   "\036\000\001CIM_StatisticalData.StatisticTime\000",
 47231                   0,
 47232               };
 47233 mike  1.1.2.1 
 47234               static MetaMethod
 47235               _CIM_J2eeStatistic_GetLastSampleTime =
 47236               {
 47237                   /* flags */
 47238                   META_FLAG_METHOD,
 47239                   /* name */
 47240                   "CIM_J2eeStatistic",
 47241                   /* qualifiers */
 47242                   _CIM_J2eeStatistic_GetLastSampleTime_qualifiers,
 47243                   /* type */
 47244                   CIMTYPE_UINT64,
 47245                   /* parameters */
 47246                   _CIM_J2eeStatistic_GetLastSampleTime_parameters,
 47247               };
 47248               
 47249               static MetaFeature*
 47250               _CIM_J2eeStatistic_features[] =
 47251               {
 47252                   (MetaFeature*)&_CIM_J2eeStatistic_GetStartTime,
 47253                   (MetaFeature*)&_CIM_J2eeStatistic_GetLastSampleTime,
 47254 mike  1.1.2.1     0,
 47255               };
 47256               
 47257               static const char*
 47258               __root_cimv2_CIM_J2eeStatistic_qualifiers[] =
 47259               {
 47260                   /* UMLPackagePath */
 47261                   "\057CIM::Application::J2eeAppServerStats",
 47262                   /* Abstract */
 47263                   "\002\001",
 47264                   /* Version */
 47265                   "\0632.8.0",
 47266                   0,
 47267               };
 47268               
 47269               MetaClass
 47270               __root_cimv2_CIM_J2eeStatistic =
 47271               {
 47272                   /* flags */
 47273                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 47274                   /* name */
 47275 mike  1.1.2.1     "CIM_J2eeStatistic",
 47276                   /* qualifiers */
 47277                   __root_cimv2_CIM_J2eeStatistic_qualifiers,
 47278                   /* super */
 47279                   &__root_cimv2_CIM_StatisticalData,
 47280                   /* features */
 47281                   _CIM_J2eeStatistic_features,
 47282               };
 47283               
 47284               //==============================================================================
 47285               //
 47286               // Class: CIM_J2eeURLStats
 47287               //
 47288               //==============================================================================
 47289               
 47290               static MetaFeature*
 47291               _CIM_J2eeURLStats_features[] =
 47292               {
 47293                   0,
 47294               };
 47295               
 47296 mike  1.1.2.1 static const char*
 47297               __root_cimv2_CIM_J2eeURLStats_qualifiers[] =
 47298               {
 47299                   /* UMLPackagePath */
 47300                   "\057CIM::Application::J2eeAppServerStats",
 47301                   /* Abstract */
 47302                   "\002\001",
 47303                   /* Version */
 47304                   "\0632.8.0",
 47305                   0,
 47306               };
 47307               
 47308               MetaClass
 47309               __root_cimv2_CIM_J2eeURLStats =
 47310               {
 47311                   /* flags */
 47312                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 47313                   /* name */
 47314                   "CIM_J2eeURLStats",
 47315                   /* qualifiers */
 47316                   __root_cimv2_CIM_J2eeURLStats_qualifiers,
 47317 mike  1.1.2.1     /* super */
 47318                   &__root_cimv2_CIM_J2eeStatistic,
 47319                   /* features */
 47320                   _CIM_J2eeURLStats_features,
 47321               };
 47322               
 47323               //==============================================================================
 47324               //
 47325               // Class: CIM_JobSettingData
 47326               //
 47327               //==============================================================================
 47328               
 47329               static const char*
 47330               _CIM_JobSettingData_DeleteOnCompletion_qualifiers[] =
 47331               {
 47332                   /* Write */
 47333                   "\065\001",
 47334                   /* ModelCorrespondence */
 47335                   "\036\000\001CIM_Job.DeleteOnCompletion\000",
 47336                   0,
 47337               };
 47338 mike  1.1.2.1 
 47339               static MetaProperty
 47340               _CIM_JobSettingData_DeleteOnCompletion =
 47341               {
 47342                   /* flags */
 47343                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 47344                   /* name */
 47345                   "DeleteOnCompletion",
 47346                   /* qualifiers */
 47347                   _CIM_JobSettingData_DeleteOnCompletion_qualifiers,
 47348                   /* type */
 47349                   CIMTYPE_BOOLEAN,
 47350                   /* subscript */
 47351                   -1,
 47352                   /* value */
 47353                   0,
 47354               };
 47355               
 47356               static const char*
 47357               _CIM_JobSettingData_RecoveryAction_qualifiers[] =
 47358               {
 47359 mike  1.1.2.1     /* ValueMap */
 47360                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 47361                   /* Values */
 47362                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
 47363                   /* ModelCorrespondence */
 47364                   "\036\000\002CIM_JobSettingData.OtherRecoveryAction\000CIM_Job.RecoveryAction\000",
 47365                   0,
 47366               };
 47367               
 47368               static MetaProperty
 47369               _CIM_JobSettingData_RecoveryAction =
 47370               {
 47371                   /* flags */
 47372                   META_FLAG_PROPERTY|META_FLAG_READ,
 47373                   /* name */
 47374                   "RecoveryAction",
 47375                   /* qualifiers */
 47376                   _CIM_JobSettingData_RecoveryAction_qualifiers,
 47377                   /* type */
 47378                   CIMTYPE_UINT16,
 47379                   /* subscript */
 47380 mike  1.1.2.1     -1,
 47381                   /* value */
 47382                   0,
 47383               };
 47384               
 47385               static const char*
 47386               _CIM_JobSettingData_OtherRecoveryAction_qualifiers[] =
 47387               {
 47388                   /* ModelCorrespondence */
 47389                   "\036\000\002CIM_JobSettingData.RecoveryAction\000CIM_Job.OtherRecoveryAction\000",
 47390                   0,
 47391               };
 47392               
 47393               static MetaProperty
 47394               _CIM_JobSettingData_OtherRecoveryAction =
 47395               {
 47396                   /* flags */
 47397                   META_FLAG_PROPERTY|META_FLAG_READ,
 47398                   /* name */
 47399                   "OtherRecoveryAction",
 47400                   /* qualifiers */
 47401 mike  1.1.2.1     _CIM_JobSettingData_OtherRecoveryAction_qualifiers,
 47402                   /* type */
 47403                   CIMTYPE_STRING,
 47404                   /* subscript */
 47405                   -1,
 47406                   /* value */
 47407                   0,
 47408               };
 47409               
 47410               static MetaFeature*
 47411               _CIM_JobSettingData_features[] =
 47412               {
 47413                   (MetaFeature*)&_CIM_JobSettingData_DeleteOnCompletion,
 47414                   (MetaFeature*)&_CIM_JobSettingData_RecoveryAction,
 47415                   (MetaFeature*)&_CIM_JobSettingData_OtherRecoveryAction,
 47416                   0,
 47417               };
 47418               
 47419               static const char*
 47420               __root_cimv2_CIM_JobSettingData_qualifiers[] =
 47421               {
 47422 mike  1.1.2.1     /* UMLPackagePath */
 47423                   "\057CIM::System::Processing",
 47424                   /* Version */
 47425                   "\0632.9.0",
 47426                   0,
 47427               };
 47428               
 47429               MetaClass
 47430               __root_cimv2_CIM_JobSettingData =
 47431               {
 47432                   /* flags */
 47433                   META_FLAG_CLASS,
 47434                   /* name */
 47435                   "CIM_JobSettingData",
 47436                   /* qualifiers */
 47437                   __root_cimv2_CIM_JobSettingData_qualifiers,
 47438                   /* super */
 47439                   &__root_cimv2_CIM_SettingData,
 47440                   /* features */
 47441                   _CIM_JobSettingData_features,
 47442               };
 47443 mike  1.1.2.1 
 47444               //==============================================================================
 47445               //
 47446               // Class: CIM_KerberosAuthentication
 47447               //
 47448               //==============================================================================
 47449               
 47450               static const char*
 47451               _CIM_KerberosAuthentication_UserName_qualifiers[] =
 47452               {
 47453                   0,
 47454               };
 47455               
 47456               static MetaProperty
 47457               _CIM_KerberosAuthentication_UserName =
 47458               {
 47459                   /* flags */
 47460                   META_FLAG_PROPERTY|META_FLAG_READ,
 47461                   /* name */
 47462                   "UserName",
 47463                   /* qualifiers */
 47464 mike  1.1.2.1     _CIM_KerberosAuthentication_UserName_qualifiers,
 47465                   /* type */
 47466                   CIMTYPE_STRING,
 47467                   /* subscript */
 47468                   -1,
 47469                   /* value */
 47470                   0,
 47471               };
 47472               
 47473               static MetaFeature*
 47474               _CIM_KerberosAuthentication_features[] =
 47475               {
 47476                   (MetaFeature*)&_CIM_KerberosAuthentication_UserName,
 47477                   0,
 47478               };
 47479               
 47480               static const char*
 47481               __root_cimv2_CIM_KerberosAuthentication_qualifiers[] =
 47482               {
 47483                   /* UMLPackagePath */
 47484                   "\057CIM::Policy",
 47485 mike  1.1.2.1     /* Version */
 47486                   "\0632.8.0",
 47487                   0,
 47488               };
 47489               
 47490               MetaClass
 47491               __root_cimv2_CIM_KerberosAuthentication =
 47492               {
 47493                   /* flags */
 47494                   META_FLAG_CLASS,
 47495                   /* name */
 47496                   "CIM_KerberosAuthentication",
 47497                   /* qualifiers */
 47498                   __root_cimv2_CIM_KerberosAuthentication_qualifiers,
 47499                   /* super */
 47500                   &__root_cimv2_CIM_AuthenticationCondition,
 47501                   /* features */
 47502                   _CIM_KerberosAuthentication_features,
 47503               };
 47504               
 47505               //==============================================================================
 47506 mike  1.1.2.1 //
 47507               // Class: CIM_LabelReaderStatData
 47508               //
 47509               //==============================================================================
 47510               
 47511               static const char*
 47512               _CIM_LabelReaderStatData_ScanSuccesses_qualifiers[] =
 47513               {
 47514                   /* Counter */
 47515                   "\012\001",
 47516                   0,
 47517               };
 47518               
 47519               static MetaProperty
 47520               _CIM_LabelReaderStatData_ScanSuccesses =
 47521               {
 47522                   /* flags */
 47523                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47524                   /* name */
 47525                   "ScanSuccesses",
 47526                   /* qualifiers */
 47527 mike  1.1.2.1     _CIM_LabelReaderStatData_ScanSuccesses_qualifiers,
 47528                   /* type */
 47529                   CIMTYPE_UINT64,
 47530                   /* subscript */
 47531                   -1,
 47532                   /* value */
 47533                   0,
 47534               };
 47535               
 47536               static const char*
 47537               _CIM_LabelReaderStatData_ScanFailures_qualifiers[] =
 47538               {
 47539                   /* Counter */
 47540                   "\012\001",
 47541                   0,
 47542               };
 47543               
 47544               static MetaProperty
 47545               _CIM_LabelReaderStatData_ScanFailures =
 47546               {
 47547                   /* flags */
 47548 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47549                   /* name */
 47550                   "ScanFailures",
 47551                   /* qualifiers */
 47552                   _CIM_LabelReaderStatData_ScanFailures_qualifiers,
 47553                   /* type */
 47554                   CIMTYPE_UINT64,
 47555                   /* subscript */
 47556                   -1,
 47557                   /* value */
 47558                   0,
 47559               };
 47560               
 47561               static const char*
 47562               _CIM_LabelReaderStatData_ScanRetries_qualifiers[] =
 47563               {
 47564                   /* Counter */
 47565                   "\012\001",
 47566                   0,
 47567               };
 47568               
 47569 mike  1.1.2.1 static MetaProperty
 47570               _CIM_LabelReaderStatData_ScanRetries =
 47571               {
 47572                   /* flags */
 47573                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47574                   /* name */
 47575                   "ScanRetries",
 47576                   /* qualifiers */
 47577                   _CIM_LabelReaderStatData_ScanRetries_qualifiers,
 47578                   /* type */
 47579                   CIMTYPE_UINT64,
 47580                   /* subscript */
 47581                   -1,
 47582                   /* value */
 47583                   0,
 47584               };
 47585               
 47586               static MetaFeature*
 47587               _CIM_LabelReaderStatData_features[] =
 47588               {
 47589                   (MetaFeature*)&_CIM_LabelReaderStatData_ScanSuccesses,
 47590 mike  1.1.2.1     (MetaFeature*)&_CIM_LabelReaderStatData_ScanFailures,
 47591                   (MetaFeature*)&_CIM_LabelReaderStatData_ScanRetries,
 47592                   0,
 47593               };
 47594               
 47595               static const char*
 47596               __root_cimv2_CIM_LabelReaderStatData_qualifiers[] =
 47597               {
 47598                   /* UMLPackagePath */
 47599                   "\057CIM::Device::StorageLib",
 47600                   /* Version */
 47601                   "\0632.7.0",
 47602                   0,
 47603               };
 47604               
 47605               MetaClass
 47606               __root_cimv2_CIM_LabelReaderStatData =
 47607               {
 47608                   /* flags */
 47609                   META_FLAG_CLASS,
 47610                   /* name */
 47611 mike  1.1.2.1     "CIM_LabelReaderStatData",
 47612                   /* qualifiers */
 47613                   __root_cimv2_CIM_LabelReaderStatData_qualifiers,
 47614                   /* super */
 47615                   &__root_cimv2_CIM_StatisticalData,
 47616                   /* features */
 47617                   _CIM_LabelReaderStatData_features,
 47618               };
 47619               
 47620               //==============================================================================
 47621               //
 47622               // Class: CIM_LabelReaderStatInfo
 47623               //
 47624               //==============================================================================
 47625               
 47626               static const char*
 47627               _CIM_LabelReaderStatInfo_ScanSuccesses_qualifiers[] =
 47628               {
 47629                   /* Counter */
 47630                   "\012\001",
 47631                   0,
 47632 mike  1.1.2.1 };
 47633               
 47634               static MetaProperty
 47635               _CIM_LabelReaderStatInfo_ScanSuccesses =
 47636               {
 47637                   /* flags */
 47638                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47639                   /* name */
 47640                   "ScanSuccesses",
 47641                   /* qualifiers */
 47642                   _CIM_LabelReaderStatInfo_ScanSuccesses_qualifiers,
 47643                   /* type */
 47644                   CIMTYPE_UINT64,
 47645                   /* subscript */
 47646                   -1,
 47647                   /* value */
 47648                   0,
 47649               };
 47650               
 47651               static const char*
 47652               _CIM_LabelReaderStatInfo_ScanFailures_qualifiers[] =
 47653 mike  1.1.2.1 {
 47654                   /* Counter */
 47655                   "\012\001",
 47656                   0,
 47657               };
 47658               
 47659               static MetaProperty
 47660               _CIM_LabelReaderStatInfo_ScanFailures =
 47661               {
 47662                   /* flags */
 47663                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47664                   /* name */
 47665                   "ScanFailures",
 47666                   /* qualifiers */
 47667                   _CIM_LabelReaderStatInfo_ScanFailures_qualifiers,
 47668                   /* type */
 47669                   CIMTYPE_UINT64,
 47670                   /* subscript */
 47671                   -1,
 47672                   /* value */
 47673                   0,
 47674 mike  1.1.2.1 };
 47675               
 47676               static const char*
 47677               _CIM_LabelReaderStatInfo_ScanRetries_qualifiers[] =
 47678               {
 47679                   /* Counter */
 47680                   "\012\001",
 47681                   0,
 47682               };
 47683               
 47684               static MetaProperty
 47685               _CIM_LabelReaderStatInfo_ScanRetries =
 47686               {
 47687                   /* flags */
 47688                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47689                   /* name */
 47690                   "ScanRetries",
 47691                   /* qualifiers */
 47692                   _CIM_LabelReaderStatInfo_ScanRetries_qualifiers,
 47693                   /* type */
 47694                   CIMTYPE_UINT64,
 47695 mike  1.1.2.1     /* subscript */
 47696                   -1,
 47697                   /* value */
 47698                   0,
 47699               };
 47700               
 47701               static const char*
 47702               _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 47703               {
 47704                   /* IN */
 47705                   "\024\001",
 47706                   /* ValueMap */
 47707                   "\061\000\0040\0001\0002\0003\000",
 47708                   /* Values */
 47709                   "\062\000\004All\000Scan Successes\000Scan Failures\000Scan Retries\000",
 47710                   0,
 47711               };
 47712               
 47713               static MetaProperty
 47714               _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter =
 47715               {
 47716 mike  1.1.2.1     /* flags */
 47717                   META_FLAG_PROPERTY|META_FLAG_IN,
 47718                   /* name */
 47719                   "SelectedCounter",
 47720                   /* qualifiers */
 47721                   _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter_qualifiers,
 47722                   /* type */
 47723                   CIMTYPE_UINT16,
 47724                   /* subscript */
 47725                   -1,
 47726                   /* value */
 47727                   0,
 47728               };
 47729               
 47730               static MetaFeature*
 47731               _CIM_LabelReaderStatInfo_ResetCounter_parameters[] =
 47732               {
 47733                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter,
 47734                   0,
 47735               };
 47736               
 47737 mike  1.1.2.1 static const char*
 47738               _CIM_LabelReaderStatInfo_ResetCounter_qualifiers[] =
 47739               {
 47740                   0,
 47741               };
 47742               
 47743               static MetaMethod
 47744               _CIM_LabelReaderStatInfo_ResetCounter =
 47745               {
 47746                   /* flags */
 47747                   META_FLAG_METHOD,
 47748                   /* name */
 47749                   "CIM_LabelReaderStatInfo",
 47750                   /* qualifiers */
 47751                   _CIM_LabelReaderStatInfo_ResetCounter_qualifiers,
 47752                   /* type */
 47753                   CIMTYPE_UINT32,
 47754                   /* parameters */
 47755                   _CIM_LabelReaderStatInfo_ResetCounter_parameters,
 47756               };
 47757               
 47758 mike  1.1.2.1 static MetaFeature*
 47759               _CIM_LabelReaderStatInfo_features[] =
 47760               {
 47761                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanSuccesses,
 47762                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanFailures,
 47763                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanRetries,
 47764                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ResetCounter,
 47765                   0,
 47766               };
 47767               
 47768               static const char*
 47769               __root_cimv2_CIM_LabelReaderStatInfo_qualifiers[] =
 47770               {
 47771                   /* UMLPackagePath */
 47772                   "\057CIM::Device::StorageLib",
 47773                   /* Version */
 47774                   "\0632.6.0",
 47775                   0,
 47776               };
 47777               
 47778               MetaClass
 47779 mike  1.1.2.1 __root_cimv2_CIM_LabelReaderStatInfo =
 47780               {
 47781                   /* flags */
 47782                   META_FLAG_CLASS,
 47783                   /* name */
 47784                   "CIM_LabelReaderStatInfo",
 47785                   /* qualifiers */
 47786                   __root_cimv2_CIM_LabelReaderStatInfo_qualifiers,
 47787                   /* super */
 47788                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 47789                   /* features */
 47790                   _CIM_LabelReaderStatInfo_features,
 47791               };
 47792               
 47793               //==============================================================================
 47794               //
 47795               // Class: CIM_LANConnectivitySegment
 47796               //
 47797               //==============================================================================
 47798               
 47799               static const char*
 47800 mike  1.1.2.1 _CIM_LANConnectivitySegment_LANID_qualifiers[] =
 47801               {
 47802                   /* MaxLen */
 47803                   "\030\000\000\000\100",
 47804                   /* ModelCorrespondence */
 47805                   "\036\000\001CIM_LANEndpoint.LANID\000",
 47806                   0,
 47807               };
 47808               
 47809               static MetaProperty
 47810               _CIM_LANConnectivitySegment_LANID =
 47811               {
 47812                   /* flags */
 47813                   META_FLAG_PROPERTY|META_FLAG_READ,
 47814                   /* name */
 47815                   "LANID",
 47816                   /* qualifiers */
 47817                   _CIM_LANConnectivitySegment_LANID_qualifiers,
 47818                   /* type */
 47819                   CIMTYPE_STRING,
 47820                   /* subscript */
 47821 mike  1.1.2.1     -1,
 47822                   /* value */
 47823                   0,
 47824               };
 47825               
 47826               static const char*
 47827               _CIM_LANConnectivitySegment_ConnectivityType_qualifiers[] =
 47828               {
 47829                   /* ValueMap */
 47830                   "\061\000\0050\0001\0002\0003\0004\000",
 47831                   /* Values */
 47832                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
 47833                   /* ModelCorrespondence */
 47834                   "\036\000\001CIM_LANConnectivitySegment.OtherTypeDescription\000",
 47835                   0,
 47836               };
 47837               
 47838               static MetaProperty
 47839               _CIM_LANConnectivitySegment_ConnectivityType =
 47840               {
 47841                   /* flags */
 47842 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 47843                   /* name */
 47844                   "ConnectivityType",
 47845                   /* qualifiers */
 47846                   _CIM_LANConnectivitySegment_ConnectivityType_qualifiers,
 47847                   /* type */
 47848                   CIMTYPE_UINT16,
 47849                   /* subscript */
 47850                   -1,
 47851                   /* value */
 47852                   0,
 47853               };
 47854               
 47855               static const char*
 47856               _CIM_LANConnectivitySegment_OtherTypeDescription_qualifiers[] =
 47857               {
 47858                   /* ModelCorrespondence */
 47859                   "\036\000\001CIM_LANConnectivitySegment.ConnectivityType\000",
 47860                   0,
 47861               };
 47862               
 47863 mike  1.1.2.1 static MetaProperty
 47864               _CIM_LANConnectivitySegment_OtherTypeDescription =
 47865               {
 47866                   /* flags */
 47867                   META_FLAG_PROPERTY|META_FLAG_READ,
 47868                   /* name */
 47869                   "OtherTypeDescription",
 47870                   /* qualifiers */
 47871                   _CIM_LANConnectivitySegment_OtherTypeDescription_qualifiers,
 47872                   /* type */
 47873                   CIMTYPE_STRING,
 47874                   /* subscript */
 47875                   -1,
 47876                   /* value */
 47877                   0,
 47878               };
 47879               
 47880               static MetaFeature*
 47881               _CIM_LANConnectivitySegment_features[] =
 47882               {
 47883                   (MetaFeature*)&_CIM_LANConnectivitySegment_LANID,
 47884 mike  1.1.2.1     (MetaFeature*)&_CIM_LANConnectivitySegment_ConnectivityType,
 47885                   (MetaFeature*)&_CIM_LANConnectivitySegment_OtherTypeDescription,
 47886                   0,
 47887               };
 47888               
 47889               static const char*
 47890               __root_cimv2_CIM_LANConnectivitySegment_qualifiers[] =
 47891               {
 47892                   /* UMLPackagePath */
 47893                   "\057CIM::Network::Collections",
 47894                   /* Version */
 47895                   "\0632.7.0",
 47896                   0,
 47897               };
 47898               
 47899               MetaClass
 47900               __root_cimv2_CIM_LANConnectivitySegment =
 47901               {
 47902                   /* flags */
 47903                   META_FLAG_CLASS,
 47904                   /* name */
 47905 mike  1.1.2.1     "CIM_LANConnectivitySegment",
 47906                   /* qualifiers */
 47907                   __root_cimv2_CIM_LANConnectivitySegment_qualifiers,
 47908                   /* super */
 47909                   &__root_cimv2_CIM_ConnectivityCollection,
 47910                   /* features */
 47911                   _CIM_LANConnectivitySegment_features,
 47912               };
 47913               
 47914               //==============================================================================
 47915               //
 47916               // Class: CIM_LANSegment
 47917               //
 47918               //==============================================================================
 47919               
 47920               static const char*
 47921               _CIM_LANSegment_LANID_qualifiers[] =
 47922               {
 47923                   /* Deprecated */
 47924                   "\013\000\001CIM_LANConnectivitySegment.LANID\000",
 47925                   /* MaxLen */
 47926 mike  1.1.2.1     "\030\000\000\000\100",
 47927                   /* ModelCorrespondence */
 47928                   "\036\000\001CIM_LANEndpoint.LANID\000",
 47929                   0,
 47930               };
 47931               
 47932               static MetaProperty
 47933               _CIM_LANSegment_LANID =
 47934               {
 47935                   /* flags */
 47936                   META_FLAG_PROPERTY|META_FLAG_READ,
 47937                   /* name */
 47938                   "LANID",
 47939                   /* qualifiers */
 47940                   _CIM_LANSegment_LANID_qualifiers,
 47941                   /* type */
 47942                   CIMTYPE_STRING,
 47943                   /* subscript */
 47944                   -1,
 47945                   /* value */
 47946                   0,
 47947 mike  1.1.2.1 };
 47948               
 47949               static const char*
 47950               _CIM_LANSegment_LANType_qualifiers[] =
 47951               {
 47952                   /* Deprecated */
 47953                   "\013\000\001CIM_LANConnectivitySegment.ConnectivityType\000",
 47954                   /* ValueMap */
 47955                   "\061\000\0050\0001\0002\0003\0004\000",
 47956                   /* Values */
 47957                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
 47958                   /* ModelCorrespondence */
 47959                   "\036\000\001CIM_LANEndpoint.LANType\000",
 47960                   0,
 47961               };
 47962               
 47963               static MetaProperty
 47964               _CIM_LANSegment_LANType =
 47965               {
 47966                   /* flags */
 47967                   META_FLAG_PROPERTY|META_FLAG_READ,
 47968 mike  1.1.2.1     /* name */
 47969                   "LANType",
 47970                   /* qualifiers */
 47971                   _CIM_LANSegment_LANType_qualifiers,
 47972                   /* type */
 47973                   CIMTYPE_UINT16,
 47974                   /* subscript */
 47975                   -1,
 47976                   /* value */
 47977                   0,
 47978               };
 47979               
 47980               static const char*
 47981               _CIM_LANSegment_OtherLANType_qualifiers[] =
 47982               {
 47983                   /* Deprecated */
 47984                   "\013\000\001CIM_LANConnectivitySegment.OtherTypeDescription\000",
 47985                   /* MaxLen */
 47986                   "\030\000\000\000\100",
 47987                   /* ModelCorrespondence */
 47988                   "\036\000\001CIM_LANSegment.LANType\000",
 47989 mike  1.1.2.1     0,
 47990               };
 47991               
 47992               static MetaProperty
 47993               _CIM_LANSegment_OtherLANType =
 47994               {
 47995                   /* flags */
 47996                   META_FLAG_PROPERTY|META_FLAG_READ,
 47997                   /* name */
 47998                   "OtherLANType",
 47999                   /* qualifiers */
 48000                   _CIM_LANSegment_OtherLANType_qualifiers,
 48001                   /* type */
 48002                   CIMTYPE_STRING,
 48003                   /* subscript */
 48004                   -1,
 48005                   /* value */
 48006                   0,
 48007               };
 48008               
 48009               static MetaFeature*
 48010 mike  1.1.2.1 _CIM_LANSegment_features[] =
 48011               {
 48012                   (MetaFeature*)&_CIM_LANSegment_LANID,
 48013                   (MetaFeature*)&_CIM_LANSegment_LANType,
 48014                   (MetaFeature*)&_CIM_LANSegment_OtherLANType,
 48015                   0,
 48016               };
 48017               
 48018               static const char*
 48019               __root_cimv2_CIM_LANSegment_qualifiers[] =
 48020               {
 48021                   /* Deprecated */
 48022                   "\013\000\001CIM_LANConnectivitySegment\000",
 48023                   /* UMLPackagePath */
 48024                   "\057CIM::Network::Collections",
 48025                   /* Version */
 48026                   "\0632.7.0",
 48027                   0,
 48028               };
 48029               
 48030               MetaClass
 48031 mike  1.1.2.1 __root_cimv2_CIM_LANSegment =
 48032               {
 48033                   /* flags */
 48034                   META_FLAG_CLASS,
 48035                   /* name */
 48036                   "CIM_LANSegment",
 48037                   /* qualifiers */
 48038                   __root_cimv2_CIM_LANSegment_qualifiers,
 48039                   /* super */
 48040                   &__root_cimv2_CIM_LogicalNetwork,
 48041                   /* features */
 48042                   _CIM_LANSegment_features,
 48043               };
 48044               
 48045               //==============================================================================
 48046               //
 48047               // Class: CIM_LogicalElement
 48048               //
 48049               //==============================================================================
 48050               
 48051               static MetaFeature*
 48052 mike  1.1.2.1 _CIM_LogicalElement_features[] =
 48053               {
 48054                   0,
 48055               };
 48056               
 48057               static const char*
 48058               __root_cimv2_CIM_LogicalElement_qualifiers[] =
 48059               {
 48060                   /* UMLPackagePath */
 48061                   "\057CIM::Core::CoreElements",
 48062                   /* Abstract */
 48063                   "\002\001",
 48064                   /* Version */
 48065                   "\0632.6.0",
 48066                   0,
 48067               };
 48068               
 48069               MetaClass
 48070               __root_cimv2_CIM_LogicalElement =
 48071               {
 48072                   /* flags */
 48073 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 48074                   /* name */
 48075                   "CIM_LogicalElement",
 48076                   /* qualifiers */
 48077                   __root_cimv2_CIM_LogicalElement_qualifiers,
 48078                   /* super */
 48079                   &__root_cimv2_CIM_ManagedSystemElement,
 48080                   /* features */
 48081                   _CIM_LogicalElement_features,
 48082               };
 48083               
 48084               //==============================================================================
 48085               //
 48086               // Class: CIM_LogicalElementPerformsUoW
 48087               //
 48088               //==============================================================================
 48089               
 48090               static const char*
 48091               _CIM_LogicalElementPerformsUoW_Antecedent_qualifiers[] =
 48092               {
 48093                   /* Override */
 48094 mike  1.1.2.1     "\044Antecedent",
 48095                   0,
 48096               };
 48097               
 48098               static MetaReference
 48099               _CIM_LogicalElementPerformsUoW_Antecedent =
 48100               {
 48101                   /* flags */
 48102                   META_FLAG_REFERENCE|META_FLAG_READ,
 48103                   /* name */
 48104                   "Antecedent",
 48105                   /* qualifiers */
 48106                   _CIM_LogicalElementPerformsUoW_Antecedent_qualifiers,
 48107                   /* subscript */
 48108                   -1,
 48109                   /* refId */
 48110                   &__root_cimv2_CIM_LogicalElement,
 48111               };
 48112               
 48113               static const char*
 48114               _CIM_LogicalElementPerformsUoW_Dependent_qualifiers[] =
 48115 mike  1.1.2.1 {
 48116                   /* Override */
 48117                   "\044Dependent",
 48118                   0,
 48119               };
 48120               
 48121               static MetaReference
 48122               _CIM_LogicalElementPerformsUoW_Dependent =
 48123               {
 48124                   /* flags */
 48125                   META_FLAG_REFERENCE|META_FLAG_READ,
 48126                   /* name */
 48127                   "Dependent",
 48128                   /* qualifiers */
 48129                   _CIM_LogicalElementPerformsUoW_Dependent_qualifiers,
 48130                   /* subscript */
 48131                   -1,
 48132                   /* refId */
 48133                   &__root_cimv2_CIM_UnitOfWork,
 48134               };
 48135               
 48136 mike  1.1.2.1 static MetaFeature*
 48137               _CIM_LogicalElementPerformsUoW_features[] =
 48138               {
 48139                   (MetaFeature*)&_CIM_LogicalElementPerformsUoW_Antecedent,
 48140                   (MetaFeature*)&_CIM_LogicalElementPerformsUoW_Dependent,
 48141                   0,
 48142               };
 48143               
 48144               static const char*
 48145               __root_cimv2_CIM_LogicalElementPerformsUoW_qualifiers[] =
 48146               {
 48147                   /* ASSOCIATION */
 48148                   "\000\001",
 48149                   /* UMLPackagePath */
 48150                   "\057CIM::Metrics::UnitOfWork",
 48151                   /* Version */
 48152                   "\0632.6.0",
 48153                   0,
 48154               };
 48155               
 48156               MetaClass
 48157 mike  1.1.2.1 __root_cimv2_CIM_LogicalElementPerformsUoW =
 48158               {
 48159                   /* flags */
 48160                   META_FLAG_ASSOCIATION,
 48161                   /* name */
 48162                   "CIM_LogicalElementPerformsUoW",
 48163                   /* qualifiers */
 48164                   __root_cimv2_CIM_LogicalElementPerformsUoW_qualifiers,
 48165                   /* super */
 48166                   &__root_cimv2_CIM_Dependency,
 48167                   /* features */
 48168                   _CIM_LogicalElementPerformsUoW_features,
 48169               };
 48170               
 48171               //==============================================================================
 48172               //
 48173               // Class: CIM_LogicalFile
 48174               //
 48175               //==============================================================================
 48176               
 48177               static const char*
 48178 mike  1.1.2.1 _CIM_LogicalFile_CSCreationClassName_qualifiers[] =
 48179               {
 48180                   /* Key */
 48181                   "\025\001",
 48182                   /* Propagated */
 48183                   "\045CIM_FileSystem.CSCreationClassName",
 48184                   /* MaxLen */
 48185                   "\030\000\000\001\000",
 48186                   0,
 48187               };
 48188               
 48189               static MetaProperty
 48190               _CIM_LogicalFile_CSCreationClassName =
 48191               {
 48192                   /* flags */
 48193                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48194                   /* name */
 48195                   "CSCreationClassName",
 48196                   /* qualifiers */
 48197                   _CIM_LogicalFile_CSCreationClassName_qualifiers,
 48198                   /* type */
 48199 mike  1.1.2.1     CIMTYPE_STRING,
 48200                   /* subscript */
 48201                   -1,
 48202                   /* value */
 48203                   0,
 48204               };
 48205               
 48206               static const char*
 48207               _CIM_LogicalFile_CSName_qualifiers[] =
 48208               {
 48209                   /* Key */
 48210                   "\025\001",
 48211                   /* Propagated */
 48212                   "\045CIM_FileSystem.CSName",
 48213                   /* MaxLen */
 48214                   "\030\000\000\001\000",
 48215                   0,
 48216               };
 48217               
 48218               static MetaProperty
 48219               _CIM_LogicalFile_CSName =
 48220 mike  1.1.2.1 {
 48221                   /* flags */
 48222                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48223                   /* name */
 48224                   "CSName",
 48225                   /* qualifiers */
 48226                   _CIM_LogicalFile_CSName_qualifiers,
 48227                   /* type */
 48228                   CIMTYPE_STRING,
 48229                   /* subscript */
 48230                   -1,
 48231                   /* value */
 48232                   0,
 48233               };
 48234               
 48235               static const char*
 48236               _CIM_LogicalFile_FSCreationClassName_qualifiers[] =
 48237               {
 48238                   /* Key */
 48239                   "\025\001",
 48240                   /* Propagated */
 48241 mike  1.1.2.1     "\045CIM_FileSystem.CreationClassName",
 48242                   /* MaxLen */
 48243                   "\030\000\000\001\000",
 48244                   0,
 48245               };
 48246               
 48247               static MetaProperty
 48248               _CIM_LogicalFile_FSCreationClassName =
 48249               {
 48250                   /* flags */
 48251                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48252                   /* name */
 48253                   "FSCreationClassName",
 48254                   /* qualifiers */
 48255                   _CIM_LogicalFile_FSCreationClassName_qualifiers,
 48256                   /* type */
 48257                   CIMTYPE_STRING,
 48258                   /* subscript */
 48259                   -1,
 48260                   /* value */
 48261                   0,
 48262 mike  1.1.2.1 };
 48263               
 48264               static const char*
 48265               _CIM_LogicalFile_FSName_qualifiers[] =
 48266               {
 48267                   /* Key */
 48268                   "\025\001",
 48269                   /* Propagated */
 48270                   "\045CIM_FileSystem.Name",
 48271                   /* MaxLen */
 48272                   "\030\000\000\001\000",
 48273                   0,
 48274               };
 48275               
 48276               static MetaProperty
 48277               _CIM_LogicalFile_FSName =
 48278               {
 48279                   /* flags */
 48280                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48281                   /* name */
 48282                   "FSName",
 48283 mike  1.1.2.1     /* qualifiers */
 48284                   _CIM_LogicalFile_FSName_qualifiers,
 48285                   /* type */
 48286                   CIMTYPE_STRING,
 48287                   /* subscript */
 48288                   -1,
 48289                   /* value */
 48290                   0,
 48291               };
 48292               
 48293               static const char*
 48294               _CIM_LogicalFile_CreationClassName_qualifiers[] =
 48295               {
 48296                   /* Key */
 48297                   "\025\001",
 48298                   /* MaxLen */
 48299                   "\030\000\000\001\000",
 48300                   0,
 48301               };
 48302               
 48303               static MetaProperty
 48304 mike  1.1.2.1 _CIM_LogicalFile_CreationClassName =
 48305               {
 48306                   /* flags */
 48307                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48308                   /* name */
 48309                   "CreationClassName",
 48310                   /* qualifiers */
 48311                   _CIM_LogicalFile_CreationClassName_qualifiers,
 48312                   /* type */
 48313                   CIMTYPE_STRING,
 48314                   /* subscript */
 48315                   -1,
 48316                   /* value */
 48317                   0,
 48318               };
 48319               
 48320               static const char*
 48321               _CIM_LogicalFile_Name_qualifiers[] =
 48322               {
 48323                   /* Key */
 48324                   "\025\001",
 48325 mike  1.1.2.1     /* Override */
 48326                   "\044Name",
 48327                   /* MaxLen */
 48328                   "\030\000\000\004\000",
 48329                   0,
 48330               };
 48331               
 48332               static MetaProperty
 48333               _CIM_LogicalFile_Name =
 48334               {
 48335                   /* flags */
 48336                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48337                   /* name */
 48338                   "Name",
 48339                   /* qualifiers */
 48340                   _CIM_LogicalFile_Name_qualifiers,
 48341                   /* type */
 48342                   CIMTYPE_STRING,
 48343                   /* subscript */
 48344                   -1,
 48345                   /* value */
 48346 mike  1.1.2.1     0,
 48347               };
 48348               
 48349               static const char*
 48350               _CIM_LogicalFile_FileSize_qualifiers[] =
 48351               {
 48352                   /* Units */
 48353                   "\060Bytes",
 48354                   /* Gauge */
 48355                   "\023\001",
 48356                   0,
 48357               };
 48358               
 48359               static MetaProperty
 48360               _CIM_LogicalFile_FileSize =
 48361               {
 48362                   /* flags */
 48363                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 48364                   /* name */
 48365                   "FileSize",
 48366                   /* qualifiers */
 48367 mike  1.1.2.1     _CIM_LogicalFile_FileSize_qualifiers,
 48368                   /* type */
 48369                   CIMTYPE_UINT64,
 48370                   /* subscript */
 48371                   -1,
 48372                   /* value */
 48373                   0,
 48374               };
 48375               
 48376               static const char*
 48377               _CIM_LogicalFile_CreationDate_qualifiers[] =
 48378               {
 48379                   0,
 48380               };
 48381               
 48382               static MetaProperty
 48383               _CIM_LogicalFile_CreationDate =
 48384               {
 48385                   /* flags */
 48386                   META_FLAG_PROPERTY|META_FLAG_READ,
 48387                   /* name */
 48388 mike  1.1.2.1     "CreationDate",
 48389                   /* qualifiers */
 48390                   _CIM_LogicalFile_CreationDate_qualifiers,
 48391                   /* type */
 48392                   CIMTYPE_DATETIME,
 48393                   /* subscript */
 48394                   -1,
 48395                   /* value */
 48396                   0,
 48397               };
 48398               
 48399               static const char*
 48400               _CIM_LogicalFile_LastModified_qualifiers[] =
 48401               {
 48402                   0,
 48403               };
 48404               
 48405               static MetaProperty
 48406               _CIM_LogicalFile_LastModified =
 48407               {
 48408                   /* flags */
 48409 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 48410                   /* name */
 48411                   "LastModified",
 48412                   /* qualifiers */
 48413                   _CIM_LogicalFile_LastModified_qualifiers,
 48414                   /* type */
 48415                   CIMTYPE_DATETIME,
 48416                   /* subscript */
 48417                   -1,
 48418                   /* value */
 48419                   0,
 48420               };
 48421               
 48422               static const char*
 48423               _CIM_LogicalFile_LastAccessed_qualifiers[] =
 48424               {
 48425                   0,
 48426               };
 48427               
 48428               static MetaProperty
 48429               _CIM_LogicalFile_LastAccessed =
 48430 mike  1.1.2.1 {
 48431                   /* flags */
 48432                   META_FLAG_PROPERTY|META_FLAG_READ,
 48433                   /* name */
 48434                   "LastAccessed",
 48435                   /* qualifiers */
 48436                   _CIM_LogicalFile_LastAccessed_qualifiers,
 48437                   /* type */
 48438                   CIMTYPE_DATETIME,
 48439                   /* subscript */
 48440                   -1,
 48441                   /* value */
 48442                   0,
 48443               };
 48444               
 48445               static const char*
 48446               _CIM_LogicalFile_Readable_qualifiers[] =
 48447               {
 48448                   0,
 48449               };
 48450               
 48451 mike  1.1.2.1 static MetaProperty
 48452               _CIM_LogicalFile_Readable =
 48453               {
 48454                   /* flags */
 48455                   META_FLAG_PROPERTY|META_FLAG_READ,
 48456                   /* name */
 48457                   "Readable",
 48458                   /* qualifiers */
 48459                   _CIM_LogicalFile_Readable_qualifiers,
 48460                   /* type */
 48461                   CIMTYPE_BOOLEAN,
 48462                   /* subscript */
 48463                   -1,
 48464                   /* value */
 48465                   0,
 48466               };
 48467               
 48468               static const char*
 48469               _CIM_LogicalFile_Writeable_qualifiers[] =
 48470               {
 48471                   0,
 48472 mike  1.1.2.1 };
 48473               
 48474               static MetaProperty
 48475               _CIM_LogicalFile_Writeable =
 48476               {
 48477                   /* flags */
 48478                   META_FLAG_PROPERTY|META_FLAG_READ,
 48479                   /* name */
 48480                   "Writeable",
 48481                   /* qualifiers */
 48482                   _CIM_LogicalFile_Writeable_qualifiers,
 48483                   /* type */
 48484                   CIMTYPE_BOOLEAN,
 48485                   /* subscript */
 48486                   -1,
 48487                   /* value */
 48488                   0,
 48489               };
 48490               
 48491               static const char*
 48492               _CIM_LogicalFile_Executable_qualifiers[] =
 48493 mike  1.1.2.1 {
 48494                   0,
 48495               };
 48496               
 48497               static MetaProperty
 48498               _CIM_LogicalFile_Executable =
 48499               {
 48500                   /* flags */
 48501                   META_FLAG_PROPERTY|META_FLAG_READ,
 48502                   /* name */
 48503                   "Executable",
 48504                   /* qualifiers */
 48505                   _CIM_LogicalFile_Executable_qualifiers,
 48506                   /* type */
 48507                   CIMTYPE_BOOLEAN,
 48508                   /* subscript */
 48509                   -1,
 48510                   /* value */
 48511                   0,
 48512               };
 48513               
 48514 mike  1.1.2.1 static const char*
 48515               _CIM_LogicalFile_CompressionMethod_qualifiers[] =
 48516               {
 48517                   0,
 48518               };
 48519               
 48520               static MetaProperty
 48521               _CIM_LogicalFile_CompressionMethod =
 48522               {
 48523                   /* flags */
 48524                   META_FLAG_PROPERTY|META_FLAG_READ,
 48525                   /* name */
 48526                   "CompressionMethod",
 48527                   /* qualifiers */
 48528                   _CIM_LogicalFile_CompressionMethod_qualifiers,
 48529                   /* type */
 48530                   CIMTYPE_STRING,
 48531                   /* subscript */
 48532                   -1,
 48533                   /* value */
 48534                   0,
 48535 mike  1.1.2.1 };
 48536               
 48537               static const char*
 48538               _CIM_LogicalFile_EncryptionMethod_qualifiers[] =
 48539               {
 48540                   0,
 48541               };
 48542               
 48543               static MetaProperty
 48544               _CIM_LogicalFile_EncryptionMethod =
 48545               {
 48546                   /* flags */
 48547                   META_FLAG_PROPERTY|META_FLAG_READ,
 48548                   /* name */
 48549                   "EncryptionMethod",
 48550                   /* qualifiers */
 48551                   _CIM_LogicalFile_EncryptionMethod_qualifiers,
 48552                   /* type */
 48553                   CIMTYPE_STRING,
 48554                   /* subscript */
 48555                   -1,
 48556 mike  1.1.2.1     /* value */
 48557                   0,
 48558               };
 48559               
 48560               static const char*
 48561               _CIM_LogicalFile_InUseCount_qualifiers[] =
 48562               {
 48563                   /* Counter */
 48564                   "\012\001",
 48565                   0,
 48566               };
 48567               
 48568               static MetaProperty
 48569               _CIM_LogicalFile_InUseCount =
 48570               {
 48571                   /* flags */
 48572                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 48573                   /* name */
 48574                   "InUseCount",
 48575                   /* qualifiers */
 48576                   _CIM_LogicalFile_InUseCount_qualifiers,
 48577 mike  1.1.2.1     /* type */
 48578                   CIMTYPE_UINT64,
 48579                   /* subscript */
 48580                   -1,
 48581                   /* value */
 48582                   0,
 48583               };
 48584               
 48585               static MetaFeature*
 48586               _CIM_LogicalFile_features[] =
 48587               {
 48588                   (MetaFeature*)&_CIM_LogicalFile_CSCreationClassName,
 48589                   (MetaFeature*)&_CIM_LogicalFile_CSName,
 48590                   (MetaFeature*)&_CIM_LogicalFile_FSCreationClassName,
 48591                   (MetaFeature*)&_CIM_LogicalFile_FSName,
 48592                   (MetaFeature*)&_CIM_LogicalFile_CreationClassName,
 48593                   (MetaFeature*)&_CIM_LogicalFile_Name,
 48594                   (MetaFeature*)&_CIM_LogicalFile_FileSize,
 48595                   (MetaFeature*)&_CIM_LogicalFile_CreationDate,
 48596                   (MetaFeature*)&_CIM_LogicalFile_LastModified,
 48597                   (MetaFeature*)&_CIM_LogicalFile_LastAccessed,
 48598 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalFile_Readable,
 48599                   (MetaFeature*)&_CIM_LogicalFile_Writeable,
 48600                   (MetaFeature*)&_CIM_LogicalFile_Executable,
 48601                   (MetaFeature*)&_CIM_LogicalFile_CompressionMethod,
 48602                   (MetaFeature*)&_CIM_LogicalFile_EncryptionMethod,
 48603                   (MetaFeature*)&_CIM_LogicalFile_InUseCount,
 48604                   0,
 48605               };
 48606               
 48607               static const char*
 48608               __root_cimv2_CIM_LogicalFile_qualifiers[] =
 48609               {
 48610                   /* UMLPackagePath */
 48611                   "\057CIM::System::FileElements",
 48612                   /* Version */
 48613                   "\0632.6.0",
 48614                   0,
 48615               };
 48616               
 48617               MetaClass
 48618               __root_cimv2_CIM_LogicalFile =
 48619 mike  1.1.2.1 {
 48620                   /* flags */
 48621                   META_FLAG_CLASS,
 48622                   /* name */
 48623                   "CIM_LogicalFile",
 48624                   /* qualifiers */
 48625                   __root_cimv2_CIM_LogicalFile_qualifiers,
 48626                   /* super */
 48627                   &__root_cimv2_CIM_LogicalElement,
 48628                   /* features */
 48629                   _CIM_LogicalFile_features,
 48630               };
 48631               
 48632               //==============================================================================
 48633               //
 48634               // Class: CIM_LogicalPortGroup
 48635               //
 48636               //==============================================================================
 48637               
 48638               static const char*
 48639               _CIM_LogicalPortGroup_Name_qualifiers[] =
 48640 mike  1.1.2.1 {
 48641                   /* MaxLen */
 48642                   "\030\000\000\001\000",
 48643                   /* ModelCorrespondence */
 48644                   "\036\000\001CIM_LogicalPortGroup.NameFormat\000",
 48645                   0,
 48646               };
 48647               
 48648               static MetaProperty
 48649               _CIM_LogicalPortGroup_Name =
 48650               {
 48651                   /* flags */
 48652                   META_FLAG_PROPERTY|META_FLAG_READ,
 48653                   /* name */
 48654                   "Name",
 48655                   /* qualifiers */
 48656                   _CIM_LogicalPortGroup_Name_qualifiers,
 48657                   /* type */
 48658                   CIMTYPE_STRING,
 48659                   /* subscript */
 48660                   -1,
 48661 mike  1.1.2.1     /* value */
 48662                   0,
 48663               };
 48664               
 48665               static const char*
 48666               _CIM_LogicalPortGroup_NameFormat_qualifiers[] =
 48667               {
 48668                   /* ValueMap */
 48669                   "\061\000\004Unknown\000Other\000WWN\000GUID\000",
 48670                   /* MaxLen */
 48671                   "\030\000\000\000\100",
 48672                   /* ModelCorrespondence */
 48673                   "\036\000\002CIM_LogicalPortGroup.Name\000CIM_LogicalPortGroup.OtherNameFormat\000",
 48674                   0,
 48675               };
 48676               
 48677               static MetaProperty
 48678               _CIM_LogicalPortGroup_NameFormat =
 48679               {
 48680                   /* flags */
 48681                   META_FLAG_PROPERTY|META_FLAG_READ,
 48682 mike  1.1.2.1     /* name */
 48683                   "NameFormat",
 48684                   /* qualifiers */
 48685                   _CIM_LogicalPortGroup_NameFormat_qualifiers,
 48686                   /* type */
 48687                   CIMTYPE_STRING,
 48688                   /* subscript */
 48689                   -1,
 48690                   /* value */
 48691                   0,
 48692               };
 48693               
 48694               static const char*
 48695               _CIM_LogicalPortGroup_OtherNameFormat_qualifiers[] =
 48696               {
 48697                   /* ModelCorrespondence */
 48698                   "\036\000\001CIM_LogicalPortGroup.Name\000",
 48699                   0,
 48700               };
 48701               
 48702               static MetaProperty
 48703 mike  1.1.2.1 _CIM_LogicalPortGroup_OtherNameFormat =
 48704               {
 48705                   /* flags */
 48706                   META_FLAG_PROPERTY|META_FLAG_READ,
 48707                   /* name */
 48708                   "OtherNameFormat",
 48709                   /* qualifiers */
 48710                   _CIM_LogicalPortGroup_OtherNameFormat_qualifiers,
 48711                   /* type */
 48712                   CIMTYPE_STRING,
 48713                   /* subscript */
 48714                   -1,
 48715                   /* value */
 48716                   0,
 48717               };
 48718               
 48719               static MetaFeature*
 48720               _CIM_LogicalPortGroup_features[] =
 48721               {
 48722                   (MetaFeature*)&_CIM_LogicalPortGroup_Name,
 48723                   (MetaFeature*)&_CIM_LogicalPortGroup_NameFormat,
 48724 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalPortGroup_OtherNameFormat,
 48725                   0,
 48726               };
 48727               
 48728               static const char*
 48729               __root_cimv2_CIM_LogicalPortGroup_qualifiers[] =
 48730               {
 48731                   /* UMLPackagePath */
 48732                   "\057CIM::Device::Ports",
 48733                   /* Version */
 48734                   "\0632.10.0",
 48735                   0,
 48736               };
 48737               
 48738               MetaClass
 48739               __root_cimv2_CIM_LogicalPortGroup =
 48740               {
 48741                   /* flags */
 48742                   META_FLAG_CLASS,
 48743                   /* name */
 48744                   "CIM_LogicalPortGroup",
 48745 mike  1.1.2.1     /* qualifiers */
 48746                   __root_cimv2_CIM_LogicalPortGroup_qualifiers,
 48747                   /* super */
 48748                   &__root_cimv2_CIM_SystemSpecificCollection,
 48749                   /* features */
 48750                   _CIM_LogicalPortGroup_features,
 48751               };
 48752               
 48753               //==============================================================================
 48754               //
 48755               // Class: CIM_LogicalPortSettings
 48756               //
 48757               //==============================================================================
 48758               
 48759               static const char*
 48760               _CIM_LogicalPortSettings_RequestedSpeed_qualifiers[] =
 48761               {
 48762                   /* Write */
 48763                   "\065\001",
 48764                   /* Units */
 48765                   "\060Bits per Second",
 48766 mike  1.1.2.1     /* MappingStrings */
 48767                   "\026\000\001FC-SWAPI.INCITS-T11|UcPortConfigSetLinkSpeed\000",
 48768                   /* ModelCorrespondence */
 48769                   "\036\000\001CIM_LogicalPort.Speed\000",
 48770                   0,
 48771               };
 48772               
 48773               static MetaProperty
 48774               _CIM_LogicalPortSettings_RequestedSpeed =
 48775               {
 48776                   /* flags */
 48777                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 48778                   /* name */
 48779                   "RequestedSpeed",
 48780                   /* qualifiers */
 48781                   _CIM_LogicalPortSettings_RequestedSpeed_qualifiers,
 48782                   /* type */
 48783                   CIMTYPE_UINT64,
 48784                   /* subscript */
 48785                   -1,
 48786                   /* value */
 48787 mike  1.1.2.1     0,
 48788               };
 48789               
 48790               static const char*
 48791               _CIM_LogicalPortSettings_AutoSenseSpeed_qualifiers[] =
 48792               {
 48793                   /* Write */
 48794                   "\065\001",
 48795                   /* MappingStrings */
 48796                   "\026\000\001FC-SWAPI.INCITS-T11|UcPortConfigSetLinkSpeed\000",
 48797                   /* ModelCorrespondence */
 48798                   "\036\000\002CIM_LogicalPort.Speed\000CIM_LogicalPortCapabilities.AutoSenseSpeedConfigurable\000",
 48799                   0,
 48800               };
 48801               
 48802               static MetaProperty
 48803               _CIM_LogicalPortSettings_AutoSenseSpeed =
 48804               {
 48805                   /* flags */
 48806                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 48807                   /* name */
 48808 mike  1.1.2.1     "AutoSenseSpeed",
 48809                   /* qualifiers */
 48810                   _CIM_LogicalPortSettings_AutoSenseSpeed_qualifiers,
 48811                   /* type */
 48812                   CIMTYPE_BOOLEAN,
 48813                   /* subscript */
 48814                   -1,
 48815                   /* value */
 48816                   0,
 48817               };
 48818               
 48819               static MetaFeature*
 48820               _CIM_LogicalPortSettings_features[] =
 48821               {
 48822                   (MetaFeature*)&_CIM_LogicalPortSettings_RequestedSpeed,
 48823                   (MetaFeature*)&_CIM_LogicalPortSettings_AutoSenseSpeed,
 48824                   0,
 48825               };
 48826               
 48827               static const char*
 48828               __root_cimv2_CIM_LogicalPortSettings_qualifiers[] =
 48829 mike  1.1.2.1 {
 48830                   /* UMLPackagePath */
 48831                   "\057CIM::Device::Ports",
 48832                   /* Version */
 48833                   "\0632.11.0",
 48834                   0,
 48835               };
 48836               
 48837               MetaClass
 48838               __root_cimv2_CIM_LogicalPortSettings =
 48839               {
 48840                   /* flags */
 48841                   META_FLAG_CLASS,
 48842                   /* name */
 48843                   "CIM_LogicalPortSettings",
 48844                   /* qualifiers */
 48845                   __root_cimv2_CIM_LogicalPortSettings_qualifiers,
 48846                   /* super */
 48847                   &__root_cimv2_CIM_SettingData,
 48848                   /* features */
 48849                   _CIM_LogicalPortSettings_features,
 48850 mike  1.1.2.1 };
 48851               
 48852               //==============================================================================
 48853               //
 48854               // Class: CIM_LogRecord
 48855               //
 48856               //==============================================================================
 48857               
 48858               static const char*
 48859               _CIM_LogRecord_LogCreationClassName_qualifiers[] =
 48860               {
 48861                   /* Key */
 48862                   "\025\001",
 48863                   /* Propagated */
 48864                   "\045CIM_MessageLog.CreationClassName",
 48865                   /* MaxLen */
 48866                   "\030\000\000\001\000",
 48867                   0,
 48868               };
 48869               
 48870               static MetaProperty
 48871 mike  1.1.2.1 _CIM_LogRecord_LogCreationClassName =
 48872               {
 48873                   /* flags */
 48874                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48875                   /* name */
 48876                   "LogCreationClassName",
 48877                   /* qualifiers */
 48878                   _CIM_LogRecord_LogCreationClassName_qualifiers,
 48879                   /* type */
 48880                   CIMTYPE_STRING,
 48881                   /* subscript */
 48882                   -1,
 48883                   /* value */
 48884                   0,
 48885               };
 48886               
 48887               static const char*
 48888               _CIM_LogRecord_LogName_qualifiers[] =
 48889               {
 48890                   /* Key */
 48891                   "\025\001",
 48892 mike  1.1.2.1     /* Propagated */
 48893                   "\045CIM_MessageLog.Name",
 48894                   /* MaxLen */
 48895                   "\030\000\000\001\000",
 48896                   0,
 48897               };
 48898               
 48899               static MetaProperty
 48900               _CIM_LogRecord_LogName =
 48901               {
 48902                   /* flags */
 48903                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48904                   /* name */
 48905                   "LogName",
 48906                   /* qualifiers */
 48907                   _CIM_LogRecord_LogName_qualifiers,
 48908                   /* type */
 48909                   CIMTYPE_STRING,
 48910                   /* subscript */
 48911                   -1,
 48912                   /* value */
 48913 mike  1.1.2.1     0,
 48914               };
 48915               
 48916               static const char*
 48917               _CIM_LogRecord_CreationClassName_qualifiers[] =
 48918               {
 48919                   /* Key */
 48920                   "\025\001",
 48921                   /* MaxLen */
 48922                   "\030\000\000\001\000",
 48923                   0,
 48924               };
 48925               
 48926               static MetaProperty
 48927               _CIM_LogRecord_CreationClassName =
 48928               {
 48929                   /* flags */
 48930                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48931                   /* name */
 48932                   "CreationClassName",
 48933                   /* qualifiers */
 48934 mike  1.1.2.1     _CIM_LogRecord_CreationClassName_qualifiers,
 48935                   /* type */
 48936                   CIMTYPE_STRING,
 48937                   /* subscript */
 48938                   -1,
 48939                   /* value */
 48940                   0,
 48941               };
 48942               
 48943               static const char*
 48944               _CIM_LogRecord_RecordID_qualifiers[] =
 48945               {
 48946                   /* Key */
 48947                   "\025\001",
 48948                   /* MaxLen */
 48949                   "\030\000\000\001\000",
 48950                   0,
 48951               };
 48952               
 48953               static MetaProperty
 48954               _CIM_LogRecord_RecordID =
 48955 mike  1.1.2.1 {
 48956                   /* flags */
 48957                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48958                   /* name */
 48959                   "RecordID",
 48960                   /* qualifiers */
 48961                   _CIM_LogRecord_RecordID_qualifiers,
 48962                   /* type */
 48963                   CIMTYPE_STRING,
 48964                   /* subscript */
 48965                   -1,
 48966                   /* value */
 48967                   0,
 48968               };
 48969               
 48970               static const char*
 48971               _CIM_LogRecord_MessageTimestamp_qualifiers[] =
 48972               {
 48973                   /* Key */
 48974                   "\025\001",
 48975                   0,
 48976 mike  1.1.2.1 };
 48977               
 48978               static MetaProperty
 48979               _CIM_LogRecord_MessageTimestamp =
 48980               {
 48981                   /* flags */
 48982                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48983                   /* name */
 48984                   "MessageTimestamp",
 48985                   /* qualifiers */
 48986                   _CIM_LogRecord_MessageTimestamp_qualifiers,
 48987                   /* type */
 48988                   CIMTYPE_DATETIME,
 48989                   /* subscript */
 48990                   -1,
 48991                   /* value */
 48992                   0,
 48993               };
 48994               
 48995               static const char*
 48996               _CIM_LogRecord_DataFormat_qualifiers[] =
 48997 mike  1.1.2.1 {
 48998                   /* Deprecated */
 48999                   "\013\000\001CIM_LogRecord.RecordFormat\000",
 49000                   0,
 49001               };
 49002               
 49003               static MetaProperty
 49004               _CIM_LogRecord_DataFormat =
 49005               {
 49006                   /* flags */
 49007                   META_FLAG_PROPERTY|META_FLAG_READ,
 49008                   /* name */
 49009                   "DataFormat",
 49010                   /* qualifiers */
 49011                   _CIM_LogRecord_DataFormat_qualifiers,
 49012                   /* type */
 49013                   CIMTYPE_STRING,
 49014                   /* subscript */
 49015                   -1,
 49016                   /* value */
 49017                   0,
 49018 mike  1.1.2.1 };
 49019               
 49020               static MetaFeature*
 49021               _CIM_LogRecord_features[] =
 49022               {
 49023                   (MetaFeature*)&_CIM_LogRecord_LogCreationClassName,
 49024                   (MetaFeature*)&_CIM_LogRecord_LogName,
 49025                   (MetaFeature*)&_CIM_LogRecord_CreationClassName,
 49026                   (MetaFeature*)&_CIM_LogRecord_RecordID,
 49027                   (MetaFeature*)&_CIM_LogRecord_MessageTimestamp,
 49028                   (MetaFeature*)&_CIM_LogRecord_DataFormat,
 49029                   0,
 49030               };
 49031               
 49032               static const char*
 49033               __root_cimv2_CIM_LogRecord_qualifiers[] =
 49034               {
 49035                   /* UMLPackagePath */
 49036                   "\057CIM::System::Logs",
 49037                   /* Version */
 49038                   "\0632.11.0",
 49039 mike  1.1.2.1     0,
 49040               };
 49041               
 49042               MetaClass
 49043               __root_cimv2_CIM_LogRecord =
 49044               {
 49045                   /* flags */
 49046                   META_FLAG_CLASS,
 49047                   /* name */
 49048                   "CIM_LogRecord",
 49049                   /* qualifiers */
 49050                   __root_cimv2_CIM_LogRecord_qualifiers,
 49051                   /* super */
 49052                   &__root_cimv2_CIM_RecordForLog,
 49053                   /* features */
 49054                   _CIM_LogRecord_features,
 49055               };
 49056               
 49057               //==============================================================================
 49058               //
 49059               // Class: CIM_MediaAccessStatData
 49060 mike  1.1.2.1 //
 49061               //==============================================================================
 49062               
 49063               static const char*
 49064               _CIM_MediaAccessStatData_ReadOperations_qualifiers[] =
 49065               {
 49066                   /* Counter */
 49067                   "\012\001",
 49068                   0,
 49069               };
 49070               
 49071               static MetaProperty
 49072               _CIM_MediaAccessStatData_ReadOperations =
 49073               {
 49074                   /* flags */
 49075                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49076                   /* name */
 49077                   "ReadOperations",
 49078                   /* qualifiers */
 49079                   _CIM_MediaAccessStatData_ReadOperations_qualifiers,
 49080                   /* type */
 49081 mike  1.1.2.1     CIMTYPE_UINT64,
 49082                   /* subscript */
 49083                   -1,
 49084                   /* value */
 49085                   0,
 49086               };
 49087               
 49088               static const char*
 49089               _CIM_MediaAccessStatData_UnrecoverableReadOperations_qualifiers[] =
 49090               {
 49091                   /* Counter */
 49092                   "\012\001",
 49093                   0,
 49094               };
 49095               
 49096               static MetaProperty
 49097               _CIM_MediaAccessStatData_UnrecoverableReadOperations =
 49098               {
 49099                   /* flags */
 49100                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49101                   /* name */
 49102 mike  1.1.2.1     "UnrecoverableReadOperations",
 49103                   /* qualifiers */
 49104                   _CIM_MediaAccessStatData_UnrecoverableReadOperations_qualifiers,
 49105                   /* type */
 49106                   CIMTYPE_UINT64,
 49107                   /* subscript */
 49108                   -1,
 49109                   /* value */
 49110                   0,
 49111               };
 49112               
 49113               static const char*
 49114               _CIM_MediaAccessStatData_WriteOperations_qualifiers[] =
 49115               {
 49116                   /* Counter */
 49117                   "\012\001",
 49118                   0,
 49119               };
 49120               
 49121               static MetaProperty
 49122               _CIM_MediaAccessStatData_WriteOperations =
 49123 mike  1.1.2.1 {
 49124                   /* flags */
 49125                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49126                   /* name */
 49127                   "WriteOperations",
 49128                   /* qualifiers */
 49129                   _CIM_MediaAccessStatData_WriteOperations_qualifiers,
 49130                   /* type */
 49131                   CIMTYPE_UINT64,
 49132                   /* subscript */
 49133                   -1,
 49134                   /* value */
 49135                   0,
 49136               };
 49137               
 49138               static const char*
 49139               _CIM_MediaAccessStatData_UnrecoverableWriteOperations_qualifiers[] =
 49140               {
 49141                   /* Counter */
 49142                   "\012\001",
 49143                   0,
 49144 mike  1.1.2.1 };
 49145               
 49146               static MetaProperty
 49147               _CIM_MediaAccessStatData_UnrecoverableWriteOperations =
 49148               {
 49149                   /* flags */
 49150                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49151                   /* name */
 49152                   "UnrecoverableWriteOperations",
 49153                   /* qualifiers */
 49154                   _CIM_MediaAccessStatData_UnrecoverableWriteOperations_qualifiers,
 49155                   /* type */
 49156                   CIMTYPE_UINT64,
 49157                   /* subscript */
 49158                   -1,
 49159                   /* value */
 49160                   0,
 49161               };
 49162               
 49163               static const char*
 49164               _CIM_MediaAccessStatData_RecoveredReadOperations_qualifiers[] =
 49165 mike  1.1.2.1 {
 49166                   /* Counter */
 49167                   "\012\001",
 49168                   0,
 49169               };
 49170               
 49171               static MetaProperty
 49172               _CIM_MediaAccessStatData_RecoveredReadOperations =
 49173               {
 49174                   /* flags */
 49175                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49176                   /* name */
 49177                   "RecoveredReadOperations",
 49178                   /* qualifiers */
 49179                   _CIM_MediaAccessStatData_RecoveredReadOperations_qualifiers,
 49180                   /* type */
 49181                   CIMTYPE_UINT64,
 49182                   /* subscript */
 49183                   -1,
 49184                   /* value */
 49185                   0,
 49186 mike  1.1.2.1 };
 49187               
 49188               static const char*
 49189               _CIM_MediaAccessStatData_RecoveredWriteOperations_qualifiers[] =
 49190               {
 49191                   /* Counter */
 49192                   "\012\001",
 49193                   0,
 49194               };
 49195               
 49196               static MetaProperty
 49197               _CIM_MediaAccessStatData_RecoveredWriteOperations =
 49198               {
 49199                   /* flags */
 49200                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49201                   /* name */
 49202                   "RecoveredWriteOperations",
 49203                   /* qualifiers */
 49204                   _CIM_MediaAccessStatData_RecoveredWriteOperations_qualifiers,
 49205                   /* type */
 49206                   CIMTYPE_UINT64,
 49207 mike  1.1.2.1     /* subscript */
 49208                   -1,
 49209                   /* value */
 49210                   0,
 49211               };
 49212               
 49213               static const char*
 49214               _CIM_MediaAccessStatData_RecoveredSeekOperations_qualifiers[] =
 49215               {
 49216                   /* Counter */
 49217                   "\012\001",
 49218                   0,
 49219               };
 49220               
 49221               static MetaProperty
 49222               _CIM_MediaAccessStatData_RecoveredSeekOperations =
 49223               {
 49224                   /* flags */
 49225                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49226                   /* name */
 49227                   "RecoveredSeekOperations",
 49228 mike  1.1.2.1     /* qualifiers */
 49229                   _CIM_MediaAccessStatData_RecoveredSeekOperations_qualifiers,
 49230                   /* type */
 49231                   CIMTYPE_UINT64,
 49232                   /* subscript */
 49233                   -1,
 49234                   /* value */
 49235                   0,
 49236               };
 49237               
 49238               static const char*
 49239               _CIM_MediaAccessStatData_UnrecoverableSeekOperations_qualifiers[] =
 49240               {
 49241                   /* Counter */
 49242                   "\012\001",
 49243                   0,
 49244               };
 49245               
 49246               static MetaProperty
 49247               _CIM_MediaAccessStatData_UnrecoverableSeekOperations =
 49248               {
 49249 mike  1.1.2.1     /* flags */
 49250                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49251                   /* name */
 49252                   "UnrecoverableSeekOperations",
 49253                   /* qualifiers */
 49254                   _CIM_MediaAccessStatData_UnrecoverableSeekOperations_qualifiers,
 49255                   /* type */
 49256                   CIMTYPE_UINT64,
 49257                   /* subscript */
 49258                   -1,
 49259                   /* value */
 49260                   0,
 49261               };
 49262               
 49263               static MetaFeature*
 49264               _CIM_MediaAccessStatData_features[] =
 49265               {
 49266                   (MetaFeature*)&_CIM_MediaAccessStatData_ReadOperations,
 49267                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableReadOperations,
 49268                   (MetaFeature*)&_CIM_MediaAccessStatData_WriteOperations,
 49269                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableWriteOperations,
 49270 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredReadOperations,
 49271                   (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredWriteOperations,
 49272                   (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredSeekOperations,
 49273                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableSeekOperations,
 49274                   0,
 49275               };
 49276               
 49277               static const char*
 49278               __root_cimv2_CIM_MediaAccessStatData_qualifiers[] =
 49279               {
 49280                   /* UMLPackagePath */
 49281                   "\057CIM::Device::StorageDevices",
 49282                   /* Version */
 49283                   "\0632.7.0",
 49284                   0,
 49285               };
 49286               
 49287               MetaClass
 49288               __root_cimv2_CIM_MediaAccessStatData =
 49289               {
 49290                   /* flags */
 49291 mike  1.1.2.1     META_FLAG_CLASS,
 49292                   /* name */
 49293                   "CIM_MediaAccessStatData",
 49294                   /* qualifiers */
 49295                   __root_cimv2_CIM_MediaAccessStatData_qualifiers,
 49296                   /* super */
 49297                   &__root_cimv2_CIM_StatisticalData,
 49298                   /* features */
 49299                   _CIM_MediaAccessStatData_features,
 49300               };
 49301               
 49302               //==============================================================================
 49303               //
 49304               // Class: CIM_MediaAccessStatInfo
 49305               //
 49306               //==============================================================================
 49307               
 49308               static const char*
 49309               _CIM_MediaAccessStatInfo_ReadOperations_qualifiers[] =
 49310               {
 49311                   /* Counter */
 49312 mike  1.1.2.1     "\012\001",
 49313                   0,
 49314               };
 49315               
 49316               static MetaProperty
 49317               _CIM_MediaAccessStatInfo_ReadOperations =
 49318               {
 49319                   /* flags */
 49320                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49321                   /* name */
 49322                   "ReadOperations",
 49323                   /* qualifiers */
 49324                   _CIM_MediaAccessStatInfo_ReadOperations_qualifiers,
 49325                   /* type */
 49326                   CIMTYPE_UINT64,
 49327                   /* subscript */
 49328                   -1,
 49329                   /* value */
 49330                   0,
 49331               };
 49332               
 49333 mike  1.1.2.1 static const char*
 49334               _CIM_MediaAccessStatInfo_UnrecoverableReadOperations_qualifiers[] =
 49335               {
 49336                   /* Counter */
 49337                   "\012\001",
 49338                   0,
 49339               };
 49340               
 49341               static MetaProperty
 49342               _CIM_MediaAccessStatInfo_UnrecoverableReadOperations =
 49343               {
 49344                   /* flags */
 49345                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49346                   /* name */
 49347                   "UnrecoverableReadOperations",
 49348                   /* qualifiers */
 49349                   _CIM_MediaAccessStatInfo_UnrecoverableReadOperations_qualifiers,
 49350                   /* type */
 49351                   CIMTYPE_UINT64,
 49352                   /* subscript */
 49353                   -1,
 49354 mike  1.1.2.1     /* value */
 49355                   0,
 49356               };
 49357               
 49358               static const char*
 49359               _CIM_MediaAccessStatInfo_WriteOperations_qualifiers[] =
 49360               {
 49361                   /* Counter */
 49362                   "\012\001",
 49363                   0,
 49364               };
 49365               
 49366               static MetaProperty
 49367               _CIM_MediaAccessStatInfo_WriteOperations =
 49368               {
 49369                   /* flags */
 49370                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49371                   /* name */
 49372                   "WriteOperations",
 49373                   /* qualifiers */
 49374                   _CIM_MediaAccessStatInfo_WriteOperations_qualifiers,
 49375 mike  1.1.2.1     /* type */
 49376                   CIMTYPE_UINT64,
 49377                   /* subscript */
 49378                   -1,
 49379                   /* value */
 49380                   0,
 49381               };
 49382               
 49383               static const char*
 49384               _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations_qualifiers[] =
 49385               {
 49386                   /* Counter */
 49387                   "\012\001",
 49388                   0,
 49389               };
 49390               
 49391               static MetaProperty
 49392               _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations =
 49393               {
 49394                   /* flags */
 49395                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49396 mike  1.1.2.1     /* name */
 49397                   "UnrecoverableWriteOperations",
 49398                   /* qualifiers */
 49399                   _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations_qualifiers,
 49400                   /* type */
 49401                   CIMTYPE_UINT64,
 49402                   /* subscript */
 49403                   -1,
 49404                   /* value */
 49405                   0,
 49406               };
 49407               
 49408               static const char*
 49409               _CIM_MediaAccessStatInfo_RecoveredReadOperations_qualifiers[] =
 49410               {
 49411                   /* Counter */
 49412                   "\012\001",
 49413                   0,
 49414               };
 49415               
 49416               static MetaProperty
 49417 mike  1.1.2.1 _CIM_MediaAccessStatInfo_RecoveredReadOperations =
 49418               {
 49419                   /* flags */
 49420                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49421                   /* name */
 49422                   "RecoveredReadOperations",
 49423                   /* qualifiers */
 49424                   _CIM_MediaAccessStatInfo_RecoveredReadOperations_qualifiers,
 49425                   /* type */
 49426                   CIMTYPE_UINT64,
 49427                   /* subscript */
 49428                   -1,
 49429                   /* value */
 49430                   0,
 49431               };
 49432               
 49433               static const char*
 49434               _CIM_MediaAccessStatInfo_RecoveredWriteOperations_qualifiers[] =
 49435               {
 49436                   /* Counter */
 49437                   "\012\001",
 49438 mike  1.1.2.1     0,
 49439               };
 49440               
 49441               static MetaProperty
 49442               _CIM_MediaAccessStatInfo_RecoveredWriteOperations =
 49443               {
 49444                   /* flags */
 49445                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49446                   /* name */
 49447                   "RecoveredWriteOperations",
 49448                   /* qualifiers */
 49449                   _CIM_MediaAccessStatInfo_RecoveredWriteOperations_qualifiers,
 49450                   /* type */
 49451                   CIMTYPE_UINT64,
 49452                   /* subscript */
 49453                   -1,
 49454                   /* value */
 49455                   0,
 49456               };
 49457               
 49458               static const char*
 49459 mike  1.1.2.1 _CIM_MediaAccessStatInfo_RecoveredSeekOperations_qualifiers[] =
 49460               {
 49461                   /* Counter */
 49462                   "\012\001",
 49463                   0,
 49464               };
 49465               
 49466               static MetaProperty
 49467               _CIM_MediaAccessStatInfo_RecoveredSeekOperations =
 49468               {
 49469                   /* flags */
 49470                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49471                   /* name */
 49472                   "RecoveredSeekOperations",
 49473                   /* qualifiers */
 49474                   _CIM_MediaAccessStatInfo_RecoveredSeekOperations_qualifiers,
 49475                   /* type */
 49476                   CIMTYPE_UINT64,
 49477                   /* subscript */
 49478                   -1,
 49479                   /* value */
 49480 mike  1.1.2.1     0,
 49481               };
 49482               
 49483               static const char*
 49484               _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations_qualifiers[] =
 49485               {
 49486                   /* Counter */
 49487                   "\012\001",
 49488                   0,
 49489               };
 49490               
 49491               static MetaProperty
 49492               _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations =
 49493               {
 49494                   /* flags */
 49495                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49496                   /* name */
 49497                   "UnrecoverableSeekOperations",
 49498                   /* qualifiers */
 49499                   _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations_qualifiers,
 49500                   /* type */
 49501 mike  1.1.2.1     CIMTYPE_UINT64,
 49502                   /* subscript */
 49503                   -1,
 49504                   /* value */
 49505                   0,
 49506               };
 49507               
 49508               static const char*
 49509               _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 49510               {
 49511                   /* IN */
 49512                   "\024\001",
 49513                   /* ValueMap */
 49514                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 49515                   /* Values */
 49516                   "\062\000\011All\000Read Operations\000Unrecoverable Read Operations\000Write Operations\000Unrecoverable Write Operations\000Recovered Read Operations\000Recovered Write Operations\000Recovered Seeks\000Unrecoverable Seeks\000",
 49517                   0,
 49518               };
 49519               
 49520               static MetaProperty
 49521               _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter =
 49522 mike  1.1.2.1 {
 49523                   /* flags */
 49524                   META_FLAG_PROPERTY|META_FLAG_IN,
 49525                   /* name */
 49526                   "SelectedCounter",
 49527                   /* qualifiers */
 49528                   _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter_qualifiers,
 49529                   /* type */
 49530                   CIMTYPE_UINT16,
 49531                   /* subscript */
 49532                   -1,
 49533                   /* value */
 49534                   0,
 49535               };
 49536               
 49537               static MetaFeature*
 49538               _CIM_MediaAccessStatInfo_ResetCounter_parameters[] =
 49539               {
 49540                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter,
 49541                   0,
 49542               };
 49543 mike  1.1.2.1 
 49544               static const char*
 49545               _CIM_MediaAccessStatInfo_ResetCounter_qualifiers[] =
 49546               {
 49547                   0,
 49548               };
 49549               
 49550               static MetaMethod
 49551               _CIM_MediaAccessStatInfo_ResetCounter =
 49552               {
 49553                   /* flags */
 49554                   META_FLAG_METHOD,
 49555                   /* name */
 49556                   "CIM_MediaAccessStatInfo",
 49557                   /* qualifiers */
 49558                   _CIM_MediaAccessStatInfo_ResetCounter_qualifiers,
 49559                   /* type */
 49560                   CIMTYPE_UINT32,
 49561                   /* parameters */
 49562                   _CIM_MediaAccessStatInfo_ResetCounter_parameters,
 49563               };
 49564 mike  1.1.2.1 
 49565               static MetaFeature*
 49566               _CIM_MediaAccessStatInfo_features[] =
 49567               {
 49568                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ReadOperations,
 49569                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableReadOperations,
 49570                   (MetaFeature*)&_CIM_MediaAccessStatInfo_WriteOperations,
 49571                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableWriteOperations,
 49572                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredReadOperations,
 49573                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredWriteOperations,
 49574                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredSeekOperations,
 49575                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableSeekOperations,
 49576                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ResetCounter,
 49577                   0,
 49578               };
 49579               
 49580               static const char*
 49581               __root_cimv2_CIM_MediaAccessStatInfo_qualifiers[] =
 49582               {
 49583                   /* UMLPackagePath */
 49584                   "\057CIM::Device::StorageDevices",
 49585 mike  1.1.2.1     /* Version */
 49586                   "\0632.6.0",
 49587                   0,
 49588               };
 49589               
 49590               MetaClass
 49591               __root_cimv2_CIM_MediaAccessStatInfo =
 49592               {
 49593                   /* flags */
 49594                   META_FLAG_CLASS,
 49595                   /* name */
 49596                   "CIM_MediaAccessStatInfo",
 49597                   /* qualifiers */
 49598                   __root_cimv2_CIM_MediaAccessStatInfo_qualifiers,
 49599                   /* super */
 49600                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 49601                   /* features */
 49602                   _CIM_MediaAccessStatInfo_features,
 49603               };
 49604               
 49605               //==============================================================================
 49606 mike  1.1.2.1 //
 49607               // Class: CIM_MediaPhysicalStatData
 49608               //
 49609               //==============================================================================
 49610               
 49611               static const char*
 49612               _CIM_MediaPhysicalStatData_ScanSuccesses_qualifiers[] =
 49613               {
 49614                   /* Counter */
 49615                   "\012\001",
 49616                   0,
 49617               };
 49618               
 49619               static MetaProperty
 49620               _CIM_MediaPhysicalStatData_ScanSuccesses =
 49621               {
 49622                   /* flags */
 49623                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49624                   /* name */
 49625                   "ScanSuccesses",
 49626                   /* qualifiers */
 49627 mike  1.1.2.1     _CIM_MediaPhysicalStatData_ScanSuccesses_qualifiers,
 49628                   /* type */
 49629                   CIMTYPE_UINT64,
 49630                   /* subscript */
 49631                   -1,
 49632                   /* value */
 49633                   0,
 49634               };
 49635               
 49636               static const char*
 49637               _CIM_MediaPhysicalStatData_ScanFailures_qualifiers[] =
 49638               {
 49639                   /* Counter */
 49640                   "\012\001",
 49641                   0,
 49642               };
 49643               
 49644               static MetaProperty
 49645               _CIM_MediaPhysicalStatData_ScanFailures =
 49646               {
 49647                   /* flags */
 49648 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49649                   /* name */
 49650                   "ScanFailures",
 49651                   /* qualifiers */
 49652                   _CIM_MediaPhysicalStatData_ScanFailures_qualifiers,
 49653                   /* type */
 49654                   CIMTYPE_UINT64,
 49655                   /* subscript */
 49656                   -1,
 49657                   /* value */
 49658                   0,
 49659               };
 49660               
 49661               static const char*
 49662               _CIM_MediaPhysicalStatData_ScanRetries_qualifiers[] =
 49663               {
 49664                   /* Counter */
 49665                   "\012\001",
 49666                   0,
 49667               };
 49668               
 49669 mike  1.1.2.1 static MetaProperty
 49670               _CIM_MediaPhysicalStatData_ScanRetries =
 49671               {
 49672                   /* flags */
 49673                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49674                   /* name */
 49675                   "ScanRetries",
 49676                   /* qualifiers */
 49677                   _CIM_MediaPhysicalStatData_ScanRetries_qualifiers,
 49678                   /* type */
 49679                   CIMTYPE_UINT64,
 49680                   /* subscript */
 49681                   -1,
 49682                   /* value */
 49683                   0,
 49684               };
 49685               
 49686               static const char*
 49687               _CIM_MediaPhysicalStatData_PickSuccesses_qualifiers[] =
 49688               {
 49689                   /* Counter */
 49690 mike  1.1.2.1     "\012\001",
 49691                   0,
 49692               };
 49693               
 49694               static MetaProperty
 49695               _CIM_MediaPhysicalStatData_PickSuccesses =
 49696               {
 49697                   /* flags */
 49698                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49699                   /* name */
 49700                   "PickSuccesses",
 49701                   /* qualifiers */
 49702                   _CIM_MediaPhysicalStatData_PickSuccesses_qualifiers,
 49703                   /* type */
 49704                   CIMTYPE_UINT64,
 49705                   /* subscript */
 49706                   -1,
 49707                   /* value */
 49708                   0,
 49709               };
 49710               
 49711 mike  1.1.2.1 static const char*
 49712               _CIM_MediaPhysicalStatData_PickFailures_qualifiers[] =
 49713               {
 49714                   /* Counter */
 49715                   "\012\001",
 49716                   0,
 49717               };
 49718               
 49719               static MetaProperty
 49720               _CIM_MediaPhysicalStatData_PickFailures =
 49721               {
 49722                   /* flags */
 49723                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49724                   /* name */
 49725                   "PickFailures",
 49726                   /* qualifiers */
 49727                   _CIM_MediaPhysicalStatData_PickFailures_qualifiers,
 49728                   /* type */
 49729                   CIMTYPE_UINT64,
 49730                   /* subscript */
 49731                   -1,
 49732 mike  1.1.2.1     /* value */
 49733                   0,
 49734               };
 49735               
 49736               static const char*
 49737               _CIM_MediaPhysicalStatData_PickRetries_qualifiers[] =
 49738               {
 49739                   /* Counter */
 49740                   "\012\001",
 49741                   0,
 49742               };
 49743               
 49744               static MetaProperty
 49745               _CIM_MediaPhysicalStatData_PickRetries =
 49746               {
 49747                   /* flags */
 49748                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49749                   /* name */
 49750                   "PickRetries",
 49751                   /* qualifiers */
 49752                   _CIM_MediaPhysicalStatData_PickRetries_qualifiers,
 49753 mike  1.1.2.1     /* type */
 49754                   CIMTYPE_UINT64,
 49755                   /* subscript */
 49756                   -1,
 49757                   /* value */
 49758                   0,
 49759               };
 49760               
 49761               static const char*
 49762               _CIM_MediaPhysicalStatData_PutSuccesses_qualifiers[] =
 49763               {
 49764                   /* Counter */
 49765                   "\012\001",
 49766                   0,
 49767               };
 49768               
 49769               static MetaProperty
 49770               _CIM_MediaPhysicalStatData_PutSuccesses =
 49771               {
 49772                   /* flags */
 49773                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49774 mike  1.1.2.1     /* name */
 49775                   "PutSuccesses",
 49776                   /* qualifiers */
 49777                   _CIM_MediaPhysicalStatData_PutSuccesses_qualifiers,
 49778                   /* type */
 49779                   CIMTYPE_UINT64,
 49780                   /* subscript */
 49781                   -1,
 49782                   /* value */
 49783                   0,
 49784               };
 49785               
 49786               static const char*
 49787               _CIM_MediaPhysicalStatData_PutFailures_qualifiers[] =
 49788               {
 49789                   /* Counter */
 49790                   "\012\001",
 49791                   0,
 49792               };
 49793               
 49794               static MetaProperty
 49795 mike  1.1.2.1 _CIM_MediaPhysicalStatData_PutFailures =
 49796               {
 49797                   /* flags */
 49798                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49799                   /* name */
 49800                   "PutFailures",
 49801                   /* qualifiers */
 49802                   _CIM_MediaPhysicalStatData_PutFailures_qualifiers,
 49803                   /* type */
 49804                   CIMTYPE_UINT64,
 49805                   /* subscript */
 49806                   -1,
 49807                   /* value */
 49808                   0,
 49809               };
 49810               
 49811               static const char*
 49812               _CIM_MediaPhysicalStatData_PutRetries_qualifiers[] =
 49813               {
 49814                   /* Counter */
 49815                   "\012\001",
 49816 mike  1.1.2.1     0,
 49817               };
 49818               
 49819               static MetaProperty
 49820               _CIM_MediaPhysicalStatData_PutRetries =
 49821               {
 49822                   /* flags */
 49823                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49824                   /* name */
 49825                   "PutRetries",
 49826                   /* qualifiers */
 49827                   _CIM_MediaPhysicalStatData_PutRetries_qualifiers,
 49828                   /* type */
 49829                   CIMTYPE_UINT64,
 49830                   /* subscript */
 49831                   -1,
 49832                   /* value */
 49833                   0,
 49834               };
 49835               
 49836               static MetaFeature*
 49837 mike  1.1.2.1 _CIM_MediaPhysicalStatData_features[] =
 49838               {
 49839                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanSuccesses,
 49840                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanFailures,
 49841                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanRetries,
 49842                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickSuccesses,
 49843                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickFailures,
 49844                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickRetries,
 49845                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutSuccesses,
 49846                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutFailures,
 49847                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutRetries,
 49848                   0,
 49849               };
 49850               
 49851               static const char*
 49852               __root_cimv2_CIM_MediaPhysicalStatData_qualifiers[] =
 49853               {
 49854                   /* UMLPackagePath */
 49855                   "\057CIM::Physical::StoragePackage",
 49856                   /* Version */
 49857                   "\0632.7.0",
 49858 mike  1.1.2.1     0,
 49859               };
 49860               
 49861               MetaClass
 49862               __root_cimv2_CIM_MediaPhysicalStatData =
 49863               {
 49864                   /* flags */
 49865                   META_FLAG_CLASS,
 49866                   /* name */
 49867                   "CIM_MediaPhysicalStatData",
 49868                   /* qualifiers */
 49869                   __root_cimv2_CIM_MediaPhysicalStatData_qualifiers,
 49870                   /* super */
 49871                   &__root_cimv2_CIM_StatisticalData,
 49872                   /* features */
 49873                   _CIM_MediaPhysicalStatData_features,
 49874               };
 49875               
 49876               //==============================================================================
 49877               //
 49878               // Class: CIM_MemoryCapacity
 49879 mike  1.1.2.1 //
 49880               //==============================================================================
 49881               
 49882               static const char*
 49883               _CIM_MemoryCapacity_Name_qualifiers[] =
 49884               {
 49885                   /* Key */
 49886                   "\025\001",
 49887                   /* Override */
 49888                   "\044Name",
 49889                   0,
 49890               };
 49891               
 49892               static MetaProperty
 49893               _CIM_MemoryCapacity_Name =
 49894               {
 49895                   /* flags */
 49896                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 49897                   /* name */
 49898                   "Name",
 49899                   /* qualifiers */
 49900 mike  1.1.2.1     _CIM_MemoryCapacity_Name_qualifiers,
 49901                   /* type */
 49902                   CIMTYPE_STRING,
 49903                   /* subscript */
 49904                   -1,
 49905                   /* value */
 49906                   0,
 49907               };
 49908               
 49909               static const char*
 49910               _CIM_MemoryCapacity_MemoryType_qualifiers[] =
 49911               {
 49912                   /* Key */
 49913                   "\025\001",
 49914                   /* ValueMap */
 49915                   "\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",
 49916                   /* Values */
 49917                   "\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",
 49918                   /* ModelCorrespondence */
 49919                   "\036\000\001CIM_PhysicalMemory.MemoryType\000",
 49920                   0,
 49921 mike  1.1.2.1 };
 49922               
 49923               static MetaProperty
 49924               _CIM_MemoryCapacity_MemoryType =
 49925               {
 49926                   /* flags */
 49927                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 49928                   /* name */
 49929                   "MemoryType",
 49930                   /* qualifiers */
 49931                   _CIM_MemoryCapacity_MemoryType_qualifiers,
 49932                   /* type */
 49933                   CIMTYPE_UINT16,
 49934                   /* subscript */
 49935                   -1,
 49936                   /* value */
 49937                   0,
 49938               };
 49939               
 49940               static const char*
 49941               _CIM_MemoryCapacity_MinimumMemoryCapacity_qualifiers[] =
 49942 mike  1.1.2.1 {
 49943                   /* Units */
 49944                   "\060KiloBytes",
 49945                   0,
 49946               };
 49947               
 49948               static MetaProperty
 49949               _CIM_MemoryCapacity_MinimumMemoryCapacity =
 49950               {
 49951                   /* flags */
 49952                   META_FLAG_PROPERTY|META_FLAG_READ,
 49953                   /* name */
 49954                   "MinimumMemoryCapacity",
 49955                   /* qualifiers */
 49956                   _CIM_MemoryCapacity_MinimumMemoryCapacity_qualifiers,
 49957                   /* type */
 49958                   CIMTYPE_UINT64,
 49959                   /* subscript */
 49960                   -1,
 49961                   /* value */
 49962                   0,
 49963 mike  1.1.2.1 };
 49964               
 49965               static const char*
 49966               _CIM_MemoryCapacity_MaximumMemoryCapacity_qualifiers[] =
 49967               {
 49968                   /* Units */
 49969                   "\060KiloBytes",
 49970                   0,
 49971               };
 49972               
 49973               static MetaProperty
 49974               _CIM_MemoryCapacity_MaximumMemoryCapacity =
 49975               {
 49976                   /* flags */
 49977                   META_FLAG_PROPERTY|META_FLAG_READ,
 49978                   /* name */
 49979                   "MaximumMemoryCapacity",
 49980                   /* qualifiers */
 49981                   _CIM_MemoryCapacity_MaximumMemoryCapacity_qualifiers,
 49982                   /* type */
 49983                   CIMTYPE_UINT64,
 49984 mike  1.1.2.1     /* subscript */
 49985                   -1,
 49986                   /* value */
 49987                   0,
 49988               };
 49989               
 49990               static MetaFeature*
 49991               _CIM_MemoryCapacity_features[] =
 49992               {
 49993                   (MetaFeature*)&_CIM_MemoryCapacity_Name,
 49994                   (MetaFeature*)&_CIM_MemoryCapacity_MemoryType,
 49995                   (MetaFeature*)&_CIM_MemoryCapacity_MinimumMemoryCapacity,
 49996                   (MetaFeature*)&_CIM_MemoryCapacity_MaximumMemoryCapacity,
 49997                   0,
 49998               };
 49999               
 50000               static const char*
 50001               __root_cimv2_CIM_MemoryCapacity_qualifiers[] =
 50002               {
 50003                   /* UMLPackagePath */
 50004                   "\057CIM::Physical::Misc",
 50005 mike  1.1.2.1     /* Version */
 50006                   "\0632.9.0",
 50007                   0,
 50008               };
 50009               
 50010               MetaClass
 50011               __root_cimv2_CIM_MemoryCapacity =
 50012               {
 50013                   /* flags */
 50014                   META_FLAG_CLASS,
 50015                   /* name */
 50016                   "CIM_MemoryCapacity",
 50017                   /* qualifiers */
 50018                   __root_cimv2_CIM_MemoryCapacity_qualifiers,
 50019                   /* super */
 50020                   &__root_cimv2_CIM_PhysicalCapacity,
 50021                   /* features */
 50022                   _CIM_MemoryCapacity_features,
 50023               };
 50024               
 50025               //==============================================================================
 50026 mike  1.1.2.1 //
 50027               // Class: CIM_MemoryError
 50028               //
 50029               //==============================================================================
 50030               
 50031               static const char*
 50032               _CIM_MemoryError_StartingAddress_qualifiers[] =
 50033               {
 50034                   /* Override */
 50035                   "\044StartingAddress",
 50036                   /* MappingStrings */
 50037                   "\026\000\002MIF.DMTF|Memory Device|005.19\000MIF.DMTF|Physical Memory Array|001.14\000",
 50038                   0,
 50039               };
 50040               
 50041               static MetaProperty
 50042               _CIM_MemoryError_StartingAddress =
 50043               {
 50044                   /* flags */
 50045                   META_FLAG_PROPERTY|META_FLAG_READ,
 50046                   /* name */
 50047 mike  1.1.2.1     "StartingAddress",
 50048                   /* qualifiers */
 50049                   _CIM_MemoryError_StartingAddress_qualifiers,
 50050                   /* type */
 50051                   CIMTYPE_UINT64,
 50052                   /* subscript */
 50053                   -1,
 50054                   /* value */
 50055                   0,
 50056               };
 50057               
 50058               static const char*
 50059               _CIM_MemoryError_ErrorInfo_qualifiers[] =
 50060               {
 50061                   /* ValueMap */
 50062                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 50063                   /* Values */
 50064                   "\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",
 50065                   /* MappingStrings */
 50066                   "\026\000\002MIF.DMTF|Memory Device|005.12\000MIF.DMTF|Physical Memory Array|001.8\000",
 50067                   /* ModelCorrespondence */
 50068 mike  1.1.2.1     "\036\000\001CIM_Memory.OtherErrorDescription\000",
 50069                   0,
 50070               };
 50071               
 50072               static MetaProperty
 50073               _CIM_MemoryError_ErrorInfo =
 50074               {
 50075                   /* flags */
 50076                   META_FLAG_PROPERTY|META_FLAG_READ,
 50077                   /* name */
 50078                   "ErrorInfo",
 50079                   /* qualifiers */
 50080                   _CIM_MemoryError_ErrorInfo_qualifiers,
 50081                   /* type */
 50082                   CIMTYPE_UINT16,
 50083                   /* subscript */
 50084                   -1,
 50085                   /* value */
 50086                   0,
 50087               };
 50088               
 50089 mike  1.1.2.1 static const char*
 50090               _CIM_MemoryError_OtherErrorDescription_qualifiers[] =
 50091               {
 50092                   /* ModelCorrespondence */
 50093                   "\036\000\001CIM_Memory.ErrorInfo\000",
 50094                   0,
 50095               };
 50096               
 50097               static MetaProperty
 50098               _CIM_MemoryError_OtherErrorDescription =
 50099               {
 50100                   /* flags */
 50101                   META_FLAG_PROPERTY|META_FLAG_READ,
 50102                   /* name */
 50103                   "OtherErrorDescription",
 50104                   /* qualifiers */
 50105                   _CIM_MemoryError_OtherErrorDescription_qualifiers,
 50106                   /* type */
 50107                   CIMTYPE_STRING,
 50108                   /* subscript */
 50109                   -1,
 50110 mike  1.1.2.1     /* value */
 50111                   0,
 50112               };
 50113               
 50114               static const char*
 50115               _CIM_MemoryError_CorrectableError_qualifiers[] =
 50116               {
 50117                   /* MappingStrings */
 50118                   "\026\000\001MIF.DMTF|Physical Memory Array|001.8\000",
 50119                   0,
 50120               };
 50121               
 50122               static MetaProperty
 50123               _CIM_MemoryError_CorrectableError =
 50124               {
 50125                   /* flags */
 50126                   META_FLAG_PROPERTY|META_FLAG_READ,
 50127                   /* name */
 50128                   "CorrectableError",
 50129                   /* qualifiers */
 50130                   _CIM_MemoryError_CorrectableError_qualifiers,
 50131 mike  1.1.2.1     /* type */
 50132                   CIMTYPE_BOOLEAN,
 50133                   /* subscript */
 50134                   -1,
 50135                   /* value */
 50136                   0,
 50137               };
 50138               
 50139               static const char*
 50140               _CIM_MemoryError_ErrorTime_qualifiers[] =
 50141               {
 50142                   0,
 50143               };
 50144               
 50145               static MetaProperty
 50146               _CIM_MemoryError_ErrorTime =
 50147               {
 50148                   /* flags */
 50149                   META_FLAG_PROPERTY|META_FLAG_READ,
 50150                   /* name */
 50151                   "ErrorTime",
 50152 mike  1.1.2.1     /* qualifiers */
 50153                   _CIM_MemoryError_ErrorTime_qualifiers,
 50154                   /* type */
 50155                   CIMTYPE_DATETIME,
 50156                   /* subscript */
 50157                   -1,
 50158                   /* value */
 50159                   0,
 50160               };
 50161               
 50162               static const char*
 50163               _CIM_MemoryError_ErrorAccess_qualifiers[] =
 50164               {
 50165                   /* ValueMap */
 50166                   "\061\000\0050\0001\0002\0003\0004\000",
 50167                   /* Values */
 50168                   "\062\000\005Unknown\000Other\000Read\000Write\000Partial Write\000",
 50169                   /* MappingStrings */
 50170                   "\026\000\001MIF.DMTF|Physical Memory Array|001.10\000",
 50171                   0,
 50172               };
 50173 mike  1.1.2.1 
 50174               static MetaProperty
 50175               _CIM_MemoryError_ErrorAccess =
 50176               {
 50177                   /* flags */
 50178                   META_FLAG_PROPERTY|META_FLAG_READ,
 50179                   /* name */
 50180                   "ErrorAccess",
 50181                   /* qualifiers */
 50182                   _CIM_MemoryError_ErrorAccess_qualifiers,
 50183                   /* type */
 50184                   CIMTYPE_UINT16,
 50185                   /* subscript */
 50186                   -1,
 50187                   /* value */
 50188                   0,
 50189               };
 50190               
 50191               static const char*
 50192               _CIM_MemoryError_ErrorTransferSize_qualifiers[] =
 50193               {
 50194 mike  1.1.2.1     /* Units */
 50195                   "\060Bits",
 50196                   /* MappingStrings */
 50197                   "\026\000\001MIF.DMTF|Physical Memory Array|001.11\000",
 50198                   0,
 50199               };
 50200               
 50201               static MetaProperty
 50202               _CIM_MemoryError_ErrorTransferSize =
 50203               {
 50204                   /* flags */
 50205                   META_FLAG_PROPERTY|META_FLAG_READ,
 50206                   /* name */
 50207                   "ErrorTransferSize",
 50208                   /* qualifiers */
 50209                   _CIM_MemoryError_ErrorTransferSize_qualifiers,
 50210                   /* type */
 50211                   CIMTYPE_UINT32,
 50212                   /* subscript */
 50213                   -1,
 50214                   /* value */
 50215 mike  1.1.2.1     0,
 50216               };
 50217               
 50218               static const char*
 50219               _CIM_MemoryError_ErrorData_qualifiers[] =
 50220               {
 50221                   /* OctetString */
 50222                   "\042\001",
 50223                   /* MappingStrings */
 50224                   "\026\000\001MIF.DMTF|Physical Memory Array|001.12\000",
 50225                   /* ArrayType */
 50226                   "\005Indexed",
 50227                   0,
 50228               };
 50229               
 50230               static MetaProperty
 50231               _CIM_MemoryError_ErrorData =
 50232               {
 50233                   /* flags */
 50234                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 50235                   /* name */
 50236 mike  1.1.2.1     "ErrorData",
 50237                   /* qualifiers */
 50238                   _CIM_MemoryError_ErrorData_qualifiers,
 50239                   /* type */
 50240                   CIMTYPE_UINT8,
 50241                   /* subscript */
 50242                   64,
 50243                   /* value */
 50244                   0,
 50245               };
 50246               
 50247               static const char*
 50248               _CIM_MemoryError_ErrorDataOrder_qualifiers[] =
 50249               {
 50250                   /* ValueMap */
 50251                   "\061\000\0030\0001\0002\000",
 50252                   /* Values */
 50253                   "\062\000\003Unknown\000Least Significant Byte First\000Most Significant Byte First\000",
 50254                   0,
 50255               };
 50256               
 50257 mike  1.1.2.1 static MetaProperty
 50258               _CIM_MemoryError_ErrorDataOrder =
 50259               {
 50260                   /* flags */
 50261                   META_FLAG_PROPERTY|META_FLAG_READ,
 50262                   /* name */
 50263                   "ErrorDataOrder",
 50264                   /* qualifiers */
 50265                   _CIM_MemoryError_ErrorDataOrder_qualifiers,
 50266                   /* type */
 50267                   CIMTYPE_UINT16,
 50268                   /* subscript */
 50269                   -1,
 50270                   /* value */
 50271                   0,
 50272               };
 50273               
 50274               static const char*
 50275               _CIM_MemoryError_SystemLevelAddress_qualifiers[] =
 50276               {
 50277                   0,
 50278 mike  1.1.2.1 };
 50279               
 50280               static MetaProperty
 50281               _CIM_MemoryError_SystemLevelAddress =
 50282               {
 50283                   /* flags */
 50284                   META_FLAG_PROPERTY|META_FLAG_READ,
 50285                   /* name */
 50286                   "SystemLevelAddress",
 50287                   /* qualifiers */
 50288                   _CIM_MemoryError_SystemLevelAddress_qualifiers,
 50289                   /* type */
 50290                   CIMTYPE_BOOLEAN,
 50291                   /* subscript */
 50292                   -1,
 50293                   /* value */
 50294                   0,
 50295               };
 50296               
 50297               static const char*
 50298               _CIM_MemoryError_ErrorResolution_qualifiers[] =
 50299 mike  1.1.2.1 {
 50300                   /* Units */
 50301                   "\060Bytes",
 50302                   /* MappingStrings */
 50303                   "\026\000\002MIF.DMTF|Memory Device|005.21\000MIF.DMTF|Physical Memory Array|001.15\000",
 50304                   0,
 50305               };
 50306               
 50307               static MetaProperty
 50308               _CIM_MemoryError_ErrorResolution =
 50309               {
 50310                   /* flags */
 50311                   META_FLAG_PROPERTY|META_FLAG_READ,
 50312                   /* name */
 50313                   "ErrorResolution",
 50314                   /* qualifiers */
 50315                   _CIM_MemoryError_ErrorResolution_qualifiers,
 50316                   /* type */
 50317                   CIMTYPE_UINT64,
 50318                   /* subscript */
 50319                   -1,
 50320 mike  1.1.2.1     /* value */
 50321                   0,
 50322               };
 50323               
 50324               static const char*
 50325               _CIM_MemoryError_AdditionalErrorData_qualifiers[] =
 50326               {
 50327                   /* OctetString */
 50328                   "\042\001",
 50329                   /* MappingStrings */
 50330                   "\026\000\002MIF.DMTF|Memory Device|005.18\000MIF.DMTF|Physical Memory Array|001.13\000",
 50331                   0,
 50332               };
 50333               
 50334               static MetaProperty
 50335               _CIM_MemoryError_AdditionalErrorData =
 50336               {
 50337                   /* flags */
 50338                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 50339                   /* name */
 50340                   "AdditionalErrorData",
 50341 mike  1.1.2.1     /* qualifiers */
 50342                   _CIM_MemoryError_AdditionalErrorData_qualifiers,
 50343                   /* type */
 50344                   CIMTYPE_UINT8,
 50345                   /* subscript */
 50346                   64,
 50347                   /* value */
 50348                   0,
 50349               };
 50350               
 50351               static MetaFeature*
 50352               _CIM_MemoryError_features[] =
 50353               {
 50354                   (MetaFeature*)&_CIM_MemoryError_StartingAddress,
 50355                   (MetaFeature*)&_CIM_MemoryError_ErrorInfo,
 50356                   (MetaFeature*)&_CIM_MemoryError_OtherErrorDescription,
 50357                   (MetaFeature*)&_CIM_MemoryError_CorrectableError,
 50358                   (MetaFeature*)&_CIM_MemoryError_ErrorTime,
 50359                   (MetaFeature*)&_CIM_MemoryError_ErrorAccess,
 50360                   (MetaFeature*)&_CIM_MemoryError_ErrorTransferSize,
 50361                   (MetaFeature*)&_CIM_MemoryError_ErrorData,
 50362 mike  1.1.2.1     (MetaFeature*)&_CIM_MemoryError_ErrorDataOrder,
 50363                   (MetaFeature*)&_CIM_MemoryError_SystemLevelAddress,
 50364                   (MetaFeature*)&_CIM_MemoryError_ErrorResolution,
 50365                   (MetaFeature*)&_CIM_MemoryError_AdditionalErrorData,
 50366                   0,
 50367               };
 50368               
 50369               static const char*
 50370               __root_cimv2_CIM_MemoryError_qualifiers[] =
 50371               {
 50372                   /* UMLPackagePath */
 50373                   "\057CIM::Device::Memory",
 50374                   /* Version */
 50375                   "\0632.8.0",
 50376                   0,
 50377               };
 50378               
 50379               MetaClass
 50380               __root_cimv2_CIM_MemoryError =
 50381               {
 50382                   /* flags */
 50383 mike  1.1.2.1     META_FLAG_CLASS,
 50384                   /* name */
 50385                   "CIM_MemoryError",
 50386                   /* qualifiers */
 50387                   __root_cimv2_CIM_MemoryError_qualifiers,
 50388                   /* super */
 50389                   &__root_cimv2_CIM_StorageError,
 50390                   /* features */
 50391                   _CIM_MemoryError_features,
 50392               };
 50393               
 50394               //==============================================================================
 50395               //
 50396               // Class: CIM_MonitorResolution
 50397               //
 50398               //==============================================================================
 50399               
 50400               static const char*
 50401               _CIM_MonitorResolution_SettingID_qualifiers[] =
 50402               {
 50403                   /* Key */
 50404 mike  1.1.2.1     "\025\001",
 50405                   /* Override */
 50406                   "\044SettingID",
 50407                   /* MaxLen */
 50408                   "\030\000\000\001\000",
 50409                   0,
 50410               };
 50411               
 50412               static MetaProperty
 50413               _CIM_MonitorResolution_SettingID =
 50414               {
 50415                   /* flags */
 50416                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 50417                   /* name */
 50418                   "SettingID",
 50419                   /* qualifiers */
 50420                   _CIM_MonitorResolution_SettingID_qualifiers,
 50421                   /* type */
 50422                   CIMTYPE_STRING,
 50423                   /* subscript */
 50424                   -1,
 50425 mike  1.1.2.1     /* value */
 50426                   0,
 50427               };
 50428               
 50429               static const char*
 50430               _CIM_MonitorResolution_HorizontalResolution_qualifiers[] =
 50431               {
 50432                   /* Units */
 50433                   "\060Pixels",
 50434                   /* MappingStrings */
 50435                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.2\000",
 50436                   /* ModelCorrespondence */
 50437                   "\036\000\001CIM_VideoController.CurrentHorizontalResolution\000",
 50438                   0,
 50439               };
 50440               
 50441               static MetaProperty
 50442               _CIM_MonitorResolution_HorizontalResolution =
 50443               {
 50444                   /* flags */
 50445                   META_FLAG_PROPERTY|META_FLAG_READ,
 50446 mike  1.1.2.1     /* name */
 50447                   "HorizontalResolution",
 50448                   /* qualifiers */
 50449                   _CIM_MonitorResolution_HorizontalResolution_qualifiers,
 50450                   /* type */
 50451                   CIMTYPE_UINT32,
 50452                   /* subscript */
 50453                   -1,
 50454                   /* value */
 50455                   0,
 50456               };
 50457               
 50458               static const char*
 50459               _CIM_MonitorResolution_VerticalResolution_qualifiers[] =
 50460               {
 50461                   /* Units */
 50462                   "\060Pixels",
 50463                   /* MappingStrings */
 50464                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.3\000",
 50465                   /* ModelCorrespondence */
 50466                   "\036\000\001CIM_VideoController.CurrentVerticalResolution\000",
 50467 mike  1.1.2.1     0,
 50468               };
 50469               
 50470               static MetaProperty
 50471               _CIM_MonitorResolution_VerticalResolution =
 50472               {
 50473                   /* flags */
 50474                   META_FLAG_PROPERTY|META_FLAG_READ,
 50475                   /* name */
 50476                   "VerticalResolution",
 50477                   /* qualifiers */
 50478                   _CIM_MonitorResolution_VerticalResolution_qualifiers,
 50479                   /* type */
 50480                   CIMTYPE_UINT32,
 50481                   /* subscript */
 50482                   -1,
 50483                   /* value */
 50484                   0,
 50485               };
 50486               
 50487               static const char*
 50488 mike  1.1.2.1 _CIM_MonitorResolution_RefreshRate_qualifiers[] =
 50489               {
 50490                   /* Units */
 50491                   "\060Hertz",
 50492                   /* MappingStrings */
 50493                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.4\000",
 50494                   /* ModelCorrespondence */
 50495                   "\036\000\001CIM_VideoController.CurrentRefreshRate\000",
 50496                   0,
 50497               };
 50498               
 50499               static MetaProperty
 50500               _CIM_MonitorResolution_RefreshRate =
 50501               {
 50502                   /* flags */
 50503                   META_FLAG_PROPERTY|META_FLAG_READ,
 50504                   /* name */
 50505                   "RefreshRate",
 50506                   /* qualifiers */
 50507                   _CIM_MonitorResolution_RefreshRate_qualifiers,
 50508                   /* type */
 50509 mike  1.1.2.1     CIMTYPE_UINT32,
 50510                   /* subscript */
 50511                   -1,
 50512                   /* value */
 50513                   0,
 50514               };
 50515               
 50516               static const char*
 50517               _CIM_MonitorResolution_MinRefreshRate_qualifiers[] =
 50518               {
 50519                   /* Units */
 50520                   "\060Hertz",
 50521                   /* MappingStrings */
 50522                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.6\000",
 50523                   /* ModelCorrespondence */
 50524                   "\036\000\001CIM_VideoController.MinRefreshRate\000",
 50525                   0,
 50526               };
 50527               
 50528               static MetaProperty
 50529               _CIM_MonitorResolution_MinRefreshRate =
 50530 mike  1.1.2.1 {
 50531                   /* flags */
 50532                   META_FLAG_PROPERTY|META_FLAG_READ,
 50533                   /* name */
 50534                   "MinRefreshRate",
 50535                   /* qualifiers */
 50536                   _CIM_MonitorResolution_MinRefreshRate_qualifiers,
 50537                   /* type */
 50538                   CIMTYPE_UINT32,
 50539                   /* subscript */
 50540                   -1,
 50541                   /* value */
 50542                   0,
 50543               };
 50544               
 50545               static const char*
 50546               _CIM_MonitorResolution_MaxRefreshRate_qualifiers[] =
 50547               {
 50548                   /* Units */
 50549                   "\060Hertz",
 50550                   /* MappingStrings */
 50551 mike  1.1.2.1     "\026\000\001MIF.DMTF|Monitor Resolutions|002.7\000",
 50552                   /* ModelCorrespondence */
 50553                   "\036\000\001CIM_VideoController.MaxRefreshRate\000",
 50554                   0,
 50555               };
 50556               
 50557               static MetaProperty
 50558               _CIM_MonitorResolution_MaxRefreshRate =
 50559               {
 50560                   /* flags */
 50561                   META_FLAG_PROPERTY|META_FLAG_READ,
 50562                   /* name */
 50563                   "MaxRefreshRate",
 50564                   /* qualifiers */
 50565                   _CIM_MonitorResolution_MaxRefreshRate_qualifiers,
 50566                   /* type */
 50567                   CIMTYPE_UINT32,
 50568                   /* subscript */
 50569                   -1,
 50570                   /* value */
 50571                   0,
 50572 mike  1.1.2.1 };
 50573               
 50574               static const char*
 50575               _CIM_MonitorResolution_ScanMode_qualifiers[] =
 50576               {
 50577                   /* ValueMap */
 50578                   "\061\000\0051\0002\0003\0004\0005\000",
 50579                   /* Values */
 50580                   "\062\000\005Other\000Unknown\000Not Supported\000Non-Interlaced Operation\000Interlaced Operation\000",
 50581                   /* MappingStrings */
 50582                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.5\000",
 50583                   /* ModelCorrespondence */
 50584                   "\036\000\001CIM_VideoController.CurrentScanMode\000",
 50585                   0,
 50586               };
 50587               
 50588               static MetaProperty
 50589               _CIM_MonitorResolution_ScanMode =
 50590               {
 50591                   /* flags */
 50592                   META_FLAG_PROPERTY|META_FLAG_READ,
 50593 mike  1.1.2.1     /* name */
 50594                   "ScanMode",
 50595                   /* qualifiers */
 50596                   _CIM_MonitorResolution_ScanMode_qualifiers,
 50597                   /* type */
 50598                   CIMTYPE_UINT16,
 50599                   /* subscript */
 50600                   -1,
 50601                   /* value */
 50602                   0,
 50603               };
 50604               
 50605               static MetaFeature*
 50606               _CIM_MonitorResolution_features[] =
 50607               {
 50608                   (MetaFeature*)&_CIM_MonitorResolution_SettingID,
 50609                   (MetaFeature*)&_CIM_MonitorResolution_HorizontalResolution,
 50610                   (MetaFeature*)&_CIM_MonitorResolution_VerticalResolution,
 50611                   (MetaFeature*)&_CIM_MonitorResolution_RefreshRate,
 50612                   (MetaFeature*)&_CIM_MonitorResolution_MinRefreshRate,
 50613                   (MetaFeature*)&_CIM_MonitorResolution_MaxRefreshRate,
 50614 mike  1.1.2.1     (MetaFeature*)&_CIM_MonitorResolution_ScanMode,
 50615                   0,
 50616               };
 50617               
 50618               static const char*
 50619               __root_cimv2_CIM_MonitorResolution_qualifiers[] =
 50620               {
 50621                   /* UMLPackagePath */
 50622                   "\057CIM::Device::UserDevices",
 50623                   /* Version */
 50624                   "\0632.6.0",
 50625                   0,
 50626               };
 50627               
 50628               MetaClass
 50629               __root_cimv2_CIM_MonitorResolution =
 50630               {
 50631                   /* flags */
 50632                   META_FLAG_CLASS,
 50633                   /* name */
 50634                   "CIM_MonitorResolution",
 50635 mike  1.1.2.1     /* qualifiers */
 50636                   __root_cimv2_CIM_MonitorResolution_qualifiers,
 50637                   /* super */
 50638                   &__root_cimv2_CIM_Setting,
 50639                   /* features */
 50640                   _CIM_MonitorResolution_features,
 50641               };
 50642               
 50643               //==============================================================================
 50644               //
 50645               // Class: CIM_MoreGroupInfo
 50646               //
 50647               //==============================================================================
 50648               
 50649               static const char*
 50650               _CIM_MoreGroupInfo_Antecedent_qualifiers[] =
 50651               {
 50652                   /* Override */
 50653                   "\044Antecedent",
 50654                   /* Min */
 50655                   "\033\000\000\000\001",
 50656 mike  1.1.2.1     /* Max */
 50657                   "\027\000\000\000\001",
 50658                   0,
 50659               };
 50660               
 50661               static MetaReference
 50662               _CIM_MoreGroupInfo_Antecedent =
 50663               {
 50664                   /* flags */
 50665                   META_FLAG_REFERENCE|META_FLAG_READ,
 50666                   /* name */
 50667                   "Antecedent",
 50668                   /* qualifiers */
 50669                   _CIM_MoreGroupInfo_Antecedent_qualifiers,
 50670                   /* subscript */
 50671                   -1,
 50672                   /* refId */
 50673                   &__root_cimv2_CIM_Group,
 50674               };
 50675               
 50676               static const char*
 50677 mike  1.1.2.1 _CIM_MoreGroupInfo_Dependent_qualifiers[] =
 50678               {
 50679                   /* Override */
 50680                   "\044Dependent",
 50681                   /* Max */
 50682                   "\027\000\000\000\001",
 50683                   0,
 50684               };
 50685               
 50686               static MetaReference
 50687               _CIM_MoreGroupInfo_Dependent =
 50688               {
 50689                   /* flags */
 50690                   META_FLAG_REFERENCE|META_FLAG_READ,
 50691                   /* name */
 50692                   "Dependent",
 50693                   /* qualifiers */
 50694                   _CIM_MoreGroupInfo_Dependent_qualifiers,
 50695                   /* subscript */
 50696                   -1,
 50697                   /* refId */
 50698 mike  1.1.2.1     &__root_cimv2_CIM_OtherGroupInformation,
 50699               };
 50700               
 50701               static MetaFeature*
 50702               _CIM_MoreGroupInfo_features[] =
 50703               {
 50704                   (MetaFeature*)&_CIM_MoreGroupInfo_Antecedent,
 50705                   (MetaFeature*)&_CIM_MoreGroupInfo_Dependent,
 50706                   0,
 50707               };
 50708               
 50709               static const char*
 50710               __root_cimv2_CIM_MoreGroupInfo_qualifiers[] =
 50711               {
 50712                   /* ASSOCIATION */
 50713                   "\000\001",
 50714                   /* UMLPackagePath */
 50715                   "\057CIM::User::Group",
 50716                   /* Version */
 50717                   "\0632.7.0",
 50718                   0,
 50719 mike  1.1.2.1 };
 50720               
 50721               MetaClass
 50722               __root_cimv2_CIM_MoreGroupInfo =
 50723               {
 50724                   /* flags */
 50725                   META_FLAG_ASSOCIATION,
 50726                   /* name */
 50727                   "CIM_MoreGroupInfo",
 50728                   /* qualifiers */
 50729                   __root_cimv2_CIM_MoreGroupInfo_qualifiers,
 50730                   /* super */
 50731                   &__root_cimv2_CIM_Dependency,
 50732                   /* features */
 50733                   _CIM_MoreGroupInfo_features,
 50734               };
 50735               
 50736               //==============================================================================
 50737               //
 50738               // Class: CIM_MoreOrgUnitInfo
 50739               //
 50740 mike  1.1.2.1 //==============================================================================
 50741               
 50742               static const char*
 50743               _CIM_MoreOrgUnitInfo_Antecedent_qualifiers[] =
 50744               {
 50745                   /* Override */
 50746                   "\044Antecedent",
 50747                   /* Min */
 50748                   "\033\000\000\000\001",
 50749                   /* Max */
 50750                   "\027\000\000\000\001",
 50751                   0,
 50752               };
 50753               
 50754               static MetaReference
 50755               _CIM_MoreOrgUnitInfo_Antecedent =
 50756               {
 50757                   /* flags */
 50758                   META_FLAG_REFERENCE|META_FLAG_READ,
 50759                   /* name */
 50760                   "Antecedent",
 50761 mike  1.1.2.1     /* qualifiers */
 50762                   _CIM_MoreOrgUnitInfo_Antecedent_qualifiers,
 50763                   /* subscript */
 50764                   -1,
 50765                   /* refId */
 50766                   &__root_cimv2_CIM_OrgUnit,
 50767               };
 50768               
 50769               static const char*
 50770               _CIM_MoreOrgUnitInfo_Dependent_qualifiers[] =
 50771               {
 50772                   /* Override */
 50773                   "\044Dependent",
 50774                   /* Max */
 50775                   "\027\000\000\000\001",
 50776                   0,
 50777               };
 50778               
 50779               static MetaReference
 50780               _CIM_MoreOrgUnitInfo_Dependent =
 50781               {
 50782 mike  1.1.2.1     /* flags */
 50783                   META_FLAG_REFERENCE|META_FLAG_READ,
 50784                   /* name */
 50785                   "Dependent",
 50786                   /* qualifiers */
 50787                   _CIM_MoreOrgUnitInfo_Dependent_qualifiers,
 50788                   /* subscript */
 50789                   -1,
 50790                   /* refId */
 50791                   &__root_cimv2_CIM_OtherOrgUnitInformation,
 50792               };
 50793               
 50794               static MetaFeature*
 50795               _CIM_MoreOrgUnitInfo_features[] =
 50796               {
 50797                   (MetaFeature*)&_CIM_MoreOrgUnitInfo_Antecedent,
 50798                   (MetaFeature*)&_CIM_MoreOrgUnitInfo_Dependent,
 50799                   0,
 50800               };
 50801               
 50802               static const char*
 50803 mike  1.1.2.1 __root_cimv2_CIM_MoreOrgUnitInfo_qualifiers[] =
 50804               {
 50805                   /* ASSOCIATION */
 50806                   "\000\001",
 50807                   /* UMLPackagePath */
 50808                   "\057CIM::User::Org",
 50809                   /* Version */
 50810                   "\0632.7.0",
 50811                   0,
 50812               };
 50813               
 50814               MetaClass
 50815               __root_cimv2_CIM_MoreOrgUnitInfo =
 50816               {
 50817                   /* flags */
 50818                   META_FLAG_ASSOCIATION,
 50819                   /* name */
 50820                   "CIM_MoreOrgUnitInfo",
 50821                   /* qualifiers */
 50822                   __root_cimv2_CIM_MoreOrgUnitInfo_qualifiers,
 50823                   /* super */
 50824 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 50825                   /* features */
 50826                   _CIM_MoreOrgUnitInfo_features,
 50827               };
 50828               
 50829               //==============================================================================
 50830               //
 50831               // Class: CIM_MoreRoleInfo
 50832               //
 50833               //==============================================================================
 50834               
 50835               static const char*
 50836               _CIM_MoreRoleInfo_Antecedent_qualifiers[] =
 50837               {
 50838                   /* Override */
 50839                   "\044Antecedent",
 50840                   /* Min */
 50841                   "\033\000\000\000\001",
 50842                   /* Max */
 50843                   "\027\000\000\000\001",
 50844                   0,
 50845 mike  1.1.2.1 };
 50846               
 50847               static MetaReference
 50848               _CIM_MoreRoleInfo_Antecedent =
 50849               {
 50850                   /* flags */
 50851                   META_FLAG_REFERENCE|META_FLAG_READ,
 50852                   /* name */
 50853                   "Antecedent",
 50854                   /* qualifiers */
 50855                   _CIM_MoreRoleInfo_Antecedent_qualifiers,
 50856                   /* subscript */
 50857                   -1,
 50858                   /* refId */
 50859                   &__root_cimv2_CIM_Role,
 50860               };
 50861               
 50862               static const char*
 50863               _CIM_MoreRoleInfo_Dependent_qualifiers[] =
 50864               {
 50865                   /* Override */
 50866 mike  1.1.2.1     "\044Dependent",
 50867                   /* Max */
 50868                   "\027\000\000\000\001",
 50869                   0,
 50870               };
 50871               
 50872               static MetaReference
 50873               _CIM_MoreRoleInfo_Dependent =
 50874               {
 50875                   /* flags */
 50876                   META_FLAG_REFERENCE|META_FLAG_READ,
 50877                   /* name */
 50878                   "Dependent",
 50879                   /* qualifiers */
 50880                   _CIM_MoreRoleInfo_Dependent_qualifiers,
 50881                   /* subscript */
 50882                   -1,
 50883                   /* refId */
 50884                   &__root_cimv2_CIM_OtherRoleInformation,
 50885               };
 50886               
 50887 mike  1.1.2.1 static MetaFeature*
 50888               _CIM_MoreRoleInfo_features[] =
 50889               {
 50890                   (MetaFeature*)&_CIM_MoreRoleInfo_Antecedent,
 50891                   (MetaFeature*)&_CIM_MoreRoleInfo_Dependent,
 50892                   0,
 50893               };
 50894               
 50895               static const char*
 50896               __root_cimv2_CIM_MoreRoleInfo_qualifiers[] =
 50897               {
 50898                   /* ASSOCIATION */
 50899                   "\000\001",
 50900                   /* UMLPackagePath */
 50901                   "\057CIM::User::Role",
 50902                   /* Version */
 50903                   "\0632.7.0",
 50904                   0,
 50905               };
 50906               
 50907               MetaClass
 50908 mike  1.1.2.1 __root_cimv2_CIM_MoreRoleInfo =
 50909               {
 50910                   /* flags */
 50911                   META_FLAG_ASSOCIATION,
 50912                   /* name */
 50913                   "CIM_MoreRoleInfo",
 50914                   /* qualifiers */
 50915                   __root_cimv2_CIM_MoreRoleInfo_qualifiers,
 50916                   /* super */
 50917                   &__root_cimv2_CIM_Dependency,
 50918                   /* features */
 50919                   _CIM_MoreRoleInfo_features,
 50920               };
 50921               
 50922               //==============================================================================
 50923               //
 50924               // Class: CIM_NamedAddressCollection
 50925               //
 50926               //==============================================================================
 50927               
 50928               static const char*
 50929 mike  1.1.2.1 _CIM_NamedAddressCollection_CollectionAlias_qualifiers[] =
 50930               {
 50931                   /* Required */
 50932                   "\050\001",
 50933                   /* Write */
 50934                   "\065\001",
 50935                   0,
 50936               };
 50937               
 50938               static MetaProperty
 50939               _CIM_NamedAddressCollection_CollectionAlias =
 50940               {
 50941                   /* flags */
 50942                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 50943                   /* name */
 50944                   "CollectionAlias",
 50945                   /* qualifiers */
 50946                   _CIM_NamedAddressCollection_CollectionAlias_qualifiers,
 50947                   /* type */
 50948                   CIMTYPE_STRING,
 50949                   /* subscript */
 50950 mike  1.1.2.1     -1,
 50951                   /* value */
 50952                   0,
 50953               };
 50954               
 50955               static MetaFeature*
 50956               _CIM_NamedAddressCollection_features[] =
 50957               {
 50958                   (MetaFeature*)&_CIM_NamedAddressCollection_CollectionAlias,
 50959                   0,
 50960               };
 50961               
 50962               static const char*
 50963               __root_cimv2_CIM_NamedAddressCollection_qualifiers[] =
 50964               {
 50965                   /* UMLPackagePath */
 50966                   "\057CIM::Network::Collections",
 50967                   /* Version */
 50968                   "\0632.7.0",
 50969                   0,
 50970               };
 50971 mike  1.1.2.1 
 50972               MetaClass
 50973               __root_cimv2_CIM_NamedAddressCollection =
 50974               {
 50975                   /* flags */
 50976                   META_FLAG_CLASS,
 50977                   /* name */
 50978                   "CIM_NamedAddressCollection",
 50979                   /* qualifiers */
 50980                   __root_cimv2_CIM_NamedAddressCollection_qualifiers,
 50981                   /* super */
 50982                   &__root_cimv2_CIM_SystemSpecificCollection,
 50983                   /* features */
 50984                   _CIM_NamedAddressCollection_features,
 50985               };
 50986               
 50987               //==============================================================================
 50988               //
 50989               // Class: CIM_NetworkingIDAuthentication
 50990               //
 50991               //==============================================================================
 50992 mike  1.1.2.1 
 50993               static const char*
 50994               _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName_qualifiers[] =
 50995               {
 50996                   0,
 50997               };
 50998               
 50999               static MetaProperty
 51000               _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName =
 51001               {
 51002                   /* flags */
 51003                   META_FLAG_PROPERTY|META_FLAG_READ,
 51004                   /* name */
 51005                   "NetworkingIdentityClassName",
 51006                   /* qualifiers */
 51007                   _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName_qualifiers,
 51008                   /* type */
 51009                   CIMTYPE_STRING,
 51010                   /* subscript */
 51011                   -1,
 51012                   /* value */
 51013 mike  1.1.2.1     0,
 51014               };
 51015               
 51016               static MetaFeature*
 51017               _CIM_NetworkingIDAuthentication_features[] =
 51018               {
 51019                   (MetaFeature*)&_CIM_NetworkingIDAuthentication_NetworkingIdentityClassName,
 51020                   0,
 51021               };
 51022               
 51023               static const char*
 51024               __root_cimv2_CIM_NetworkingIDAuthentication_qualifiers[] =
 51025               {
 51026                   /* UMLPackagePath */
 51027                   "\057CIM::Policy",
 51028                   /* Version */
 51029                   "\0632.8.0",
 51030                   0,
 51031               };
 51032               
 51033               MetaClass
 51034 mike  1.1.2.1 __root_cimv2_CIM_NetworkingIDAuthentication =
 51035               {
 51036                   /* flags */
 51037                   META_FLAG_CLASS,
 51038                   /* name */
 51039                   "CIM_NetworkingIDAuthentication",
 51040                   /* qualifiers */
 51041                   __root_cimv2_CIM_NetworkingIDAuthentication_qualifiers,
 51042                   /* super */
 51043                   &__root_cimv2_CIM_AuthenticationCondition,
 51044                   /* features */
 51045                   _CIM_NetworkingIDAuthentication_features,
 51046               };
 51047               
 51048               //==============================================================================
 51049               //
 51050               // Class: CIM_NetworkPacketAction
 51051               //
 51052               //==============================================================================
 51053               
 51054               static const char*
 51055 mike  1.1.2.1 _CIM_NetworkPacketAction_PacketAction_qualifiers[] =
 51056               {
 51057                   /* ValueMap */
 51058                   "\061\000\0041\0002\0003\0004\000",
 51059                   /* Values */
 51060                   "\062\000\004Other\000Processed\000Bypassed\000Discarded\000",
 51061                   /* MappingStrings */
 51062                   "\026\000\002IPSP Policy Model.IETF|IPsecBypassAction\000IPSP Policy Model.IETF|IPsecDiscardAction\000",
 51063                   /* ModelCorrespondence */
 51064                   "\036\000\001CIM_NetworkPacketAction.OtherAction\000",
 51065                   0,
 51066               };
 51067               
 51068               static MetaProperty
 51069               _CIM_NetworkPacketAction_PacketAction =
 51070               {
 51071                   /* flags */
 51072                   META_FLAG_PROPERTY|META_FLAG_READ,
 51073                   /* name */
 51074                   "PacketAction",
 51075                   /* qualifiers */
 51076 mike  1.1.2.1     _CIM_NetworkPacketAction_PacketAction_qualifiers,
 51077                   /* type */
 51078                   CIMTYPE_UINT16,
 51079                   /* subscript */
 51080                   -1,
 51081                   /* value */
 51082                   0,
 51083               };
 51084               
 51085               static const char*
 51086               _CIM_NetworkPacketAction_OtherAction_qualifiers[] =
 51087               {
 51088                   /* ModelCorrespondence */
 51089                   "\036\000\001CIM_NetworkPacketAction.PacketAction\000",
 51090                   0,
 51091               };
 51092               
 51093               static MetaProperty
 51094               _CIM_NetworkPacketAction_OtherAction =
 51095               {
 51096                   /* flags */
 51097 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 51098                   /* name */
 51099                   "OtherAction",
 51100                   /* qualifiers */
 51101                   _CIM_NetworkPacketAction_OtherAction_qualifiers,
 51102                   /* type */
 51103                   CIMTYPE_STRING,
 51104                   /* subscript */
 51105                   -1,
 51106                   /* value */
 51107                   0,
 51108               };
 51109               
 51110               static MetaFeature*
 51111               _CIM_NetworkPacketAction_features[] =
 51112               {
 51113                   (MetaFeature*)&_CIM_NetworkPacketAction_PacketAction,
 51114                   (MetaFeature*)&_CIM_NetworkPacketAction_OtherAction,
 51115                   0,
 51116               };
 51117               
 51118 mike  1.1.2.1 static const char*
 51119               __root_cimv2_CIM_NetworkPacketAction_qualifiers[] =
 51120               {
 51121                   /* UMLPackagePath */
 51122                   "\057CIM::Policy",
 51123                   /* Version */
 51124                   "\0632.8.0",
 51125                   0,
 51126               };
 51127               
 51128               MetaClass
 51129               __root_cimv2_CIM_NetworkPacketAction =
 51130               {
 51131                   /* flags */
 51132                   META_FLAG_CLASS,
 51133                   /* name */
 51134                   "CIM_NetworkPacketAction",
 51135                   /* qualifiers */
 51136                   __root_cimv2_CIM_NetworkPacketAction_qualifiers,
 51137                   /* super */
 51138                   &__root_cimv2_CIM_PolicyAction,
 51139 mike  1.1.2.1     /* features */
 51140                   _CIM_NetworkPacketAction_features,
 51141               };
 51142               
 51143               //==============================================================================
 51144               //
 51145               // Class: CIM_NetworkPortStatistics
 51146               //
 51147               //==============================================================================
 51148               
 51149               static const char*
 51150               _CIM_NetworkPortStatistics_BytesTransmitted_qualifiers[] =
 51151               {
 51152                   /* Units */
 51153                   "\060Bytes",
 51154                   /* Counter */
 51155                   "\012\001",
 51156                   /* MappingStrings */
 51157                   "\026\000\002MIB.IETF|MIB-II.ifOutOctets\000MIF.DMTF|Network Adapter 802 Port|001.7\000",
 51158                   0,
 51159               };
 51160 mike  1.1.2.1 
 51161               static MetaProperty
 51162               _CIM_NetworkPortStatistics_BytesTransmitted =
 51163               {
 51164                   /* flags */
 51165                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51166                   /* name */
 51167                   "BytesTransmitted",
 51168                   /* qualifiers */
 51169                   _CIM_NetworkPortStatistics_BytesTransmitted_qualifiers,
 51170                   /* type */
 51171                   CIMTYPE_UINT64,
 51172                   /* subscript */
 51173                   -1,
 51174                   /* value */
 51175                   0,
 51176               };
 51177               
 51178               static const char*
 51179               _CIM_NetworkPortStatistics_BytesReceived_qualifiers[] =
 51180               {
 51181 mike  1.1.2.1     /* Units */
 51182                   "\060Bytes",
 51183                   /* Counter */
 51184                   "\012\001",
 51185                   /* MappingStrings */
 51186                   "\026\000\002MIB.IETF|MIB-II.ifInOctets\000MIF.DMTF|Network Adapter 802 Port|001.9\000",
 51187                   0,
 51188               };
 51189               
 51190               static MetaProperty
 51191               _CIM_NetworkPortStatistics_BytesReceived =
 51192               {
 51193                   /* flags */
 51194                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51195                   /* name */
 51196                   "BytesReceived",
 51197                   /* qualifiers */
 51198                   _CIM_NetworkPortStatistics_BytesReceived_qualifiers,
 51199                   /* type */
 51200                   CIMTYPE_UINT64,
 51201                   /* subscript */
 51202 mike  1.1.2.1     -1,
 51203                   /* value */
 51204                   0,
 51205               };
 51206               
 51207               static const char*
 51208               _CIM_NetworkPortStatistics_PacketsTransmitted_qualifiers[] =
 51209               {
 51210                   /* Counter */
 51211                   "\012\001",
 51212                   0,
 51213               };
 51214               
 51215               static MetaProperty
 51216               _CIM_NetworkPortStatistics_PacketsTransmitted =
 51217               {
 51218                   /* flags */
 51219                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51220                   /* name */
 51221                   "PacketsTransmitted",
 51222                   /* qualifiers */
 51223 mike  1.1.2.1     _CIM_NetworkPortStatistics_PacketsTransmitted_qualifiers,
 51224                   /* type */
 51225                   CIMTYPE_UINT64,
 51226                   /* subscript */
 51227                   -1,
 51228                   /* value */
 51229                   0,
 51230               };
 51231               
 51232               static const char*
 51233               _CIM_NetworkPortStatistics_PacketsReceived_qualifiers[] =
 51234               {
 51235                   /* Counter */
 51236                   "\012\001",
 51237                   0,
 51238               };
 51239               
 51240               static MetaProperty
 51241               _CIM_NetworkPortStatistics_PacketsReceived =
 51242               {
 51243                   /* flags */
 51244 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51245                   /* name */
 51246                   "PacketsReceived",
 51247                   /* qualifiers */
 51248                   _CIM_NetworkPortStatistics_PacketsReceived_qualifiers,
 51249                   /* type */
 51250                   CIMTYPE_UINT64,
 51251                   /* subscript */
 51252                   -1,
 51253                   /* value */
 51254                   0,
 51255               };
 51256               
 51257               static MetaFeature*
 51258               _CIM_NetworkPortStatistics_features[] =
 51259               {
 51260                   (MetaFeature*)&_CIM_NetworkPortStatistics_BytesTransmitted,
 51261                   (MetaFeature*)&_CIM_NetworkPortStatistics_BytesReceived,
 51262                   (MetaFeature*)&_CIM_NetworkPortStatistics_PacketsTransmitted,
 51263                   (MetaFeature*)&_CIM_NetworkPortStatistics_PacketsReceived,
 51264                   0,
 51265 mike  1.1.2.1 };
 51266               
 51267               static const char*
 51268               __root_cimv2_CIM_NetworkPortStatistics_qualifiers[] =
 51269               {
 51270                   /* UMLPackagePath */
 51271                   "\057CIM::Device::Ports",
 51272                   /* Version */
 51273                   "\0632.10.0",
 51274                   0,
 51275               };
 51276               
 51277               MetaClass
 51278               __root_cimv2_CIM_NetworkPortStatistics =
 51279               {
 51280                   /* flags */
 51281                   META_FLAG_CLASS,
 51282                   /* name */
 51283                   "CIM_NetworkPortStatistics",
 51284                   /* qualifiers */
 51285                   __root_cimv2_CIM_NetworkPortStatistics_qualifiers,
 51286 mike  1.1.2.1     /* super */
 51287                   &__root_cimv2_CIM_StatisticalData,
 51288                   /* features */
 51289                   _CIM_NetworkPortStatistics_features,
 51290               };
 51291               
 51292               //==============================================================================
 51293               //
 51294               // Class: CIM_NextHopIPRoute
 51295               //
 51296               //==============================================================================
 51297               
 51298               static const char*
 51299               _CIM_NextHopIPRoute_RouteDerivation_qualifiers[] =
 51300               {
 51301                   /* ValueMap */
 51302                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 51303                   /* Values */
 51304                   "\062\000\014Unknown\000Other\000Connected\000User-Defined\000IGRP\000EIGRP\000RIP\000Hello\000EGP\000BGP\000ISIS\000OSPF\000",
 51305                   /* ModelCorrespondence */
 51306                   "\036\000\001CIM_NextHopIPRoute.OtherDerivation\000",
 51307 mike  1.1.2.1     0,
 51308               };
 51309               
 51310               static MetaProperty
 51311               _CIM_NextHopIPRoute_RouteDerivation =
 51312               {
 51313                   /* flags */
 51314                   META_FLAG_PROPERTY|META_FLAG_READ,
 51315                   /* name */
 51316                   "RouteDerivation",
 51317                   /* qualifiers */
 51318                   _CIM_NextHopIPRoute_RouteDerivation_qualifiers,
 51319                   /* type */
 51320                   CIMTYPE_UINT16,
 51321                   /* subscript */
 51322                   -1,
 51323                   /* value */
 51324                   0,
 51325               };
 51326               
 51327               static const char*
 51328 mike  1.1.2.1 _CIM_NextHopIPRoute_OtherDerivation_qualifiers[] =
 51329               {
 51330                   /* ModelCorrespondence */
 51331                   "\036\000\001CIM_NextHopIPRoute.RouteDerivation\000",
 51332                   0,
 51333               };
 51334               
 51335               static MetaProperty
 51336               _CIM_NextHopIPRoute_OtherDerivation =
 51337               {
 51338                   /* flags */
 51339                   META_FLAG_PROPERTY|META_FLAG_READ,
 51340                   /* name */
 51341                   "OtherDerivation",
 51342                   /* qualifiers */
 51343                   _CIM_NextHopIPRoute_OtherDerivation_qualifiers,
 51344                   /* type */
 51345                   CIMTYPE_STRING,
 51346                   /* subscript */
 51347                   -1,
 51348                   /* value */
 51349 mike  1.1.2.1     0,
 51350               };
 51351               
 51352               static const char*
 51353               _CIM_NextHopIPRoute_DestinationMask_qualifiers[] =
 51354               {
 51355                   0,
 51356               };
 51357               
 51358               static MetaProperty
 51359               _CIM_NextHopIPRoute_DestinationMask =
 51360               {
 51361                   /* flags */
 51362                   META_FLAG_PROPERTY|META_FLAG_READ,
 51363                   /* name */
 51364                   "DestinationMask",
 51365                   /* qualifiers */
 51366                   _CIM_NextHopIPRoute_DestinationMask_qualifiers,
 51367                   /* type */
 51368                   CIMTYPE_STRING,
 51369                   /* subscript */
 51370 mike  1.1.2.1     -1,
 51371                   /* value */
 51372                   0,
 51373               };
 51374               
 51375               static const char*
 51376               _CIM_NextHopIPRoute_PrefixLength_qualifiers[] =
 51377               {
 51378                   0,
 51379               };
 51380               
 51381               static MetaProperty
 51382               _CIM_NextHopIPRoute_PrefixLength =
 51383               {
 51384                   /* flags */
 51385                   META_FLAG_PROPERTY|META_FLAG_READ,
 51386                   /* name */
 51387                   "PrefixLength",
 51388                   /* qualifiers */
 51389                   _CIM_NextHopIPRoute_PrefixLength_qualifiers,
 51390                   /* type */
 51391 mike  1.1.2.1     CIMTYPE_UINT8,
 51392                   /* subscript */
 51393                   -1,
 51394                   /* value */
 51395                   0,
 51396               };
 51397               
 51398               static const char*
 51399               _CIM_NextHopIPRoute_AddressType_qualifiers[] =
 51400               {
 51401                   /* ValueMap */
 51402                   "\061\000\0030\0001\0002\000",
 51403                   /* Values */
 51404                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 51405                   0,
 51406               };
 51407               
 51408               static MetaProperty
 51409               _CIM_NextHopIPRoute_AddressType =
 51410               {
 51411                   /* flags */
 51412 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 51413                   /* name */
 51414                   "AddressType",
 51415                   /* qualifiers */
 51416                   _CIM_NextHopIPRoute_AddressType_qualifiers,
 51417                   /* type */
 51418                   CIMTYPE_UINT16,
 51419                   /* subscript */
 51420                   -1,
 51421                   /* value */
 51422                   0,
 51423               };
 51424               
 51425               static MetaFeature*
 51426               _CIM_NextHopIPRoute_features[] =
 51427               {
 51428                   (MetaFeature*)&_CIM_NextHopIPRoute_RouteDerivation,
 51429                   (MetaFeature*)&_CIM_NextHopIPRoute_OtherDerivation,
 51430                   (MetaFeature*)&_CIM_NextHopIPRoute_DestinationMask,
 51431                   (MetaFeature*)&_CIM_NextHopIPRoute_PrefixLength,
 51432                   (MetaFeature*)&_CIM_NextHopIPRoute_AddressType,
 51433 mike  1.1.2.1     0,
 51434               };
 51435               
 51436               static const char*
 51437               __root_cimv2_CIM_NextHopIPRoute_qualifiers[] =
 51438               {
 51439                   /* UMLPackagePath */
 51440                   "\057CIM::Network::Routes",
 51441                   /* Version */
 51442                   "\0632.7.0",
 51443                   0,
 51444               };
 51445               
 51446               MetaClass
 51447               __root_cimv2_CIM_NextHopIPRoute =
 51448               {
 51449                   /* flags */
 51450                   META_FLAG_CLASS,
 51451                   /* name */
 51452                   "CIM_NextHopIPRoute",
 51453                   /* qualifiers */
 51454 mike  1.1.2.1     __root_cimv2_CIM_NextHopIPRoute_qualifiers,
 51455                   /* super */
 51456                   &__root_cimv2_CIM_NextHopRoute,
 51457                   /* features */
 51458                   _CIM_NextHopIPRoute_features,
 51459               };
 51460               
 51461               //==============================================================================
 51462               //
 51463               // Class: CIM_NextHopRouting
 51464               //
 51465               //==============================================================================
 51466               
 51467               static const char*
 51468               _CIM_NextHopRouting_DestinationAddress_qualifiers[] =
 51469               {
 51470                   /* Deprecated */
 51471                   "\013\000\001CIM_NextHopRoute.DestinationAddress\000",
 51472                   0,
 51473               };
 51474               
 51475 mike  1.1.2.1 static MetaProperty
 51476               _CIM_NextHopRouting_DestinationAddress =
 51477               {
 51478                   /* flags */
 51479                   META_FLAG_PROPERTY|META_FLAG_READ,
 51480                   /* name */
 51481                   "DestinationAddress",
 51482                   /* qualifiers */
 51483                   _CIM_NextHopRouting_DestinationAddress_qualifiers,
 51484                   /* type */
 51485                   CIMTYPE_STRING,
 51486                   /* subscript */
 51487                   -1,
 51488                   /* value */
 51489                   0,
 51490               };
 51491               
 51492               static const char*
 51493               _CIM_NextHopRouting_DestinationMask_qualifiers[] =
 51494               {
 51495                   /* Deprecated */
 51496 mike  1.1.2.1     "\013\000\001no value\000",
 51497                   0,
 51498               };
 51499               
 51500               static MetaProperty
 51501               _CIM_NextHopRouting_DestinationMask =
 51502               {
 51503                   /* flags */
 51504                   META_FLAG_PROPERTY|META_FLAG_READ,
 51505                   /* name */
 51506                   "DestinationMask",
 51507                   /* qualifiers */
 51508                   _CIM_NextHopRouting_DestinationMask_qualifiers,
 51509                   /* type */
 51510                   CIMTYPE_STRING,
 51511                   /* subscript */
 51512                   -1,
 51513                   /* value */
 51514                   0,
 51515               };
 51516               
 51517 mike  1.1.2.1 static const char*
 51518               _CIM_NextHopRouting_NextHop_qualifiers[] =
 51519               {
 51520                   /* Deprecated */
 51521                   "\013\000\002CIM_AssociatedNextHop.Antecedent\000CIM_RouteUsesEndpoint.Antecedent\000",
 51522                   0,
 51523               };
 51524               
 51525               static MetaProperty
 51526               _CIM_NextHopRouting_NextHop =
 51527               {
 51528                   /* flags */
 51529                   META_FLAG_PROPERTY|META_FLAG_READ,
 51530                   /* name */
 51531                   "NextHop",
 51532                   /* qualifiers */
 51533                   _CIM_NextHopRouting_NextHop_qualifiers,
 51534                   /* type */
 51535                   CIMTYPE_STRING,
 51536                   /* subscript */
 51537                   -1,
 51538 mike  1.1.2.1     /* value */
 51539                   0,
 51540               };
 51541               
 51542               static const char*
 51543               _CIM_NextHopRouting_IsStatic_qualifiers[] =
 51544               {
 51545                   /* Deprecated */
 51546                   "\013\000\001CIM_NextHopRoute.IsStatic\000",
 51547                   0,
 51548               };
 51549               
 51550               static MetaProperty
 51551               _CIM_NextHopRouting_IsStatic =
 51552               {
 51553                   /* flags */
 51554                   META_FLAG_PROPERTY|META_FLAG_READ,
 51555                   /* name */
 51556                   "IsStatic",
 51557                   /* qualifiers */
 51558                   _CIM_NextHopRouting_IsStatic_qualifiers,
 51559 mike  1.1.2.1     /* type */
 51560                   CIMTYPE_BOOLEAN,
 51561                   /* subscript */
 51562                   -1,
 51563                   /* value */
 51564                   0,
 51565               };
 51566               
 51567               static MetaFeature*
 51568               _CIM_NextHopRouting_features[] =
 51569               {
 51570                   (MetaFeature*)&_CIM_NextHopRouting_DestinationAddress,
 51571                   (MetaFeature*)&_CIM_NextHopRouting_DestinationMask,
 51572                   (MetaFeature*)&_CIM_NextHopRouting_NextHop,
 51573                   (MetaFeature*)&_CIM_NextHopRouting_IsStatic,
 51574                   0,
 51575               };
 51576               
 51577               static const char*
 51578               __root_cimv2_CIM_NextHopRouting_qualifiers[] =
 51579               {
 51580 mike  1.1.2.1     /* Deprecated */
 51581                   "\013\000\001CIM_NextHopRoute\000",
 51582                   /* UMLPackagePath */
 51583                   "\057CIM::Network::Routes",
 51584                   /* Abstract */
 51585                   "\002\001",
 51586                   /* Version */
 51587                   "\0632.7.0",
 51588                   0,
 51589               };
 51590               
 51591               MetaClass
 51592               __root_cimv2_CIM_NextHopRouting =
 51593               {
 51594                   /* flags */
 51595                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 51596                   /* name */
 51597                   "CIM_NextHopRouting",
 51598                   /* qualifiers */
 51599                   __root_cimv2_CIM_NextHopRouting_qualifiers,
 51600                   /* super */
 51601 mike  1.1.2.1     &__root_cimv2_CIM_LogicalElement,
 51602                   /* features */
 51603                   _CIM_NextHopRouting_features,
 51604               };
 51605               
 51606               //==============================================================================
 51607               //
 51608               // Class: CIM_Organization
 51609               //
 51610               //==============================================================================
 51611               
 51612               static const char*
 51613               _CIM_Organization_CreationClassName_qualifiers[] =
 51614               {
 51615                   /* Key */
 51616                   "\025\001",
 51617                   /* MaxLen */
 51618                   "\030\000\000\001\000",
 51619                   0,
 51620               };
 51621               
 51622 mike  1.1.2.1 static MetaProperty
 51623               _CIM_Organization_CreationClassName =
 51624               {
 51625                   /* flags */
 51626                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51627                   /* name */
 51628                   "CreationClassName",
 51629                   /* qualifiers */
 51630                   _CIM_Organization_CreationClassName_qualifiers,
 51631                   /* type */
 51632                   CIMTYPE_STRING,
 51633                   /* subscript */
 51634                   -1,
 51635                   /* value */
 51636                   0,
 51637               };
 51638               
 51639               static const char*
 51640               _CIM_Organization_Name_qualifiers[] =
 51641               {
 51642                   /* Key */
 51643 mike  1.1.2.1     "\025\001",
 51644                   /* MaxLen */
 51645                   "\030\000\000\004\000",
 51646                   0,
 51647               };
 51648               
 51649               static MetaProperty
 51650               _CIM_Organization_Name =
 51651               {
 51652                   /* flags */
 51653                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51654                   /* name */
 51655                   "Name",
 51656                   /* qualifiers */
 51657                   _CIM_Organization_Name_qualifiers,
 51658                   /* type */
 51659                   CIMTYPE_STRING,
 51660                   /* subscript */
 51661                   -1,
 51662                   /* value */
 51663                   0,
 51664 mike  1.1.2.1 };
 51665               
 51666               static const char*
 51667               _CIM_Organization_BusinessCategory_qualifiers[] =
 51668               {
 51669                   /* MaxLen */
 51670                   "\030\000\000\000\200",
 51671                   0,
 51672               };
 51673               
 51674               static MetaProperty
 51675               _CIM_Organization_BusinessCategory =
 51676               {
 51677                   /* flags */
 51678                   META_FLAG_PROPERTY|META_FLAG_READ,
 51679                   /* name */
 51680                   "BusinessCategory",
 51681                   /* qualifiers */
 51682                   _CIM_Organization_BusinessCategory_qualifiers,
 51683                   /* type */
 51684                   CIMTYPE_STRING,
 51685 mike  1.1.2.1     /* subscript */
 51686                   -1,
 51687                   /* value */
 51688                   0,
 51689               };
 51690               
 51691               static const char*
 51692               _CIM_Organization_FacsimileTelephoneNumber_qualifiers[] =
 51693               {
 51694                   0,
 51695               };
 51696               
 51697               static MetaProperty
 51698               _CIM_Organization_FacsimileTelephoneNumber =
 51699               {
 51700                   /* flags */
 51701                   META_FLAG_PROPERTY|META_FLAG_READ,
 51702                   /* name */
 51703                   "FacsimileTelephoneNumber",
 51704                   /* qualifiers */
 51705                   _CIM_Organization_FacsimileTelephoneNumber_qualifiers,
 51706 mike  1.1.2.1     /* type */
 51707                   CIMTYPE_STRING,
 51708                   /* subscript */
 51709                   -1,
 51710                   /* value */
 51711                   0,
 51712               };
 51713               
 51714               static const char*
 51715               _CIM_Organization_LocalityName_qualifiers[] =
 51716               {
 51717                   0,
 51718               };
 51719               
 51720               static MetaProperty
 51721               _CIM_Organization_LocalityName =
 51722               {
 51723                   /* flags */
 51724                   META_FLAG_PROPERTY|META_FLAG_READ,
 51725                   /* name */
 51726                   "LocalityName",
 51727 mike  1.1.2.1     /* qualifiers */
 51728                   _CIM_Organization_LocalityName_qualifiers,
 51729                   /* type */
 51730                   CIMTYPE_STRING,
 51731                   /* subscript */
 51732                   -1,
 51733                   /* value */
 51734                   0,
 51735               };
 51736               
 51737               static const char*
 51738               _CIM_Organization_Mail_qualifiers[] =
 51739               {
 51740                   0,
 51741               };
 51742               
 51743               static MetaProperty
 51744               _CIM_Organization_Mail =
 51745               {
 51746                   /* flags */
 51747                   META_FLAG_PROPERTY|META_FLAG_READ,
 51748 mike  1.1.2.1     /* name */
 51749                   "Mail",
 51750                   /* qualifiers */
 51751                   _CIM_Organization_Mail_qualifiers,
 51752                   /* type */
 51753                   CIMTYPE_STRING,
 51754                   /* subscript */
 51755                   -1,
 51756                   /* value */
 51757                   0,
 51758               };
 51759               
 51760               static const char*
 51761               _CIM_Organization_OrganizationName_qualifiers[] =
 51762               {
 51763                   /* Required */
 51764                   "\050\001",
 51765                   0,
 51766               };
 51767               
 51768               static MetaProperty
 51769 mike  1.1.2.1 _CIM_Organization_OrganizationName =
 51770               {
 51771                   /* flags */
 51772                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 51773                   /* name */
 51774                   "OrganizationName",
 51775                   /* qualifiers */
 51776                   _CIM_Organization_OrganizationName_qualifiers,
 51777                   /* type */
 51778                   CIMTYPE_STRING,
 51779                   /* subscript */
 51780                   -1,
 51781                   /* value */
 51782                   0,
 51783               };
 51784               
 51785               static const char*
 51786               _CIM_Organization_PostalAddress_qualifiers[] =
 51787               {
 51788                   0,
 51789               };
 51790 mike  1.1.2.1 
 51791               static MetaProperty
 51792               _CIM_Organization_PostalAddress =
 51793               {
 51794                   /* flags */
 51795                   META_FLAG_PROPERTY|META_FLAG_READ,
 51796                   /* name */
 51797                   "PostalAddress",
 51798                   /* qualifiers */
 51799                   _CIM_Organization_PostalAddress_qualifiers,
 51800                   /* type */
 51801                   CIMTYPE_STRING,
 51802                   /* subscript */
 51803                   0,
 51804                   /* value */
 51805                   0,
 51806               };
 51807               
 51808               static const char*
 51809               _CIM_Organization_PostalCode_qualifiers[] =
 51810               {
 51811 mike  1.1.2.1     /* MaxLen */
 51812                   "\030\000\000\000\050",
 51813                   0,
 51814               };
 51815               
 51816               static MetaProperty
 51817               _CIM_Organization_PostalCode =
 51818               {
 51819                   /* flags */
 51820                   META_FLAG_PROPERTY|META_FLAG_READ,
 51821                   /* name */
 51822                   "PostalCode",
 51823                   /* qualifiers */
 51824                   _CIM_Organization_PostalCode_qualifiers,
 51825                   /* type */
 51826                   CIMTYPE_STRING,
 51827                   /* subscript */
 51828                   -1,
 51829                   /* value */
 51830                   0,
 51831               };
 51832 mike  1.1.2.1 
 51833               static const char*
 51834               _CIM_Organization_StateOrProvince_qualifiers[] =
 51835               {
 51836                   0,
 51837               };
 51838               
 51839               static MetaProperty
 51840               _CIM_Organization_StateOrProvince =
 51841               {
 51842                   /* flags */
 51843                   META_FLAG_PROPERTY|META_FLAG_READ,
 51844                   /* name */
 51845                   "StateOrProvince",
 51846                   /* qualifiers */
 51847                   _CIM_Organization_StateOrProvince_qualifiers,
 51848                   /* type */
 51849                   CIMTYPE_STRING,
 51850                   /* subscript */
 51851                   -1,
 51852                   /* value */
 51853 mike  1.1.2.1     0,
 51854               };
 51855               
 51856               static const char*
 51857               _CIM_Organization_TelephoneNumber_qualifiers[] =
 51858               {
 51859                   /* MaxLen */
 51860                   "\030\000\000\000\040",
 51861                   0,
 51862               };
 51863               
 51864               static MetaProperty
 51865               _CIM_Organization_TelephoneNumber =
 51866               {
 51867                   /* flags */
 51868                   META_FLAG_PROPERTY|META_FLAG_READ,
 51869                   /* name */
 51870                   "TelephoneNumber",
 51871                   /* qualifiers */
 51872                   _CIM_Organization_TelephoneNumber_qualifiers,
 51873                   /* type */
 51874 mike  1.1.2.1     CIMTYPE_STRING,
 51875                   /* subscript */
 51876                   -1,
 51877                   /* value */
 51878                   0,
 51879               };
 51880               
 51881               static MetaFeature*
 51882               _CIM_Organization_features[] =
 51883               {
 51884                   (MetaFeature*)&_CIM_Organization_CreationClassName,
 51885                   (MetaFeature*)&_CIM_Organization_Name,
 51886                   (MetaFeature*)&_CIM_Organization_BusinessCategory,
 51887                   (MetaFeature*)&_CIM_Organization_FacsimileTelephoneNumber,
 51888                   (MetaFeature*)&_CIM_Organization_LocalityName,
 51889                   (MetaFeature*)&_CIM_Organization_Mail,
 51890                   (MetaFeature*)&_CIM_Organization_OrganizationName,
 51891                   (MetaFeature*)&_CIM_Organization_PostalAddress,
 51892                   (MetaFeature*)&_CIM_Organization_PostalCode,
 51893                   (MetaFeature*)&_CIM_Organization_StateOrProvince,
 51894                   (MetaFeature*)&_CIM_Organization_TelephoneNumber,
 51895 mike  1.1.2.1     0,
 51896               };
 51897               
 51898               static const char*
 51899               __root_cimv2_CIM_Organization_qualifiers[] =
 51900               {
 51901                   /* UMLPackagePath */
 51902                   "\057CIM::User::Org",
 51903                   /* Version */
 51904                   "\0632.6.0",
 51905                   0,
 51906               };
 51907               
 51908               MetaClass
 51909               __root_cimv2_CIM_Organization =
 51910               {
 51911                   /* flags */
 51912                   META_FLAG_CLASS,
 51913                   /* name */
 51914                   "CIM_Organization",
 51915                   /* qualifiers */
 51916 mike  1.1.2.1     __root_cimv2_CIM_Organization_qualifiers,
 51917                   /* super */
 51918                   &__root_cimv2_CIM_OrganizationalEntity,
 51919                   /* features */
 51920                   _CIM_Organization_features,
 51921               };
 51922               
 51923               //==============================================================================
 51924               //
 51925               // Class: CIM_OSPFAreaConfiguration
 51926               //
 51927               //==============================================================================
 51928               
 51929               static const char*
 51930               _CIM_OSPFAreaConfiguration_InstanceID_qualifiers[] =
 51931               {
 51932                   /* Key */
 51933                   "\025\001",
 51934                   0,
 51935               };
 51936               
 51937 mike  1.1.2.1 static MetaProperty
 51938               _CIM_OSPFAreaConfiguration_InstanceID =
 51939               {
 51940                   /* flags */
 51941                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51942                   /* name */
 51943                   "InstanceID",
 51944                   /* qualifiers */
 51945                   _CIM_OSPFAreaConfiguration_InstanceID_qualifiers,
 51946                   /* type */
 51947                   CIMTYPE_STRING,
 51948                   /* subscript */
 51949                   -1,
 51950                   /* value */
 51951                   0,
 51952               };
 51953               
 51954               static const char*
 51955               _CIM_OSPFAreaConfiguration_StubDefaultCost_qualifiers[] =
 51956               {
 51957                   /* MappingStrings */
 51958 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfStubMetric\000",
 51959                   0,
 51960               };
 51961               
 51962               static MetaProperty
 51963               _CIM_OSPFAreaConfiguration_StubDefaultCost =
 51964               {
 51965                   /* flags */
 51966                   META_FLAG_PROPERTY|META_FLAG_READ,
 51967                   /* name */
 51968                   "StubDefaultCost",
 51969                   /* qualifiers */
 51970                   _CIM_OSPFAreaConfiguration_StubDefaultCost_qualifiers,
 51971                   /* type */
 51972                   CIMTYPE_UINT32,
 51973                   /* subscript */
 51974                   -1,
 51975                   /* value */
 51976                   0,
 51977               };
 51978               
 51979 mike  1.1.2.1 static const char*
 51980               _CIM_OSPFAreaConfiguration_StubMetricType_qualifiers[] =
 51981               {
 51982                   /* ValueMap */
 51983                   "\061\000\0032\0003\0004\000",
 51984                   /* Values */
 51985                   "\062\000\003OSPF Metric\000Comparable Cost\000NonComparable\000",
 51986                   /* MappingStrings */
 51987                   "\026\000\001MIB.IETF|OSPF-MIB.ospfStubMetricType\000",
 51988                   0,
 51989               };
 51990               
 51991               static MetaProperty
 51992               _CIM_OSPFAreaConfiguration_StubMetricType =
 51993               {
 51994                   /* flags */
 51995                   META_FLAG_PROPERTY|META_FLAG_READ,
 51996                   /* name */
 51997                   "StubMetricType",
 51998                   /* qualifiers */
 51999                   _CIM_OSPFAreaConfiguration_StubMetricType_qualifiers,
 52000 mike  1.1.2.1     /* type */
 52001                   CIMTYPE_UINT16,
 52002                   /* subscript */
 52003                   -1,
 52004                   /* value */
 52005                   0,
 52006               };
 52007               
 52008               static MetaFeature*
 52009               _CIM_OSPFAreaConfiguration_features[] =
 52010               {
 52011                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_InstanceID,
 52012                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_StubDefaultCost,
 52013                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_StubMetricType,
 52014                   0,
 52015               };
 52016               
 52017               static const char*
 52018               __root_cimv2_CIM_OSPFAreaConfiguration_qualifiers[] =
 52019               {
 52020                   /* UMLPackagePath */
 52021 mike  1.1.2.1     "\057CIM::Network::OSPF",
 52022                   /* Version */
 52023                   "\0632.7.0",
 52024                   0,
 52025               };
 52026               
 52027               MetaClass
 52028               __root_cimv2_CIM_OSPFAreaConfiguration =
 52029               {
 52030                   /* flags */
 52031                   META_FLAG_CLASS,
 52032                   /* name */
 52033                   "CIM_OSPFAreaConfiguration",
 52034                   /* qualifiers */
 52035                   __root_cimv2_CIM_OSPFAreaConfiguration_qualifiers,
 52036                   /* super */
 52037                   &__root_cimv2_CIM_LogicalElement,
 52038                   /* features */
 52039                   _CIM_OSPFAreaConfiguration_features,
 52040               };
 52041               
 52042 mike  1.1.2.1 //==============================================================================
 52043               //
 52044               // Class: CIM_OSPFLink
 52045               //
 52046               //==============================================================================
 52047               
 52048               static const char*
 52049               _CIM_OSPFLink_LinkType_qualifiers[] =
 52050               {
 52051                   /* Required */
 52052                   "\050\001",
 52053                   /* ValueMap */
 52054                   "\061\000\0042\0003\0004\0005\000",
 52055                   /* Values */
 52056                   "\062\000\004Point-To-Point\000Point-To-Multipoint\000Broadcast\000NBMA\000",
 52057                   0,
 52058               };
 52059               
 52060               static MetaProperty
 52061               _CIM_OSPFLink_LinkType =
 52062               {
 52063 mike  1.1.2.1     /* flags */
 52064                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 52065                   /* name */
 52066                   "LinkType",
 52067                   /* qualifiers */
 52068                   _CIM_OSPFLink_LinkType_qualifiers,
 52069                   /* type */
 52070                   CIMTYPE_UINT16,
 52071                   /* subscript */
 52072                   -1,
 52073                   /* value */
 52074                   0,
 52075               };
 52076               
 52077               static const char*
 52078               _CIM_OSPFLink_HelloInterval_qualifiers[] =
 52079               {
 52080                   /* Units */
 52081                   "\060Seconds",
 52082                   /* MappingStrings */
 52083                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfHelloInterval\000",
 52084 mike  1.1.2.1     0,
 52085               };
 52086               
 52087               static MetaProperty
 52088               _CIM_OSPFLink_HelloInterval =
 52089               {
 52090                   /* flags */
 52091                   META_FLAG_PROPERTY|META_FLAG_READ,
 52092                   /* name */
 52093                   "HelloInterval",
 52094                   /* qualifiers */
 52095                   _CIM_OSPFLink_HelloInterval_qualifiers,
 52096                   /* type */
 52097                   CIMTYPE_UINT32,
 52098                   /* subscript */
 52099                   -1,
 52100                   /* value */
 52101                   0,
 52102               };
 52103               
 52104               static const char*
 52105 mike  1.1.2.1 _CIM_OSPFLink_RouterDeadInterval_qualifiers[] =
 52106               {
 52107                   /* Units */
 52108                   "\060Seconds",
 52109                   /* MappingStrings */
 52110                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRtrDeadInterval\000",
 52111                   0,
 52112               };
 52113               
 52114               static MetaProperty
 52115               _CIM_OSPFLink_RouterDeadInterval =
 52116               {
 52117                   /* flags */
 52118                   META_FLAG_PROPERTY|META_FLAG_READ,
 52119                   /* name */
 52120                   "RouterDeadInterval",
 52121                   /* qualifiers */
 52122                   _CIM_OSPFLink_RouterDeadInterval_qualifiers,
 52123                   /* type */
 52124                   CIMTYPE_UINT32,
 52125                   /* subscript */
 52126 mike  1.1.2.1     -1,
 52127                   /* value */
 52128                   0,
 52129               };
 52130               
 52131               static const char*
 52132               _CIM_OSPFLink_MulticastForwarding_qualifiers[] =
 52133               {
 52134                   /* Required */
 52135                   "\050\001",
 52136                   /* ValueMap */
 52137                   "\061\000\0032\0003\0004\000",
 52138                   /* Values */
 52139                   "\062\000\003Disabled\000Data-link Multicast\000Data-link Unicast\000",
 52140                   /* MappingStrings */
 52141                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfMulticastForwarding\000",
 52142                   0,
 52143               };
 52144               
 52145               static MetaProperty
 52146               _CIM_OSPFLink_MulticastForwarding =
 52147 mike  1.1.2.1 {
 52148                   /* flags */
 52149                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 52150                   /* name */
 52151                   "MulticastForwarding",
 52152                   /* qualifiers */
 52153                   _CIM_OSPFLink_MulticastForwarding_qualifiers,
 52154                   /* type */
 52155                   CIMTYPE_UINT16,
 52156                   /* subscript */
 52157                   -1,
 52158                   /* value */
 52159                   0,
 52160               };
 52161               
 52162               static MetaFeature*
 52163               _CIM_OSPFLink_features[] =
 52164               {
 52165                   (MetaFeature*)&_CIM_OSPFLink_LinkType,
 52166                   (MetaFeature*)&_CIM_OSPFLink_HelloInterval,
 52167                   (MetaFeature*)&_CIM_OSPFLink_RouterDeadInterval,
 52168 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFLink_MulticastForwarding,
 52169                   0,
 52170               };
 52171               
 52172               static const char*
 52173               __root_cimv2_CIM_OSPFLink_qualifiers[] =
 52174               {
 52175                   /* UMLPackagePath */
 52176                   "\057CIM::Network::OSPF",
 52177                   /* Version */
 52178                   "\0632.7.0",
 52179                   0,
 52180               };
 52181               
 52182               MetaClass
 52183               __root_cimv2_CIM_OSPFLink =
 52184               {
 52185                   /* flags */
 52186                   META_FLAG_CLASS,
 52187                   /* name */
 52188                   "CIM_OSPFLink",
 52189 mike  1.1.2.1     /* qualifiers */
 52190                   __root_cimv2_CIM_OSPFLink_qualifiers,
 52191                   /* super */
 52192                   &__root_cimv2_CIM_ConnectivityCollection,
 52193                   /* features */
 52194                   _CIM_OSPFLink_features,
 52195               };
 52196               
 52197               //==============================================================================
 52198               //
 52199               // Class: CIM_PackageLocation
 52200               //
 52201               //==============================================================================
 52202               
 52203               static const char*
 52204               _CIM_PackageLocation_LocationCoordinates_qualifiers[] =
 52205               {
 52206                   0,
 52207               };
 52208               
 52209               static MetaProperty
 52210 mike  1.1.2.1 _CIM_PackageLocation_LocationCoordinates =
 52211               {
 52212                   /* flags */
 52213                   META_FLAG_PROPERTY|META_FLAG_READ,
 52214                   /* name */
 52215                   "LocationCoordinates",
 52216                   /* qualifiers */
 52217                   _CIM_PackageLocation_LocationCoordinates_qualifiers,
 52218                   /* type */
 52219                   CIMTYPE_STRING,
 52220                   /* subscript */
 52221                   -1,
 52222                   /* value */
 52223                   0,
 52224               };
 52225               
 52226               static MetaFeature*
 52227               _CIM_PackageLocation_features[] =
 52228               {
 52229                   (MetaFeature*)&_CIM_PackageLocation_LocationCoordinates,
 52230                   0,
 52231 mike  1.1.2.1 };
 52232               
 52233               static const char*
 52234               __root_cimv2_CIM_PackageLocation_qualifiers[] =
 52235               {
 52236                   /* UMLPackagePath */
 52237                   "\057CIM::Physical::Package",
 52238                   /* Version */
 52239                   "\0632.8.0",
 52240                   0,
 52241               };
 52242               
 52243               MetaClass
 52244               __root_cimv2_CIM_PackageLocation =
 52245               {
 52246                   /* flags */
 52247                   META_FLAG_CLASS,
 52248                   /* name */
 52249                   "CIM_PackageLocation",
 52250                   /* qualifiers */
 52251                   __root_cimv2_CIM_PackageLocation_qualifiers,
 52252 mike  1.1.2.1     /* super */
 52253                   &__root_cimv2_CIM_PhysicalPackage,
 52254                   /* features */
 52255                   _CIM_PackageLocation_features,
 52256               };
 52257               
 52258               //==============================================================================
 52259               //
 52260               // Class: CIM_PacketFilterCondition
 52261               //
 52262               //==============================================================================
 52263               
 52264               static MetaFeature*
 52265               _CIM_PacketFilterCondition_features[] =
 52266               {
 52267                   0,
 52268               };
 52269               
 52270               static const char*
 52271               __root_cimv2_CIM_PacketFilterCondition_qualifiers[] =
 52272               {
 52273 mike  1.1.2.1     /* UMLPackagePath */
 52274                   "\057CIM::Policy",
 52275                   /* Version */
 52276                   "\0632.8.0",
 52277                   /* MappingStrings */
 52278                   "\026\000\001IPSP Policy Model.IETF|SACondition\000",
 52279                   0,
 52280               };
 52281               
 52282               MetaClass
 52283               __root_cimv2_CIM_PacketFilterCondition =
 52284               {
 52285                   /* flags */
 52286                   META_FLAG_CLASS,
 52287                   /* name */
 52288                   "CIM_PacketFilterCondition",
 52289                   /* qualifiers */
 52290                   __root_cimv2_CIM_PacketFilterCondition_qualifiers,
 52291                   /* super */
 52292                   &__root_cimv2_CIM_PolicyCondition,
 52293                   /* features */
 52294 mike  1.1.2.1     _CIM_PacketFilterCondition_features,
 52295               };
 52296               
 52297               //==============================================================================
 52298               //
 52299               // Class: CIM_ParticipatesInSet
 52300               //
 52301               //==============================================================================
 52302               
 52303               static const char*
 52304               _CIM_ParticipatesInSet_Set_qualifiers[] =
 52305               {
 52306                   /* Key */
 52307                   "\025\001",
 52308                   /* Aggregate */
 52309                   "\003\001",
 52310                   0,
 52311               };
 52312               
 52313               static MetaReference
 52314               _CIM_ParticipatesInSet_Set =
 52315 mike  1.1.2.1 {
 52316                   /* flags */
 52317                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 52318                   /* name */
 52319                   "Set",
 52320                   /* qualifiers */
 52321                   _CIM_ParticipatesInSet_Set_qualifiers,
 52322                   /* subscript */
 52323                   -1,
 52324                   /* refId */
 52325                   &__root_cimv2_CIM_ReplacementSet,
 52326               };
 52327               
 52328               static const char*
 52329               _CIM_ParticipatesInSet_Element_qualifiers[] =
 52330               {
 52331                   /* Key */
 52332                   "\025\001",
 52333                   0,
 52334               };
 52335               
 52336 mike  1.1.2.1 static MetaReference
 52337               _CIM_ParticipatesInSet_Element =
 52338               {
 52339                   /* flags */
 52340                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 52341                   /* name */
 52342                   "Element",
 52343                   /* qualifiers */
 52344                   _CIM_ParticipatesInSet_Element_qualifiers,
 52345                   /* subscript */
 52346                   -1,
 52347                   /* refId */
 52348                   &__root_cimv2_CIM_PhysicalElement,
 52349               };
 52350               
 52351               static MetaFeature*
 52352               _CIM_ParticipatesInSet_features[] =
 52353               {
 52354                   (MetaFeature*)&_CIM_ParticipatesInSet_Set,
 52355                   (MetaFeature*)&_CIM_ParticipatesInSet_Element,
 52356                   0,
 52357 mike  1.1.2.1 };
 52358               
 52359               static const char*
 52360               __root_cimv2_CIM_ParticipatesInSet_qualifiers[] =
 52361               {
 52362                   /* ASSOCIATION */
 52363                   "\000\001",
 52364                   /* UMLPackagePath */
 52365                   "\057CIM::Physical::Misc",
 52366                   /* Aggregation */
 52367                   "\004\001",
 52368                   /* Version */
 52369                   "\0632.6.0",
 52370                   0,
 52371               };
 52372               
 52373               MetaClass
 52374               __root_cimv2_CIM_ParticipatesInSet =
 52375               {
 52376                   /* flags */
 52377                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 52378 mike  1.1.2.1     /* name */
 52379                   "CIM_ParticipatesInSet",
 52380                   /* qualifiers */
 52381                   __root_cimv2_CIM_ParticipatesInSet_qualifiers,
 52382                   /* super */
 52383                   0,
 52384                   /* features */
 52385                   _CIM_ParticipatesInSet_features,
 52386               };
 52387               
 52388               //==============================================================================
 52389               //
 52390               // Class: CIM_PhysicalComponent
 52391               //
 52392               //==============================================================================
 52393               
 52394               static const char*
 52395               _CIM_PhysicalComponent_RemovalConditions_qualifiers[] =
 52396               {
 52397                   /* ValueMap */
 52398                   "\061\000\0040\0002\0003\0004\000",
 52399 mike  1.1.2.1     /* Values */
 52400                   "\062\000\004Unknown\000Not Applicable\000Removable when off\000Removable when on or off\000",
 52401                   0,
 52402               };
 52403               
 52404               static MetaProperty
 52405               _CIM_PhysicalComponent_RemovalConditions =
 52406               {
 52407                   /* flags */
 52408                   META_FLAG_PROPERTY|META_FLAG_READ,
 52409                   /* name */
 52410                   "RemovalConditions",
 52411                   /* qualifiers */
 52412                   _CIM_PhysicalComponent_RemovalConditions_qualifiers,
 52413                   /* type */
 52414                   CIMTYPE_UINT16,
 52415                   /* subscript */
 52416                   -1,
 52417                   /* value */
 52418                   "\000\002",
 52419               };
 52420 mike  1.1.2.1 
 52421               static const char*
 52422               _CIM_PhysicalComponent_Removable_qualifiers[] =
 52423               {
 52424                   /* Deprecated */
 52425                   "\013\000\001CIM_PhysicalComponent.RemovalConditions\000",
 52426                   0,
 52427               };
 52428               
 52429               static MetaProperty
 52430               _CIM_PhysicalComponent_Removable =
 52431               {
 52432                   /* flags */
 52433                   META_FLAG_PROPERTY|META_FLAG_READ,
 52434                   /* name */
 52435                   "Removable",
 52436                   /* qualifiers */
 52437                   _CIM_PhysicalComponent_Removable_qualifiers,
 52438                   /* type */
 52439                   CIMTYPE_BOOLEAN,
 52440                   /* subscript */
 52441 mike  1.1.2.1     -1,
 52442                   /* value */
 52443                   0,
 52444               };
 52445               
 52446               static const char*
 52447               _CIM_PhysicalComponent_Replaceable_qualifiers[] =
 52448               {
 52449                   /* Deprecated */
 52450                   "\013\000\001No Value\000",
 52451                   0,
 52452               };
 52453               
 52454               static MetaProperty
 52455               _CIM_PhysicalComponent_Replaceable =
 52456               {
 52457                   /* flags */
 52458                   META_FLAG_PROPERTY|META_FLAG_READ,
 52459                   /* name */
 52460                   "Replaceable",
 52461                   /* qualifiers */
 52462 mike  1.1.2.1     _CIM_PhysicalComponent_Replaceable_qualifiers,
 52463                   /* type */
 52464                   CIMTYPE_BOOLEAN,
 52465                   /* subscript */
 52466                   -1,
 52467                   /* value */
 52468                   0,
 52469               };
 52470               
 52471               static const char*
 52472               _CIM_PhysicalComponent_HotSwappable_qualifiers[] =
 52473               {
 52474                   /* Deprecated */
 52475                   "\013\000\001CIM_PhysicalComponent.RemovalConditions\000",
 52476                   0,
 52477               };
 52478               
 52479               static MetaProperty
 52480               _CIM_PhysicalComponent_HotSwappable =
 52481               {
 52482                   /* flags */
 52483 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 52484                   /* name */
 52485                   "HotSwappable",
 52486                   /* qualifiers */
 52487                   _CIM_PhysicalComponent_HotSwappable_qualifiers,
 52488                   /* type */
 52489                   CIMTYPE_BOOLEAN,
 52490                   /* subscript */
 52491                   -1,
 52492                   /* value */
 52493                   0,
 52494               };
 52495               
 52496               static MetaFeature*
 52497               _CIM_PhysicalComponent_features[] =
 52498               {
 52499                   (MetaFeature*)&_CIM_PhysicalComponent_RemovalConditions,
 52500                   (MetaFeature*)&_CIM_PhysicalComponent_Removable,
 52501                   (MetaFeature*)&_CIM_PhysicalComponent_Replaceable,
 52502                   (MetaFeature*)&_CIM_PhysicalComponent_HotSwappable,
 52503                   0,
 52504 mike  1.1.2.1 };
 52505               
 52506               static const char*
 52507               __root_cimv2_CIM_PhysicalComponent_qualifiers[] =
 52508               {
 52509                   /* UMLPackagePath */
 52510                   "\057CIM::Physical::Component",
 52511                   /* Version */
 52512                   "\0632.8.0",
 52513                   0,
 52514               };
 52515               
 52516               MetaClass
 52517               __root_cimv2_CIM_PhysicalComponent =
 52518               {
 52519                   /* flags */
 52520                   META_FLAG_CLASS,
 52521                   /* name */
 52522                   "CIM_PhysicalComponent",
 52523                   /* qualifiers */
 52524                   __root_cimv2_CIM_PhysicalComponent_qualifiers,
 52525 mike  1.1.2.1     /* super */
 52526                   &__root_cimv2_CIM_PhysicalElement,
 52527                   /* features */
 52528                   _CIM_PhysicalComponent_features,
 52529               };
 52530               
 52531               //==============================================================================
 52532               //
 52533               // Class: CIM_PhysicalConnector
 52534               //
 52535               //==============================================================================
 52536               
 52537               static const char*
 52538               _CIM_PhysicalConnector_ConnectorPinout_qualifiers[] =
 52539               {
 52540                   /* ModelCorrespondence */
 52541                   "\036\000\001CIM_PhysicalConnector.NumPhysicalPins\000",
 52542                   0,
 52543               };
 52544               
 52545               static MetaProperty
 52546 mike  1.1.2.1 _CIM_PhysicalConnector_ConnectorPinout =
 52547               {
 52548                   /* flags */
 52549                   META_FLAG_PROPERTY|META_FLAG_READ,
 52550                   /* name */
 52551                   "ConnectorPinout",
 52552                   /* qualifiers */
 52553                   _CIM_PhysicalConnector_ConnectorPinout_qualifiers,
 52554                   /* type */
 52555                   CIMTYPE_STRING,
 52556                   /* subscript */
 52557                   -1,
 52558                   /* value */
 52559                   0,
 52560               };
 52561               
 52562               static const char*
 52563               _CIM_PhysicalConnector_ConnectorType_qualifiers[] =
 52564               {
 52565                   /* Deprecated */
 52566                   "\013\000\004CIM_PhysicalConnector.ConnectorGender\000CIM_PhysicalConnector.ConnectorElectricalCharacteristics\000CIM_PhysicalConnector.NumPhysicalPins\000CIM_PhysicalConnector.ConnectorLayout\000",
 52567 mike  1.1.2.1     /* ValueMap */
 52568                   "\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",
 52569                   /* Values */
 52570                   "\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",
 52571                   /* MappingStrings */
 52572                   "\026\000\001MIF.DMTF|Bus Port|004.10\000",
 52573                   /* ArrayType */
 52574                   "\005Indexed",
 52575                   /* ModelCorrespondence */
 52576                   "\036\000\001CIM_PhysicalConnector.OtherTypeDescription\000",
 52577                   0,
 52578               };
 52579               
 52580               static MetaProperty
 52581               _CIM_PhysicalConnector_ConnectorType =
 52582               {
 52583                   /* flags */
 52584                   META_FLAG_PROPERTY|META_FLAG_READ,
 52585                   /* name */
 52586                   "ConnectorType",
 52587                   /* qualifiers */
 52588 mike  1.1.2.1     _CIM_PhysicalConnector_ConnectorType_qualifiers,
 52589                   /* type */
 52590                   CIMTYPE_UINT16,
 52591                   /* subscript */
 52592                   0,
 52593                   /* value */
 52594                   0,
 52595               };
 52596               
 52597               static const char*
 52598               _CIM_PhysicalConnector_OtherTypeDescription_qualifiers[] =
 52599               {
 52600                   /* Deprecated */
 52601                   "\013\000\001CIM_PhysicalConnector.ConnectorDescription\000",
 52602                   /* MappingStrings */
 52603                   "\026\000\001MIF.DMTF|Bus Port|004.11\000",
 52604                   /* ModelCorrespondence */
 52605                   "\036\000\001CIM_PhysicalConnector.ConnectorType\000",
 52606                   0,
 52607               };
 52608               
 52609 mike  1.1.2.1 static MetaProperty
 52610               _CIM_PhysicalConnector_OtherTypeDescription =
 52611               {
 52612                   /* flags */
 52613                   META_FLAG_PROPERTY|META_FLAG_READ,
 52614                   /* name */
 52615                   "OtherTypeDescription",
 52616                   /* qualifiers */
 52617                   _CIM_PhysicalConnector_OtherTypeDescription_qualifiers,
 52618                   /* type */
 52619                   CIMTYPE_STRING,
 52620                   /* subscript */
 52621                   -1,
 52622                   /* value */
 52623                   0,
 52624               };
 52625               
 52626               static const char*
 52627               _CIM_PhysicalConnector_ConnectorGender_qualifiers[] =
 52628               {
 52629                   /* ValueMap */
 52630 mike  1.1.2.1     "\061\000\0030\0002\0003\000",
 52631                   /* Values */
 52632                   "\062\000\003Unknown\000Male\000Female\000",
 52633                   0,
 52634               };
 52635               
 52636               static MetaProperty
 52637               _CIM_PhysicalConnector_ConnectorGender =
 52638               {
 52639                   /* flags */
 52640                   META_FLAG_PROPERTY|META_FLAG_READ,
 52641                   /* name */
 52642                   "ConnectorGender",
 52643                   /* qualifiers */
 52644                   _CIM_PhysicalConnector_ConnectorGender_qualifiers,
 52645                   /* type */
 52646                   CIMTYPE_UINT16,
 52647                   /* subscript */
 52648                   -1,
 52649                   /* value */
 52650                   0,
 52651 mike  1.1.2.1 };
 52652               
 52653               static const char*
 52654               _CIM_PhysicalConnector_ConnectorElectricalCharacteristics_qualifiers[] =
 52655               {
 52656                   /* ValueMap */
 52657                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 52658                   /* Values */
 52659                   "\062\000\011Unknown\000Other\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000Copper\000Shielded\000Unshielded\000",
 52660                   /* ArrayType */
 52661                   "\005Indexed",
 52662                   /* ModelCorrespondence */
 52663                   "\036\000\001CIM_PhysicalConnector.OtherElectricalCharacteristics\000",
 52664                   0,
 52665               };
 52666               
 52667               static MetaProperty
 52668               _CIM_PhysicalConnector_ConnectorElectricalCharacteristics =
 52669               {
 52670                   /* flags */
 52671                   META_FLAG_PROPERTY|META_FLAG_READ,
 52672 mike  1.1.2.1     /* name */
 52673                   "ConnectorElectricalCharacteristics",
 52674                   /* qualifiers */
 52675                   _CIM_PhysicalConnector_ConnectorElectricalCharacteristics_qualifiers,
 52676                   /* type */
 52677                   CIMTYPE_UINT16,
 52678                   /* subscript */
 52679                   0,
 52680                   /* value */
 52681                   0,
 52682               };
 52683               
 52684               static const char*
 52685               _CIM_PhysicalConnector_OtherElectricalCharacteristics_qualifiers[] =
 52686               {
 52687                   /* ArrayType */
 52688                   "\005Indexed",
 52689                   /* ModelCorrespondence */
 52690                   "\036\000\001CIM_PhysicalConnector.ConnectorElectricalCharacteristics\000",
 52691                   0,
 52692               };
 52693 mike  1.1.2.1 
 52694               static MetaProperty
 52695               _CIM_PhysicalConnector_OtherElectricalCharacteristics =
 52696               {
 52697                   /* flags */
 52698                   META_FLAG_PROPERTY|META_FLAG_READ,
 52699                   /* name */
 52700                   "OtherElectricalCharacteristics",
 52701                   /* qualifiers */
 52702                   _CIM_PhysicalConnector_OtherElectricalCharacteristics_qualifiers,
 52703                   /* type */
 52704                   CIMTYPE_STRING,
 52705                   /* subscript */
 52706                   0,
 52707                   /* value */
 52708                   0,
 52709               };
 52710               
 52711               static const char*
 52712               _CIM_PhysicalConnector_NumPhysicalPins_qualifiers[] =
 52713               {
 52714 mike  1.1.2.1     /* ModelCorrespondence */
 52715                   "\036\000\001CIM_PhysicalConnector.ConnectorPinout\000",
 52716                   0,
 52717               };
 52718               
 52719               static MetaProperty
 52720               _CIM_PhysicalConnector_NumPhysicalPins =
 52721               {
 52722                   /* flags */
 52723                   META_FLAG_PROPERTY|META_FLAG_READ,
 52724                   /* name */
 52725                   "NumPhysicalPins",
 52726                   /* qualifiers */
 52727                   _CIM_PhysicalConnector_NumPhysicalPins_qualifiers,
 52728                   /* type */
 52729                   CIMTYPE_UINT32,
 52730                   /* subscript */
 52731                   -1,
 52732                   /* value */
 52733                   0,
 52734               };
 52735 mike  1.1.2.1 
 52736               static const char*
 52737               _CIM_PhysicalConnector_ConnectorLayout_qualifiers[] =
 52738               {
 52739                   /* ValueMap */
 52740                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00017..32567\00032568..65535\000",
 52741                   /* Values */
 52742                   "\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",
 52743                   /* ModelCorrespondence */
 52744                   "\036\000\001CIM_PhysicalConnector.ConnectorDescription\000",
 52745                   0,
 52746               };
 52747               
 52748               static MetaProperty
 52749               _CIM_PhysicalConnector_ConnectorLayout =
 52750               {
 52751                   /* flags */
 52752                   META_FLAG_PROPERTY|META_FLAG_READ,
 52753                   /* name */
 52754                   "ConnectorLayout",
 52755                   /* qualifiers */
 52756 mike  1.1.2.1     _CIM_PhysicalConnector_ConnectorLayout_qualifiers,
 52757                   /* type */
 52758                   CIMTYPE_UINT16,
 52759                   /* subscript */
 52760                   -1,
 52761                   /* value */
 52762                   0,
 52763               };
 52764               
 52765               static const char*
 52766               _CIM_PhysicalConnector_ConnectorDescription_qualifiers[] =
 52767               {
 52768                   /* MappingStrings */
 52769                   "\026\000\001MIF.DMTF|Bus Port|004.11\000",
 52770                   /* ModelCorrespondence */
 52771                   "\036\000\001CIM_PhysicalConnector.ConnectorLayout\000",
 52772                   0,
 52773               };
 52774               
 52775               static MetaProperty
 52776               _CIM_PhysicalConnector_ConnectorDescription =
 52777 mike  1.1.2.1 {
 52778                   /* flags */
 52779                   META_FLAG_PROPERTY|META_FLAG_READ,
 52780                   /* name */
 52781                   "ConnectorDescription",
 52782                   /* qualifiers */
 52783                   _CIM_PhysicalConnector_ConnectorDescription_qualifiers,
 52784                   /* type */
 52785                   CIMTYPE_STRING,
 52786                   /* subscript */
 52787                   -1,
 52788                   /* value */
 52789                   0,
 52790               };
 52791               
 52792               static MetaFeature*
 52793               _CIM_PhysicalConnector_features[] =
 52794               {
 52795                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorPinout,
 52796                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorType,
 52797                   (MetaFeature*)&_CIM_PhysicalConnector_OtherTypeDescription,
 52798 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalConnector_ConnectorGender,
 52799                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorElectricalCharacteristics,
 52800                   (MetaFeature*)&_CIM_PhysicalConnector_OtherElectricalCharacteristics,
 52801                   (MetaFeature*)&_CIM_PhysicalConnector_NumPhysicalPins,
 52802                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorLayout,
 52803                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorDescription,
 52804                   0,
 52805               };
 52806               
 52807               static const char*
 52808               __root_cimv2_CIM_PhysicalConnector_qualifiers[] =
 52809               {
 52810                   /* UMLPackagePath */
 52811                   "\057CIM::Physical::Package",
 52812                   /* Version */
 52813                   "\0632.8.1000",
 52814                   0,
 52815               };
 52816               
 52817               MetaClass
 52818               __root_cimv2_CIM_PhysicalConnector =
 52819 mike  1.1.2.1 {
 52820                   /* flags */
 52821                   META_FLAG_CLASS,
 52822                   /* name */
 52823                   "CIM_PhysicalConnector",
 52824                   /* qualifiers */
 52825                   __root_cimv2_CIM_PhysicalConnector_qualifiers,
 52826                   /* super */
 52827                   &__root_cimv2_CIM_PhysicalElement,
 52828                   /* features */
 52829                   _CIM_PhysicalConnector_features,
 52830               };
 52831               
 52832               //==============================================================================
 52833               //
 52834               // Class: CIM_PhysicalCredentialAuthentication
 52835               //
 52836               //==============================================================================
 52837               
 52838               static const char*
 52839               _CIM_PhysicalCredentialAuthentication_TypeOfCredential_qualifiers[] =
 52840 mike  1.1.2.1 {
 52841                   /* ValueMap */
 52842                   "\061\000\0041\0002\0003\0004\000",
 52843                   /* Values */
 52844                   "\062\000\004Other\000Magnetic Stripe Card\000Smart Card\000Password Generator Card\000",
 52845                   /* ModelCorrespondence */
 52846                   "\036\000\001CIM_PhysicalCredentialAuthentication.OtherCredential\000",
 52847                   0,
 52848               };
 52849               
 52850               static MetaProperty
 52851               _CIM_PhysicalCredentialAuthentication_TypeOfCredential =
 52852               {
 52853                   /* flags */
 52854                   META_FLAG_PROPERTY|META_FLAG_READ,
 52855                   /* name */
 52856                   "TypeOfCredential",
 52857                   /* qualifiers */
 52858                   _CIM_PhysicalCredentialAuthentication_TypeOfCredential_qualifiers,
 52859                   /* type */
 52860                   CIMTYPE_UINT16,
 52861 mike  1.1.2.1     /* subscript */
 52862                   -1,
 52863                   /* value */
 52864                   0,
 52865               };
 52866               
 52867               static const char*
 52868               _CIM_PhysicalCredentialAuthentication_OtherCredential_qualifiers[] =
 52869               {
 52870                   /* ModelCorrespondence */
 52871                   "\036\000\001CIM_PhysicalCredentialAuthentication.TypeOfCredential\000",
 52872                   0,
 52873               };
 52874               
 52875               static MetaProperty
 52876               _CIM_PhysicalCredentialAuthentication_OtherCredential =
 52877               {
 52878                   /* flags */
 52879                   META_FLAG_PROPERTY|META_FLAG_READ,
 52880                   /* name */
 52881                   "OtherCredential",
 52882 mike  1.1.2.1     /* qualifiers */
 52883                   _CIM_PhysicalCredentialAuthentication_OtherCredential_qualifiers,
 52884                   /* type */
 52885                   CIMTYPE_STRING,
 52886                   /* subscript */
 52887                   -1,
 52888                   /* value */
 52889                   0,
 52890               };
 52891               
 52892               static const char*
 52893               _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier_qualifiers[] =
 52894               {
 52895                   0,
 52896               };
 52897               
 52898               static MetaProperty
 52899               _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier =
 52900               {
 52901                   /* flags */
 52902                   META_FLAG_PROPERTY|META_FLAG_READ,
 52903 mike  1.1.2.1     /* name */
 52904                   "PhysicalIdentifier",
 52905                   /* qualifiers */
 52906                   _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier_qualifiers,
 52907                   /* type */
 52908                   CIMTYPE_STRING,
 52909                   /* subscript */
 52910                   -1,
 52911                   /* value */
 52912                   0,
 52913               };
 52914               
 52915               static MetaFeature*
 52916               _CIM_PhysicalCredentialAuthentication_features[] =
 52917               {
 52918                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_TypeOfCredential,
 52919                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_OtherCredential,
 52920                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_PhysicalIdentifier,
 52921                   0,
 52922               };
 52923               
 52924 mike  1.1.2.1 static const char*
 52925               __root_cimv2_CIM_PhysicalCredentialAuthentication_qualifiers[] =
 52926               {
 52927                   /* UMLPackagePath */
 52928                   "\057CIM::Policy",
 52929                   /* Version */
 52930                   "\0632.8.0",
 52931                   0,
 52932               };
 52933               
 52934               MetaClass
 52935               __root_cimv2_CIM_PhysicalCredentialAuthentication =
 52936               {
 52937                   /* flags */
 52938                   META_FLAG_CLASS,
 52939                   /* name */
 52940                   "CIM_PhysicalCredentialAuthentication",
 52941                   /* qualifiers */
 52942                   __root_cimv2_CIM_PhysicalCredentialAuthentication_qualifiers,
 52943                   /* super */
 52944                   &__root_cimv2_CIM_AuthenticationCondition,
 52945 mike  1.1.2.1     /* features */
 52946                   _CIM_PhysicalCredentialAuthentication_features,
 52947               };
 52948               
 52949               //==============================================================================
 52950               //
 52951               // Class: CIM_PhysicalElementLocation
 52952               //
 52953               //==============================================================================
 52954               
 52955               static const char*
 52956               _CIM_PhysicalElementLocation_Element_qualifiers[] =
 52957               {
 52958                   /* Override */
 52959                   "\044Element",
 52960                   0,
 52961               };
 52962               
 52963               static MetaReference
 52964               _CIM_PhysicalElementLocation_Element =
 52965               {
 52966 mike  1.1.2.1     /* flags */
 52967                   META_FLAG_REFERENCE|META_FLAG_READ,
 52968                   /* name */
 52969                   "Element",
 52970                   /* qualifiers */
 52971                   _CIM_PhysicalElementLocation_Element_qualifiers,
 52972                   /* subscript */
 52973                   -1,
 52974                   /* refId */
 52975                   &__root_cimv2_CIM_PhysicalElement,
 52976               };
 52977               
 52978               static const char*
 52979               _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers[] =
 52980               {
 52981                   /* Override */
 52982                   "\044PhysicalLocation",
 52983                   /* Max */
 52984                   "\027\000\000\000\001",
 52985                   0,
 52986               };
 52987 mike  1.1.2.1 
 52988               static MetaReference
 52989               _CIM_PhysicalElementLocation_PhysicalLocation =
 52990               {
 52991                   /* flags */
 52992                   META_FLAG_REFERENCE|META_FLAG_READ,
 52993                   /* name */
 52994                   "PhysicalLocation",
 52995                   /* qualifiers */
 52996                   _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers,
 52997                   /* subscript */
 52998                   -1,
 52999                   /* refId */
 53000                   &__root_cimv2_CIM_Location,
 53001               };
 53002               
 53003               static MetaFeature*
 53004               _CIM_PhysicalElementLocation_features[] =
 53005               {
 53006                   (MetaFeature*)&_CIM_PhysicalElementLocation_Element,
 53007                   (MetaFeature*)&_CIM_PhysicalElementLocation_PhysicalLocation,
 53008 mike  1.1.2.1     0,
 53009               };
 53010               
 53011               static const char*
 53012               __root_cimv2_CIM_PhysicalElementLocation_qualifiers[] =
 53013               {
 53014                   /* ASSOCIATION */
 53015                   "\000\001",
 53016                   /* UMLPackagePath */
 53017                   "\057CIM::Core::Physical",
 53018                   /* Version */
 53019                   "\0632.10.0",
 53020                   0,
 53021               };
 53022               
 53023               MetaClass
 53024               __root_cimv2_CIM_PhysicalElementLocation =
 53025               {
 53026                   /* flags */
 53027                   META_FLAG_ASSOCIATION,
 53028                   /* name */
 53029 mike  1.1.2.1     "CIM_PhysicalElementLocation",
 53030                   /* qualifiers */
 53031                   __root_cimv2_CIM_PhysicalElementLocation_qualifiers,
 53032                   /* super */
 53033                   &__root_cimv2_CIM_ElementLocation,
 53034                   /* features */
 53035                   _CIM_PhysicalElementLocation_features,
 53036               };
 53037               
 53038               //==============================================================================
 53039               //
 53040               // Class: CIM_PhysicalFrame
 53041               //
 53042               //==============================================================================
 53043               
 53044               static const char*
 53045               _CIM_PhysicalFrame_CableManagementStrategy_qualifiers[] =
 53046               {
 53047                   0,
 53048               };
 53049               
 53050 mike  1.1.2.1 static MetaProperty
 53051               _CIM_PhysicalFrame_CableManagementStrategy =
 53052               {
 53053                   /* flags */
 53054                   META_FLAG_PROPERTY|META_FLAG_READ,
 53055                   /* name */
 53056                   "CableManagementStrategy",
 53057                   /* qualifiers */
 53058                   _CIM_PhysicalFrame_CableManagementStrategy_qualifiers,
 53059                   /* type */
 53060                   CIMTYPE_STRING,
 53061                   /* subscript */
 53062                   -1,
 53063                   /* value */
 53064                   0,
 53065               };
 53066               
 53067               static const char*
 53068               _CIM_PhysicalFrame_ServicePhilosophy_qualifiers[] =
 53069               {
 53070                   /* ValueMap */
 53071 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 53072                   /* Values */
 53073                   "\062\000\011Unknown\000Other\000Service From Top\000Service From Front\000Service From Back\000Service From Side\000Sliding Trays\000Removable Sides\000Moveable\000",
 53074                   /* ArrayType */
 53075                   "\005Indexed",
 53076                   /* ModelCorrespondence */
 53077                   "\036\000\001CIM_PhysicalFrame.ServiceDescriptions\000",
 53078                   0,
 53079               };
 53080               
 53081               static MetaProperty
 53082               _CIM_PhysicalFrame_ServicePhilosophy =
 53083               {
 53084                   /* flags */
 53085                   META_FLAG_PROPERTY|META_FLAG_READ,
 53086                   /* name */
 53087                   "ServicePhilosophy",
 53088                   /* qualifiers */
 53089                   _CIM_PhysicalFrame_ServicePhilosophy_qualifiers,
 53090                   /* type */
 53091                   CIMTYPE_UINT16,
 53092 mike  1.1.2.1     /* subscript */
 53093                   0,
 53094                   /* value */
 53095                   0,
 53096               };
 53097               
 53098               static const char*
 53099               _CIM_PhysicalFrame_ServiceDescriptions_qualifiers[] =
 53100               {
 53101                   /* ArrayType */
 53102                   "\005Indexed",
 53103                   /* ModelCorrespondence */
 53104                   "\036\000\001CIM_PhysicalFrame.ServicePhilosophy\000",
 53105                   0,
 53106               };
 53107               
 53108               static MetaProperty
 53109               _CIM_PhysicalFrame_ServiceDescriptions =
 53110               {
 53111                   /* flags */
 53112                   META_FLAG_PROPERTY|META_FLAG_READ,
 53113 mike  1.1.2.1     /* name */
 53114                   "ServiceDescriptions",
 53115                   /* qualifiers */
 53116                   _CIM_PhysicalFrame_ServiceDescriptions_qualifiers,
 53117                   /* type */
 53118                   CIMTYPE_STRING,
 53119                   /* subscript */
 53120                   0,
 53121                   /* value */
 53122                   0,
 53123               };
 53124               
 53125               static const char*
 53126               _CIM_PhysicalFrame_LockPresent_qualifiers[] =
 53127               {
 53128                   0,
 53129               };
 53130               
 53131               static MetaProperty
 53132               _CIM_PhysicalFrame_LockPresent =
 53133               {
 53134 mike  1.1.2.1     /* flags */
 53135                   META_FLAG_PROPERTY|META_FLAG_READ,
 53136                   /* name */
 53137                   "LockPresent",
 53138                   /* qualifiers */
 53139                   _CIM_PhysicalFrame_LockPresent_qualifiers,
 53140                   /* type */
 53141                   CIMTYPE_BOOLEAN,
 53142                   /* subscript */
 53143                   -1,
 53144                   /* value */
 53145                   0,
 53146               };
 53147               
 53148               static const char*
 53149               _CIM_PhysicalFrame_AudibleAlarm_qualifiers[] =
 53150               {
 53151                   0,
 53152               };
 53153               
 53154               static MetaProperty
 53155 mike  1.1.2.1 _CIM_PhysicalFrame_AudibleAlarm =
 53156               {
 53157                   /* flags */
 53158                   META_FLAG_PROPERTY|META_FLAG_READ,
 53159                   /* name */
 53160                   "AudibleAlarm",
 53161                   /* qualifiers */
 53162                   _CIM_PhysicalFrame_AudibleAlarm_qualifiers,
 53163                   /* type */
 53164                   CIMTYPE_BOOLEAN,
 53165                   /* subscript */
 53166                   -1,
 53167                   /* value */
 53168                   0,
 53169               };
 53170               
 53171               static const char*
 53172               _CIM_PhysicalFrame_VisibleAlarm_qualifiers[] =
 53173               {
 53174                   0,
 53175               };
 53176 mike  1.1.2.1 
 53177               static MetaProperty
 53178               _CIM_PhysicalFrame_VisibleAlarm =
 53179               {
 53180                   /* flags */
 53181                   META_FLAG_PROPERTY|META_FLAG_READ,
 53182                   /* name */
 53183                   "VisibleAlarm",
 53184                   /* qualifiers */
 53185                   _CIM_PhysicalFrame_VisibleAlarm_qualifiers,
 53186                   /* type */
 53187                   CIMTYPE_BOOLEAN,
 53188                   /* subscript */
 53189                   -1,
 53190                   /* value */
 53191                   0,
 53192               };
 53193               
 53194               static const char*
 53195               _CIM_PhysicalFrame_SecurityBreach_qualifiers[] =
 53196               {
 53197 mike  1.1.2.1     /* ValueMap */
 53198                   "\061\000\0051\0002\0003\0004\0005\000",
 53199                   /* Values */
 53200                   "\062\000\005Other\000Unknown\000No Breach\000Breach Attempted\000Breach Successful\000",
 53201                   /* MappingStrings */
 53202                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.12\000",
 53203                   /* ModelCorrespondence */
 53204                   "\036\000\001CIM_PhysicalFrame.BreachDescription\000",
 53205                   0,
 53206               };
 53207               
 53208               static MetaProperty
 53209               _CIM_PhysicalFrame_SecurityBreach =
 53210               {
 53211                   /* flags */
 53212                   META_FLAG_PROPERTY|META_FLAG_READ,
 53213                   /* name */
 53214                   "SecurityBreach",
 53215                   /* qualifiers */
 53216                   _CIM_PhysicalFrame_SecurityBreach_qualifiers,
 53217                   /* type */
 53218 mike  1.1.2.1     CIMTYPE_UINT16,
 53219                   /* subscript */
 53220                   -1,
 53221                   /* value */
 53222                   0,
 53223               };
 53224               
 53225               static const char*
 53226               _CIM_PhysicalFrame_BreachDescription_qualifiers[] =
 53227               {
 53228                   /* ModelCorrespondence */
 53229                   "\036\000\001CIM_PhysicalFrame.SecurityBreach\000",
 53230                   0,
 53231               };
 53232               
 53233               static MetaProperty
 53234               _CIM_PhysicalFrame_BreachDescription =
 53235               {
 53236                   /* flags */
 53237                   META_FLAG_PROPERTY|META_FLAG_READ,
 53238                   /* name */
 53239 mike  1.1.2.1     "BreachDescription",
 53240                   /* qualifiers */
 53241                   _CIM_PhysicalFrame_BreachDescription_qualifiers,
 53242                   /* type */
 53243                   CIMTYPE_STRING,
 53244                   /* subscript */
 53245                   -1,
 53246                   /* value */
 53247                   0,
 53248               };
 53249               
 53250               static const char*
 53251               _CIM_PhysicalFrame_IsLocked_qualifiers[] =
 53252               {
 53253                   0,
 53254               };
 53255               
 53256               static MetaProperty
 53257               _CIM_PhysicalFrame_IsLocked =
 53258               {
 53259                   /* flags */
 53260 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 53261                   /* name */
 53262                   "IsLocked",
 53263                   /* qualifiers */
 53264                   _CIM_PhysicalFrame_IsLocked_qualifiers,
 53265                   /* type */
 53266                   CIMTYPE_BOOLEAN,
 53267                   /* subscript */
 53268                   -1,
 53269                   /* value */
 53270                   0,
 53271               };
 53272               
 53273               static MetaFeature*
 53274               _CIM_PhysicalFrame_features[] =
 53275               {
 53276                   (MetaFeature*)&_CIM_PhysicalFrame_CableManagementStrategy,
 53277                   (MetaFeature*)&_CIM_PhysicalFrame_ServicePhilosophy,
 53278                   (MetaFeature*)&_CIM_PhysicalFrame_ServiceDescriptions,
 53279                   (MetaFeature*)&_CIM_PhysicalFrame_LockPresent,
 53280                   (MetaFeature*)&_CIM_PhysicalFrame_AudibleAlarm,
 53281 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalFrame_VisibleAlarm,
 53282                   (MetaFeature*)&_CIM_PhysicalFrame_SecurityBreach,
 53283                   (MetaFeature*)&_CIM_PhysicalFrame_BreachDescription,
 53284                   (MetaFeature*)&_CIM_PhysicalFrame_IsLocked,
 53285                   0,
 53286               };
 53287               
 53288               static const char*
 53289               __root_cimv2_CIM_PhysicalFrame_qualifiers[] =
 53290               {
 53291                   /* UMLPackagePath */
 53292                   "\057CIM::Physical::Package",
 53293                   /* Version */
 53294                   "\0632.7.0",
 53295                   0,
 53296               };
 53297               
 53298               MetaClass
 53299               __root_cimv2_CIM_PhysicalFrame =
 53300               {
 53301                   /* flags */
 53302 mike  1.1.2.1     META_FLAG_CLASS,
 53303                   /* name */
 53304                   "CIM_PhysicalFrame",
 53305                   /* qualifiers */
 53306                   __root_cimv2_CIM_PhysicalFrame_qualifiers,
 53307                   /* super */
 53308                   &__root_cimv2_CIM_PhysicalPackage,
 53309                   /* features */
 53310                   _CIM_PhysicalFrame_features,
 53311               };
 53312               
 53313               //==============================================================================
 53314               //
 53315               // Class: CIM_PhysicalMedia
 53316               //
 53317               //==============================================================================
 53318               
 53319               static const char*
 53320               _CIM_PhysicalMedia_Capacity_qualifiers[] =
 53321               {
 53322                   /* Units */
 53323 mike  1.1.2.1     "\060Bytes",
 53324                   0,
 53325               };
 53326               
 53327               static MetaProperty
 53328               _CIM_PhysicalMedia_Capacity =
 53329               {
 53330                   /* flags */
 53331                   META_FLAG_PROPERTY|META_FLAG_READ,
 53332                   /* name */
 53333                   "Capacity",
 53334                   /* qualifiers */
 53335                   _CIM_PhysicalMedia_Capacity_qualifiers,
 53336                   /* type */
 53337                   CIMTYPE_UINT64,
 53338                   /* subscript */
 53339                   -1,
 53340                   /* value */
 53341                   0,
 53342               };
 53343               
 53344 mike  1.1.2.1 static const char*
 53345               _CIM_PhysicalMedia_MediaType_qualifiers[] =
 53346               {
 53347                   /* ValueMap */
 53348                   "\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",
 53349                   /* Values */
 53350                   "\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",
 53351                   /* ModelCorrespondence */
 53352                   "\036\000\001CIM_PhysicalMedia.MediaDescription\000",
 53353                   0,
 53354               };
 53355               
 53356               static MetaProperty
 53357               _CIM_PhysicalMedia_MediaType =
 53358               {
 53359                   /* flags */
 53360                   META_FLAG_PROPERTY|META_FLAG_READ,
 53361                   /* name */
 53362                   "MediaType",
 53363                   /* qualifiers */
 53364                   _CIM_PhysicalMedia_MediaType_qualifiers,
 53365 mike  1.1.2.1     /* type */
 53366                   CIMTYPE_UINT16,
 53367                   /* subscript */
 53368                   -1,
 53369                   /* value */
 53370                   0,
 53371               };
 53372               
 53373               static const char*
 53374               _CIM_PhysicalMedia_MediaDescription_qualifiers[] =
 53375               {
 53376                   /* ModelCorrespondence */
 53377                   "\036\000\001CIM_PhysicalMedia.MediaType\000",
 53378                   0,
 53379               };
 53380               
 53381               static MetaProperty
 53382               _CIM_PhysicalMedia_MediaDescription =
 53383               {
 53384                   /* flags */
 53385                   META_FLAG_PROPERTY|META_FLAG_READ,
 53386 mike  1.1.2.1     /* name */
 53387                   "MediaDescription",
 53388                   /* qualifiers */
 53389                   _CIM_PhysicalMedia_MediaDescription_qualifiers,
 53390                   /* type */
 53391                   CIMTYPE_STRING,
 53392                   /* subscript */
 53393                   -1,
 53394                   /* value */
 53395                   0,
 53396               };
 53397               
 53398               static const char*
 53399               _CIM_PhysicalMedia_WriteProtectOn_qualifiers[] =
 53400               {
 53401                   0,
 53402               };
 53403               
 53404               static MetaProperty
 53405               _CIM_PhysicalMedia_WriteProtectOn =
 53406               {
 53407 mike  1.1.2.1     /* flags */
 53408                   META_FLAG_PROPERTY|META_FLAG_READ,
 53409                   /* name */
 53410                   "WriteProtectOn",
 53411                   /* qualifiers */
 53412                   _CIM_PhysicalMedia_WriteProtectOn_qualifiers,
 53413                   /* type */
 53414                   CIMTYPE_BOOLEAN,
 53415                   /* subscript */
 53416                   -1,
 53417                   /* value */
 53418                   0,
 53419               };
 53420               
 53421               static const char*
 53422               _CIM_PhysicalMedia_CleanerMedia_qualifiers[] =
 53423               {
 53424                   0,
 53425               };
 53426               
 53427               static MetaProperty
 53428 mike  1.1.2.1 _CIM_PhysicalMedia_CleanerMedia =
 53429               {
 53430                   /* flags */
 53431                   META_FLAG_PROPERTY|META_FLAG_READ,
 53432                   /* name */
 53433                   "CleanerMedia",
 53434                   /* qualifiers */
 53435                   _CIM_PhysicalMedia_CleanerMedia_qualifiers,
 53436                   /* type */
 53437                   CIMTYPE_BOOLEAN,
 53438                   /* subscript */
 53439                   -1,
 53440                   /* value */
 53441                   0,
 53442               };
 53443               
 53444               static const char*
 53445               _CIM_PhysicalMedia_MediaSize_qualifiers[] =
 53446               {
 53447                   /* Units */
 53448                   "\060Inches",
 53449 mike  1.1.2.1     0,
 53450               };
 53451               
 53452               static MetaProperty
 53453               _CIM_PhysicalMedia_MediaSize =
 53454               {
 53455                   /* flags */
 53456                   META_FLAG_PROPERTY|META_FLAG_READ,
 53457                   /* name */
 53458                   "MediaSize",
 53459                   /* qualifiers */
 53460                   _CIM_PhysicalMedia_MediaSize_qualifiers,
 53461                   /* type */
 53462                   CIMTYPE_REAL32,
 53463                   /* subscript */
 53464                   -1,
 53465                   /* value */
 53466                   0,
 53467               };
 53468               
 53469               static const char*
 53470 mike  1.1.2.1 _CIM_PhysicalMedia_MaxMounts_qualifiers[] =
 53471               {
 53472                   0,
 53473               };
 53474               
 53475               static MetaProperty
 53476               _CIM_PhysicalMedia_MaxMounts =
 53477               {
 53478                   /* flags */
 53479                   META_FLAG_PROPERTY|META_FLAG_READ,
 53480                   /* name */
 53481                   "MaxMounts",
 53482                   /* qualifiers */
 53483                   _CIM_PhysicalMedia_MaxMounts_qualifiers,
 53484                   /* type */
 53485                   CIMTYPE_UINT64,
 53486                   /* subscript */
 53487                   -1,
 53488                   /* value */
 53489                   0,
 53490               };
 53491 mike  1.1.2.1 
 53492               static const char*
 53493               _CIM_PhysicalMedia_MountCount_qualifiers[] =
 53494               {
 53495                   /* Counter */
 53496                   "\012\001",
 53497                   /* ModelCorrespondence */
 53498                   "\036\000\001CIM_PhysicalMedia.MaxMounts\000",
 53499                   0,
 53500               };
 53501               
 53502               static MetaProperty
 53503               _CIM_PhysicalMedia_MountCount =
 53504               {
 53505                   /* flags */
 53506                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 53507                   /* name */
 53508                   "MountCount",
 53509                   /* qualifiers */
 53510                   _CIM_PhysicalMedia_MountCount_qualifiers,
 53511                   /* type */
 53512 mike  1.1.2.1     CIMTYPE_UINT64,
 53513                   /* subscript */
 53514                   -1,
 53515                   /* value */
 53516                   0,
 53517               };
 53518               
 53519               static const char*
 53520               _CIM_PhysicalMedia_DualSided_qualifiers[] =
 53521               {
 53522                   0,
 53523               };
 53524               
 53525               static MetaProperty
 53526               _CIM_PhysicalMedia_DualSided =
 53527               {
 53528                   /* flags */
 53529                   META_FLAG_PROPERTY|META_FLAG_READ,
 53530                   /* name */
 53531                   "DualSided",
 53532                   /* qualifiers */
 53533 mike  1.1.2.1     _CIM_PhysicalMedia_DualSided_qualifiers,
 53534                   /* type */
 53535                   CIMTYPE_BOOLEAN,
 53536                   /* subscript */
 53537                   -1,
 53538                   /* value */
 53539                   0,
 53540               };
 53541               
 53542               static const char*
 53543               _CIM_PhysicalMedia_PhysicalLabels_qualifiers[] =
 53544               {
 53545                   /* ArrayType */
 53546                   "\005Indexed",
 53547                   /* ModelCorrespondence */
 53548                   "\036\000\002CIM_PhysicalMedia.LabelStates\000CIM_PhysicalMedia.LabelFormats\000",
 53549                   0,
 53550               };
 53551               
 53552               static MetaProperty
 53553               _CIM_PhysicalMedia_PhysicalLabels =
 53554 mike  1.1.2.1 {
 53555                   /* flags */
 53556                   META_FLAG_PROPERTY|META_FLAG_READ,
 53557                   /* name */
 53558                   "PhysicalLabels",
 53559                   /* qualifiers */
 53560                   _CIM_PhysicalMedia_PhysicalLabels_qualifiers,
 53561                   /* type */
 53562                   CIMTYPE_STRING,
 53563                   /* subscript */
 53564                   0,
 53565                   /* value */
 53566                   0,
 53567               };
 53568               
 53569               static const char*
 53570               _CIM_PhysicalMedia_LabelStates_qualifiers[] =
 53571               {
 53572                   /* ValueMap */
 53573                   "\061\000\0030\0001\0002\000",
 53574                   /* Values */
 53575 mike  1.1.2.1     "\062\000\003OK/Readable\000Unreadable\000Upside Down\000",
 53576                   /* ArrayType */
 53577                   "\005Indexed",
 53578                   /* ModelCorrespondence */
 53579                   "\036\000\001CIM_PhysicalMedia.PhysicalLabels\000",
 53580                   0,
 53581               };
 53582               
 53583               static MetaProperty
 53584               _CIM_PhysicalMedia_LabelStates =
 53585               {
 53586                   /* flags */
 53587                   META_FLAG_PROPERTY|META_FLAG_READ,
 53588                   /* name */
 53589                   "LabelStates",
 53590                   /* qualifiers */
 53591                   _CIM_PhysicalMedia_LabelStates_qualifiers,
 53592                   /* type */
 53593                   CIMTYPE_UINT16,
 53594                   /* subscript */
 53595                   0,
 53596 mike  1.1.2.1     /* value */
 53597                   0,
 53598               };
 53599               
 53600               static const char*
 53601               _CIM_PhysicalMedia_LabelFormats_qualifiers[] =
 53602               {
 53603                   /* ValueMap */
 53604                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 53605                   /* Values */
 53606                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
 53607                   /* ArrayType */
 53608                   "\005Indexed",
 53609                   /* ModelCorrespondence */
 53610                   "\036\000\001CIM_PhysicalMedia.PhysicalLabels\000",
 53611                   0,
 53612               };
 53613               
 53614               static MetaProperty
 53615               _CIM_PhysicalMedia_LabelFormats =
 53616               {
 53617 mike  1.1.2.1     /* flags */
 53618                   META_FLAG_PROPERTY|META_FLAG_READ,
 53619                   /* name */
 53620                   "LabelFormats",
 53621                   /* qualifiers */
 53622                   _CIM_PhysicalMedia_LabelFormats_qualifiers,
 53623                   /* type */
 53624                   CIMTYPE_UINT16,
 53625                   /* subscript */
 53626                   0,
 53627                   /* value */
 53628                   0,
 53629               };
 53630               
 53631               static const char*
 53632               _CIM_PhysicalMedia_TimeOfLastMount_qualifiers[] =
 53633               {
 53634                   0,
 53635               };
 53636               
 53637               static MetaProperty
 53638 mike  1.1.2.1 _CIM_PhysicalMedia_TimeOfLastMount =
 53639               {
 53640                   /* flags */
 53641                   META_FLAG_PROPERTY|META_FLAG_READ,
 53642                   /* name */
 53643                   "TimeOfLastMount",
 53644                   /* qualifiers */
 53645                   _CIM_PhysicalMedia_TimeOfLastMount_qualifiers,
 53646                   /* type */
 53647                   CIMTYPE_DATETIME,
 53648                   /* subscript */
 53649                   -1,
 53650                   /* value */
 53651                   0,
 53652               };
 53653               
 53654               static const char*
 53655               _CIM_PhysicalMedia_TotalMountTime_qualifiers[] =
 53656               {
 53657                   /* Units */
 53658                   "\060Seconds",
 53659 mike  1.1.2.1     0,
 53660               };
 53661               
 53662               static MetaProperty
 53663               _CIM_PhysicalMedia_TotalMountTime =
 53664               {
 53665                   /* flags */
 53666                   META_FLAG_PROPERTY|META_FLAG_READ,
 53667                   /* name */
 53668                   "TotalMountTime",
 53669                   /* qualifiers */
 53670                   _CIM_PhysicalMedia_TotalMountTime_qualifiers,
 53671                   /* type */
 53672                   CIMTYPE_UINT64,
 53673                   /* subscript */
 53674                   -1,
 53675                   /* value */
 53676                   0,
 53677               };
 53678               
 53679               static MetaFeature*
 53680 mike  1.1.2.1 _CIM_PhysicalMedia_features[] =
 53681               {
 53682                   (MetaFeature*)&_CIM_PhysicalMedia_Capacity,
 53683                   (MetaFeature*)&_CIM_PhysicalMedia_MediaType,
 53684                   (MetaFeature*)&_CIM_PhysicalMedia_MediaDescription,
 53685                   (MetaFeature*)&_CIM_PhysicalMedia_WriteProtectOn,
 53686                   (MetaFeature*)&_CIM_PhysicalMedia_CleanerMedia,
 53687                   (MetaFeature*)&_CIM_PhysicalMedia_MediaSize,
 53688                   (MetaFeature*)&_CIM_PhysicalMedia_MaxMounts,
 53689                   (MetaFeature*)&_CIM_PhysicalMedia_MountCount,
 53690                   (MetaFeature*)&_CIM_PhysicalMedia_DualSided,
 53691                   (MetaFeature*)&_CIM_PhysicalMedia_PhysicalLabels,
 53692                   (MetaFeature*)&_CIM_PhysicalMedia_LabelStates,
 53693                   (MetaFeature*)&_CIM_PhysicalMedia_LabelFormats,
 53694                   (MetaFeature*)&_CIM_PhysicalMedia_TimeOfLastMount,
 53695                   (MetaFeature*)&_CIM_PhysicalMedia_TotalMountTime,
 53696                   0,
 53697               };
 53698               
 53699               static const char*
 53700               __root_cimv2_CIM_PhysicalMedia_qualifiers[] =
 53701 mike  1.1.2.1 {
 53702                   /* UMLPackagePath */
 53703                   "\057CIM::Physical::PhysicalMedia",
 53704                   /* Version */
 53705                   "\0632.6.0",
 53706                   0,
 53707               };
 53708               
 53709               MetaClass
 53710               __root_cimv2_CIM_PhysicalMedia =
 53711               {
 53712                   /* flags */
 53713                   META_FLAG_CLASS,
 53714                   /* name */
 53715                   "CIM_PhysicalMedia",
 53716                   /* qualifiers */
 53717                   __root_cimv2_CIM_PhysicalMedia_qualifiers,
 53718                   /* super */
 53719                   &__root_cimv2_CIM_PhysicalComponent,
 53720                   /* features */
 53721                   _CIM_PhysicalMedia_features,
 53722 mike  1.1.2.1 };
 53723               
 53724               //==============================================================================
 53725               //
 53726               // Class: CIM_PhysicalStatisticalInformation
 53727               //
 53728               //==============================================================================
 53729               
 53730               static const char*
 53731               _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers[] =
 53732               {
 53733                   /* Key */
 53734                   "\025\001",
 53735                   /* Propagated */
 53736                   "\045CIM_PhysicalElement.CreationClassName",
 53737                   /* MaxLen */
 53738                   "\030\000\000\001\000",
 53739                   0,
 53740               };
 53741               
 53742               static MetaProperty
 53743 mike  1.1.2.1 _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName =
 53744               {
 53745                   /* flags */
 53746                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53747                   /* name */
 53748                   "PhysicalCreationClassName",
 53749                   /* qualifiers */
 53750                   _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers,
 53751                   /* type */
 53752                   CIMTYPE_STRING,
 53753                   /* subscript */
 53754                   -1,
 53755                   /* value */
 53756                   0,
 53757               };
 53758               
 53759               static const char*
 53760               _CIM_PhysicalStatisticalInformation_Tag_qualifiers[] =
 53761               {
 53762                   /* Key */
 53763                   "\025\001",
 53764 mike  1.1.2.1     /* Propagated */
 53765                   "\045CIM_PhysicalElement.Tag",
 53766                   /* MaxLen */
 53767                   "\030\000\000\001\000",
 53768                   0,
 53769               };
 53770               
 53771               static MetaProperty
 53772               _CIM_PhysicalStatisticalInformation_Tag =
 53773               {
 53774                   /* flags */
 53775                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53776                   /* name */
 53777                   "Tag",
 53778                   /* qualifiers */
 53779                   _CIM_PhysicalStatisticalInformation_Tag_qualifiers,
 53780                   /* type */
 53781                   CIMTYPE_STRING,
 53782                   /* subscript */
 53783                   -1,
 53784                   /* value */
 53785 mike  1.1.2.1     0,
 53786               };
 53787               
 53788               static const char*
 53789               _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers[] =
 53790               {
 53791                   /* Key */
 53792                   "\025\001",
 53793                   /* MaxLen */
 53794                   "\030\000\000\001\000",
 53795                   0,
 53796               };
 53797               
 53798               static MetaProperty
 53799               _CIM_PhysicalStatisticalInformation_CreationClassName =
 53800               {
 53801                   /* flags */
 53802                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53803                   /* name */
 53804                   "CreationClassName",
 53805                   /* qualifiers */
 53806 mike  1.1.2.1     _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers,
 53807                   /* type */
 53808                   CIMTYPE_STRING,
 53809                   /* subscript */
 53810                   -1,
 53811                   /* value */
 53812                   0,
 53813               };
 53814               
 53815               static const char*
 53816               _CIM_PhysicalStatisticalInformation_Name_qualifiers[] =
 53817               {
 53818                   /* Key */
 53819                   "\025\001",
 53820                   /* Override */
 53821                   "\044Name",
 53822                   /* MaxLen */
 53823                   "\030\000\000\001\000",
 53824                   0,
 53825               };
 53826               
 53827 mike  1.1.2.1 static MetaProperty
 53828               _CIM_PhysicalStatisticalInformation_Name =
 53829               {
 53830                   /* flags */
 53831                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53832                   /* name */
 53833                   "Name",
 53834                   /* qualifiers */
 53835                   _CIM_PhysicalStatisticalInformation_Name_qualifiers,
 53836                   /* type */
 53837                   CIMTYPE_STRING,
 53838                   /* subscript */
 53839                   -1,
 53840                   /* value */
 53841                   0,
 53842               };
 53843               
 53844               static MetaFeature*
 53845               _CIM_PhysicalStatisticalInformation_features[] =
 53846               {
 53847                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_PhysicalCreationClassName,
 53848 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Tag,
 53849                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_CreationClassName,
 53850                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Name,
 53851                   0,
 53852               };
 53853               
 53854               static const char*
 53855               __root_cimv2_CIM_PhysicalStatisticalInformation_qualifiers[] =
 53856               {
 53857                   /* UMLPackagePath */
 53858                   "\057CIM::Core::Statistics",
 53859                   /* Version */
 53860                   "\0632.6.0",
 53861                   0,
 53862               };
 53863               
 53864               MetaClass
 53865               __root_cimv2_CIM_PhysicalStatisticalInformation =
 53866               {
 53867                   /* flags */
 53868                   META_FLAG_CLASS,
 53869 mike  1.1.2.1     /* name */
 53870                   "CIM_PhysicalStatisticalInformation",
 53871                   /* qualifiers */
 53872                   __root_cimv2_CIM_PhysicalStatisticalInformation_qualifiers,
 53873                   /* super */
 53874                   &__root_cimv2_CIM_StatisticalInformation,
 53875                   /* features */
 53876                   _CIM_PhysicalStatisticalInformation_features,
 53877               };
 53878               
 53879               //==============================================================================
 53880               //
 53881               // Class: CIM_PhysicalStatistics
 53882               //
 53883               //==============================================================================
 53884               
 53885               static const char*
 53886               _CIM_PhysicalStatistics_Stats_qualifiers[] =
 53887               {
 53888                   /* Override */
 53889                   "\044Stats",
 53890 mike  1.1.2.1     /* Weak */
 53891                   "\064\001",
 53892                   0,
 53893               };
 53894               
 53895               static MetaReference
 53896               _CIM_PhysicalStatistics_Stats =
 53897               {
 53898                   /* flags */
 53899                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 53900                   /* name */
 53901                   "Stats",
 53902                   /* qualifiers */
 53903                   _CIM_PhysicalStatistics_Stats_qualifiers,
 53904                   /* subscript */
 53905                   -1,
 53906                   /* refId */
 53907                   &__root_cimv2_CIM_PhysicalStatisticalInformation,
 53908               };
 53909               
 53910               static const char*
 53911 mike  1.1.2.1 _CIM_PhysicalStatistics_Element_qualifiers[] =
 53912               {
 53913                   /* Override */
 53914                   "\044Element",
 53915                   /* Min */
 53916                   "\033\000\000\000\001",
 53917                   /* Max */
 53918                   "\027\000\000\000\001",
 53919                   0,
 53920               };
 53921               
 53922               static MetaReference
 53923               _CIM_PhysicalStatistics_Element =
 53924               {
 53925                   /* flags */
 53926                   META_FLAG_REFERENCE|META_FLAG_READ,
 53927                   /* name */
 53928                   "Element",
 53929                   /* qualifiers */
 53930                   _CIM_PhysicalStatistics_Element_qualifiers,
 53931                   /* subscript */
 53932 mike  1.1.2.1     -1,
 53933                   /* refId */
 53934                   &__root_cimv2_CIM_PhysicalElement,
 53935               };
 53936               
 53937               static MetaFeature*
 53938               _CIM_PhysicalStatistics_features[] =
 53939               {
 53940                   (MetaFeature*)&_CIM_PhysicalStatistics_Stats,
 53941                   (MetaFeature*)&_CIM_PhysicalStatistics_Element,
 53942                   0,
 53943               };
 53944               
 53945               static const char*
 53946               __root_cimv2_CIM_PhysicalStatistics_qualifiers[] =
 53947               {
 53948                   /* ASSOCIATION */
 53949                   "\000\001",
 53950                   /* UMLPackagePath */
 53951                   "\057CIM::Core::Statistics",
 53952                   /* Version */
 53953 mike  1.1.2.1     "\0632.6.0",
 53954                   0,
 53955               };
 53956               
 53957               MetaClass
 53958               __root_cimv2_CIM_PhysicalStatistics =
 53959               {
 53960                   /* flags */
 53961                   META_FLAG_ASSOCIATION,
 53962                   /* name */
 53963                   "CIM_PhysicalStatistics",
 53964                   /* qualifiers */
 53965                   __root_cimv2_CIM_PhysicalStatistics_qualifiers,
 53966                   /* super */
 53967                   &__root_cimv2_CIM_Statistics,
 53968                   /* features */
 53969                   _CIM_PhysicalStatistics_features,
 53970               };
 53971               
 53972               //==============================================================================
 53973               //
 53974 mike  1.1.2.1 // Class: CIM_PhysicalTape
 53975               //
 53976               //==============================================================================
 53977               
 53978               static const char*
 53979               _CIM_PhysicalTape_TapeLength_qualifiers[] =
 53980               {
 53981                   /* Units */
 53982                   "\060Feet",
 53983                   0,
 53984               };
 53985               
 53986               static MetaProperty
 53987               _CIM_PhysicalTape_TapeLength =
 53988               {
 53989                   /* flags */
 53990                   META_FLAG_PROPERTY|META_FLAG_READ,
 53991                   /* name */
 53992                   "TapeLength",
 53993                   /* qualifiers */
 53994                   _CIM_PhysicalTape_TapeLength_qualifiers,
 53995 mike  1.1.2.1     /* type */
 53996                   CIMTYPE_REAL32,
 53997                   /* subscript */
 53998                   -1,
 53999                   /* value */
 54000                   0,
 54001               };
 54002               
 54003               static const char*
 54004               _CIM_PhysicalTape_UnloadAnywhere_qualifiers[] =
 54005               {
 54006                   0,
 54007               };
 54008               
 54009               static MetaProperty
 54010               _CIM_PhysicalTape_UnloadAnywhere =
 54011               {
 54012                   /* flags */
 54013                   META_FLAG_PROPERTY|META_FLAG_READ,
 54014                   /* name */
 54015                   "UnloadAnywhere",
 54016 mike  1.1.2.1     /* qualifiers */
 54017                   _CIM_PhysicalTape_UnloadAnywhere_qualifiers,
 54018                   /* type */
 54019                   CIMTYPE_BOOLEAN,
 54020                   /* subscript */
 54021                   -1,
 54022                   /* value */
 54023                   0,
 54024               };
 54025               
 54026               static MetaFeature*
 54027               _CIM_PhysicalTape_features[] =
 54028               {
 54029                   (MetaFeature*)&_CIM_PhysicalTape_TapeLength,
 54030                   (MetaFeature*)&_CIM_PhysicalTape_UnloadAnywhere,
 54031                   0,
 54032               };
 54033               
 54034               static const char*
 54035               __root_cimv2_CIM_PhysicalTape_qualifiers[] =
 54036               {
 54037 mike  1.1.2.1     /* UMLPackagePath */
 54038                   "\057CIM::Physical::PhysicalMedia",
 54039                   /* Version */
 54040                   "\0632.6.0",
 54041                   0,
 54042               };
 54043               
 54044               MetaClass
 54045               __root_cimv2_CIM_PhysicalTape =
 54046               {
 54047                   /* flags */
 54048                   META_FLAG_CLASS,
 54049                   /* name */
 54050                   "CIM_PhysicalTape",
 54051                   /* qualifiers */
 54052                   __root_cimv2_CIM_PhysicalTape_qualifiers,
 54053                   /* super */
 54054                   &__root_cimv2_CIM_PhysicalMedia,
 54055                   /* features */
 54056                   _CIM_PhysicalTape_features,
 54057               };
 54058 mike  1.1.2.1 
 54059               //==============================================================================
 54060               //
 54061               // Class: CIM_PickerStatData
 54062               //
 54063               //==============================================================================
 54064               
 54065               static const char*
 54066               _CIM_PickerStatData_PickSuccesses_qualifiers[] =
 54067               {
 54068                   /* Counter */
 54069                   "\012\001",
 54070                   0,
 54071               };
 54072               
 54073               static MetaProperty
 54074               _CIM_PickerStatData_PickSuccesses =
 54075               {
 54076                   /* flags */
 54077                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54078                   /* name */
 54079 mike  1.1.2.1     "PickSuccesses",
 54080                   /* qualifiers */
 54081                   _CIM_PickerStatData_PickSuccesses_qualifiers,
 54082                   /* type */
 54083                   CIMTYPE_UINT64,
 54084                   /* subscript */
 54085                   -1,
 54086                   /* value */
 54087                   0,
 54088               };
 54089               
 54090               static const char*
 54091               _CIM_PickerStatData_PickFailures_qualifiers[] =
 54092               {
 54093                   /* Counter */
 54094                   "\012\001",
 54095                   0,
 54096               };
 54097               
 54098               static MetaProperty
 54099               _CIM_PickerStatData_PickFailures =
 54100 mike  1.1.2.1 {
 54101                   /* flags */
 54102                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54103                   /* name */
 54104                   "PickFailures",
 54105                   /* qualifiers */
 54106                   _CIM_PickerStatData_PickFailures_qualifiers,
 54107                   /* type */
 54108                   CIMTYPE_UINT64,
 54109                   /* subscript */
 54110                   -1,
 54111                   /* value */
 54112                   0,
 54113               };
 54114               
 54115               static const char*
 54116               _CIM_PickerStatData_PickRetries_qualifiers[] =
 54117               {
 54118                   /* Counter */
 54119                   "\012\001",
 54120                   0,
 54121 mike  1.1.2.1 };
 54122               
 54123               static MetaProperty
 54124               _CIM_PickerStatData_PickRetries =
 54125               {
 54126                   /* flags */
 54127                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54128                   /* name */
 54129                   "PickRetries",
 54130                   /* qualifiers */
 54131                   _CIM_PickerStatData_PickRetries_qualifiers,
 54132                   /* type */
 54133                   CIMTYPE_UINT64,
 54134                   /* subscript */
 54135                   -1,
 54136                   /* value */
 54137                   0,
 54138               };
 54139               
 54140               static const char*
 54141               _CIM_PickerStatData_PutSuccesses_qualifiers[] =
 54142 mike  1.1.2.1 {
 54143                   /* Counter */
 54144                   "\012\001",
 54145                   0,
 54146               };
 54147               
 54148               static MetaProperty
 54149               _CIM_PickerStatData_PutSuccesses =
 54150               {
 54151                   /* flags */
 54152                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54153                   /* name */
 54154                   "PutSuccesses",
 54155                   /* qualifiers */
 54156                   _CIM_PickerStatData_PutSuccesses_qualifiers,
 54157                   /* type */
 54158                   CIMTYPE_UINT64,
 54159                   /* subscript */
 54160                   -1,
 54161                   /* value */
 54162                   0,
 54163 mike  1.1.2.1 };
 54164               
 54165               static const char*
 54166               _CIM_PickerStatData_PutFailures_qualifiers[] =
 54167               {
 54168                   /* Counter */
 54169                   "\012\001",
 54170                   0,
 54171               };
 54172               
 54173               static MetaProperty
 54174               _CIM_PickerStatData_PutFailures =
 54175               {
 54176                   /* flags */
 54177                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54178                   /* name */
 54179                   "PutFailures",
 54180                   /* qualifiers */
 54181                   _CIM_PickerStatData_PutFailures_qualifiers,
 54182                   /* type */
 54183                   CIMTYPE_UINT64,
 54184 mike  1.1.2.1     /* subscript */
 54185                   -1,
 54186                   /* value */
 54187                   0,
 54188               };
 54189               
 54190               static const char*
 54191               _CIM_PickerStatData_PutRetries_qualifiers[] =
 54192               {
 54193                   /* Counter */
 54194                   "\012\001",
 54195                   0,
 54196               };
 54197               
 54198               static MetaProperty
 54199               _CIM_PickerStatData_PutRetries =
 54200               {
 54201                   /* flags */
 54202                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54203                   /* name */
 54204                   "PutRetries",
 54205 mike  1.1.2.1     /* qualifiers */
 54206                   _CIM_PickerStatData_PutRetries_qualifiers,
 54207                   /* type */
 54208                   CIMTYPE_UINT64,
 54209                   /* subscript */
 54210                   -1,
 54211                   /* value */
 54212                   0,
 54213               };
 54214               
 54215               static MetaFeature*
 54216               _CIM_PickerStatData_features[] =
 54217               {
 54218                   (MetaFeature*)&_CIM_PickerStatData_PickSuccesses,
 54219                   (MetaFeature*)&_CIM_PickerStatData_PickFailures,
 54220                   (MetaFeature*)&_CIM_PickerStatData_PickRetries,
 54221                   (MetaFeature*)&_CIM_PickerStatData_PutSuccesses,
 54222                   (MetaFeature*)&_CIM_PickerStatData_PutFailures,
 54223                   (MetaFeature*)&_CIM_PickerStatData_PutRetries,
 54224                   0,
 54225               };
 54226 mike  1.1.2.1 
 54227               static const char*
 54228               __root_cimv2_CIM_PickerStatData_qualifiers[] =
 54229               {
 54230                   /* UMLPackagePath */
 54231                   "\057CIM::Device::StorageLib",
 54232                   /* Version */
 54233                   "\0632.7.0",
 54234                   0,
 54235               };
 54236               
 54237               MetaClass
 54238               __root_cimv2_CIM_PickerStatData =
 54239               {
 54240                   /* flags */
 54241                   META_FLAG_CLASS,
 54242                   /* name */
 54243                   "CIM_PickerStatData",
 54244                   /* qualifiers */
 54245                   __root_cimv2_CIM_PickerStatData_qualifiers,
 54246                   /* super */
 54247 mike  1.1.2.1     &__root_cimv2_CIM_StatisticalData,
 54248                   /* features */
 54249                   _CIM_PickerStatData_features,
 54250               };
 54251               
 54252               //==============================================================================
 54253               //
 54254               // Class: CIM_PickerStatInfo
 54255               //
 54256               //==============================================================================
 54257               
 54258               static const char*
 54259               _CIM_PickerStatInfo_PickSuccesses_qualifiers[] =
 54260               {
 54261                   /* Counter */
 54262                   "\012\001",
 54263                   0,
 54264               };
 54265               
 54266               static MetaProperty
 54267               _CIM_PickerStatInfo_PickSuccesses =
 54268 mike  1.1.2.1 {
 54269                   /* flags */
 54270                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54271                   /* name */
 54272                   "PickSuccesses",
 54273                   /* qualifiers */
 54274                   _CIM_PickerStatInfo_PickSuccesses_qualifiers,
 54275                   /* type */
 54276                   CIMTYPE_UINT64,
 54277                   /* subscript */
 54278                   -1,
 54279                   /* value */
 54280                   0,
 54281               };
 54282               
 54283               static const char*
 54284               _CIM_PickerStatInfo_PickFailures_qualifiers[] =
 54285               {
 54286                   /* Counter */
 54287                   "\012\001",
 54288                   0,
 54289 mike  1.1.2.1 };
 54290               
 54291               static MetaProperty
 54292               _CIM_PickerStatInfo_PickFailures =
 54293               {
 54294                   /* flags */
 54295                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54296                   /* name */
 54297                   "PickFailures",
 54298                   /* qualifiers */
 54299                   _CIM_PickerStatInfo_PickFailures_qualifiers,
 54300                   /* type */
 54301                   CIMTYPE_UINT64,
 54302                   /* subscript */
 54303                   -1,
 54304                   /* value */
 54305                   0,
 54306               };
 54307               
 54308               static const char*
 54309               _CIM_PickerStatInfo_PickRetries_qualifiers[] =
 54310 mike  1.1.2.1 {
 54311                   /* Counter */
 54312                   "\012\001",
 54313                   0,
 54314               };
 54315               
 54316               static MetaProperty
 54317               _CIM_PickerStatInfo_PickRetries =
 54318               {
 54319                   /* flags */
 54320                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54321                   /* name */
 54322                   "PickRetries",
 54323                   /* qualifiers */
 54324                   _CIM_PickerStatInfo_PickRetries_qualifiers,
 54325                   /* type */
 54326                   CIMTYPE_UINT64,
 54327                   /* subscript */
 54328                   -1,
 54329                   /* value */
 54330                   0,
 54331 mike  1.1.2.1 };
 54332               
 54333               static const char*
 54334               _CIM_PickerStatInfo_PutSuccesses_qualifiers[] =
 54335               {
 54336                   /* Counter */
 54337                   "\012\001",
 54338                   0,
 54339               };
 54340               
 54341               static MetaProperty
 54342               _CIM_PickerStatInfo_PutSuccesses =
 54343               {
 54344                   /* flags */
 54345                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54346                   /* name */
 54347                   "PutSuccesses",
 54348                   /* qualifiers */
 54349                   _CIM_PickerStatInfo_PutSuccesses_qualifiers,
 54350                   /* type */
 54351                   CIMTYPE_UINT64,
 54352 mike  1.1.2.1     /* subscript */
 54353                   -1,
 54354                   /* value */
 54355                   0,
 54356               };
 54357               
 54358               static const char*
 54359               _CIM_PickerStatInfo_PutFailures_qualifiers[] =
 54360               {
 54361                   /* Counter */
 54362                   "\012\001",
 54363                   0,
 54364               };
 54365               
 54366               static MetaProperty
 54367               _CIM_PickerStatInfo_PutFailures =
 54368               {
 54369                   /* flags */
 54370                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54371                   /* name */
 54372                   "PutFailures",
 54373 mike  1.1.2.1     /* qualifiers */
 54374                   _CIM_PickerStatInfo_PutFailures_qualifiers,
 54375                   /* type */
 54376                   CIMTYPE_UINT64,
 54377                   /* subscript */
 54378                   -1,
 54379                   /* value */
 54380                   0,
 54381               };
 54382               
 54383               static const char*
 54384               _CIM_PickerStatInfo_PutRetries_qualifiers[] =
 54385               {
 54386                   /* Counter */
 54387                   "\012\001",
 54388                   0,
 54389               };
 54390               
 54391               static MetaProperty
 54392               _CIM_PickerStatInfo_PutRetries =
 54393               {
 54394 mike  1.1.2.1     /* flags */
 54395                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54396                   /* name */
 54397                   "PutRetries",
 54398                   /* qualifiers */
 54399                   _CIM_PickerStatInfo_PutRetries_qualifiers,
 54400                   /* type */
 54401                   CIMTYPE_UINT64,
 54402                   /* subscript */
 54403                   -1,
 54404                   /* value */
 54405                   0,
 54406               };
 54407               
 54408               static const char*
 54409               _CIM_PickerStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 54410               {
 54411                   /* IN */
 54412                   "\024\001",
 54413                   /* ValueMap */
 54414                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 54415 mike  1.1.2.1     /* Values */
 54416                   "\062\000\007All\000Pick Successes\000Pick Failures\000Pick Retries\000Put Successes\000Put Failures\000Put Retries\000",
 54417                   0,
 54418               };
 54419               
 54420               static MetaProperty
 54421               _CIM_PickerStatInfo_ResetCounter_SelectedCounter =
 54422               {
 54423                   /* flags */
 54424                   META_FLAG_PROPERTY|META_FLAG_IN,
 54425                   /* name */
 54426                   "SelectedCounter",
 54427                   /* qualifiers */
 54428                   _CIM_PickerStatInfo_ResetCounter_SelectedCounter_qualifiers,
 54429                   /* type */
 54430                   CIMTYPE_UINT16,
 54431                   /* subscript */
 54432                   -1,
 54433                   /* value */
 54434                   0,
 54435               };
 54436 mike  1.1.2.1 
 54437               static MetaFeature*
 54438               _CIM_PickerStatInfo_ResetCounter_parameters[] =
 54439               {
 54440                   (MetaFeature*)&_CIM_PickerStatInfo_ResetCounter_SelectedCounter,
 54441                   0,
 54442               };
 54443               
 54444               static const char*
 54445               _CIM_PickerStatInfo_ResetCounter_qualifiers[] =
 54446               {
 54447                   0,
 54448               };
 54449               
 54450               static MetaMethod
 54451               _CIM_PickerStatInfo_ResetCounter =
 54452               {
 54453                   /* flags */
 54454                   META_FLAG_METHOD,
 54455                   /* name */
 54456                   "CIM_PickerStatInfo",
 54457 mike  1.1.2.1     /* qualifiers */
 54458                   _CIM_PickerStatInfo_ResetCounter_qualifiers,
 54459                   /* type */
 54460                   CIMTYPE_UINT32,
 54461                   /* parameters */
 54462                   _CIM_PickerStatInfo_ResetCounter_parameters,
 54463               };
 54464               
 54465               static MetaFeature*
 54466               _CIM_PickerStatInfo_features[] =
 54467               {
 54468                   (MetaFeature*)&_CIM_PickerStatInfo_PickSuccesses,
 54469                   (MetaFeature*)&_CIM_PickerStatInfo_PickFailures,
 54470                   (MetaFeature*)&_CIM_PickerStatInfo_PickRetries,
 54471                   (MetaFeature*)&_CIM_PickerStatInfo_PutSuccesses,
 54472                   (MetaFeature*)&_CIM_PickerStatInfo_PutFailures,
 54473                   (MetaFeature*)&_CIM_PickerStatInfo_PutRetries,
 54474                   (MetaFeature*)&_CIM_PickerStatInfo_ResetCounter,
 54475                   0,
 54476               };
 54477               
 54478 mike  1.1.2.1 static const char*
 54479               __root_cimv2_CIM_PickerStatInfo_qualifiers[] =
 54480               {
 54481                   /* UMLPackagePath */
 54482                   "\057CIM::Device::StorageLib",
 54483                   /* Version */
 54484                   "\0632.6.0",
 54485                   0,
 54486               };
 54487               
 54488               MetaClass
 54489               __root_cimv2_CIM_PickerStatInfo =
 54490               {
 54491                   /* flags */
 54492                   META_FLAG_CLASS,
 54493                   /* name */
 54494                   "CIM_PickerStatInfo",
 54495                   /* qualifiers */
 54496                   __root_cimv2_CIM_PickerStatInfo_qualifiers,
 54497                   /* super */
 54498                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 54499 mike  1.1.2.1     /* features */
 54500                   _CIM_PickerStatInfo_features,
 54501               };
 54502               
 54503               //==============================================================================
 54504               //
 54505               // Class: CIM_PolicyActionStructure
 54506               //
 54507               //==============================================================================
 54508               
 54509               static const char*
 54510               _CIM_PolicyActionStructure_GroupComponent_qualifiers[] =
 54511               {
 54512                   /* Aggregate */
 54513                   "\003\001",
 54514                   /* Override */
 54515                   "\044GroupComponent",
 54516                   0,
 54517               };
 54518               
 54519               static MetaReference
 54520 mike  1.1.2.1 _CIM_PolicyActionStructure_GroupComponent =
 54521               {
 54522                   /* flags */
 54523                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54524                   /* name */
 54525                   "GroupComponent",
 54526                   /* qualifiers */
 54527                   _CIM_PolicyActionStructure_GroupComponent_qualifiers,
 54528                   /* subscript */
 54529                   -1,
 54530                   /* refId */
 54531                   &__root_cimv2_CIM_Policy,
 54532               };
 54533               
 54534               static const char*
 54535               _CIM_PolicyActionStructure_PartComponent_qualifiers[] =
 54536               {
 54537                   /* Override */
 54538                   "\044PartComponent",
 54539                   0,
 54540               };
 54541 mike  1.1.2.1 
 54542               static MetaReference
 54543               _CIM_PolicyActionStructure_PartComponent =
 54544               {
 54545                   /* flags */
 54546                   META_FLAG_REFERENCE|META_FLAG_READ,
 54547                   /* name */
 54548                   "PartComponent",
 54549                   /* qualifiers */
 54550                   _CIM_PolicyActionStructure_PartComponent_qualifiers,
 54551                   /* subscript */
 54552                   -1,
 54553                   /* refId */
 54554                   &__root_cimv2_CIM_PolicyAction,
 54555               };
 54556               
 54557               static const char*
 54558               _CIM_PolicyActionStructure_ActionOrder_qualifiers[] =
 54559               {
 54560                   0,
 54561               };
 54562 mike  1.1.2.1 
 54563               static MetaProperty
 54564               _CIM_PolicyActionStructure_ActionOrder =
 54565               {
 54566                   /* flags */
 54567                   META_FLAG_PROPERTY|META_FLAG_READ,
 54568                   /* name */
 54569                   "ActionOrder",
 54570                   /* qualifiers */
 54571                   _CIM_PolicyActionStructure_ActionOrder_qualifiers,
 54572                   /* type */
 54573                   CIMTYPE_UINT16,
 54574                   /* subscript */
 54575                   -1,
 54576                   /* value */
 54577                   0,
 54578               };
 54579               
 54580               static MetaFeature*
 54581               _CIM_PolicyActionStructure_features[] =
 54582               {
 54583 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyActionStructure_GroupComponent,
 54584                   (MetaFeature*)&_CIM_PolicyActionStructure_PartComponent,
 54585                   (MetaFeature*)&_CIM_PolicyActionStructure_ActionOrder,
 54586                   0,
 54587               };
 54588               
 54589               static const char*
 54590               __root_cimv2_CIM_PolicyActionStructure_qualifiers[] =
 54591               {
 54592                   /* ASSOCIATION */
 54593                   "\000\001",
 54594                   /* UMLPackagePath */
 54595                   "\057CIM::Policy",
 54596                   /* Abstract */
 54597                   "\002\001",
 54598                   /* Aggregation */
 54599                   "\004\001",
 54600                   /* Version */
 54601                   "\0632.6.0",
 54602                   0,
 54603               };
 54604 mike  1.1.2.1 
 54605               MetaClass
 54606               __root_cimv2_CIM_PolicyActionStructure =
 54607               {
 54608                   /* flags */
 54609                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 54610                   /* name */
 54611                   "CIM_PolicyActionStructure",
 54612                   /* qualifiers */
 54613                   __root_cimv2_CIM_PolicyActionStructure_qualifiers,
 54614                   /* super */
 54615                   &__root_cimv2_CIM_PolicyComponent,
 54616                   /* features */
 54617                   _CIM_PolicyActionStructure_features,
 54618               };
 54619               
 54620               //==============================================================================
 54621               //
 54622               // Class: CIM_PolicyConditionInPolicyCondition
 54623               //
 54624               //==============================================================================
 54625 mike  1.1.2.1 
 54626               static const char*
 54627               _CIM_PolicyConditionInPolicyCondition_GroupComponent_qualifiers[] =
 54628               {
 54629                   /* Aggregate */
 54630                   "\003\001",
 54631                   /* Override */
 54632                   "\044GroupComponent",
 54633                   0,
 54634               };
 54635               
 54636               static MetaReference
 54637               _CIM_PolicyConditionInPolicyCondition_GroupComponent =
 54638               {
 54639                   /* flags */
 54640                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54641                   /* name */
 54642                   "GroupComponent",
 54643                   /* qualifiers */
 54644                   _CIM_PolicyConditionInPolicyCondition_GroupComponent_qualifiers,
 54645                   /* subscript */
 54646 mike  1.1.2.1     -1,
 54647                   /* refId */
 54648                   &__root_cimv2_CIM_CompoundPolicyCondition,
 54649               };
 54650               
 54651               static const char*
 54652               _CIM_PolicyConditionInPolicyCondition_PartComponent_qualifiers[] =
 54653               {
 54654                   /* Override */
 54655                   "\044PartComponent",
 54656                   0,
 54657               };
 54658               
 54659               static MetaReference
 54660               _CIM_PolicyConditionInPolicyCondition_PartComponent =
 54661               {
 54662                   /* flags */
 54663                   META_FLAG_REFERENCE|META_FLAG_READ,
 54664                   /* name */
 54665                   "PartComponent",
 54666                   /* qualifiers */
 54667 mike  1.1.2.1     _CIM_PolicyConditionInPolicyCondition_PartComponent_qualifiers,
 54668                   /* subscript */
 54669                   -1,
 54670                   /* refId */
 54671                   &__root_cimv2_CIM_PolicyCondition,
 54672               };
 54673               
 54674               static MetaFeature*
 54675               _CIM_PolicyConditionInPolicyCondition_features[] =
 54676               {
 54677                   (MetaFeature*)&_CIM_PolicyConditionInPolicyCondition_GroupComponent,
 54678                   (MetaFeature*)&_CIM_PolicyConditionInPolicyCondition_PartComponent,
 54679                   0,
 54680               };
 54681               
 54682               static const char*
 54683               __root_cimv2_CIM_PolicyConditionInPolicyCondition_qualifiers[] =
 54684               {
 54685                   /* ASSOCIATION */
 54686                   "\000\001",
 54687                   /* UMLPackagePath */
 54688 mike  1.1.2.1     "\057CIM::Policy",
 54689                   /* Aggregation */
 54690                   "\004\001",
 54691                   /* Version */
 54692                   "\0632.7.0",
 54693                   0,
 54694               };
 54695               
 54696               MetaClass
 54697               __root_cimv2_CIM_PolicyConditionInPolicyCondition =
 54698               {
 54699                   /* flags */
 54700                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 54701                   /* name */
 54702                   "CIM_PolicyConditionInPolicyCondition",
 54703                   /* qualifiers */
 54704                   __root_cimv2_CIM_PolicyConditionInPolicyCondition_qualifiers,
 54705                   /* super */
 54706                   &__root_cimv2_CIM_PolicyConditionStructure,
 54707                   /* features */
 54708                   _CIM_PolicyConditionInPolicyCondition_features,
 54709 mike  1.1.2.1 };
 54710               
 54711               //==============================================================================
 54712               //
 54713               // Class: CIM_PolicyGroup
 54714               //
 54715               //==============================================================================
 54716               
 54717               static const char*
 54718               _CIM_PolicyGroup_SystemCreationClassName_qualifiers[] =
 54719               {
 54720                   /* Key */
 54721                   "\025\001",
 54722                   /* Propagated */
 54723                   "\045CIM_System.CreationClassName",
 54724                   /* MaxLen */
 54725                   "\030\000\000\001\000",
 54726                   0,
 54727               };
 54728               
 54729               static MetaProperty
 54730 mike  1.1.2.1 _CIM_PolicyGroup_SystemCreationClassName =
 54731               {
 54732                   /* flags */
 54733                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54734                   /* name */
 54735                   "SystemCreationClassName",
 54736                   /* qualifiers */
 54737                   _CIM_PolicyGroup_SystemCreationClassName_qualifiers,
 54738                   /* type */
 54739                   CIMTYPE_STRING,
 54740                   /* subscript */
 54741                   -1,
 54742                   /* value */
 54743                   0,
 54744               };
 54745               
 54746               static const char*
 54747               _CIM_PolicyGroup_SystemName_qualifiers[] =
 54748               {
 54749                   /* Key */
 54750                   "\025\001",
 54751 mike  1.1.2.1     /* Propagated */
 54752                   "\045CIM_System.Name",
 54753                   /* MaxLen */
 54754                   "\030\000\000\001\000",
 54755                   0,
 54756               };
 54757               
 54758               static MetaProperty
 54759               _CIM_PolicyGroup_SystemName =
 54760               {
 54761                   /* flags */
 54762                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54763                   /* name */
 54764                   "SystemName",
 54765                   /* qualifiers */
 54766                   _CIM_PolicyGroup_SystemName_qualifiers,
 54767                   /* type */
 54768                   CIMTYPE_STRING,
 54769                   /* subscript */
 54770                   -1,
 54771                   /* value */
 54772 mike  1.1.2.1     0,
 54773               };
 54774               
 54775               static const char*
 54776               _CIM_PolicyGroup_CreationClassName_qualifiers[] =
 54777               {
 54778                   /* Key */
 54779                   "\025\001",
 54780                   /* MaxLen */
 54781                   "\030\000\000\001\000",
 54782                   0,
 54783               };
 54784               
 54785               static MetaProperty
 54786               _CIM_PolicyGroup_CreationClassName =
 54787               {
 54788                   /* flags */
 54789                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54790                   /* name */
 54791                   "CreationClassName",
 54792                   /* qualifiers */
 54793 mike  1.1.2.1     _CIM_PolicyGroup_CreationClassName_qualifiers,
 54794                   /* type */
 54795                   CIMTYPE_STRING,
 54796                   /* subscript */
 54797                   -1,
 54798                   /* value */
 54799                   0,
 54800               };
 54801               
 54802               static const char*
 54803               _CIM_PolicyGroup_PolicyGroupName_qualifiers[] =
 54804               {
 54805                   /* Key */
 54806                   "\025\001",
 54807                   /* MaxLen */
 54808                   "\030\000\000\001\000",
 54809                   0,
 54810               };
 54811               
 54812               static MetaProperty
 54813               _CIM_PolicyGroup_PolicyGroupName =
 54814 mike  1.1.2.1 {
 54815                   /* flags */
 54816                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54817                   /* name */
 54818                   "PolicyGroupName",
 54819                   /* qualifiers */
 54820                   _CIM_PolicyGroup_PolicyGroupName_qualifiers,
 54821                   /* type */
 54822                   CIMTYPE_STRING,
 54823                   /* subscript */
 54824                   -1,
 54825                   /* value */
 54826                   0,
 54827               };
 54828               
 54829               static MetaFeature*
 54830               _CIM_PolicyGroup_features[] =
 54831               {
 54832                   (MetaFeature*)&_CIM_PolicyGroup_SystemCreationClassName,
 54833                   (MetaFeature*)&_CIM_PolicyGroup_SystemName,
 54834                   (MetaFeature*)&_CIM_PolicyGroup_CreationClassName,
 54835 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyGroup_PolicyGroupName,
 54836                   0,
 54837               };
 54838               
 54839               static const char*
 54840               __root_cimv2_CIM_PolicyGroup_qualifiers[] =
 54841               {
 54842                   /* UMLPackagePath */
 54843                   "\057CIM::Policy",
 54844                   /* Version */
 54845                   "\0632.6.0",
 54846                   0,
 54847               };
 54848               
 54849               MetaClass
 54850               __root_cimv2_CIM_PolicyGroup =
 54851               {
 54852                   /* flags */
 54853                   META_FLAG_CLASS,
 54854                   /* name */
 54855                   "CIM_PolicyGroup",
 54856 mike  1.1.2.1     /* qualifiers */
 54857                   __root_cimv2_CIM_PolicyGroup_qualifiers,
 54858                   /* super */
 54859                   &__root_cimv2_CIM_PolicySet,
 54860                   /* features */
 54861                   _CIM_PolicyGroup_features,
 54862               };
 54863               
 54864               //==============================================================================
 54865               //
 54866               // Class: CIM_PolicyGroupInPolicyGroup
 54867               //
 54868               //==============================================================================
 54869               
 54870               static const char*
 54871               _CIM_PolicyGroupInPolicyGroup_GroupComponent_qualifiers[] =
 54872               {
 54873                   /* Deprecated */
 54874                   "\013\000\001CIM_PolicySetComponent.GroupComponent\000",
 54875                   /* Aggregate */
 54876                   "\003\001",
 54877 mike  1.1.2.1     /* Override */
 54878                   "\044GroupComponent",
 54879                   0,
 54880               };
 54881               
 54882               static MetaReference
 54883               _CIM_PolicyGroupInPolicyGroup_GroupComponent =
 54884               {
 54885                   /* flags */
 54886                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54887                   /* name */
 54888                   "GroupComponent",
 54889                   /* qualifiers */
 54890                   _CIM_PolicyGroupInPolicyGroup_GroupComponent_qualifiers,
 54891                   /* subscript */
 54892                   -1,
 54893                   /* refId */
 54894                   &__root_cimv2_CIM_PolicyGroup,
 54895               };
 54896               
 54897               static const char*
 54898 mike  1.1.2.1 _CIM_PolicyGroupInPolicyGroup_PartComponent_qualifiers[] =
 54899               {
 54900                   /* Deprecated */
 54901                   "\013\000\001CIM_PolicySetComponent.PartComponent\000",
 54902                   /* Override */
 54903                   "\044PartComponent",
 54904                   0,
 54905               };
 54906               
 54907               static MetaReference
 54908               _CIM_PolicyGroupInPolicyGroup_PartComponent =
 54909               {
 54910                   /* flags */
 54911                   META_FLAG_REFERENCE|META_FLAG_READ,
 54912                   /* name */
 54913                   "PartComponent",
 54914                   /* qualifiers */
 54915                   _CIM_PolicyGroupInPolicyGroup_PartComponent_qualifiers,
 54916                   /* subscript */
 54917                   -1,
 54918                   /* refId */
 54919 mike  1.1.2.1     &__root_cimv2_CIM_PolicyGroup,
 54920               };
 54921               
 54922               static MetaFeature*
 54923               _CIM_PolicyGroupInPolicyGroup_features[] =
 54924               {
 54925                   (MetaFeature*)&_CIM_PolicyGroupInPolicyGroup_GroupComponent,
 54926                   (MetaFeature*)&_CIM_PolicyGroupInPolicyGroup_PartComponent,
 54927                   0,
 54928               };
 54929               
 54930               static const char*
 54931               __root_cimv2_CIM_PolicyGroupInPolicyGroup_qualifiers[] =
 54932               {
 54933                   /* ASSOCIATION */
 54934                   "\000\001",
 54935                   /* Deprecated */
 54936                   "\013\000\001CIM_PolicySetComponent\000",
 54937                   /* UMLPackagePath */
 54938                   "\057CIM::Policy",
 54939                   /* Aggregation */
 54940 mike  1.1.2.1     "\004\001",
 54941                   /* Version */
 54942                   "\0632.7.0",
 54943                   0,
 54944               };
 54945               
 54946               MetaClass
 54947               __root_cimv2_CIM_PolicyGroupInPolicyGroup =
 54948               {
 54949                   /* flags */
 54950                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 54951                   /* name */
 54952                   "CIM_PolicyGroupInPolicyGroup",
 54953                   /* qualifiers */
 54954                   __root_cimv2_CIM_PolicyGroupInPolicyGroup_qualifiers,
 54955                   /* super */
 54956                   &__root_cimv2_CIM_PolicyComponent,
 54957                   /* features */
 54958                   _CIM_PolicyGroupInPolicyGroup_features,
 54959               };
 54960               
 54961 mike  1.1.2.1 //==============================================================================
 54962               //
 54963               // Class: CIM_PolicyRoleCollection
 54964               //
 54965               //==============================================================================
 54966               
 54967               static const char*
 54968               _CIM_PolicyRoleCollection_PolicyRole_qualifiers[] =
 54969               {
 54970                   /* Required */
 54971                   "\050\001",
 54972                   0,
 54973               };
 54974               
 54975               static MetaProperty
 54976               _CIM_PolicyRoleCollection_PolicyRole =
 54977               {
 54978                   /* flags */
 54979                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 54980                   /* name */
 54981                   "PolicyRole",
 54982 mike  1.1.2.1     /* qualifiers */
 54983                   _CIM_PolicyRoleCollection_PolicyRole_qualifiers,
 54984                   /* type */
 54985                   CIMTYPE_STRING,
 54986                   /* subscript */
 54987                   -1,
 54988                   /* value */
 54989                   0,
 54990               };
 54991               
 54992               static const char*
 54993               _CIM_PolicyRoleCollection_ActivatePolicySet_Element_qualifiers[] =
 54994               {
 54995                   /* IN */
 54996                   "\024\001",
 54997                   0,
 54998               };
 54999               
 55000               static MetaReference
 55001               _CIM_PolicyRoleCollection_ActivatePolicySet_Element =
 55002               {
 55003 mike  1.1.2.1     /* flags */
 55004                   META_FLAG_REFERENCE|META_FLAG_IN,
 55005                   /* name */
 55006                   "Element",
 55007                   /* qualifiers */
 55008                   _CIM_PolicyRoleCollection_ActivatePolicySet_Element_qualifiers,
 55009                   /* subscript */
 55010                   -1,
 55011                   /* ref */
 55012                   &__root_cimv2_CIM_ManagedElement,
 55013               };
 55014               
 55015               static MetaFeature*
 55016               _CIM_PolicyRoleCollection_ActivatePolicySet_parameters[] =
 55017               {
 55018                   (MetaFeature*)&_CIM_PolicyRoleCollection_ActivatePolicySet_Element,
 55019                   0,
 55020               };
 55021               
 55022               static const char*
 55023               _CIM_PolicyRoleCollection_ActivatePolicySet_qualifiers[] =
 55024 mike  1.1.2.1 {
 55025                   /* ValueMap */
 55026                   "\061\000\0070\0001\0002\0003\0004\000..\0000x8000..\000",
 55027                   /* Values */
 55028                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
 55029                   0,
 55030               };
 55031               
 55032               static MetaMethod
 55033               _CIM_PolicyRoleCollection_ActivatePolicySet =
 55034               {
 55035                   /* flags */
 55036                   META_FLAG_METHOD,
 55037                   /* name */
 55038                   "CIM_PolicyRoleCollection",
 55039                   /* qualifiers */
 55040                   _CIM_PolicyRoleCollection_ActivatePolicySet_qualifiers,
 55041                   /* type */
 55042                   CIMTYPE_UINT32,
 55043                   /* parameters */
 55044                   _CIM_PolicyRoleCollection_ActivatePolicySet_parameters,
 55045 mike  1.1.2.1 };
 55046               
 55047               static const char*
 55048               _CIM_PolicyRoleCollection_DeactivatePolicySet_Element_qualifiers[] =
 55049               {
 55050                   /* IN */
 55051                   "\024\001",
 55052                   0,
 55053               };
 55054               
 55055               static MetaReference
 55056               _CIM_PolicyRoleCollection_DeactivatePolicySet_Element =
 55057               {
 55058                   /* flags */
 55059                   META_FLAG_REFERENCE|META_FLAG_IN,
 55060                   /* name */
 55061                   "Element",
 55062                   /* qualifiers */
 55063                   _CIM_PolicyRoleCollection_DeactivatePolicySet_Element_qualifiers,
 55064                   /* subscript */
 55065                   -1,
 55066 mike  1.1.2.1     /* ref */
 55067                   &__root_cimv2_CIM_ManagedElement,
 55068               };
 55069               
 55070               static MetaFeature*
 55071               _CIM_PolicyRoleCollection_DeactivatePolicySet_parameters[] =
 55072               {
 55073                   (MetaFeature*)&_CIM_PolicyRoleCollection_DeactivatePolicySet_Element,
 55074                   0,
 55075               };
 55076               
 55077               static const char*
 55078               _CIM_PolicyRoleCollection_DeactivatePolicySet_qualifiers[] =
 55079               {
 55080                   /* ValueMap */
 55081                   "\061\000\0070\0001\0002\0003\0004\000..\0000x8000..0xFFFF\000",
 55082                   /* Values */
 55083                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
 55084                   0,
 55085               };
 55086               
 55087 mike  1.1.2.1 static MetaMethod
 55088               _CIM_PolicyRoleCollection_DeactivatePolicySet =
 55089               {
 55090                   /* flags */
 55091                   META_FLAG_METHOD,
 55092                   /* name */
 55093                   "CIM_PolicyRoleCollection",
 55094                   /* qualifiers */
 55095                   _CIM_PolicyRoleCollection_DeactivatePolicySet_qualifiers,
 55096                   /* type */
 55097                   CIMTYPE_UINT32,
 55098                   /* parameters */
 55099                   _CIM_PolicyRoleCollection_DeactivatePolicySet_parameters,
 55100               };
 55101               
 55102               static MetaFeature*
 55103               _CIM_PolicyRoleCollection_features[] =
 55104               {
 55105                   (MetaFeature*)&_CIM_PolicyRoleCollection_PolicyRole,
 55106                   (MetaFeature*)&_CIM_PolicyRoleCollection_ActivatePolicySet,
 55107                   (MetaFeature*)&_CIM_PolicyRoleCollection_DeactivatePolicySet,
 55108 mike  1.1.2.1     0,
 55109               };
 55110               
 55111               static const char*
 55112               __root_cimv2_CIM_PolicyRoleCollection_qualifiers[] =
 55113               {
 55114                   /* UMLPackagePath */
 55115                   "\057CIM::Policy",
 55116                   /* Version */
 55117                   "\0632.8.0",
 55118                   0,
 55119               };
 55120               
 55121               MetaClass
 55122               __root_cimv2_CIM_PolicyRoleCollection =
 55123               {
 55124                   /* flags */
 55125                   META_FLAG_CLASS,
 55126                   /* name */
 55127                   "CIM_PolicyRoleCollection",
 55128                   /* qualifiers */
 55129 mike  1.1.2.1     __root_cimv2_CIM_PolicyRoleCollection_qualifiers,
 55130                   /* super */
 55131                   &__root_cimv2_CIM_SystemSpecificCollection,
 55132                   /* features */
 55133                   _CIM_PolicyRoleCollection_features,
 55134               };
 55135               
 55136               //==============================================================================
 55137               //
 55138               // Class: CIM_PolicyRule
 55139               //
 55140               //==============================================================================
 55141               
 55142               static const char*
 55143               _CIM_PolicyRule_SystemCreationClassName_qualifiers[] =
 55144               {
 55145                   /* Key */
 55146                   "\025\001",
 55147                   /* Propagated */
 55148                   "\045CIM_System.CreationClassName",
 55149                   /* MaxLen */
 55150 mike  1.1.2.1     "\030\000\000\001\000",
 55151                   0,
 55152               };
 55153               
 55154               static MetaProperty
 55155               _CIM_PolicyRule_SystemCreationClassName =
 55156               {
 55157                   /* flags */
 55158                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55159                   /* name */
 55160                   "SystemCreationClassName",
 55161                   /* qualifiers */
 55162                   _CIM_PolicyRule_SystemCreationClassName_qualifiers,
 55163                   /* type */
 55164                   CIMTYPE_STRING,
 55165                   /* subscript */
 55166                   -1,
 55167                   /* value */
 55168                   0,
 55169               };
 55170               
 55171 mike  1.1.2.1 static const char*
 55172               _CIM_PolicyRule_SystemName_qualifiers[] =
 55173               {
 55174                   /* Key */
 55175                   "\025\001",
 55176                   /* Propagated */
 55177                   "\045CIM_System.Name",
 55178                   /* MaxLen */
 55179                   "\030\000\000\001\000",
 55180                   0,
 55181               };
 55182               
 55183               static MetaProperty
 55184               _CIM_PolicyRule_SystemName =
 55185               {
 55186                   /* flags */
 55187                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55188                   /* name */
 55189                   "SystemName",
 55190                   /* qualifiers */
 55191                   _CIM_PolicyRule_SystemName_qualifiers,
 55192 mike  1.1.2.1     /* type */
 55193                   CIMTYPE_STRING,
 55194                   /* subscript */
 55195                   -1,
 55196                   /* value */
 55197                   0,
 55198               };
 55199               
 55200               static const char*
 55201               _CIM_PolicyRule_CreationClassName_qualifiers[] =
 55202               {
 55203                   /* Key */
 55204                   "\025\001",
 55205                   /* MaxLen */
 55206                   "\030\000\000\001\000",
 55207                   0,
 55208               };
 55209               
 55210               static MetaProperty
 55211               _CIM_PolicyRule_CreationClassName =
 55212               {
 55213 mike  1.1.2.1     /* flags */
 55214                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55215                   /* name */
 55216                   "CreationClassName",
 55217                   /* qualifiers */
 55218                   _CIM_PolicyRule_CreationClassName_qualifiers,
 55219                   /* type */
 55220                   CIMTYPE_STRING,
 55221                   /* subscript */
 55222                   -1,
 55223                   /* value */
 55224                   0,
 55225               };
 55226               
 55227               static const char*
 55228               _CIM_PolicyRule_PolicyRuleName_qualifiers[] =
 55229               {
 55230                   /* Key */
 55231                   "\025\001",
 55232                   /* MaxLen */
 55233                   "\030\000\000\001\000",
 55234 mike  1.1.2.1     0,
 55235               };
 55236               
 55237               static MetaProperty
 55238               _CIM_PolicyRule_PolicyRuleName =
 55239               {
 55240                   /* flags */
 55241                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55242                   /* name */
 55243                   "PolicyRuleName",
 55244                   /* qualifiers */
 55245                   _CIM_PolicyRule_PolicyRuleName_qualifiers,
 55246                   /* type */
 55247                   CIMTYPE_STRING,
 55248                   /* subscript */
 55249                   -1,
 55250                   /* value */
 55251                   0,
 55252               };
 55253               
 55254               static const char*
 55255 mike  1.1.2.1 _CIM_PolicyRule_ConditionListType_qualifiers[] =
 55256               {
 55257                   /* ValueMap */
 55258                   "\061\000\0030\0001\0002\000",
 55259                   /* Values */
 55260                   "\062\000\003Unconditional Rule\000DNF\000CNF\000",
 55261                   0,
 55262               };
 55263               
 55264               static MetaProperty
 55265               _CIM_PolicyRule_ConditionListType =
 55266               {
 55267                   /* flags */
 55268                   META_FLAG_PROPERTY|META_FLAG_READ,
 55269                   /* name */
 55270                   "ConditionListType",
 55271                   /* qualifiers */
 55272                   _CIM_PolicyRule_ConditionListType_qualifiers,
 55273                   /* type */
 55274                   CIMTYPE_UINT16,
 55275                   /* subscript */
 55276 mike  1.1.2.1     -1,
 55277                   /* value */
 55278                   "\000\001",
 55279               };
 55280               
 55281               static const char*
 55282               _CIM_PolicyRule_RuleUsage_qualifiers[] =
 55283               {
 55284                   0,
 55285               };
 55286               
 55287               static MetaProperty
 55288               _CIM_PolicyRule_RuleUsage =
 55289               {
 55290                   /* flags */
 55291                   META_FLAG_PROPERTY|META_FLAG_READ,
 55292                   /* name */
 55293                   "RuleUsage",
 55294                   /* qualifiers */
 55295                   _CIM_PolicyRule_RuleUsage_qualifiers,
 55296                   /* type */
 55297 mike  1.1.2.1     CIMTYPE_STRING,
 55298                   /* subscript */
 55299                   -1,
 55300                   /* value */
 55301                   0,
 55302               };
 55303               
 55304               static const char*
 55305               _CIM_PolicyRule_Priority_qualifiers[] =
 55306               {
 55307                   /* Deprecated */
 55308                   "\013\000\001CIM_PolicySetComponent.Priority\000",
 55309                   0,
 55310               };
 55311               
 55312               static MetaProperty
 55313               _CIM_PolicyRule_Priority =
 55314               {
 55315                   /* flags */
 55316                   META_FLAG_PROPERTY|META_FLAG_READ,
 55317                   /* name */
 55318 mike  1.1.2.1     "Priority",
 55319                   /* qualifiers */
 55320                   _CIM_PolicyRule_Priority_qualifiers,
 55321                   /* type */
 55322                   CIMTYPE_UINT16,
 55323                   /* subscript */
 55324                   -1,
 55325                   /* value */
 55326                   "\000\000",
 55327               };
 55328               
 55329               static const char*
 55330               _CIM_PolicyRule_Mandatory_qualifiers[] =
 55331               {
 55332                   /* Deprecated */
 55333                   "\013\000\001No Value\000",
 55334                   0,
 55335               };
 55336               
 55337               static MetaProperty
 55338               _CIM_PolicyRule_Mandatory =
 55339 mike  1.1.2.1 {
 55340                   /* flags */
 55341                   META_FLAG_PROPERTY|META_FLAG_READ,
 55342                   /* name */
 55343                   "Mandatory",
 55344                   /* qualifiers */
 55345                   _CIM_PolicyRule_Mandatory_qualifiers,
 55346                   /* type */
 55347                   CIMTYPE_BOOLEAN,
 55348                   /* subscript */
 55349                   -1,
 55350                   /* value */
 55351                   0,
 55352               };
 55353               
 55354               static const char*
 55355               _CIM_PolicyRule_SequencedActions_qualifiers[] =
 55356               {
 55357                   /* ValueMap */
 55358                   "\061\000\0031\0002\0003\000",
 55359                   /* Values */
 55360 mike  1.1.2.1     "\062\000\003Mandatory\000Recommended\000Dont Care\000",
 55361                   0,
 55362               };
 55363               
 55364               static MetaProperty
 55365               _CIM_PolicyRule_SequencedActions =
 55366               {
 55367                   /* flags */
 55368                   META_FLAG_PROPERTY|META_FLAG_READ,
 55369                   /* name */
 55370                   "SequencedActions",
 55371                   /* qualifiers */
 55372                   _CIM_PolicyRule_SequencedActions_qualifiers,
 55373                   /* type */
 55374                   CIMTYPE_UINT16,
 55375                   /* subscript */
 55376                   -1,
 55377                   /* value */
 55378                   "\000\003",
 55379               };
 55380               
 55381 mike  1.1.2.1 static const char*
 55382               _CIM_PolicyRule_ExecutionStrategy_qualifiers[] =
 55383               {
 55384                   /* ValueMap */
 55385                   "\061\000\0031\0002\0003\000",
 55386                   /* Values */
 55387                   "\062\000\003Do Until Success\000Do All\000Do Until Failure\000",
 55388                   0,
 55389               };
 55390               
 55391               static MetaProperty
 55392               _CIM_PolicyRule_ExecutionStrategy =
 55393               {
 55394                   /* flags */
 55395                   META_FLAG_PROPERTY|META_FLAG_READ,
 55396                   /* name */
 55397                   "ExecutionStrategy",
 55398                   /* qualifiers */
 55399                   _CIM_PolicyRule_ExecutionStrategy_qualifiers,
 55400                   /* type */
 55401                   CIMTYPE_UINT16,
 55402 mike  1.1.2.1     /* subscript */
 55403                   -1,
 55404                   /* value */
 55405                   0,
 55406               };
 55407               
 55408               static MetaFeature*
 55409               _CIM_PolicyRule_features[] =
 55410               {
 55411                   (MetaFeature*)&_CIM_PolicyRule_SystemCreationClassName,
 55412                   (MetaFeature*)&_CIM_PolicyRule_SystemName,
 55413                   (MetaFeature*)&_CIM_PolicyRule_CreationClassName,
 55414                   (MetaFeature*)&_CIM_PolicyRule_PolicyRuleName,
 55415                   (MetaFeature*)&_CIM_PolicyRule_ConditionListType,
 55416                   (MetaFeature*)&_CIM_PolicyRule_RuleUsage,
 55417                   (MetaFeature*)&_CIM_PolicyRule_Priority,
 55418                   (MetaFeature*)&_CIM_PolicyRule_Mandatory,
 55419                   (MetaFeature*)&_CIM_PolicyRule_SequencedActions,
 55420                   (MetaFeature*)&_CIM_PolicyRule_ExecutionStrategy,
 55421                   0,
 55422               };
 55423 mike  1.1.2.1 
 55424               static const char*
 55425               __root_cimv2_CIM_PolicyRule_qualifiers[] =
 55426               {
 55427                   /* UMLPackagePath */
 55428                   "\057CIM::Policy",
 55429                   /* Version */
 55430                   "\0632.7.0",
 55431                   0,
 55432               };
 55433               
 55434               MetaClass
 55435               __root_cimv2_CIM_PolicyRule =
 55436               {
 55437                   /* flags */
 55438                   META_FLAG_CLASS,
 55439                   /* name */
 55440                   "CIM_PolicyRule",
 55441                   /* qualifiers */
 55442                   __root_cimv2_CIM_PolicyRule_qualifiers,
 55443                   /* super */
 55444 mike  1.1.2.1     &__root_cimv2_CIM_PolicySet,
 55445                   /* features */
 55446                   _CIM_PolicyRule_features,
 55447               };
 55448               
 55449               //==============================================================================
 55450               //
 55451               // Class: CIM_PolicyRuleInPolicyGroup
 55452               //
 55453               //==============================================================================
 55454               
 55455               static const char*
 55456               _CIM_PolicyRuleInPolicyGroup_GroupComponent_qualifiers[] =
 55457               {
 55458                   /* Deprecated */
 55459                   "\013\000\001CIM_PolicySetComponent.GroupComponent\000",
 55460                   /* Aggregate */
 55461                   "\003\001",
 55462                   /* Override */
 55463                   "\044GroupComponent",
 55464                   0,
 55465 mike  1.1.2.1 };
 55466               
 55467               static MetaReference
 55468               _CIM_PolicyRuleInPolicyGroup_GroupComponent =
 55469               {
 55470                   /* flags */
 55471                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55472                   /* name */
 55473                   "GroupComponent",
 55474                   /* qualifiers */
 55475                   _CIM_PolicyRuleInPolicyGroup_GroupComponent_qualifiers,
 55476                   /* subscript */
 55477                   -1,
 55478                   /* refId */
 55479                   &__root_cimv2_CIM_PolicyGroup,
 55480               };
 55481               
 55482               static const char*
 55483               _CIM_PolicyRuleInPolicyGroup_PartComponent_qualifiers[] =
 55484               {
 55485                   /* Deprecated */
 55486 mike  1.1.2.1     "\013\000\001CIM_PolicySetComponent.PartComponent\000",
 55487                   /* Override */
 55488                   "\044PartComponent",
 55489                   0,
 55490               };
 55491               
 55492               static MetaReference
 55493               _CIM_PolicyRuleInPolicyGroup_PartComponent =
 55494               {
 55495                   /* flags */
 55496                   META_FLAG_REFERENCE|META_FLAG_READ,
 55497                   /* name */
 55498                   "PartComponent",
 55499                   /* qualifiers */
 55500                   _CIM_PolicyRuleInPolicyGroup_PartComponent_qualifiers,
 55501                   /* subscript */
 55502                   -1,
 55503                   /* refId */
 55504                   &__root_cimv2_CIM_PolicyRule,
 55505               };
 55506               
 55507 mike  1.1.2.1 static MetaFeature*
 55508               _CIM_PolicyRuleInPolicyGroup_features[] =
 55509               {
 55510                   (MetaFeature*)&_CIM_PolicyRuleInPolicyGroup_GroupComponent,
 55511                   (MetaFeature*)&_CIM_PolicyRuleInPolicyGroup_PartComponent,
 55512                   0,
 55513               };
 55514               
 55515               static const char*
 55516               __root_cimv2_CIM_PolicyRuleInPolicyGroup_qualifiers[] =
 55517               {
 55518                   /* ASSOCIATION */
 55519                   "\000\001",
 55520                   /* Deprecated */
 55521                   "\013\000\001CIM_PolicySetComponent\000",
 55522                   /* UMLPackagePath */
 55523                   "\057CIM::Policy",
 55524                   /* Aggregation */
 55525                   "\004\001",
 55526                   /* Version */
 55527                   "\0632.7.0",
 55528 mike  1.1.2.1     0,
 55529               };
 55530               
 55531               MetaClass
 55532               __root_cimv2_CIM_PolicyRuleInPolicyGroup =
 55533               {
 55534                   /* flags */
 55535                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55536                   /* name */
 55537                   "CIM_PolicyRuleInPolicyGroup",
 55538                   /* qualifiers */
 55539                   __root_cimv2_CIM_PolicyRuleInPolicyGroup_qualifiers,
 55540                   /* super */
 55541                   &__root_cimv2_CIM_PolicyComponent,
 55542                   /* features */
 55543                   _CIM_PolicyRuleInPolicyGroup_features,
 55544               };
 55545               
 55546               //==============================================================================
 55547               //
 55548               // Class: CIM_PolicyRuleValidityPeriod
 55549 mike  1.1.2.1 //
 55550               //==============================================================================
 55551               
 55552               static const char*
 55553               _CIM_PolicyRuleValidityPeriod_GroupComponent_qualifiers[] =
 55554               {
 55555                   /* Deprecated */
 55556                   "\013\000\001CIM_PolicySetValidityPeriod.GroupComponent\000",
 55557                   /* Aggregate */
 55558                   "\003\001",
 55559                   /* Override */
 55560                   "\044GroupComponent",
 55561                   0,
 55562               };
 55563               
 55564               static MetaReference
 55565               _CIM_PolicyRuleValidityPeriod_GroupComponent =
 55566               {
 55567                   /* flags */
 55568                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55569                   /* name */
 55570 mike  1.1.2.1     "GroupComponent",
 55571                   /* qualifiers */
 55572                   _CIM_PolicyRuleValidityPeriod_GroupComponent_qualifiers,
 55573                   /* subscript */
 55574                   -1,
 55575                   /* refId */
 55576                   &__root_cimv2_CIM_PolicyRule,
 55577               };
 55578               
 55579               static const char*
 55580               _CIM_PolicyRuleValidityPeriod_PartComponent_qualifiers[] =
 55581               {
 55582                   /* Deprecated */
 55583                   "\013\000\001CIM_PolicySetValidityPeriod.PartComponent\000",
 55584                   /* Override */
 55585                   "\044PartComponent",
 55586                   0,
 55587               };
 55588               
 55589               static MetaReference
 55590               _CIM_PolicyRuleValidityPeriod_PartComponent =
 55591 mike  1.1.2.1 {
 55592                   /* flags */
 55593                   META_FLAG_REFERENCE|META_FLAG_READ,
 55594                   /* name */
 55595                   "PartComponent",
 55596                   /* qualifiers */
 55597                   _CIM_PolicyRuleValidityPeriod_PartComponent_qualifiers,
 55598                   /* subscript */
 55599                   -1,
 55600                   /* refId */
 55601                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
 55602               };
 55603               
 55604               static MetaFeature*
 55605               _CIM_PolicyRuleValidityPeriod_features[] =
 55606               {
 55607                   (MetaFeature*)&_CIM_PolicyRuleValidityPeriod_GroupComponent,
 55608                   (MetaFeature*)&_CIM_PolicyRuleValidityPeriod_PartComponent,
 55609                   0,
 55610               };
 55611               
 55612 mike  1.1.2.1 static const char*
 55613               __root_cimv2_CIM_PolicyRuleValidityPeriod_qualifiers[] =
 55614               {
 55615                   /* ASSOCIATION */
 55616                   "\000\001",
 55617                   /* Deprecated */
 55618                   "\013\000\001CIM_PolicySetValidityPeriod\000",
 55619                   /* UMLPackagePath */
 55620                   "\057CIM::Policy",
 55621                   /* Aggregation */
 55622                   "\004\001",
 55623                   /* Version */
 55624                   "\0632.7.0",
 55625                   0,
 55626               };
 55627               
 55628               MetaClass
 55629               __root_cimv2_CIM_PolicyRuleValidityPeriod =
 55630               {
 55631                   /* flags */
 55632                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55633 mike  1.1.2.1     /* name */
 55634                   "CIM_PolicyRuleValidityPeriod",
 55635                   /* qualifiers */
 55636                   __root_cimv2_CIM_PolicyRuleValidityPeriod_qualifiers,
 55637                   /* super */
 55638                   &__root_cimv2_CIM_PolicyComponent,
 55639                   /* features */
 55640                   _CIM_PolicyRuleValidityPeriod_features,
 55641               };
 55642               
 55643               //==============================================================================
 55644               //
 55645               // Class: CIM_PolicySetInRoleCollection
 55646               //
 55647               //==============================================================================
 55648               
 55649               static const char*
 55650               _CIM_PolicySetInRoleCollection_Collection_qualifiers[] =
 55651               {
 55652                   /* Aggregate */
 55653                   "\003\001",
 55654 mike  1.1.2.1     /* Override */
 55655                   "\044Collection",
 55656                   0,
 55657               };
 55658               
 55659               static MetaReference
 55660               _CIM_PolicySetInRoleCollection_Collection =
 55661               {
 55662                   /* flags */
 55663                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55664                   /* name */
 55665                   "Collection",
 55666                   /* qualifiers */
 55667                   _CIM_PolicySetInRoleCollection_Collection_qualifiers,
 55668                   /* subscript */
 55669                   -1,
 55670                   /* refId */
 55671                   &__root_cimv2_CIM_PolicyRoleCollection,
 55672               };
 55673               
 55674               static const char*
 55675 mike  1.1.2.1 _CIM_PolicySetInRoleCollection_Member_qualifiers[] =
 55676               {
 55677                   /* Override */
 55678                   "\044Member",
 55679                   0,
 55680               };
 55681               
 55682               static MetaReference
 55683               _CIM_PolicySetInRoleCollection_Member =
 55684               {
 55685                   /* flags */
 55686                   META_FLAG_REFERENCE|META_FLAG_READ,
 55687                   /* name */
 55688                   "Member",
 55689                   /* qualifiers */
 55690                   _CIM_PolicySetInRoleCollection_Member_qualifiers,
 55691                   /* subscript */
 55692                   -1,
 55693                   /* refId */
 55694                   &__root_cimv2_CIM_PolicySet,
 55695               };
 55696 mike  1.1.2.1 
 55697               static MetaFeature*
 55698               _CIM_PolicySetInRoleCollection_features[] =
 55699               {
 55700                   (MetaFeature*)&_CIM_PolicySetInRoleCollection_Collection,
 55701                   (MetaFeature*)&_CIM_PolicySetInRoleCollection_Member,
 55702                   0,
 55703               };
 55704               
 55705               static const char*
 55706               __root_cimv2_CIM_PolicySetInRoleCollection_qualifiers[] =
 55707               {
 55708                   /* ASSOCIATION */
 55709                   "\000\001",
 55710                   /* UMLPackagePath */
 55711                   "\057CIM::Policy",
 55712                   /* Aggregation */
 55713                   "\004\001",
 55714                   /* Version */
 55715                   "\0632.8.0",
 55716                   0,
 55717 mike  1.1.2.1 };
 55718               
 55719               MetaClass
 55720               __root_cimv2_CIM_PolicySetInRoleCollection =
 55721               {
 55722                   /* flags */
 55723                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55724                   /* name */
 55725                   "CIM_PolicySetInRoleCollection",
 55726                   /* qualifiers */
 55727                   __root_cimv2_CIM_PolicySetInRoleCollection_qualifiers,
 55728                   /* super */
 55729                   &__root_cimv2_CIM_MemberOfCollection,
 55730                   /* features */
 55731                   _CIM_PolicySetInRoleCollection_features,
 55732               };
 55733               
 55734               //==============================================================================
 55735               //
 55736               // Class: CIM_PolicySetValidityPeriod
 55737               //
 55738 mike  1.1.2.1 //==============================================================================
 55739               
 55740               static const char*
 55741               _CIM_PolicySetValidityPeriod_GroupComponent_qualifiers[] =
 55742               {
 55743                   /* Aggregate */
 55744                   "\003\001",
 55745                   /* Override */
 55746                   "\044GroupComponent",
 55747                   0,
 55748               };
 55749               
 55750               static MetaReference
 55751               _CIM_PolicySetValidityPeriod_GroupComponent =
 55752               {
 55753                   /* flags */
 55754                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55755                   /* name */
 55756                   "GroupComponent",
 55757                   /* qualifiers */
 55758                   _CIM_PolicySetValidityPeriod_GroupComponent_qualifiers,
 55759 mike  1.1.2.1     /* subscript */
 55760                   -1,
 55761                   /* refId */
 55762                   &__root_cimv2_CIM_PolicySet,
 55763               };
 55764               
 55765               static const char*
 55766               _CIM_PolicySetValidityPeriod_PartComponent_qualifiers[] =
 55767               {
 55768                   /* Override */
 55769                   "\044PartComponent",
 55770                   0,
 55771               };
 55772               
 55773               static MetaReference
 55774               _CIM_PolicySetValidityPeriod_PartComponent =
 55775               {
 55776                   /* flags */
 55777                   META_FLAG_REFERENCE|META_FLAG_READ,
 55778                   /* name */
 55779                   "PartComponent",
 55780 mike  1.1.2.1     /* qualifiers */
 55781                   _CIM_PolicySetValidityPeriod_PartComponent_qualifiers,
 55782                   /* subscript */
 55783                   -1,
 55784                   /* refId */
 55785                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
 55786               };
 55787               
 55788               static MetaFeature*
 55789               _CIM_PolicySetValidityPeriod_features[] =
 55790               {
 55791                   (MetaFeature*)&_CIM_PolicySetValidityPeriod_GroupComponent,
 55792                   (MetaFeature*)&_CIM_PolicySetValidityPeriod_PartComponent,
 55793                   0,
 55794               };
 55795               
 55796               static const char*
 55797               __root_cimv2_CIM_PolicySetValidityPeriod_qualifiers[] =
 55798               {
 55799                   /* ASSOCIATION */
 55800                   "\000\001",
 55801 mike  1.1.2.1     /* UMLPackagePath */
 55802                   "\057CIM::Policy",
 55803                   /* Aggregation */
 55804                   "\004\001",
 55805                   /* Version */
 55806                   "\0632.7.0",
 55807                   0,
 55808               };
 55809               
 55810               MetaClass
 55811               __root_cimv2_CIM_PolicySetValidityPeriod =
 55812               {
 55813                   /* flags */
 55814                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55815                   /* name */
 55816                   "CIM_PolicySetValidityPeriod",
 55817                   /* qualifiers */
 55818                   __root_cimv2_CIM_PolicySetValidityPeriod_qualifiers,
 55819                   /* super */
 55820                   &__root_cimv2_CIM_PolicyComponent,
 55821                   /* features */
 55822 mike  1.1.2.1     _CIM_PolicySetValidityPeriod_features,
 55823               };
 55824               
 55825               //==============================================================================
 55826               //
 55827               // Class: CIM_PreconfiguredSAAction
 55828               //
 55829               //==============================================================================
 55830               
 55831               static const char*
 55832               _CIM_PreconfiguredSAAction_LifetimeKilobytes_qualifiers[] =
 55833               {
 55834                   /* Units */
 55835                   "\060KiloBytes",
 55836                   /* MappingStrings */
 55837                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredSAAction.LifetimeKilobytes\000",
 55838                   /* ModelCorrespondence */
 55839                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 55840                   0,
 55841               };
 55842               
 55843 mike  1.1.2.1 static MetaProperty
 55844               _CIM_PreconfiguredSAAction_LifetimeKilobytes =
 55845               {
 55846                   /* flags */
 55847                   META_FLAG_PROPERTY|META_FLAG_READ,
 55848                   /* name */
 55849                   "LifetimeKilobytes",
 55850                   /* qualifiers */
 55851                   _CIM_PreconfiguredSAAction_LifetimeKilobytes_qualifiers,
 55852                   /* type */
 55853                   CIMTYPE_UINT64,
 55854                   /* subscript */
 55855                   -1,
 55856                   /* value */
 55857                   0,
 55858               };
 55859               
 55860               static MetaFeature*
 55861               _CIM_PreconfiguredSAAction_features[] =
 55862               {
 55863                   (MetaFeature*)&_CIM_PreconfiguredSAAction_LifetimeKilobytes,
 55864 mike  1.1.2.1     0,
 55865               };
 55866               
 55867               static const char*
 55868               __root_cimv2_CIM_PreconfiguredSAAction_qualifiers[] =
 55869               {
 55870                   /* UMLPackagePath */
 55871                   "\057CIM::IPsecPolicy",
 55872                   /* Version */
 55873                   "\0632.8.0",
 55874                   /* MappingStrings */
 55875                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredSAAction\000",
 55876                   0,
 55877               };
 55878               
 55879               MetaClass
 55880               __root_cimv2_CIM_PreconfiguredSAAction =
 55881               {
 55882                   /* flags */
 55883                   META_FLAG_CLASS,
 55884                   /* name */
 55885 mike  1.1.2.1     "CIM_PreconfiguredSAAction",
 55886                   /* qualifiers */
 55887                   __root_cimv2_CIM_PreconfiguredSAAction_qualifiers,
 55888                   /* super */
 55889                   &__root_cimv2_CIM_SAStaticAction,
 55890                   /* features */
 55891                   _CIM_PreconfiguredSAAction_features,
 55892               };
 55893               
 55894               //==============================================================================
 55895               //
 55896               // Class: CIM_PreconfiguredTransportAction
 55897               //
 55898               //==============================================================================
 55899               
 55900               static MetaFeature*
 55901               _CIM_PreconfiguredTransportAction_features[] =
 55902               {
 55903                   0,
 55904               };
 55905               
 55906 mike  1.1.2.1 static const char*
 55907               __root_cimv2_CIM_PreconfiguredTransportAction_qualifiers[] =
 55908               {
 55909                   /* UMLPackagePath */
 55910                   "\057CIM::IPsecPolicy",
 55911                   /* Version */
 55912                   "\0632.8.0",
 55913                   /* MappingStrings */
 55914                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTransportAction\000",
 55915                   0,
 55916               };
 55917               
 55918               MetaClass
 55919               __root_cimv2_CIM_PreconfiguredTransportAction =
 55920               {
 55921                   /* flags */
 55922                   META_FLAG_CLASS,
 55923                   /* name */
 55924                   "CIM_PreconfiguredTransportAction",
 55925                   /* qualifiers */
 55926                   __root_cimv2_CIM_PreconfiguredTransportAction_qualifiers,
 55927 mike  1.1.2.1     /* super */
 55928                   &__root_cimv2_CIM_PreconfiguredSAAction,
 55929                   /* features */
 55930                   _CIM_PreconfiguredTransportAction_features,
 55931               };
 55932               
 55933               //==============================================================================
 55934               //
 55935               // Class: CIM_PreconfiguredTunnelAction
 55936               //
 55937               //==============================================================================
 55938               
 55939               static const char*
 55940               _CIM_PreconfiguredTunnelAction_DFHandling_qualifiers[] =
 55941               {
 55942                   /* ValueMap */
 55943                   "\061\000\0032\0003\0004\000",
 55944                   /* Values */
 55945                   "\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",
 55946                   /* MappingStrings */
 55947                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction.DFHandling\000",
 55948 mike  1.1.2.1     /* ModelCorrespondence */
 55949                   "\036\000\001CIM_IPsecSAEndpoint.DFHandling\000",
 55950                   0,
 55951               };
 55952               
 55953               static MetaProperty
 55954               _CIM_PreconfiguredTunnelAction_DFHandling =
 55955               {
 55956                   /* flags */
 55957                   META_FLAG_PROPERTY|META_FLAG_READ,
 55958                   /* name */
 55959                   "DFHandling",
 55960                   /* qualifiers */
 55961                   _CIM_PreconfiguredTunnelAction_DFHandling_qualifiers,
 55962                   /* type */
 55963                   CIMTYPE_UINT16,
 55964                   /* subscript */
 55965                   -1,
 55966                   /* value */
 55967                   0,
 55968               };
 55969 mike  1.1.2.1 
 55970               static MetaFeature*
 55971               _CIM_PreconfiguredTunnelAction_features[] =
 55972               {
 55973                   (MetaFeature*)&_CIM_PreconfiguredTunnelAction_DFHandling,
 55974                   0,
 55975               };
 55976               
 55977               static const char*
 55978               __root_cimv2_CIM_PreconfiguredTunnelAction_qualifiers[] =
 55979               {
 55980                   /* UMLPackagePath */
 55981                   "\057CIM::IPsecPolicy",
 55982                   /* Version */
 55983                   "\0632.8.0",
 55984                   /* MappingStrings */
 55985                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction\000",
 55986                   0,
 55987               };
 55988               
 55989               MetaClass
 55990 mike  1.1.2.1 __root_cimv2_CIM_PreconfiguredTunnelAction =
 55991               {
 55992                   /* flags */
 55993                   META_FLAG_CLASS,
 55994                   /* name */
 55995                   "CIM_PreconfiguredTunnelAction",
 55996                   /* qualifiers */
 55997                   __root_cimv2_CIM_PreconfiguredTunnelAction_qualifiers,
 55998                   /* super */
 55999                   &__root_cimv2_CIM_PreconfiguredSAAction,
 56000                   /* features */
 56001                   _CIM_PreconfiguredTunnelAction_features,
 56002               };
 56003               
 56004               //==============================================================================
 56005               //
 56006               // Class: CIM_PrioritySchedulingElement
 56007               //
 56008               //==============================================================================
 56009               
 56010               static const char*
 56011 mike  1.1.2.1 _CIM_PrioritySchedulingElement_WorkConserving_qualifiers[] =
 56012               {
 56013                   /* Override */
 56014                   "\044WorkConserving",
 56015                   0,
 56016               };
 56017               
 56018               static MetaProperty
 56019               _CIM_PrioritySchedulingElement_WorkConserving =
 56020               {
 56021                   /* flags */
 56022                   META_FLAG_PROPERTY|META_FLAG_READ,
 56023                   /* name */
 56024                   "WorkConserving",
 56025                   /* qualifiers */
 56026                   _CIM_PrioritySchedulingElement_WorkConserving_qualifiers,
 56027                   /* type */
 56028                   CIMTYPE_BOOLEAN,
 56029                   /* subscript */
 56030                   -1,
 56031                   /* value */
 56032 mike  1.1.2.1     "\001",
 56033               };
 56034               
 56035               static const char*
 56036               _CIM_PrioritySchedulingElement_Priority_qualifiers[] =
 56037               {
 56038                   0,
 56039               };
 56040               
 56041               static MetaProperty
 56042               _CIM_PrioritySchedulingElement_Priority =
 56043               {
 56044                   /* flags */
 56045                   META_FLAG_PROPERTY|META_FLAG_READ,
 56046                   /* name */
 56047                   "Priority",
 56048                   /* qualifiers */
 56049                   _CIM_PrioritySchedulingElement_Priority_qualifiers,
 56050                   /* type */
 56051                   CIMTYPE_UINT16,
 56052                   /* subscript */
 56053 mike  1.1.2.1     -1,
 56054                   /* value */
 56055                   0,
 56056               };
 56057               
 56058               static MetaFeature*
 56059               _CIM_PrioritySchedulingElement_features[] =
 56060               {
 56061                   (MetaFeature*)&_CIM_PrioritySchedulingElement_WorkConserving,
 56062                   (MetaFeature*)&_CIM_PrioritySchedulingElement_Priority,
 56063                   0,
 56064               };
 56065               
 56066               static const char*
 56067               __root_cimv2_CIM_PrioritySchedulingElement_qualifiers[] =
 56068               {
 56069                   /* UMLPackagePath */
 56070                   "\057CIM::Network::QoS",
 56071                   /* Version */
 56072                   "\0632.7.0",
 56073                   0,
 56074 mike  1.1.2.1 };
 56075               
 56076               MetaClass
 56077               __root_cimv2_CIM_PrioritySchedulingElement =
 56078               {
 56079                   /* flags */
 56080                   META_FLAG_CLASS,
 56081                   /* name */
 56082                   "CIM_PrioritySchedulingElement",
 56083                   /* qualifiers */
 56084                   __root_cimv2_CIM_PrioritySchedulingElement_qualifiers,
 56085                   /* super */
 56086                   &__root_cimv2_CIM_SchedulingElement,
 56087                   /* features */
 56088                   _CIM_PrioritySchedulingElement_features,
 56089               };
 56090               
 56091               //==============================================================================
 56092               //
 56093               // Class: CIM_ProductSupport
 56094               //
 56095 mike  1.1.2.1 //==============================================================================
 56096               
 56097               static const char*
 56098               _CIM_ProductSupport_Product_qualifiers[] =
 56099               {
 56100                   /* Key */
 56101                   "\025\001",
 56102                   0,
 56103               };
 56104               
 56105               static MetaReference
 56106               _CIM_ProductSupport_Product =
 56107               {
 56108                   /* flags */
 56109                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 56110                   /* name */
 56111                   "Product",
 56112                   /* qualifiers */
 56113                   _CIM_ProductSupport_Product_qualifiers,
 56114                   /* subscript */
 56115                   -1,
 56116 mike  1.1.2.1     /* refId */
 56117                   &__root_cimv2_CIM_Product,
 56118               };
 56119               
 56120               static const char*
 56121               _CIM_ProductSupport_Support_qualifiers[] =
 56122               {
 56123                   /* Key */
 56124                   "\025\001",
 56125                   0,
 56126               };
 56127               
 56128               static MetaReference
 56129               _CIM_ProductSupport_Support =
 56130               {
 56131                   /* flags */
 56132                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 56133                   /* name */
 56134                   "Support",
 56135                   /* qualifiers */
 56136                   _CIM_ProductSupport_Support_qualifiers,
 56137 mike  1.1.2.1     /* subscript */
 56138                   -1,
 56139                   /* refId */
 56140                   &__root_cimv2_CIM_SupportAccess,
 56141               };
 56142               
 56143               static MetaFeature*
 56144               _CIM_ProductSupport_features[] =
 56145               {
 56146                   (MetaFeature*)&_CIM_ProductSupport_Product,
 56147                   (MetaFeature*)&_CIM_ProductSupport_Support,
 56148                   0,
 56149               };
 56150               
 56151               static const char*
 56152               __root_cimv2_CIM_ProductSupport_qualifiers[] =
 56153               {
 56154                   /* ASSOCIATION */
 56155                   "\000\001",
 56156                   /* UMLPackagePath */
 56157                   "\057CIM::Core::ProductFRU",
 56158 mike  1.1.2.1     /* Version */
 56159                   "\0632.6.0",
 56160                   0,
 56161               };
 56162               
 56163               MetaClass
 56164               __root_cimv2_CIM_ProductSupport =
 56165               {
 56166                   /* flags */
 56167                   META_FLAG_ASSOCIATION,
 56168                   /* name */
 56169                   "CIM_ProductSupport",
 56170                   /* qualifiers */
 56171                   __root_cimv2_CIM_ProductSupport_qualifiers,
 56172                   /* super */
 56173                   0,
 56174                   /* features */
 56175                   _CIM_ProductSupport_features,
 56176               };
 56177               
 56178               //==============================================================================
 56179 mike  1.1.2.1 //
 56180               // Class: CIM_PublicPrivateKeyAuthentication
 56181               //
 56182               //==============================================================================
 56183               
 56184               static const char*
 56185               _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey_qualifiers[] =
 56186               {
 56187                   0,
 56188               };
 56189               
 56190               static MetaProperty
 56191               _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey =
 56192               {
 56193                   /* flags */
 56194                   META_FLAG_PROPERTY|META_FLAG_READ,
 56195                   /* name */
 56196                   "SelfIssuedKey",
 56197                   /* qualifiers */
 56198                   _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey_qualifiers,
 56199                   /* type */
 56200 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 56201                   /* subscript */
 56202                   -1,
 56203                   /* value */
 56204                   0,
 56205               };
 56206               
 56207               static const char*
 56208               _CIM_PublicPrivateKeyAuthentication_DistinguishedName_qualifiers[] =
 56209               {
 56210                   0,
 56211               };
 56212               
 56213               static MetaProperty
 56214               _CIM_PublicPrivateKeyAuthentication_DistinguishedName =
 56215               {
 56216                   /* flags */
 56217                   META_FLAG_PROPERTY|META_FLAG_READ,
 56218                   /* name */
 56219                   "DistinguishedName",
 56220                   /* qualifiers */
 56221 mike  1.1.2.1     _CIM_PublicPrivateKeyAuthentication_DistinguishedName_qualifiers,
 56222                   /* type */
 56223                   CIMTYPE_STRING,
 56224                   /* subscript */
 56225                   -1,
 56226                   /* value */
 56227                   0,
 56228               };
 56229               
 56230               static const char*
 56231               _CIM_PublicPrivateKeyAuthentication_PublicKey_qualifiers[] =
 56232               {
 56233                   0,
 56234               };
 56235               
 56236               static MetaProperty
 56237               _CIM_PublicPrivateKeyAuthentication_PublicKey =
 56238               {
 56239                   /* flags */
 56240                   META_FLAG_PROPERTY|META_FLAG_READ,
 56241                   /* name */
 56242 mike  1.1.2.1     "PublicKey",
 56243                   /* qualifiers */
 56244                   _CIM_PublicPrivateKeyAuthentication_PublicKey_qualifiers,
 56245                   /* type */
 56246                   CIMTYPE_STRING,
 56247                   /* subscript */
 56248                   -1,
 56249                   /* value */
 56250                   0,
 56251               };
 56252               
 56253               static MetaFeature*
 56254               _CIM_PublicPrivateKeyAuthentication_features[] =
 56255               {
 56256                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_SelfIssuedKey,
 56257                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_DistinguishedName,
 56258                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_PublicKey,
 56259                   0,
 56260               };
 56261               
 56262               static const char*
 56263 mike  1.1.2.1 __root_cimv2_CIM_PublicPrivateKeyAuthentication_qualifiers[] =
 56264               {
 56265                   /* UMLPackagePath */
 56266                   "\057CIM::Policy",
 56267                   /* Version */
 56268                   "\0632.8.0",
 56269                   0,
 56270               };
 56271               
 56272               MetaClass
 56273               __root_cimv2_CIM_PublicPrivateKeyAuthentication =
 56274               {
 56275                   /* flags */
 56276                   META_FLAG_CLASS,
 56277                   /* name */
 56278                   "CIM_PublicPrivateKeyAuthentication",
 56279                   /* qualifiers */
 56280                   __root_cimv2_CIM_PublicPrivateKeyAuthentication_qualifiers,
 56281                   /* super */
 56282                   &__root_cimv2_CIM_AuthenticationCondition,
 56283                   /* features */
 56284 mike  1.1.2.1     _CIM_PublicPrivateKeyAuthentication_features,
 56285               };
 56286               
 56287               //==============================================================================
 56288               //
 56289               // Class: CIM_PublicPrivateKeyPair
 56290               //
 56291               //==============================================================================
 56292               
 56293               static const char*
 56294               _CIM_PublicPrivateKeyPair_Antecedent_qualifiers[] =
 56295               {
 56296                   /* Deprecated */
 56297                   "\013\000\001CIM_AuthenticationCondition\000",
 56298                   /* Override */
 56299                   "\044Antecedent",
 56300                   0,
 56301               };
 56302               
 56303               static MetaReference
 56304               _CIM_PublicPrivateKeyPair_Antecedent =
 56305 mike  1.1.2.1 {
 56306                   /* flags */
 56307                   META_FLAG_REFERENCE|META_FLAG_READ,
 56308                   /* name */
 56309                   "Antecedent",
 56310                   /* qualifiers */
 56311                   _CIM_PublicPrivateKeyPair_Antecedent_qualifiers,
 56312                   /* subscript */
 56313                   -1,
 56314                   /* refId */
 56315                   &__root_cimv2_CIM_PublicKeyCertificate,
 56316               };
 56317               
 56318               static const char*
 56319               _CIM_PublicPrivateKeyPair_Dependent_qualifiers[] =
 56320               {
 56321                   /* Deprecated */
 56322                   "\013\000\001CIM_Identity\000",
 56323                   /* Override */
 56324                   "\044Dependent",
 56325                   0,
 56326 mike  1.1.2.1 };
 56327               
 56328               static MetaReference
 56329               _CIM_PublicPrivateKeyPair_Dependent =
 56330               {
 56331                   /* flags */
 56332                   META_FLAG_REFERENCE|META_FLAG_READ,
 56333                   /* name */
 56334                   "Dependent",
 56335                   /* qualifiers */
 56336                   _CIM_PublicPrivateKeyPair_Dependent_qualifiers,
 56337                   /* subscript */
 56338                   -1,
 56339                   /* refId */
 56340                   &__root_cimv2_CIM_UsersAccess,
 56341               };
 56342               
 56343               static const char*
 56344               _CIM_PublicPrivateKeyPair_Use_qualifiers[] =
 56345               {
 56346                   /* Deprecated */
 56347 mike  1.1.2.1     "\013\000\001No value\000",
 56348                   /* ValueMap */
 56349                   "\061\000\0020\0001\000",
 56350                   /* Values */
 56351                   "\062\000\002SignOnly\000ConfidentialityOrSignature\000",
 56352                   0,
 56353               };
 56354               
 56355               static MetaProperty
 56356               _CIM_PublicPrivateKeyPair_Use =
 56357               {
 56358                   /* flags */
 56359                   META_FLAG_PROPERTY|META_FLAG_READ,
 56360                   /* name */
 56361                   "Use",
 56362                   /* qualifiers */
 56363                   _CIM_PublicPrivateKeyPair_Use_qualifiers,
 56364                   /* type */
 56365                   CIMTYPE_UINT16,
 56366                   /* subscript */
 56367                   -1,
 56368 mike  1.1.2.1     /* value */
 56369                   0,
 56370               };
 56371               
 56372               static const char*
 56373               _CIM_PublicPrivateKeyPair_NonRepudiation_qualifiers[] =
 56374               {
 56375                   /* Deprecated */
 56376                   "\013\000\001No value\000",
 56377                   0,
 56378               };
 56379               
 56380               static MetaProperty
 56381               _CIM_PublicPrivateKeyPair_NonRepudiation =
 56382               {
 56383                   /* flags */
 56384                   META_FLAG_PROPERTY|META_FLAG_READ,
 56385                   /* name */
 56386                   "NonRepudiation",
 56387                   /* qualifiers */
 56388                   _CIM_PublicPrivateKeyPair_NonRepudiation_qualifiers,
 56389 mike  1.1.2.1     /* type */
 56390                   CIMTYPE_BOOLEAN,
 56391                   /* subscript */
 56392                   -1,
 56393                   /* value */
 56394                   0,
 56395               };
 56396               
 56397               static const char*
 56398               _CIM_PublicPrivateKeyPair_BackedUp_qualifiers[] =
 56399               {
 56400                   /* Deprecated */
 56401                   "\013\000\001No value\000",
 56402                   0,
 56403               };
 56404               
 56405               static MetaProperty
 56406               _CIM_PublicPrivateKeyPair_BackedUp =
 56407               {
 56408                   /* flags */
 56409                   META_FLAG_PROPERTY|META_FLAG_READ,
 56410 mike  1.1.2.1     /* name */
 56411                   "BackedUp",
 56412                   /* qualifiers */
 56413                   _CIM_PublicPrivateKeyPair_BackedUp_qualifiers,
 56414                   /* type */
 56415                   CIMTYPE_BOOLEAN,
 56416                   /* subscript */
 56417                   -1,
 56418                   /* value */
 56419                   0,
 56420               };
 56421               
 56422               static const char*
 56423               _CIM_PublicPrivateKeyPair_Repository_qualifiers[] =
 56424               {
 56425                   /* Deprecated */
 56426                   "\013\000\001No value\000",
 56427                   0,
 56428               };
 56429               
 56430               static MetaProperty
 56431 mike  1.1.2.1 _CIM_PublicPrivateKeyPair_Repository =
 56432               {
 56433                   /* flags */
 56434                   META_FLAG_PROPERTY|META_FLAG_READ,
 56435                   /* name */
 56436                   "Repository",
 56437                   /* qualifiers */
 56438                   _CIM_PublicPrivateKeyPair_Repository_qualifiers,
 56439                   /* type */
 56440                   CIMTYPE_STRING,
 56441                   /* subscript */
 56442                   -1,
 56443                   /* value */
 56444                   0,
 56445               };
 56446               
 56447               static MetaFeature*
 56448               _CIM_PublicPrivateKeyPair_features[] =
 56449               {
 56450                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Antecedent,
 56451                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Dependent,
 56452 mike  1.1.2.1     (MetaFeature*)&_CIM_PublicPrivateKeyPair_Use,
 56453                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_NonRepudiation,
 56454                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_BackedUp,
 56455                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Repository,
 56456                   0,
 56457               };
 56458               
 56459               static const char*
 56460               __root_cimv2_CIM_PublicPrivateKeyPair_qualifiers[] =
 56461               {
 56462                   /* ASSOCIATION */
 56463                   "\000\001",
 56464                   /* Deprecated */
 56465                   "\013\000\001CIM_AuthenticationCondition\000",
 56466                   /* UMLPackagePath */
 56467                   "\057CIM::User::UsersAccess",
 56468                   /* Version */
 56469                   "\0632.8.0",
 56470                   0,
 56471               };
 56472               
 56473 mike  1.1.2.1 MetaClass
 56474               __root_cimv2_CIM_PublicPrivateKeyPair =
 56475               {
 56476                   /* flags */
 56477                   META_FLAG_ASSOCIATION,
 56478                   /* name */
 56479                   "CIM_PublicPrivateKeyPair",
 56480                   /* qualifiers */
 56481                   __root_cimv2_CIM_PublicPrivateKeyPair_qualifiers,
 56482                   /* super */
 56483                   &__root_cimv2_CIM_UsersCredential,
 56484                   /* features */
 56485                   _CIM_PublicPrivateKeyPair_features,
 56486               };
 56487               
 56488               //==============================================================================
 56489               //
 56490               // Class: CIM_Rack
 56491               //
 56492               //==============================================================================
 56493               
 56494 mike  1.1.2.1 static const char*
 56495               _CIM_Rack_Height_qualifiers[] =
 56496               {
 56497                   /* Override */
 56498                   "\044Height",
 56499                   /* Units */
 56500                   "\060Us",
 56501                   0,
 56502               };
 56503               
 56504               static MetaProperty
 56505               _CIM_Rack_Height =
 56506               {
 56507                   /* flags */
 56508                   META_FLAG_PROPERTY|META_FLAG_READ,
 56509                   /* name */
 56510                   "Height",
 56511                   /* qualifiers */
 56512                   _CIM_Rack_Height_qualifiers,
 56513                   /* type */
 56514                   CIMTYPE_REAL32,
 56515 mike  1.1.2.1     /* subscript */
 56516                   -1,
 56517                   /* value */
 56518                   0,
 56519               };
 56520               
 56521               static const char*
 56522               _CIM_Rack_TypeOfRack_qualifiers[] =
 56523               {
 56524                   /* ValueMap */
 56525                   "\061\000\0050\0001\0002\0003\0004\000",
 56526                   /* Values */
 56527                   "\062\000\005Unknown\000Standard 19 Inch\000Telco\000Equipment Shelf\000Non-Standard\000",
 56528                   /* ModelCorrespondence */
 56529                   "\036\000\001CIM_Rack.CountryDesignation\000",
 56530                   0,
 56531               };
 56532               
 56533               static MetaProperty
 56534               _CIM_Rack_TypeOfRack =
 56535               {
 56536 mike  1.1.2.1     /* flags */
 56537                   META_FLAG_PROPERTY|META_FLAG_READ,
 56538                   /* name */
 56539                   "TypeOfRack",
 56540                   /* qualifiers */
 56541                   _CIM_Rack_TypeOfRack_qualifiers,
 56542                   /* type */
 56543                   CIMTYPE_UINT16,
 56544                   /* subscript */
 56545                   -1,
 56546                   /* value */
 56547                   0,
 56548               };
 56549               
 56550               static const char*
 56551               _CIM_Rack_CountryDesignation_qualifiers[] =
 56552               {
 56553                   /* ModelCorrespondence */
 56554                   "\036\000\001CIM_Rack.TypeOfRack\000",
 56555                   0,
 56556               };
 56557 mike  1.1.2.1 
 56558               static MetaProperty
 56559               _CIM_Rack_CountryDesignation =
 56560               {
 56561                   /* flags */
 56562                   META_FLAG_PROPERTY|META_FLAG_READ,
 56563                   /* name */
 56564                   "CountryDesignation",
 56565                   /* qualifiers */
 56566                   _CIM_Rack_CountryDesignation_qualifiers,
 56567                   /* type */
 56568                   CIMTYPE_STRING,
 56569                   /* subscript */
 56570                   -1,
 56571                   /* value */
 56572                   0,
 56573               };
 56574               
 56575               static MetaFeature*
 56576               _CIM_Rack_features[] =
 56577               {
 56578 mike  1.1.2.1     (MetaFeature*)&_CIM_Rack_Height,
 56579                   (MetaFeature*)&_CIM_Rack_TypeOfRack,
 56580                   (MetaFeature*)&_CIM_Rack_CountryDesignation,
 56581                   0,
 56582               };
 56583               
 56584               static const char*
 56585               __root_cimv2_CIM_Rack_qualifiers[] =
 56586               {
 56587                   /* UMLPackagePath */
 56588                   "\057CIM::Physical::Package",
 56589                   /* Version */
 56590                   "\0632.6.0",
 56591                   0,
 56592               };
 56593               
 56594               MetaClass
 56595               __root_cimv2_CIM_Rack =
 56596               {
 56597                   /* flags */
 56598                   META_FLAG_CLASS,
 56599 mike  1.1.2.1     /* name */
 56600                   "CIM_Rack",
 56601                   /* qualifiers */
 56602                   __root_cimv2_CIM_Rack_qualifiers,
 56603                   /* super */
 56604                   &__root_cimv2_CIM_PhysicalFrame,
 56605                   /* features */
 56606                   _CIM_Rack_features,
 56607               };
 56608               
 56609               //==============================================================================
 56610               //
 56611               // Class: CIM_RangeOfIPAddresses
 56612               //
 56613               //==============================================================================
 56614               
 56615               static const char*
 56616               _CIM_RangeOfIPAddresses_StartAddress_qualifiers[] =
 56617               {
 56618                   /* ModelCorrespondence */
 56619                   "\036\000\001CIM_RangeOfIPAddresses.AddressType\000",
 56620 mike  1.1.2.1     0,
 56621               };
 56622               
 56623               static MetaProperty
 56624               _CIM_RangeOfIPAddresses_StartAddress =
 56625               {
 56626                   /* flags */
 56627                   META_FLAG_PROPERTY|META_FLAG_READ,
 56628                   /* name */
 56629                   "StartAddress",
 56630                   /* qualifiers */
 56631                   _CIM_RangeOfIPAddresses_StartAddress_qualifiers,
 56632                   /* type */
 56633                   CIMTYPE_STRING,
 56634                   /* subscript */
 56635                   -1,
 56636                   /* value */
 56637                   0,
 56638               };
 56639               
 56640               static const char*
 56641 mike  1.1.2.1 _CIM_RangeOfIPAddresses_EndAddress_qualifiers[] =
 56642               {
 56643                   /* ModelCorrespondence */
 56644                   "\036\000\001CIM_RangeOfIPAddresses.AddressType\000",
 56645                   0,
 56646               };
 56647               
 56648               static MetaProperty
 56649               _CIM_RangeOfIPAddresses_EndAddress =
 56650               {
 56651                   /* flags */
 56652                   META_FLAG_PROPERTY|META_FLAG_READ,
 56653                   /* name */
 56654                   "EndAddress",
 56655                   /* qualifiers */
 56656                   _CIM_RangeOfIPAddresses_EndAddress_qualifiers,
 56657                   /* type */
 56658                   CIMTYPE_STRING,
 56659                   /* subscript */
 56660                   -1,
 56661                   /* value */
 56662 mike  1.1.2.1     0,
 56663               };
 56664               
 56665               static const char*
 56666               _CIM_RangeOfIPAddresses_AddressType_qualifiers[] =
 56667               {
 56668                   /* ValueMap */
 56669                   "\061\000\0030\0001\0002\000",
 56670                   /* Values */
 56671                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 56672                   0,
 56673               };
 56674               
 56675               static MetaProperty
 56676               _CIM_RangeOfIPAddresses_AddressType =
 56677               {
 56678                   /* flags */
 56679                   META_FLAG_PROPERTY|META_FLAG_READ,
 56680                   /* name */
 56681                   "AddressType",
 56682                   /* qualifiers */
 56683 mike  1.1.2.1     _CIM_RangeOfIPAddresses_AddressType_qualifiers,
 56684                   /* type */
 56685                   CIMTYPE_UINT16,
 56686                   /* subscript */
 56687                   -1,
 56688                   /* value */
 56689                   0,
 56690               };
 56691               
 56692               static MetaFeature*
 56693               _CIM_RangeOfIPAddresses_features[] =
 56694               {
 56695                   (MetaFeature*)&_CIM_RangeOfIPAddresses_StartAddress,
 56696                   (MetaFeature*)&_CIM_RangeOfIPAddresses_EndAddress,
 56697                   (MetaFeature*)&_CIM_RangeOfIPAddresses_AddressType,
 56698                   0,
 56699               };
 56700               
 56701               static const char*
 56702               __root_cimv2_CIM_RangeOfIPAddresses_qualifiers[] =
 56703               {
 56704 mike  1.1.2.1     /* UMLPackagePath */
 56705                   "\057CIM::Network::Collections",
 56706                   /* Version */
 56707                   "\0632.7.0",
 56708                   0,
 56709               };
 56710               
 56711               MetaClass
 56712               __root_cimv2_CIM_RangeOfIPAddresses =
 56713               {
 56714                   /* flags */
 56715                   META_FLAG_CLASS,
 56716                   /* name */
 56717                   "CIM_RangeOfIPAddresses",
 56718                   /* qualifiers */
 56719                   __root_cimv2_CIM_RangeOfIPAddresses_qualifiers,
 56720                   /* super */
 56721                   &__root_cimv2_CIM_SystemSpecificCollection,
 56722                   /* features */
 56723                   _CIM_RangeOfIPAddresses_features,
 56724               };
 56725 mike  1.1.2.1 
 56726               //==============================================================================
 56727               //
 56728               // Class: CIM_RangesOfConfiguration
 56729               //
 56730               //==============================================================================
 56731               
 56732               static const char*
 56733               _CIM_RangesOfConfiguration_Antecedent_qualifiers[] =
 56734               {
 56735                   /* Override */
 56736                   "\044Antecedent",
 56737                   0,
 56738               };
 56739               
 56740               static MetaReference
 56741               _CIM_RangesOfConfiguration_Antecedent =
 56742               {
 56743                   /* flags */
 56744                   META_FLAG_REFERENCE|META_FLAG_READ,
 56745                   /* name */
 56746 mike  1.1.2.1     "Antecedent",
 56747                   /* qualifiers */
 56748                   _CIM_RangesOfConfiguration_Antecedent_qualifiers,
 56749                   /* subscript */
 56750                   -1,
 56751                   /* refId */
 56752                   &__root_cimv2_CIM_RangeOfIPAddresses,
 56753               };
 56754               
 56755               static const char*
 56756               _CIM_RangesOfConfiguration_Dependent_qualifiers[] =
 56757               {
 56758                   /* Override */
 56759                   "\044Dependent",
 56760                   0,
 56761               };
 56762               
 56763               static MetaReference
 56764               _CIM_RangesOfConfiguration_Dependent =
 56765               {
 56766                   /* flags */
 56767 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 56768                   /* name */
 56769                   "Dependent",
 56770                   /* qualifiers */
 56771                   _CIM_RangesOfConfiguration_Dependent_qualifiers,
 56772                   /* subscript */
 56773                   -1,
 56774                   /* refId */
 56775                   &__root_cimv2_CIM_OSPFAreaConfiguration,
 56776               };
 56777               
 56778               static const char*
 56779               _CIM_RangesOfConfiguration_EnableAdvertise_qualifiers[] =
 56780               {
 56781                   0,
 56782               };
 56783               
 56784               static MetaProperty
 56785               _CIM_RangesOfConfiguration_EnableAdvertise =
 56786               {
 56787                   /* flags */
 56788 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 56789                   /* name */
 56790                   "EnableAdvertise",
 56791                   /* qualifiers */
 56792                   _CIM_RangesOfConfiguration_EnableAdvertise_qualifiers,
 56793                   /* type */
 56794                   CIMTYPE_BOOLEAN,
 56795                   /* subscript */
 56796                   -1,
 56797                   /* value */
 56798                   0,
 56799               };
 56800               
 56801               static MetaFeature*
 56802               _CIM_RangesOfConfiguration_features[] =
 56803               {
 56804                   (MetaFeature*)&_CIM_RangesOfConfiguration_Antecedent,
 56805                   (MetaFeature*)&_CIM_RangesOfConfiguration_Dependent,
 56806                   (MetaFeature*)&_CIM_RangesOfConfiguration_EnableAdvertise,
 56807                   0,
 56808               };
 56809 mike  1.1.2.1 
 56810               static const char*
 56811               __root_cimv2_CIM_RangesOfConfiguration_qualifiers[] =
 56812               {
 56813                   /* ASSOCIATION */
 56814                   "\000\001",
 56815                   /* UMLPackagePath */
 56816                   "\057CIM::Network::OSPF",
 56817                   /* Version */
 56818                   "\0632.7.0",
 56819                   0,
 56820               };
 56821               
 56822               MetaClass
 56823               __root_cimv2_CIM_RangesOfConfiguration =
 56824               {
 56825                   /* flags */
 56826                   META_FLAG_ASSOCIATION,
 56827                   /* name */
 56828                   "CIM_RangesOfConfiguration",
 56829                   /* qualifiers */
 56830 mike  1.1.2.1     __root_cimv2_CIM_RangesOfConfiguration_qualifiers,
 56831                   /* super */
 56832                   &__root_cimv2_CIM_Dependency,
 56833                   /* features */
 56834                   _CIM_RangesOfConfiguration_features,
 56835               };
 56836               
 56837               //==============================================================================
 56838               //
 56839               // Class: CIM_RecordAppliesToElement
 56840               //
 56841               //==============================================================================
 56842               
 56843               static const char*
 56844               _CIM_RecordAppliesToElement_Antecedent_qualifiers[] =
 56845               {
 56846                   /* Override */
 56847                   "\044Antecedent",
 56848                   0,
 56849               };
 56850               
 56851 mike  1.1.2.1 static MetaReference
 56852               _CIM_RecordAppliesToElement_Antecedent =
 56853               {
 56854                   /* flags */
 56855                   META_FLAG_REFERENCE|META_FLAG_READ,
 56856                   /* name */
 56857                   "Antecedent",
 56858                   /* qualifiers */
 56859                   _CIM_RecordAppliesToElement_Antecedent_qualifiers,
 56860                   /* subscript */
 56861                   -1,
 56862                   /* refId */
 56863                   &__root_cimv2_CIM_RecordForLog,
 56864               };
 56865               
 56866               static const char*
 56867               _CIM_RecordAppliesToElement_Dependent_qualifiers[] =
 56868               {
 56869                   /* Override */
 56870                   "\044Dependent",
 56871                   0,
 56872 mike  1.1.2.1 };
 56873               
 56874               static MetaReference
 56875               _CIM_RecordAppliesToElement_Dependent =
 56876               {
 56877                   /* flags */
 56878                   META_FLAG_REFERENCE|META_FLAG_READ,
 56879                   /* name */
 56880                   "Dependent",
 56881                   /* qualifiers */
 56882                   _CIM_RecordAppliesToElement_Dependent_qualifiers,
 56883                   /* subscript */
 56884                   -1,
 56885                   /* refId */
 56886                   &__root_cimv2_CIM_ManagedElement,
 56887               };
 56888               
 56889               static MetaFeature*
 56890               _CIM_RecordAppliesToElement_features[] =
 56891               {
 56892                   (MetaFeature*)&_CIM_RecordAppliesToElement_Antecedent,
 56893 mike  1.1.2.1     (MetaFeature*)&_CIM_RecordAppliesToElement_Dependent,
 56894                   0,
 56895               };
 56896               
 56897               static const char*
 56898               __root_cimv2_CIM_RecordAppliesToElement_qualifiers[] =
 56899               {
 56900                   /* ASSOCIATION */
 56901                   "\000\001",
 56902                   /* UMLPackagePath */
 56903                   "\057CIM::System::Logs",
 56904                   /* Version */
 56905                   "\0632.9.0",
 56906                   0,
 56907               };
 56908               
 56909               MetaClass
 56910               __root_cimv2_CIM_RecordAppliesToElement =
 56911               {
 56912                   /* flags */
 56913                   META_FLAG_ASSOCIATION,
 56914 mike  1.1.2.1     /* name */
 56915                   "CIM_RecordAppliesToElement",
 56916                   /* qualifiers */
 56917                   __root_cimv2_CIM_RecordAppliesToElement_qualifiers,
 56918                   /* super */
 56919                   &__root_cimv2_CIM_Dependency,
 56920                   /* features */
 56921                   _CIM_RecordAppliesToElement_features,
 56922               };
 56923               
 56924               //==============================================================================
 56925               //
 56926               // Class: CIM_RedundancyGroup
 56927               //
 56928               //==============================================================================
 56929               
 56930               static const char*
 56931               _CIM_RedundancyGroup_CreationClassName_qualifiers[] =
 56932               {
 56933                   /* Deprecated */
 56934                   "\013\000\001No Value\000",
 56935 mike  1.1.2.1     /* Key */
 56936                   "\025\001",
 56937                   /* MaxLen */
 56938                   "\030\000\000\001\000",
 56939                   0,
 56940               };
 56941               
 56942               static MetaProperty
 56943               _CIM_RedundancyGroup_CreationClassName =
 56944               {
 56945                   /* flags */
 56946                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 56947                   /* name */
 56948                   "CreationClassName",
 56949                   /* qualifiers */
 56950                   _CIM_RedundancyGroup_CreationClassName_qualifiers,
 56951                   /* type */
 56952                   CIMTYPE_STRING,
 56953                   /* subscript */
 56954                   -1,
 56955                   /* value */
 56956 mike  1.1.2.1     0,
 56957               };
 56958               
 56959               static const char*
 56960               _CIM_RedundancyGroup_Name_qualifiers[] =
 56961               {
 56962                   /* Deprecated */
 56963                   "\013\000\001CIM_RedundancySet.InstanceID\000",
 56964                   /* Key */
 56965                   "\025\001",
 56966                   /* Override */
 56967                   "\044Name",
 56968                   /* MaxLen */
 56969                   "\030\000\000\001\000",
 56970                   0,
 56971               };
 56972               
 56973               static MetaProperty
 56974               _CIM_RedundancyGroup_Name =
 56975               {
 56976                   /* flags */
 56977 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 56978                   /* name */
 56979                   "Name",
 56980                   /* qualifiers */
 56981                   _CIM_RedundancyGroup_Name_qualifiers,
 56982                   /* type */
 56983                   CIMTYPE_STRING,
 56984                   /* subscript */
 56985                   -1,
 56986                   /* value */
 56987                   0,
 56988               };
 56989               
 56990               static const char*
 56991               _CIM_RedundancyGroup_RedundancyStatus_qualifiers[] =
 56992               {
 56993                   /* Deprecated */
 56994                   "\013\000\001CIM_RedundancySet.RedundancyStatus\000",
 56995                   /* ValueMap */
 56996                   "\061\000\0050\0001\0002\0003\0004\000",
 56997                   /* Values */
 56998 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000",
 56999                   0,
 57000               };
 57001               
 57002               static MetaProperty
 57003               _CIM_RedundancyGroup_RedundancyStatus =
 57004               {
 57005                   /* flags */
 57006                   META_FLAG_PROPERTY|META_FLAG_READ,
 57007                   /* name */
 57008                   "RedundancyStatus",
 57009                   /* qualifiers */
 57010                   _CIM_RedundancyGroup_RedundancyStatus_qualifiers,
 57011                   /* type */
 57012                   CIMTYPE_UINT16,
 57013                   /* subscript */
 57014                   -1,
 57015                   /* value */
 57016                   0,
 57017               };
 57018               
 57019 mike  1.1.2.1 static MetaFeature*
 57020               _CIM_RedundancyGroup_features[] =
 57021               {
 57022                   (MetaFeature*)&_CIM_RedundancyGroup_CreationClassName,
 57023                   (MetaFeature*)&_CIM_RedundancyGroup_Name,
 57024                   (MetaFeature*)&_CIM_RedundancyGroup_RedundancyStatus,
 57025                   0,
 57026               };
 57027               
 57028               static const char*
 57029               __root_cimv2_CIM_RedundancyGroup_qualifiers[] =
 57030               {
 57031                   /* Deprecated */
 57032                   "\013\000\001CIM_RedundancySet\000",
 57033                   /* UMLPackagePath */
 57034                   "\057CIM::Core::Redundancy",
 57035                   /* Version */
 57036                   "\0632.13.0",
 57037                   0,
 57038               };
 57039               
 57040 mike  1.1.2.1 MetaClass
 57041               __root_cimv2_CIM_RedundancyGroup =
 57042               {
 57043                   /* flags */
 57044                   META_FLAG_CLASS,
 57045                   /* name */
 57046                   "CIM_RedundancyGroup",
 57047                   /* qualifiers */
 57048                   __root_cimv2_CIM_RedundancyGroup_qualifiers,
 57049                   /* super */
 57050                   &__root_cimv2_CIM_LogicalElement,
 57051                   /* features */
 57052                   _CIM_RedundancyGroup_features,
 57053               };
 57054               
 57055               //==============================================================================
 57056               //
 57057               // Class: CIM_RedundancySet
 57058               //
 57059               //==============================================================================
 57060               
 57061 mike  1.1.2.1 static const char*
 57062               _CIM_RedundancySet_RedundancyStatus_qualifiers[] =
 57063               {
 57064                   /* ValueMap */
 57065                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 57066                   /* Values */
 57067                   "\062\000\006Unknown\000DMTF Reserved\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000Overall Failure\000",
 57068                   /* ModelCorrespondence */
 57069                   "\036\000\001CIM_RedundancySet.MinNumberNeeded\000",
 57070                   0,
 57071               };
 57072               
 57073               static MetaProperty
 57074               _CIM_RedundancySet_RedundancyStatus =
 57075               {
 57076                   /* flags */
 57077                   META_FLAG_PROPERTY|META_FLAG_READ,
 57078                   /* name */
 57079                   "RedundancyStatus",
 57080                   /* qualifiers */
 57081                   _CIM_RedundancySet_RedundancyStatus_qualifiers,
 57082 mike  1.1.2.1     /* type */
 57083                   CIMTYPE_UINT16,
 57084                   /* subscript */
 57085                   -1,
 57086                   /* value */
 57087                   0,
 57088               };
 57089               
 57090               static const char*
 57091               _CIM_RedundancySet_TypeOfSet_qualifiers[] =
 57092               {
 57093                   /* ValueMap */
 57094                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 57095                   /* Values */
 57096                   "\062\000\010Unknown\000Other\000N+1\000Load Balanced\000Sparing\000Limited Sparing\000DMTF Reserved\000Vendor Reserved\000",
 57097                   /* ArrayType */
 57098                   "\005Indexed",
 57099                   /* ModelCorrespondence */
 57100                   "\036\000\001CIM_RedundancySet.OtherTypeOfSet\000",
 57101                   0,
 57102               };
 57103 mike  1.1.2.1 
 57104               static MetaProperty
 57105               _CIM_RedundancySet_TypeOfSet =
 57106               {
 57107                   /* flags */
 57108                   META_FLAG_PROPERTY|META_FLAG_READ,
 57109                   /* name */
 57110                   "TypeOfSet",
 57111                   /* qualifiers */
 57112                   _CIM_RedundancySet_TypeOfSet_qualifiers,
 57113                   /* type */
 57114                   CIMTYPE_UINT16,
 57115                   /* subscript */
 57116                   0,
 57117                   /* value */
 57118                   0,
 57119               };
 57120               
 57121               static const char*
 57122               _CIM_RedundancySet_MinNumberNeeded_qualifiers[] =
 57123               {
 57124 mike  1.1.2.1     /* MinValue */
 57125                   "\035\000\000\000\000\000\000\000\000",
 57126                   0,
 57127               };
 57128               
 57129               static MetaProperty
 57130               _CIM_RedundancySet_MinNumberNeeded =
 57131               {
 57132                   /* flags */
 57133                   META_FLAG_PROPERTY|META_FLAG_READ,
 57134                   /* name */
 57135                   "MinNumberNeeded",
 57136                   /* qualifiers */
 57137                   _CIM_RedundancySet_MinNumberNeeded_qualifiers,
 57138                   /* type */
 57139                   CIMTYPE_UINT32,
 57140                   /* subscript */
 57141                   -1,
 57142                   /* value */
 57143                   0,
 57144               };
 57145 mike  1.1.2.1 
 57146               static const char*
 57147               _CIM_RedundancySet_MaxNumberSupported_qualifiers[] =
 57148               {
 57149                   0,
 57150               };
 57151               
 57152               static MetaProperty
 57153               _CIM_RedundancySet_MaxNumberSupported =
 57154               {
 57155                   /* flags */
 57156                   META_FLAG_PROPERTY|META_FLAG_READ,
 57157                   /* name */
 57158                   "MaxNumberSupported",
 57159                   /* qualifiers */
 57160                   _CIM_RedundancySet_MaxNumberSupported_qualifiers,
 57161                   /* type */
 57162                   CIMTYPE_UINT32,
 57163                   /* subscript */
 57164                   -1,
 57165                   /* value */
 57166 mike  1.1.2.1     0,
 57167               };
 57168               
 57169               static const char*
 57170               _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers[] =
 57171               {
 57172                   0,
 57173               };
 57174               
 57175               static MetaProperty
 57176               _CIM_RedundancySet_VendorIdentifyingInfo =
 57177               {
 57178                   /* flags */
 57179                   META_FLAG_PROPERTY|META_FLAG_READ,
 57180                   /* name */
 57181                   "VendorIdentifyingInfo",
 57182                   /* qualifiers */
 57183                   _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers,
 57184                   /* type */
 57185                   CIMTYPE_STRING,
 57186                   /* subscript */
 57187 mike  1.1.2.1     -1,
 57188                   /* value */
 57189                   0,
 57190               };
 57191               
 57192               static const char*
 57193               _CIM_RedundancySet_OtherTypeOfSet_qualifiers[] =
 57194               {
 57195                   /* ArrayType */
 57196                   "\005Indexed",
 57197                   /* ModelCorrespondence */
 57198                   "\036\000\001CIM_RedundancySet.TypeOfSet\000",
 57199                   0,
 57200               };
 57201               
 57202               static MetaProperty
 57203               _CIM_RedundancySet_OtherTypeOfSet =
 57204               {
 57205                   /* flags */
 57206                   META_FLAG_PROPERTY|META_FLAG_READ,
 57207                   /* name */
 57208 mike  1.1.2.1     "OtherTypeOfSet",
 57209                   /* qualifiers */
 57210                   _CIM_RedundancySet_OtherTypeOfSet_qualifiers,
 57211                   /* type */
 57212                   CIMTYPE_STRING,
 57213                   /* subscript */
 57214                   0,
 57215                   /* value */
 57216                   0,
 57217               };
 57218               
 57219               static const char*
 57220               _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers[] =
 57221               {
 57222                   /* Write */
 57223                   "\065\001",
 57224                   /* ValueMap */
 57225                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 57226                   /* Values */
 57227                   "\062\000\010Unknown\000Other\000No Load Balancing\000Round Robin\000Least Blocks\000Least IO\000Address Region\000Product Specific\000",
 57228                   /* ModelCorrespondence */
 57229 mike  1.1.2.1     "\036\000\001CIM_RedundancySet.OtherLoadBalanceAlgorithm\000",
 57230                   0,
 57231               };
 57232               
 57233               static MetaProperty
 57234               _CIM_RedundancySet_LoadBalanceAlgorithm =
 57235               {
 57236                   /* flags */
 57237                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 57238                   /* name */
 57239                   "LoadBalanceAlgorithm",
 57240                   /* qualifiers */
 57241                   _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers,
 57242                   /* type */
 57243                   CIMTYPE_UINT16,
 57244                   /* subscript */
 57245                   -1,
 57246                   /* value */
 57247                   "\000\002",
 57248               };
 57249               
 57250 mike  1.1.2.1 static const char*
 57251               _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers[] =
 57252               {
 57253                   /* Write */
 57254                   "\065\001",
 57255                   /* ModelCorrespondence */
 57256                   "\036\000\001CIM_RedundancySet.LoadBalanceAlgorithm\000",
 57257                   0,
 57258               };
 57259               
 57260               static MetaProperty
 57261               _CIM_RedundancySet_OtherLoadBalanceAlgorithm =
 57262               {
 57263                   /* flags */
 57264                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 57265                   /* name */
 57266                   "OtherLoadBalanceAlgorithm",
 57267                   /* qualifiers */
 57268                   _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers,
 57269                   /* type */
 57270                   CIMTYPE_STRING,
 57271 mike  1.1.2.1     /* subscript */
 57272                   -1,
 57273                   /* value */
 57274                   0,
 57275               };
 57276               
 57277               static const char*
 57278               _CIM_RedundancySet_Failover_FailoverFrom_qualifiers[] =
 57279               {
 57280                   /* IN */
 57281                   "\024\001",
 57282                   0,
 57283               };
 57284               
 57285               static MetaReference
 57286               _CIM_RedundancySet_Failover_FailoverFrom =
 57287               {
 57288                   /* flags */
 57289                   META_FLAG_REFERENCE|META_FLAG_IN,
 57290                   /* name */
 57291                   "FailoverFrom",
 57292 mike  1.1.2.1     /* qualifiers */
 57293                   _CIM_RedundancySet_Failover_FailoverFrom_qualifiers,
 57294                   /* subscript */
 57295                   -1,
 57296                   /* ref */
 57297                   &__root_cimv2_CIM_ManagedElement,
 57298               };
 57299               
 57300               static const char*
 57301               _CIM_RedundancySet_Failover_FailoverTo_qualifiers[] =
 57302               {
 57303                   /* IN */
 57304                   "\024\001",
 57305                   0,
 57306               };
 57307               
 57308               static MetaReference
 57309               _CIM_RedundancySet_Failover_FailoverTo =
 57310               {
 57311                   /* flags */
 57312                   META_FLAG_REFERENCE|META_FLAG_IN,
 57313 mike  1.1.2.1     /* name */
 57314                   "FailoverTo",
 57315                   /* qualifiers */
 57316                   _CIM_RedundancySet_Failover_FailoverTo_qualifiers,
 57317                   /* subscript */
 57318                   -1,
 57319                   /* ref */
 57320                   &__root_cimv2_CIM_ManagedElement,
 57321               };
 57322               
 57323               static MetaFeature*
 57324               _CIM_RedundancySet_Failover_parameters[] =
 57325               {
 57326                   (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverFrom,
 57327                   (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverTo,
 57328                   0,
 57329               };
 57330               
 57331               static const char*
 57332               _CIM_RedundancySet_Failover_qualifiers[] =
 57333               {
 57334 mike  1.1.2.1     /* ValueMap */
 57335                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
 57336                   /* Values */
 57337                   "\062\000\007Completed with No Error\000Not Supported\000Unknown/Unspecified Error\000Busy/In Use\000Paramter Error\000DMTF Reserved\000Vendor Reserved\000",
 57338                   0,
 57339               };
 57340               
 57341               static MetaMethod
 57342               _CIM_RedundancySet_Failover =
 57343               {
 57344                   /* flags */
 57345                   META_FLAG_METHOD,
 57346                   /* name */
 57347                   "CIM_RedundancySet",
 57348                   /* qualifiers */
 57349                   _CIM_RedundancySet_Failover_qualifiers,
 57350                   /* type */
 57351                   CIMTYPE_UINT32,
 57352                   /* parameters */
 57353                   _CIM_RedundancySet_Failover_parameters,
 57354               };
 57355 mike  1.1.2.1 
 57356               static MetaFeature*
 57357               _CIM_RedundancySet_features[] =
 57358               {
 57359                   (MetaFeature*)&_CIM_RedundancySet_RedundancyStatus,
 57360                   (MetaFeature*)&_CIM_RedundancySet_TypeOfSet,
 57361                   (MetaFeature*)&_CIM_RedundancySet_MinNumberNeeded,
 57362                   (MetaFeature*)&_CIM_RedundancySet_MaxNumberSupported,
 57363                   (MetaFeature*)&_CIM_RedundancySet_VendorIdentifyingInfo,
 57364                   (MetaFeature*)&_CIM_RedundancySet_OtherTypeOfSet,
 57365                   (MetaFeature*)&_CIM_RedundancySet_LoadBalanceAlgorithm,
 57366                   (MetaFeature*)&_CIM_RedundancySet_OtherLoadBalanceAlgorithm,
 57367                   (MetaFeature*)&_CIM_RedundancySet_Failover,
 57368                   0,
 57369               };
 57370               
 57371               static const char*
 57372               __root_cimv2_CIM_RedundancySet_qualifiers[] =
 57373               {
 57374                   /* UMLPackagePath */
 57375                   "\057CIM::Core::Redundancy",
 57376 mike  1.1.2.1     /* Version */
 57377                   "\0632.10.0",
 57378                   0,
 57379               };
 57380               
 57381               MetaClass
 57382               __root_cimv2_CIM_RedundancySet =
 57383               {
 57384                   /* flags */
 57385                   META_FLAG_CLASS,
 57386                   /* name */
 57387                   "CIM_RedundancySet",
 57388                   /* qualifiers */
 57389                   __root_cimv2_CIM_RedundancySet_qualifiers,
 57390                   /* super */
 57391                   &__root_cimv2_CIM_SystemSpecificCollection,
 57392                   /* features */
 57393                   _CIM_RedundancySet_features,
 57394               };
 57395               
 57396               //==============================================================================
 57397 mike  1.1.2.1 //
 57398               // Class: CIM_ReferencedProfile
 57399               //
 57400               //==============================================================================
 57401               
 57402               static const char*
 57403               _CIM_ReferencedProfile_Antecedent_qualifiers[] =
 57404               {
 57405                   /* Override */
 57406                   "\044Antecedent",
 57407                   0,
 57408               };
 57409               
 57410               static MetaReference
 57411               _CIM_ReferencedProfile_Antecedent =
 57412               {
 57413                   /* flags */
 57414                   META_FLAG_REFERENCE|META_FLAG_READ,
 57415                   /* name */
 57416                   "Antecedent",
 57417                   /* qualifiers */
 57418 mike  1.1.2.1     _CIM_ReferencedProfile_Antecedent_qualifiers,
 57419                   /* subscript */
 57420                   -1,
 57421                   /* refId */
 57422                   &__root_cimv2_CIM_RegisteredProfile,
 57423               };
 57424               
 57425               static const char*
 57426               _CIM_ReferencedProfile_Dependent_qualifiers[] =
 57427               {
 57428                   /* Override */
 57429                   "\044Dependent",
 57430                   0,
 57431               };
 57432               
 57433               static MetaReference
 57434               _CIM_ReferencedProfile_Dependent =
 57435               {
 57436                   /* flags */
 57437                   META_FLAG_REFERENCE|META_FLAG_READ,
 57438                   /* name */
 57439 mike  1.1.2.1     "Dependent",
 57440                   /* qualifiers */
 57441                   _CIM_ReferencedProfile_Dependent_qualifiers,
 57442                   /* subscript */
 57443                   -1,
 57444                   /* refId */
 57445                   &__root_cimv2_CIM_RegisteredProfile,
 57446               };
 57447               
 57448               static MetaFeature*
 57449               _CIM_ReferencedProfile_features[] =
 57450               {
 57451                   (MetaFeature*)&_CIM_ReferencedProfile_Antecedent,
 57452                   (MetaFeature*)&_CIM_ReferencedProfile_Dependent,
 57453                   0,
 57454               };
 57455               
 57456               static const char*
 57457               __root_cimv2_CIM_ReferencedProfile_qualifiers[] =
 57458               {
 57459                   /* ASSOCIATION */
 57460 mike  1.1.2.1     "\000\001",
 57461                   /* UMLPackagePath */
 57462                   "\057CIM::Interop",
 57463                   /* Version */
 57464                   "\0632.8.0",
 57465                   0,
 57466               };
 57467               
 57468               MetaClass
 57469               __root_cimv2_CIM_ReferencedProfile =
 57470               {
 57471                   /* flags */
 57472                   META_FLAG_ASSOCIATION,
 57473                   /* name */
 57474                   "CIM_ReferencedProfile",
 57475                   /* qualifiers */
 57476                   __root_cimv2_CIM_ReferencedProfile_qualifiers,
 57477                   /* super */
 57478                   &__root_cimv2_CIM_Dependency,
 57479                   /* features */
 57480                   _CIM_ReferencedProfile_features,
 57481 mike  1.1.2.1 };
 57482               
 57483               //==============================================================================
 57484               //
 57485               // Class: CIM_RelatedStatisticalData
 57486               //
 57487               //==============================================================================
 57488               
 57489               static const char*
 57490               _CIM_RelatedStatisticalData_Stats_qualifiers[] =
 57491               {
 57492                   /* Key */
 57493                   "\025\001",
 57494                   0,
 57495               };
 57496               
 57497               static MetaReference
 57498               _CIM_RelatedStatisticalData_Stats =
 57499               {
 57500                   /* flags */
 57501                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57502 mike  1.1.2.1     /* name */
 57503                   "Stats",
 57504                   /* qualifiers */
 57505                   _CIM_RelatedStatisticalData_Stats_qualifiers,
 57506                   /* subscript */
 57507                   -1,
 57508                   /* refId */
 57509                   &__root_cimv2_CIM_StatisticalData,
 57510               };
 57511               
 57512               static const char*
 57513               _CIM_RelatedStatisticalData_RelatedStats_qualifiers[] =
 57514               {
 57515                   /* Key */
 57516                   "\025\001",
 57517                   0,
 57518               };
 57519               
 57520               static MetaReference
 57521               _CIM_RelatedStatisticalData_RelatedStats =
 57522               {
 57523 mike  1.1.2.1     /* flags */
 57524                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57525                   /* name */
 57526                   "RelatedStats",
 57527                   /* qualifiers */
 57528                   _CIM_RelatedStatisticalData_RelatedStats_qualifiers,
 57529                   /* subscript */
 57530                   -1,
 57531                   /* refId */
 57532                   &__root_cimv2_CIM_StatisticalData,
 57533               };
 57534               
 57535               static const char*
 57536               _CIM_RelatedStatisticalData_Description_qualifiers[] =
 57537               {
 57538                   0,
 57539               };
 57540               
 57541               static MetaProperty
 57542               _CIM_RelatedStatisticalData_Description =
 57543               {
 57544 mike  1.1.2.1     /* flags */
 57545                   META_FLAG_PROPERTY|META_FLAG_READ,
 57546                   /* name */
 57547                   "Description",
 57548                   /* qualifiers */
 57549                   _CIM_RelatedStatisticalData_Description_qualifiers,
 57550                   /* type */
 57551                   CIMTYPE_STRING,
 57552                   /* subscript */
 57553                   -1,
 57554                   /* value */
 57555                   0,
 57556               };
 57557               
 57558               static MetaFeature*
 57559               _CIM_RelatedStatisticalData_features[] =
 57560               {
 57561                   (MetaFeature*)&_CIM_RelatedStatisticalData_Stats,
 57562                   (MetaFeature*)&_CIM_RelatedStatisticalData_RelatedStats,
 57563                   (MetaFeature*)&_CIM_RelatedStatisticalData_Description,
 57564                   0,
 57565 mike  1.1.2.1 };
 57566               
 57567               static const char*
 57568               __root_cimv2_CIM_RelatedStatisticalData_qualifiers[] =
 57569               {
 57570                   /* ASSOCIATION */
 57571                   "\000\001",
 57572                   /* UMLPackagePath */
 57573                   "\057CIM::Core::Statistics",
 57574                   /* Version */
 57575                   "\0632.7.0",
 57576                   0,
 57577               };
 57578               
 57579               MetaClass
 57580               __root_cimv2_CIM_RelatedStatisticalData =
 57581               {
 57582                   /* flags */
 57583                   META_FLAG_ASSOCIATION,
 57584                   /* name */
 57585                   "CIM_RelatedStatisticalData",
 57586 mike  1.1.2.1     /* qualifiers */
 57587                   __root_cimv2_CIM_RelatedStatisticalData_qualifiers,
 57588                   /* super */
 57589                   0,
 57590                   /* features */
 57591                   _CIM_RelatedStatisticalData_features,
 57592               };
 57593               
 57594               //==============================================================================
 57595               //
 57596               // Class: CIM_RelatedStatistics
 57597               //
 57598               //==============================================================================
 57599               
 57600               static const char*
 57601               _CIM_RelatedStatistics_Stats_qualifiers[] =
 57602               {
 57603                   /* Key */
 57604                   "\025\001",
 57605                   0,
 57606               };
 57607 mike  1.1.2.1 
 57608               static MetaReference
 57609               _CIM_RelatedStatistics_Stats =
 57610               {
 57611                   /* flags */
 57612                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57613                   /* name */
 57614                   "Stats",
 57615                   /* qualifiers */
 57616                   _CIM_RelatedStatistics_Stats_qualifiers,
 57617                   /* subscript */
 57618                   -1,
 57619                   /* refId */
 57620                   &__root_cimv2_CIM_StatisticalInformation,
 57621               };
 57622               
 57623               static const char*
 57624               _CIM_RelatedStatistics_RelatedStats_qualifiers[] =
 57625               {
 57626                   /* Key */
 57627                   "\025\001",
 57628 mike  1.1.2.1     0,
 57629               };
 57630               
 57631               static MetaReference
 57632               _CIM_RelatedStatistics_RelatedStats =
 57633               {
 57634                   /* flags */
 57635                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57636                   /* name */
 57637                   "RelatedStats",
 57638                   /* qualifiers */
 57639                   _CIM_RelatedStatistics_RelatedStats_qualifiers,
 57640                   /* subscript */
 57641                   -1,
 57642                   /* refId */
 57643                   &__root_cimv2_CIM_StatisticalInformation,
 57644               };
 57645               
 57646               static MetaFeature*
 57647               _CIM_RelatedStatistics_features[] =
 57648               {
 57649 mike  1.1.2.1     (MetaFeature*)&_CIM_RelatedStatistics_Stats,
 57650                   (MetaFeature*)&_CIM_RelatedStatistics_RelatedStats,
 57651                   0,
 57652               };
 57653               
 57654               static const char*
 57655               __root_cimv2_CIM_RelatedStatistics_qualifiers[] =
 57656               {
 57657                   /* ASSOCIATION */
 57658                   "\000\001",
 57659                   /* UMLPackagePath */
 57660                   "\057CIM::Core::Statistics",
 57661                   /* Version */
 57662                   "\0632.6.0",
 57663                   0,
 57664               };
 57665               
 57666               MetaClass
 57667               __root_cimv2_CIM_RelatedStatistics =
 57668               {
 57669                   /* flags */
 57670 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 57671                   /* name */
 57672                   "CIM_RelatedStatistics",
 57673                   /* qualifiers */
 57674                   __root_cimv2_CIM_RelatedStatistics_qualifiers,
 57675                   /* super */
 57676                   0,
 57677                   /* features */
 57678                   _CIM_RelatedStatistics_features,
 57679               };
 57680               
 57681               //==============================================================================
 57682               //
 57683               // Class: CIM_RoutingPolicy
 57684               //
 57685               //==============================================================================
 57686               
 57687               static const char*
 57688               _CIM_RoutingPolicy_SystemCreationClassName_qualifiers[] =
 57689               {
 57690                   /* Key */
 57691 mike  1.1.2.1     "\025\001",
 57692                   /* Propagated */
 57693                   "\045CIM_ComputerSystem.CreationClassName",
 57694                   /* MaxLen */
 57695                   "\030\000\000\001\000",
 57696                   0,
 57697               };
 57698               
 57699               static MetaProperty
 57700               _CIM_RoutingPolicy_SystemCreationClassName =
 57701               {
 57702                   /* flags */
 57703                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57704                   /* name */
 57705                   "SystemCreationClassName",
 57706                   /* qualifiers */
 57707                   _CIM_RoutingPolicy_SystemCreationClassName_qualifiers,
 57708                   /* type */
 57709                   CIMTYPE_STRING,
 57710                   /* subscript */
 57711                   -1,
 57712 mike  1.1.2.1     /* value */
 57713                   0,
 57714               };
 57715               
 57716               static const char*
 57717               _CIM_RoutingPolicy_SystemName_qualifiers[] =
 57718               {
 57719                   /* Key */
 57720                   "\025\001",
 57721                   /* Propagated */
 57722                   "\045CIM_ComputerSystem.Name",
 57723                   /* MaxLen */
 57724                   "\030\000\000\001\000",
 57725                   0,
 57726               };
 57727               
 57728               static MetaProperty
 57729               _CIM_RoutingPolicy_SystemName =
 57730               {
 57731                   /* flags */
 57732                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57733 mike  1.1.2.1     /* name */
 57734                   "SystemName",
 57735                   /* qualifiers */
 57736                   _CIM_RoutingPolicy_SystemName_qualifiers,
 57737                   /* type */
 57738                   CIMTYPE_STRING,
 57739                   /* subscript */
 57740                   -1,
 57741                   /* value */
 57742                   0,
 57743               };
 57744               
 57745               static const char*
 57746               _CIM_RoutingPolicy_CreationClassName_qualifiers[] =
 57747               {
 57748                   /* Key */
 57749                   "\025\001",
 57750                   /* MaxLen */
 57751                   "\030\000\000\001\000",
 57752                   0,
 57753               };
 57754 mike  1.1.2.1 
 57755               static MetaProperty
 57756               _CIM_RoutingPolicy_CreationClassName =
 57757               {
 57758                   /* flags */
 57759                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57760                   /* name */
 57761                   "CreationClassName",
 57762                   /* qualifiers */
 57763                   _CIM_RoutingPolicy_CreationClassName_qualifiers,
 57764                   /* type */
 57765                   CIMTYPE_STRING,
 57766                   /* subscript */
 57767                   -1,
 57768                   /* value */
 57769                   0,
 57770               };
 57771               
 57772               static const char*
 57773               _CIM_RoutingPolicy_Name_qualifiers[] =
 57774               {
 57775 mike  1.1.2.1     /* Key */
 57776                   "\025\001",
 57777                   /* Override */
 57778                   "\044Name",
 57779                   /* MaxLen */
 57780                   "\030\000\000\001\000",
 57781                   0,
 57782               };
 57783               
 57784               static MetaProperty
 57785               _CIM_RoutingPolicy_Name =
 57786               {
 57787                   /* flags */
 57788                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57789                   /* name */
 57790                   "Name",
 57791                   /* qualifiers */
 57792                   _CIM_RoutingPolicy_Name_qualifiers,
 57793                   /* type */
 57794                   CIMTYPE_STRING,
 57795                   /* subscript */
 57796 mike  1.1.2.1     -1,
 57797                   /* value */
 57798                   0,
 57799               };
 57800               
 57801               static const char*
 57802               _CIM_RoutingPolicy_Action_qualifiers[] =
 57803               {
 57804                   /* ValueMap */
 57805                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 57806                   /* Values */
 57807                   "\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",
 57808                   0,
 57809               };
 57810               
 57811               static MetaProperty
 57812               _CIM_RoutingPolicy_Action =
 57813               {
 57814                   /* flags */
 57815                   META_FLAG_PROPERTY|META_FLAG_READ,
 57816                   /* name */
 57817 mike  1.1.2.1     "Action",
 57818                   /* qualifiers */
 57819                   _CIM_RoutingPolicy_Action_qualifiers,
 57820                   /* type */
 57821                   CIMTYPE_UINT16,
 57822                   /* subscript */
 57823                   -1,
 57824                   /* value */
 57825                   0,
 57826               };
 57827               
 57828               static const char*
 57829               _CIM_RoutingPolicy_AttributeAction_qualifiers[] =
 57830               {
 57831                   /* ValueMap */
 57832                   "\061\000\0031\0002\0003\000",
 57833                   /* Values */
 57834                   "\062\000\003Replace\000Prepend\000Append\000",
 57835                   /* ModelCorrespondence */
 57836                   "\036\000\001CIM_RoutingPolicy.BGPAction\000",
 57837                   0,
 57838 mike  1.1.2.1 };
 57839               
 57840               static MetaProperty
 57841               _CIM_RoutingPolicy_AttributeAction =
 57842               {
 57843                   /* flags */
 57844                   META_FLAG_PROPERTY|META_FLAG_READ,
 57845                   /* name */
 57846                   "AttributeAction",
 57847                   /* qualifiers */
 57848                   _CIM_RoutingPolicy_AttributeAction_qualifiers,
 57849                   /* type */
 57850                   CIMTYPE_UINT16,
 57851                   /* subscript */
 57852                   -1,
 57853                   /* value */
 57854                   0,
 57855               };
 57856               
 57857               static const char*
 57858               _CIM_RoutingPolicy_BGPAction_qualifiers[] =
 57859 mike  1.1.2.1 {
 57860                   /* ValueMap */
 57861                   "\061\000\0121\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 57862                   /* Values */
 57863                   "\062\000\012Origin\000AS_Path\000NEXT_HOP\000Multi_Exit_Disc\000Local_Pref\000Atomic_Aggregate\000Aggregator\000Community\000Originator_ID\000Cluster_List\000",
 57864                   /* ModelCorrespondence */
 57865                   "\036\000\001CIM_RoutingPolicy.BGPValue\000",
 57866                   0,
 57867               };
 57868               
 57869               static MetaProperty
 57870               _CIM_RoutingPolicy_BGPAction =
 57871               {
 57872                   /* flags */
 57873                   META_FLAG_PROPERTY|META_FLAG_READ,
 57874                   /* name */
 57875                   "BGPAction",
 57876                   /* qualifiers */
 57877                   _CIM_RoutingPolicy_BGPAction_qualifiers,
 57878                   /* type */
 57879                   CIMTYPE_UINT16,
 57880 mike  1.1.2.1     /* subscript */
 57881                   -1,
 57882                   /* value */
 57883                   0,
 57884               };
 57885               
 57886               static const char*
 57887               _CIM_RoutingPolicy_BGPValue_qualifiers[] =
 57888               {
 57889                   /* ModelCorrespondence */
 57890                   "\036\000\001CIM_RoutingPolicy.BGPAction\000",
 57891                   0,
 57892               };
 57893               
 57894               static MetaProperty
 57895               _CIM_RoutingPolicy_BGPValue =
 57896               {
 57897                   /* flags */
 57898                   META_FLAG_PROPERTY|META_FLAG_READ,
 57899                   /* name */
 57900                   "BGPValue",
 57901 mike  1.1.2.1     /* qualifiers */
 57902                   _CIM_RoutingPolicy_BGPValue_qualifiers,
 57903                   /* type */
 57904                   CIMTYPE_STRING,
 57905                   /* subscript */
 57906                   -1,
 57907                   /* value */
 57908                   0,
 57909               };
 57910               
 57911               static const char*
 57912               _CIM_RoutingPolicy_RemarkAction_qualifiers[] =
 57913               {
 57914                   /* ValueMap */
 57915                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 57916                   /* Values */
 57917                   "\062\000\007Change DSCP\000Change ToS\000Change 802.1Q Value\000Change CIR\000Change CBR\000Change ABR\000Change VBR\000",
 57918                   /* ModelCorrespondence */
 57919                   "\036\000\001CIM_RoutingPolicy.RemarkValue\000",
 57920                   0,
 57921               };
 57922 mike  1.1.2.1 
 57923               static MetaProperty
 57924               _CIM_RoutingPolicy_RemarkAction =
 57925               {
 57926                   /* flags */
 57927                   META_FLAG_PROPERTY|META_FLAG_READ,
 57928                   /* name */
 57929                   "RemarkAction",
 57930                   /* qualifiers */
 57931                   _CIM_RoutingPolicy_RemarkAction_qualifiers,
 57932                   /* type */
 57933                   CIMTYPE_UINT16,
 57934                   /* subscript */
 57935                   -1,
 57936                   /* value */
 57937                   0,
 57938               };
 57939               
 57940               static const char*
 57941               _CIM_RoutingPolicy_RemarkValue_qualifiers[] =
 57942               {
 57943 mike  1.1.2.1     /* ModelCorrespondence */
 57944                   "\036\000\001CIM_RoutingPolicy.RemarkAction\000",
 57945                   0,
 57946               };
 57947               
 57948               static MetaProperty
 57949               _CIM_RoutingPolicy_RemarkValue =
 57950               {
 57951                   /* flags */
 57952                   META_FLAG_PROPERTY|META_FLAG_READ,
 57953                   /* name */
 57954                   "RemarkValue",
 57955                   /* qualifiers */
 57956                   _CIM_RoutingPolicy_RemarkValue_qualifiers,
 57957                   /* type */
 57958                   CIMTYPE_STRING,
 57959                   /* subscript */
 57960                   -1,
 57961                   /* value */
 57962                   0,
 57963               };
 57964 mike  1.1.2.1 
 57965               static const char*
 57966               _CIM_RoutingPolicy_ConditioningAction_qualifiers[] =
 57967               {
 57968                   /* ValueMap */
 57969                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 57970                   /* Values */
 57971                   "\062\000\007Other\000Input Flow Policing\000Output Flow Policing\000Input Aggregate Policing\000Output Aggregate Policing\000Police By Marking Down\000Police By Dropping Down\000",
 57972                   /* ModelCorrespondence */
 57973                   "\036\000\002CIM_RoutingPolicy.ConditioningValue\000CIM_RoutingPolicy.OtherConditioningAction\000",
 57974                   0,
 57975               };
 57976               
 57977               static MetaProperty
 57978               _CIM_RoutingPolicy_ConditioningAction =
 57979               {
 57980                   /* flags */
 57981                   META_FLAG_PROPERTY|META_FLAG_READ,
 57982                   /* name */
 57983                   "ConditioningAction",
 57984                   /* qualifiers */
 57985 mike  1.1.2.1     _CIM_RoutingPolicy_ConditioningAction_qualifiers,
 57986                   /* type */
 57987                   CIMTYPE_UINT16,
 57988                   /* subscript */
 57989                   -1,
 57990                   /* value */
 57991                   0,
 57992               };
 57993               
 57994               static const char*
 57995               _CIM_RoutingPolicy_OtherConditioningAction_qualifiers[] =
 57996               {
 57997                   /* ModelCorrespondence */
 57998                   "\036\000\001CIM_RoutingPolicy.ConditioningAction\000",
 57999                   0,
 58000               };
 58001               
 58002               static MetaProperty
 58003               _CIM_RoutingPolicy_OtherConditioningAction =
 58004               {
 58005                   /* flags */
 58006 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 58007                   /* name */
 58008                   "OtherConditioningAction",
 58009                   /* qualifiers */
 58010                   _CIM_RoutingPolicy_OtherConditioningAction_qualifiers,
 58011                   /* type */
 58012                   CIMTYPE_STRING,
 58013                   /* subscript */
 58014                   -1,
 58015                   /* value */
 58016                   0,
 58017               };
 58018               
 58019               static const char*
 58020               _CIM_RoutingPolicy_ConditioningValue_qualifiers[] =
 58021               {
 58022                   /* ModelCorrespondence */
 58023                   "\036\000\001CIM_RoutingPolicy.ConditioningAction\000",
 58024                   0,
 58025               };
 58026               
 58027 mike  1.1.2.1 static MetaProperty
 58028               _CIM_RoutingPolicy_ConditioningValue =
 58029               {
 58030                   /* flags */
 58031                   META_FLAG_PROPERTY|META_FLAG_READ,
 58032                   /* name */
 58033                   "ConditioningValue",
 58034                   /* qualifiers */
 58035                   _CIM_RoutingPolicy_ConditioningValue_qualifiers,
 58036                   /* type */
 58037                   CIMTYPE_STRING,
 58038                   /* subscript */
 58039                   -1,
 58040                   /* value */
 58041                   0,
 58042               };
 58043               
 58044               static MetaFeature*
 58045               _CIM_RoutingPolicy_features[] =
 58046               {
 58047                   (MetaFeature*)&_CIM_RoutingPolicy_SystemCreationClassName,
 58048 mike  1.1.2.1     (MetaFeature*)&_CIM_RoutingPolicy_SystemName,
 58049                   (MetaFeature*)&_CIM_RoutingPolicy_CreationClassName,
 58050                   (MetaFeature*)&_CIM_RoutingPolicy_Name,
 58051                   (MetaFeature*)&_CIM_RoutingPolicy_Action,
 58052                   (MetaFeature*)&_CIM_RoutingPolicy_AttributeAction,
 58053                   (MetaFeature*)&_CIM_RoutingPolicy_BGPAction,
 58054                   (MetaFeature*)&_CIM_RoutingPolicy_BGPValue,
 58055                   (MetaFeature*)&_CIM_RoutingPolicy_RemarkAction,
 58056                   (MetaFeature*)&_CIM_RoutingPolicy_RemarkValue,
 58057                   (MetaFeature*)&_CIM_RoutingPolicy_ConditioningAction,
 58058                   (MetaFeature*)&_CIM_RoutingPolicy_OtherConditioningAction,
 58059                   (MetaFeature*)&_CIM_RoutingPolicy_ConditioningValue,
 58060                   0,
 58061               };
 58062               
 58063               static const char*
 58064               __root_cimv2_CIM_RoutingPolicy_qualifiers[] =
 58065               {
 58066                   /* UMLPackagePath */
 58067                   "\057CIM::Network::RoutingForwarding",
 58068                   /* Version */
 58069 mike  1.1.2.1     "\0632.7.0",
 58070                   0,
 58071               };
 58072               
 58073               MetaClass
 58074               __root_cimv2_CIM_RoutingPolicy =
 58075               {
 58076                   /* flags */
 58077                   META_FLAG_CLASS,
 58078                   /* name */
 58079                   "CIM_RoutingPolicy",
 58080                   /* qualifiers */
 58081                   __root_cimv2_CIM_RoutingPolicy_qualifiers,
 58082                   /* super */
 58083                   &__root_cimv2_CIM_LogicalElement,
 58084                   /* features */
 58085                   _CIM_RoutingPolicy_features,
 58086               };
 58087               
 58088               //==============================================================================
 58089               //
 58090 mike  1.1.2.1 // Class: CIM_SAEndpointConnectionStatistics
 58091               //
 58092               //==============================================================================
 58093               
 58094               static const char*
 58095               _CIM_SAEndpointConnectionStatistics_ByteCount_qualifiers[] =
 58096               {
 58097                   /* Units */
 58098                   "\060Bytes",
 58099                   /* Counter */
 58100                   "\012\001",
 58101                   0,
 58102               };
 58103               
 58104               static MetaProperty
 58105               _CIM_SAEndpointConnectionStatistics_ByteCount =
 58106               {
 58107                   /* flags */
 58108                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 58109                   /* name */
 58110                   "ByteCount",
 58111 mike  1.1.2.1     /* qualifiers */
 58112                   _CIM_SAEndpointConnectionStatistics_ByteCount_qualifiers,
 58113                   /* type */
 58114                   CIMTYPE_UINT64,
 58115                   /* subscript */
 58116                   -1,
 58117                   /* value */
 58118                   0,
 58119               };
 58120               
 58121               static const char*
 58122               _CIM_SAEndpointConnectionStatistics_LastAccessed_qualifiers[] =
 58123               {
 58124                   0,
 58125               };
 58126               
 58127               static MetaProperty
 58128               _CIM_SAEndpointConnectionStatistics_LastAccessed =
 58129               {
 58130                   /* flags */
 58131                   META_FLAG_PROPERTY|META_FLAG_READ,
 58132 mike  1.1.2.1     /* name */
 58133                   "LastAccessed",
 58134                   /* qualifiers */
 58135                   _CIM_SAEndpointConnectionStatistics_LastAccessed_qualifiers,
 58136                   /* type */
 58137                   CIMTYPE_DATETIME,
 58138                   /* subscript */
 58139                   -1,
 58140                   /* value */
 58141                   0,
 58142               };
 58143               
 58144               static MetaFeature*
 58145               _CIM_SAEndpointConnectionStatistics_features[] =
 58146               {
 58147                   (MetaFeature*)&_CIM_SAEndpointConnectionStatistics_ByteCount,
 58148                   (MetaFeature*)&_CIM_SAEndpointConnectionStatistics_LastAccessed,
 58149                   0,
 58150               };
 58151               
 58152               static const char*
 58153 mike  1.1.2.1 __root_cimv2_CIM_SAEndpointConnectionStatistics_qualifiers[] =
 58154               {
 58155                   /* UMLPackagePath */
 58156                   "\057CIM::Network::IPsec",
 58157                   /* Version */
 58158                   "\0632.8.0",
 58159                   0,
 58160               };
 58161               
 58162               MetaClass
 58163               __root_cimv2_CIM_SAEndpointConnectionStatistics =
 58164               {
 58165                   /* flags */
 58166                   META_FLAG_CLASS,
 58167                   /* name */
 58168                   "CIM_SAEndpointConnectionStatistics",
 58169                   /* qualifiers */
 58170                   __root_cimv2_CIM_SAEndpointConnectionStatistics_qualifiers,
 58171                   /* super */
 58172                   &__root_cimv2_CIM_StatisticalData,
 58173                   /* features */
 58174 mike  1.1.2.1     _CIM_SAEndpointConnectionStatistics_features,
 58175               };
 58176               
 58177               //==============================================================================
 58178               //
 58179               // Class: CIM_SAEndpointRefreshSettings
 58180               //
 58181               //==============================================================================
 58182               
 58183               static const char*
 58184               _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage_qualifiers[] =
 58185               {
 58186                   /* Write */
 58187                   "\065\001",
 58188                   /* Units */
 58189                   "\060Percent",
 58190                   /* MinValue */
 58191                   "\035\000\000\000\000\000\000\000\000",
 58192                   /* MaxValue */
 58193                   "\031\000\000\000\000\000\000\000\144",
 58194                   /* ModelCorrespondence */
 58195 mike  1.1.2.1     "\036\000\001CIM_SecurityAssociationEndpoint.RefreshThresholdSecondsPercentage\000",
 58196                   0,
 58197               };
 58198               
 58199               static MetaProperty
 58200               _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage =
 58201               {
 58202                   /* flags */
 58203                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 58204                   /* name */
 58205                   "RefreshThresholdSecondsPercentage",
 58206                   /* qualifiers */
 58207                   _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage_qualifiers,
 58208                   /* type */
 58209                   CIMTYPE_UINT8,
 58210                   /* subscript */
 58211                   -1,
 58212                   /* value */
 58213                   0,
 58214               };
 58215               
 58216 mike  1.1.2.1 static const char*
 58217               _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage_qualifiers[] =
 58218               {
 58219                   /* Write */
 58220                   "\065\001",
 58221                   /* Units */
 58222                   "\060Percent",
 58223                   /* MinValue */
 58224                   "\035\000\000\000\000\000\000\000\000",
 58225                   /* MaxValue */
 58226                   "\031\000\000\000\000\000\000\000\144",
 58227                   /* ModelCorrespondence */
 58228                   "\036\000\001CIM_SecurityAssociationEndpoint.RefreshThresholdKbytesPercentage\000",
 58229                   0,
 58230               };
 58231               
 58232               static MetaProperty
 58233               _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage =
 58234               {
 58235                   /* flags */
 58236                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 58237 mike  1.1.2.1     /* name */
 58238                   "RefreshThresholdKbytesPercentage",
 58239                   /* qualifiers */
 58240                   _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage_qualifiers,
 58241                   /* type */
 58242                   CIMTYPE_UINT8,
 58243                   /* subscript */
 58244                   -1,
 58245                   /* value */
 58246                   0,
 58247               };
 58248               
 58249               static MetaFeature*
 58250               _CIM_SAEndpointRefreshSettings_features[] =
 58251               {
 58252                   (MetaFeature*)&_CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage,
 58253                   (MetaFeature*)&_CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage,
 58254                   0,
 58255               };
 58256               
 58257               static const char*
 58258 mike  1.1.2.1 __root_cimv2_CIM_SAEndpointRefreshSettings_qualifiers[] =
 58259               {
 58260                   /* UMLPackagePath */
 58261                   "\057CIM::Network::IPsec",
 58262                   /* Version */
 58263                   "\0632.8.0",
 58264                   0,
 58265               };
 58266               
 58267               MetaClass
 58268               __root_cimv2_CIM_SAEndpointRefreshSettings =
 58269               {
 58270                   /* flags */
 58271                   META_FLAG_CLASS,
 58272                   /* name */
 58273                   "CIM_SAEndpointRefreshSettings",
 58274                   /* qualifiers */
 58275                   __root_cimv2_CIM_SAEndpointRefreshSettings_qualifiers,
 58276                   /* super */
 58277                   &__root_cimv2_CIM_SettingData,
 58278                   /* features */
 58279 mike  1.1.2.1     _CIM_SAEndpointRefreshSettings_features,
 58280               };
 58281               
 58282               //==============================================================================
 58283               //
 58284               // Class: CIM_SAPStatisticalInformation
 58285               //
 58286               //==============================================================================
 58287               
 58288               static const char*
 58289               _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers[] =
 58290               {
 58291                   /* Key */
 58292                   "\025\001",
 58293                   /* Propagated */
 58294                   "\045CIM_ServiceAccessPoint.SystemCreationClassName",
 58295                   /* MaxLen */
 58296                   "\030\000\000\001\000",
 58297                   0,
 58298               };
 58299               
 58300 mike  1.1.2.1 static MetaProperty
 58301               _CIM_SAPStatisticalInformation_SystemCreationClassName =
 58302               {
 58303                   /* flags */
 58304                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58305                   /* name */
 58306                   "SystemCreationClassName",
 58307                   /* qualifiers */
 58308                   _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers,
 58309                   /* type */
 58310                   CIMTYPE_STRING,
 58311                   /* subscript */
 58312                   -1,
 58313                   /* value */
 58314                   0,
 58315               };
 58316               
 58317               static const char*
 58318               _CIM_SAPStatisticalInformation_SystemName_qualifiers[] =
 58319               {
 58320                   /* Key */
 58321 mike  1.1.2.1     "\025\001",
 58322                   /* Propagated */
 58323                   "\045CIM_ServiceAccessPoint.SystemName",
 58324                   /* MaxLen */
 58325                   "\030\000\000\001\000",
 58326                   0,
 58327               };
 58328               
 58329               static MetaProperty
 58330               _CIM_SAPStatisticalInformation_SystemName =
 58331               {
 58332                   /* flags */
 58333                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58334                   /* name */
 58335                   "SystemName",
 58336                   /* qualifiers */
 58337                   _CIM_SAPStatisticalInformation_SystemName_qualifiers,
 58338                   /* type */
 58339                   CIMTYPE_STRING,
 58340                   /* subscript */
 58341                   -1,
 58342 mike  1.1.2.1     /* value */
 58343                   0,
 58344               };
 58345               
 58346               static const char*
 58347               _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers[] =
 58348               {
 58349                   /* Key */
 58350                   "\025\001",
 58351                   /* Propagated */
 58352                   "\045CIM_ServiceAccessPoint.CreationClassName",
 58353                   /* MaxLen */
 58354                   "\030\000\000\001\000",
 58355                   0,
 58356               };
 58357               
 58358               static MetaProperty
 58359               _CIM_SAPStatisticalInformation_SAPCreationClassName =
 58360               {
 58361                   /* flags */
 58362                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58363 mike  1.1.2.1     /* name */
 58364                   "SAPCreationClassName",
 58365                   /* qualifiers */
 58366                   _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers,
 58367                   /* type */
 58368                   CIMTYPE_STRING,
 58369                   /* subscript */
 58370                   -1,
 58371                   /* value */
 58372                   0,
 58373               };
 58374               
 58375               static const char*
 58376               _CIM_SAPStatisticalInformation_SAPName_qualifiers[] =
 58377               {
 58378                   /* Key */
 58379                   "\025\001",
 58380                   /* Propagated */
 58381                   "\045CIM_ServiceAccessPoint.Name",
 58382                   /* MaxLen */
 58383                   "\030\000\000\001\000",
 58384 mike  1.1.2.1     0,
 58385               };
 58386               
 58387               static MetaProperty
 58388               _CIM_SAPStatisticalInformation_SAPName =
 58389               {
 58390                   /* flags */
 58391                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58392                   /* name */
 58393                   "SAPName",
 58394                   /* qualifiers */
 58395                   _CIM_SAPStatisticalInformation_SAPName_qualifiers,
 58396                   /* type */
 58397                   CIMTYPE_STRING,
 58398                   /* subscript */
 58399                   -1,
 58400                   /* value */
 58401                   0,
 58402               };
 58403               
 58404               static const char*
 58405 mike  1.1.2.1 _CIM_SAPStatisticalInformation_CreationClassName_qualifiers[] =
 58406               {
 58407                   /* Key */
 58408                   "\025\001",
 58409                   /* MaxLen */
 58410                   "\030\000\000\001\000",
 58411                   0,
 58412               };
 58413               
 58414               static MetaProperty
 58415               _CIM_SAPStatisticalInformation_CreationClassName =
 58416               {
 58417                   /* flags */
 58418                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58419                   /* name */
 58420                   "CreationClassName",
 58421                   /* qualifiers */
 58422                   _CIM_SAPStatisticalInformation_CreationClassName_qualifiers,
 58423                   /* type */
 58424                   CIMTYPE_STRING,
 58425                   /* subscript */
 58426 mike  1.1.2.1     -1,
 58427                   /* value */
 58428                   0,
 58429               };
 58430               
 58431               static const char*
 58432               _CIM_SAPStatisticalInformation_Name_qualifiers[] =
 58433               {
 58434                   /* Key */
 58435                   "\025\001",
 58436                   /* Override */
 58437                   "\044Name",
 58438                   /* MaxLen */
 58439                   "\030\000\000\001\000",
 58440                   0,
 58441               };
 58442               
 58443               static MetaProperty
 58444               _CIM_SAPStatisticalInformation_Name =
 58445               {
 58446                   /* flags */
 58447 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58448                   /* name */
 58449                   "Name",
 58450                   /* qualifiers */
 58451                   _CIM_SAPStatisticalInformation_Name_qualifiers,
 58452                   /* type */
 58453                   CIMTYPE_STRING,
 58454                   /* subscript */
 58455                   -1,
 58456                   /* value */
 58457                   0,
 58458               };
 58459               
 58460               static MetaFeature*
 58461               _CIM_SAPStatisticalInformation_features[] =
 58462               {
 58463                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemCreationClassName,
 58464                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemName,
 58465                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPCreationClassName,
 58466                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPName,
 58467                   (MetaFeature*)&_CIM_SAPStatisticalInformation_CreationClassName,
 58468 mike  1.1.2.1     (MetaFeature*)&_CIM_SAPStatisticalInformation_Name,
 58469                   0,
 58470               };
 58471               
 58472               static const char*
 58473               __root_cimv2_CIM_SAPStatisticalInformation_qualifiers[] =
 58474               {
 58475                   /* UMLPackagePath */
 58476                   "\057CIM::Core::Statistics",
 58477                   /* Version */
 58478                   "\0632.6.0",
 58479                   0,
 58480               };
 58481               
 58482               MetaClass
 58483               __root_cimv2_CIM_SAPStatisticalInformation =
 58484               {
 58485                   /* flags */
 58486                   META_FLAG_CLASS,
 58487                   /* name */
 58488                   "CIM_SAPStatisticalInformation",
 58489 mike  1.1.2.1     /* qualifiers */
 58490                   __root_cimv2_CIM_SAPStatisticalInformation_qualifiers,
 58491                   /* super */
 58492                   &__root_cimv2_CIM_StatisticalInformation,
 58493                   /* features */
 58494                   _CIM_SAPStatisticalInformation_features,
 58495               };
 58496               
 58497               //==============================================================================
 58498               //
 58499               // Class: CIM_SARule
 58500               //
 58501               //==============================================================================
 58502               
 58503               static const char*
 58504               _CIM_SARule_LimitNegotiation_qualifiers[] =
 58505               {
 58506                   /* ValueMap */
 58507                   "\061\000\0031\0002\0003\000",
 58508                   /* Values */
 58509                   "\062\000\003Initiator-Only\000Responder-Only\000Either\000",
 58510 mike  1.1.2.1     /* MappingStrings */
 58511                   "\026\000\001IPSP Policy Model.IETF|SARule.LimitNegotiation\000",
 58512                   0,
 58513               };
 58514               
 58515               static MetaProperty
 58516               _CIM_SARule_LimitNegotiation =
 58517               {
 58518                   /* flags */
 58519                   META_FLAG_PROPERTY|META_FLAG_READ,
 58520                   /* name */
 58521                   "LimitNegotiation",
 58522                   /* qualifiers */
 58523                   _CIM_SARule_LimitNegotiation_qualifiers,
 58524                   /* type */
 58525                   CIMTYPE_UINT16,
 58526                   /* subscript */
 58527                   -1,
 58528                   /* value */
 58529                   0,
 58530               };
 58531 mike  1.1.2.1 
 58532               static MetaFeature*
 58533               _CIM_SARule_features[] =
 58534               {
 58535                   (MetaFeature*)&_CIM_SARule_LimitNegotiation,
 58536                   0,
 58537               };
 58538               
 58539               static const char*
 58540               __root_cimv2_CIM_SARule_qualifiers[] =
 58541               {
 58542                   /* UMLPackagePath */
 58543                   "\057CIM::IPsecPolicy",
 58544                   /* Version */
 58545                   "\0632.8.0",
 58546                   /* MappingStrings */
 58547                   "\026\000\001IPSP Policy Model.IETF|SARule\000",
 58548                   0,
 58549               };
 58550               
 58551               MetaClass
 58552 mike  1.1.2.1 __root_cimv2_CIM_SARule =
 58553               {
 58554                   /* flags */
 58555                   META_FLAG_CLASS,
 58556                   /* name */
 58557                   "CIM_SARule",
 58558                   /* qualifiers */
 58559                   __root_cimv2_CIM_SARule_qualifiers,
 58560                   /* super */
 58561                   &__root_cimv2_CIM_PolicyRule,
 58562                   /* features */
 58563                   _CIM_SARule_features,
 58564               };
 58565               
 58566               //==============================================================================
 58567               //
 58568               // Class: CIM_ScopedSettingData
 58569               //
 58570               //==============================================================================
 58571               
 58572               static MetaFeature*
 58573 mike  1.1.2.1 _CIM_ScopedSettingData_features[] =
 58574               {
 58575                   0,
 58576               };
 58577               
 58578               static const char*
 58579               __root_cimv2_CIM_ScopedSettingData_qualifiers[] =
 58580               {
 58581                   /* UMLPackagePath */
 58582                   "\057CIM::Core::Settings",
 58583                   /* Abstract */
 58584                   "\002\001",
 58585                   /* Version */
 58586                   "\0632.10.0",
 58587                   0,
 58588               };
 58589               
 58590               MetaClass
 58591               __root_cimv2_CIM_ScopedSettingData =
 58592               {
 58593                   /* flags */
 58594 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 58595                   /* name */
 58596                   "CIM_ScopedSettingData",
 58597                   /* qualifiers */
 58598                   __root_cimv2_CIM_ScopedSettingData_qualifiers,
 58599                   /* super */
 58600                   &__root_cimv2_CIM_SettingData,
 58601                   /* features */
 58602                   _CIM_ScopedSettingData_features,
 58603               };
 58604               
 58605               //==============================================================================
 58606               //
 58607               // Class: CIM_ServiceStatisticalInformation
 58608               //
 58609               //==============================================================================
 58610               
 58611               static const char*
 58612               _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 58613               {
 58614                   /* Key */
 58615 mike  1.1.2.1     "\025\001",
 58616                   /* Propagated */
 58617                   "\045CIM_Service.SystemCreationClassName",
 58618                   /* MaxLen */
 58619                   "\030\000\000\001\000",
 58620                   0,
 58621               };
 58622               
 58623               static MetaProperty
 58624               _CIM_ServiceStatisticalInformation_SystemCreationClassName =
 58625               {
 58626                   /* flags */
 58627                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58628                   /* name */
 58629                   "SystemCreationClassName",
 58630                   /* qualifiers */
 58631                   _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers,
 58632                   /* type */
 58633                   CIMTYPE_STRING,
 58634                   /* subscript */
 58635                   -1,
 58636 mike  1.1.2.1     /* value */
 58637                   0,
 58638               };
 58639               
 58640               static const char*
 58641               _CIM_ServiceStatisticalInformation_SystemName_qualifiers[] =
 58642               {
 58643                   /* Key */
 58644                   "\025\001",
 58645                   /* Propagated */
 58646                   "\045CIM_Service.SystemName",
 58647                   /* MaxLen */
 58648                   "\030\000\000\001\000",
 58649                   0,
 58650               };
 58651               
 58652               static MetaProperty
 58653               _CIM_ServiceStatisticalInformation_SystemName =
 58654               {
 58655                   /* flags */
 58656                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58657 mike  1.1.2.1     /* name */
 58658                   "SystemName",
 58659                   /* qualifiers */
 58660                   _CIM_ServiceStatisticalInformation_SystemName_qualifiers,
 58661                   /* type */
 58662                   CIMTYPE_STRING,
 58663                   /* subscript */
 58664                   -1,
 58665                   /* value */
 58666                   0,
 58667               };
 58668               
 58669               static const char*
 58670               _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers[] =
 58671               {
 58672                   /* Key */
 58673                   "\025\001",
 58674                   /* Propagated */
 58675                   "\045CIM_Service.CreationClassName",
 58676                   /* MaxLen */
 58677                   "\030\000\000\001\000",
 58678 mike  1.1.2.1     0,
 58679               };
 58680               
 58681               static MetaProperty
 58682               _CIM_ServiceStatisticalInformation_ServiceCreationClassName =
 58683               {
 58684                   /* flags */
 58685                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58686                   /* name */
 58687                   "ServiceCreationClassName",
 58688                   /* qualifiers */
 58689                   _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers,
 58690                   /* type */
 58691                   CIMTYPE_STRING,
 58692                   /* subscript */
 58693                   -1,
 58694                   /* value */
 58695                   0,
 58696               };
 58697               
 58698               static const char*
 58699 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_ServiceName_qualifiers[] =
 58700               {
 58701                   /* Key */
 58702                   "\025\001",
 58703                   /* Propagated */
 58704                   "\045CIM_Service.Name",
 58705                   /* MaxLen */
 58706                   "\030\000\000\001\000",
 58707                   0,
 58708               };
 58709               
 58710               static MetaProperty
 58711               _CIM_ServiceStatisticalInformation_ServiceName =
 58712               {
 58713                   /* flags */
 58714                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58715                   /* name */
 58716                   "ServiceName",
 58717                   /* qualifiers */
 58718                   _CIM_ServiceStatisticalInformation_ServiceName_qualifiers,
 58719                   /* type */
 58720 mike  1.1.2.1     CIMTYPE_STRING,
 58721                   /* subscript */
 58722                   -1,
 58723                   /* value */
 58724                   0,
 58725               };
 58726               
 58727               static const char*
 58728               _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers[] =
 58729               {
 58730                   /* Key */
 58731                   "\025\001",
 58732                   /* MaxLen */
 58733                   "\030\000\000\001\000",
 58734                   0,
 58735               };
 58736               
 58737               static MetaProperty
 58738               _CIM_ServiceStatisticalInformation_CreationClassName =
 58739               {
 58740                   /* flags */
 58741 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58742                   /* name */
 58743                   "CreationClassName",
 58744                   /* qualifiers */
 58745                   _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers,
 58746                   /* type */
 58747                   CIMTYPE_STRING,
 58748                   /* subscript */
 58749                   -1,
 58750                   /* value */
 58751                   0,
 58752               };
 58753               
 58754               static const char*
 58755               _CIM_ServiceStatisticalInformation_Name_qualifiers[] =
 58756               {
 58757                   /* Key */
 58758                   "\025\001",
 58759                   /* Override */
 58760                   "\044Name",
 58761                   /* MaxLen */
 58762 mike  1.1.2.1     "\030\000\000\001\000",
 58763                   0,
 58764               };
 58765               
 58766               static MetaProperty
 58767               _CIM_ServiceStatisticalInformation_Name =
 58768               {
 58769                   /* flags */
 58770                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58771                   /* name */
 58772                   "Name",
 58773                   /* qualifiers */
 58774                   _CIM_ServiceStatisticalInformation_Name_qualifiers,
 58775                   /* type */
 58776                   CIMTYPE_STRING,
 58777                   /* subscript */
 58778                   -1,
 58779                   /* value */
 58780                   0,
 58781               };
 58782               
 58783 mike  1.1.2.1 static MetaFeature*
 58784               _CIM_ServiceStatisticalInformation_features[] =
 58785               {
 58786                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemCreationClassName,
 58787                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemName,
 58788                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceCreationClassName,
 58789                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceName,
 58790                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_CreationClassName,
 58791                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_Name,
 58792                   0,
 58793               };
 58794               
 58795               static const char*
 58796               __root_cimv2_CIM_ServiceStatisticalInformation_qualifiers[] =
 58797               {
 58798                   /* UMLPackagePath */
 58799                   "\057CIM::Core::Statistics",
 58800                   /* Version */
 58801                   "\0632.6.0",
 58802                   0,
 58803               };
 58804 mike  1.1.2.1 
 58805               MetaClass
 58806               __root_cimv2_CIM_ServiceStatisticalInformation =
 58807               {
 58808                   /* flags */
 58809                   META_FLAG_CLASS,
 58810                   /* name */
 58811                   "CIM_ServiceStatisticalInformation",
 58812                   /* qualifiers */
 58813                   __root_cimv2_CIM_ServiceStatisticalInformation_qualifiers,
 58814                   /* super */
 58815                   &__root_cimv2_CIM_StatisticalInformation,
 58816                   /* features */
 58817                   _CIM_ServiceStatisticalInformation_features,
 58818               };
 58819               
 58820               //==============================================================================
 58821               //
 58822               // Class: CIM_SettingAssociatedToCapabilities
 58823               //
 58824               //==============================================================================
 58825 mike  1.1.2.1 
 58826               static const char*
 58827               _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers[] =
 58828               {
 58829                   /* Override */
 58830                   "\044Antecedent",
 58831                   0,
 58832               };
 58833               
 58834               static MetaReference
 58835               _CIM_SettingAssociatedToCapabilities_Antecedent =
 58836               {
 58837                   /* flags */
 58838                   META_FLAG_REFERENCE|META_FLAG_READ,
 58839                   /* name */
 58840                   "Antecedent",
 58841                   /* qualifiers */
 58842                   _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers,
 58843                   /* subscript */
 58844                   -1,
 58845                   /* refId */
 58846 mike  1.1.2.1     &__root_cimv2_CIM_Capabilities,
 58847               };
 58848               
 58849               static const char*
 58850               _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers[] =
 58851               {
 58852                   /* Override */
 58853                   "\044Dependent",
 58854                   0,
 58855               };
 58856               
 58857               static MetaReference
 58858               _CIM_SettingAssociatedToCapabilities_Dependent =
 58859               {
 58860                   /* flags */
 58861                   META_FLAG_REFERENCE|META_FLAG_READ,
 58862                   /* name */
 58863                   "Dependent",
 58864                   /* qualifiers */
 58865                   _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers,
 58866                   /* subscript */
 58867 mike  1.1.2.1     -1,
 58868                   /* refId */
 58869                   &__root_cimv2_CIM_SettingData,
 58870               };
 58871               
 58872               static const char*
 58873               _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers[] =
 58874               {
 58875                   /* Required */
 58876                   "\050\001",
 58877                   0,
 58878               };
 58879               
 58880               static MetaProperty
 58881               _CIM_SettingAssociatedToCapabilities_DefaultSetting =
 58882               {
 58883                   /* flags */
 58884                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 58885                   /* name */
 58886                   "DefaultSetting",
 58887                   /* qualifiers */
 58888 mike  1.1.2.1     _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers,
 58889                   /* type */
 58890                   CIMTYPE_BOOLEAN,
 58891                   /* subscript */
 58892                   -1,
 58893                   /* value */
 58894                   "\000",
 58895               };
 58896               
 58897               static MetaFeature*
 58898               _CIM_SettingAssociatedToCapabilities_features[] =
 58899               {
 58900                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Antecedent,
 58901                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Dependent,
 58902                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_DefaultSetting,
 58903                   0,
 58904               };
 58905               
 58906               static const char*
 58907               __root_cimv2_CIM_SettingAssociatedToCapabilities_qualifiers[] =
 58908               {
 58909 mike  1.1.2.1     /* ASSOCIATION */
 58910                   "\000\001",
 58911                   /* UMLPackagePath */
 58912                   "\057CIM::System::FilesystemServices",
 58913                   /* Version */
 58914                   "\0632.11.0",
 58915                   0,
 58916               };
 58917               
 58918               MetaClass
 58919               __root_cimv2_CIM_SettingAssociatedToCapabilities =
 58920               {
 58921                   /* flags */
 58922                   META_FLAG_ASSOCIATION,
 58923                   /* name */
 58924                   "CIM_SettingAssociatedToCapabilities",
 58925                   /* qualifiers */
 58926                   __root_cimv2_CIM_SettingAssociatedToCapabilities_qualifiers,
 58927                   /* super */
 58928                   &__root_cimv2_CIM_Dependency,
 58929                   /* features */
 58930 mike  1.1.2.1     _CIM_SettingAssociatedToCapabilities_features,
 58931               };
 58932               
 58933               //==============================================================================
 58934               //
 58935               // Class: CIM_SharedSecretAuthentication
 58936               //
 58937               //==============================================================================
 58938               
 58939               static const char*
 58940               _CIM_SharedSecretAuthentication_IDOfPrincipal_qualifiers[] =
 58941               {
 58942                   0,
 58943               };
 58944               
 58945               static MetaProperty
 58946               _CIM_SharedSecretAuthentication_IDOfPrincipal =
 58947               {
 58948                   /* flags */
 58949                   META_FLAG_PROPERTY|META_FLAG_READ,
 58950                   /* name */
 58951 mike  1.1.2.1     "IDOfPrincipal",
 58952                   /* qualifiers */
 58953                   _CIM_SharedSecretAuthentication_IDOfPrincipal_qualifiers,
 58954                   /* type */
 58955                   CIMTYPE_STRING,
 58956                   /* subscript */
 58957                   -1,
 58958                   /* value */
 58959                   0,
 58960               };
 58961               
 58962               static const char*
 58963               _CIM_SharedSecretAuthentication_ContextOfSecret_qualifiers[] =
 58964               {
 58965                   0,
 58966               };
 58967               
 58968               static MetaProperty
 58969               _CIM_SharedSecretAuthentication_ContextOfSecret =
 58970               {
 58971                   /* flags */
 58972 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 58973                   /* name */
 58974                   "ContextOfSecret",
 58975                   /* qualifiers */
 58976                   _CIM_SharedSecretAuthentication_ContextOfSecret_qualifiers,
 58977                   /* type */
 58978                   CIMTYPE_STRING,
 58979                   /* subscript */
 58980                   -1,
 58981                   /* value */
 58982                   0,
 58983               };
 58984               
 58985               static MetaFeature*
 58986               _CIM_SharedSecretAuthentication_features[] =
 58987               {
 58988                   (MetaFeature*)&_CIM_SharedSecretAuthentication_IDOfPrincipal,
 58989                   (MetaFeature*)&_CIM_SharedSecretAuthentication_ContextOfSecret,
 58990                   0,
 58991               };
 58992               
 58993 mike  1.1.2.1 static const char*
 58994               __root_cimv2_CIM_SharedSecretAuthentication_qualifiers[] =
 58995               {
 58996                   /* UMLPackagePath */
 58997                   "\057CIM::Policy",
 58998                   /* Version */
 58999                   "\0632.8.0",
 59000                   0,
 59001               };
 59002               
 59003               MetaClass
 59004               __root_cimv2_CIM_SharedSecretAuthentication =
 59005               {
 59006                   /* flags */
 59007                   META_FLAG_CLASS,
 59008                   /* name */
 59009                   "CIM_SharedSecretAuthentication",
 59010                   /* qualifiers */
 59011                   __root_cimv2_CIM_SharedSecretAuthentication_qualifiers,
 59012                   /* super */
 59013                   &__root_cimv2_CIM_AuthenticationCondition,
 59014 mike  1.1.2.1     /* features */
 59015                   _CIM_SharedSecretAuthentication_features,
 59016               };
 59017               
 59018               //==============================================================================
 59019               //
 59020               // Class: CIM_Slot
 59021               //
 59022               //==============================================================================
 59023               
 59024               static const char*
 59025               _CIM_Slot_ConnectorType_qualifiers[] =
 59026               {
 59027                   /* Override */
 59028                   "\044ConnectorType",
 59029                   /* MappingStrings */
 59030                   "\026\000\001MIF.DMTF|System Slot|005.2\000",
 59031                   0,
 59032               };
 59033               
 59034               static MetaProperty
 59035 mike  1.1.2.1 _CIM_Slot_ConnectorType =
 59036               {
 59037                   /* flags */
 59038                   META_FLAG_PROPERTY|META_FLAG_READ,
 59039                   /* name */
 59040                   "ConnectorType",
 59041                   /* qualifiers */
 59042                   _CIM_Slot_ConnectorType_qualifiers,
 59043                   /* type */
 59044                   CIMTYPE_UINT16,
 59045                   /* subscript */
 59046                   0,
 59047                   /* value */
 59048                   0,
 59049               };
 59050               
 59051               static const char*
 59052               _CIM_Slot_PoweredOn_qualifiers[] =
 59053               {
 59054                   /* Override */
 59055                   "\044PoweredOn",
 59056 mike  1.1.2.1     /* MappingStrings */
 59057                   "\026\000\001MIF.DMTF|System Slot|005.13\000",
 59058                   0,
 59059               };
 59060               
 59061               static MetaProperty
 59062               _CIM_Slot_PoweredOn =
 59063               {
 59064                   /* flags */
 59065                   META_FLAG_PROPERTY|META_FLAG_READ,
 59066                   /* name */
 59067                   "PoweredOn",
 59068                   /* qualifiers */
 59069                   _CIM_Slot_PoweredOn_qualifiers,
 59070                   /* type */
 59071                   CIMTYPE_BOOLEAN,
 59072                   /* subscript */
 59073                   -1,
 59074                   /* value */
 59075                   0,
 59076               };
 59077 mike  1.1.2.1 
 59078               static const char*
 59079               _CIM_Slot_SupportsHotPlug_qualifiers[] =
 59080               {
 59081                   0,
 59082               };
 59083               
 59084               static MetaProperty
 59085               _CIM_Slot_SupportsHotPlug =
 59086               {
 59087                   /* flags */
 59088                   META_FLAG_PROPERTY|META_FLAG_READ,
 59089                   /* name */
 59090                   "SupportsHotPlug",
 59091                   /* qualifiers */
 59092                   _CIM_Slot_SupportsHotPlug_qualifiers,
 59093                   /* type */
 59094                   CIMTYPE_BOOLEAN,
 59095                   /* subscript */
 59096                   -1,
 59097                   /* value */
 59098 mike  1.1.2.1     0,
 59099               };
 59100               
 59101               static const char*
 59102               _CIM_Slot_HeightAllowed_qualifiers[] =
 59103               {
 59104                   /* Units */
 59105                   "\060Inches",
 59106                   0,
 59107               };
 59108               
 59109               static MetaProperty
 59110               _CIM_Slot_HeightAllowed =
 59111               {
 59112                   /* flags */
 59113                   META_FLAG_PROPERTY|META_FLAG_READ,
 59114                   /* name */
 59115                   "HeightAllowed",
 59116                   /* qualifiers */
 59117                   _CIM_Slot_HeightAllowed_qualifiers,
 59118                   /* type */
 59119 mike  1.1.2.1     CIMTYPE_REAL32,
 59120                   /* subscript */
 59121                   -1,
 59122                   /* value */
 59123                   0,
 59124               };
 59125               
 59126               static const char*
 59127               _CIM_Slot_LengthAllowed_qualifiers[] =
 59128               {
 59129                   /* Units */
 59130                   "\060Inches",
 59131                   0,
 59132               };
 59133               
 59134               static MetaProperty
 59135               _CIM_Slot_LengthAllowed =
 59136               {
 59137                   /* flags */
 59138                   META_FLAG_PROPERTY|META_FLAG_READ,
 59139                   /* name */
 59140 mike  1.1.2.1     "LengthAllowed",
 59141                   /* qualifiers */
 59142                   _CIM_Slot_LengthAllowed_qualifiers,
 59143                   /* type */
 59144                   CIMTYPE_REAL32,
 59145                   /* subscript */
 59146                   -1,
 59147                   /* value */
 59148                   0,
 59149               };
 59150               
 59151               static const char*
 59152               _CIM_Slot_MaxDataWidth_qualifiers[] =
 59153               {
 59154                   /* Units */
 59155                   "\060Bits",
 59156                   /* ValueMap */
 59157                   "\061\000\0070\0001\0008\00016\00032\00064\000128\000",
 59158                   /* MappingStrings */
 59159                   "\026\000\001MIF.DMTF|System Slot|005.3\000",
 59160                   0,
 59161 mike  1.1.2.1 };
 59162               
 59163               static MetaProperty
 59164               _CIM_Slot_MaxDataWidth =
 59165               {
 59166                   /* flags */
 59167                   META_FLAG_PROPERTY|META_FLAG_READ,
 59168                   /* name */
 59169                   "MaxDataWidth",
 59170                   /* qualifiers */
 59171                   _CIM_Slot_MaxDataWidth_qualifiers,
 59172                   /* type */
 59173                   CIMTYPE_UINT16,
 59174                   /* subscript */
 59175                   -1,
 59176                   /* value */
 59177                   0,
 59178               };
 59179               
 59180               static const char*
 59181               _CIM_Slot_VccMixedVoltageSupport_qualifiers[] =
 59182 mike  1.1.2.1 {
 59183                   /* ValueMap */
 59184                   "\061\000\0040\0001\0002\0003\000",
 59185                   /* Values */
 59186                   "\062\000\004Unknown\000Other\0003.3V\0005V\000",
 59187                   /* MappingStrings */
 59188                   "\026\000\001MIF.DMTF|System Slot|005.9\000",
 59189                   0,
 59190               };
 59191               
 59192               static MetaProperty
 59193               _CIM_Slot_VccMixedVoltageSupport =
 59194               {
 59195                   /* flags */
 59196                   META_FLAG_PROPERTY|META_FLAG_READ,
 59197                   /* name */
 59198                   "VccMixedVoltageSupport",
 59199                   /* qualifiers */
 59200                   _CIM_Slot_VccMixedVoltageSupport_qualifiers,
 59201                   /* type */
 59202                   CIMTYPE_UINT16,
 59203 mike  1.1.2.1     /* subscript */
 59204                   0,
 59205                   /* value */
 59206                   0,
 59207               };
 59208               
 59209               static const char*
 59210               _CIM_Slot_VppMixedVoltageSupport_qualifiers[] =
 59211               {
 59212                   /* ValueMap */
 59213                   "\061\000\0050\0001\0002\0003\0004\000",
 59214                   /* Values */
 59215                   "\062\000\005Unknown\000Other\0003.3V\0005V\00012V\000",
 59216                   /* MappingStrings */
 59217                   "\026\000\001MIF.DMTF|System Slot|005.10\000",
 59218                   0,
 59219               };
 59220               
 59221               static MetaProperty
 59222               _CIM_Slot_VppMixedVoltageSupport =
 59223               {
 59224 mike  1.1.2.1     /* flags */
 59225                   META_FLAG_PROPERTY|META_FLAG_READ,
 59226                   /* name */
 59227                   "VppMixedVoltageSupport",
 59228                   /* qualifiers */
 59229                   _CIM_Slot_VppMixedVoltageSupport_qualifiers,
 59230                   /* type */
 59231                   CIMTYPE_UINT16,
 59232                   /* subscript */
 59233                   0,
 59234                   /* value */
 59235                   0,
 59236               };
 59237               
 59238               static const char*
 59239               _CIM_Slot_ThermalRating_qualifiers[] =
 59240               {
 59241                   /* Units */
 59242                   "\060MilliWatts",
 59243                   /* MappingStrings */
 59244                   "\026\000\001MIF.DMTF|System Slot|005.11\000",
 59245 mike  1.1.2.1     0,
 59246               };
 59247               
 59248               static MetaProperty
 59249               _CIM_Slot_ThermalRating =
 59250               {
 59251                   /* flags */
 59252                   META_FLAG_PROPERTY|META_FLAG_READ,
 59253                   /* name */
 59254                   "ThermalRating",
 59255                   /* qualifiers */
 59256                   _CIM_Slot_ThermalRating_qualifiers,
 59257                   /* type */
 59258                   CIMTYPE_UINT32,
 59259                   /* subscript */
 59260                   -1,
 59261                   /* value */
 59262                   0,
 59263               };
 59264               
 59265               static const char*
 59266 mike  1.1.2.1 _CIM_Slot_SpecialPurpose_qualifiers[] =
 59267               {
 59268                   /* ModelCorrespondence */
 59269                   "\036\000\001CIM_Slot.PurposeDescription\000",
 59270                   0,
 59271               };
 59272               
 59273               static MetaProperty
 59274               _CIM_Slot_SpecialPurpose =
 59275               {
 59276                   /* flags */
 59277                   META_FLAG_PROPERTY|META_FLAG_READ,
 59278                   /* name */
 59279                   "SpecialPurpose",
 59280                   /* qualifiers */
 59281                   _CIM_Slot_SpecialPurpose_qualifiers,
 59282                   /* type */
 59283                   CIMTYPE_BOOLEAN,
 59284                   /* subscript */
 59285                   -1,
 59286                   /* value */
 59287 mike  1.1.2.1     0,
 59288               };
 59289               
 59290               static const char*
 59291               _CIM_Slot_PurposeDescription_qualifiers[] =
 59292               {
 59293                   /* ModelCorrespondence */
 59294                   "\036\000\001CIM_Slot.SpecialPurpose\000",
 59295                   0,
 59296               };
 59297               
 59298               static MetaProperty
 59299               _CIM_Slot_PurposeDescription =
 59300               {
 59301                   /* flags */
 59302                   META_FLAG_PROPERTY|META_FLAG_READ,
 59303                   /* name */
 59304                   "PurposeDescription",
 59305                   /* qualifiers */
 59306                   _CIM_Slot_PurposeDescription_qualifiers,
 59307                   /* type */
 59308 mike  1.1.2.1     CIMTYPE_STRING,
 59309                   /* subscript */
 59310                   -1,
 59311                   /* value */
 59312                   0,
 59313               };
 59314               
 59315               static const char*
 59316               _CIM_Slot_Number_qualifiers[] =
 59317               {
 59318                   /* MappingStrings */
 59319                   "\026\000\001MIF.DMTF|System Slot|005.1\000",
 59320                   0,
 59321               };
 59322               
 59323               static MetaProperty
 59324               _CIM_Slot_Number =
 59325               {
 59326                   /* flags */
 59327                   META_FLAG_PROPERTY|META_FLAG_READ,
 59328                   /* name */
 59329 mike  1.1.2.1     "Number",
 59330                   /* qualifiers */
 59331                   _CIM_Slot_Number_qualifiers,
 59332                   /* type */
 59333                   CIMTYPE_UINT16,
 59334                   /* subscript */
 59335                   -1,
 59336                   /* value */
 59337                   0,
 59338               };
 59339               
 59340               static const char*
 59341               _CIM_Slot_Powered_qualifiers[] =
 59342               {
 59343                   /* Deprecated */
 59344                   "\013\000\001CIM_PhysicalElement.PoweredOn\000",
 59345                   /* MappingStrings */
 59346                   "\026\000\001MIF.DMTF|System Slot|005.13\000",
 59347                   0,
 59348               };
 59349               
 59350 mike  1.1.2.1 static MetaProperty
 59351               _CIM_Slot_Powered =
 59352               {
 59353                   /* flags */
 59354                   META_FLAG_PROPERTY|META_FLAG_READ,
 59355                   /* name */
 59356                   "Powered",
 59357                   /* qualifiers */
 59358                   _CIM_Slot_Powered_qualifiers,
 59359                   /* type */
 59360                   CIMTYPE_BOOLEAN,
 59361                   /* subscript */
 59362                   -1,
 59363                   /* value */
 59364                   0,
 59365               };
 59366               
 59367               static const char*
 59368               _CIM_Slot_OpenSwitch_qualifiers[] =
 59369               {
 59370                   /* MappingStrings */
 59371 mike  1.1.2.1     "\026\000\001MIF.DMTF|System Slot|005.15\000",
 59372                   0,
 59373               };
 59374               
 59375               static MetaProperty
 59376               _CIM_Slot_OpenSwitch =
 59377               {
 59378                   /* flags */
 59379                   META_FLAG_PROPERTY|META_FLAG_READ,
 59380                   /* name */
 59381                   "OpenSwitch",
 59382                   /* qualifiers */
 59383                   _CIM_Slot_OpenSwitch_qualifiers,
 59384                   /* type */
 59385                   CIMTYPE_BOOLEAN,
 59386                   /* subscript */
 59387                   -1,
 59388                   /* value */
 59389                   0,
 59390               };
 59391               
 59392 mike  1.1.2.1 static MetaFeature*
 59393               _CIM_Slot_features[] =
 59394               {
 59395                   (MetaFeature*)&_CIM_Slot_ConnectorType,
 59396                   (MetaFeature*)&_CIM_Slot_PoweredOn,
 59397                   (MetaFeature*)&_CIM_Slot_SupportsHotPlug,
 59398                   (MetaFeature*)&_CIM_Slot_HeightAllowed,
 59399                   (MetaFeature*)&_CIM_Slot_LengthAllowed,
 59400                   (MetaFeature*)&_CIM_Slot_MaxDataWidth,
 59401                   (MetaFeature*)&_CIM_Slot_VccMixedVoltageSupport,
 59402                   (MetaFeature*)&_CIM_Slot_VppMixedVoltageSupport,
 59403                   (MetaFeature*)&_CIM_Slot_ThermalRating,
 59404                   (MetaFeature*)&_CIM_Slot_SpecialPurpose,
 59405                   (MetaFeature*)&_CIM_Slot_PurposeDescription,
 59406                   (MetaFeature*)&_CIM_Slot_Number,
 59407                   (MetaFeature*)&_CIM_Slot_Powered,
 59408                   (MetaFeature*)&_CIM_Slot_OpenSwitch,
 59409                   0,
 59410               };
 59411               
 59412               static const char*
 59413 mike  1.1.2.1 __root_cimv2_CIM_Slot_qualifiers[] =
 59414               {
 59415                   /* UMLPackagePath */
 59416                   "\057CIM::Physical::Connector",
 59417                   /* Version */
 59418                   "\0632.7.0",
 59419                   0,
 59420               };
 59421               
 59422               MetaClass
 59423               __root_cimv2_CIM_Slot =
 59424               {
 59425                   /* flags */
 59426                   META_FLAG_CLASS,
 59427                   /* name */
 59428                   "CIM_Slot",
 59429                   /* qualifiers */
 59430                   __root_cimv2_CIM_Slot_qualifiers,
 59431                   /* super */
 59432                   &__root_cimv2_CIM_PhysicalConnector,
 59433                   /* features */
 59434 mike  1.1.2.1     _CIM_Slot_features,
 59435               };
 59436               
 59437               //==============================================================================
 59438               //
 59439               // Class: CIM_SoftwareElement
 59440               //
 59441               //==============================================================================
 59442               
 59443               static const char*
 59444               _CIM_SoftwareElement_Name_qualifiers[] =
 59445               {
 59446                   /* Key */
 59447                   "\025\001",
 59448                   /* Override */
 59449                   "\044Name",
 59450                   /* MaxLen */
 59451                   "\030\000\000\001\000",
 59452                   0,
 59453               };
 59454               
 59455 mike  1.1.2.1 static MetaProperty
 59456               _CIM_SoftwareElement_Name =
 59457               {
 59458                   /* flags */
 59459                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59460                   /* name */
 59461                   "Name",
 59462                   /* qualifiers */
 59463                   _CIM_SoftwareElement_Name_qualifiers,
 59464                   /* type */
 59465                   CIMTYPE_STRING,
 59466                   /* subscript */
 59467                   -1,
 59468                   /* value */
 59469                   0,
 59470               };
 59471               
 59472               static const char*
 59473               _CIM_SoftwareElement_Version_qualifiers[] =
 59474               {
 59475                   /* Key */
 59476 mike  1.1.2.1     "\025\001",
 59477                   /* MaxLen */
 59478                   "\030\000\000\000\100",
 59479                   /* MappingStrings */
 59480                   "\026\000\001MIF.DMTF|SubComponent Software |001.4\000",
 59481                   0,
 59482               };
 59483               
 59484               static MetaProperty
 59485               _CIM_SoftwareElement_Version =
 59486               {
 59487                   /* flags */
 59488                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59489                   /* name */
 59490                   "Version",
 59491                   /* qualifiers */
 59492                   _CIM_SoftwareElement_Version_qualifiers,
 59493                   /* type */
 59494                   CIMTYPE_STRING,
 59495                   /* subscript */
 59496                   -1,
 59497 mike  1.1.2.1     /* value */
 59498                   0,
 59499               };
 59500               
 59501               static const char*
 59502               _CIM_SoftwareElement_SoftwareElementState_qualifiers[] =
 59503               {
 59504                   /* Key */
 59505                   "\025\001",
 59506                   /* ValueMap */
 59507                   "\061\000\0040\0001\0002\0003\000",
 59508                   /* Values */
 59509                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
 59510                   0,
 59511               };
 59512               
 59513               static MetaProperty
 59514               _CIM_SoftwareElement_SoftwareElementState =
 59515               {
 59516                   /* flags */
 59517                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59518 mike  1.1.2.1     /* name */
 59519                   "SoftwareElementState",
 59520                   /* qualifiers */
 59521                   _CIM_SoftwareElement_SoftwareElementState_qualifiers,
 59522                   /* type */
 59523                   CIMTYPE_UINT16,
 59524                   /* subscript */
 59525                   -1,
 59526                   /* value */
 59527                   0,
 59528               };
 59529               
 59530               static const char*
 59531               _CIM_SoftwareElement_SoftwareElementID_qualifiers[] =
 59532               {
 59533                   /* Key */
 59534                   "\025\001",
 59535                   /* MaxLen */
 59536                   "\030\000\000\001\000",
 59537                   0,
 59538               };
 59539 mike  1.1.2.1 
 59540               static MetaProperty
 59541               _CIM_SoftwareElement_SoftwareElementID =
 59542               {
 59543                   /* flags */
 59544                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59545                   /* name */
 59546                   "SoftwareElementID",
 59547                   /* qualifiers */
 59548                   _CIM_SoftwareElement_SoftwareElementID_qualifiers,
 59549                   /* type */
 59550                   CIMTYPE_STRING,
 59551                   /* subscript */
 59552                   -1,
 59553                   /* value */
 59554                   0,
 59555               };
 59556               
 59557               static const char*
 59558               _CIM_SoftwareElement_TargetOperatingSystem_qualifiers[] =
 59559               {
 59560 mike  1.1.2.1     /* Key */
 59561                   "\025\001",
 59562                   /* ValueMap */
 59563                   "\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",
 59564                   /* Values */
 59565                   "\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",
 59566                   /* MappingStrings */
 59567                   "\026\000\001MIF.DMTF|SubComponent Software|001.8\000",
 59568                   /* ModelCorrespondence */
 59569                   "\036\000\001CIM_OperatingSystem.OSType\000",
 59570                   0,
 59571               };
 59572               
 59573               static MetaProperty
 59574               _CIM_SoftwareElement_TargetOperatingSystem =
 59575               {
 59576                   /* flags */
 59577                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59578                   /* name */
 59579                   "TargetOperatingSystem",
 59580                   /* qualifiers */
 59581 mike  1.1.2.1     _CIM_SoftwareElement_TargetOperatingSystem_qualifiers,
 59582                   /* type */
 59583                   CIMTYPE_UINT16,
 59584                   /* subscript */
 59585                   -1,
 59586                   /* value */
 59587                   0,
 59588               };
 59589               
 59590               static const char*
 59591               _CIM_SoftwareElement_OtherTargetOS_qualifiers[] =
 59592               {
 59593                   /* MaxLen */
 59594                   "\030\000\000\000\100",
 59595                   /* ModelCorrespondence */
 59596                   "\036\000\001CIM_OperatingSystem.OtherTypeDescription\000",
 59597                   0,
 59598               };
 59599               
 59600               static MetaProperty
 59601               _CIM_SoftwareElement_OtherTargetOS =
 59602 mike  1.1.2.1 {
 59603                   /* flags */
 59604                   META_FLAG_PROPERTY|META_FLAG_READ,
 59605                   /* name */
 59606                   "OtherTargetOS",
 59607                   /* qualifiers */
 59608                   _CIM_SoftwareElement_OtherTargetOS_qualifiers,
 59609                   /* type */
 59610                   CIMTYPE_STRING,
 59611                   /* subscript */
 59612                   -1,
 59613                   /* value */
 59614                   0,
 59615               };
 59616               
 59617               static const char*
 59618               _CIM_SoftwareElement_Manufacturer_qualifiers[] =
 59619               {
 59620                   /* MaxLen */
 59621                   "\030\000\000\001\000",
 59622                   /* MappingStrings */
 59623 mike  1.1.2.1     "\026\000\001MIF.DMTF|SubComponent Software|001.3\000",
 59624                   0,
 59625               };
 59626               
 59627               static MetaProperty
 59628               _CIM_SoftwareElement_Manufacturer =
 59629               {
 59630                   /* flags */
 59631                   META_FLAG_PROPERTY|META_FLAG_READ,
 59632                   /* name */
 59633                   "Manufacturer",
 59634                   /* qualifiers */
 59635                   _CIM_SoftwareElement_Manufacturer_qualifiers,
 59636                   /* type */
 59637                   CIMTYPE_STRING,
 59638                   /* subscript */
 59639                   -1,
 59640                   /* value */
 59641                   0,
 59642               };
 59643               
 59644 mike  1.1.2.1 static const char*
 59645               _CIM_SoftwareElement_BuildNumber_qualifiers[] =
 59646               {
 59647                   /* MaxLen */
 59648                   "\030\000\000\000\100",
 59649                   /* MappingStrings */
 59650                   "\026\000\001MIF.DMTF|Software Component Information|002.4\000",
 59651                   0,
 59652               };
 59653               
 59654               static MetaProperty
 59655               _CIM_SoftwareElement_BuildNumber =
 59656               {
 59657                   /* flags */
 59658                   META_FLAG_PROPERTY|META_FLAG_READ,
 59659                   /* name */
 59660                   "BuildNumber",
 59661                   /* qualifiers */
 59662                   _CIM_SoftwareElement_BuildNumber_qualifiers,
 59663                   /* type */
 59664                   CIMTYPE_STRING,
 59665 mike  1.1.2.1     /* subscript */
 59666                   -1,
 59667                   /* value */
 59668                   0,
 59669               };
 59670               
 59671               static const char*
 59672               _CIM_SoftwareElement_SerialNumber_qualifiers[] =
 59673               {
 59674                   /* MaxLen */
 59675                   "\030\000\000\000\100",
 59676                   /* MappingStrings */
 59677                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 59678                   0,
 59679               };
 59680               
 59681               static MetaProperty
 59682               _CIM_SoftwareElement_SerialNumber =
 59683               {
 59684                   /* flags */
 59685                   META_FLAG_PROPERTY|META_FLAG_READ,
 59686 mike  1.1.2.1     /* name */
 59687                   "SerialNumber",
 59688                   /* qualifiers */
 59689                   _CIM_SoftwareElement_SerialNumber_qualifiers,
 59690                   /* type */
 59691                   CIMTYPE_STRING,
 59692                   /* subscript */
 59693                   -1,
 59694                   /* value */
 59695                   0,
 59696               };
 59697               
 59698               static const char*
 59699               _CIM_SoftwareElement_CodeSet_qualifiers[] =
 59700               {
 59701                   /* MaxLen */
 59702                   "\030\000\000\000\100",
 59703                   0,
 59704               };
 59705               
 59706               static MetaProperty
 59707 mike  1.1.2.1 _CIM_SoftwareElement_CodeSet =
 59708               {
 59709                   /* flags */
 59710                   META_FLAG_PROPERTY|META_FLAG_READ,
 59711                   /* name */
 59712                   "CodeSet",
 59713                   /* qualifiers */
 59714                   _CIM_SoftwareElement_CodeSet_qualifiers,
 59715                   /* type */
 59716                   CIMTYPE_STRING,
 59717                   /* subscript */
 59718                   -1,
 59719                   /* value */
 59720                   0,
 59721               };
 59722               
 59723               static const char*
 59724               _CIM_SoftwareElement_IdentificationCode_qualifiers[] =
 59725               {
 59726                   /* MaxLen */
 59727                   "\030\000\000\000\100",
 59728 mike  1.1.2.1     /* MappingStrings */
 59729                   "\026\000\001MIF.DMTF|SubComponent Software|001.6\000",
 59730                   0,
 59731               };
 59732               
 59733               static MetaProperty
 59734               _CIM_SoftwareElement_IdentificationCode =
 59735               {
 59736                   /* flags */
 59737                   META_FLAG_PROPERTY|META_FLAG_READ,
 59738                   /* name */
 59739                   "IdentificationCode",
 59740                   /* qualifiers */
 59741                   _CIM_SoftwareElement_IdentificationCode_qualifiers,
 59742                   /* type */
 59743                   CIMTYPE_STRING,
 59744                   /* subscript */
 59745                   -1,
 59746                   /* value */
 59747                   0,
 59748               };
 59749 mike  1.1.2.1 
 59750               static const char*
 59751               _CIM_SoftwareElement_LanguageEdition_qualifiers[] =
 59752               {
 59753                   /* MaxLen */
 59754                   "\030\000\000\000\040",
 59755                   /* MappingStrings */
 59756                   "\026\000\001MIF.DMTF|SubComponent Software|001.7\000",
 59757                   0,
 59758               };
 59759               
 59760               static MetaProperty
 59761               _CIM_SoftwareElement_LanguageEdition =
 59762               {
 59763                   /* flags */
 59764                   META_FLAG_PROPERTY|META_FLAG_READ,
 59765                   /* name */
 59766                   "LanguageEdition",
 59767                   /* qualifiers */
 59768                   _CIM_SoftwareElement_LanguageEdition_qualifiers,
 59769                   /* type */
 59770 mike  1.1.2.1     CIMTYPE_STRING,
 59771                   /* subscript */
 59772                   -1,
 59773                   /* value */
 59774                   0,
 59775               };
 59776               
 59777               static MetaFeature*
 59778               _CIM_SoftwareElement_features[] =
 59779               {
 59780                   (MetaFeature*)&_CIM_SoftwareElement_Name,
 59781                   (MetaFeature*)&_CIM_SoftwareElement_Version,
 59782                   (MetaFeature*)&_CIM_SoftwareElement_SoftwareElementState,
 59783                   (MetaFeature*)&_CIM_SoftwareElement_SoftwareElementID,
 59784                   (MetaFeature*)&_CIM_SoftwareElement_TargetOperatingSystem,
 59785                   (MetaFeature*)&_CIM_SoftwareElement_OtherTargetOS,
 59786                   (MetaFeature*)&_CIM_SoftwareElement_Manufacturer,
 59787                   (MetaFeature*)&_CIM_SoftwareElement_BuildNumber,
 59788                   (MetaFeature*)&_CIM_SoftwareElement_SerialNumber,
 59789                   (MetaFeature*)&_CIM_SoftwareElement_CodeSet,
 59790                   (MetaFeature*)&_CIM_SoftwareElement_IdentificationCode,
 59791 mike  1.1.2.1     (MetaFeature*)&_CIM_SoftwareElement_LanguageEdition,
 59792                   0,
 59793               };
 59794               
 59795               static const char*
 59796               __root_cimv2_CIM_SoftwareElement_qualifiers[] =
 59797               {
 59798                   /* UMLPackagePath */
 59799                   "\057CIM::Application::DeploymentModel",
 59800                   /* Version */
 59801                   "\0632.7.0",
 59802                   0,
 59803               };
 59804               
 59805               MetaClass
 59806               __root_cimv2_CIM_SoftwareElement =
 59807               {
 59808                   /* flags */
 59809                   META_FLAG_CLASS,
 59810                   /* name */
 59811                   "CIM_SoftwareElement",
 59812 mike  1.1.2.1     /* qualifiers */
 59813                   __root_cimv2_CIM_SoftwareElement_qualifiers,
 59814                   /* super */
 59815                   &__root_cimv2_CIM_LogicalElement,
 59816                   /* features */
 59817                   _CIM_SoftwareElement_features,
 59818               };
 59819               
 59820               //==============================================================================
 59821               //
 59822               // Class: CIM_SoftwareElementComponent
 59823               //
 59824               //==============================================================================
 59825               
 59826               static const char*
 59827               _CIM_SoftwareElementComponent_GroupComponent_qualifiers[] =
 59828               {
 59829                   /* Aggregate */
 59830                   "\003\001",
 59831                   /* Override */
 59832                   "\044GroupComponent",
 59833 mike  1.1.2.1     /* Min */
 59834                   "\033\000\000\000\001",
 59835                   /* Max */
 59836                   "\027\000\000\000\001",
 59837                   0,
 59838               };
 59839               
 59840               static MetaReference
 59841               _CIM_SoftwareElementComponent_GroupComponent =
 59842               {
 59843                   /* flags */
 59844                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 59845                   /* name */
 59846                   "GroupComponent",
 59847                   /* qualifiers */
 59848                   _CIM_SoftwareElementComponent_GroupComponent_qualifiers,
 59849                   /* subscript */
 59850                   -1,
 59851                   /* refId */
 59852                   &__root_cimv2_CIM_SoftwareElement,
 59853               };
 59854 mike  1.1.2.1 
 59855               static const char*
 59856               _CIM_SoftwareElementComponent_PartComponent_qualifiers[] =
 59857               {
 59858                   /* Override */
 59859                   "\044PartComponent",
 59860                   0,
 59861               };
 59862               
 59863               static MetaReference
 59864               _CIM_SoftwareElementComponent_PartComponent =
 59865               {
 59866                   /* flags */
 59867                   META_FLAG_REFERENCE|META_FLAG_READ,
 59868                   /* name */
 59869                   "PartComponent",
 59870                   /* qualifiers */
 59871                   _CIM_SoftwareElementComponent_PartComponent_qualifiers,
 59872                   /* subscript */
 59873                   -1,
 59874                   /* refId */
 59875 mike  1.1.2.1     &__root_cimv2_CIM_SoftwareElement,
 59876               };
 59877               
 59878               static MetaFeature*
 59879               _CIM_SoftwareElementComponent_features[] =
 59880               {
 59881                   (MetaFeature*)&_CIM_SoftwareElementComponent_GroupComponent,
 59882                   (MetaFeature*)&_CIM_SoftwareElementComponent_PartComponent,
 59883                   0,
 59884               };
 59885               
 59886               static const char*
 59887               __root_cimv2_CIM_SoftwareElementComponent_qualifiers[] =
 59888               {
 59889                   /* ASSOCIATION */
 59890                   "\000\001",
 59891                   /* UMLPackagePath */
 59892                   "\057CIM::Application::DeploymentModel",
 59893                   /* Aggregation */
 59894                   "\004\001",
 59895                   /* Version */
 59896 mike  1.1.2.1     "\0632.8.0",
 59897                   0,
 59898               };
 59899               
 59900               MetaClass
 59901               __root_cimv2_CIM_SoftwareElementComponent =
 59902               {
 59903                   /* flags */
 59904                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 59905                   /* name */
 59906                   "CIM_SoftwareElementComponent",
 59907                   /* qualifiers */
 59908                   __root_cimv2_CIM_SoftwareElementComponent_qualifiers,
 59909                   /* super */
 59910                   &__root_cimv2_CIM_Component,
 59911                   /* features */
 59912                   _CIM_SoftwareElementComponent_features,
 59913               };
 59914               
 59915               //==============================================================================
 59916               //
 59917 mike  1.1.2.1 // Class: CIM_SoftwareFeature
 59918               //
 59919               //==============================================================================
 59920               
 59921               static const char*
 59922               _CIM_SoftwareFeature_IdentifyingNumber_qualifiers[] =
 59923               {
 59924                   /* Key */
 59925                   "\025\001",
 59926                   /* Propagated */
 59927                   "\045CIM_Product.IdentifyingNumber",
 59928                   /* MaxLen */
 59929                   "\030\000\000\000\100",
 59930                   0,
 59931               };
 59932               
 59933               static MetaProperty
 59934               _CIM_SoftwareFeature_IdentifyingNumber =
 59935               {
 59936                   /* flags */
 59937                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59938 mike  1.1.2.1     /* name */
 59939                   "IdentifyingNumber",
 59940                   /* qualifiers */
 59941                   _CIM_SoftwareFeature_IdentifyingNumber_qualifiers,
 59942                   /* type */
 59943                   CIMTYPE_STRING,
 59944                   /* subscript */
 59945                   -1,
 59946                   /* value */
 59947                   0,
 59948               };
 59949               
 59950               static const char*
 59951               _CIM_SoftwareFeature_ProductName_qualifiers[] =
 59952               {
 59953                   /* Key */
 59954                   "\025\001",
 59955                   /* Propagated */
 59956                   "\045CIM_Product.Name",
 59957                   /* MaxLen */
 59958                   "\030\000\000\001\000",
 59959 mike  1.1.2.1     0,
 59960               };
 59961               
 59962               static MetaProperty
 59963               _CIM_SoftwareFeature_ProductName =
 59964               {
 59965                   /* flags */
 59966                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59967                   /* name */
 59968                   "ProductName",
 59969                   /* qualifiers */
 59970                   _CIM_SoftwareFeature_ProductName_qualifiers,
 59971                   /* type */
 59972                   CIMTYPE_STRING,
 59973                   /* subscript */
 59974                   -1,
 59975                   /* value */
 59976                   0,
 59977               };
 59978               
 59979               static const char*
 59980 mike  1.1.2.1 _CIM_SoftwareFeature_Vendor_qualifiers[] =
 59981               {
 59982                   /* Key */
 59983                   "\025\001",
 59984                   /* Propagated */
 59985                   "\045CIM_Product.Vendor",
 59986                   /* MaxLen */
 59987                   "\030\000\000\001\000",
 59988                   0,
 59989               };
 59990               
 59991               static MetaProperty
 59992               _CIM_SoftwareFeature_Vendor =
 59993               {
 59994                   /* flags */
 59995                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59996                   /* name */
 59997                   "Vendor",
 59998                   /* qualifiers */
 59999                   _CIM_SoftwareFeature_Vendor_qualifiers,
 60000                   /* type */
 60001 mike  1.1.2.1     CIMTYPE_STRING,
 60002                   /* subscript */
 60003                   -1,
 60004                   /* value */
 60005                   0,
 60006               };
 60007               
 60008               static const char*
 60009               _CIM_SoftwareFeature_Version_qualifiers[] =
 60010               {
 60011                   /* Key */
 60012                   "\025\001",
 60013                   /* Propagated */
 60014                   "\045CIM_Product.Version",
 60015                   /* MaxLen */
 60016                   "\030\000\000\000\100",
 60017                   0,
 60018               };
 60019               
 60020               static MetaProperty
 60021               _CIM_SoftwareFeature_Version =
 60022 mike  1.1.2.1 {
 60023                   /* flags */
 60024                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60025                   /* name */
 60026                   "Version",
 60027                   /* qualifiers */
 60028                   _CIM_SoftwareFeature_Version_qualifiers,
 60029                   /* type */
 60030                   CIMTYPE_STRING,
 60031                   /* subscript */
 60032                   -1,
 60033                   /* value */
 60034                   0,
 60035               };
 60036               
 60037               static const char*
 60038               _CIM_SoftwareFeature_Name_qualifiers[] =
 60039               {
 60040                   /* Key */
 60041                   "\025\001",
 60042                   /* Override */
 60043 mike  1.1.2.1     "\044Name",
 60044                   /* MaxLen */
 60045                   "\030\000\000\001\000",
 60046                   0,
 60047               };
 60048               
 60049               static MetaProperty
 60050               _CIM_SoftwareFeature_Name =
 60051               {
 60052                   /* flags */
 60053                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60054                   /* name */
 60055                   "Name",
 60056                   /* qualifiers */
 60057                   _CIM_SoftwareFeature_Name_qualifiers,
 60058                   /* type */
 60059                   CIMTYPE_STRING,
 60060                   /* subscript */
 60061                   -1,
 60062                   /* value */
 60063                   0,
 60064 mike  1.1.2.1 };
 60065               
 60066               static MetaFeature*
 60067               _CIM_SoftwareFeature_features[] =
 60068               {
 60069                   (MetaFeature*)&_CIM_SoftwareFeature_IdentifyingNumber,
 60070                   (MetaFeature*)&_CIM_SoftwareFeature_ProductName,
 60071                   (MetaFeature*)&_CIM_SoftwareFeature_Vendor,
 60072                   (MetaFeature*)&_CIM_SoftwareFeature_Version,
 60073                   (MetaFeature*)&_CIM_SoftwareFeature_Name,
 60074                   0,
 60075               };
 60076               
 60077               static const char*
 60078               __root_cimv2_CIM_SoftwareFeature_qualifiers[] =
 60079               {
 60080                   /* UMLPackagePath */
 60081                   "\057CIM::Application::DeploymentModel",
 60082                   /* Version */
 60083                   "\0632.6.0",
 60084                   0,
 60085 mike  1.1.2.1 };
 60086               
 60087               MetaClass
 60088               __root_cimv2_CIM_SoftwareFeature =
 60089               {
 60090                   /* flags */
 60091                   META_FLAG_CLASS,
 60092                   /* name */
 60093                   "CIM_SoftwareFeature",
 60094                   /* qualifiers */
 60095                   __root_cimv2_CIM_SoftwareFeature_qualifiers,
 60096                   /* super */
 60097                   &__root_cimv2_CIM_LogicalElement,
 60098                   /* features */
 60099                   _CIM_SoftwareFeature_features,
 60100               };
 60101               
 60102               //==============================================================================
 60103               //
 60104               // Class: CIM_SoftwareFeatureComponent
 60105               //
 60106 mike  1.1.2.1 //==============================================================================
 60107               
 60108               static const char*
 60109               _CIM_SoftwareFeatureComponent_GroupComponent_qualifiers[] =
 60110               {
 60111                   /* Aggregate */
 60112                   "\003\001",
 60113                   /* Override */
 60114                   "\044GroupComponent",
 60115                   0,
 60116               };
 60117               
 60118               static MetaReference
 60119               _CIM_SoftwareFeatureComponent_GroupComponent =
 60120               {
 60121                   /* flags */
 60122                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 60123                   /* name */
 60124                   "GroupComponent",
 60125                   /* qualifiers */
 60126                   _CIM_SoftwareFeatureComponent_GroupComponent_qualifiers,
 60127 mike  1.1.2.1     /* subscript */
 60128                   -1,
 60129                   /* refId */
 60130                   &__root_cimv2_CIM_SoftwareFeature,
 60131               };
 60132               
 60133               static const char*
 60134               _CIM_SoftwareFeatureComponent_PartComponent_qualifiers[] =
 60135               {
 60136                   /* Override */
 60137                   "\044PartComponent",
 60138                   0,
 60139               };
 60140               
 60141               static MetaReference
 60142               _CIM_SoftwareFeatureComponent_PartComponent =
 60143               {
 60144                   /* flags */
 60145                   META_FLAG_REFERENCE|META_FLAG_READ,
 60146                   /* name */
 60147                   "PartComponent",
 60148 mike  1.1.2.1     /* qualifiers */
 60149                   _CIM_SoftwareFeatureComponent_PartComponent_qualifiers,
 60150                   /* subscript */
 60151                   -1,
 60152                   /* refId */
 60153                   &__root_cimv2_CIM_SoftwareFeature,
 60154               };
 60155               
 60156               static MetaFeature*
 60157               _CIM_SoftwareFeatureComponent_features[] =
 60158               {
 60159                   (MetaFeature*)&_CIM_SoftwareFeatureComponent_GroupComponent,
 60160                   (MetaFeature*)&_CIM_SoftwareFeatureComponent_PartComponent,
 60161                   0,
 60162               };
 60163               
 60164               static const char*
 60165               __root_cimv2_CIM_SoftwareFeatureComponent_qualifiers[] =
 60166               {
 60167                   /* ASSOCIATION */
 60168                   "\000\001",
 60169 mike  1.1.2.1     /* UMLPackagePath */
 60170                   "\057CIM::Application::DeploymentModel",
 60171                   /* Aggregation */
 60172                   "\004\001",
 60173                   /* Version */
 60174                   "\0632.6.0",
 60175                   0,
 60176               };
 60177               
 60178               MetaClass
 60179               __root_cimv2_CIM_SoftwareFeatureComponent =
 60180               {
 60181                   /* flags */
 60182                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 60183                   /* name */
 60184                   "CIM_SoftwareFeatureComponent",
 60185                   /* qualifiers */
 60186                   __root_cimv2_CIM_SoftwareFeatureComponent_qualifiers,
 60187                   /* super */
 60188                   &__root_cimv2_CIM_Component,
 60189                   /* features */
 60190 mike  1.1.2.1     _CIM_SoftwareFeatureComponent_features,
 60191               };
 60192               
 60193               //==============================================================================
 60194               //
 60195               // Class: CIM_SoftwareFeatureSoftwareElements
 60196               //
 60197               //==============================================================================
 60198               
 60199               static const char*
 60200               _CIM_SoftwareFeatureSoftwareElements_GroupComponent_qualifiers[] =
 60201               {
 60202                   /* Aggregate */
 60203                   "\003\001",
 60204                   /* Override */
 60205                   "\044GroupComponent",
 60206                   0,
 60207               };
 60208               
 60209               static MetaReference
 60210               _CIM_SoftwareFeatureSoftwareElements_GroupComponent =
 60211 mike  1.1.2.1 {
 60212                   /* flags */
 60213                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 60214                   /* name */
 60215                   "GroupComponent",
 60216                   /* qualifiers */
 60217                   _CIM_SoftwareFeatureSoftwareElements_GroupComponent_qualifiers,
 60218                   /* subscript */
 60219                   -1,
 60220                   /* refId */
 60221                   &__root_cimv2_CIM_SoftwareFeature,
 60222               };
 60223               
 60224               static const char*
 60225               _CIM_SoftwareFeatureSoftwareElements_PartComponent_qualifiers[] =
 60226               {
 60227                   /* Override */
 60228                   "\044PartComponent",
 60229                   0,
 60230               };
 60231               
 60232 mike  1.1.2.1 static MetaReference
 60233               _CIM_SoftwareFeatureSoftwareElements_PartComponent =
 60234               {
 60235                   /* flags */
 60236                   META_FLAG_REFERENCE|META_FLAG_READ,
 60237                   /* name */
 60238                   "PartComponent",
 60239                   /* qualifiers */
 60240                   _CIM_SoftwareFeatureSoftwareElements_PartComponent_qualifiers,
 60241                   /* subscript */
 60242                   -1,
 60243                   /* refId */
 60244                   &__root_cimv2_CIM_SoftwareElement,
 60245               };
 60246               
 60247               static MetaFeature*
 60248               _CIM_SoftwareFeatureSoftwareElements_features[] =
 60249               {
 60250                   (MetaFeature*)&_CIM_SoftwareFeatureSoftwareElements_GroupComponent,
 60251                   (MetaFeature*)&_CIM_SoftwareFeatureSoftwareElements_PartComponent,
 60252                   0,
 60253 mike  1.1.2.1 };
 60254               
 60255               static const char*
 60256               __root_cimv2_CIM_SoftwareFeatureSoftwareElements_qualifiers[] =
 60257               {
 60258                   /* ASSOCIATION */
 60259                   "\000\001",
 60260                   /* UMLPackagePath */
 60261                   "\057CIM::Application::DeploymentModel",
 60262                   /* Aggregation */
 60263                   "\004\001",
 60264                   /* Version */
 60265                   "\0632.6.0",
 60266                   0,
 60267               };
 60268               
 60269               MetaClass
 60270               __root_cimv2_CIM_SoftwareFeatureSoftwareElements =
 60271               {
 60272                   /* flags */
 60273                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 60274 mike  1.1.2.1     /* name */
 60275                   "CIM_SoftwareFeatureSoftwareElements",
 60276                   /* qualifiers */
 60277                   __root_cimv2_CIM_SoftwareFeatureSoftwareElements_qualifiers,
 60278                   /* super */
 60279                   &__root_cimv2_CIM_Component,
 60280                   /* features */
 60281                   _CIM_SoftwareFeatureSoftwareElements_features,
 60282               };
 60283               
 60284               //==============================================================================
 60285               //
 60286               // Class: CIM_SoftwareIdentity
 60287               //
 60288               //==============================================================================
 60289               
 60290               static const char*
 60291               _CIM_SoftwareIdentity_InstanceID_qualifiers[] =
 60292               {
 60293                   /* Key */
 60294                   "\025\001",
 60295 mike  1.1.2.1     0,
 60296               };
 60297               
 60298               static MetaProperty
 60299               _CIM_SoftwareIdentity_InstanceID =
 60300               {
 60301                   /* flags */
 60302                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60303                   /* name */
 60304                   "InstanceID",
 60305                   /* qualifiers */
 60306                   _CIM_SoftwareIdentity_InstanceID_qualifiers,
 60307                   /* type */
 60308                   CIMTYPE_STRING,
 60309                   /* subscript */
 60310                   -1,
 60311                   /* value */
 60312                   0,
 60313               };
 60314               
 60315               static const char*
 60316 mike  1.1.2.1 _CIM_SoftwareIdentity_MajorVersion_qualifiers[] =
 60317               {
 60318                   0,
 60319               };
 60320               
 60321               static MetaProperty
 60322               _CIM_SoftwareIdentity_MajorVersion =
 60323               {
 60324                   /* flags */
 60325                   META_FLAG_PROPERTY|META_FLAG_READ,
 60326                   /* name */
 60327                   "MajorVersion",
 60328                   /* qualifiers */
 60329                   _CIM_SoftwareIdentity_MajorVersion_qualifiers,
 60330                   /* type */
 60331                   CIMTYPE_UINT16,
 60332                   /* subscript */
 60333                   -1,
 60334                   /* value */
 60335                   0,
 60336               };
 60337 mike  1.1.2.1 
 60338               static const char*
 60339               _CIM_SoftwareIdentity_MinorVersion_qualifiers[] =
 60340               {
 60341                   0,
 60342               };
 60343               
 60344               static MetaProperty
 60345               _CIM_SoftwareIdentity_MinorVersion =
 60346               {
 60347                   /* flags */
 60348                   META_FLAG_PROPERTY|META_FLAG_READ,
 60349                   /* name */
 60350                   "MinorVersion",
 60351                   /* qualifiers */
 60352                   _CIM_SoftwareIdentity_MinorVersion_qualifiers,
 60353                   /* type */
 60354                   CIMTYPE_UINT16,
 60355                   /* subscript */
 60356                   -1,
 60357                   /* value */
 60358 mike  1.1.2.1     0,
 60359               };
 60360               
 60361               static const char*
 60362               _CIM_SoftwareIdentity_RevisionNumber_qualifiers[] =
 60363               {
 60364                   0,
 60365               };
 60366               
 60367               static MetaProperty
 60368               _CIM_SoftwareIdentity_RevisionNumber =
 60369               {
 60370                   /* flags */
 60371                   META_FLAG_PROPERTY|META_FLAG_READ,
 60372                   /* name */
 60373                   "RevisionNumber",
 60374                   /* qualifiers */
 60375                   _CIM_SoftwareIdentity_RevisionNumber_qualifiers,
 60376                   /* type */
 60377                   CIMTYPE_UINT16,
 60378                   /* subscript */
 60379 mike  1.1.2.1     -1,
 60380                   /* value */
 60381                   0,
 60382               };
 60383               
 60384               static const char*
 60385               _CIM_SoftwareIdentity_BuildNumber_qualifiers[] =
 60386               {
 60387                   0,
 60388               };
 60389               
 60390               static MetaProperty
 60391               _CIM_SoftwareIdentity_BuildNumber =
 60392               {
 60393                   /* flags */
 60394                   META_FLAG_PROPERTY|META_FLAG_READ,
 60395                   /* name */
 60396                   "BuildNumber",
 60397                   /* qualifiers */
 60398                   _CIM_SoftwareIdentity_BuildNumber_qualifiers,
 60399                   /* type */
 60400 mike  1.1.2.1     CIMTYPE_UINT16,
 60401                   /* subscript */
 60402                   -1,
 60403                   /* value */
 60404                   0,
 60405               };
 60406               
 60407               static const char*
 60408               _CIM_SoftwareIdentity_VersionString_qualifiers[] =
 60409               {
 60410                   0,
 60411               };
 60412               
 60413               static MetaProperty
 60414               _CIM_SoftwareIdentity_VersionString =
 60415               {
 60416                   /* flags */
 60417                   META_FLAG_PROPERTY|META_FLAG_READ,
 60418                   /* name */
 60419                   "VersionString",
 60420                   /* qualifiers */
 60421 mike  1.1.2.1     _CIM_SoftwareIdentity_VersionString_qualifiers,
 60422                   /* type */
 60423                   CIMTYPE_STRING,
 60424                   /* subscript */
 60425                   -1,
 60426                   /* value */
 60427                   0,
 60428               };
 60429               
 60430               static const char*
 60431               _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers[] =
 60432               {
 60433                   0,
 60434               };
 60435               
 60436               static MetaProperty
 60437               _CIM_SoftwareIdentity_TargetOperatingSystems =
 60438               {
 60439                   /* flags */
 60440                   META_FLAG_PROPERTY|META_FLAG_READ,
 60441                   /* name */
 60442 mike  1.1.2.1     "TargetOperatingSystems",
 60443                   /* qualifiers */
 60444                   _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers,
 60445                   /* type */
 60446                   CIMTYPE_STRING,
 60447                   /* subscript */
 60448                   0,
 60449                   /* value */
 60450                   0,
 60451               };
 60452               
 60453               static const char*
 60454               _CIM_SoftwareIdentity_Manufacturer_qualifiers[] =
 60455               {
 60456                   0,
 60457               };
 60458               
 60459               static MetaProperty
 60460               _CIM_SoftwareIdentity_Manufacturer =
 60461               {
 60462                   /* flags */
 60463 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 60464                   /* name */
 60465                   "Manufacturer",
 60466                   /* qualifiers */
 60467                   _CIM_SoftwareIdentity_Manufacturer_qualifiers,
 60468                   /* type */
 60469                   CIMTYPE_STRING,
 60470                   /* subscript */
 60471                   -1,
 60472                   /* value */
 60473                   0,
 60474               };
 60475               
 60476               static const char*
 60477               _CIM_SoftwareIdentity_Languages_qualifiers[] =
 60478               {
 60479                   0,
 60480               };
 60481               
 60482               static MetaProperty
 60483               _CIM_SoftwareIdentity_Languages =
 60484 mike  1.1.2.1 {
 60485                   /* flags */
 60486                   META_FLAG_PROPERTY|META_FLAG_READ,
 60487                   /* name */
 60488                   "Languages",
 60489                   /* qualifiers */
 60490                   _CIM_SoftwareIdentity_Languages_qualifiers,
 60491                   /* type */
 60492                   CIMTYPE_STRING,
 60493                   /* subscript */
 60494                   0,
 60495                   /* value */
 60496                   0,
 60497               };
 60498               
 60499               static const char*
 60500               _CIM_SoftwareIdentity_Classifications_qualifiers[] =
 60501               {
 60502                   /* ValueMap */
 60503                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000..\0000x8000..0xFFFF\000",
 60504                   /* Values */
 60505 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",
 60506                   /* ArrayType */
 60507                   "\005Indexed",
 60508                   /* ModelCorrespondence */
 60509                   "\036\000\001CIM_SoftwareIdentity.ClassificationDescriptions\000",
 60510                   0,
 60511               };
 60512               
 60513               static MetaProperty
 60514               _CIM_SoftwareIdentity_Classifications =
 60515               {
 60516                   /* flags */
 60517                   META_FLAG_PROPERTY|META_FLAG_READ,
 60518                   /* name */
 60519                   "Classifications",
 60520                   /* qualifiers */
 60521                   _CIM_SoftwareIdentity_Classifications_qualifiers,
 60522                   /* type */
 60523                   CIMTYPE_UINT16,
 60524                   /* subscript */
 60525                   0,
 60526 mike  1.1.2.1     /* value */
 60527                   0,
 60528               };
 60529               
 60530               static const char*
 60531               _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers[] =
 60532               {
 60533                   /* ArrayType */
 60534                   "\005Indexed",
 60535                   /* ModelCorrespondence */
 60536                   "\036\000\001CIM_SoftwareIdentity.Classifications\000",
 60537                   0,
 60538               };
 60539               
 60540               static MetaProperty
 60541               _CIM_SoftwareIdentity_ClassificationDescriptions =
 60542               {
 60543                   /* flags */
 60544                   META_FLAG_PROPERTY|META_FLAG_READ,
 60545                   /* name */
 60546                   "ClassificationDescriptions",
 60547 mike  1.1.2.1     /* qualifiers */
 60548                   _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers,
 60549                   /* type */
 60550                   CIMTYPE_STRING,
 60551                   /* subscript */
 60552                   0,
 60553                   /* value */
 60554                   0,
 60555               };
 60556               
 60557               static const char*
 60558               _CIM_SoftwareIdentity_SerialNumber_qualifiers[] =
 60559               {
 60560                   0,
 60561               };
 60562               
 60563               static MetaProperty
 60564               _CIM_SoftwareIdentity_SerialNumber =
 60565               {
 60566                   /* flags */
 60567                   META_FLAG_PROPERTY|META_FLAG_READ,
 60568 mike  1.1.2.1     /* name */
 60569                   "SerialNumber",
 60570                   /* qualifiers */
 60571                   _CIM_SoftwareIdentity_SerialNumber_qualifiers,
 60572                   /* type */
 60573                   CIMTYPE_STRING,
 60574                   /* subscript */
 60575                   -1,
 60576                   /* value */
 60577                   0,
 60578               };
 60579               
 60580               static const char*
 60581               _CIM_SoftwareIdentity_ReleaseDate_qualifiers[] =
 60582               {
 60583                   0,
 60584               };
 60585               
 60586               static MetaProperty
 60587               _CIM_SoftwareIdentity_ReleaseDate =
 60588               {
 60589 mike  1.1.2.1     /* flags */
 60590                   META_FLAG_PROPERTY|META_FLAG_READ,
 60591                   /* name */
 60592                   "ReleaseDate",
 60593                   /* qualifiers */
 60594                   _CIM_SoftwareIdentity_ReleaseDate_qualifiers,
 60595                   /* type */
 60596                   CIMTYPE_DATETIME,
 60597                   /* subscript */
 60598                   -1,
 60599                   /* value */
 60600                   0,
 60601               };
 60602               
 60603               static MetaFeature*
 60604               _CIM_SoftwareIdentity_features[] =
 60605               {
 60606                   (MetaFeature*)&_CIM_SoftwareIdentity_InstanceID,
 60607                   (MetaFeature*)&_CIM_SoftwareIdentity_MajorVersion,
 60608                   (MetaFeature*)&_CIM_SoftwareIdentity_MinorVersion,
 60609                   (MetaFeature*)&_CIM_SoftwareIdentity_RevisionNumber,
 60610 mike  1.1.2.1     (MetaFeature*)&_CIM_SoftwareIdentity_BuildNumber,
 60611                   (MetaFeature*)&_CIM_SoftwareIdentity_VersionString,
 60612                   (MetaFeature*)&_CIM_SoftwareIdentity_TargetOperatingSystems,
 60613                   (MetaFeature*)&_CIM_SoftwareIdentity_Manufacturer,
 60614                   (MetaFeature*)&_CIM_SoftwareIdentity_Languages,
 60615                   (MetaFeature*)&_CIM_SoftwareIdentity_Classifications,
 60616                   (MetaFeature*)&_CIM_SoftwareIdentity_ClassificationDescriptions,
 60617                   (MetaFeature*)&_CIM_SoftwareIdentity_SerialNumber,
 60618                   (MetaFeature*)&_CIM_SoftwareIdentity_ReleaseDate,
 60619                   0,
 60620               };
 60621               
 60622               static const char*
 60623               __root_cimv2_CIM_SoftwareIdentity_qualifiers[] =
 60624               {
 60625                   /* UMLPackagePath */
 60626                   "\057CIM::Core::Software",
 60627                   /* Version */
 60628                   "\0632.13.0",
 60629                   0,
 60630               };
 60631 mike  1.1.2.1 
 60632               MetaClass
 60633               __root_cimv2_CIM_SoftwareIdentity =
 60634               {
 60635                   /* flags */
 60636                   META_FLAG_CLASS,
 60637                   /* name */
 60638                   "CIM_SoftwareIdentity",
 60639                   /* qualifiers */
 60640                   __root_cimv2_CIM_SoftwareIdentity_qualifiers,
 60641                   /* super */
 60642                   &__root_cimv2_CIM_LogicalElement,
 60643                   /* features */
 60644                   _CIM_SoftwareIdentity_features,
 60645               };
 60646               
 60647               //==============================================================================
 60648               //
 60649               // Class: CIM_SpanningTreeStatistics
 60650               //
 60651               //==============================================================================
 60652 mike  1.1.2.1 
 60653               static const char*
 60654               _CIM_SpanningTreeStatistics_TimeSinceTopologyChange_qualifiers[] =
 60655               {
 60656                   /* Units */
 60657                   "\060Hundredths of Seconds",
 60658                   /* MappingStrings */
 60659                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpTimeSinceTopologyChange\000",
 60660                   0,
 60661               };
 60662               
 60663               static MetaProperty
 60664               _CIM_SpanningTreeStatistics_TimeSinceTopologyChange =
 60665               {
 60666                   /* flags */
 60667                   META_FLAG_PROPERTY|META_FLAG_READ,
 60668                   /* name */
 60669                   "TimeSinceTopologyChange",
 60670                   /* qualifiers */
 60671                   _CIM_SpanningTreeStatistics_TimeSinceTopologyChange_qualifiers,
 60672                   /* type */
 60673 mike  1.1.2.1     CIMTYPE_UINT32,
 60674                   /* subscript */
 60675                   -1,
 60676                   /* value */
 60677                   0,
 60678               };
 60679               
 60680               static const char*
 60681               _CIM_SpanningTreeStatistics_TopChanges_qualifiers[] =
 60682               {
 60683                   /* Counter */
 60684                   "\012\001",
 60685                   /* MappingStrings */
 60686                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpTopChanges\000",
 60687                   0,
 60688               };
 60689               
 60690               static MetaProperty
 60691               _CIM_SpanningTreeStatistics_TopChanges =
 60692               {
 60693                   /* flags */
 60694 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 60695                   /* name */
 60696                   "TopChanges",
 60697                   /* qualifiers */
 60698                   _CIM_SpanningTreeStatistics_TopChanges_qualifiers,
 60699                   /* type */
 60700                   CIMTYPE_UINT32,
 60701                   /* subscript */
 60702                   -1,
 60703                   /* value */
 60704                   0,
 60705               };
 60706               
 60707               static MetaFeature*
 60708               _CIM_SpanningTreeStatistics_features[] =
 60709               {
 60710                   (MetaFeature*)&_CIM_SpanningTreeStatistics_TimeSinceTopologyChange,
 60711                   (MetaFeature*)&_CIM_SpanningTreeStatistics_TopChanges,
 60712                   0,
 60713               };
 60714               
 60715 mike  1.1.2.1 static const char*
 60716               __root_cimv2_CIM_SpanningTreeStatistics_qualifiers[] =
 60717               {
 60718                   /* UMLPackagePath */
 60719                   "\057CIM::Network::SwitchingBridging",
 60720                   /* Version */
 60721                   "\0632.7.0",
 60722                   0,
 60723               };
 60724               
 60725               MetaClass
 60726               __root_cimv2_CIM_SpanningTreeStatistics =
 60727               {
 60728                   /* flags */
 60729                   META_FLAG_CLASS,
 60730                   /* name */
 60731                   "CIM_SpanningTreeStatistics",
 60732                   /* qualifiers */
 60733                   __root_cimv2_CIM_SpanningTreeStatistics_qualifiers,
 60734                   /* super */
 60735                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 60736 mike  1.1.2.1     /* features */
 60737                   _CIM_SpanningTreeStatistics_features,
 60738               };
 60739               
 60740               //==============================================================================
 60741               //
 60742               // Class: CIM_SpareGroup
 60743               //
 60744               //==============================================================================
 60745               
 60746               static const char*
 60747               _CIM_SpareGroup_Failover_FailoverFrom_qualifiers[] =
 60748               {
 60749                   /* IN */
 60750                   "\024\001",
 60751                   0,
 60752               };
 60753               
 60754               static MetaReference
 60755               _CIM_SpareGroup_Failover_FailoverFrom =
 60756               {
 60757 mike  1.1.2.1     /* flags */
 60758                   META_FLAG_REFERENCE|META_FLAG_IN,
 60759                   /* name */
 60760                   "FailoverFrom",
 60761                   /* qualifiers */
 60762                   _CIM_SpareGroup_Failover_FailoverFrom_qualifiers,
 60763                   /* subscript */
 60764                   -1,
 60765                   /* ref */
 60766                   &__root_cimv2_CIM_ManagedSystemElement,
 60767               };
 60768               
 60769               static const char*
 60770               _CIM_SpareGroup_Failover_FailoverTo_qualifiers[] =
 60771               {
 60772                   /* IN */
 60773                   "\024\001",
 60774                   0,
 60775               };
 60776               
 60777               static MetaReference
 60778 mike  1.1.2.1 _CIM_SpareGroup_Failover_FailoverTo =
 60779               {
 60780                   /* flags */
 60781                   META_FLAG_REFERENCE|META_FLAG_IN,
 60782                   /* name */
 60783                   "FailoverTo",
 60784                   /* qualifiers */
 60785                   _CIM_SpareGroup_Failover_FailoverTo_qualifiers,
 60786                   /* subscript */
 60787                   -1,
 60788                   /* ref */
 60789                   &__root_cimv2_CIM_ManagedSystemElement,
 60790               };
 60791               
 60792               static MetaFeature*
 60793               _CIM_SpareGroup_Failover_parameters[] =
 60794               {
 60795                   (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverFrom,
 60796                   (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverTo,
 60797                   0,
 60798               };
 60799 mike  1.1.2.1 
 60800               static const char*
 60801               _CIM_SpareGroup_Failover_qualifiers[] =
 60802               {
 60803                   /* Deprecated */
 60804                   "\013\000\001CIM_RedundancySet.FailOver()\000",
 60805                   0,
 60806               };
 60807               
 60808               static MetaMethod
 60809               _CIM_SpareGroup_Failover =
 60810               {
 60811                   /* flags */
 60812                   META_FLAG_METHOD,
 60813                   /* name */
 60814                   "CIM_SpareGroup",
 60815                   /* qualifiers */
 60816                   _CIM_SpareGroup_Failover_qualifiers,
 60817                   /* type */
 60818                   CIMTYPE_UINT32,
 60819                   /* parameters */
 60820 mike  1.1.2.1     _CIM_SpareGroup_Failover_parameters,
 60821               };
 60822               
 60823               static MetaFeature*
 60824               _CIM_SpareGroup_features[] =
 60825               {
 60826                   (MetaFeature*)&_CIM_SpareGroup_Failover,
 60827                   0,
 60828               };
 60829               
 60830               static const char*
 60831               __root_cimv2_CIM_SpareGroup_qualifiers[] =
 60832               {
 60833                   /* Deprecated */
 60834                   "\013\000\001CIM_RedundancySet\000",
 60835                   /* UMLPackagePath */
 60836                   "\057CIM::Core::Redundancy",
 60837                   /* Version */
 60838                   "\0632.13.0",
 60839                   0,
 60840               };
 60841 mike  1.1.2.1 
 60842               MetaClass
 60843               __root_cimv2_CIM_SpareGroup =
 60844               {
 60845                   /* flags */
 60846                   META_FLAG_CLASS,
 60847                   /* name */
 60848                   "CIM_SpareGroup",
 60849                   /* qualifiers */
 60850                   __root_cimv2_CIM_SpareGroup_qualifiers,
 60851                   /* super */
 60852                   &__root_cimv2_CIM_RedundancyGroup,
 60853                   /* features */
 60854                   _CIM_SpareGroup_features,
 60855               };
 60856               
 60857               //==============================================================================
 60858               //
 60859               // Class: CIM_StaticForwardingEntry
 60860               //
 60861               //==============================================================================
 60862 mike  1.1.2.1 
 60863               static const char*
 60864               _CIM_StaticForwardingEntry_SystemCreationClassName_qualifiers[] =
 60865               {
 60866                   /* Key */
 60867                   "\025\001",
 60868                   /* Propagated */
 60869                   "\045CIM_System.CreationClassName",
 60870                   /* MaxLen */
 60871                   "\030\000\000\001\000",
 60872                   0,
 60873               };
 60874               
 60875               static MetaProperty
 60876               _CIM_StaticForwardingEntry_SystemCreationClassName =
 60877               {
 60878                   /* flags */
 60879                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60880                   /* name */
 60881                   "SystemCreationClassName",
 60882                   /* qualifiers */
 60883 mike  1.1.2.1     _CIM_StaticForwardingEntry_SystemCreationClassName_qualifiers,
 60884                   /* type */
 60885                   CIMTYPE_STRING,
 60886                   /* subscript */
 60887                   -1,
 60888                   /* value */
 60889                   0,
 60890               };
 60891               
 60892               static const char*
 60893               _CIM_StaticForwardingEntry_SystemName_qualifiers[] =
 60894               {
 60895                   /* Key */
 60896                   "\025\001",
 60897                   /* Propagated */
 60898                   "\045CIM_System.Name",
 60899                   /* MaxLen */
 60900                   "\030\000\000\001\000",
 60901                   0,
 60902               };
 60903               
 60904 mike  1.1.2.1 static MetaProperty
 60905               _CIM_StaticForwardingEntry_SystemName =
 60906               {
 60907                   /* flags */
 60908                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60909                   /* name */
 60910                   "SystemName",
 60911                   /* qualifiers */
 60912                   _CIM_StaticForwardingEntry_SystemName_qualifiers,
 60913                   /* type */
 60914                   CIMTYPE_STRING,
 60915                   /* subscript */
 60916                   -1,
 60917                   /* value */
 60918                   0,
 60919               };
 60920               
 60921               static const char*
 60922               _CIM_StaticForwardingEntry_ServiceCreationClassName_qualifiers[] =
 60923               {
 60924                   /* Key */
 60925 mike  1.1.2.1     "\025\001",
 60926                   /* Propagated */
 60927                   "\045CIM_Service.CreationClassName",
 60928                   /* MaxLen */
 60929                   "\030\000\000\001\000",
 60930                   0,
 60931               };
 60932               
 60933               static MetaProperty
 60934               _CIM_StaticForwardingEntry_ServiceCreationClassName =
 60935               {
 60936                   /* flags */
 60937                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60938                   /* name */
 60939                   "ServiceCreationClassName",
 60940                   /* qualifiers */
 60941                   _CIM_StaticForwardingEntry_ServiceCreationClassName_qualifiers,
 60942                   /* type */
 60943                   CIMTYPE_STRING,
 60944                   /* subscript */
 60945                   -1,
 60946 mike  1.1.2.1     /* value */
 60947                   0,
 60948               };
 60949               
 60950               static const char*
 60951               _CIM_StaticForwardingEntry_ServiceName_qualifiers[] =
 60952               {
 60953                   /* Key */
 60954                   "\025\001",
 60955                   /* Propagated */
 60956                   "\045CIM_Service.Name",
 60957                   /* MaxLen */
 60958                   "\030\000\000\001\000",
 60959                   0,
 60960               };
 60961               
 60962               static MetaProperty
 60963               _CIM_StaticForwardingEntry_ServiceName =
 60964               {
 60965                   /* flags */
 60966                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60967 mike  1.1.2.1     /* name */
 60968                   "ServiceName",
 60969                   /* qualifiers */
 60970                   _CIM_StaticForwardingEntry_ServiceName_qualifiers,
 60971                   /* type */
 60972                   CIMTYPE_STRING,
 60973                   /* subscript */
 60974                   -1,
 60975                   /* value */
 60976                   0,
 60977               };
 60978               
 60979               static const char*
 60980               _CIM_StaticForwardingEntry_CreationClassName_qualifiers[] =
 60981               {
 60982                   /* Key */
 60983                   "\025\001",
 60984                   /* MaxLen */
 60985                   "\030\000\000\001\000",
 60986                   0,
 60987               };
 60988 mike  1.1.2.1 
 60989               static MetaProperty
 60990               _CIM_StaticForwardingEntry_CreationClassName =
 60991               {
 60992                   /* flags */
 60993                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60994                   /* name */
 60995                   "CreationClassName",
 60996                   /* qualifiers */
 60997                   _CIM_StaticForwardingEntry_CreationClassName_qualifiers,
 60998                   /* type */
 60999                   CIMTYPE_STRING,
 61000                   /* subscript */
 61001                   -1,
 61002                   /* value */
 61003                   0,
 61004               };
 61005               
 61006               static const char*
 61007               _CIM_StaticForwardingEntry_MACAddress_qualifiers[] =
 61008               {
 61009 mike  1.1.2.1     /* Key */
 61010                   "\025\001",
 61011                   /* MaxLen */
 61012                   "\030\000\000\000\014",
 61013                   /* MappingStrings */
 61014                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStaticAddress\000",
 61015                   0,
 61016               };
 61017               
 61018               static MetaProperty
 61019               _CIM_StaticForwardingEntry_MACAddress =
 61020               {
 61021                   /* flags */
 61022                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 61023                   /* name */
 61024                   "MACAddress",
 61025                   /* qualifiers */
 61026                   _CIM_StaticForwardingEntry_MACAddress_qualifiers,
 61027                   /* type */
 61028                   CIMTYPE_STRING,
 61029                   /* subscript */
 61030 mike  1.1.2.1     -1,
 61031                   /* value */
 61032                   0,
 61033               };
 61034               
 61035               static const char*
 61036               _CIM_StaticForwardingEntry_StaticStatus_qualifiers[] =
 61037               {
 61038                   /* ValueMap */
 61039                   "\061\000\0051\0002\0003\0004\0005\000",
 61040                   /* Values */
 61041                   "\062\000\005Other\000Invalid\000Permanent\000DeleteOnReset\000DeleteOnTimeout\000",
 61042                   /* MappingStrings */
 61043                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStaticStatus\000",
 61044                   0,
 61045               };
 61046               
 61047               static MetaProperty
 61048               _CIM_StaticForwardingEntry_StaticStatus =
 61049               {
 61050                   /* flags */
 61051 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61052                   /* name */
 61053                   "StaticStatus",
 61054                   /* qualifiers */
 61055                   _CIM_StaticForwardingEntry_StaticStatus_qualifiers,
 61056                   /* type */
 61057                   CIMTYPE_UINT16,
 61058                   /* subscript */
 61059                   -1,
 61060                   /* value */
 61061                   0,
 61062               };
 61063               
 61064               static const char*
 61065               _CIM_StaticForwardingEntry_AllowedToGo_qualifiers[] =
 61066               {
 61067                   0,
 61068               };
 61069               
 61070               static MetaProperty
 61071               _CIM_StaticForwardingEntry_AllowedToGo =
 61072 mike  1.1.2.1 {
 61073                   /* flags */
 61074                   META_FLAG_PROPERTY|META_FLAG_READ,
 61075                   /* name */
 61076                   "AllowedToGo",
 61077                   /* qualifiers */
 61078                   _CIM_StaticForwardingEntry_AllowedToGo_qualifiers,
 61079                   /* type */
 61080                   CIMTYPE_UINT16,
 61081                   /* subscript */
 61082                   0,
 61083                   /* value */
 61084                   0,
 61085               };
 61086               
 61087               static MetaFeature*
 61088               _CIM_StaticForwardingEntry_features[] =
 61089               {
 61090                   (MetaFeature*)&_CIM_StaticForwardingEntry_SystemCreationClassName,
 61091                   (MetaFeature*)&_CIM_StaticForwardingEntry_SystemName,
 61092                   (MetaFeature*)&_CIM_StaticForwardingEntry_ServiceCreationClassName,
 61093 mike  1.1.2.1     (MetaFeature*)&_CIM_StaticForwardingEntry_ServiceName,
 61094                   (MetaFeature*)&_CIM_StaticForwardingEntry_CreationClassName,
 61095                   (MetaFeature*)&_CIM_StaticForwardingEntry_MACAddress,
 61096                   (MetaFeature*)&_CIM_StaticForwardingEntry_StaticStatus,
 61097                   (MetaFeature*)&_CIM_StaticForwardingEntry_AllowedToGo,
 61098                   0,
 61099               };
 61100               
 61101               static const char*
 61102               __root_cimv2_CIM_StaticForwardingEntry_qualifiers[] =
 61103               {
 61104                   /* UMLPackagePath */
 61105                   "\057CIM::Network::SwitchingBridging",
 61106                   /* Version */
 61107                   "\0632.7.0",
 61108                   0,
 61109               };
 61110               
 61111               MetaClass
 61112               __root_cimv2_CIM_StaticForwardingEntry =
 61113               {
 61114 mike  1.1.2.1     /* flags */
 61115                   META_FLAG_CLASS,
 61116                   /* name */
 61117                   "CIM_StaticForwardingEntry",
 61118                   /* qualifiers */
 61119                   __root_cimv2_CIM_StaticForwardingEntry_qualifiers,
 61120                   /* super */
 61121                   &__root_cimv2_CIM_LogicalElement,
 61122                   /* features */
 61123                   _CIM_StaticForwardingEntry_features,
 61124               };
 61125               
 61126               //==============================================================================
 61127               //
 61128               // Class: CIM_StatisticsCollection
 61129               //
 61130               //==============================================================================
 61131               
 61132               static const char*
 61133               _CIM_StatisticsCollection_SampleInterval_qualifiers[] =
 61134               {
 61135 mike  1.1.2.1     0,
 61136               };
 61137               
 61138               static MetaProperty
 61139               _CIM_StatisticsCollection_SampleInterval =
 61140               {
 61141                   /* flags */
 61142                   META_FLAG_PROPERTY|META_FLAG_READ,
 61143                   /* name */
 61144                   "SampleInterval",
 61145                   /* qualifiers */
 61146                   _CIM_StatisticsCollection_SampleInterval_qualifiers,
 61147                   /* type */
 61148                   CIMTYPE_DATETIME,
 61149                   /* subscript */
 61150                   -1,
 61151                   /* value */
 61152                   "00000000000000.000000:000",
 61153               };
 61154               
 61155               static const char*
 61156 mike  1.1.2.1 _CIM_StatisticsCollection_TimeLastSampled_qualifiers[] =
 61157               {
 61158                   0,
 61159               };
 61160               
 61161               static MetaProperty
 61162               _CIM_StatisticsCollection_TimeLastSampled =
 61163               {
 61164                   /* flags */
 61165                   META_FLAG_PROPERTY|META_FLAG_READ,
 61166                   /* name */
 61167                   "TimeLastSampled",
 61168                   /* qualifiers */
 61169                   _CIM_StatisticsCollection_TimeLastSampled_qualifiers,
 61170                   /* type */
 61171                   CIMTYPE_DATETIME,
 61172                   /* subscript */
 61173                   -1,
 61174                   /* value */
 61175                   0,
 61176               };
 61177 mike  1.1.2.1 
 61178               static MetaFeature*
 61179               _CIM_StatisticsCollection_features[] =
 61180               {
 61181                   (MetaFeature*)&_CIM_StatisticsCollection_SampleInterval,
 61182                   (MetaFeature*)&_CIM_StatisticsCollection_TimeLastSampled,
 61183                   0,
 61184               };
 61185               
 61186               static const char*
 61187               __root_cimv2_CIM_StatisticsCollection_qualifiers[] =
 61188               {
 61189                   /* UMLPackagePath */
 61190                   "\057CIM::Core::Statistics",
 61191                   /* Version */
 61192                   "\0632.8.1000",
 61193                   0,
 61194               };
 61195               
 61196               MetaClass
 61197               __root_cimv2_CIM_StatisticsCollection =
 61198 mike  1.1.2.1 {
 61199                   /* flags */
 61200                   META_FLAG_CLASS,
 61201                   /* name */
 61202                   "CIM_StatisticsCollection",
 61203                   /* qualifiers */
 61204                   __root_cimv2_CIM_StatisticsCollection_qualifiers,
 61205                   /* super */
 61206                   &__root_cimv2_CIM_SystemSpecificCollection,
 61207                   /* features */
 61208                   _CIM_StatisticsCollection_features,
 61209               };
 61210               
 61211               //==============================================================================
 61212               //
 61213               // Class: CIM_StorageCapabilities
 61214               //
 61215               //==============================================================================
 61216               
 61217               static const char*
 61218               _CIM_StorageCapabilities_ElementType_qualifiers[] =
 61219 mike  1.1.2.1 {
 61220                   /* ValueMap */
 61221                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 61222                   /* Values */
 61223                   "\062\000\010Unknown\000Reserved\000Any Type\000StorageVolume\000StorageExtent\000StoragePool\000StorageConfigurationService\000LogicalDisk\000",
 61224                   0,
 61225               };
 61226               
 61227               static MetaProperty
 61228               _CIM_StorageCapabilities_ElementType =
 61229               {
 61230                   /* flags */
 61231                   META_FLAG_PROPERTY|META_FLAG_READ,
 61232                   /* name */
 61233                   "ElementType",
 61234                   /* qualifiers */
 61235                   _CIM_StorageCapabilities_ElementType_qualifiers,
 61236                   /* type */
 61237                   CIMTYPE_UINT16,
 61238                   /* subscript */
 61239                   -1,
 61240 mike  1.1.2.1     /* value */
 61241                   0,
 61242               };
 61243               
 61244               static const char*
 61245               _CIM_StorageCapabilities_NoSinglePointOfFailure_qualifiers[] =
 61246               {
 61247                   /* ModelCorrespondence */
 61248                   "\036\000\001CIM_StorageCapabilities.NoSinglePointOfFailureDefault\000",
 61249                   0,
 61250               };
 61251               
 61252               static MetaProperty
 61253               _CIM_StorageCapabilities_NoSinglePointOfFailure =
 61254               {
 61255                   /* flags */
 61256                   META_FLAG_PROPERTY|META_FLAG_READ,
 61257                   /* name */
 61258                   "NoSinglePointOfFailure",
 61259                   /* qualifiers */
 61260                   _CIM_StorageCapabilities_NoSinglePointOfFailure_qualifiers,
 61261 mike  1.1.2.1     /* type */
 61262                   CIMTYPE_BOOLEAN,
 61263                   /* subscript */
 61264                   -1,
 61265                   /* value */
 61266                   0,
 61267               };
 61268               
 61269               static const char*
 61270               _CIM_StorageCapabilities_NoSinglePointOfFailureDefault_qualifiers[] =
 61271               {
 61272                   /* ModelCorrespondence */
 61273                   "\036\000\001CIM_StorageCapabilities.NoSinglePointOfFailure\000",
 61274                   0,
 61275               };
 61276               
 61277               static MetaProperty
 61278               _CIM_StorageCapabilities_NoSinglePointOfFailureDefault =
 61279               {
 61280                   /* flags */
 61281                   META_FLAG_PROPERTY|META_FLAG_READ,
 61282 mike  1.1.2.1     /* name */
 61283                   "NoSinglePointOfFailureDefault",
 61284                   /* qualifiers */
 61285                   _CIM_StorageCapabilities_NoSinglePointOfFailureDefault_qualifiers,
 61286                   /* type */
 61287                   CIMTYPE_BOOLEAN,
 61288                   /* subscript */
 61289                   -1,
 61290                   /* value */
 61291                   0,
 61292               };
 61293               
 61294               static const char*
 61295               _CIM_StorageCapabilities_DataRedundancyMax_qualifiers[] =
 61296               {
 61297                   /* MinValue */
 61298                   "\035\000\000\000\000\000\000\000\001",
 61299                   /* ModelCorrespondence */
 61300                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMin\000CIM_StorageCapabilities.DataRedundancyDefault\000",
 61301                   0,
 61302               };
 61303 mike  1.1.2.1 
 61304               static MetaProperty
 61305               _CIM_StorageCapabilities_DataRedundancyMax =
 61306               {
 61307                   /* flags */
 61308                   META_FLAG_PROPERTY|META_FLAG_READ,
 61309                   /* name */
 61310                   "DataRedundancyMax",
 61311                   /* qualifiers */
 61312                   _CIM_StorageCapabilities_DataRedundancyMax_qualifiers,
 61313                   /* type */
 61314                   CIMTYPE_UINT16,
 61315                   /* subscript */
 61316                   -1,
 61317                   /* value */
 61318                   0,
 61319               };
 61320               
 61321               static const char*
 61322               _CIM_StorageCapabilities_DataRedundancyMin_qualifiers[] =
 61323               {
 61324 mike  1.1.2.1     /* MinValue */
 61325                   "\035\000\000\000\000\000\000\000\001",
 61326                   /* ModelCorrespondence */
 61327                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMax\000CIM_StorageCapabilities.DataRedundancyDefault\000",
 61328                   0,
 61329               };
 61330               
 61331               static MetaProperty
 61332               _CIM_StorageCapabilities_DataRedundancyMin =
 61333               {
 61334                   /* flags */
 61335                   META_FLAG_PROPERTY|META_FLAG_READ,
 61336                   /* name */
 61337                   "DataRedundancyMin",
 61338                   /* qualifiers */
 61339                   _CIM_StorageCapabilities_DataRedundancyMin_qualifiers,
 61340                   /* type */
 61341                   CIMTYPE_UINT16,
 61342                   /* subscript */
 61343                   -1,
 61344                   /* value */
 61345 mike  1.1.2.1     0,
 61346               };
 61347               
 61348               static const char*
 61349               _CIM_StorageCapabilities_DataRedundancyDefault_qualifiers[] =
 61350               {
 61351                   /* MinValue */
 61352                   "\035\000\000\000\000\000\000\000\001",
 61353                   /* ModelCorrespondence */
 61354                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMax\000CIM_StorageCapabilities.DataRedundancyMin\000",
 61355                   0,
 61356               };
 61357               
 61358               static MetaProperty
 61359               _CIM_StorageCapabilities_DataRedundancyDefault =
 61360               {
 61361                   /* flags */
 61362                   META_FLAG_PROPERTY|META_FLAG_READ,
 61363                   /* name */
 61364                   "DataRedundancyDefault",
 61365                   /* qualifiers */
 61366 mike  1.1.2.1     _CIM_StorageCapabilities_DataRedundancyDefault_qualifiers,
 61367                   /* type */
 61368                   CIMTYPE_UINT16,
 61369                   /* subscript */
 61370                   -1,
 61371                   /* value */
 61372                   0,
 61373               };
 61374               
 61375               static const char*
 61376               _CIM_StorageCapabilities_PackageRedundancyMax_qualifiers[] =
 61377               {
 61378                   /* ModelCorrespondence */
 61379                   "\036\000\002CIM_StorageCapabilities.PackageRedundancyMin\000CIM_StorageCapabilities.PackageRedundancyDefault\000",
 61380                   0,
 61381               };
 61382               
 61383               static MetaProperty
 61384               _CIM_StorageCapabilities_PackageRedundancyMax =
 61385               {
 61386                   /* flags */
 61387 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61388                   /* name */
 61389                   "PackageRedundancyMax",
 61390                   /* qualifiers */
 61391                   _CIM_StorageCapabilities_PackageRedundancyMax_qualifiers,
 61392                   /* type */
 61393                   CIMTYPE_UINT16,
 61394                   /* subscript */
 61395                   -1,
 61396                   /* value */
 61397                   0,
 61398               };
 61399               
 61400               static const char*
 61401               _CIM_StorageCapabilities_PackageRedundancyMin_qualifiers[] =
 61402               {
 61403                   /* ModelCorrespondence */
 61404                   "\036\000\002CIM_StorageCapabilities.PackageRedundancyMax\000CIM_StorageCapabilities.PackageRedundancyDefault\000",
 61405                   0,
 61406               };
 61407               
 61408 mike  1.1.2.1 static MetaProperty
 61409               _CIM_StorageCapabilities_PackageRedundancyMin =
 61410               {
 61411                   /* flags */
 61412                   META_FLAG_PROPERTY|META_FLAG_READ,
 61413                   /* name */
 61414                   "PackageRedundancyMin",
 61415                   /* qualifiers */
 61416                   _CIM_StorageCapabilities_PackageRedundancyMin_qualifiers,
 61417                   /* type */
 61418                   CIMTYPE_UINT16,
 61419                   /* subscript */
 61420                   -1,
 61421                   /* value */
 61422                   0,
 61423               };
 61424               
 61425               static const char*
 61426               _CIM_StorageCapabilities_PackageRedundancyDefault_qualifiers[] =
 61427               {
 61428                   /* ModelCorrespondence */
 61429 mike  1.1.2.1     "\036\000\002CIM_StorageCapabilities.PackageRedundancyMin\000CIM_StorageCapabilities.PackageRedundancyMax\000",
 61430                   0,
 61431               };
 61432               
 61433               static MetaProperty
 61434               _CIM_StorageCapabilities_PackageRedundancyDefault =
 61435               {
 61436                   /* flags */
 61437                   META_FLAG_PROPERTY|META_FLAG_READ,
 61438                   /* name */
 61439                   "PackageRedundancyDefault",
 61440                   /* qualifiers */
 61441                   _CIM_StorageCapabilities_PackageRedundancyDefault_qualifiers,
 61442                   /* type */
 61443                   CIMTYPE_UINT16,
 61444                   /* subscript */
 61445                   -1,
 61446                   /* value */
 61447                   0,
 61448               };
 61449               
 61450 mike  1.1.2.1 static const char*
 61451               _CIM_StorageCapabilities_DeltaReservationMax_qualifiers[] =
 61452               {
 61453                   /* Units */
 61454                   "\060Percentage",
 61455                   /* MinValue */
 61456                   "\035\000\000\000\000\000\000\000\000",
 61457                   /* MaxValue */
 61458                   "\031\000\000\000\000\000\000\000\144",
 61459                   /* ModelCorrespondence */
 61460                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMin\000CIM_StorageCapabilities.DeltaReservationDefault\000",
 61461                   0,
 61462               };
 61463               
 61464               static MetaProperty
 61465               _CIM_StorageCapabilities_DeltaReservationMax =
 61466               {
 61467                   /* flags */
 61468                   META_FLAG_PROPERTY|META_FLAG_READ,
 61469                   /* name */
 61470                   "DeltaReservationMax",
 61471 mike  1.1.2.1     /* qualifiers */
 61472                   _CIM_StorageCapabilities_DeltaReservationMax_qualifiers,
 61473                   /* type */
 61474                   CIMTYPE_UINT16,
 61475                   /* subscript */
 61476                   -1,
 61477                   /* value */
 61478                   0,
 61479               };
 61480               
 61481               static const char*
 61482               _CIM_StorageCapabilities_DeltaReservationMin_qualifiers[] =
 61483               {
 61484                   /* Units */
 61485                   "\060Percentage",
 61486                   /* MinValue */
 61487                   "\035\000\000\000\000\000\000\000\000",
 61488                   /* MaxValue */
 61489                   "\031\000\000\000\000\000\000\000\144",
 61490                   /* ModelCorrespondence */
 61491                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMax\000CIM_StorageCapabilities.DeltaReservationDefault\000",
 61492 mike  1.1.2.1     0,
 61493               };
 61494               
 61495               static MetaProperty
 61496               _CIM_StorageCapabilities_DeltaReservationMin =
 61497               {
 61498                   /* flags */
 61499                   META_FLAG_PROPERTY|META_FLAG_READ,
 61500                   /* name */
 61501                   "DeltaReservationMin",
 61502                   /* qualifiers */
 61503                   _CIM_StorageCapabilities_DeltaReservationMin_qualifiers,
 61504                   /* type */
 61505                   CIMTYPE_UINT16,
 61506                   /* subscript */
 61507                   -1,
 61508                   /* value */
 61509                   0,
 61510               };
 61511               
 61512               static const char*
 61513 mike  1.1.2.1 _CIM_StorageCapabilities_DeltaReservationDefault_qualifiers[] =
 61514               {
 61515                   /* Units */
 61516                   "\060Percentage",
 61517                   /* MinValue */
 61518                   "\035\000\000\000\000\000\000\000\000",
 61519                   /* MaxValue */
 61520                   "\031\000\000\000\000\000\000\000\144",
 61521                   /* ModelCorrespondence */
 61522                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMax\000CIM_StorageCapabilities.DeltaReservationMin\000",
 61523                   0,
 61524               };
 61525               
 61526               static MetaProperty
 61527               _CIM_StorageCapabilities_DeltaReservationDefault =
 61528               {
 61529                   /* flags */
 61530                   META_FLAG_PROPERTY|META_FLAG_READ,
 61531                   /* name */
 61532                   "DeltaReservationDefault",
 61533                   /* qualifiers */
 61534 mike  1.1.2.1     _CIM_StorageCapabilities_DeltaReservationDefault_qualifiers,
 61535                   /* type */
 61536                   CIMTYPE_UINT16,
 61537                   /* subscript */
 61538                   -1,
 61539                   /* value */
 61540                   0,
 61541               };
 61542               
 61543               static const char*
 61544               _CIM_StorageCapabilities_ExtentStripeLengthDefault_qualifiers[] =
 61545               {
 61546                   /* MinValue */
 61547                   "\035\000\000\000\000\000\000\000\001",
 61548                   0,
 61549               };
 61550               
 61551               static MetaProperty
 61552               _CIM_StorageCapabilities_ExtentStripeLengthDefault =
 61553               {
 61554                   /* flags */
 61555 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61556                   /* name */
 61557                   "ExtentStripeLengthDefault",
 61558                   /* qualifiers */
 61559                   _CIM_StorageCapabilities_ExtentStripeLengthDefault_qualifiers,
 61560                   /* type */
 61561                   CIMTYPE_UINT16,
 61562                   /* subscript */
 61563                   -1,
 61564                   /* value */
 61565                   0,
 61566               };
 61567               
 61568               static const char*
 61569               _CIM_StorageCapabilities_ParityLayoutDefault_qualifiers[] =
 61570               {
 61571                   /* ValueMap */
 61572                   "\061\000\0022\0003\000",
 61573                   /* Values */
 61574                   "\062\000\002Non-Rotated Parity\000Rotated Parity\000",
 61575                   0,
 61576 mike  1.1.2.1 };
 61577               
 61578               static MetaProperty
 61579               _CIM_StorageCapabilities_ParityLayoutDefault =
 61580               {
 61581                   /* flags */
 61582                   META_FLAG_PROPERTY|META_FLAG_READ,
 61583                   /* name */
 61584                   "ParityLayoutDefault",
 61585                   /* qualifiers */
 61586                   _CIM_StorageCapabilities_ParityLayoutDefault_qualifiers,
 61587                   /* type */
 61588                   CIMTYPE_UINT16,
 61589                   /* subscript */
 61590                   -1,
 61591                   /* value */
 61592                   0,
 61593               };
 61594               
 61595               static const char*
 61596               _CIM_StorageCapabilities_UserDataStripeDepthDefault_qualifiers[] =
 61597 mike  1.1.2.1 {
 61598                   /* Units */
 61599                   "\060Bytes",
 61600                   /* MinValue */
 61601                   "\035\000\000\000\000\000\000\000\001",
 61602                   0,
 61603               };
 61604               
 61605               static MetaProperty
 61606               _CIM_StorageCapabilities_UserDataStripeDepthDefault =
 61607               {
 61608                   /* flags */
 61609                   META_FLAG_PROPERTY|META_FLAG_READ,
 61610                   /* name */
 61611                   "UserDataStripeDepthDefault",
 61612                   /* qualifiers */
 61613                   _CIM_StorageCapabilities_UserDataStripeDepthDefault_qualifiers,
 61614                   /* type */
 61615                   CIMTYPE_UINT64,
 61616                   /* subscript */
 61617                   -1,
 61618 mike  1.1.2.1     /* value */
 61619                   0,
 61620               };
 61621               
 61622               static const char*
 61623               _CIM_StorageCapabilities_CreateSetting_SettingType_qualifiers[] =
 61624               {
 61625                   /* IN */
 61626                   "\024\001",
 61627                   /* ValueMap */
 61628                   "\061\000\0022\0003\000",
 61629                   /* Values */
 61630                   "\062\000\002Default\000Goal\000",
 61631                   0,
 61632               };
 61633               
 61634               static MetaProperty
 61635               _CIM_StorageCapabilities_CreateSetting_SettingType =
 61636               {
 61637                   /* flags */
 61638                   META_FLAG_PROPERTY|META_FLAG_IN,
 61639 mike  1.1.2.1     /* name */
 61640                   "SettingType",
 61641                   /* qualifiers */
 61642                   _CIM_StorageCapabilities_CreateSetting_SettingType_qualifiers,
 61643                   /* type */
 61644                   CIMTYPE_UINT16,
 61645                   /* subscript */
 61646                   -1,
 61647                   /* value */
 61648                   0,
 61649               };
 61650               
 61651               static const char*
 61652               _CIM_StorageCapabilities_CreateSetting_NewSetting_qualifiers[] =
 61653               {
 61654                   /* IN */
 61655                   "\024\000",
 61656                   /* OUT */
 61657                   "\043\001",
 61658                   0,
 61659               };
 61660 mike  1.1.2.1 
 61661               static MetaReference
 61662               _CIM_StorageCapabilities_CreateSetting_NewSetting =
 61663               {
 61664                   /* flags */
 61665                   META_FLAG_REFERENCE|META_FLAG_OUT,
 61666                   /* name */
 61667                   "NewSetting",
 61668                   /* qualifiers */
 61669                   _CIM_StorageCapabilities_CreateSetting_NewSetting_qualifiers,
 61670                   /* subscript */
 61671                   -1,
 61672                   /* ref */
 61673                   &__root_cimv2_CIM_StorageSetting,
 61674               };
 61675               
 61676               static MetaFeature*
 61677               _CIM_StorageCapabilities_CreateSetting_parameters[] =
 61678               {
 61679                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting_SettingType,
 61680                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting_NewSetting,
 61681 mike  1.1.2.1     0,
 61682               };
 61683               
 61684               static const char*
 61685               _CIM_StorageCapabilities_CreateSetting_qualifiers[] =
 61686               {
 61687                   /* ValueMap */
 61688                   "\061\000\0100\0001\0002\0003\0004\0005\000..\00032768..65535\000",
 61689                   /* Values */
 61690                   "\062\000\010Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Vendor Specific\000",
 61691                   0,
 61692               };
 61693               
 61694               static MetaMethod
 61695               _CIM_StorageCapabilities_CreateSetting =
 61696               {
 61697                   /* flags */
 61698                   META_FLAG_METHOD,
 61699                   /* name */
 61700                   "CIM_StorageCapabilities",
 61701                   /* qualifiers */
 61702 mike  1.1.2.1     _CIM_StorageCapabilities_CreateSetting_qualifiers,
 61703                   /* type */
 61704                   CIMTYPE_UINT32,
 61705                   /* parameters */
 61706                   _CIM_StorageCapabilities_CreateSetting_parameters,
 61707               };
 61708               
 61709               static const char*
 61710               _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout_qualifiers[] =
 61711               {
 61712                   /* IN */
 61713                   "\024\000",
 61714                   /* OUT */
 61715                   "\043\001",
 61716                   /* ValueMap */
 61717                   "\061\000\0022\0003\000",
 61718                   /* Values */
 61719                   "\062\000\002Non-Rotated Parity\000Rotated Parity\000",
 61720                   /* ArrayType */
 61721                   "\005Indexed",
 61722                   0,
 61723 mike  1.1.2.1 };
 61724               
 61725               static MetaProperty
 61726               _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout =
 61727               {
 61728                   /* flags */
 61729                   META_FLAG_PROPERTY|META_FLAG_OUT,
 61730                   /* name */
 61731                   "ParityLayout",
 61732                   /* qualifiers */
 61733                   _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout_qualifiers,
 61734                   /* type */
 61735                   CIMTYPE_UINT16,
 61736                   /* subscript */
 61737                   0,
 61738                   /* value */
 61739                   0,
 61740               };
 61741               
 61742               static MetaFeature*
 61743               _CIM_StorageCapabilities_GetSupportedParityLayouts_parameters[] =
 61744 mike  1.1.2.1 {
 61745                   (MetaFeature*)&_CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout,
 61746                   0,
 61747               };
 61748               
 61749               static const char*
 61750               _CIM_StorageCapabilities_GetSupportedParityLayouts_qualifiers[] =
 61751               {
 61752                   /* ValueMap */
 61753                   "\061\000\0030\0001\0002\000",
 61754                   /* Values */
 61755                   "\062\000\003Method completed OK\000Method not supported\000Choice not aavailable for this capability\000",
 61756                   0,
 61757               };
 61758               
 61759               static MetaMethod
 61760               _CIM_StorageCapabilities_GetSupportedParityLayouts =
 61761               {
 61762                   /* flags */
 61763                   META_FLAG_METHOD,
 61764                   /* name */
 61765 mike  1.1.2.1     "CIM_StorageCapabilities",
 61766                   /* qualifiers */
 61767                   _CIM_StorageCapabilities_GetSupportedParityLayouts_qualifiers,
 61768                   /* type */
 61769                   CIMTYPE_UINT32,
 61770                   /* parameters */
 61771                   _CIM_StorageCapabilities_GetSupportedParityLayouts_parameters,
 61772               };
 61773               
 61774               static MetaFeature*
 61775               _CIM_StorageCapabilities_features[] =
 61776               {
 61777                   (MetaFeature*)&_CIM_StorageCapabilities_ElementType,
 61778                   (MetaFeature*)&_CIM_StorageCapabilities_NoSinglePointOfFailure,
 61779                   (MetaFeature*)&_CIM_StorageCapabilities_NoSinglePointOfFailureDefault,
 61780                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyMax,
 61781                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyMin,
 61782                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyDefault,
 61783                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyMax,
 61784                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyMin,
 61785                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyDefault,
 61786 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationMax,
 61787                   (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationMin,
 61788                   (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationDefault,
 61789                   (MetaFeature*)&_CIM_StorageCapabilities_ExtentStripeLengthDefault,
 61790                   (MetaFeature*)&_CIM_StorageCapabilities_ParityLayoutDefault,
 61791                   (MetaFeature*)&_CIM_StorageCapabilities_UserDataStripeDepthDefault,
 61792                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting,
 61793                   (MetaFeature*)&_CIM_StorageCapabilities_GetSupportedParityLayouts,
 61794                   0,
 61795               };
 61796               
 61797               static const char*
 61798               __root_cimv2_CIM_StorageCapabilities_qualifiers[] =
 61799               {
 61800                   /* UMLPackagePath */
 61801                   "\057CIM::Device::StorageServices",
 61802                   /* Version */
 61803                   "\0632.11.0",
 61804                   0,
 61805               };
 61806               
 61807 mike  1.1.2.1 MetaClass
 61808               __root_cimv2_CIM_StorageCapabilities =
 61809               {
 61810                   /* flags */
 61811                   META_FLAG_CLASS,
 61812                   /* name */
 61813                   "CIM_StorageCapabilities",
 61814                   /* qualifiers */
 61815                   __root_cimv2_CIM_StorageCapabilities_qualifiers,
 61816                   /* super */
 61817                   &__root_cimv2_CIM_Capabilities,
 61818                   /* features */
 61819                   _CIM_StorageCapabilities_features,
 61820               };
 61821               
 61822               //==============================================================================
 61823               //
 61824               // Class: CIM_StorageMediaLocation
 61825               //
 61826               //==============================================================================
 61827               
 61828 mike  1.1.2.1 static const char*
 61829               _CIM_StorageMediaLocation_LocationType_qualifiers[] =
 61830               {
 61831                   /* ValueMap */
 61832                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
 61833                   /* Values */
 61834                   "\062\000\012Unknown\000Other\000Slot\000Magazine\000MediaAccessDevice\000InterLibrary Port\000Limited Access Port\000Door\000Shelf\000Vault\000",
 61835                   0,
 61836               };
 61837               
 61838               static MetaProperty
 61839               _CIM_StorageMediaLocation_LocationType =
 61840               {
 61841                   /* flags */
 61842                   META_FLAG_PROPERTY|META_FLAG_READ,
 61843                   /* name */
 61844                   "LocationType",
 61845                   /* qualifiers */
 61846                   _CIM_StorageMediaLocation_LocationType_qualifiers,
 61847                   /* type */
 61848                   CIMTYPE_UINT16,
 61849 mike  1.1.2.1     /* subscript */
 61850                   -1,
 61851                   /* value */
 61852                   0,
 61853               };
 61854               
 61855               static const char*
 61856               _CIM_StorageMediaLocation_MediaTypesSupported_qualifiers[] =
 61857               {
 61858                   /* ValueMap */
 61859                   "\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",
 61860                   /* Values */
 61861                   "\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",
 61862                   /* ArrayType */
 61863                   "\005Indexed",
 61864                   /* ModelCorrespondence */
 61865                   "\036\000\002CIM_PhysicalMedia.MediaType\000CIM_StorageMediaLocation.MediaSizesSupported\000",
 61866                   0,
 61867               };
 61868               
 61869               static MetaProperty
 61870 mike  1.1.2.1 _CIM_StorageMediaLocation_MediaTypesSupported =
 61871               {
 61872                   /* flags */
 61873                   META_FLAG_PROPERTY|META_FLAG_READ,
 61874                   /* name */
 61875                   "MediaTypesSupported",
 61876                   /* qualifiers */
 61877                   _CIM_StorageMediaLocation_MediaTypesSupported_qualifiers,
 61878                   /* type */
 61879                   CIMTYPE_UINT16,
 61880                   /* subscript */
 61881                   0,
 61882                   /* value */
 61883                   0,
 61884               };
 61885               
 61886               static const char*
 61887               _CIM_StorageMediaLocation_MediaSizesSupported_qualifiers[] =
 61888               {
 61889                   /* Units */
 61890                   "\060Inches",
 61891 mike  1.1.2.1     /* ArrayType */
 61892                   "\005Indexed",
 61893                   /* ModelCorrespondence */
 61894                   "\036\000\003CIM_PhysicalMedia.MediaType\000CIM_StorageMediaLocation.MediaSizesSupported\000CIM_StorageMediaLocation.TypeDescriptions\000",
 61895                   0,
 61896               };
 61897               
 61898               static MetaProperty
 61899               _CIM_StorageMediaLocation_MediaSizesSupported =
 61900               {
 61901                   /* flags */
 61902                   META_FLAG_PROPERTY|META_FLAG_READ,
 61903                   /* name */
 61904                   "MediaSizesSupported",
 61905                   /* qualifiers */
 61906                   _CIM_StorageMediaLocation_MediaSizesSupported_qualifiers,
 61907                   /* type */
 61908                   CIMTYPE_REAL32,
 61909                   /* subscript */
 61910                   0,
 61911                   /* value */
 61912 mike  1.1.2.1     0,
 61913               };
 61914               
 61915               static const char*
 61916               _CIM_StorageMediaLocation_MediaCapacity_qualifiers[] =
 61917               {
 61918                   0,
 61919               };
 61920               
 61921               static MetaProperty
 61922               _CIM_StorageMediaLocation_MediaCapacity =
 61923               {
 61924                   /* flags */
 61925                   META_FLAG_PROPERTY|META_FLAG_READ,
 61926                   /* name */
 61927                   "MediaCapacity",
 61928                   /* qualifiers */
 61929                   _CIM_StorageMediaLocation_MediaCapacity_qualifiers,
 61930                   /* type */
 61931                   CIMTYPE_UINT32,
 61932                   /* subscript */
 61933 mike  1.1.2.1     -1,
 61934                   /* value */
 61935                   0,
 61936               };
 61937               
 61938               static const char*
 61939               _CIM_StorageMediaLocation_TypeDescriptions_qualifiers[] =
 61940               {
 61941                   /* ArrayType */
 61942                   "\005Indexed",
 61943                   /* ModelCorrespondence */
 61944                   "\036\000\001CIM_StorageMediaLocation.MediaTypesSupported\000",
 61945                   0,
 61946               };
 61947               
 61948               static MetaProperty
 61949               _CIM_StorageMediaLocation_TypeDescriptions =
 61950               {
 61951                   /* flags */
 61952                   META_FLAG_PROPERTY|META_FLAG_READ,
 61953                   /* name */
 61954 mike  1.1.2.1     "TypeDescriptions",
 61955                   /* qualifiers */
 61956                   _CIM_StorageMediaLocation_TypeDescriptions_qualifiers,
 61957                   /* type */
 61958                   CIMTYPE_STRING,
 61959                   /* subscript */
 61960                   0,
 61961                   /* value */
 61962                   0,
 61963               };
 61964               
 61965               static MetaFeature*
 61966               _CIM_StorageMediaLocation_features[] =
 61967               {
 61968                   (MetaFeature*)&_CIM_StorageMediaLocation_LocationType,
 61969                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaTypesSupported,
 61970                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaSizesSupported,
 61971                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaCapacity,
 61972                   (MetaFeature*)&_CIM_StorageMediaLocation_TypeDescriptions,
 61973                   0,
 61974               };
 61975 mike  1.1.2.1 
 61976               static const char*
 61977               __root_cimv2_CIM_StorageMediaLocation_qualifiers[] =
 61978               {
 61979                   /* UMLPackagePath */
 61980                   "\057CIM::Physical::StoragePackage",
 61981                   /* Version */
 61982                   "\0632.8.0",
 61983                   0,
 61984               };
 61985               
 61986               MetaClass
 61987               __root_cimv2_CIM_StorageMediaLocation =
 61988               {
 61989                   /* flags */
 61990                   META_FLAG_CLASS,
 61991                   /* name */
 61992                   "CIM_StorageMediaLocation",
 61993                   /* qualifiers */
 61994                   __root_cimv2_CIM_StorageMediaLocation_qualifiers,
 61995                   /* super */
 61996 mike  1.1.2.1     &__root_cimv2_CIM_PackageLocation,
 61997                   /* features */
 61998                   _CIM_StorageMediaLocation_features,
 61999               };
 62000               
 62001               //==============================================================================
 62002               //
 62003               // Class: CIM_StorageRedundancyGroup
 62004               //
 62005               //==============================================================================
 62006               
 62007               static const char*
 62008               _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers[] =
 62009               {
 62010                   /* Deprecated */
 62011                   "\013\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
 62012                   /* ValueMap */
 62013                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 62014                   /* Values */
 62015                   "\062\000\010None\000Other\000Unknown\000Copy\000XOR\000P+Q\000S\000P+S\000",
 62016                   /* MappingStrings */
 62017 mike  1.1.2.1     "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
 62018                   0,
 62019               };
 62020               
 62021               static MetaProperty
 62022               _CIM_StorageRedundancyGroup_TypeOfAlgorithm =
 62023               {
 62024                   /* flags */
 62025                   META_FLAG_PROPERTY|META_FLAG_READ,
 62026                   /* name */
 62027                   "TypeOfAlgorithm",
 62028                   /* qualifiers */
 62029                   _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers,
 62030                   /* type */
 62031                   CIMTYPE_UINT16,
 62032                   /* subscript */
 62033                   -1,
 62034                   /* value */
 62035                   0,
 62036               };
 62037               
 62038 mike  1.1.2.1 static const char*
 62039               _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers[] =
 62040               {
 62041                   /* Deprecated */
 62042                   "\013\000\001No Value\000",
 62043                   /* ValueMap */
 62044                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 62045                   /* Values */
 62046                   "\062\000\011No Additional Status\000Reconfig In Progress\000Data Lost\000Not Currently Configured\000Protected Rebuild\000Redundancy Disabled\000Unprotected Rebuild\000Recalculating\000Verifying\000",
 62047                   0,
 62048               };
 62049               
 62050               static MetaProperty
 62051               _CIM_StorageRedundancyGroup_StorageRedundancy =
 62052               {
 62053                   /* flags */
 62054                   META_FLAG_PROPERTY|META_FLAG_READ,
 62055                   /* name */
 62056                   "StorageRedundancy",
 62057                   /* qualifiers */
 62058                   _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers,
 62059 mike  1.1.2.1     /* type */
 62060                   CIMTYPE_UINT16,
 62061                   /* subscript */
 62062                   -1,
 62063                   /* value */
 62064                   0,
 62065               };
 62066               
 62067               static const char*
 62068               _CIM_StorageRedundancyGroup_IsStriped_qualifiers[] =
 62069               {
 62070                   /* Deprecated */
 62071                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
 62072                   0,
 62073               };
 62074               
 62075               static MetaProperty
 62076               _CIM_StorageRedundancyGroup_IsStriped =
 62077               {
 62078                   /* flags */
 62079                   META_FLAG_PROPERTY|META_FLAG_READ,
 62080 mike  1.1.2.1     /* name */
 62081                   "IsStriped",
 62082                   /* qualifiers */
 62083                   _CIM_StorageRedundancyGroup_IsStriped_qualifiers,
 62084                   /* type */
 62085                   CIMTYPE_BOOLEAN,
 62086                   /* subscript */
 62087                   -1,
 62088                   /* value */
 62089                   0,
 62090               };
 62091               
 62092               static const char*
 62093               _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers[] =
 62094               {
 62095                   /* Deprecated */
 62096                   "\013\000\001CIM_CompositeExtent.IsConcatenated\000",
 62097                   0,
 62098               };
 62099               
 62100               static MetaProperty
 62101 mike  1.1.2.1 _CIM_StorageRedundancyGroup_IsConcatenated =
 62102               {
 62103                   /* flags */
 62104                   META_FLAG_PROPERTY|META_FLAG_READ,
 62105                   /* name */
 62106                   "IsConcatenated",
 62107                   /* qualifiers */
 62108                   _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers,
 62109                   /* type */
 62110                   CIMTYPE_BOOLEAN,
 62111                   /* subscript */
 62112                   -1,
 62113                   /* value */
 62114                   0,
 62115               };
 62116               
 62117               static MetaFeature*
 62118               _CIM_StorageRedundancyGroup_features[] =
 62119               {
 62120                   (MetaFeature*)&_CIM_StorageRedundancyGroup_TypeOfAlgorithm,
 62121                   (MetaFeature*)&_CIM_StorageRedundancyGroup_StorageRedundancy,
 62122 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageRedundancyGroup_IsStriped,
 62123                   (MetaFeature*)&_CIM_StorageRedundancyGroup_IsConcatenated,
 62124                   0,
 62125               };
 62126               
 62127               static const char*
 62128               __root_cimv2_CIM_StorageRedundancyGroup_qualifiers[] =
 62129               {
 62130                   /* Deprecated */
 62131                   "\013\000\001CIM_StorageRedundancySet\000",
 62132                   /* UMLPackagePath */
 62133                   "\057CIM::Core::Redundancy",
 62134                   /* Version */
 62135                   "\0632.13.0",
 62136                   0,
 62137               };
 62138               
 62139               MetaClass
 62140               __root_cimv2_CIM_StorageRedundancyGroup =
 62141               {
 62142                   /* flags */
 62143 mike  1.1.2.1     META_FLAG_CLASS,
 62144                   /* name */
 62145                   "CIM_StorageRedundancyGroup",
 62146                   /* qualifiers */
 62147                   __root_cimv2_CIM_StorageRedundancyGroup_qualifiers,
 62148                   /* super */
 62149                   &__root_cimv2_CIM_RedundancyGroup,
 62150                   /* features */
 62151                   _CIM_StorageRedundancyGroup_features,
 62152               };
 62153               
 62154               //==============================================================================
 62155               //
 62156               // Class: CIM_StorageRedundancySet
 62157               //
 62158               //==============================================================================
 62159               
 62160               static const char*
 62161               _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers[] =
 62162               {
 62163                   /* ValueMap */
 62164 mike  1.1.2.1     "\061\000\0070\0001\0003\0004\0005\0006\0007\000",
 62165                   /* Values */
 62166                   "\062\000\007Unknown\000Other\000Copy\000XOR\000P+Q\000S\000P+S\000",
 62167                   /* MappingStrings */
 62168                   "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
 62169                   /* ModelCorrespondence */
 62170                   "\036\000\001CIM_StorageRedundancySet.OtherAlgorithm\000",
 62171                   0,
 62172               };
 62173               
 62174               static MetaProperty
 62175               _CIM_StorageRedundancySet_TypeOfAlgorithm =
 62176               {
 62177                   /* flags */
 62178                   META_FLAG_PROPERTY|META_FLAG_READ,
 62179                   /* name */
 62180                   "TypeOfAlgorithm",
 62181                   /* qualifiers */
 62182                   _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers,
 62183                   /* type */
 62184                   CIMTYPE_UINT16,
 62185 mike  1.1.2.1     /* subscript */
 62186                   -1,
 62187                   /* value */
 62188                   0,
 62189               };
 62190               
 62191               static const char*
 62192               _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers[] =
 62193               {
 62194                   /* ModelCorrespondence */
 62195                   "\036\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
 62196                   0,
 62197               };
 62198               
 62199               static MetaProperty
 62200               _CIM_StorageRedundancySet_OtherAlgorithm =
 62201               {
 62202                   /* flags */
 62203                   META_FLAG_PROPERTY|META_FLAG_READ,
 62204                   /* name */
 62205                   "OtherAlgorithm",
 62206 mike  1.1.2.1     /* qualifiers */
 62207                   _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers,
 62208                   /* type */
 62209                   CIMTYPE_STRING,
 62210                   /* subscript */
 62211                   -1,
 62212                   /* value */
 62213                   0,
 62214               };
 62215               
 62216               static MetaFeature*
 62217               _CIM_StorageRedundancySet_features[] =
 62218               {
 62219                   (MetaFeature*)&_CIM_StorageRedundancySet_TypeOfAlgorithm,
 62220                   (MetaFeature*)&_CIM_StorageRedundancySet_OtherAlgorithm,
 62221                   0,
 62222               };
 62223               
 62224               static const char*
 62225               __root_cimv2_CIM_StorageRedundancySet_qualifiers[] =
 62226               {
 62227 mike  1.1.2.1     /* UMLPackagePath */
 62228                   "\057CIM::Core::Redundancy",
 62229                   /* Version */
 62230                   "\0632.8.1000",
 62231                   0,
 62232               };
 62233               
 62234               MetaClass
 62235               __root_cimv2_CIM_StorageRedundancySet =
 62236               {
 62237                   /* flags */
 62238                   META_FLAG_CLASS,
 62239                   /* name */
 62240                   "CIM_StorageRedundancySet",
 62241                   /* qualifiers */
 62242                   __root_cimv2_CIM_StorageRedundancySet_qualifiers,
 62243                   /* super */
 62244                   &__root_cimv2_CIM_RedundancySet,
 62245                   /* features */
 62246                   _CIM_StorageRedundancySet_features,
 62247               };
 62248 mike  1.1.2.1 
 62249               //==============================================================================
 62250               //
 62251               // Class: CIM_StorageSettingsGeneratedFromCapabilities
 62252               //
 62253               //==============================================================================
 62254               
 62255               static const char*
 62256               _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent_qualifiers[] =
 62257               {
 62258                   /* Override */
 62259                   "\044Antecedent",
 62260                   /* Max */
 62261                   "\027\000\000\000\001",
 62262                   0,
 62263               };
 62264               
 62265               static MetaReference
 62266               _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent =
 62267               {
 62268                   /* flags */
 62269 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 62270                   /* name */
 62271                   "Antecedent",
 62272                   /* qualifiers */
 62273                   _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent_qualifiers,
 62274                   /* subscript */
 62275                   -1,
 62276                   /* refId */
 62277                   &__root_cimv2_CIM_StorageCapabilities,
 62278               };
 62279               
 62280               static const char*
 62281               _CIM_StorageSettingsGeneratedFromCapabilities_Dependent_qualifiers[] =
 62282               {
 62283                   /* Override */
 62284                   "\044Dependent",
 62285                   0,
 62286               };
 62287               
 62288               static MetaReference
 62289               _CIM_StorageSettingsGeneratedFromCapabilities_Dependent =
 62290 mike  1.1.2.1 {
 62291                   /* flags */
 62292                   META_FLAG_REFERENCE|META_FLAG_READ,
 62293                   /* name */
 62294                   "Dependent",
 62295                   /* qualifiers */
 62296                   _CIM_StorageSettingsGeneratedFromCapabilities_Dependent_qualifiers,
 62297                   /* subscript */
 62298                   -1,
 62299                   /* refId */
 62300                   &__root_cimv2_CIM_StorageSetting,
 62301               };
 62302               
 62303               static MetaFeature*
 62304               _CIM_StorageSettingsGeneratedFromCapabilities_features[] =
 62305               {
 62306                   (MetaFeature*)&_CIM_StorageSettingsGeneratedFromCapabilities_Antecedent,
 62307                   (MetaFeature*)&_CIM_StorageSettingsGeneratedFromCapabilities_Dependent,
 62308                   0,
 62309               };
 62310               
 62311 mike  1.1.2.1 static const char*
 62312               __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities_qualifiers[] =
 62313               {
 62314                   /* ASSOCIATION */
 62315                   "\000\001",
 62316                   /* UMLPackagePath */
 62317                   "\057CIM::Device::StorageServices",
 62318                   /* Version */
 62319                   "\0632.10.0",
 62320                   0,
 62321               };
 62322               
 62323               MetaClass
 62324               __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities =
 62325               {
 62326                   /* flags */
 62327                   META_FLAG_ASSOCIATION,
 62328                   /* name */
 62329                   "CIM_StorageSettingsGeneratedFromCapabilities",
 62330                   /* qualifiers */
 62331                   __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities_qualifiers,
 62332 mike  1.1.2.1     /* super */
 62333                   &__root_cimv2_CIM_SettingAssociatedToCapabilities,
 62334                   /* features */
 62335                   _CIM_StorageSettingsGeneratedFromCapabilities_features,
 62336               };
 62337               
 62338               //==============================================================================
 62339               //
 62340               // Class: CIM_StorageSynchronized
 62341               //
 62342               //==============================================================================
 62343               
 62344               static const char*
 62345               _CIM_StorageSynchronized_SystemElement_qualifiers[] =
 62346               {
 62347                   /* Override */
 62348                   "\044SystemElement",
 62349                   0,
 62350               };
 62351               
 62352               static MetaReference
 62353 mike  1.1.2.1 _CIM_StorageSynchronized_SystemElement =
 62354               {
 62355                   /* flags */
 62356                   META_FLAG_REFERENCE|META_FLAG_READ,
 62357                   /* name */
 62358                   "SystemElement",
 62359                   /* qualifiers */
 62360                   _CIM_StorageSynchronized_SystemElement_qualifiers,
 62361                   /* subscript */
 62362                   -1,
 62363                   /* refId */
 62364                   &__root_cimv2_CIM_ManagedElement,
 62365               };
 62366               
 62367               static const char*
 62368               _CIM_StorageSynchronized_SyncedElement_qualifiers[] =
 62369               {
 62370                   /* Override */
 62371                   "\044SyncedElement",
 62372                   0,
 62373               };
 62374 mike  1.1.2.1 
 62375               static MetaReference
 62376               _CIM_StorageSynchronized_SyncedElement =
 62377               {
 62378                   /* flags */
 62379                   META_FLAG_REFERENCE|META_FLAG_READ,
 62380                   /* name */
 62381                   "SyncedElement",
 62382                   /* qualifiers */
 62383                   _CIM_StorageSynchronized_SyncedElement_qualifiers,
 62384                   /* subscript */
 62385                   -1,
 62386                   /* refId */
 62387                   &__root_cimv2_CIM_ManagedElement,
 62388               };
 62389               
 62390               static const char*
 62391               _CIM_StorageSynchronized_CopyType_qualifiers[] =
 62392               {
 62393                   /* ValueMap */
 62394                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 62395 mike  1.1.2.1     /* Values */
 62396                   "\062\000\005Async\000Sync\000UnSyncAssoc\000DMTF Reserved\000Vendor Specific\000",
 62397                   0,
 62398               };
 62399               
 62400               static MetaProperty
 62401               _CIM_StorageSynchronized_CopyType =
 62402               {
 62403                   /* flags */
 62404                   META_FLAG_PROPERTY|META_FLAG_READ,
 62405                   /* name */
 62406                   "CopyType",
 62407                   /* qualifiers */
 62408                   _CIM_StorageSynchronized_CopyType_qualifiers,
 62409                   /* type */
 62410                   CIMTYPE_UINT16,
 62411                   /* subscript */
 62412                   -1,
 62413                   /* value */
 62414                   0,
 62415               };
 62416 mike  1.1.2.1 
 62417               static const char*
 62418               _CIM_StorageSynchronized_ReplicaType_qualifiers[] =
 62419               {
 62420                   /* ValueMap */
 62421                   "\061\000\0070\0002\0003\0004\0005\000..\0000x8000..\000",
 62422                   /* Values */
 62423                   "\062\000\007Not Specified\000Full Copy\000Before Delta\000After Delta\000Log\000DMTF Reserved\000Vendor Specific\000",
 62424                   0,
 62425               };
 62426               
 62427               static MetaProperty
 62428               _CIM_StorageSynchronized_ReplicaType =
 62429               {
 62430                   /* flags */
 62431                   META_FLAG_PROPERTY|META_FLAG_READ,
 62432                   /* name */
 62433                   "ReplicaType",
 62434                   /* qualifiers */
 62435                   _CIM_StorageSynchronized_ReplicaType_qualifiers,
 62436                   /* type */
 62437 mike  1.1.2.1     CIMTYPE_UINT16,
 62438                   /* subscript */
 62439                   -1,
 62440                   /* value */
 62441                   0,
 62442               };
 62443               
 62444               static const char*
 62445               _CIM_StorageSynchronized_SyncState_qualifiers[] =
 62446               {
 62447                   /* ValueMap */
 62448                   "\061\000\0162\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..\000",
 62449                   /* Values */
 62450                   "\062\000\016Initialized\000PrepareInProgress\000Prepared\000ResyncInProgress\000Synchronized\000Fracture In Progress\000QuiesceInProgress\000Quiesced\000Restore In Progresss\000Idle\000Broken\000Fractured\000DMTF Reserved\000Vendor Specific\000",
 62451                   0,
 62452               };
 62453               
 62454               static MetaProperty
 62455               _CIM_StorageSynchronized_SyncState =
 62456               {
 62457                   /* flags */
 62458 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 62459                   /* name */
 62460                   "SyncState",
 62461                   /* qualifiers */
 62462                   _CIM_StorageSynchronized_SyncState_qualifiers,
 62463                   /* type */
 62464                   CIMTYPE_UINT16,
 62465                   /* subscript */
 62466                   -1,
 62467                   /* value */
 62468                   0,
 62469               };
 62470               
 62471               static MetaFeature*
 62472               _CIM_StorageSynchronized_features[] =
 62473               {
 62474                   (MetaFeature*)&_CIM_StorageSynchronized_SystemElement,
 62475                   (MetaFeature*)&_CIM_StorageSynchronized_SyncedElement,
 62476                   (MetaFeature*)&_CIM_StorageSynchronized_CopyType,
 62477                   (MetaFeature*)&_CIM_StorageSynchronized_ReplicaType,
 62478                   (MetaFeature*)&_CIM_StorageSynchronized_SyncState,
 62479 mike  1.1.2.1     0,
 62480               };
 62481               
 62482               static const char*
 62483               __root_cimv2_CIM_StorageSynchronized_qualifiers[] =
 62484               {
 62485                   /* ASSOCIATION */
 62486                   "\000\001",
 62487                   /* UMLPackagePath */
 62488                   "\057CIM::Device::StorageServices",
 62489                   /* Version */
 62490                   "\0632.8.0",
 62491                   0,
 62492               };
 62493               
 62494               MetaClass
 62495               __root_cimv2_CIM_StorageSynchronized =
 62496               {
 62497                   /* flags */
 62498                   META_FLAG_ASSOCIATION,
 62499                   /* name */
 62500 mike  1.1.2.1     "CIM_StorageSynchronized",
 62501                   /* qualifiers */
 62502                   __root_cimv2_CIM_StorageSynchronized_qualifiers,
 62503                   /* super */
 62504                   &__root_cimv2_CIM_Synchronized,
 62505                   /* features */
 62506                   _CIM_StorageSynchronized_features,
 62507               };
 62508               
 62509               //==============================================================================
 62510               //
 62511               // Class: CIM_SubProfileRequiresProfile
 62512               //
 62513               //==============================================================================
 62514               
 62515               static const char*
 62516               _CIM_SubProfileRequiresProfile_Antecedent_qualifiers[] =
 62517               {
 62518                   /* Override */
 62519                   "\044Antecedent",
 62520                   /* Min */
 62521 mike  1.1.2.1     "\033\000\000\000\001",
 62522                   0,
 62523               };
 62524               
 62525               static MetaReference
 62526               _CIM_SubProfileRequiresProfile_Antecedent =
 62527               {
 62528                   /* flags */
 62529                   META_FLAG_REFERENCE|META_FLAG_READ,
 62530                   /* name */
 62531                   "Antecedent",
 62532                   /* qualifiers */
 62533                   _CIM_SubProfileRequiresProfile_Antecedent_qualifiers,
 62534                   /* subscript */
 62535                   -1,
 62536                   /* refId */
 62537                   &__root_cimv2_CIM_RegisteredProfile,
 62538               };
 62539               
 62540               static const char*
 62541               _CIM_SubProfileRequiresProfile_Dependent_qualifiers[] =
 62542 mike  1.1.2.1 {
 62543                   /* Override */
 62544                   "\044Dependent",
 62545                   0,
 62546               };
 62547               
 62548               static MetaReference
 62549               _CIM_SubProfileRequiresProfile_Dependent =
 62550               {
 62551                   /* flags */
 62552                   META_FLAG_REFERENCE|META_FLAG_READ,
 62553                   /* name */
 62554                   "Dependent",
 62555                   /* qualifiers */
 62556                   _CIM_SubProfileRequiresProfile_Dependent_qualifiers,
 62557                   /* subscript */
 62558                   -1,
 62559                   /* refId */
 62560                   &__root_cimv2_CIM_RegisteredSubProfile,
 62561               };
 62562               
 62563 mike  1.1.2.1 static MetaFeature*
 62564               _CIM_SubProfileRequiresProfile_features[] =
 62565               {
 62566                   (MetaFeature*)&_CIM_SubProfileRequiresProfile_Antecedent,
 62567                   (MetaFeature*)&_CIM_SubProfileRequiresProfile_Dependent,
 62568                   0,
 62569               };
 62570               
 62571               static const char*
 62572               __root_cimv2_CIM_SubProfileRequiresProfile_qualifiers[] =
 62573               {
 62574                   /* ASSOCIATION */
 62575                   "\000\001",
 62576                   /* UMLPackagePath */
 62577                   "\057CIM::Interop",
 62578                   /* Version */
 62579                   "\0632.8.0",
 62580                   0,
 62581               };
 62582               
 62583               MetaClass
 62584 mike  1.1.2.1 __root_cimv2_CIM_SubProfileRequiresProfile =
 62585               {
 62586                   /* flags */
 62587                   META_FLAG_ASSOCIATION,
 62588                   /* name */
 62589                   "CIM_SubProfileRequiresProfile",
 62590                   /* qualifiers */
 62591                   __root_cimv2_CIM_SubProfileRequiresProfile_qualifiers,
 62592                   /* super */
 62593                   &__root_cimv2_CIM_ReferencedProfile,
 62594                   /* features */
 62595                   _CIM_SubProfileRequiresProfile_features,
 62596               };
 62597               
 62598               //==============================================================================
 62599               //
 62600               // Class: CIM_SubUoW
 62601               //
 62602               //==============================================================================
 62603               
 62604               static const char*
 62605 mike  1.1.2.1 _CIM_SubUoW_Antecedent_qualifiers[] =
 62606               {
 62607                   /* Override */
 62608                   "\044Antecedent",
 62609                   /* Max */
 62610                   "\027\000\000\000\001",
 62611                   0,
 62612               };
 62613               
 62614               static MetaReference
 62615               _CIM_SubUoW_Antecedent =
 62616               {
 62617                   /* flags */
 62618                   META_FLAG_REFERENCE|META_FLAG_READ,
 62619                   /* name */
 62620                   "Antecedent",
 62621                   /* qualifiers */
 62622                   _CIM_SubUoW_Antecedent_qualifiers,
 62623                   /* subscript */
 62624                   -1,
 62625                   /* refId */
 62626 mike  1.1.2.1     &__root_cimv2_CIM_UnitOfWork,
 62627               };
 62628               
 62629               static const char*
 62630               _CIM_SubUoW_Dependent_qualifiers[] =
 62631               {
 62632                   /* Override */
 62633                   "\044Dependent",
 62634                   0,
 62635               };
 62636               
 62637               static MetaReference
 62638               _CIM_SubUoW_Dependent =
 62639               {
 62640                   /* flags */
 62641                   META_FLAG_REFERENCE|META_FLAG_READ,
 62642                   /* name */
 62643                   "Dependent",
 62644                   /* qualifiers */
 62645                   _CIM_SubUoW_Dependent_qualifiers,
 62646                   /* subscript */
 62647 mike  1.1.2.1     -1,
 62648                   /* refId */
 62649                   &__root_cimv2_CIM_UnitOfWork,
 62650               };
 62651               
 62652               static MetaFeature*
 62653               _CIM_SubUoW_features[] =
 62654               {
 62655                   (MetaFeature*)&_CIM_SubUoW_Antecedent,
 62656                   (MetaFeature*)&_CIM_SubUoW_Dependent,
 62657                   0,
 62658               };
 62659               
 62660               static const char*
 62661               __root_cimv2_CIM_SubUoW_qualifiers[] =
 62662               {
 62663                   /* ASSOCIATION */
 62664                   "\000\001",
 62665                   /* UMLPackagePath */
 62666                   "\057CIM::Metrics::UnitOfWork",
 62667                   /* Version */
 62668 mike  1.1.2.1     "\0632.6.0",
 62669                   0,
 62670               };
 62671               
 62672               MetaClass
 62673               __root_cimv2_CIM_SubUoW =
 62674               {
 62675                   /* flags */
 62676                   META_FLAG_ASSOCIATION,
 62677                   /* name */
 62678                   "CIM_SubUoW",
 62679                   /* qualifiers */
 62680                   __root_cimv2_CIM_SubUoW_qualifiers,
 62681                   /* super */
 62682                   &__root_cimv2_CIM_Dependency,
 62683                   /* features */
 62684                   _CIM_SubUoW_features,
 62685               };
 62686               
 62687               //==============================================================================
 62688               //
 62689 mike  1.1.2.1 // Class: CIM_SwitchPortSourceRoutingStatistics
 62690               //
 62691               //==============================================================================
 62692               
 62693               static const char*
 62694               _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames_qualifiers[] =
 62695               {
 62696                   /* Counter */
 62697                   "\012\001",
 62698                   /* MappingStrings */
 62699                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSpecInFrames\000",
 62700                   0,
 62701               };
 62702               
 62703               static MetaProperty
 62704               _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames =
 62705               {
 62706                   /* flags */
 62707                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62708                   /* name */
 62709                   "SpecInFrames",
 62710 mike  1.1.2.1     /* qualifiers */
 62711                   _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames_qualifiers,
 62712                   /* type */
 62713                   CIMTYPE_UINT32,
 62714                   /* subscript */
 62715                   -1,
 62716                   /* value */
 62717                   0,
 62718               };
 62719               
 62720               static const char*
 62721               _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames_qualifiers[] =
 62722               {
 62723                   /* Counter */
 62724                   "\012\001",
 62725                   /* MappingStrings */
 62726                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSpecOutFrames\000",
 62727                   0,
 62728               };
 62729               
 62730               static MetaProperty
 62731 mike  1.1.2.1 _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames =
 62732               {
 62733                   /* flags */
 62734                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62735                   /* name */
 62736                   "SpecOutFrames",
 62737                   /* qualifiers */
 62738                   _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames_qualifiers,
 62739                   /* type */
 62740                   CIMTYPE_UINT32,
 62741                   /* subscript */
 62742                   -1,
 62743                   /* value */
 62744                   0,
 62745               };
 62746               
 62747               static const char*
 62748               _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames_qualifiers[] =
 62749               {
 62750                   /* Counter */
 62751                   "\012\001",
 62752 mike  1.1.2.1     /* MappingStrings */
 62753                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortApeInFrames\000",
 62754                   0,
 62755               };
 62756               
 62757               static MetaProperty
 62758               _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames =
 62759               {
 62760                   /* flags */
 62761                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62762                   /* name */
 62763                   "ApeInFrames",
 62764                   /* qualifiers */
 62765                   _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames_qualifiers,
 62766                   /* type */
 62767                   CIMTYPE_UINT32,
 62768                   /* subscript */
 62769                   -1,
 62770                   /* value */
 62771                   0,
 62772               };
 62773 mike  1.1.2.1 
 62774               static const char*
 62775               _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames_qualifiers[] =
 62776               {
 62777                   /* Counter */
 62778                   "\012\001",
 62779                   /* MappingStrings */
 62780                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortApeOutFrames\000",
 62781                   0,
 62782               };
 62783               
 62784               static MetaProperty
 62785               _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames =
 62786               {
 62787                   /* flags */
 62788                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62789                   /* name */
 62790                   "ApeOutFrames",
 62791                   /* qualifiers */
 62792                   _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames_qualifiers,
 62793                   /* type */
 62794 mike  1.1.2.1     CIMTYPE_UINT32,
 62795                   /* subscript */
 62796                   -1,
 62797                   /* value */
 62798                   0,
 62799               };
 62800               
 62801               static const char*
 62802               _CIM_SwitchPortSourceRoutingStatistics_SteInFrames_qualifiers[] =
 62803               {
 62804                   /* Counter */
 62805                   "\012\001",
 62806                   /* MappingStrings */
 62807                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSteInFrames\000",
 62808                   0,
 62809               };
 62810               
 62811               static MetaProperty
 62812               _CIM_SwitchPortSourceRoutingStatistics_SteInFrames =
 62813               {
 62814                   /* flags */
 62815 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62816                   /* name */
 62817                   "SteInFrames",
 62818                   /* qualifiers */
 62819                   _CIM_SwitchPortSourceRoutingStatistics_SteInFrames_qualifiers,
 62820                   /* type */
 62821                   CIMTYPE_UINT32,
 62822                   /* subscript */
 62823                   -1,
 62824                   /* value */
 62825                   0,
 62826               };
 62827               
 62828               static const char*
 62829               _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames_qualifiers[] =
 62830               {
 62831                   /* Counter */
 62832                   "\012\001",
 62833                   /* MappingStrings */
 62834                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSteOutFrames\000",
 62835                   0,
 62836 mike  1.1.2.1 };
 62837               
 62838               static MetaProperty
 62839               _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames =
 62840               {
 62841                   /* flags */
 62842                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62843                   /* name */
 62844                   "SteOutFrames",
 62845                   /* qualifiers */
 62846                   _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames_qualifiers,
 62847                   /* type */
 62848                   CIMTYPE_UINT32,
 62849                   /* subscript */
 62850                   -1,
 62851                   /* value */
 62852                   0,
 62853               };
 62854               
 62855               static const char*
 62856               _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards_qualifiers[] =
 62857 mike  1.1.2.1 {
 62858                   /* Counter */
 62859                   "\012\001",
 62860                   /* MappingStrings */
 62861                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSegmentMismatchDiscards\000",
 62862                   0,
 62863               };
 62864               
 62865               static MetaProperty
 62866               _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards =
 62867               {
 62868                   /* flags */
 62869                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62870                   /* name */
 62871                   "SegmentMismatchDiscards",
 62872                   /* qualifiers */
 62873                   _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards_qualifiers,
 62874                   /* type */
 62875                   CIMTYPE_UINT32,
 62876                   /* subscript */
 62877                   -1,
 62878 mike  1.1.2.1     /* value */
 62879                   0,
 62880               };
 62881               
 62882               static const char*
 62883               _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards_qualifiers[] =
 62884               {
 62885                   /* Counter */
 62886                   "\012\001",
 62887                   /* MappingStrings */
 62888                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortDuplicateSegmentDiscards\000",
 62889                   0,
 62890               };
 62891               
 62892               static MetaProperty
 62893               _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards =
 62894               {
 62895                   /* flags */
 62896                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62897                   /* name */
 62898                   "DuplicateSegmentDiscards",
 62899 mike  1.1.2.1     /* qualifiers */
 62900                   _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards_qualifiers,
 62901                   /* type */
 62902                   CIMTYPE_UINT32,
 62903                   /* subscript */
 62904                   -1,
 62905                   /* value */
 62906                   0,
 62907               };
 62908               
 62909               static const char*
 62910               _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards_qualifiers[] =
 62911               {
 62912                   /* Counter */
 62913                   "\012\001",
 62914                   /* MappingStrings */
 62915                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortHopCountExceedsDiscards\000",
 62916                   0,
 62917               };
 62918               
 62919               static MetaProperty
 62920 mike  1.1.2.1 _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards =
 62921               {
 62922                   /* flags */
 62923                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62924                   /* name */
 62925                   "HopCountExceedsDiscards",
 62926                   /* qualifiers */
 62927                   _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards_qualifiers,
 62928                   /* type */
 62929                   CIMTYPE_UINT32,
 62930                   /* subscript */
 62931                   -1,
 62932                   /* value */
 62933                   0,
 62934               };
 62935               
 62936               static const char*
 62937               _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors_qualifiers[] =
 62938               {
 62939                   /* Counter */
 62940                   "\012\001",
 62941 mike  1.1.2.1     /* MappingStrings */
 62942                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortDupLanIdOrTreeErrors\000",
 62943                   0,
 62944               };
 62945               
 62946               static MetaProperty
 62947               _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors =
 62948               {
 62949                   /* flags */
 62950                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62951                   /* name */
 62952                   "DupLanIdOrTreeErrors",
 62953                   /* qualifiers */
 62954                   _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors_qualifiers,
 62955                   /* type */
 62956                   CIMTYPE_UINT32,
 62957                   /* subscript */
 62958                   -1,
 62959                   /* value */
 62960                   0,
 62961               };
 62962 mike  1.1.2.1 
 62963               static const char*
 62964               _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches_qualifiers[] =
 62965               {
 62966                   /* Counter */
 62967                   "\012\001",
 62968                   /* MappingStrings */
 62969                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortLanIdMismatches\000",
 62970                   0,
 62971               };
 62972               
 62973               static MetaProperty
 62974               _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches =
 62975               {
 62976                   /* flags */
 62977                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62978                   /* name */
 62979                   "LanIdMismatches",
 62980                   /* qualifiers */
 62981                   _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches_qualifiers,
 62982                   /* type */
 62983 mike  1.1.2.1     CIMTYPE_UINT32,
 62984                   /* subscript */
 62985                   -1,
 62986                   /* value */
 62987                   0,
 62988               };
 62989               
 62990               static MetaFeature*
 62991               _CIM_SwitchPortSourceRoutingStatistics_features[] =
 62992               {
 62993                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SpecInFrames,
 62994                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames,
 62995                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_ApeInFrames,
 62996                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames,
 62997                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SteInFrames,
 62998                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SteOutFrames,
 62999                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards,
 63000                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards,
 63001                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards,
 63002                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors,
 63003                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches,
 63004 mike  1.1.2.1     0,
 63005               };
 63006               
 63007               static const char*
 63008               __root_cimv2_CIM_SwitchPortSourceRoutingStatistics_qualifiers[] =
 63009               {
 63010                   /* UMLPackagePath */
 63011                   "\057CIM::Network::SwitchingBridging",
 63012                   /* Version */
 63013                   "\0632.7.0",
 63014                   0,
 63015               };
 63016               
 63017               MetaClass
 63018               __root_cimv2_CIM_SwitchPortSourceRoutingStatistics =
 63019               {
 63020                   /* flags */
 63021                   META_FLAG_CLASS,
 63022                   /* name */
 63023                   "CIM_SwitchPortSourceRoutingStatistics",
 63024                   /* qualifiers */
 63025 mike  1.1.2.1     __root_cimv2_CIM_SwitchPortSourceRoutingStatistics_qualifiers,
 63026                   /* super */
 63027                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63028                   /* features */
 63029                   _CIM_SwitchPortSourceRoutingStatistics_features,
 63030               };
 63031               
 63032               //==============================================================================
 63033               //
 63034               // Class: CIM_SwitchPortSpanningTreeStatistics
 63035               //
 63036               //==============================================================================
 63037               
 63038               static const char*
 63039               _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions_qualifiers[] =
 63040               {
 63041                   /* Counter */
 63042                   "\012\001",
 63043                   /* MappingStrings */
 63044                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortForwardTransitions\000",
 63045                   0,
 63046 mike  1.1.2.1 };
 63047               
 63048               static MetaProperty
 63049               _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions =
 63050               {
 63051                   /* flags */
 63052                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63053                   /* name */
 63054                   "ForwardTransitions",
 63055                   /* qualifiers */
 63056                   _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions_qualifiers,
 63057                   /* type */
 63058                   CIMTYPE_UINT32,
 63059                   /* subscript */
 63060                   -1,
 63061                   /* value */
 63062                   0,
 63063               };
 63064               
 63065               static MetaFeature*
 63066               _CIM_SwitchPortSpanningTreeStatistics_features[] =
 63067 mike  1.1.2.1 {
 63068                   (MetaFeature*)&_CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions,
 63069                   0,
 63070               };
 63071               
 63072               static const char*
 63073               __root_cimv2_CIM_SwitchPortSpanningTreeStatistics_qualifiers[] =
 63074               {
 63075                   /* UMLPackagePath */
 63076                   "\057CIM::Network::SwitchingBridging",
 63077                   /* Version */
 63078                   "\0632.7.0",
 63079                   0,
 63080               };
 63081               
 63082               MetaClass
 63083               __root_cimv2_CIM_SwitchPortSpanningTreeStatistics =
 63084               {
 63085                   /* flags */
 63086                   META_FLAG_CLASS,
 63087                   /* name */
 63088 mike  1.1.2.1     "CIM_SwitchPortSpanningTreeStatistics",
 63089                   /* qualifiers */
 63090                   __root_cimv2_CIM_SwitchPortSpanningTreeStatistics_qualifiers,
 63091                   /* super */
 63092                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63093                   /* features */
 63094                   _CIM_SwitchPortSpanningTreeStatistics_features,
 63095               };
 63096               
 63097               //==============================================================================
 63098               //
 63099               // Class: CIM_SwitchPortStatistics
 63100               //
 63101               //==============================================================================
 63102               
 63103               static const char*
 63104               _CIM_SwitchPortStatistics_DelayExceededDiscards_qualifiers[] =
 63105               {
 63106                   /* Counter */
 63107                   "\012\001",
 63108                   /* MappingStrings */
 63109 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBasePortDelayExceededDiscards\000",
 63110                   0,
 63111               };
 63112               
 63113               static MetaProperty
 63114               _CIM_SwitchPortStatistics_DelayExceededDiscards =
 63115               {
 63116                   /* flags */
 63117                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63118                   /* name */
 63119                   "DelayExceededDiscards",
 63120                   /* qualifiers */
 63121                   _CIM_SwitchPortStatistics_DelayExceededDiscards_qualifiers,
 63122                   /* type */
 63123                   CIMTYPE_UINT32,
 63124                   /* subscript */
 63125                   -1,
 63126                   /* value */
 63127                   0,
 63128               };
 63129               
 63130 mike  1.1.2.1 static const char*
 63131               _CIM_SwitchPortStatistics_MtuExceededDiscards_qualifiers[] =
 63132               {
 63133                   /* Counter */
 63134                   "\012\001",
 63135                   /* MappingStrings */
 63136                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBasePortMtuExceededDiscards\000",
 63137                   0,
 63138               };
 63139               
 63140               static MetaProperty
 63141               _CIM_SwitchPortStatistics_MtuExceededDiscards =
 63142               {
 63143                   /* flags */
 63144                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63145                   /* name */
 63146                   "MtuExceededDiscards",
 63147                   /* qualifiers */
 63148                   _CIM_SwitchPortStatistics_MtuExceededDiscards_qualifiers,
 63149                   /* type */
 63150                   CIMTYPE_UINT32,
 63151 mike  1.1.2.1     /* subscript */
 63152                   -1,
 63153                   /* value */
 63154                   0,
 63155               };
 63156               
 63157               static MetaFeature*
 63158               _CIM_SwitchPortStatistics_features[] =
 63159               {
 63160                   (MetaFeature*)&_CIM_SwitchPortStatistics_DelayExceededDiscards,
 63161                   (MetaFeature*)&_CIM_SwitchPortStatistics_MtuExceededDiscards,
 63162                   0,
 63163               };
 63164               
 63165               static const char*
 63166               __root_cimv2_CIM_SwitchPortStatistics_qualifiers[] =
 63167               {
 63168                   /* UMLPackagePath */
 63169                   "\057CIM::Network::SwitchingBridging",
 63170                   /* Version */
 63171                   "\0632.7.0",
 63172 mike  1.1.2.1     0,
 63173               };
 63174               
 63175               MetaClass
 63176               __root_cimv2_CIM_SwitchPortStatistics =
 63177               {
 63178                   /* flags */
 63179                   META_FLAG_CLASS,
 63180                   /* name */
 63181                   "CIM_SwitchPortStatistics",
 63182                   /* qualifiers */
 63183                   __root_cimv2_CIM_SwitchPortStatistics_qualifiers,
 63184                   /* super */
 63185                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63186                   /* features */
 63187                   _CIM_SwitchPortStatistics_features,
 63188               };
 63189               
 63190               //==============================================================================
 63191               //
 63192               // Class: CIM_SwitchPortTransparentBridgingStatistics
 63193 mike  1.1.2.1 //
 63194               //==============================================================================
 63195               
 63196               static const char*
 63197               _CIM_SwitchPortTransparentBridgingStatistics_InFrames_qualifiers[] =
 63198               {
 63199                   /* Counter */
 63200                   "\012\001",
 63201                   /* MappingStrings */
 63202                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortInFrames\000",
 63203                   0,
 63204               };
 63205               
 63206               static MetaProperty
 63207               _CIM_SwitchPortTransparentBridgingStatistics_InFrames =
 63208               {
 63209                   /* flags */
 63210                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63211                   /* name */
 63212                   "InFrames",
 63213                   /* qualifiers */
 63214 mike  1.1.2.1     _CIM_SwitchPortTransparentBridgingStatistics_InFrames_qualifiers,
 63215                   /* type */
 63216                   CIMTYPE_UINT32,
 63217                   /* subscript */
 63218                   -1,
 63219                   /* value */
 63220                   0,
 63221               };
 63222               
 63223               static const char*
 63224               _CIM_SwitchPortTransparentBridgingStatistics_OutFrames_qualifiers[] =
 63225               {
 63226                   /* Counter */
 63227                   "\012\001",
 63228                   /* MappingStrings */
 63229                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortOutFrames\000",
 63230                   0,
 63231               };
 63232               
 63233               static MetaProperty
 63234               _CIM_SwitchPortTransparentBridgingStatistics_OutFrames =
 63235 mike  1.1.2.1 {
 63236                   /* flags */
 63237                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63238                   /* name */
 63239                   "OutFrames",
 63240                   /* qualifiers */
 63241                   _CIM_SwitchPortTransparentBridgingStatistics_OutFrames_qualifiers,
 63242                   /* type */
 63243                   CIMTYPE_UINT32,
 63244                   /* subscript */
 63245                   -1,
 63246                   /* value */
 63247                   0,
 63248               };
 63249               
 63250               static const char*
 63251               _CIM_SwitchPortTransparentBridgingStatistics_InDiscards_qualifiers[] =
 63252               {
 63253                   /* Counter */
 63254                   "\012\001",
 63255                   /* MappingStrings */
 63256 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortInDiscards\000",
 63257                   0,
 63258               };
 63259               
 63260               static MetaProperty
 63261               _CIM_SwitchPortTransparentBridgingStatistics_InDiscards =
 63262               {
 63263                   /* flags */
 63264                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63265                   /* name */
 63266                   "InDiscards",
 63267                   /* qualifiers */
 63268                   _CIM_SwitchPortTransparentBridgingStatistics_InDiscards_qualifiers,
 63269                   /* type */
 63270                   CIMTYPE_UINT32,
 63271                   /* subscript */
 63272                   -1,
 63273                   /* value */
 63274                   0,
 63275               };
 63276               
 63277 mike  1.1.2.1 static MetaFeature*
 63278               _CIM_SwitchPortTransparentBridgingStatistics_features[] =
 63279               {
 63280                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_InFrames,
 63281                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_OutFrames,
 63282                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_InDiscards,
 63283                   0,
 63284               };
 63285               
 63286               static const char*
 63287               __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics_qualifiers[] =
 63288               {
 63289                   /* UMLPackagePath */
 63290                   "\057CIM::Network::SwitchingBridging",
 63291                   /* Version */
 63292                   "\0632.7.0",
 63293                   0,
 63294               };
 63295               
 63296               MetaClass
 63297               __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics =
 63298 mike  1.1.2.1 {
 63299                   /* flags */
 63300                   META_FLAG_CLASS,
 63301                   /* name */
 63302                   "CIM_SwitchPortTransparentBridgingStatistics",
 63303                   /* qualifiers */
 63304                   __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics_qualifiers,
 63305                   /* super */
 63306                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63307                   /* features */
 63308                   _CIM_SwitchPortTransparentBridgingStatistics_features,
 63309               };
 63310               
 63311               //==============================================================================
 63312               //
 63313               // Class: CIM_SymbolicLink
 63314               //
 63315               //==============================================================================
 63316               
 63317               static const char*
 63318               _CIM_SymbolicLink_TargetFile_qualifiers[] =
 63319 mike  1.1.2.1 {
 63320                   /* Required */
 63321                   "\050\001",
 63322                   0,
 63323               };
 63324               
 63325               static MetaProperty
 63326               _CIM_SymbolicLink_TargetFile =
 63327               {
 63328                   /* flags */
 63329                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 63330                   /* name */
 63331                   "TargetFile",
 63332                   /* qualifiers */
 63333                   _CIM_SymbolicLink_TargetFile_qualifiers,
 63334                   /* type */
 63335                   CIMTYPE_STRING,
 63336                   /* subscript */
 63337                   -1,
 63338                   /* value */
 63339                   0,
 63340 mike  1.1.2.1 };
 63341               
 63342               static MetaFeature*
 63343               _CIM_SymbolicLink_features[] =
 63344               {
 63345                   (MetaFeature*)&_CIM_SymbolicLink_TargetFile,
 63346                   0,
 63347               };
 63348               
 63349               static const char*
 63350               __root_cimv2_CIM_SymbolicLink_qualifiers[] =
 63351               {
 63352                   /* UMLPackagePath */
 63353                   "\057CIM::System::FileElements",
 63354                   /* Version */
 63355                   "\0632.6.0",
 63356                   0,
 63357               };
 63358               
 63359               MetaClass
 63360               __root_cimv2_CIM_SymbolicLink =
 63361 mike  1.1.2.1 {
 63362                   /* flags */
 63363                   META_FLAG_CLASS,
 63364                   /* name */
 63365                   "CIM_SymbolicLink",
 63366                   /* qualifiers */
 63367                   __root_cimv2_CIM_SymbolicLink_qualifiers,
 63368                   /* super */
 63369                   &__root_cimv2_CIM_LogicalFile,
 63370                   /* features */
 63371                   _CIM_SymbolicLink_features,
 63372               };
 63373               
 63374               //==============================================================================
 63375               //
 63376               // Class: CIM_ThresholdIndication
 63377               //
 63378               //==============================================================================
 63379               
 63380               static const char*
 63381               _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers[] =
 63382 mike  1.1.2.1 {
 63383                   /* MappingStrings */
 63384                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63385                   0,
 63386               };
 63387               
 63388               static MetaProperty
 63389               _CIM_ThresholdIndication_ThresholdIdentifier =
 63390               {
 63391                   /* flags */
 63392                   META_FLAG_PROPERTY|META_FLAG_READ,
 63393                   /* name */
 63394                   "ThresholdIdentifier",
 63395                   /* qualifiers */
 63396                   _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers,
 63397                   /* type */
 63398                   CIMTYPE_STRING,
 63399                   /* subscript */
 63400                   -1,
 63401                   /* value */
 63402                   0,
 63403 mike  1.1.2.1 };
 63404               
 63405               static const char*
 63406               _CIM_ThresholdIndication_ThresholdValue_qualifiers[] =
 63407               {
 63408                   /* MappingStrings */
 63409                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63410                   0,
 63411               };
 63412               
 63413               static MetaProperty
 63414               _CIM_ThresholdIndication_ThresholdValue =
 63415               {
 63416                   /* flags */
 63417                   META_FLAG_PROPERTY|META_FLAG_READ,
 63418                   /* name */
 63419                   "ThresholdValue",
 63420                   /* qualifiers */
 63421                   _CIM_ThresholdIndication_ThresholdValue_qualifiers,
 63422                   /* type */
 63423                   CIMTYPE_STRING,
 63424 mike  1.1.2.1     /* subscript */
 63425                   -1,
 63426                   /* value */
 63427                   0,
 63428               };
 63429               
 63430               static const char*
 63431               _CIM_ThresholdIndication_ObservedValue_qualifiers[] =
 63432               {
 63433                   /* MappingStrings */
 63434                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63435                   0,
 63436               };
 63437               
 63438               static MetaProperty
 63439               _CIM_ThresholdIndication_ObservedValue =
 63440               {
 63441                   /* flags */
 63442                   META_FLAG_PROPERTY|META_FLAG_READ,
 63443                   /* name */
 63444                   "ObservedValue",
 63445 mike  1.1.2.1     /* qualifiers */
 63446                   _CIM_ThresholdIndication_ObservedValue_qualifiers,
 63447                   /* type */
 63448                   CIMTYPE_STRING,
 63449                   /* subscript */
 63450                   -1,
 63451                   /* value */
 63452                   0,
 63453               };
 63454               
 63455               static MetaFeature*
 63456               _CIM_ThresholdIndication_features[] =
 63457               {
 63458                   (MetaFeature*)&_CIM_ThresholdIndication_ThresholdIdentifier,
 63459                   (MetaFeature*)&_CIM_ThresholdIndication_ThresholdValue,
 63460                   (MetaFeature*)&_CIM_ThresholdIndication_ObservedValue,
 63461                   0,
 63462               };
 63463               
 63464               static const char*
 63465               __root_cimv2_CIM_ThresholdIndication_qualifiers[] =
 63466 mike  1.1.2.1 {
 63467                   /* INDICATION */
 63468                   "\001\001",
 63469                   /* UMLPackagePath */
 63470                   "\057CIM::Event",
 63471                   /* Version */
 63472                   "\0632.6.0",
 63473                   0,
 63474               };
 63475               
 63476               MetaClass
 63477               __root_cimv2_CIM_ThresholdIndication =
 63478               {
 63479                   /* flags */
 63480                   META_FLAG_INDICATION,
 63481                   /* name */
 63482                   "CIM_ThresholdIndication",
 63483                   /* qualifiers */
 63484                   __root_cimv2_CIM_ThresholdIndication_qualifiers,
 63485                   /* super */
 63486                   &__root_cimv2_CIM_AlertIndication,
 63487 mike  1.1.2.1     /* features */
 63488                   _CIM_ThresholdIndication_features,
 63489               };
 63490               
 63491               //==============================================================================
 63492               //
 63493               // Class: CIM_TokenRingPortStatistics
 63494               //
 63495               //==============================================================================
 63496               
 63497               static const char*
 63498               _CIM_TokenRingPortStatistics_BurstErrors_qualifiers[] =
 63499               {
 63500                   /* Counter */
 63501                   "\012\001",
 63502                   /* MappingStrings */
 63503                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsBurstErrors\000",
 63504                   0,
 63505               };
 63506               
 63507               static MetaProperty
 63508 mike  1.1.2.1 _CIM_TokenRingPortStatistics_BurstErrors =
 63509               {
 63510                   /* flags */
 63511                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63512                   /* name */
 63513                   "BurstErrors",
 63514                   /* qualifiers */
 63515                   _CIM_TokenRingPortStatistics_BurstErrors_qualifiers,
 63516                   /* type */
 63517                   CIMTYPE_UINT32,
 63518                   /* subscript */
 63519                   -1,
 63520                   /* value */
 63521                   0,
 63522               };
 63523               
 63524               static const char*
 63525               _CIM_TokenRingPortStatistics_ACErrors_qualifiers[] =
 63526               {
 63527                   /* Counter */
 63528                   "\012\001",
 63529 mike  1.1.2.1     /* MappingStrings */
 63530                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsACErrors\000",
 63531                   0,
 63532               };
 63533               
 63534               static MetaProperty
 63535               _CIM_TokenRingPortStatistics_ACErrors =
 63536               {
 63537                   /* flags */
 63538                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63539                   /* name */
 63540                   "ACErrors",
 63541                   /* qualifiers */
 63542                   _CIM_TokenRingPortStatistics_ACErrors_qualifiers,
 63543                   /* type */
 63544                   CIMTYPE_UINT32,
 63545                   /* subscript */
 63546                   -1,
 63547                   /* value */
 63548                   0,
 63549               };
 63550 mike  1.1.2.1 
 63551               static const char*
 63552               _CIM_TokenRingPortStatistics_AbortTransErrors_qualifiers[] =
 63553               {
 63554                   /* Counter */
 63555                   "\012\001",
 63556                   /* MappingStrings */
 63557                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsAbortTransErrors\000",
 63558                   0,
 63559               };
 63560               
 63561               static MetaProperty
 63562               _CIM_TokenRingPortStatistics_AbortTransErrors =
 63563               {
 63564                   /* flags */
 63565                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63566                   /* name */
 63567                   "AbortTransErrors",
 63568                   /* qualifiers */
 63569                   _CIM_TokenRingPortStatistics_AbortTransErrors_qualifiers,
 63570                   /* type */
 63571 mike  1.1.2.1     CIMTYPE_UINT32,
 63572                   /* subscript */
 63573                   -1,
 63574                   /* value */
 63575                   0,
 63576               };
 63577               
 63578               static const char*
 63579               _CIM_TokenRingPortStatistics_InternalErrors_qualifiers[] =
 63580               {
 63581                   /* Counter */
 63582                   "\012\001",
 63583                   /* MappingStrings */
 63584                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsInternalErrors\000",
 63585                   0,
 63586               };
 63587               
 63588               static MetaProperty
 63589               _CIM_TokenRingPortStatistics_InternalErrors =
 63590               {
 63591                   /* flags */
 63592 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63593                   /* name */
 63594                   "InternalErrors",
 63595                   /* qualifiers */
 63596                   _CIM_TokenRingPortStatistics_InternalErrors_qualifiers,
 63597                   /* type */
 63598                   CIMTYPE_UINT32,
 63599                   /* subscript */
 63600                   -1,
 63601                   /* value */
 63602                   0,
 63603               };
 63604               
 63605               static const char*
 63606               _CIM_TokenRingPortStatistics_LostFrameErrors_qualifiers[] =
 63607               {
 63608                   /* Counter */
 63609                   "\012\001",
 63610                   /* MappingStrings */
 63611                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLostFrameErrors\000",
 63612                   0,
 63613 mike  1.1.2.1 };
 63614               
 63615               static MetaProperty
 63616               _CIM_TokenRingPortStatistics_LostFrameErrors =
 63617               {
 63618                   /* flags */
 63619                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63620                   /* name */
 63621                   "LostFrameErrors",
 63622                   /* qualifiers */
 63623                   _CIM_TokenRingPortStatistics_LostFrameErrors_qualifiers,
 63624                   /* type */
 63625                   CIMTYPE_UINT32,
 63626                   /* subscript */
 63627                   -1,
 63628                   /* value */
 63629                   0,
 63630               };
 63631               
 63632               static const char*
 63633               _CIM_TokenRingPortStatistics_ReceiveCongestions_qualifiers[] =
 63634 mike  1.1.2.1 {
 63635                   /* Counter */
 63636                   "\012\001",
 63637                   /* MappingStrings */
 63638                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsReceiveCongestions\000",
 63639                   0,
 63640               };
 63641               
 63642               static MetaProperty
 63643               _CIM_TokenRingPortStatistics_ReceiveCongestions =
 63644               {
 63645                   /* flags */
 63646                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63647                   /* name */
 63648                   "ReceiveCongestions",
 63649                   /* qualifiers */
 63650                   _CIM_TokenRingPortStatistics_ReceiveCongestions_qualifiers,
 63651                   /* type */
 63652                   CIMTYPE_UINT32,
 63653                   /* subscript */
 63654                   -1,
 63655 mike  1.1.2.1     /* value */
 63656                   0,
 63657               };
 63658               
 63659               static const char*
 63660               _CIM_TokenRingPortStatistics_FrameCopiedErrors_qualifiers[] =
 63661               {
 63662                   /* Counter */
 63663                   "\012\001",
 63664                   /* MappingStrings */
 63665                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFrameCopiedErrors\000",
 63666                   0,
 63667               };
 63668               
 63669               static MetaProperty
 63670               _CIM_TokenRingPortStatistics_FrameCopiedErrors =
 63671               {
 63672                   /* flags */
 63673                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63674                   /* name */
 63675                   "FrameCopiedErrors",
 63676 mike  1.1.2.1     /* qualifiers */
 63677                   _CIM_TokenRingPortStatistics_FrameCopiedErrors_qualifiers,
 63678                   /* type */
 63679                   CIMTYPE_UINT32,
 63680                   /* subscript */
 63681                   -1,
 63682                   /* value */
 63683                   0,
 63684               };
 63685               
 63686               static const char*
 63687               _CIM_TokenRingPortStatistics_TokenErrors_qualifiers[] =
 63688               {
 63689                   /* Counter */
 63690                   "\012\001",
 63691                   /* MappingStrings */
 63692                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsTokenErrors\000",
 63693                   0,
 63694               };
 63695               
 63696               static MetaProperty
 63697 mike  1.1.2.1 _CIM_TokenRingPortStatistics_TokenErrors =
 63698               {
 63699                   /* flags */
 63700                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63701                   /* name */
 63702                   "TokenErrors",
 63703                   /* qualifiers */
 63704                   _CIM_TokenRingPortStatistics_TokenErrors_qualifiers,
 63705                   /* type */
 63706                   CIMTYPE_UINT32,
 63707                   /* subscript */
 63708                   -1,
 63709                   /* value */
 63710                   0,
 63711               };
 63712               
 63713               static const char*
 63714               _CIM_TokenRingPortStatistics_SoftErrors_qualifiers[] =
 63715               {
 63716                   /* Counter */
 63717                   "\012\001",
 63718 mike  1.1.2.1     /* MappingStrings */
 63719                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSoftErrors\000",
 63720                   0,
 63721               };
 63722               
 63723               static MetaProperty
 63724               _CIM_TokenRingPortStatistics_SoftErrors =
 63725               {
 63726                   /* flags */
 63727                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63728                   /* name */
 63729                   "SoftErrors",
 63730                   /* qualifiers */
 63731                   _CIM_TokenRingPortStatistics_SoftErrors_qualifiers,
 63732                   /* type */
 63733                   CIMTYPE_UINT32,
 63734                   /* subscript */
 63735                   -1,
 63736                   /* value */
 63737                   0,
 63738               };
 63739 mike  1.1.2.1 
 63740               static const char*
 63741               _CIM_TokenRingPortStatistics_HardErrors_qualifiers[] =
 63742               {
 63743                   /* Counter */
 63744                   "\012\001",
 63745                   /* MappingStrings */
 63746                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsHardErrors\000",
 63747                   0,
 63748               };
 63749               
 63750               static MetaProperty
 63751               _CIM_TokenRingPortStatistics_HardErrors =
 63752               {
 63753                   /* flags */
 63754                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63755                   /* name */
 63756                   "HardErrors",
 63757                   /* qualifiers */
 63758                   _CIM_TokenRingPortStatistics_HardErrors_qualifiers,
 63759                   /* type */
 63760 mike  1.1.2.1     CIMTYPE_UINT32,
 63761                   /* subscript */
 63762                   -1,
 63763                   /* value */
 63764                   0,
 63765               };
 63766               
 63767               static const char*
 63768               _CIM_TokenRingPortStatistics_SignalLossCount_qualifiers[] =
 63769               {
 63770                   /* Counter */
 63771                   "\012\001",
 63772                   /* MappingStrings */
 63773                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSignalLoss\000",
 63774                   0,
 63775               };
 63776               
 63777               static MetaProperty
 63778               _CIM_TokenRingPortStatistics_SignalLossCount =
 63779               {
 63780                   /* flags */
 63781 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63782                   /* name */
 63783                   "SignalLossCount",
 63784                   /* qualifiers */
 63785                   _CIM_TokenRingPortStatistics_SignalLossCount_qualifiers,
 63786                   /* type */
 63787                   CIMTYPE_UINT32,
 63788                   /* subscript */
 63789                   -1,
 63790                   /* value */
 63791                   0,
 63792               };
 63793               
 63794               static const char*
 63795               _CIM_TokenRingPortStatistics_TransmittedBeacons_qualifiers[] =
 63796               {
 63797                   /* Counter */
 63798                   "\012\001",
 63799                   /* MappingStrings */
 63800                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsTransmitBeacons\000",
 63801                   0,
 63802 mike  1.1.2.1 };
 63803               
 63804               static MetaProperty
 63805               _CIM_TokenRingPortStatistics_TransmittedBeacons =
 63806               {
 63807                   /* flags */
 63808                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63809                   /* name */
 63810                   "TransmittedBeacons",
 63811                   /* qualifiers */
 63812                   _CIM_TokenRingPortStatistics_TransmittedBeacons_qualifiers,
 63813                   /* type */
 63814                   CIMTYPE_UINT32,
 63815                   /* subscript */
 63816                   -1,
 63817                   /* value */
 63818                   0,
 63819               };
 63820               
 63821               static const char*
 63822               _CIM_TokenRingPortStatistics_Recoverys_qualifiers[] =
 63823 mike  1.1.2.1 {
 63824                   /* Counter */
 63825                   "\012\001",
 63826                   /* MappingStrings */
 63827                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsRecoverys\000",
 63828                   0,
 63829               };
 63830               
 63831               static MetaProperty
 63832               _CIM_TokenRingPortStatistics_Recoverys =
 63833               {
 63834                   /* flags */
 63835                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63836                   /* name */
 63837                   "Recoverys",
 63838                   /* qualifiers */
 63839                   _CIM_TokenRingPortStatistics_Recoverys_qualifiers,
 63840                   /* type */
 63841                   CIMTYPE_UINT32,
 63842                   /* subscript */
 63843                   -1,
 63844 mike  1.1.2.1     /* value */
 63845                   0,
 63846               };
 63847               
 63848               static const char*
 63849               _CIM_TokenRingPortStatistics_LobeWires_qualifiers[] =
 63850               {
 63851                   /* Counter */
 63852                   "\012\001",
 63853                   /* MappingStrings */
 63854                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLobeWires\000",
 63855                   0,
 63856               };
 63857               
 63858               static MetaProperty
 63859               _CIM_TokenRingPortStatistics_LobeWires =
 63860               {
 63861                   /* flags */
 63862                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63863                   /* name */
 63864                   "LobeWires",
 63865 mike  1.1.2.1     /* qualifiers */
 63866                   _CIM_TokenRingPortStatistics_LobeWires_qualifiers,
 63867                   /* type */
 63868                   CIMTYPE_UINT32,
 63869                   /* subscript */
 63870                   -1,
 63871                   /* value */
 63872                   0,
 63873               };
 63874               
 63875               static const char*
 63876               _CIM_TokenRingPortStatistics_Removes_qualifiers[] =
 63877               {
 63878                   /* Counter */
 63879                   "\012\001",
 63880                   /* MappingStrings */
 63881                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsRemoves\000",
 63882                   0,
 63883               };
 63884               
 63885               static MetaProperty
 63886 mike  1.1.2.1 _CIM_TokenRingPortStatistics_Removes =
 63887               {
 63888                   /* flags */
 63889                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63890                   /* name */
 63891                   "Removes",
 63892                   /* qualifiers */
 63893                   _CIM_TokenRingPortStatistics_Removes_qualifiers,
 63894                   /* type */
 63895                   CIMTYPE_UINT32,
 63896                   /* subscript */
 63897                   -1,
 63898                   /* value */
 63899                   0,
 63900               };
 63901               
 63902               static const char*
 63903               _CIM_TokenRingPortStatistics_Singles_qualifiers[] =
 63904               {
 63905                   /* Counter */
 63906                   "\012\001",
 63907 mike  1.1.2.1     /* MappingStrings */
 63908                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSingles\000",
 63909                   0,
 63910               };
 63911               
 63912               static MetaProperty
 63913               _CIM_TokenRingPortStatistics_Singles =
 63914               {
 63915                   /* flags */
 63916                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63917                   /* name */
 63918                   "Singles",
 63919                   /* qualifiers */
 63920                   _CIM_TokenRingPortStatistics_Singles_qualifiers,
 63921                   /* type */
 63922                   CIMTYPE_UINT32,
 63923                   /* subscript */
 63924                   -1,
 63925                   /* value */
 63926                   0,
 63927               };
 63928 mike  1.1.2.1 
 63929               static const char*
 63930               _CIM_TokenRingPortStatistics_FrequencyErrors_qualifiers[] =
 63931               {
 63932                   /* Counter */
 63933                   "\012\001",
 63934                   /* MappingStrings */
 63935                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFreqErrors\000",
 63936                   0,
 63937               };
 63938               
 63939               static MetaProperty
 63940               _CIM_TokenRingPortStatistics_FrequencyErrors =
 63941               {
 63942                   /* flags */
 63943                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63944                   /* name */
 63945                   "FrequencyErrors",
 63946                   /* qualifiers */
 63947                   _CIM_TokenRingPortStatistics_FrequencyErrors_qualifiers,
 63948                   /* type */
 63949 mike  1.1.2.1     CIMTYPE_UINT32,
 63950                   /* subscript */
 63951                   -1,
 63952                   /* value */
 63953                   0,
 63954               };
 63955               
 63956               static MetaFeature*
 63957               _CIM_TokenRingPortStatistics_features[] =
 63958               {
 63959                   (MetaFeature*)&_CIM_TokenRingPortStatistics_BurstErrors,
 63960                   (MetaFeature*)&_CIM_TokenRingPortStatistics_ACErrors,
 63961                   (MetaFeature*)&_CIM_TokenRingPortStatistics_AbortTransErrors,
 63962                   (MetaFeature*)&_CIM_TokenRingPortStatistics_InternalErrors,
 63963                   (MetaFeature*)&_CIM_TokenRingPortStatistics_LostFrameErrors,
 63964                   (MetaFeature*)&_CIM_TokenRingPortStatistics_ReceiveCongestions,
 63965                   (MetaFeature*)&_CIM_TokenRingPortStatistics_FrameCopiedErrors,
 63966                   (MetaFeature*)&_CIM_TokenRingPortStatistics_TokenErrors,
 63967                   (MetaFeature*)&_CIM_TokenRingPortStatistics_SoftErrors,
 63968                   (MetaFeature*)&_CIM_TokenRingPortStatistics_HardErrors,
 63969                   (MetaFeature*)&_CIM_TokenRingPortStatistics_SignalLossCount,
 63970 mike  1.1.2.1     (MetaFeature*)&_CIM_TokenRingPortStatistics_TransmittedBeacons,
 63971                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Recoverys,
 63972                   (MetaFeature*)&_CIM_TokenRingPortStatistics_LobeWires,
 63973                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Removes,
 63974                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Singles,
 63975                   (MetaFeature*)&_CIM_TokenRingPortStatistics_FrequencyErrors,
 63976                   0,
 63977               };
 63978               
 63979               static const char*
 63980               __root_cimv2_CIM_TokenRingPortStatistics_qualifiers[] =
 63981               {
 63982                   /* UMLPackagePath */
 63983                   "\057CIM::Device::Ports",
 63984                   /* Version */
 63985                   "\0632.10.0",
 63986                   0,
 63987               };
 63988               
 63989               MetaClass
 63990               __root_cimv2_CIM_TokenRingPortStatistics =
 63991 mike  1.1.2.1 {
 63992                   /* flags */
 63993                   META_FLAG_CLASS,
 63994                   /* name */
 63995                   "CIM_TokenRingPortStatistics",
 63996                   /* qualifiers */
 63997                   __root_cimv2_CIM_TokenRingPortStatistics_qualifiers,
 63998                   /* super */
 63999                   &__root_cimv2_CIM_NetworkPortStatistics,
 64000                   /* features */
 64001                   _CIM_TokenRingPortStatistics_features,
 64002               };
 64003               
 64004               //==============================================================================
 64005               //
 64006               // Class: CIM_TransparentBridgingStatistics
 64007               //
 64008               //==============================================================================
 64009               
 64010               static const char*
 64011               _CIM_TransparentBridgingStatistics_LearnedEntryDiscards_qualifiers[] =
 64012 mike  1.1.2.1 {
 64013                   /* Counter */
 64014                   "\012\001",
 64015                   /* MappingStrings */
 64016                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpLearnedEntryDiscards\000",
 64017                   0,
 64018               };
 64019               
 64020               static MetaProperty
 64021               _CIM_TransparentBridgingStatistics_LearnedEntryDiscards =
 64022               {
 64023                   /* flags */
 64024                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 64025                   /* name */
 64026                   "LearnedEntryDiscards",
 64027                   /* qualifiers */
 64028                   _CIM_TransparentBridgingStatistics_LearnedEntryDiscards_qualifiers,
 64029                   /* type */
 64030                   CIMTYPE_UINT32,
 64031                   /* subscript */
 64032                   -1,
 64033 mike  1.1.2.1     /* value */
 64034                   0,
 64035               };
 64036               
 64037               static MetaFeature*
 64038               _CIM_TransparentBridgingStatistics_features[] =
 64039               {
 64040                   (MetaFeature*)&_CIM_TransparentBridgingStatistics_LearnedEntryDiscards,
 64041                   0,
 64042               };
 64043               
 64044               static const char*
 64045               __root_cimv2_CIM_TransparentBridgingStatistics_qualifiers[] =
 64046               {
 64047                   /* UMLPackagePath */
 64048                   "\057CIM::Network::SwitchingBridging",
 64049                   /* Version */
 64050                   "\0632.7.0",
 64051                   0,
 64052               };
 64053               
 64054 mike  1.1.2.1 MetaClass
 64055               __root_cimv2_CIM_TransparentBridgingStatistics =
 64056               {
 64057                   /* flags */
 64058                   META_FLAG_CLASS,
 64059                   /* name */
 64060                   "CIM_TransparentBridgingStatistics",
 64061                   /* qualifiers */
 64062                   __root_cimv2_CIM_TransparentBridgingStatistics_qualifiers,
 64063                   /* super */
 64064                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 64065                   /* features */
 64066                   _CIM_TransparentBridgingStatistics_features,
 64067               };
 64068               
 64069               //==============================================================================
 64070               //
 64071               // Class: CIM_UnitOfWorkDefinition
 64072               //
 64073               //==============================================================================
 64074               
 64075 mike  1.1.2.1 static const char*
 64076               _CIM_UnitOfWorkDefinition_Name_qualifiers[] =
 64077               {
 64078                   /* Override */
 64079                   "\044Name",
 64080                   0,
 64081               };
 64082               
 64083               static MetaProperty
 64084               _CIM_UnitOfWorkDefinition_Name =
 64085               {
 64086                   /* flags */
 64087                   META_FLAG_PROPERTY|META_FLAG_READ,
 64088                   /* name */
 64089                   "Name",
 64090                   /* qualifiers */
 64091                   _CIM_UnitOfWorkDefinition_Name_qualifiers,
 64092                   /* type */
 64093                   CIMTYPE_STRING,
 64094                   /* subscript */
 64095                   -1,
 64096 mike  1.1.2.1     /* value */
 64097                   0,
 64098               };
 64099               
 64100               static const char*
 64101               _CIM_UnitOfWorkDefinition_Context_qualifiers[] =
 64102               {
 64103                   0,
 64104               };
 64105               
 64106               static MetaProperty
 64107               _CIM_UnitOfWorkDefinition_Context =
 64108               {
 64109                   /* flags */
 64110                   META_FLAG_PROPERTY|META_FLAG_READ,
 64111                   /* name */
 64112                   "Context",
 64113                   /* qualifiers */
 64114                   _CIM_UnitOfWorkDefinition_Context_qualifiers,
 64115                   /* type */
 64116                   CIMTYPE_STRING,
 64117 mike  1.1.2.1     /* subscript */
 64118                   -1,
 64119                   /* value */
 64120                   0,
 64121               };
 64122               
 64123               static const char*
 64124               _CIM_UnitOfWorkDefinition_Id_qualifiers[] =
 64125               {
 64126                   /* Key */
 64127                   "\025\001",
 64128                   /* MaxLen */
 64129                   "\030\000\000\000\020",
 64130                   0,
 64131               };
 64132               
 64133               static MetaProperty
 64134               _CIM_UnitOfWorkDefinition_Id =
 64135               {
 64136                   /* flags */
 64137                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64138 mike  1.1.2.1     /* name */
 64139                   "Id",
 64140                   /* qualifiers */
 64141                   _CIM_UnitOfWorkDefinition_Id_qualifiers,
 64142                   /* type */
 64143                   CIMTYPE_STRING,
 64144                   /* subscript */
 64145                   -1,
 64146                   /* value */
 64147                   0,
 64148               };
 64149               
 64150               static const char*
 64151               _CIM_UnitOfWorkDefinition_TraceLevelTypeId_qualifiers[] =
 64152               {
 64153                   /* MaxLen */
 64154                   "\030\000\000\000\020",
 64155                   /* ModelCorrespondence */
 64156                   "\036\000\001CIM_TraceLevelType.InstanceID\000",
 64157                   0,
 64158               };
 64159 mike  1.1.2.1 
 64160               static MetaProperty
 64161               _CIM_UnitOfWorkDefinition_TraceLevelTypeId =
 64162               {
 64163                   /* flags */
 64164                   META_FLAG_PROPERTY|META_FLAG_READ,
 64165                   /* name */
 64166                   "TraceLevelTypeId",
 64167                   /* qualifiers */
 64168                   _CIM_UnitOfWorkDefinition_TraceLevelTypeId_qualifiers,
 64169                   /* type */
 64170                   CIMTYPE_STRING,
 64171                   /* subscript */
 64172                   -1,
 64173                   /* value */
 64174                   0,
 64175               };
 64176               
 64177               static MetaFeature*
 64178               _CIM_UnitOfWorkDefinition_features[] =
 64179               {
 64180 mike  1.1.2.1     (MetaFeature*)&_CIM_UnitOfWorkDefinition_Name,
 64181                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_Context,
 64182                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_Id,
 64183                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_TraceLevelTypeId,
 64184                   0,
 64185               };
 64186               
 64187               static const char*
 64188               __root_cimv2_CIM_UnitOfWorkDefinition_qualifiers[] =
 64189               {
 64190                   /* UMLPackagePath */
 64191                   "\057CIM::Metrics::UnitOfWork",
 64192                   /* Version */
 64193                   "\0632.7.0",
 64194                   0,
 64195               };
 64196               
 64197               MetaClass
 64198               __root_cimv2_CIM_UnitOfWorkDefinition =
 64199               {
 64200                   /* flags */
 64201 mike  1.1.2.1     META_FLAG_CLASS,
 64202                   /* name */
 64203                   "CIM_UnitOfWorkDefinition",
 64204                   /* qualifiers */
 64205                   __root_cimv2_CIM_UnitOfWorkDefinition_qualifiers,
 64206                   /* super */
 64207                   &__root_cimv2_CIM_LogicalElement,
 64208                   /* features */
 64209                   _CIM_UnitOfWorkDefinition_features,
 64210               };
 64211               
 64212               //==============================================================================
 64213               //
 64214               // Class: CIM_UnixFile
 64215               //
 64216               //==============================================================================
 64217               
 64218               static const char*
 64219               _CIM_UnixFile_CSCreationClassName_qualifiers[] =
 64220               {
 64221                   /* Key */
 64222 mike  1.1.2.1     "\025\001",
 64223                   /* Propagated */
 64224                   "\045CIM_LogicalFile.CSCreationClassName",
 64225                   /* MaxLen */
 64226                   "\030\000\000\001\000",
 64227                   0,
 64228               };
 64229               
 64230               static MetaProperty
 64231               _CIM_UnixFile_CSCreationClassName =
 64232               {
 64233                   /* flags */
 64234                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64235                   /* name */
 64236                   "CSCreationClassName",
 64237                   /* qualifiers */
 64238                   _CIM_UnixFile_CSCreationClassName_qualifiers,
 64239                   /* type */
 64240                   CIMTYPE_STRING,
 64241                   /* subscript */
 64242                   -1,
 64243 mike  1.1.2.1     /* value */
 64244                   0,
 64245               };
 64246               
 64247               static const char*
 64248               _CIM_UnixFile_CSName_qualifiers[] =
 64249               {
 64250                   /* Key */
 64251                   "\025\001",
 64252                   /* Propagated */
 64253                   "\045CIM_LogicalFile.CSName",
 64254                   /* MaxLen */
 64255                   "\030\000\000\001\000",
 64256                   0,
 64257               };
 64258               
 64259               static MetaProperty
 64260               _CIM_UnixFile_CSName =
 64261               {
 64262                   /* flags */
 64263                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64264 mike  1.1.2.1     /* name */
 64265                   "CSName",
 64266                   /* qualifiers */
 64267                   _CIM_UnixFile_CSName_qualifiers,
 64268                   /* type */
 64269                   CIMTYPE_STRING,
 64270                   /* subscript */
 64271                   -1,
 64272                   /* value */
 64273                   0,
 64274               };
 64275               
 64276               static const char*
 64277               _CIM_UnixFile_FSCreationClassName_qualifiers[] =
 64278               {
 64279                   /* Key */
 64280                   "\025\001",
 64281                   /* Propagated */
 64282                   "\045CIM_LogicalFile.FSCreationClassName",
 64283                   /* MaxLen */
 64284                   "\030\000\000\001\000",
 64285 mike  1.1.2.1     0,
 64286               };
 64287               
 64288               static MetaProperty
 64289               _CIM_UnixFile_FSCreationClassName =
 64290               {
 64291                   /* flags */
 64292                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64293                   /* name */
 64294                   "FSCreationClassName",
 64295                   /* qualifiers */
 64296                   _CIM_UnixFile_FSCreationClassName_qualifiers,
 64297                   /* type */
 64298                   CIMTYPE_STRING,
 64299                   /* subscript */
 64300                   -1,
 64301                   /* value */
 64302                   0,
 64303               };
 64304               
 64305               static const char*
 64306 mike  1.1.2.1 _CIM_UnixFile_FSName_qualifiers[] =
 64307               {
 64308                   /* Key */
 64309                   "\025\001",
 64310                   /* Propagated */
 64311                   "\045CIM_LogicalFile.FSName",
 64312                   /* MaxLen */
 64313                   "\030\000\000\001\000",
 64314                   0,
 64315               };
 64316               
 64317               static MetaProperty
 64318               _CIM_UnixFile_FSName =
 64319               {
 64320                   /* flags */
 64321                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64322                   /* name */
 64323                   "FSName",
 64324                   /* qualifiers */
 64325                   _CIM_UnixFile_FSName_qualifiers,
 64326                   /* type */
 64327 mike  1.1.2.1     CIMTYPE_STRING,
 64328                   /* subscript */
 64329                   -1,
 64330                   /* value */
 64331                   0,
 64332               };
 64333               
 64334               static const char*
 64335               _CIM_UnixFile_LFCreationClassName_qualifiers[] =
 64336               {
 64337                   /* Key */
 64338                   "\025\001",
 64339                   /* Propagated */
 64340                   "\045CIM_LogicalFile.CreationClassName",
 64341                   /* MaxLen */
 64342                   "\030\000\000\001\000",
 64343                   0,
 64344               };
 64345               
 64346               static MetaProperty
 64347               _CIM_UnixFile_LFCreationClassName =
 64348 mike  1.1.2.1 {
 64349                   /* flags */
 64350                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64351                   /* name */
 64352                   "LFCreationClassName",
 64353                   /* qualifiers */
 64354                   _CIM_UnixFile_LFCreationClassName_qualifiers,
 64355                   /* type */
 64356                   CIMTYPE_STRING,
 64357                   /* subscript */
 64358                   -1,
 64359                   /* value */
 64360                   0,
 64361               };
 64362               
 64363               static const char*
 64364               _CIM_UnixFile_LFName_qualifiers[] =
 64365               {
 64366                   /* Key */
 64367                   "\025\001",
 64368                   /* Propagated */
 64369 mike  1.1.2.1     "\045CIM_LogicalFile.Name",
 64370                   /* MaxLen */
 64371                   "\030\000\000\004\000",
 64372                   0,
 64373               };
 64374               
 64375               static MetaProperty
 64376               _CIM_UnixFile_LFName =
 64377               {
 64378                   /* flags */
 64379                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64380                   /* name */
 64381                   "LFName",
 64382                   /* qualifiers */
 64383                   _CIM_UnixFile_LFName_qualifiers,
 64384                   /* type */
 64385                   CIMTYPE_STRING,
 64386                   /* subscript */
 64387                   -1,
 64388                   /* value */
 64389                   0,
 64390 mike  1.1.2.1 };
 64391               
 64392               static const char*
 64393               _CIM_UnixFile_UserID_qualifiers[] =
 64394               {
 64395                   /* Required */
 64396                   "\050\001",
 64397                   0,
 64398               };
 64399               
 64400               static MetaProperty
 64401               _CIM_UnixFile_UserID =
 64402               {
 64403                   /* flags */
 64404                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 64405                   /* name */
 64406                   "UserID",
 64407                   /* qualifiers */
 64408                   _CIM_UnixFile_UserID_qualifiers,
 64409                   /* type */
 64410                   CIMTYPE_STRING,
 64411 mike  1.1.2.1     /* subscript */
 64412                   -1,
 64413                   /* value */
 64414                   0,
 64415               };
 64416               
 64417               static const char*
 64418               _CIM_UnixFile_GroupID_qualifiers[] =
 64419               {
 64420                   /* Required */
 64421                   "\050\001",
 64422                   0,
 64423               };
 64424               
 64425               static MetaProperty
 64426               _CIM_UnixFile_GroupID =
 64427               {
 64428                   /* flags */
 64429                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 64430                   /* name */
 64431                   "GroupID",
 64432 mike  1.1.2.1     /* qualifiers */
 64433                   _CIM_UnixFile_GroupID_qualifiers,
 64434                   /* type */
 64435                   CIMTYPE_STRING,
 64436                   /* subscript */
 64437                   -1,
 64438                   /* value */
 64439                   0,
 64440               };
 64441               
 64442               static const char*
 64443               _CIM_UnixFile_SaveText_qualifiers[] =
 64444               {
 64445                   0,
 64446               };
 64447               
 64448               static MetaProperty
 64449               _CIM_UnixFile_SaveText =
 64450               {
 64451                   /* flags */
 64452                   META_FLAG_PROPERTY|META_FLAG_READ,
 64453 mike  1.1.2.1     /* name */
 64454                   "SaveText",
 64455                   /* qualifiers */
 64456                   _CIM_UnixFile_SaveText_qualifiers,
 64457                   /* type */
 64458                   CIMTYPE_BOOLEAN,
 64459                   /* subscript */
 64460                   -1,
 64461                   /* value */
 64462                   0,
 64463               };
 64464               
 64465               static const char*
 64466               _CIM_UnixFile_LinkCount_qualifiers[] =
 64467               {
 64468                   /* Counter */
 64469                   "\012\001",
 64470                   0,
 64471               };
 64472               
 64473               static MetaProperty
 64474 mike  1.1.2.1 _CIM_UnixFile_LinkCount =
 64475               {
 64476                   /* flags */
 64477                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 64478                   /* name */
 64479                   "LinkCount",
 64480                   /* qualifiers */
 64481                   _CIM_UnixFile_LinkCount_qualifiers,
 64482                   /* type */
 64483                   CIMTYPE_UINT64,
 64484                   /* subscript */
 64485                   -1,
 64486                   /* value */
 64487                   0,
 64488               };
 64489               
 64490               static const char*
 64491               _CIM_UnixFile_FileInodeNumber_qualifiers[] =
 64492               {
 64493                   /* MappingStrings */
 64494                   "\026\000\001UNIX.TOG|ls -i\000",
 64495 mike  1.1.2.1     0,
 64496               };
 64497               
 64498               static MetaProperty
 64499               _CIM_UnixFile_FileInodeNumber =
 64500               {
 64501                   /* flags */
 64502                   META_FLAG_PROPERTY|META_FLAG_READ,
 64503                   /* name */
 64504                   "FileInodeNumber",
 64505                   /* qualifiers */
 64506                   _CIM_UnixFile_FileInodeNumber_qualifiers,
 64507                   /* type */
 64508                   CIMTYPE_STRING,
 64509                   /* subscript */
 64510                   -1,
 64511                   /* value */
 64512                   0,
 64513               };
 64514               
 64515               static const char*
 64516 mike  1.1.2.1 _CIM_UnixFile_SetUid_qualifiers[] =
 64517               {
 64518                   0,
 64519               };
 64520               
 64521               static MetaProperty
 64522               _CIM_UnixFile_SetUid =
 64523               {
 64524                   /* flags */
 64525                   META_FLAG_PROPERTY|META_FLAG_READ,
 64526                   /* name */
 64527                   "SetUid",
 64528                   /* qualifiers */
 64529                   _CIM_UnixFile_SetUid_qualifiers,
 64530                   /* type */
 64531                   CIMTYPE_BOOLEAN,
 64532                   /* subscript */
 64533                   -1,
 64534                   /* value */
 64535                   0,
 64536               };
 64537 mike  1.1.2.1 
 64538               static const char*
 64539               _CIM_UnixFile_SetGid_qualifiers[] =
 64540               {
 64541                   0,
 64542               };
 64543               
 64544               static MetaProperty
 64545               _CIM_UnixFile_SetGid =
 64546               {
 64547                   /* flags */
 64548                   META_FLAG_PROPERTY|META_FLAG_READ,
 64549                   /* name */
 64550                   "SetGid",
 64551                   /* qualifiers */
 64552                   _CIM_UnixFile_SetGid_qualifiers,
 64553                   /* type */
 64554                   CIMTYPE_BOOLEAN,
 64555                   /* subscript */
 64556                   -1,
 64557                   /* value */
 64558 mike  1.1.2.1     0,
 64559               };
 64560               
 64561               static const char*
 64562               _CIM_UnixFile_LastModifiedInode_qualifiers[] =
 64563               {
 64564                   0,
 64565               };
 64566               
 64567               static MetaProperty
 64568               _CIM_UnixFile_LastModifiedInode =
 64569               {
 64570                   /* flags */
 64571                   META_FLAG_PROPERTY|META_FLAG_READ,
 64572                   /* name */
 64573                   "LastModifiedInode",
 64574                   /* qualifiers */
 64575                   _CIM_UnixFile_LastModifiedInode_qualifiers,
 64576                   /* type */
 64577                   CIMTYPE_DATETIME,
 64578                   /* subscript */
 64579 mike  1.1.2.1     -1,
 64580                   /* value */
 64581                   0,
 64582               };
 64583               
 64584               static const char*
 64585               _CIM_UnixFile_LinkMax_qualifiers[] =
 64586               {
 64587                   /* MinValue */
 64588                   "\035\000\000\000\000\000\000\000\010",
 64589                   /* MappingStrings */
 64590                   "\026\000\001POSIX.TOG|pathconf|_PC_LINK_MAX\000",
 64591                   0,
 64592               };
 64593               
 64594               static MetaProperty
 64595               _CIM_UnixFile_LinkMax =
 64596               {
 64597                   /* flags */
 64598                   META_FLAG_PROPERTY|META_FLAG_READ,
 64599                   /* name */
 64600 mike  1.1.2.1     "LinkMax",
 64601                   /* qualifiers */
 64602                   _CIM_UnixFile_LinkMax_qualifiers,
 64603                   /* type */
 64604                   CIMTYPE_UINT64,
 64605                   /* subscript */
 64606                   -1,
 64607                   /* value */
 64608                   0,
 64609               };
 64610               
 64611               static const char*
 64612               _CIM_UnixFile_NameMax_qualifiers[] =
 64613               {
 64614                   /* Units */
 64615                   "\060Bytes",
 64616                   /* MinValue */
 64617                   "\035\000\000\000\000\000\000\000\016",
 64618                   /* MappingStrings */
 64619                   "\026\000\001POSIX.TOG|pathconf|_POSIX_NAME_MAX\000",
 64620                   0,
 64621 mike  1.1.2.1 };
 64622               
 64623               static MetaProperty
 64624               _CIM_UnixFile_NameMax =
 64625               {
 64626                   /* flags */
 64627                   META_FLAG_PROPERTY|META_FLAG_READ,
 64628                   /* name */
 64629                   "NameMax",
 64630                   /* qualifiers */
 64631                   _CIM_UnixFile_NameMax_qualifiers,
 64632                   /* type */
 64633                   CIMTYPE_UINT64,
 64634                   /* subscript */
 64635                   -1,
 64636                   /* value */
 64637                   0,
 64638               };
 64639               
 64640               static const char*
 64641               _CIM_UnixFile_PathMax_qualifiers[] =
 64642 mike  1.1.2.1 {
 64643                   /* Units */
 64644                   "\060Bytes",
 64645                   /* MinValue */
 64646                   "\035\000\000\000\000\000\000\000\377",
 64647                   /* MappingStrings */
 64648                   "\026\000\001POSIX.TOG|pathconf|_POSIX_PATH_MAX\000",
 64649                   0,
 64650               };
 64651               
 64652               static MetaProperty
 64653               _CIM_UnixFile_PathMax =
 64654               {
 64655                   /* flags */
 64656                   META_FLAG_PROPERTY|META_FLAG_READ,
 64657                   /* name */
 64658                   "PathMax",
 64659                   /* qualifiers */
 64660                   _CIM_UnixFile_PathMax_qualifiers,
 64661                   /* type */
 64662                   CIMTYPE_UINT64,
 64663 mike  1.1.2.1     /* subscript */
 64664                   -1,
 64665                   /* value */
 64666                   0,
 64667               };
 64668               
 64669               static const char*
 64670               _CIM_UnixFile_PosixChownRestricted_qualifiers[] =
 64671               {
 64672                   /* MappingStrings */
 64673                   "\026\000\001POSIX.TOG|pathconf|_PC_CHOWN_RESTRICTED\000",
 64674                   0,
 64675               };
 64676               
 64677               static MetaProperty
 64678               _CIM_UnixFile_PosixChownRestricted =
 64679               {
 64680                   /* flags */
 64681                   META_FLAG_PROPERTY|META_FLAG_READ,
 64682                   /* name */
 64683                   "PosixChownRestricted",
 64684 mike  1.1.2.1     /* qualifiers */
 64685                   _CIM_UnixFile_PosixChownRestricted_qualifiers,
 64686                   /* type */
 64687                   CIMTYPE_UINT64,
 64688                   /* subscript */
 64689                   -1,
 64690                   /* value */
 64691                   0,
 64692               };
 64693               
 64694               static const char*
 64695               _CIM_UnixFile_PosixNoTrunc_qualifiers[] =
 64696               {
 64697                   /* MappingStrings */
 64698                   "\026\000\001POSIX.TOG|pathconf|_PC_NO_TRUNC\000",
 64699                   /* ModelCorrespondence */
 64700                   "\036\000\001CIM_UnixFile.NameMax\000",
 64701                   0,
 64702               };
 64703               
 64704               static MetaProperty
 64705 mike  1.1.2.1 _CIM_UnixFile_PosixNoTrunc =
 64706               {
 64707                   /* flags */
 64708                   META_FLAG_PROPERTY|META_FLAG_READ,
 64709                   /* name */
 64710                   "PosixNoTrunc",
 64711                   /* qualifiers */
 64712                   _CIM_UnixFile_PosixNoTrunc_qualifiers,
 64713                   /* type */
 64714                   CIMTYPE_UINT64,
 64715                   /* subscript */
 64716                   -1,
 64717                   /* value */
 64718                   0,
 64719               };
 64720               
 64721               static const char*
 64722               _CIM_UnixFile_PosixAsyncIo_qualifiers[] =
 64723               {
 64724                   /* MappingStrings */
 64725                   "\026\000\001POSIX.TOG|pathconf|_PC_ASYNC_IO\000",
 64726 mike  1.1.2.1     0,
 64727               };
 64728               
 64729               static MetaProperty
 64730               _CIM_UnixFile_PosixAsyncIo =
 64731               {
 64732                   /* flags */
 64733                   META_FLAG_PROPERTY|META_FLAG_READ,
 64734                   /* name */
 64735                   "PosixAsyncIo",
 64736                   /* qualifiers */
 64737                   _CIM_UnixFile_PosixAsyncIo_qualifiers,
 64738                   /* type */
 64739                   CIMTYPE_UINT64,
 64740                   /* subscript */
 64741                   -1,
 64742                   /* value */
 64743                   0,
 64744               };
 64745               
 64746               static const char*
 64747 mike  1.1.2.1 _CIM_UnixFile_PosixPrioIo_qualifiers[] =
 64748               {
 64749                   /* MappingStrings */
 64750                   "\026\000\001POSIX.TOG|pathconf|_PC_PRIO_IO\000",
 64751                   0,
 64752               };
 64753               
 64754               static MetaProperty
 64755               _CIM_UnixFile_PosixPrioIo =
 64756               {
 64757                   /* flags */
 64758                   META_FLAG_PROPERTY|META_FLAG_READ,
 64759                   /* name */
 64760                   "PosixPrioIo",
 64761                   /* qualifiers */
 64762                   _CIM_UnixFile_PosixPrioIo_qualifiers,
 64763                   /* type */
 64764                   CIMTYPE_UINT64,
 64765                   /* subscript */
 64766                   -1,
 64767                   /* value */
 64768 mike  1.1.2.1     0,
 64769               };
 64770               
 64771               static const char*
 64772               _CIM_UnixFile_PosixSyncIo_qualifiers[] =
 64773               {
 64774                   /* MappingStrings */
 64775                   "\026\000\001POSIX.TOG|pathconf|_PC_SYNC_IO\000",
 64776                   0,
 64777               };
 64778               
 64779               static MetaProperty
 64780               _CIM_UnixFile_PosixSyncIo =
 64781               {
 64782                   /* flags */
 64783                   META_FLAG_PROPERTY|META_FLAG_READ,
 64784                   /* name */
 64785                   "PosixSyncIo",
 64786                   /* qualifiers */
 64787                   _CIM_UnixFile_PosixSyncIo_qualifiers,
 64788                   /* type */
 64789 mike  1.1.2.1     CIMTYPE_UINT64,
 64790                   /* subscript */
 64791                   -1,
 64792                   /* value */
 64793                   0,
 64794               };
 64795               
 64796               static MetaFeature*
 64797               _CIM_UnixFile_features[] =
 64798               {
 64799                   (MetaFeature*)&_CIM_UnixFile_CSCreationClassName,
 64800                   (MetaFeature*)&_CIM_UnixFile_CSName,
 64801                   (MetaFeature*)&_CIM_UnixFile_FSCreationClassName,
 64802                   (MetaFeature*)&_CIM_UnixFile_FSName,
 64803                   (MetaFeature*)&_CIM_UnixFile_LFCreationClassName,
 64804                   (MetaFeature*)&_CIM_UnixFile_LFName,
 64805                   (MetaFeature*)&_CIM_UnixFile_UserID,
 64806                   (MetaFeature*)&_CIM_UnixFile_GroupID,
 64807                   (MetaFeature*)&_CIM_UnixFile_SaveText,
 64808                   (MetaFeature*)&_CIM_UnixFile_LinkCount,
 64809                   (MetaFeature*)&_CIM_UnixFile_FileInodeNumber,
 64810 mike  1.1.2.1     (MetaFeature*)&_CIM_UnixFile_SetUid,
 64811                   (MetaFeature*)&_CIM_UnixFile_SetGid,
 64812                   (MetaFeature*)&_CIM_UnixFile_LastModifiedInode,
 64813                   (MetaFeature*)&_CIM_UnixFile_LinkMax,
 64814                   (MetaFeature*)&_CIM_UnixFile_NameMax,
 64815                   (MetaFeature*)&_CIM_UnixFile_PathMax,
 64816                   (MetaFeature*)&_CIM_UnixFile_PosixChownRestricted,
 64817                   (MetaFeature*)&_CIM_UnixFile_PosixNoTrunc,
 64818                   (MetaFeature*)&_CIM_UnixFile_PosixAsyncIo,
 64819                   (MetaFeature*)&_CIM_UnixFile_PosixPrioIo,
 64820                   (MetaFeature*)&_CIM_UnixFile_PosixSyncIo,
 64821                   0,
 64822               };
 64823               
 64824               static const char*
 64825               __root_cimv2_CIM_UnixFile_qualifiers[] =
 64826               {
 64827                   /* UMLPackagePath */
 64828                   "\057CIM::System::Unix",
 64829                   /* Version */
 64830                   "\0632.6.0",
 64831 mike  1.1.2.1     0,
 64832               };
 64833               
 64834               MetaClass
 64835               __root_cimv2_CIM_UnixFile =
 64836               {
 64837                   /* flags */
 64838                   META_FLAG_CLASS,
 64839                   /* name */
 64840                   "CIM_UnixFile",
 64841                   /* qualifiers */
 64842                   __root_cimv2_CIM_UnixFile_qualifiers,
 64843                   /* super */
 64844                   &__root_cimv2_CIM_LogicalElement,
 64845                   /* features */
 64846                   _CIM_UnixFile_features,
 64847               };
 64848               
 64849               //==============================================================================
 64850               //
 64851               // Class: CIM_UoWDefTraceLevelType
 64852 mike  1.1.2.1 //
 64853               //==============================================================================
 64854               
 64855               static const char*
 64856               _CIM_UoWDefTraceLevelType_TraceLevelType_qualifiers[] =
 64857               {
 64858                   /* Key */
 64859                   "\025\001",
 64860                   /* Max */
 64861                   "\027\000\000\000\001",
 64862                   0,
 64863               };
 64864               
 64865               static MetaReference
 64866               _CIM_UoWDefTraceLevelType_TraceLevelType =
 64867               {
 64868                   /* flags */
 64869                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 64870                   /* name */
 64871                   "TraceLevelType",
 64872                   /* qualifiers */
 64873 mike  1.1.2.1     _CIM_UoWDefTraceLevelType_TraceLevelType_qualifiers,
 64874                   /* subscript */
 64875                   -1,
 64876                   /* refId */
 64877                   &__root_cimv2_CIM_TraceLevelType,
 64878               };
 64879               
 64880               static const char*
 64881               _CIM_UoWDefTraceLevelType_UoWDefn_qualifiers[] =
 64882               {
 64883                   /* Key */
 64884                   "\025\001",
 64885                   0,
 64886               };
 64887               
 64888               static MetaReference
 64889               _CIM_UoWDefTraceLevelType_UoWDefn =
 64890               {
 64891                   /* flags */
 64892                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 64893                   /* name */
 64894 mike  1.1.2.1     "UoWDefn",
 64895                   /* qualifiers */
 64896                   _CIM_UoWDefTraceLevelType_UoWDefn_qualifiers,
 64897                   /* subscript */
 64898                   -1,
 64899                   /* refId */
 64900                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 64901               };
 64902               
 64903               static MetaFeature*
 64904               _CIM_UoWDefTraceLevelType_features[] =
 64905               {
 64906                   (MetaFeature*)&_CIM_UoWDefTraceLevelType_TraceLevelType,
 64907                   (MetaFeature*)&_CIM_UoWDefTraceLevelType_UoWDefn,
 64908                   0,
 64909               };
 64910               
 64911               static const char*
 64912               __root_cimv2_CIM_UoWDefTraceLevelType_qualifiers[] =
 64913               {
 64914                   /* ASSOCIATION */
 64915 mike  1.1.2.1     "\000\001",
 64916                   /* UMLPackagePath */
 64917                   "\057CIM::Metrics::UnitOfWork",
 64918                   /* Version */
 64919                   "\0632.7.0",
 64920                   0,
 64921               };
 64922               
 64923               MetaClass
 64924               __root_cimv2_CIM_UoWDefTraceLevelType =
 64925               {
 64926                   /* flags */
 64927                   META_FLAG_ASSOCIATION,
 64928                   /* name */
 64929                   "CIM_UoWDefTraceLevelType",
 64930                   /* qualifiers */
 64931                   __root_cimv2_CIM_UoWDefTraceLevelType_qualifiers,
 64932                   /* super */
 64933                   0,
 64934                   /* features */
 64935                   _CIM_UoWDefTraceLevelType_features,
 64936 mike  1.1.2.1 };
 64937               
 64938               //==============================================================================
 64939               //
 64940               // Class: CIM_UoWMetricDefinition
 64941               //
 64942               //==============================================================================
 64943               
 64944               static const char*
 64945               _CIM_UoWMetricDefinition_Antecedent_qualifiers[] =
 64946               {
 64947                   /* Override */
 64948                   "\044Antecedent",
 64949                   /* Min */
 64950                   "\033\000\000\000\001",
 64951                   0,
 64952               };
 64953               
 64954               static MetaReference
 64955               _CIM_UoWMetricDefinition_Antecedent =
 64956               {
 64957 mike  1.1.2.1     /* flags */
 64958                   META_FLAG_REFERENCE|META_FLAG_READ,
 64959                   /* name */
 64960                   "Antecedent",
 64961                   /* qualifiers */
 64962                   _CIM_UoWMetricDefinition_Antecedent_qualifiers,
 64963                   /* subscript */
 64964                   -1,
 64965                   /* refId */
 64966                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 64967               };
 64968               
 64969               static const char*
 64970               _CIM_UoWMetricDefinition_Dependent_qualifiers[] =
 64971               {
 64972                   /* Override */
 64973                   "\044Dependent",
 64974                   0,
 64975               };
 64976               
 64977               static MetaReference
 64978 mike  1.1.2.1 _CIM_UoWMetricDefinition_Dependent =
 64979               {
 64980                   /* flags */
 64981                   META_FLAG_REFERENCE|META_FLAG_READ,
 64982                   /* name */
 64983                   "Dependent",
 64984                   /* qualifiers */
 64985                   _CIM_UoWMetricDefinition_Dependent_qualifiers,
 64986                   /* subscript */
 64987                   -1,
 64988                   /* refId */
 64989                   &__root_cimv2_CIM_MetricDefinition,
 64990               };
 64991               
 64992               static MetaFeature*
 64993               _CIM_UoWMetricDefinition_features[] =
 64994               {
 64995                   (MetaFeature*)&_CIM_UoWMetricDefinition_Antecedent,
 64996                   (MetaFeature*)&_CIM_UoWMetricDefinition_Dependent,
 64997                   0,
 64998               };
 64999 mike  1.1.2.1 
 65000               static const char*
 65001               __root_cimv2_CIM_UoWMetricDefinition_qualifiers[] =
 65002               {
 65003                   /* ASSOCIATION */
 65004                   "\000\001",
 65005                   /* UMLPackagePath */
 65006                   "\057CIM::Metrics::UnitOfWork",
 65007                   /* Version */
 65008                   "\0632.6.0",
 65009                   0,
 65010               };
 65011               
 65012               MetaClass
 65013               __root_cimv2_CIM_UoWMetricDefinition =
 65014               {
 65015                   /* flags */
 65016                   META_FLAG_ASSOCIATION,
 65017                   /* name */
 65018                   "CIM_UoWMetricDefinition",
 65019                   /* qualifiers */
 65020 mike  1.1.2.1     __root_cimv2_CIM_UoWMetricDefinition_qualifiers,
 65021                   /* super */
 65022                   &__root_cimv2_CIM_Dependency,
 65023                   /* features */
 65024                   _CIM_UoWMetricDefinition_features,
 65025               };
 65026               
 65027               //==============================================================================
 65028               //
 65029               // Class: CIM_UserContact
 65030               //
 65031               //==============================================================================
 65032               
 65033               static const char*
 65034               _CIM_UserContact_CreationClassName_qualifiers[] =
 65035               {
 65036                   /* Key */
 65037                   "\025\001",
 65038                   /* MaxLen */
 65039                   "\030\000\000\001\000",
 65040                   0,
 65041 mike  1.1.2.1 };
 65042               
 65043               static MetaProperty
 65044               _CIM_UserContact_CreationClassName =
 65045               {
 65046                   /* flags */
 65047                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 65048                   /* name */
 65049                   "CreationClassName",
 65050                   /* qualifiers */
 65051                   _CIM_UserContact_CreationClassName_qualifiers,
 65052                   /* type */
 65053                   CIMTYPE_STRING,
 65054                   /* subscript */
 65055                   -1,
 65056                   /* value */
 65057                   0,
 65058               };
 65059               
 65060               static const char*
 65061               _CIM_UserContact_Name_qualifiers[] =
 65062 mike  1.1.2.1 {
 65063                   /* Key */
 65064                   "\025\001",
 65065                   /* MaxLen */
 65066                   "\030\000\000\004\000",
 65067                   0,
 65068               };
 65069               
 65070               static MetaProperty
 65071               _CIM_UserContact_Name =
 65072               {
 65073                   /* flags */
 65074                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 65075                   /* name */
 65076                   "Name",
 65077                   /* qualifiers */
 65078                   _CIM_UserContact_Name_qualifiers,
 65079                   /* type */
 65080                   CIMTYPE_STRING,
 65081                   /* subscript */
 65082                   -1,
 65083 mike  1.1.2.1     /* value */
 65084                   0,
 65085               };
 65086               
 65087               static const char*
 65088               _CIM_UserContact_GivenName_qualifiers[] =
 65089               {
 65090                   0,
 65091               };
 65092               
 65093               static MetaProperty
 65094               _CIM_UserContact_GivenName =
 65095               {
 65096                   /* flags */
 65097                   META_FLAG_PROPERTY|META_FLAG_READ,
 65098                   /* name */
 65099                   "GivenName",
 65100                   /* qualifiers */
 65101                   _CIM_UserContact_GivenName_qualifiers,
 65102                   /* type */
 65103                   CIMTYPE_STRING,
 65104 mike  1.1.2.1     /* subscript */
 65105                   -1,
 65106                   /* value */
 65107                   0,
 65108               };
 65109               
 65110               static const char*
 65111               _CIM_UserContact_Surname_qualifiers[] =
 65112               {
 65113                   /* Required */
 65114                   "\050\001",
 65115                   0,
 65116               };
 65117               
 65118               static MetaProperty
 65119               _CIM_UserContact_Surname =
 65120               {
 65121                   /* flags */
 65122                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65123                   /* name */
 65124                   "Surname",
 65125 mike  1.1.2.1     /* qualifiers */
 65126                   _CIM_UserContact_Surname_qualifiers,
 65127                   /* type */
 65128                   CIMTYPE_STRING,
 65129                   /* subscript */
 65130                   -1,
 65131                   /* value */
 65132                   0,
 65133               };
 65134               
 65135               static const char*
 65136               _CIM_UserContact_Mail_qualifiers[] =
 65137               {
 65138                   0,
 65139               };
 65140               
 65141               static MetaProperty
 65142               _CIM_UserContact_Mail =
 65143               {
 65144                   /* flags */
 65145                   META_FLAG_PROPERTY|META_FLAG_READ,
 65146 mike  1.1.2.1     /* name */
 65147                   "Mail",
 65148                   /* qualifiers */
 65149                   _CIM_UserContact_Mail_qualifiers,
 65150                   /* type */
 65151                   CIMTYPE_STRING,
 65152                   /* subscript */
 65153                   -1,
 65154                   /* value */
 65155                   0,
 65156               };
 65157               
 65158               static const char*
 65159               _CIM_UserContact_UserID_qualifiers[] =
 65160               {
 65161                   0,
 65162               };
 65163               
 65164               static MetaProperty
 65165               _CIM_UserContact_UserID =
 65166               {
 65167 mike  1.1.2.1     /* flags */
 65168                   META_FLAG_PROPERTY|META_FLAG_READ,
 65169                   /* name */
 65170                   "UserID",
 65171                   /* qualifiers */
 65172                   _CIM_UserContact_UserID_qualifiers,
 65173                   /* type */
 65174                   CIMTYPE_STRING,
 65175                   /* subscript */
 65176                   -1,
 65177                   /* value */
 65178                   0,
 65179               };
 65180               
 65181               static const char*
 65182               _CIM_UserContact_LocalityName_qualifiers[] =
 65183               {
 65184                   0,
 65185               };
 65186               
 65187               static MetaProperty
 65188 mike  1.1.2.1 _CIM_UserContact_LocalityName =
 65189               {
 65190                   /* flags */
 65191                   META_FLAG_PROPERTY|META_FLAG_READ,
 65192                   /* name */
 65193                   "LocalityName",
 65194                   /* qualifiers */
 65195                   _CIM_UserContact_LocalityName_qualifiers,
 65196                   /* type */
 65197                   CIMTYPE_STRING,
 65198                   /* subscript */
 65199                   -1,
 65200                   /* value */
 65201                   0,
 65202               };
 65203               
 65204               static const char*
 65205               _CIM_UserContact_PostalAddress_qualifiers[] =
 65206               {
 65207                   0,
 65208               };
 65209 mike  1.1.2.1 
 65210               static MetaProperty
 65211               _CIM_UserContact_PostalAddress =
 65212               {
 65213                   /* flags */
 65214                   META_FLAG_PROPERTY|META_FLAG_READ,
 65215                   /* name */
 65216                   "PostalAddress",
 65217                   /* qualifiers */
 65218                   _CIM_UserContact_PostalAddress_qualifiers,
 65219                   /* type */
 65220                   CIMTYPE_STRING,
 65221                   /* subscript */
 65222                   0,
 65223                   /* value */
 65224                   0,
 65225               };
 65226               
 65227               static const char*
 65228               _CIM_UserContact_StateOrProvince_qualifiers[] =
 65229               {
 65230 mike  1.1.2.1     0,
 65231               };
 65232               
 65233               static MetaProperty
 65234               _CIM_UserContact_StateOrProvince =
 65235               {
 65236                   /* flags */
 65237                   META_FLAG_PROPERTY|META_FLAG_READ,
 65238                   /* name */
 65239                   "StateOrProvince",
 65240                   /* qualifiers */
 65241                   _CIM_UserContact_StateOrProvince_qualifiers,
 65242                   /* type */
 65243                   CIMTYPE_STRING,
 65244                   /* subscript */
 65245                   -1,
 65246                   /* value */
 65247                   0,
 65248               };
 65249               
 65250               static const char*
 65251 mike  1.1.2.1 _CIM_UserContact_PostalCode_qualifiers[] =
 65252               {
 65253                   /* MaxLen */
 65254                   "\030\000\000\000\050",
 65255                   0,
 65256               };
 65257               
 65258               static MetaProperty
 65259               _CIM_UserContact_PostalCode =
 65260               {
 65261                   /* flags */
 65262                   META_FLAG_PROPERTY|META_FLAG_READ,
 65263                   /* name */
 65264                   "PostalCode",
 65265                   /* qualifiers */
 65266                   _CIM_UserContact_PostalCode_qualifiers,
 65267                   /* type */
 65268                   CIMTYPE_STRING,
 65269                   /* subscript */
 65270                   -1,
 65271                   /* value */
 65272 mike  1.1.2.1     0,
 65273               };
 65274               
 65275               static const char*
 65276               _CIM_UserContact_TelephoneNumber_qualifiers[] =
 65277               {
 65278                   /* MaxLen */
 65279                   "\030\000\000\000\040",
 65280                   0,
 65281               };
 65282               
 65283               static MetaProperty
 65284               _CIM_UserContact_TelephoneNumber =
 65285               {
 65286                   /* flags */
 65287                   META_FLAG_PROPERTY|META_FLAG_READ,
 65288                   /* name */
 65289                   "TelephoneNumber",
 65290                   /* qualifiers */
 65291                   _CIM_UserContact_TelephoneNumber_qualifiers,
 65292                   /* type */
 65293 mike  1.1.2.1     CIMTYPE_STRING,
 65294                   /* subscript */
 65295                   -1,
 65296                   /* value */
 65297                   0,
 65298               };
 65299               
 65300               static MetaFeature*
 65301               _CIM_UserContact_features[] =
 65302               {
 65303                   (MetaFeature*)&_CIM_UserContact_CreationClassName,
 65304                   (MetaFeature*)&_CIM_UserContact_Name,
 65305                   (MetaFeature*)&_CIM_UserContact_GivenName,
 65306                   (MetaFeature*)&_CIM_UserContact_Surname,
 65307                   (MetaFeature*)&_CIM_UserContact_Mail,
 65308                   (MetaFeature*)&_CIM_UserContact_UserID,
 65309                   (MetaFeature*)&_CIM_UserContact_LocalityName,
 65310                   (MetaFeature*)&_CIM_UserContact_PostalAddress,
 65311                   (MetaFeature*)&_CIM_UserContact_StateOrProvince,
 65312                   (MetaFeature*)&_CIM_UserContact_PostalCode,
 65313                   (MetaFeature*)&_CIM_UserContact_TelephoneNumber,
 65314 mike  1.1.2.1     0,
 65315               };
 65316               
 65317               static const char*
 65318               __root_cimv2_CIM_UserContact_qualifiers[] =
 65319               {
 65320                   /* UMLPackagePath */
 65321                   "\057CIM::User::Org",
 65322                   /* Version */
 65323                   "\0632.8.0",
 65324                   0,
 65325               };
 65326               
 65327               MetaClass
 65328               __root_cimv2_CIM_UserContact =
 65329               {
 65330                   /* flags */
 65331                   META_FLAG_CLASS,
 65332                   /* name */
 65333                   "CIM_UserContact",
 65334                   /* qualifiers */
 65335 mike  1.1.2.1     __root_cimv2_CIM_UserContact_qualifiers,
 65336                   /* super */
 65337                   &__root_cimv2_CIM_UserEntity,
 65338                   /* features */
 65339                   _CIM_UserContact_features,
 65340               };
 65341               
 65342               //==============================================================================
 65343               //
 65344               // Class: CIM_VideoBIOSElement
 65345               //
 65346               //==============================================================================
 65347               
 65348               static const char*
 65349               _CIM_VideoBIOSElement_Version_qualifiers[] =
 65350               {
 65351                   /* Override */
 65352                   "\044Version",
 65353                   /* MappingStrings */
 65354                   "\026\000\001MIF.DMTF|Video BIOS|001.3\000",
 65355                   0,
 65356 mike  1.1.2.1 };
 65357               
 65358               static MetaProperty
 65359               _CIM_VideoBIOSElement_Version =
 65360               {
 65361                   /* flags */
 65362                   META_FLAG_PROPERTY|META_FLAG_READ,
 65363                   /* name */
 65364                   "Version",
 65365                   /* qualifiers */
 65366                   _CIM_VideoBIOSElement_Version_qualifiers,
 65367                   /* type */
 65368                   CIMTYPE_STRING,
 65369                   /* subscript */
 65370                   -1,
 65371                   /* value */
 65372                   0,
 65373               };
 65374               
 65375               static const char*
 65376               _CIM_VideoBIOSElement_Manufacturer_qualifiers[] =
 65377 mike  1.1.2.1 {
 65378                   /* Override */
 65379                   "\044Manufacturer",
 65380                   /* MappingStrings */
 65381                   "\026\000\001MIF.DMTF|Video BIOS|001.2\000",
 65382                   0,
 65383               };
 65384               
 65385               static MetaProperty
 65386               _CIM_VideoBIOSElement_Manufacturer =
 65387               {
 65388                   /* flags */
 65389                   META_FLAG_PROPERTY|META_FLAG_READ,
 65390                   /* name */
 65391                   "Manufacturer",
 65392                   /* qualifiers */
 65393                   _CIM_VideoBIOSElement_Manufacturer_qualifiers,
 65394                   /* type */
 65395                   CIMTYPE_STRING,
 65396                   /* subscript */
 65397                   -1,
 65398 mike  1.1.2.1     /* value */
 65399                   0,
 65400               };
 65401               
 65402               static const char*
 65403               _CIM_VideoBIOSElement_IsShadowed_qualifiers[] =
 65404               {
 65405                   /* MappingStrings */
 65406                   "\026\000\001MIF.DMTF|Video BIOS|001.5\000",
 65407                   0,
 65408               };
 65409               
 65410               static MetaProperty
 65411               _CIM_VideoBIOSElement_IsShadowed =
 65412               {
 65413                   /* flags */
 65414                   META_FLAG_PROPERTY|META_FLAG_READ,
 65415                   /* name */
 65416                   "IsShadowed",
 65417                   /* qualifiers */
 65418                   _CIM_VideoBIOSElement_IsShadowed_qualifiers,
 65419 mike  1.1.2.1     /* type */
 65420                   CIMTYPE_BOOLEAN,
 65421                   /* subscript */
 65422                   -1,
 65423                   /* value */
 65424                   0,
 65425               };
 65426               
 65427               static const char*
 65428               _CIM_VideoBIOSElement_ReleaseDate_qualifiers[] =
 65429               {
 65430                   /* MappingStrings */
 65431                   "\026\000\001MIF.DMTF|Video BIOS|001.4\000",
 65432                   0,
 65433               };
 65434               
 65435               static MetaProperty
 65436               _CIM_VideoBIOSElement_ReleaseDate =
 65437               {
 65438                   /* flags */
 65439                   META_FLAG_PROPERTY|META_FLAG_READ,
 65440 mike  1.1.2.1     /* name */
 65441                   "ReleaseDate",
 65442                   /* qualifiers */
 65443                   _CIM_VideoBIOSElement_ReleaseDate_qualifiers,
 65444                   /* type */
 65445                   CIMTYPE_DATETIME,
 65446                   /* subscript */
 65447                   -1,
 65448                   /* value */
 65449                   0,
 65450               };
 65451               
 65452               static MetaFeature*
 65453               _CIM_VideoBIOSElement_features[] =
 65454               {
 65455                   (MetaFeature*)&_CIM_VideoBIOSElement_Version,
 65456                   (MetaFeature*)&_CIM_VideoBIOSElement_Manufacturer,
 65457                   (MetaFeature*)&_CIM_VideoBIOSElement_IsShadowed,
 65458                   (MetaFeature*)&_CIM_VideoBIOSElement_ReleaseDate,
 65459                   0,
 65460               };
 65461 mike  1.1.2.1 
 65462               static const char*
 65463               __root_cimv2_CIM_VideoBIOSElement_qualifiers[] =
 65464               {
 65465                   /* UMLPackagePath */
 65466                   "\057CIM::Application::BIOS",
 65467                   /* Version */
 65468                   "\0632.6.0",
 65469                   0,
 65470               };
 65471               
 65472               MetaClass
 65473               __root_cimv2_CIM_VideoBIOSElement =
 65474               {
 65475                   /* flags */
 65476                   META_FLAG_CLASS,
 65477                   /* name */
 65478                   "CIM_VideoBIOSElement",
 65479                   /* qualifiers */
 65480                   __root_cimv2_CIM_VideoBIOSElement_qualifiers,
 65481                   /* super */
 65482 mike  1.1.2.1     &__root_cimv2_CIM_SoftwareElement,
 65483                   /* features */
 65484                   _CIM_VideoBIOSElement_features,
 65485               };
 65486               
 65487               //==============================================================================
 65488               //
 65489               // Class: CIM_VideoBIOSFeature
 65490               //
 65491               //==============================================================================
 65492               
 65493               static const char*
 65494               _CIM_VideoBIOSFeature_Characteristics_qualifiers[] =
 65495               {
 65496                   /* ValueMap */
 65497                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 65498                   /* Values */
 65499                   "\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",
 65500                   /* MappingStrings */
 65501                   "\026\000\001MIF.DMTF|Video BIOS Characteristic|001.3\000",
 65502                   /* ArrayType */
 65503 mike  1.1.2.1     "\005Indexed",
 65504                   /* ModelCorrespondence */
 65505                   "\036\000\001CIM_VideoBIOSFeature.CharacteristicDescriptions\000",
 65506                   0,
 65507               };
 65508               
 65509               static MetaProperty
 65510               _CIM_VideoBIOSFeature_Characteristics =
 65511               {
 65512                   /* flags */
 65513                   META_FLAG_PROPERTY|META_FLAG_READ,
 65514                   /* name */
 65515                   "Characteristics",
 65516                   /* qualifiers */
 65517                   _CIM_VideoBIOSFeature_Characteristics_qualifiers,
 65518                   /* type */
 65519                   CIMTYPE_UINT16,
 65520                   /* subscript */
 65521                   0,
 65522                   /* value */
 65523                   0,
 65524 mike  1.1.2.1 };
 65525               
 65526               static const char*
 65527               _CIM_VideoBIOSFeature_CharacteristicDescriptions_qualifiers[] =
 65528               {
 65529                   /* MappingStrings */
 65530                   "\026\000\001MIF.DMTF|Video BIOS Characteristic|001.4\000",
 65531                   /* ArrayType */
 65532                   "\005Indexed",
 65533                   /* ModelCorrespondence */
 65534                   "\036\000\001CIM_VideoBIOSFeature.Characteristics\000",
 65535                   0,
 65536               };
 65537               
 65538               static MetaProperty
 65539               _CIM_VideoBIOSFeature_CharacteristicDescriptions =
 65540               {
 65541                   /* flags */
 65542                   META_FLAG_PROPERTY|META_FLAG_READ,
 65543                   /* name */
 65544                   "CharacteristicDescriptions",
 65545 mike  1.1.2.1     /* qualifiers */
 65546                   _CIM_VideoBIOSFeature_CharacteristicDescriptions_qualifiers,
 65547                   /* type */
 65548                   CIMTYPE_STRING,
 65549                   /* subscript */
 65550                   0,
 65551                   /* value */
 65552                   0,
 65553               };
 65554               
 65555               static MetaFeature*
 65556               _CIM_VideoBIOSFeature_features[] =
 65557               {
 65558                   (MetaFeature*)&_CIM_VideoBIOSFeature_Characteristics,
 65559                   (MetaFeature*)&_CIM_VideoBIOSFeature_CharacteristicDescriptions,
 65560                   0,
 65561               };
 65562               
 65563               static const char*
 65564               __root_cimv2_CIM_VideoBIOSFeature_qualifiers[] =
 65565               {
 65566 mike  1.1.2.1     /* UMLPackagePath */
 65567                   "\057CIM::Application::BIOS",
 65568                   /* Version */
 65569                   "\0632.6.0",
 65570                   0,
 65571               };
 65572               
 65573               MetaClass
 65574               __root_cimv2_CIM_VideoBIOSFeature =
 65575               {
 65576                   /* flags */
 65577                   META_FLAG_CLASS,
 65578                   /* name */
 65579                   "CIM_VideoBIOSFeature",
 65580                   /* qualifiers */
 65581                   __root_cimv2_CIM_VideoBIOSFeature_qualifiers,
 65582                   /* super */
 65583                   &__root_cimv2_CIM_SoftwareFeature,
 65584                   /* features */
 65585                   _CIM_VideoBIOSFeature_features,
 65586               };
 65587 mike  1.1.2.1 
 65588               //==============================================================================
 65589               //
 65590               // Class: CIM_VideoBIOSFeatureVideoBIOSElements
 65591               //
 65592               //==============================================================================
 65593               
 65594               static const char*
 65595               _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent_qualifiers[] =
 65596               {
 65597                   /* Aggregate */
 65598                   "\003\001",
 65599                   /* Override */
 65600                   "\044GroupComponent",
 65601                   0,
 65602               };
 65603               
 65604               static MetaReference
 65605               _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent =
 65606               {
 65607                   /* flags */
 65608 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 65609                   /* name */
 65610                   "GroupComponent",
 65611                   /* qualifiers */
 65612                   _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent_qualifiers,
 65613                   /* subscript */
 65614                   -1,
 65615                   /* refId */
 65616                   &__root_cimv2_CIM_VideoBIOSFeature,
 65617               };
 65618               
 65619               static const char*
 65620               _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent_qualifiers[] =
 65621               {
 65622                   /* Override */
 65623                   "\044PartComponent",
 65624                   0,
 65625               };
 65626               
 65627               static MetaReference
 65628               _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent =
 65629 mike  1.1.2.1 {
 65630                   /* flags */
 65631                   META_FLAG_REFERENCE|META_FLAG_READ,
 65632                   /* name */
 65633                   "PartComponent",
 65634                   /* qualifiers */
 65635                   _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent_qualifiers,
 65636                   /* subscript */
 65637                   -1,
 65638                   /* refId */
 65639                   &__root_cimv2_CIM_VideoBIOSElement,
 65640               };
 65641               
 65642               static MetaFeature*
 65643               _CIM_VideoBIOSFeatureVideoBIOSElements_features[] =
 65644               {
 65645                   (MetaFeature*)&_CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent,
 65646                   (MetaFeature*)&_CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent,
 65647                   0,
 65648               };
 65649               
 65650 mike  1.1.2.1 static const char*
 65651               __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements_qualifiers[] =
 65652               {
 65653                   /* ASSOCIATION */
 65654                   "\000\001",
 65655                   /* UMLPackagePath */
 65656                   "\057CIM::Application::BIOS",
 65657                   /* Aggregation */
 65658                   "\004\001",
 65659                   /* Version */
 65660                   "\0632.6.0",
 65661                   0,
 65662               };
 65663               
 65664               MetaClass
 65665               __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements =
 65666               {
 65667                   /* flags */
 65668                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 65669                   /* name */
 65670                   "CIM_VideoBIOSFeatureVideoBIOSElements",
 65671 mike  1.1.2.1     /* qualifiers */
 65672                   __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements_qualifiers,
 65673                   /* super */
 65674                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
 65675                   /* features */
 65676                   _CIM_VideoBIOSFeatureVideoBIOSElements_features,
 65677               };
 65678               
 65679               //==============================================================================
 65680               //
 65681               // Class: CIM_Zone
 65682               //
 65683               //==============================================================================
 65684               
 65685               static const char*
 65686               _CIM_Zone_ElementName_qualifiers[] =
 65687               {
 65688                   /* Required */
 65689                   "\050\001",
 65690                   /* Override */
 65691                   "\044ElementName",
 65692 mike  1.1.2.1     /* Write */
 65693                   "\065\001",
 65694                   0,
 65695               };
 65696               
 65697               static MetaProperty
 65698               _CIM_Zone_ElementName =
 65699               {
 65700                   /* flags */
 65701                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65702                   /* name */
 65703                   "ElementName",
 65704                   /* qualifiers */
 65705                   _CIM_Zone_ElementName_qualifiers,
 65706                   /* type */
 65707                   CIMTYPE_STRING,
 65708                   /* subscript */
 65709                   -1,
 65710                   /* value */
 65711                   0,
 65712               };
 65713 mike  1.1.2.1 
 65714               static const char*
 65715               _CIM_Zone_Active_qualifiers[] =
 65716               {
 65717                   /* Required */
 65718                   "\050\001",
 65719                   0,
 65720               };
 65721               
 65722               static MetaProperty
 65723               _CIM_Zone_Active =
 65724               {
 65725                   /* flags */
 65726                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65727                   /* name */
 65728                   "Active",
 65729                   /* qualifiers */
 65730                   _CIM_Zone_Active_qualifiers,
 65731                   /* type */
 65732                   CIMTYPE_BOOLEAN,
 65733                   /* subscript */
 65734 mike  1.1.2.1     -1,
 65735                   /* value */
 65736                   0,
 65737               };
 65738               
 65739               static const char*
 65740               _CIM_Zone_ZoneType_qualifiers[] =
 65741               {
 65742                   /* Required */
 65743                   "\050\001",
 65744                   /* ValueMap */
 65745                   "\061\000\0060\0001\0002\0003\000..\00032768..65535\000",
 65746                   /* Values */
 65747                   "\062\000\006Unknown\000Other\000Default\000Protocol\000DMTF Reserved\000Vendor Reserved\000",
 65748                   /* ModelCorrespondence */
 65749                   "\036\000\001CIM_Zone.OtherZoneTypeDescription\000",
 65750                   0,
 65751               };
 65752               
 65753               static MetaProperty
 65754               _CIM_Zone_ZoneType =
 65755 mike  1.1.2.1 {
 65756                   /* flags */
 65757                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65758                   /* name */
 65759                   "ZoneType",
 65760                   /* qualifiers */
 65761                   _CIM_Zone_ZoneType_qualifiers,
 65762                   /* type */
 65763                   CIMTYPE_UINT16,
 65764                   /* subscript */
 65765                   -1,
 65766                   /* value */
 65767                   0,
 65768               };
 65769               
 65770               static const char*
 65771               _CIM_Zone_OtherZoneTypeDescription_qualifiers[] =
 65772               {
 65773                   /* ModelCorrespondence */
 65774                   "\036\000\001CIM_Zone.ZoneType\000",
 65775                   0,
 65776 mike  1.1.2.1 };
 65777               
 65778               static MetaProperty
 65779               _CIM_Zone_OtherZoneTypeDescription =
 65780               {
 65781                   /* flags */
 65782                   META_FLAG_PROPERTY|META_FLAG_READ,
 65783                   /* name */
 65784                   "OtherZoneTypeDescription",
 65785                   /* qualifiers */
 65786                   _CIM_Zone_OtherZoneTypeDescription_qualifiers,
 65787                   /* type */
 65788                   CIMTYPE_STRING,
 65789                   /* subscript */
 65790                   -1,
 65791                   /* value */
 65792                   0,
 65793               };
 65794               
 65795               static const char*
 65796               _CIM_Zone_ZoneSubType_qualifiers[] =
 65797 mike  1.1.2.1 {
 65798                   /* ValueMap */
 65799                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
 65800                   /* Values */
 65801                   "\062\000\007Unknown\000Other\000SCSI\000VI\000IP\000DMTF Reserved\000Vendor Reserved\000",
 65802                   /* ModelCorrespondence */
 65803                   "\036\000\001CIM_Zone.OtherZoneSubTypeDescription\000",
 65804                   0,
 65805               };
 65806               
 65807               static MetaProperty
 65808               _CIM_Zone_ZoneSubType =
 65809               {
 65810                   /* flags */
 65811                   META_FLAG_PROPERTY|META_FLAG_READ,
 65812                   /* name */
 65813                   "ZoneSubType",
 65814                   /* qualifiers */
 65815                   _CIM_Zone_ZoneSubType_qualifiers,
 65816                   /* type */
 65817                   CIMTYPE_UINT16,
 65818 mike  1.1.2.1     /* subscript */
 65819                   -1,
 65820                   /* value */
 65821                   0,
 65822               };
 65823               
 65824               static const char*
 65825               _CIM_Zone_OtherZoneSubTypeDescription_qualifiers[] =
 65826               {
 65827                   /* ModelCorrespondence */
 65828                   "\036\000\001CIM_Zone.ZoneSubType\000",
 65829                   0,
 65830               };
 65831               
 65832               static MetaProperty
 65833               _CIM_Zone_OtherZoneSubTypeDescription =
 65834               {
 65835                   /* flags */
 65836                   META_FLAG_PROPERTY|META_FLAG_READ,
 65837                   /* name */
 65838                   "OtherZoneSubTypeDescription",
 65839 mike  1.1.2.1     /* qualifiers */
 65840                   _CIM_Zone_OtherZoneSubTypeDescription_qualifiers,
 65841                   /* type */
 65842                   CIMTYPE_STRING,
 65843                   /* subscript */
 65844                   -1,
 65845                   /* value */
 65846                   0,
 65847               };
 65848               
 65849               static MetaFeature*
 65850               _CIM_Zone_features[] =
 65851               {
 65852                   (MetaFeature*)&_CIM_Zone_ElementName,
 65853                   (MetaFeature*)&_CIM_Zone_Active,
 65854                   (MetaFeature*)&_CIM_Zone_ZoneType,
 65855                   (MetaFeature*)&_CIM_Zone_OtherZoneTypeDescription,
 65856                   (MetaFeature*)&_CIM_Zone_ZoneSubType,
 65857                   (MetaFeature*)&_CIM_Zone_OtherZoneSubTypeDescription,
 65858                   0,
 65859               };
 65860 mike  1.1.2.1 
 65861               static const char*
 65862               __root_cimv2_CIM_Zone_qualifiers[] =
 65863               {
 65864                   /* UMLPackagePath */
 65865                   "\057CIM::Device::FC",
 65866                   /* Version */
 65867                   "\0632.10.0",
 65868                   0,
 65869               };
 65870               
 65871               MetaClass
 65872               __root_cimv2_CIM_Zone =
 65873               {
 65874                   /* flags */
 65875                   META_FLAG_CLASS,
 65876                   /* name */
 65877                   "CIM_Zone",
 65878                   /* qualifiers */
 65879                   __root_cimv2_CIM_Zone_qualifiers,
 65880                   /* super */
 65881 mike  1.1.2.1     &__root_cimv2_CIM_ConnectivityCollection,
 65882                   /* features */
 65883                   _CIM_Zone_features,
 65884               };
 65885               
 65886               //==============================================================================
 65887               //
 65888               // Class: CIM_ZoneMembershipSettingData
 65889               //
 65890               //==============================================================================
 65891               
 65892               static const char*
 65893               _CIM_ZoneMembershipSettingData_ConnectivityMemberType_qualifiers[] =
 65894               {
 65895                   /* Override */
 65896                   "\044ConnectivityMemberType",
 65897                   0,
 65898               };
 65899               
 65900               static MetaProperty
 65901               _CIM_ZoneMembershipSettingData_ConnectivityMemberType =
 65902 mike  1.1.2.1 {
 65903                   /* flags */
 65904                   META_FLAG_PROPERTY|META_FLAG_READ,
 65905                   /* name */
 65906                   "ConnectivityMemberType",
 65907                   /* qualifiers */
 65908                   _CIM_ZoneMembershipSettingData_ConnectivityMemberType_qualifiers,
 65909                   /* type */
 65910                   CIMTYPE_UINT16,
 65911                   /* subscript */
 65912                   -1,
 65913                   /* value */
 65914                   0,
 65915               };
 65916               
 65917               static MetaFeature*
 65918               _CIM_ZoneMembershipSettingData_features[] =
 65919               {
 65920                   (MetaFeature*)&_CIM_ZoneMembershipSettingData_ConnectivityMemberType,
 65921                   0,
 65922               };
 65923 mike  1.1.2.1 
 65924               static const char*
 65925               __root_cimv2_CIM_ZoneMembershipSettingData_qualifiers[] =
 65926               {
 65927                   /* UMLPackagePath */
 65928                   "\057CIM::Device::FC",
 65929                   /* Version */
 65930                   "\0632.10.0",
 65931                   0,
 65932               };
 65933               
 65934               MetaClass
 65935               __root_cimv2_CIM_ZoneMembershipSettingData =
 65936               {
 65937                   /* flags */
 65938                   META_FLAG_CLASS,
 65939                   /* name */
 65940                   "CIM_ZoneMembershipSettingData",
 65941                   /* qualifiers */
 65942                   __root_cimv2_CIM_ZoneMembershipSettingData_qualifiers,
 65943                   /* super */
 65944 mike  1.1.2.1     &__root_cimv2_CIM_ConnectivityMembershipSettingData,
 65945                   /* features */
 65946                   _CIM_ZoneMembershipSettingData_features,
 65947               };
 65948               
 65949               //==============================================================================
 65950               //
 65951               // Class: CIM_ZoneSet
 65952               //
 65953               //==============================================================================
 65954               
 65955               static const char*
 65956               _CIM_ZoneSet_ElementName_qualifiers[] =
 65957               {
 65958                   /* Required */
 65959                   "\050\001",
 65960                   /* Override */
 65961                   "\044ElementName",
 65962                   /* Write */
 65963                   "\065\001",
 65964                   0,
 65965 mike  1.1.2.1 };
 65966               
 65967               static MetaProperty
 65968               _CIM_ZoneSet_ElementName =
 65969               {
 65970                   /* flags */
 65971                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65972                   /* name */
 65973                   "ElementName",
 65974                   /* qualifiers */
 65975                   _CIM_ZoneSet_ElementName_qualifiers,
 65976                   /* type */
 65977                   CIMTYPE_STRING,
 65978                   /* subscript */
 65979                   -1,
 65980                   /* value */
 65981                   0,
 65982               };
 65983               
 65984               static const char*
 65985               _CIM_ZoneSet_Active_qualifiers[] =
 65986 mike  1.1.2.1 {
 65987                   /* Required */
 65988                   "\050\001",
 65989                   /* Write */
 65990                   "\065\001",
 65991                   0,
 65992               };
 65993               
 65994               static MetaProperty
 65995               _CIM_ZoneSet_Active =
 65996               {
 65997                   /* flags */
 65998                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65999                   /* name */
 66000                   "Active",
 66001                   /* qualifiers */
 66002                   _CIM_ZoneSet_Active_qualifiers,
 66003                   /* type */
 66004                   CIMTYPE_BOOLEAN,
 66005                   /* subscript */
 66006                   -1,
 66007 mike  1.1.2.1     /* value */
 66008                   0,
 66009               };
 66010               
 66011               static MetaFeature*
 66012               _CIM_ZoneSet_features[] =
 66013               {
 66014                   (MetaFeature*)&_CIM_ZoneSet_ElementName,
 66015                   (MetaFeature*)&_CIM_ZoneSet_Active,
 66016                   0,
 66017               };
 66018               
 66019               static const char*
 66020               __root_cimv2_CIM_ZoneSet_qualifiers[] =
 66021               {
 66022                   /* UMLPackagePath */
 66023                   "\057CIM::Device::FC",
 66024                   /* Version */
 66025                   "\0632.10.0",
 66026                   0,
 66027               };
 66028 mike  1.1.2.1 
 66029               MetaClass
 66030               __root_cimv2_CIM_ZoneSet =
 66031               {
 66032                   /* flags */
 66033                   META_FLAG_CLASS,
 66034                   /* name */
 66035                   "CIM_ZoneSet",
 66036                   /* qualifiers */
 66037                   __root_cimv2_CIM_ZoneSet_qualifiers,
 66038                   /* super */
 66039                   &__root_cimv2_CIM_ConnectivityCollection,
 66040                   /* features */
 66041                   _CIM_ZoneSet_features,
 66042               };
 66043               
 66044               //==============================================================================
 66045               //
 66046               // Class: PRS_Activity
 66047               //
 66048               //==============================================================================
 66049 mike  1.1.2.1 
 66050               static const char*
 66051               _PRS_Activity_ParameterList_qualifiers[] =
 66052               {
 66053                   /* Deprecated */
 66054                   "\013\000\003PRS_Activity.NewKeys\000PRS_Activity.Deleted\000PRS_Activity.Modified\000",
 66055                   0,
 66056               };
 66057               
 66058               static MetaProperty
 66059               _PRS_Activity_ParameterList =
 66060               {
 66061                   /* flags */
 66062                   META_FLAG_PROPERTY|META_FLAG_READ,
 66063                   /* name */
 66064                   "ParameterList",
 66065                   /* qualifiers */
 66066                   _PRS_Activity_ParameterList_qualifiers,
 66067                   /* type */
 66068                   CIMTYPE_STRING,
 66069                   /* subscript */
 66070 mike  1.1.2.1     -1,
 66071                   /* value */
 66072                   0,
 66073               };
 66074               
 66075               static const char*
 66076               _PRS_Activity_NewKeys_qualifiers[] =
 66077               {
 66078                   0,
 66079               };
 66080               
 66081               static MetaProperty
 66082               _PRS_Activity_NewKeys =
 66083               {
 66084                   /* flags */
 66085                   META_FLAG_PROPERTY|META_FLAG_READ,
 66086                   /* name */
 66087                   "NewKeys",
 66088                   /* qualifiers */
 66089                   _PRS_Activity_NewKeys_qualifiers,
 66090                   /* type */
 66091 mike  1.1.2.1     CIMTYPE_STRING,
 66092                   /* subscript */
 66093                   -1,
 66094                   /* value */
 66095                   0,
 66096               };
 66097               
 66098               static const char*
 66099               _PRS_Activity_Deleted_qualifiers[] =
 66100               {
 66101                   0,
 66102               };
 66103               
 66104               static MetaProperty
 66105               _PRS_Activity_Deleted =
 66106               {
 66107                   /* flags */
 66108                   META_FLAG_PROPERTY|META_FLAG_READ,
 66109                   /* name */
 66110                   "Deleted",
 66111                   /* qualifiers */
 66112 mike  1.1.2.1     _PRS_Activity_Deleted_qualifiers,
 66113                   /* type */
 66114                   CIMTYPE_STRING,
 66115                   /* subscript */
 66116                   -1,
 66117                   /* value */
 66118                   0,
 66119               };
 66120               
 66121               static const char*
 66122               _PRS_Activity_Modified_qualifiers[] =
 66123               {
 66124                   0,
 66125               };
 66126               
 66127               static MetaProperty
 66128               _PRS_Activity_Modified =
 66129               {
 66130                   /* flags */
 66131                   META_FLAG_PROPERTY|META_FLAG_READ,
 66132                   /* name */
 66133 mike  1.1.2.1     "Modified",
 66134                   /* qualifiers */
 66135                   _PRS_Activity_Modified_qualifiers,
 66136                   /* type */
 66137                   CIMTYPE_STRING,
 66138                   /* subscript */
 66139                   -1,
 66140                   /* value */
 66141                   0,
 66142               };
 66143               
 66144               static const char*
 66145               _PRS_Activity_LocalDate_qualifiers[] =
 66146               {
 66147                   0,
 66148               };
 66149               
 66150               static MetaProperty
 66151               _PRS_Activity_LocalDate =
 66152               {
 66153                   /* flags */
 66154 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 66155                   /* name */
 66156                   "LocalDate",
 66157                   /* qualifiers */
 66158                   _PRS_Activity_LocalDate_qualifiers,
 66159                   /* type */
 66160                   CIMTYPE_DATETIME,
 66161                   /* subscript */
 66162                   -1,
 66163                   /* value */
 66164                   0,
 66165               };
 66166               
 66167               static const char*
 66168               _PRS_Activity_ActionLog_qualifiers[] =
 66169               {
 66170                   0,
 66171               };
 66172               
 66173               static MetaProperty
 66174               _PRS_Activity_ActionLog =
 66175 mike  1.1.2.1 {
 66176                   /* flags */
 66177                   META_FLAG_PROPERTY|META_FLAG_READ,
 66178                   /* name */
 66179                   "ActionLog",
 66180                   /* qualifiers */
 66181                   _PRS_Activity_ActionLog_qualifiers,
 66182                   /* type */
 66183                   CIMTYPE_STRING,
 66184                   /* subscript */
 66185                   -1,
 66186                   /* value */
 66187                   0,
 66188               };
 66189               
 66190               static MetaFeature*
 66191               _PRS_Activity_features[] =
 66192               {
 66193                   (MetaFeature*)&_PRS_Activity_ParameterList,
 66194                   (MetaFeature*)&_PRS_Activity_NewKeys,
 66195                   (MetaFeature*)&_PRS_Activity_Deleted,
 66196 mike  1.1.2.1     (MetaFeature*)&_PRS_Activity_Modified,
 66197                   (MetaFeature*)&_PRS_Activity_LocalDate,
 66198                   (MetaFeature*)&_PRS_Activity_ActionLog,
 66199                   0,
 66200               };
 66201               
 66202               static const char*
 66203               __root_cimv2_PRS_Activity_qualifiers[] =
 66204               {
 66205                   /* UMLPackagePath */
 66206                   "\057PRS::Support",
 66207                   /* Version */
 66208                   "\0632.6.0",
 66209                   0,
 66210               };
 66211               
 66212               MetaClass
 66213               __root_cimv2_PRS_Activity =
 66214               {
 66215                   /* flags */
 66216                   META_FLAG_CLASS,
 66217 mike  1.1.2.1     /* name */
 66218                   "PRS_Activity",
 66219                   /* qualifiers */
 66220                   __root_cimv2_PRS_Activity_qualifiers,
 66221                   /* super */
 66222                   &__root_cimv2_PRS_ExchangeElement,
 66223                   /* features */
 66224                   _PRS_Activity_features,
 66225               };
 66226               
 66227               //==============================================================================
 66228               //
 66229               // Class: PRS_ActivityResource
 66230               //
 66231               //==============================================================================
 66232               
 66233               static const char*
 66234               _PRS_ActivityResource_Antecedent_qualifiers[] =
 66235               {
 66236                   /* Aggregate */
 66237                   "\003\001",
 66238 mike  1.1.2.1     /* Override */
 66239                   "\044Antecedent",
 66240                   /* Min */
 66241                   "\033\000\000\000\001",
 66242                   /* Max */
 66243                   "\027\000\000\000\001",
 66244                   0,
 66245               };
 66246               
 66247               static MetaReference
 66248               _PRS_ActivityResource_Antecedent =
 66249               {
 66250                   /* flags */
 66251                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 66252                   /* name */
 66253                   "Antecedent",
 66254                   /* qualifiers */
 66255                   _PRS_ActivityResource_Antecedent_qualifiers,
 66256                   /* subscript */
 66257                   -1,
 66258                   /* refId */
 66259 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
 66260               };
 66261               
 66262               static const char*
 66263               _PRS_ActivityResource_Dependent_qualifiers[] =
 66264               {
 66265                   /* Override */
 66266                   "\044Dependent",
 66267                   0,
 66268               };
 66269               
 66270               static MetaReference
 66271               _PRS_ActivityResource_Dependent =
 66272               {
 66273                   /* flags */
 66274                   META_FLAG_REFERENCE|META_FLAG_READ,
 66275                   /* name */
 66276                   "Dependent",
 66277                   /* qualifiers */
 66278                   _PRS_ActivityResource_Dependent_qualifiers,
 66279                   /* subscript */
 66280 mike  1.1.2.1     -1,
 66281                   /* refId */
 66282                   &__root_cimv2_PRS_Resource,
 66283               };
 66284               
 66285               static MetaFeature*
 66286               _PRS_ActivityResource_features[] =
 66287               {
 66288                   (MetaFeature*)&_PRS_ActivityResource_Antecedent,
 66289                   (MetaFeature*)&_PRS_ActivityResource_Dependent,
 66290                   0,
 66291               };
 66292               
 66293               static const char*
 66294               __root_cimv2_PRS_ActivityResource_qualifiers[] =
 66295               {
 66296                   /* ASSOCIATION */
 66297                   "\000\001",
 66298                   /* UMLPackagePath */
 66299                   "\057PRS::Support",
 66300                   /* Aggregation */
 66301 mike  1.1.2.1     "\004\001",
 66302                   /* Version */
 66303                   "\0632.6.0",
 66304                   0,
 66305               };
 66306               
 66307               MetaClass
 66308               __root_cimv2_PRS_ActivityResource =
 66309               {
 66310                   /* flags */
 66311                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 66312                   /* name */
 66313                   "PRS_ActivityResource",
 66314                   /* qualifiers */
 66315                   __root_cimv2_PRS_ActivityResource_qualifiers,
 66316                   /* super */
 66317                   &__root_cimv2_CIM_Dependency,
 66318                   /* features */
 66319                   _PRS_ActivityResource_features,
 66320               };
 66321               
 66322 mike  1.1.2.1 //==============================================================================
 66323               //
 66324               // Class: PRS_ActivityTransaction
 66325               //
 66326               //==============================================================================
 66327               
 66328               static const char*
 66329               _PRS_ActivityTransaction_Antecedent_qualifiers[] =
 66330               {
 66331                   /* Override */
 66332                   "\044Antecedent",
 66333                   /* Min */
 66334                   "\033\000\000\000\001",
 66335                   /* Max */
 66336                   "\027\000\000\000\001",
 66337                   0,
 66338               };
 66339               
 66340               static MetaReference
 66341               _PRS_ActivityTransaction_Antecedent =
 66342               {
 66343 mike  1.1.2.1     /* flags */
 66344                   META_FLAG_REFERENCE|META_FLAG_READ,
 66345                   /* name */
 66346                   "Antecedent",
 66347                   /* qualifiers */
 66348                   _PRS_ActivityTransaction_Antecedent_qualifiers,
 66349                   /* subscript */
 66350                   -1,
 66351                   /* refId */
 66352                   &__root_cimv2_PRS_Activity,
 66353               };
 66354               
 66355               static const char*
 66356               _PRS_ActivityTransaction_Dependent_qualifiers[] =
 66357               {
 66358                   /* Override */
 66359                   "\044Dependent",
 66360                   /* Min */
 66361                   "\033\000\000\000\001",
 66362                   /* Max */
 66363                   "\027\000\000\000\001",
 66364 mike  1.1.2.1     0,
 66365               };
 66366               
 66367               static MetaReference
 66368               _PRS_ActivityTransaction_Dependent =
 66369               {
 66370                   /* flags */
 66371                   META_FLAG_REFERENCE|META_FLAG_READ,
 66372                   /* name */
 66373                   "Dependent",
 66374                   /* qualifiers */
 66375                   _PRS_ActivityTransaction_Dependent_qualifiers,
 66376                   /* subscript */
 66377                   -1,
 66378                   /* refId */
 66379                   &__root_cimv2_PRS_Transaction,
 66380               };
 66381               
 66382               static MetaFeature*
 66383               _PRS_ActivityTransaction_features[] =
 66384               {
 66385 mike  1.1.2.1     (MetaFeature*)&_PRS_ActivityTransaction_Antecedent,
 66386                   (MetaFeature*)&_PRS_ActivityTransaction_Dependent,
 66387                   0,
 66388               };
 66389               
 66390               static const char*
 66391               __root_cimv2_PRS_ActivityTransaction_qualifiers[] =
 66392               {
 66393                   /* ASSOCIATION */
 66394                   "\000\001",
 66395                   /* UMLPackagePath */
 66396                   "\057PRS::Support",
 66397                   /* Version */
 66398                   "\0632.6.0",
 66399                   0,
 66400               };
 66401               
 66402               MetaClass
 66403               __root_cimv2_PRS_ActivityTransaction =
 66404               {
 66405                   /* flags */
 66406 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 66407                   /* name */
 66408                   "PRS_ActivityTransaction",
 66409                   /* qualifiers */
 66410                   __root_cimv2_PRS_ActivityTransaction_qualifiers,
 66411                   /* super */
 66412                   &__root_cimv2_CIM_Dependency,
 66413                   /* features */
 66414                   _PRS_ActivityTransaction_features,
 66415               };
 66416               
 66417               //==============================================================================
 66418               //
 66419               // Class: PRS_Address
 66420               //
 66421               //==============================================================================
 66422               
 66423               static const char*
 66424               _PRS_Address_AddressType_qualifiers[] =
 66425               {
 66426                   /* ValueMap */
 66427 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\000254\000255\000",
 66428                   /* Values */
 66429                   "\062\000\006Primary\000Shipping\000Billing\000Service\000Other\000Unknown\000",
 66430                   0,
 66431               };
 66432               
 66433               static MetaProperty
 66434               _PRS_Address_AddressType =
 66435               {
 66436                   /* flags */
 66437                   META_FLAG_PROPERTY|META_FLAG_READ,
 66438                   /* name */
 66439                   "AddressType",
 66440                   /* qualifiers */
 66441                   _PRS_Address_AddressType_qualifiers,
 66442                   /* type */
 66443                   CIMTYPE_UINT8,
 66444                   /* subscript */
 66445                   -1,
 66446                   /* value */
 66447                   0,
 66448 mike  1.1.2.1 };
 66449               
 66450               static const char*
 66451               _PRS_Address_Address1_qualifiers[] =
 66452               {
 66453                   0,
 66454               };
 66455               
 66456               static MetaProperty
 66457               _PRS_Address_Address1 =
 66458               {
 66459                   /* flags */
 66460                   META_FLAG_PROPERTY|META_FLAG_READ,
 66461                   /* name */
 66462                   "Address1",
 66463                   /* qualifiers */
 66464                   _PRS_Address_Address1_qualifiers,
 66465                   /* type */
 66466                   CIMTYPE_STRING,
 66467                   /* subscript */
 66468                   -1,
 66469 mike  1.1.2.1     /* value */
 66470                   0,
 66471               };
 66472               
 66473               static const char*
 66474               _PRS_Address_Address2_qualifiers[] =
 66475               {
 66476                   0,
 66477               };
 66478               
 66479               static MetaProperty
 66480               _PRS_Address_Address2 =
 66481               {
 66482                   /* flags */
 66483                   META_FLAG_PROPERTY|META_FLAG_READ,
 66484                   /* name */
 66485                   "Address2",
 66486                   /* qualifiers */
 66487                   _PRS_Address_Address2_qualifiers,
 66488                   /* type */
 66489                   CIMTYPE_STRING,
 66490 mike  1.1.2.1     /* subscript */
 66491                   -1,
 66492                   /* value */
 66493                   0,
 66494               };
 66495               
 66496               static const char*
 66497               _PRS_Address_Address3_qualifiers[] =
 66498               {
 66499                   0,
 66500               };
 66501               
 66502               static MetaProperty
 66503               _PRS_Address_Address3 =
 66504               {
 66505                   /* flags */
 66506                   META_FLAG_PROPERTY|META_FLAG_READ,
 66507                   /* name */
 66508                   "Address3",
 66509                   /* qualifiers */
 66510                   _PRS_Address_Address3_qualifiers,
 66511 mike  1.1.2.1     /* type */
 66512                   CIMTYPE_STRING,
 66513                   /* subscript */
 66514                   -1,
 66515                   /* value */
 66516                   0,
 66517               };
 66518               
 66519               static const char*
 66520               _PRS_Address_Address4_qualifiers[] =
 66521               {
 66522                   0,
 66523               };
 66524               
 66525               static MetaProperty
 66526               _PRS_Address_Address4 =
 66527               {
 66528                   /* flags */
 66529                   META_FLAG_PROPERTY|META_FLAG_READ,
 66530                   /* name */
 66531                   "Address4",
 66532 mike  1.1.2.1     /* qualifiers */
 66533                   _PRS_Address_Address4_qualifiers,
 66534                   /* type */
 66535                   CIMTYPE_STRING,
 66536                   /* subscript */
 66537                   -1,
 66538                   /* value */
 66539                   0,
 66540               };
 66541               
 66542               static const char*
 66543               _PRS_Address_City_qualifiers[] =
 66544               {
 66545                   0,
 66546               };
 66547               
 66548               static MetaProperty
 66549               _PRS_Address_City =
 66550               {
 66551                   /* flags */
 66552                   META_FLAG_PROPERTY|META_FLAG_READ,
 66553 mike  1.1.2.1     /* name */
 66554                   "City",
 66555                   /* qualifiers */
 66556                   _PRS_Address_City_qualifiers,
 66557                   /* type */
 66558                   CIMTYPE_STRING,
 66559                   /* subscript */
 66560                   -1,
 66561                   /* value */
 66562                   0,
 66563               };
 66564               
 66565               static const char*
 66566               _PRS_Address_Region_qualifiers[] =
 66567               {
 66568                   0,
 66569               };
 66570               
 66571               static MetaProperty
 66572               _PRS_Address_Region =
 66573               {
 66574 mike  1.1.2.1     /* flags */
 66575                   META_FLAG_PROPERTY|META_FLAG_READ,
 66576                   /* name */
 66577                   "Region",
 66578                   /* qualifiers */
 66579                   _PRS_Address_Region_qualifiers,
 66580                   /* type */
 66581                   CIMTYPE_STRING,
 66582                   /* subscript */
 66583                   -1,
 66584                   /* value */
 66585                   0,
 66586               };
 66587               
 66588               static const char*
 66589               _PRS_Address_PostalCode_qualifiers[] =
 66590               {
 66591                   0,
 66592               };
 66593               
 66594               static MetaProperty
 66595 mike  1.1.2.1 _PRS_Address_PostalCode =
 66596               {
 66597                   /* flags */
 66598                   META_FLAG_PROPERTY|META_FLAG_READ,
 66599                   /* name */
 66600                   "PostalCode",
 66601                   /* qualifiers */
 66602                   _PRS_Address_PostalCode_qualifiers,
 66603                   /* type */
 66604                   CIMTYPE_STRING,
 66605                   /* subscript */
 66606                   -1,
 66607                   /* value */
 66608                   0,
 66609               };
 66610               
 66611               static const char*
 66612               _PRS_Address_TimeZone_qualifiers[] =
 66613               {
 66614                   0,
 66615               };
 66616 mike  1.1.2.1 
 66617               static MetaProperty
 66618               _PRS_Address_TimeZone =
 66619               {
 66620                   /* flags */
 66621                   META_FLAG_PROPERTY|META_FLAG_READ,
 66622                   /* name */
 66623                   "TimeZone",
 66624                   /* qualifiers */
 66625                   _PRS_Address_TimeZone_qualifiers,
 66626                   /* type */
 66627                   CIMTYPE_STRING,
 66628                   /* subscript */
 66629                   -1,
 66630                   /* value */
 66631                   0,
 66632               };
 66633               
 66634               static const char*
 66635               _PRS_Address_Country_qualifiers[] =
 66636               {
 66637 mike  1.1.2.1     0,
 66638               };
 66639               
 66640               static MetaProperty
 66641               _PRS_Address_Country =
 66642               {
 66643                   /* flags */
 66644                   META_FLAG_PROPERTY|META_FLAG_READ,
 66645                   /* name */
 66646                   "Country",
 66647                   /* qualifiers */
 66648                   _PRS_Address_Country_qualifiers,
 66649                   /* type */
 66650                   CIMTYPE_STRING,
 66651                   /* subscript */
 66652                   -1,
 66653                   /* value */
 66654                   0,
 66655               };
 66656               
 66657               static MetaFeature*
 66658 mike  1.1.2.1 _PRS_Address_features[] =
 66659               {
 66660                   (MetaFeature*)&_PRS_Address_AddressType,
 66661                   (MetaFeature*)&_PRS_Address_Address1,
 66662                   (MetaFeature*)&_PRS_Address_Address2,
 66663                   (MetaFeature*)&_PRS_Address_Address3,
 66664                   (MetaFeature*)&_PRS_Address_Address4,
 66665                   (MetaFeature*)&_PRS_Address_City,
 66666                   (MetaFeature*)&_PRS_Address_Region,
 66667                   (MetaFeature*)&_PRS_Address_PostalCode,
 66668                   (MetaFeature*)&_PRS_Address_TimeZone,
 66669                   (MetaFeature*)&_PRS_Address_Country,
 66670                   0,
 66671               };
 66672               
 66673               static const char*
 66674               __root_cimv2_PRS_Address_qualifiers[] =
 66675               {
 66676                   /* UMLPackagePath */
 66677                   "\057PRS::Support",
 66678                   /* Version */
 66679 mike  1.1.2.1     "\0632.6.0",
 66680                   0,
 66681               };
 66682               
 66683               MetaClass
 66684               __root_cimv2_PRS_Address =
 66685               {
 66686                   /* flags */
 66687                   META_FLAG_CLASS,
 66688                   /* name */
 66689                   "PRS_Address",
 66690                   /* qualifiers */
 66691                   __root_cimv2_PRS_Address_qualifiers,
 66692                   /* super */
 66693                   &__root_cimv2_PRS_ExchangeElement,
 66694                   /* features */
 66695                   _PRS_Address_features,
 66696               };
 66697               
 66698               //==============================================================================
 66699               //
 66700 mike  1.1.2.1 // Class: PRS_AddressLocation
 66701               //
 66702               //==============================================================================
 66703               
 66704               static const char*
 66705               _PRS_AddressLocation_Antecedent_qualifiers[] =
 66706               {
 66707                   /* Override */
 66708                   "\044Antecedent",
 66709                   /* Min */
 66710                   "\033\000\000\000\001",
 66711                   0,
 66712               };
 66713               
 66714               static MetaReference
 66715               _PRS_AddressLocation_Antecedent =
 66716               {
 66717                   /* flags */
 66718                   META_FLAG_REFERENCE|META_FLAG_READ,
 66719                   /* name */
 66720                   "Antecedent",
 66721 mike  1.1.2.1     /* qualifiers */
 66722                   _PRS_AddressLocation_Antecedent_qualifiers,
 66723                   /* subscript */
 66724                   -1,
 66725                   /* refId */
 66726                   &__root_cimv2_PRS_Address,
 66727               };
 66728               
 66729               static const char*
 66730               _PRS_AddressLocation_Dependent_qualifiers[] =
 66731               {
 66732                   /* Override */
 66733                   "\044Dependent",
 66734                   0,
 66735               };
 66736               
 66737               static MetaReference
 66738               _PRS_AddressLocation_Dependent =
 66739               {
 66740                   /* flags */
 66741                   META_FLAG_REFERENCE|META_FLAG_READ,
 66742 mike  1.1.2.1     /* name */
 66743                   "Dependent",
 66744                   /* qualifiers */
 66745                   _PRS_AddressLocation_Dependent_qualifiers,
 66746                   /* subscript */
 66747                   -1,
 66748                   /* refId */
 66749                   &__root_cimv2_PRS_Location,
 66750               };
 66751               
 66752               static MetaFeature*
 66753               _PRS_AddressLocation_features[] =
 66754               {
 66755                   (MetaFeature*)&_PRS_AddressLocation_Antecedent,
 66756                   (MetaFeature*)&_PRS_AddressLocation_Dependent,
 66757                   0,
 66758               };
 66759               
 66760               static const char*
 66761               __root_cimv2_PRS_AddressLocation_qualifiers[] =
 66762               {
 66763 mike  1.1.2.1     /* ASSOCIATION */
 66764                   "\000\001",
 66765                   /* UMLPackagePath */
 66766                   "\057PRS::Support",
 66767                   /* Version */
 66768                   "\0632.6.0",
 66769                   0,
 66770               };
 66771               
 66772               MetaClass
 66773               __root_cimv2_PRS_AddressLocation =
 66774               {
 66775                   /* flags */
 66776                   META_FLAG_ASSOCIATION,
 66777                   /* name */
 66778                   "PRS_AddressLocation",
 66779                   /* qualifiers */
 66780                   __root_cimv2_PRS_AddressLocation_qualifiers,
 66781                   /* super */
 66782                   &__root_cimv2_CIM_Dependency,
 66783                   /* features */
 66784 mike  1.1.2.1     _PRS_AddressLocation_features,
 66785               };
 66786               
 66787               //==============================================================================
 66788               //
 66789               // Class: PRS_Administrative
 66790               //
 66791               //==============================================================================
 66792               
 66793               static const char*
 66794               _PRS_Administrative_ComplianceLevel_qualifiers[] =
 66795               {
 66796                   /* ValueMap */
 66797                   "\061\000\0030\0001\0002\000",
 66798                   0,
 66799               };
 66800               
 66801               static MetaProperty
 66802               _PRS_Administrative_ComplianceLevel =
 66803               {
 66804                   /* flags */
 66805 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 66806                   /* name */
 66807                   "ComplianceLevel",
 66808                   /* qualifiers */
 66809                   _PRS_Administrative_ComplianceLevel_qualifiers,
 66810                   /* type */
 66811                   CIMTYPE_UINT16,
 66812                   /* subscript */
 66813                   -1,
 66814                   /* value */
 66815                   0,
 66816               };
 66817               
 66818               static const char*
 66819               _PRS_Administrative_DocumentStatus_qualifiers[] =
 66820               {
 66821                   /* ValueMap */
 66822                   "\061\000\0050\0001\0002\000254\000255\000",
 66823                   /* Values */
 66824                   "\062\000\005Draft\000Reviewed\000Published\000Other\000Unknown\000",
 66825                   0,
 66826 mike  1.1.2.1 };
 66827               
 66828               static MetaProperty
 66829               _PRS_Administrative_DocumentStatus =
 66830               {
 66831                   /* flags */
 66832                   META_FLAG_PROPERTY|META_FLAG_READ,
 66833                   /* name */
 66834                   "DocumentStatus",
 66835                   /* qualifiers */
 66836                   _PRS_Administrative_DocumentStatus_qualifiers,
 66837                   /* type */
 66838                   CIMTYPE_UINT8,
 66839                   /* subscript */
 66840                   -1,
 66841                   /* value */
 66842                   0,
 66843               };
 66844               
 66845               static const char*
 66846               _PRS_Administrative_Distribution_qualifiers[] =
 66847 mike  1.1.2.1 {
 66848                   /* ValueMap */
 66849                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 66850                   /* Values */
 66851                   "\062\000\006Proprietary\000Internal\000Partner\000Public\000Other\000Unknown\000",
 66852                   0,
 66853               };
 66854               
 66855               static MetaProperty
 66856               _PRS_Administrative_Distribution =
 66857               {
 66858                   /* flags */
 66859                   META_FLAG_PROPERTY|META_FLAG_READ,
 66860                   /* name */
 66861                   "Distribution",
 66862                   /* qualifiers */
 66863                   _PRS_Administrative_Distribution_qualifiers,
 66864                   /* type */
 66865                   CIMTYPE_UINT8,
 66866                   /* subscript */
 66867                   -1,
 66868 mike  1.1.2.1     /* value */
 66869                   0,
 66870               };
 66871               
 66872               static const char*
 66873               _PRS_Administrative_Language_qualifiers[] =
 66874               {
 66875                   0,
 66876               };
 66877               
 66878               static MetaProperty
 66879               _PRS_Administrative_Language =
 66880               {
 66881                   /* flags */
 66882                   META_FLAG_PROPERTY|META_FLAG_READ,
 66883                   /* name */
 66884                   "Language",
 66885                   /* qualifiers */
 66886                   _PRS_Administrative_Language_qualifiers,
 66887                   /* type */
 66888                   CIMTYPE_STRING,
 66889 mike  1.1.2.1     /* subscript */
 66890                   -1,
 66891                   /* value */
 66892                   0,
 66893               };
 66894               
 66895               static const char*
 66896               _PRS_Administrative_Copyright_qualifiers[] =
 66897               {
 66898                   0,
 66899               };
 66900               
 66901               static MetaProperty
 66902               _PRS_Administrative_Copyright =
 66903               {
 66904                   /* flags */
 66905                   META_FLAG_PROPERTY|META_FLAG_READ,
 66906                   /* name */
 66907                   "Copyright",
 66908                   /* qualifiers */
 66909                   _PRS_Administrative_Copyright_qualifiers,
 66910 mike  1.1.2.1     /* type */
 66911                   CIMTYPE_STRING,
 66912                   /* subscript */
 66913                   -1,
 66914                   /* value */
 66915                   0,
 66916               };
 66917               
 66918               static const char*
 66919               _PRS_Administrative_Disclaimer_qualifiers[] =
 66920               {
 66921                   0,
 66922               };
 66923               
 66924               static MetaProperty
 66925               _PRS_Administrative_Disclaimer =
 66926               {
 66927                   /* flags */
 66928                   META_FLAG_PROPERTY|META_FLAG_READ,
 66929                   /* name */
 66930                   "Disclaimer",
 66931 mike  1.1.2.1     /* qualifiers */
 66932                   _PRS_Administrative_Disclaimer_qualifiers,
 66933                   /* type */
 66934                   CIMTYPE_STRING,
 66935                   /* subscript */
 66936                   -1,
 66937                   /* value */
 66938                   0,
 66939               };
 66940               
 66941               static const char*
 66942               _PRS_Administrative_Rights_qualifiers[] =
 66943               {
 66944                   0,
 66945               };
 66946               
 66947               static MetaProperty
 66948               _PRS_Administrative_Rights =
 66949               {
 66950                   /* flags */
 66951                   META_FLAG_PROPERTY|META_FLAG_READ,
 66952 mike  1.1.2.1     /* name */
 66953                   "Rights",
 66954                   /* qualifiers */
 66955                   _PRS_Administrative_Rights_qualifiers,
 66956                   /* type */
 66957                   CIMTYPE_STRING,
 66958                   /* subscript */
 66959                   -1,
 66960                   /* value */
 66961                   0,
 66962               };
 66963               
 66964               static MetaFeature*
 66965               _PRS_Administrative_features[] =
 66966               {
 66967                   (MetaFeature*)&_PRS_Administrative_ComplianceLevel,
 66968                   (MetaFeature*)&_PRS_Administrative_DocumentStatus,
 66969                   (MetaFeature*)&_PRS_Administrative_Distribution,
 66970                   (MetaFeature*)&_PRS_Administrative_Language,
 66971                   (MetaFeature*)&_PRS_Administrative_Copyright,
 66972                   (MetaFeature*)&_PRS_Administrative_Disclaimer,
 66973 mike  1.1.2.1     (MetaFeature*)&_PRS_Administrative_Rights,
 66974                   0,
 66975               };
 66976               
 66977               static const char*
 66978               __root_cimv2_PRS_Administrative_qualifiers[] =
 66979               {
 66980                   /* UMLPackagePath */
 66981                   "\057PRS::Support",
 66982                   /* Version */
 66983                   "\0632.6.0",
 66984                   0,
 66985               };
 66986               
 66987               MetaClass
 66988               __root_cimv2_PRS_Administrative =
 66989               {
 66990                   /* flags */
 66991                   META_FLAG_CLASS,
 66992                   /* name */
 66993                   "PRS_Administrative",
 66994 mike  1.1.2.1     /* qualifiers */
 66995                   __root_cimv2_PRS_Administrative_qualifiers,
 66996                   /* super */
 66997                   &__root_cimv2_PRS_ExchangeElement,
 66998                   /* features */
 66999                   _PRS_Administrative_features,
 67000               };
 67001               
 67002               //==============================================================================
 67003               //
 67004               // Class: PRS_AdministrativeRevision
 67005               //
 67006               //==============================================================================
 67007               
 67008               static const char*
 67009               _PRS_AdministrativeRevision_Antecedent_qualifiers[] =
 67010               {
 67011                   /* Aggregate */
 67012                   "\003\001",
 67013                   /* Override */
 67014                   "\044Antecedent",
 67015 mike  1.1.2.1     /* Min */
 67016                   "\033\000\000\000\001",
 67017                   /* Max */
 67018                   "\027\000\000\000\001",
 67019                   0,
 67020               };
 67021               
 67022               static MetaReference
 67023               _PRS_AdministrativeRevision_Antecedent =
 67024               {
 67025                   /* flags */
 67026                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 67027                   /* name */
 67028                   "Antecedent",
 67029                   /* qualifiers */
 67030                   _PRS_AdministrativeRevision_Antecedent_qualifiers,
 67031                   /* subscript */
 67032                   -1,
 67033                   /* refId */
 67034                   &__root_cimv2_PRS_Administrative,
 67035               };
 67036 mike  1.1.2.1 
 67037               static const char*
 67038               _PRS_AdministrativeRevision_Dependent_qualifiers[] =
 67039               {
 67040                   /* Override */
 67041                   "\044Dependent",
 67042                   0,
 67043               };
 67044               
 67045               static MetaReference
 67046               _PRS_AdministrativeRevision_Dependent =
 67047               {
 67048                   /* flags */
 67049                   META_FLAG_REFERENCE|META_FLAG_READ,
 67050                   /* name */
 67051                   "Dependent",
 67052                   /* qualifiers */
 67053                   _PRS_AdministrativeRevision_Dependent_qualifiers,
 67054                   /* subscript */
 67055                   -1,
 67056                   /* refId */
 67057 mike  1.1.2.1     &__root_cimv2_PRS_Revision,
 67058               };
 67059               
 67060               static MetaFeature*
 67061               _PRS_AdministrativeRevision_features[] =
 67062               {
 67063                   (MetaFeature*)&_PRS_AdministrativeRevision_Antecedent,
 67064                   (MetaFeature*)&_PRS_AdministrativeRevision_Dependent,
 67065                   0,
 67066               };
 67067               
 67068               static const char*
 67069               __root_cimv2_PRS_AdministrativeRevision_qualifiers[] =
 67070               {
 67071                   /* ASSOCIATION */
 67072                   "\000\001",
 67073                   /* UMLPackagePath */
 67074                   "\057PRS::Support",
 67075                   /* Aggregation */
 67076                   "\004\001",
 67077                   /* Version */
 67078 mike  1.1.2.1     "\0632.8.0",
 67079                   0,
 67080               };
 67081               
 67082               MetaClass
 67083               __root_cimv2_PRS_AdministrativeRevision =
 67084               {
 67085                   /* flags */
 67086                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 67087                   /* name */
 67088                   "PRS_AdministrativeRevision",
 67089                   /* qualifiers */
 67090                   __root_cimv2_PRS_AdministrativeRevision_qualifiers,
 67091                   /* super */
 67092                   &__root_cimv2_CIM_HostedDependency,
 67093                   /* features */
 67094                   _PRS_AdministrativeRevision_features,
 67095               };
 67096               
 67097               //==============================================================================
 67098               //
 67099 mike  1.1.2.1 // Class: PRS_Agreement
 67100               //
 67101               //==============================================================================
 67102               
 67103               static const char*
 67104               _PRS_Agreement_ContractID_qualifiers[] =
 67105               {
 67106                   0,
 67107               };
 67108               
 67109               static MetaProperty
 67110               _PRS_Agreement_ContractID =
 67111               {
 67112                   /* flags */
 67113                   META_FLAG_PROPERTY|META_FLAG_READ,
 67114                   /* name */
 67115                   "ContractID",
 67116                   /* qualifiers */
 67117                   _PRS_Agreement_ContractID_qualifiers,
 67118                   /* type */
 67119                   CIMTYPE_STRING,
 67120 mike  1.1.2.1     /* subscript */
 67121                   -1,
 67122                   /* value */
 67123                   0,
 67124               };
 67125               
 67126               static const char*
 67127               _PRS_Agreement_AgreementType_qualifiers[] =
 67128               {
 67129                   0,
 67130               };
 67131               
 67132               static MetaProperty
 67133               _PRS_Agreement_AgreementType =
 67134               {
 67135                   /* flags */
 67136                   META_FLAG_PROPERTY|META_FLAG_READ,
 67137                   /* name */
 67138                   "AgreementType",
 67139                   /* qualifiers */
 67140                   _PRS_Agreement_AgreementType_qualifiers,
 67141 mike  1.1.2.1     /* type */
 67142                   CIMTYPE_STRING,
 67143                   /* subscript */
 67144                   -1,
 67145                   /* value */
 67146                   0,
 67147               };
 67148               
 67149               static MetaFeature*
 67150               _PRS_Agreement_features[] =
 67151               {
 67152                   (MetaFeature*)&_PRS_Agreement_ContractID,
 67153                   (MetaFeature*)&_PRS_Agreement_AgreementType,
 67154                   0,
 67155               };
 67156               
 67157               static const char*
 67158               __root_cimv2_PRS_Agreement_qualifiers[] =
 67159               {
 67160                   /* UMLPackagePath */
 67161                   "\057PRS::Support",
 67162 mike  1.1.2.1     /* Version */
 67163                   "\0632.6.0",
 67164                   0,
 67165               };
 67166               
 67167               MetaClass
 67168               __root_cimv2_PRS_Agreement =
 67169               {
 67170                   /* flags */
 67171                   META_FLAG_CLASS,
 67172                   /* name */
 67173                   "PRS_Agreement",
 67174                   /* qualifiers */
 67175                   __root_cimv2_PRS_Agreement_qualifiers,
 67176                   /* super */
 67177                   &__root_cimv2_PRS_ExchangeElement,
 67178                   /* features */
 67179                   _PRS_Agreement_features,
 67180               };
 67181               
 67182               //==============================================================================
 67183 mike  1.1.2.1 //
 67184               // Class: PRS_Attachment
 67185               //
 67186               //==============================================================================
 67187               
 67188               static const char*
 67189               _PRS_Attachment_AttachmentReference_qualifiers[] =
 67190               {
 67191                   0,
 67192               };
 67193               
 67194               static MetaProperty
 67195               _PRS_Attachment_AttachmentReference =
 67196               {
 67197                   /* flags */
 67198                   META_FLAG_PROPERTY|META_FLAG_READ,
 67199                   /* name */
 67200                   "AttachmentReference",
 67201                   /* qualifiers */
 67202                   _PRS_Attachment_AttachmentReference_qualifiers,
 67203                   /* type */
 67204 mike  1.1.2.1     CIMTYPE_STRING,
 67205                   /* subscript */
 67206                   -1,
 67207                   /* value */
 67208                   0,
 67209               };
 67210               
 67211               static const char*
 67212               _PRS_Attachment_Protocol_qualifiers[] =
 67213               {
 67214                   0,
 67215               };
 67216               
 67217               static MetaProperty
 67218               _PRS_Attachment_Protocol =
 67219               {
 67220                   /* flags */
 67221                   META_FLAG_PROPERTY|META_FLAG_READ,
 67222                   /* name */
 67223                   "Protocol",
 67224                   /* qualifiers */
 67225 mike  1.1.2.1     _PRS_Attachment_Protocol_qualifiers,
 67226                   /* type */
 67227                   CIMTYPE_STRING,
 67228                   /* subscript */
 67229                   -1,
 67230                   /* value */
 67231                   0,
 67232               };
 67233               
 67234               static const char*
 67235               _PRS_Attachment_Format_qualifiers[] =
 67236               {
 67237                   0,
 67238               };
 67239               
 67240               static MetaProperty
 67241               _PRS_Attachment_Format =
 67242               {
 67243                   /* flags */
 67244                   META_FLAG_PROPERTY|META_FLAG_READ,
 67245                   /* name */
 67246 mike  1.1.2.1     "Format",
 67247                   /* qualifiers */
 67248                   _PRS_Attachment_Format_qualifiers,
 67249                   /* type */
 67250                   CIMTYPE_STRING,
 67251                   /* subscript */
 67252                   -1,
 67253                   /* value */
 67254                   0,
 67255               };
 67256               
 67257               static const char*
 67258               _PRS_Attachment_AttachmentSize_qualifiers[] =
 67259               {
 67260                   0,
 67261               };
 67262               
 67263               static MetaProperty
 67264               _PRS_Attachment_AttachmentSize =
 67265               {
 67266                   /* flags */
 67267 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 67268                   /* name */
 67269                   "AttachmentSize",
 67270                   /* qualifiers */
 67271                   _PRS_Attachment_AttachmentSize_qualifiers,
 67272                   /* type */
 67273                   CIMTYPE_STRING,
 67274                   /* subscript */
 67275                   -1,
 67276                   /* value */
 67277                   0,
 67278               };
 67279               
 67280               static const char*
 67281               _PRS_Attachment_AttachmentObject_qualifiers[] =
 67282               {
 67283                   0,
 67284               };
 67285               
 67286               static MetaProperty
 67287               _PRS_Attachment_AttachmentObject =
 67288 mike  1.1.2.1 {
 67289                   /* flags */
 67290                   META_FLAG_PROPERTY|META_FLAG_READ,
 67291                   /* name */
 67292                   "AttachmentObject",
 67293                   /* qualifiers */
 67294                   _PRS_Attachment_AttachmentObject_qualifiers,
 67295                   /* type */
 67296                   CIMTYPE_STRING,
 67297                   /* subscript */
 67298                   -1,
 67299                   /* value */
 67300                   0,
 67301               };
 67302               
 67303               static const char*
 67304               _PRS_Attachment_AttachmentType_qualifiers[] =
 67305               {
 67306                   /* ValueMap */
 67307                   "\061\000\0050\0001\0002\000254\000255\000",
 67308                   /* Values */
 67309 mike  1.1.2.1     "\062\000\005Instructions\000Background\000Log\000Unknown\000Undefined\000",
 67310                   0,
 67311               };
 67312               
 67313               static MetaProperty
 67314               _PRS_Attachment_AttachmentType =
 67315               {
 67316                   /* flags */
 67317                   META_FLAG_PROPERTY|META_FLAG_READ,
 67318                   /* name */
 67319                   "AttachmentType",
 67320                   /* qualifiers */
 67321                   _PRS_Attachment_AttachmentType_qualifiers,
 67322                   /* type */
 67323                   CIMTYPE_UINT8,
 67324                   /* subscript */
 67325                   -1,
 67326                   /* value */
 67327                   0,
 67328               };
 67329               
 67330 mike  1.1.2.1 static const char*
 67331               _PRS_Attachment_AttachmentName_qualifiers[] =
 67332               {
 67333                   0,
 67334               };
 67335               
 67336               static MetaProperty
 67337               _PRS_Attachment_AttachmentName =
 67338               {
 67339                   /* flags */
 67340                   META_FLAG_PROPERTY|META_FLAG_READ,
 67341                   /* name */
 67342                   "AttachmentName",
 67343                   /* qualifiers */
 67344                   _PRS_Attachment_AttachmentName_qualifiers,
 67345                   /* type */
 67346                   CIMTYPE_STRING,
 67347                   /* subscript */
 67348                   -1,
 67349                   /* value */
 67350                   0,
 67351 mike  1.1.2.1 };
 67352               
 67353               static MetaFeature*
 67354               _PRS_Attachment_features[] =
 67355               {
 67356                   (MetaFeature*)&_PRS_Attachment_AttachmentReference,
 67357                   (MetaFeature*)&_PRS_Attachment_Protocol,
 67358                   (MetaFeature*)&_PRS_Attachment_Format,
 67359                   (MetaFeature*)&_PRS_Attachment_AttachmentSize,
 67360                   (MetaFeature*)&_PRS_Attachment_AttachmentObject,
 67361                   (MetaFeature*)&_PRS_Attachment_AttachmentType,
 67362                   (MetaFeature*)&_PRS_Attachment_AttachmentName,
 67363                   0,
 67364               };
 67365               
 67366               static const char*
 67367               __root_cimv2_PRS_Attachment_qualifiers[] =
 67368               {
 67369                   /* UMLPackagePath */
 67370                   "\057PRS::Support",
 67371                   /* Version */
 67372 mike  1.1.2.1     "\0632.6.0",
 67373                   0,
 67374               };
 67375               
 67376               MetaClass
 67377               __root_cimv2_PRS_Attachment =
 67378               {
 67379                   /* flags */
 67380                   META_FLAG_CLASS,
 67381                   /* name */
 67382                   "PRS_Attachment",
 67383                   /* qualifiers */
 67384                   __root_cimv2_PRS_Attachment_qualifiers,
 67385                   /* super */
 67386                   &__root_cimv2_PRS_ExchangeElement,
 67387                   /* features */
 67388                   _PRS_Attachment_features,
 67389               };
 67390               
 67391               //==============================================================================
 67392               //
 67393 mike  1.1.2.1 // Class: PRS_Category
 67394               //
 67395               //==============================================================================
 67396               
 67397               static const char*
 67398               _PRS_Category_CategoryContents_qualifiers[] =
 67399               {
 67400                   0,
 67401               };
 67402               
 67403               static MetaProperty
 67404               _PRS_Category_CategoryContents =
 67405               {
 67406                   /* flags */
 67407                   META_FLAG_PROPERTY|META_FLAG_READ,
 67408                   /* name */
 67409                   "CategoryContents",
 67410                   /* qualifiers */
 67411                   _PRS_Category_CategoryContents_qualifiers,
 67412                   /* type */
 67413                   CIMTYPE_STRING,
 67414 mike  1.1.2.1     /* subscript */
 67415                   -1,
 67416                   /* value */
 67417                   0,
 67418               };
 67419               
 67420               static const char*
 67421               _PRS_Category_CategoryType_qualifiers[] =
 67422               {
 67423                   0,
 67424               };
 67425               
 67426               static MetaProperty
 67427               _PRS_Category_CategoryType =
 67428               {
 67429                   /* flags */
 67430                   META_FLAG_PROPERTY|META_FLAG_READ,
 67431                   /* name */
 67432                   "CategoryType",
 67433                   /* qualifiers */
 67434                   _PRS_Category_CategoryType_qualifiers,
 67435 mike  1.1.2.1     /* type */
 67436                   CIMTYPE_STRING,
 67437                   /* subscript */
 67438                   -1,
 67439                   /* value */
 67440                   0,
 67441               };
 67442               
 67443               static MetaFeature*
 67444               _PRS_Category_features[] =
 67445               {
 67446                   (MetaFeature*)&_PRS_Category_CategoryContents,
 67447                   (MetaFeature*)&_PRS_Category_CategoryType,
 67448                   0,
 67449               };
 67450               
 67451               static const char*
 67452               __root_cimv2_PRS_Category_qualifiers[] =
 67453               {
 67454                   /* UMLPackagePath */
 67455                   "\057PRS::Support",
 67456 mike  1.1.2.1     /* Version */
 67457                   "\0632.6.0",
 67458                   0,
 67459               };
 67460               
 67461               MetaClass
 67462               __root_cimv2_PRS_Category =
 67463               {
 67464                   /* flags */
 67465                   META_FLAG_CLASS,
 67466                   /* name */
 67467                   "PRS_Category",
 67468                   /* qualifiers */
 67469                   __root_cimv2_PRS_Category_qualifiers,
 67470                   /* super */
 67471                   &__root_cimv2_PRS_ExchangeElement,
 67472                   /* features */
 67473                   _PRS_Category_features,
 67474               };
 67475               
 67476               //==============================================================================
 67477 mike  1.1.2.1 //
 67478               // Class: PRS_CategoryParentChild
 67479               //
 67480               //==============================================================================
 67481               
 67482               static const char*
 67483               _PRS_CategoryParentChild_Antecedent_qualifiers[] =
 67484               {
 67485                   /* Override */
 67486                   "\044Antecedent",
 67487                   0,
 67488               };
 67489               
 67490               static MetaReference
 67491               _PRS_CategoryParentChild_Antecedent =
 67492               {
 67493                   /* flags */
 67494                   META_FLAG_REFERENCE|META_FLAG_READ,
 67495                   /* name */
 67496                   "Antecedent",
 67497                   /* qualifiers */
 67498 mike  1.1.2.1     _PRS_CategoryParentChild_Antecedent_qualifiers,
 67499                   /* subscript */
 67500                   -1,
 67501                   /* refId */
 67502                   &__root_cimv2_PRS_Category,
 67503               };
 67504               
 67505               static const char*
 67506               _PRS_CategoryParentChild_Dependent_qualifiers[] =
 67507               {
 67508                   /* Override */
 67509                   "\044Dependent",
 67510                   0,
 67511               };
 67512               
 67513               static MetaReference
 67514               _PRS_CategoryParentChild_Dependent =
 67515               {
 67516                   /* flags */
 67517                   META_FLAG_REFERENCE|META_FLAG_READ,
 67518                   /* name */
 67519 mike  1.1.2.1     "Dependent",
 67520                   /* qualifiers */
 67521                   _PRS_CategoryParentChild_Dependent_qualifiers,
 67522                   /* subscript */
 67523                   -1,
 67524                   /* refId */
 67525                   &__root_cimv2_PRS_Category,
 67526               };
 67527               
 67528               static MetaFeature*
 67529               _PRS_CategoryParentChild_features[] =
 67530               {
 67531                   (MetaFeature*)&_PRS_CategoryParentChild_Antecedent,
 67532                   (MetaFeature*)&_PRS_CategoryParentChild_Dependent,
 67533                   0,
 67534               };
 67535               
 67536               static const char*
 67537               __root_cimv2_PRS_CategoryParentChild_qualifiers[] =
 67538               {
 67539                   /* ASSOCIATION */
 67540 mike  1.1.2.1     "\000\001",
 67541                   /* UMLPackagePath */
 67542                   "\057PRS::Support",
 67543                   /* Version */
 67544                   "\0632.8.0",
 67545                   0,
 67546               };
 67547               
 67548               MetaClass
 67549               __root_cimv2_PRS_CategoryParentChild =
 67550               {
 67551                   /* flags */
 67552                   META_FLAG_ASSOCIATION,
 67553                   /* name */
 67554                   "PRS_CategoryParentChild",
 67555                   /* qualifiers */
 67556                   __root_cimv2_PRS_CategoryParentChild_qualifiers,
 67557                   /* super */
 67558                   &__root_cimv2_CIM_HostedDependency,
 67559                   /* features */
 67560                   _PRS_CategoryParentChild_features,
 67561 mike  1.1.2.1 };
 67562               
 67563               //==============================================================================
 67564               //
 67565               // Class: PRS_Contact
 67566               //
 67567               //==============================================================================
 67568               
 67569               static MetaFeature*
 67570               _PRS_Contact_features[] =
 67571               {
 67572                   0,
 67573               };
 67574               
 67575               static const char*
 67576               __root_cimv2_PRS_Contact_qualifiers[] =
 67577               {
 67578                   /* UMLPackagePath */
 67579                   "\057PRS::Support",
 67580                   /* Version */
 67581                   "\0632.6.0",
 67582 mike  1.1.2.1     0,
 67583               };
 67584               
 67585               MetaClass
 67586               __root_cimv2_PRS_Contact =
 67587               {
 67588                   /* flags */
 67589                   META_FLAG_CLASS,
 67590                   /* name */
 67591                   "PRS_Contact",
 67592                   /* qualifiers */
 67593                   __root_cimv2_PRS_Contact_qualifiers,
 67594                   /* super */
 67595                   &__root_cimv2_PRS_ExchangeElement,
 67596                   /* features */
 67597                   _PRS_Contact_features,
 67598               };
 67599               
 67600               //==============================================================================
 67601               //
 67602               // Class: PRS_ContactItem
 67603 mike  1.1.2.1 //
 67604               //==============================================================================
 67605               
 67606               static MetaFeature*
 67607               _PRS_ContactItem_features[] =
 67608               {
 67609                   0,
 67610               };
 67611               
 67612               static const char*
 67613               __root_cimv2_PRS_ContactItem_qualifiers[] =
 67614               {
 67615                   /* UMLPackagePath */
 67616                   "\057PRS::Support",
 67617                   /* Abstract */
 67618                   "\002\001",
 67619                   /* Version */
 67620                   "\0632.6.0",
 67621                   0,
 67622               };
 67623               
 67624 mike  1.1.2.1 MetaClass
 67625               __root_cimv2_PRS_ContactItem =
 67626               {
 67627                   /* flags */
 67628                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 67629                   /* name */
 67630                   "PRS_ContactItem",
 67631                   /* qualifiers */
 67632                   __root_cimv2_PRS_ContactItem_qualifiers,
 67633                   /* super */
 67634                   &__root_cimv2_PRS_ExchangeElement,
 67635                   /* features */
 67636                   _PRS_ContactItem_features,
 67637               };
 67638               
 67639               //==============================================================================
 67640               //
 67641               // Class: PRS_ContactItemAddress
 67642               //
 67643               //==============================================================================
 67644               
 67645 mike  1.1.2.1 static const char*
 67646               _PRS_ContactItemAddress_Antecedent_qualifiers[] =
 67647               {
 67648                   /* Override */
 67649                   "\044Antecedent",
 67650                   /* Min */
 67651                   "\033\000\000\000\001",
 67652                   0,
 67653               };
 67654               
 67655               static MetaReference
 67656               _PRS_ContactItemAddress_Antecedent =
 67657               {
 67658                   /* flags */
 67659                   META_FLAG_REFERENCE|META_FLAG_READ,
 67660                   /* name */
 67661                   "Antecedent",
 67662                   /* qualifiers */
 67663                   _PRS_ContactItemAddress_Antecedent_qualifiers,
 67664                   /* subscript */
 67665                   -1,
 67666 mike  1.1.2.1     /* refId */
 67667                   &__root_cimv2_PRS_ContactItem,
 67668               };
 67669               
 67670               static const char*
 67671               _PRS_ContactItemAddress_Dependent_qualifiers[] =
 67672               {
 67673                   /* Override */
 67674                   "\044Dependent",
 67675                   0,
 67676               };
 67677               
 67678               static MetaReference
 67679               _PRS_ContactItemAddress_Dependent =
 67680               {
 67681                   /* flags */
 67682                   META_FLAG_REFERENCE|META_FLAG_READ,
 67683                   /* name */
 67684                   "Dependent",
 67685                   /* qualifiers */
 67686                   _PRS_ContactItemAddress_Dependent_qualifiers,
 67687 mike  1.1.2.1     /* subscript */
 67688                   -1,
 67689                   /* refId */
 67690                   &__root_cimv2_PRS_Address,
 67691               };
 67692               
 67693               static MetaFeature*
 67694               _PRS_ContactItemAddress_features[] =
 67695               {
 67696                   (MetaFeature*)&_PRS_ContactItemAddress_Antecedent,
 67697                   (MetaFeature*)&_PRS_ContactItemAddress_Dependent,
 67698                   0,
 67699               };
 67700               
 67701               static const char*
 67702               __root_cimv2_PRS_ContactItemAddress_qualifiers[] =
 67703               {
 67704                   /* ASSOCIATION */
 67705                   "\000\001",
 67706                   /* UMLPackagePath */
 67707                   "\057PRS::Support",
 67708 mike  1.1.2.1     /* Version */
 67709                   "\0632.6.0",
 67710                   0,
 67711               };
 67712               
 67713               MetaClass
 67714               __root_cimv2_PRS_ContactItemAddress =
 67715               {
 67716                   /* flags */
 67717                   META_FLAG_ASSOCIATION,
 67718                   /* name */
 67719                   "PRS_ContactItemAddress",
 67720                   /* qualifiers */
 67721                   __root_cimv2_PRS_ContactItemAddress_qualifiers,
 67722                   /* super */
 67723                   &__root_cimv2_CIM_Dependency,
 67724                   /* features */
 67725                   _PRS_ContactItemAddress_features,
 67726               };
 67727               
 67728               //==============================================================================
 67729 mike  1.1.2.1 //
 67730               // Class: PRS_Expression
 67731               //
 67732               //==============================================================================
 67733               
 67734               static const char*
 67735               _PRS_Expression_Relation_qualifiers[] =
 67736               {
 67737                   0,
 67738               };
 67739               
 67740               static MetaProperty
 67741               _PRS_Expression_Relation =
 67742               {
 67743                   /* flags */
 67744                   META_FLAG_PROPERTY|META_FLAG_READ,
 67745                   /* name */
 67746                   "Relation",
 67747                   /* qualifiers */
 67748                   _PRS_Expression_Relation_qualifiers,
 67749                   /* type */
 67750 mike  1.1.2.1     CIMTYPE_STRING,
 67751                   /* subscript */
 67752                   -1,
 67753                   /* value */
 67754                   0,
 67755               };
 67756               
 67757               static MetaFeature*
 67758               _PRS_Expression_features[] =
 67759               {
 67760                   (MetaFeature*)&_PRS_Expression_Relation,
 67761                   0,
 67762               };
 67763               
 67764               static const char*
 67765               __root_cimv2_PRS_Expression_qualifiers[] =
 67766               {
 67767                   /* UMLPackagePath */
 67768                   "\057PRS::Support",
 67769                   /* Version */
 67770                   "\0632.6.0",
 67771 mike  1.1.2.1     0,
 67772               };
 67773               
 67774               MetaClass
 67775               __root_cimv2_PRS_Expression =
 67776               {
 67777                   /* flags */
 67778                   META_FLAG_CLASS,
 67779                   /* name */
 67780                   "PRS_Expression",
 67781                   /* qualifiers */
 67782                   __root_cimv2_PRS_Expression_qualifiers,
 67783                   /* super */
 67784                   &__root_cimv2_PRS_ExpressionElement,
 67785                   /* features */
 67786                   _PRS_Expression_features,
 67787               };
 67788               
 67789               //==============================================================================
 67790               //
 67791               // Class: PRS_ExpressionLink
 67792 mike  1.1.2.1 //
 67793               //==============================================================================
 67794               
 67795               static const char*
 67796               _PRS_ExpressionLink_Antecedent_qualifiers[] =
 67797               {
 67798                   /* Aggregate */
 67799                   "\003\001",
 67800                   /* Override */
 67801                   "\044Antecedent",
 67802                   /* Min */
 67803                   "\033\000\000\000\001",
 67804                   0,
 67805               };
 67806               
 67807               static MetaReference
 67808               _PRS_ExpressionLink_Antecedent =
 67809               {
 67810                   /* flags */
 67811                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 67812                   /* name */
 67813 mike  1.1.2.1     "Antecedent",
 67814                   /* qualifiers */
 67815                   _PRS_ExpressionLink_Antecedent_qualifiers,
 67816                   /* subscript */
 67817                   -1,
 67818                   /* refId */
 67819                   &__root_cimv2_PRS_Expression,
 67820               };
 67821               
 67822               static const char*
 67823               _PRS_ExpressionLink_Dependent_qualifiers[] =
 67824               {
 67825                   /* Override */
 67826                   "\044Dependent",
 67827                   /* Min */
 67828                   "\033\000\000\000\001",
 67829                   0,
 67830               };
 67831               
 67832               static MetaReference
 67833               _PRS_ExpressionLink_Dependent =
 67834 mike  1.1.2.1 {
 67835                   /* flags */
 67836                   META_FLAG_REFERENCE|META_FLAG_READ,
 67837                   /* name */
 67838                   "Dependent",
 67839                   /* qualifiers */
 67840                   _PRS_ExpressionLink_Dependent_qualifiers,
 67841                   /* subscript */
 67842                   -1,
 67843                   /* refId */
 67844                   &__root_cimv2_PRS_ExpressionElement,
 67845               };
 67846               
 67847               static MetaFeature*
 67848               _PRS_ExpressionLink_features[] =
 67849               {
 67850                   (MetaFeature*)&_PRS_ExpressionLink_Antecedent,
 67851                   (MetaFeature*)&_PRS_ExpressionLink_Dependent,
 67852                   0,
 67853               };
 67854               
 67855 mike  1.1.2.1 static const char*
 67856               __root_cimv2_PRS_ExpressionLink_qualifiers[] =
 67857               {
 67858                   /* ASSOCIATION */
 67859                   "\000\001",
 67860                   /* UMLPackagePath */
 67861                   "\057PRS::Support",
 67862                   /* Aggregation */
 67863                   "\004\001",
 67864                   /* Version */
 67865                   "\0632.8.0",
 67866                   0,
 67867               };
 67868               
 67869               MetaClass
 67870               __root_cimv2_PRS_ExpressionLink =
 67871               {
 67872                   /* flags */
 67873                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 67874                   /* name */
 67875                   "PRS_ExpressionLink",
 67876 mike  1.1.2.1     /* qualifiers */
 67877                   __root_cimv2_PRS_ExpressionLink_qualifiers,
 67878                   /* super */
 67879                   &__root_cimv2_CIM_HostedDependency,
 67880                   /* features */
 67881                   _PRS_ExpressionLink_features,
 67882               };
 67883               
 67884               //==============================================================================
 67885               //
 67886               // Class: PRS_FeatureResource
 67887               //
 67888               //==============================================================================
 67889               
 67890               static const char*
 67891               _PRS_FeatureResource_Antecedent_qualifiers[] =
 67892               {
 67893                   /* Override */
 67894                   "\044Antecedent",
 67895                   0,
 67896               };
 67897 mike  1.1.2.1 
 67898               static MetaReference
 67899               _PRS_FeatureResource_Antecedent =
 67900               {
 67901                   /* flags */
 67902                   META_FLAG_REFERENCE|META_FLAG_READ,
 67903                   /* name */
 67904                   "Antecedent",
 67905                   /* qualifiers */
 67906                   _PRS_FeatureResource_Antecedent_qualifiers,
 67907                   /* subscript */
 67908                   -1,
 67909                   /* refId */
 67910                   &__root_cimv2_PRS_Feature,
 67911               };
 67912               
 67913               static const char*
 67914               _PRS_FeatureResource_Dependent_qualifiers[] =
 67915               {
 67916                   /* Override */
 67917                   "\044Dependent",
 67918 mike  1.1.2.1     0,
 67919               };
 67920               
 67921               static MetaReference
 67922               _PRS_FeatureResource_Dependent =
 67923               {
 67924                   /* flags */
 67925                   META_FLAG_REFERENCE|META_FLAG_READ,
 67926                   /* name */
 67927                   "Dependent",
 67928                   /* qualifiers */
 67929                   _PRS_FeatureResource_Dependent_qualifiers,
 67930                   /* subscript */
 67931                   -1,
 67932                   /* refId */
 67933                   &__root_cimv2_PRS_Resource,
 67934               };
 67935               
 67936               static MetaFeature*
 67937               _PRS_FeatureResource_features[] =
 67938               {
 67939 mike  1.1.2.1     (MetaFeature*)&_PRS_FeatureResource_Antecedent,
 67940                   (MetaFeature*)&_PRS_FeatureResource_Dependent,
 67941                   0,
 67942               };
 67943               
 67944               static const char*
 67945               __root_cimv2_PRS_FeatureResource_qualifiers[] =
 67946               {
 67947                   /* ASSOCIATION */
 67948                   "\000\001",
 67949                   /* UMLPackagePath */
 67950                   "\057PRS::Support",
 67951                   /* Version */
 67952                   "\0632.6.0",
 67953                   0,
 67954               };
 67955               
 67956               MetaClass
 67957               __root_cimv2_PRS_FeatureResource =
 67958               {
 67959                   /* flags */
 67960 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 67961                   /* name */
 67962                   "PRS_FeatureResource",
 67963                   /* qualifiers */
 67964                   __root_cimv2_PRS_FeatureResource_qualifiers,
 67965                   /* super */
 67966                   &__root_cimv2_CIM_Dependency,
 67967                   /* features */
 67968                   _PRS_FeatureResource_features,
 67969               };
 67970               
 67971               //==============================================================================
 67972               //
 67973               // Class: PRS_Organization
 67974               //
 67975               //==============================================================================
 67976               
 67977               static const char*
 67978               _PRS_Organization_Name_qualifiers[] =
 67979               {
 67980                   0,
 67981 mike  1.1.2.1 };
 67982               
 67983               static MetaProperty
 67984               _PRS_Organization_Name =
 67985               {
 67986                   /* flags */
 67987                   META_FLAG_PROPERTY|META_FLAG_READ,
 67988                   /* name */
 67989                   "Name",
 67990                   /* qualifiers */
 67991                   _PRS_Organization_Name_qualifiers,
 67992                   /* type */
 67993                   CIMTYPE_STRING,
 67994                   /* subscript */
 67995                   -1,
 67996                   /* value */
 67997                   0,
 67998               };
 67999               
 68000               static const char*
 68001               _PRS_Organization_Business_qualifiers[] =
 68002 mike  1.1.2.1 {
 68003                   0,
 68004               };
 68005               
 68006               static MetaProperty
 68007               _PRS_Organization_Business =
 68008               {
 68009                   /* flags */
 68010                   META_FLAG_PROPERTY|META_FLAG_READ,
 68011                   /* name */
 68012                   "Business",
 68013                   /* qualifiers */
 68014                   _PRS_Organization_Business_qualifiers,
 68015                   /* type */
 68016                   CIMTYPE_STRING,
 68017                   /* subscript */
 68018                   -1,
 68019                   /* value */
 68020                   0,
 68021               };
 68022               
 68023 mike  1.1.2.1 static MetaFeature*
 68024               _PRS_Organization_features[] =
 68025               {
 68026                   (MetaFeature*)&_PRS_Organization_Name,
 68027                   (MetaFeature*)&_PRS_Organization_Business,
 68028                   0,
 68029               };
 68030               
 68031               static const char*
 68032               __root_cimv2_PRS_Organization_qualifiers[] =
 68033               {
 68034                   /* UMLPackagePath */
 68035                   "\057PRS::Support",
 68036                   /* Version */
 68037                   "\0632.6.0",
 68038                   0,
 68039               };
 68040               
 68041               MetaClass
 68042               __root_cimv2_PRS_Organization =
 68043               {
 68044 mike  1.1.2.1     /* flags */
 68045                   META_FLAG_CLASS,
 68046                   /* name */
 68047                   "PRS_Organization",
 68048                   /* qualifiers */
 68049                   __root_cimv2_PRS_Organization_qualifiers,
 68050                   /* super */
 68051                   &__root_cimv2_PRS_ContactItem,
 68052                   /* features */
 68053                   _PRS_Organization_features,
 68054               };
 68055               
 68056               //==============================================================================
 68057               //
 68058               // Class: PRS_Person
 68059               //
 68060               //==============================================================================
 68061               
 68062               static const char*
 68063               _PRS_Person_FirstName_qualifiers[] =
 68064               {
 68065 mike  1.1.2.1     0,
 68066               };
 68067               
 68068               static MetaProperty
 68069               _PRS_Person_FirstName =
 68070               {
 68071                   /* flags */
 68072                   META_FLAG_PROPERTY|META_FLAG_READ,
 68073                   /* name */
 68074                   "FirstName",
 68075                   /* qualifiers */
 68076                   _PRS_Person_FirstName_qualifiers,
 68077                   /* type */
 68078                   CIMTYPE_STRING,
 68079                   /* subscript */
 68080                   -1,
 68081                   /* value */
 68082                   0,
 68083               };
 68084               
 68085               static const char*
 68086 mike  1.1.2.1 _PRS_Person_LastName_qualifiers[] =
 68087               {
 68088                   0,
 68089               };
 68090               
 68091               static MetaProperty
 68092               _PRS_Person_LastName =
 68093               {
 68094                   /* flags */
 68095                   META_FLAG_PROPERTY|META_FLAG_READ,
 68096                   /* name */
 68097                   "LastName",
 68098                   /* qualifiers */
 68099                   _PRS_Person_LastName_qualifiers,
 68100                   /* type */
 68101                   CIMTYPE_STRING,
 68102                   /* subscript */
 68103                   -1,
 68104                   /* value */
 68105                   0,
 68106               };
 68107 mike  1.1.2.1 
 68108               static const char*
 68109               _PRS_Person_Salutation_qualifiers[] =
 68110               {
 68111                   0,
 68112               };
 68113               
 68114               static MetaProperty
 68115               _PRS_Person_Salutation =
 68116               {
 68117                   /* flags */
 68118                   META_FLAG_PROPERTY|META_FLAG_READ,
 68119                   /* name */
 68120                   "Salutation",
 68121                   /* qualifiers */
 68122                   _PRS_Person_Salutation_qualifiers,
 68123                   /* type */
 68124                   CIMTYPE_STRING,
 68125                   /* subscript */
 68126                   -1,
 68127                   /* value */
 68128 mike  1.1.2.1     0,
 68129               };
 68130               
 68131               static const char*
 68132               _PRS_Person_Title_qualifiers[] =
 68133               {
 68134                   0,
 68135               };
 68136               
 68137               static MetaProperty
 68138               _PRS_Person_Title =
 68139               {
 68140                   /* flags */
 68141                   META_FLAG_PROPERTY|META_FLAG_READ,
 68142                   /* name */
 68143                   "Title",
 68144                   /* qualifiers */
 68145                   _PRS_Person_Title_qualifiers,
 68146                   /* type */
 68147                   CIMTYPE_STRING,
 68148                   /* subscript */
 68149 mike  1.1.2.1     -1,
 68150                   /* value */
 68151                   0,
 68152               };
 68153               
 68154               static const char*
 68155               _PRS_Person_ContactType_qualifiers[] =
 68156               {
 68157                   0,
 68158               };
 68159               
 68160               static MetaProperty
 68161               _PRS_Person_ContactType =
 68162               {
 68163                   /* flags */
 68164                   META_FLAG_PROPERTY|META_FLAG_READ,
 68165                   /* name */
 68166                   "ContactType",
 68167                   /* qualifiers */
 68168                   _PRS_Person_ContactType_qualifiers,
 68169                   /* type */
 68170 mike  1.1.2.1     CIMTYPE_STRING,
 68171                   /* subscript */
 68172                   -1,
 68173                   /* value */
 68174                   0,
 68175               };
 68176               
 68177               static const char*
 68178               _PRS_Person_CommunicationMode_qualifiers[] =
 68179               {
 68180                   /* ValueMap */
 68181                   "\061\000\0070\0001\0002\0003\0004\000254\000255\000",
 68182                   /* Values */
 68183                   "\062\000\007Primary_Voice\000Alternate_Voice\000Fax\000Email\000URL\000Other\000Unknown\000",
 68184                   0,
 68185               };
 68186               
 68187               static MetaProperty
 68188               _PRS_Person_CommunicationMode =
 68189               {
 68190                   /* flags */
 68191 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 68192                   /* name */
 68193                   "CommunicationMode",
 68194                   /* qualifiers */
 68195                   _PRS_Person_CommunicationMode_qualifiers,
 68196                   /* type */
 68197                   CIMTYPE_UINT8,
 68198                   /* subscript */
 68199                   -1,
 68200                   /* value */
 68201                   0,
 68202               };
 68203               
 68204               static MetaFeature*
 68205               _PRS_Person_features[] =
 68206               {
 68207                   (MetaFeature*)&_PRS_Person_FirstName,
 68208                   (MetaFeature*)&_PRS_Person_LastName,
 68209                   (MetaFeature*)&_PRS_Person_Salutation,
 68210                   (MetaFeature*)&_PRS_Person_Title,
 68211                   (MetaFeature*)&_PRS_Person_ContactType,
 68212 mike  1.1.2.1     (MetaFeature*)&_PRS_Person_CommunicationMode,
 68213                   0,
 68214               };
 68215               
 68216               static const char*
 68217               __root_cimv2_PRS_Person_qualifiers[] =
 68218               {
 68219                   /* UMLPackagePath */
 68220                   "\057PRS::Support",
 68221                   /* Version */
 68222                   "\0632.6.0",
 68223                   0,
 68224               };
 68225               
 68226               MetaClass
 68227               __root_cimv2_PRS_Person =
 68228               {
 68229                   /* flags */
 68230                   META_FLAG_CLASS,
 68231                   /* name */
 68232                   "PRS_Person",
 68233 mike  1.1.2.1     /* qualifiers */
 68234                   __root_cimv2_PRS_Person_qualifiers,
 68235                   /* super */
 68236                   &__root_cimv2_PRS_ContactItem,
 68237                   /* features */
 68238                   _PRS_Person_features,
 68239               };
 68240               
 68241               //==============================================================================
 68242               //
 68243               // Class: PRS_Problem
 68244               //
 68245               //==============================================================================
 68246               
 68247               static const char*
 68248               _PRS_Problem_Likelihood_qualifiers[] =
 68249               {
 68250                   /* MinValue */
 68251                   "\035\000\000\000\000\000\000\000\000",
 68252                   /* MaxValue */
 68253                   "\031\000\000\000\000\000\000\000\144",
 68254 mike  1.1.2.1     0,
 68255               };
 68256               
 68257               static MetaProperty
 68258               _PRS_Problem_Likelihood =
 68259               {
 68260                   /* flags */
 68261                   META_FLAG_PROPERTY|META_FLAG_READ,
 68262                   /* name */
 68263                   "Likelihood",
 68264                   /* qualifiers */
 68265                   _PRS_Problem_Likelihood_qualifiers,
 68266                   /* type */
 68267                   CIMTYPE_UINT16,
 68268                   /* subscript */
 68269                   -1,
 68270                   /* value */
 68271                   0,
 68272               };
 68273               
 68274               static const char*
 68275 mike  1.1.2.1 _PRS_Problem_Impact_qualifiers[] =
 68276               {
 68277                   /* MinValue */
 68278                   "\035\000\000\000\000\000\000\000\000",
 68279                   /* MaxValue */
 68280                   "\031\000\000\000\000\000\000\000\144",
 68281                   0,
 68282               };
 68283               
 68284               static MetaProperty
 68285               _PRS_Problem_Impact =
 68286               {
 68287                   /* flags */
 68288                   META_FLAG_PROPERTY|META_FLAG_READ,
 68289                   /* name */
 68290                   "Impact",
 68291                   /* qualifiers */
 68292                   _PRS_Problem_Impact_qualifiers,
 68293                   /* type */
 68294                   CIMTYPE_UINT16,
 68295                   /* subscript */
 68296 mike  1.1.2.1     -1,
 68297                   /* value */
 68298                   0,
 68299               };
 68300               
 68301               static MetaFeature*
 68302               _PRS_Problem_features[] =
 68303               {
 68304                   (MetaFeature*)&_PRS_Problem_Likelihood,
 68305                   (MetaFeature*)&_PRS_Problem_Impact,
 68306                   0,
 68307               };
 68308               
 68309               static const char*
 68310               __root_cimv2_PRS_Problem_qualifiers[] =
 68311               {
 68312                   /* UMLPackagePath */
 68313                   "\057PRS::Support",
 68314                   /* Version */
 68315                   "\0632.6.0",
 68316                   0,
 68317 mike  1.1.2.1 };
 68318               
 68319               MetaClass
 68320               __root_cimv2_PRS_Problem =
 68321               {
 68322                   /* flags */
 68323                   META_FLAG_CLASS,
 68324                   /* name */
 68325                   "PRS_Problem",
 68326                   /* qualifiers */
 68327                   __root_cimv2_PRS_Problem_qualifiers,
 68328                   /* super */
 68329                   &__root_cimv2_PRS_SolutionElement,
 68330                   /* features */
 68331                   _PRS_Problem_features,
 68332               };
 68333               
 68334               //==============================================================================
 68335               //
 68336               // Class: PRS_ProductAsset
 68337               //
 68338 mike  1.1.2.1 //==============================================================================
 68339               
 68340               static const char*
 68341               _PRS_ProductAsset_Antecedent_qualifiers[] =
 68342               {
 68343                   /* Override */
 68344                   "\044Antecedent",
 68345                   0,
 68346               };
 68347               
 68348               static MetaReference
 68349               _PRS_ProductAsset_Antecedent =
 68350               {
 68351                   /* flags */
 68352                   META_FLAG_REFERENCE|META_FLAG_READ,
 68353                   /* name */
 68354                   "Antecedent",
 68355                   /* qualifiers */
 68356                   _PRS_ProductAsset_Antecedent_qualifiers,
 68357                   /* subscript */
 68358                   -1,
 68359 mike  1.1.2.1     /* refId */
 68360                   &__root_cimv2_PRS_Product,
 68361               };
 68362               
 68363               static const char*
 68364               _PRS_ProductAsset_Dependent_qualifiers[] =
 68365               {
 68366                   /* Override */
 68367                   "\044Dependent",
 68368                   0,
 68369               };
 68370               
 68371               static MetaReference
 68372               _PRS_ProductAsset_Dependent =
 68373               {
 68374                   /* flags */
 68375                   META_FLAG_REFERENCE|META_FLAG_READ,
 68376                   /* name */
 68377                   "Dependent",
 68378                   /* qualifiers */
 68379                   _PRS_ProductAsset_Dependent_qualifiers,
 68380 mike  1.1.2.1     /* subscript */
 68381                   -1,
 68382                   /* refId */
 68383                   &__root_cimv2_PRS_Expression,
 68384               };
 68385               
 68386               static MetaFeature*
 68387               _PRS_ProductAsset_features[] =
 68388               {
 68389                   (MetaFeature*)&_PRS_ProductAsset_Antecedent,
 68390                   (MetaFeature*)&_PRS_ProductAsset_Dependent,
 68391                   0,
 68392               };
 68393               
 68394               static const char*
 68395               __root_cimv2_PRS_ProductAsset_qualifiers[] =
 68396               {
 68397                   /* ASSOCIATION */
 68398                   "\000\001",
 68399                   /* UMLPackagePath */
 68400                   "\057PRS::Support",
 68401 mike  1.1.2.1     /* Version */
 68402                   "\0632.6.0",
 68403                   0,
 68404               };
 68405               
 68406               MetaClass
 68407               __root_cimv2_PRS_ProductAsset =
 68408               {
 68409                   /* flags */
 68410                   META_FLAG_ASSOCIATION,
 68411                   /* name */
 68412                   "PRS_ProductAsset",
 68413                   /* qualifiers */
 68414                   __root_cimv2_PRS_ProductAsset_qualifiers,
 68415                   /* super */
 68416                   &__root_cimv2_CIM_Dependency,
 68417                   /* features */
 68418                   _PRS_ProductAsset_features,
 68419               };
 68420               
 68421               //==============================================================================
 68422 mike  1.1.2.1 //
 68423               // Class: PRS_Reference
 68424               //
 68425               //==============================================================================
 68426               
 68427               static MetaFeature*
 68428               _PRS_Reference_features[] =
 68429               {
 68430                   0,
 68431               };
 68432               
 68433               static const char*
 68434               __root_cimv2_PRS_Reference_qualifiers[] =
 68435               {
 68436                   /* UMLPackagePath */
 68437                   "\057PRS::Support",
 68438                   /* Version */
 68439                   "\0632.6.0",
 68440                   0,
 68441               };
 68442               
 68443 mike  1.1.2.1 MetaClass
 68444               __root_cimv2_PRS_Reference =
 68445               {
 68446                   /* flags */
 68447                   META_FLAG_CLASS,
 68448                   /* name */
 68449                   "PRS_Reference",
 68450                   /* qualifiers */
 68451                   __root_cimv2_PRS_Reference_qualifiers,
 68452                   /* super */
 68453                   &__root_cimv2_PRS_SolutionElement,
 68454                   /* features */
 68455                   _PRS_Reference_features,
 68456               };
 68457               
 68458               //==============================================================================
 68459               //
 68460               // Class: PRS_Resolution
 68461               //
 68462               //==============================================================================
 68463               
 68464 mike  1.1.2.1 static const char*
 68465               _PRS_Resolution_Confidence_qualifiers[] =
 68466               {
 68467                   /* MinValue */
 68468                   "\035\000\000\000\000\000\000\000\000",
 68469                   /* MaxValue */
 68470                   "\031\000\000\000\000\000\000\000\144",
 68471                   0,
 68472               };
 68473               
 68474               static MetaProperty
 68475               _PRS_Resolution_Confidence =
 68476               {
 68477                   /* flags */
 68478                   META_FLAG_PROPERTY|META_FLAG_READ,
 68479                   /* name */
 68480                   "Confidence",
 68481                   /* qualifiers */
 68482                   _PRS_Resolution_Confidence_qualifiers,
 68483                   /* type */
 68484                   CIMTYPE_UINT16,
 68485 mike  1.1.2.1     /* subscript */
 68486                   -1,
 68487                   /* value */
 68488                   0,
 68489               };
 68490               
 68491               static MetaFeature*
 68492               _PRS_Resolution_features[] =
 68493               {
 68494                   (MetaFeature*)&_PRS_Resolution_Confidence,
 68495                   0,
 68496               };
 68497               
 68498               static const char*
 68499               __root_cimv2_PRS_Resolution_qualifiers[] =
 68500               {
 68501                   /* UMLPackagePath */
 68502                   "\057PRS::Support",
 68503                   /* Version */
 68504                   "\0632.6.0",
 68505                   0,
 68506 mike  1.1.2.1 };
 68507               
 68508               MetaClass
 68509               __root_cimv2_PRS_Resolution =
 68510               {
 68511                   /* flags */
 68512                   META_FLAG_CLASS,
 68513                   /* name */
 68514                   "PRS_Resolution",
 68515                   /* qualifiers */
 68516                   __root_cimv2_PRS_Resolution_qualifiers,
 68517                   /* super */
 68518                   &__root_cimv2_PRS_SolutionElement,
 68519                   /* features */
 68520                   _PRS_Resolution_features,
 68521               };
 68522               
 68523               //==============================================================================
 68524               //
 68525               // Class: PRS_ResolutionResource
 68526               //
 68527 mike  1.1.2.1 //==============================================================================
 68528               
 68529               static const char*
 68530               _PRS_ResolutionResource_Antecedent_qualifiers[] =
 68531               {
 68532                   /* Override */
 68533                   "\044Antecedent",
 68534                   0,
 68535               };
 68536               
 68537               static MetaReference
 68538               _PRS_ResolutionResource_Antecedent =
 68539               {
 68540                   /* flags */
 68541                   META_FLAG_REFERENCE|META_FLAG_READ,
 68542                   /* name */
 68543                   "Antecedent",
 68544                   /* qualifiers */
 68545                   _PRS_ResolutionResource_Antecedent_qualifiers,
 68546                   /* subscript */
 68547                   -1,
 68548 mike  1.1.2.1     /* refId */
 68549                   &__root_cimv2_PRS_Resource,
 68550               };
 68551               
 68552               static const char*
 68553               _PRS_ResolutionResource_Dependent_qualifiers[] =
 68554               {
 68555                   /* Override */
 68556                   "\044Dependent",
 68557                   0,
 68558               };
 68559               
 68560               static MetaReference
 68561               _PRS_ResolutionResource_Dependent =
 68562               {
 68563                   /* flags */
 68564                   META_FLAG_REFERENCE|META_FLAG_READ,
 68565                   /* name */
 68566                   "Dependent",
 68567                   /* qualifiers */
 68568                   _PRS_ResolutionResource_Dependent_qualifiers,
 68569 mike  1.1.2.1     /* subscript */
 68570                   -1,
 68571                   /* refId */
 68572                   &__root_cimv2_PRS_Resolution,
 68573               };
 68574               
 68575               static MetaFeature*
 68576               _PRS_ResolutionResource_features[] =
 68577               {
 68578                   (MetaFeature*)&_PRS_ResolutionResource_Antecedent,
 68579                   (MetaFeature*)&_PRS_ResolutionResource_Dependent,
 68580                   0,
 68581               };
 68582               
 68583               static const char*
 68584               __root_cimv2_PRS_ResolutionResource_qualifiers[] =
 68585               {
 68586                   /* ASSOCIATION */
 68587                   "\000\001",
 68588                   /* UMLPackagePath */
 68589                   "\057PRS::Support",
 68590 mike  1.1.2.1     /* Version */
 68591                   "\0632.6.0",
 68592                   0,
 68593               };
 68594               
 68595               MetaClass
 68596               __root_cimv2_PRS_ResolutionResource =
 68597               {
 68598                   /* flags */
 68599                   META_FLAG_ASSOCIATION,
 68600                   /* name */
 68601                   "PRS_ResolutionResource",
 68602                   /* qualifiers */
 68603                   __root_cimv2_PRS_ResolutionResource_qualifiers,
 68604                   /* super */
 68605                   &__root_cimv2_CIM_Dependency,
 68606                   /* features */
 68607                   _PRS_ResolutionResource_features,
 68608               };
 68609               
 68610               //==============================================================================
 68611 mike  1.1.2.1 //
 68612               // Class: PRS_RevisionContact
 68613               //
 68614               //==============================================================================
 68615               
 68616               static const char*
 68617               _PRS_RevisionContact_Antecedent_qualifiers[] =
 68618               {
 68619                   /* Aggregate */
 68620                   "\003\001",
 68621                   /* Override */
 68622                   "\044Antecedent",
 68623                   0,
 68624               };
 68625               
 68626               static MetaReference
 68627               _PRS_RevisionContact_Antecedent =
 68628               {
 68629                   /* flags */
 68630                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 68631                   /* name */
 68632 mike  1.1.2.1     "Antecedent",
 68633                   /* qualifiers */
 68634                   _PRS_RevisionContact_Antecedent_qualifiers,
 68635                   /* subscript */
 68636                   -1,
 68637                   /* refId */
 68638                   &__root_cimv2_PRS_Revision,
 68639               };
 68640               
 68641               static const char*
 68642               _PRS_RevisionContact_Dependent_qualifiers[] =
 68643               {
 68644                   /* Override */
 68645                   "\044Dependent",
 68646                   /* Min */
 68647                   "\033\000\000\000\001",
 68648                   0,
 68649               };
 68650               
 68651               static MetaReference
 68652               _PRS_RevisionContact_Dependent =
 68653 mike  1.1.2.1 {
 68654                   /* flags */
 68655                   META_FLAG_REFERENCE|META_FLAG_READ,
 68656                   /* name */
 68657                   "Dependent",
 68658                   /* qualifiers */
 68659                   _PRS_RevisionContact_Dependent_qualifiers,
 68660                   /* subscript */
 68661                   -1,
 68662                   /* refId */
 68663                   &__root_cimv2_PRS_Contact,
 68664               };
 68665               
 68666               static MetaFeature*
 68667               _PRS_RevisionContact_features[] =
 68668               {
 68669                   (MetaFeature*)&_PRS_RevisionContact_Antecedent,
 68670                   (MetaFeature*)&_PRS_RevisionContact_Dependent,
 68671                   0,
 68672               };
 68673               
 68674 mike  1.1.2.1 static const char*
 68675               __root_cimv2_PRS_RevisionContact_qualifiers[] =
 68676               {
 68677                   /* ASSOCIATION */
 68678                   "\000\001",
 68679                   /* UMLPackagePath */
 68680                   "\057PRS::Support",
 68681                   /* Aggregation */
 68682                   "\004\001",
 68683                   /* Version */
 68684                   "\0632.6.0",
 68685                   0,
 68686               };
 68687               
 68688               MetaClass
 68689               __root_cimv2_PRS_RevisionContact =
 68690               {
 68691                   /* flags */
 68692                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 68693                   /* name */
 68694                   "PRS_RevisionContact",
 68695 mike  1.1.2.1     /* qualifiers */
 68696                   __root_cimv2_PRS_RevisionContact_qualifiers,
 68697                   /* super */
 68698                   &__root_cimv2_CIM_Dependency,
 68699                   /* features */
 68700                   _PRS_RevisionContact_features,
 68701               };
 68702               
 68703               //==============================================================================
 68704               //
 68705               // Class: PRS_ServiceActivity
 68706               //
 68707               //==============================================================================
 68708               
 68709               static const char*
 68710               _PRS_ServiceActivity_Antecedent_qualifiers[] =
 68711               {
 68712                   /* Aggregate */
 68713                   "\003\001",
 68714                   /* Override */
 68715                   "\044Antecedent",
 68716 mike  1.1.2.1     /* Min */
 68717                   "\033\000\000\000\001",
 68718                   /* Max */
 68719                   "\027\000\000\000\001",
 68720                   0,
 68721               };
 68722               
 68723               static MetaReference
 68724               _PRS_ServiceActivity_Antecedent =
 68725               {
 68726                   /* flags */
 68727                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 68728                   /* name */
 68729                   "Antecedent",
 68730                   /* qualifiers */
 68731                   _PRS_ServiceActivity_Antecedent_qualifiers,
 68732                   /* subscript */
 68733                   -1,
 68734                   /* refId */
 68735                   &__root_cimv2_PRS_ServiceIncident,
 68736               };
 68737 mike  1.1.2.1 
 68738               static const char*
 68739               _PRS_ServiceActivity_Dependent_qualifiers[] =
 68740               {
 68741                   /* Override */
 68742                   "\044Dependent",
 68743                   0,
 68744               };
 68745               
 68746               static MetaReference
 68747               _PRS_ServiceActivity_Dependent =
 68748               {
 68749                   /* flags */
 68750                   META_FLAG_REFERENCE|META_FLAG_READ,
 68751                   /* name */
 68752                   "Dependent",
 68753                   /* qualifiers */
 68754                   _PRS_ServiceActivity_Dependent_qualifiers,
 68755                   /* subscript */
 68756                   -1,
 68757                   /* refId */
 68758 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
 68759               };
 68760               
 68761               static MetaFeature*
 68762               _PRS_ServiceActivity_features[] =
 68763               {
 68764                   (MetaFeature*)&_PRS_ServiceActivity_Antecedent,
 68765                   (MetaFeature*)&_PRS_ServiceActivity_Dependent,
 68766                   0,
 68767               };
 68768               
 68769               static const char*
 68770               __root_cimv2_PRS_ServiceActivity_qualifiers[] =
 68771               {
 68772                   /* ASSOCIATION */
 68773                   "\000\001",
 68774                   /* UMLPackagePath */
 68775                   "\057PRS::Support",
 68776                   /* Aggregation */
 68777                   "\004\001",
 68778                   /* Version */
 68779 mike  1.1.2.1     "\0632.6.0",
 68780                   0,
 68781               };
 68782               
 68783               MetaClass
 68784               __root_cimv2_PRS_ServiceActivity =
 68785               {
 68786                   /* flags */
 68787                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 68788                   /* name */
 68789                   "PRS_ServiceActivity",
 68790                   /* qualifiers */
 68791                   __root_cimv2_PRS_ServiceActivity_qualifiers,
 68792                   /* super */
 68793                   &__root_cimv2_CIM_Dependency,
 68794                   /* features */
 68795                   _PRS_ServiceActivity_features,
 68796               };
 68797               
 68798               //==============================================================================
 68799               //
 68800 mike  1.1.2.1 // Class: PRS_ServiceAgreement
 68801               //
 68802               //==============================================================================
 68803               
 68804               static const char*
 68805               _PRS_ServiceAgreement_Antecedent_qualifiers[] =
 68806               {
 68807                   /* Override */
 68808                   "\044Antecedent",
 68809                   0,
 68810               };
 68811               
 68812               static MetaReference
 68813               _PRS_ServiceAgreement_Antecedent =
 68814               {
 68815                   /* flags */
 68816                   META_FLAG_REFERENCE|META_FLAG_READ,
 68817                   /* name */
 68818                   "Antecedent",
 68819                   /* qualifiers */
 68820                   _PRS_ServiceAgreement_Antecedent_qualifiers,
 68821 mike  1.1.2.1     /* subscript */
 68822                   -1,
 68823                   /* refId */
 68824                   &__root_cimv2_PRS_ServiceIncident,
 68825               };
 68826               
 68827               static const char*
 68828               _PRS_ServiceAgreement_Dependent_qualifiers[] =
 68829               {
 68830                   /* Override */
 68831                   "\044Dependent",
 68832                   /* Min */
 68833                   "\033\000\000\000\001",
 68834                   /* Max */
 68835                   "\027\000\000\000\001",
 68836                   0,
 68837               };
 68838               
 68839               static MetaReference
 68840               _PRS_ServiceAgreement_Dependent =
 68841               {
 68842 mike  1.1.2.1     /* flags */
 68843                   META_FLAG_REFERENCE|META_FLAG_READ,
 68844                   /* name */
 68845                   "Dependent",
 68846                   /* qualifiers */
 68847                   _PRS_ServiceAgreement_Dependent_qualifiers,
 68848                   /* subscript */
 68849                   -1,
 68850                   /* refId */
 68851                   &__root_cimv2_PRS_Agreement,
 68852               };
 68853               
 68854               static MetaFeature*
 68855               _PRS_ServiceAgreement_features[] =
 68856               {
 68857                   (MetaFeature*)&_PRS_ServiceAgreement_Antecedent,
 68858                   (MetaFeature*)&_PRS_ServiceAgreement_Dependent,
 68859                   0,
 68860               };
 68861               
 68862               static const char*
 68863 mike  1.1.2.1 __root_cimv2_PRS_ServiceAgreement_qualifiers[] =
 68864               {
 68865                   /* ASSOCIATION */
 68866                   "\000\001",
 68867                   /* UMLPackagePath */
 68868                   "\057PRS::Support",
 68869                   /* Version */
 68870                   "\0632.6.0",
 68871                   0,
 68872               };
 68873               
 68874               MetaClass
 68875               __root_cimv2_PRS_ServiceAgreement =
 68876               {
 68877                   /* flags */
 68878                   META_FLAG_ASSOCIATION,
 68879                   /* name */
 68880                   "PRS_ServiceAgreement",
 68881                   /* qualifiers */
 68882                   __root_cimv2_PRS_ServiceAgreement_qualifiers,
 68883                   /* super */
 68884 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 68885                   /* features */
 68886                   _PRS_ServiceAgreement_features,
 68887               };
 68888               
 68889               //==============================================================================
 68890               //
 68891               // Class: PRS_ServiceProblem
 68892               //
 68893               //==============================================================================
 68894               
 68895               static const char*
 68896               _PRS_ServiceProblem_Antecedent_qualifiers[] =
 68897               {
 68898                   /* Override */
 68899                   "\044Antecedent",
 68900                   /* Min */
 68901                   "\033\000\000\000\001",
 68902                   0,
 68903               };
 68904               
 68905 mike  1.1.2.1 static MetaReference
 68906               _PRS_ServiceProblem_Antecedent =
 68907               {
 68908                   /* flags */
 68909                   META_FLAG_REFERENCE|META_FLAG_READ,
 68910                   /* name */
 68911                   "Antecedent",
 68912                   /* qualifiers */
 68913                   _PRS_ServiceProblem_Antecedent_qualifiers,
 68914                   /* subscript */
 68915                   -1,
 68916                   /* refId */
 68917                   &__root_cimv2_PRS_ServiceIncident,
 68918               };
 68919               
 68920               static const char*
 68921               _PRS_ServiceProblem_Dependent_qualifiers[] =
 68922               {
 68923                   /* Override */
 68924                   "\044Dependent",
 68925                   /* Max */
 68926 mike  1.1.2.1     "\027\000\000\000\001",
 68927                   0,
 68928               };
 68929               
 68930               static MetaReference
 68931               _PRS_ServiceProblem_Dependent =
 68932               {
 68933                   /* flags */
 68934                   META_FLAG_REFERENCE|META_FLAG_READ,
 68935                   /* name */
 68936                   "Dependent",
 68937                   /* qualifiers */
 68938                   _PRS_ServiceProblem_Dependent_qualifiers,
 68939                   /* subscript */
 68940                   -1,
 68941                   /* refId */
 68942                   &__root_cimv2_PRS_Problem,
 68943               };
 68944               
 68945               static MetaFeature*
 68946               _PRS_ServiceProblem_features[] =
 68947 mike  1.1.2.1 {
 68948                   (MetaFeature*)&_PRS_ServiceProblem_Antecedent,
 68949                   (MetaFeature*)&_PRS_ServiceProblem_Dependent,
 68950                   0,
 68951               };
 68952               
 68953               static const char*
 68954               __root_cimv2_PRS_ServiceProblem_qualifiers[] =
 68955               {
 68956                   /* ASSOCIATION */
 68957                   "\000\001",
 68958                   /* UMLPackagePath */
 68959                   "\057PRS::Support",
 68960                   /* Version */
 68961                   "\0632.6.0",
 68962                   0,
 68963               };
 68964               
 68965               MetaClass
 68966               __root_cimv2_PRS_ServiceProblem =
 68967               {
 68968 mike  1.1.2.1     /* flags */
 68969                   META_FLAG_ASSOCIATION,
 68970                   /* name */
 68971                   "PRS_ServiceProblem",
 68972                   /* qualifiers */
 68973                   __root_cimv2_PRS_ServiceProblem_qualifiers,
 68974                   /* super */
 68975                   &__root_cimv2_CIM_Dependency,
 68976                   /* features */
 68977                   _PRS_ServiceProblem_features,
 68978               };
 68979               
 68980               //==============================================================================
 68981               //
 68982               // Class: PRS_ServiceProvider
 68983               //
 68984               //==============================================================================
 68985               
 68986               static const char*
 68987               _PRS_ServiceProvider_Antecedent_qualifiers[] =
 68988               {
 68989 mike  1.1.2.1     /* Override */
 68990                   "\044Antecedent",
 68991                   0,
 68992               };
 68993               
 68994               static MetaReference
 68995               _PRS_ServiceProvider_Antecedent =
 68996               {
 68997                   /* flags */
 68998                   META_FLAG_REFERENCE|META_FLAG_READ,
 68999                   /* name */
 69000                   "Antecedent",
 69001                   /* qualifiers */
 69002                   _PRS_ServiceProvider_Antecedent_qualifiers,
 69003                   /* subscript */
 69004                   -1,
 69005                   /* refId */
 69006                   &__root_cimv2_PRS_ServiceIncident,
 69007               };
 69008               
 69009               static const char*
 69010 mike  1.1.2.1 _PRS_ServiceProvider_Dependent_qualifiers[] =
 69011               {
 69012                   /* Override */
 69013                   "\044Dependent",
 69014                   /* Min */
 69015                   "\033\000\000\000\001",
 69016                   /* Max */
 69017                   "\027\000\000\000\001",
 69018                   0,
 69019               };
 69020               
 69021               static MetaReference
 69022               _PRS_ServiceProvider_Dependent =
 69023               {
 69024                   /* flags */
 69025                   META_FLAG_REFERENCE|META_FLAG_READ,
 69026                   /* name */
 69027                   "Dependent",
 69028                   /* qualifiers */
 69029                   _PRS_ServiceProvider_Dependent_qualifiers,
 69030                   /* subscript */
 69031 mike  1.1.2.1     -1,
 69032                   /* refId */
 69033                   &__root_cimv2_PRS_Contact,
 69034               };
 69035               
 69036               static MetaFeature*
 69037               _PRS_ServiceProvider_features[] =
 69038               {
 69039                   (MetaFeature*)&_PRS_ServiceProvider_Antecedent,
 69040                   (MetaFeature*)&_PRS_ServiceProvider_Dependent,
 69041                   0,
 69042               };
 69043               
 69044               static const char*
 69045               __root_cimv2_PRS_ServiceProvider_qualifiers[] =
 69046               {
 69047                   /* ASSOCIATION */
 69048                   "\000\001",
 69049                   /* UMLPackagePath */
 69050                   "\057PRS::Support",
 69051                   /* Version */
 69052 mike  1.1.2.1     "\0632.6.0",
 69053                   0,
 69054               };
 69055               
 69056               MetaClass
 69057               __root_cimv2_PRS_ServiceProvider =
 69058               {
 69059                   /* flags */
 69060                   META_FLAG_ASSOCIATION,
 69061                   /* name */
 69062                   "PRS_ServiceProvider",
 69063                   /* qualifiers */
 69064                   __root_cimv2_PRS_ServiceProvider_qualifiers,
 69065                   /* super */
 69066                   &__root_cimv2_CIM_Dependency,
 69067                   /* features */
 69068                   _PRS_ServiceProvider_features,
 69069               };
 69070               
 69071               //==============================================================================
 69072               //
 69073 mike  1.1.2.1 // Class: PRS_ServiceRequester
 69074               //
 69075               //==============================================================================
 69076               
 69077               static const char*
 69078               _PRS_ServiceRequester_Antecedent_qualifiers[] =
 69079               {
 69080                   /* Override */
 69081                   "\044Antecedent",
 69082                   0,
 69083               };
 69084               
 69085               static MetaReference
 69086               _PRS_ServiceRequester_Antecedent =
 69087               {
 69088                   /* flags */
 69089                   META_FLAG_REFERENCE|META_FLAG_READ,
 69090                   /* name */
 69091                   "Antecedent",
 69092                   /* qualifiers */
 69093                   _PRS_ServiceRequester_Antecedent_qualifiers,
 69094 mike  1.1.2.1     /* subscript */
 69095                   -1,
 69096                   /* refId */
 69097                   &__root_cimv2_PRS_ServiceIncident,
 69098               };
 69099               
 69100               static const char*
 69101               _PRS_ServiceRequester_Dependent_qualifiers[] =
 69102               {
 69103                   /* Override */
 69104                   "\044Dependent",
 69105                   /* Min */
 69106                   "\033\000\000\000\001",
 69107                   /* Max */
 69108                   "\027\000\000\000\001",
 69109                   0,
 69110               };
 69111               
 69112               static MetaReference
 69113               _PRS_ServiceRequester_Dependent =
 69114               {
 69115 mike  1.1.2.1     /* flags */
 69116                   META_FLAG_REFERENCE|META_FLAG_READ,
 69117                   /* name */
 69118                   "Dependent",
 69119                   /* qualifiers */
 69120                   _PRS_ServiceRequester_Dependent_qualifiers,
 69121                   /* subscript */
 69122                   -1,
 69123                   /* refId */
 69124                   &__root_cimv2_PRS_Contact,
 69125               };
 69126               
 69127               static MetaFeature*
 69128               _PRS_ServiceRequester_features[] =
 69129               {
 69130                   (MetaFeature*)&_PRS_ServiceRequester_Antecedent,
 69131                   (MetaFeature*)&_PRS_ServiceRequester_Dependent,
 69132                   0,
 69133               };
 69134               
 69135               static const char*
 69136 mike  1.1.2.1 __root_cimv2_PRS_ServiceRequester_qualifiers[] =
 69137               {
 69138                   /* ASSOCIATION */
 69139                   "\000\001",
 69140                   /* UMLPackagePath */
 69141                   "\057PRS::Support",
 69142                   /* Version */
 69143                   "\0632.6.0",
 69144                   0,
 69145               };
 69146               
 69147               MetaClass
 69148               __root_cimv2_PRS_ServiceRequester =
 69149               {
 69150                   /* flags */
 69151                   META_FLAG_ASSOCIATION,
 69152                   /* name */
 69153                   "PRS_ServiceRequester",
 69154                   /* qualifiers */
 69155                   __root_cimv2_PRS_ServiceRequester_qualifiers,
 69156                   /* super */
 69157 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 69158                   /* features */
 69159                   _PRS_ServiceRequester_features,
 69160               };
 69161               
 69162               //==============================================================================
 69163               //
 69164               // Class: PRS_ServiceResolutionSolution
 69165               //
 69166               //==============================================================================
 69167               
 69168               static const char*
 69169               _PRS_ServiceResolutionSolution_Antecedent_qualifiers[] =
 69170               {
 69171                   /* Aggregate */
 69172                   "\003\001",
 69173                   /* Override */
 69174                   "\044Antecedent",
 69175                   0,
 69176               };
 69177               
 69178 mike  1.1.2.1 static MetaReference
 69179               _PRS_ServiceResolutionSolution_Antecedent =
 69180               {
 69181                   /* flags */
 69182                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69183                   /* name */
 69184                   "Antecedent",
 69185                   /* qualifiers */
 69186                   _PRS_ServiceResolutionSolution_Antecedent_qualifiers,
 69187                   /* subscript */
 69188                   -1,
 69189                   /* refId */
 69190                   &__root_cimv2_PRS_ServiceIncident,
 69191               };
 69192               
 69193               static const char*
 69194               _PRS_ServiceResolutionSolution_Dependent_qualifiers[] =
 69195               {
 69196                   /* Override */
 69197                   "\044Dependent",
 69198                   0,
 69199 mike  1.1.2.1 };
 69200               
 69201               static MetaReference
 69202               _PRS_ServiceResolutionSolution_Dependent =
 69203               {
 69204                   /* flags */
 69205                   META_FLAG_REFERENCE|META_FLAG_READ,
 69206                   /* name */
 69207                   "Dependent",
 69208                   /* qualifiers */
 69209                   _PRS_ServiceResolutionSolution_Dependent_qualifiers,
 69210                   /* subscript */
 69211                   -1,
 69212                   /* refId */
 69213                   &__root_cimv2_PRS_Solution,
 69214               };
 69215               
 69216               static MetaFeature*
 69217               _PRS_ServiceResolutionSolution_features[] =
 69218               {
 69219                   (MetaFeature*)&_PRS_ServiceResolutionSolution_Antecedent,
 69220 mike  1.1.2.1     (MetaFeature*)&_PRS_ServiceResolutionSolution_Dependent,
 69221                   0,
 69222               };
 69223               
 69224               static const char*
 69225               __root_cimv2_PRS_ServiceResolutionSolution_qualifiers[] =
 69226               {
 69227                   /* ASSOCIATION */
 69228                   "\000\001",
 69229                   /* UMLPackagePath */
 69230                   "\057PRS::Support",
 69231                   /* Aggregation */
 69232                   "\004\001",
 69233                   /* Version */
 69234                   "\0632.6.0",
 69235                   0,
 69236               };
 69237               
 69238               MetaClass
 69239               __root_cimv2_PRS_ServiceResolutionSolution =
 69240               {
 69241 mike  1.1.2.1     /* flags */
 69242                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69243                   /* name */
 69244                   "PRS_ServiceResolutionSolution",
 69245                   /* qualifiers */
 69246                   __root_cimv2_PRS_ServiceResolutionSolution_qualifiers,
 69247                   /* super */
 69248                   &__root_cimv2_CIM_Dependency,
 69249                   /* features */
 69250                   _PRS_ServiceResolutionSolution_features,
 69251               };
 69252               
 69253               //==============================================================================
 69254               //
 69255               // Class: PRS_SolutionCategory
 69256               //
 69257               //==============================================================================
 69258               
 69259               static const char*
 69260               _PRS_SolutionCategory_Antecedent_qualifiers[] =
 69261               {
 69262 mike  1.1.2.1     /* Override */
 69263                   "\044Antecedent",
 69264                   /* Min */
 69265                   "\033\000\000\000\001",
 69266                   0,
 69267               };
 69268               
 69269               static MetaReference
 69270               _PRS_SolutionCategory_Antecedent =
 69271               {
 69272                   /* flags */
 69273                   META_FLAG_REFERENCE|META_FLAG_READ,
 69274                   /* name */
 69275                   "Antecedent",
 69276                   /* qualifiers */
 69277                   _PRS_SolutionCategory_Antecedent_qualifiers,
 69278                   /* subscript */
 69279                   -1,
 69280                   /* refId */
 69281                   &__root_cimv2_PRS_Solution,
 69282               };
 69283 mike  1.1.2.1 
 69284               static const char*
 69285               _PRS_SolutionCategory_Dependent_qualifiers[] =
 69286               {
 69287                   /* Override */
 69288                   "\044Dependent",
 69289                   0,
 69290               };
 69291               
 69292               static MetaReference
 69293               _PRS_SolutionCategory_Dependent =
 69294               {
 69295                   /* flags */
 69296                   META_FLAG_REFERENCE|META_FLAG_READ,
 69297                   /* name */
 69298                   "Dependent",
 69299                   /* qualifiers */
 69300                   _PRS_SolutionCategory_Dependent_qualifiers,
 69301                   /* subscript */
 69302                   -1,
 69303                   /* refId */
 69304 mike  1.1.2.1     &__root_cimv2_PRS_Category,
 69305               };
 69306               
 69307               static MetaFeature*
 69308               _PRS_SolutionCategory_features[] =
 69309               {
 69310                   (MetaFeature*)&_PRS_SolutionCategory_Antecedent,
 69311                   (MetaFeature*)&_PRS_SolutionCategory_Dependent,
 69312                   0,
 69313               };
 69314               
 69315               static const char*
 69316               __root_cimv2_PRS_SolutionCategory_qualifiers[] =
 69317               {
 69318                   /* ASSOCIATION */
 69319                   "\000\001",
 69320                   /* UMLPackagePath */
 69321                   "\057PRS::Support",
 69322                   /* Version */
 69323                   "\0632.6.0",
 69324                   0,
 69325 mike  1.1.2.1 };
 69326               
 69327               MetaClass
 69328               __root_cimv2_PRS_SolutionCategory =
 69329               {
 69330                   /* flags */
 69331                   META_FLAG_ASSOCIATION,
 69332                   /* name */
 69333                   "PRS_SolutionCategory",
 69334                   /* qualifiers */
 69335                   __root_cimv2_PRS_SolutionCategory_qualifiers,
 69336                   /* super */
 69337                   &__root_cimv2_CIM_Dependency,
 69338                   /* features */
 69339                   _PRS_SolutionCategory_features,
 69340               };
 69341               
 69342               //==============================================================================
 69343               //
 69344               // Class: PRS_SolutionExpression
 69345               //
 69346 mike  1.1.2.1 //==============================================================================
 69347               
 69348               static const char*
 69349               _PRS_SolutionExpression_Antecedent_qualifiers[] =
 69350               {
 69351                   /* Aggregate */
 69352                   "\003\001",
 69353                   /* Override */
 69354                   "\044Antecedent",
 69355                   /* Min */
 69356                   "\033\000\000\000\001",
 69357                   0,
 69358               };
 69359               
 69360               static MetaReference
 69361               _PRS_SolutionExpression_Antecedent =
 69362               {
 69363                   /* flags */
 69364                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69365                   /* name */
 69366                   "Antecedent",
 69367 mike  1.1.2.1     /* qualifiers */
 69368                   _PRS_SolutionExpression_Antecedent_qualifiers,
 69369                   /* subscript */
 69370                   -1,
 69371                   /* refId */
 69372                   &__root_cimv2_PRS_SolutionElement,
 69373               };
 69374               
 69375               static const char*
 69376               _PRS_SolutionExpression_Dependent_qualifiers[] =
 69377               {
 69378                   /* Override */
 69379                   "\044Dependent",
 69380                   /* Min */
 69381                   "\033\000\000\000\001",
 69382                   0,
 69383               };
 69384               
 69385               static MetaReference
 69386               _PRS_SolutionExpression_Dependent =
 69387               {
 69388 mike  1.1.2.1     /* flags */
 69389                   META_FLAG_REFERENCE|META_FLAG_READ,
 69390                   /* name */
 69391                   "Dependent",
 69392                   /* qualifiers */
 69393                   _PRS_SolutionExpression_Dependent_qualifiers,
 69394                   /* subscript */
 69395                   -1,
 69396                   /* refId */
 69397                   &__root_cimv2_PRS_Expression,
 69398               };
 69399               
 69400               static MetaFeature*
 69401               _PRS_SolutionExpression_features[] =
 69402               {
 69403                   (MetaFeature*)&_PRS_SolutionExpression_Antecedent,
 69404                   (MetaFeature*)&_PRS_SolutionExpression_Dependent,
 69405                   0,
 69406               };
 69407               
 69408               static const char*
 69409 mike  1.1.2.1 __root_cimv2_PRS_SolutionExpression_qualifiers[] =
 69410               {
 69411                   /* ASSOCIATION */
 69412                   "\000\001",
 69413                   /* UMLPackagePath */
 69414                   "\057PRS::Support",
 69415                   /* Aggregation */
 69416                   "\004\001",
 69417                   /* Version */
 69418                   "\0632.6.0",
 69419                   0,
 69420               };
 69421               
 69422               MetaClass
 69423               __root_cimv2_PRS_SolutionExpression =
 69424               {
 69425                   /* flags */
 69426                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69427                   /* name */
 69428                   "PRS_SolutionExpression",
 69429                   /* qualifiers */
 69430 mike  1.1.2.1     __root_cimv2_PRS_SolutionExpression_qualifiers,
 69431                   /* super */
 69432                   &__root_cimv2_CIM_Dependency,
 69433                   /* features */
 69434                   _PRS_SolutionExpression_features,
 69435               };
 69436               
 69437               //==============================================================================
 69438               //
 69439               // Class: PRS_SolutionProblem
 69440               //
 69441               //==============================================================================
 69442               
 69443               static const char*
 69444               _PRS_SolutionProblem_Antecedent_qualifiers[] =
 69445               {
 69446                   /* Aggregate */
 69447                   "\003\001",
 69448                   /* Override */
 69449                   "\044Antecedent",
 69450                   /* Min */
 69451 mike  1.1.2.1     "\033\000\000\000\001",
 69452                   0,
 69453               };
 69454               
 69455               static MetaReference
 69456               _PRS_SolutionProblem_Antecedent =
 69457               {
 69458                   /* flags */
 69459                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69460                   /* name */
 69461                   "Antecedent",
 69462                   /* qualifiers */
 69463                   _PRS_SolutionProblem_Antecedent_qualifiers,
 69464                   /* subscript */
 69465                   -1,
 69466                   /* refId */
 69467                   &__root_cimv2_PRS_Solution,
 69468               };
 69469               
 69470               static const char*
 69471               _PRS_SolutionProblem_Dependent_qualifiers[] =
 69472 mike  1.1.2.1 {
 69473                   /* Override */
 69474                   "\044Dependent",
 69475                   0,
 69476               };
 69477               
 69478               static MetaReference
 69479               _PRS_SolutionProblem_Dependent =
 69480               {
 69481                   /* flags */
 69482                   META_FLAG_REFERENCE|META_FLAG_READ,
 69483                   /* name */
 69484                   "Dependent",
 69485                   /* qualifiers */
 69486                   _PRS_SolutionProblem_Dependent_qualifiers,
 69487                   /* subscript */
 69488                   -1,
 69489                   /* refId */
 69490                   &__root_cimv2_PRS_Problem,
 69491               };
 69492               
 69493 mike  1.1.2.1 static MetaFeature*
 69494               _PRS_SolutionProblem_features[] =
 69495               {
 69496                   (MetaFeature*)&_PRS_SolutionProblem_Antecedent,
 69497                   (MetaFeature*)&_PRS_SolutionProblem_Dependent,
 69498                   0,
 69499               };
 69500               
 69501               static const char*
 69502               __root_cimv2_PRS_SolutionProblem_qualifiers[] =
 69503               {
 69504                   /* ASSOCIATION */
 69505                   "\000\001",
 69506                   /* UMLPackagePath */
 69507                   "\057PRS::Support",
 69508                   /* Aggregation */
 69509                   "\004\001",
 69510                   /* Version */
 69511                   "\0632.6.0",
 69512                   0,
 69513               };
 69514 mike  1.1.2.1 
 69515               MetaClass
 69516               __root_cimv2_PRS_SolutionProblem =
 69517               {
 69518                   /* flags */
 69519                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69520                   /* name */
 69521                   "PRS_SolutionProblem",
 69522                   /* qualifiers */
 69523                   __root_cimv2_PRS_SolutionProblem_qualifiers,
 69524                   /* super */
 69525                   &__root_cimv2_PRS_SolutionHasElement,
 69526                   /* features */
 69527                   _PRS_SolutionProblem_features,
 69528               };
 69529               
 69530               //==============================================================================
 69531               //
 69532               // Class: PRS_SolutionReference
 69533               //
 69534               //==============================================================================
 69535 mike  1.1.2.1 
 69536               static const char*
 69537               _PRS_SolutionReference_Antecedent_qualifiers[] =
 69538               {
 69539                   /* Aggregate */
 69540                   "\003\001",
 69541                   /* Override */
 69542                   "\044Antecedent",
 69543                   /* Min */
 69544                   "\033\000\000\000\001",
 69545                   0,
 69546               };
 69547               
 69548               static MetaReference
 69549               _PRS_SolutionReference_Antecedent =
 69550               {
 69551                   /* flags */
 69552                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69553                   /* name */
 69554                   "Antecedent",
 69555                   /* qualifiers */
 69556 mike  1.1.2.1     _PRS_SolutionReference_Antecedent_qualifiers,
 69557                   /* subscript */
 69558                   -1,
 69559                   /* refId */
 69560                   &__root_cimv2_PRS_Solution,
 69561               };
 69562               
 69563               static const char*
 69564               _PRS_SolutionReference_Dependent_qualifiers[] =
 69565               {
 69566                   /* Override */
 69567                   "\044Dependent",
 69568                   0,
 69569               };
 69570               
 69571               static MetaReference
 69572               _PRS_SolutionReference_Dependent =
 69573               {
 69574                   /* flags */
 69575                   META_FLAG_REFERENCE|META_FLAG_READ,
 69576                   /* name */
 69577 mike  1.1.2.1     "Dependent",
 69578                   /* qualifiers */
 69579                   _PRS_SolutionReference_Dependent_qualifiers,
 69580                   /* subscript */
 69581                   -1,
 69582                   /* refId */
 69583                   &__root_cimv2_PRS_Reference,
 69584               };
 69585               
 69586               static MetaFeature*
 69587               _PRS_SolutionReference_features[] =
 69588               {
 69589                   (MetaFeature*)&_PRS_SolutionReference_Antecedent,
 69590                   (MetaFeature*)&_PRS_SolutionReference_Dependent,
 69591                   0,
 69592               };
 69593               
 69594               static const char*
 69595               __root_cimv2_PRS_SolutionReference_qualifiers[] =
 69596               {
 69597                   /* ASSOCIATION */
 69598 mike  1.1.2.1     "\000\001",
 69599                   /* UMLPackagePath */
 69600                   "\057PRS::Support",
 69601                   /* Aggregation */
 69602                   "\004\001",
 69603                   /* Version */
 69604                   "\0632.6.0",
 69605                   0,
 69606               };
 69607               
 69608               MetaClass
 69609               __root_cimv2_PRS_SolutionReference =
 69610               {
 69611                   /* flags */
 69612                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69613                   /* name */
 69614                   "PRS_SolutionReference",
 69615                   /* qualifiers */
 69616                   __root_cimv2_PRS_SolutionReference_qualifiers,
 69617                   /* super */
 69618                   &__root_cimv2_PRS_SolutionHasElement,
 69619 mike  1.1.2.1     /* features */
 69620                   _PRS_SolutionReference_features,
 69621               };
 69622               
 69623               //==============================================================================
 69624               //
 69625               // Class: PRS_SolutionResolution
 69626               //
 69627               //==============================================================================
 69628               
 69629               static const char*
 69630               _PRS_SolutionResolution_Antecedent_qualifiers[] =
 69631               {
 69632                   /* Aggregate */
 69633                   "\003\001",
 69634                   /* Override */
 69635                   "\044Antecedent",
 69636                   /* Min */
 69637                   "\033\000\000\000\001",
 69638                   0,
 69639               };
 69640 mike  1.1.2.1 
 69641               static MetaReference
 69642               _PRS_SolutionResolution_Antecedent =
 69643               {
 69644                   /* flags */
 69645                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69646                   /* name */
 69647                   "Antecedent",
 69648                   /* qualifiers */
 69649                   _PRS_SolutionResolution_Antecedent_qualifiers,
 69650                   /* subscript */
 69651                   -1,
 69652                   /* refId */
 69653                   &__root_cimv2_PRS_Solution,
 69654               };
 69655               
 69656               static const char*
 69657               _PRS_SolutionResolution_Dependent_qualifiers[] =
 69658               {
 69659                   /* Override */
 69660                   "\044Dependent",
 69661 mike  1.1.2.1     0,
 69662               };
 69663               
 69664               static MetaReference
 69665               _PRS_SolutionResolution_Dependent =
 69666               {
 69667                   /* flags */
 69668                   META_FLAG_REFERENCE|META_FLAG_READ,
 69669                   /* name */
 69670                   "Dependent",
 69671                   /* qualifiers */
 69672                   _PRS_SolutionResolution_Dependent_qualifiers,
 69673                   /* subscript */
 69674                   -1,
 69675                   /* refId */
 69676                   &__root_cimv2_PRS_Resolution,
 69677               };
 69678               
 69679               static MetaFeature*
 69680               _PRS_SolutionResolution_features[] =
 69681               {
 69682 mike  1.1.2.1     (MetaFeature*)&_PRS_SolutionResolution_Antecedent,
 69683                   (MetaFeature*)&_PRS_SolutionResolution_Dependent,
 69684                   0,
 69685               };
 69686               
 69687               static const char*
 69688               __root_cimv2_PRS_SolutionResolution_qualifiers[] =
 69689               {
 69690                   /* ASSOCIATION */
 69691                   "\000\001",
 69692                   /* UMLPackagePath */
 69693                   "\057PRS::Support",
 69694                   /* Aggregation */
 69695                   "\004\001",
 69696                   /* Version */
 69697                   "\0632.6.0",
 69698                   0,
 69699               };
 69700               
 69701               MetaClass
 69702               __root_cimv2_PRS_SolutionResolution =
 69703 mike  1.1.2.1 {
 69704                   /* flags */
 69705                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69706                   /* name */
 69707                   "PRS_SolutionResolution",
 69708                   /* qualifiers */
 69709                   __root_cimv2_PRS_SolutionResolution_qualifiers,
 69710                   /* super */
 69711                   &__root_cimv2_PRS_SolutionHasElement,
 69712                   /* features */
 69713                   _PRS_SolutionResolution_features,
 69714               };
 69715               
 69716               //==============================================================================
 69717               //
 69718               // Class: CIM_AccessControlInformation
 69719               //
 69720               //==============================================================================
 69721               
 69722               static const char*
 69723               _CIM_AccessControlInformation_SystemCreationClassName_qualifiers[] =
 69724 mike  1.1.2.1 {
 69725                   /* Deprecated */
 69726                   "\013\000\001No value\000",
 69727                   /* Key */
 69728                   "\025\001",
 69729                   /* Propagated */
 69730                   "\045CIM_System.CreationClassName",
 69731                   /* MaxLen */
 69732                   "\030\000\000\001\000",
 69733                   0,
 69734               };
 69735               
 69736               static MetaProperty
 69737               _CIM_AccessControlInformation_SystemCreationClassName =
 69738               {
 69739                   /* flags */
 69740                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69741                   /* name */
 69742                   "SystemCreationClassName",
 69743                   /* qualifiers */
 69744                   _CIM_AccessControlInformation_SystemCreationClassName_qualifiers,
 69745 mike  1.1.2.1     /* type */
 69746                   CIMTYPE_STRING,
 69747                   /* subscript */
 69748                   -1,
 69749                   /* value */
 69750                   0,
 69751               };
 69752               
 69753               static const char*
 69754               _CIM_AccessControlInformation_SystemName_qualifiers[] =
 69755               {
 69756                   /* Deprecated */
 69757                   "\013\000\001No value\000",
 69758                   /* Key */
 69759                   "\025\001",
 69760                   /* Propagated */
 69761                   "\045CIM_System.Name",
 69762                   /* MaxLen */
 69763                   "\030\000\000\001\000",
 69764                   0,
 69765               };
 69766 mike  1.1.2.1 
 69767               static MetaProperty
 69768               _CIM_AccessControlInformation_SystemName =
 69769               {
 69770                   /* flags */
 69771                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69772                   /* name */
 69773                   "SystemName",
 69774                   /* qualifiers */
 69775                   _CIM_AccessControlInformation_SystemName_qualifiers,
 69776                   /* type */
 69777                   CIMTYPE_STRING,
 69778                   /* subscript */
 69779                   -1,
 69780                   /* value */
 69781                   0,
 69782               };
 69783               
 69784               static const char*
 69785               _CIM_AccessControlInformation_CreationClassName_qualifiers[] =
 69786               {
 69787 mike  1.1.2.1     /* Deprecated */
 69788                   "\013\000\001No value\000",
 69789                   /* Key */
 69790                   "\025\001",
 69791                   /* MaxLen */
 69792                   "\030\000\000\001\000",
 69793                   0,
 69794               };
 69795               
 69796               static MetaProperty
 69797               _CIM_AccessControlInformation_CreationClassName =
 69798               {
 69799                   /* flags */
 69800                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69801                   /* name */
 69802                   "CreationClassName",
 69803                   /* qualifiers */
 69804                   _CIM_AccessControlInformation_CreationClassName_qualifiers,
 69805                   /* type */
 69806                   CIMTYPE_STRING,
 69807                   /* subscript */
 69808 mike  1.1.2.1     -1,
 69809                   /* value */
 69810                   0,
 69811               };
 69812               
 69813               static const char*
 69814               _CIM_AccessControlInformation_Name_qualifiers[] =
 69815               {
 69816                   /* Deprecated */
 69817                   "\013\000\001CIM_AuthorizedPrivilege.InstanceID\000",
 69818                   /* Key */
 69819                   "\025\001",
 69820                   /* Override */
 69821                   "\044Name",
 69822                   /* MaxLen */
 69823                   "\030\000\000\001\000",
 69824                   0,
 69825               };
 69826               
 69827               static MetaProperty
 69828               _CIM_AccessControlInformation_Name =
 69829 mike  1.1.2.1 {
 69830                   /* flags */
 69831                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69832                   /* name */
 69833                   "Name",
 69834                   /* qualifiers */
 69835                   _CIM_AccessControlInformation_Name_qualifiers,
 69836                   /* type */
 69837                   CIMTYPE_STRING,
 69838                   /* subscript */
 69839                   -1,
 69840                   /* value */
 69841                   0,
 69842               };
 69843               
 69844               static const char*
 69845               _CIM_AccessControlInformation_SecurityClassification_qualifiers[] =
 69846               {
 69847                   /* Deprecated */
 69848                   "\013\000\001CIM_SecuritySensitivity.SecurityLevel\000",
 69849                   0,
 69850 mike  1.1.2.1 };
 69851               
 69852               static MetaProperty
 69853               _CIM_AccessControlInformation_SecurityClassification =
 69854               {
 69855                   /* flags */
 69856                   META_FLAG_PROPERTY|META_FLAG_READ,
 69857                   /* name */
 69858                   "SecurityClassification",
 69859                   /* qualifiers */
 69860                   _CIM_AccessControlInformation_SecurityClassification_qualifiers,
 69861                   /* type */
 69862                   CIMTYPE_STRING,
 69863                   /* subscript */
 69864                   -1,
 69865                   /* value */
 69866                   0,
 69867               };
 69868               
 69869               static const char*
 69870               _CIM_AccessControlInformation_AccessType_qualifiers[] =
 69871 mike  1.1.2.1 {
 69872                   /* Deprecated */
 69873                   "\013\000\001CIM_AuthorizedPrivilege.Activities\000",
 69874                   /* ArrayType */
 69875                   "\005Indexed",
 69876                   /* ModelCorrespondence */
 69877                   "\036\000\002CIM_AccessControlInformation.AccessQualifier\000CIM_AccessControlInformation.Permission\000",
 69878                   0,
 69879               };
 69880               
 69881               static MetaProperty
 69882               _CIM_AccessControlInformation_AccessType =
 69883               {
 69884                   /* flags */
 69885                   META_FLAG_PROPERTY|META_FLAG_READ,
 69886                   /* name */
 69887                   "AccessType",
 69888                   /* qualifiers */
 69889                   _CIM_AccessControlInformation_AccessType_qualifiers,
 69890                   /* type */
 69891                   CIMTYPE_STRING,
 69892 mike  1.1.2.1     /* subscript */
 69893                   0,
 69894                   /* value */
 69895                   0,
 69896               };
 69897               
 69898               static const char*
 69899               _CIM_AccessControlInformation_AccessQualifier_qualifiers[] =
 69900               {
 69901                   /* Deprecated */
 69902                   "\013\000\001CIM_AuthorizedPrivilege.ActivityQualifiers\000",
 69903                   /* ArrayType */
 69904                   "\005Indexed",
 69905                   /* ModelCorrespondence */
 69906                   "\036\000\002CIM_AccessControlInformation.AccessType\000CIM_AccessControlInformation.Permission\000",
 69907                   0,
 69908               };
 69909               
 69910               static MetaProperty
 69911               _CIM_AccessControlInformation_AccessQualifier =
 69912               {
 69913 mike  1.1.2.1     /* flags */
 69914                   META_FLAG_PROPERTY|META_FLAG_READ,
 69915                   /* name */
 69916                   "AccessQualifier",
 69917                   /* qualifiers */
 69918                   _CIM_AccessControlInformation_AccessQualifier_qualifiers,
 69919                   /* type */
 69920                   CIMTYPE_STRING,
 69921                   /* subscript */
 69922                   0,
 69923                   /* value */
 69924                   0,
 69925               };
 69926               
 69927               static const char*
 69928               _CIM_AccessControlInformation_Permission_qualifiers[] =
 69929               {
 69930                   /* Deprecated */
 69931                   "\013\000\001CIM_AuthorizedPrivilege\000",
 69932                   /* ValueMap */
 69933                   "\061\000\004Unknown\000Allow\000Deny\000Manage\000",
 69934 mike  1.1.2.1     /* ArrayType */
 69935                   "\005Indexed",
 69936                   /* ModelCorrespondence */
 69937                   "\036\000\002CIM_AccessControlInformation.AccessType\000CIM_AccessControlInformation.AccessQualifier\000",
 69938                   0,
 69939               };
 69940               
 69941               static MetaProperty
 69942               _CIM_AccessControlInformation_Permission =
 69943               {
 69944                   /* flags */
 69945                   META_FLAG_PROPERTY|META_FLAG_READ,
 69946                   /* name */
 69947                   "Permission",
 69948                   /* qualifiers */
 69949                   _CIM_AccessControlInformation_Permission_qualifiers,
 69950                   /* type */
 69951                   CIMTYPE_STRING,
 69952                   /* subscript */
 69953                   0,
 69954                   /* value */
 69955 mike  1.1.2.1     0,
 69956               };
 69957               
 69958               static MetaFeature*
 69959               _CIM_AccessControlInformation_features[] =
 69960               {
 69961                   (MetaFeature*)&_CIM_AccessControlInformation_SystemCreationClassName,
 69962                   (MetaFeature*)&_CIM_AccessControlInformation_SystemName,
 69963                   (MetaFeature*)&_CIM_AccessControlInformation_CreationClassName,
 69964                   (MetaFeature*)&_CIM_AccessControlInformation_Name,
 69965                   (MetaFeature*)&_CIM_AccessControlInformation_SecurityClassification,
 69966                   (MetaFeature*)&_CIM_AccessControlInformation_AccessType,
 69967                   (MetaFeature*)&_CIM_AccessControlInformation_AccessQualifier,
 69968                   (MetaFeature*)&_CIM_AccessControlInformation_Permission,
 69969                   0,
 69970               };
 69971               
 69972               static const char*
 69973               __root_cimv2_CIM_AccessControlInformation_qualifiers[] =
 69974               {
 69975                   /* Deprecated */
 69976 mike  1.1.2.1     "\013\000\002CIM_AuthorizedPrivilege\000CIM_SecuritySensitivity\000",
 69977                   /* UMLPackagePath */
 69978                   "\057CIM::User::AccessControl",
 69979                   /* Version */
 69980                   "\0632.8.0",
 69981                   0,
 69982               };
 69983               
 69984               MetaClass
 69985               __root_cimv2_CIM_AccessControlInformation =
 69986               {
 69987                   /* flags */
 69988                   META_FLAG_CLASS,
 69989                   /* name */
 69990                   "CIM_AccessControlInformation",
 69991                   /* qualifiers */
 69992                   __root_cimv2_CIM_AccessControlInformation_qualifiers,
 69993                   /* super */
 69994                   &__root_cimv2_CIM_LogicalElement,
 69995                   /* features */
 69996                   _CIM_AccessControlInformation_features,
 69997 mike  1.1.2.1 };
 69998               
 69999               //==============================================================================
 70000               //
 70001               // Class: CIM_Account
 70002               //
 70003               //==============================================================================
 70004               
 70005               static const char*
 70006               _CIM_Account_SystemCreationClassName_qualifiers[] =
 70007               {
 70008                   /* Key */
 70009                   "\025\001",
 70010                   /* Propagated */
 70011                   "\045CIM_System.CreationClassName",
 70012                   /* MaxLen */
 70013                   "\030\000\000\001\000",
 70014                   0,
 70015               };
 70016               
 70017               static MetaProperty
 70018 mike  1.1.2.1 _CIM_Account_SystemCreationClassName =
 70019               {
 70020                   /* flags */
 70021                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70022                   /* name */
 70023                   "SystemCreationClassName",
 70024                   /* qualifiers */
 70025                   _CIM_Account_SystemCreationClassName_qualifiers,
 70026                   /* type */
 70027                   CIMTYPE_STRING,
 70028                   /* subscript */
 70029                   -1,
 70030                   /* value */
 70031                   0,
 70032               };
 70033               
 70034               static const char*
 70035               _CIM_Account_SystemName_qualifiers[] =
 70036               {
 70037                   /* Key */
 70038                   "\025\001",
 70039 mike  1.1.2.1     /* Propagated */
 70040                   "\045CIM_System.Name",
 70041                   /* MaxLen */
 70042                   "\030\000\000\001\000",
 70043                   0,
 70044               };
 70045               
 70046               static MetaProperty
 70047               _CIM_Account_SystemName =
 70048               {
 70049                   /* flags */
 70050                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70051                   /* name */
 70052                   "SystemName",
 70053                   /* qualifiers */
 70054                   _CIM_Account_SystemName_qualifiers,
 70055                   /* type */
 70056                   CIMTYPE_STRING,
 70057                   /* subscript */
 70058                   -1,
 70059                   /* value */
 70060 mike  1.1.2.1     0,
 70061               };
 70062               
 70063               static const char*
 70064               _CIM_Account_CreationClassName_qualifiers[] =
 70065               {
 70066                   /* Key */
 70067                   "\025\001",
 70068                   /* MaxLen */
 70069                   "\030\000\000\001\000",
 70070                   0,
 70071               };
 70072               
 70073               static MetaProperty
 70074               _CIM_Account_CreationClassName =
 70075               {
 70076                   /* flags */
 70077                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70078                   /* name */
 70079                   "CreationClassName",
 70080                   /* qualifiers */
 70081 mike  1.1.2.1     _CIM_Account_CreationClassName_qualifiers,
 70082                   /* type */
 70083                   CIMTYPE_STRING,
 70084                   /* subscript */
 70085                   -1,
 70086                   /* value */
 70087                   0,
 70088               };
 70089               
 70090               static const char*
 70091               _CIM_Account_Name_qualifiers[] =
 70092               {
 70093                   /* Key */
 70094                   "\025\001",
 70095                   /* Override */
 70096                   "\044Name",
 70097                   /* MaxLen */
 70098                   "\030\000\000\004\000",
 70099                   0,
 70100               };
 70101               
 70102 mike  1.1.2.1 static MetaProperty
 70103               _CIM_Account_Name =
 70104               {
 70105                   /* flags */
 70106                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70107                   /* name */
 70108                   "Name",
 70109                   /* qualifiers */
 70110                   _CIM_Account_Name_qualifiers,
 70111                   /* type */
 70112                   CIMTYPE_STRING,
 70113                   /* subscript */
 70114                   -1,
 70115                   /* value */
 70116                   0,
 70117               };
 70118               
 70119               static const char*
 70120               _CIM_Account_UserID_qualifiers[] =
 70121               {
 70122                   /* MaxLen */
 70123 mike  1.1.2.1     "\030\000\000\001\000",
 70124                   0,
 70125               };
 70126               
 70127               static MetaProperty
 70128               _CIM_Account_UserID =
 70129               {
 70130                   /* flags */
 70131                   META_FLAG_PROPERTY|META_FLAG_READ,
 70132                   /* name */
 70133                   "UserID",
 70134                   /* qualifiers */
 70135                   _CIM_Account_UserID_qualifiers,
 70136                   /* type */
 70137                   CIMTYPE_STRING,
 70138                   /* subscript */
 70139                   -1,
 70140                   /* value */
 70141                   0,
 70142               };
 70143               
 70144 mike  1.1.2.1 static const char*
 70145               _CIM_Account_ObjectClass_qualifiers[] =
 70146               {
 70147                   0,
 70148               };
 70149               
 70150               static MetaProperty
 70151               _CIM_Account_ObjectClass =
 70152               {
 70153                   /* flags */
 70154                   META_FLAG_PROPERTY|META_FLAG_READ,
 70155                   /* name */
 70156                   "ObjectClass",
 70157                   /* qualifiers */
 70158                   _CIM_Account_ObjectClass_qualifiers,
 70159                   /* type */
 70160                   CIMTYPE_STRING,
 70161                   /* subscript */
 70162                   0,
 70163                   /* value */
 70164                   0,
 70165 mike  1.1.2.1 };
 70166               
 70167               static const char*
 70168               _CIM_Account_Descriptions_qualifiers[] =
 70169               {
 70170                   /* MaxLen */
 70171                   "\030\000\000\004\000",
 70172                   0,
 70173               };
 70174               
 70175               static MetaProperty
 70176               _CIM_Account_Descriptions =
 70177               {
 70178                   /* flags */
 70179                   META_FLAG_PROPERTY|META_FLAG_READ,
 70180                   /* name */
 70181                   "Descriptions",
 70182                   /* qualifiers */
 70183                   _CIM_Account_Descriptions_qualifiers,
 70184                   /* type */
 70185                   CIMTYPE_STRING,
 70186 mike  1.1.2.1     /* subscript */
 70187                   0,
 70188                   /* value */
 70189                   0,
 70190               };
 70191               
 70192               static const char*
 70193               _CIM_Account_Host_qualifiers[] =
 70194               {
 70195                   0,
 70196               };
 70197               
 70198               static MetaProperty
 70199               _CIM_Account_Host =
 70200               {
 70201                   /* flags */
 70202                   META_FLAG_PROPERTY|META_FLAG_READ,
 70203                   /* name */
 70204                   "Host",
 70205                   /* qualifiers */
 70206                   _CIM_Account_Host_qualifiers,
 70207 mike  1.1.2.1     /* type */
 70208                   CIMTYPE_STRING,
 70209                   /* subscript */
 70210                   0,
 70211                   /* value */
 70212                   0,
 70213               };
 70214               
 70215               static const char*
 70216               _CIM_Account_LocalityName_qualifiers[] =
 70217               {
 70218                   0,
 70219               };
 70220               
 70221               static MetaProperty
 70222               _CIM_Account_LocalityName =
 70223               {
 70224                   /* flags */
 70225                   META_FLAG_PROPERTY|META_FLAG_READ,
 70226                   /* name */
 70227                   "LocalityName",
 70228 mike  1.1.2.1     /* qualifiers */
 70229                   _CIM_Account_LocalityName_qualifiers,
 70230                   /* type */
 70231                   CIMTYPE_STRING,
 70232                   /* subscript */
 70233                   0,
 70234                   /* value */
 70235                   0,
 70236               };
 70237               
 70238               static const char*
 70239               _CIM_Account_OrganizationName_qualifiers[] =
 70240               {
 70241                   /* Required */
 70242                   "\050\001",
 70243                   0,
 70244               };
 70245               
 70246               static MetaProperty
 70247               _CIM_Account_OrganizationName =
 70248               {
 70249 mike  1.1.2.1     /* flags */
 70250                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 70251                   /* name */
 70252                   "OrganizationName",
 70253                   /* qualifiers */
 70254                   _CIM_Account_OrganizationName_qualifiers,
 70255                   /* type */
 70256                   CIMTYPE_STRING,
 70257                   /* subscript */
 70258                   0,
 70259                   /* value */
 70260                   0,
 70261               };
 70262               
 70263               static const char*
 70264               _CIM_Account_OU_qualifiers[] =
 70265               {
 70266                   0,
 70267               };
 70268               
 70269               static MetaProperty
 70270 mike  1.1.2.1 _CIM_Account_OU =
 70271               {
 70272                   /* flags */
 70273                   META_FLAG_PROPERTY|META_FLAG_READ,
 70274                   /* name */
 70275                   "OU",
 70276                   /* qualifiers */
 70277                   _CIM_Account_OU_qualifiers,
 70278                   /* type */
 70279                   CIMTYPE_STRING,
 70280                   /* subscript */
 70281                   0,
 70282                   /* value */
 70283                   0,
 70284               };
 70285               
 70286               static const char*
 70287               _CIM_Account_SeeAlso_qualifiers[] =
 70288               {
 70289                   0,
 70290               };
 70291 mike  1.1.2.1 
 70292               static MetaProperty
 70293               _CIM_Account_SeeAlso =
 70294               {
 70295                   /* flags */
 70296                   META_FLAG_PROPERTY|META_FLAG_READ,
 70297                   /* name */
 70298                   "SeeAlso",
 70299                   /* qualifiers */
 70300                   _CIM_Account_SeeAlso_qualifiers,
 70301                   /* type */
 70302                   CIMTYPE_STRING,
 70303                   /* subscript */
 70304                   0,
 70305                   /* value */
 70306                   0,
 70307               };
 70308               
 70309               static const char*
 70310               _CIM_Account_UserCertificate_qualifiers[] =
 70311               {
 70312 mike  1.1.2.1     /* OctetString */
 70313                   "\042\001",
 70314                   0,
 70315               };
 70316               
 70317               static MetaProperty
 70318               _CIM_Account_UserCertificate =
 70319               {
 70320                   /* flags */
 70321                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 70322                   /* name */
 70323                   "UserCertificate",
 70324                   /* qualifiers */
 70325                   _CIM_Account_UserCertificate_qualifiers,
 70326                   /* type */
 70327                   CIMTYPE_STRING,
 70328                   /* subscript */
 70329                   0,
 70330                   /* value */
 70331                   0,
 70332               };
 70333 mike  1.1.2.1 
 70334               static const char*
 70335               _CIM_Account_UserPassword_qualifiers[] =
 70336               {
 70337                   /* OctetString */
 70338                   "\042\001",
 70339                   0,
 70340               };
 70341               
 70342               static MetaProperty
 70343               _CIM_Account_UserPassword =
 70344               {
 70345                   /* flags */
 70346                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 70347                   /* name */
 70348                   "UserPassword",
 70349                   /* qualifiers */
 70350                   _CIM_Account_UserPassword_qualifiers,
 70351                   /* type */
 70352                   CIMTYPE_STRING,
 70353                   /* subscript */
 70354 mike  1.1.2.1     0,
 70355                   /* value */
 70356                   0,
 70357               };
 70358               
 70359               static MetaFeature*
 70360               _CIM_Account_features[] =
 70361               {
 70362                   (MetaFeature*)&_CIM_Account_SystemCreationClassName,
 70363                   (MetaFeature*)&_CIM_Account_SystemName,
 70364                   (MetaFeature*)&_CIM_Account_CreationClassName,
 70365                   (MetaFeature*)&_CIM_Account_Name,
 70366                   (MetaFeature*)&_CIM_Account_UserID,
 70367                   (MetaFeature*)&_CIM_Account_ObjectClass,
 70368                   (MetaFeature*)&_CIM_Account_Descriptions,
 70369                   (MetaFeature*)&_CIM_Account_Host,
 70370                   (MetaFeature*)&_CIM_Account_LocalityName,
 70371                   (MetaFeature*)&_CIM_Account_OrganizationName,
 70372                   (MetaFeature*)&_CIM_Account_OU,
 70373                   (MetaFeature*)&_CIM_Account_SeeAlso,
 70374                   (MetaFeature*)&_CIM_Account_UserCertificate,
 70375 mike  1.1.2.1     (MetaFeature*)&_CIM_Account_UserPassword,
 70376                   0,
 70377               };
 70378               
 70379               static const char*
 70380               __root_cimv2_CIM_Account_qualifiers[] =
 70381               {
 70382                   /* UMLPackagePath */
 70383                   "\057CIM::User::Account",
 70384                   /* Version */
 70385                   "\0632.8.0",
 70386                   0,
 70387               };
 70388               
 70389               MetaClass
 70390               __root_cimv2_CIM_Account =
 70391               {
 70392                   /* flags */
 70393                   META_FLAG_CLASS,
 70394                   /* name */
 70395                   "CIM_Account",
 70396 mike  1.1.2.1     /* qualifiers */
 70397                   __root_cimv2_CIM_Account_qualifiers,
 70398                   /* super */
 70399                   &__root_cimv2_CIM_LogicalElement,
 70400                   /* features */
 70401                   _CIM_Account_features,
 70402               };
 70403               
 70404               //==============================================================================
 70405               //
 70406               // Class: CIM_AccountAuthentication
 70407               //
 70408               //==============================================================================
 70409               
 70410               static const char*
 70411               _CIM_AccountAuthentication_AccountID_qualifiers[] =
 70412               {
 70413                   0,
 70414               };
 70415               
 70416               static MetaProperty
 70417 mike  1.1.2.1 _CIM_AccountAuthentication_AccountID =
 70418               {
 70419                   /* flags */
 70420                   META_FLAG_PROPERTY|META_FLAG_READ,
 70421                   /* name */
 70422                   "AccountID",
 70423                   /* qualifiers */
 70424                   _CIM_AccountAuthentication_AccountID_qualifiers,
 70425                   /* type */
 70426                   CIMTYPE_STRING,
 70427                   /* subscript */
 70428                   -1,
 70429                   /* value */
 70430                   0,
 70431               };
 70432               
 70433               static const char*
 70434               _CIM_AccountAuthentication_AccountContext_qualifiers[] =
 70435               {
 70436                   0,
 70437               };
 70438 mike  1.1.2.1 
 70439               static MetaProperty
 70440               _CIM_AccountAuthentication_AccountContext =
 70441               {
 70442                   /* flags */
 70443                   META_FLAG_PROPERTY|META_FLAG_READ,
 70444                   /* name */
 70445                   "AccountContext",
 70446                   /* qualifiers */
 70447                   _CIM_AccountAuthentication_AccountContext_qualifiers,
 70448                   /* type */
 70449                   CIMTYPE_STRING,
 70450                   /* subscript */
 70451                   -1,
 70452                   /* value */
 70453                   0,
 70454               };
 70455               
 70456               static MetaFeature*
 70457               _CIM_AccountAuthentication_features[] =
 70458               {
 70459 mike  1.1.2.1     (MetaFeature*)&_CIM_AccountAuthentication_AccountID,
 70460                   (MetaFeature*)&_CIM_AccountAuthentication_AccountContext,
 70461                   0,
 70462               };
 70463               
 70464               static const char*
 70465               __root_cimv2_CIM_AccountAuthentication_qualifiers[] =
 70466               {
 70467                   /* UMLPackagePath */
 70468                   "\057CIM::Policy",
 70469                   /* Version */
 70470                   "\0632.8.0",
 70471                   0,
 70472               };
 70473               
 70474               MetaClass
 70475               __root_cimv2_CIM_AccountAuthentication =
 70476               {
 70477                   /* flags */
 70478                   META_FLAG_CLASS,
 70479                   /* name */
 70480 mike  1.1.2.1     "CIM_AccountAuthentication",
 70481                   /* qualifiers */
 70482                   __root_cimv2_CIM_AccountAuthentication_qualifiers,
 70483                   /* super */
 70484                   &__root_cimv2_CIM_AuthenticationCondition,
 70485                   /* features */
 70486                   _CIM_AccountAuthentication_features,
 70487               };
 70488               
 70489               //==============================================================================
 70490               //
 70491               // Class: CIM_AccountIdentity
 70492               //
 70493               //==============================================================================
 70494               
 70495               static const char*
 70496               _CIM_AccountIdentity_SystemElement_qualifiers[] =
 70497               {
 70498                   /* Override */
 70499                   "\044SystemElement",
 70500                   0,
 70501 mike  1.1.2.1 };
 70502               
 70503               static MetaReference
 70504               _CIM_AccountIdentity_SystemElement =
 70505               {
 70506                   /* flags */
 70507                   META_FLAG_REFERENCE|META_FLAG_READ,
 70508                   /* name */
 70509                   "SystemElement",
 70510                   /* qualifiers */
 70511                   _CIM_AccountIdentity_SystemElement_qualifiers,
 70512                   /* subscript */
 70513                   -1,
 70514                   /* refId */
 70515                   &__root_cimv2_CIM_Account,
 70516               };
 70517               
 70518               static const char*
 70519               _CIM_AccountIdentity_SameElement_qualifiers[] =
 70520               {
 70521                   /* Override */
 70522 mike  1.1.2.1     "\044SameElement",
 70523                   0,
 70524               };
 70525               
 70526               static MetaReference
 70527               _CIM_AccountIdentity_SameElement =
 70528               {
 70529                   /* flags */
 70530                   META_FLAG_REFERENCE|META_FLAG_READ,
 70531                   /* name */
 70532                   "SameElement",
 70533                   /* qualifiers */
 70534                   _CIM_AccountIdentity_SameElement_qualifiers,
 70535                   /* subscript */
 70536                   -1,
 70537                   /* refId */
 70538                   &__root_cimv2_CIM_Identity,
 70539               };
 70540               
 70541               static MetaFeature*
 70542               _CIM_AccountIdentity_features[] =
 70543 mike  1.1.2.1 {
 70544                   (MetaFeature*)&_CIM_AccountIdentity_SystemElement,
 70545                   (MetaFeature*)&_CIM_AccountIdentity_SameElement,
 70546                   0,
 70547               };
 70548               
 70549               static const char*
 70550               __root_cimv2_CIM_AccountIdentity_qualifiers[] =
 70551               {
 70552                   /* ASSOCIATION */
 70553                   "\000\001",
 70554                   /* UMLPackagePath */
 70555                   "\057CIM::User::Account",
 70556                   /* Version */
 70557                   "\0632.8.0",
 70558                   0,
 70559               };
 70560               
 70561               MetaClass
 70562               __root_cimv2_CIM_AccountIdentity =
 70563               {
 70564 mike  1.1.2.1     /* flags */
 70565                   META_FLAG_ASSOCIATION,
 70566                   /* name */
 70567                   "CIM_AccountIdentity",
 70568                   /* qualifiers */
 70569                   __root_cimv2_CIM_AccountIdentity_qualifiers,
 70570                   /* super */
 70571                   &__root_cimv2_CIM_LogicalIdentity,
 70572                   /* features */
 70573                   _CIM_AccountIdentity_features,
 70574               };
 70575               
 70576               //==============================================================================
 70577               //
 70578               // Class: CIM_AccountMapsToAccount
 70579               //
 70580               //==============================================================================
 70581               
 70582               static const char*
 70583               _CIM_AccountMapsToAccount_Antecedent_qualifiers[] =
 70584               {
 70585 mike  1.1.2.1     /* Override */
 70586                   "\044Antecedent",
 70587                   0,
 70588               };
 70589               
 70590               static MetaReference
 70591               _CIM_AccountMapsToAccount_Antecedent =
 70592               {
 70593                   /* flags */
 70594                   META_FLAG_REFERENCE|META_FLAG_READ,
 70595                   /* name */
 70596                   "Antecedent",
 70597                   /* qualifiers */
 70598                   _CIM_AccountMapsToAccount_Antecedent_qualifiers,
 70599                   /* subscript */
 70600                   -1,
 70601                   /* refId */
 70602                   &__root_cimv2_CIM_Account,
 70603               };
 70604               
 70605               static const char*
 70606 mike  1.1.2.1 _CIM_AccountMapsToAccount_Dependent_qualifiers[] =
 70607               {
 70608                   /* Override */
 70609                   "\044Dependent",
 70610                   0,
 70611               };
 70612               
 70613               static MetaReference
 70614               _CIM_AccountMapsToAccount_Dependent =
 70615               {
 70616                   /* flags */
 70617                   META_FLAG_REFERENCE|META_FLAG_READ,
 70618                   /* name */
 70619                   "Dependent",
 70620                   /* qualifiers */
 70621                   _CIM_AccountMapsToAccount_Dependent_qualifiers,
 70622                   /* subscript */
 70623                   -1,
 70624                   /* refId */
 70625                   &__root_cimv2_CIM_Account,
 70626               };
 70627 mike  1.1.2.1 
 70628               static MetaFeature*
 70629               _CIM_AccountMapsToAccount_features[] =
 70630               {
 70631                   (MetaFeature*)&_CIM_AccountMapsToAccount_Antecedent,
 70632                   (MetaFeature*)&_CIM_AccountMapsToAccount_Dependent,
 70633                   0,
 70634               };
 70635               
 70636               static const char*
 70637               __root_cimv2_CIM_AccountMapsToAccount_qualifiers[] =
 70638               {
 70639                   /* ASSOCIATION */
 70640                   "\000\001",
 70641                   /* UMLPackagePath */
 70642                   "\057CIM::User::Account",
 70643                   /* Version */
 70644                   "\0632.6.0",
 70645                   0,
 70646               };
 70647               
 70648 mike  1.1.2.1 MetaClass
 70649               __root_cimv2_CIM_AccountMapsToAccount =
 70650               {
 70651                   /* flags */
 70652                   META_FLAG_ASSOCIATION,
 70653                   /* name */
 70654                   "CIM_AccountMapsToAccount",
 70655                   /* qualifiers */
 70656                   __root_cimv2_CIM_AccountMapsToAccount_qualifiers,
 70657                   /* super */
 70658                   &__root_cimv2_CIM_Dependency,
 70659                   /* features */
 70660                   _CIM_AccountMapsToAccount_features,
 70661               };
 70662               
 70663               //==============================================================================
 70664               //
 70665               // Class: CIM_ActsAsSpare
 70666               //
 70667               //==============================================================================
 70668               
 70669 mike  1.1.2.1 static const char*
 70670               _CIM_ActsAsSpare_Group_qualifiers[] =
 70671               {
 70672                   /* Deprecated */
 70673                   "\013\000\001CIM_IsSpare.Dependent\000",
 70674                   /* Key */
 70675                   "\025\001",
 70676                   0,
 70677               };
 70678               
 70679               static MetaReference
 70680               _CIM_ActsAsSpare_Group =
 70681               {
 70682                   /* flags */
 70683                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70684                   /* name */
 70685                   "Group",
 70686                   /* qualifiers */
 70687                   _CIM_ActsAsSpare_Group_qualifiers,
 70688                   /* subscript */
 70689                   -1,
 70690 mike  1.1.2.1     /* refId */
 70691                   &__root_cimv2_CIM_SpareGroup,
 70692               };
 70693               
 70694               static const char*
 70695               _CIM_ActsAsSpare_Spare_qualifiers[] =
 70696               {
 70697                   /* Deprecated */
 70698                   "\013\000\001CIM_IsSpare.Antecedent\000",
 70699                   /* Key */
 70700                   "\025\001",
 70701                   0,
 70702               };
 70703               
 70704               static MetaReference
 70705               _CIM_ActsAsSpare_Spare =
 70706               {
 70707                   /* flags */
 70708                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70709                   /* name */
 70710                   "Spare",
 70711 mike  1.1.2.1     /* qualifiers */
 70712                   _CIM_ActsAsSpare_Spare_qualifiers,
 70713                   /* subscript */
 70714                   -1,
 70715                   /* refId */
 70716                   &__root_cimv2_CIM_ManagedSystemElement,
 70717               };
 70718               
 70719               static const char*
 70720               _CIM_ActsAsSpare_HotStandby_qualifiers[] =
 70721               {
 70722                   /* Deprecated */
 70723                   "\013\000\001CIM_IsSpare.SpareStatus\000",
 70724                   0,
 70725               };
 70726               
 70727               static MetaProperty
 70728               _CIM_ActsAsSpare_HotStandby =
 70729               {
 70730                   /* flags */
 70731                   META_FLAG_PROPERTY|META_FLAG_READ,
 70732 mike  1.1.2.1     /* name */
 70733                   "HotStandby",
 70734                   /* qualifiers */
 70735                   _CIM_ActsAsSpare_HotStandby_qualifiers,
 70736                   /* type */
 70737                   CIMTYPE_BOOLEAN,
 70738                   /* subscript */
 70739                   -1,
 70740                   /* value */
 70741                   0,
 70742               };
 70743               
 70744               static MetaFeature*
 70745               _CIM_ActsAsSpare_features[] =
 70746               {
 70747                   (MetaFeature*)&_CIM_ActsAsSpare_Group,
 70748                   (MetaFeature*)&_CIM_ActsAsSpare_Spare,
 70749                   (MetaFeature*)&_CIM_ActsAsSpare_HotStandby,
 70750                   0,
 70751               };
 70752               
 70753 mike  1.1.2.1 static const char*
 70754               __root_cimv2_CIM_ActsAsSpare_qualifiers[] =
 70755               {
 70756                   /* ASSOCIATION */
 70757                   "\000\001",
 70758                   /* Deprecated */
 70759                   "\013\000\001CIM_IsSpare\000",
 70760                   /* UMLPackagePath */
 70761                   "\057CIM::Core::Redundancy",
 70762                   /* Version */
 70763                   "\0632.13.0",
 70764                   0,
 70765               };
 70766               
 70767               MetaClass
 70768               __root_cimv2_CIM_ActsAsSpare =
 70769               {
 70770                   /* flags */
 70771                   META_FLAG_ASSOCIATION,
 70772                   /* name */
 70773                   "CIM_ActsAsSpare",
 70774 mike  1.1.2.1     /* qualifiers */
 70775                   __root_cimv2_CIM_ActsAsSpare_qualifiers,
 70776                   /* super */
 70777                   0,
 70778                   /* features */
 70779                   _CIM_ActsAsSpare_features,
 70780               };
 70781               
 70782               //==============================================================================
 70783               //
 70784               // Class: CIM_AdjacentSlots
 70785               //
 70786               //==============================================================================
 70787               
 70788               static const char*
 70789               _CIM_AdjacentSlots_SlotA_qualifiers[] =
 70790               {
 70791                   /* Key */
 70792                   "\025\001",
 70793                   0,
 70794               };
 70795 mike  1.1.2.1 
 70796               static MetaReference
 70797               _CIM_AdjacentSlots_SlotA =
 70798               {
 70799                   /* flags */
 70800                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70801                   /* name */
 70802                   "SlotA",
 70803                   /* qualifiers */
 70804                   _CIM_AdjacentSlots_SlotA_qualifiers,
 70805                   /* subscript */
 70806                   -1,
 70807                   /* refId */
 70808                   &__root_cimv2_CIM_Slot,
 70809               };
 70810               
 70811               static const char*
 70812               _CIM_AdjacentSlots_SlotB_qualifiers[] =
 70813               {
 70814                   /* Key */
 70815                   "\025\001",
 70816 mike  1.1.2.1     0,
 70817               };
 70818               
 70819               static MetaReference
 70820               _CIM_AdjacentSlots_SlotB =
 70821               {
 70822                   /* flags */
 70823                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70824                   /* name */
 70825                   "SlotB",
 70826                   /* qualifiers */
 70827                   _CIM_AdjacentSlots_SlotB_qualifiers,
 70828                   /* subscript */
 70829                   -1,
 70830                   /* refId */
 70831                   &__root_cimv2_CIM_Slot,
 70832               };
 70833               
 70834               static const char*
 70835               _CIM_AdjacentSlots_DistanceBetweenSlots_qualifiers[] =
 70836               {
 70837 mike  1.1.2.1     /* Units */
 70838                   "\060Inches",
 70839                   0,
 70840               };
 70841               
 70842               static MetaProperty
 70843               _CIM_AdjacentSlots_DistanceBetweenSlots =
 70844               {
 70845                   /* flags */
 70846                   META_FLAG_PROPERTY|META_FLAG_READ,
 70847                   /* name */
 70848                   "DistanceBetweenSlots",
 70849                   /* qualifiers */
 70850                   _CIM_AdjacentSlots_DistanceBetweenSlots_qualifiers,
 70851                   /* type */
 70852                   CIMTYPE_REAL32,
 70853                   /* subscript */
 70854                   -1,
 70855                   /* value */
 70856                   0,
 70857               };
 70858 mike  1.1.2.1 
 70859               static const char*
 70860               _CIM_AdjacentSlots_SharedSlots_qualifiers[] =
 70861               {
 70862                   0,
 70863               };
 70864               
 70865               static MetaProperty
 70866               _CIM_AdjacentSlots_SharedSlots =
 70867               {
 70868                   /* flags */
 70869                   META_FLAG_PROPERTY|META_FLAG_READ,
 70870                   /* name */
 70871                   "SharedSlots",
 70872                   /* qualifiers */
 70873                   _CIM_AdjacentSlots_SharedSlots_qualifiers,
 70874                   /* type */
 70875                   CIMTYPE_BOOLEAN,
 70876                   /* subscript */
 70877                   -1,
 70878                   /* value */
 70879 mike  1.1.2.1     0,
 70880               };
 70881               
 70882               static MetaFeature*
 70883               _CIM_AdjacentSlots_features[] =
 70884               {
 70885                   (MetaFeature*)&_CIM_AdjacentSlots_SlotA,
 70886                   (MetaFeature*)&_CIM_AdjacentSlots_SlotB,
 70887                   (MetaFeature*)&_CIM_AdjacentSlots_DistanceBetweenSlots,
 70888                   (MetaFeature*)&_CIM_AdjacentSlots_SharedSlots,
 70889                   0,
 70890               };
 70891               
 70892               static const char*
 70893               __root_cimv2_CIM_AdjacentSlots_qualifiers[] =
 70894               {
 70895                   /* ASSOCIATION */
 70896                   "\000\001",
 70897                   /* UMLPackagePath */
 70898                   "\057CIM::Physical::Connector",
 70899                   /* Version */
 70900 mike  1.1.2.1     "\0632.6.0",
 70901                   0,
 70902               };
 70903               
 70904               MetaClass
 70905               __root_cimv2_CIM_AdjacentSlots =
 70906               {
 70907                   /* flags */
 70908                   META_FLAG_ASSOCIATION,
 70909                   /* name */
 70910                   "CIM_AdjacentSlots",
 70911                   /* qualifiers */
 70912                   __root_cimv2_CIM_AdjacentSlots_qualifiers,
 70913                   /* super */
 70914                   0,
 70915                   /* features */
 70916                   _CIM_AdjacentSlots_features,
 70917               };
 70918               
 70919               //==============================================================================
 70920               //
 70921 mike  1.1.2.1 // Class: CIM_AdministrativeDistance
 70922               //
 70923               //==============================================================================
 70924               
 70925               static const char*
 70926               _CIM_AdministrativeDistance_SystemCreationClassName_qualifiers[] =
 70927               {
 70928                   /* Key */
 70929                   "\025\001",
 70930                   /* Propagated */
 70931                   "\045CIM_AdminDomain.CreationClassName",
 70932                   /* MaxLen */
 70933                   "\030\000\000\001\000",
 70934                   0,
 70935               };
 70936               
 70937               static MetaProperty
 70938               _CIM_AdministrativeDistance_SystemCreationClassName =
 70939               {
 70940                   /* flags */
 70941                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70942 mike  1.1.2.1     /* name */
 70943                   "SystemCreationClassName",
 70944                   /* qualifiers */
 70945                   _CIM_AdministrativeDistance_SystemCreationClassName_qualifiers,
 70946                   /* type */
 70947                   CIMTYPE_STRING,
 70948                   /* subscript */
 70949                   -1,
 70950                   /* value */
 70951                   0,
 70952               };
 70953               
 70954               static const char*
 70955               _CIM_AdministrativeDistance_SystemName_qualifiers[] =
 70956               {
 70957                   /* Key */
 70958                   "\025\001",
 70959                   /* Propagated */
 70960                   "\045CIM_AdminDomain.Name",
 70961                   /* MaxLen */
 70962                   "\030\000\000\001\000",
 70963 mike  1.1.2.1     0,
 70964               };
 70965               
 70966               static MetaProperty
 70967               _CIM_AdministrativeDistance_SystemName =
 70968               {
 70969                   /* flags */
 70970                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70971                   /* name */
 70972                   "SystemName",
 70973                   /* qualifiers */
 70974                   _CIM_AdministrativeDistance_SystemName_qualifiers,
 70975                   /* type */
 70976                   CIMTYPE_STRING,
 70977                   /* subscript */
 70978                   -1,
 70979                   /* value */
 70980                   0,
 70981               };
 70982               
 70983               static const char*
 70984 mike  1.1.2.1 _CIM_AdministrativeDistance_CreationClassName_qualifiers[] =
 70985               {
 70986                   /* Key */
 70987                   "\025\001",
 70988                   0,
 70989               };
 70990               
 70991               static MetaProperty
 70992               _CIM_AdministrativeDistance_CreationClassName =
 70993               {
 70994                   /* flags */
 70995                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70996                   /* name */
 70997                   "CreationClassName",
 70998                   /* qualifiers */
 70999                   _CIM_AdministrativeDistance_CreationClassName_qualifiers,
 71000                   /* type */
 71001                   CIMTYPE_STRING,
 71002                   /* subscript */
 71003                   -1,
 71004                   /* value */
 71005 mike  1.1.2.1     0,
 71006               };
 71007               
 71008               static const char*
 71009               _CIM_AdministrativeDistance_Name_qualifiers[] =
 71010               {
 71011                   /* Key */
 71012                   "\025\001",
 71013                   /* Override */
 71014                   "\044Name",
 71015                   /* MaxLen */
 71016                   "\030\000\000\001\000",
 71017                   0,
 71018               };
 71019               
 71020               static MetaProperty
 71021               _CIM_AdministrativeDistance_Name =
 71022               {
 71023                   /* flags */
 71024                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71025                   /* name */
 71026 mike  1.1.2.1     "Name",
 71027                   /* qualifiers */
 71028                   _CIM_AdministrativeDistance_Name_qualifiers,
 71029                   /* type */
 71030                   CIMTYPE_STRING,
 71031                   /* subscript */
 71032                   -1,
 71033                   /* value */
 71034                   0,
 71035               };
 71036               
 71037               static const char*
 71038               _CIM_AdministrativeDistance_DirectConnect_qualifiers[] =
 71039               {
 71040                   0,
 71041               };
 71042               
 71043               static MetaProperty
 71044               _CIM_AdministrativeDistance_DirectConnect =
 71045               {
 71046                   /* flags */
 71047 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 71048                   /* name */
 71049                   "DirectConnect",
 71050                   /* qualifiers */
 71051                   _CIM_AdministrativeDistance_DirectConnect_qualifiers,
 71052                   /* type */
 71053                   CIMTYPE_UINT8,
 71054                   /* subscript */
 71055                   -1,
 71056                   /* value */
 71057                   "\000",
 71058               };
 71059               
 71060               static const char*
 71061               _CIM_AdministrativeDistance_Static_qualifiers[] =
 71062               {
 71063                   0,
 71064               };
 71065               
 71066               static MetaProperty
 71067               _CIM_AdministrativeDistance_Static =
 71068 mike  1.1.2.1 {
 71069                   /* flags */
 71070                   META_FLAG_PROPERTY|META_FLAG_READ,
 71071                   /* name */
 71072                   "Static",
 71073                   /* qualifiers */
 71074                   _CIM_AdministrativeDistance_Static_qualifiers,
 71075                   /* type */
 71076                   CIMTYPE_UINT8,
 71077                   /* subscript */
 71078                   -1,
 71079                   /* value */
 71080                   "\001",
 71081               };
 71082               
 71083               static const char*
 71084               _CIM_AdministrativeDistance_EBGP_qualifiers[] =
 71085               {
 71086                   0,
 71087               };
 71088               
 71089 mike  1.1.2.1 static MetaProperty
 71090               _CIM_AdministrativeDistance_EBGP =
 71091               {
 71092                   /* flags */
 71093                   META_FLAG_PROPERTY|META_FLAG_READ,
 71094                   /* name */
 71095                   "EBGP",
 71096                   /* qualifiers */
 71097                   _CIM_AdministrativeDistance_EBGP_qualifiers,
 71098                   /* type */
 71099                   CIMTYPE_UINT8,
 71100                   /* subscript */
 71101                   -1,
 71102                   /* value */
 71103                   "\024",
 71104               };
 71105               
 71106               static const char*
 71107               _CIM_AdministrativeDistance_EIGRPInternal_qualifiers[] =
 71108               {
 71109                   0,
 71110 mike  1.1.2.1 };
 71111               
 71112               static MetaProperty
 71113               _CIM_AdministrativeDistance_EIGRPInternal =
 71114               {
 71115                   /* flags */
 71116                   META_FLAG_PROPERTY|META_FLAG_READ,
 71117                   /* name */
 71118                   "EIGRPInternal",
 71119                   /* qualifiers */
 71120                   _CIM_AdministrativeDistance_EIGRPInternal_qualifiers,
 71121                   /* type */
 71122                   CIMTYPE_UINT8,
 71123                   /* subscript */
 71124                   -1,
 71125                   /* value */
 71126                   "\132",
 71127               };
 71128               
 71129               static const char*
 71130               _CIM_AdministrativeDistance_IGRP_qualifiers[] =
 71131 mike  1.1.2.1 {
 71132                   0,
 71133               };
 71134               
 71135               static MetaProperty
 71136               _CIM_AdministrativeDistance_IGRP =
 71137               {
 71138                   /* flags */
 71139                   META_FLAG_PROPERTY|META_FLAG_READ,
 71140                   /* name */
 71141                   "IGRP",
 71142                   /* qualifiers */
 71143                   _CIM_AdministrativeDistance_IGRP_qualifiers,
 71144                   /* type */
 71145                   CIMTYPE_UINT8,
 71146                   /* subscript */
 71147                   -1,
 71148                   /* value */
 71149                   "\144",
 71150               };
 71151               
 71152 mike  1.1.2.1 static const char*
 71153               _CIM_AdministrativeDistance_OSPF_qualifiers[] =
 71154               {
 71155                   0,
 71156               };
 71157               
 71158               static MetaProperty
 71159               _CIM_AdministrativeDistance_OSPF =
 71160               {
 71161                   /* flags */
 71162                   META_FLAG_PROPERTY|META_FLAG_READ,
 71163                   /* name */
 71164                   "OSPF",
 71165                   /* qualifiers */
 71166                   _CIM_AdministrativeDistance_OSPF_qualifiers,
 71167                   /* type */
 71168                   CIMTYPE_UINT8,
 71169                   /* subscript */
 71170                   -1,
 71171                   /* value */
 71172                   "\156",
 71173 mike  1.1.2.1 };
 71174               
 71175               static const char*
 71176               _CIM_AdministrativeDistance_ISIS_qualifiers[] =
 71177               {
 71178                   0,
 71179               };
 71180               
 71181               static MetaProperty
 71182               _CIM_AdministrativeDistance_ISIS =
 71183               {
 71184                   /* flags */
 71185                   META_FLAG_PROPERTY|META_FLAG_READ,
 71186                   /* name */
 71187                   "ISIS",
 71188                   /* qualifiers */
 71189                   _CIM_AdministrativeDistance_ISIS_qualifiers,
 71190                   /* type */
 71191                   CIMTYPE_UINT8,
 71192                   /* subscript */
 71193                   -1,
 71194 mike  1.1.2.1     /* value */
 71195                   "\163",
 71196               };
 71197               
 71198               static const char*
 71199               _CIM_AdministrativeDistance_RIP_qualifiers[] =
 71200               {
 71201                   0,
 71202               };
 71203               
 71204               static MetaProperty
 71205               _CIM_AdministrativeDistance_RIP =
 71206               {
 71207                   /* flags */
 71208                   META_FLAG_PROPERTY|META_FLAG_READ,
 71209                   /* name */
 71210                   "RIP",
 71211                   /* qualifiers */
 71212                   _CIM_AdministrativeDistance_RIP_qualifiers,
 71213                   /* type */
 71214                   CIMTYPE_UINT8,
 71215 mike  1.1.2.1     /* subscript */
 71216                   -1,
 71217                   /* value */
 71218                   "\170",
 71219               };
 71220               
 71221               static const char*
 71222               _CIM_AdministrativeDistance_EGP_qualifiers[] =
 71223               {
 71224                   0,
 71225               };
 71226               
 71227               static MetaProperty
 71228               _CIM_AdministrativeDistance_EGP =
 71229               {
 71230                   /* flags */
 71231                   META_FLAG_PROPERTY|META_FLAG_READ,
 71232                   /* name */
 71233                   "EGP",
 71234                   /* qualifiers */
 71235                   _CIM_AdministrativeDistance_EGP_qualifiers,
 71236 mike  1.1.2.1     /* type */
 71237                   CIMTYPE_UINT8,
 71238                   /* subscript */
 71239                   -1,
 71240                   /* value */
 71241                   "\214",
 71242               };
 71243               
 71244               static const char*
 71245               _CIM_AdministrativeDistance_EIGRPExternal_qualifiers[] =
 71246               {
 71247                   0,
 71248               };
 71249               
 71250               static MetaProperty
 71251               _CIM_AdministrativeDistance_EIGRPExternal =
 71252               {
 71253                   /* flags */
 71254                   META_FLAG_PROPERTY|META_FLAG_READ,
 71255                   /* name */
 71256                   "EIGRPExternal",
 71257 mike  1.1.2.1     /* qualifiers */
 71258                   _CIM_AdministrativeDistance_EIGRPExternal_qualifiers,
 71259                   /* type */
 71260                   CIMTYPE_UINT8,
 71261                   /* subscript */
 71262                   -1,
 71263                   /* value */
 71264                   "\252",
 71265               };
 71266               
 71267               static const char*
 71268               _CIM_AdministrativeDistance_IBGP_qualifiers[] =
 71269               {
 71270                   0,
 71271               };
 71272               
 71273               static MetaProperty
 71274               _CIM_AdministrativeDistance_IBGP =
 71275               {
 71276                   /* flags */
 71277                   META_FLAG_PROPERTY|META_FLAG_READ,
 71278 mike  1.1.2.1     /* name */
 71279                   "IBGP",
 71280                   /* qualifiers */
 71281                   _CIM_AdministrativeDistance_IBGP_qualifiers,
 71282                   /* type */
 71283                   CIMTYPE_UINT8,
 71284                   /* subscript */
 71285                   -1,
 71286                   /* value */
 71287                   "\310",
 71288               };
 71289               
 71290               static const char*
 71291               _CIM_AdministrativeDistance_BGPLocal_qualifiers[] =
 71292               {
 71293                   0,
 71294               };
 71295               
 71296               static MetaProperty
 71297               _CIM_AdministrativeDistance_BGPLocal =
 71298               {
 71299 mike  1.1.2.1     /* flags */
 71300                   META_FLAG_PROPERTY|META_FLAG_READ,
 71301                   /* name */
 71302                   "BGPLocal",
 71303                   /* qualifiers */
 71304                   _CIM_AdministrativeDistance_BGPLocal_qualifiers,
 71305                   /* type */
 71306                   CIMTYPE_UINT8,
 71307                   /* subscript */
 71308                   -1,
 71309                   /* value */
 71310                   "\310",
 71311               };
 71312               
 71313               static const char*
 71314               _CIM_AdministrativeDistance_Unknown_qualifiers[] =
 71315               {
 71316                   0,
 71317               };
 71318               
 71319               static MetaProperty
 71320 mike  1.1.2.1 _CIM_AdministrativeDistance_Unknown =
 71321               {
 71322                   /* flags */
 71323                   META_FLAG_PROPERTY|META_FLAG_READ,
 71324                   /* name */
 71325                   "Unknown",
 71326                   /* qualifiers */
 71327                   _CIM_AdministrativeDistance_Unknown_qualifiers,
 71328                   /* type */
 71329                   CIMTYPE_UINT8,
 71330                   /* subscript */
 71331                   -1,
 71332                   /* value */
 71333                   "\377",
 71334               };
 71335               
 71336               static MetaFeature*
 71337               _CIM_AdministrativeDistance_features[] =
 71338               {
 71339                   (MetaFeature*)&_CIM_AdministrativeDistance_SystemCreationClassName,
 71340                   (MetaFeature*)&_CIM_AdministrativeDistance_SystemName,
 71341 mike  1.1.2.1     (MetaFeature*)&_CIM_AdministrativeDistance_CreationClassName,
 71342                   (MetaFeature*)&_CIM_AdministrativeDistance_Name,
 71343                   (MetaFeature*)&_CIM_AdministrativeDistance_DirectConnect,
 71344                   (MetaFeature*)&_CIM_AdministrativeDistance_Static,
 71345                   (MetaFeature*)&_CIM_AdministrativeDistance_EBGP,
 71346                   (MetaFeature*)&_CIM_AdministrativeDistance_EIGRPInternal,
 71347                   (MetaFeature*)&_CIM_AdministrativeDistance_IGRP,
 71348                   (MetaFeature*)&_CIM_AdministrativeDistance_OSPF,
 71349                   (MetaFeature*)&_CIM_AdministrativeDistance_ISIS,
 71350                   (MetaFeature*)&_CIM_AdministrativeDistance_RIP,
 71351                   (MetaFeature*)&_CIM_AdministrativeDistance_EGP,
 71352                   (MetaFeature*)&_CIM_AdministrativeDistance_EIGRPExternal,
 71353                   (MetaFeature*)&_CIM_AdministrativeDistance_IBGP,
 71354                   (MetaFeature*)&_CIM_AdministrativeDistance_BGPLocal,
 71355                   (MetaFeature*)&_CIM_AdministrativeDistance_Unknown,
 71356                   0,
 71357               };
 71358               
 71359               static const char*
 71360               __root_cimv2_CIM_AdministrativeDistance_qualifiers[] =
 71361               {
 71362 mike  1.1.2.1     /* UMLPackagePath */
 71363                   "\057CIM::Network::Routes",
 71364                   /* Version */
 71365                   "\0632.7.0",
 71366                   0,
 71367               };
 71368               
 71369               MetaClass
 71370               __root_cimv2_CIM_AdministrativeDistance =
 71371               {
 71372                   /* flags */
 71373                   META_FLAG_CLASS,
 71374                   /* name */
 71375                   "CIM_AdministrativeDistance",
 71376                   /* qualifiers */
 71377                   __root_cimv2_CIM_AdministrativeDistance_qualifiers,
 71378                   /* super */
 71379                   &__root_cimv2_CIM_LogicalElement,
 71380                   /* features */
 71381                   _CIM_AdministrativeDistance_features,
 71382               };
 71383 mike  1.1.2.1 
 71384               //==============================================================================
 71385               //
 71386               // Class: CIM_AGPSoftwareFeature
 71387               //
 71388               //==============================================================================
 71389               
 71390               static const char*
 71391               _CIM_AGPSoftwareFeature_Characteristics_qualifiers[] =
 71392               {
 71393                   /* ValueMap */
 71394                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 71395                   /* Values */
 71396                   "\062\000\007Unknown\000Other\000OS support\000Hardware Acceleration\000Hardware Blit\000OpenGL Support\000Cache Coherency\000",
 71397                   /* ArrayType */
 71398                   "\005Indexed",
 71399                   /* ModelCorrespondence */
 71400                   "\036\000\001CIM_AGPSoftwareFeature.CharacteristicDescriptions\000",
 71401                   0,
 71402               };
 71403               
 71404 mike  1.1.2.1 static MetaProperty
 71405               _CIM_AGPSoftwareFeature_Characteristics =
 71406               {
 71407                   /* flags */
 71408                   META_FLAG_PROPERTY|META_FLAG_READ,
 71409                   /* name */
 71410                   "Characteristics",
 71411                   /* qualifiers */
 71412                   _CIM_AGPSoftwareFeature_Characteristics_qualifiers,
 71413                   /* type */
 71414                   CIMTYPE_UINT16,
 71415                   /* subscript */
 71416                   0,
 71417                   /* value */
 71418                   0,
 71419               };
 71420               
 71421               static const char*
 71422               _CIM_AGPSoftwareFeature_CharacteristicDescriptions_qualifiers[] =
 71423               {
 71424                   /* ArrayType */
 71425 mike  1.1.2.1     "\005Indexed",
 71426                   /* ModelCorrespondence */
 71427                   "\036\000\001CIM_AGPSoftwareFeature.Characteristics\000",
 71428                   0,
 71429               };
 71430               
 71431               static MetaProperty
 71432               _CIM_AGPSoftwareFeature_CharacteristicDescriptions =
 71433               {
 71434                   /* flags */
 71435                   META_FLAG_PROPERTY|META_FLAG_READ,
 71436                   /* name */
 71437                   "CharacteristicDescriptions",
 71438                   /* qualifiers */
 71439                   _CIM_AGPSoftwareFeature_CharacteristicDescriptions_qualifiers,
 71440                   /* type */
 71441                   CIMTYPE_STRING,
 71442                   /* subscript */
 71443                   0,
 71444                   /* value */
 71445                   0,
 71446 mike  1.1.2.1 };
 71447               
 71448               static MetaFeature*
 71449               _CIM_AGPSoftwareFeature_features[] =
 71450               {
 71451                   (MetaFeature*)&_CIM_AGPSoftwareFeature_Characteristics,
 71452                   (MetaFeature*)&_CIM_AGPSoftwareFeature_CharacteristicDescriptions,
 71453                   0,
 71454               };
 71455               
 71456               static const char*
 71457               __root_cimv2_CIM_AGPSoftwareFeature_qualifiers[] =
 71458               {
 71459                   /* UMLPackagePath */
 71460                   "\057CIM::Application::BIOS",
 71461                   /* Version */
 71462                   "\0632.6.0",
 71463                   0,
 71464               };
 71465               
 71466               MetaClass
 71467 mike  1.1.2.1 __root_cimv2_CIM_AGPSoftwareFeature =
 71468               {
 71469                   /* flags */
 71470                   META_FLAG_CLASS,
 71471                   /* name */
 71472                   "CIM_AGPSoftwareFeature",
 71473                   /* qualifiers */
 71474                   __root_cimv2_CIM_AGPSoftwareFeature_qualifiers,
 71475                   /* super */
 71476                   &__root_cimv2_CIM_SoftwareFeature,
 71477                   /* features */
 71478                   _CIM_AGPSoftwareFeature_features,
 71479               };
 71480               
 71481               //==============================================================================
 71482               //
 71483               // Class: CIM_AssociatedBlockStatisticsManifestCollection
 71484               //
 71485               //==============================================================================
 71486               
 71487               static const char*
 71488 mike  1.1.2.1 _CIM_AssociatedBlockStatisticsManifestCollection_Statistics_qualifiers[] =
 71489               {
 71490                   /* Key */
 71491                   "\025\001",
 71492                   /* Min */
 71493                   "\033\000\000\000\001",
 71494                   /* Max */
 71495                   "\027\000\000\000\001",
 71496                   0,
 71497               };
 71498               
 71499               static MetaReference
 71500               _CIM_AssociatedBlockStatisticsManifestCollection_Statistics =
 71501               {
 71502                   /* flags */
 71503                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 71504                   /* name */
 71505                   "Statistics",
 71506                   /* qualifiers */
 71507                   _CIM_AssociatedBlockStatisticsManifestCollection_Statistics_qualifiers,
 71508                   /* subscript */
 71509 mike  1.1.2.1     -1,
 71510                   /* refId */
 71511                   &__root_cimv2_CIM_StatisticsCollection,
 71512               };
 71513               
 71514               static const char*
 71515               _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection_qualifiers[] =
 71516               {
 71517                   /* Key */
 71518                   "\025\001",
 71519                   0,
 71520               };
 71521               
 71522               static MetaReference
 71523               _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection =
 71524               {
 71525                   /* flags */
 71526                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 71527                   /* name */
 71528                   "ManifestCollection",
 71529                   /* qualifiers */
 71530 mike  1.1.2.1     _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection_qualifiers,
 71531                   /* subscript */
 71532                   -1,
 71533                   /* refId */
 71534                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
 71535               };
 71536               
 71537               static MetaFeature*
 71538               _CIM_AssociatedBlockStatisticsManifestCollection_features[] =
 71539               {
 71540                   (MetaFeature*)&_CIM_AssociatedBlockStatisticsManifestCollection_Statistics,
 71541                   (MetaFeature*)&_CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection,
 71542                   0,
 71543               };
 71544               
 71545               static const char*
 71546               __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection_qualifiers[] =
 71547               {
 71548                   /* ASSOCIATION */
 71549                   "\000\001",
 71550                   /* UMLPackagePath */
 71551 mike  1.1.2.1     "\057CIM::Device::StorageStatistics",
 71552                   /* Version */
 71553                   "\0632.10.0",
 71554                   0,
 71555               };
 71556               
 71557               MetaClass
 71558               __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection =
 71559               {
 71560                   /* flags */
 71561                   META_FLAG_ASSOCIATION,
 71562                   /* name */
 71563                   "CIM_AssociatedBlockStatisticsManifestCollection",
 71564                   /* qualifiers */
 71565                   __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection_qualifiers,
 71566                   /* super */
 71567                   0,
 71568                   /* features */
 71569                   _CIM_AssociatedBlockStatisticsManifestCollection_features,
 71570               };
 71571               
 71572 mike  1.1.2.1 //==============================================================================
 71573               //
 71574               // Class: CIM_AuthenticationRequirement
 71575               //
 71576               //==============================================================================
 71577               
 71578               static const char*
 71579               _CIM_AuthenticationRequirement_SystemCreationClassName_qualifiers[] =
 71580               {
 71581                   /* Deprecated */
 71582                   "\013\000\001CIM_AuthenticationRule.SystemCreationClassName\000",
 71583                   /* Key */
 71584                   "\025\001",
 71585                   /* Propagated */
 71586                   "\045CIM_System.CreationClassName",
 71587                   /* MaxLen */
 71588                   "\030\000\000\001\000",
 71589                   0,
 71590               };
 71591               
 71592               static MetaProperty
 71593 mike  1.1.2.1 _CIM_AuthenticationRequirement_SystemCreationClassName =
 71594               {
 71595                   /* flags */
 71596                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71597                   /* name */
 71598                   "SystemCreationClassName",
 71599                   /* qualifiers */
 71600                   _CIM_AuthenticationRequirement_SystemCreationClassName_qualifiers,
 71601                   /* type */
 71602                   CIMTYPE_STRING,
 71603                   /* subscript */
 71604                   -1,
 71605                   /* value */
 71606                   0,
 71607               };
 71608               
 71609               static const char*
 71610               _CIM_AuthenticationRequirement_SystemName_qualifiers[] =
 71611               {
 71612                   /* Deprecated */
 71613                   "\013\000\001CIM_AuthenticationRule.SystemName\000",
 71614 mike  1.1.2.1     /* Key */
 71615                   "\025\001",
 71616                   /* Propagated */
 71617                   "\045CIM_System.Name",
 71618                   /* MaxLen */
 71619                   "\030\000\000\001\000",
 71620                   0,
 71621               };
 71622               
 71623               static MetaProperty
 71624               _CIM_AuthenticationRequirement_SystemName =
 71625               {
 71626                   /* flags */
 71627                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71628                   /* name */
 71629                   "SystemName",
 71630                   /* qualifiers */
 71631                   _CIM_AuthenticationRequirement_SystemName_qualifiers,
 71632                   /* type */
 71633                   CIMTYPE_STRING,
 71634                   /* subscript */
 71635 mike  1.1.2.1     -1,
 71636                   /* value */
 71637                   0,
 71638               };
 71639               
 71640               static const char*
 71641               _CIM_AuthenticationRequirement_CreationClassName_qualifiers[] =
 71642               {
 71643                   /* Deprecated */
 71644                   "\013\000\001CIM_AuthenticationRule.CreationClassName\000",
 71645                   /* Key */
 71646                   "\025\001",
 71647                   /* MaxLen */
 71648                   "\030\000\000\001\000",
 71649                   0,
 71650               };
 71651               
 71652               static MetaProperty
 71653               _CIM_AuthenticationRequirement_CreationClassName =
 71654               {
 71655                   /* flags */
 71656 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71657                   /* name */
 71658                   "CreationClassName",
 71659                   /* qualifiers */
 71660                   _CIM_AuthenticationRequirement_CreationClassName_qualifiers,
 71661                   /* type */
 71662                   CIMTYPE_STRING,
 71663                   /* subscript */
 71664                   -1,
 71665                   /* value */
 71666                   0,
 71667               };
 71668               
 71669               static const char*
 71670               _CIM_AuthenticationRequirement_Name_qualifiers[] =
 71671               {
 71672                   /* Deprecated */
 71673                   "\013\000\001CIM_AuthenticationRule.PolicyRuleName\000",
 71674                   /* Key */
 71675                   "\025\001",
 71676                   /* Override */
 71677 mike  1.1.2.1     "\044Name",
 71678                   /* MaxLen */
 71679                   "\030\000\000\001\000",
 71680                   0,
 71681               };
 71682               
 71683               static MetaProperty
 71684               _CIM_AuthenticationRequirement_Name =
 71685               {
 71686                   /* flags */
 71687                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71688                   /* name */
 71689                   "Name",
 71690                   /* qualifiers */
 71691                   _CIM_AuthenticationRequirement_Name_qualifiers,
 71692                   /* type */
 71693                   CIMTYPE_STRING,
 71694                   /* subscript */
 71695                   -1,
 71696                   /* value */
 71697                   0,
 71698 mike  1.1.2.1 };
 71699               
 71700               static const char*
 71701               _CIM_AuthenticationRequirement_SecurityClassification_qualifiers[] =
 71702               {
 71703                   /* Deprecated */
 71704                   "\013\000\001CIM_SecuritySensitivity.SecurityLevel\000",
 71705                   0,
 71706               };
 71707               
 71708               static MetaProperty
 71709               _CIM_AuthenticationRequirement_SecurityClassification =
 71710               {
 71711                   /* flags */
 71712                   META_FLAG_PROPERTY|META_FLAG_READ,
 71713                   /* name */
 71714                   "SecurityClassification",
 71715                   /* qualifiers */
 71716                   _CIM_AuthenticationRequirement_SecurityClassification_qualifiers,
 71717                   /* type */
 71718                   CIMTYPE_STRING,
 71719 mike  1.1.2.1     /* subscript */
 71720                   -1,
 71721                   /* value */
 71722                   0,
 71723               };
 71724               
 71725               static MetaFeature*
 71726               _CIM_AuthenticationRequirement_features[] =
 71727               {
 71728                   (MetaFeature*)&_CIM_AuthenticationRequirement_SystemCreationClassName,
 71729                   (MetaFeature*)&_CIM_AuthenticationRequirement_SystemName,
 71730                   (MetaFeature*)&_CIM_AuthenticationRequirement_CreationClassName,
 71731                   (MetaFeature*)&_CIM_AuthenticationRequirement_Name,
 71732                   (MetaFeature*)&_CIM_AuthenticationRequirement_SecurityClassification,
 71733                   0,
 71734               };
 71735               
 71736               static const char*
 71737               __root_cimv2_CIM_AuthenticationRequirement_qualifiers[] =
 71738               {
 71739                   /* Deprecated */
 71740 mike  1.1.2.1     "\013\000\003CIM_AuthenticationCondition\000CIM_AuthenticationRule\000CIM_SecuritySensitivity\000",
 71741                   /* UMLPackagePath */
 71742                   "\057CIM::User::AuthenticationReqmt",
 71743                   /* Version */
 71744                   "\0632.8.0",
 71745                   0,
 71746               };
 71747               
 71748               MetaClass
 71749               __root_cimv2_CIM_AuthenticationRequirement =
 71750               {
 71751                   /* flags */
 71752                   META_FLAG_CLASS,
 71753                   /* name */
 71754                   "CIM_AuthenticationRequirement",
 71755                   /* qualifiers */
 71756                   __root_cimv2_CIM_AuthenticationRequirement_qualifiers,
 71757                   /* super */
 71758                   &__root_cimv2_CIM_LogicalElement,
 71759                   /* features */
 71760                   _CIM_AuthenticationRequirement_features,
 71761 mike  1.1.2.1 };
 71762               
 71763               //==============================================================================
 71764               //
 71765               // Class: CIM_AuthenticationRule
 71766               //
 71767               //==============================================================================
 71768               
 71769               static MetaFeature*
 71770               _CIM_AuthenticationRule_features[] =
 71771               {
 71772                   0,
 71773               };
 71774               
 71775               static const char*
 71776               __root_cimv2_CIM_AuthenticationRule_qualifiers[] =
 71777               {
 71778                   /* UMLPackagePath */
 71779                   "\057CIM::Policy",
 71780                   /* Version */
 71781                   "\0632.8.0",
 71782 mike  1.1.2.1     0,
 71783               };
 71784               
 71785               MetaClass
 71786               __root_cimv2_CIM_AuthenticationRule =
 71787               {
 71788                   /* flags */
 71789                   META_FLAG_CLASS,
 71790                   /* name */
 71791                   "CIM_AuthenticationRule",
 71792                   /* qualifiers */
 71793                   __root_cimv2_CIM_AuthenticationRule_qualifiers,
 71794                   /* super */
 71795                   &__root_cimv2_CIM_PolicyRule,
 71796                   /* features */
 71797                   _CIM_AuthenticationRule_features,
 71798               };
 71799               
 71800               //==============================================================================
 71801               //
 71802               // Class: CIM_AuthenticationTarget
 71803 mike  1.1.2.1 //
 71804               //==============================================================================
 71805               
 71806               static const char*
 71807               _CIM_AuthenticationTarget_Antecedent_qualifiers[] =
 71808               {
 71809                   /* Deprecated */
 71810                   "\013\000\001CIM_PolicySetAppliesToElement.PolicySet\000",
 71811                   /* Override */
 71812                   "\044Antecedent",
 71813                   0,
 71814               };
 71815               
 71816               static MetaReference
 71817               _CIM_AuthenticationTarget_Antecedent =
 71818               {
 71819                   /* flags */
 71820                   META_FLAG_REFERENCE|META_FLAG_READ,
 71821                   /* name */
 71822                   "Antecedent",
 71823                   /* qualifiers */
 71824 mike  1.1.2.1     _CIM_AuthenticationTarget_Antecedent_qualifiers,
 71825                   /* subscript */
 71826                   -1,
 71827                   /* refId */
 71828                   &__root_cimv2_CIM_AuthenticationRequirement,
 71829               };
 71830               
 71831               static const char*
 71832               _CIM_AuthenticationTarget_Dependent_qualifiers[] =
 71833               {
 71834                   /* Deprecated */
 71835                   "\013\000\001CIM_PolicySetAppliesToElement.ManagedElement\000",
 71836                   /* Override */
 71837                   "\044Dependent",
 71838                   0,
 71839               };
 71840               
 71841               static MetaReference
 71842               _CIM_AuthenticationTarget_Dependent =
 71843               {
 71844                   /* flags */
 71845 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 71846                   /* name */
 71847                   "Dependent",
 71848                   /* qualifiers */
 71849                   _CIM_AuthenticationTarget_Dependent_qualifiers,
 71850                   /* subscript */
 71851                   -1,
 71852                   /* refId */
 71853                   &__root_cimv2_CIM_ManagedElement,
 71854               };
 71855               
 71856               static MetaFeature*
 71857               _CIM_AuthenticationTarget_features[] =
 71858               {
 71859                   (MetaFeature*)&_CIM_AuthenticationTarget_Antecedent,
 71860                   (MetaFeature*)&_CIM_AuthenticationTarget_Dependent,
 71861                   0,
 71862               };
 71863               
 71864               static const char*
 71865               __root_cimv2_CIM_AuthenticationTarget_qualifiers[] =
 71866 mike  1.1.2.1 {
 71867                   /* ASSOCIATION */
 71868                   "\000\001",
 71869                   /* Deprecated */
 71870                   "\013\000\001CIM_PolicySetAppliesToElement\000",
 71871                   /* UMLPackagePath */
 71872                   "\057CIM::User::AuthenticationReqmt",
 71873                   /* Version */
 71874                   "\0632.8.0",
 71875                   0,
 71876               };
 71877               
 71878               MetaClass
 71879               __root_cimv2_CIM_AuthenticationTarget =
 71880               {
 71881                   /* flags */
 71882                   META_FLAG_ASSOCIATION,
 71883                   /* name */
 71884                   "CIM_AuthenticationTarget",
 71885                   /* qualifiers */
 71886                   __root_cimv2_CIM_AuthenticationTarget_qualifiers,
 71887 mike  1.1.2.1     /* super */
 71888                   &__root_cimv2_CIM_Dependency,
 71889                   /* features */
 71890                   _CIM_AuthenticationTarget_features,
 71891               };
 71892               
 71893               //==============================================================================
 71894               //
 71895               // Class: CIM_AuthorizationSubject
 71896               //
 71897               //==============================================================================
 71898               
 71899               static const char*
 71900               _CIM_AuthorizationSubject_Antecedent_qualifiers[] =
 71901               {
 71902                   /* Deprecated */
 71903                   "\013\000\001CIM_AuthorizedSubject.Privilege\000",
 71904                   /* Override */
 71905                   "\044Antecedent",
 71906                   0,
 71907               };
 71908 mike  1.1.2.1 
 71909               static MetaReference
 71910               _CIM_AuthorizationSubject_Antecedent =
 71911               {
 71912                   /* flags */
 71913                   META_FLAG_REFERENCE|META_FLAG_READ,
 71914                   /* name */
 71915                   "Antecedent",
 71916                   /* qualifiers */
 71917                   _CIM_AuthorizationSubject_Antecedent_qualifiers,
 71918                   /* subscript */
 71919                   -1,
 71920                   /* refId */
 71921                   &__root_cimv2_CIM_AccessControlInformation,
 71922               };
 71923               
 71924               static const char*
 71925               _CIM_AuthorizationSubject_Dependent_qualifiers[] =
 71926               {
 71927                   /* Deprecated */
 71928                   "\013\000\001CIM_AuthorizedSubject.PrivilegedElement\000",
 71929 mike  1.1.2.1     /* Override */
 71930                   "\044Dependent",
 71931                   0,
 71932               };
 71933               
 71934               static MetaReference
 71935               _CIM_AuthorizationSubject_Dependent =
 71936               {
 71937                   /* flags */
 71938                   META_FLAG_REFERENCE|META_FLAG_READ,
 71939                   /* name */
 71940                   "Dependent",
 71941                   /* qualifiers */
 71942                   _CIM_AuthorizationSubject_Dependent_qualifiers,
 71943                   /* subscript */
 71944                   -1,
 71945                   /* refId */
 71946                   &__root_cimv2_CIM_ManagedElement,
 71947               };
 71948               
 71949               static MetaFeature*
 71950 mike  1.1.2.1 _CIM_AuthorizationSubject_features[] =
 71951               {
 71952                   (MetaFeature*)&_CIM_AuthorizationSubject_Antecedent,
 71953                   (MetaFeature*)&_CIM_AuthorizationSubject_Dependent,
 71954                   0,
 71955               };
 71956               
 71957               static const char*
 71958               __root_cimv2_CIM_AuthorizationSubject_qualifiers[] =
 71959               {
 71960                   /* ASSOCIATION */
 71961                   "\000\001",
 71962                   /* Deprecated */
 71963                   "\013\000\001CIM_AuthorizedSubject\000",
 71964                   /* UMLPackagePath */
 71965                   "\057CIM::User::AccessControl",
 71966                   /* Version */
 71967                   "\0632.8.0",
 71968                   0,
 71969               };
 71970               
 71971 mike  1.1.2.1 MetaClass
 71972               __root_cimv2_CIM_AuthorizationSubject =
 71973               {
 71974                   /* flags */
 71975                   META_FLAG_ASSOCIATION,
 71976                   /* name */
 71977                   "CIM_AuthorizationSubject",
 71978                   /* qualifiers */
 71979                   __root_cimv2_CIM_AuthorizationSubject_qualifiers,
 71980                   /* super */
 71981                   &__root_cimv2_CIM_Dependency,
 71982                   /* features */
 71983                   _CIM_AuthorizationSubject_features,
 71984               };
 71985               
 71986               //==============================================================================
 71987               //
 71988               // Class: CIM_AuthorizationTarget
 71989               //
 71990               //==============================================================================
 71991               
 71992 mike  1.1.2.1 static const char*
 71993               _CIM_AuthorizationTarget_Antecedent_qualifiers[] =
 71994               {
 71995                   /* Deprecated */
 71996                   "\013\000\001CIM_AuthorizedTarget.Privilege\000",
 71997                   /* Override */
 71998                   "\044Antecedent",
 71999                   0,
 72000               };
 72001               
 72002               static MetaReference
 72003               _CIM_AuthorizationTarget_Antecedent =
 72004               {
 72005                   /* flags */
 72006                   META_FLAG_REFERENCE|META_FLAG_READ,
 72007                   /* name */
 72008                   "Antecedent",
 72009                   /* qualifiers */
 72010                   _CIM_AuthorizationTarget_Antecedent_qualifiers,
 72011                   /* subscript */
 72012                   -1,
 72013 mike  1.1.2.1     /* refId */
 72014                   &__root_cimv2_CIM_AccessControlInformation,
 72015               };
 72016               
 72017               static const char*
 72018               _CIM_AuthorizationTarget_Dependent_qualifiers[] =
 72019               {
 72020                   /* Deprecated */
 72021                   "\013\000\001CIM_AuthorizedTarget.TargetElement\000",
 72022                   /* Override */
 72023                   "\044Dependent",
 72024                   0,
 72025               };
 72026               
 72027               static MetaReference
 72028               _CIM_AuthorizationTarget_Dependent =
 72029               {
 72030                   /* flags */
 72031                   META_FLAG_REFERENCE|META_FLAG_READ,
 72032                   /* name */
 72033                   "Dependent",
 72034 mike  1.1.2.1     /* qualifiers */
 72035                   _CIM_AuthorizationTarget_Dependent_qualifiers,
 72036                   /* subscript */
 72037                   -1,
 72038                   /* refId */
 72039                   &__root_cimv2_CIM_ManagedElement,
 72040               };
 72041               
 72042               static MetaFeature*
 72043               _CIM_AuthorizationTarget_features[] =
 72044               {
 72045                   (MetaFeature*)&_CIM_AuthorizationTarget_Antecedent,
 72046                   (MetaFeature*)&_CIM_AuthorizationTarget_Dependent,
 72047                   0,
 72048               };
 72049               
 72050               static const char*
 72051               __root_cimv2_CIM_AuthorizationTarget_qualifiers[] =
 72052               {
 72053                   /* ASSOCIATION */
 72054                   "\000\001",
 72055 mike  1.1.2.1     /* Deprecated */
 72056                   "\013\000\001CIM_AuthorizedTarget\000",
 72057                   /* UMLPackagePath */
 72058                   "\057CIM::User::AccessControl",
 72059                   /* Version */
 72060                   "\0632.8.0",
 72061                   0,
 72062               };
 72063               
 72064               MetaClass
 72065               __root_cimv2_CIM_AuthorizationTarget =
 72066               {
 72067                   /* flags */
 72068                   META_FLAG_ASSOCIATION,
 72069                   /* name */
 72070                   "CIM_AuthorizationTarget",
 72071                   /* qualifiers */
 72072                   __root_cimv2_CIM_AuthorizationTarget_qualifiers,
 72073                   /* super */
 72074                   &__root_cimv2_CIM_Dependency,
 72075                   /* features */
 72076 mike  1.1.2.1     _CIM_AuthorizationTarget_features,
 72077               };
 72078               
 72079               //==============================================================================
 72080               //
 72081               // Class: CIM_BGPAttributes
 72082               //
 72083               //==============================================================================
 72084               
 72085               static const char*
 72086               _CIM_BGPAttributes_SystemCreationClassName_qualifiers[] =
 72087               {
 72088                   /* Key */
 72089                   "\025\001",
 72090                   /* Propagated */
 72091                   "\045CIM_AutonomousSystem.CreationClassName",
 72092                   /* MaxLen */
 72093                   "\030\000\000\001\000",
 72094                   0,
 72095               };
 72096               
 72097 mike  1.1.2.1 static MetaProperty
 72098               _CIM_BGPAttributes_SystemCreationClassName =
 72099               {
 72100                   /* flags */
 72101                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72102                   /* name */
 72103                   "SystemCreationClassName",
 72104                   /* qualifiers */
 72105                   _CIM_BGPAttributes_SystemCreationClassName_qualifiers,
 72106                   /* type */
 72107                   CIMTYPE_STRING,
 72108                   /* subscript */
 72109                   -1,
 72110                   /* value */
 72111                   0,
 72112               };
 72113               
 72114               static const char*
 72115               _CIM_BGPAttributes_SystemName_qualifiers[] =
 72116               {
 72117                   /* Key */
 72118 mike  1.1.2.1     "\025\001",
 72119                   /* Propagated */
 72120                   "\045CIM_AutonomousSystem.Name",
 72121                   /* MaxLen */
 72122                   "\030\000\000\001\000",
 72123                   0,
 72124               };
 72125               
 72126               static MetaProperty
 72127               _CIM_BGPAttributes_SystemName =
 72128               {
 72129                   /* flags */
 72130                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72131                   /* name */
 72132                   "SystemName",
 72133                   /* qualifiers */
 72134                   _CIM_BGPAttributes_SystemName_qualifiers,
 72135                   /* type */
 72136                   CIMTYPE_STRING,
 72137                   /* subscript */
 72138                   -1,
 72139 mike  1.1.2.1     /* value */
 72140                   0,
 72141               };
 72142               
 72143               static const char*
 72144               _CIM_BGPAttributes_Version_qualifiers[] =
 72145               {
 72146                   /* Key */
 72147                   "\025\001",
 72148                   0,
 72149               };
 72150               
 72151               static MetaProperty
 72152               _CIM_BGPAttributes_Version =
 72153               {
 72154                   /* flags */
 72155                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72156                   /* name */
 72157                   "Version",
 72158                   /* qualifiers */
 72159                   _CIM_BGPAttributes_Version_qualifiers,
 72160 mike  1.1.2.1     /* type */
 72161                   CIMTYPE_STRING,
 72162                   /* subscript */
 72163                   -1,
 72164                   /* value */
 72165                   0,
 72166               };
 72167               
 72168               static const char*
 72169               _CIM_BGPAttributes_LocalPreference_qualifiers[] =
 72170               {
 72171                   /* MappingStrings */
 72172                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrLocalPref\000",
 72173                   0,
 72174               };
 72175               
 72176               static MetaProperty
 72177               _CIM_BGPAttributes_LocalPreference =
 72178               {
 72179                   /* flags */
 72180                   META_FLAG_PROPERTY|META_FLAG_READ,
 72181 mike  1.1.2.1     /* name */
 72182                   "LocalPreference",
 72183                   /* qualifiers */
 72184                   _CIM_BGPAttributes_LocalPreference_qualifiers,
 72185                   /* type */
 72186                   CIMTYPE_UINT16,
 72187                   /* subscript */
 72188                   -1,
 72189                   /* value */
 72190                   0,
 72191               };
 72192               
 72193               static const char*
 72194               _CIM_BGPAttributes_ASPath_qualifiers[] =
 72195               {
 72196                   /* MappingStrings */
 72197                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrASPath\000",
 72198                   0,
 72199               };
 72200               
 72201               static MetaProperty
 72202 mike  1.1.2.1 _CIM_BGPAttributes_ASPath =
 72203               {
 72204                   /* flags */
 72205                   META_FLAG_PROPERTY|META_FLAG_READ,
 72206                   /* name */
 72207                   "ASPath",
 72208                   /* qualifiers */
 72209                   _CIM_BGPAttributes_ASPath_qualifiers,
 72210                   /* type */
 72211                   CIMTYPE_STRING,
 72212                   /* subscript */
 72213                   -1,
 72214                   /* value */
 72215                   0,
 72216               };
 72217               
 72218               static const char*
 72219               _CIM_BGPAttributes_AsSet_qualifiers[] =
 72220               {
 72221                   0,
 72222               };
 72223 mike  1.1.2.1 
 72224               static MetaProperty
 72225               _CIM_BGPAttributes_AsSet =
 72226               {
 72227                   /* flags */
 72228                   META_FLAG_PROPERTY|META_FLAG_READ,
 72229                   /* name */
 72230                   "AsSet",
 72231                   /* qualifiers */
 72232                   _CIM_BGPAttributes_AsSet_qualifiers,
 72233                   /* type */
 72234                   CIMTYPE_STRING,
 72235                   /* subscript */
 72236                   -1,
 72237                   /* value */
 72238                   0,
 72239               };
 72240               
 72241               static const char*
 72242               _CIM_BGPAttributes_NextHop_qualifiers[] =
 72243               {
 72244 mike  1.1.2.1     /* MappingStrings */
 72245                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrNextHop\000",
 72246                   0,
 72247               };
 72248               
 72249               static MetaProperty
 72250               _CIM_BGPAttributes_NextHop =
 72251               {
 72252                   /* flags */
 72253                   META_FLAG_PROPERTY|META_FLAG_READ,
 72254                   /* name */
 72255                   "NextHop",
 72256                   /* qualifiers */
 72257                   _CIM_BGPAttributes_NextHop_qualifiers,
 72258                   /* type */
 72259                   CIMTYPE_STRING,
 72260                   /* subscript */
 72261                   -1,
 72262                   /* value */
 72263                   0,
 72264               };
 72265 mike  1.1.2.1 
 72266               static const char*
 72267               _CIM_BGPAttributes_NextHopSelf_qualifiers[] =
 72268               {
 72269                   0,
 72270               };
 72271               
 72272               static MetaProperty
 72273               _CIM_BGPAttributes_NextHopSelf =
 72274               {
 72275                   /* flags */
 72276                   META_FLAG_PROPERTY|META_FLAG_READ,
 72277                   /* name */
 72278                   "NextHopSelf",
 72279                   /* qualifiers */
 72280                   _CIM_BGPAttributes_NextHopSelf_qualifiers,
 72281                   /* type */
 72282                   CIMTYPE_STRING,
 72283                   /* subscript */
 72284                   -1,
 72285                   /* value */
 72286 mike  1.1.2.1     0,
 72287               };
 72288               
 72289               static const char*
 72290               _CIM_BGPAttributes_MED_qualifiers[] =
 72291               {
 72292                   /* MappingStrings */
 72293                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrMultiExitDisc\000",
 72294                   0,
 72295               };
 72296               
 72297               static MetaProperty
 72298               _CIM_BGPAttributes_MED =
 72299               {
 72300                   /* flags */
 72301                   META_FLAG_PROPERTY|META_FLAG_READ,
 72302                   /* name */
 72303                   "MED",
 72304                   /* qualifiers */
 72305                   _CIM_BGPAttributes_MED_qualifiers,
 72306                   /* type */
 72307 mike  1.1.2.1     CIMTYPE_UINT32,
 72308                   /* subscript */
 72309                   -1,
 72310                   /* value */
 72311                   0,
 72312               };
 72313               
 72314               static const char*
 72315               _CIM_BGPAttributes_BGPCommunityValue_qualifiers[] =
 72316               {
 72317                   0,
 72318               };
 72319               
 72320               static MetaProperty
 72321               _CIM_BGPAttributes_BGPCommunityValue =
 72322               {
 72323                   /* flags */
 72324                   META_FLAG_PROPERTY|META_FLAG_READ,
 72325                   /* name */
 72326                   "BGPCommunityValue",
 72327                   /* qualifiers */
 72328 mike  1.1.2.1     _CIM_BGPAttributes_BGPCommunityValue_qualifiers,
 72329                   /* type */
 72330                   CIMTYPE_UINT32,
 72331                   /* subscript */
 72332                   -1,
 72333                   /* value */
 72334                   0,
 72335               };
 72336               
 72337               static const char*
 72338               _CIM_BGPAttributes_AtomicAggregate_qualifiers[] =
 72339               {
 72340                   /* MappingStrings */
 72341                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAtomicAggregate\000",
 72342                   0,
 72343               };
 72344               
 72345               static MetaProperty
 72346               _CIM_BGPAttributes_AtomicAggregate =
 72347               {
 72348                   /* flags */
 72349 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 72350                   /* name */
 72351                   "AtomicAggregate",
 72352                   /* qualifiers */
 72353                   _CIM_BGPAttributes_AtomicAggregate_qualifiers,
 72354                   /* type */
 72355                   CIMTYPE_BOOLEAN,
 72356                   /* subscript */
 72357                   -1,
 72358                   /* value */
 72359                   0,
 72360               };
 72361               
 72362               static const char*
 72363               _CIM_BGPAttributes_Aggregator_qualifiers[] =
 72364               {
 72365                   /* MappingStrings */
 72366                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAS\000",
 72367                   0,
 72368               };
 72369               
 72370 mike  1.1.2.1 static MetaProperty
 72371               _CIM_BGPAttributes_Aggregator =
 72372               {
 72373                   /* flags */
 72374                   META_FLAG_PROPERTY|META_FLAG_READ,
 72375                   /* name */
 72376                   "Aggregator",
 72377                   /* qualifiers */
 72378                   _CIM_BGPAttributes_Aggregator_qualifiers,
 72379                   /* type */
 72380                   CIMTYPE_STRING,
 72381                   /* subscript */
 72382                   -1,
 72383                   /* value */
 72384                   0,
 72385               };
 72386               
 72387               static const char*
 72388               _CIM_BGPAttributes_Origin_qualifiers[] =
 72389               {
 72390                   /* ValueMap */
 72391 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
 72392                   /* Values */
 72393                   "\062\000\003IGP\000EGP\000INCOMPLETE\000",
 72394                   /* MappingStrings */
 72395                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrOrigin\000",
 72396                   0,
 72397               };
 72398               
 72399               static MetaProperty
 72400               _CIM_BGPAttributes_Origin =
 72401               {
 72402                   /* flags */
 72403                   META_FLAG_PROPERTY|META_FLAG_READ,
 72404                   /* name */
 72405                   "Origin",
 72406                   /* qualifiers */
 72407                   _CIM_BGPAttributes_Origin_qualifiers,
 72408                   /* type */
 72409                   CIMTYPE_UINT16,
 72410                   /* subscript */
 72411                   -1,
 72412 mike  1.1.2.1     /* value */
 72413                   0,
 72414               };
 72415               
 72416               static const char*
 72417               _CIM_BGPAttributes_OriginatorID_qualifiers[] =
 72418               {
 72419                   0,
 72420               };
 72421               
 72422               static MetaProperty
 72423               _CIM_BGPAttributes_OriginatorID =
 72424               {
 72425                   /* flags */
 72426                   META_FLAG_PROPERTY|META_FLAG_READ,
 72427                   /* name */
 72428                   "OriginatorID",
 72429                   /* qualifiers */
 72430                   _CIM_BGPAttributes_OriginatorID_qualifiers,
 72431                   /* type */
 72432                   CIMTYPE_STRING,
 72433 mike  1.1.2.1     /* subscript */
 72434                   -1,
 72435                   /* value */
 72436                   0,
 72437               };
 72438               
 72439               static MetaFeature*
 72440               _CIM_BGPAttributes_features[] =
 72441               {
 72442                   (MetaFeature*)&_CIM_BGPAttributes_SystemCreationClassName,
 72443                   (MetaFeature*)&_CIM_BGPAttributes_SystemName,
 72444                   (MetaFeature*)&_CIM_BGPAttributes_Version,
 72445                   (MetaFeature*)&_CIM_BGPAttributes_LocalPreference,
 72446                   (MetaFeature*)&_CIM_BGPAttributes_ASPath,
 72447                   (MetaFeature*)&_CIM_BGPAttributes_AsSet,
 72448                   (MetaFeature*)&_CIM_BGPAttributes_NextHop,
 72449                   (MetaFeature*)&_CIM_BGPAttributes_NextHopSelf,
 72450                   (MetaFeature*)&_CIM_BGPAttributes_MED,
 72451                   (MetaFeature*)&_CIM_BGPAttributes_BGPCommunityValue,
 72452                   (MetaFeature*)&_CIM_BGPAttributes_AtomicAggregate,
 72453                   (MetaFeature*)&_CIM_BGPAttributes_Aggregator,
 72454 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPAttributes_Origin,
 72455                   (MetaFeature*)&_CIM_BGPAttributes_OriginatorID,
 72456                   0,
 72457               };
 72458               
 72459               static const char*
 72460               __root_cimv2_CIM_BGPAttributes_qualifiers[] =
 72461               {
 72462                   /* UMLPackagePath */
 72463                   "\057CIM::Network::BGP",
 72464                   /* Version */
 72465                   "\0632.7.0",
 72466                   0,
 72467               };
 72468               
 72469               MetaClass
 72470               __root_cimv2_CIM_BGPAttributes =
 72471               {
 72472                   /* flags */
 72473                   META_FLAG_CLASS,
 72474                   /* name */
 72475 mike  1.1.2.1     "CIM_BGPAttributes",
 72476                   /* qualifiers */
 72477                   __root_cimv2_CIM_BGPAttributes_qualifiers,
 72478                   /* super */
 72479                   &__root_cimv2_CIM_LogicalElement,
 72480                   /* features */
 72481                   _CIM_BGPAttributes_features,
 72482               };
 72483               
 72484               //==============================================================================
 72485               //
 72486               // Class: CIM_BGPPathAttributes
 72487               //
 72488               //==============================================================================
 72489               
 72490               static const char*
 72491               _CIM_BGPPathAttributes_ASNumbers_qualifiers[] =
 72492               {
 72493                   /* Key */
 72494                   "\025\001",
 72495                   /* MaxLen */
 72496 mike  1.1.2.1     "\030\000\000\002\000",
 72497                   0,
 72498               };
 72499               
 72500               static MetaProperty
 72501               _CIM_BGPPathAttributes_ASNumbers =
 72502               {
 72503                   /* flags */
 72504                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72505                   /* name */
 72506                   "ASNumbers",
 72507                   /* qualifiers */
 72508                   _CIM_BGPPathAttributes_ASNumbers_qualifiers,
 72509                   /* type */
 72510                   CIMTYPE_STRING,
 72511                   /* subscript */
 72512                   -1,
 72513                   /* value */
 72514                   0,
 72515               };
 72516               
 72517 mike  1.1.2.1 static const char*
 72518               _CIM_BGPPathAttributes_PathAttrNextHop_qualifiers[] =
 72519               {
 72520                   /* Key */
 72521                   "\025\001",
 72522                   /* MaxLen */
 72523                   "\030\000\000\000\040",
 72524                   /* MappingStrings */
 72525                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrNextHop\000",
 72526                   0,
 72527               };
 72528               
 72529               static MetaProperty
 72530               _CIM_BGPPathAttributes_PathAttrNextHop =
 72531               {
 72532                   /* flags */
 72533                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72534                   /* name */
 72535                   "PathAttrNextHop",
 72536                   /* qualifiers */
 72537                   _CIM_BGPPathAttributes_PathAttrNextHop_qualifiers,
 72538 mike  1.1.2.1     /* type */
 72539                   CIMTYPE_STRING,
 72540                   /* subscript */
 72541                   -1,
 72542                   /* value */
 72543                   0,
 72544               };
 72545               
 72546               static const char*
 72547               _CIM_BGPPathAttributes_PathAttrASPathSegment_qualifiers[] =
 72548               {
 72549                   /* OctetString */
 72550                   "\042\001",
 72551                   /* MappingStrings */
 72552                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrASPathSegment\000",
 72553                   0,
 72554               };
 72555               
 72556               static MetaProperty
 72557               _CIM_BGPPathAttributes_PathAttrASPathSegment =
 72558               {
 72559 mike  1.1.2.1     /* flags */
 72560                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 72561                   /* name */
 72562                   "PathAttrASPathSegment",
 72563                   /* qualifiers */
 72564                   _CIM_BGPPathAttributes_PathAttrASPathSegment_qualifiers,
 72565                   /* type */
 72566                   CIMTYPE_UINT8,
 72567                   /* subscript */
 72568                   0,
 72569                   /* value */
 72570                   0,
 72571               };
 72572               
 72573               static const char*
 72574               _CIM_BGPPathAttributes_PathAttrOrigin_qualifiers[] =
 72575               {
 72576                   /* ValueMap */
 72577                   "\061\000\0031\0002\0003\000",
 72578                   /* Values */
 72579                   "\062\000\003IGP\000EGP\000Incomplete\000",
 72580 mike  1.1.2.1     /* MappingStrings */
 72581                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrOrigin\000",
 72582                   0,
 72583               };
 72584               
 72585               static MetaProperty
 72586               _CIM_BGPPathAttributes_PathAttrOrigin =
 72587               {
 72588                   /* flags */
 72589                   META_FLAG_PROPERTY|META_FLAG_READ,
 72590                   /* name */
 72591                   "PathAttrOrigin",
 72592                   /* qualifiers */
 72593                   _CIM_BGPPathAttributes_PathAttrOrigin_qualifiers,
 72594                   /* type */
 72595                   CIMTYPE_UINT16,
 72596                   /* subscript */
 72597                   -1,
 72598                   /* value */
 72599                   0,
 72600               };
 72601 mike  1.1.2.1 
 72602               static const char*
 72603               _CIM_BGPPathAttributes_PathAttrMultiExitDisc_qualifiers[] =
 72604               {
 72605                   /* MappingStrings */
 72606                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrMultiExitDisc\000",
 72607                   0,
 72608               };
 72609               
 72610               static MetaProperty
 72611               _CIM_BGPPathAttributes_PathAttrMultiExitDisc =
 72612               {
 72613                   /* flags */
 72614                   META_FLAG_PROPERTY|META_FLAG_READ,
 72615                   /* name */
 72616                   "PathAttrMultiExitDisc",
 72617                   /* qualifiers */
 72618                   _CIM_BGPPathAttributes_PathAttrMultiExitDisc_qualifiers,
 72619                   /* type */
 72620                   CIMTYPE_SINT32,
 72621                   /* subscript */
 72622 mike  1.1.2.1     -1,
 72623                   /* value */
 72624                   0,
 72625               };
 72626               
 72627               static const char*
 72628               _CIM_BGPPathAttributes_PathAttrLocalPref_qualifiers[] =
 72629               {
 72630                   /* MappingStrings */
 72631                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrLocalPref\000",
 72632                   0,
 72633               };
 72634               
 72635               static MetaProperty
 72636               _CIM_BGPPathAttributes_PathAttrLocalPref =
 72637               {
 72638                   /* flags */
 72639                   META_FLAG_PROPERTY|META_FLAG_READ,
 72640                   /* name */
 72641                   "PathAttrLocalPref",
 72642                   /* qualifiers */
 72643 mike  1.1.2.1     _CIM_BGPPathAttributes_PathAttrLocalPref_qualifiers,
 72644                   /* type */
 72645                   CIMTYPE_SINT32,
 72646                   /* subscript */
 72647                   -1,
 72648                   /* value */
 72649                   0,
 72650               };
 72651               
 72652               static const char*
 72653               _CIM_BGPPathAttributes_PathAttrAtomicAggregate_qualifiers[] =
 72654               {
 72655                   /* ValueMap */
 72656                   "\061\000\0030\0001\0002\000",
 72657                   /* Values */
 72658                   "\062\000\003Unknown\000Less Specific Not Selected\000Less Specific Selected\000",
 72659                   /* MappingStrings */
 72660                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAtomicAggregate\000",
 72661                   0,
 72662               };
 72663               
 72664 mike  1.1.2.1 static MetaProperty
 72665               _CIM_BGPPathAttributes_PathAttrAtomicAggregate =
 72666               {
 72667                   /* flags */
 72668                   META_FLAG_PROPERTY|META_FLAG_READ,
 72669                   /* name */
 72670                   "PathAttrAtomicAggregate",
 72671                   /* qualifiers */
 72672                   _CIM_BGPPathAttributes_PathAttrAtomicAggregate_qualifiers,
 72673                   /* type */
 72674                   CIMTYPE_UINT32,
 72675                   /* subscript */
 72676                   -1,
 72677                   /* value */
 72678                   0,
 72679               };
 72680               
 72681               static const char*
 72682               _CIM_BGPPathAttributes_PathAttrAggregatorAS_qualifiers[] =
 72683               {
 72684                   /* MappingStrings */
 72685 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAS\000",
 72686                   0,
 72687               };
 72688               
 72689               static MetaProperty
 72690               _CIM_BGPPathAttributes_PathAttrAggregatorAS =
 72691               {
 72692                   /* flags */
 72693                   META_FLAG_PROPERTY|META_FLAG_READ,
 72694                   /* name */
 72695                   "PathAttrAggregatorAS",
 72696                   /* qualifiers */
 72697                   _CIM_BGPPathAttributes_PathAttrAggregatorAS_qualifiers,
 72698                   /* type */
 72699                   CIMTYPE_UINT16,
 72700                   /* subscript */
 72701                   -1,
 72702                   /* value */
 72703                   0,
 72704               };
 72705               
 72706 mike  1.1.2.1 static const char*
 72707               _CIM_BGPPathAttributes_PathAttrAggregatorAddr_qualifiers[] =
 72708               {
 72709                   /* MappingStrings */
 72710                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAddr\000",
 72711                   0,
 72712               };
 72713               
 72714               static MetaProperty
 72715               _CIM_BGPPathAttributes_PathAttrAggregatorAddr =
 72716               {
 72717                   /* flags */
 72718                   META_FLAG_PROPERTY|META_FLAG_READ,
 72719                   /* name */
 72720                   "PathAttrAggregatorAddr",
 72721                   /* qualifiers */
 72722                   _CIM_BGPPathAttributes_PathAttrAggregatorAddr_qualifiers,
 72723                   /* type */
 72724                   CIMTYPE_STRING,
 72725                   /* subscript */
 72726                   -1,
 72727 mike  1.1.2.1     /* value */
 72728                   0,
 72729               };
 72730               
 72731               static const char*
 72732               _CIM_BGPPathAttributes_PathAttrCalcLocalPref_qualifiers[] =
 72733               {
 72734                   /* MappingStrings */
 72735                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrCalcLocalPref\000",
 72736                   0,
 72737               };
 72738               
 72739               static MetaProperty
 72740               _CIM_BGPPathAttributes_PathAttrCalcLocalPref =
 72741               {
 72742                   /* flags */
 72743                   META_FLAG_PROPERTY|META_FLAG_READ,
 72744                   /* name */
 72745                   "PathAttrCalcLocalPref",
 72746                   /* qualifiers */
 72747                   _CIM_BGPPathAttributes_PathAttrCalcLocalPref_qualifiers,
 72748 mike  1.1.2.1     /* type */
 72749                   CIMTYPE_SINT16,
 72750                   /* subscript */
 72751                   -1,
 72752                   /* value */
 72753                   0,
 72754               };
 72755               
 72756               static const char*
 72757               _CIM_BGPPathAttributes_PathAttrBest_qualifiers[] =
 72758               {
 72759                   /* ValueMap */
 72760                   "\061\000\0030\0001\0002\000",
 72761                   /* Values */
 72762                   "\062\000\003Unknown\000False\000True\000",
 72763                   /* MappingStrings */
 72764                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrBest\000",
 72765                   0,
 72766               };
 72767               
 72768               static MetaProperty
 72769 mike  1.1.2.1 _CIM_BGPPathAttributes_PathAttrBest =
 72770               {
 72771                   /* flags */
 72772                   META_FLAG_PROPERTY|META_FLAG_READ,
 72773                   /* name */
 72774                   "PathAttrBest",
 72775                   /* qualifiers */
 72776                   _CIM_BGPPathAttributes_PathAttrBest_qualifiers,
 72777                   /* type */
 72778                   CIMTYPE_UINT16,
 72779                   /* subscript */
 72780                   -1,
 72781                   /* value */
 72782                   0,
 72783               };
 72784               
 72785               static const char*
 72786               _CIM_BGPPathAttributes_PathAttrUnknown_qualifiers[] =
 72787               {
 72788                   /* OctetString */
 72789                   "\042\001",
 72790 mike  1.1.2.1     /* MappingStrings */
 72791                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrUnknown\000",
 72792                   /* ModelCorrespondence */
 72793                   "\036\000\001CIM_BGPPathAttributes.PathAttrUnknownNumber\000",
 72794                   0,
 72795               };
 72796               
 72797               static MetaProperty
 72798               _CIM_BGPPathAttributes_PathAttrUnknown =
 72799               {
 72800                   /* flags */
 72801                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 72802                   /* name */
 72803                   "PathAttrUnknown",
 72804                   /* qualifiers */
 72805                   _CIM_BGPPathAttributes_PathAttrUnknown_qualifiers,
 72806                   /* type */
 72807                   CIMTYPE_STRING,
 72808                   /* subscript */
 72809                   0,
 72810                   /* value */
 72811 mike  1.1.2.1     0,
 72812               };
 72813               
 72814               static const char*
 72815               _CIM_BGPPathAttributes_PathAttrUnknownNumber_qualifiers[] =
 72816               {
 72817                   /* MappingStrings */
 72818                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrUnknown\000",
 72819                   /* ModelCorrespondence */
 72820                   "\036\000\001CIM_BGPPathAttributes.PathAttrUnknown\000",
 72821                   0,
 72822               };
 72823               
 72824               static MetaProperty
 72825               _CIM_BGPPathAttributes_PathAttrUnknownNumber =
 72826               {
 72827                   /* flags */
 72828                   META_FLAG_PROPERTY|META_FLAG_READ,
 72829                   /* name */
 72830                   "PathAttrUnknownNumber",
 72831                   /* qualifiers */
 72832 mike  1.1.2.1     _CIM_BGPPathAttributes_PathAttrUnknownNumber_qualifiers,
 72833                   /* type */
 72834                   CIMTYPE_UINT16,
 72835                   /* subscript */
 72836                   -1,
 72837                   /* value */
 72838                   0,
 72839               };
 72840               
 72841               static MetaFeature*
 72842               _CIM_BGPPathAttributes_features[] =
 72843               {
 72844                   (MetaFeature*)&_CIM_BGPPathAttributes_ASNumbers,
 72845                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrNextHop,
 72846                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrASPathSegment,
 72847                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrOrigin,
 72848                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrMultiExitDisc,
 72849                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrLocalPref,
 72850                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAtomicAggregate,
 72851                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAggregatorAS,
 72852                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAggregatorAddr,
 72853 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrCalcLocalPref,
 72854                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrBest,
 72855                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrUnknown,
 72856                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrUnknownNumber,
 72857                   0,
 72858               };
 72859               
 72860               static const char*
 72861               __root_cimv2_CIM_BGPPathAttributes_qualifiers[] =
 72862               {
 72863                   /* UMLPackagePath */
 72864                   "\057CIM::Network::BGP",
 72865                   /* Version */
 72866                   "\0632.7.0",
 72867                   0,
 72868               };
 72869               
 72870               MetaClass
 72871               __root_cimv2_CIM_BGPPathAttributes =
 72872               {
 72873                   /* flags */
 72874 mike  1.1.2.1     META_FLAG_CLASS,
 72875                   /* name */
 72876                   "CIM_BGPPathAttributes",
 72877                   /* qualifiers */
 72878                   __root_cimv2_CIM_BGPPathAttributes_qualifiers,
 72879                   /* super */
 72880                   &__root_cimv2_CIM_LogicalElement,
 72881                   /* features */
 72882                   _CIM_BGPPathAttributes_features,
 72883               };
 72884               
 72885               //==============================================================================
 72886               //
 72887               // Class: CIM_BGPRouteMap
 72888               //
 72889               //==============================================================================
 72890               
 72891               static const char*
 72892               _CIM_BGPRouteMap_SystemCreationClassName_qualifiers[] =
 72893               {
 72894                   /* Key */
 72895 mike  1.1.2.1     "\025\001",
 72896                   /* Propagated */
 72897                   "\045CIM_AutonomousSystem.CreationClassName",
 72898                   /* MaxLen */
 72899                   "\030\000\000\001\000",
 72900                   0,
 72901               };
 72902               
 72903               static MetaProperty
 72904               _CIM_BGPRouteMap_SystemCreationClassName =
 72905               {
 72906                   /* flags */
 72907                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72908                   /* name */
 72909                   "SystemCreationClassName",
 72910                   /* qualifiers */
 72911                   _CIM_BGPRouteMap_SystemCreationClassName_qualifiers,
 72912                   /* type */
 72913                   CIMTYPE_STRING,
 72914                   /* subscript */
 72915                   -1,
 72916 mike  1.1.2.1     /* value */
 72917                   0,
 72918               };
 72919               
 72920               static const char*
 72921               _CIM_BGPRouteMap_SystemName_qualifiers[] =
 72922               {
 72923                   /* Key */
 72924                   "\025\001",
 72925                   /* Propagated */
 72926                   "\045CIM_AutonomousSystem.Name",
 72927                   /* MaxLen */
 72928                   "\030\000\000\001\000",
 72929                   0,
 72930               };
 72931               
 72932               static MetaProperty
 72933               _CIM_BGPRouteMap_SystemName =
 72934               {
 72935                   /* flags */
 72936                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72937 mike  1.1.2.1     /* name */
 72938                   "SystemName",
 72939                   /* qualifiers */
 72940                   _CIM_BGPRouteMap_SystemName_qualifiers,
 72941                   /* type */
 72942                   CIMTYPE_STRING,
 72943                   /* subscript */
 72944                   -1,
 72945                   /* value */
 72946                   0,
 72947               };
 72948               
 72949               static const char*
 72950               _CIM_BGPRouteMap_CreationClassName_qualifiers[] =
 72951               {
 72952                   /* Key */
 72953                   "\025\001",
 72954                   0,
 72955               };
 72956               
 72957               static MetaProperty
 72958 mike  1.1.2.1 _CIM_BGPRouteMap_CreationClassName =
 72959               {
 72960                   /* flags */
 72961                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72962                   /* name */
 72963                   "CreationClassName",
 72964                   /* qualifiers */
 72965                   _CIM_BGPRouteMap_CreationClassName_qualifiers,
 72966                   /* type */
 72967                   CIMTYPE_STRING,
 72968                   /* subscript */
 72969                   -1,
 72970                   /* value */
 72971                   0,
 72972               };
 72973               
 72974               static const char*
 72975               _CIM_BGPRouteMap_Name_qualifiers[] =
 72976               {
 72977                   /* Key */
 72978                   "\025\001",
 72979 mike  1.1.2.1     /* Override */
 72980                   "\044Name",
 72981                   /* MaxLen */
 72982                   "\030\000\000\001\000",
 72983                   0,
 72984               };
 72985               
 72986               static MetaProperty
 72987               _CIM_BGPRouteMap_Name =
 72988               {
 72989                   /* flags */
 72990                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72991                   /* name */
 72992                   "Name",
 72993                   /* qualifiers */
 72994                   _CIM_BGPRouteMap_Name_qualifiers,
 72995                   /* type */
 72996                   CIMTYPE_STRING,
 72997                   /* subscript */
 72998                   -1,
 72999                   /* value */
 73000 mike  1.1.2.1     0,
 73001               };
 73002               
 73003               static const char*
 73004               _CIM_BGPRouteMap_Direction_qualifiers[] =
 73005               {
 73006                   /* ValueMap */
 73007                   "\061\000\0031\0002\0003\000",
 73008                   /* Values */
 73009                   "\062\000\003Input\000Output\000Both\000",
 73010                   0,
 73011               };
 73012               
 73013               static MetaProperty
 73014               _CIM_BGPRouteMap_Direction =
 73015               {
 73016                   /* flags */
 73017                   META_FLAG_PROPERTY|META_FLAG_READ,
 73018                   /* name */
 73019                   "Direction",
 73020                   /* qualifiers */
 73021 mike  1.1.2.1     _CIM_BGPRouteMap_Direction_qualifiers,
 73022                   /* type */
 73023                   CIMTYPE_UINT16,
 73024                   /* subscript */
 73025                   -1,
 73026                   /* value */
 73027                   0,
 73028               };
 73029               
 73030               static const char*
 73031               _CIM_BGPRouteMap_Action_qualifiers[] =
 73032               {
 73033                   /* ValueMap */
 73034                   "\061\000\0021\0002\000",
 73035                   /* Values */
 73036                   "\062\000\002Permit\000Deny\000",
 73037                   0,
 73038               };
 73039               
 73040               static MetaProperty
 73041               _CIM_BGPRouteMap_Action =
 73042 mike  1.1.2.1 {
 73043                   /* flags */
 73044                   META_FLAG_PROPERTY|META_FLAG_READ,
 73045                   /* name */
 73046                   "Action",
 73047                   /* qualifiers */
 73048                   _CIM_BGPRouteMap_Action_qualifiers,
 73049                   /* type */
 73050                   CIMTYPE_UINT16,
 73051                   /* subscript */
 73052                   -1,
 73053                   /* value */
 73054                   0,
 73055               };
 73056               
 73057               static const char*
 73058               _CIM_BGPRouteMap_MatchConditionType_qualifiers[] =
 73059               {
 73060                   /* ValueMap */
 73061                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 73062                   /* Values */
 73063 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",
 73064                   /* ModelCorrespondence */
 73065                   "\036\000\001CIM_BGPRouteMap.OtherMatchConditionType\000",
 73066                   0,
 73067               };
 73068               
 73069               static MetaProperty
 73070               _CIM_BGPRouteMap_MatchConditionType =
 73071               {
 73072                   /* flags */
 73073                   META_FLAG_PROPERTY|META_FLAG_READ,
 73074                   /* name */
 73075                   "MatchConditionType",
 73076                   /* qualifiers */
 73077                   _CIM_BGPRouteMap_MatchConditionType_qualifiers,
 73078                   /* type */
 73079                   CIMTYPE_UINT16,
 73080                   /* subscript */
 73081                   -1,
 73082                   /* value */
 73083                   0,
 73084 mike  1.1.2.1 };
 73085               
 73086               static const char*
 73087               _CIM_BGPRouteMap_OtherMatchConditionType_qualifiers[] =
 73088               {
 73089                   /* ModelCorrespondence */
 73090                   "\036\000\001CIM_BGPRouteMap.MatchConditionType\000",
 73091                   0,
 73092               };
 73093               
 73094               static MetaProperty
 73095               _CIM_BGPRouteMap_OtherMatchConditionType =
 73096               {
 73097                   /* flags */
 73098                   META_FLAG_PROPERTY|META_FLAG_READ,
 73099                   /* name */
 73100                   "OtherMatchConditionType",
 73101                   /* qualifiers */
 73102                   _CIM_BGPRouteMap_OtherMatchConditionType_qualifiers,
 73103                   /* type */
 73104                   CIMTYPE_STRING,
 73105 mike  1.1.2.1     /* subscript */
 73106                   -1,
 73107                   /* value */
 73108                   0,
 73109               };
 73110               
 73111               static const char*
 73112               _CIM_BGPRouteMap_SetMetricType_qualifiers[] =
 73113               {
 73114                   /* ValueMap */
 73115                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 73116                   /* Values */
 73117                   "\062\000\011Origin\000AS_Path\000NEXT_HOP\000Multi_Exit_Disc\000Local_Pref\000Atomic_Aggregate\000Aggregator\000Community\000Originator_ID\000",
 73118                   /* ModelCorrespondence */
 73119                   "\036\000\001CIM_BGPRouteMap.SetMetricValue\000",
 73120                   0,
 73121               };
 73122               
 73123               static MetaProperty
 73124               _CIM_BGPRouteMap_SetMetricType =
 73125               {
 73126 mike  1.1.2.1     /* flags */
 73127                   META_FLAG_PROPERTY|META_FLAG_READ,
 73128                   /* name */
 73129                   "SetMetricType",
 73130                   /* qualifiers */
 73131                   _CIM_BGPRouteMap_SetMetricType_qualifiers,
 73132                   /* type */
 73133                   CIMTYPE_UINT16,
 73134                   /* subscript */
 73135                   -1,
 73136                   /* value */
 73137                   0,
 73138               };
 73139               
 73140               static const char*
 73141               _CIM_BGPRouteMap_SetMetricValue_qualifiers[] =
 73142               {
 73143                   0,
 73144               };
 73145               
 73146               static MetaProperty
 73147 mike  1.1.2.1 _CIM_BGPRouteMap_SetMetricValue =
 73148               {
 73149                   /* flags */
 73150                   META_FLAG_PROPERTY|META_FLAG_READ,
 73151                   /* name */
 73152                   "SetMetricValue",
 73153                   /* qualifiers */
 73154                   _CIM_BGPRouteMap_SetMetricValue_qualifiers,
 73155                   /* type */
 73156                   CIMTYPE_STRING,
 73157                   /* subscript */
 73158                   -1,
 73159                   /* value */
 73160                   0,
 73161               };
 73162               
 73163               static MetaFeature*
 73164               _CIM_BGPRouteMap_features[] =
 73165               {
 73166                   (MetaFeature*)&_CIM_BGPRouteMap_SystemCreationClassName,
 73167                   (MetaFeature*)&_CIM_BGPRouteMap_SystemName,
 73168 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPRouteMap_CreationClassName,
 73169                   (MetaFeature*)&_CIM_BGPRouteMap_Name,
 73170                   (MetaFeature*)&_CIM_BGPRouteMap_Direction,
 73171                   (MetaFeature*)&_CIM_BGPRouteMap_Action,
 73172                   (MetaFeature*)&_CIM_BGPRouteMap_MatchConditionType,
 73173                   (MetaFeature*)&_CIM_BGPRouteMap_OtherMatchConditionType,
 73174                   (MetaFeature*)&_CIM_BGPRouteMap_SetMetricType,
 73175                   (MetaFeature*)&_CIM_BGPRouteMap_SetMetricValue,
 73176                   0,
 73177               };
 73178               
 73179               static const char*
 73180               __root_cimv2_CIM_BGPRouteMap_qualifiers[] =
 73181               {
 73182                   /* UMLPackagePath */
 73183                   "\057CIM::Network::BGP",
 73184                   /* Version */
 73185                   "\0632.7.0",
 73186                   0,
 73187               };
 73188               
 73189 mike  1.1.2.1 MetaClass
 73190               __root_cimv2_CIM_BGPRouteMap =
 73191               {
 73192                   /* flags */
 73193                   META_FLAG_CLASS,
 73194                   /* name */
 73195                   "CIM_BGPRouteMap",
 73196                   /* qualifiers */
 73197                   __root_cimv2_CIM_BGPRouteMap_qualifiers,
 73198                   /* super */
 73199                   &__root_cimv2_CIM_LogicalElement,
 73200                   /* features */
 73201                   _CIM_BGPRouteMap_features,
 73202               };
 73203               
 73204               //==============================================================================
 73205               //
 73206               // Class: CIM_BGPRouteMapsInRoutingPolicy
 73207               //
 73208               //==============================================================================
 73209               
 73210 mike  1.1.2.1 static const char*
 73211               _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent_qualifiers[] =
 73212               {
 73213                   /* Aggregate */
 73214                   "\003\001",
 73215                   /* Override */
 73216                   "\044GroupComponent",
 73217                   0,
 73218               };
 73219               
 73220               static MetaReference
 73221               _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent =
 73222               {
 73223                   /* flags */
 73224                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 73225                   /* name */
 73226                   "GroupComponent",
 73227                   /* qualifiers */
 73228                   _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent_qualifiers,
 73229                   /* subscript */
 73230                   -1,
 73231 mike  1.1.2.1     /* refId */
 73232                   &__root_cimv2_CIM_RoutingPolicy,
 73233               };
 73234               
 73235               static const char*
 73236               _CIM_BGPRouteMapsInRoutingPolicy_PartComponent_qualifiers[] =
 73237               {
 73238                   /* Override */
 73239                   "\044PartComponent",
 73240                   0,
 73241               };
 73242               
 73243               static MetaReference
 73244               _CIM_BGPRouteMapsInRoutingPolicy_PartComponent =
 73245               {
 73246                   /* flags */
 73247                   META_FLAG_REFERENCE|META_FLAG_READ,
 73248                   /* name */
 73249                   "PartComponent",
 73250                   /* qualifiers */
 73251                   _CIM_BGPRouteMapsInRoutingPolicy_PartComponent_qualifiers,
 73252 mike  1.1.2.1     /* subscript */
 73253                   -1,
 73254                   /* refId */
 73255                   &__root_cimv2_CIM_BGPRouteMap,
 73256               };
 73257               
 73258               static const char*
 73259               _CIM_BGPRouteMapsInRoutingPolicy_MapSequence_qualifiers[] =
 73260               {
 73261                   0,
 73262               };
 73263               
 73264               static MetaProperty
 73265               _CIM_BGPRouteMapsInRoutingPolicy_MapSequence =
 73266               {
 73267                   /* flags */
 73268                   META_FLAG_PROPERTY|META_FLAG_READ,
 73269                   /* name */
 73270                   "MapSequence",
 73271                   /* qualifiers */
 73272                   _CIM_BGPRouteMapsInRoutingPolicy_MapSequence_qualifiers,
 73273 mike  1.1.2.1     /* type */
 73274                   CIMTYPE_UINT16,
 73275                   /* subscript */
 73276                   -1,
 73277                   /* value */
 73278                   0,
 73279               };
 73280               
 73281               static MetaFeature*
 73282               _CIM_BGPRouteMapsInRoutingPolicy_features[] =
 73283               {
 73284                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_GroupComponent,
 73285                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_PartComponent,
 73286                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_MapSequence,
 73287                   0,
 73288               };
 73289               
 73290               static const char*
 73291               __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy_qualifiers[] =
 73292               {
 73293                   /* ASSOCIATION */
 73294 mike  1.1.2.1     "\000\001",
 73295                   /* UMLPackagePath */
 73296                   "\057CIM::Network::BGP",
 73297                   /* Aggregation */
 73298                   "\004\001",
 73299                   /* Version */
 73300                   "\0632.6.0",
 73301                   0,
 73302               };
 73303               
 73304               MetaClass
 73305               __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy =
 73306               {
 73307                   /* flags */
 73308                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 73309                   /* name */
 73310                   "CIM_BGPRouteMapsInRoutingPolicy",
 73311                   /* qualifiers */
 73312                   __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy_qualifiers,
 73313                   /* super */
 73314                   &__root_cimv2_CIM_Component,
 73315 mike  1.1.2.1     /* features */
 73316                   _CIM_BGPRouteMapsInRoutingPolicy_features,
 73317               };
 73318               
 73319               //==============================================================================
 73320               //
 73321               // Class: CIM_BGPStatistics
 73322               //
 73323               //==============================================================================
 73324               
 73325               static const char*
 73326               _CIM_BGPStatistics_InUpdates_qualifiers[] =
 73327               {
 73328                   /* Deprecated */
 73329                   "\013\000\001CIM_BGPEndpointStatistics.InUpdates\000",
 73330                   /* Counter */
 73331                   "\012\001",
 73332                   /* MappingStrings */
 73333                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdates\000",
 73334                   0,
 73335               };
 73336 mike  1.1.2.1 
 73337               static MetaProperty
 73338               _CIM_BGPStatistics_InUpdates =
 73339               {
 73340                   /* flags */
 73341                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73342                   /* name */
 73343                   "InUpdates",
 73344                   /* qualifiers */
 73345                   _CIM_BGPStatistics_InUpdates_qualifiers,
 73346                   /* type */
 73347                   CIMTYPE_UINT32,
 73348                   /* subscript */
 73349                   -1,
 73350                   /* value */
 73351                   0,
 73352               };
 73353               
 73354               static const char*
 73355               _CIM_BGPStatistics_OutUpdates_qualifiers[] =
 73356               {
 73357 mike  1.1.2.1     /* Deprecated */
 73358                   "\013\000\001CIM_BGPEndpointStatistics.OutUpdates\000",
 73359                   /* Counter */
 73360                   "\012\001",
 73361                   /* MappingStrings */
 73362                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutUpdates\000",
 73363                   0,
 73364               };
 73365               
 73366               static MetaProperty
 73367               _CIM_BGPStatistics_OutUpdates =
 73368               {
 73369                   /* flags */
 73370                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73371                   /* name */
 73372                   "OutUpdates",
 73373                   /* qualifiers */
 73374                   _CIM_BGPStatistics_OutUpdates_qualifiers,
 73375                   /* type */
 73376                   CIMTYPE_UINT32,
 73377                   /* subscript */
 73378 mike  1.1.2.1     -1,
 73379                   /* value */
 73380                   0,
 73381               };
 73382               
 73383               static const char*
 73384               _CIM_BGPStatistics_InTotalMessages_qualifiers[] =
 73385               {
 73386                   /* Deprecated */
 73387                   "\013\000\001CIM_BGPEndpointStatistics.InTotalMessages\000",
 73388                   /* Counter */
 73389                   "\012\001",
 73390                   /* MappingStrings */
 73391                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInTotalMessages\000",
 73392                   0,
 73393               };
 73394               
 73395               static MetaProperty
 73396               _CIM_BGPStatistics_InTotalMessages =
 73397               {
 73398                   /* flags */
 73399 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73400                   /* name */
 73401                   "InTotalMessages",
 73402                   /* qualifiers */
 73403                   _CIM_BGPStatistics_InTotalMessages_qualifiers,
 73404                   /* type */
 73405                   CIMTYPE_UINT32,
 73406                   /* subscript */
 73407                   -1,
 73408                   /* value */
 73409                   0,
 73410               };
 73411               
 73412               static const char*
 73413               _CIM_BGPStatistics_OutTotalMessages_qualifiers[] =
 73414               {
 73415                   /* Deprecated */
 73416                   "\013\000\001CIM_BGPEndpointStatistics.OutTotalMessages\000",
 73417                   /* Counter */
 73418                   "\012\001",
 73419                   /* MappingStrings */
 73420 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages\000",
 73421                   0,
 73422               };
 73423               
 73424               static MetaProperty
 73425               _CIM_BGPStatistics_OutTotalMessages =
 73426               {
 73427                   /* flags */
 73428                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73429                   /* name */
 73430                   "OutTotalMessages",
 73431                   /* qualifiers */
 73432                   _CIM_BGPStatistics_OutTotalMessages_qualifiers,
 73433                   /* type */
 73434                   CIMTYPE_UINT32,
 73435                   /* subscript */
 73436                   -1,
 73437                   /* value */
 73438                   0,
 73439               };
 73440               
 73441 mike  1.1.2.1 static const char*
 73442               _CIM_BGPStatistics_LastError_qualifiers[] =
 73443               {
 73444                   /* Deprecated */
 73445                   "\013\000\001CIM_BGPEndpointStatistics.LastError\000",
 73446                   /* MappingStrings */
 73447                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLastError\000",
 73448                   0,
 73449               };
 73450               
 73451               static MetaProperty
 73452               _CIM_BGPStatistics_LastError =
 73453               {
 73454                   /* flags */
 73455                   META_FLAG_PROPERTY|META_FLAG_READ,
 73456                   /* name */
 73457                   "LastError",
 73458                   /* qualifiers */
 73459                   _CIM_BGPStatistics_LastError_qualifiers,
 73460                   /* type */
 73461                   CIMTYPE_UINT8,
 73462 mike  1.1.2.1     /* subscript */
 73463                   2,
 73464                   /* value */
 73465                   0,
 73466               };
 73467               
 73468               static const char*
 73469               _CIM_BGPStatistics_FsmEstablishedTransitions_qualifiers[] =
 73470               {
 73471                   /* Deprecated */
 73472                   "\013\000\001CIM_BGPEndpointStatistics.FsmEstablishedTransitions\000",
 73473                   /* Counter */
 73474                   "\012\001",
 73475                   /* MappingStrings */
 73476                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions\000",
 73477                   0,
 73478               };
 73479               
 73480               static MetaProperty
 73481               _CIM_BGPStatistics_FsmEstablishedTransitions =
 73482               {
 73483 mike  1.1.2.1     /* flags */
 73484                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73485                   /* name */
 73486                   "FsmEstablishedTransitions",
 73487                   /* qualifiers */
 73488                   _CIM_BGPStatistics_FsmEstablishedTransitions_qualifiers,
 73489                   /* type */
 73490                   CIMTYPE_UINT32,
 73491                   /* subscript */
 73492                   -1,
 73493                   /* value */
 73494                   0,
 73495               };
 73496               
 73497               static const char*
 73498               _CIM_BGPStatistics_FsmEstablishedTime_qualifiers[] =
 73499               {
 73500                   /* Deprecated */
 73501                   "\013\000\001CIM_BGPEndpointStatistics.FsmEstablishedTime\000",
 73502                   /* Units */
 73503                   "\060Seconds",
 73504 mike  1.1.2.1     /* Gauge */
 73505                   "\023\001",
 73506                   /* MappingStrings */
 73507                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime\000",
 73508                   0,
 73509               };
 73510               
 73511               static MetaProperty
 73512               _CIM_BGPStatistics_FsmEstablishedTime =
 73513               {
 73514                   /* flags */
 73515                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 73516                   /* name */
 73517                   "FsmEstablishedTime",
 73518                   /* qualifiers */
 73519                   _CIM_BGPStatistics_FsmEstablishedTime_qualifiers,
 73520                   /* type */
 73521                   CIMTYPE_UINT32,
 73522                   /* subscript */
 73523                   -1,
 73524                   /* value */
 73525 mike  1.1.2.1     0,
 73526               };
 73527               
 73528               static const char*
 73529               _CIM_BGPStatistics_InUpdateElapsedTime_qualifiers[] =
 73530               {
 73531                   /* Deprecated */
 73532                   "\013\000\001CIM_BGPEndpointStatistics.InUpdateElapsedTime\000",
 73533                   /* Units */
 73534                   "\060Seconds",
 73535                   /* Gauge */
 73536                   "\023\001",
 73537                   /* MappingStrings */
 73538                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime\000",
 73539                   0,
 73540               };
 73541               
 73542               static MetaProperty
 73543               _CIM_BGPStatistics_InUpdateElapsedTime =
 73544               {
 73545                   /* flags */
 73546 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 73547                   /* name */
 73548                   "InUpdateElapsedTime",
 73549                   /* qualifiers */
 73550                   _CIM_BGPStatistics_InUpdateElapsedTime_qualifiers,
 73551                   /* type */
 73552                   CIMTYPE_UINT32,
 73553                   /* subscript */
 73554                   -1,
 73555                   /* value */
 73556                   0,
 73557               };
 73558               
 73559               static MetaFeature*
 73560               _CIM_BGPStatistics_features[] =
 73561               {
 73562                   (MetaFeature*)&_CIM_BGPStatistics_InUpdates,
 73563                   (MetaFeature*)&_CIM_BGPStatistics_OutUpdates,
 73564                   (MetaFeature*)&_CIM_BGPStatistics_InTotalMessages,
 73565                   (MetaFeature*)&_CIM_BGPStatistics_OutTotalMessages,
 73566                   (MetaFeature*)&_CIM_BGPStatistics_LastError,
 73567 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPStatistics_FsmEstablishedTransitions,
 73568                   (MetaFeature*)&_CIM_BGPStatistics_FsmEstablishedTime,
 73569                   (MetaFeature*)&_CIM_BGPStatistics_InUpdateElapsedTime,
 73570                   0,
 73571               };
 73572               
 73573               static const char*
 73574               __root_cimv2_CIM_BGPStatistics_qualifiers[] =
 73575               {
 73576                   /* Deprecated */
 73577                   "\013\000\001CIM_BGPEndpointStatistics\000",
 73578                   /* UMLPackagePath */
 73579                   "\057CIM::Network::BGP",
 73580                   /* Version */
 73581                   "\0632.7.0",
 73582                   0,
 73583               };
 73584               
 73585               MetaClass
 73586               __root_cimv2_CIM_BGPStatistics =
 73587               {
 73588 mike  1.1.2.1     /* flags */
 73589                   META_FLAG_CLASS,
 73590                   /* name */
 73591                   "CIM_BGPStatistics",
 73592                   /* qualifiers */
 73593                   __root_cimv2_CIM_BGPStatistics_qualifiers,
 73594                   /* super */
 73595                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 73596                   /* features */
 73597                   _CIM_BGPStatistics_features,
 73598               };
 73599               
 73600               //==============================================================================
 73601               //
 73602               // Class: CIM_BIOSElement
 73603               //
 73604               //==============================================================================
 73605               
 73606               static const char*
 73607               _CIM_BIOSElement_Version_qualifiers[] =
 73608               {
 73609 mike  1.1.2.1     /* Override */
 73610                   "\044Version",
 73611                   /* MappingStrings */
 73612                   "\026\000\001MIF.DMTF|System BIOS|001.3\000",
 73613                   0,
 73614               };
 73615               
 73616               static MetaProperty
 73617               _CIM_BIOSElement_Version =
 73618               {
 73619                   /* flags */
 73620                   META_FLAG_PROPERTY|META_FLAG_READ,
 73621                   /* name */
 73622                   "Version",
 73623                   /* qualifiers */
 73624                   _CIM_BIOSElement_Version_qualifiers,
 73625                   /* type */
 73626                   CIMTYPE_STRING,
 73627                   /* subscript */
 73628                   -1,
 73629                   /* value */
 73630 mike  1.1.2.1     0,
 73631               };
 73632               
 73633               static const char*
 73634               _CIM_BIOSElement_Manufacturer_qualifiers[] =
 73635               {
 73636                   /* Override */
 73637                   "\044Manufacturer",
 73638                   /* MappingStrings */
 73639                   "\026\000\001MIF.DMTF|System BIOS|001.2\000",
 73640                   0,
 73641               };
 73642               
 73643               static MetaProperty
 73644               _CIM_BIOSElement_Manufacturer =
 73645               {
 73646                   /* flags */
 73647                   META_FLAG_PROPERTY|META_FLAG_READ,
 73648                   /* name */
 73649                   "Manufacturer",
 73650                   /* qualifiers */
 73651 mike  1.1.2.1     _CIM_BIOSElement_Manufacturer_qualifiers,
 73652                   /* type */
 73653                   CIMTYPE_STRING,
 73654                   /* subscript */
 73655                   -1,
 73656                   /* value */
 73657                   0,
 73658               };
 73659               
 73660               static const char*
 73661               _CIM_BIOSElement_PrimaryBIOS_qualifiers[] =
 73662               {
 73663                   /* MappingStrings */
 73664                   "\026\000\001MIF.DMTF|System BIOS|001.9\000",
 73665                   0,
 73666               };
 73667               
 73668               static MetaProperty
 73669               _CIM_BIOSElement_PrimaryBIOS =
 73670               {
 73671                   /* flags */
 73672 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 73673                   /* name */
 73674                   "PrimaryBIOS",
 73675                   /* qualifiers */
 73676                   _CIM_BIOSElement_PrimaryBIOS_qualifiers,
 73677                   /* type */
 73678                   CIMTYPE_BOOLEAN,
 73679                   /* subscript */
 73680                   -1,
 73681                   /* value */
 73682                   0,
 73683               };
 73684               
 73685               static const char*
 73686               _CIM_BIOSElement_ListOfLanguages_qualifiers[] =
 73687               {
 73688                   0,
 73689               };
 73690               
 73691               static MetaProperty
 73692               _CIM_BIOSElement_ListOfLanguages =
 73693 mike  1.1.2.1 {
 73694                   /* flags */
 73695                   META_FLAG_PROPERTY|META_FLAG_READ,
 73696                   /* name */
 73697                   "ListOfLanguages",
 73698                   /* qualifiers */
 73699                   _CIM_BIOSElement_ListOfLanguages_qualifiers,
 73700                   /* type */
 73701                   CIMTYPE_STRING,
 73702                   /* subscript */
 73703                   0,
 73704                   /* value */
 73705                   0,
 73706               };
 73707               
 73708               static const char*
 73709               _CIM_BIOSElement_CurrentLanguage_qualifiers[] =
 73710               {
 73711                   /* ModelCorrespondence */
 73712                   "\036\000\001CIM_BIOSElement.ListOfLanguages\000",
 73713                   0,
 73714 mike  1.1.2.1 };
 73715               
 73716               static MetaProperty
 73717               _CIM_BIOSElement_CurrentLanguage =
 73718               {
 73719                   /* flags */
 73720                   META_FLAG_PROPERTY|META_FLAG_READ,
 73721                   /* name */
 73722                   "CurrentLanguage",
 73723                   /* qualifiers */
 73724                   _CIM_BIOSElement_CurrentLanguage_qualifiers,
 73725                   /* type */
 73726                   CIMTYPE_STRING,
 73727                   /* subscript */
 73728                   -1,
 73729                   /* value */
 73730                   0,
 73731               };
 73732               
 73733               static const char*
 73734               _CIM_BIOSElement_LoadedStartingAddress_qualifiers[] =
 73735 mike  1.1.2.1 {
 73736                   /* MappingStrings */
 73737                   "\026\000\001MIF.DMTF|System BIOS|001.5\000",
 73738                   0,
 73739               };
 73740               
 73741               static MetaProperty
 73742               _CIM_BIOSElement_LoadedStartingAddress =
 73743               {
 73744                   /* flags */
 73745                   META_FLAG_PROPERTY|META_FLAG_READ,
 73746                   /* name */
 73747                   "LoadedStartingAddress",
 73748                   /* qualifiers */
 73749                   _CIM_BIOSElement_LoadedStartingAddress_qualifiers,
 73750                   /* type */
 73751                   CIMTYPE_UINT64,
 73752                   /* subscript */
 73753                   -1,
 73754                   /* value */
 73755                   0,
 73756 mike  1.1.2.1 };
 73757               
 73758               static const char*
 73759               _CIM_BIOSElement_LoadedEndingAddress_qualifiers[] =
 73760               {
 73761                   /* MappingStrings */
 73762                   "\026\000\001MIF.DMTF|System BIOS|001.6\000",
 73763                   0,
 73764               };
 73765               
 73766               static MetaProperty
 73767               _CIM_BIOSElement_LoadedEndingAddress =
 73768               {
 73769                   /* flags */
 73770                   META_FLAG_PROPERTY|META_FLAG_READ,
 73771                   /* name */
 73772                   "LoadedEndingAddress",
 73773                   /* qualifiers */
 73774                   _CIM_BIOSElement_LoadedEndingAddress_qualifiers,
 73775                   /* type */
 73776                   CIMTYPE_UINT64,
 73777 mike  1.1.2.1     /* subscript */
 73778                   -1,
 73779                   /* value */
 73780                   0,
 73781               };
 73782               
 73783               static const char*
 73784               _CIM_BIOSElement_LoadUtilityInformation_qualifiers[] =
 73785               {
 73786                   /* MaxLen */
 73787                   "\030\000\000\000\100",
 73788                   /* MappingStrings */
 73789                   "\026\000\001MIF.DMTF|System BIOS|001.7\000",
 73790                   0,
 73791               };
 73792               
 73793               static MetaProperty
 73794               _CIM_BIOSElement_LoadUtilityInformation =
 73795               {
 73796                   /* flags */
 73797                   META_FLAG_PROPERTY|META_FLAG_READ,
 73798 mike  1.1.2.1     /* name */
 73799                   "LoadUtilityInformation",
 73800                   /* qualifiers */
 73801                   _CIM_BIOSElement_LoadUtilityInformation_qualifiers,
 73802                   /* type */
 73803                   CIMTYPE_STRING,
 73804                   /* subscript */
 73805                   -1,
 73806                   /* value */
 73807                   0,
 73808               };
 73809               
 73810               static const char*
 73811               _CIM_BIOSElement_ReleaseDate_qualifiers[] =
 73812               {
 73813                   /* MappingStrings */
 73814                   "\026\000\001MIF.DMTF|System BIOS|001.8\000",
 73815                   0,
 73816               };
 73817               
 73818               static MetaProperty
 73819 mike  1.1.2.1 _CIM_BIOSElement_ReleaseDate =
 73820               {
 73821                   /* flags */
 73822                   META_FLAG_PROPERTY|META_FLAG_READ,
 73823                   /* name */
 73824                   "ReleaseDate",
 73825                   /* qualifiers */
 73826                   _CIM_BIOSElement_ReleaseDate_qualifiers,
 73827                   /* type */
 73828                   CIMTYPE_DATETIME,
 73829                   /* subscript */
 73830                   -1,
 73831                   /* value */
 73832                   0,
 73833               };
 73834               
 73835               static MetaFeature*
 73836               _CIM_BIOSElement_features[] =
 73837               {
 73838                   (MetaFeature*)&_CIM_BIOSElement_Version,
 73839                   (MetaFeature*)&_CIM_BIOSElement_Manufacturer,
 73840 mike  1.1.2.1     (MetaFeature*)&_CIM_BIOSElement_PrimaryBIOS,
 73841                   (MetaFeature*)&_CIM_BIOSElement_ListOfLanguages,
 73842                   (MetaFeature*)&_CIM_BIOSElement_CurrentLanguage,
 73843                   (MetaFeature*)&_CIM_BIOSElement_LoadedStartingAddress,
 73844                   (MetaFeature*)&_CIM_BIOSElement_LoadedEndingAddress,
 73845                   (MetaFeature*)&_CIM_BIOSElement_LoadUtilityInformation,
 73846                   (MetaFeature*)&_CIM_BIOSElement_ReleaseDate,
 73847                   0,
 73848               };
 73849               
 73850               static const char*
 73851               __root_cimv2_CIM_BIOSElement_qualifiers[] =
 73852               {
 73853                   /* UMLPackagePath */
 73854                   "\057CIM::Application::BIOS",
 73855                   /* Version */
 73856                   "\0632.6.0",
 73857                   0,
 73858               };
 73859               
 73860               MetaClass
 73861 mike  1.1.2.1 __root_cimv2_CIM_BIOSElement =
 73862               {
 73863                   /* flags */
 73864                   META_FLAG_CLASS,
 73865                   /* name */
 73866                   "CIM_BIOSElement",
 73867                   /* qualifiers */
 73868                   __root_cimv2_CIM_BIOSElement_qualifiers,
 73869                   /* super */
 73870                   &__root_cimv2_CIM_SoftwareElement,
 73871                   /* features */
 73872                   _CIM_BIOSElement_features,
 73873               };
 73874               
 73875               //==============================================================================
 73876               //
 73877               // Class: CIM_BIOSFeature
 73878               //
 73879               //==============================================================================
 73880               
 73881               static const char*
 73882 mike  1.1.2.1 _CIM_BIOSFeature_Characteristics_qualifiers[] =
 73883               {
 73884                   /* ValueMap */
 73885                   "\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",
 73886                   /* Values */
 73887                   "\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",
 73888                   /* MappingStrings */
 73889                   "\026\000\001MIF.DMTF|BIOS Characteristic|004.3\000",
 73890                   /* ArrayType */
 73891                   "\005Indexed",
 73892                   /* ModelCorrespondence */
 73893                   "\036\000\001CIM_BIOSFeature.CharacteristicDescriptions\000",
 73894                   0,
 73895               };
 73896               
 73897               static MetaProperty
 73898               _CIM_BIOSFeature_Characteristics =
 73899               {
 73900                   /* flags */
 73901                   META_FLAG_PROPERTY|META_FLAG_READ,
 73902                   /* name */
 73903 mike  1.1.2.1     "Characteristics",
 73904                   /* qualifiers */
 73905                   _CIM_BIOSFeature_Characteristics_qualifiers,
 73906                   /* type */
 73907                   CIMTYPE_UINT16,
 73908                   /* subscript */
 73909                   0,
 73910                   /* value */
 73911                   0,
 73912               };
 73913               
 73914               static const char*
 73915               _CIM_BIOSFeature_CharacteristicDescriptions_qualifiers[] =
 73916               {
 73917                   /* MappingStrings */
 73918                   "\026\000\001MIF.DMTF|BIOS Characteristic|004.4\000",
 73919                   /* ArrayType */
 73920                   "\005Indexed",
 73921                   /* ModelCorrespondence */
 73922                   "\036\000\001CIM_BIOSFeature.Characteristics\000",
 73923                   0,
 73924 mike  1.1.2.1 };
 73925               
 73926               static MetaProperty
 73927               _CIM_BIOSFeature_CharacteristicDescriptions =
 73928               {
 73929                   /* flags */
 73930                   META_FLAG_PROPERTY|META_FLAG_READ,
 73931                   /* name */
 73932                   "CharacteristicDescriptions",
 73933                   /* qualifiers */
 73934                   _CIM_BIOSFeature_CharacteristicDescriptions_qualifiers,
 73935                   /* type */
 73936                   CIMTYPE_STRING,
 73937                   /* subscript */
 73938                   0,
 73939                   /* value */
 73940                   0,
 73941               };
 73942               
 73943               static MetaFeature*
 73944               _CIM_BIOSFeature_features[] =
 73945 mike  1.1.2.1 {
 73946                   (MetaFeature*)&_CIM_BIOSFeature_Characteristics,
 73947                   (MetaFeature*)&_CIM_BIOSFeature_CharacteristicDescriptions,
 73948                   0,
 73949               };
 73950               
 73951               static const char*
 73952               __root_cimv2_CIM_BIOSFeature_qualifiers[] =
 73953               {
 73954                   /* UMLPackagePath */
 73955                   "\057CIM::Application::BIOS",
 73956                   /* Version */
 73957                   "\0632.6.0",
 73958                   0,
 73959               };
 73960               
 73961               MetaClass
 73962               __root_cimv2_CIM_BIOSFeature =
 73963               {
 73964                   /* flags */
 73965                   META_FLAG_CLASS,
 73966 mike  1.1.2.1     /* name */
 73967                   "CIM_BIOSFeature",
 73968                   /* qualifiers */
 73969                   __root_cimv2_CIM_BIOSFeature_qualifiers,
 73970                   /* super */
 73971                   &__root_cimv2_CIM_SoftwareFeature,
 73972                   /* features */
 73973                   _CIM_BIOSFeature_features,
 73974               };
 73975               
 73976               //==============================================================================
 73977               //
 73978               // Class: CIM_BIOSFeatureBIOSElements
 73979               //
 73980               //==============================================================================
 73981               
 73982               static const char*
 73983               _CIM_BIOSFeatureBIOSElements_GroupComponent_qualifiers[] =
 73984               {
 73985                   /* Aggregate */
 73986                   "\003\001",
 73987 mike  1.1.2.1     /* Override */
 73988                   "\044GroupComponent",
 73989                   0,
 73990               };
 73991               
 73992               static MetaReference
 73993               _CIM_BIOSFeatureBIOSElements_GroupComponent =
 73994               {
 73995                   /* flags */
 73996                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 73997                   /* name */
 73998                   "GroupComponent",
 73999                   /* qualifiers */
 74000                   _CIM_BIOSFeatureBIOSElements_GroupComponent_qualifiers,
 74001                   /* subscript */
 74002                   -1,
 74003                   /* refId */
 74004                   &__root_cimv2_CIM_BIOSFeature,
 74005               };
 74006               
 74007               static const char*
 74008 mike  1.1.2.1 _CIM_BIOSFeatureBIOSElements_PartComponent_qualifiers[] =
 74009               {
 74010                   /* Override */
 74011                   "\044PartComponent",
 74012                   0,
 74013               };
 74014               
 74015               static MetaReference
 74016               _CIM_BIOSFeatureBIOSElements_PartComponent =
 74017               {
 74018                   /* flags */
 74019                   META_FLAG_REFERENCE|META_FLAG_READ,
 74020                   /* name */
 74021                   "PartComponent",
 74022                   /* qualifiers */
 74023                   _CIM_BIOSFeatureBIOSElements_PartComponent_qualifiers,
 74024                   /* subscript */
 74025                   -1,
 74026                   /* refId */
 74027                   &__root_cimv2_CIM_BIOSElement,
 74028               };
 74029 mike  1.1.2.1 
 74030               static MetaFeature*
 74031               _CIM_BIOSFeatureBIOSElements_features[] =
 74032               {
 74033                   (MetaFeature*)&_CIM_BIOSFeatureBIOSElements_GroupComponent,
 74034                   (MetaFeature*)&_CIM_BIOSFeatureBIOSElements_PartComponent,
 74035                   0,
 74036               };
 74037               
 74038               static const char*
 74039               __root_cimv2_CIM_BIOSFeatureBIOSElements_qualifiers[] =
 74040               {
 74041                   /* ASSOCIATION */
 74042                   "\000\001",
 74043                   /* UMLPackagePath */
 74044                   "\057CIM::Application::BIOS",
 74045                   /* Aggregation */
 74046                   "\004\001",
 74047                   /* Version */
 74048                   "\0632.6.0",
 74049                   0,
 74050 mike  1.1.2.1 };
 74051               
 74052               MetaClass
 74053               __root_cimv2_CIM_BIOSFeatureBIOSElements =
 74054               {
 74055                   /* flags */
 74056                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74057                   /* name */
 74058                   "CIM_BIOSFeatureBIOSElements",
 74059                   /* qualifiers */
 74060                   __root_cimv2_CIM_BIOSFeatureBIOSElements_qualifiers,
 74061                   /* super */
 74062                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
 74063                   /* features */
 74064                   _CIM_BIOSFeatureBIOSElements_features,
 74065               };
 74066               
 74067               //==============================================================================
 74068               //
 74069               // Class: CIM_BoundedPrioritySchedulingElement
 74070               //
 74071 mike  1.1.2.1 //==============================================================================
 74072               
 74073               static const char*
 74074               _CIM_BoundedPrioritySchedulingElement_WorkConserving_qualifiers[] =
 74075               {
 74076                   /* Override */
 74077                   "\044WorkConserving",
 74078                   0,
 74079               };
 74080               
 74081               static MetaProperty
 74082               _CIM_BoundedPrioritySchedulingElement_WorkConserving =
 74083               {
 74084                   /* flags */
 74085                   META_FLAG_PROPERTY|META_FLAG_READ,
 74086                   /* name */
 74087                   "WorkConserving",
 74088                   /* qualifiers */
 74089                   _CIM_BoundedPrioritySchedulingElement_WorkConserving_qualifiers,
 74090                   /* type */
 74091                   CIMTYPE_BOOLEAN,
 74092 mike  1.1.2.1     /* subscript */
 74093                   -1,
 74094                   /* value */
 74095                   "\001",
 74096               };
 74097               
 74098               static const char*
 74099               _CIM_BoundedPrioritySchedulingElement_BandwidthBound_qualifiers[] =
 74100               {
 74101                   /* Units */
 74102                   "\060KiloBits per Second",
 74103                   0,
 74104               };
 74105               
 74106               static MetaProperty
 74107               _CIM_BoundedPrioritySchedulingElement_BandwidthBound =
 74108               {
 74109                   /* flags */
 74110                   META_FLAG_PROPERTY|META_FLAG_READ,
 74111                   /* name */
 74112                   "BandwidthBound",
 74113 mike  1.1.2.1     /* qualifiers */
 74114                   _CIM_BoundedPrioritySchedulingElement_BandwidthBound_qualifiers,
 74115                   /* type */
 74116                   CIMTYPE_UINT32,
 74117                   /* subscript */
 74118                   -1,
 74119                   /* value */
 74120                   0,
 74121               };
 74122               
 74123               static MetaFeature*
 74124               _CIM_BoundedPrioritySchedulingElement_features[] =
 74125               {
 74126                   (MetaFeature*)&_CIM_BoundedPrioritySchedulingElement_WorkConserving,
 74127                   (MetaFeature*)&_CIM_BoundedPrioritySchedulingElement_BandwidthBound,
 74128                   0,
 74129               };
 74130               
 74131               static const char*
 74132               __root_cimv2_CIM_BoundedPrioritySchedulingElement_qualifiers[] =
 74133               {
 74134 mike  1.1.2.1     /* UMLPackagePath */
 74135                   "\057CIM::Network::QoS",
 74136                   /* Version */
 74137                   "\0632.7.0",
 74138                   0,
 74139               };
 74140               
 74141               MetaClass
 74142               __root_cimv2_CIM_BoundedPrioritySchedulingElement =
 74143               {
 74144                   /* flags */
 74145                   META_FLAG_CLASS,
 74146                   /* name */
 74147                   "CIM_BoundedPrioritySchedulingElement",
 74148                   /* qualifiers */
 74149                   __root_cimv2_CIM_BoundedPrioritySchedulingElement_qualifiers,
 74150                   /* super */
 74151                   &__root_cimv2_CIM_PrioritySchedulingElement,
 74152                   /* features */
 74153                   _CIM_BoundedPrioritySchedulingElement_features,
 74154               };
 74155 mike  1.1.2.1 
 74156               //==============================================================================
 74157               //
 74158               // Class: CIM_Card
 74159               //
 74160               //==============================================================================
 74161               
 74162               static const char*
 74163               _CIM_Card_HostingBoard_qualifiers[] =
 74164               {
 74165                   0,
 74166               };
 74167               
 74168               static MetaProperty
 74169               _CIM_Card_HostingBoard =
 74170               {
 74171                   /* flags */
 74172                   META_FLAG_PROPERTY|META_FLAG_READ,
 74173                   /* name */
 74174                   "HostingBoard",
 74175                   /* qualifiers */
 74176 mike  1.1.2.1     _CIM_Card_HostingBoard_qualifiers,
 74177                   /* type */
 74178                   CIMTYPE_BOOLEAN,
 74179                   /* subscript */
 74180                   -1,
 74181                   /* value */
 74182                   0,
 74183               };
 74184               
 74185               static const char*
 74186               _CIM_Card_SlotLayout_qualifiers[] =
 74187               {
 74188                   0,
 74189               };
 74190               
 74191               static MetaProperty
 74192               _CIM_Card_SlotLayout =
 74193               {
 74194                   /* flags */
 74195                   META_FLAG_PROPERTY|META_FLAG_READ,
 74196                   /* name */
 74197 mike  1.1.2.1     "SlotLayout",
 74198                   /* qualifiers */
 74199                   _CIM_Card_SlotLayout_qualifiers,
 74200                   /* type */
 74201                   CIMTYPE_STRING,
 74202                   /* subscript */
 74203                   -1,
 74204                   /* value */
 74205                   0,
 74206               };
 74207               
 74208               static const char*
 74209               _CIM_Card_RequiresDaughterBoard_qualifiers[] =
 74210               {
 74211                   0,
 74212               };
 74213               
 74214               static MetaProperty
 74215               _CIM_Card_RequiresDaughterBoard =
 74216               {
 74217                   /* flags */
 74218 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 74219                   /* name */
 74220                   "RequiresDaughterBoard",
 74221                   /* qualifiers */
 74222                   _CIM_Card_RequiresDaughterBoard_qualifiers,
 74223                   /* type */
 74224                   CIMTYPE_BOOLEAN,
 74225                   /* subscript */
 74226                   -1,
 74227                   /* value */
 74228                   0,
 74229               };
 74230               
 74231               static const char*
 74232               _CIM_Card_SpecialRequirements_qualifiers[] =
 74233               {
 74234                   /* ModelCorrespondence */
 74235                   "\036\000\001CIM_Card.RequirementsDescription\000",
 74236                   0,
 74237               };
 74238               
 74239 mike  1.1.2.1 static MetaProperty
 74240               _CIM_Card_SpecialRequirements =
 74241               {
 74242                   /* flags */
 74243                   META_FLAG_PROPERTY|META_FLAG_READ,
 74244                   /* name */
 74245                   "SpecialRequirements",
 74246                   /* qualifiers */
 74247                   _CIM_Card_SpecialRequirements_qualifiers,
 74248                   /* type */
 74249                   CIMTYPE_BOOLEAN,
 74250                   /* subscript */
 74251                   -1,
 74252                   /* value */
 74253                   0,
 74254               };
 74255               
 74256               static const char*
 74257               _CIM_Card_RequirementsDescription_qualifiers[] =
 74258               {
 74259                   /* ModelCorrespondence */
 74260 mike  1.1.2.1     "\036\000\001CIM_Card.SpecialRequirements\000",
 74261                   0,
 74262               };
 74263               
 74264               static MetaProperty
 74265               _CIM_Card_RequirementsDescription =
 74266               {
 74267                   /* flags */
 74268                   META_FLAG_PROPERTY|META_FLAG_READ,
 74269                   /* name */
 74270                   "RequirementsDescription",
 74271                   /* qualifiers */
 74272                   _CIM_Card_RequirementsDescription_qualifiers,
 74273                   /* type */
 74274                   CIMTYPE_STRING,
 74275                   /* subscript */
 74276                   -1,
 74277                   /* value */
 74278                   0,
 74279               };
 74280               
 74281 mike  1.1.2.1 static const char*
 74282               _CIM_Card_OperatingVoltages_qualifiers[] =
 74283               {
 74284                   /* Units */
 74285                   "\060MilliVolts",
 74286                   0,
 74287               };
 74288               
 74289               static MetaProperty
 74290               _CIM_Card_OperatingVoltages =
 74291               {
 74292                   /* flags */
 74293                   META_FLAG_PROPERTY|META_FLAG_READ,
 74294                   /* name */
 74295                   "OperatingVoltages",
 74296                   /* qualifiers */
 74297                   _CIM_Card_OperatingVoltages_qualifiers,
 74298                   /* type */
 74299                   CIMTYPE_SINT16,
 74300                   /* subscript */
 74301                   0,
 74302 mike  1.1.2.1     /* value */
 74303                   0,
 74304               };
 74305               
 74306               static const char*
 74307               _CIM_Card_ConnectorPower_Connector_qualifiers[] =
 74308               {
 74309                   /* IN */
 74310                   "\024\001",
 74311                   0,
 74312               };
 74313               
 74314               static MetaReference
 74315               _CIM_Card_ConnectorPower_Connector =
 74316               {
 74317                   /* flags */
 74318                   META_FLAG_REFERENCE|META_FLAG_IN,
 74319                   /* name */
 74320                   "Connector",
 74321                   /* qualifiers */
 74322                   _CIM_Card_ConnectorPower_Connector_qualifiers,
 74323 mike  1.1.2.1     /* subscript */
 74324                   -1,
 74325                   /* ref */
 74326                   &__root_cimv2_CIM_PhysicalConnector,
 74327               };
 74328               
 74329               static const char*
 74330               _CIM_Card_ConnectorPower_PoweredOn_qualifiers[] =
 74331               {
 74332                   /* IN */
 74333                   "\024\001",
 74334                   0,
 74335               };
 74336               
 74337               static MetaProperty
 74338               _CIM_Card_ConnectorPower_PoweredOn =
 74339               {
 74340                   /* flags */
 74341                   META_FLAG_PROPERTY|META_FLAG_IN,
 74342                   /* name */
 74343                   "PoweredOn",
 74344 mike  1.1.2.1     /* qualifiers */
 74345                   _CIM_Card_ConnectorPower_PoweredOn_qualifiers,
 74346                   /* type */
 74347                   CIMTYPE_BOOLEAN,
 74348                   /* subscript */
 74349                   -1,
 74350                   /* value */
 74351                   0,
 74352               };
 74353               
 74354               static MetaFeature*
 74355               _CIM_Card_ConnectorPower_parameters[] =
 74356               {
 74357                   (MetaFeature*)&_CIM_Card_ConnectorPower_Connector,
 74358                   (MetaFeature*)&_CIM_Card_ConnectorPower_PoweredOn,
 74359                   0,
 74360               };
 74361               
 74362               static const char*
 74363               _CIM_Card_ConnectorPower_qualifiers[] =
 74364               {
 74365 mike  1.1.2.1     0,
 74366               };
 74367               
 74368               static MetaMethod
 74369               _CIM_Card_ConnectorPower =
 74370               {
 74371                   /* flags */
 74372                   META_FLAG_METHOD,
 74373                   /* name */
 74374                   "CIM_Card",
 74375                   /* qualifiers */
 74376                   _CIM_Card_ConnectorPower_qualifiers,
 74377                   /* type */
 74378                   CIMTYPE_UINT32,
 74379                   /* parameters */
 74380                   _CIM_Card_ConnectorPower_parameters,
 74381               };
 74382               
 74383               static MetaFeature*
 74384               _CIM_Card_features[] =
 74385               {
 74386 mike  1.1.2.1     (MetaFeature*)&_CIM_Card_HostingBoard,
 74387                   (MetaFeature*)&_CIM_Card_SlotLayout,
 74388                   (MetaFeature*)&_CIM_Card_RequiresDaughterBoard,
 74389                   (MetaFeature*)&_CIM_Card_SpecialRequirements,
 74390                   (MetaFeature*)&_CIM_Card_RequirementsDescription,
 74391                   (MetaFeature*)&_CIM_Card_OperatingVoltages,
 74392                   (MetaFeature*)&_CIM_Card_ConnectorPower,
 74393                   0,
 74394               };
 74395               
 74396               static const char*
 74397               __root_cimv2_CIM_Card_qualifiers[] =
 74398               {
 74399                   /* UMLPackagePath */
 74400                   "\057CIM::Physical::Package",
 74401                   /* Version */
 74402                   "\0632.8.0",
 74403                   0,
 74404               };
 74405               
 74406               MetaClass
 74407 mike  1.1.2.1 __root_cimv2_CIM_Card =
 74408               {
 74409                   /* flags */
 74410                   META_FLAG_CLASS,
 74411                   /* name */
 74412                   "CIM_Card",
 74413                   /* qualifiers */
 74414                   __root_cimv2_CIM_Card_qualifiers,
 74415                   /* super */
 74416                   &__root_cimv2_CIM_PhysicalPackage,
 74417                   /* features */
 74418                   _CIM_Card_features,
 74419               };
 74420               
 74421               //==============================================================================
 74422               //
 74423               // Class: CIM_CardOnCard
 74424               //
 74425               //==============================================================================
 74426               
 74427               static const char*
 74428 mike  1.1.2.1 _CIM_CardOnCard_GroupComponent_qualifiers[] =
 74429               {
 74430                   /* Aggregate */
 74431                   "\003\001",
 74432                   /* Override */
 74433                   "\044GroupComponent",
 74434                   /* Max */
 74435                   "\027\000\000\000\001",
 74436                   0,
 74437               };
 74438               
 74439               static MetaReference
 74440               _CIM_CardOnCard_GroupComponent =
 74441               {
 74442                   /* flags */
 74443                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 74444                   /* name */
 74445                   "GroupComponent",
 74446                   /* qualifiers */
 74447                   _CIM_CardOnCard_GroupComponent_qualifiers,
 74448                   /* subscript */
 74449 mike  1.1.2.1     -1,
 74450                   /* refId */
 74451                   &__root_cimv2_CIM_Card,
 74452               };
 74453               
 74454               static const char*
 74455               _CIM_CardOnCard_PartComponent_qualifiers[] =
 74456               {
 74457                   /* Override */
 74458                   "\044PartComponent",
 74459                   0,
 74460               };
 74461               
 74462               static MetaReference
 74463               _CIM_CardOnCard_PartComponent =
 74464               {
 74465                   /* flags */
 74466                   META_FLAG_REFERENCE|META_FLAG_READ,
 74467                   /* name */
 74468                   "PartComponent",
 74469                   /* qualifiers */
 74470 mike  1.1.2.1     _CIM_CardOnCard_PartComponent_qualifiers,
 74471                   /* subscript */
 74472                   -1,
 74473                   /* refId */
 74474                   &__root_cimv2_CIM_Card,
 74475               };
 74476               
 74477               static const char*
 74478               _CIM_CardOnCard_MountOrSlotDescription_qualifiers[] =
 74479               {
 74480                   0,
 74481               };
 74482               
 74483               static MetaProperty
 74484               _CIM_CardOnCard_MountOrSlotDescription =
 74485               {
 74486                   /* flags */
 74487                   META_FLAG_PROPERTY|META_FLAG_READ,
 74488                   /* name */
 74489                   "MountOrSlotDescription",
 74490                   /* qualifiers */
 74491 mike  1.1.2.1     _CIM_CardOnCard_MountOrSlotDescription_qualifiers,
 74492                   /* type */
 74493                   CIMTYPE_STRING,
 74494                   /* subscript */
 74495                   -1,
 74496                   /* value */
 74497                   0,
 74498               };
 74499               
 74500               static MetaFeature*
 74501               _CIM_CardOnCard_features[] =
 74502               {
 74503                   (MetaFeature*)&_CIM_CardOnCard_GroupComponent,
 74504                   (MetaFeature*)&_CIM_CardOnCard_PartComponent,
 74505                   (MetaFeature*)&_CIM_CardOnCard_MountOrSlotDescription,
 74506                   0,
 74507               };
 74508               
 74509               static const char*
 74510               __root_cimv2_CIM_CardOnCard_qualifiers[] =
 74511               {
 74512 mike  1.1.2.1     /* ASSOCIATION */
 74513                   "\000\001",
 74514                   /* UMLPackagePath */
 74515                   "\057CIM::Physical::Package",
 74516                   /* Aggregation */
 74517                   "\004\001",
 74518                   /* Version */
 74519                   "\0632.6.0",
 74520                   0,
 74521               };
 74522               
 74523               MetaClass
 74524               __root_cimv2_CIM_CardOnCard =
 74525               {
 74526                   /* flags */
 74527                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74528                   /* name */
 74529                   "CIM_CardOnCard",
 74530                   /* qualifiers */
 74531                   __root_cimv2_CIM_CardOnCard_qualifiers,
 74532                   /* super */
 74533 mike  1.1.2.1     &__root_cimv2_CIM_Container,
 74534                   /* features */
 74535                   _CIM_CardOnCard_features,
 74536               };
 74537               
 74538               //==============================================================================
 74539               //
 74540               // Class: CIM_Chassis
 74541               //
 74542               //==============================================================================
 74543               
 74544               static const char*
 74545               _CIM_Chassis_NumberOfPowerCords_qualifiers[] =
 74546               {
 74547                   0,
 74548               };
 74549               
 74550               static MetaProperty
 74551               _CIM_Chassis_NumberOfPowerCords =
 74552               {
 74553                   /* flags */
 74554 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 74555                   /* name */
 74556                   "NumberOfPowerCords",
 74557                   /* qualifiers */
 74558                   _CIM_Chassis_NumberOfPowerCords_qualifiers,
 74559                   /* type */
 74560                   CIMTYPE_UINT16,
 74561                   /* subscript */
 74562                   -1,
 74563                   /* value */
 74564                   0,
 74565               };
 74566               
 74567               static const char*
 74568               _CIM_Chassis_CurrentRequiredOrProduced_qualifiers[] =
 74569               {
 74570                   /* Units */
 74571                   "\060Amps at 120 Volts",
 74572                   0,
 74573               };
 74574               
 74575 mike  1.1.2.1 static MetaProperty
 74576               _CIM_Chassis_CurrentRequiredOrProduced =
 74577               {
 74578                   /* flags */
 74579                   META_FLAG_PROPERTY|META_FLAG_READ,
 74580                   /* name */
 74581                   "CurrentRequiredOrProduced",
 74582                   /* qualifiers */
 74583                   _CIM_Chassis_CurrentRequiredOrProduced_qualifiers,
 74584                   /* type */
 74585                   CIMTYPE_SINT16,
 74586                   /* subscript */
 74587                   -1,
 74588                   /* value */
 74589                   0,
 74590               };
 74591               
 74592               static const char*
 74593               _CIM_Chassis_HeatGeneration_qualifiers[] =
 74594               {
 74595                   /* Units */
 74596 mike  1.1.2.1     "\060BTU per Hour",
 74597                   0,
 74598               };
 74599               
 74600               static MetaProperty
 74601               _CIM_Chassis_HeatGeneration =
 74602               {
 74603                   /* flags */
 74604                   META_FLAG_PROPERTY|META_FLAG_READ,
 74605                   /* name */
 74606                   "HeatGeneration",
 74607                   /* qualifiers */
 74608                   _CIM_Chassis_HeatGeneration_qualifiers,
 74609                   /* type */
 74610                   CIMTYPE_UINT16,
 74611                   /* subscript */
 74612                   -1,
 74613                   /* value */
 74614                   0,
 74615               };
 74616               
 74617 mike  1.1.2.1 static const char*
 74618               _CIM_Chassis_ChassisTypes_qualifiers[] =
 74619               {
 74620                   /* Deprecated */
 74621                   "\013\000\002CIM_Chassis.ChassisPackageType\000CIM_Chassis.MultipleSystemSupport\000",
 74622                   /* ValueMap */
 74623                   "\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",
 74624                   /* Values */
 74625                   "\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",
 74626                   /* MappingStrings */
 74627                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.1\000",
 74628                   /* ArrayType */
 74629                   "\005Indexed",
 74630                   /* ModelCorrespondence */
 74631                   "\036\000\001CIM_Chassis.TypeDescriptions\000",
 74632                   0,
 74633               };
 74634               
 74635               static MetaProperty
 74636               _CIM_Chassis_ChassisTypes =
 74637               {
 74638 mike  1.1.2.1     /* flags */
 74639                   META_FLAG_PROPERTY|META_FLAG_READ,
 74640                   /* name */
 74641                   "ChassisTypes",
 74642                   /* qualifiers */
 74643                   _CIM_Chassis_ChassisTypes_qualifiers,
 74644                   /* type */
 74645                   CIMTYPE_UINT16,
 74646                   /* subscript */
 74647                   0,
 74648                   /* value */
 74649                   0,
 74650               };
 74651               
 74652               static const char*
 74653               _CIM_Chassis_TypeDescriptions_qualifiers[] =
 74654               {
 74655                   /* Deprecated */
 74656                   "\013\000\001CIM_Chassis.ChassisTypeDescription\000",
 74657                   /* ArrayType */
 74658                   "\005Indexed",
 74659 mike  1.1.2.1     /* ModelCorrespondence */
 74660                   "\036\000\001CIM_Chassis.ChassisTypes\000",
 74661                   0,
 74662               };
 74663               
 74664               static MetaProperty
 74665               _CIM_Chassis_TypeDescriptions =
 74666               {
 74667                   /* flags */
 74668                   META_FLAG_PROPERTY|META_FLAG_READ,
 74669                   /* name */
 74670                   "TypeDescriptions",
 74671                   /* qualifiers */
 74672                   _CIM_Chassis_TypeDescriptions_qualifiers,
 74673                   /* type */
 74674                   CIMTYPE_STRING,
 74675                   /* subscript */
 74676                   0,
 74677                   /* value */
 74678                   0,
 74679               };
 74680 mike  1.1.2.1 
 74681               static const char*
 74682               _CIM_Chassis_ChassisPackageType_qualifiers[] =
 74683               {
 74684                   /* ValueMap */
 74685                   "\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",
 74686                   /* Values */
 74687                   "\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",
 74688                   /* MappingStrings */
 74689                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.1\000",
 74690                   /* ModelCorrespondence */
 74691                   "\036\000\001CIM_Chassis.ChassisTypeDescription\000",
 74692                   0,
 74693               };
 74694               
 74695               static MetaProperty
 74696               _CIM_Chassis_ChassisPackageType =
 74697               {
 74698                   /* flags */
 74699                   META_FLAG_PROPERTY|META_FLAG_READ,
 74700                   /* name */
 74701 mike  1.1.2.1     "ChassisPackageType",
 74702                   /* qualifiers */
 74703                   _CIM_Chassis_ChassisPackageType_qualifiers,
 74704                   /* type */
 74705                   CIMTYPE_UINT16,
 74706                   /* subscript */
 74707                   -1,
 74708                   /* value */
 74709                   0,
 74710               };
 74711               
 74712               static const char*
 74713               _CIM_Chassis_ChassisTypeDescription_qualifiers[] =
 74714               {
 74715                   /* ModelCorrespondence */
 74716                   "\036\000\001CIM_Chassis.ChassisPackageType\000",
 74717                   0,
 74718               };
 74719               
 74720               static MetaProperty
 74721               _CIM_Chassis_ChassisTypeDescription =
 74722 mike  1.1.2.1 {
 74723                   /* flags */
 74724                   META_FLAG_PROPERTY|META_FLAG_READ,
 74725                   /* name */
 74726                   "ChassisTypeDescription",
 74727                   /* qualifiers */
 74728                   _CIM_Chassis_ChassisTypeDescription_qualifiers,
 74729                   /* type */
 74730                   CIMTYPE_STRING,
 74731                   /* subscript */
 74732                   -1,
 74733                   /* value */
 74734                   0,
 74735               };
 74736               
 74737               static const char*
 74738               _CIM_Chassis_MultipleSystemSupport_qualifiers[] =
 74739               {
 74740                   /* ValueMap */
 74741                   "\061\000\0030\0001\0002\000",
 74742                   /* Values */
 74743 mike  1.1.2.1     "\062\000\003Unknown\000True\000False\000",
 74744                   0,
 74745               };
 74746               
 74747               static MetaProperty
 74748               _CIM_Chassis_MultipleSystemSupport =
 74749               {
 74750                   /* flags */
 74751                   META_FLAG_PROPERTY|META_FLAG_READ,
 74752                   /* name */
 74753                   "MultipleSystemSupport",
 74754                   /* qualifiers */
 74755                   _CIM_Chassis_MultipleSystemSupport_qualifiers,
 74756                   /* type */
 74757                   CIMTYPE_UINT16,
 74758                   /* subscript */
 74759                   -1,
 74760                   /* value */
 74761                   0,
 74762               };
 74763               
 74764 mike  1.1.2.1 static const char*
 74765               _CIM_Chassis_RackMountable_qualifiers[] =
 74766               {
 74767                   /* ValueMap */
 74768                   "\061\000\0030\0001\0002\000",
 74769                   /* Values */
 74770                   "\062\000\003Unknown\000True\000False\000",
 74771                   0,
 74772               };
 74773               
 74774               static MetaProperty
 74775               _CIM_Chassis_RackMountable =
 74776               {
 74777                   /* flags */
 74778                   META_FLAG_PROPERTY|META_FLAG_READ,
 74779                   /* name */
 74780                   "RackMountable",
 74781                   /* qualifiers */
 74782                   _CIM_Chassis_RackMountable_qualifiers,
 74783                   /* type */
 74784                   CIMTYPE_UINT16,
 74785 mike  1.1.2.1     /* subscript */
 74786                   -1,
 74787                   /* value */
 74788                   0,
 74789               };
 74790               
 74791               static MetaFeature*
 74792               _CIM_Chassis_features[] =
 74793               {
 74794                   (MetaFeature*)&_CIM_Chassis_NumberOfPowerCords,
 74795                   (MetaFeature*)&_CIM_Chassis_CurrentRequiredOrProduced,
 74796                   (MetaFeature*)&_CIM_Chassis_HeatGeneration,
 74797                   (MetaFeature*)&_CIM_Chassis_ChassisTypes,
 74798                   (MetaFeature*)&_CIM_Chassis_TypeDescriptions,
 74799                   (MetaFeature*)&_CIM_Chassis_ChassisPackageType,
 74800                   (MetaFeature*)&_CIM_Chassis_ChassisTypeDescription,
 74801                   (MetaFeature*)&_CIM_Chassis_MultipleSystemSupport,
 74802                   (MetaFeature*)&_CIM_Chassis_RackMountable,
 74803                   0,
 74804               };
 74805               
 74806 mike  1.1.2.1 static const char*
 74807               __root_cimv2_CIM_Chassis_qualifiers[] =
 74808               {
 74809                   /* UMLPackagePath */
 74810                   "\057CIM::Physical::Package",
 74811                   /* Version */
 74812                   "\0632.8.0",
 74813                   0,
 74814               };
 74815               
 74816               MetaClass
 74817               __root_cimv2_CIM_Chassis =
 74818               {
 74819                   /* flags */
 74820                   META_FLAG_CLASS,
 74821                   /* name */
 74822                   "CIM_Chassis",
 74823                   /* qualifiers */
 74824                   __root_cimv2_CIM_Chassis_qualifiers,
 74825                   /* super */
 74826                   &__root_cimv2_CIM_PhysicalFrame,
 74827 mike  1.1.2.1     /* features */
 74828                   _CIM_Chassis_features,
 74829               };
 74830               
 74831               //==============================================================================
 74832               //
 74833               // Class: CIM_ChassisInRack
 74834               //
 74835               //==============================================================================
 74836               
 74837               static const char*
 74838               _CIM_ChassisInRack_GroupComponent_qualifiers[] =
 74839               {
 74840                   /* Aggregate */
 74841                   "\003\001",
 74842                   /* Override */
 74843                   "\044GroupComponent",
 74844                   /* Max */
 74845                   "\027\000\000\000\001",
 74846                   0,
 74847               };
 74848 mike  1.1.2.1 
 74849               static MetaReference
 74850               _CIM_ChassisInRack_GroupComponent =
 74851               {
 74852                   /* flags */
 74853                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 74854                   /* name */
 74855                   "GroupComponent",
 74856                   /* qualifiers */
 74857                   _CIM_ChassisInRack_GroupComponent_qualifiers,
 74858                   /* subscript */
 74859                   -1,
 74860                   /* refId */
 74861                   &__root_cimv2_CIM_Rack,
 74862               };
 74863               
 74864               static const char*
 74865               _CIM_ChassisInRack_PartComponent_qualifiers[] =
 74866               {
 74867                   /* Override */
 74868                   "\044PartComponent",
 74869 mike  1.1.2.1     0,
 74870               };
 74871               
 74872               static MetaReference
 74873               _CIM_ChassisInRack_PartComponent =
 74874               {
 74875                   /* flags */
 74876                   META_FLAG_REFERENCE|META_FLAG_READ,
 74877                   /* name */
 74878                   "PartComponent",
 74879                   /* qualifiers */
 74880                   _CIM_ChassisInRack_PartComponent_qualifiers,
 74881                   /* subscript */
 74882                   -1,
 74883                   /* refId */
 74884                   &__root_cimv2_CIM_Chassis,
 74885               };
 74886               
 74887               static const char*
 74888               _CIM_ChassisInRack_BottomU_qualifiers[] =
 74889               {
 74890 mike  1.1.2.1     /* Units */
 74891                   "\060Us",
 74892                   0,
 74893               };
 74894               
 74895               static MetaProperty
 74896               _CIM_ChassisInRack_BottomU =
 74897               {
 74898                   /* flags */
 74899                   META_FLAG_PROPERTY|META_FLAG_READ,
 74900                   /* name */
 74901                   "BottomU",
 74902                   /* qualifiers */
 74903                   _CIM_ChassisInRack_BottomU_qualifiers,
 74904                   /* type */
 74905                   CIMTYPE_UINT16,
 74906                   /* subscript */
 74907                   -1,
 74908                   /* value */
 74909                   0,
 74910               };
 74911 mike  1.1.2.1 
 74912               static MetaFeature*
 74913               _CIM_ChassisInRack_features[] =
 74914               {
 74915                   (MetaFeature*)&_CIM_ChassisInRack_GroupComponent,
 74916                   (MetaFeature*)&_CIM_ChassisInRack_PartComponent,
 74917                   (MetaFeature*)&_CIM_ChassisInRack_BottomU,
 74918                   0,
 74919               };
 74920               
 74921               static const char*
 74922               __root_cimv2_CIM_ChassisInRack_qualifiers[] =
 74923               {
 74924                   /* ASSOCIATION */
 74925                   "\000\001",
 74926                   /* UMLPackagePath */
 74927                   "\057CIM::Physical::Package",
 74928                   /* Aggregation */
 74929                   "\004\001",
 74930                   /* Version */
 74931                   "\0632.6.0",
 74932 mike  1.1.2.1     0,
 74933               };
 74934               
 74935               MetaClass
 74936               __root_cimv2_CIM_ChassisInRack =
 74937               {
 74938                   /* flags */
 74939                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74940                   /* name */
 74941                   "CIM_ChassisInRack",
 74942                   /* qualifiers */
 74943                   __root_cimv2_CIM_ChassisInRack_qualifiers,
 74944                   /* super */
 74945                   &__root_cimv2_CIM_Container,
 74946                   /* features */
 74947                   _CIM_ChassisInRack_features,
 74948               };
 74949               
 74950               //==============================================================================
 74951               //
 74952               // Class: CIM_Chip
 74953 mike  1.1.2.1 //
 74954               //==============================================================================
 74955               
 74956               static const char*
 74957               _CIM_Chip_FormFactor_qualifiers[] =
 74958               {
 74959                   /* ValueMap */
 74960                   "\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",
 74961                   /* Values */
 74962                   "\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",
 74963                   0,
 74964               };
 74965               
 74966               static MetaProperty
 74967               _CIM_Chip_FormFactor =
 74968               {
 74969                   /* flags */
 74970                   META_FLAG_PROPERTY|META_FLAG_READ,
 74971                   /* name */
 74972                   "FormFactor",
 74973                   /* qualifiers */
 74974 mike  1.1.2.1     _CIM_Chip_FormFactor_qualifiers,
 74975                   /* type */
 74976                   CIMTYPE_UINT16,
 74977                   /* subscript */
 74978                   -1,
 74979                   /* value */
 74980                   0,
 74981               };
 74982               
 74983               static MetaFeature*
 74984               _CIM_Chip_features[] =
 74985               {
 74986                   (MetaFeature*)&_CIM_Chip_FormFactor,
 74987                   0,
 74988               };
 74989               
 74990               static const char*
 74991               __root_cimv2_CIM_Chip_qualifiers[] =
 74992               {
 74993                   /* UMLPackagePath */
 74994                   "\057CIM::Physical::Component",
 74995 mike  1.1.2.1     /* Version */
 74996                   "\0632.6.0",
 74997                   0,
 74998               };
 74999               
 75000               MetaClass
 75001               __root_cimv2_CIM_Chip =
 75002               {
 75003                   /* flags */
 75004                   META_FLAG_CLASS,
 75005                   /* name */
 75006                   "CIM_Chip",
 75007                   /* qualifiers */
 75008                   __root_cimv2_CIM_Chip_qualifiers,
 75009                   /* super */
 75010                   &__root_cimv2_CIM_PhysicalComponent,
 75011                   /* features */
 75012                   _CIM_Chip_features,
 75013               };
 75014               
 75015               //==============================================================================
 75016 mike  1.1.2.1 //
 75017               // Class: CIM_CollectedSoftwareElements
 75018               //
 75019               //==============================================================================
 75020               
 75021               static const char*
 75022               _CIM_CollectedSoftwareElements_Collection_qualifiers[] =
 75023               {
 75024                   /* Aggregate */
 75025                   "\003\001",
 75026                   /* Override */
 75027                   "\044Collection",
 75028                   0,
 75029               };
 75030               
 75031               static MetaReference
 75032               _CIM_CollectedSoftwareElements_Collection =
 75033               {
 75034                   /* flags */
 75035                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75036                   /* name */
 75037 mike  1.1.2.1     "Collection",
 75038                   /* qualifiers */
 75039                   _CIM_CollectedSoftwareElements_Collection_qualifiers,
 75040                   /* subscript */
 75041                   -1,
 75042                   /* refId */
 75043                   &__root_cimv2_CIM_InstalledProduct,
 75044               };
 75045               
 75046               static const char*
 75047               _CIM_CollectedSoftwareElements_Member_qualifiers[] =
 75048               {
 75049                   /* Override */
 75050                   "\044Member",
 75051                   0,
 75052               };
 75053               
 75054               static MetaReference
 75055               _CIM_CollectedSoftwareElements_Member =
 75056               {
 75057                   /* flags */
 75058 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 75059                   /* name */
 75060                   "Member",
 75061                   /* qualifiers */
 75062                   _CIM_CollectedSoftwareElements_Member_qualifiers,
 75063                   /* subscript */
 75064                   -1,
 75065                   /* refId */
 75066                   &__root_cimv2_CIM_SoftwareElement,
 75067               };
 75068               
 75069               static MetaFeature*
 75070               _CIM_CollectedSoftwareElements_features[] =
 75071               {
 75072                   (MetaFeature*)&_CIM_CollectedSoftwareElements_Collection,
 75073                   (MetaFeature*)&_CIM_CollectedSoftwareElements_Member,
 75074                   0,
 75075               };
 75076               
 75077               static const char*
 75078               __root_cimv2_CIM_CollectedSoftwareElements_qualifiers[] =
 75079 mike  1.1.2.1 {
 75080                   /* ASSOCIATION */
 75081                   "\000\001",
 75082                   /* UMLPackagePath */
 75083                   "\057CIM::Application::InstalledProduct",
 75084                   /* Aggregation */
 75085                   "\004\001",
 75086                   /* Version */
 75087                   "\0632.6.0",
 75088                   0,
 75089               };
 75090               
 75091               MetaClass
 75092               __root_cimv2_CIM_CollectedSoftwareElements =
 75093               {
 75094                   /* flags */
 75095                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75096                   /* name */
 75097                   "CIM_CollectedSoftwareElements",
 75098                   /* qualifiers */
 75099                   __root_cimv2_CIM_CollectedSoftwareElements_qualifiers,
 75100 mike  1.1.2.1     /* super */
 75101                   &__root_cimv2_CIM_MemberOfCollection,
 75102                   /* features */
 75103                   _CIM_CollectedSoftwareElements_features,
 75104               };
 75105               
 75106               //==============================================================================
 75107               //
 75108               // Class: CIM_CollectedSoftwareFeatures
 75109               //
 75110               //==============================================================================
 75111               
 75112               static const char*
 75113               _CIM_CollectedSoftwareFeatures_Collection_qualifiers[] =
 75114               {
 75115                   /* Aggregate */
 75116                   "\003\001",
 75117                   /* Override */
 75118                   "\044Collection",
 75119                   0,
 75120               };
 75121 mike  1.1.2.1 
 75122               static MetaReference
 75123               _CIM_CollectedSoftwareFeatures_Collection =
 75124               {
 75125                   /* flags */
 75126                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75127                   /* name */
 75128                   "Collection",
 75129                   /* qualifiers */
 75130                   _CIM_CollectedSoftwareFeatures_Collection_qualifiers,
 75131                   /* subscript */
 75132                   -1,
 75133                   /* refId */
 75134                   &__root_cimv2_CIM_InstalledProduct,
 75135               };
 75136               
 75137               static const char*
 75138               _CIM_CollectedSoftwareFeatures_Member_qualifiers[] =
 75139               {
 75140                   /* Override */
 75141                   "\044Member",
 75142 mike  1.1.2.1     0,
 75143               };
 75144               
 75145               static MetaReference
 75146               _CIM_CollectedSoftwareFeatures_Member =
 75147               {
 75148                   /* flags */
 75149                   META_FLAG_REFERENCE|META_FLAG_READ,
 75150                   /* name */
 75151                   "Member",
 75152                   /* qualifiers */
 75153                   _CIM_CollectedSoftwareFeatures_Member_qualifiers,
 75154                   /* subscript */
 75155                   -1,
 75156                   /* refId */
 75157                   &__root_cimv2_CIM_SoftwareFeature,
 75158               };
 75159               
 75160               static MetaFeature*
 75161               _CIM_CollectedSoftwareFeatures_features[] =
 75162               {
 75163 mike  1.1.2.1     (MetaFeature*)&_CIM_CollectedSoftwareFeatures_Collection,
 75164                   (MetaFeature*)&_CIM_CollectedSoftwareFeatures_Member,
 75165                   0,
 75166               };
 75167               
 75168               static const char*
 75169               __root_cimv2_CIM_CollectedSoftwareFeatures_qualifiers[] =
 75170               {
 75171                   /* ASSOCIATION */
 75172                   "\000\001",
 75173                   /* UMLPackagePath */
 75174                   "\057CIM::Application::InstalledProduct",
 75175                   /* Aggregation */
 75176                   "\004\001",
 75177                   /* Version */
 75178                   "\0632.6.0",
 75179                   0,
 75180               };
 75181               
 75182               MetaClass
 75183               __root_cimv2_CIM_CollectedSoftwareFeatures =
 75184 mike  1.1.2.1 {
 75185                   /* flags */
 75186                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75187                   /* name */
 75188                   "CIM_CollectedSoftwareFeatures",
 75189                   /* qualifiers */
 75190                   __root_cimv2_CIM_CollectedSoftwareFeatures_qualifiers,
 75191                   /* super */
 75192                   &__root_cimv2_CIM_MemberOfCollection,
 75193                   /* features */
 75194                   _CIM_CollectedSoftwareFeatures_features,
 75195               };
 75196               
 75197               //==============================================================================
 75198               //
 75199               // Class: CIM_ConnectedTo
 75200               //
 75201               //==============================================================================
 75202               
 75203               static const char*
 75204               _CIM_ConnectedTo_Antecedent_qualifiers[] =
 75205 mike  1.1.2.1 {
 75206                   /* Override */
 75207                   "\044Antecedent",
 75208                   0,
 75209               };
 75210               
 75211               static MetaReference
 75212               _CIM_ConnectedTo_Antecedent =
 75213               {
 75214                   /* flags */
 75215                   META_FLAG_REFERENCE|META_FLAG_READ,
 75216                   /* name */
 75217                   "Antecedent",
 75218                   /* qualifiers */
 75219                   _CIM_ConnectedTo_Antecedent_qualifiers,
 75220                   /* subscript */
 75221                   -1,
 75222                   /* refId */
 75223                   &__root_cimv2_CIM_PhysicalConnector,
 75224               };
 75225               
 75226 mike  1.1.2.1 static const char*
 75227               _CIM_ConnectedTo_Dependent_qualifiers[] =
 75228               {
 75229                   /* Override */
 75230                   "\044Dependent",
 75231                   0,
 75232               };
 75233               
 75234               static MetaReference
 75235               _CIM_ConnectedTo_Dependent =
 75236               {
 75237                   /* flags */
 75238                   META_FLAG_REFERENCE|META_FLAG_READ,
 75239                   /* name */
 75240                   "Dependent",
 75241                   /* qualifiers */
 75242                   _CIM_ConnectedTo_Dependent_qualifiers,
 75243                   /* subscript */
 75244                   -1,
 75245                   /* refId */
 75246                   &__root_cimv2_CIM_PhysicalConnector,
 75247 mike  1.1.2.1 };
 75248               
 75249               static MetaFeature*
 75250               _CIM_ConnectedTo_features[] =
 75251               {
 75252                   (MetaFeature*)&_CIM_ConnectedTo_Antecedent,
 75253                   (MetaFeature*)&_CIM_ConnectedTo_Dependent,
 75254                   0,
 75255               };
 75256               
 75257               static const char*
 75258               __root_cimv2_CIM_ConnectedTo_qualifiers[] =
 75259               {
 75260                   /* ASSOCIATION */
 75261                   "\000\001",
 75262                   /* UMLPackagePath */
 75263                   "\057CIM::Physical::Connector",
 75264                   /* Version */
 75265                   "\0632.6.0",
 75266                   0,
 75267               };
 75268 mike  1.1.2.1 
 75269               MetaClass
 75270               __root_cimv2_CIM_ConnectedTo =
 75271               {
 75272                   /* flags */
 75273                   META_FLAG_ASSOCIATION,
 75274                   /* name */
 75275                   "CIM_ConnectedTo",
 75276                   /* qualifiers */
 75277                   __root_cimv2_CIM_ConnectedTo_qualifiers,
 75278                   /* super */
 75279                   &__root_cimv2_CIM_Dependency,
 75280                   /* features */
 75281                   _CIM_ConnectedTo_features,
 75282               };
 75283               
 75284               //==============================================================================
 75285               //
 75286               // Class: CIM_ConnectorOnPackage
 75287               //
 75288               //==============================================================================
 75289 mike  1.1.2.1 
 75290               static const char*
 75291               _CIM_ConnectorOnPackage_GroupComponent_qualifiers[] =
 75292               {
 75293                   /* Aggregate */
 75294                   "\003\001",
 75295                   /* Override */
 75296                   "\044GroupComponent",
 75297                   /* Max */
 75298                   "\027\000\000\000\001",
 75299                   0,
 75300               };
 75301               
 75302               static MetaReference
 75303               _CIM_ConnectorOnPackage_GroupComponent =
 75304               {
 75305                   /* flags */
 75306                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75307                   /* name */
 75308                   "GroupComponent",
 75309                   /* qualifiers */
 75310 mike  1.1.2.1     _CIM_ConnectorOnPackage_GroupComponent_qualifiers,
 75311                   /* subscript */
 75312                   -1,
 75313                   /* refId */
 75314                   &__root_cimv2_CIM_PhysicalPackage,
 75315               };
 75316               
 75317               static const char*
 75318               _CIM_ConnectorOnPackage_PartComponent_qualifiers[] =
 75319               {
 75320                   /* Override */
 75321                   "\044PartComponent",
 75322                   0,
 75323               };
 75324               
 75325               static MetaReference
 75326               _CIM_ConnectorOnPackage_PartComponent =
 75327               {
 75328                   /* flags */
 75329                   META_FLAG_REFERENCE|META_FLAG_READ,
 75330                   /* name */
 75331 mike  1.1.2.1     "PartComponent",
 75332                   /* qualifiers */
 75333                   _CIM_ConnectorOnPackage_PartComponent_qualifiers,
 75334                   /* subscript */
 75335                   -1,
 75336                   /* refId */
 75337                   &__root_cimv2_CIM_PhysicalConnector,
 75338               };
 75339               
 75340               static MetaFeature*
 75341               _CIM_ConnectorOnPackage_features[] =
 75342               {
 75343                   (MetaFeature*)&_CIM_ConnectorOnPackage_GroupComponent,
 75344                   (MetaFeature*)&_CIM_ConnectorOnPackage_PartComponent,
 75345                   0,
 75346               };
 75347               
 75348               static const char*
 75349               __root_cimv2_CIM_ConnectorOnPackage_qualifiers[] =
 75350               {
 75351                   /* ASSOCIATION */
 75352 mike  1.1.2.1     "\000\001",
 75353                   /* UMLPackagePath */
 75354                   "\057CIM::Physical::Connector",
 75355                   /* Aggregation */
 75356                   "\004\001",
 75357                   /* Version */
 75358                   "\0632.6.0",
 75359                   0,
 75360               };
 75361               
 75362               MetaClass
 75363               __root_cimv2_CIM_ConnectorOnPackage =
 75364               {
 75365                   /* flags */
 75366                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75367                   /* name */
 75368                   "CIM_ConnectorOnPackage",
 75369                   /* qualifiers */
 75370                   __root_cimv2_CIM_ConnectorOnPackage_qualifiers,
 75371                   /* super */
 75372                   &__root_cimv2_CIM_Container,
 75373 mike  1.1.2.1     /* features */
 75374                   _CIM_ConnectorOnPackage_features,
 75375               };
 75376               
 75377               //==============================================================================
 75378               //
 75379               // Class: CIM_CorrespondingSettingsRecord
 75380               //
 75381               //==============================================================================
 75382               
 75383               static const char*
 75384               _CIM_CorrespondingSettingsRecord_DataRecord_qualifiers[] =
 75385               {
 75386                   /* Key */
 75387                   "\025\001",
 75388                   0,
 75389               };
 75390               
 75391               static MetaReference
 75392               _CIM_CorrespondingSettingsRecord_DataRecord =
 75393               {
 75394 mike  1.1.2.1     /* flags */
 75395                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 75396                   /* name */
 75397                   "DataRecord",
 75398                   /* qualifiers */
 75399                   _CIM_CorrespondingSettingsRecord_DataRecord_qualifiers,
 75400                   /* subscript */
 75401                   -1,
 75402                   /* refId */
 75403                   &__root_cimv2_CIM_DiagnosticRecord,
 75404               };
 75405               
 75406               static const char*
 75407               _CIM_CorrespondingSettingsRecord_SettingsRecord_qualifiers[] =
 75408               {
 75409                   /* Key */
 75410                   "\025\001",
 75411                   0,
 75412               };
 75413               
 75414               static MetaReference
 75415 mike  1.1.2.1 _CIM_CorrespondingSettingsRecord_SettingsRecord =
 75416               {
 75417                   /* flags */
 75418                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 75419                   /* name */
 75420                   "SettingsRecord",
 75421                   /* qualifiers */
 75422                   _CIM_CorrespondingSettingsRecord_SettingsRecord_qualifiers,
 75423                   /* subscript */
 75424                   -1,
 75425                   /* refId */
 75426                   &__root_cimv2_CIM_DiagnosticSettingRecord,
 75427               };
 75428               
 75429               static MetaFeature*
 75430               _CIM_CorrespondingSettingsRecord_features[] =
 75431               {
 75432                   (MetaFeature*)&_CIM_CorrespondingSettingsRecord_DataRecord,
 75433                   (MetaFeature*)&_CIM_CorrespondingSettingsRecord_SettingsRecord,
 75434                   0,
 75435               };
 75436 mike  1.1.2.1 
 75437               static const char*
 75438               __root_cimv2_CIM_CorrespondingSettingsRecord_qualifiers[] =
 75439               {
 75440                   /* ASSOCIATION */
 75441                   "\000\001",
 75442                   /* UMLPackagePath */
 75443                   "\057CIM::System::Diagnostics",
 75444                   /* Version */
 75445                   "\0632.9.0",
 75446                   0,
 75447               };
 75448               
 75449               MetaClass
 75450               __root_cimv2_CIM_CorrespondingSettingsRecord =
 75451               {
 75452                   /* flags */
 75453                   META_FLAG_ASSOCIATION,
 75454                   /* name */
 75455                   "CIM_CorrespondingSettingsRecord",
 75456                   /* qualifiers */
 75457 mike  1.1.2.1     __root_cimv2_CIM_CorrespondingSettingsRecord_qualifiers,
 75458                   /* super */
 75459                   0,
 75460                   /* features */
 75461                   _CIM_CorrespondingSettingsRecord_features,
 75462               };
 75463               
 75464               //==============================================================================
 75465               //
 75466               // Class: CIM_DatabaseParameter
 75467               //
 75468               //==============================================================================
 75469               
 75470               static MetaFeature*
 75471               _CIM_DatabaseParameter_features[] =
 75472               {
 75473                   0,
 75474               };
 75475               
 75476               static const char*
 75477               __root_cimv2_CIM_DatabaseParameter_qualifiers[] =
 75478 mike  1.1.2.1 {
 75479                   /* UMLPackagePath */
 75480                   "\057CIM::Database::System",
 75481                   /* Abstract */
 75482                   "\002\001",
 75483                   /* Version */
 75484                   "\0632.7.0",
 75485                   0,
 75486               };
 75487               
 75488               MetaClass
 75489               __root_cimv2_CIM_DatabaseParameter =
 75490               {
 75491                   /* flags */
 75492                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 75493                   /* name */
 75494                   "CIM_DatabaseParameter",
 75495                   /* qualifiers */
 75496                   __root_cimv2_CIM_DatabaseParameter_qualifiers,
 75497                   /* super */
 75498                   &__root_cimv2_CIM_ScopedSettingData,
 75499 mike  1.1.2.1     /* features */
 75500                   _CIM_DatabaseParameter_features,
 75501               };
 75502               
 75503               //==============================================================================
 75504               //
 75505               // Class: CIM_DatabaseSegmentSettingData
 75506               //
 75507               //==============================================================================
 75508               
 75509               static const char*
 75510               _CIM_DatabaseSegmentSettingData_InitialExtentSize_qualifiers[] =
 75511               {
 75512                   /* Write */
 75513                   "\065\001",
 75514                   /* Units */
 75515                   "\060Bytes",
 75516                   0,
 75517               };
 75518               
 75519               static MetaProperty
 75520 mike  1.1.2.1 _CIM_DatabaseSegmentSettingData_InitialExtentSize =
 75521               {
 75522                   /* flags */
 75523                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75524                   /* name */
 75525                   "InitialExtentSize",
 75526                   /* qualifiers */
 75527                   _CIM_DatabaseSegmentSettingData_InitialExtentSize_qualifiers,
 75528                   /* type */
 75529                   CIMTYPE_UINT64,
 75530                   /* subscript */
 75531                   -1,
 75532                   /* value */
 75533                   0,
 75534               };
 75535               
 75536               static const char*
 75537               _CIM_DatabaseSegmentSettingData_MinimumExtents_qualifiers[] =
 75538               {
 75539                   /* Write */
 75540                   "\065\001",
 75541 mike  1.1.2.1     0,
 75542               };
 75543               
 75544               static MetaProperty
 75545               _CIM_DatabaseSegmentSettingData_MinimumExtents =
 75546               {
 75547                   /* flags */
 75548                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75549                   /* name */
 75550                   "MinimumExtents",
 75551                   /* qualifiers */
 75552                   _CIM_DatabaseSegmentSettingData_MinimumExtents_qualifiers,
 75553                   /* type */
 75554                   CIMTYPE_UINT64,
 75555                   /* subscript */
 75556                   -1,
 75557                   /* value */
 75558                   0,
 75559               };
 75560               
 75561               static const char*
 75562 mike  1.1.2.1 _CIM_DatabaseSegmentSettingData_MaximumExtents_qualifiers[] =
 75563               {
 75564                   /* Write */
 75565                   "\065\001",
 75566                   0,
 75567               };
 75568               
 75569               static MetaProperty
 75570               _CIM_DatabaseSegmentSettingData_MaximumExtents =
 75571               {
 75572                   /* flags */
 75573                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75574                   /* name */
 75575                   "MaximumExtents",
 75576                   /* qualifiers */
 75577                   _CIM_DatabaseSegmentSettingData_MaximumExtents_qualifiers,
 75578                   /* type */
 75579                   CIMTYPE_UINT64,
 75580                   /* subscript */
 75581                   -1,
 75582                   /* value */
 75583 mike  1.1.2.1     0,
 75584               };
 75585               
 75586               static const char*
 75587               _CIM_DatabaseSegmentSettingData_NextExtentSize_qualifiers[] =
 75588               {
 75589                   /* Write */
 75590                   "\065\001",
 75591                   /* Units */
 75592                   "\060Bytes",
 75593                   /* MinValue */
 75594                   "\035\000\000\000\000\000\000\000\000",
 75595                   /* ModelCorrespondence */
 75596                   "\036\000\001CIM_DatabaseSegmentSettingData.PercentIncrease\000",
 75597                   0,
 75598               };
 75599               
 75600               static MetaProperty
 75601               _CIM_DatabaseSegmentSettingData_NextExtentSize =
 75602               {
 75603                   /* flags */
 75604 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75605                   /* name */
 75606                   "NextExtentSize",
 75607                   /* qualifiers */
 75608                   _CIM_DatabaseSegmentSettingData_NextExtentSize_qualifiers,
 75609                   /* type */
 75610                   CIMTYPE_UINT64,
 75611                   /* subscript */
 75612                   -1,
 75613                   /* value */
 75614                   0,
 75615               };
 75616               
 75617               static const char*
 75618               _CIM_DatabaseSegmentSettingData_PercentIncrease_qualifiers[] =
 75619               {
 75620                   /* Write */
 75621                   "\065\001",
 75622                   /* MinValue */
 75623                   "\035\000\000\000\000\000\000\000\000",
 75624                   /* ModelCorrespondence */
 75625 mike  1.1.2.1     "\036\000\001CIM_DatabaseSegmentSettingData.NextExtentSize\000",
 75626                   0,
 75627               };
 75628               
 75629               static MetaProperty
 75630               _CIM_DatabaseSegmentSettingData_PercentIncrease =
 75631               {
 75632                   /* flags */
 75633                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75634                   /* name */
 75635                   "PercentIncrease",
 75636                   /* qualifiers */
 75637                   _CIM_DatabaseSegmentSettingData_PercentIncrease_qualifiers,
 75638                   /* type */
 75639                   CIMTYPE_UINT16,
 75640                   /* subscript */
 75641                   -1,
 75642                   /* value */
 75643                   0,
 75644               };
 75645               
 75646 mike  1.1.2.1 static const char*
 75647               _CIM_DatabaseSegmentSettingData_NumberOfFreeLists_qualifiers[] =
 75648               {
 75649                   /* Write */
 75650                   "\065\001",
 75651                   0,
 75652               };
 75653               
 75654               static MetaProperty
 75655               _CIM_DatabaseSegmentSettingData_NumberOfFreeLists =
 75656               {
 75657                   /* flags */
 75658                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75659                   /* name */
 75660                   "NumberOfFreeLists",
 75661                   /* qualifiers */
 75662                   _CIM_DatabaseSegmentSettingData_NumberOfFreeLists_qualifiers,
 75663                   /* type */
 75664                   CIMTYPE_UINT32,
 75665                   /* subscript */
 75666                   -1,
 75667 mike  1.1.2.1     /* value */
 75668                   0,
 75669               };
 75670               
 75671               static MetaFeature*
 75672               _CIM_DatabaseSegmentSettingData_features[] =
 75673               {
 75674                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_InitialExtentSize,
 75675                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_MinimumExtents,
 75676                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_MaximumExtents,
 75677                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_NextExtentSize,
 75678                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_PercentIncrease,
 75679                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_NumberOfFreeLists,
 75680                   0,
 75681               };
 75682               
 75683               static const char*
 75684               __root_cimv2_CIM_DatabaseSegmentSettingData_qualifiers[] =
 75685               {
 75686                   /* UMLPackagePath */
 75687                   "\057CIM::Database::Storage",
 75688 mike  1.1.2.1     /* Version */
 75689                   "\0632.8.0",
 75690                   0,
 75691               };
 75692               
 75693               MetaClass
 75694               __root_cimv2_CIM_DatabaseSegmentSettingData =
 75695               {
 75696                   /* flags */
 75697                   META_FLAG_CLASS,
 75698                   /* name */
 75699                   "CIM_DatabaseSegmentSettingData",
 75700                   /* qualifiers */
 75701                   __root_cimv2_CIM_DatabaseSegmentSettingData_qualifiers,
 75702                   /* super */
 75703                   &__root_cimv2_CIM_ScopedSettingData,
 75704                   /* features */
 75705                   _CIM_DatabaseSegmentSettingData_features,
 75706               };
 75707               
 75708               //==============================================================================
 75709 mike  1.1.2.1 //
 75710               // Class: CIM_DataFile
 75711               //
 75712               //==============================================================================
 75713               
 75714               static MetaFeature*
 75715               _CIM_DataFile_features[] =
 75716               {
 75717                   0,
 75718               };
 75719               
 75720               static const char*
 75721               __root_cimv2_CIM_DataFile_qualifiers[] =
 75722               {
 75723                   /* UMLPackagePath */
 75724                   "\057CIM::System::FileElements",
 75725                   /* Version */
 75726                   "\0632.6.0",
 75727                   0,
 75728               };
 75729               
 75730 mike  1.1.2.1 MetaClass
 75731               __root_cimv2_CIM_DataFile =
 75732               {
 75733                   /* flags */
 75734                   META_FLAG_CLASS,
 75735                   /* name */
 75736                   "CIM_DataFile",
 75737                   /* qualifiers */
 75738                   __root_cimv2_CIM_DataFile_qualifiers,
 75739                   /* super */
 75740                   &__root_cimv2_CIM_LogicalFile,
 75741                   /* features */
 75742                   _CIM_DataFile_features,
 75743               };
 75744               
 75745               //==============================================================================
 75746               //
 75747               // Class: CIM_DefaultSetting
 75748               //
 75749               //==============================================================================
 75750               
 75751 mike  1.1.2.1 static const char*
 75752               _CIM_DefaultSetting_Setting_qualifiers[] =
 75753               {
 75754                   /* Override */
 75755                   "\044Setting",
 75756                   /* Max */
 75757                   "\027\000\000\000\001",
 75758                   0,
 75759               };
 75760               
 75761               static MetaReference
 75762               _CIM_DefaultSetting_Setting =
 75763               {
 75764                   /* flags */
 75765                   META_FLAG_REFERENCE|META_FLAG_READ,
 75766                   /* name */
 75767                   "Setting",
 75768                   /* qualifiers */
 75769                   _CIM_DefaultSetting_Setting_qualifiers,
 75770                   /* subscript */
 75771                   -1,
 75772 mike  1.1.2.1     /* refId */
 75773                   &__root_cimv2_CIM_Setting,
 75774               };
 75775               
 75776               static MetaFeature*
 75777               _CIM_DefaultSetting_features[] =
 75778               {
 75779                   (MetaFeature*)&_CIM_DefaultSetting_Setting,
 75780                   0,
 75781               };
 75782               
 75783               static const char*
 75784               __root_cimv2_CIM_DefaultSetting_qualifiers[] =
 75785               {
 75786                   /* ASSOCIATION */
 75787                   "\000\001",
 75788                   /* UMLPackagePath */
 75789                   "\057CIM::Core::Settings",
 75790                   /* Version */
 75791                   "\0632.10.0",
 75792                   0,
 75793 mike  1.1.2.1 };
 75794               
 75795               MetaClass
 75796               __root_cimv2_CIM_DefaultSetting =
 75797               {
 75798                   /* flags */
 75799                   META_FLAG_ASSOCIATION,
 75800                   /* name */
 75801                   "CIM_DefaultSetting",
 75802                   /* qualifiers */
 75803                   __root_cimv2_CIM_DefaultSetting_qualifiers,
 75804                   /* super */
 75805                   &__root_cimv2_CIM_ElementSetting,
 75806                   /* features */
 75807                   _CIM_DefaultSetting_features,
 75808               };
 75809               
 75810               //==============================================================================
 75811               //
 75812               // Class: CIM_DeviceFile
 75813               //
 75814 mike  1.1.2.1 //==============================================================================
 75815               
 75816               static MetaFeature*
 75817               _CIM_DeviceFile_features[] =
 75818               {
 75819                   0,
 75820               };
 75821               
 75822               static const char*
 75823               __root_cimv2_CIM_DeviceFile_qualifiers[] =
 75824               {
 75825                   /* UMLPackagePath */
 75826                   "\057CIM::System::FileElements",
 75827                   /* Version */
 75828                   "\0632.6.0",
 75829                   0,
 75830               };
 75831               
 75832               MetaClass
 75833               __root_cimv2_CIM_DeviceFile =
 75834               {
 75835 mike  1.1.2.1     /* flags */
 75836                   META_FLAG_CLASS,
 75837                   /* name */
 75838                   "CIM_DeviceFile",
 75839                   /* qualifiers */
 75840                   __root_cimv2_CIM_DeviceFile_qualifiers,
 75841                   /* super */
 75842                   &__root_cimv2_CIM_LogicalFile,
 75843                   /* features */
 75844                   _CIM_DeviceFile_features,
 75845               };
 75846               
 75847               //==============================================================================
 75848               //
 75849               // Class: CIM_DiagnosticCompletionRecord
 75850               //
 75851               //==============================================================================
 75852               
 75853               static const char*
 75854               _CIM_DiagnosticCompletionRecord_CompletionState_qualifiers[] =
 75855               {
 75856 mike  1.1.2.1     /* ValueMap */
 75857                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 75858                   /* Values */
 75859                   "\062\000\010Unknown\000Other\000OK\000Warning\000Incomplete\000Failed\000Aborted\000Stopped\000",
 75860                   /* ModelCorrespondence */
 75861                   "\036\000\001CIM_DiagnosticCompletionRecord.OtherCompletionStateDescription\000",
 75862                   0,
 75863               };
 75864               
 75865               static MetaProperty
 75866               _CIM_DiagnosticCompletionRecord_CompletionState =
 75867               {
 75868                   /* flags */
 75869                   META_FLAG_PROPERTY|META_FLAG_READ,
 75870                   /* name */
 75871                   "CompletionState",
 75872                   /* qualifiers */
 75873                   _CIM_DiagnosticCompletionRecord_CompletionState_qualifiers,
 75874                   /* type */
 75875                   CIMTYPE_UINT16,
 75876                   /* subscript */
 75877 mike  1.1.2.1     -1,
 75878                   /* value */
 75879                   0,
 75880               };
 75881               
 75882               static const char*
 75883               _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription_qualifiers[] =
 75884               {
 75885                   /* ModelCorrespondence */
 75886                   "\036\000\001CIM_DiagnosticCompletionRecord.CompletionState\000",
 75887                   0,
 75888               };
 75889               
 75890               static MetaProperty
 75891               _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription =
 75892               {
 75893                   /* flags */
 75894                   META_FLAG_PROPERTY|META_FLAG_READ,
 75895                   /* name */
 75896                   "OtherCompletionStateDescription",
 75897                   /* qualifiers */
 75898 mike  1.1.2.1     _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription_qualifiers,
 75899                   /* type */
 75900                   CIMTYPE_STRING,
 75901                   /* subscript */
 75902                   -1,
 75903                   /* value */
 75904                   0,
 75905               };
 75906               
 75907               static MetaFeature*
 75908               _CIM_DiagnosticCompletionRecord_features[] =
 75909               {
 75910                   (MetaFeature*)&_CIM_DiagnosticCompletionRecord_CompletionState,
 75911                   (MetaFeature*)&_CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription,
 75912                   0,
 75913               };
 75914               
 75915               static const char*
 75916               __root_cimv2_CIM_DiagnosticCompletionRecord_qualifiers[] =
 75917               {
 75918                   /* UMLPackagePath */
 75919 mike  1.1.2.1     "\057CIM::System::Diagnostics",
 75920                   /* Version */
 75921                   "\0632.11.0",
 75922                   0,
 75923               };
 75924               
 75925               MetaClass
 75926               __root_cimv2_CIM_DiagnosticCompletionRecord =
 75927               {
 75928                   /* flags */
 75929                   META_FLAG_CLASS,
 75930                   /* name */
 75931                   "CIM_DiagnosticCompletionRecord",
 75932                   /* qualifiers */
 75933                   __root_cimv2_CIM_DiagnosticCompletionRecord_qualifiers,
 75934                   /* super */
 75935                   &__root_cimv2_CIM_DiagnosticServiceRecord,
 75936                   /* features */
 75937                   _CIM_DiagnosticCompletionRecord_features,
 75938               };
 75939               
 75940 mike  1.1.2.1 //==============================================================================
 75941               //
 75942               // Class: CIM_Directory
 75943               //
 75944               //==============================================================================
 75945               
 75946               static MetaFeature*
 75947               _CIM_Directory_features[] =
 75948               {
 75949                   0,
 75950               };
 75951               
 75952               static const char*
 75953               __root_cimv2_CIM_Directory_qualifiers[] =
 75954               {
 75955                   /* UMLPackagePath */
 75956                   "\057CIM::System::FileElements",
 75957                   /* Version */
 75958                   "\0632.6.0",
 75959                   0,
 75960               };
 75961 mike  1.1.2.1 
 75962               MetaClass
 75963               __root_cimv2_CIM_Directory =
 75964               {
 75965                   /* flags */
 75966                   META_FLAG_CLASS,
 75967                   /* name */
 75968                   "CIM_Directory",
 75969                   /* qualifiers */
 75970                   __root_cimv2_CIM_Directory_qualifiers,
 75971                   /* super */
 75972                   &__root_cimv2_CIM_LogicalFile,
 75973                   /* features */
 75974                   _CIM_Directory_features,
 75975               };
 75976               
 75977               //==============================================================================
 75978               //
 75979               // Class: CIM_DirectoryContainsFile
 75980               //
 75981               //==============================================================================
 75982 mike  1.1.2.1 
 75983               static const char*
 75984               _CIM_DirectoryContainsFile_GroupComponent_qualifiers[] =
 75985               {
 75986                   /* Aggregate */
 75987                   "\003\001",
 75988                   /* Override */
 75989                   "\044GroupComponent",
 75990                   /* Max */
 75991                   "\027\000\000\000\001",
 75992                   0,
 75993               };
 75994               
 75995               static MetaReference
 75996               _CIM_DirectoryContainsFile_GroupComponent =
 75997               {
 75998                   /* flags */
 75999                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 76000                   /* name */
 76001                   "GroupComponent",
 76002                   /* qualifiers */
 76003 mike  1.1.2.1     _CIM_DirectoryContainsFile_GroupComponent_qualifiers,
 76004                   /* subscript */
 76005                   -1,
 76006                   /* refId */
 76007                   &__root_cimv2_CIM_Directory,
 76008               };
 76009               
 76010               static const char*
 76011               _CIM_DirectoryContainsFile_PartComponent_qualifiers[] =
 76012               {
 76013                   /* Override */
 76014                   "\044PartComponent",
 76015                   0,
 76016               };
 76017               
 76018               static MetaReference
 76019               _CIM_DirectoryContainsFile_PartComponent =
 76020               {
 76021                   /* flags */
 76022                   META_FLAG_REFERENCE|META_FLAG_READ,
 76023                   /* name */
 76024 mike  1.1.2.1     "PartComponent",
 76025                   /* qualifiers */
 76026                   _CIM_DirectoryContainsFile_PartComponent_qualifiers,
 76027                   /* subscript */
 76028                   -1,
 76029                   /* refId */
 76030                   &__root_cimv2_CIM_LogicalFile,
 76031               };
 76032               
 76033               static MetaFeature*
 76034               _CIM_DirectoryContainsFile_features[] =
 76035               {
 76036                   (MetaFeature*)&_CIM_DirectoryContainsFile_GroupComponent,
 76037                   (MetaFeature*)&_CIM_DirectoryContainsFile_PartComponent,
 76038                   0,
 76039               };
 76040               
 76041               static const char*
 76042               __root_cimv2_CIM_DirectoryContainsFile_qualifiers[] =
 76043               {
 76044                   /* ASSOCIATION */
 76045 mike  1.1.2.1     "\000\001",
 76046                   /* UMLPackagePath */
 76047                   "\057CIM::System::FileElements",
 76048                   /* Aggregation */
 76049                   "\004\001",
 76050                   /* Composition */
 76051                   "\011\001",
 76052                   /* Version */
 76053                   "\0632.7.0",
 76054                   0,
 76055               };
 76056               
 76057               MetaClass
 76058               __root_cimv2_CIM_DirectoryContainsFile =
 76059               {
 76060                   /* flags */
 76061                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 76062                   /* name */
 76063                   "CIM_DirectoryContainsFile",
 76064                   /* qualifiers */
 76065                   __root_cimv2_CIM_DirectoryContainsFile_qualifiers,
 76066 mike  1.1.2.1     /* super */
 76067                   &__root_cimv2_CIM_Component,
 76068                   /* features */
 76069                   _CIM_DirectoryContainsFile_features,
 76070               };
 76071               
 76072               //==============================================================================
 76073               //
 76074               // Class: CIM_Docked
 76075               //
 76076               //==============================================================================
 76077               
 76078               static const char*
 76079               _CIM_Docked_Antecedent_qualifiers[] =
 76080               {
 76081                   /* Override */
 76082                   "\044Antecedent",
 76083                   /* Max */
 76084                   "\027\000\000\000\001",
 76085                   0,
 76086               };
 76087 mike  1.1.2.1 
 76088               static MetaReference
 76089               _CIM_Docked_Antecedent =
 76090               {
 76091                   /* flags */
 76092                   META_FLAG_REFERENCE|META_FLAG_READ,
 76093                   /* name */
 76094                   "Antecedent",
 76095                   /* qualifiers */
 76096                   _CIM_Docked_Antecedent_qualifiers,
 76097                   /* subscript */
 76098                   -1,
 76099                   /* refId */
 76100                   &__root_cimv2_CIM_Chassis,
 76101               };
 76102               
 76103               static const char*
 76104               _CIM_Docked_Dependent_qualifiers[] =
 76105               {
 76106                   /* Override */
 76107                   "\044Dependent",
 76108 mike  1.1.2.1     /* Max */
 76109                   "\027\000\000\000\001",
 76110                   0,
 76111               };
 76112               
 76113               static MetaReference
 76114               _CIM_Docked_Dependent =
 76115               {
 76116                   /* flags */
 76117                   META_FLAG_REFERENCE|META_FLAG_READ,
 76118                   /* name */
 76119                   "Dependent",
 76120                   /* qualifiers */
 76121                   _CIM_Docked_Dependent_qualifiers,
 76122                   /* subscript */
 76123                   -1,
 76124                   /* refId */
 76125                   &__root_cimv2_CIM_Chassis,
 76126               };
 76127               
 76128               static MetaFeature*
 76129 mike  1.1.2.1 _CIM_Docked_features[] =
 76130               {
 76131                   (MetaFeature*)&_CIM_Docked_Antecedent,
 76132                   (MetaFeature*)&_CIM_Docked_Dependent,
 76133                   0,
 76134               };
 76135               
 76136               static const char*
 76137               __root_cimv2_CIM_Docked_qualifiers[] =
 76138               {
 76139                   /* ASSOCIATION */
 76140                   "\000\001",
 76141                   /* UMLPackagePath */
 76142                   "\057CIM::Physical::Package",
 76143                   /* Version */
 76144                   "\0632.6.0",
 76145                   /* MappingStrings */
 76146                   "\026\000\001MIF.DMTF|Dynamic States|001.2\000",
 76147                   0,
 76148               };
 76149               
 76150 mike  1.1.2.1 MetaClass
 76151               __root_cimv2_CIM_Docked =
 76152               {
 76153                   /* flags */
 76154                   META_FLAG_ASSOCIATION,
 76155                   /* name */
 76156                   "CIM_Docked",
 76157                   /* qualifiers */
 76158                   __root_cimv2_CIM_Docked_qualifiers,
 76159                   /* super */
 76160                   &__root_cimv2_CIM_Dependency,
 76161                   /* features */
 76162                   _CIM_Docked_features,
 76163               };
 76164               
 76165               //==============================================================================
 76166               //
 76167               // Class: CIM_DynamicForwardingEntry
 76168               //
 76169               //==============================================================================
 76170               
 76171 mike  1.1.2.1 static const char*
 76172               _CIM_DynamicForwardingEntry_SystemCreationClassName_qualifiers[] =
 76173               {
 76174                   /* Key */
 76175                   "\025\001",
 76176                   /* Propagated */
 76177                   "\045CIM_System.CreationClassName",
 76178                   /* MaxLen */
 76179                   "\030\000\000\001\000",
 76180                   0,
 76181               };
 76182               
 76183               static MetaProperty
 76184               _CIM_DynamicForwardingEntry_SystemCreationClassName =
 76185               {
 76186                   /* flags */
 76187                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76188                   /* name */
 76189                   "SystemCreationClassName",
 76190                   /* qualifiers */
 76191                   _CIM_DynamicForwardingEntry_SystemCreationClassName_qualifiers,
 76192 mike  1.1.2.1     /* type */
 76193                   CIMTYPE_STRING,
 76194                   /* subscript */
 76195                   -1,
 76196                   /* value */
 76197                   0,
 76198               };
 76199               
 76200               static const char*
 76201               _CIM_DynamicForwardingEntry_SystemName_qualifiers[] =
 76202               {
 76203                   /* Key */
 76204                   "\025\001",
 76205                   /* Propagated */
 76206                   "\045CIM_System.Name",
 76207                   /* MaxLen */
 76208                   "\030\000\000\001\000",
 76209                   0,
 76210               };
 76211               
 76212               static MetaProperty
 76213 mike  1.1.2.1 _CIM_DynamicForwardingEntry_SystemName =
 76214               {
 76215                   /* flags */
 76216                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76217                   /* name */
 76218                   "SystemName",
 76219                   /* qualifiers */
 76220                   _CIM_DynamicForwardingEntry_SystemName_qualifiers,
 76221                   /* type */
 76222                   CIMTYPE_STRING,
 76223                   /* subscript */
 76224                   -1,
 76225                   /* value */
 76226                   0,
 76227               };
 76228               
 76229               static const char*
 76230               _CIM_DynamicForwardingEntry_ServiceCreationClassName_qualifiers[] =
 76231               {
 76232                   /* Key */
 76233                   "\025\001",
 76234 mike  1.1.2.1     /* Propagated */
 76235                   "\045CIM_Service.CreationClassName",
 76236                   /* MaxLen */
 76237                   "\030\000\000\001\000",
 76238                   0,
 76239               };
 76240               
 76241               static MetaProperty
 76242               _CIM_DynamicForwardingEntry_ServiceCreationClassName =
 76243               {
 76244                   /* flags */
 76245                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76246                   /* name */
 76247                   "ServiceCreationClassName",
 76248                   /* qualifiers */
 76249                   _CIM_DynamicForwardingEntry_ServiceCreationClassName_qualifiers,
 76250                   /* type */
 76251                   CIMTYPE_STRING,
 76252                   /* subscript */
 76253                   -1,
 76254                   /* value */
 76255 mike  1.1.2.1     0,
 76256               };
 76257               
 76258               static const char*
 76259               _CIM_DynamicForwardingEntry_ServiceName_qualifiers[] =
 76260               {
 76261                   /* Key */
 76262                   "\025\001",
 76263                   /* Propagated */
 76264                   "\045CIM_Service.Name",
 76265                   /* MaxLen */
 76266                   "\030\000\000\001\000",
 76267                   0,
 76268               };
 76269               
 76270               static MetaProperty
 76271               _CIM_DynamicForwardingEntry_ServiceName =
 76272               {
 76273                   /* flags */
 76274                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76275                   /* name */
 76276 mike  1.1.2.1     "ServiceName",
 76277                   /* qualifiers */
 76278                   _CIM_DynamicForwardingEntry_ServiceName_qualifiers,
 76279                   /* type */
 76280                   CIMTYPE_STRING,
 76281                   /* subscript */
 76282                   -1,
 76283                   /* value */
 76284                   0,
 76285               };
 76286               
 76287               static const char*
 76288               _CIM_DynamicForwardingEntry_CreationClassName_qualifiers[] =
 76289               {
 76290                   /* Key */
 76291                   "\025\001",
 76292                   /* MaxLen */
 76293                   "\030\000\000\001\000",
 76294                   0,
 76295               };
 76296               
 76297 mike  1.1.2.1 static MetaProperty
 76298               _CIM_DynamicForwardingEntry_CreationClassName =
 76299               {
 76300                   /* flags */
 76301                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76302                   /* name */
 76303                   "CreationClassName",
 76304                   /* qualifiers */
 76305                   _CIM_DynamicForwardingEntry_CreationClassName_qualifiers,
 76306                   /* type */
 76307                   CIMTYPE_STRING,
 76308                   /* subscript */
 76309                   -1,
 76310                   /* value */
 76311                   0,
 76312               };
 76313               
 76314               static const char*
 76315               _CIM_DynamicForwardingEntry_MACAddress_qualifiers[] =
 76316               {
 76317                   /* Key */
 76318 mike  1.1.2.1     "\025\001",
 76319                   /* MaxLen */
 76320                   "\030\000\000\000\014",
 76321                   /* MappingStrings */
 76322                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpFdbAddress\000",
 76323                   0,
 76324               };
 76325               
 76326               static MetaProperty
 76327               _CIM_DynamicForwardingEntry_MACAddress =
 76328               {
 76329                   /* flags */
 76330                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76331                   /* name */
 76332                   "MACAddress",
 76333                   /* qualifiers */
 76334                   _CIM_DynamicForwardingEntry_MACAddress_qualifiers,
 76335                   /* type */
 76336                   CIMTYPE_STRING,
 76337                   /* subscript */
 76338                   -1,
 76339 mike  1.1.2.1     /* value */
 76340                   0,
 76341               };
 76342               
 76343               static const char*
 76344               _CIM_DynamicForwardingEntry_DynamicStatus_qualifiers[] =
 76345               {
 76346                   /* ValueMap */
 76347                   "\061\000\0051\0002\0003\0004\0005\000",
 76348                   /* Values */
 76349                   "\062\000\005Other\000Invalid\000Learned\000Self\000Mgmt\000",
 76350                   /* MappingStrings */
 76351                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpFdbStatus\000",
 76352                   0,
 76353               };
 76354               
 76355               static MetaProperty
 76356               _CIM_DynamicForwardingEntry_DynamicStatus =
 76357               {
 76358                   /* flags */
 76359                   META_FLAG_PROPERTY|META_FLAG_READ,
 76360 mike  1.1.2.1     /* name */
 76361                   "DynamicStatus",
 76362                   /* qualifiers */
 76363                   _CIM_DynamicForwardingEntry_DynamicStatus_qualifiers,
 76364                   /* type */
 76365                   CIMTYPE_UINT16,
 76366                   /* subscript */
 76367                   -1,
 76368                   /* value */
 76369                   0,
 76370               };
 76371               
 76372               static MetaFeature*
 76373               _CIM_DynamicForwardingEntry_features[] =
 76374               {
 76375                   (MetaFeature*)&_CIM_DynamicForwardingEntry_SystemCreationClassName,
 76376                   (MetaFeature*)&_CIM_DynamicForwardingEntry_SystemName,
 76377                   (MetaFeature*)&_CIM_DynamicForwardingEntry_ServiceCreationClassName,
 76378                   (MetaFeature*)&_CIM_DynamicForwardingEntry_ServiceName,
 76379                   (MetaFeature*)&_CIM_DynamicForwardingEntry_CreationClassName,
 76380                   (MetaFeature*)&_CIM_DynamicForwardingEntry_MACAddress,
 76381 mike  1.1.2.1     (MetaFeature*)&_CIM_DynamicForwardingEntry_DynamicStatus,
 76382                   0,
 76383               };
 76384               
 76385               static const char*
 76386               __root_cimv2_CIM_DynamicForwardingEntry_qualifiers[] =
 76387               {
 76388                   /* UMLPackagePath */
 76389                   "\057CIM::Network::SwitchingBridging",
 76390                   /* Version */
 76391                   "\0632.7.0",
 76392                   0,
 76393               };
 76394               
 76395               MetaClass
 76396               __root_cimv2_CIM_DynamicForwardingEntry =
 76397               {
 76398                   /* flags */
 76399                   META_FLAG_CLASS,
 76400                   /* name */
 76401                   "CIM_DynamicForwardingEntry",
 76402 mike  1.1.2.1     /* qualifiers */
 76403                   __root_cimv2_CIM_DynamicForwardingEntry_qualifiers,
 76404                   /* super */
 76405                   &__root_cimv2_CIM_LogicalElement,
 76406                   /* features */
 76407                   _CIM_DynamicForwardingEntry_features,
 76408               };
 76409               
 76410               //==============================================================================
 76411               //
 76412               // Class: CIM_ElementInPolicyRoleCollection
 76413               //
 76414               //==============================================================================
 76415               
 76416               static const char*
 76417               _CIM_ElementInPolicyRoleCollection_Collection_qualifiers[] =
 76418               {
 76419                   /* Aggregate */
 76420                   "\003\001",
 76421                   /* Override */
 76422                   "\044Collection",
 76423 mike  1.1.2.1     0,
 76424               };
 76425               
 76426               static MetaReference
 76427               _CIM_ElementInPolicyRoleCollection_Collection =
 76428               {
 76429                   /* flags */
 76430                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 76431                   /* name */
 76432                   "Collection",
 76433                   /* qualifiers */
 76434                   _CIM_ElementInPolicyRoleCollection_Collection_qualifiers,
 76435                   /* subscript */
 76436                   -1,
 76437                   /* refId */
 76438                   &__root_cimv2_CIM_PolicyRoleCollection,
 76439               };
 76440               
 76441               static const char*
 76442               _CIM_ElementInPolicyRoleCollection_Member_qualifiers[] =
 76443               {
 76444 mike  1.1.2.1     /* Override */
 76445                   "\044Member",
 76446                   0,
 76447               };
 76448               
 76449               static MetaReference
 76450               _CIM_ElementInPolicyRoleCollection_Member =
 76451               {
 76452                   /* flags */
 76453                   META_FLAG_REFERENCE|META_FLAG_READ,
 76454                   /* name */
 76455                   "Member",
 76456                   /* qualifiers */
 76457                   _CIM_ElementInPolicyRoleCollection_Member_qualifiers,
 76458                   /* subscript */
 76459                   -1,
 76460                   /* refId */
 76461                   &__root_cimv2_CIM_ManagedElement,
 76462               };
 76463               
 76464               static MetaFeature*
 76465 mike  1.1.2.1 _CIM_ElementInPolicyRoleCollection_features[] =
 76466               {
 76467                   (MetaFeature*)&_CIM_ElementInPolicyRoleCollection_Collection,
 76468                   (MetaFeature*)&_CIM_ElementInPolicyRoleCollection_Member,
 76469                   0,
 76470               };
 76471               
 76472               static const char*
 76473               __root_cimv2_CIM_ElementInPolicyRoleCollection_qualifiers[] =
 76474               {
 76475                   /* ASSOCIATION */
 76476                   "\000\001",
 76477                   /* UMLPackagePath */
 76478                   "\057CIM::Policy",
 76479                   /* Aggregation */
 76480                   "\004\001",
 76481                   /* Version */
 76482                   "\0632.8.0",
 76483                   0,
 76484               };
 76485               
 76486 mike  1.1.2.1 MetaClass
 76487               __root_cimv2_CIM_ElementInPolicyRoleCollection =
 76488               {
 76489                   /* flags */
 76490                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 76491                   /* name */
 76492                   "CIM_ElementInPolicyRoleCollection",
 76493                   /* qualifiers */
 76494                   __root_cimv2_CIM_ElementInPolicyRoleCollection_qualifiers,
 76495                   /* super */
 76496                   &__root_cimv2_CIM_MemberOfCollection,
 76497                   /* features */
 76498                   _CIM_ElementInPolicyRoleCollection_features,
 76499               };
 76500               
 76501               //==============================================================================
 76502               //
 76503               // Class: CIM_ElementSoftwareIdentity
 76504               //
 76505               //==============================================================================
 76506               
 76507 mike  1.1.2.1 static const char*
 76508               _CIM_ElementSoftwareIdentity_Antecedent_qualifiers[] =
 76509               {
 76510                   /* Override */
 76511                   "\044Antecedent",
 76512                   0,
 76513               };
 76514               
 76515               static MetaReference
 76516               _CIM_ElementSoftwareIdentity_Antecedent =
 76517               {
 76518                   /* flags */
 76519                   META_FLAG_REFERENCE|META_FLAG_READ,
 76520                   /* name */
 76521                   "Antecedent",
 76522                   /* qualifiers */
 76523                   _CIM_ElementSoftwareIdentity_Antecedent_qualifiers,
 76524                   /* subscript */
 76525                   -1,
 76526                   /* refId */
 76527                   &__root_cimv2_CIM_SoftwareIdentity,
 76528 mike  1.1.2.1 };
 76529               
 76530               static const char*
 76531               _CIM_ElementSoftwareIdentity_Dependent_qualifiers[] =
 76532               {
 76533                   /* Override */
 76534                   "\044Dependent",
 76535                   0,
 76536               };
 76537               
 76538               static MetaReference
 76539               _CIM_ElementSoftwareIdentity_Dependent =
 76540               {
 76541                   /* flags */
 76542                   META_FLAG_REFERENCE|META_FLAG_READ,
 76543                   /* name */
 76544                   "Dependent",
 76545                   /* qualifiers */
 76546                   _CIM_ElementSoftwareIdentity_Dependent_qualifiers,
 76547                   /* subscript */
 76548                   -1,
 76549 mike  1.1.2.1     /* refId */
 76550                   &__root_cimv2_CIM_ManagedElement,
 76551               };
 76552               
 76553               static const char*
 76554               _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers[] =
 76555               {
 76556                   /* ValueMap */
 76557                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 76558                   /* Values */
 76559                   "\062\000\010Unknown\000Other\000Resides off device\000Owner Upgradeable\000Factory Upgradeable\000Not Upgradeable\000DMTF Reserved\000Vendor Reserved\000",
 76560                   /* ModelCorrespondence */
 76561                   "\036\000\001CIM_ElementSoftwareIdentity.OtherUpgradeCondition\000",
 76562                   0,
 76563               };
 76564               
 76565               static MetaProperty
 76566               _CIM_ElementSoftwareIdentity_UpgradeCondition =
 76567               {
 76568                   /* flags */
 76569                   META_FLAG_PROPERTY|META_FLAG_READ,
 76570 mike  1.1.2.1     /* name */
 76571                   "UpgradeCondition",
 76572                   /* qualifiers */
 76573                   _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers,
 76574                   /* type */
 76575                   CIMTYPE_UINT16,
 76576                   /* subscript */
 76577                   -1,
 76578                   /* value */
 76579                   0,
 76580               };
 76581               
 76582               static const char*
 76583               _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers[] =
 76584               {
 76585                   /* ModelCorrespondence */
 76586                   "\036\000\001CIM_ElementSoftwareIdentity.UpgradeCondition\000",
 76587                   0,
 76588               };
 76589               
 76590               static MetaProperty
 76591 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_OtherUpgradeCondition =
 76592               {
 76593                   /* flags */
 76594                   META_FLAG_PROPERTY|META_FLAG_READ,
 76595                   /* name */
 76596                   "OtherUpgradeCondition",
 76597                   /* qualifiers */
 76598                   _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers,
 76599                   /* type */
 76600                   CIMTYPE_STRING,
 76601                   /* subscript */
 76602                   -1,
 76603                   /* value */
 76604                   0,
 76605               };
 76606               
 76607               static MetaFeature*
 76608               _CIM_ElementSoftwareIdentity_features[] =
 76609               {
 76610                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_Antecedent,
 76611                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_Dependent,
 76612 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSoftwareIdentity_UpgradeCondition,
 76613                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_OtherUpgradeCondition,
 76614                   0,
 76615               };
 76616               
 76617               static const char*
 76618               __root_cimv2_CIM_ElementSoftwareIdentity_qualifiers[] =
 76619               {
 76620                   /* ASSOCIATION */
 76621                   "\000\001",
 76622                   /* UMLPackagePath */
 76623                   "\057CIM::Core::Software",
 76624                   /* Version */
 76625                   "\0632.8.0",
 76626                   0,
 76627               };
 76628               
 76629               MetaClass
 76630               __root_cimv2_CIM_ElementSoftwareIdentity =
 76631               {
 76632                   /* flags */
 76633 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 76634                   /* name */
 76635                   "CIM_ElementSoftwareIdentity",
 76636                   /* qualifiers */
 76637                   __root_cimv2_CIM_ElementSoftwareIdentity_qualifiers,
 76638                   /* super */
 76639                   &__root_cimv2_CIM_Dependency,
 76640                   /* features */
 76641                   _CIM_ElementSoftwareIdentity_features,
 76642               };
 76643               
 76644               //==============================================================================
 76645               //
 76646               // Class: CIM_EthernetPortStatistics
 76647               //
 76648               //==============================================================================
 76649               
 76650               static const char*
 76651               _CIM_EthernetPortStatistics_PacketsTransmitted_qualifiers[] =
 76652               {
 76653                   /* Override */
 76654 mike  1.1.2.1     "\044PacketsTransmitted",
 76655                   /* Counter */
 76656                   "\012\001",
 76657                   /* MappingStrings */
 76658                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.6\000",
 76659                   0,
 76660               };
 76661               
 76662               static MetaProperty
 76663               _CIM_EthernetPortStatistics_PacketsTransmitted =
 76664               {
 76665                   /* flags */
 76666                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76667                   /* name */
 76668                   "PacketsTransmitted",
 76669                   /* qualifiers */
 76670                   _CIM_EthernetPortStatistics_PacketsTransmitted_qualifiers,
 76671                   /* type */
 76672                   CIMTYPE_UINT64,
 76673                   /* subscript */
 76674                   -1,
 76675 mike  1.1.2.1     /* value */
 76676                   0,
 76677               };
 76678               
 76679               static const char*
 76680               _CIM_EthernetPortStatistics_PacketsReceived_qualifiers[] =
 76681               {
 76682                   /* Override */
 76683                   "\044PacketsReceived",
 76684                   /* Counter */
 76685                   "\012\001",
 76686                   /* MappingStrings */
 76687                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.8\000",
 76688                   0,
 76689               };
 76690               
 76691               static MetaProperty
 76692               _CIM_EthernetPortStatistics_PacketsReceived =
 76693               {
 76694                   /* flags */
 76695                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76696 mike  1.1.2.1     /* name */
 76697                   "PacketsReceived",
 76698                   /* qualifiers */
 76699                   _CIM_EthernetPortStatistics_PacketsReceived_qualifiers,
 76700                   /* type */
 76701                   CIMTYPE_UINT64,
 76702                   /* subscript */
 76703                   -1,
 76704                   /* value */
 76705                   0,
 76706               };
 76707               
 76708               static const char*
 76709               _CIM_EthernetPortStatistics_SymbolErrors_qualifiers[] =
 76710               {
 76711                   /* Counter */
 76712                   "\012\001",
 76713                   /* MappingStrings */
 76714                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSymbolErrors\000",
 76715                   0,
 76716               };
 76717 mike  1.1.2.1 
 76718               static MetaProperty
 76719               _CIM_EthernetPortStatistics_SymbolErrors =
 76720               {
 76721                   /* flags */
 76722                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76723                   /* name */
 76724                   "SymbolErrors",
 76725                   /* qualifiers */
 76726                   _CIM_EthernetPortStatistics_SymbolErrors_qualifiers,
 76727                   /* type */
 76728                   CIMTYPE_UINT32,
 76729                   /* subscript */
 76730                   -1,
 76731                   /* value */
 76732                   0,
 76733               };
 76734               
 76735               static const char*
 76736               _CIM_EthernetPortStatistics_AlignmentErrors_qualifiers[] =
 76737               {
 76738 mike  1.1.2.1     /* Counter */
 76739                   "\012\001",
 76740                   /* MappingStrings */
 76741                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsAlignmentErrors\000",
 76742                   0,
 76743               };
 76744               
 76745               static MetaProperty
 76746               _CIM_EthernetPortStatistics_AlignmentErrors =
 76747               {
 76748                   /* flags */
 76749                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76750                   /* name */
 76751                   "AlignmentErrors",
 76752                   /* qualifiers */
 76753                   _CIM_EthernetPortStatistics_AlignmentErrors_qualifiers,
 76754                   /* type */
 76755                   CIMTYPE_UINT32,
 76756                   /* subscript */
 76757                   -1,
 76758                   /* value */
 76759 mike  1.1.2.1     0,
 76760               };
 76761               
 76762               static const char*
 76763               _CIM_EthernetPortStatistics_FCSErrors_qualifiers[] =
 76764               {
 76765                   /* Counter */
 76766                   "\012\001",
 76767                   /* MappingStrings */
 76768                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFCSErrors\000",
 76769                   0,
 76770               };
 76771               
 76772               static MetaProperty
 76773               _CIM_EthernetPortStatistics_FCSErrors =
 76774               {
 76775                   /* flags */
 76776                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76777                   /* name */
 76778                   "FCSErrors",
 76779                   /* qualifiers */
 76780 mike  1.1.2.1     _CIM_EthernetPortStatistics_FCSErrors_qualifiers,
 76781                   /* type */
 76782                   CIMTYPE_UINT32,
 76783                   /* subscript */
 76784                   -1,
 76785                   /* value */
 76786                   0,
 76787               };
 76788               
 76789               static const char*
 76790               _CIM_EthernetPortStatistics_SingleCollisionFrames_qualifiers[] =
 76791               {
 76792                   /* Counter */
 76793                   "\012\001",
 76794                   /* MappingStrings */
 76795                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSingleCollisionFrames\000",
 76796                   0,
 76797               };
 76798               
 76799               static MetaProperty
 76800               _CIM_EthernetPortStatistics_SingleCollisionFrames =
 76801 mike  1.1.2.1 {
 76802                   /* flags */
 76803                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76804                   /* name */
 76805                   "SingleCollisionFrames",
 76806                   /* qualifiers */
 76807                   _CIM_EthernetPortStatistics_SingleCollisionFrames_qualifiers,
 76808                   /* type */
 76809                   CIMTYPE_UINT32,
 76810                   /* subscript */
 76811                   -1,
 76812                   /* value */
 76813                   0,
 76814               };
 76815               
 76816               static const char*
 76817               _CIM_EthernetPortStatistics_MultipleCollisionFrames_qualifiers[] =
 76818               {
 76819                   /* Counter */
 76820                   "\012\001",
 76821                   /* MappingStrings */
 76822 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsMultipleCollisionFrames\000",
 76823                   0,
 76824               };
 76825               
 76826               static MetaProperty
 76827               _CIM_EthernetPortStatistics_MultipleCollisionFrames =
 76828               {
 76829                   /* flags */
 76830                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76831                   /* name */
 76832                   "MultipleCollisionFrames",
 76833                   /* qualifiers */
 76834                   _CIM_EthernetPortStatistics_MultipleCollisionFrames_qualifiers,
 76835                   /* type */
 76836                   CIMTYPE_UINT32,
 76837                   /* subscript */
 76838                   -1,
 76839                   /* value */
 76840                   0,
 76841               };
 76842               
 76843 mike  1.1.2.1 static const char*
 76844               _CIM_EthernetPortStatistics_SQETestErrors_qualifiers[] =
 76845               {
 76846                   /* Counter */
 76847                   "\012\001",
 76848                   /* MappingStrings */
 76849                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSQETestErrors\000",
 76850                   0,
 76851               };
 76852               
 76853               static MetaProperty
 76854               _CIM_EthernetPortStatistics_SQETestErrors =
 76855               {
 76856                   /* flags */
 76857                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76858                   /* name */
 76859                   "SQETestErrors",
 76860                   /* qualifiers */
 76861                   _CIM_EthernetPortStatistics_SQETestErrors_qualifiers,
 76862                   /* type */
 76863                   CIMTYPE_UINT32,
 76864 mike  1.1.2.1     /* subscript */
 76865                   -1,
 76866                   /* value */
 76867                   0,
 76868               };
 76869               
 76870               static const char*
 76871               _CIM_EthernetPortStatistics_DeferredTransmissions_qualifiers[] =
 76872               {
 76873                   /* Counter */
 76874                   "\012\001",
 76875                   /* MappingStrings */
 76876                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsDeferredTransmissions\000",
 76877                   0,
 76878               };
 76879               
 76880               static MetaProperty
 76881               _CIM_EthernetPortStatistics_DeferredTransmissions =
 76882               {
 76883                   /* flags */
 76884                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76885 mike  1.1.2.1     /* name */
 76886                   "DeferredTransmissions",
 76887                   /* qualifiers */
 76888                   _CIM_EthernetPortStatistics_DeferredTransmissions_qualifiers,
 76889                   /* type */
 76890                   CIMTYPE_UINT32,
 76891                   /* subscript */
 76892                   -1,
 76893                   /* value */
 76894                   0,
 76895               };
 76896               
 76897               static const char*
 76898               _CIM_EthernetPortStatistics_LateCollisions_qualifiers[] =
 76899               {
 76900                   /* Counter */
 76901                   "\012\001",
 76902                   /* MappingStrings */
 76903                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsLateCollisions\000",
 76904                   0,
 76905               };
 76906 mike  1.1.2.1 
 76907               static MetaProperty
 76908               _CIM_EthernetPortStatistics_LateCollisions =
 76909               {
 76910                   /* flags */
 76911                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76912                   /* name */
 76913                   "LateCollisions",
 76914                   /* qualifiers */
 76915                   _CIM_EthernetPortStatistics_LateCollisions_qualifiers,
 76916                   /* type */
 76917                   CIMTYPE_UINT32,
 76918                   /* subscript */
 76919                   -1,
 76920                   /* value */
 76921                   0,
 76922               };
 76923               
 76924               static const char*
 76925               _CIM_EthernetPortStatistics_ExcessiveCollisions_qualifiers[] =
 76926               {
 76927 mike  1.1.2.1     /* Counter */
 76928                   "\012\001",
 76929                   /* MappingStrings */
 76930                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsExcessiveCollisions\000",
 76931                   0,
 76932               };
 76933               
 76934               static MetaProperty
 76935               _CIM_EthernetPortStatistics_ExcessiveCollisions =
 76936               {
 76937                   /* flags */
 76938                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76939                   /* name */
 76940                   "ExcessiveCollisions",
 76941                   /* qualifiers */
 76942                   _CIM_EthernetPortStatistics_ExcessiveCollisions_qualifiers,
 76943                   /* type */
 76944                   CIMTYPE_UINT32,
 76945                   /* subscript */
 76946                   -1,
 76947                   /* value */
 76948 mike  1.1.2.1     0,
 76949               };
 76950               
 76951               static const char*
 76952               _CIM_EthernetPortStatistics_InternalMACTransmitErrors_qualifiers[] =
 76953               {
 76954                   /* Counter */
 76955                   "\012\001",
 76956                   /* MappingStrings */
 76957                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacTransmitErrors\000",
 76958                   0,
 76959               };
 76960               
 76961               static MetaProperty
 76962               _CIM_EthernetPortStatistics_InternalMACTransmitErrors =
 76963               {
 76964                   /* flags */
 76965                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76966                   /* name */
 76967                   "InternalMACTransmitErrors",
 76968                   /* qualifiers */
 76969 mike  1.1.2.1     _CIM_EthernetPortStatistics_InternalMACTransmitErrors_qualifiers,
 76970                   /* type */
 76971                   CIMTYPE_UINT32,
 76972                   /* subscript */
 76973                   -1,
 76974                   /* value */
 76975                   0,
 76976               };
 76977               
 76978               static const char*
 76979               _CIM_EthernetPortStatistics_InternalMACReceiveErrors_qualifiers[] =
 76980               {
 76981                   /* Counter */
 76982                   "\012\001",
 76983                   /* MappingStrings */
 76984                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacReceiveErrors\000",
 76985                   0,
 76986               };
 76987               
 76988               static MetaProperty
 76989               _CIM_EthernetPortStatistics_InternalMACReceiveErrors =
 76990 mike  1.1.2.1 {
 76991                   /* flags */
 76992                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76993                   /* name */
 76994                   "InternalMACReceiveErrors",
 76995                   /* qualifiers */
 76996                   _CIM_EthernetPortStatistics_InternalMACReceiveErrors_qualifiers,
 76997                   /* type */
 76998                   CIMTYPE_UINT32,
 76999                   /* subscript */
 77000                   -1,
 77001                   /* value */
 77002                   0,
 77003               };
 77004               
 77005               static const char*
 77006               _CIM_EthernetPortStatistics_CarrierSenseErrors_qualifiers[] =
 77007               {
 77008                   /* Counter */
 77009                   "\012\001",
 77010                   /* MappingStrings */
 77011 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsCarrierSenseErrors\000",
 77012                   0,
 77013               };
 77014               
 77015               static MetaProperty
 77016               _CIM_EthernetPortStatistics_CarrierSenseErrors =
 77017               {
 77018                   /* flags */
 77019                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77020                   /* name */
 77021                   "CarrierSenseErrors",
 77022                   /* qualifiers */
 77023                   _CIM_EthernetPortStatistics_CarrierSenseErrors_qualifiers,
 77024                   /* type */
 77025                   CIMTYPE_UINT32,
 77026                   /* subscript */
 77027                   -1,
 77028                   /* value */
 77029                   0,
 77030               };
 77031               
 77032 mike  1.1.2.1 static const char*
 77033               _CIM_EthernetPortStatistics_FrameTooLongs_qualifiers[] =
 77034               {
 77035                   /* Counter */
 77036                   "\012\001",
 77037                   /* MappingStrings */
 77038                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFrameTooLongs\000",
 77039                   0,
 77040               };
 77041               
 77042               static MetaProperty
 77043               _CIM_EthernetPortStatistics_FrameTooLongs =
 77044               {
 77045                   /* flags */
 77046                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77047                   /* name */
 77048                   "FrameTooLongs",
 77049                   /* qualifiers */
 77050                   _CIM_EthernetPortStatistics_FrameTooLongs_qualifiers,
 77051                   /* type */
 77052                   CIMTYPE_UINT32,
 77053 mike  1.1.2.1     /* subscript */
 77054                   -1,
 77055                   /* value */
 77056                   0,
 77057               };
 77058               
 77059               static MetaFeature*
 77060               _CIM_EthernetPortStatistics_features[] =
 77061               {
 77062                   (MetaFeature*)&_CIM_EthernetPortStatistics_PacketsTransmitted,
 77063                   (MetaFeature*)&_CIM_EthernetPortStatistics_PacketsReceived,
 77064                   (MetaFeature*)&_CIM_EthernetPortStatistics_SymbolErrors,
 77065                   (MetaFeature*)&_CIM_EthernetPortStatistics_AlignmentErrors,
 77066                   (MetaFeature*)&_CIM_EthernetPortStatistics_FCSErrors,
 77067                   (MetaFeature*)&_CIM_EthernetPortStatistics_SingleCollisionFrames,
 77068                   (MetaFeature*)&_CIM_EthernetPortStatistics_MultipleCollisionFrames,
 77069                   (MetaFeature*)&_CIM_EthernetPortStatistics_SQETestErrors,
 77070                   (MetaFeature*)&_CIM_EthernetPortStatistics_DeferredTransmissions,
 77071                   (MetaFeature*)&_CIM_EthernetPortStatistics_LateCollisions,
 77072                   (MetaFeature*)&_CIM_EthernetPortStatistics_ExcessiveCollisions,
 77073                   (MetaFeature*)&_CIM_EthernetPortStatistics_InternalMACTransmitErrors,
 77074 mike  1.1.2.1     (MetaFeature*)&_CIM_EthernetPortStatistics_InternalMACReceiveErrors,
 77075                   (MetaFeature*)&_CIM_EthernetPortStatistics_CarrierSenseErrors,
 77076                   (MetaFeature*)&_CIM_EthernetPortStatistics_FrameTooLongs,
 77077                   0,
 77078               };
 77079               
 77080               static const char*
 77081               __root_cimv2_CIM_EthernetPortStatistics_qualifiers[] =
 77082               {
 77083                   /* UMLPackagePath */
 77084                   "\057CIM::Device::Ports",
 77085                   /* Version */
 77086                   "\0632.10.0",
 77087                   0,
 77088               };
 77089               
 77090               MetaClass
 77091               __root_cimv2_CIM_EthernetPortStatistics =
 77092               {
 77093                   /* flags */
 77094                   META_FLAG_CLASS,
 77095 mike  1.1.2.1     /* name */
 77096                   "CIM_EthernetPortStatistics",
 77097                   /* qualifiers */
 77098                   __root_cimv2_CIM_EthernetPortStatistics_qualifiers,
 77099                   /* super */
 77100                   &__root_cimv2_CIM_NetworkPortStatistics,
 77101                   /* features */
 77102                   _CIM_EthernetPortStatistics_features,
 77103               };
 77104               
 77105               //==============================================================================
 77106               //
 77107               // Class: CIM_ExtraCapacityGroup
 77108               //
 77109               //==============================================================================
 77110               
 77111               static const char*
 77112               _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers[] =
 77113               {
 77114                   /* Deprecated */
 77115                   "\013\000\001CIM_RedundancySet.MinNumberNeeded\000",
 77116 mike  1.1.2.1     0,
 77117               };
 77118               
 77119               static MetaProperty
 77120               _CIM_ExtraCapacityGroup_MinNumberNeeded =
 77121               {
 77122                   /* flags */
 77123                   META_FLAG_PROPERTY|META_FLAG_READ,
 77124                   /* name */
 77125                   "MinNumberNeeded",
 77126                   /* qualifiers */
 77127                   _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers,
 77128                   /* type */
 77129                   CIMTYPE_UINT32,
 77130                   /* subscript */
 77131                   -1,
 77132                   /* value */
 77133                   0,
 77134               };
 77135               
 77136               static const char*
 77137 mike  1.1.2.1 _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers[] =
 77138               {
 77139                   /* Deprecated */
 77140                   "\013\000\001CIM_RedundancySet.TypeOfSet\000",
 77141                   0,
 77142               };
 77143               
 77144               static MetaProperty
 77145               _CIM_ExtraCapacityGroup_LoadBalancedGroup =
 77146               {
 77147                   /* flags */
 77148                   META_FLAG_PROPERTY|META_FLAG_READ,
 77149                   /* name */
 77150                   "LoadBalancedGroup",
 77151                   /* qualifiers */
 77152                   _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers,
 77153                   /* type */
 77154                   CIMTYPE_BOOLEAN,
 77155                   /* subscript */
 77156                   -1,
 77157                   /* value */
 77158 mike  1.1.2.1     0,
 77159               };
 77160               
 77161               static MetaFeature*
 77162               _CIM_ExtraCapacityGroup_features[] =
 77163               {
 77164                   (MetaFeature*)&_CIM_ExtraCapacityGroup_MinNumberNeeded,
 77165                   (MetaFeature*)&_CIM_ExtraCapacityGroup_LoadBalancedGroup,
 77166                   0,
 77167               };
 77168               
 77169               static const char*
 77170               __root_cimv2_CIM_ExtraCapacityGroup_qualifiers[] =
 77171               {
 77172                   /* Deprecated */
 77173                   "\013\000\001CIM_RedundancySet\000",
 77174                   /* UMLPackagePath */
 77175                   "\057CIM::Core::Redundancy",
 77176                   /* Version */
 77177                   "\0632.13.0",
 77178                   0,
 77179 mike  1.1.2.1 };
 77180               
 77181               MetaClass
 77182               __root_cimv2_CIM_ExtraCapacityGroup =
 77183               {
 77184                   /* flags */
 77185                   META_FLAG_CLASS,
 77186                   /* name */
 77187                   "CIM_ExtraCapacityGroup",
 77188                   /* qualifiers */
 77189                   __root_cimv2_CIM_ExtraCapacityGroup_qualifiers,
 77190                   /* super */
 77191                   &__root_cimv2_CIM_RedundancyGroup,
 77192                   /* features */
 77193                   _CIM_ExtraCapacityGroup_features,
 77194               };
 77195               
 77196               //==============================================================================
 77197               //
 77198               // Class: CIM_FCPortStatistics
 77199               //
 77200 mike  1.1.2.1 //==============================================================================
 77201               
 77202               static const char*
 77203               _CIM_FCPortStatistics_LIPCount_qualifiers[] =
 77204               {
 77205                   /* Counter */
 77206                   "\012\001",
 77207                   0,
 77208               };
 77209               
 77210               static MetaProperty
 77211               _CIM_FCPortStatistics_LIPCount =
 77212               {
 77213                   /* flags */
 77214                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77215                   /* name */
 77216                   "LIPCount",
 77217                   /* qualifiers */
 77218                   _CIM_FCPortStatistics_LIPCount_qualifiers,
 77219                   /* type */
 77220                   CIMTYPE_UINT64,
 77221 mike  1.1.2.1     /* subscript */
 77222                   -1,
 77223                   /* value */
 77224                   0,
 77225               };
 77226               
 77227               static const char*
 77228               _CIM_FCPortStatistics_NOSCount_qualifiers[] =
 77229               {
 77230                   /* Counter */
 77231                   "\012\001",
 77232                   0,
 77233               };
 77234               
 77235               static MetaProperty
 77236               _CIM_FCPortStatistics_NOSCount =
 77237               {
 77238                   /* flags */
 77239                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77240                   /* name */
 77241                   "NOSCount",
 77242 mike  1.1.2.1     /* qualifiers */
 77243                   _CIM_FCPortStatistics_NOSCount_qualifiers,
 77244                   /* type */
 77245                   CIMTYPE_UINT64,
 77246                   /* subscript */
 77247                   -1,
 77248                   /* value */
 77249                   0,
 77250               };
 77251               
 77252               static const char*
 77253               _CIM_FCPortStatistics_ErrorFrames_qualifiers[] =
 77254               {
 77255                   /* Counter */
 77256                   "\012\001",
 77257                   0,
 77258               };
 77259               
 77260               static MetaProperty
 77261               _CIM_FCPortStatistics_ErrorFrames =
 77262               {
 77263 mike  1.1.2.1     /* flags */
 77264                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77265                   /* name */
 77266                   "ErrorFrames",
 77267                   /* qualifiers */
 77268                   _CIM_FCPortStatistics_ErrorFrames_qualifiers,
 77269                   /* type */
 77270                   CIMTYPE_UINT64,
 77271                   /* subscript */
 77272                   -1,
 77273                   /* value */
 77274                   0,
 77275               };
 77276               
 77277               static const char*
 77278               _CIM_FCPortStatistics_DumpedFrames_qualifiers[] =
 77279               {
 77280                   /* Counter */
 77281                   "\012\001",
 77282                   0,
 77283               };
 77284 mike  1.1.2.1 
 77285               static MetaProperty
 77286               _CIM_FCPortStatistics_DumpedFrames =
 77287               {
 77288                   /* flags */
 77289                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77290                   /* name */
 77291                   "DumpedFrames",
 77292                   /* qualifiers */
 77293                   _CIM_FCPortStatistics_DumpedFrames_qualifiers,
 77294                   /* type */
 77295                   CIMTYPE_UINT64,
 77296                   /* subscript */
 77297                   -1,
 77298                   /* value */
 77299                   0,
 77300               };
 77301               
 77302               static const char*
 77303               _CIM_FCPortStatistics_LinkFailures_qualifiers[] =
 77304               {
 77305 mike  1.1.2.1     /* Counter */
 77306                   "\012\001",
 77307                   0,
 77308               };
 77309               
 77310               static MetaProperty
 77311               _CIM_FCPortStatistics_LinkFailures =
 77312               {
 77313                   /* flags */
 77314                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77315                   /* name */
 77316                   "LinkFailures",
 77317                   /* qualifiers */
 77318                   _CIM_FCPortStatistics_LinkFailures_qualifiers,
 77319                   /* type */
 77320                   CIMTYPE_UINT64,
 77321                   /* subscript */
 77322                   -1,
 77323                   /* value */
 77324                   0,
 77325               };
 77326 mike  1.1.2.1 
 77327               static const char*
 77328               _CIM_FCPortStatistics_LossOfSignalCounter_qualifiers[] =
 77329               {
 77330                   /* Counter */
 77331                   "\012\001",
 77332                   0,
 77333               };
 77334               
 77335               static MetaProperty
 77336               _CIM_FCPortStatistics_LossOfSignalCounter =
 77337               {
 77338                   /* flags */
 77339                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77340                   /* name */
 77341                   "LossOfSignalCounter",
 77342                   /* qualifiers */
 77343                   _CIM_FCPortStatistics_LossOfSignalCounter_qualifiers,
 77344                   /* type */
 77345                   CIMTYPE_UINT64,
 77346                   /* subscript */
 77347 mike  1.1.2.1     -1,
 77348                   /* value */
 77349                   0,
 77350               };
 77351               
 77352               static const char*
 77353               _CIM_FCPortStatistics_LossOfSyncCounter_qualifiers[] =
 77354               {
 77355                   /* Counter */
 77356                   "\012\001",
 77357                   0,
 77358               };
 77359               
 77360               static MetaProperty
 77361               _CIM_FCPortStatistics_LossOfSyncCounter =
 77362               {
 77363                   /* flags */
 77364                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77365                   /* name */
 77366                   "LossOfSyncCounter",
 77367                   /* qualifiers */
 77368 mike  1.1.2.1     _CIM_FCPortStatistics_LossOfSyncCounter_qualifiers,
 77369                   /* type */
 77370                   CIMTYPE_UINT64,
 77371                   /* subscript */
 77372                   -1,
 77373                   /* value */
 77374                   0,
 77375               };
 77376               
 77377               static const char*
 77378               _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount_qualifiers[] =
 77379               {
 77380                   /* Counter */
 77381                   "\012\001",
 77382                   0,
 77383               };
 77384               
 77385               static MetaProperty
 77386               _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount =
 77387               {
 77388                   /* flags */
 77389 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77390                   /* name */
 77391                   "PrimitiveSeqProtocolErrCount",
 77392                   /* qualifiers */
 77393                   _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount_qualifiers,
 77394                   /* type */
 77395                   CIMTYPE_UINT64,
 77396                   /* subscript */
 77397                   -1,
 77398                   /* value */
 77399                   0,
 77400               };
 77401               
 77402               static const char*
 77403               _CIM_FCPortStatistics_CRCErrors_qualifiers[] =
 77404               {
 77405                   /* Counter */
 77406                   "\012\001",
 77407                   0,
 77408               };
 77409               
 77410 mike  1.1.2.1 static MetaProperty
 77411               _CIM_FCPortStatistics_CRCErrors =
 77412               {
 77413                   /* flags */
 77414                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77415                   /* name */
 77416                   "CRCErrors",
 77417                   /* qualifiers */
 77418                   _CIM_FCPortStatistics_CRCErrors_qualifiers,
 77419                   /* type */
 77420                   CIMTYPE_UINT64,
 77421                   /* subscript */
 77422                   -1,
 77423                   /* value */
 77424                   0,
 77425               };
 77426               
 77427               static const char*
 77428               _CIM_FCPortStatistics_InvalidTransmissionWords_qualifiers[] =
 77429               {
 77430                   /* Counter */
 77431 mike  1.1.2.1     "\012\001",
 77432                   0,
 77433               };
 77434               
 77435               static MetaProperty
 77436               _CIM_FCPortStatistics_InvalidTransmissionWords =
 77437               {
 77438                   /* flags */
 77439                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77440                   /* name */
 77441                   "InvalidTransmissionWords",
 77442                   /* qualifiers */
 77443                   _CIM_FCPortStatistics_InvalidTransmissionWords_qualifiers,
 77444                   /* type */
 77445                   CIMTYPE_UINT64,
 77446                   /* subscript */
 77447                   -1,
 77448                   /* value */
 77449                   0,
 77450               };
 77451               
 77452 mike  1.1.2.1 static const char*
 77453               _CIM_FCPortStatistics_FramesTooShort_qualifiers[] =
 77454               {
 77455                   /* Counter */
 77456                   "\012\001",
 77457                   0,
 77458               };
 77459               
 77460               static MetaProperty
 77461               _CIM_FCPortStatistics_FramesTooShort =
 77462               {
 77463                   /* flags */
 77464                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77465                   /* name */
 77466                   "FramesTooShort",
 77467                   /* qualifiers */
 77468                   _CIM_FCPortStatistics_FramesTooShort_qualifiers,
 77469                   /* type */
 77470                   CIMTYPE_UINT64,
 77471                   /* subscript */
 77472                   -1,
 77473 mike  1.1.2.1     /* value */
 77474                   0,
 77475               };
 77476               
 77477               static const char*
 77478               _CIM_FCPortStatistics_FramesTooLong_qualifiers[] =
 77479               {
 77480                   /* Counter */
 77481                   "\012\001",
 77482                   0,
 77483               };
 77484               
 77485               static MetaProperty
 77486               _CIM_FCPortStatistics_FramesTooLong =
 77487               {
 77488                   /* flags */
 77489                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77490                   /* name */
 77491                   "FramesTooLong",
 77492                   /* qualifiers */
 77493                   _CIM_FCPortStatistics_FramesTooLong_qualifiers,
 77494 mike  1.1.2.1     /* type */
 77495                   CIMTYPE_UINT64,
 77496                   /* subscript */
 77497                   -1,
 77498                   /* value */
 77499                   0,
 77500               };
 77501               
 77502               static const char*
 77503               _CIM_FCPortStatistics_AddressErrors_qualifiers[] =
 77504               {
 77505                   /* Counter */
 77506                   "\012\001",
 77507                   0,
 77508               };
 77509               
 77510               static MetaProperty
 77511               _CIM_FCPortStatistics_AddressErrors =
 77512               {
 77513                   /* flags */
 77514                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77515 mike  1.1.2.1     /* name */
 77516                   "AddressErrors",
 77517                   /* qualifiers */
 77518                   _CIM_FCPortStatistics_AddressErrors_qualifiers,
 77519                   /* type */
 77520                   CIMTYPE_UINT64,
 77521                   /* subscript */
 77522                   -1,
 77523                   /* value */
 77524                   0,
 77525               };
 77526               
 77527               static const char*
 77528               _CIM_FCPortStatistics_BufferCreditNotProvided_qualifiers[] =
 77529               {
 77530                   /* Counter */
 77531                   "\012\001",
 77532                   0,
 77533               };
 77534               
 77535               static MetaProperty
 77536 mike  1.1.2.1 _CIM_FCPortStatistics_BufferCreditNotProvided =
 77537               {
 77538                   /* flags */
 77539                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77540                   /* name */
 77541                   "BufferCreditNotProvided",
 77542                   /* qualifiers */
 77543                   _CIM_FCPortStatistics_BufferCreditNotProvided_qualifiers,
 77544                   /* type */
 77545                   CIMTYPE_UINT64,
 77546                   /* subscript */
 77547                   -1,
 77548                   /* value */
 77549                   0,
 77550               };
 77551               
 77552               static const char*
 77553               _CIM_FCPortStatistics_BufferCreditNotReceived_qualifiers[] =
 77554               {
 77555                   /* Counter */
 77556                   "\012\001",
 77557 mike  1.1.2.1     0,
 77558               };
 77559               
 77560               static MetaProperty
 77561               _CIM_FCPortStatistics_BufferCreditNotReceived =
 77562               {
 77563                   /* flags */
 77564                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77565                   /* name */
 77566                   "BufferCreditNotReceived",
 77567                   /* qualifiers */
 77568                   _CIM_FCPortStatistics_BufferCreditNotReceived_qualifiers,
 77569                   /* type */
 77570                   CIMTYPE_UINT64,
 77571                   /* subscript */
 77572                   -1,
 77573                   /* value */
 77574                   0,
 77575               };
 77576               
 77577               static const char*
 77578 mike  1.1.2.1 _CIM_FCPortStatistics_DelimiterErrors_qualifiers[] =
 77579               {
 77580                   /* Counter */
 77581                   "\012\001",
 77582                   0,
 77583               };
 77584               
 77585               static MetaProperty
 77586               _CIM_FCPortStatistics_DelimiterErrors =
 77587               {
 77588                   /* flags */
 77589                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77590                   /* name */
 77591                   "DelimiterErrors",
 77592                   /* qualifiers */
 77593                   _CIM_FCPortStatistics_DelimiterErrors_qualifiers,
 77594                   /* type */
 77595                   CIMTYPE_UINT64,
 77596                   /* subscript */
 77597                   -1,
 77598                   /* value */
 77599 mike  1.1.2.1     0,
 77600               };
 77601               
 77602               static const char*
 77603               _CIM_FCPortStatistics_EncodingDisparityErrors_qualifiers[] =
 77604               {
 77605                   /* Counter */
 77606                   "\012\001",
 77607                   0,
 77608               };
 77609               
 77610               static MetaProperty
 77611               _CIM_FCPortStatistics_EncodingDisparityErrors =
 77612               {
 77613                   /* flags */
 77614                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77615                   /* name */
 77616                   "EncodingDisparityErrors",
 77617                   /* qualifiers */
 77618                   _CIM_FCPortStatistics_EncodingDisparityErrors_qualifiers,
 77619                   /* type */
 77620 mike  1.1.2.1     CIMTYPE_UINT64,
 77621                   /* subscript */
 77622                   -1,
 77623                   /* value */
 77624                   0,
 77625               };
 77626               
 77627               static const char*
 77628               _CIM_FCPortStatistics_LinkResetsReceived_qualifiers[] =
 77629               {
 77630                   /* Counter */
 77631                   "\012\001",
 77632                   0,
 77633               };
 77634               
 77635               static MetaProperty
 77636               _CIM_FCPortStatistics_LinkResetsReceived =
 77637               {
 77638                   /* flags */
 77639                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77640                   /* name */
 77641 mike  1.1.2.1     "LinkResetsReceived",
 77642                   /* qualifiers */
 77643                   _CIM_FCPortStatistics_LinkResetsReceived_qualifiers,
 77644                   /* type */
 77645                   CIMTYPE_UINT64,
 77646                   /* subscript */
 77647                   -1,
 77648                   /* value */
 77649                   0,
 77650               };
 77651               
 77652               static const char*
 77653               _CIM_FCPortStatistics_LinkResetsTransmitted_qualifiers[] =
 77654               {
 77655                   /* Counter */
 77656                   "\012\001",
 77657                   0,
 77658               };
 77659               
 77660               static MetaProperty
 77661               _CIM_FCPortStatistics_LinkResetsTransmitted =
 77662 mike  1.1.2.1 {
 77663                   /* flags */
 77664                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77665                   /* name */
 77666                   "LinkResetsTransmitted",
 77667                   /* qualifiers */
 77668                   _CIM_FCPortStatistics_LinkResetsTransmitted_qualifiers,
 77669                   /* type */
 77670                   CIMTYPE_UINT64,
 77671                   /* subscript */
 77672                   -1,
 77673                   /* value */
 77674                   0,
 77675               };
 77676               
 77677               static const char*
 77678               _CIM_FCPortStatistics_MulticastFramesReceived_qualifiers[] =
 77679               {
 77680                   /* Counter */
 77681                   "\012\001",
 77682                   0,
 77683 mike  1.1.2.1 };
 77684               
 77685               static MetaProperty
 77686               _CIM_FCPortStatistics_MulticastFramesReceived =
 77687               {
 77688                   /* flags */
 77689                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77690                   /* name */
 77691                   "MulticastFramesReceived",
 77692                   /* qualifiers */
 77693                   _CIM_FCPortStatistics_MulticastFramesReceived_qualifiers,
 77694                   /* type */
 77695                   CIMTYPE_UINT64,
 77696                   /* subscript */
 77697                   -1,
 77698                   /* value */
 77699                   0,
 77700               };
 77701               
 77702               static const char*
 77703               _CIM_FCPortStatistics_MulticastFramesTransmitted_qualifiers[] =
 77704 mike  1.1.2.1 {
 77705                   /* Counter */
 77706                   "\012\001",
 77707                   0,
 77708               };
 77709               
 77710               static MetaProperty
 77711               _CIM_FCPortStatistics_MulticastFramesTransmitted =
 77712               {
 77713                   /* flags */
 77714                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77715                   /* name */
 77716                   "MulticastFramesTransmitted",
 77717                   /* qualifiers */
 77718                   _CIM_FCPortStatistics_MulticastFramesTransmitted_qualifiers,
 77719                   /* type */
 77720                   CIMTYPE_UINT64,
 77721                   /* subscript */
 77722                   -1,
 77723                   /* value */
 77724                   0,
 77725 mike  1.1.2.1 };
 77726               
 77727               static const char*
 77728               _CIM_FCPortStatistics_FBSYFrames_qualifiers[] =
 77729               {
 77730                   /* Counter */
 77731                   "\012\001",
 77732                   /* MappingStrings */
 77733                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_FBSY\000",
 77734                   0,
 77735               };
 77736               
 77737               static MetaProperty
 77738               _CIM_FCPortStatistics_FBSYFrames =
 77739               {
 77740                   /* flags */
 77741                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77742                   /* name */
 77743                   "FBSYFrames",
 77744                   /* qualifiers */
 77745                   _CIM_FCPortStatistics_FBSYFrames_qualifiers,
 77746 mike  1.1.2.1     /* type */
 77747                   CIMTYPE_UINT64,
 77748                   /* subscript */
 77749                   -1,
 77750                   /* value */
 77751                   0,
 77752               };
 77753               
 77754               static const char*
 77755               _CIM_FCPortStatistics_PBSYFrames_qualifiers[] =
 77756               {
 77757                   /* Counter */
 77758                   "\012\001",
 77759                   /* MappingStrings */
 77760                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_PBSY\000",
 77761                   0,
 77762               };
 77763               
 77764               static MetaProperty
 77765               _CIM_FCPortStatistics_PBSYFrames =
 77766               {
 77767 mike  1.1.2.1     /* flags */
 77768                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77769                   /* name */
 77770                   "PBSYFrames",
 77771                   /* qualifiers */
 77772                   _CIM_FCPortStatistics_PBSYFrames_qualifiers,
 77773                   /* type */
 77774                   CIMTYPE_UINT64,
 77775                   /* subscript */
 77776                   -1,
 77777                   /* value */
 77778                   0,
 77779               };
 77780               
 77781               static const char*
 77782               _CIM_FCPortStatistics_FRJTFrames_qualifiers[] =
 77783               {
 77784                   /* Counter */
 77785                   "\012\001",
 77786                   /* MappingStrings */
 77787                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_FRJT\000",
 77788 mike  1.1.2.1     0,
 77789               };
 77790               
 77791               static MetaProperty
 77792               _CIM_FCPortStatistics_FRJTFrames =
 77793               {
 77794                   /* flags */
 77795                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77796                   /* name */
 77797                   "FRJTFrames",
 77798                   /* qualifiers */
 77799                   _CIM_FCPortStatistics_FRJTFrames_qualifiers,
 77800                   /* type */
 77801                   CIMTYPE_UINT64,
 77802                   /* subscript */
 77803                   -1,
 77804                   /* value */
 77805                   0,
 77806               };
 77807               
 77808               static const char*
 77809 mike  1.1.2.1 _CIM_FCPortStatistics_PRJTFrames_qualifiers[] =
 77810               {
 77811                   /* Counter */
 77812                   "\012\001",
 77813                   /* MappingStrings */
 77814                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_PRJT\000",
 77815                   0,
 77816               };
 77817               
 77818               static MetaProperty
 77819               _CIM_FCPortStatistics_PRJTFrames =
 77820               {
 77821                   /* flags */
 77822                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77823                   /* name */
 77824                   "PRJTFrames",
 77825                   /* qualifiers */
 77826                   _CIM_FCPortStatistics_PRJTFrames_qualifiers,
 77827                   /* type */
 77828                   CIMTYPE_UINT64,
 77829                   /* subscript */
 77830 mike  1.1.2.1     -1,
 77831                   /* value */
 77832                   0,
 77833               };
 77834               
 77835               static const char*
 77836               _CIM_FCPortStatistics_RXClass1Frames_qualifiers[] =
 77837               {
 77838                   /* Counter */
 77839                   "\012\001",
 77840                   /* MappingStrings */
 77841                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1RF\000",
 77842                   0,
 77843               };
 77844               
 77845               static MetaProperty
 77846               _CIM_FCPortStatistics_RXClass1Frames =
 77847               {
 77848                   /* flags */
 77849                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77850                   /* name */
 77851 mike  1.1.2.1     "RXClass1Frames",
 77852                   /* qualifiers */
 77853                   _CIM_FCPortStatistics_RXClass1Frames_qualifiers,
 77854                   /* type */
 77855                   CIMTYPE_UINT64,
 77856                   /* subscript */
 77857                   -1,
 77858                   /* value */
 77859                   0,
 77860               };
 77861               
 77862               static const char*
 77863               _CIM_FCPortStatistics_TXClass1Frames_qualifiers[] =
 77864               {
 77865                   /* Counter */
 77866                   "\012\001",
 77867                   /* MappingStrings */
 77868                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1TF\000",
 77869                   0,
 77870               };
 77871               
 77872 mike  1.1.2.1 static MetaProperty
 77873               _CIM_FCPortStatistics_TXClass1Frames =
 77874               {
 77875                   /* flags */
 77876                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77877                   /* name */
 77878                   "TXClass1Frames",
 77879                   /* qualifiers */
 77880                   _CIM_FCPortStatistics_TXClass1Frames_qualifiers,
 77881                   /* type */
 77882                   CIMTYPE_UINT64,
 77883                   /* subscript */
 77884                   -1,
 77885                   /* value */
 77886                   0,
 77887               };
 77888               
 77889               static const char*
 77890               _CIM_FCPortStatistics_Class1FBSY_qualifiers[] =
 77891               {
 77892                   /* Counter */
 77893 mike  1.1.2.1     "\012\001",
 77894                   /* MappingStrings */
 77895                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1FB\000",
 77896                   0,
 77897               };
 77898               
 77899               static MetaProperty
 77900               _CIM_FCPortStatistics_Class1FBSY =
 77901               {
 77902                   /* flags */
 77903                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77904                   /* name */
 77905                   "Class1FBSY",
 77906                   /* qualifiers */
 77907                   _CIM_FCPortStatistics_Class1FBSY_qualifiers,
 77908                   /* type */
 77909                   CIMTYPE_UINT64,
 77910                   /* subscript */
 77911                   -1,
 77912                   /* value */
 77913                   0,
 77914 mike  1.1.2.1 };
 77915               
 77916               static const char*
 77917               _CIM_FCPortStatistics_Class1PBSY_qualifiers[] =
 77918               {
 77919                   /* Counter */
 77920                   "\012\001",
 77921                   /* MappingStrings */
 77922                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1PB\000",
 77923                   0,
 77924               };
 77925               
 77926               static MetaProperty
 77927               _CIM_FCPortStatistics_Class1PBSY =
 77928               {
 77929                   /* flags */
 77930                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77931                   /* name */
 77932                   "Class1PBSY",
 77933                   /* qualifiers */
 77934                   _CIM_FCPortStatistics_Class1PBSY_qualifiers,
 77935 mike  1.1.2.1     /* type */
 77936                   CIMTYPE_UINT64,
 77937                   /* subscript */
 77938                   -1,
 77939                   /* value */
 77940                   0,
 77941               };
 77942               
 77943               static const char*
 77944               _CIM_FCPortStatistics_Class1FRJT_qualifiers[] =
 77945               {
 77946                   /* Counter */
 77947                   "\012\001",
 77948                   /* MappingStrings */
 77949                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1FR\000",
 77950                   0,
 77951               };
 77952               
 77953               static MetaProperty
 77954               _CIM_FCPortStatistics_Class1FRJT =
 77955               {
 77956 mike  1.1.2.1     /* flags */
 77957                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77958                   /* name */
 77959                   "Class1FRJT",
 77960                   /* qualifiers */
 77961                   _CIM_FCPortStatistics_Class1FRJT_qualifiers,
 77962                   /* type */
 77963                   CIMTYPE_UINT64,
 77964                   /* subscript */
 77965                   -1,
 77966                   /* value */
 77967                   0,
 77968               };
 77969               
 77970               static const char*
 77971               _CIM_FCPortStatistics_Class1PRJT_qualifiers[] =
 77972               {
 77973                   /* Counter */
 77974                   "\012\001",
 77975                   /* MappingStrings */
 77976                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1PR\000",
 77977 mike  1.1.2.1     0,
 77978               };
 77979               
 77980               static MetaProperty
 77981               _CIM_FCPortStatistics_Class1PRJT =
 77982               {
 77983                   /* flags */
 77984                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77985                   /* name */
 77986                   "Class1PRJT",
 77987                   /* qualifiers */
 77988                   _CIM_FCPortStatistics_Class1PRJT_qualifiers,
 77989                   /* type */
 77990                   CIMTYPE_UINT64,
 77991                   /* subscript */
 77992                   -1,
 77993                   /* value */
 77994                   0,
 77995               };
 77996               
 77997               static const char*
 77998 mike  1.1.2.1 _CIM_FCPortStatistics_RXClass2Frames_qualifiers[] =
 77999               {
 78000                   /* Counter */
 78001                   "\012\001",
 78002                   /* MappingStrings */
 78003                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2RF\000",
 78004                   0,
 78005               };
 78006               
 78007               static MetaProperty
 78008               _CIM_FCPortStatistics_RXClass2Frames =
 78009               {
 78010                   /* flags */
 78011                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78012                   /* name */
 78013                   "RXClass2Frames",
 78014                   /* qualifiers */
 78015                   _CIM_FCPortStatistics_RXClass2Frames_qualifiers,
 78016                   /* type */
 78017                   CIMTYPE_UINT64,
 78018                   /* subscript */
 78019 mike  1.1.2.1     -1,
 78020                   /* value */
 78021                   0,
 78022               };
 78023               
 78024               static const char*
 78025               _CIM_FCPortStatistics_TXClass2Frames_qualifiers[] =
 78026               {
 78027                   /* Counter */
 78028                   "\012\001",
 78029                   /* MappingStrings */
 78030                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2LF\000",
 78031                   0,
 78032               };
 78033               
 78034               static MetaProperty
 78035               _CIM_FCPortStatistics_TXClass2Frames =
 78036               {
 78037                   /* flags */
 78038                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78039                   /* name */
 78040 mike  1.1.2.1     "TXClass2Frames",
 78041                   /* qualifiers */
 78042                   _CIM_FCPortStatistics_TXClass2Frames_qualifiers,
 78043                   /* type */
 78044                   CIMTYPE_UINT64,
 78045                   /* subscript */
 78046                   -1,
 78047                   /* value */
 78048                   0,
 78049               };
 78050               
 78051               static const char*
 78052               _CIM_FCPortStatistics_Class2FBSY_qualifiers[] =
 78053               {
 78054                   /* Counter */
 78055                   "\012\001",
 78056                   /* MappingStrings */
 78057                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2FB\000",
 78058                   0,
 78059               };
 78060               
 78061 mike  1.1.2.1 static MetaProperty
 78062               _CIM_FCPortStatistics_Class2FBSY =
 78063               {
 78064                   /* flags */
 78065                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78066                   /* name */
 78067                   "Class2FBSY",
 78068                   /* qualifiers */
 78069                   _CIM_FCPortStatistics_Class2FBSY_qualifiers,
 78070                   /* type */
 78071                   CIMTYPE_UINT64,
 78072                   /* subscript */
 78073                   -1,
 78074                   /* value */
 78075                   0,
 78076               };
 78077               
 78078               static const char*
 78079               _CIM_FCPortStatistics_Class2PBSY_qualifiers[] =
 78080               {
 78081                   /* Counter */
 78082 mike  1.1.2.1     "\012\001",
 78083                   /* MappingStrings */
 78084                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2PB\000",
 78085                   0,
 78086               };
 78087               
 78088               static MetaProperty
 78089               _CIM_FCPortStatistics_Class2PBSY =
 78090               {
 78091                   /* flags */
 78092                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78093                   /* name */
 78094                   "Class2PBSY",
 78095                   /* qualifiers */
 78096                   _CIM_FCPortStatistics_Class2PBSY_qualifiers,
 78097                   /* type */
 78098                   CIMTYPE_UINT64,
 78099                   /* subscript */
 78100                   -1,
 78101                   /* value */
 78102                   0,
 78103 mike  1.1.2.1 };
 78104               
 78105               static const char*
 78106               _CIM_FCPortStatistics_Class2FRJT_qualifiers[] =
 78107               {
 78108                   /* Counter */
 78109                   "\012\001",
 78110                   /* MappingStrings */
 78111                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2FR\000",
 78112                   0,
 78113               };
 78114               
 78115               static MetaProperty
 78116               _CIM_FCPortStatistics_Class2FRJT =
 78117               {
 78118                   /* flags */
 78119                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78120                   /* name */
 78121                   "Class2FRJT",
 78122                   /* qualifiers */
 78123                   _CIM_FCPortStatistics_Class2FRJT_qualifiers,
 78124 mike  1.1.2.1     /* type */
 78125                   CIMTYPE_UINT64,
 78126                   /* subscript */
 78127                   -1,
 78128                   /* value */
 78129                   0,
 78130               };
 78131               
 78132               static const char*
 78133               _CIM_FCPortStatistics_Class2PRJT_qualifiers[] =
 78134               {
 78135                   /* Counter */
 78136                   "\012\001",
 78137                   /* MappingStrings */
 78138                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2PR\000",
 78139                   0,
 78140               };
 78141               
 78142               static MetaProperty
 78143               _CIM_FCPortStatistics_Class2PRJT =
 78144               {
 78145 mike  1.1.2.1     /* flags */
 78146                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78147                   /* name */
 78148                   "Class2PRJT",
 78149                   /* qualifiers */
 78150                   _CIM_FCPortStatistics_Class2PRJT_qualifiers,
 78151                   /* type */
 78152                   CIMTYPE_UINT64,
 78153                   /* subscript */
 78154                   -1,
 78155                   /* value */
 78156                   0,
 78157               };
 78158               
 78159               static const char*
 78160               _CIM_FCPortStatistics_RXClass3Frames_qualifiers[] =
 78161               {
 78162                   /* Counter */
 78163                   "\012\001",
 78164                   /* MappingStrings */
 78165                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3RF\000",
 78166 mike  1.1.2.1     0,
 78167               };
 78168               
 78169               static MetaProperty
 78170               _CIM_FCPortStatistics_RXClass3Frames =
 78171               {
 78172                   /* flags */
 78173                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78174                   /* name */
 78175                   "RXClass3Frames",
 78176                   /* qualifiers */
 78177                   _CIM_FCPortStatistics_RXClass3Frames_qualifiers,
 78178                   /* type */
 78179                   CIMTYPE_UINT64,
 78180                   /* subscript */
 78181                   -1,
 78182                   /* value */
 78183                   0,
 78184               };
 78185               
 78186               static const char*
 78187 mike  1.1.2.1 _CIM_FCPortStatistics_TXClass3Frames_qualifiers[] =
 78188               {
 78189                   /* Counter */
 78190                   "\012\001",
 78191                   /* MappingStrings */
 78192                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3TF\000",
 78193                   0,
 78194               };
 78195               
 78196               static MetaProperty
 78197               _CIM_FCPortStatistics_TXClass3Frames =
 78198               {
 78199                   /* flags */
 78200                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78201                   /* name */
 78202                   "TXClass3Frames",
 78203                   /* qualifiers */
 78204                   _CIM_FCPortStatistics_TXClass3Frames_qualifiers,
 78205                   /* type */
 78206                   CIMTYPE_UINT64,
 78207                   /* subscript */
 78208 mike  1.1.2.1     -1,
 78209                   /* value */
 78210                   0,
 78211               };
 78212               
 78213               static const char*
 78214               _CIM_FCPortStatistics_Class3FramesDiscarded_qualifiers[] =
 78215               {
 78216                   /* Counter */
 78217                   "\012\001",
 78218                   /* MappingStrings */
 78219                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3DC\000",
 78220                   0,
 78221               };
 78222               
 78223               static MetaProperty
 78224               _CIM_FCPortStatistics_Class3FramesDiscarded =
 78225               {
 78226                   /* flags */
 78227                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78228                   /* name */
 78229 mike  1.1.2.1     "Class3FramesDiscarded",
 78230                   /* qualifiers */
 78231                   _CIM_FCPortStatistics_Class3FramesDiscarded_qualifiers,
 78232                   /* type */
 78233                   CIMTYPE_UINT64,
 78234                   /* subscript */
 78235                   -1,
 78236                   /* value */
 78237                   0,
 78238               };
 78239               
 78240               static const char*
 78241               _CIM_FCPortStatistics_RXBroadcastFrames_qualifiers[] =
 78242               {
 78243                   /* Counter */
 78244                   "\012\001",
 78245                   /* MappingStrings */
 78246                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_RBCO\000",
 78247                   0,
 78248               };
 78249               
 78250 mike  1.1.2.1 static MetaProperty
 78251               _CIM_FCPortStatistics_RXBroadcastFrames =
 78252               {
 78253                   /* flags */
 78254                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78255                   /* name */
 78256                   "RXBroadcastFrames",
 78257                   /* qualifiers */
 78258                   _CIM_FCPortStatistics_RXBroadcastFrames_qualifiers,
 78259                   /* type */
 78260                   CIMTYPE_UINT64,
 78261                   /* subscript */
 78262                   -1,
 78263                   /* value */
 78264                   0,
 78265               };
 78266               
 78267               static const char*
 78268               _CIM_FCPortStatistics_TXBroadcastFrames_qualifiers[] =
 78269               {
 78270                   /* Counter */
 78271 mike  1.1.2.1     "\012\001",
 78272                   /* MappingStrings */
 78273                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_TBCO\000",
 78274                   0,
 78275               };
 78276               
 78277               static MetaProperty
 78278               _CIM_FCPortStatistics_TXBroadcastFrames =
 78279               {
 78280                   /* flags */
 78281                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78282                   /* name */
 78283                   "TXBroadcastFrames",
 78284                   /* qualifiers */
 78285                   _CIM_FCPortStatistics_TXBroadcastFrames_qualifiers,
 78286                   /* type */
 78287                   CIMTYPE_UINT64,
 78288                   /* subscript */
 78289                   -1,
 78290                   /* value */
 78291                   0,
 78292 mike  1.1.2.1 };
 78293               
 78294               static MetaFeature*
 78295               _CIM_FCPortStatistics_features[] =
 78296               {
 78297                   (MetaFeature*)&_CIM_FCPortStatistics_LIPCount,
 78298                   (MetaFeature*)&_CIM_FCPortStatistics_NOSCount,
 78299                   (MetaFeature*)&_CIM_FCPortStatistics_ErrorFrames,
 78300                   (MetaFeature*)&_CIM_FCPortStatistics_DumpedFrames,
 78301                   (MetaFeature*)&_CIM_FCPortStatistics_LinkFailures,
 78302                   (MetaFeature*)&_CIM_FCPortStatistics_LossOfSignalCounter,
 78303                   (MetaFeature*)&_CIM_FCPortStatistics_LossOfSyncCounter,
 78304                   (MetaFeature*)&_CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount,
 78305                   (MetaFeature*)&_CIM_FCPortStatistics_CRCErrors,
 78306                   (MetaFeature*)&_CIM_FCPortStatistics_InvalidTransmissionWords,
 78307                   (MetaFeature*)&_CIM_FCPortStatistics_FramesTooShort,
 78308                   (MetaFeature*)&_CIM_FCPortStatistics_FramesTooLong,
 78309                   (MetaFeature*)&_CIM_FCPortStatistics_AddressErrors,
 78310                   (MetaFeature*)&_CIM_FCPortStatistics_BufferCreditNotProvided,
 78311                   (MetaFeature*)&_CIM_FCPortStatistics_BufferCreditNotReceived,
 78312                   (MetaFeature*)&_CIM_FCPortStatistics_DelimiterErrors,
 78313 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPortStatistics_EncodingDisparityErrors,
 78314                   (MetaFeature*)&_CIM_FCPortStatistics_LinkResetsReceived,
 78315                   (MetaFeature*)&_CIM_FCPortStatistics_LinkResetsTransmitted,
 78316                   (MetaFeature*)&_CIM_FCPortStatistics_MulticastFramesReceived,
 78317                   (MetaFeature*)&_CIM_FCPortStatistics_MulticastFramesTransmitted,
 78318                   (MetaFeature*)&_CIM_FCPortStatistics_FBSYFrames,
 78319                   (MetaFeature*)&_CIM_FCPortStatistics_PBSYFrames,
 78320                   (MetaFeature*)&_CIM_FCPortStatistics_FRJTFrames,
 78321                   (MetaFeature*)&_CIM_FCPortStatistics_PRJTFrames,
 78322                   (MetaFeature*)&_CIM_FCPortStatistics_RXClass1Frames,
 78323                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass1Frames,
 78324                   (MetaFeature*)&_CIM_FCPortStatistics_Class1FBSY,
 78325                   (MetaFeature*)&_CIM_FCPortStatistics_Class1PBSY,
 78326                   (MetaFeature*)&_CIM_FCPortStatistics_Class1FRJT,
 78327                   (MetaFeature*)&_CIM_FCPortStatistics_Class1PRJT,
 78328                   (MetaFeature*)&_CIM_FCPortStatistics_RXClass2Frames,
 78329                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass2Frames,
 78330                   (MetaFeature*)&_CIM_FCPortStatistics_Class2FBSY,
 78331                   (MetaFeature*)&_CIM_FCPortStatistics_Class2PBSY,
 78332                   (MetaFeature*)&_CIM_FCPortStatistics_Class2FRJT,
 78333                   (MetaFeature*)&_CIM_FCPortStatistics_Class2PRJT,
 78334 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPortStatistics_RXClass3Frames,
 78335                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass3Frames,
 78336                   (MetaFeature*)&_CIM_FCPortStatistics_Class3FramesDiscarded,
 78337                   (MetaFeature*)&_CIM_FCPortStatistics_RXBroadcastFrames,
 78338                   (MetaFeature*)&_CIM_FCPortStatistics_TXBroadcastFrames,
 78339                   0,
 78340               };
 78341               
 78342               static const char*
 78343               __root_cimv2_CIM_FCPortStatistics_qualifiers[] =
 78344               {
 78345                   /* UMLPackagePath */
 78346                   "\057CIM::Device::FC",
 78347                   /* Version */
 78348                   "\0632.10.0",
 78349                   0,
 78350               };
 78351               
 78352               MetaClass
 78353               __root_cimv2_CIM_FCPortStatistics =
 78354               {
 78355 mike  1.1.2.1     /* flags */
 78356                   META_FLAG_CLASS,
 78357                   /* name */
 78358                   "CIM_FCPortStatistics",
 78359                   /* qualifiers */
 78360                   __root_cimv2_CIM_FCPortStatistics_qualifiers,
 78361                   /* super */
 78362                   &__root_cimv2_CIM_NetworkPortStatistics,
 78363                   /* features */
 78364                   _CIM_FCPortStatistics_features,
 78365               };
 78366               
 78367               //==============================================================================
 78368               //
 78369               // Class: CIM_FIFOPipeFile
 78370               //
 78371               //==============================================================================
 78372               
 78373               static MetaFeature*
 78374               _CIM_FIFOPipeFile_features[] =
 78375               {
 78376 mike  1.1.2.1     0,
 78377               };
 78378               
 78379               static const char*
 78380               __root_cimv2_CIM_FIFOPipeFile_qualifiers[] =
 78381               {
 78382                   /* UMLPackagePath */
 78383                   "\057CIM::System::FileElements",
 78384                   /* Version */
 78385                   "\0632.6.0",
 78386                   0,
 78387               };
 78388               
 78389               MetaClass
 78390               __root_cimv2_CIM_FIFOPipeFile =
 78391               {
 78392                   /* flags */
 78393                   META_FLAG_CLASS,
 78394                   /* name */
 78395                   "CIM_FIFOPipeFile",
 78396                   /* qualifiers */
 78397 mike  1.1.2.1     __root_cimv2_CIM_FIFOPipeFile_qualifiers,
 78398                   /* super */
 78399                   &__root_cimv2_CIM_LogicalFile,
 78400                   /* features */
 78401                   _CIM_FIFOPipeFile_features,
 78402               };
 78403               
 78404               //==============================================================================
 78405               //
 78406               // Class: CIM_FileIdentity
 78407               //
 78408               //==============================================================================
 78409               
 78410               static const char*
 78411               _CIM_FileIdentity_SystemElement_qualifiers[] =
 78412               {
 78413                   /* Override */
 78414                   "\044SystemElement",
 78415                   /* Min */
 78416                   "\033\000\000\000\001",
 78417                   /* Max */
 78418 mike  1.1.2.1     "\027\000\000\000\001",
 78419                   0,
 78420               };
 78421               
 78422               static MetaReference
 78423               _CIM_FileIdentity_SystemElement =
 78424               {
 78425                   /* flags */
 78426                   META_FLAG_REFERENCE|META_FLAG_READ,
 78427                   /* name */
 78428                   "SystemElement",
 78429                   /* qualifiers */
 78430                   _CIM_FileIdentity_SystemElement_qualifiers,
 78431                   /* subscript */
 78432                   -1,
 78433                   /* refId */
 78434                   &__root_cimv2_CIM_LogicalFile,
 78435               };
 78436               
 78437               static const char*
 78438               _CIM_FileIdentity_SameElement_qualifiers[] =
 78439 mike  1.1.2.1 {
 78440                   /* Override */
 78441                   "\044SameElement",
 78442                   /* Weak */
 78443                   "\064\001",
 78444                   /* Max */
 78445                   "\027\000\000\000\001",
 78446                   0,
 78447               };
 78448               
 78449               static MetaReference
 78450               _CIM_FileIdentity_SameElement =
 78451               {
 78452                   /* flags */
 78453                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 78454                   /* name */
 78455                   "SameElement",
 78456                   /* qualifiers */
 78457                   _CIM_FileIdentity_SameElement_qualifiers,
 78458                   /* subscript */
 78459                   -1,
 78460 mike  1.1.2.1     /* refId */
 78461                   &__root_cimv2_CIM_UnixFile,
 78462               };
 78463               
 78464               static MetaFeature*
 78465               _CIM_FileIdentity_features[] =
 78466               {
 78467                   (MetaFeature*)&_CIM_FileIdentity_SystemElement,
 78468                   (MetaFeature*)&_CIM_FileIdentity_SameElement,
 78469                   0,
 78470               };
 78471               
 78472               static const char*
 78473               __root_cimv2_CIM_FileIdentity_qualifiers[] =
 78474               {
 78475                   /* ASSOCIATION */
 78476                   "\000\001",
 78477                   /* UMLPackagePath */
 78478                   "\057CIM::System::Unix",
 78479                   /* Version */
 78480                   "\0632.6.0",
 78481 mike  1.1.2.1     0,
 78482               };
 78483               
 78484               MetaClass
 78485               __root_cimv2_CIM_FileIdentity =
 78486               {
 78487                   /* flags */
 78488                   META_FLAG_ASSOCIATION,
 78489                   /* name */
 78490                   "CIM_FileIdentity",
 78491                   /* qualifiers */
 78492                   __root_cimv2_CIM_FileIdentity_qualifiers,
 78493                   /* super */
 78494                   &__root_cimv2_CIM_LogicalIdentity,
 78495                   /* features */
 78496                   _CIM_FileIdentity_features,
 78497               };
 78498               
 78499               //==============================================================================
 78500               //
 78501               // Class: CIM_FileSystemSettingData
 78502 mike  1.1.2.1 //
 78503               //==============================================================================
 78504               
 78505               static const char*
 78506               _CIM_FileSystemSettingData_PersistenceType_qualifiers[] =
 78507               {
 78508                   /* Write */
 78509                   "\065\001",
 78510                   /* ValueMap */
 78511                   "\061\000\0041\0002\0003\0004\000",
 78512                   /* Values */
 78513                   "\062\000\004Other\000Persistent\000Temporary\000External\000",
 78514                   /* ModelCorrespondence */
 78515                   "\036\000\002CIM_FileSystemSettingData.OtherPersistenceType\000CIM_FileSystem.PersistenceType\000",
 78516                   0,
 78517               };
 78518               
 78519               static MetaProperty
 78520               _CIM_FileSystemSettingData_PersistenceType =
 78521               {
 78522                   /* flags */
 78523 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 78524                   /* name */
 78525                   "PersistenceType",
 78526                   /* qualifiers */
 78527                   _CIM_FileSystemSettingData_PersistenceType_qualifiers,
 78528                   /* type */
 78529                   CIMTYPE_UINT16,
 78530                   /* subscript */
 78531                   -1,
 78532                   /* value */
 78533                   0,
 78534               };
 78535               
 78536               static const char*
 78537               _CIM_FileSystemSettingData_OtherPersistenceType_qualifiers[] =
 78538               {
 78539                   /* Write */
 78540                   "\065\001",
 78541                   /* ModelCorrespondence */
 78542                   "\036\000\002CIM_FileSystemSettingData.PersistenceType\000CIM_FileSystem.OtherPersistenceType\000",
 78543                   0,
 78544 mike  1.1.2.1 };
 78545               
 78546               static MetaProperty
 78547               _CIM_FileSystemSettingData_OtherPersistenceType =
 78548               {
 78549                   /* flags */
 78550                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 78551                   /* name */
 78552                   "OtherPersistenceType",
 78553                   /* qualifiers */
 78554                   _CIM_FileSystemSettingData_OtherPersistenceType_qualifiers,
 78555                   /* type */
 78556                   CIMTYPE_STRING,
 78557                   /* subscript */
 78558                   -1,
 78559                   /* value */
 78560                   0,
 78561               };
 78562               
 78563               static MetaFeature*
 78564               _CIM_FileSystemSettingData_features[] =
 78565 mike  1.1.2.1 {
 78566                   (MetaFeature*)&_CIM_FileSystemSettingData_PersistenceType,
 78567                   (MetaFeature*)&_CIM_FileSystemSettingData_OtherPersistenceType,
 78568                   0,
 78569               };
 78570               
 78571               static const char*
 78572               __root_cimv2_CIM_FileSystemSettingData_qualifiers[] =
 78573               {
 78574                   /* UMLPackagePath */
 78575                   "\057CIM::System::FileElements",
 78576                   /* Version */
 78577                   "\0632.8.0",
 78578                   0,
 78579               };
 78580               
 78581               MetaClass
 78582               __root_cimv2_CIM_FileSystemSettingData =
 78583               {
 78584                   /* flags */
 78585                   META_FLAG_CLASS,
 78586 mike  1.1.2.1     /* name */
 78587                   "CIM_FileSystemSettingData",
 78588                   /* qualifiers */
 78589                   __root_cimv2_CIM_FileSystemSettingData_qualifiers,
 78590                   /* super */
 78591                   &__root_cimv2_CIM_ScopedSettingData,
 78592                   /* features */
 78593                   _CIM_FileSystemSettingData_features,
 78594               };
 78595               
 78596               //==============================================================================
 78597               //
 78598               // Class: CIM_FilteredBGPAttributes
 78599               //
 78600               //==============================================================================
 78601               
 78602               static const char*
 78603               _CIM_FilteredBGPAttributes_GroupComponent_qualifiers[] =
 78604               {
 78605                   /* Aggregate */
 78606                   "\003\001",
 78607 mike  1.1.2.1     /* Override */
 78608                   "\044GroupComponent",
 78609                   0,
 78610               };
 78611               
 78612               static MetaReference
 78613               _CIM_FilteredBGPAttributes_GroupComponent =
 78614               {
 78615                   /* flags */
 78616                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 78617                   /* name */
 78618                   "GroupComponent",
 78619                   /* qualifiers */
 78620                   _CIM_FilteredBGPAttributes_GroupComponent_qualifiers,
 78621                   /* subscript */
 78622                   -1,
 78623                   /* refId */
 78624                   &__root_cimv2_CIM_RoutingPolicy,
 78625               };
 78626               
 78627               static const char*
 78628 mike  1.1.2.1 _CIM_FilteredBGPAttributes_PartComponent_qualifiers[] =
 78629               {
 78630                   /* Override */
 78631                   "\044PartComponent",
 78632                   0,
 78633               };
 78634               
 78635               static MetaReference
 78636               _CIM_FilteredBGPAttributes_PartComponent =
 78637               {
 78638                   /* flags */
 78639                   META_FLAG_REFERENCE|META_FLAG_READ,
 78640                   /* name */
 78641                   "PartComponent",
 78642                   /* qualifiers */
 78643                   _CIM_FilteredBGPAttributes_PartComponent_qualifiers,
 78644                   /* subscript */
 78645                   -1,
 78646                   /* refId */
 78647                   &__root_cimv2_CIM_BGPAttributes,
 78648               };
 78649 mike  1.1.2.1 
 78650               static MetaFeature*
 78651               _CIM_FilteredBGPAttributes_features[] =
 78652               {
 78653                   (MetaFeature*)&_CIM_FilteredBGPAttributes_GroupComponent,
 78654                   (MetaFeature*)&_CIM_FilteredBGPAttributes_PartComponent,
 78655                   0,
 78656               };
 78657               
 78658               static const char*
 78659               __root_cimv2_CIM_FilteredBGPAttributes_qualifiers[] =
 78660               {
 78661                   /* ASSOCIATION */
 78662                   "\000\001",
 78663                   /* UMLPackagePath */
 78664                   "\057CIM::Network::BGP",
 78665                   /* Aggregation */
 78666                   "\004\001",
 78667                   /* Version */
 78668                   "\0632.7.0",
 78669                   0,
 78670 mike  1.1.2.1 };
 78671               
 78672               MetaClass
 78673               __root_cimv2_CIM_FilteredBGPAttributes =
 78674               {
 78675                   /* flags */
 78676                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 78677                   /* name */
 78678                   "CIM_FilteredBGPAttributes",
 78679                   /* qualifiers */
 78680                   __root_cimv2_CIM_FilteredBGPAttributes_qualifiers,
 78681                   /* super */
 78682                   &__root_cimv2_CIM_Component,
 78683                   /* features */
 78684                   _CIM_FilteredBGPAttributes_features,
 78685               };
 78686               
 78687               //==============================================================================
 78688               //
 78689               // Class: CIM_FilterEntryBase
 78690               //
 78691 mike  1.1.2.1 //==============================================================================
 78692               
 78693               static const char*
 78694               _CIM_FilterEntryBase_SystemCreationClassName_qualifiers[] =
 78695               {
 78696                   /* Key */
 78697                   "\025\001",
 78698                   /* Propagated */
 78699                   "\045CIM_ComputerSystem.CreationClassName",
 78700                   /* MaxLen */
 78701                   "\030\000\000\001\000",
 78702                   0,
 78703               };
 78704               
 78705               static MetaProperty
 78706               _CIM_FilterEntryBase_SystemCreationClassName =
 78707               {
 78708                   /* flags */
 78709                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78710                   /* name */
 78711                   "SystemCreationClassName",
 78712 mike  1.1.2.1     /* qualifiers */
 78713                   _CIM_FilterEntryBase_SystemCreationClassName_qualifiers,
 78714                   /* type */
 78715                   CIMTYPE_STRING,
 78716                   /* subscript */
 78717                   -1,
 78718                   /* value */
 78719                   0,
 78720               };
 78721               
 78722               static const char*
 78723               _CIM_FilterEntryBase_SystemName_qualifiers[] =
 78724               {
 78725                   /* Key */
 78726                   "\025\001",
 78727                   /* Propagated */
 78728                   "\045CIM_ComputerSystem.Name",
 78729                   /* MaxLen */
 78730                   "\030\000\000\001\000",
 78731                   0,
 78732               };
 78733 mike  1.1.2.1 
 78734               static MetaProperty
 78735               _CIM_FilterEntryBase_SystemName =
 78736               {
 78737                   /* flags */
 78738                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78739                   /* name */
 78740                   "SystemName",
 78741                   /* qualifiers */
 78742                   _CIM_FilterEntryBase_SystemName_qualifiers,
 78743                   /* type */
 78744                   CIMTYPE_STRING,
 78745                   /* subscript */
 78746                   -1,
 78747                   /* value */
 78748                   0,
 78749               };
 78750               
 78751               static const char*
 78752               _CIM_FilterEntryBase_CreationClassName_qualifiers[] =
 78753               {
 78754 mike  1.1.2.1     /* Key */
 78755                   "\025\001",
 78756                   /* MaxLen */
 78757                   "\030\000\000\001\000",
 78758                   0,
 78759               };
 78760               
 78761               static MetaProperty
 78762               _CIM_FilterEntryBase_CreationClassName =
 78763               {
 78764                   /* flags */
 78765                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78766                   /* name */
 78767                   "CreationClassName",
 78768                   /* qualifiers */
 78769                   _CIM_FilterEntryBase_CreationClassName_qualifiers,
 78770                   /* type */
 78771                   CIMTYPE_STRING,
 78772                   /* subscript */
 78773                   -1,
 78774                   /* value */
 78775 mike  1.1.2.1     0,
 78776               };
 78777               
 78778               static const char*
 78779               _CIM_FilterEntryBase_Name_qualifiers[] =
 78780               {
 78781                   /* Key */
 78782                   "\025\001",
 78783                   /* Override */
 78784                   "\044Name",
 78785                   /* MaxLen */
 78786                   "\030\000\000\001\000",
 78787                   0,
 78788               };
 78789               
 78790               static MetaProperty
 78791               _CIM_FilterEntryBase_Name =
 78792               {
 78793                   /* flags */
 78794                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78795                   /* name */
 78796 mike  1.1.2.1     "Name",
 78797                   /* qualifiers */
 78798                   _CIM_FilterEntryBase_Name_qualifiers,
 78799                   /* type */
 78800                   CIMTYPE_STRING,
 78801                   /* subscript */
 78802                   -1,
 78803                   /* value */
 78804                   0,
 78805               };
 78806               
 78807               static const char*
 78808               _CIM_FilterEntryBase_IsNegated_qualifiers[] =
 78809               {
 78810                   0,
 78811               };
 78812               
 78813               static MetaProperty
 78814               _CIM_FilterEntryBase_IsNegated =
 78815               {
 78816                   /* flags */
 78817 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 78818                   /* name */
 78819                   "IsNegated",
 78820                   /* qualifiers */
 78821                   _CIM_FilterEntryBase_IsNegated_qualifiers,
 78822                   /* type */
 78823                   CIMTYPE_BOOLEAN,
 78824                   /* subscript */
 78825                   -1,
 78826                   /* value */
 78827                   0,
 78828               };
 78829               
 78830               static MetaFeature*
 78831               _CIM_FilterEntryBase_features[] =
 78832               {
 78833                   (MetaFeature*)&_CIM_FilterEntryBase_SystemCreationClassName,
 78834                   (MetaFeature*)&_CIM_FilterEntryBase_SystemName,
 78835                   (MetaFeature*)&_CIM_FilterEntryBase_CreationClassName,
 78836                   (MetaFeature*)&_CIM_FilterEntryBase_Name,
 78837                   (MetaFeature*)&_CIM_FilterEntryBase_IsNegated,
 78838 mike  1.1.2.1     0,
 78839               };
 78840               
 78841               static const char*
 78842               __root_cimv2_CIM_FilterEntryBase_qualifiers[] =
 78843               {
 78844                   /* UMLPackagePath */
 78845                   "\057CIM::Network::Filtering",
 78846                   /* Abstract */
 78847                   "\002\001",
 78848                   /* Version */
 78849                   "\0632.7.0",
 78850                   0,
 78851               };
 78852               
 78853               MetaClass
 78854               __root_cimv2_CIM_FilterEntryBase =
 78855               {
 78856                   /* flags */
 78857                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 78858                   /* name */
 78859 mike  1.1.2.1     "CIM_FilterEntryBase",
 78860                   /* qualifiers */
 78861                   __root_cimv2_CIM_FilterEntryBase_qualifiers,
 78862                   /* super */
 78863                   &__root_cimv2_CIM_LogicalElement,
 78864                   /* features */
 78865                   _CIM_FilterEntryBase_features,
 78866               };
 78867               
 78868               //==============================================================================
 78869               //
 78870               // Class: CIM_FilterList
 78871               //
 78872               //==============================================================================
 78873               
 78874               static const char*
 78875               _CIM_FilterList_SystemCreationClassName_qualifiers[] =
 78876               {
 78877                   /* Key */
 78878                   "\025\001",
 78879                   /* Propagated */
 78880 mike  1.1.2.1     "\045CIM_ComputerSystem.CreationClassName",
 78881                   /* MaxLen */
 78882                   "\030\000\000\001\000",
 78883                   0,
 78884               };
 78885               
 78886               static MetaProperty
 78887               _CIM_FilterList_SystemCreationClassName =
 78888               {
 78889                   /* flags */
 78890                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78891                   /* name */
 78892                   "SystemCreationClassName",
 78893                   /* qualifiers */
 78894                   _CIM_FilterList_SystemCreationClassName_qualifiers,
 78895                   /* type */
 78896                   CIMTYPE_STRING,
 78897                   /* subscript */
 78898                   -1,
 78899                   /* value */
 78900                   0,
 78901 mike  1.1.2.1 };
 78902               
 78903               static const char*
 78904               _CIM_FilterList_SystemName_qualifiers[] =
 78905               {
 78906                   /* Key */
 78907                   "\025\001",
 78908                   /* Propagated */
 78909                   "\045CIM_ComputerSystem.Name",
 78910                   /* MaxLen */
 78911                   "\030\000\000\001\000",
 78912                   0,
 78913               };
 78914               
 78915               static MetaProperty
 78916               _CIM_FilterList_SystemName =
 78917               {
 78918                   /* flags */
 78919                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78920                   /* name */
 78921                   "SystemName",
 78922 mike  1.1.2.1     /* qualifiers */
 78923                   _CIM_FilterList_SystemName_qualifiers,
 78924                   /* type */
 78925                   CIMTYPE_STRING,
 78926                   /* subscript */
 78927                   -1,
 78928                   /* value */
 78929                   0,
 78930               };
 78931               
 78932               static const char*
 78933               _CIM_FilterList_CreationClassName_qualifiers[] =
 78934               {
 78935                   /* Key */
 78936                   "\025\001",
 78937                   0,
 78938               };
 78939               
 78940               static MetaProperty
 78941               _CIM_FilterList_CreationClassName =
 78942               {
 78943 mike  1.1.2.1     /* flags */
 78944                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78945                   /* name */
 78946                   "CreationClassName",
 78947                   /* qualifiers */
 78948                   _CIM_FilterList_CreationClassName_qualifiers,
 78949                   /* type */
 78950                   CIMTYPE_STRING,
 78951                   /* subscript */
 78952                   -1,
 78953                   /* value */
 78954                   0,
 78955               };
 78956               
 78957               static const char*
 78958               _CIM_FilterList_Name_qualifiers[] =
 78959               {
 78960                   /* Key */
 78961                   "\025\001",
 78962                   /* Override */
 78963                   "\044Name",
 78964 mike  1.1.2.1     /* MaxLen */
 78965                   "\030\000\000\001\000",
 78966                   0,
 78967               };
 78968               
 78969               static MetaProperty
 78970               _CIM_FilterList_Name =
 78971               {
 78972                   /* flags */
 78973                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78974                   /* name */
 78975                   "Name",
 78976                   /* qualifiers */
 78977                   _CIM_FilterList_Name_qualifiers,
 78978                   /* type */
 78979                   CIMTYPE_STRING,
 78980                   /* subscript */
 78981                   -1,
 78982                   /* value */
 78983                   0,
 78984               };
 78985 mike  1.1.2.1 
 78986               static const char*
 78987               _CIM_FilterList_Direction_qualifiers[] =
 78988               {
 78989                   /* ValueMap */
 78990                   "\061\000\0050\0001\0002\0003\0004\000",
 78991                   /* Values */
 78992                   "\062\000\005Not Applicable\000Input\000Output\000Both\000Mirrored\000",
 78993                   0,
 78994               };
 78995               
 78996               static MetaProperty
 78997               _CIM_FilterList_Direction =
 78998               {
 78999                   /* flags */
 79000                   META_FLAG_PROPERTY|META_FLAG_READ,
 79001                   /* name */
 79002                   "Direction",
 79003                   /* qualifiers */
 79004                   _CIM_FilterList_Direction_qualifiers,
 79005                   /* type */
 79006 mike  1.1.2.1     CIMTYPE_UINT16,
 79007                   /* subscript */
 79008                   -1,
 79009                   /* value */
 79010                   0,
 79011               };
 79012               
 79013               static MetaFeature*
 79014               _CIM_FilterList_features[] =
 79015               {
 79016                   (MetaFeature*)&_CIM_FilterList_SystemCreationClassName,
 79017                   (MetaFeature*)&_CIM_FilterList_SystemName,
 79018                   (MetaFeature*)&_CIM_FilterList_CreationClassName,
 79019                   (MetaFeature*)&_CIM_FilterList_Name,
 79020                   (MetaFeature*)&_CIM_FilterList_Direction,
 79021                   0,
 79022               };
 79023               
 79024               static const char*
 79025               __root_cimv2_CIM_FilterList_qualifiers[] =
 79026               {
 79027 mike  1.1.2.1     /* UMLPackagePath */
 79028                   "\057CIM::Network::Filtering",
 79029                   /* Version */
 79030                   "\0632.7.0",
 79031                   0,
 79032               };
 79033               
 79034               MetaClass
 79035               __root_cimv2_CIM_FilterList =
 79036               {
 79037                   /* flags */
 79038                   META_FLAG_CLASS,
 79039                   /* name */
 79040                   "CIM_FilterList",
 79041                   /* qualifiers */
 79042                   __root_cimv2_CIM_FilterList_qualifiers,
 79043                   /* super */
 79044                   &__root_cimv2_CIM_LogicalElement,
 79045                   /* features */
 79046                   _CIM_FilterList_features,
 79047               };
 79048 mike  1.1.2.1 
 79049               //==============================================================================
 79050               //
 79051               // Class: CIM_FilterListsInBGPRouteMap
 79052               //
 79053               //==============================================================================
 79054               
 79055               static const char*
 79056               _CIM_FilterListsInBGPRouteMap_Antecedent_qualifiers[] =
 79057               {
 79058                   /* Override */
 79059                   "\044Antecedent",
 79060                   0,
 79061               };
 79062               
 79063               static MetaReference
 79064               _CIM_FilterListsInBGPRouteMap_Antecedent =
 79065               {
 79066                   /* flags */
 79067                   META_FLAG_REFERENCE|META_FLAG_READ,
 79068                   /* name */
 79069 mike  1.1.2.1     "Antecedent",
 79070                   /* qualifiers */
 79071                   _CIM_FilterListsInBGPRouteMap_Antecedent_qualifiers,
 79072                   /* subscript */
 79073                   -1,
 79074                   /* refId */
 79075                   &__root_cimv2_CIM_FilterList,
 79076               };
 79077               
 79078               static const char*
 79079               _CIM_FilterListsInBGPRouteMap_Dependent_qualifiers[] =
 79080               {
 79081                   /* Override */
 79082                   "\044Dependent",
 79083                   0,
 79084               };
 79085               
 79086               static MetaReference
 79087               _CIM_FilterListsInBGPRouteMap_Dependent =
 79088               {
 79089                   /* flags */
 79090 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 79091                   /* name */
 79092                   "Dependent",
 79093                   /* qualifiers */
 79094                   _CIM_FilterListsInBGPRouteMap_Dependent_qualifiers,
 79095                   /* subscript */
 79096                   -1,
 79097                   /* refId */
 79098                   &__root_cimv2_CIM_BGPRouteMap,
 79099               };
 79100               
 79101               static MetaFeature*
 79102               _CIM_FilterListsInBGPRouteMap_features[] =
 79103               {
 79104                   (MetaFeature*)&_CIM_FilterListsInBGPRouteMap_Antecedent,
 79105                   (MetaFeature*)&_CIM_FilterListsInBGPRouteMap_Dependent,
 79106                   0,
 79107               };
 79108               
 79109               static const char*
 79110               __root_cimv2_CIM_FilterListsInBGPRouteMap_qualifiers[] =
 79111 mike  1.1.2.1 {
 79112                   /* ASSOCIATION */
 79113                   "\000\001",
 79114                   /* UMLPackagePath */
 79115                   "\057CIM::Network::BGP",
 79116                   /* Version */
 79117                   "\0632.6.0",
 79118                   0,
 79119               };
 79120               
 79121               MetaClass
 79122               __root_cimv2_CIM_FilterListsInBGPRouteMap =
 79123               {
 79124                   /* flags */
 79125                   META_FLAG_ASSOCIATION,
 79126                   /* name */
 79127                   "CIM_FilterListsInBGPRouteMap",
 79128                   /* qualifiers */
 79129                   __root_cimv2_CIM_FilterListsInBGPRouteMap_qualifiers,
 79130                   /* super */
 79131                   &__root_cimv2_CIM_Dependency,
 79132 mike  1.1.2.1     /* features */
 79133                   _CIM_FilterListsInBGPRouteMap_features,
 79134               };
 79135               
 79136               //==============================================================================
 79137               //
 79138               // Class: CIM_FilterOfPacketCondition
 79139               //
 79140               //==============================================================================
 79141               
 79142               static const char*
 79143               _CIM_FilterOfPacketCondition_Antecedent_qualifiers[] =
 79144               {
 79145                   /* Override */
 79146                   "\044Antecedent",
 79147                   /* Min */
 79148                   "\033\000\000\000\001",
 79149                   /* Max */
 79150                   "\027\000\000\000\001",
 79151                   /* MappingStrings */
 79152                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition.Antecedent\000",
 79153 mike  1.1.2.1     0,
 79154               };
 79155               
 79156               static MetaReference
 79157               _CIM_FilterOfPacketCondition_Antecedent =
 79158               {
 79159                   /* flags */
 79160                   META_FLAG_REFERENCE|META_FLAG_READ,
 79161                   /* name */
 79162                   "Antecedent",
 79163                   /* qualifiers */
 79164                   _CIM_FilterOfPacketCondition_Antecedent_qualifiers,
 79165                   /* subscript */
 79166                   -1,
 79167                   /* refId */
 79168                   &__root_cimv2_CIM_FilterList,
 79169               };
 79170               
 79171               static const char*
 79172               _CIM_FilterOfPacketCondition_Dependent_qualifiers[] =
 79173               {
 79174 mike  1.1.2.1     /* Override */
 79175                   "\044Dependent",
 79176                   /* MappingStrings */
 79177                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition.Dependent\000",
 79178                   0,
 79179               };
 79180               
 79181               static MetaReference
 79182               _CIM_FilterOfPacketCondition_Dependent =
 79183               {
 79184                   /* flags */
 79185                   META_FLAG_REFERENCE|META_FLAG_READ,
 79186                   /* name */
 79187                   "Dependent",
 79188                   /* qualifiers */
 79189                   _CIM_FilterOfPacketCondition_Dependent_qualifiers,
 79190                   /* subscript */
 79191                   -1,
 79192                   /* refId */
 79193                   &__root_cimv2_CIM_PacketFilterCondition,
 79194               };
 79195 mike  1.1.2.1 
 79196               static MetaFeature*
 79197               _CIM_FilterOfPacketCondition_features[] =
 79198               {
 79199                   (MetaFeature*)&_CIM_FilterOfPacketCondition_Antecedent,
 79200                   (MetaFeature*)&_CIM_FilterOfPacketCondition_Dependent,
 79201                   0,
 79202               };
 79203               
 79204               static const char*
 79205               __root_cimv2_CIM_FilterOfPacketCondition_qualifiers[] =
 79206               {
 79207                   /* ASSOCIATION */
 79208                   "\000\001",
 79209                   /* UMLPackagePath */
 79210                   "\057CIM::Policy",
 79211                   /* Version */
 79212                   "\0632.8.0",
 79213                   /* MappingStrings */
 79214                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition\000",
 79215                   0,
 79216 mike  1.1.2.1 };
 79217               
 79218               MetaClass
 79219               __root_cimv2_CIM_FilterOfPacketCondition =
 79220               {
 79221                   /* flags */
 79222                   META_FLAG_ASSOCIATION,
 79223                   /* name */
 79224                   "CIM_FilterOfPacketCondition",
 79225                   /* qualifiers */
 79226                   __root_cimv2_CIM_FilterOfPacketCondition_qualifiers,
 79227                   /* super */
 79228                   &__root_cimv2_CIM_Dependency,
 79229                   /* features */
 79230                   _CIM_FilterOfPacketCondition_features,
 79231               };
 79232               
 79233               //==============================================================================
 79234               //
 79235               // Class: CIM_FormattedIndicationSubscription
 79236               //
 79237 mike  1.1.2.1 //==============================================================================
 79238               
 79239               static const char*
 79240               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers[] =
 79241               {
 79242                   /* ModelCorrespondence */
 79243                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
 79244                   0,
 79245               };
 79246               
 79247               static MetaProperty
 79248               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity =
 79249               {
 79250                   /* flags */
 79251                   META_FLAG_PROPERTY|META_FLAG_READ,
 79252                   /* name */
 79253                   "TextFormatOwningEntity",
 79254                   /* qualifiers */
 79255                   _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers,
 79256                   /* type */
 79257                   CIMTYPE_STRING,
 79258 mike  1.1.2.1     /* subscript */
 79259                   -1,
 79260                   /* value */
 79261                   0,
 79262               };
 79263               
 79264               static const char*
 79265               _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers[] =
 79266               {
 79267                   /* ModelCorrespondence */
 79268                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
 79269                   0,
 79270               };
 79271               
 79272               static MetaProperty
 79273               _CIM_FormattedIndicationSubscription_TextFormatID =
 79274               {
 79275                   /* flags */
 79276                   META_FLAG_PROPERTY|META_FLAG_READ,
 79277                   /* name */
 79278                   "TextFormatID",
 79279 mike  1.1.2.1     /* qualifiers */
 79280                   _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers,
 79281                   /* type */
 79282                   CIMTYPE_STRING,
 79283                   /* subscript */
 79284                   -1,
 79285                   /* value */
 79286                   0,
 79287               };
 79288               
 79289               static const char*
 79290               _CIM_FormattedIndicationSubscription_TextFormat_qualifiers[] =
 79291               {
 79292                   0,
 79293               };
 79294               
 79295               static MetaProperty
 79296               _CIM_FormattedIndicationSubscription_TextFormat =
 79297               {
 79298                   /* flags */
 79299                   META_FLAG_PROPERTY|META_FLAG_READ,
 79300 mike  1.1.2.1     /* name */
 79301                   "TextFormat",
 79302                   /* qualifiers */
 79303                   _CIM_FormattedIndicationSubscription_TextFormat_qualifiers,
 79304                   /* type */
 79305                   CIMTYPE_STRING,
 79306                   /* subscript */
 79307                   -1,
 79308                   /* value */
 79309                   0,
 79310               };
 79311               
 79312               static const char*
 79313               _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers[] =
 79314               {
 79315                   /* ArrayType */
 79316                   "\005Indexed",
 79317                   /* ModelCorrespondence */
 79318                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000",
 79319                   0,
 79320               };
 79321 mike  1.1.2.1 
 79322               static MetaProperty
 79323               _CIM_FormattedIndicationSubscription_TextFormatParameters =
 79324               {
 79325                   /* flags */
 79326                   META_FLAG_PROPERTY|META_FLAG_READ,
 79327                   /* name */
 79328                   "TextFormatParameters",
 79329                   /* qualifiers */
 79330                   _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers,
 79331                   /* type */
 79332                   CIMTYPE_STRING,
 79333                   /* subscript */
 79334                   0,
 79335                   /* value */
 79336                   0,
 79337               };
 79338               
 79339               static MetaFeature*
 79340               _CIM_FormattedIndicationSubscription_features[] =
 79341               {
 79342 mike  1.1.2.1     (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatOwningEntity,
 79343                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatID,
 79344                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormat,
 79345                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatParameters,
 79346                   0,
 79347               };
 79348               
 79349               static const char*
 79350               __root_cimv2_CIM_FormattedIndicationSubscription_qualifiers[] =
 79351               {
 79352                   /* ASSOCIATION */
 79353                   "\000\001",
 79354                   /* UMLPackagePath */
 79355                   "\057CIM::Event",
 79356                   /* Version */
 79357                   "\0632.10.0",
 79358                   0,
 79359               };
 79360               
 79361               MetaClass
 79362               __root_cimv2_CIM_FormattedIndicationSubscription =
 79363 mike  1.1.2.1 {
 79364                   /* flags */
 79365                   META_FLAG_ASSOCIATION,
 79366                   /* name */
 79367                   "CIM_FormattedIndicationSubscription",
 79368                   /* qualifiers */
 79369                   __root_cimv2_CIM_FormattedIndicationSubscription_qualifiers,
 79370                   /* super */
 79371                   &__root_cimv2_CIM_IndicationSubscription,
 79372                   /* features */
 79373                   _CIM_FormattedIndicationSubscription_features,
 79374               };
 79375               
 79376               //==============================================================================
 79377               //
 79378               // Class: CIM_FRUIncludesSoftwareFeature
 79379               //
 79380               //==============================================================================
 79381               
 79382               static const char*
 79383               _CIM_FRUIncludesSoftwareFeature_FRU_qualifiers[] =
 79384 mike  1.1.2.1 {
 79385                   /* Key */
 79386                   "\025\001",
 79387                   /* Aggregate */
 79388                   "\003\001",
 79389                   /* Max */
 79390                   "\027\000\000\000\001",
 79391                   0,
 79392               };
 79393               
 79394               static MetaReference
 79395               _CIM_FRUIncludesSoftwareFeature_FRU =
 79396               {
 79397                   /* flags */
 79398                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 79399                   /* name */
 79400                   "FRU",
 79401                   /* qualifiers */
 79402                   _CIM_FRUIncludesSoftwareFeature_FRU_qualifiers,
 79403                   /* subscript */
 79404                   -1,
 79405 mike  1.1.2.1     /* refId */
 79406                   &__root_cimv2_CIM_FRU,
 79407               };
 79408               
 79409               static const char*
 79410               _CIM_FRUIncludesSoftwareFeature_Component_qualifiers[] =
 79411               {
 79412                   /* Key */
 79413                   "\025\001",
 79414                   0,
 79415               };
 79416               
 79417               static MetaReference
 79418               _CIM_FRUIncludesSoftwareFeature_Component =
 79419               {
 79420                   /* flags */
 79421                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 79422                   /* name */
 79423                   "Component",
 79424                   /* qualifiers */
 79425                   _CIM_FRUIncludesSoftwareFeature_Component_qualifiers,
 79426 mike  1.1.2.1     /* subscript */
 79427                   -1,
 79428                   /* refId */
 79429                   &__root_cimv2_CIM_SoftwareFeature,
 79430               };
 79431               
 79432               static MetaFeature*
 79433               _CIM_FRUIncludesSoftwareFeature_features[] =
 79434               {
 79435                   (MetaFeature*)&_CIM_FRUIncludesSoftwareFeature_FRU,
 79436                   (MetaFeature*)&_CIM_FRUIncludesSoftwareFeature_Component,
 79437                   0,
 79438               };
 79439               
 79440               static const char*
 79441               __root_cimv2_CIM_FRUIncludesSoftwareFeature_qualifiers[] =
 79442               {
 79443                   /* ASSOCIATION */
 79444                   "\000\001",
 79445                   /* UMLPackagePath */
 79446                   "\057CIM::Application::DeploymentModel",
 79447 mike  1.1.2.1     /* Aggregation */
 79448                   "\004\001",
 79449                   /* Version */
 79450                   "\0632.6.0",
 79451                   0,
 79452               };
 79453               
 79454               MetaClass
 79455               __root_cimv2_CIM_FRUIncludesSoftwareFeature =
 79456               {
 79457                   /* flags */
 79458                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 79459                   /* name */
 79460                   "CIM_FRUIncludesSoftwareFeature",
 79461                   /* qualifiers */
 79462                   __root_cimv2_CIM_FRUIncludesSoftwareFeature_qualifiers,
 79463                   /* super */
 79464                   0,
 79465                   /* features */
 79466                   _CIM_FRUIncludesSoftwareFeature_features,
 79467               };
 79468 mike  1.1.2.1 
 79469               //==============================================================================
 79470               //
 79471               // Class: CIM_Hdr8021Filter
 79472               //
 79473               //==============================================================================
 79474               
 79475               static const char*
 79476               _CIM_Hdr8021Filter_HdrSrcMACAddr8021_qualifiers[] =
 79477               {
 79478                   /* OctetString */
 79479                   "\042\001",
 79480                   0,
 79481               };
 79482               
 79483               static MetaProperty
 79484               _CIM_Hdr8021Filter_HdrSrcMACAddr8021 =
 79485               {
 79486                   /* flags */
 79487                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79488                   /* name */
 79489 mike  1.1.2.1     "HdrSrcMACAddr8021",
 79490                   /* qualifiers */
 79491                   _CIM_Hdr8021Filter_HdrSrcMACAddr8021_qualifiers,
 79492                   /* type */
 79493                   CIMTYPE_UINT8,
 79494                   /* subscript */
 79495                   6,
 79496                   /* value */
 79497                   0,
 79498               };
 79499               
 79500               static const char*
 79501               _CIM_Hdr8021Filter_HdrSrcMACMask8021_qualifiers[] =
 79502               {
 79503                   /* OctetString */
 79504                   "\042\001",
 79505                   0,
 79506               };
 79507               
 79508               static MetaProperty
 79509               _CIM_Hdr8021Filter_HdrSrcMACMask8021 =
 79510 mike  1.1.2.1 {
 79511                   /* flags */
 79512                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79513                   /* name */
 79514                   "HdrSrcMACMask8021",
 79515                   /* qualifiers */
 79516                   _CIM_Hdr8021Filter_HdrSrcMACMask8021_qualifiers,
 79517                   /* type */
 79518                   CIMTYPE_UINT8,
 79519                   /* subscript */
 79520                   6,
 79521                   /* value */
 79522                   0,
 79523               };
 79524               
 79525               static const char*
 79526               _CIM_Hdr8021Filter_HdrDestMACAddr8021_qualifiers[] =
 79527               {
 79528                   /* OctetString */
 79529                   "\042\001",
 79530                   0,
 79531 mike  1.1.2.1 };
 79532               
 79533               static MetaProperty
 79534               _CIM_Hdr8021Filter_HdrDestMACAddr8021 =
 79535               {
 79536                   /* flags */
 79537                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79538                   /* name */
 79539                   "HdrDestMACAddr8021",
 79540                   /* qualifiers */
 79541                   _CIM_Hdr8021Filter_HdrDestMACAddr8021_qualifiers,
 79542                   /* type */
 79543                   CIMTYPE_UINT8,
 79544                   /* subscript */
 79545                   6,
 79546                   /* value */
 79547                   0,
 79548               };
 79549               
 79550               static const char*
 79551               _CIM_Hdr8021Filter_HdrDestMACMask8021_qualifiers[] =
 79552 mike  1.1.2.1 {
 79553                   /* OctetString */
 79554                   "\042\001",
 79555                   0,
 79556               };
 79557               
 79558               static MetaProperty
 79559               _CIM_Hdr8021Filter_HdrDestMACMask8021 =
 79560               {
 79561                   /* flags */
 79562                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79563                   /* name */
 79564                   "HdrDestMACMask8021",
 79565                   /* qualifiers */
 79566                   _CIM_Hdr8021Filter_HdrDestMACMask8021_qualifiers,
 79567                   /* type */
 79568                   CIMTYPE_UINT8,
 79569                   /* subscript */
 79570                   6,
 79571                   /* value */
 79572                   0,
 79573 mike  1.1.2.1 };
 79574               
 79575               static const char*
 79576               _CIM_Hdr8021Filter_HdrProtocolID8021_qualifiers[] =
 79577               {
 79578                   0,
 79579               };
 79580               
 79581               static MetaProperty
 79582               _CIM_Hdr8021Filter_HdrProtocolID8021 =
 79583               {
 79584                   /* flags */
 79585                   META_FLAG_PROPERTY|META_FLAG_READ,
 79586                   /* name */
 79587                   "HdrProtocolID8021",
 79588                   /* qualifiers */
 79589                   _CIM_Hdr8021Filter_HdrProtocolID8021_qualifiers,
 79590                   /* type */
 79591                   CIMTYPE_UINT16,
 79592                   /* subscript */
 79593                   -1,
 79594 mike  1.1.2.1     /* value */
 79595                   0,
 79596               };
 79597               
 79598               static const char*
 79599               _CIM_Hdr8021Filter_HdrPriorityValue8021_qualifiers[] =
 79600               {
 79601                   /* MinValue */
 79602                   "\035\000\000\000\000\000\000\000\000",
 79603                   /* MaxValue */
 79604                   "\031\000\000\000\000\000\000\000\007",
 79605                   0,
 79606               };
 79607               
 79608               static MetaProperty
 79609               _CIM_Hdr8021Filter_HdrPriorityValue8021 =
 79610               {
 79611                   /* flags */
 79612                   META_FLAG_PROPERTY|META_FLAG_READ,
 79613                   /* name */
 79614                   "HdrPriorityValue8021",
 79615 mike  1.1.2.1     /* qualifiers */
 79616                   _CIM_Hdr8021Filter_HdrPriorityValue8021_qualifiers,
 79617                   /* type */
 79618                   CIMTYPE_UINT8,
 79619                   /* subscript */
 79620                   -1,
 79621                   /* value */
 79622                   0,
 79623               };
 79624               
 79625               static const char*
 79626               _CIM_Hdr8021Filter_HdrVLANID8021_qualifiers[] =
 79627               {
 79628                   /* MinValue */
 79629                   "\035\000\000\000\000\000\000\000\000",
 79630                   /* MaxValue */
 79631                   "\031\000\000\000\000\000\000\017\377",
 79632                   0,
 79633               };
 79634               
 79635               static MetaProperty
 79636 mike  1.1.2.1 _CIM_Hdr8021Filter_HdrVLANID8021 =
 79637               {
 79638                   /* flags */
 79639                   META_FLAG_PROPERTY|META_FLAG_READ,
 79640                   /* name */
 79641                   "HdrVLANID8021",
 79642                   /* qualifiers */
 79643                   _CIM_Hdr8021Filter_HdrVLANID8021_qualifiers,
 79644                   /* type */
 79645                   CIMTYPE_UINT32,
 79646                   /* subscript */
 79647                   -1,
 79648                   /* value */
 79649                   0,
 79650               };
 79651               
 79652               static MetaFeature*
 79653               _CIM_Hdr8021Filter_features[] =
 79654               {
 79655                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrSrcMACAddr8021,
 79656                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrSrcMACMask8021,
 79657 mike  1.1.2.1     (MetaFeature*)&_CIM_Hdr8021Filter_HdrDestMACAddr8021,
 79658                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrDestMACMask8021,
 79659                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrProtocolID8021,
 79660                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrPriorityValue8021,
 79661                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrVLANID8021,
 79662                   0,
 79663               };
 79664               
 79665               static const char*
 79666               __root_cimv2_CIM_Hdr8021Filter_qualifiers[] =
 79667               {
 79668                   /* UMLPackagePath */
 79669                   "\057CIM::Network::Filtering",
 79670                   /* Version */
 79671                   "\0632.7.0",
 79672                   0,
 79673               };
 79674               
 79675               MetaClass
 79676               __root_cimv2_CIM_Hdr8021Filter =
 79677               {
 79678 mike  1.1.2.1     /* flags */
 79679                   META_FLAG_CLASS,
 79680                   /* name */
 79681                   "CIM_Hdr8021Filter",
 79682                   /* qualifiers */
 79683                   __root_cimv2_CIM_Hdr8021Filter_qualifiers,
 79684                   /* super */
 79685                   &__root_cimv2_CIM_FilterEntryBase,
 79686                   /* features */
 79687                   _CIM_Hdr8021Filter_features,
 79688               };
 79689               
 79690               //==============================================================================
 79691               //
 79692               // Class: CIM_HomeForMedia
 79693               //
 79694               //==============================================================================
 79695               
 79696               static const char*
 79697               _CIM_HomeForMedia_Antecedent_qualifiers[] =
 79698               {
 79699 mike  1.1.2.1     /* Override */
 79700                   "\044Antecedent",
 79701                   /* Max */
 79702                   "\027\000\000\000\001",
 79703                   0,
 79704               };
 79705               
 79706               static MetaReference
 79707               _CIM_HomeForMedia_Antecedent =
 79708               {
 79709                   /* flags */
 79710                   META_FLAG_REFERENCE|META_FLAG_READ,
 79711                   /* name */
 79712                   "Antecedent",
 79713                   /* qualifiers */
 79714                   _CIM_HomeForMedia_Antecedent_qualifiers,
 79715                   /* subscript */
 79716                   -1,
 79717                   /* refId */
 79718                   &__root_cimv2_CIM_StorageMediaLocation,
 79719               };
 79720 mike  1.1.2.1 
 79721               static const char*
 79722               _CIM_HomeForMedia_Dependent_qualifiers[] =
 79723               {
 79724                   /* Override */
 79725                   "\044Dependent",
 79726                   /* Max */
 79727                   "\027\000\000\000\001",
 79728                   0,
 79729               };
 79730               
 79731               static MetaReference
 79732               _CIM_HomeForMedia_Dependent =
 79733               {
 79734                   /* flags */
 79735                   META_FLAG_REFERENCE|META_FLAG_READ,
 79736                   /* name */
 79737                   "Dependent",
 79738                   /* qualifiers */
 79739                   _CIM_HomeForMedia_Dependent_qualifiers,
 79740                   /* subscript */
 79741 mike  1.1.2.1     -1,
 79742                   /* refId */
 79743                   &__root_cimv2_CIM_PhysicalMedia,
 79744               };
 79745               
 79746               static MetaFeature*
 79747               _CIM_HomeForMedia_features[] =
 79748               {
 79749                   (MetaFeature*)&_CIM_HomeForMedia_Antecedent,
 79750                   (MetaFeature*)&_CIM_HomeForMedia_Dependent,
 79751                   0,
 79752               };
 79753               
 79754               static const char*
 79755               __root_cimv2_CIM_HomeForMedia_qualifiers[] =
 79756               {
 79757                   /* ASSOCIATION */
 79758                   "\000\001",
 79759                   /* UMLPackagePath */
 79760                   "\057CIM::Physical::PhysicalMedia",
 79761                   /* Version */
 79762 mike  1.1.2.1     "\0632.6.0",
 79763                   0,
 79764               };
 79765               
 79766               MetaClass
 79767               __root_cimv2_CIM_HomeForMedia =
 79768               {
 79769                   /* flags */
 79770                   META_FLAG_ASSOCIATION,
 79771                   /* name */
 79772                   "CIM_HomeForMedia",
 79773                   /* qualifiers */
 79774                   __root_cimv2_CIM_HomeForMedia_qualifiers,
 79775                   /* super */
 79776                   &__root_cimv2_CIM_Dependency,
 79777                   /* features */
 79778                   _CIM_HomeForMedia_features,
 79779               };
 79780               
 79781               //==============================================================================
 79782               //
 79783 mike  1.1.2.1 // Class: CIM_IKERule
 79784               //
 79785               //==============================================================================
 79786               
 79787               static const char*
 79788               _CIM_IKERule_IdentityContexts_qualifiers[] =
 79789               {
 79790                   /* MappingStrings */
 79791                   "\026\000\001IPSP Policy Model.IETF|IKERule.IdentityContexts\000",
 79792                   /* ModelCorrespondence */
 79793                   "\036\000\001CIM_IdentityContext\000",
 79794                   0,
 79795               };
 79796               
 79797               static MetaProperty
 79798               _CIM_IKERule_IdentityContexts =
 79799               {
 79800                   /* flags */
 79801                   META_FLAG_PROPERTY|META_FLAG_READ,
 79802                   /* name */
 79803                   "IdentityContexts",
 79804 mike  1.1.2.1     /* qualifiers */
 79805                   _CIM_IKERule_IdentityContexts_qualifiers,
 79806                   /* type */
 79807                   CIMTYPE_STRING,
 79808                   /* subscript */
 79809                   0,
 79810                   /* value */
 79811                   0,
 79812               };
 79813               
 79814               static MetaFeature*
 79815               _CIM_IKERule_features[] =
 79816               {
 79817                   (MetaFeature*)&_CIM_IKERule_IdentityContexts,
 79818                   0,
 79819               };
 79820               
 79821               static const char*
 79822               __root_cimv2_CIM_IKERule_qualifiers[] =
 79823               {
 79824                   /* UMLPackagePath */
 79825 mike  1.1.2.1     "\057CIM::IPsecPolicy",
 79826                   /* Version */
 79827                   "\0632.8.0",
 79828                   /* MappingStrings */
 79829                   "\026\000\001IPSP Policy Model.IETF|IKERule\000",
 79830                   0,
 79831               };
 79832               
 79833               MetaClass
 79834               __root_cimv2_CIM_IKERule =
 79835               {
 79836                   /* flags */
 79837                   META_FLAG_CLASS,
 79838                   /* name */
 79839                   "CIM_IKERule",
 79840                   /* qualifiers */
 79841                   __root_cimv2_CIM_IKERule_qualifiers,
 79842                   /* super */
 79843                   &__root_cimv2_CIM_SARule,
 79844                   /* features */
 79845                   _CIM_IKERule_features,
 79846 mike  1.1.2.1 };
 79847               
 79848               //==============================================================================
 79849               //
 79850               // Class: CIM_IPHeadersFilter
 79851               //
 79852               //==============================================================================
 79853               
 79854               static const char*
 79855               _CIM_IPHeadersFilter_HdrIPVersion_qualifiers[] =
 79856               {
 79857                   /* ValueMap */
 79858                   "\061\000\0024\0006\000",
 79859                   /* Values */
 79860                   "\062\000\002IPv4\000IPv6\000",
 79861                   /* ModelCorrespondence */
 79862                   "\036\000\006CIM_IPHeadersFilter.HdrSrcAddress\000CIM_IPHeadersFilter.HdrSrcAddressEndOfRange\000CIM_IPHeadersFilter.HdrSrcMask\000CIM_IPHeadersFilter.HdrDestAddress\000CIM_IPHeadersFilter.HdrDestAddressEndOfRange\000CIM_IPHeadersFilter.HdrDestMask\000",
 79863                   0,
 79864               };
 79865               
 79866               static MetaProperty
 79867 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrIPVersion =
 79868               {
 79869                   /* flags */
 79870                   META_FLAG_PROPERTY|META_FLAG_READ,
 79871                   /* name */
 79872                   "HdrIPVersion",
 79873                   /* qualifiers */
 79874                   _CIM_IPHeadersFilter_HdrIPVersion_qualifiers,
 79875                   /* type */
 79876                   CIMTYPE_UINT8,
 79877                   /* subscript */
 79878                   -1,
 79879                   /* value */
 79880                   0,
 79881               };
 79882               
 79883               static const char*
 79884               _CIM_IPHeadersFilter_HdrSrcAddress_qualifiers[] =
 79885               {
 79886                   /* OctetString */
 79887                   "\042\001",
 79888 mike  1.1.2.1     /* ModelCorrespondence */
 79889                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79890                   0,
 79891               };
 79892               
 79893               static MetaProperty
 79894               _CIM_IPHeadersFilter_HdrSrcAddress =
 79895               {
 79896                   /* flags */
 79897                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79898                   /* name */
 79899                   "HdrSrcAddress",
 79900                   /* qualifiers */
 79901                   _CIM_IPHeadersFilter_HdrSrcAddress_qualifiers,
 79902                   /* type */
 79903                   CIMTYPE_UINT8,
 79904                   /* subscript */
 79905                   0,
 79906                   /* value */
 79907                   0,
 79908               };
 79909 mike  1.1.2.1 
 79910               static const char*
 79911               _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange_qualifiers[] =
 79912               {
 79913                   /* OctetString */
 79914                   "\042\001",
 79915                   /* ModelCorrespondence */
 79916                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79917                   0,
 79918               };
 79919               
 79920               static MetaProperty
 79921               _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange =
 79922               {
 79923                   /* flags */
 79924                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79925                   /* name */
 79926                   "HdrSrcAddressEndOfRange",
 79927                   /* qualifiers */
 79928                   _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange_qualifiers,
 79929                   /* type */
 79930 mike  1.1.2.1     CIMTYPE_UINT8,
 79931                   /* subscript */
 79932                   0,
 79933                   /* value */
 79934                   0,
 79935               };
 79936               
 79937               static const char*
 79938               _CIM_IPHeadersFilter_HdrSrcMask_qualifiers[] =
 79939               {
 79940                   /* OctetString */
 79941                   "\042\001",
 79942                   /* ModelCorrespondence */
 79943                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79944                   0,
 79945               };
 79946               
 79947               static MetaProperty
 79948               _CIM_IPHeadersFilter_HdrSrcMask =
 79949               {
 79950                   /* flags */
 79951 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79952                   /* name */
 79953                   "HdrSrcMask",
 79954                   /* qualifiers */
 79955                   _CIM_IPHeadersFilter_HdrSrcMask_qualifiers,
 79956                   /* type */
 79957                   CIMTYPE_UINT8,
 79958                   /* subscript */
 79959                   0,
 79960                   /* value */
 79961                   0,
 79962               };
 79963               
 79964               static const char*
 79965               _CIM_IPHeadersFilter_HdrDestAddress_qualifiers[] =
 79966               {
 79967                   /* OctetString */
 79968                   "\042\001",
 79969                   /* ModelCorrespondence */
 79970                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79971                   0,
 79972 mike  1.1.2.1 };
 79973               
 79974               static MetaProperty
 79975               _CIM_IPHeadersFilter_HdrDestAddress =
 79976               {
 79977                   /* flags */
 79978                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79979                   /* name */
 79980                   "HdrDestAddress",
 79981                   /* qualifiers */
 79982                   _CIM_IPHeadersFilter_HdrDestAddress_qualifiers,
 79983                   /* type */
 79984                   CIMTYPE_UINT8,
 79985                   /* subscript */
 79986                   0,
 79987                   /* value */
 79988                   0,
 79989               };
 79990               
 79991               static const char*
 79992               _CIM_IPHeadersFilter_HdrDestAddressEndOfRange_qualifiers[] =
 79993 mike  1.1.2.1 {
 79994                   /* OctetString */
 79995                   "\042\001",
 79996                   /* ModelCorrespondence */
 79997                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79998                   0,
 79999               };
 80000               
 80001               static MetaProperty
 80002               _CIM_IPHeadersFilter_HdrDestAddressEndOfRange =
 80003               {
 80004                   /* flags */
 80005                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80006                   /* name */
 80007                   "HdrDestAddressEndOfRange",
 80008                   /* qualifiers */
 80009                   _CIM_IPHeadersFilter_HdrDestAddressEndOfRange_qualifiers,
 80010                   /* type */
 80011                   CIMTYPE_UINT8,
 80012                   /* subscript */
 80013                   0,
 80014 mike  1.1.2.1     /* value */
 80015                   0,
 80016               };
 80017               
 80018               static const char*
 80019               _CIM_IPHeadersFilter_HdrDestMask_qualifiers[] =
 80020               {
 80021                   /* OctetString */
 80022                   "\042\001",
 80023                   /* ModelCorrespondence */
 80024                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 80025                   0,
 80026               };
 80027               
 80028               static MetaProperty
 80029               _CIM_IPHeadersFilter_HdrDestMask =
 80030               {
 80031                   /* flags */
 80032                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80033                   /* name */
 80034                   "HdrDestMask",
 80035 mike  1.1.2.1     /* qualifiers */
 80036                   _CIM_IPHeadersFilter_HdrDestMask_qualifiers,
 80037                   /* type */
 80038                   CIMTYPE_UINT8,
 80039                   /* subscript */
 80040                   0,
 80041                   /* value */
 80042                   0,
 80043               };
 80044               
 80045               static const char*
 80046               _CIM_IPHeadersFilter_HdrProtocolID_qualifiers[] =
 80047               {
 80048                   0,
 80049               };
 80050               
 80051               static MetaProperty
 80052               _CIM_IPHeadersFilter_HdrProtocolID =
 80053               {
 80054                   /* flags */
 80055                   META_FLAG_PROPERTY|META_FLAG_READ,
 80056 mike  1.1.2.1     /* name */
 80057                   "HdrProtocolID",
 80058                   /* qualifiers */
 80059                   _CIM_IPHeadersFilter_HdrProtocolID_qualifiers,
 80060                   /* type */
 80061                   CIMTYPE_UINT8,
 80062                   /* subscript */
 80063                   -1,
 80064                   /* value */
 80065                   0,
 80066               };
 80067               
 80068               static const char*
 80069               _CIM_IPHeadersFilter_HdrSrcPortStart_qualifiers[] =
 80070               {
 80071                   0,
 80072               };
 80073               
 80074               static MetaProperty
 80075               _CIM_IPHeadersFilter_HdrSrcPortStart =
 80076               {
 80077 mike  1.1.2.1     /* flags */
 80078                   META_FLAG_PROPERTY|META_FLAG_READ,
 80079                   /* name */
 80080                   "HdrSrcPortStart",
 80081                   /* qualifiers */
 80082                   _CIM_IPHeadersFilter_HdrSrcPortStart_qualifiers,
 80083                   /* type */
 80084                   CIMTYPE_UINT16,
 80085                   /* subscript */
 80086                   -1,
 80087                   /* value */
 80088                   0,
 80089               };
 80090               
 80091               static const char*
 80092               _CIM_IPHeadersFilter_HdrSrcPortEnd_qualifiers[] =
 80093               {
 80094                   0,
 80095               };
 80096               
 80097               static MetaProperty
 80098 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrSrcPortEnd =
 80099               {
 80100                   /* flags */
 80101                   META_FLAG_PROPERTY|META_FLAG_READ,
 80102                   /* name */
 80103                   "HdrSrcPortEnd",
 80104                   /* qualifiers */
 80105                   _CIM_IPHeadersFilter_HdrSrcPortEnd_qualifiers,
 80106                   /* type */
 80107                   CIMTYPE_UINT16,
 80108                   /* subscript */
 80109                   -1,
 80110                   /* value */
 80111                   0,
 80112               };
 80113               
 80114               static const char*
 80115               _CIM_IPHeadersFilter_HdrDestPortStart_qualifiers[] =
 80116               {
 80117                   0,
 80118               };
 80119 mike  1.1.2.1 
 80120               static MetaProperty
 80121               _CIM_IPHeadersFilter_HdrDestPortStart =
 80122               {
 80123                   /* flags */
 80124                   META_FLAG_PROPERTY|META_FLAG_READ,
 80125                   /* name */
 80126                   "HdrDestPortStart",
 80127                   /* qualifiers */
 80128                   _CIM_IPHeadersFilter_HdrDestPortStart_qualifiers,
 80129                   /* type */
 80130                   CIMTYPE_UINT16,
 80131                   /* subscript */
 80132                   -1,
 80133                   /* value */
 80134                   0,
 80135               };
 80136               
 80137               static const char*
 80138               _CIM_IPHeadersFilter_HdrDestPortEnd_qualifiers[] =
 80139               {
 80140 mike  1.1.2.1     0,
 80141               };
 80142               
 80143               static MetaProperty
 80144               _CIM_IPHeadersFilter_HdrDestPortEnd =
 80145               {
 80146                   /* flags */
 80147                   META_FLAG_PROPERTY|META_FLAG_READ,
 80148                   /* name */
 80149                   "HdrDestPortEnd",
 80150                   /* qualifiers */
 80151                   _CIM_IPHeadersFilter_HdrDestPortEnd_qualifiers,
 80152                   /* type */
 80153                   CIMTYPE_UINT16,
 80154                   /* subscript */
 80155                   -1,
 80156                   /* value */
 80157                   0,
 80158               };
 80159               
 80160               static const char*
 80161 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrDSCP_qualifiers[] =
 80162               {
 80163                   /* MaxValue */
 80164                   "\031\000\000\000\000\000\000\000\077",
 80165                   0,
 80166               };
 80167               
 80168               static MetaProperty
 80169               _CIM_IPHeadersFilter_HdrDSCP =
 80170               {
 80171                   /* flags */
 80172                   META_FLAG_PROPERTY|META_FLAG_READ,
 80173                   /* name */
 80174                   "HdrDSCP",
 80175                   /* qualifiers */
 80176                   _CIM_IPHeadersFilter_HdrDSCP_qualifiers,
 80177                   /* type */
 80178                   CIMTYPE_UINT8,
 80179                   /* subscript */
 80180                   0,
 80181                   /* value */
 80182 mike  1.1.2.1     0,
 80183               };
 80184               
 80185               static const char*
 80186               _CIM_IPHeadersFilter_HdrFlowLabel_qualifiers[] =
 80187               {
 80188                   /* OctetString */
 80189                   "\042\001",
 80190                   0,
 80191               };
 80192               
 80193               static MetaProperty
 80194               _CIM_IPHeadersFilter_HdrFlowLabel =
 80195               {
 80196                   /* flags */
 80197                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80198                   /* name */
 80199                   "HdrFlowLabel",
 80200                   /* qualifiers */
 80201                   _CIM_IPHeadersFilter_HdrFlowLabel_qualifiers,
 80202                   /* type */
 80203 mike  1.1.2.1     CIMTYPE_UINT8,
 80204                   /* subscript */
 80205                   0,
 80206                   /* value */
 80207                   0,
 80208               };
 80209               
 80210               static MetaFeature*
 80211               _CIM_IPHeadersFilter_features[] =
 80212               {
 80213                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrIPVersion,
 80214                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcAddress,
 80215                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcAddressEndOfRange,
 80216                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcMask,
 80217                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestAddress,
 80218                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestAddressEndOfRange,
 80219                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestMask,
 80220                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrProtocolID,
 80221                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcPortStart,
 80222                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcPortEnd,
 80223                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestPortStart,
 80224 mike  1.1.2.1     (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestPortEnd,
 80225                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDSCP,
 80226                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrFlowLabel,
 80227                   0,
 80228               };
 80229               
 80230               static const char*
 80231               __root_cimv2_CIM_IPHeadersFilter_qualifiers[] =
 80232               {
 80233                   /* UMLPackagePath */
 80234                   "\057CIM::Network::Filtering",
 80235                   /* Version */
 80236                   "\0632.6.0",
 80237                   0,
 80238               };
 80239               
 80240               MetaClass
 80241               __root_cimv2_CIM_IPHeadersFilter =
 80242               {
 80243                   /* flags */
 80244                   META_FLAG_CLASS,
 80245 mike  1.1.2.1     /* name */
 80246                   "CIM_IPHeadersFilter",
 80247                   /* qualifiers */
 80248                   __root_cimv2_CIM_IPHeadersFilter_qualifiers,
 80249                   /* super */
 80250                   &__root_cimv2_CIM_FilterEntryBase,
 80251                   /* features */
 80252                   _CIM_IPHeadersFilter_features,
 80253               };
 80254               
 80255               //==============================================================================
 80256               //
 80257               // Class: CIM_IPRoute
 80258               //
 80259               //==============================================================================
 80260               
 80261               static const char*
 80262               _CIM_IPRoute_SystemCreationClassName_qualifiers[] =
 80263               {
 80264                   /* Deprecated */
 80265                   "\013\000\001No value\000",
 80266 mike  1.1.2.1     /* Key */
 80267                   "\025\001",
 80268                   /* Propagated */
 80269                   "\045CIM_ForwardingService.SystemCreationClassName",
 80270                   /* MaxLen */
 80271                   "\030\000\000\001\000",
 80272                   0,
 80273               };
 80274               
 80275               static MetaProperty
 80276               _CIM_IPRoute_SystemCreationClassName =
 80277               {
 80278                   /* flags */
 80279                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80280                   /* name */
 80281                   "SystemCreationClassName",
 80282                   /* qualifiers */
 80283                   _CIM_IPRoute_SystemCreationClassName_qualifiers,
 80284                   /* type */
 80285                   CIMTYPE_STRING,
 80286                   /* subscript */
 80287 mike  1.1.2.1     -1,
 80288                   /* value */
 80289                   0,
 80290               };
 80291               
 80292               static const char*
 80293               _CIM_IPRoute_SystemName_qualifiers[] =
 80294               {
 80295                   /* Deprecated */
 80296                   "\013\000\001No value\000",
 80297                   /* Key */
 80298                   "\025\001",
 80299                   /* Propagated */
 80300                   "\045CIM_ForwardingService.SystemName",
 80301                   /* MaxLen */
 80302                   "\030\000\000\001\000",
 80303                   0,
 80304               };
 80305               
 80306               static MetaProperty
 80307               _CIM_IPRoute_SystemName =
 80308 mike  1.1.2.1 {
 80309                   /* flags */
 80310                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80311                   /* name */
 80312                   "SystemName",
 80313                   /* qualifiers */
 80314                   _CIM_IPRoute_SystemName_qualifiers,
 80315                   /* type */
 80316                   CIMTYPE_STRING,
 80317                   /* subscript */
 80318                   -1,
 80319                   /* value */
 80320                   0,
 80321               };
 80322               
 80323               static const char*
 80324               _CIM_IPRoute_ServiceCreationClassName_qualifiers[] =
 80325               {
 80326                   /* Deprecated */
 80327                   "\013\000\001No value\000",
 80328                   /* Key */
 80329 mike  1.1.2.1     "\025\001",
 80330                   /* Propagated */
 80331                   "\045CIM_ForwardingService.CreationClassName",
 80332                   /* MaxLen */
 80333                   "\030\000\000\001\000",
 80334                   0,
 80335               };
 80336               
 80337               static MetaProperty
 80338               _CIM_IPRoute_ServiceCreationClassName =
 80339               {
 80340                   /* flags */
 80341                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80342                   /* name */
 80343                   "ServiceCreationClassName",
 80344                   /* qualifiers */
 80345                   _CIM_IPRoute_ServiceCreationClassName_qualifiers,
 80346                   /* type */
 80347                   CIMTYPE_STRING,
 80348                   /* subscript */
 80349                   -1,
 80350 mike  1.1.2.1     /* value */
 80351                   0,
 80352               };
 80353               
 80354               static const char*
 80355               _CIM_IPRoute_ServiceName_qualifiers[] =
 80356               {
 80357                   /* Deprecated */
 80358                   "\013\000\001No value\000",
 80359                   /* Key */
 80360                   "\025\001",
 80361                   /* Propagated */
 80362                   "\045CIM_ForwardingService.Name",
 80363                   /* MaxLen */
 80364                   "\030\000\000\001\000",
 80365                   0,
 80366               };
 80367               
 80368               static MetaProperty
 80369               _CIM_IPRoute_ServiceName =
 80370               {
 80371 mike  1.1.2.1     /* flags */
 80372                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80373                   /* name */
 80374                   "ServiceName",
 80375                   /* qualifiers */
 80376                   _CIM_IPRoute_ServiceName_qualifiers,
 80377                   /* type */
 80378                   CIMTYPE_STRING,
 80379                   /* subscript */
 80380                   -1,
 80381                   /* value */
 80382                   0,
 80383               };
 80384               
 80385               static const char*
 80386               _CIM_IPRoute_CreationClassName_qualifiers[] =
 80387               {
 80388                   /* Deprecated */
 80389                   "\013\000\001No value\000",
 80390                   /* Key */
 80391                   "\025\001",
 80392 mike  1.1.2.1     /* MaxLen */
 80393                   "\030\000\000\001\000",
 80394                   0,
 80395               };
 80396               
 80397               static MetaProperty
 80398               _CIM_IPRoute_CreationClassName =
 80399               {
 80400                   /* flags */
 80401                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80402                   /* name */
 80403                   "CreationClassName",
 80404                   /* qualifiers */
 80405                   _CIM_IPRoute_CreationClassName_qualifiers,
 80406                   /* type */
 80407                   CIMTYPE_STRING,
 80408                   /* subscript */
 80409                   -1,
 80410                   /* value */
 80411                   0,
 80412               };
 80413 mike  1.1.2.1 
 80414               static const char*
 80415               _CIM_IPRoute_IPDestinationAddress_qualifiers[] =
 80416               {
 80417                   /* Deprecated */
 80418                   "\013\000\001CIM_NextHopIPRoute.DestinationAddress\000",
 80419                   /* Key */
 80420                   "\025\001",
 80421                   /* ModelCorrespondence */
 80422                   "\036\000\001CIM_IPRoute.DestinationAddress\000",
 80423                   0,
 80424               };
 80425               
 80426               static MetaProperty
 80427               _CIM_IPRoute_IPDestinationAddress =
 80428               {
 80429                   /* flags */
 80430                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80431                   /* name */
 80432                   "IPDestinationAddress",
 80433                   /* qualifiers */
 80434 mike  1.1.2.1     _CIM_IPRoute_IPDestinationAddress_qualifiers,
 80435                   /* type */
 80436                   CIMTYPE_STRING,
 80437                   /* subscript */
 80438                   -1,
 80439                   /* value */
 80440                   0,
 80441               };
 80442               
 80443               static const char*
 80444               _CIM_IPRoute_IPDestinationMask_qualifiers[] =
 80445               {
 80446                   /* Deprecated */
 80447                   "\013\000\001CIM_NextHopIPRoute.DestinationMask\000",
 80448                   /* Key */
 80449                   "\025\001",
 80450                   /* ModelCorrespondence */
 80451                   "\036\000\001CIM_IPRoute.DestinationMask\000",
 80452                   0,
 80453               };
 80454               
 80455 mike  1.1.2.1 static MetaProperty
 80456               _CIM_IPRoute_IPDestinationMask =
 80457               {
 80458                   /* flags */
 80459                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80460                   /* name */
 80461                   "IPDestinationMask",
 80462                   /* qualifiers */
 80463                   _CIM_IPRoute_IPDestinationMask_qualifiers,
 80464                   /* type */
 80465                   CIMTYPE_STRING,
 80466                   /* subscript */
 80467                   -1,
 80468                   /* value */
 80469                   0,
 80470               };
 80471               
 80472               static const char*
 80473               _CIM_IPRoute_AddressType_qualifiers[] =
 80474               {
 80475                   /* Deprecated */
 80476 mike  1.1.2.1     "\013\000\001CIM_NextHopIPRoute.AddressType\000",
 80477                   /* Key */
 80478                   "\025\001",
 80479                   /* ValueMap */
 80480                   "\061\000\0030\0001\0002\000",
 80481                   /* Values */
 80482                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 80483                   0,
 80484               };
 80485               
 80486               static MetaProperty
 80487               _CIM_IPRoute_AddressType =
 80488               {
 80489                   /* flags */
 80490                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80491                   /* name */
 80492                   "AddressType",
 80493                   /* qualifiers */
 80494                   _CIM_IPRoute_AddressType_qualifiers,
 80495                   /* type */
 80496                   CIMTYPE_UINT16,
 80497 mike  1.1.2.1     /* subscript */
 80498                   -1,
 80499                   /* value */
 80500                   0,
 80501               };
 80502               
 80503               static const char*
 80504               _CIM_IPRoute_DestinationAddress_qualifiers[] =
 80505               {
 80506                   /* Deprecated */
 80507                   "\013\000\001No Value\000",
 80508                   /* Override */
 80509                   "\044DestinationAddress",
 80510                   /* ModelCorrespondence */
 80511                   "\036\000\001CIM_IPRoute.IPDestinationAddress\000",
 80512                   0,
 80513               };
 80514               
 80515               static MetaProperty
 80516               _CIM_IPRoute_DestinationAddress =
 80517               {
 80518 mike  1.1.2.1     /* flags */
 80519                   META_FLAG_PROPERTY|META_FLAG_READ,
 80520                   /* name */
 80521                   "DestinationAddress",
 80522                   /* qualifiers */
 80523                   _CIM_IPRoute_DestinationAddress_qualifiers,
 80524                   /* type */
 80525                   CIMTYPE_STRING,
 80526                   /* subscript */
 80527                   -1,
 80528                   /* value */
 80529                   0,
 80530               };
 80531               
 80532               static const char*
 80533               _CIM_IPRoute_DestinationMask_qualifiers[] =
 80534               {
 80535                   /* Deprecated */
 80536                   "\013\000\001No Value\000",
 80537                   /* Override */
 80538                   "\044DestinationMask",
 80539 mike  1.1.2.1     /* ModelCorrespondence */
 80540                   "\036\000\001CIM_IPRoute.IPDestinationMask\000",
 80541                   0,
 80542               };
 80543               
 80544               static MetaProperty
 80545               _CIM_IPRoute_DestinationMask =
 80546               {
 80547                   /* flags */
 80548                   META_FLAG_PROPERTY|META_FLAG_READ,
 80549                   /* name */
 80550                   "DestinationMask",
 80551                   /* qualifiers */
 80552                   _CIM_IPRoute_DestinationMask_qualifiers,
 80553                   /* type */
 80554                   CIMTYPE_STRING,
 80555                   /* subscript */
 80556                   -1,
 80557                   /* value */
 80558                   0,
 80559               };
 80560 mike  1.1.2.1 
 80561               static MetaFeature*
 80562               _CIM_IPRoute_features[] =
 80563               {
 80564                   (MetaFeature*)&_CIM_IPRoute_SystemCreationClassName,
 80565                   (MetaFeature*)&_CIM_IPRoute_SystemName,
 80566                   (MetaFeature*)&_CIM_IPRoute_ServiceCreationClassName,
 80567                   (MetaFeature*)&_CIM_IPRoute_ServiceName,
 80568                   (MetaFeature*)&_CIM_IPRoute_CreationClassName,
 80569                   (MetaFeature*)&_CIM_IPRoute_IPDestinationAddress,
 80570                   (MetaFeature*)&_CIM_IPRoute_IPDestinationMask,
 80571                   (MetaFeature*)&_CIM_IPRoute_AddressType,
 80572                   (MetaFeature*)&_CIM_IPRoute_DestinationAddress,
 80573                   (MetaFeature*)&_CIM_IPRoute_DestinationMask,
 80574                   0,
 80575               };
 80576               
 80577               static const char*
 80578               __root_cimv2_CIM_IPRoute_qualifiers[] =
 80579               {
 80580                   /* Deprecated */
 80581 mike  1.1.2.1     "\013\000\001CIM_NextHopIPRoute\000",
 80582                   /* UMLPackagePath */
 80583                   "\057CIM::Network::Routes",
 80584                   /* Abstract */
 80585                   "\002\001",
 80586                   /* Version */
 80587                   "\0632.7.0",
 80588                   0,
 80589               };
 80590               
 80591               MetaClass
 80592               __root_cimv2_CIM_IPRoute =
 80593               {
 80594                   /* flags */
 80595                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 80596                   /* name */
 80597                   "CIM_IPRoute",
 80598                   /* qualifiers */
 80599                   __root_cimv2_CIM_IPRoute_qualifiers,
 80600                   /* super */
 80601                   &__root_cimv2_CIM_NextHopRouting,
 80602 mike  1.1.2.1     /* features */
 80603                   _CIM_IPRoute_features,
 80604               };
 80605               
 80606               //==============================================================================
 80607               //
 80608               // Class: CIM_IPsecRule
 80609               //
 80610               //==============================================================================
 80611               
 80612               static MetaFeature*
 80613               _CIM_IPsecRule_features[] =
 80614               {
 80615                   0,
 80616               };
 80617               
 80618               static const char*
 80619               __root_cimv2_CIM_IPsecRule_qualifiers[] =
 80620               {
 80621                   /* UMLPackagePath */
 80622                   "\057CIM::IPsecPolicy",
 80623 mike  1.1.2.1     /* Version */
 80624                   "\0632.8.0",
 80625                   /* MappingStrings */
 80626                   "\026\000\001IPSP Policy Model.IETF|IPsecRule\000",
 80627                   0,
 80628               };
 80629               
 80630               MetaClass
 80631               __root_cimv2_CIM_IPsecRule =
 80632               {
 80633                   /* flags */
 80634                   META_FLAG_CLASS,
 80635                   /* name */
 80636                   "CIM_IPsecRule",
 80637                   /* qualifiers */
 80638                   __root_cimv2_CIM_IPsecRule_qualifiers,
 80639                   /* super */
 80640                   &__root_cimv2_CIM_SARule,
 80641                   /* features */
 80642                   _CIM_IPsecRule_features,
 80643               };
 80644 mike  1.1.2.1 
 80645               //==============================================================================
 80646               //
 80647               // Class: CIM_IPSOFilterEntry
 80648               //
 80649               //==============================================================================
 80650               
 80651               static const char*
 80652               _CIM_IPSOFilterEntry_MatchConditionType_qualifiers[] =
 80653               {
 80654                   /* Required */
 80655                   "\050\001",
 80656                   /* ValueMap */
 80657                   "\061\000\0032\0003\0004\000",
 80658                   /* Values */
 80659                   "\062\000\003Classification Level\000Protection Authority\000Both Classification Level and Protection Authority\000",
 80660                   /* MappingStrings */
 80661                   "\026\000\001IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionType\000",
 80662                   /* ModelCorrespondence */
 80663                   "\036\000\002CIM_IPSOFilterEntry.ClassificationLevel\000CIM_IPSOFilterEntry.ProtectionAuthorities\000",
 80664                   0,
 80665 mike  1.1.2.1 };
 80666               
 80667               static MetaProperty
 80668               _CIM_IPSOFilterEntry_MatchConditionType =
 80669               {
 80670                   /* flags */
 80671                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80672                   /* name */
 80673                   "MatchConditionType",
 80674                   /* qualifiers */
 80675                   _CIM_IPSOFilterEntry_MatchConditionType_qualifiers,
 80676                   /* type */
 80677                   CIMTYPE_UINT16,
 80678                   /* subscript */
 80679                   -1,
 80680                   /* value */
 80681                   0,
 80682               };
 80683               
 80684               static const char*
 80685               _CIM_IPSOFilterEntry_ClassificationLevel_qualifiers[] =
 80686 mike  1.1.2.1 {
 80687                   /* Required */
 80688                   "\050\001",
 80689                   /* ValueMap */
 80690                   "\061\000\0101\0002\0003\0004\0005\0006\000..\0000x8000..\000",
 80691                   /* Values */
 80692                   "\062\000\010Other\000No Filtering on Classification Level\000Top Secret\000Secret\000Confidential\000Unclassified\000DMTF Reserved\000Vendor Reserved\000",
 80693                   /* MappingStrings */
 80694                   "\026\000\002IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionValue\000RFC1108.IETF|Section 2.3\000",
 80695                   /* ModelCorrespondence */
 80696                   "\036\000\002CIM_IPSOFilterEntry.MatchConditionType\000CIM_IPSOFilterEntry.OtherClassificationLevel\000",
 80697                   0,
 80698               };
 80699               
 80700               static MetaProperty
 80701               _CIM_IPSOFilterEntry_ClassificationLevel =
 80702               {
 80703                   /* flags */
 80704                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80705                   /* name */
 80706                   "ClassificationLevel",
 80707 mike  1.1.2.1     /* qualifiers */
 80708                   _CIM_IPSOFilterEntry_ClassificationLevel_qualifiers,
 80709                   /* type */
 80710                   CIMTYPE_UINT16,
 80711                   /* subscript */
 80712                   -1,
 80713                   /* value */
 80714                   0,
 80715               };
 80716               
 80717               static const char*
 80718               _CIM_IPSOFilterEntry_OtherClassificationLevel_qualifiers[] =
 80719               {
 80720                   /* ModelCorrespondence */
 80721                   "\036\000\001CIM_IPSOFilterEntry.ClassificationLevel\000",
 80722                   0,
 80723               };
 80724               
 80725               static MetaProperty
 80726               _CIM_IPSOFilterEntry_OtherClassificationLevel =
 80727               {
 80728 mike  1.1.2.1     /* flags */
 80729                   META_FLAG_PROPERTY|META_FLAG_READ,
 80730                   /* name */
 80731                   "OtherClassificationLevel",
 80732                   /* qualifiers */
 80733                   _CIM_IPSOFilterEntry_OtherClassificationLevel_qualifiers,
 80734                   /* type */
 80735                   CIMTYPE_STRING,
 80736                   /* subscript */
 80737                   -1,
 80738                   /* value */
 80739                   0,
 80740               };
 80741               
 80742               static const char*
 80743               _CIM_IPSOFilterEntry_ProtectionAuthorities_qualifiers[] =
 80744               {
 80745                   /* Required */
 80746                   "\050\001",
 80747                   /* ValueMap */
 80748                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..\0000x8000..\000",
 80749 mike  1.1.2.1     /* Values */
 80750                   "\062\000\011Other\000No Filtering on Protection Authority\000GENSER\000SIOP-ESI\000SCI\000NSA\000DOE\000DMTF Reserved\000Vendor Reserved\000",
 80751                   /* MappingStrings */
 80752                   "\026\000\002IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionValue\000RFC1108.IETF|Section 2.4\000",
 80753                   /* ModelCorrespondence */
 80754                   "\036\000\002CIM_IPSOFilterEntry.MatchConditionType\000CIM_IPSOFilterEntry.OtherProtectionAuthorities\000",
 80755                   0,
 80756               };
 80757               
 80758               static MetaProperty
 80759               _CIM_IPSOFilterEntry_ProtectionAuthorities =
 80760               {
 80761                   /* flags */
 80762                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80763                   /* name */
 80764                   "ProtectionAuthorities",
 80765                   /* qualifiers */
 80766                   _CIM_IPSOFilterEntry_ProtectionAuthorities_qualifiers,
 80767                   /* type */
 80768                   CIMTYPE_UINT16,
 80769                   /* subscript */
 80770 mike  1.1.2.1     0,
 80771                   /* value */
 80772                   0,
 80773               };
 80774               
 80775               static const char*
 80776               _CIM_IPSOFilterEntry_OtherProtectionAuthorities_qualifiers[] =
 80777               {
 80778                   /* ModelCorrespondence */
 80779                   "\036\000\001CIM_IPSOFilterEntry.ProtectionAuthorities\000",
 80780                   0,
 80781               };
 80782               
 80783               static MetaProperty
 80784               _CIM_IPSOFilterEntry_OtherProtectionAuthorities =
 80785               {
 80786                   /* flags */
 80787                   META_FLAG_PROPERTY|META_FLAG_READ,
 80788                   /* name */
 80789                   "OtherProtectionAuthorities",
 80790                   /* qualifiers */
 80791 mike  1.1.2.1     _CIM_IPSOFilterEntry_OtherProtectionAuthorities_qualifiers,
 80792                   /* type */
 80793                   CIMTYPE_STRING,
 80794                   /* subscript */
 80795                   0,
 80796                   /* value */
 80797                   0,
 80798               };
 80799               
 80800               static MetaFeature*
 80801               _CIM_IPSOFilterEntry_features[] =
 80802               {
 80803                   (MetaFeature*)&_CIM_IPSOFilterEntry_MatchConditionType,
 80804                   (MetaFeature*)&_CIM_IPSOFilterEntry_ClassificationLevel,
 80805                   (MetaFeature*)&_CIM_IPSOFilterEntry_OtherClassificationLevel,
 80806                   (MetaFeature*)&_CIM_IPSOFilterEntry_ProtectionAuthorities,
 80807                   (MetaFeature*)&_CIM_IPSOFilterEntry_OtherProtectionAuthorities,
 80808                   0,
 80809               };
 80810               
 80811               static const char*
 80812 mike  1.1.2.1 __root_cimv2_CIM_IPSOFilterEntry_qualifiers[] =
 80813               {
 80814                   /* UMLPackagePath */
 80815                   "\057CIM::Network::Filtering",
 80816                   /* Version */
 80817                   "\0632.8.0",
 80818                   /* MappingStrings */
 80819                   "\026\000\001IPSP Policy Model.IETF|IPSOFilterEntry\000",
 80820                   0,
 80821               };
 80822               
 80823               MetaClass
 80824               __root_cimv2_CIM_IPSOFilterEntry =
 80825               {
 80826                   /* flags */
 80827                   META_FLAG_CLASS,
 80828                   /* name */
 80829                   "CIM_IPSOFilterEntry",
 80830                   /* qualifiers */
 80831                   __root_cimv2_CIM_IPSOFilterEntry_qualifiers,
 80832                   /* super */
 80833 mike  1.1.2.1     &__root_cimv2_CIM_FilterEntryBase,
 80834                   /* features */
 80835                   _CIM_IPSOFilterEntry_features,
 80836               };
 80837               
 80838               //==============================================================================
 80839               //
 80840               // Class: CIM_IsSpare
 80841               //
 80842               //==============================================================================
 80843               
 80844               static const char*
 80845               _CIM_IsSpare_Antecedent_qualifiers[] =
 80846               {
 80847                   /* Override */
 80848                   "\044Antecedent",
 80849                   0,
 80850               };
 80851               
 80852               static MetaReference
 80853               _CIM_IsSpare_Antecedent =
 80854 mike  1.1.2.1 {
 80855                   /* flags */
 80856                   META_FLAG_REFERENCE|META_FLAG_READ,
 80857                   /* name */
 80858                   "Antecedent",
 80859                   /* qualifiers */
 80860                   _CIM_IsSpare_Antecedent_qualifiers,
 80861                   /* subscript */
 80862                   -1,
 80863                   /* refId */
 80864                   &__root_cimv2_CIM_ManagedElement,
 80865               };
 80866               
 80867               static const char*
 80868               _CIM_IsSpare_Dependent_qualifiers[] =
 80869               {
 80870                   /* Override */
 80871                   "\044Dependent",
 80872                   0,
 80873               };
 80874               
 80875 mike  1.1.2.1 static MetaReference
 80876               _CIM_IsSpare_Dependent =
 80877               {
 80878                   /* flags */
 80879                   META_FLAG_REFERENCE|META_FLAG_READ,
 80880                   /* name */
 80881                   "Dependent",
 80882                   /* qualifiers */
 80883                   _CIM_IsSpare_Dependent_qualifiers,
 80884                   /* subscript */
 80885                   -1,
 80886                   /* refId */
 80887                   &__root_cimv2_CIM_RedundancySet,
 80888               };
 80889               
 80890               static const char*
 80891               _CIM_IsSpare_SpareStatus_qualifiers[] =
 80892               {
 80893                   /* ValueMap */
 80894                   "\061\000\0030\0002\0003\000",
 80895                   /* Values */
 80896 mike  1.1.2.1     "\062\000\003Unknown\000Hot Standby\000Cold Standby\000",
 80897                   0,
 80898               };
 80899               
 80900               static MetaProperty
 80901               _CIM_IsSpare_SpareStatus =
 80902               {
 80903                   /* flags */
 80904                   META_FLAG_PROPERTY|META_FLAG_READ,
 80905                   /* name */
 80906                   "SpareStatus",
 80907                   /* qualifiers */
 80908                   _CIM_IsSpare_SpareStatus_qualifiers,
 80909                   /* type */
 80910                   CIMTYPE_UINT16,
 80911                   /* subscript */
 80912                   -1,
 80913                   /* value */
 80914                   0,
 80915               };
 80916               
 80917 mike  1.1.2.1 static const char*
 80918               _CIM_IsSpare_FailoverSupported_qualifiers[] =
 80919               {
 80920                   /* ValueMap */
 80921                   "\061\000\0040\0002\0003\0004\000",
 80922                   /* Values */
 80923                   "\062\000\004Unknown\000Automatic\000Manual\000Both Manual and Automatic\000",
 80924                   0,
 80925               };
 80926               
 80927               static MetaProperty
 80928               _CIM_IsSpare_FailoverSupported =
 80929               {
 80930                   /* flags */
 80931                   META_FLAG_PROPERTY|META_FLAG_READ,
 80932                   /* name */
 80933                   "FailoverSupported",
 80934                   /* qualifiers */
 80935                   _CIM_IsSpare_FailoverSupported_qualifiers,
 80936                   /* type */
 80937                   CIMTYPE_UINT16,
 80938 mike  1.1.2.1     /* subscript */
 80939                   -1,
 80940                   /* value */
 80941                   0,
 80942               };
 80943               
 80944               static MetaFeature*
 80945               _CIM_IsSpare_features[] =
 80946               {
 80947                   (MetaFeature*)&_CIM_IsSpare_Antecedent,
 80948                   (MetaFeature*)&_CIM_IsSpare_Dependent,
 80949                   (MetaFeature*)&_CIM_IsSpare_SpareStatus,
 80950                   (MetaFeature*)&_CIM_IsSpare_FailoverSupported,
 80951                   0,
 80952               };
 80953               
 80954               static const char*
 80955               __root_cimv2_CIM_IsSpare_qualifiers[] =
 80956               {
 80957                   /* ASSOCIATION */
 80958                   "\000\001",
 80959 mike  1.1.2.1     /* UMLPackagePath */
 80960                   "\057CIM::Core::Redundancy",
 80961                   /* Version */
 80962                   "\0632.10.0",
 80963                   0,
 80964               };
 80965               
 80966               MetaClass
 80967               __root_cimv2_CIM_IsSpare =
 80968               {
 80969                   /* flags */
 80970                   META_FLAG_ASSOCIATION,
 80971                   /* name */
 80972                   "CIM_IsSpare",
 80973                   /* qualifiers */
 80974                   __root_cimv2_CIM_IsSpare_qualifiers,
 80975                   /* super */
 80976                   &__root_cimv2_CIM_Dependency,
 80977                   /* features */
 80978                   _CIM_IsSpare_features,
 80979               };
 80980 mike  1.1.2.1 
 80981               //==============================================================================
 80982               //
 80983               // Class: CIM_J2eeConnectionStats
 80984               //
 80985               //==============================================================================
 80986               
 80987               static const char*
 80988               _CIM_J2eeConnectionStats_WaitTime_qualifiers[] =
 80989               {
 80990                   /* MappingStrings */
 80991                   "\026\000\001JSR77.JCP|JSR77.6.19.1.3 getWaitTime|V1.0\000",
 80992                   0,
 80993               };
 80994               
 80995               static MetaProperty
 80996               _CIM_J2eeConnectionStats_WaitTime =
 80997               {
 80998                   /* flags */
 80999                   META_FLAG_PROPERTY|META_FLAG_READ,
 81000                   /* name */
 81001 mike  1.1.2.1     "WaitTime",
 81002                   /* qualifiers */
 81003                   _CIM_J2eeConnectionStats_WaitTime_qualifiers,
 81004                   /* type */
 81005                   CIMTYPE_DATETIME,
 81006                   /* subscript */
 81007                   -1,
 81008                   /* value */
 81009                   0,
 81010               };
 81011               
 81012               static const char*
 81013               _CIM_J2eeConnectionStats_WaitTimeMaxTime_qualifiers[] =
 81014               {
 81015                   /* MappingStrings */
 81016                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81017                   0,
 81018               };
 81019               
 81020               static MetaProperty
 81021               _CIM_J2eeConnectionStats_WaitTimeMaxTime =
 81022 mike  1.1.2.1 {
 81023                   /* flags */
 81024                   META_FLAG_PROPERTY|META_FLAG_READ,
 81025                   /* name */
 81026                   "WaitTimeMaxTime",
 81027                   /* qualifiers */
 81028                   _CIM_J2eeConnectionStats_WaitTimeMaxTime_qualifiers,
 81029                   /* type */
 81030                   CIMTYPE_DATETIME,
 81031                   /* subscript */
 81032                   -1,
 81033                   /* value */
 81034                   0,
 81035               };
 81036               
 81037               static const char*
 81038               _CIM_J2eeConnectionStats_WaitTimeMinTime_qualifiers[] =
 81039               {
 81040                   /* MappingStrings */
 81041                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81042                   0,
 81043 mike  1.1.2.1 };
 81044               
 81045               static MetaProperty
 81046               _CIM_J2eeConnectionStats_WaitTimeMinTime =
 81047               {
 81048                   /* flags */
 81049                   META_FLAG_PROPERTY|META_FLAG_READ,
 81050                   /* name */
 81051                   "WaitTimeMinTime",
 81052                   /* qualifiers */
 81053                   _CIM_J2eeConnectionStats_WaitTimeMinTime_qualifiers,
 81054                   /* type */
 81055                   CIMTYPE_DATETIME,
 81056                   /* subscript */
 81057                   -1,
 81058                   /* value */
 81059                   0,
 81060               };
 81061               
 81062               static const char*
 81063               _CIM_J2eeConnectionStats_WaitTimeTotalTime_qualifiers[] =
 81064 mike  1.1.2.1 {
 81065                   /* MappingStrings */
 81066                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81067                   0,
 81068               };
 81069               
 81070               static MetaProperty
 81071               _CIM_J2eeConnectionStats_WaitTimeTotalTime =
 81072               {
 81073                   /* flags */
 81074                   META_FLAG_PROPERTY|META_FLAG_READ,
 81075                   /* name */
 81076                   "WaitTimeTotalTime",
 81077                   /* qualifiers */
 81078                   _CIM_J2eeConnectionStats_WaitTimeTotalTime_qualifiers,
 81079                   /* type */
 81080                   CIMTYPE_DATETIME,
 81081                   /* subscript */
 81082                   -1,
 81083                   /* value */
 81084                   0,
 81085 mike  1.1.2.1 };
 81086               
 81087               static const char*
 81088               _CIM_J2eeConnectionStats_UseTime_qualifiers[] =
 81089               {
 81090                   /* MappingStrings */
 81091                   "\026\000\001JSR77.JCP|JSR77.6.19.1.3 getUseTime|V1.0\000",
 81092                   0,
 81093               };
 81094               
 81095               static MetaProperty
 81096               _CIM_J2eeConnectionStats_UseTime =
 81097               {
 81098                   /* flags */
 81099                   META_FLAG_PROPERTY|META_FLAG_READ,
 81100                   /* name */
 81101                   "UseTime",
 81102                   /* qualifiers */
 81103                   _CIM_J2eeConnectionStats_UseTime_qualifiers,
 81104                   /* type */
 81105                   CIMTYPE_DATETIME,
 81106 mike  1.1.2.1     /* subscript */
 81107                   -1,
 81108                   /* value */
 81109                   0,
 81110               };
 81111               
 81112               static const char*
 81113               _CIM_J2eeConnectionStats_UseTimeMaxTime_qualifiers[] =
 81114               {
 81115                   /* MappingStrings */
 81116                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81117                   0,
 81118               };
 81119               
 81120               static MetaProperty
 81121               _CIM_J2eeConnectionStats_UseTimeMaxTime =
 81122               {
 81123                   /* flags */
 81124                   META_FLAG_PROPERTY|META_FLAG_READ,
 81125                   /* name */
 81126                   "UseTimeMaxTime",
 81127 mike  1.1.2.1     /* qualifiers */
 81128                   _CIM_J2eeConnectionStats_UseTimeMaxTime_qualifiers,
 81129                   /* type */
 81130                   CIMTYPE_DATETIME,
 81131                   /* subscript */
 81132                   -1,
 81133                   /* value */
 81134                   0,
 81135               };
 81136               
 81137               static const char*
 81138               _CIM_J2eeConnectionStats_UseTimeMinTime_qualifiers[] =
 81139               {
 81140                   /* MappingStrings */
 81141                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81142                   0,
 81143               };
 81144               
 81145               static MetaProperty
 81146               _CIM_J2eeConnectionStats_UseTimeMinTime =
 81147               {
 81148 mike  1.1.2.1     /* flags */
 81149                   META_FLAG_PROPERTY|META_FLAG_READ,
 81150                   /* name */
 81151                   "UseTimeMinTime",
 81152                   /* qualifiers */
 81153                   _CIM_J2eeConnectionStats_UseTimeMinTime_qualifiers,
 81154                   /* type */
 81155                   CIMTYPE_DATETIME,
 81156                   /* subscript */
 81157                   -1,
 81158                   /* value */
 81159                   0,
 81160               };
 81161               
 81162               static const char*
 81163               _CIM_J2eeConnectionStats_UseTimeTotalTime_qualifiers[] =
 81164               {
 81165                   /* MappingStrings */
 81166                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81167                   0,
 81168               };
 81169 mike  1.1.2.1 
 81170               static MetaProperty
 81171               _CIM_J2eeConnectionStats_UseTimeTotalTime =
 81172               {
 81173                   /* flags */
 81174                   META_FLAG_PROPERTY|META_FLAG_READ,
 81175                   /* name */
 81176                   "UseTimeTotalTime",
 81177                   /* qualifiers */
 81178                   _CIM_J2eeConnectionStats_UseTimeTotalTime_qualifiers,
 81179                   /* type */
 81180                   CIMTYPE_DATETIME,
 81181                   /* subscript */
 81182                   -1,
 81183                   /* value */
 81184                   0,
 81185               };
 81186               
 81187               static MetaFeature*
 81188               _CIM_J2eeConnectionStats_features[] =
 81189               {
 81190 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTime,
 81191                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeMaxTime,
 81192                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeMinTime,
 81193                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeTotalTime,
 81194                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTime,
 81195                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeMaxTime,
 81196                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeMinTime,
 81197                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeTotalTime,
 81198                   0,
 81199               };
 81200               
 81201               static const char*
 81202               __root_cimv2_CIM_J2eeConnectionStats_qualifiers[] =
 81203               {
 81204                   /* UMLPackagePath */
 81205                   "\057CIM::Application::J2eeAppServerStats",
 81206                   /* Version */
 81207                   "\0632.8.0",
 81208                   0,
 81209               };
 81210               
 81211 mike  1.1.2.1 MetaClass
 81212               __root_cimv2_CIM_J2eeConnectionStats =
 81213               {
 81214                   /* flags */
 81215                   META_FLAG_CLASS,
 81216                   /* name */
 81217                   "CIM_J2eeConnectionStats",
 81218                   /* qualifiers */
 81219                   __root_cimv2_CIM_J2eeConnectionStats_qualifiers,
 81220                   /* super */
 81221                   &__root_cimv2_CIM_J2eeStatistic,
 81222                   /* features */
 81223                   _CIM_J2eeConnectionStats_features,
 81224               };
 81225               
 81226               //==============================================================================
 81227               //
 81228               // Class: CIM_J2eeEJBStats
 81229               //
 81230               //==============================================================================
 81231               
 81232 mike  1.1.2.1 static const char*
 81233               _CIM_J2eeEJBStats_CreateCount_qualifiers[] =
 81234               {
 81235                   /* Counter */
 81236                   "\012\001",
 81237                   /* MappingStrings */
 81238                   "\026\000\001JSR77.JCP|JSR77.6.11.1.1 getCreateCount|V1.0\000",
 81239                   0,
 81240               };
 81241               
 81242               static MetaProperty
 81243               _CIM_J2eeEJBStats_CreateCount =
 81244               {
 81245                   /* flags */
 81246                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81247                   /* name */
 81248                   "CreateCount",
 81249                   /* qualifiers */
 81250                   _CIM_J2eeEJBStats_CreateCount_qualifiers,
 81251                   /* type */
 81252                   CIMTYPE_UINT64,
 81253 mike  1.1.2.1     /* subscript */
 81254                   -1,
 81255                   /* value */
 81256                   0,
 81257               };
 81258               
 81259               static const char*
 81260               _CIM_J2eeEJBStats_RemoveCount_qualifiers[] =
 81261               {
 81262                   /* Counter */
 81263                   "\012\001",
 81264                   /* MappingStrings */
 81265                   "\026\000\001JSR77.JCP|JSR77.6.11.1.2 getRemoveCount|V1.0\000",
 81266                   0,
 81267               };
 81268               
 81269               static MetaProperty
 81270               _CIM_J2eeEJBStats_RemoveCount =
 81271               {
 81272                   /* flags */
 81273                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81274 mike  1.1.2.1     /* name */
 81275                   "RemoveCount",
 81276                   /* qualifiers */
 81277                   _CIM_J2eeEJBStats_RemoveCount_qualifiers,
 81278                   /* type */
 81279                   CIMTYPE_UINT64,
 81280                   /* subscript */
 81281                   -1,
 81282                   /* value */
 81283                   0,
 81284               };
 81285               
 81286               static MetaFeature*
 81287               _CIM_J2eeEJBStats_features[] =
 81288               {
 81289                   (MetaFeature*)&_CIM_J2eeEJBStats_CreateCount,
 81290                   (MetaFeature*)&_CIM_J2eeEJBStats_RemoveCount,
 81291                   0,
 81292               };
 81293               
 81294               static const char*
 81295 mike  1.1.2.1 __root_cimv2_CIM_J2eeEJBStats_qualifiers[] =
 81296               {
 81297                   /* UMLPackagePath */
 81298                   "\057CIM::Application::J2eeAppServerStats",
 81299                   /* Abstract */
 81300                   "\002\001",
 81301                   /* Version */
 81302                   "\0632.8.0",
 81303                   0,
 81304               };
 81305               
 81306               MetaClass
 81307               __root_cimv2_CIM_J2eeEJBStats =
 81308               {
 81309                   /* flags */
 81310                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 81311                   /* name */
 81312                   "CIM_J2eeEJBStats",
 81313                   /* qualifiers */
 81314                   __root_cimv2_CIM_J2eeEJBStats_qualifiers,
 81315                   /* super */
 81316 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81317                   /* features */
 81318                   _CIM_J2eeEJBStats_features,
 81319               };
 81320               
 81321               //==============================================================================
 81322               //
 81323               // Class: CIM_J2eeEntityBeanStats
 81324               //
 81325               //==============================================================================
 81326               
 81327               static const char*
 81328               _CIM_J2eeEntityBeanStats_ReadyCount_qualifiers[] =
 81329               {
 81330                   /* Counter */
 81331                   "\012\001",
 81332                   /* MappingStrings */
 81333                   "\026\000\001JSR77.JCP|JSR77.6.12.1.1 getReadyCount|V1.0\000",
 81334                   0,
 81335               };
 81336               
 81337 mike  1.1.2.1 static MetaProperty
 81338               _CIM_J2eeEntityBeanStats_ReadyCount =
 81339               {
 81340                   /* flags */
 81341                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81342                   /* name */
 81343                   "ReadyCount",
 81344                   /* qualifiers */
 81345                   _CIM_J2eeEntityBeanStats_ReadyCount_qualifiers,
 81346                   /* type */
 81347                   CIMTYPE_UINT64,
 81348                   /* subscript */
 81349                   -1,
 81350                   /* value */
 81351                   0,
 81352               };
 81353               
 81354               static const char*
 81355               _CIM_J2eeEntityBeanStats_ReadyLowWaterMark_qualifiers[] =
 81356               {
 81357                   /* MappingStrings */
 81358 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 81359                   0,
 81360               };
 81361               
 81362               static MetaProperty
 81363               _CIM_J2eeEntityBeanStats_ReadyLowWaterMark =
 81364               {
 81365                   /* flags */
 81366                   META_FLAG_PROPERTY|META_FLAG_READ,
 81367                   /* name */
 81368                   "ReadyLowWaterMark",
 81369                   /* qualifiers */
 81370                   _CIM_J2eeEntityBeanStats_ReadyLowWaterMark_qualifiers,
 81371                   /* type */
 81372                   CIMTYPE_UINT64,
 81373                   /* subscript */
 81374                   -1,
 81375                   /* value */
 81376                   0,
 81377               };
 81378               
 81379 mike  1.1.2.1 static const char*
 81380               _CIM_J2eeEntityBeanStats_ReadyHighWaterMark_qualifiers[] =
 81381               {
 81382                   /* MappingStrings */
 81383                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 81384                   0,
 81385               };
 81386               
 81387               static MetaProperty
 81388               _CIM_J2eeEntityBeanStats_ReadyHighWaterMark =
 81389               {
 81390                   /* flags */
 81391                   META_FLAG_PROPERTY|META_FLAG_READ,
 81392                   /* name */
 81393                   "ReadyHighWaterMark",
 81394                   /* qualifiers */
 81395                   _CIM_J2eeEntityBeanStats_ReadyHighWaterMark_qualifiers,
 81396                   /* type */
 81397                   CIMTYPE_UINT64,
 81398                   /* subscript */
 81399                   -1,
 81400 mike  1.1.2.1     /* value */
 81401                   0,
 81402               };
 81403               
 81404               static const char*
 81405               _CIM_J2eeEntityBeanStats_PooledCount_qualifiers[] =
 81406               {
 81407                   /* Counter */
 81408                   "\012\001",
 81409                   /* MappingStrings */
 81410                   "\026\000\001JSR77.JCP|JSR77.6.12.1.2 getPooledCount|V1.0\000",
 81411                   0,
 81412               };
 81413               
 81414               static MetaProperty
 81415               _CIM_J2eeEntityBeanStats_PooledCount =
 81416               {
 81417                   /* flags */
 81418                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81419                   /* name */
 81420                   "PooledCount",
 81421 mike  1.1.2.1     /* qualifiers */
 81422                   _CIM_J2eeEntityBeanStats_PooledCount_qualifiers,
 81423                   /* type */
 81424                   CIMTYPE_UINT64,
 81425                   /* subscript */
 81426                   -1,
 81427                   /* value */
 81428                   0,
 81429               };
 81430               
 81431               static const char*
 81432               _CIM_J2eeEntityBeanStats_PooledLowWaterMark_qualifiers[] =
 81433               {
 81434                   /* MappingStrings */
 81435                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 81436                   0,
 81437               };
 81438               
 81439               static MetaProperty
 81440               _CIM_J2eeEntityBeanStats_PooledLowWaterMark =
 81441               {
 81442 mike  1.1.2.1     /* flags */
 81443                   META_FLAG_PROPERTY|META_FLAG_READ,
 81444                   /* name */
 81445                   "PooledLowWaterMark",
 81446                   /* qualifiers */
 81447                   _CIM_J2eeEntityBeanStats_PooledLowWaterMark_qualifiers,
 81448                   /* type */
 81449                   CIMTYPE_UINT64,
 81450                   /* subscript */
 81451                   -1,
 81452                   /* value */
 81453                   0,
 81454               };
 81455               
 81456               static const char*
 81457               _CIM_J2eeEntityBeanStats_PooledHighWaterMark_qualifiers[] =
 81458               {
 81459                   /* MappingStrings */
 81460                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 81461                   0,
 81462               };
 81463 mike  1.1.2.1 
 81464               static MetaProperty
 81465               _CIM_J2eeEntityBeanStats_PooledHighWaterMark =
 81466               {
 81467                   /* flags */
 81468                   META_FLAG_PROPERTY|META_FLAG_READ,
 81469                   /* name */
 81470                   "PooledHighWaterMark",
 81471                   /* qualifiers */
 81472                   _CIM_J2eeEntityBeanStats_PooledHighWaterMark_qualifiers,
 81473                   /* type */
 81474                   CIMTYPE_UINT64,
 81475                   /* subscript */
 81476                   -1,
 81477                   /* value */
 81478                   0,
 81479               };
 81480               
 81481               static MetaFeature*
 81482               _CIM_J2eeEntityBeanStats_features[] =
 81483               {
 81484 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyCount,
 81485                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyLowWaterMark,
 81486                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyHighWaterMark,
 81487                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledCount,
 81488                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledLowWaterMark,
 81489                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledHighWaterMark,
 81490                   0,
 81491               };
 81492               
 81493               static const char*
 81494               __root_cimv2_CIM_J2eeEntityBeanStats_qualifiers[] =
 81495               {
 81496                   /* UMLPackagePath */
 81497                   "\057CIM::Application::J2eeAppServerStats",
 81498                   /* Version */
 81499                   "\0632.8.0",
 81500                   0,
 81501               };
 81502               
 81503               MetaClass
 81504               __root_cimv2_CIM_J2eeEntityBeanStats =
 81505 mike  1.1.2.1 {
 81506                   /* flags */
 81507                   META_FLAG_CLASS,
 81508                   /* name */
 81509                   "CIM_J2eeEntityBeanStats",
 81510                   /* qualifiers */
 81511                   __root_cimv2_CIM_J2eeEntityBeanStats_qualifiers,
 81512                   /* super */
 81513                   &__root_cimv2_CIM_J2eeEJBStats,
 81514                   /* features */
 81515                   _CIM_J2eeEntityBeanStats_features,
 81516               };
 81517               
 81518               //==============================================================================
 81519               //
 81520               // Class: CIM_J2eeJavaMailStats
 81521               //
 81522               //==============================================================================
 81523               
 81524               static const char*
 81525               _CIM_J2eeJavaMailStats_SentMailCount_qualifiers[] =
 81526 mike  1.1.2.1 {
 81527                   /* Counter */
 81528                   "\012\001",
 81529                   /* MappingStrings */
 81530                   "\026\000\001JSR77.JCP|JSR77.6.13.1.1 getSentMailCount|V1.0\000",
 81531                   0,
 81532               };
 81533               
 81534               static MetaProperty
 81535               _CIM_J2eeJavaMailStats_SentMailCount =
 81536               {
 81537                   /* flags */
 81538                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81539                   /* name */
 81540                   "SentMailCount",
 81541                   /* qualifiers */
 81542                   _CIM_J2eeJavaMailStats_SentMailCount_qualifiers,
 81543                   /* type */
 81544                   CIMTYPE_UINT64,
 81545                   /* subscript */
 81546                   -1,
 81547 mike  1.1.2.1     /* value */
 81548                   0,
 81549               };
 81550               
 81551               static MetaFeature*
 81552               _CIM_J2eeJavaMailStats_features[] =
 81553               {
 81554                   (MetaFeature*)&_CIM_J2eeJavaMailStats_SentMailCount,
 81555                   0,
 81556               };
 81557               
 81558               static const char*
 81559               __root_cimv2_CIM_J2eeJavaMailStats_qualifiers[] =
 81560               {
 81561                   /* UMLPackagePath */
 81562                   "\057CIM::Application::J2eeAppServerStats",
 81563                   /* Version */
 81564                   "\0632.8.0",
 81565                   0,
 81566               };
 81567               
 81568 mike  1.1.2.1 MetaClass
 81569               __root_cimv2_CIM_J2eeJavaMailStats =
 81570               {
 81571                   /* flags */
 81572                   META_FLAG_CLASS,
 81573                   /* name */
 81574                   "CIM_J2eeJavaMailStats",
 81575                   /* qualifiers */
 81576                   __root_cimv2_CIM_J2eeJavaMailStats_qualifiers,
 81577                   /* super */
 81578                   &__root_cimv2_CIM_J2eeStatistic,
 81579                   /* features */
 81580                   _CIM_J2eeJavaMailStats_features,
 81581               };
 81582               
 81583               //==============================================================================
 81584               //
 81585               // Class: CIM_J2eeJCAStats
 81586               //
 81587               //==============================================================================
 81588               
 81589 mike  1.1.2.1 static MetaFeature*
 81590               _CIM_J2eeJCAStats_features[] =
 81591               {
 81592                   0,
 81593               };
 81594               
 81595               static const char*
 81596               __root_cimv2_CIM_J2eeJCAStats_qualifiers[] =
 81597               {
 81598                   /* UMLPackagePath */
 81599                   "\057CIM::Application::J2eeAppServerStats",
 81600                   /* Version */
 81601                   "\0632.8.0",
 81602                   0,
 81603               };
 81604               
 81605               MetaClass
 81606               __root_cimv2_CIM_J2eeJCAStats =
 81607               {
 81608                   /* flags */
 81609                   META_FLAG_CLASS,
 81610 mike  1.1.2.1     /* name */
 81611                   "CIM_J2eeJCAStats",
 81612                   /* qualifiers */
 81613                   __root_cimv2_CIM_J2eeJCAStats_qualifiers,
 81614                   /* super */
 81615                   &__root_cimv2_CIM_J2eeStatistic,
 81616                   /* features */
 81617                   _CIM_J2eeJCAStats_features,
 81618               };
 81619               
 81620               //==============================================================================
 81621               //
 81622               // Class: CIM_J2eeJDBCStats
 81623               //
 81624               //==============================================================================
 81625               
 81626               static MetaFeature*
 81627               _CIM_J2eeJDBCStats_features[] =
 81628               {
 81629                   0,
 81630               };
 81631 mike  1.1.2.1 
 81632               static const char*
 81633               __root_cimv2_CIM_J2eeJDBCStats_qualifiers[] =
 81634               {
 81635                   /* UMLPackagePath */
 81636                   "\057CIM::Application::J2eeAppServerStats",
 81637                   /* Version */
 81638                   "\0632.8.0",
 81639                   0,
 81640               };
 81641               
 81642               MetaClass
 81643               __root_cimv2_CIM_J2eeJDBCStats =
 81644               {
 81645                   /* flags */
 81646                   META_FLAG_CLASS,
 81647                   /* name */
 81648                   "CIM_J2eeJDBCStats",
 81649                   /* qualifiers */
 81650                   __root_cimv2_CIM_J2eeJDBCStats_qualifiers,
 81651                   /* super */
 81652 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81653                   /* features */
 81654                   _CIM_J2eeJDBCStats_features,
 81655               };
 81656               
 81657               //==============================================================================
 81658               //
 81659               // Class: CIM_J2eeJMSConnectionStats
 81660               //
 81661               //==============================================================================
 81662               
 81663               static const char*
 81664               _CIM_J2eeJMSConnectionStats_IsTransactional_qualifiers[] =
 81665               {
 81666                   /* MappingStrings */
 81667                   "\026\000\001JSR77.JCP|JSR77.6.25.1.2 isTransactional|V1.0\000",
 81668                   0,
 81669               };
 81670               
 81671               static MetaProperty
 81672               _CIM_J2eeJMSConnectionStats_IsTransactional =
 81673 mike  1.1.2.1 {
 81674                   /* flags */
 81675                   META_FLAG_PROPERTY|META_FLAG_READ,
 81676                   /* name */
 81677                   "IsTransactional",
 81678                   /* qualifiers */
 81679                   _CIM_J2eeJMSConnectionStats_IsTransactional_qualifiers,
 81680                   /* type */
 81681                   CIMTYPE_BOOLEAN,
 81682                   /* subscript */
 81683                   -1,
 81684                   /* value */
 81685                   0,
 81686               };
 81687               
 81688               static MetaFeature*
 81689               _CIM_J2eeJMSConnectionStats_features[] =
 81690               {
 81691                   (MetaFeature*)&_CIM_J2eeJMSConnectionStats_IsTransactional,
 81692                   0,
 81693               };
 81694 mike  1.1.2.1 
 81695               static const char*
 81696               __root_cimv2_CIM_J2eeJMSConnectionStats_qualifiers[] =
 81697               {
 81698                   /* UMLPackagePath */
 81699                   "\057CIM::Application::J2eeAppServerStats",
 81700                   /* Version */
 81701                   "\0632.8.0",
 81702                   0,
 81703               };
 81704               
 81705               MetaClass
 81706               __root_cimv2_CIM_J2eeJMSConnectionStats =
 81707               {
 81708                   /* flags */
 81709                   META_FLAG_CLASS,
 81710                   /* name */
 81711                   "CIM_J2eeJMSConnectionStats",
 81712                   /* qualifiers */
 81713                   __root_cimv2_CIM_J2eeJMSConnectionStats_qualifiers,
 81714                   /* super */
 81715 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81716                   /* features */
 81717                   _CIM_J2eeJMSConnectionStats_features,
 81718               };
 81719               
 81720               //==============================================================================
 81721               //
 81722               // Class: CIM_J2eeJMSEndpointStats
 81723               //
 81724               //==============================================================================
 81725               
 81726               static const char*
 81727               _CIM_J2eeJMSEndpointStats_ExpiredMessageCount_qualifiers[] =
 81728               {
 81729                   /* Counter */
 81730                   "\012\001",
 81731                   /* MappingStrings */
 81732                   "\026\000\001JSR77.JCP|JSR77.6.27.1.1 getExpiredMessageCount|V1.0\000",
 81733                   0,
 81734               };
 81735               
 81736 mike  1.1.2.1 static MetaProperty
 81737               _CIM_J2eeJMSEndpointStats_ExpiredMessageCount =
 81738               {
 81739                   /* flags */
 81740                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81741                   /* name */
 81742                   "ExpiredMessageCount",
 81743                   /* qualifiers */
 81744                   _CIM_J2eeJMSEndpointStats_ExpiredMessageCount_qualifiers,
 81745                   /* type */
 81746                   CIMTYPE_UINT64,
 81747                   /* subscript */
 81748                   -1,
 81749                   /* value */
 81750                   0,
 81751               };
 81752               
 81753               static const char*
 81754               _CIM_J2eeJMSEndpointStats_MessageCount_qualifiers[] =
 81755               {
 81756                   /* Counter */
 81757 mike  1.1.2.1     "\012\001",
 81758                   /* MappingStrings */
 81759                   "\026\000\001JSR77.JCP|JSR77.6.27.1.2 getMessageCount|V1.0\000",
 81760                   0,
 81761               };
 81762               
 81763               static MetaProperty
 81764               _CIM_J2eeJMSEndpointStats_MessageCount =
 81765               {
 81766                   /* flags */
 81767                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81768                   /* name */
 81769                   "MessageCount",
 81770                   /* qualifiers */
 81771                   _CIM_J2eeJMSEndpointStats_MessageCount_qualifiers,
 81772                   /* type */
 81773                   CIMTYPE_UINT64,
 81774                   /* subscript */
 81775                   -1,
 81776                   /* value */
 81777                   0,
 81778 mike  1.1.2.1 };
 81779               
 81780               static const char*
 81781               _CIM_J2eeJMSEndpointStats_MessageWaitTime_qualifiers[] =
 81782               {
 81783                   /* MappingStrings */
 81784                   "\026\000\001JSR77.JCP|JSR77.6.27.1.3 getMessageWaitTime|V1.0\000",
 81785                   0,
 81786               };
 81787               
 81788               static MetaProperty
 81789               _CIM_J2eeJMSEndpointStats_MessageWaitTime =
 81790               {
 81791                   /* flags */
 81792                   META_FLAG_PROPERTY|META_FLAG_READ,
 81793                   /* name */
 81794                   "MessageWaitTime",
 81795                   /* qualifiers */
 81796                   _CIM_J2eeJMSEndpointStats_MessageWaitTime_qualifiers,
 81797                   /* type */
 81798                   CIMTYPE_DATETIME,
 81799 mike  1.1.2.1     /* subscript */
 81800                   -1,
 81801                   /* value */
 81802                   0,
 81803               };
 81804               
 81805               static const char*
 81806               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime_qualifiers[] =
 81807               {
 81808                   /* MappingStrings */
 81809                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81810                   0,
 81811               };
 81812               
 81813               static MetaProperty
 81814               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime =
 81815               {
 81816                   /* flags */
 81817                   META_FLAG_PROPERTY|META_FLAG_READ,
 81818                   /* name */
 81819                   "MessageWaitTimeMaxTime",
 81820 mike  1.1.2.1     /* qualifiers */
 81821                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime_qualifiers,
 81822                   /* type */
 81823                   CIMTYPE_DATETIME,
 81824                   /* subscript */
 81825                   -1,
 81826                   /* value */
 81827                   0,
 81828               };
 81829               
 81830               static const char*
 81831               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime_qualifiers[] =
 81832               {
 81833                   /* MappingStrings */
 81834                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81835                   0,
 81836               };
 81837               
 81838               static MetaProperty
 81839               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime =
 81840               {
 81841 mike  1.1.2.1     /* flags */
 81842                   META_FLAG_PROPERTY|META_FLAG_READ,
 81843                   /* name */
 81844                   "MessageWaitTimeMinTime",
 81845                   /* qualifiers */
 81846                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime_qualifiers,
 81847                   /* type */
 81848                   CIMTYPE_DATETIME,
 81849                   /* subscript */
 81850                   -1,
 81851                   /* value */
 81852                   0,
 81853               };
 81854               
 81855               static const char*
 81856               _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime_qualifiers[] =
 81857               {
 81858                   /* MappingStrings */
 81859                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81860                   0,
 81861               };
 81862 mike  1.1.2.1 
 81863               static MetaProperty
 81864               _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime =
 81865               {
 81866                   /* flags */
 81867                   META_FLAG_PROPERTY|META_FLAG_READ,
 81868                   /* name */
 81869                   "MessageWaitTimeTotalTime",
 81870                   /* qualifiers */
 81871                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime_qualifiers,
 81872                   /* type */
 81873                   CIMTYPE_DATETIME,
 81874                   /* subscript */
 81875                   -1,
 81876                   /* value */
 81877                   0,
 81878               };
 81879               
 81880               static const char*
 81881               _CIM_J2eeJMSEndpointStats_PendingMessageCount_qualifiers[] =
 81882               {
 81883 mike  1.1.2.1     /* Counter */
 81884                   "\012\001",
 81885                   /* MappingStrings */
 81886                   "\026\000\001JSR77.JCP|JSR77.6.27.1.4 getPendingMessageCount|V1.0\000",
 81887                   0,
 81888               };
 81889               
 81890               static MetaProperty
 81891               _CIM_J2eeJMSEndpointStats_PendingMessageCount =
 81892               {
 81893                   /* flags */
 81894                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81895                   /* name */
 81896                   "PendingMessageCount",
 81897                   /* qualifiers */
 81898                   _CIM_J2eeJMSEndpointStats_PendingMessageCount_qualifiers,
 81899                   /* type */
 81900                   CIMTYPE_UINT64,
 81901                   /* subscript */
 81902                   -1,
 81903                   /* value */
 81904 mike  1.1.2.1     0,
 81905               };
 81906               
 81907               static MetaFeature*
 81908               _CIM_J2eeJMSEndpointStats_features[] =
 81909               {
 81910                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_ExpiredMessageCount,
 81911                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageCount,
 81912                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTime,
 81913                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime,
 81914                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime,
 81915                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime,
 81916                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_PendingMessageCount,
 81917                   0,
 81918               };
 81919               
 81920               static const char*
 81921               __root_cimv2_CIM_J2eeJMSEndpointStats_qualifiers[] =
 81922               {
 81923                   /* UMLPackagePath */
 81924                   "\057CIM::Application::J2eeAppServerStats",
 81925 mike  1.1.2.1     /* Abstract */
 81926                   "\002\001",
 81927                   /* Version */
 81928                   "\0632.8.0",
 81929                   0,
 81930               };
 81931               
 81932               MetaClass
 81933               __root_cimv2_CIM_J2eeJMSEndpointStats =
 81934               {
 81935                   /* flags */
 81936                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 81937                   /* name */
 81938                   "CIM_J2eeJMSEndpointStats",
 81939                   /* qualifiers */
 81940                   __root_cimv2_CIM_J2eeJMSEndpointStats_qualifiers,
 81941                   /* super */
 81942                   &__root_cimv2_CIM_J2eeStatistic,
 81943                   /* features */
 81944                   _CIM_J2eeJMSEndpointStats_features,
 81945               };
 81946 mike  1.1.2.1 
 81947               //==============================================================================
 81948               //
 81949               // Class: CIM_J2eeJMSProducerStats
 81950               //
 81951               //==============================================================================
 81952               
 81953               static const char*
 81954               _CIM_J2eeJMSProducerStats_Destination_qualifiers[] =
 81955               {
 81956                   /* MappingStrings */
 81957                   "\026\000\001JSR77.JCP|JSR77.6.28.1.1 getDestination|V1.0\000",
 81958                   0,
 81959               };
 81960               
 81961               static MetaProperty
 81962               _CIM_J2eeJMSProducerStats_Destination =
 81963               {
 81964                   /* flags */
 81965                   META_FLAG_PROPERTY|META_FLAG_READ,
 81966                   /* name */
 81967 mike  1.1.2.1     "Destination",
 81968                   /* qualifiers */
 81969                   _CIM_J2eeJMSProducerStats_Destination_qualifiers,
 81970                   /* type */
 81971                   CIMTYPE_STRING,
 81972                   /* subscript */
 81973                   -1,
 81974                   /* value */
 81975                   0,
 81976               };
 81977               
 81978               static MetaFeature*
 81979               _CIM_J2eeJMSProducerStats_features[] =
 81980               {
 81981                   (MetaFeature*)&_CIM_J2eeJMSProducerStats_Destination,
 81982                   0,
 81983               };
 81984               
 81985               static const char*
 81986               __root_cimv2_CIM_J2eeJMSProducerStats_qualifiers[] =
 81987               {
 81988 mike  1.1.2.1     /* UMLPackagePath */
 81989                   "\057CIM::Application::J2eeAppServerStats",
 81990                   /* Version */
 81991                   "\0632.8.0",
 81992                   0,
 81993               };
 81994               
 81995               MetaClass
 81996               __root_cimv2_CIM_J2eeJMSProducerStats =
 81997               {
 81998                   /* flags */
 81999                   META_FLAG_CLASS,
 82000                   /* name */
 82001                   "CIM_J2eeJMSProducerStats",
 82002                   /* qualifiers */
 82003                   __root_cimv2_CIM_J2eeJMSProducerStats_qualifiers,
 82004                   /* super */
 82005                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
 82006                   /* features */
 82007                   _CIM_J2eeJMSProducerStats_features,
 82008               };
 82009 mike  1.1.2.1 
 82010               //==============================================================================
 82011               //
 82012               // Class: CIM_J2eeJMSSessionStats
 82013               //
 82014               //==============================================================================
 82015               
 82016               static const char*
 82017               _CIM_J2eeJMSSessionStats_DurableSubscriptionCount_qualifiers[] =
 82018               {
 82019                   /* Counter */
 82020                   "\012\001",
 82021                   /* MappingStrings */
 82022                   "\026\000\001JSR77.JCP|JSR77.6.26.1.3 getDurableSubscriptionCount|V1.0\000",
 82023                   0,
 82024               };
 82025               
 82026               static MetaProperty
 82027               _CIM_J2eeJMSSessionStats_DurableSubscriptionCount =
 82028               {
 82029                   /* flags */
 82030 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82031                   /* name */
 82032                   "DurableSubscriptionCount",
 82033                   /* qualifiers */
 82034                   _CIM_J2eeJMSSessionStats_DurableSubscriptionCount_qualifiers,
 82035                   /* type */
 82036                   CIMTYPE_UINT64,
 82037                   /* subscript */
 82038                   -1,
 82039                   /* value */
 82040                   0,
 82041               };
 82042               
 82043               static const char*
 82044               _CIM_J2eeJMSSessionStats_ExpiredMessageCount_qualifiers[] =
 82045               {
 82046                   /* Counter */
 82047                   "\012\001",
 82048                   /* MappingStrings */
 82049                   "\026\000\001JSR77.JCP|JSR77.6.26.1.4 getExpiredMessageCount|V1.0\000",
 82050                   0,
 82051 mike  1.1.2.1 };
 82052               
 82053               static MetaProperty
 82054               _CIM_J2eeJMSSessionStats_ExpiredMessageCount =
 82055               {
 82056                   /* flags */
 82057                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82058                   /* name */
 82059                   "ExpiredMessageCount",
 82060                   /* qualifiers */
 82061                   _CIM_J2eeJMSSessionStats_ExpiredMessageCount_qualifiers,
 82062                   /* type */
 82063                   CIMTYPE_UINT64,
 82064                   /* subscript */
 82065                   -1,
 82066                   /* value */
 82067                   0,
 82068               };
 82069               
 82070               static const char*
 82071               _CIM_J2eeJMSSessionStats_MessageCount_qualifiers[] =
 82072 mike  1.1.2.1 {
 82073                   /* Counter */
 82074                   "\012\001",
 82075                   /* MappingStrings */
 82076                   "\026\000\001JSR77.JCP|JSR77.6.26.1.5 getMessageCount|V1.0\000",
 82077                   0,
 82078               };
 82079               
 82080               static MetaProperty
 82081               _CIM_J2eeJMSSessionStats_MessageCount =
 82082               {
 82083                   /* flags */
 82084                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82085                   /* name */
 82086                   "MessageCount",
 82087                   /* qualifiers */
 82088                   _CIM_J2eeJMSSessionStats_MessageCount_qualifiers,
 82089                   /* type */
 82090                   CIMTYPE_UINT64,
 82091                   /* subscript */
 82092                   -1,
 82093 mike  1.1.2.1     /* value */
 82094                   0,
 82095               };
 82096               
 82097               static const char*
 82098               _CIM_J2eeJMSSessionStats_MessageWaitTime_qualifiers[] =
 82099               {
 82100                   /* MappingStrings */
 82101                   "\026\000\001JSR77.JCP|JSR77.6.26.1.6 getMessageWaitTime|V1.0\000",
 82102                   0,
 82103               };
 82104               
 82105               static MetaProperty
 82106               _CIM_J2eeJMSSessionStats_MessageWaitTime =
 82107               {
 82108                   /* flags */
 82109                   META_FLAG_PROPERTY|META_FLAG_READ,
 82110                   /* name */
 82111                   "MessageWaitTime",
 82112                   /* qualifiers */
 82113                   _CIM_J2eeJMSSessionStats_MessageWaitTime_qualifiers,
 82114 mike  1.1.2.1     /* type */
 82115                   CIMTYPE_DATETIME,
 82116                   /* subscript */
 82117                   -1,
 82118                   /* value */
 82119                   0,
 82120               };
 82121               
 82122               static const char*
 82123               _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime_qualifiers[] =
 82124               {
 82125                   /* MappingStrings */
 82126                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 82127                   0,
 82128               };
 82129               
 82130               static MetaProperty
 82131               _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime =
 82132               {
 82133                   /* flags */
 82134                   META_FLAG_PROPERTY|META_FLAG_READ,
 82135 mike  1.1.2.1     /* name */
 82136                   "MessageWaitTimeMaxTime",
 82137                   /* qualifiers */
 82138                   _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime_qualifiers,
 82139                   /* type */
 82140                   CIMTYPE_DATETIME,
 82141                   /* subscript */
 82142                   -1,
 82143                   /* value */
 82144                   0,
 82145               };
 82146               
 82147               static const char*
 82148               _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime_qualifiers[] =
 82149               {
 82150                   /* MappingStrings */
 82151                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 82152                   0,
 82153               };
 82154               
 82155               static MetaProperty
 82156 mike  1.1.2.1 _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime =
 82157               {
 82158                   /* flags */
 82159                   META_FLAG_PROPERTY|META_FLAG_READ,
 82160                   /* name */
 82161                   "MessageWaitTimeMinTime",
 82162                   /* qualifiers */
 82163                   _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime_qualifiers,
 82164                   /* type */
 82165                   CIMTYPE_DATETIME,
 82166                   /* subscript */
 82167                   -1,
 82168                   /* value */
 82169                   0,
 82170               };
 82171               
 82172               static const char*
 82173               _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime_qualifiers[] =
 82174               {
 82175                   /* MappingStrings */
 82176                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 82177 mike  1.1.2.1     0,
 82178               };
 82179               
 82180               static MetaProperty
 82181               _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime =
 82182               {
 82183                   /* flags */
 82184                   META_FLAG_PROPERTY|META_FLAG_READ,
 82185                   /* name */
 82186                   "MessageWaitTimeTotalTime",
 82187                   /* qualifiers */
 82188                   _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime_qualifiers,
 82189                   /* type */
 82190                   CIMTYPE_DATETIME,
 82191                   /* subscript */
 82192                   -1,
 82193                   /* value */
 82194                   0,
 82195               };
 82196               
 82197               static const char*
 82198 mike  1.1.2.1 _CIM_J2eeJMSSessionStats_PendingMessageCount_qualifiers[] =
 82199               {
 82200                   /* Counter */
 82201                   "\012\001",
 82202                   /* MappingStrings */
 82203                   "\026\000\001JSR77.JCP|JSR77.6.26.1.7 getPendingMessageCount|V1.0\000",
 82204                   0,
 82205               };
 82206               
 82207               static MetaProperty
 82208               _CIM_J2eeJMSSessionStats_PendingMessageCount =
 82209               {
 82210                   /* flags */
 82211                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82212                   /* name */
 82213                   "PendingMessageCount",
 82214                   /* qualifiers */
 82215                   _CIM_J2eeJMSSessionStats_PendingMessageCount_qualifiers,
 82216                   /* type */
 82217                   CIMTYPE_UINT64,
 82218                   /* subscript */
 82219 mike  1.1.2.1     -1,
 82220                   /* value */
 82221                   0,
 82222               };
 82223               
 82224               static MetaFeature*
 82225               _CIM_J2eeJMSSessionStats_features[] =
 82226               {
 82227                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_DurableSubscriptionCount,
 82228                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_ExpiredMessageCount,
 82229                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageCount,
 82230                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTime,
 82231                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime,
 82232                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime,
 82233                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime,
 82234                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_PendingMessageCount,
 82235                   0,
 82236               };
 82237               
 82238               static const char*
 82239               __root_cimv2_CIM_J2eeJMSSessionStats_qualifiers[] =
 82240 mike  1.1.2.1 {
 82241                   /* UMLPackagePath */
 82242                   "\057CIM::Application::J2eeAppServerStats",
 82243                   /* Version */
 82244                   "\0632.8.0",
 82245                   0,
 82246               };
 82247               
 82248               MetaClass
 82249               __root_cimv2_CIM_J2eeJMSSessionStats =
 82250               {
 82251                   /* flags */
 82252                   META_FLAG_CLASS,
 82253                   /* name */
 82254                   "CIM_J2eeJMSSessionStats",
 82255                   /* qualifiers */
 82256                   __root_cimv2_CIM_J2eeJMSSessionStats_qualifiers,
 82257                   /* super */
 82258                   &__root_cimv2_CIM_J2eeStatistic,
 82259                   /* features */
 82260                   _CIM_J2eeJMSSessionStats_features,
 82261 mike  1.1.2.1 };
 82262               
 82263               //==============================================================================
 82264               //
 82265               // Class: CIM_J2eeJMSStats
 82266               //
 82267               //==============================================================================
 82268               
 82269               static MetaFeature*
 82270               _CIM_J2eeJMSStats_features[] =
 82271               {
 82272                   0,
 82273               };
 82274               
 82275               static const char*
 82276               __root_cimv2_CIM_J2eeJMSStats_qualifiers[] =
 82277               {
 82278                   /* UMLPackagePath */
 82279                   "\057CIM::Application::J2eeAppServerStats",
 82280                   /* Version */
 82281                   "\0632.8.0",
 82282 mike  1.1.2.1     0,
 82283               };
 82284               
 82285               MetaClass
 82286               __root_cimv2_CIM_J2eeJMSStats =
 82287               {
 82288                   /* flags */
 82289                   META_FLAG_CLASS,
 82290                   /* name */
 82291                   "CIM_J2eeJMSStats",
 82292                   /* qualifiers */
 82293                   __root_cimv2_CIM_J2eeJMSStats_qualifiers,
 82294                   /* super */
 82295                   &__root_cimv2_CIM_J2eeStatistic,
 82296                   /* features */
 82297                   _CIM_J2eeJMSStats_features,
 82298               };
 82299               
 82300               //==============================================================================
 82301               //
 82302               // Class: CIM_J2eeJTAStats
 82303 mike  1.1.2.1 //
 82304               //==============================================================================
 82305               
 82306               static const char*
 82307               _CIM_J2eeJTAStats_ActiveCount_qualifiers[] =
 82308               {
 82309                   /* Counter */
 82310                   "\012\001",
 82311                   /* MappingStrings */
 82312                   "\026\000\001JSR77.JCP|JSR77.6.30.1.1 getActiveCount|V1.0\000",
 82313                   0,
 82314               };
 82315               
 82316               static MetaProperty
 82317               _CIM_J2eeJTAStats_ActiveCount =
 82318               {
 82319                   /* flags */
 82320                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82321                   /* name */
 82322                   "ActiveCount",
 82323                   /* qualifiers */
 82324 mike  1.1.2.1     _CIM_J2eeJTAStats_ActiveCount_qualifiers,
 82325                   /* type */
 82326                   CIMTYPE_UINT64,
 82327                   /* subscript */
 82328                   -1,
 82329                   /* value */
 82330                   0,
 82331               };
 82332               
 82333               static const char*
 82334               _CIM_J2eeJTAStats_CommittedCount_qualifiers[] =
 82335               {
 82336                   /* Counter */
 82337                   "\012\001",
 82338                   /* MappingStrings */
 82339                   "\026\000\001JSR77.JCP|JSR77.6.30.1.2 getCommittedCount|V1.0\000",
 82340                   0,
 82341               };
 82342               
 82343               static MetaProperty
 82344               _CIM_J2eeJTAStats_CommittedCount =
 82345 mike  1.1.2.1 {
 82346                   /* flags */
 82347                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82348                   /* name */
 82349                   "CommittedCount",
 82350                   /* qualifiers */
 82351                   _CIM_J2eeJTAStats_CommittedCount_qualifiers,
 82352                   /* type */
 82353                   CIMTYPE_UINT64,
 82354                   /* subscript */
 82355                   -1,
 82356                   /* value */
 82357                   0,
 82358               };
 82359               
 82360               static const char*
 82361               _CIM_J2eeJTAStats_RolledbackCount_qualifiers[] =
 82362               {
 82363                   /* Counter */
 82364                   "\012\001",
 82365                   /* MappingStrings */
 82366 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.6.30.1.3 getRolledbackCount|V1.0\000",
 82367                   0,
 82368               };
 82369               
 82370               static MetaProperty
 82371               _CIM_J2eeJTAStats_RolledbackCount =
 82372               {
 82373                   /* flags */
 82374                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82375                   /* name */
 82376                   "RolledbackCount",
 82377                   /* qualifiers */
 82378                   _CIM_J2eeJTAStats_RolledbackCount_qualifiers,
 82379                   /* type */
 82380                   CIMTYPE_UINT64,
 82381                   /* subscript */
 82382                   -1,
 82383                   /* value */
 82384                   0,
 82385               };
 82386               
 82387 mike  1.1.2.1 static MetaFeature*
 82388               _CIM_J2eeJTAStats_features[] =
 82389               {
 82390                   (MetaFeature*)&_CIM_J2eeJTAStats_ActiveCount,
 82391                   (MetaFeature*)&_CIM_J2eeJTAStats_CommittedCount,
 82392                   (MetaFeature*)&_CIM_J2eeJTAStats_RolledbackCount,
 82393                   0,
 82394               };
 82395               
 82396               static const char*
 82397               __root_cimv2_CIM_J2eeJTAStats_qualifiers[] =
 82398               {
 82399                   /* UMLPackagePath */
 82400                   "\057CIM::Application::J2eeAppServerStats",
 82401                   /* Version */
 82402                   "\0632.8.0",
 82403                   0,
 82404               };
 82405               
 82406               MetaClass
 82407               __root_cimv2_CIM_J2eeJTAStats =
 82408 mike  1.1.2.1 {
 82409                   /* flags */
 82410                   META_FLAG_CLASS,
 82411                   /* name */
 82412                   "CIM_J2eeJTAStats",
 82413                   /* qualifiers */
 82414                   __root_cimv2_CIM_J2eeJTAStats_qualifiers,
 82415                   /* super */
 82416                   &__root_cimv2_CIM_J2eeStatistic,
 82417                   /* features */
 82418                   _CIM_J2eeJTAStats_features,
 82419               };
 82420               
 82421               //==============================================================================
 82422               //
 82423               // Class: CIM_J2eeJVMStats
 82424               //
 82425               //==============================================================================
 82426               
 82427               static const char*
 82428               _CIM_J2eeJVMStats_HeapSize_qualifiers[] =
 82429 mike  1.1.2.1 {
 82430                   /* Units */
 82431                   "\060Bytes",
 82432                   /* Gauge */
 82433                   "\023\001",
 82434                   /* MappingStrings */
 82435                   "\026\000\001JSR77.JCP|JSR77.6.31.1.1 getHeapSize|V1.0\000",
 82436                   0,
 82437               };
 82438               
 82439               static MetaProperty
 82440               _CIM_J2eeJVMStats_HeapSize =
 82441               {
 82442                   /* flags */
 82443                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 82444                   /* name */
 82445                   "HeapSize",
 82446                   /* qualifiers */
 82447                   _CIM_J2eeJVMStats_HeapSize_qualifiers,
 82448                   /* type */
 82449                   CIMTYPE_UINT64,
 82450 mike  1.1.2.1     /* subscript */
 82451                   -1,
 82452                   /* value */
 82453                   0,
 82454               };
 82455               
 82456               static const char*
 82457               _CIM_J2eeJVMStats_HeapSizeUpperBound_qualifiers[] =
 82458               {
 82459                   /* Units */
 82460                   "\060Bytes",
 82461                   /* MappingStrings */
 82462                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 82463                   0,
 82464               };
 82465               
 82466               static MetaProperty
 82467               _CIM_J2eeJVMStats_HeapSizeUpperBound =
 82468               {
 82469                   /* flags */
 82470                   META_FLAG_PROPERTY|META_FLAG_READ,
 82471 mike  1.1.2.1     /* name */
 82472                   "HeapSizeUpperBound",
 82473                   /* qualifiers */
 82474                   _CIM_J2eeJVMStats_HeapSizeUpperBound_qualifiers,
 82475                   /* type */
 82476                   CIMTYPE_UINT64,
 82477                   /* subscript */
 82478                   -1,
 82479                   /* value */
 82480                   0,
 82481               };
 82482               
 82483               static const char*
 82484               _CIM_J2eeJVMStats_HeapSizeLowerBound_qualifiers[] =
 82485               {
 82486                   /* Units */
 82487                   "\060Bytes",
 82488                   /* MappingStrings */
 82489                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 82490                   0,
 82491               };
 82492 mike  1.1.2.1 
 82493               static MetaProperty
 82494               _CIM_J2eeJVMStats_HeapSizeLowerBound =
 82495               {
 82496                   /* flags */
 82497                   META_FLAG_PROPERTY|META_FLAG_READ,
 82498                   /* name */
 82499                   "HeapSizeLowerBound",
 82500                   /* qualifiers */
 82501                   _CIM_J2eeJVMStats_HeapSizeLowerBound_qualifiers,
 82502                   /* type */
 82503                   CIMTYPE_UINT64,
 82504                   /* subscript */
 82505                   -1,
 82506                   /* value */
 82507                   0,
 82508               };
 82509               
 82510               static const char*
 82511               _CIM_J2eeJVMStats_HeapSizeLowWaterMark_qualifiers[] =
 82512               {
 82513 mike  1.1.2.1     /* Units */
 82514                   "\060Bytes",
 82515                   /* MappingStrings */
 82516                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82517                   0,
 82518               };
 82519               
 82520               static MetaProperty
 82521               _CIM_J2eeJVMStats_HeapSizeLowWaterMark =
 82522               {
 82523                   /* flags */
 82524                   META_FLAG_PROPERTY|META_FLAG_READ,
 82525                   /* name */
 82526                   "HeapSizeLowWaterMark",
 82527                   /* qualifiers */
 82528                   _CIM_J2eeJVMStats_HeapSizeLowWaterMark_qualifiers,
 82529                   /* type */
 82530                   CIMTYPE_UINT64,
 82531                   /* subscript */
 82532                   -1,
 82533                   /* value */
 82534 mike  1.1.2.1     0,
 82535               };
 82536               
 82537               static const char*
 82538               _CIM_J2eeJVMStats_HeapSizeHighWaterMark_qualifiers[] =
 82539               {
 82540                   /* Units */
 82541                   "\060Bytes",
 82542                   /* MappingStrings */
 82543                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 82544                   0,
 82545               };
 82546               
 82547               static MetaProperty
 82548               _CIM_J2eeJVMStats_HeapSizeHighWaterMark =
 82549               {
 82550                   /* flags */
 82551                   META_FLAG_PROPERTY|META_FLAG_READ,
 82552                   /* name */
 82553                   "HeapSizeHighWaterMark",
 82554                   /* qualifiers */
 82555 mike  1.1.2.1     _CIM_J2eeJVMStats_HeapSizeHighWaterMark_qualifiers,
 82556                   /* type */
 82557                   CIMTYPE_UINT64,
 82558                   /* subscript */
 82559                   -1,
 82560                   /* value */
 82561                   0,
 82562               };
 82563               
 82564               static const char*
 82565               _CIM_J2eeJVMStats_UpTime_qualifiers[] =
 82566               {
 82567                   /* MappingStrings */
 82568                   "\026\000\001JSR77.JCP|JSR77.6.31.1.2 getUpTime|V1.0\000",
 82569                   0,
 82570               };
 82571               
 82572               static MetaProperty
 82573               _CIM_J2eeJVMStats_UpTime =
 82574               {
 82575                   /* flags */
 82576 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 82577                   /* name */
 82578                   "UpTime",
 82579                   /* qualifiers */
 82580                   _CIM_J2eeJVMStats_UpTime_qualifiers,
 82581                   /* type */
 82582                   CIMTYPE_DATETIME,
 82583                   /* subscript */
 82584                   -1,
 82585                   /* value */
 82586                   0,
 82587               };
 82588               
 82589               static MetaFeature*
 82590               _CIM_J2eeJVMStats_features[] =
 82591               {
 82592                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSize,
 82593                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeUpperBound,
 82594                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeLowerBound,
 82595                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeLowWaterMark,
 82596                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeHighWaterMark,
 82597 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJVMStats_UpTime,
 82598                   0,
 82599               };
 82600               
 82601               static const char*
 82602               __root_cimv2_CIM_J2eeJVMStats_qualifiers[] =
 82603               {
 82604                   /* UMLPackagePath */
 82605                   "\057CIM::Application::J2eeAppServerStats",
 82606                   /* Version */
 82607                   "\0632.8.2",
 82608                   0,
 82609               };
 82610               
 82611               MetaClass
 82612               __root_cimv2_CIM_J2eeJVMStats =
 82613               {
 82614                   /* flags */
 82615                   META_FLAG_CLASS,
 82616                   /* name */
 82617                   "CIM_J2eeJVMStats",
 82618 mike  1.1.2.1     /* qualifiers */
 82619                   __root_cimv2_CIM_J2eeJVMStats_qualifiers,
 82620                   /* super */
 82621                   &__root_cimv2_CIM_J2eeStatistic,
 82622                   /* features */
 82623                   _CIM_J2eeJVMStats_features,
 82624               };
 82625               
 82626               //==============================================================================
 82627               //
 82628               // Class: CIM_J2eeMessageDrivenBeanStats
 82629               //
 82630               //==============================================================================
 82631               
 82632               static const char*
 82633               _CIM_J2eeMessageDrivenBeanStats_MessageCount_qualifiers[] =
 82634               {
 82635                   /* Counter */
 82636                   "\012\001",
 82637                   /* MappingStrings */
 82638                   "\026\000\001JSR77.JCP|JSR77.6.13.1.1 getMessageCount|V1.0\000",
 82639 mike  1.1.2.1     0,
 82640               };
 82641               
 82642               static MetaProperty
 82643               _CIM_J2eeMessageDrivenBeanStats_MessageCount =
 82644               {
 82645                   /* flags */
 82646                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82647                   /* name */
 82648                   "MessageCount",
 82649                   /* qualifiers */
 82650                   _CIM_J2eeMessageDrivenBeanStats_MessageCount_qualifiers,
 82651                   /* type */
 82652                   CIMTYPE_UINT64,
 82653                   /* subscript */
 82654                   -1,
 82655                   /* value */
 82656                   0,
 82657               };
 82658               
 82659               static MetaFeature*
 82660 mike  1.1.2.1 _CIM_J2eeMessageDrivenBeanStats_features[] =
 82661               {
 82662                   (MetaFeature*)&_CIM_J2eeMessageDrivenBeanStats_MessageCount,
 82663                   0,
 82664               };
 82665               
 82666               static const char*
 82667               __root_cimv2_CIM_J2eeMessageDrivenBeanStats_qualifiers[] =
 82668               {
 82669                   /* UMLPackagePath */
 82670                   "\057CIM::Application::J2eeAppServerStats",
 82671                   /* Version */
 82672                   "\0632.8.0",
 82673                   0,
 82674               };
 82675               
 82676               MetaClass
 82677               __root_cimv2_CIM_J2eeMessageDrivenBeanStats =
 82678               {
 82679                   /* flags */
 82680                   META_FLAG_CLASS,
 82681 mike  1.1.2.1     /* name */
 82682                   "CIM_J2eeMessageDrivenBeanStats",
 82683                   /* qualifiers */
 82684                   __root_cimv2_CIM_J2eeMessageDrivenBeanStats_qualifiers,
 82685                   /* super */
 82686                   &__root_cimv2_CIM_J2eeEJBStats,
 82687                   /* features */
 82688                   _CIM_J2eeMessageDrivenBeanStats_features,
 82689               };
 82690               
 82691               //==============================================================================
 82692               //
 82693               // Class: CIM_J2eeServletStats
 82694               //
 82695               //==============================================================================
 82696               
 82697               static const char*
 82698               _CIM_J2eeServletStats_ServiceTime_qualifiers[] =
 82699               {
 82700                   /* MappingStrings */
 82701                   "\026\000\001JSR77.JCP|JSR77.6.32.1.1 getServiceTime|V1.0\000",
 82702 mike  1.1.2.1     0,
 82703               };
 82704               
 82705               static MetaProperty
 82706               _CIM_J2eeServletStats_ServiceTime =
 82707               {
 82708                   /* flags */
 82709                   META_FLAG_PROPERTY|META_FLAG_READ,
 82710                   /* name */
 82711                   "ServiceTime",
 82712                   /* qualifiers */
 82713                   _CIM_J2eeServletStats_ServiceTime_qualifiers,
 82714                   /* type */
 82715                   CIMTYPE_DATETIME,
 82716                   /* subscript */
 82717                   -1,
 82718                   /* value */
 82719                   0,
 82720               };
 82721               
 82722               static const char*
 82723 mike  1.1.2.1 _CIM_J2eeServletStats_ServletTimeMaxTime_qualifiers[] =
 82724               {
 82725                   /* MappingStrings */
 82726                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 82727                   0,
 82728               };
 82729               
 82730               static MetaProperty
 82731               _CIM_J2eeServletStats_ServletTimeMaxTime =
 82732               {
 82733                   /* flags */
 82734                   META_FLAG_PROPERTY|META_FLAG_READ,
 82735                   /* name */
 82736                   "ServletTimeMaxTime",
 82737                   /* qualifiers */
 82738                   _CIM_J2eeServletStats_ServletTimeMaxTime_qualifiers,
 82739                   /* type */
 82740                   CIMTYPE_DATETIME,
 82741                   /* subscript */
 82742                   -1,
 82743                   /* value */
 82744 mike  1.1.2.1     0,
 82745               };
 82746               
 82747               static const char*
 82748               _CIM_J2eeServletStats_ServiceTimeMinTime_qualifiers[] =
 82749               {
 82750                   /* MappingStrings */
 82751                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 82752                   0,
 82753               };
 82754               
 82755               static MetaProperty
 82756               _CIM_J2eeServletStats_ServiceTimeMinTime =
 82757               {
 82758                   /* flags */
 82759                   META_FLAG_PROPERTY|META_FLAG_READ,
 82760                   /* name */
 82761                   "ServiceTimeMinTime",
 82762                   /* qualifiers */
 82763                   _CIM_J2eeServletStats_ServiceTimeMinTime_qualifiers,
 82764                   /* type */
 82765 mike  1.1.2.1     CIMTYPE_DATETIME,
 82766                   /* subscript */
 82767                   -1,
 82768                   /* value */
 82769                   0,
 82770               };
 82771               
 82772               static const char*
 82773               _CIM_J2eeServletStats_ServletTimeTotalTime_qualifiers[] =
 82774               {
 82775                   /* MappingStrings */
 82776                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 82777                   0,
 82778               };
 82779               
 82780               static MetaProperty
 82781               _CIM_J2eeServletStats_ServletTimeTotalTime =
 82782               {
 82783                   /* flags */
 82784                   META_FLAG_PROPERTY|META_FLAG_READ,
 82785                   /* name */
 82786 mike  1.1.2.1     "ServletTimeTotalTime",
 82787                   /* qualifiers */
 82788                   _CIM_J2eeServletStats_ServletTimeTotalTime_qualifiers,
 82789                   /* type */
 82790                   CIMTYPE_DATETIME,
 82791                   /* subscript */
 82792                   -1,
 82793                   /* value */
 82794                   0,
 82795               };
 82796               
 82797               static MetaFeature*
 82798               _CIM_J2eeServletStats_features[] =
 82799               {
 82800                   (MetaFeature*)&_CIM_J2eeServletStats_ServiceTime,
 82801                   (MetaFeature*)&_CIM_J2eeServletStats_ServletTimeMaxTime,
 82802                   (MetaFeature*)&_CIM_J2eeServletStats_ServiceTimeMinTime,
 82803                   (MetaFeature*)&_CIM_J2eeServletStats_ServletTimeTotalTime,
 82804                   0,
 82805               };
 82806               
 82807 mike  1.1.2.1 static const char*
 82808               __root_cimv2_CIM_J2eeServletStats_qualifiers[] =
 82809               {
 82810                   /* UMLPackagePath */
 82811                   "\057CIM::Application::J2eeAppServerStats",
 82812                   /* Version */
 82813                   "\0632.8.0",
 82814                   0,
 82815               };
 82816               
 82817               MetaClass
 82818               __root_cimv2_CIM_J2eeServletStats =
 82819               {
 82820                   /* flags */
 82821                   META_FLAG_CLASS,
 82822                   /* name */
 82823                   "CIM_J2eeServletStats",
 82824                   /* qualifiers */
 82825                   __root_cimv2_CIM_J2eeServletStats_qualifiers,
 82826                   /* super */
 82827                   &__root_cimv2_CIM_J2eeStatistic,
 82828 mike  1.1.2.1     /* features */
 82829                   _CIM_J2eeServletStats_features,
 82830               };
 82831               
 82832               //==============================================================================
 82833               //
 82834               // Class: CIM_J2eeSessionBeanStats
 82835               //
 82836               //==============================================================================
 82837               
 82838               static const char*
 82839               _CIM_J2eeSessionBeanStats_MethodReadyCount_qualifiers[] =
 82840               {
 82841                   /* Counter */
 82842                   "\012\001",
 82843                   /* MappingStrings */
 82844                   "\026\000\001JSR77.JCP|JSR77.6.14.1.1 getMethodReadyCount|V1.0\000",
 82845                   0,
 82846               };
 82847               
 82848               static MetaProperty
 82849 mike  1.1.2.1 _CIM_J2eeSessionBeanStats_MethodReadyCount =
 82850               {
 82851                   /* flags */
 82852                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82853                   /* name */
 82854                   "MethodReadyCount",
 82855                   /* qualifiers */
 82856                   _CIM_J2eeSessionBeanStats_MethodReadyCount_qualifiers,
 82857                   /* type */
 82858                   CIMTYPE_UINT64,
 82859                   /* subscript */
 82860                   -1,
 82861                   /* value */
 82862                   0,
 82863               };
 82864               
 82865               static const char*
 82866               _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark_qualifiers[] =
 82867               {
 82868                   /* MappingStrings */
 82869                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82870 mike  1.1.2.1     0,
 82871               };
 82872               
 82873               static MetaProperty
 82874               _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark =
 82875               {
 82876                   /* flags */
 82877                   META_FLAG_PROPERTY|META_FLAG_READ,
 82878                   /* name */
 82879                   "MethodReadyLowWaterMark",
 82880                   /* qualifiers */
 82881                   _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark_qualifiers,
 82882                   /* type */
 82883                   CIMTYPE_UINT64,
 82884                   /* subscript */
 82885                   -1,
 82886                   /* value */
 82887                   0,
 82888               };
 82889               
 82890               static const char*
 82891 mike  1.1.2.1 _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark_qualifiers[] =
 82892               {
 82893                   /* MappingStrings */
 82894                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 82895                   0,
 82896               };
 82897               
 82898               static MetaProperty
 82899               _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark =
 82900               {
 82901                   /* flags */
 82902                   META_FLAG_PROPERTY|META_FLAG_READ,
 82903                   /* name */
 82904                   "MethodReadyHighWaterMark",
 82905                   /* qualifiers */
 82906                   _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark_qualifiers,
 82907                   /* type */
 82908                   CIMTYPE_UINT64,
 82909                   /* subscript */
 82910                   -1,
 82911                   /* value */
 82912 mike  1.1.2.1     0,
 82913               };
 82914               
 82915               static MetaFeature*
 82916               _CIM_J2eeSessionBeanStats_features[] =
 82917               {
 82918                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyCount,
 82919                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark,
 82920                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark,
 82921                   0,
 82922               };
 82923               
 82924               static const char*
 82925               __root_cimv2_CIM_J2eeSessionBeanStats_qualifiers[] =
 82926               {
 82927                   /* UMLPackagePath */
 82928                   "\057CIM::Application::J2eeAppServerStats",
 82929                   /* Abstract */
 82930                   "\002\001",
 82931                   /* Version */
 82932                   "\0632.8.0",
 82933 mike  1.1.2.1     0,
 82934               };
 82935               
 82936               MetaClass
 82937               __root_cimv2_CIM_J2eeSessionBeanStats =
 82938               {
 82939                   /* flags */
 82940                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 82941                   /* name */
 82942                   "CIM_J2eeSessionBeanStats",
 82943                   /* qualifiers */
 82944                   __root_cimv2_CIM_J2eeSessionBeanStats_qualifiers,
 82945                   /* super */
 82946                   &__root_cimv2_CIM_J2eeEJBStats,
 82947                   /* features */
 82948                   _CIM_J2eeSessionBeanStats_features,
 82949               };
 82950               
 82951               //==============================================================================
 82952               //
 82953               // Class: CIM_J2eeStatefulSessionBeanStats
 82954 mike  1.1.2.1 //
 82955               //==============================================================================
 82956               
 82957               static const char*
 82958               _CIM_J2eeStatefulSessionBeanStats_PassiveCount_qualifiers[] =
 82959               {
 82960                   /* Counter */
 82961                   "\012\001",
 82962                   /* MappingStrings */
 82963                   "\026\000\001JSR77.JCP|JSR77.6.15.1.1 getPassiveCount|V1.0\000",
 82964                   0,
 82965               };
 82966               
 82967               static MetaProperty
 82968               _CIM_J2eeStatefulSessionBeanStats_PassiveCount =
 82969               {
 82970                   /* flags */
 82971                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82972                   /* name */
 82973                   "PassiveCount",
 82974                   /* qualifiers */
 82975 mike  1.1.2.1     _CIM_J2eeStatefulSessionBeanStats_PassiveCount_qualifiers,
 82976                   /* type */
 82977                   CIMTYPE_UINT64,
 82978                   /* subscript */
 82979                   -1,
 82980                   /* value */
 82981                   0,
 82982               };
 82983               
 82984               static const char*
 82985               _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark_qualifiers[] =
 82986               {
 82987                   /* MappingStrings */
 82988                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82989                   0,
 82990               };
 82991               
 82992               static MetaProperty
 82993               _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark =
 82994               {
 82995                   /* flags */
 82996 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 82997                   /* name */
 82998                   "PassiveLowWaterMark",
 82999                   /* qualifiers */
 83000                   _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark_qualifiers,
 83001                   /* type */
 83002                   CIMTYPE_UINT64,
 83003                   /* subscript */
 83004                   -1,
 83005                   /* value */
 83006                   0,
 83007               };
 83008               
 83009               static const char*
 83010               _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark_qualifiers[] =
 83011               {
 83012                   /* MappingStrings */
 83013                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 83014                   0,
 83015               };
 83016               
 83017 mike  1.1.2.1 static MetaProperty
 83018               _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark =
 83019               {
 83020                   /* flags */
 83021                   META_FLAG_PROPERTY|META_FLAG_READ,
 83022                   /* name */
 83023                   "PassiveHighWaterMark",
 83024                   /* qualifiers */
 83025                   _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark_qualifiers,
 83026                   /* type */
 83027                   CIMTYPE_UINT64,
 83028                   /* subscript */
 83029                   -1,
 83030                   /* value */
 83031                   0,
 83032               };
 83033               
 83034               static MetaFeature*
 83035               _CIM_J2eeStatefulSessionBeanStats_features[] =
 83036               {
 83037                   (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveCount,
 83038 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark,
 83039                   (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark,
 83040                   0,
 83041               };
 83042               
 83043               static const char*
 83044               __root_cimv2_CIM_J2eeStatefulSessionBeanStats_qualifiers[] =
 83045               {
 83046                   /* UMLPackagePath */
 83047                   "\057CIM::Application::J2eeAppServerStats",
 83048                   /* Version */
 83049                   "\0632.8.0",
 83050                   0,
 83051               };
 83052               
 83053               MetaClass
 83054               __root_cimv2_CIM_J2eeStatefulSessionBeanStats =
 83055               {
 83056                   /* flags */
 83057                   META_FLAG_CLASS,
 83058                   /* name */
 83059 mike  1.1.2.1     "CIM_J2eeStatefulSessionBeanStats",
 83060                   /* qualifiers */
 83061                   __root_cimv2_CIM_J2eeStatefulSessionBeanStats_qualifiers,
 83062                   /* super */
 83063                   &__root_cimv2_CIM_J2eeSessionBeanStats,
 83064                   /* features */
 83065                   _CIM_J2eeStatefulSessionBeanStats_features,
 83066               };
 83067               
 83068               //==============================================================================
 83069               //
 83070               // Class: CIM_J2eeStatelessSessionBeanStats
 83071               //
 83072               //==============================================================================
 83073               
 83074               static MetaFeature*
 83075               _CIM_J2eeStatelessSessionBeanStats_features[] =
 83076               {
 83077                   0,
 83078               };
 83079               
 83080 mike  1.1.2.1 static const char*
 83081               __root_cimv2_CIM_J2eeStatelessSessionBeanStats_qualifiers[] =
 83082               {
 83083                   /* UMLPackagePath */
 83084                   "\057CIM::Application::J2eeAppServerStats",
 83085                   /* Version */
 83086                   "\0632.8.0",
 83087                   0,
 83088               };
 83089               
 83090               MetaClass
 83091               __root_cimv2_CIM_J2eeStatelessSessionBeanStats =
 83092               {
 83093                   /* flags */
 83094                   META_FLAG_CLASS,
 83095                   /* name */
 83096                   "CIM_J2eeStatelessSessionBeanStats",
 83097                   /* qualifiers */
 83098                   __root_cimv2_CIM_J2eeStatelessSessionBeanStats_qualifiers,
 83099                   /* super */
 83100                   &__root_cimv2_CIM_J2eeSessionBeanStats,
 83101 mike  1.1.2.1     /* features */
 83102                   _CIM_J2eeStatelessSessionBeanStats_features,
 83103               };
 83104               
 83105               //==============================================================================
 83106               //
 83107               // Class: CIM_Job
 83108               //
 83109               //==============================================================================
 83110               
 83111               static const char*
 83112               _CIM_Job_JobStatus_qualifiers[] =
 83113               {
 83114                   /* ModelCorrespondence */
 83115                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 83116                   0,
 83117               };
 83118               
 83119               static MetaProperty
 83120               _CIM_Job_JobStatus =
 83121               {
 83122 mike  1.1.2.1     /* flags */
 83123                   META_FLAG_PROPERTY|META_FLAG_READ,
 83124                   /* name */
 83125                   "JobStatus",
 83126                   /* qualifiers */
 83127                   _CIM_Job_JobStatus_qualifiers,
 83128                   /* type */
 83129                   CIMTYPE_STRING,
 83130                   /* subscript */
 83131                   -1,
 83132                   /* value */
 83133                   0,
 83134               };
 83135               
 83136               static const char*
 83137               _CIM_Job_TimeSubmitted_qualifiers[] =
 83138               {
 83139                   0,
 83140               };
 83141               
 83142               static MetaProperty
 83143 mike  1.1.2.1 _CIM_Job_TimeSubmitted =
 83144               {
 83145                   /* flags */
 83146                   META_FLAG_PROPERTY|META_FLAG_READ,
 83147                   /* name */
 83148                   "TimeSubmitted",
 83149                   /* qualifiers */
 83150                   _CIM_Job_TimeSubmitted_qualifiers,
 83151                   /* type */
 83152                   CIMTYPE_DATETIME,
 83153                   /* subscript */
 83154                   -1,
 83155                   /* value */
 83156                   0,
 83157               };
 83158               
 83159               static const char*
 83160               _CIM_Job_ScheduledStartTime_qualifiers[] =
 83161               {
 83162                   /* Deprecated */
 83163                   "\013\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83164 mike  1.1.2.1     /* Write */
 83165                   "\065\001",
 83166                   0,
 83167               };
 83168               
 83169               static MetaProperty
 83170               _CIM_Job_ScheduledStartTime =
 83171               {
 83172                   /* flags */
 83173                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83174                   /* name */
 83175                   "ScheduledStartTime",
 83176                   /* qualifiers */
 83177                   _CIM_Job_ScheduledStartTime_qualifiers,
 83178                   /* type */
 83179                   CIMTYPE_DATETIME,
 83180                   /* subscript */
 83181                   -1,
 83182                   /* value */
 83183                   0,
 83184               };
 83185 mike  1.1.2.1 
 83186               static const char*
 83187               _CIM_Job_StartTime_qualifiers[] =
 83188               {
 83189                   0,
 83190               };
 83191               
 83192               static MetaProperty
 83193               _CIM_Job_StartTime =
 83194               {
 83195                   /* flags */
 83196                   META_FLAG_PROPERTY|META_FLAG_READ,
 83197                   /* name */
 83198                   "StartTime",
 83199                   /* qualifiers */
 83200                   _CIM_Job_StartTime_qualifiers,
 83201                   /* type */
 83202                   CIMTYPE_DATETIME,
 83203                   /* subscript */
 83204                   -1,
 83205                   /* value */
 83206 mike  1.1.2.1     0,
 83207               };
 83208               
 83209               static const char*
 83210               _CIM_Job_ElapsedTime_qualifiers[] =
 83211               {
 83212                   0,
 83213               };
 83214               
 83215               static MetaProperty
 83216               _CIM_Job_ElapsedTime =
 83217               {
 83218                   /* flags */
 83219                   META_FLAG_PROPERTY|META_FLAG_READ,
 83220                   /* name */
 83221                   "ElapsedTime",
 83222                   /* qualifiers */
 83223                   _CIM_Job_ElapsedTime_qualifiers,
 83224                   /* type */
 83225                   CIMTYPE_DATETIME,
 83226                   /* subscript */
 83227 mike  1.1.2.1     -1,
 83228                   /* value */
 83229                   0,
 83230               };
 83231               
 83232               static const char*
 83233               _CIM_Job_JobRunTimes_qualifiers[] =
 83234               {
 83235                   /* Write */
 83236                   "\065\001",
 83237                   0,
 83238               };
 83239               
 83240               static MetaProperty
 83241               _CIM_Job_JobRunTimes =
 83242               {
 83243                   /* flags */
 83244                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83245                   /* name */
 83246                   "JobRunTimes",
 83247                   /* qualifiers */
 83248 mike  1.1.2.1     _CIM_Job_JobRunTimes_qualifiers,
 83249                   /* type */
 83250                   CIMTYPE_UINT32,
 83251                   /* subscript */
 83252                   -1,
 83253                   /* value */
 83254                   "\000\000\000\001",
 83255               };
 83256               
 83257               static const char*
 83258               _CIM_Job_RunMonth_qualifiers[] =
 83259               {
 83260                   /* Write */
 83261                   "\065\001",
 83262                   /* ValueMap */
 83263                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 83264                   /* Values */
 83265                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 83266                   /* ModelCorrespondence */
 83267                   "\036\000\003CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83268                   0,
 83269 mike  1.1.2.1 };
 83270               
 83271               static MetaProperty
 83272               _CIM_Job_RunMonth =
 83273               {
 83274                   /* flags */
 83275                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83276                   /* name */
 83277                   "RunMonth",
 83278                   /* qualifiers */
 83279                   _CIM_Job_RunMonth_qualifiers,
 83280                   /* type */
 83281                   CIMTYPE_UINT8,
 83282                   /* subscript */
 83283                   -1,
 83284                   /* value */
 83285                   0,
 83286               };
 83287               
 83288               static const char*
 83289               _CIM_Job_RunDay_qualifiers[] =
 83290 mike  1.1.2.1 {
 83291                   /* Write */
 83292                   "\065\001",
 83293                   /* MinValue */
 83294                   "\035\377\377\377\377\377\377\377\341",
 83295                   /* MaxValue */
 83296                   "\031\000\000\000\000\000\000\000\037",
 83297                   /* ModelCorrespondence */
 83298                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83299                   0,
 83300               };
 83301               
 83302               static MetaProperty
 83303               _CIM_Job_RunDay =
 83304               {
 83305                   /* flags */
 83306                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83307                   /* name */
 83308                   "RunDay",
 83309                   /* qualifiers */
 83310                   _CIM_Job_RunDay_qualifiers,
 83311 mike  1.1.2.1     /* type */
 83312                   CIMTYPE_SINT8,
 83313                   /* subscript */
 83314                   -1,
 83315                   /* value */
 83316                   0,
 83317               };
 83318               
 83319               static const char*
 83320               _CIM_Job_RunDayOfWeek_qualifiers[] =
 83321               {
 83322                   /* Write */
 83323                   "\065\001",
 83324                   /* ValueMap */
 83325                   "\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",
 83326                   /* Values */
 83327                   "\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",
 83328                   /* ModelCorrespondence */
 83329                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunStartInterval\000",
 83330                   0,
 83331               };
 83332 mike  1.1.2.1 
 83333               static MetaProperty
 83334               _CIM_Job_RunDayOfWeek =
 83335               {
 83336                   /* flags */
 83337                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83338                   /* name */
 83339                   "RunDayOfWeek",
 83340                   /* qualifiers */
 83341                   _CIM_Job_RunDayOfWeek_qualifiers,
 83342                   /* type */
 83343                   CIMTYPE_SINT8,
 83344                   /* subscript */
 83345                   -1,
 83346                   /* value */
 83347                   0,
 83348               };
 83349               
 83350               static const char*
 83351               _CIM_Job_RunStartInterval_qualifiers[] =
 83352               {
 83353 mike  1.1.2.1     /* Write */
 83354                   "\065\001",
 83355                   /* ModelCorrespondence */
 83356                   "\036\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83357                   0,
 83358               };
 83359               
 83360               static MetaProperty
 83361               _CIM_Job_RunStartInterval =
 83362               {
 83363                   /* flags */
 83364                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83365                   /* name */
 83366                   "RunStartInterval",
 83367                   /* qualifiers */
 83368                   _CIM_Job_RunStartInterval_qualifiers,
 83369                   /* type */
 83370                   CIMTYPE_DATETIME,
 83371                   /* subscript */
 83372                   -1,
 83373                   /* value */
 83374 mike  1.1.2.1     0,
 83375               };
 83376               
 83377               static const char*
 83378               _CIM_Job_LocalOrUtcTime_qualifiers[] =
 83379               {
 83380                   /* Write */
 83381                   "\065\001",
 83382                   /* ValueMap */
 83383                   "\061\000\0021\0002\000",
 83384                   /* Values */
 83385                   "\062\000\002Local Time\000UTC Time\000",
 83386                   0,
 83387               };
 83388               
 83389               static MetaProperty
 83390               _CIM_Job_LocalOrUtcTime =
 83391               {
 83392                   /* flags */
 83393                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83394                   /* name */
 83395 mike  1.1.2.1     "LocalOrUtcTime",
 83396                   /* qualifiers */
 83397                   _CIM_Job_LocalOrUtcTime_qualifiers,
 83398                   /* type */
 83399                   CIMTYPE_UINT16,
 83400                   /* subscript */
 83401                   -1,
 83402                   /* value */
 83403                   0,
 83404               };
 83405               
 83406               static const char*
 83407               _CIM_Job_UntilTime_qualifiers[] =
 83408               {
 83409                   /* Write */
 83410                   "\065\001",
 83411                   /* ModelCorrespondence */
 83412                   "\036\000\001CIM_Job.LocalOrUtcTime\000",
 83413                   0,
 83414               };
 83415               
 83416 mike  1.1.2.1 static MetaProperty
 83417               _CIM_Job_UntilTime =
 83418               {
 83419                   /* flags */
 83420                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83421                   /* name */
 83422                   "UntilTime",
 83423                   /* qualifiers */
 83424                   _CIM_Job_UntilTime_qualifiers,
 83425                   /* type */
 83426                   CIMTYPE_DATETIME,
 83427                   /* subscript */
 83428                   -1,
 83429                   /* value */
 83430                   0,
 83431               };
 83432               
 83433               static const char*
 83434               _CIM_Job_Notify_qualifiers[] =
 83435               {
 83436                   /* Write */
 83437 mike  1.1.2.1     "\065\001",
 83438                   0,
 83439               };
 83440               
 83441               static MetaProperty
 83442               _CIM_Job_Notify =
 83443               {
 83444                   /* flags */
 83445                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83446                   /* name */
 83447                   "Notify",
 83448                   /* qualifiers */
 83449                   _CIM_Job_Notify_qualifiers,
 83450                   /* type */
 83451                   CIMTYPE_STRING,
 83452                   /* subscript */
 83453                   -1,
 83454                   /* value */
 83455                   0,
 83456               };
 83457               
 83458 mike  1.1.2.1 static const char*
 83459               _CIM_Job_Owner_qualifiers[] =
 83460               {
 83461                   /* ModelCorrespondence */
 83462                   "\036\000\001CIM_OwningJobElement\000",
 83463                   0,
 83464               };
 83465               
 83466               static MetaProperty
 83467               _CIM_Job_Owner =
 83468               {
 83469                   /* flags */
 83470                   META_FLAG_PROPERTY|META_FLAG_READ,
 83471                   /* name */
 83472                   "Owner",
 83473                   /* qualifiers */
 83474                   _CIM_Job_Owner_qualifiers,
 83475                   /* type */
 83476                   CIMTYPE_STRING,
 83477                   /* subscript */
 83478                   -1,
 83479 mike  1.1.2.1     /* value */
 83480                   0,
 83481               };
 83482               
 83483               static const char*
 83484               _CIM_Job_Priority_qualifiers[] =
 83485               {
 83486                   /* Write */
 83487                   "\065\001",
 83488                   0,
 83489               };
 83490               
 83491               static MetaProperty
 83492               _CIM_Job_Priority =
 83493               {
 83494                   /* flags */
 83495                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83496                   /* name */
 83497                   "Priority",
 83498                   /* qualifiers */
 83499                   _CIM_Job_Priority_qualifiers,
 83500 mike  1.1.2.1     /* type */
 83501                   CIMTYPE_UINT32,
 83502                   /* subscript */
 83503                   -1,
 83504                   /* value */
 83505                   0,
 83506               };
 83507               
 83508               static const char*
 83509               _CIM_Job_PercentComplete_qualifiers[] =
 83510               {
 83511                   /* Units */
 83512                   "\060Percent",
 83513                   /* MinValue */
 83514                   "\035\000\000\000\000\000\000\000\000",
 83515                   /* MaxValue */
 83516                   "\031\000\000\000\000\000\000\000\145",
 83517                   0,
 83518               };
 83519               
 83520               static MetaProperty
 83521 mike  1.1.2.1 _CIM_Job_PercentComplete =
 83522               {
 83523                   /* flags */
 83524                   META_FLAG_PROPERTY|META_FLAG_READ,
 83525                   /* name */
 83526                   "PercentComplete",
 83527                   /* qualifiers */
 83528                   _CIM_Job_PercentComplete_qualifiers,
 83529                   /* type */
 83530                   CIMTYPE_UINT16,
 83531                   /* subscript */
 83532                   -1,
 83533                   /* value */
 83534                   0,
 83535               };
 83536               
 83537               static const char*
 83538               _CIM_Job_DeleteOnCompletion_qualifiers[] =
 83539               {
 83540                   /* Write */
 83541                   "\065\001",
 83542 mike  1.1.2.1     0,
 83543               };
 83544               
 83545               static MetaProperty
 83546               _CIM_Job_DeleteOnCompletion =
 83547               {
 83548                   /* flags */
 83549                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83550                   /* name */
 83551                   "DeleteOnCompletion",
 83552                   /* qualifiers */
 83553                   _CIM_Job_DeleteOnCompletion_qualifiers,
 83554                   /* type */
 83555                   CIMTYPE_BOOLEAN,
 83556                   /* subscript */
 83557                   -1,
 83558                   /* value */
 83559                   0,
 83560               };
 83561               
 83562               static const char*
 83563 mike  1.1.2.1 _CIM_Job_ErrorCode_qualifiers[] =
 83564               {
 83565                   /* ModelCorrespondence */
 83566                   "\036\000\001CIM_Job.ErrorDescription\000",
 83567                   0,
 83568               };
 83569               
 83570               static MetaProperty
 83571               _CIM_Job_ErrorCode =
 83572               {
 83573                   /* flags */
 83574                   META_FLAG_PROPERTY|META_FLAG_READ,
 83575                   /* name */
 83576                   "ErrorCode",
 83577                   /* qualifiers */
 83578                   _CIM_Job_ErrorCode_qualifiers,
 83579                   /* type */
 83580                   CIMTYPE_UINT16,
 83581                   /* subscript */
 83582                   -1,
 83583                   /* value */
 83584 mike  1.1.2.1     0,
 83585               };
 83586               
 83587               static const char*
 83588               _CIM_Job_ErrorDescription_qualifiers[] =
 83589               {
 83590                   /* ModelCorrespondence */
 83591                   "\036\000\001CIM_Job.ErrorCode\000",
 83592                   0,
 83593               };
 83594               
 83595               static MetaProperty
 83596               _CIM_Job_ErrorDescription =
 83597               {
 83598                   /* flags */
 83599                   META_FLAG_PROPERTY|META_FLAG_READ,
 83600                   /* name */
 83601                   "ErrorDescription",
 83602                   /* qualifiers */
 83603                   _CIM_Job_ErrorDescription_qualifiers,
 83604                   /* type */
 83605 mike  1.1.2.1     CIMTYPE_STRING,
 83606                   /* subscript */
 83607                   -1,
 83608                   /* value */
 83609                   0,
 83610               };
 83611               
 83612               static const char*
 83613               _CIM_Job_RecoveryAction_qualifiers[] =
 83614               {
 83615                   /* ValueMap */
 83616                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 83617                   /* Values */
 83618                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
 83619                   /* ModelCorrespondence */
 83620                   "\036\000\001CIM_Job.OtherRecoveryAction\000",
 83621                   0,
 83622               };
 83623               
 83624               static MetaProperty
 83625               _CIM_Job_RecoveryAction =
 83626 mike  1.1.2.1 {
 83627                   /* flags */
 83628                   META_FLAG_PROPERTY|META_FLAG_READ,
 83629                   /* name */
 83630                   "RecoveryAction",
 83631                   /* qualifiers */
 83632                   _CIM_Job_RecoveryAction_qualifiers,
 83633                   /* type */
 83634                   CIMTYPE_UINT16,
 83635                   /* subscript */
 83636                   -1,
 83637                   /* value */
 83638                   0,
 83639               };
 83640               
 83641               static const char*
 83642               _CIM_Job_OtherRecoveryAction_qualifiers[] =
 83643               {
 83644                   /* ModelCorrespondence */
 83645                   "\036\000\001CIM_Job.RecoveryAction\000",
 83646                   0,
 83647 mike  1.1.2.1 };
 83648               
 83649               static MetaProperty
 83650               _CIM_Job_OtherRecoveryAction =
 83651               {
 83652                   /* flags */
 83653                   META_FLAG_PROPERTY|META_FLAG_READ,
 83654                   /* name */
 83655                   "OtherRecoveryAction",
 83656                   /* qualifiers */
 83657                   _CIM_Job_OtherRecoveryAction_qualifiers,
 83658                   /* type */
 83659                   CIMTYPE_STRING,
 83660                   /* subscript */
 83661                   -1,
 83662                   /* value */
 83663                   0,
 83664               };
 83665               
 83666               static const char*
 83667               _CIM_Job_KillJob_DeleteOnKill_qualifiers[] =
 83668 mike  1.1.2.1 {
 83669                   /* IN */
 83670                   "\024\001",
 83671                   0,
 83672               };
 83673               
 83674               static MetaProperty
 83675               _CIM_Job_KillJob_DeleteOnKill =
 83676               {
 83677                   /* flags */
 83678                   META_FLAG_PROPERTY|META_FLAG_IN,
 83679                   /* name */
 83680                   "DeleteOnKill",
 83681                   /* qualifiers */
 83682                   _CIM_Job_KillJob_DeleteOnKill_qualifiers,
 83683                   /* type */
 83684                   CIMTYPE_BOOLEAN,
 83685                   /* subscript */
 83686                   -1,
 83687                   /* value */
 83688                   0,
 83689 mike  1.1.2.1 };
 83690               
 83691               static MetaFeature*
 83692               _CIM_Job_KillJob_parameters[] =
 83693               {
 83694                   (MetaFeature*)&_CIM_Job_KillJob_DeleteOnKill,
 83695                   0,
 83696               };
 83697               
 83698               static const char*
 83699               _CIM_Job_KillJob_qualifiers[] =
 83700               {
 83701                   /* Deprecated */
 83702                   "\013\000\001CIM_ConcreteJob.RequestStateChange()\000",
 83703                   /* ValueMap */
 83704                   "\061\000\0110\0001\0002\0003\0004\0006\0007\000..\00032768..65535\000",
 83705                   /* Values */
 83706                   "\062\000\011Success\000Not Supported\000Unknown\000Timeout\000Failed\000Access Denied\000Not Found\000DMTF Reserved\000Vendor Specific\000",
 83707                   0,
 83708               };
 83709               
 83710 mike  1.1.2.1 static MetaMethod
 83711               _CIM_Job_KillJob =
 83712               {
 83713                   /* flags */
 83714                   META_FLAG_METHOD,
 83715                   /* name */
 83716                   "CIM_Job",
 83717                   /* qualifiers */
 83718                   _CIM_Job_KillJob_qualifiers,
 83719                   /* type */
 83720                   CIMTYPE_UINT32,
 83721                   /* parameters */
 83722                   _CIM_Job_KillJob_parameters,
 83723               };
 83724               
 83725               static MetaFeature*
 83726               _CIM_Job_features[] =
 83727               {
 83728                   (MetaFeature*)&_CIM_Job_JobStatus,
 83729                   (MetaFeature*)&_CIM_Job_TimeSubmitted,
 83730                   (MetaFeature*)&_CIM_Job_ScheduledStartTime,
 83731 mike  1.1.2.1     (MetaFeature*)&_CIM_Job_StartTime,
 83732                   (MetaFeature*)&_CIM_Job_ElapsedTime,
 83733                   (MetaFeature*)&_CIM_Job_JobRunTimes,
 83734                   (MetaFeature*)&_CIM_Job_RunMonth,
 83735                   (MetaFeature*)&_CIM_Job_RunDay,
 83736                   (MetaFeature*)&_CIM_Job_RunDayOfWeek,
 83737                   (MetaFeature*)&_CIM_Job_RunStartInterval,
 83738                   (MetaFeature*)&_CIM_Job_LocalOrUtcTime,
 83739                   (MetaFeature*)&_CIM_Job_UntilTime,
 83740                   (MetaFeature*)&_CIM_Job_Notify,
 83741                   (MetaFeature*)&_CIM_Job_Owner,
 83742                   (MetaFeature*)&_CIM_Job_Priority,
 83743                   (MetaFeature*)&_CIM_Job_PercentComplete,
 83744                   (MetaFeature*)&_CIM_Job_DeleteOnCompletion,
 83745                   (MetaFeature*)&_CIM_Job_ErrorCode,
 83746                   (MetaFeature*)&_CIM_Job_ErrorDescription,
 83747                   (MetaFeature*)&_CIM_Job_RecoveryAction,
 83748                   (MetaFeature*)&_CIM_Job_OtherRecoveryAction,
 83749                   (MetaFeature*)&_CIM_Job_KillJob,
 83750                   0,
 83751               };
 83752 mike  1.1.2.1 
 83753               static const char*
 83754               __root_cimv2_CIM_Job_qualifiers[] =
 83755               {
 83756                   /* UMLPackagePath */
 83757                   "\057CIM::Core::CoreElements",
 83758                   /* Abstract */
 83759                   "\002\001",
 83760                   /* Version */
 83761                   "\0632.10.0",
 83762                   0,
 83763               };
 83764               
 83765               MetaClass
 83766               __root_cimv2_CIM_Job =
 83767               {
 83768                   /* flags */
 83769                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 83770                   /* name */
 83771                   "CIM_Job",
 83772                   /* qualifiers */
 83773 mike  1.1.2.1     __root_cimv2_CIM_Job_qualifiers,
 83774                   /* super */
 83775                   &__root_cimv2_CIM_LogicalElement,
 83776                   /* features */
 83777                   _CIM_Job_features,
 83778               };
 83779               
 83780               //==============================================================================
 83781               //
 83782               // Class: CIM_LinkHasConnector
 83783               //
 83784               //==============================================================================
 83785               
 83786               static const char*
 83787               _CIM_LinkHasConnector_GroupComponent_qualifiers[] =
 83788               {
 83789                   /* Aggregate */
 83790                   "\003\001",
 83791                   /* Override */
 83792                   "\044GroupComponent",
 83793                   /* Max */
 83794 mike  1.1.2.1     "\027\000\000\000\001",
 83795                   0,
 83796               };
 83797               
 83798               static MetaReference
 83799               _CIM_LinkHasConnector_GroupComponent =
 83800               {
 83801                   /* flags */
 83802                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 83803                   /* name */
 83804                   "GroupComponent",
 83805                   /* qualifiers */
 83806                   _CIM_LinkHasConnector_GroupComponent_qualifiers,
 83807                   /* subscript */
 83808                   -1,
 83809                   /* refId */
 83810                   &__root_cimv2_CIM_PhysicalLink,
 83811               };
 83812               
 83813               static const char*
 83814               _CIM_LinkHasConnector_PartComponent_qualifiers[] =
 83815 mike  1.1.2.1 {
 83816                   /* Override */
 83817                   "\044PartComponent",
 83818                   0,
 83819               };
 83820               
 83821               static MetaReference
 83822               _CIM_LinkHasConnector_PartComponent =
 83823               {
 83824                   /* flags */
 83825                   META_FLAG_REFERENCE|META_FLAG_READ,
 83826                   /* name */
 83827                   "PartComponent",
 83828                   /* qualifiers */
 83829                   _CIM_LinkHasConnector_PartComponent_qualifiers,
 83830                   /* subscript */
 83831                   -1,
 83832                   /* refId */
 83833                   &__root_cimv2_CIM_PhysicalConnector,
 83834               };
 83835               
 83836 mike  1.1.2.1 static MetaFeature*
 83837               _CIM_LinkHasConnector_features[] =
 83838               {
 83839                   (MetaFeature*)&_CIM_LinkHasConnector_GroupComponent,
 83840                   (MetaFeature*)&_CIM_LinkHasConnector_PartComponent,
 83841                   0,
 83842               };
 83843               
 83844               static const char*
 83845               __root_cimv2_CIM_LinkHasConnector_qualifiers[] =
 83846               {
 83847                   /* ASSOCIATION */
 83848                   "\000\001",
 83849                   /* UMLPackagePath */
 83850                   "\057CIM::Physical::Link",
 83851                   /* Aggregation */
 83852                   "\004\001",
 83853                   /* Version */
 83854                   "\0632.6.0",
 83855                   0,
 83856               };
 83857 mike  1.1.2.1 
 83858               MetaClass
 83859               __root_cimv2_CIM_LinkHasConnector =
 83860               {
 83861                   /* flags */
 83862                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 83863                   /* name */
 83864                   "CIM_LinkHasConnector",
 83865                   /* qualifiers */
 83866                   __root_cimv2_CIM_LinkHasConnector_qualifiers,
 83867                   /* super */
 83868                   &__root_cimv2_CIM_Component,
 83869                   /* features */
 83870                   _CIM_LinkHasConnector_features,
 83871               };
 83872               
 83873               //==============================================================================
 83874               //
 83875               // Class: CIM_ListsInRoutingPolicy
 83876               //
 83877               //==============================================================================
 83878 mike  1.1.2.1 
 83879               static const char*
 83880               _CIM_ListsInRoutingPolicy_GroupComponent_qualifiers[] =
 83881               {
 83882                   /* Aggregate */
 83883                   "\003\001",
 83884                   /* Override */
 83885                   "\044GroupComponent",
 83886                   0,
 83887               };
 83888               
 83889               static MetaReference
 83890               _CIM_ListsInRoutingPolicy_GroupComponent =
 83891               {
 83892                   /* flags */
 83893                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 83894                   /* name */
 83895                   "GroupComponent",
 83896                   /* qualifiers */
 83897                   _CIM_ListsInRoutingPolicy_GroupComponent_qualifiers,
 83898                   /* subscript */
 83899 mike  1.1.2.1     -1,
 83900                   /* refId */
 83901                   &__root_cimv2_CIM_RoutingPolicy,
 83902               };
 83903               
 83904               static const char*
 83905               _CIM_ListsInRoutingPolicy_PartComponent_qualifiers[] =
 83906               {
 83907                   /* Override */
 83908                   "\044PartComponent",
 83909                   0,
 83910               };
 83911               
 83912               static MetaReference
 83913               _CIM_ListsInRoutingPolicy_PartComponent =
 83914               {
 83915                   /* flags */
 83916                   META_FLAG_REFERENCE|META_FLAG_READ,
 83917                   /* name */
 83918                   "PartComponent",
 83919                   /* qualifiers */
 83920 mike  1.1.2.1     _CIM_ListsInRoutingPolicy_PartComponent_qualifiers,
 83921                   /* subscript */
 83922                   -1,
 83923                   /* refId */
 83924                   &__root_cimv2_CIM_FilterList,
 83925               };
 83926               
 83927               static const char*
 83928               _CIM_ListsInRoutingPolicy_ListSequence_qualifiers[] =
 83929               {
 83930                   0,
 83931               };
 83932               
 83933               static MetaProperty
 83934               _CIM_ListsInRoutingPolicy_ListSequence =
 83935               {
 83936                   /* flags */
 83937                   META_FLAG_PROPERTY|META_FLAG_READ,
 83938                   /* name */
 83939                   "ListSequence",
 83940                   /* qualifiers */
 83941 mike  1.1.2.1     _CIM_ListsInRoutingPolicy_ListSequence_qualifiers,
 83942                   /* type */
 83943                   CIMTYPE_UINT16,
 83944                   /* subscript */
 83945                   -1,
 83946                   /* value */
 83947                   0,
 83948               };
 83949               
 83950               static MetaFeature*
 83951               _CIM_ListsInRoutingPolicy_features[] =
 83952               {
 83953                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_GroupComponent,
 83954                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_PartComponent,
 83955                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_ListSequence,
 83956                   0,
 83957               };
 83958               
 83959               static const char*
 83960               __root_cimv2_CIM_ListsInRoutingPolicy_qualifiers[] =
 83961               {
 83962 mike  1.1.2.1     /* ASSOCIATION */
 83963                   "\000\001",
 83964                   /* UMLPackagePath */
 83965                   "\057CIM::Network::RoutingForwarding",
 83966                   /* Aggregation */
 83967                   "\004\001",
 83968                   /* Version */
 83969                   "\0632.6.0",
 83970                   0,
 83971               };
 83972               
 83973               MetaClass
 83974               __root_cimv2_CIM_ListsInRoutingPolicy =
 83975               {
 83976                   /* flags */
 83977                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 83978                   /* name */
 83979                   "CIM_ListsInRoutingPolicy",
 83980                   /* qualifiers */
 83981                   __root_cimv2_CIM_ListsInRoutingPolicy_qualifiers,
 83982                   /* super */
 83983 mike  1.1.2.1     &__root_cimv2_CIM_Component,
 83984                   /* features */
 83985                   _CIM_ListsInRoutingPolicy_features,
 83986               };
 83987               
 83988               //==============================================================================
 83989               //
 83990               // Class: CIM_LogicalElementUnitOfWorkDef
 83991               //
 83992               //==============================================================================
 83993               
 83994               static const char*
 83995               _CIM_LogicalElementUnitOfWorkDef_Antecedent_qualifiers[] =
 83996               {
 83997                   /* Override */
 83998                   "\044Antecedent",
 83999                   0,
 84000               };
 84001               
 84002               static MetaReference
 84003               _CIM_LogicalElementUnitOfWorkDef_Antecedent =
 84004 mike  1.1.2.1 {
 84005                   /* flags */
 84006                   META_FLAG_REFERENCE|META_FLAG_READ,
 84007                   /* name */
 84008                   "Antecedent",
 84009                   /* qualifiers */
 84010                   _CIM_LogicalElementUnitOfWorkDef_Antecedent_qualifiers,
 84011                   /* subscript */
 84012                   -1,
 84013                   /* refId */
 84014                   &__root_cimv2_CIM_LogicalElement,
 84015               };
 84016               
 84017               static const char*
 84018               _CIM_LogicalElementUnitOfWorkDef_Dependent_qualifiers[] =
 84019               {
 84020                   /* Override */
 84021                   "\044Dependent",
 84022                   0,
 84023               };
 84024               
 84025 mike  1.1.2.1 static MetaReference
 84026               _CIM_LogicalElementUnitOfWorkDef_Dependent =
 84027               {
 84028                   /* flags */
 84029                   META_FLAG_REFERENCE|META_FLAG_READ,
 84030                   /* name */
 84031                   "Dependent",
 84032                   /* qualifiers */
 84033                   _CIM_LogicalElementUnitOfWorkDef_Dependent_qualifiers,
 84034                   /* subscript */
 84035                   -1,
 84036                   /* refId */
 84037                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 84038               };
 84039               
 84040               static MetaFeature*
 84041               _CIM_LogicalElementUnitOfWorkDef_features[] =
 84042               {
 84043                   (MetaFeature*)&_CIM_LogicalElementUnitOfWorkDef_Antecedent,
 84044                   (MetaFeature*)&_CIM_LogicalElementUnitOfWorkDef_Dependent,
 84045                   0,
 84046 mike  1.1.2.1 };
 84047               
 84048               static const char*
 84049               __root_cimv2_CIM_LogicalElementUnitOfWorkDef_qualifiers[] =
 84050               {
 84051                   /* ASSOCIATION */
 84052                   "\000\001",
 84053                   /* UMLPackagePath */
 84054                   "\057CIM::Metrics::UnitOfWork",
 84055                   /* Version */
 84056                   "\0632.6.0",
 84057                   0,
 84058               };
 84059               
 84060               MetaClass
 84061               __root_cimv2_CIM_LogicalElementUnitOfWorkDef =
 84062               {
 84063                   /* flags */
 84064                   META_FLAG_ASSOCIATION,
 84065                   /* name */
 84066                   "CIM_LogicalElementUnitOfWorkDef",
 84067 mike  1.1.2.1     /* qualifiers */
 84068                   __root_cimv2_CIM_LogicalElementUnitOfWorkDef_qualifiers,
 84069                   /* super */
 84070                   &__root_cimv2_CIM_Dependency,
 84071                   /* features */
 84072                   _CIM_LogicalElementUnitOfWorkDef_features,
 84073               };
 84074               
 84075               //==============================================================================
 84076               //
 84077               // Class: CIM_Magazine
 84078               //
 84079               //==============================================================================
 84080               
 84081               static const char*
 84082               _CIM_Magazine_PhysicalLabels_qualifiers[] =
 84083               {
 84084                   /* ArrayType */
 84085                   "\005Indexed",
 84086                   /* ModelCorrespondence */
 84087                   "\036\000\002CIM_Magazine.LabelStates\000CIM_Magazine.LabelFormats\000",
 84088 mike  1.1.2.1     0,
 84089               };
 84090               
 84091               static MetaProperty
 84092               _CIM_Magazine_PhysicalLabels =
 84093               {
 84094                   /* flags */
 84095                   META_FLAG_PROPERTY|META_FLAG_READ,
 84096                   /* name */
 84097                   "PhysicalLabels",
 84098                   /* qualifiers */
 84099                   _CIM_Magazine_PhysicalLabels_qualifiers,
 84100                   /* type */
 84101                   CIMTYPE_STRING,
 84102                   /* subscript */
 84103                   0,
 84104                   /* value */
 84105                   0,
 84106               };
 84107               
 84108               static const char*
 84109 mike  1.1.2.1 _CIM_Magazine_LabelStates_qualifiers[] =
 84110               {
 84111                   /* ValueMap */
 84112                   "\061\000\0030\0001\0002\000",
 84113                   /* Values */
 84114                   "\062\000\003OK/Readable\000Unreadable\000Upside Down\000",
 84115                   /* ArrayType */
 84116                   "\005Indexed",
 84117                   /* ModelCorrespondence */
 84118                   "\036\000\001CIM_Magazine.PhysicalLabels\000",
 84119                   0,
 84120               };
 84121               
 84122               static MetaProperty
 84123               _CIM_Magazine_LabelStates =
 84124               {
 84125                   /* flags */
 84126                   META_FLAG_PROPERTY|META_FLAG_READ,
 84127                   /* name */
 84128                   "LabelStates",
 84129                   /* qualifiers */
 84130 mike  1.1.2.1     _CIM_Magazine_LabelStates_qualifiers,
 84131                   /* type */
 84132                   CIMTYPE_UINT16,
 84133                   /* subscript */
 84134                   0,
 84135                   /* value */
 84136                   0,
 84137               };
 84138               
 84139               static const char*
 84140               _CIM_Magazine_LabelFormats_qualifiers[] =
 84141               {
 84142                   /* ValueMap */
 84143                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 84144                   /* Values */
 84145                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
 84146                   /* ArrayType */
 84147                   "\005Indexed",
 84148                   /* ModelCorrespondence */
 84149                   "\036\000\001CIM_Magazine.PhysicalLabels\000",
 84150                   0,
 84151 mike  1.1.2.1 };
 84152               
 84153               static MetaProperty
 84154               _CIM_Magazine_LabelFormats =
 84155               {
 84156                   /* flags */
 84157                   META_FLAG_PROPERTY|META_FLAG_READ,
 84158                   /* name */
 84159                   "LabelFormats",
 84160                   /* qualifiers */
 84161                   _CIM_Magazine_LabelFormats_qualifiers,
 84162                   /* type */
 84163                   CIMTYPE_UINT16,
 84164                   /* subscript */
 84165                   0,
 84166                   /* value */
 84167                   0,
 84168               };
 84169               
 84170               static MetaFeature*
 84171               _CIM_Magazine_features[] =
 84172 mike  1.1.2.1 {
 84173                   (MetaFeature*)&_CIM_Magazine_PhysicalLabels,
 84174                   (MetaFeature*)&_CIM_Magazine_LabelStates,
 84175                   (MetaFeature*)&_CIM_Magazine_LabelFormats,
 84176                   0,
 84177               };
 84178               
 84179               static const char*
 84180               __root_cimv2_CIM_Magazine_qualifiers[] =
 84181               {
 84182                   /* UMLPackagePath */
 84183                   "\057CIM::Physical::StoragePackage",
 84184                   /* Version */
 84185                   "\0632.6.0",
 84186                   0,
 84187               };
 84188               
 84189               MetaClass
 84190               __root_cimv2_CIM_Magazine =
 84191               {
 84192                   /* flags */
 84193 mike  1.1.2.1     META_FLAG_CLASS,
 84194                   /* name */
 84195                   "CIM_Magazine",
 84196                   /* qualifiers */
 84197                   __root_cimv2_CIM_Magazine_qualifiers,
 84198                   /* super */
 84199                   &__root_cimv2_CIM_StorageMediaLocation,
 84200                   /* features */
 84201                   _CIM_Magazine_features,
 84202               };
 84203               
 84204               //==============================================================================
 84205               //
 84206               // Class: CIM_MediaPhysicalStatInfo
 84207               //
 84208               //==============================================================================
 84209               
 84210               static const char*
 84211               _CIM_MediaPhysicalStatInfo_ScanSuccesses_qualifiers[] =
 84212               {
 84213                   /* Deprecated */
 84214 mike  1.1.2.1     "\013\000\001CIM_MediaPhysicalStatData.ScanSuccesses\000",
 84215                   /* Counter */
 84216                   "\012\001",
 84217                   0,
 84218               };
 84219               
 84220               static MetaProperty
 84221               _CIM_MediaPhysicalStatInfo_ScanSuccesses =
 84222               {
 84223                   /* flags */
 84224                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84225                   /* name */
 84226                   "ScanSuccesses",
 84227                   /* qualifiers */
 84228                   _CIM_MediaPhysicalStatInfo_ScanSuccesses_qualifiers,
 84229                   /* type */
 84230                   CIMTYPE_UINT64,
 84231                   /* subscript */
 84232                   -1,
 84233                   /* value */
 84234                   0,
 84235 mike  1.1.2.1 };
 84236               
 84237               static const char*
 84238               _CIM_MediaPhysicalStatInfo_ScanFailures_qualifiers[] =
 84239               {
 84240                   /* Deprecated */
 84241                   "\013\000\001CIM_MediaPhysicalStatData.ScanFailures\000",
 84242                   /* Counter */
 84243                   "\012\001",
 84244                   0,
 84245               };
 84246               
 84247               static MetaProperty
 84248               _CIM_MediaPhysicalStatInfo_ScanFailures =
 84249               {
 84250                   /* flags */
 84251                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84252                   /* name */
 84253                   "ScanFailures",
 84254                   /* qualifiers */
 84255                   _CIM_MediaPhysicalStatInfo_ScanFailures_qualifiers,
 84256 mike  1.1.2.1     /* type */
 84257                   CIMTYPE_UINT64,
 84258                   /* subscript */
 84259                   -1,
 84260                   /* value */
 84261                   0,
 84262               };
 84263               
 84264               static const char*
 84265               _CIM_MediaPhysicalStatInfo_ScanRetries_qualifiers[] =
 84266               {
 84267                   /* Deprecated */
 84268                   "\013\000\001CIM_MediaPhysicalStatData.ScanRetries\000",
 84269                   /* Counter */
 84270                   "\012\001",
 84271                   0,
 84272               };
 84273               
 84274               static MetaProperty
 84275               _CIM_MediaPhysicalStatInfo_ScanRetries =
 84276               {
 84277 mike  1.1.2.1     /* flags */
 84278                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84279                   /* name */
 84280                   "ScanRetries",
 84281                   /* qualifiers */
 84282                   _CIM_MediaPhysicalStatInfo_ScanRetries_qualifiers,
 84283                   /* type */
 84284                   CIMTYPE_UINT64,
 84285                   /* subscript */
 84286                   -1,
 84287                   /* value */
 84288                   0,
 84289               };
 84290               
 84291               static const char*
 84292               _CIM_MediaPhysicalStatInfo_PickSuccesses_qualifiers[] =
 84293               {
 84294                   /* Deprecated */
 84295                   "\013\000\001CIM_MediaPhysicalStatData.PickSuccesses\000",
 84296                   /* Counter */
 84297                   "\012\001",
 84298 mike  1.1.2.1     0,
 84299               };
 84300               
 84301               static MetaProperty
 84302               _CIM_MediaPhysicalStatInfo_PickSuccesses =
 84303               {
 84304                   /* flags */
 84305                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84306                   /* name */
 84307                   "PickSuccesses",
 84308                   /* qualifiers */
 84309                   _CIM_MediaPhysicalStatInfo_PickSuccesses_qualifiers,
 84310                   /* type */
 84311                   CIMTYPE_UINT64,
 84312                   /* subscript */
 84313                   -1,
 84314                   /* value */
 84315                   0,
 84316               };
 84317               
 84318               static const char*
 84319 mike  1.1.2.1 _CIM_MediaPhysicalStatInfo_PickFailures_qualifiers[] =
 84320               {
 84321                   /* Deprecated */
 84322                   "\013\000\001CIM_MediaPhysicalStatData.PickFailures\000",
 84323                   /* Counter */
 84324                   "\012\001",
 84325                   0,
 84326               };
 84327               
 84328               static MetaProperty
 84329               _CIM_MediaPhysicalStatInfo_PickFailures =
 84330               {
 84331                   /* flags */
 84332                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84333                   /* name */
 84334                   "PickFailures",
 84335                   /* qualifiers */
 84336                   _CIM_MediaPhysicalStatInfo_PickFailures_qualifiers,
 84337                   /* type */
 84338                   CIMTYPE_UINT64,
 84339                   /* subscript */
 84340 mike  1.1.2.1     -1,
 84341                   /* value */
 84342                   0,
 84343               };
 84344               
 84345               static const char*
 84346               _CIM_MediaPhysicalStatInfo_PickRetries_qualifiers[] =
 84347               {
 84348                   /* Deprecated */
 84349                   "\013\000\001CIM_MediaPhysicalStatData.PickRetries\000",
 84350                   /* Counter */
 84351                   "\012\001",
 84352                   0,
 84353               };
 84354               
 84355               static MetaProperty
 84356               _CIM_MediaPhysicalStatInfo_PickRetries =
 84357               {
 84358                   /* flags */
 84359                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84360                   /* name */
 84361 mike  1.1.2.1     "PickRetries",
 84362                   /* qualifiers */
 84363                   _CIM_MediaPhysicalStatInfo_PickRetries_qualifiers,
 84364                   /* type */
 84365                   CIMTYPE_UINT64,
 84366                   /* subscript */
 84367                   -1,
 84368                   /* value */
 84369                   0,
 84370               };
 84371               
 84372               static const char*
 84373               _CIM_MediaPhysicalStatInfo_PutSuccesses_qualifiers[] =
 84374               {
 84375                   /* Deprecated */
 84376                   "\013\000\001CIM_MediaPhysicalStatData.PutSuccesses\000",
 84377                   /* Counter */
 84378                   "\012\001",
 84379                   0,
 84380               };
 84381               
 84382 mike  1.1.2.1 static MetaProperty
 84383               _CIM_MediaPhysicalStatInfo_PutSuccesses =
 84384               {
 84385                   /* flags */
 84386                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84387                   /* name */
 84388                   "PutSuccesses",
 84389                   /* qualifiers */
 84390                   _CIM_MediaPhysicalStatInfo_PutSuccesses_qualifiers,
 84391                   /* type */
 84392                   CIMTYPE_UINT64,
 84393                   /* subscript */
 84394                   -1,
 84395                   /* value */
 84396                   0,
 84397               };
 84398               
 84399               static const char*
 84400               _CIM_MediaPhysicalStatInfo_PutFailures_qualifiers[] =
 84401               {
 84402                   /* Deprecated */
 84403 mike  1.1.2.1     "\013\000\001CIM_MediaPhysicalStatData.PutFailures\000",
 84404                   /* Counter */
 84405                   "\012\001",
 84406                   0,
 84407               };
 84408               
 84409               static MetaProperty
 84410               _CIM_MediaPhysicalStatInfo_PutFailures =
 84411               {
 84412                   /* flags */
 84413                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84414                   /* name */
 84415                   "PutFailures",
 84416                   /* qualifiers */
 84417                   _CIM_MediaPhysicalStatInfo_PutFailures_qualifiers,
 84418                   /* type */
 84419                   CIMTYPE_UINT64,
 84420                   /* subscript */
 84421                   -1,
 84422                   /* value */
 84423                   0,
 84424 mike  1.1.2.1 };
 84425               
 84426               static const char*
 84427               _CIM_MediaPhysicalStatInfo_PutRetries_qualifiers[] =
 84428               {
 84429                   /* Deprecated */
 84430                   "\013\000\001CIM_MediaPhysicalStatData.PutRetries\000",
 84431                   /* Counter */
 84432                   "\012\001",
 84433                   0,
 84434               };
 84435               
 84436               static MetaProperty
 84437               _CIM_MediaPhysicalStatInfo_PutRetries =
 84438               {
 84439                   /* flags */
 84440                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84441                   /* name */
 84442                   "PutRetries",
 84443                   /* qualifiers */
 84444                   _CIM_MediaPhysicalStatInfo_PutRetries_qualifiers,
 84445 mike  1.1.2.1     /* type */
 84446                   CIMTYPE_UINT64,
 84447                   /* subscript */
 84448                   -1,
 84449                   /* value */
 84450                   0,
 84451               };
 84452               
 84453               static const char*
 84454               _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 84455               {
 84456                   /* IN */
 84457                   "\024\001",
 84458                   /* ValueMap */
 84459                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
 84460                   /* Values */
 84461                   "\062\000\012All\000Scan Successes\000Scan Failures\000Scan Retries\000Pick Successes\000Pick Failures\000Pick Retries\000Put Successes\000Put Failures\000Put Retries\000",
 84462                   0,
 84463               };
 84464               
 84465               static MetaProperty
 84466 mike  1.1.2.1 _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter =
 84467               {
 84468                   /* flags */
 84469                   META_FLAG_PROPERTY|META_FLAG_IN,
 84470                   /* name */
 84471                   "SelectedCounter",
 84472                   /* qualifiers */
 84473                   _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter_qualifiers,
 84474                   /* type */
 84475                   CIMTYPE_UINT16,
 84476                   /* subscript */
 84477                   -1,
 84478                   /* value */
 84479                   0,
 84480               };
 84481               
 84482               static MetaFeature*
 84483               _CIM_MediaPhysicalStatInfo_ResetCounter_parameters[] =
 84484               {
 84485                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter,
 84486                   0,
 84487 mike  1.1.2.1 };
 84488               
 84489               static const char*
 84490               _CIM_MediaPhysicalStatInfo_ResetCounter_qualifiers[] =
 84491               {
 84492                   /* Deprecated */
 84493                   "\013\000\001CIM_StatisticalData.ResetSelectedStats\000",
 84494                   0,
 84495               };
 84496               
 84497               static MetaMethod
 84498               _CIM_MediaPhysicalStatInfo_ResetCounter =
 84499               {
 84500                   /* flags */
 84501                   META_FLAG_METHOD,
 84502                   /* name */
 84503                   "CIM_MediaPhysicalStatInfo",
 84504                   /* qualifiers */
 84505                   _CIM_MediaPhysicalStatInfo_ResetCounter_qualifiers,
 84506                   /* type */
 84507                   CIMTYPE_UINT32,
 84508 mike  1.1.2.1     /* parameters */
 84509                   _CIM_MediaPhysicalStatInfo_ResetCounter_parameters,
 84510               };
 84511               
 84512               static MetaFeature*
 84513               _CIM_MediaPhysicalStatInfo_features[] =
 84514               {
 84515                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanSuccesses,
 84516                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanFailures,
 84517                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanRetries,
 84518                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickSuccesses,
 84519                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickFailures,
 84520                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickRetries,
 84521                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutSuccesses,
 84522                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutFailures,
 84523                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutRetries,
 84524                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ResetCounter,
 84525                   0,
 84526               };
 84527               
 84528               static const char*
 84529 mike  1.1.2.1 __root_cimv2_CIM_MediaPhysicalStatInfo_qualifiers[] =
 84530               {
 84531                   /* Deprecated */
 84532                   "\013\000\001CIM_MediaPhysicalStatData\000",
 84533                   /* UMLPackagePath */
 84534                   "\057CIM::Physical::StoragePackage",
 84535                   /* Version */
 84536                   "\0632.7.0",
 84537                   0,
 84538               };
 84539               
 84540               MetaClass
 84541               __root_cimv2_CIM_MediaPhysicalStatInfo =
 84542               {
 84543                   /* flags */
 84544                   META_FLAG_CLASS,
 84545                   /* name */
 84546                   "CIM_MediaPhysicalStatInfo",
 84547                   /* qualifiers */
 84548                   __root_cimv2_CIM_MediaPhysicalStatInfo_qualifiers,
 84549                   /* super */
 84550 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalStatisticalInformation,
 84551                   /* features */
 84552                   _CIM_MediaPhysicalStatInfo_features,
 84553               };
 84554               
 84555               //==============================================================================
 84556               //
 84557               // Class: CIM_MoreOrganizationInfo
 84558               //
 84559               //==============================================================================
 84560               
 84561               static const char*
 84562               _CIM_MoreOrganizationInfo_Antecedent_qualifiers[] =
 84563               {
 84564                   /* Override */
 84565                   "\044Antecedent",
 84566                   /* Min */
 84567                   "\033\000\000\000\001",
 84568                   /* Max */
 84569                   "\027\000\000\000\001",
 84570                   0,
 84571 mike  1.1.2.1 };
 84572               
 84573               static MetaReference
 84574               _CIM_MoreOrganizationInfo_Antecedent =
 84575               {
 84576                   /* flags */
 84577                   META_FLAG_REFERENCE|META_FLAG_READ,
 84578                   /* name */
 84579                   "Antecedent",
 84580                   /* qualifiers */
 84581                   _CIM_MoreOrganizationInfo_Antecedent_qualifiers,
 84582                   /* subscript */
 84583                   -1,
 84584                   /* refId */
 84585                   &__root_cimv2_CIM_Organization,
 84586               };
 84587               
 84588               static const char*
 84589               _CIM_MoreOrganizationInfo_Dependent_qualifiers[] =
 84590               {
 84591                   /* Override */
 84592 mike  1.1.2.1     "\044Dependent",
 84593                   /* Max */
 84594                   "\027\000\000\000\001",
 84595                   0,
 84596               };
 84597               
 84598               static MetaReference
 84599               _CIM_MoreOrganizationInfo_Dependent =
 84600               {
 84601                   /* flags */
 84602                   META_FLAG_REFERENCE|META_FLAG_READ,
 84603                   /* name */
 84604                   "Dependent",
 84605                   /* qualifiers */
 84606                   _CIM_MoreOrganizationInfo_Dependent_qualifiers,
 84607                   /* subscript */
 84608                   -1,
 84609                   /* refId */
 84610                   &__root_cimv2_CIM_OtherOrganizationInformation,
 84611               };
 84612               
 84613 mike  1.1.2.1 static MetaFeature*
 84614               _CIM_MoreOrganizationInfo_features[] =
 84615               {
 84616                   (MetaFeature*)&_CIM_MoreOrganizationInfo_Antecedent,
 84617                   (MetaFeature*)&_CIM_MoreOrganizationInfo_Dependent,
 84618                   0,
 84619               };
 84620               
 84621               static const char*
 84622               __root_cimv2_CIM_MoreOrganizationInfo_qualifiers[] =
 84623               {
 84624                   /* ASSOCIATION */
 84625                   "\000\001",
 84626                   /* UMLPackagePath */
 84627                   "\057CIM::User::Org",
 84628                   /* Version */
 84629                   "\0632.7.0",
 84630                   0,
 84631               };
 84632               
 84633               MetaClass
 84634 mike  1.1.2.1 __root_cimv2_CIM_MoreOrganizationInfo =
 84635               {
 84636                   /* flags */
 84637                   META_FLAG_ASSOCIATION,
 84638                   /* name */
 84639                   "CIM_MoreOrganizationInfo",
 84640                   /* qualifiers */
 84641                   __root_cimv2_CIM_MoreOrganizationInfo_qualifiers,
 84642                   /* super */
 84643                   &__root_cimv2_CIM_Dependency,
 84644                   /* features */
 84645                   _CIM_MoreOrganizationInfo_features,
 84646               };
 84647               
 84648               //==============================================================================
 84649               //
 84650               // Class: CIM_OwningJobElement
 84651               //
 84652               //==============================================================================
 84653               
 84654               static const char*
 84655 mike  1.1.2.1 _CIM_OwningJobElement_OwningElement_qualifiers[] =
 84656               {
 84657                   /* Key */
 84658                   "\025\001",
 84659                   /* Max */
 84660                   "\027\000\000\000\001",
 84661                   0,
 84662               };
 84663               
 84664               static MetaReference
 84665               _CIM_OwningJobElement_OwningElement =
 84666               {
 84667                   /* flags */
 84668                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 84669                   /* name */
 84670                   "OwningElement",
 84671                   /* qualifiers */
 84672                   _CIM_OwningJobElement_OwningElement_qualifiers,
 84673                   /* subscript */
 84674                   -1,
 84675                   /* refId */
 84676 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 84677               };
 84678               
 84679               static const char*
 84680               _CIM_OwningJobElement_OwnedElement_qualifiers[] =
 84681               {
 84682                   /* Key */
 84683                   "\025\001",
 84684                   0,
 84685               };
 84686               
 84687               static MetaReference
 84688               _CIM_OwningJobElement_OwnedElement =
 84689               {
 84690                   /* flags */
 84691                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 84692                   /* name */
 84693                   "OwnedElement",
 84694                   /* qualifiers */
 84695                   _CIM_OwningJobElement_OwnedElement_qualifiers,
 84696                   /* subscript */
 84697 mike  1.1.2.1     -1,
 84698                   /* refId */
 84699                   &__root_cimv2_CIM_Job,
 84700               };
 84701               
 84702               static MetaFeature*
 84703               _CIM_OwningJobElement_features[] =
 84704               {
 84705                   (MetaFeature*)&_CIM_OwningJobElement_OwningElement,
 84706                   (MetaFeature*)&_CIM_OwningJobElement_OwnedElement,
 84707                   0,
 84708               };
 84709               
 84710               static const char*
 84711               __root_cimv2_CIM_OwningJobElement_qualifiers[] =
 84712               {
 84713                   /* ASSOCIATION */
 84714                   "\000\001",
 84715                   /* UMLPackagePath */
 84716                   "\057CIM::System::Processing",
 84717                   /* Version */
 84718 mike  1.1.2.1     "\0632.7.0",
 84719                   /* ModelCorrespondence */
 84720                   "\036\000\001CIM_Job.Owner\000",
 84721                   0,
 84722               };
 84723               
 84724               MetaClass
 84725               __root_cimv2_CIM_OwningJobElement =
 84726               {
 84727                   /* flags */
 84728                   META_FLAG_ASSOCIATION,
 84729                   /* name */
 84730                   "CIM_OwningJobElement",
 84731                   /* qualifiers */
 84732                   __root_cimv2_CIM_OwningJobElement_qualifiers,
 84733                   /* super */
 84734                   0,
 84735                   /* features */
 84736                   _CIM_OwningJobElement_features,
 84737               };
 84738               
 84739 mike  1.1.2.1 //==============================================================================
 84740               //
 84741               // Class: CIM_PackagedComponent
 84742               //
 84743               //==============================================================================
 84744               
 84745               static const char*
 84746               _CIM_PackagedComponent_GroupComponent_qualifiers[] =
 84747               {
 84748                   /* Aggregate */
 84749                   "\003\001",
 84750                   /* Override */
 84751                   "\044GroupComponent",
 84752                   /* Max */
 84753                   "\027\000\000\000\001",
 84754                   0,
 84755               };
 84756               
 84757               static MetaReference
 84758               _CIM_PackagedComponent_GroupComponent =
 84759               {
 84760 mike  1.1.2.1     /* flags */
 84761                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 84762                   /* name */
 84763                   "GroupComponent",
 84764                   /* qualifiers */
 84765                   _CIM_PackagedComponent_GroupComponent_qualifiers,
 84766                   /* subscript */
 84767                   -1,
 84768                   /* refId */
 84769                   &__root_cimv2_CIM_PhysicalPackage,
 84770               };
 84771               
 84772               static const char*
 84773               _CIM_PackagedComponent_PartComponent_qualifiers[] =
 84774               {
 84775                   /* Override */
 84776                   "\044PartComponent",
 84777                   0,
 84778               };
 84779               
 84780               static MetaReference
 84781 mike  1.1.2.1 _CIM_PackagedComponent_PartComponent =
 84782               {
 84783                   /* flags */
 84784                   META_FLAG_REFERENCE|META_FLAG_READ,
 84785                   /* name */
 84786                   "PartComponent",
 84787                   /* qualifiers */
 84788                   _CIM_PackagedComponent_PartComponent_qualifiers,
 84789                   /* subscript */
 84790                   -1,
 84791                   /* refId */
 84792                   &__root_cimv2_CIM_PhysicalComponent,
 84793               };
 84794               
 84795               static MetaFeature*
 84796               _CIM_PackagedComponent_features[] =
 84797               {
 84798                   (MetaFeature*)&_CIM_PackagedComponent_GroupComponent,
 84799                   (MetaFeature*)&_CIM_PackagedComponent_PartComponent,
 84800                   0,
 84801               };
 84802 mike  1.1.2.1 
 84803               static const char*
 84804               __root_cimv2_CIM_PackagedComponent_qualifiers[] =
 84805               {
 84806                   /* ASSOCIATION */
 84807                   "\000\001",
 84808                   /* UMLPackagePath */
 84809                   "\057CIM::Physical::Component",
 84810                   /* Aggregation */
 84811                   "\004\001",
 84812                   /* Version */
 84813                   "\0632.6.0",
 84814                   0,
 84815               };
 84816               
 84817               MetaClass
 84818               __root_cimv2_CIM_PackagedComponent =
 84819               {
 84820                   /* flags */
 84821                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 84822                   /* name */
 84823 mike  1.1.2.1     "CIM_PackagedComponent",
 84824                   /* qualifiers */
 84825                   __root_cimv2_CIM_PackagedComponent_qualifiers,
 84826                   /* super */
 84827                   &__root_cimv2_CIM_Container,
 84828                   /* features */
 84829                   _CIM_PackagedComponent_features,
 84830               };
 84831               
 84832               //==============================================================================
 84833               //
 84834               // Class: CIM_PackageInChassis
 84835               //
 84836               //==============================================================================
 84837               
 84838               static const char*
 84839               _CIM_PackageInChassis_GroupComponent_qualifiers[] =
 84840               {
 84841                   /* Aggregate */
 84842                   "\003\001",
 84843                   /* Override */
 84844 mike  1.1.2.1     "\044GroupComponent",
 84845                   /* Max */
 84846                   "\027\000\000\000\001",
 84847                   0,
 84848               };
 84849               
 84850               static MetaReference
 84851               _CIM_PackageInChassis_GroupComponent =
 84852               {
 84853                   /* flags */
 84854                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 84855                   /* name */
 84856                   "GroupComponent",
 84857                   /* qualifiers */
 84858                   _CIM_PackageInChassis_GroupComponent_qualifiers,
 84859                   /* subscript */
 84860                   -1,
 84861                   /* refId */
 84862                   &__root_cimv2_CIM_Chassis,
 84863               };
 84864               
 84865 mike  1.1.2.1 static const char*
 84866               _CIM_PackageInChassis_PartComponent_qualifiers[] =
 84867               {
 84868                   /* Override */
 84869                   "\044PartComponent",
 84870                   0,
 84871               };
 84872               
 84873               static MetaReference
 84874               _CIM_PackageInChassis_PartComponent =
 84875               {
 84876                   /* flags */
 84877                   META_FLAG_REFERENCE|META_FLAG_READ,
 84878                   /* name */
 84879                   "PartComponent",
 84880                   /* qualifiers */
 84881                   _CIM_PackageInChassis_PartComponent_qualifiers,
 84882                   /* subscript */
 84883                   -1,
 84884                   /* refId */
 84885                   &__root_cimv2_CIM_PhysicalPackage,
 84886 mike  1.1.2.1 };
 84887               
 84888               static MetaFeature*
 84889               _CIM_PackageInChassis_features[] =
 84890               {
 84891                   (MetaFeature*)&_CIM_PackageInChassis_GroupComponent,
 84892                   (MetaFeature*)&_CIM_PackageInChassis_PartComponent,
 84893                   0,
 84894               };
 84895               
 84896               static const char*
 84897               __root_cimv2_CIM_PackageInChassis_qualifiers[] =
 84898               {
 84899                   /* ASSOCIATION */
 84900                   "\000\001",
 84901                   /* UMLPackagePath */
 84902                   "\057CIM::Physical::Package",
 84903                   /* Aggregation */
 84904                   "\004\001",
 84905                   /* Version */
 84906                   "\0632.6.0",
 84907 mike  1.1.2.1     0,
 84908               };
 84909               
 84910               MetaClass
 84911               __root_cimv2_CIM_PackageInChassis =
 84912               {
 84913                   /* flags */
 84914                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 84915                   /* name */
 84916                   "CIM_PackageInChassis",
 84917                   /* qualifiers */
 84918                   __root_cimv2_CIM_PackageInChassis_qualifiers,
 84919                   /* super */
 84920                   &__root_cimv2_CIM_Container,
 84921                   /* features */
 84922                   _CIM_PackageInChassis_features,
 84923               };
 84924               
 84925               //==============================================================================
 84926               //
 84927               // Class: CIM_PackageInConnector
 84928 mike  1.1.2.1 //
 84929               //==============================================================================
 84930               
 84931               static const char*
 84932               _CIM_PackageInConnector_Antecedent_qualifiers[] =
 84933               {
 84934                   /* Override */
 84935                   "\044Antecedent",
 84936                   0,
 84937               };
 84938               
 84939               static MetaReference
 84940               _CIM_PackageInConnector_Antecedent =
 84941               {
 84942                   /* flags */
 84943                   META_FLAG_REFERENCE|META_FLAG_READ,
 84944                   /* name */
 84945                   "Antecedent",
 84946                   /* qualifiers */
 84947                   _CIM_PackageInConnector_Antecedent_qualifiers,
 84948                   /* subscript */
 84949 mike  1.1.2.1     -1,
 84950                   /* refId */
 84951                   &__root_cimv2_CIM_PhysicalConnector,
 84952               };
 84953               
 84954               static const char*
 84955               _CIM_PackageInConnector_Dependent_qualifiers[] =
 84956               {
 84957                   /* Override */
 84958                   "\044Dependent",
 84959                   /* Max */
 84960                   "\027\000\000\000\001",
 84961                   0,
 84962               };
 84963               
 84964               static MetaReference
 84965               _CIM_PackageInConnector_Dependent =
 84966               {
 84967                   /* flags */
 84968                   META_FLAG_REFERENCE|META_FLAG_READ,
 84969                   /* name */
 84970 mike  1.1.2.1     "Dependent",
 84971                   /* qualifiers */
 84972                   _CIM_PackageInConnector_Dependent_qualifiers,
 84973                   /* subscript */
 84974                   -1,
 84975                   /* refId */
 84976                   &__root_cimv2_CIM_PhysicalPackage,
 84977               };
 84978               
 84979               static MetaFeature*
 84980               _CIM_PackageInConnector_features[] =
 84981               {
 84982                   (MetaFeature*)&_CIM_PackageInConnector_Antecedent,
 84983                   (MetaFeature*)&_CIM_PackageInConnector_Dependent,
 84984                   0,
 84985               };
 84986               
 84987               static const char*
 84988               __root_cimv2_CIM_PackageInConnector_qualifiers[] =
 84989               {
 84990                   /* ASSOCIATION */
 84991 mike  1.1.2.1     "\000\001",
 84992                   /* UMLPackagePath */
 84993                   "\057CIM::Physical::Connector",
 84994                   /* Version */
 84995                   "\0632.6.0",
 84996                   0,
 84997               };
 84998               
 84999               MetaClass
 85000               __root_cimv2_CIM_PackageInConnector =
 85001               {
 85002                   /* flags */
 85003                   META_FLAG_ASSOCIATION,
 85004                   /* name */
 85005                   "CIM_PackageInConnector",
 85006                   /* qualifiers */
 85007                   __root_cimv2_CIM_PackageInConnector_qualifiers,
 85008                   /* super */
 85009                   &__root_cimv2_CIM_Dependency,
 85010                   /* features */
 85011                   _CIM_PackageInConnector_features,
 85012 mike  1.1.2.1 };
 85013               
 85014               //==============================================================================
 85015               //
 85016               // Class: CIM_PackageInSlot
 85017               //
 85018               //==============================================================================
 85019               
 85020               static const char*
 85021               _CIM_PackageInSlot_Antecedent_qualifiers[] =
 85022               {
 85023                   /* Override */
 85024                   "\044Antecedent",
 85025                   0,
 85026               };
 85027               
 85028               static MetaReference
 85029               _CIM_PackageInSlot_Antecedent =
 85030               {
 85031                   /* flags */
 85032                   META_FLAG_REFERENCE|META_FLAG_READ,
 85033 mike  1.1.2.1     /* name */
 85034                   "Antecedent",
 85035                   /* qualifiers */
 85036                   _CIM_PackageInSlot_Antecedent_qualifiers,
 85037                   /* subscript */
 85038                   -1,
 85039                   /* refId */
 85040                   &__root_cimv2_CIM_Slot,
 85041               };
 85042               
 85043               static const char*
 85044               _CIM_PackageInSlot_Dependent_qualifiers[] =
 85045               {
 85046                   /* Override */
 85047                   "\044Dependent",
 85048                   /* Max */
 85049                   "\027\000\000\000\001",
 85050                   0,
 85051               };
 85052               
 85053               static MetaReference
 85054 mike  1.1.2.1 _CIM_PackageInSlot_Dependent =
 85055               {
 85056                   /* flags */
 85057                   META_FLAG_REFERENCE|META_FLAG_READ,
 85058                   /* name */
 85059                   "Dependent",
 85060                   /* qualifiers */
 85061                   _CIM_PackageInSlot_Dependent_qualifiers,
 85062                   /* subscript */
 85063                   -1,
 85064                   /* refId */
 85065                   &__root_cimv2_CIM_PhysicalPackage,
 85066               };
 85067               
 85068               static MetaFeature*
 85069               _CIM_PackageInSlot_features[] =
 85070               {
 85071                   (MetaFeature*)&_CIM_PackageInSlot_Antecedent,
 85072                   (MetaFeature*)&_CIM_PackageInSlot_Dependent,
 85073                   0,
 85074               };
 85075 mike  1.1.2.1 
 85076               static const char*
 85077               __root_cimv2_CIM_PackageInSlot_qualifiers[] =
 85078               {
 85079                   /* ASSOCIATION */
 85080                   "\000\001",
 85081                   /* UMLPackagePath */
 85082                   "\057CIM::Physical::Connector",
 85083                   /* Version */
 85084                   "\0632.6.0",
 85085                   0,
 85086               };
 85087               
 85088               MetaClass
 85089               __root_cimv2_CIM_PackageInSlot =
 85090               {
 85091                   /* flags */
 85092                   META_FLAG_ASSOCIATION,
 85093                   /* name */
 85094                   "CIM_PackageInSlot",
 85095                   /* qualifiers */
 85096 mike  1.1.2.1     __root_cimv2_CIM_PackageInSlot_qualifiers,
 85097                   /* super */
 85098                   &__root_cimv2_CIM_PackageInConnector,
 85099                   /* features */
 85100                   _CIM_PackageInSlot_features,
 85101               };
 85102               
 85103               //==============================================================================
 85104               //
 85105               // Class: CIM_PeerIDPayloadFilterEntry
 85106               //
 85107               //==============================================================================
 85108               
 85109               static const char*
 85110               _CIM_PeerIDPayloadFilterEntry_MatchIdentityType_qualifiers[] =
 85111               {
 85112                   /* Required */
 85113                   "\050\001",
 85114                   /* ValueMap */
 85115                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 85116                   /* Values */
 85117 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",
 85118                   /* MappingStrings */
 85119                   "\026\000\002IPSP Policy Model.IETF|PeerIDPayloadFilterEntry.MatchIdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
 85120                   /* ModelCorrespondence */
 85121                   "\036\000\001CIM_PeerIDPayloadFilterEntry.MatchIdentityValue\000",
 85122                   0,
 85123               };
 85124               
 85125               static MetaProperty
 85126               _CIM_PeerIDPayloadFilterEntry_MatchIdentityType =
 85127               {
 85128                   /* flags */
 85129                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85130                   /* name */
 85131                   "MatchIdentityType",
 85132                   /* qualifiers */
 85133                   _CIM_PeerIDPayloadFilterEntry_MatchIdentityType_qualifiers,
 85134                   /* type */
 85135                   CIMTYPE_UINT16,
 85136                   /* subscript */
 85137                   -1,
 85138 mike  1.1.2.1     /* value */
 85139                   0,
 85140               };
 85141               
 85142               static const char*
 85143               _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue_qualifiers[] =
 85144               {
 85145                   /* Required */
 85146                   "\050\001",
 85147                   /* MappingStrings */
 85148                   "\026\000\001IPSP Policy Model.IETF|PeerIDPayloadFilterEntry.MatchIdentityValue\000",
 85149                   /* ModelCorrespondence */
 85150                   "\036\000\001CIM_PeerIDPayloadFilterEntry.MatchIdentityType\000",
 85151                   0,
 85152               };
 85153               
 85154               static MetaProperty
 85155               _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue =
 85156               {
 85157                   /* flags */
 85158                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85159 mike  1.1.2.1     /* name */
 85160                   "MatchIdentityValue",
 85161                   /* qualifiers */
 85162                   _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue_qualifiers,
 85163                   /* type */
 85164                   CIMTYPE_STRING,
 85165                   /* subscript */
 85166                   -1,
 85167                   /* value */
 85168                   0,
 85169               };
 85170               
 85171               static MetaFeature*
 85172               _CIM_PeerIDPayloadFilterEntry_features[] =
 85173               {
 85174                   (MetaFeature*)&_CIM_PeerIDPayloadFilterEntry_MatchIdentityType,
 85175                   (MetaFeature*)&_CIM_PeerIDPayloadFilterEntry_MatchIdentityValue,
 85176                   0,
 85177               };
 85178               
 85179               static const char*
 85180 mike  1.1.2.1 __root_cimv2_CIM_PeerIDPayloadFilterEntry_qualifiers[] =
 85181               {
 85182                   /* UMLPackagePath */
 85183                   "\057CIM::Network::Filtering",
 85184                   /* Version */
 85185                   "\0632.8.0",
 85186                   /* MappingStrings */
 85187                   "\026\000\001IPSP Policy Model.IETF|PeerIDPayloadFilterEntry\000",
 85188                   0,
 85189               };
 85190               
 85191               MetaClass
 85192               __root_cimv2_CIM_PeerIDPayloadFilterEntry =
 85193               {
 85194                   /* flags */
 85195                   META_FLAG_CLASS,
 85196                   /* name */
 85197                   "CIM_PeerIDPayloadFilterEntry",
 85198                   /* qualifiers */
 85199                   __root_cimv2_CIM_PeerIDPayloadFilterEntry_qualifiers,
 85200                   /* super */
 85201 mike  1.1.2.1     &__root_cimv2_CIM_FilterEntryBase,
 85202                   /* features */
 85203                   _CIM_PeerIDPayloadFilterEntry_features,
 85204               };
 85205               
 85206               //==============================================================================
 85207               //
 85208               // Class: CIM_Person
 85209               //
 85210               //==============================================================================
 85211               
 85212               static const char*
 85213               _CIM_Person_BusinessCategory_qualifiers[] =
 85214               {
 85215                   /* MaxLen */
 85216                   "\030\000\000\000\200",
 85217                   0,
 85218               };
 85219               
 85220               static MetaProperty
 85221               _CIM_Person_BusinessCategory =
 85222 mike  1.1.2.1 {
 85223                   /* flags */
 85224                   META_FLAG_PROPERTY|META_FLAG_READ,
 85225                   /* name */
 85226                   "BusinessCategory",
 85227                   /* qualifiers */
 85228                   _CIM_Person_BusinessCategory_qualifiers,
 85229                   /* type */
 85230                   CIMTYPE_STRING,
 85231                   /* subscript */
 85232                   -1,
 85233                   /* value */
 85234                   0,
 85235               };
 85236               
 85237               static const char*
 85238               _CIM_Person_CommonName_qualifiers[] =
 85239               {
 85240                   /* Required */
 85241                   "\050\001",
 85242                   0,
 85243 mike  1.1.2.1 };
 85244               
 85245               static MetaProperty
 85246               _CIM_Person_CommonName =
 85247               {
 85248                   /* flags */
 85249                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85250                   /* name */
 85251                   "CommonName",
 85252                   /* qualifiers */
 85253                   _CIM_Person_CommonName_qualifiers,
 85254                   /* type */
 85255                   CIMTYPE_STRING,
 85256                   /* subscript */
 85257                   -1,
 85258                   /* value */
 85259                   0,
 85260               };
 85261               
 85262               static const char*
 85263               _CIM_Person_EmployeeNumber_qualifiers[] =
 85264 mike  1.1.2.1 {
 85265                   0,
 85266               };
 85267               
 85268               static MetaProperty
 85269               _CIM_Person_EmployeeNumber =
 85270               {
 85271                   /* flags */
 85272                   META_FLAG_PROPERTY|META_FLAG_READ,
 85273                   /* name */
 85274                   "EmployeeNumber",
 85275                   /* qualifiers */
 85276                   _CIM_Person_EmployeeNumber_qualifiers,
 85277                   /* type */
 85278                   CIMTYPE_STRING,
 85279                   /* subscript */
 85280                   -1,
 85281                   /* value */
 85282                   0,
 85283               };
 85284               
 85285 mike  1.1.2.1 static const char*
 85286               _CIM_Person_EmployeeType_qualifiers[] =
 85287               {
 85288                   0,
 85289               };
 85290               
 85291               static MetaProperty
 85292               _CIM_Person_EmployeeType =
 85293               {
 85294                   /* flags */
 85295                   META_FLAG_PROPERTY|META_FLAG_READ,
 85296                   /* name */
 85297                   "EmployeeType",
 85298                   /* qualifiers */
 85299                   _CIM_Person_EmployeeType_qualifiers,
 85300                   /* type */
 85301                   CIMTYPE_STRING,
 85302                   /* subscript */
 85303                   -1,
 85304                   /* value */
 85305                   0,
 85306 mike  1.1.2.1 };
 85307               
 85308               static const char*
 85309               _CIM_Person_FacsimileTelephoneNumber_qualifiers[] =
 85310               {
 85311                   0,
 85312               };
 85313               
 85314               static MetaProperty
 85315               _CIM_Person_FacsimileTelephoneNumber =
 85316               {
 85317                   /* flags */
 85318                   META_FLAG_PROPERTY|META_FLAG_READ,
 85319                   /* name */
 85320                   "FacsimileTelephoneNumber",
 85321                   /* qualifiers */
 85322                   _CIM_Person_FacsimileTelephoneNumber_qualifiers,
 85323                   /* type */
 85324                   CIMTYPE_STRING,
 85325                   /* subscript */
 85326                   -1,
 85327 mike  1.1.2.1     /* value */
 85328                   0,
 85329               };
 85330               
 85331               static const char*
 85332               _CIM_Person_HomePhone_qualifiers[] =
 85333               {
 85334                   /* MaxLen */
 85335                   "\030\000\000\000\040",
 85336                   0,
 85337               };
 85338               
 85339               static MetaProperty
 85340               _CIM_Person_HomePhone =
 85341               {
 85342                   /* flags */
 85343                   META_FLAG_PROPERTY|META_FLAG_READ,
 85344                   /* name */
 85345                   "HomePhone",
 85346                   /* qualifiers */
 85347                   _CIM_Person_HomePhone_qualifiers,
 85348 mike  1.1.2.1     /* type */
 85349                   CIMTYPE_STRING,
 85350                   /* subscript */
 85351                   -1,
 85352                   /* value */
 85353                   0,
 85354               };
 85355               
 85356               static const char*
 85357               _CIM_Person_HomePostalAddress_qualifiers[] =
 85358               {
 85359                   0,
 85360               };
 85361               
 85362               static MetaProperty
 85363               _CIM_Person_HomePostalAddress =
 85364               {
 85365                   /* flags */
 85366                   META_FLAG_PROPERTY|META_FLAG_READ,
 85367                   /* name */
 85368                   "HomePostalAddress",
 85369 mike  1.1.2.1     /* qualifiers */
 85370                   _CIM_Person_HomePostalAddress_qualifiers,
 85371                   /* type */
 85372                   CIMTYPE_STRING,
 85373                   /* subscript */
 85374                   0,
 85375                   /* value */
 85376                   0,
 85377               };
 85378               
 85379               static const char*
 85380               _CIM_Person_JPEGPhoto_qualifiers[] =
 85381               {
 85382                   0,
 85383               };
 85384               
 85385               static MetaProperty
 85386               _CIM_Person_JPEGPhoto =
 85387               {
 85388                   /* flags */
 85389                   META_FLAG_PROPERTY|META_FLAG_READ,
 85390 mike  1.1.2.1     /* name */
 85391                   "JPEGPhoto",
 85392                   /* qualifiers */
 85393                   _CIM_Person_JPEGPhoto_qualifiers,
 85394                   /* type */
 85395                   CIMTYPE_STRING,
 85396                   /* subscript */
 85397                   -1,
 85398                   /* value */
 85399                   0,
 85400               };
 85401               
 85402               static const char*
 85403               _CIM_Person_Manager_qualifiers[] =
 85404               {
 85405                   0,
 85406               };
 85407               
 85408               static MetaProperty
 85409               _CIM_Person_Manager =
 85410               {
 85411 mike  1.1.2.1     /* flags */
 85412                   META_FLAG_PROPERTY|META_FLAG_READ,
 85413                   /* name */
 85414                   "Manager",
 85415                   /* qualifiers */
 85416                   _CIM_Person_Manager_qualifiers,
 85417                   /* type */
 85418                   CIMTYPE_STRING,
 85419                   /* subscript */
 85420                   -1,
 85421                   /* value */
 85422                   0,
 85423               };
 85424               
 85425               static const char*
 85426               _CIM_Person_Mobile_qualifiers[] =
 85427               {
 85428                   /* MaxLen */
 85429                   "\030\000\000\000\040",
 85430                   0,
 85431               };
 85432 mike  1.1.2.1 
 85433               static MetaProperty
 85434               _CIM_Person_Mobile =
 85435               {
 85436                   /* flags */
 85437                   META_FLAG_PROPERTY|META_FLAG_READ,
 85438                   /* name */
 85439                   "Mobile",
 85440                   /* qualifiers */
 85441                   _CIM_Person_Mobile_qualifiers,
 85442                   /* type */
 85443                   CIMTYPE_STRING,
 85444                   /* subscript */
 85445                   -1,
 85446                   /* value */
 85447                   0,
 85448               };
 85449               
 85450               static const char*
 85451               _CIM_Person_OU_qualifiers[] =
 85452               {
 85453 mike  1.1.2.1     0,
 85454               };
 85455               
 85456               static MetaProperty
 85457               _CIM_Person_OU =
 85458               {
 85459                   /* flags */
 85460                   META_FLAG_PROPERTY|META_FLAG_READ,
 85461                   /* name */
 85462                   "OU",
 85463                   /* qualifiers */
 85464                   _CIM_Person_OU_qualifiers,
 85465                   /* type */
 85466                   CIMTYPE_STRING,
 85467                   /* subscript */
 85468                   -1,
 85469                   /* value */
 85470                   0,
 85471               };
 85472               
 85473               static const char*
 85474 mike  1.1.2.1 _CIM_Person_Pager_qualifiers[] =
 85475               {
 85476                   /* MaxLen */
 85477                   "\030\000\000\000\040",
 85478                   0,
 85479               };
 85480               
 85481               static MetaProperty
 85482               _CIM_Person_Pager =
 85483               {
 85484                   /* flags */
 85485                   META_FLAG_PROPERTY|META_FLAG_READ,
 85486                   /* name */
 85487                   "Pager",
 85488                   /* qualifiers */
 85489                   _CIM_Person_Pager_qualifiers,
 85490                   /* type */
 85491                   CIMTYPE_STRING,
 85492                   /* subscript */
 85493                   -1,
 85494                   /* value */
 85495 mike  1.1.2.1     0,
 85496               };
 85497               
 85498               static const char*
 85499               _CIM_Person_PreferredLanguage_qualifiers[] =
 85500               {
 85501                   0,
 85502               };
 85503               
 85504               static MetaProperty
 85505               _CIM_Person_PreferredLanguage =
 85506               {
 85507                   /* flags */
 85508                   META_FLAG_PROPERTY|META_FLAG_READ,
 85509                   /* name */
 85510                   "PreferredLanguage",
 85511                   /* qualifiers */
 85512                   _CIM_Person_PreferredLanguage_qualifiers,
 85513                   /* type */
 85514                   CIMTYPE_STRING,
 85515                   /* subscript */
 85516 mike  1.1.2.1     -1,
 85517                   /* value */
 85518                   0,
 85519               };
 85520               
 85521               static const char*
 85522               _CIM_Person_Secretary_qualifiers[] =
 85523               {
 85524                   0,
 85525               };
 85526               
 85527               static MetaProperty
 85528               _CIM_Person_Secretary =
 85529               {
 85530                   /* flags */
 85531                   META_FLAG_PROPERTY|META_FLAG_READ,
 85532                   /* name */
 85533                   "Secretary",
 85534                   /* qualifiers */
 85535                   _CIM_Person_Secretary_qualifiers,
 85536                   /* type */
 85537 mike  1.1.2.1     CIMTYPE_STRING,
 85538                   /* subscript */
 85539                   -1,
 85540                   /* value */
 85541                   0,
 85542               };
 85543               
 85544               static const char*
 85545               _CIM_Person_Title_qualifiers[] =
 85546               {
 85547                   0,
 85548               };
 85549               
 85550               static MetaProperty
 85551               _CIM_Person_Title =
 85552               {
 85553                   /* flags */
 85554                   META_FLAG_PROPERTY|META_FLAG_READ,
 85555                   /* name */
 85556                   "Title",
 85557                   /* qualifiers */
 85558 mike  1.1.2.1     _CIM_Person_Title_qualifiers,
 85559                   /* type */
 85560                   CIMTYPE_STRING,
 85561                   /* subscript */
 85562                   -1,
 85563                   /* value */
 85564                   0,
 85565               };
 85566               
 85567               static MetaFeature*
 85568               _CIM_Person_features[] =
 85569               {
 85570                   (MetaFeature*)&_CIM_Person_BusinessCategory,
 85571                   (MetaFeature*)&_CIM_Person_CommonName,
 85572                   (MetaFeature*)&_CIM_Person_EmployeeNumber,
 85573                   (MetaFeature*)&_CIM_Person_EmployeeType,
 85574                   (MetaFeature*)&_CIM_Person_FacsimileTelephoneNumber,
 85575                   (MetaFeature*)&_CIM_Person_HomePhone,
 85576                   (MetaFeature*)&_CIM_Person_HomePostalAddress,
 85577                   (MetaFeature*)&_CIM_Person_JPEGPhoto,
 85578                   (MetaFeature*)&_CIM_Person_Manager,
 85579 mike  1.1.2.1     (MetaFeature*)&_CIM_Person_Mobile,
 85580                   (MetaFeature*)&_CIM_Person_OU,
 85581                   (MetaFeature*)&_CIM_Person_Pager,
 85582                   (MetaFeature*)&_CIM_Person_PreferredLanguage,
 85583                   (MetaFeature*)&_CIM_Person_Secretary,
 85584                   (MetaFeature*)&_CIM_Person_Title,
 85585                   0,
 85586               };
 85587               
 85588               static const char*
 85589               __root_cimv2_CIM_Person_qualifiers[] =
 85590               {
 85591                   /* UMLPackagePath */
 85592                   "\057CIM::User::Org",
 85593                   /* Version */
 85594                   "\0632.8.0",
 85595                   0,
 85596               };
 85597               
 85598               MetaClass
 85599               __root_cimv2_CIM_Person =
 85600 mike  1.1.2.1 {
 85601                   /* flags */
 85602                   META_FLAG_CLASS,
 85603                   /* name */
 85604                   "CIM_Person",
 85605                   /* qualifiers */
 85606                   __root_cimv2_CIM_Person_qualifiers,
 85607                   /* super */
 85608                   &__root_cimv2_CIM_UserContact,
 85609                   /* features */
 85610                   _CIM_Person_features,
 85611               };
 85612               
 85613               //==============================================================================
 85614               //
 85615               // Class: CIM_PhysicalMediaInLocation
 85616               //
 85617               //==============================================================================
 85618               
 85619               static const char*
 85620               _CIM_PhysicalMediaInLocation_Antecedent_qualifiers[] =
 85621 mike  1.1.2.1 {
 85622                   /* Override */
 85623                   "\044Antecedent",
 85624                   /* Max */
 85625                   "\027\000\000\000\001",
 85626                   0,
 85627               };
 85628               
 85629               static MetaReference
 85630               _CIM_PhysicalMediaInLocation_Antecedent =
 85631               {
 85632                   /* flags */
 85633                   META_FLAG_REFERENCE|META_FLAG_READ,
 85634                   /* name */
 85635                   "Antecedent",
 85636                   /* qualifiers */
 85637                   _CIM_PhysicalMediaInLocation_Antecedent_qualifiers,
 85638                   /* subscript */
 85639                   -1,
 85640                   /* refId */
 85641                   &__root_cimv2_CIM_StorageMediaLocation,
 85642 mike  1.1.2.1 };
 85643               
 85644               static const char*
 85645               _CIM_PhysicalMediaInLocation_Dependent_qualifiers[] =
 85646               {
 85647                   /* Override */
 85648                   "\044Dependent",
 85649                   0,
 85650               };
 85651               
 85652               static MetaReference
 85653               _CIM_PhysicalMediaInLocation_Dependent =
 85654               {
 85655                   /* flags */
 85656                   META_FLAG_REFERENCE|META_FLAG_READ,
 85657                   /* name */
 85658                   "Dependent",
 85659                   /* qualifiers */
 85660                   _CIM_PhysicalMediaInLocation_Dependent_qualifiers,
 85661                   /* subscript */
 85662                   -1,
 85663 mike  1.1.2.1     /* refId */
 85664                   &__root_cimv2_CIM_PhysicalMedia,
 85665               };
 85666               
 85667               static const char*
 85668               _CIM_PhysicalMediaInLocation_Orientation_qualifiers[] =
 85669               {
 85670                   /* ValueMap */
 85671                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 85672                   /* Values */
 85673                   "\062\000\006Unknown\000Side 0\000Side 1\000Side A\000Side B\000Not Applicable\000",
 85674                   0,
 85675               };
 85676               
 85677               static MetaProperty
 85678               _CIM_PhysicalMediaInLocation_Orientation =
 85679               {
 85680                   /* flags */
 85681                   META_FLAG_PROPERTY|META_FLAG_READ,
 85682                   /* name */
 85683                   "Orientation",
 85684 mike  1.1.2.1     /* qualifiers */
 85685                   _CIM_PhysicalMediaInLocation_Orientation_qualifiers,
 85686                   /* type */
 85687                   CIMTYPE_UINT16,
 85688                   /* subscript */
 85689                   -1,
 85690                   /* value */
 85691                   0,
 85692               };
 85693               
 85694               static const char*
 85695               _CIM_PhysicalMediaInLocation_TimeOfLastPlacement_qualifiers[] =
 85696               {
 85697                   0,
 85698               };
 85699               
 85700               static MetaProperty
 85701               _CIM_PhysicalMediaInLocation_TimeOfLastPlacement =
 85702               {
 85703                   /* flags */
 85704                   META_FLAG_PROPERTY|META_FLAG_READ,
 85705 mike  1.1.2.1     /* name */
 85706                   "TimeOfLastPlacement",
 85707                   /* qualifiers */
 85708                   _CIM_PhysicalMediaInLocation_TimeOfLastPlacement_qualifiers,
 85709                   /* type */
 85710                   CIMTYPE_DATETIME,
 85711                   /* subscript */
 85712                   -1,
 85713                   /* value */
 85714                   0,
 85715               };
 85716               
 85717               static MetaFeature*
 85718               _CIM_PhysicalMediaInLocation_features[] =
 85719               {
 85720                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Antecedent,
 85721                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Dependent,
 85722                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Orientation,
 85723                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_TimeOfLastPlacement,
 85724                   0,
 85725               };
 85726 mike  1.1.2.1 
 85727               static const char*
 85728               __root_cimv2_CIM_PhysicalMediaInLocation_qualifiers[] =
 85729               {
 85730                   /* ASSOCIATION */
 85731                   "\000\001",
 85732                   /* UMLPackagePath */
 85733                   "\057CIM::Physical::PhysicalMedia",
 85734                   /* Version */
 85735                   "\0632.6.0",
 85736                   0,
 85737               };
 85738               
 85739               MetaClass
 85740               __root_cimv2_CIM_PhysicalMediaInLocation =
 85741               {
 85742                   /* flags */
 85743                   META_FLAG_ASSOCIATION,
 85744                   /* name */
 85745                   "CIM_PhysicalMediaInLocation",
 85746                   /* qualifiers */
 85747 mike  1.1.2.1     __root_cimv2_CIM_PhysicalMediaInLocation_qualifiers,
 85748                   /* super */
 85749                   &__root_cimv2_CIM_Dependency,
 85750                   /* features */
 85751                   _CIM_PhysicalMediaInLocation_features,
 85752               };
 85753               
 85754               //==============================================================================
 85755               //
 85756               // Class: CIM_PhysicalMemory
 85757               //
 85758               //==============================================================================
 85759               
 85760               static const char*
 85761               _CIM_PhysicalMemory_FormFactor_qualifiers[] =
 85762               {
 85763                   /* Override */
 85764                   "\044FormFactor",
 85765                   /* MappingStrings */
 85766                   "\026\000\001MIF.DMTF|Memory Device|005.6\000",
 85767                   0,
 85768 mike  1.1.2.1 };
 85769               
 85770               static MetaProperty
 85771               _CIM_PhysicalMemory_FormFactor =
 85772               {
 85773                   /* flags */
 85774                   META_FLAG_PROPERTY|META_FLAG_READ,
 85775                   /* name */
 85776                   "FormFactor",
 85777                   /* qualifiers */
 85778                   _CIM_PhysicalMemory_FormFactor_qualifiers,
 85779                   /* type */
 85780                   CIMTYPE_UINT16,
 85781                   /* subscript */
 85782                   -1,
 85783                   /* value */
 85784                   0,
 85785               };
 85786               
 85787               static const char*
 85788               _CIM_PhysicalMemory_MemoryType_qualifiers[] =
 85789 mike  1.1.2.1 {
 85790                   /* ValueMap */
 85791                   "\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",
 85792                   /* Values */
 85793                   "\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",
 85794                   /* MappingStrings */
 85795                   "\026\000\001MIF.DMTF|Memory Device|005.9\000",
 85796                   0,
 85797               };
 85798               
 85799               static MetaProperty
 85800               _CIM_PhysicalMemory_MemoryType =
 85801               {
 85802                   /* flags */
 85803                   META_FLAG_PROPERTY|META_FLAG_READ,
 85804                   /* name */
 85805                   "MemoryType",
 85806                   /* qualifiers */
 85807                   _CIM_PhysicalMemory_MemoryType_qualifiers,
 85808                   /* type */
 85809                   CIMTYPE_UINT16,
 85810 mike  1.1.2.1     /* subscript */
 85811                   -1,
 85812                   /* value */
 85813                   0,
 85814               };
 85815               
 85816               static const char*
 85817               _CIM_PhysicalMemory_TotalWidth_qualifiers[] =
 85818               {
 85819                   /* Units */
 85820                   "\060Bits",
 85821                   /* MappingStrings */
 85822                   "\026\000\001MIF.DMTF|Memory Device|005.7\000",
 85823                   0,
 85824               };
 85825               
 85826               static MetaProperty
 85827               _CIM_PhysicalMemory_TotalWidth =
 85828               {
 85829                   /* flags */
 85830                   META_FLAG_PROPERTY|META_FLAG_READ,
 85831 mike  1.1.2.1     /* name */
 85832                   "TotalWidth",
 85833                   /* qualifiers */
 85834                   _CIM_PhysicalMemory_TotalWidth_qualifiers,
 85835                   /* type */
 85836                   CIMTYPE_UINT16,
 85837                   /* subscript */
 85838                   -1,
 85839                   /* value */
 85840                   0,
 85841               };
 85842               
 85843               static const char*
 85844               _CIM_PhysicalMemory_DataWidth_qualifiers[] =
 85845               {
 85846                   /* Units */
 85847                   "\060Bits",
 85848                   /* MappingStrings */
 85849                   "\026\000\001MIF.DMTF|Memory Device|005.8\000",
 85850                   0,
 85851               };
 85852 mike  1.1.2.1 
 85853               static MetaProperty
 85854               _CIM_PhysicalMemory_DataWidth =
 85855               {
 85856                   /* flags */
 85857                   META_FLAG_PROPERTY|META_FLAG_READ,
 85858                   /* name */
 85859                   "DataWidth",
 85860                   /* qualifiers */
 85861                   _CIM_PhysicalMemory_DataWidth_qualifiers,
 85862                   /* type */
 85863                   CIMTYPE_UINT16,
 85864                   /* subscript */
 85865                   -1,
 85866                   /* value */
 85867                   0,
 85868               };
 85869               
 85870               static const char*
 85871               _CIM_PhysicalMemory_Speed_qualifiers[] =
 85872               {
 85873 mike  1.1.2.1     /* Units */
 85874                   "\060NanoSeconds",
 85875                   /* MappingStrings */
 85876                   "\026\000\001MIF.DMTF|Memory Device|005.24\000",
 85877                   0,
 85878               };
 85879               
 85880               static MetaProperty
 85881               _CIM_PhysicalMemory_Speed =
 85882               {
 85883                   /* flags */
 85884                   META_FLAG_PROPERTY|META_FLAG_READ,
 85885                   /* name */
 85886                   "Speed",
 85887                   /* qualifiers */
 85888                   _CIM_PhysicalMemory_Speed_qualifiers,
 85889                   /* type */
 85890                   CIMTYPE_UINT32,
 85891                   /* subscript */
 85892                   -1,
 85893                   /* value */
 85894 mike  1.1.2.1     0,
 85895               };
 85896               
 85897               static const char*
 85898               _CIM_PhysicalMemory_Capacity_qualifiers[] =
 85899               {
 85900                   /* Units */
 85901                   "\060Bytes",
 85902                   /* MappingStrings */
 85903                   "\026\000\001MIF.DMTF|Memory Device|005.5\000",
 85904                   0,
 85905               };
 85906               
 85907               static MetaProperty
 85908               _CIM_PhysicalMemory_Capacity =
 85909               {
 85910                   /* flags */
 85911                   META_FLAG_PROPERTY|META_FLAG_READ,
 85912                   /* name */
 85913                   "Capacity",
 85914                   /* qualifiers */
 85915 mike  1.1.2.1     _CIM_PhysicalMemory_Capacity_qualifiers,
 85916                   /* type */
 85917                   CIMTYPE_UINT64,
 85918                   /* subscript */
 85919                   -1,
 85920                   /* value */
 85921                   0,
 85922               };
 85923               
 85924               static const char*
 85925               _CIM_PhysicalMemory_BankLabel_qualifiers[] =
 85926               {
 85927                   /* MaxLen */
 85928                   "\030\000\000\000\100",
 85929                   /* MappingStrings */
 85930                   "\026\000\001MIF.DMTF|Memory Device|005.4\000",
 85931                   0,
 85932               };
 85933               
 85934               static MetaProperty
 85935               _CIM_PhysicalMemory_BankLabel =
 85936 mike  1.1.2.1 {
 85937                   /* flags */
 85938                   META_FLAG_PROPERTY|META_FLAG_READ,
 85939                   /* name */
 85940                   "BankLabel",
 85941                   /* qualifiers */
 85942                   _CIM_PhysicalMemory_BankLabel_qualifiers,
 85943                   /* type */
 85944                   CIMTYPE_STRING,
 85945                   /* subscript */
 85946                   -1,
 85947                   /* value */
 85948                   0,
 85949               };
 85950               
 85951               static const char*
 85952               _CIM_PhysicalMemory_PositionInRow_qualifiers[] =
 85953               {
 85954                   /* MappingStrings */
 85955                   "\026\000\001MIF.DMTF|Memory Device Mapped Addresses|001.6\000",
 85956                   0,
 85957 mike  1.1.2.1 };
 85958               
 85959               static MetaProperty
 85960               _CIM_PhysicalMemory_PositionInRow =
 85961               {
 85962                   /* flags */
 85963                   META_FLAG_PROPERTY|META_FLAG_READ,
 85964                   /* name */
 85965                   "PositionInRow",
 85966                   /* qualifiers */
 85967                   _CIM_PhysicalMemory_PositionInRow_qualifiers,
 85968                   /* type */
 85969                   CIMTYPE_UINT32,
 85970                   /* subscript */
 85971                   -1,
 85972                   /* value */
 85973                   0,
 85974               };
 85975               
 85976               static const char*
 85977               _CIM_PhysicalMemory_InterleavePosition_qualifiers[] =
 85978 mike  1.1.2.1 {
 85979                   /* MappingStrings */
 85980                   "\026\000\001MIF.DMTF|Memory Device Mapped Addresses|001.7\000",
 85981                   0,
 85982               };
 85983               
 85984               static MetaProperty
 85985               _CIM_PhysicalMemory_InterleavePosition =
 85986               {
 85987                   /* flags */
 85988                   META_FLAG_PROPERTY|META_FLAG_READ,
 85989                   /* name */
 85990                   "InterleavePosition",
 85991                   /* qualifiers */
 85992                   _CIM_PhysicalMemory_InterleavePosition_qualifiers,
 85993                   /* type */
 85994                   CIMTYPE_UINT32,
 85995                   /* subscript */
 85996                   -1,
 85997                   /* value */
 85998                   0,
 85999 mike  1.1.2.1 };
 86000               
 86001               static MetaFeature*
 86002               _CIM_PhysicalMemory_features[] =
 86003               {
 86004                   (MetaFeature*)&_CIM_PhysicalMemory_FormFactor,
 86005                   (MetaFeature*)&_CIM_PhysicalMemory_MemoryType,
 86006                   (MetaFeature*)&_CIM_PhysicalMemory_TotalWidth,
 86007                   (MetaFeature*)&_CIM_PhysicalMemory_DataWidth,
 86008                   (MetaFeature*)&_CIM_PhysicalMemory_Speed,
 86009                   (MetaFeature*)&_CIM_PhysicalMemory_Capacity,
 86010                   (MetaFeature*)&_CIM_PhysicalMemory_BankLabel,
 86011                   (MetaFeature*)&_CIM_PhysicalMemory_PositionInRow,
 86012                   (MetaFeature*)&_CIM_PhysicalMemory_InterleavePosition,
 86013                   0,
 86014               };
 86015               
 86016               static const char*
 86017               __root_cimv2_CIM_PhysicalMemory_qualifiers[] =
 86018               {
 86019                   /* UMLPackagePath */
 86020 mike  1.1.2.1     "\057CIM::Physical::Component",
 86021                   /* Version */
 86022                   "\0632.9.0",
 86023                   0,
 86024               };
 86025               
 86026               MetaClass
 86027               __root_cimv2_CIM_PhysicalMemory =
 86028               {
 86029                   /* flags */
 86030                   META_FLAG_CLASS,
 86031                   /* name */
 86032                   "CIM_PhysicalMemory",
 86033                   /* qualifiers */
 86034                   __root_cimv2_CIM_PhysicalMemory_qualifiers,
 86035                   /* super */
 86036                   &__root_cimv2_CIM_Chip,
 86037                   /* features */
 86038                   _CIM_PhysicalMemory_features,
 86039               };
 86040               
 86041 mike  1.1.2.1 //==============================================================================
 86042               //
 86043               // Class: CIM_PolicyActionInPolicyAction
 86044               //
 86045               //==============================================================================
 86046               
 86047               static const char*
 86048               _CIM_PolicyActionInPolicyAction_GroupComponent_qualifiers[] =
 86049               {
 86050                   /* Aggregate */
 86051                   "\003\001",
 86052                   /* Override */
 86053                   "\044GroupComponent",
 86054                   0,
 86055               };
 86056               
 86057               static MetaReference
 86058               _CIM_PolicyActionInPolicyAction_GroupComponent =
 86059               {
 86060                   /* flags */
 86061                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86062 mike  1.1.2.1     /* name */
 86063                   "GroupComponent",
 86064                   /* qualifiers */
 86065                   _CIM_PolicyActionInPolicyAction_GroupComponent_qualifiers,
 86066                   /* subscript */
 86067                   -1,
 86068                   /* refId */
 86069                   &__root_cimv2_CIM_CompoundPolicyAction,
 86070               };
 86071               
 86072               static const char*
 86073               _CIM_PolicyActionInPolicyAction_PartComponent_qualifiers[] =
 86074               {
 86075                   /* Override */
 86076                   "\044PartComponent",
 86077                   0,
 86078               };
 86079               
 86080               static MetaReference
 86081               _CIM_PolicyActionInPolicyAction_PartComponent =
 86082               {
 86083 mike  1.1.2.1     /* flags */
 86084                   META_FLAG_REFERENCE|META_FLAG_READ,
 86085                   /* name */
 86086                   "PartComponent",
 86087                   /* qualifiers */
 86088                   _CIM_PolicyActionInPolicyAction_PartComponent_qualifiers,
 86089                   /* subscript */
 86090                   -1,
 86091                   /* refId */
 86092                   &__root_cimv2_CIM_PolicyAction,
 86093               };
 86094               
 86095               static MetaFeature*
 86096               _CIM_PolicyActionInPolicyAction_features[] =
 86097               {
 86098                   (MetaFeature*)&_CIM_PolicyActionInPolicyAction_GroupComponent,
 86099                   (MetaFeature*)&_CIM_PolicyActionInPolicyAction_PartComponent,
 86100                   0,
 86101               };
 86102               
 86103               static const char*
 86104 mike  1.1.2.1 __root_cimv2_CIM_PolicyActionInPolicyAction_qualifiers[] =
 86105               {
 86106                   /* ASSOCIATION */
 86107                   "\000\001",
 86108                   /* UMLPackagePath */
 86109                   "\057CIM::Policy",
 86110                   /* Aggregation */
 86111                   "\004\001",
 86112                   /* Version */
 86113                   "\0632.6.0",
 86114                   0,
 86115               };
 86116               
 86117               MetaClass
 86118               __root_cimv2_CIM_PolicyActionInPolicyAction =
 86119               {
 86120                   /* flags */
 86121                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86122                   /* name */
 86123                   "CIM_PolicyActionInPolicyAction",
 86124                   /* qualifiers */
 86125 mike  1.1.2.1     __root_cimv2_CIM_PolicyActionInPolicyAction_qualifiers,
 86126                   /* super */
 86127                   &__root_cimv2_CIM_PolicyActionStructure,
 86128                   /* features */
 86129                   _CIM_PolicyActionInPolicyAction_features,
 86130               };
 86131               
 86132               //==============================================================================
 86133               //
 86134               // Class: CIM_PolicyActionInPolicyRule
 86135               //
 86136               //==============================================================================
 86137               
 86138               static const char*
 86139               _CIM_PolicyActionInPolicyRule_GroupComponent_qualifiers[] =
 86140               {
 86141                   /* Aggregate */
 86142                   "\003\001",
 86143                   /* Override */
 86144                   "\044GroupComponent",
 86145                   0,
 86146 mike  1.1.2.1 };
 86147               
 86148               static MetaReference
 86149               _CIM_PolicyActionInPolicyRule_GroupComponent =
 86150               {
 86151                   /* flags */
 86152                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86153                   /* name */
 86154                   "GroupComponent",
 86155                   /* qualifiers */
 86156                   _CIM_PolicyActionInPolicyRule_GroupComponent_qualifiers,
 86157                   /* subscript */
 86158                   -1,
 86159                   /* refId */
 86160                   &__root_cimv2_CIM_PolicyRule,
 86161               };
 86162               
 86163               static const char*
 86164               _CIM_PolicyActionInPolicyRule_PartComponent_qualifiers[] =
 86165               {
 86166                   /* Override */
 86167 mike  1.1.2.1     "\044PartComponent",
 86168                   0,
 86169               };
 86170               
 86171               static MetaReference
 86172               _CIM_PolicyActionInPolicyRule_PartComponent =
 86173               {
 86174                   /* flags */
 86175                   META_FLAG_REFERENCE|META_FLAG_READ,
 86176                   /* name */
 86177                   "PartComponent",
 86178                   /* qualifiers */
 86179                   _CIM_PolicyActionInPolicyRule_PartComponent_qualifiers,
 86180                   /* subscript */
 86181                   -1,
 86182                   /* refId */
 86183                   &__root_cimv2_CIM_PolicyAction,
 86184               };
 86185               
 86186               static MetaFeature*
 86187               _CIM_PolicyActionInPolicyRule_features[] =
 86188 mike  1.1.2.1 {
 86189                   (MetaFeature*)&_CIM_PolicyActionInPolicyRule_GroupComponent,
 86190                   (MetaFeature*)&_CIM_PolicyActionInPolicyRule_PartComponent,
 86191                   0,
 86192               };
 86193               
 86194               static const char*
 86195               __root_cimv2_CIM_PolicyActionInPolicyRule_qualifiers[] =
 86196               {
 86197                   /* ASSOCIATION */
 86198                   "\000\001",
 86199                   /* UMLPackagePath */
 86200                   "\057CIM::Policy",
 86201                   /* Aggregation */
 86202                   "\004\001",
 86203                   /* Version */
 86204                   "\0632.6.0",
 86205                   0,
 86206               };
 86207               
 86208               MetaClass
 86209 mike  1.1.2.1 __root_cimv2_CIM_PolicyActionInPolicyRule =
 86210               {
 86211                   /* flags */
 86212                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86213                   /* name */
 86214                   "CIM_PolicyActionInPolicyRule",
 86215                   /* qualifiers */
 86216                   __root_cimv2_CIM_PolicyActionInPolicyRule_qualifiers,
 86217                   /* super */
 86218                   &__root_cimv2_CIM_PolicyActionStructure,
 86219                   /* features */
 86220                   _CIM_PolicyActionInPolicyRule_features,
 86221               };
 86222               
 86223               //==============================================================================
 86224               //
 86225               // Class: CIM_PolicyConditionInPolicyRule
 86226               //
 86227               //==============================================================================
 86228               
 86229               static const char*
 86230 mike  1.1.2.1 _CIM_PolicyConditionInPolicyRule_GroupComponent_qualifiers[] =
 86231               {
 86232                   /* Aggregate */
 86233                   "\003\001",
 86234                   /* Override */
 86235                   "\044GroupComponent",
 86236                   0,
 86237               };
 86238               
 86239               static MetaReference
 86240               _CIM_PolicyConditionInPolicyRule_GroupComponent =
 86241               {
 86242                   /* flags */
 86243                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86244                   /* name */
 86245                   "GroupComponent",
 86246                   /* qualifiers */
 86247                   _CIM_PolicyConditionInPolicyRule_GroupComponent_qualifiers,
 86248                   /* subscript */
 86249                   -1,
 86250                   /* refId */
 86251 mike  1.1.2.1     &__root_cimv2_CIM_PolicyRule,
 86252               };
 86253               
 86254               static const char*
 86255               _CIM_PolicyConditionInPolicyRule_PartComponent_qualifiers[] =
 86256               {
 86257                   /* Override */
 86258                   "\044PartComponent",
 86259                   0,
 86260               };
 86261               
 86262               static MetaReference
 86263               _CIM_PolicyConditionInPolicyRule_PartComponent =
 86264               {
 86265                   /* flags */
 86266                   META_FLAG_REFERENCE|META_FLAG_READ,
 86267                   /* name */
 86268                   "PartComponent",
 86269                   /* qualifiers */
 86270                   _CIM_PolicyConditionInPolicyRule_PartComponent_qualifiers,
 86271                   /* subscript */
 86272 mike  1.1.2.1     -1,
 86273                   /* refId */
 86274                   &__root_cimv2_CIM_PolicyCondition,
 86275               };
 86276               
 86277               static MetaFeature*
 86278               _CIM_PolicyConditionInPolicyRule_features[] =
 86279               {
 86280                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRule_GroupComponent,
 86281                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRule_PartComponent,
 86282                   0,
 86283               };
 86284               
 86285               static const char*
 86286               __root_cimv2_CIM_PolicyConditionInPolicyRule_qualifiers[] =
 86287               {
 86288                   /* ASSOCIATION */
 86289                   "\000\001",
 86290                   /* UMLPackagePath */
 86291                   "\057CIM::Policy",
 86292                   /* Aggregation */
 86293 mike  1.1.2.1     "\004\001",
 86294                   /* Version */
 86295                   "\0632.7.0",
 86296                   0,
 86297               };
 86298               
 86299               MetaClass
 86300               __root_cimv2_CIM_PolicyConditionInPolicyRule =
 86301               {
 86302                   /* flags */
 86303                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86304                   /* name */
 86305                   "CIM_PolicyConditionInPolicyRule",
 86306                   /* qualifiers */
 86307                   __root_cimv2_CIM_PolicyConditionInPolicyRule_qualifiers,
 86308                   /* super */
 86309                   &__root_cimv2_CIM_PolicyConditionStructure,
 86310                   /* features */
 86311                   _CIM_PolicyConditionInPolicyRule_features,
 86312               };
 86313               
 86314 mike  1.1.2.1 //==============================================================================
 86315               //
 86316               // Class: CIM_PreambleFilter
 86317               //
 86318               //==============================================================================
 86319               
 86320               static const char*
 86321               _CIM_PreambleFilter_FilterItemList_qualifiers[] =
 86322               {
 86323                   /* ArrayType */
 86324                   "\005Ordered",
 86325                   0,
 86326               };
 86327               
 86328               static MetaProperty
 86329               _CIM_PreambleFilter_FilterItemList =
 86330               {
 86331                   /* flags */
 86332                   META_FLAG_PROPERTY|META_FLAG_READ,
 86333                   /* name */
 86334                   "FilterItemList",
 86335 mike  1.1.2.1     /* qualifiers */
 86336                   _CIM_PreambleFilter_FilterItemList_qualifiers,
 86337                   /* type */
 86338                   CIMTYPE_STRING,
 86339                   /* subscript */
 86340                   0,
 86341                   /* value */
 86342                   0,
 86343               };
 86344               
 86345               static MetaFeature*
 86346               _CIM_PreambleFilter_features[] =
 86347               {
 86348                   (MetaFeature*)&_CIM_PreambleFilter_FilterItemList,
 86349                   0,
 86350               };
 86351               
 86352               static const char*
 86353               __root_cimv2_CIM_PreambleFilter_qualifiers[] =
 86354               {
 86355                   /* UMLPackagePath */
 86356 mike  1.1.2.1     "\057CIM::Network::Filtering",
 86357                   /* Version */
 86358                   "\0632.7.0",
 86359                   0,
 86360               };
 86361               
 86362               MetaClass
 86363               __root_cimv2_CIM_PreambleFilter =
 86364               {
 86365                   /* flags */
 86366                   META_FLAG_CLASS,
 86367                   /* name */
 86368                   "CIM_PreambleFilter",
 86369                   /* qualifiers */
 86370                   __root_cimv2_CIM_PreambleFilter_qualifiers,
 86371                   /* super */
 86372                   &__root_cimv2_CIM_FilterEntryBase,
 86373                   /* features */
 86374                   _CIM_PreambleFilter_features,
 86375               };
 86376               
 86377 mike  1.1.2.1 //==============================================================================
 86378               //
 86379               // Class: CIM_PrintJob
 86380               //
 86381               //==============================================================================
 86382               
 86383               static const char*
 86384               _CIM_PrintJob_SystemCreationClassName_qualifiers[] =
 86385               {
 86386                   /* Key */
 86387                   "\025\001",
 86388                   /* Propagated */
 86389                   "\045CIM_PrintQueue.SystemCreationClassName",
 86390                   /* MaxLen */
 86391                   "\030\000\000\001\000",
 86392                   0,
 86393               };
 86394               
 86395               static MetaProperty
 86396               _CIM_PrintJob_SystemCreationClassName =
 86397               {
 86398 mike  1.1.2.1     /* flags */
 86399                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86400                   /* name */
 86401                   "SystemCreationClassName",
 86402                   /* qualifiers */
 86403                   _CIM_PrintJob_SystemCreationClassName_qualifiers,
 86404                   /* type */
 86405                   CIMTYPE_STRING,
 86406                   /* subscript */
 86407                   -1,
 86408                   /* value */
 86409                   0,
 86410               };
 86411               
 86412               static const char*
 86413               _CIM_PrintJob_SystemName_qualifiers[] =
 86414               {
 86415                   /* Key */
 86416                   "\025\001",
 86417                   /* Propagated */
 86418                   "\045CIM_PrintQueue.SystemName",
 86419 mike  1.1.2.1     /* MaxLen */
 86420                   "\030\000\000\001\000",
 86421                   0,
 86422               };
 86423               
 86424               static MetaProperty
 86425               _CIM_PrintJob_SystemName =
 86426               {
 86427                   /* flags */
 86428                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86429                   /* name */
 86430                   "SystemName",
 86431                   /* qualifiers */
 86432                   _CIM_PrintJob_SystemName_qualifiers,
 86433                   /* type */
 86434                   CIMTYPE_STRING,
 86435                   /* subscript */
 86436                   -1,
 86437                   /* value */
 86438                   0,
 86439               };
 86440 mike  1.1.2.1 
 86441               static const char*
 86442               _CIM_PrintJob_QueueCreationClassName_qualifiers[] =
 86443               {
 86444                   /* Key */
 86445                   "\025\001",
 86446                   /* Propagated */
 86447                   "\045CIM_PrintQueue.CreationClassName",
 86448                   /* MaxLen */
 86449                   "\030\000\000\001\000",
 86450                   0,
 86451               };
 86452               
 86453               static MetaProperty
 86454               _CIM_PrintJob_QueueCreationClassName =
 86455               {
 86456                   /* flags */
 86457                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86458                   /* name */
 86459                   "QueueCreationClassName",
 86460                   /* qualifiers */
 86461 mike  1.1.2.1     _CIM_PrintJob_QueueCreationClassName_qualifiers,
 86462                   /* type */
 86463                   CIMTYPE_STRING,
 86464                   /* subscript */
 86465                   -1,
 86466                   /* value */
 86467                   0,
 86468               };
 86469               
 86470               static const char*
 86471               _CIM_PrintJob_QueueName_qualifiers[] =
 86472               {
 86473                   /* Key */
 86474                   "\025\001",
 86475                   /* Propagated */
 86476                   "\045CIM_PrintQueue.Name",
 86477                   /* MaxLen */
 86478                   "\030\000\000\001\000",
 86479                   0,
 86480               };
 86481               
 86482 mike  1.1.2.1 static MetaProperty
 86483               _CIM_PrintJob_QueueName =
 86484               {
 86485                   /* flags */
 86486                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86487                   /* name */
 86488                   "QueueName",
 86489                   /* qualifiers */
 86490                   _CIM_PrintJob_QueueName_qualifiers,
 86491                   /* type */
 86492                   CIMTYPE_STRING,
 86493                   /* subscript */
 86494                   -1,
 86495                   /* value */
 86496                   0,
 86497               };
 86498               
 86499               static const char*
 86500               _CIM_PrintJob_JobStatus_qualifiers[] =
 86501               {
 86502                   /* Override */
 86503 mike  1.1.2.1     "\044JobStatus",
 86504                   /* ModelCorrespondence */
 86505                   "\036\000\001CIM_PrintJob.PrintJobStatus\000",
 86506                   0,
 86507               };
 86508               
 86509               static MetaProperty
 86510               _CIM_PrintJob_JobStatus =
 86511               {
 86512                   /* flags */
 86513                   META_FLAG_PROPERTY|META_FLAG_READ,
 86514                   /* name */
 86515                   "JobStatus",
 86516                   /* qualifiers */
 86517                   _CIM_PrintJob_JobStatus_qualifiers,
 86518                   /* type */
 86519                   CIMTYPE_STRING,
 86520                   /* subscript */
 86521                   -1,
 86522                   /* value */
 86523                   0,
 86524 mike  1.1.2.1 };
 86525               
 86526               static const char*
 86527               _CIM_PrintJob_JobID_qualifiers[] =
 86528               {
 86529                   /* Key */
 86530                   "\025\001",
 86531                   0,
 86532               };
 86533               
 86534               static MetaProperty
 86535               _CIM_PrintJob_JobID =
 86536               {
 86537                   /* flags */
 86538                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86539                   /* name */
 86540                   "JobID",
 86541                   /* qualifiers */
 86542                   _CIM_PrintJob_JobID_qualifiers,
 86543                   /* type */
 86544                   CIMTYPE_STRING,
 86545 mike  1.1.2.1     /* subscript */
 86546                   -1,
 86547                   /* value */
 86548                   0,
 86549               };
 86550               
 86551               static const char*
 86552               _CIM_PrintJob_SchedulingInformation_qualifiers[] =
 86553               {
 86554                   /* Deprecated */
 86555                   "\013\000\001No Value\000",
 86556                   0,
 86557               };
 86558               
 86559               static MetaProperty
 86560               _CIM_PrintJob_SchedulingInformation =
 86561               {
 86562                   /* flags */
 86563                   META_FLAG_PROPERTY|META_FLAG_READ,
 86564                   /* name */
 86565                   "SchedulingInformation",
 86566 mike  1.1.2.1     /* qualifiers */
 86567                   _CIM_PrintJob_SchedulingInformation_qualifiers,
 86568                   /* type */
 86569                   CIMTYPE_STRING,
 86570                   /* subscript */
 86571                   -1,
 86572                   /* value */
 86573                   0,
 86574               };
 86575               
 86576               static const char*
 86577               _CIM_PrintJob_JobSize_qualifiers[] =
 86578               {
 86579                   /* Units */
 86580                   "\060KiloBytes",
 86581                   /* ModelCorrespondence */
 86582                   "\036\000\002CIM_Printer.MaxSizeSupported\000CIM_PrintQueue.MaxJobSize\000",
 86583                   0,
 86584               };
 86585               
 86586               static MetaProperty
 86587 mike  1.1.2.1 _CIM_PrintJob_JobSize =
 86588               {
 86589                   /* flags */
 86590                   META_FLAG_PROPERTY|META_FLAG_READ,
 86591                   /* name */
 86592                   "JobSize",
 86593                   /* qualifiers */
 86594                   _CIM_PrintJob_JobSize_qualifiers,
 86595                   /* type */
 86596                   CIMTYPE_UINT32,
 86597                   /* subscript */
 86598                   -1,
 86599                   /* value */
 86600                   0,
 86601               };
 86602               
 86603               static const char*
 86604               _CIM_PrintJob_Language_qualifiers[] =
 86605               {
 86606                   /* ValueMap */
 86607                   "\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",
 86608 mike  1.1.2.1     /* Values */
 86609                   "\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",
 86610                   /* MappingStrings */
 86611                   "\026\000\001MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000",
 86612                   /* ModelCorrespondence */
 86613                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintService.LanguagesSupported\000CIM_PrintJob.MimeTypes\000",
 86614                   0,
 86615               };
 86616               
 86617               static MetaProperty
 86618               _CIM_PrintJob_Language =
 86619               {
 86620                   /* flags */
 86621                   META_FLAG_PROPERTY|META_FLAG_READ,
 86622                   /* name */
 86623                   "Language",
 86624                   /* qualifiers */
 86625                   _CIM_PrintJob_Language_qualifiers,
 86626                   /* type */
 86627                   CIMTYPE_UINT16,
 86628                   /* subscript */
 86629 mike  1.1.2.1     -1,
 86630                   /* value */
 86631                   0,
 86632               };
 86633               
 86634               static const char*
 86635               _CIM_PrintJob_MimeTypes_qualifiers[] =
 86636               {
 86637                   /* ModelCorrespondence */
 86638                   "\036\000\003CIM_PrintJob.Language\000CIM_Printer.MimeTypesSupported\000CIM_PrintService.MimeTypesSupported\000",
 86639                   0,
 86640               };
 86641               
 86642               static MetaProperty
 86643               _CIM_PrintJob_MimeTypes =
 86644               {
 86645                   /* flags */
 86646                   META_FLAG_PROPERTY|META_FLAG_READ,
 86647                   /* name */
 86648                   "MimeTypes",
 86649                   /* qualifiers */
 86650 mike  1.1.2.1     _CIM_PrintJob_MimeTypes_qualifiers,
 86651                   /* type */
 86652                   CIMTYPE_STRING,
 86653                   /* subscript */
 86654                   0,
 86655                   /* value */
 86656                   0,
 86657               };
 86658               
 86659               static const char*
 86660               _CIM_PrintJob_RequiredPaperType_qualifiers[] =
 86661               {
 86662                   /* ModelCorrespondence */
 86663                   "\036\000\002CIM_Printer.PaperTypesAvailable\000CIM_PrintService.PaperTypesAvailable\000",
 86664                   0,
 86665               };
 86666               
 86667               static MetaProperty
 86668               _CIM_PrintJob_RequiredPaperType =
 86669               {
 86670                   /* flags */
 86671 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 86672                   /* name */
 86673                   "RequiredPaperType",
 86674                   /* qualifiers */
 86675                   _CIM_PrintJob_RequiredPaperType_qualifiers,
 86676                   /* type */
 86677                   CIMTYPE_STRING,
 86678                   /* subscript */
 86679                   -1,
 86680                   /* value */
 86681                   0,
 86682               };
 86683               
 86684               static const char*
 86685               _CIM_PrintJob_Finishing_qualifiers[] =
 86686               {
 86687                   /* ValueMap */
 86688                   "\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",
 86689                   /* Values */
 86690                   "\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",
 86691                   /* ArrayType */
 86692 mike  1.1.2.1     "\005Indexed",
 86693                   /* ModelCorrespondence */
 86694                   "\036\000\002CIM_Printer.Capabilities\000CIM_PrintService.Capabilities\000",
 86695                   0,
 86696               };
 86697               
 86698               static MetaProperty
 86699               _CIM_PrintJob_Finishing =
 86700               {
 86701                   /* flags */
 86702                   META_FLAG_PROPERTY|META_FLAG_READ,
 86703                   /* name */
 86704                   "Finishing",
 86705                   /* qualifiers */
 86706                   _CIM_PrintJob_Finishing_qualifiers,
 86707                   /* type */
 86708                   CIMTYPE_UINT16,
 86709                   /* subscript */
 86710                   0,
 86711                   /* value */
 86712                   0,
 86713 mike  1.1.2.1 };
 86714               
 86715               static const char*
 86716               _CIM_PrintJob_Copies_qualifiers[] =
 86717               {
 86718                   /* ModelCorrespondence */
 86719                   "\036\000\001CIM_Printer.MaxCopies\000",
 86720                   0,
 86721               };
 86722               
 86723               static MetaProperty
 86724               _CIM_PrintJob_Copies =
 86725               {
 86726                   /* flags */
 86727                   META_FLAG_PROPERTY|META_FLAG_READ,
 86728                   /* name */
 86729                   "Copies",
 86730                   /* qualifiers */
 86731                   _CIM_PrintJob_Copies_qualifiers,
 86732                   /* type */
 86733                   CIMTYPE_UINT32,
 86734 mike  1.1.2.1     /* subscript */
 86735                   -1,
 86736                   /* value */
 86737                   0,
 86738               };
 86739               
 86740               static const char*
 86741               _CIM_PrintJob_HorizontalResolution_qualifiers[] =
 86742               {
 86743                   /* Units */
 86744                   "\060Pixels per Inch",
 86745                   /* ModelCorrespondence */
 86746                   "\036\000\001CIM_Printer.HorizontalResolution\000",
 86747                   0,
 86748               };
 86749               
 86750               static MetaProperty
 86751               _CIM_PrintJob_HorizontalResolution =
 86752               {
 86753                   /* flags */
 86754                   META_FLAG_PROPERTY|META_FLAG_READ,
 86755 mike  1.1.2.1     /* name */
 86756                   "HorizontalResolution",
 86757                   /* qualifiers */
 86758                   _CIM_PrintJob_HorizontalResolution_qualifiers,
 86759                   /* type */
 86760                   CIMTYPE_UINT32,
 86761                   /* subscript */
 86762                   -1,
 86763                   /* value */
 86764                   0,
 86765               };
 86766               
 86767               static const char*
 86768               _CIM_PrintJob_VerticalResolution_qualifiers[] =
 86769               {
 86770                   /* Units */
 86771                   "\060Pixels per Inch",
 86772                   /* ModelCorrespondence */
 86773                   "\036\000\001CIM_Printer.VerticalResolution\000",
 86774                   0,
 86775               };
 86776 mike  1.1.2.1 
 86777               static MetaProperty
 86778               _CIM_PrintJob_VerticalResolution =
 86779               {
 86780                   /* flags */
 86781                   META_FLAG_PROPERTY|META_FLAG_READ,
 86782                   /* name */
 86783                   "VerticalResolution",
 86784                   /* qualifiers */
 86785                   _CIM_PrintJob_VerticalResolution_qualifiers,
 86786                   /* type */
 86787                   CIMTYPE_UINT32,
 86788                   /* subscript */
 86789                   -1,
 86790                   /* value */
 86791                   0,
 86792               };
 86793               
 86794               static const char*
 86795               _CIM_PrintJob_CharSet_qualifiers[] =
 86796               {
 86797 mike  1.1.2.1     /* ModelCorrespondence */
 86798                   "\036\000\001CIM_Printer.CharSetsSupported\000",
 86799                   0,
 86800               };
 86801               
 86802               static MetaProperty
 86803               _CIM_PrintJob_CharSet =
 86804               {
 86805                   /* flags */
 86806                   META_FLAG_PROPERTY|META_FLAG_READ,
 86807                   /* name */
 86808                   "CharSet",
 86809                   /* qualifiers */
 86810                   _CIM_PrintJob_CharSet_qualifiers,
 86811                   /* type */
 86812                   CIMTYPE_STRING,
 86813                   /* subscript */
 86814                   -1,
 86815                   /* value */
 86816                   0,
 86817               };
 86818 mike  1.1.2.1 
 86819               static const char*
 86820               _CIM_PrintJob_NaturalLanguage_qualifiers[] =
 86821               {
 86822                   /* ModelCorrespondence */
 86823                   "\036\000\001CIM_Printer.NaturalLanguagesSupported\000",
 86824                   0,
 86825               };
 86826               
 86827               static MetaProperty
 86828               _CIM_PrintJob_NaturalLanguage =
 86829               {
 86830                   /* flags */
 86831                   META_FLAG_PROPERTY|META_FLAG_READ,
 86832                   /* name */
 86833                   "NaturalLanguage",
 86834                   /* qualifiers */
 86835                   _CIM_PrintJob_NaturalLanguage_qualifiers,
 86836                   /* type */
 86837                   CIMTYPE_STRING,
 86838                   /* subscript */
 86839 mike  1.1.2.1     -1,
 86840                   /* value */
 86841                   0,
 86842               };
 86843               
 86844               static const char*
 86845               _CIM_PrintJob_NumberUp_qualifiers[] =
 86846               {
 86847                   /* ModelCorrespondence */
 86848                   "\036\000\001CIM_Printer.MaxNumberUp\000",
 86849                   0,
 86850               };
 86851               
 86852               static MetaProperty
 86853               _CIM_PrintJob_NumberUp =
 86854               {
 86855                   /* flags */
 86856                   META_FLAG_PROPERTY|META_FLAG_READ,
 86857                   /* name */
 86858                   "NumberUp",
 86859                   /* qualifiers */
 86860 mike  1.1.2.1     _CIM_PrintJob_NumberUp_qualifiers,
 86861                   /* type */
 86862                   CIMTYPE_UINT32,
 86863                   /* subscript */
 86864                   -1,
 86865                   /* value */
 86866                   0,
 86867               };
 86868               
 86869               static const char*
 86870               _CIM_PrintJob_PrintJobStatus_qualifiers[] =
 86871               {
 86872                   /* ValueMap */
 86873                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 86874                   /* Values */
 86875                   "\062\000\007Other\000Unknown\000Pending\000Blocked\000Complete\000Completed With Error\000Printing\000",
 86876                   /* ModelCorrespondence */
 86877                   "\036\000\002CIM_PrintJob.TimeCompleted\000CIM_PrintJob.JobStatus\000",
 86878                   0,
 86879               };
 86880               
 86881 mike  1.1.2.1 static MetaProperty
 86882               _CIM_PrintJob_PrintJobStatus =
 86883               {
 86884                   /* flags */
 86885                   META_FLAG_PROPERTY|META_FLAG_READ,
 86886                   /* name */
 86887                   "PrintJobStatus",
 86888                   /* qualifiers */
 86889                   _CIM_PrintJob_PrintJobStatus_qualifiers,
 86890                   /* type */
 86891                   CIMTYPE_UINT16,
 86892                   /* subscript */
 86893                   -1,
 86894                   /* value */
 86895                   0,
 86896               };
 86897               
 86898               static const char*
 86899               _CIM_PrintJob_TimeCompleted_qualifiers[] =
 86900               {
 86901                   /* ModelCorrespondence */
 86902 mike  1.1.2.1     "\036\000\001CIM_PrintJob.PrintJobStatus\000",
 86903                   0,
 86904               };
 86905               
 86906               static MetaProperty
 86907               _CIM_PrintJob_TimeCompleted =
 86908               {
 86909                   /* flags */
 86910                   META_FLAG_PROPERTY|META_FLAG_READ,
 86911                   /* name */
 86912                   "TimeCompleted",
 86913                   /* qualifiers */
 86914                   _CIM_PrintJob_TimeCompleted_qualifiers,
 86915                   /* type */
 86916                   CIMTYPE_DATETIME,
 86917                   /* subscript */
 86918                   -1,
 86919                   /* value */
 86920                   0,
 86921               };
 86922               
 86923 mike  1.1.2.1 static const char*
 86924               _CIM_PrintJob_RequiredJobSheets_qualifiers[] =
 86925               {
 86926                   /* ModelCorrespondence */
 86927                   "\036\000\001CIM_Printer.AvailableJobSheets\000",
 86928                   0,
 86929               };
 86930               
 86931               static MetaProperty
 86932               _CIM_PrintJob_RequiredJobSheets =
 86933               {
 86934                   /* flags */
 86935                   META_FLAG_PROPERTY|META_FLAG_READ,
 86936                   /* name */
 86937                   "RequiredJobSheets",
 86938                   /* qualifiers */
 86939                   _CIM_PrintJob_RequiredJobSheets_qualifiers,
 86940                   /* type */
 86941                   CIMTYPE_STRING,
 86942                   /* subscript */
 86943                   0,
 86944 mike  1.1.2.1     /* value */
 86945                   0,
 86946               };
 86947               
 86948               static const char*
 86949               _CIM_PrintJob_JobOrigination_qualifiers[] =
 86950               {
 86951                   0,
 86952               };
 86953               
 86954               static MetaProperty
 86955               _CIM_PrintJob_JobOrigination =
 86956               {
 86957                   /* flags */
 86958                   META_FLAG_PROPERTY|META_FLAG_READ,
 86959                   /* name */
 86960                   "JobOrigination",
 86961                   /* qualifiers */
 86962                   _CIM_PrintJob_JobOrigination_qualifiers,
 86963                   /* type */
 86964                   CIMTYPE_STRING,
 86965 mike  1.1.2.1     /* subscript */
 86966                   -1,
 86967                   /* value */
 86968                   0,
 86969               };
 86970               
 86971               static MetaFeature*
 86972               _CIM_PrintJob_features[] =
 86973               {
 86974                   (MetaFeature*)&_CIM_PrintJob_SystemCreationClassName,
 86975                   (MetaFeature*)&_CIM_PrintJob_SystemName,
 86976                   (MetaFeature*)&_CIM_PrintJob_QueueCreationClassName,
 86977                   (MetaFeature*)&_CIM_PrintJob_QueueName,
 86978                   (MetaFeature*)&_CIM_PrintJob_JobStatus,
 86979                   (MetaFeature*)&_CIM_PrintJob_JobID,
 86980                   (MetaFeature*)&_CIM_PrintJob_SchedulingInformation,
 86981                   (MetaFeature*)&_CIM_PrintJob_JobSize,
 86982                   (MetaFeature*)&_CIM_PrintJob_Language,
 86983                   (MetaFeature*)&_CIM_PrintJob_MimeTypes,
 86984                   (MetaFeature*)&_CIM_PrintJob_RequiredPaperType,
 86985                   (MetaFeature*)&_CIM_PrintJob_Finishing,
 86986 mike  1.1.2.1     (MetaFeature*)&_CIM_PrintJob_Copies,
 86987                   (MetaFeature*)&_CIM_PrintJob_HorizontalResolution,
 86988                   (MetaFeature*)&_CIM_PrintJob_VerticalResolution,
 86989                   (MetaFeature*)&_CIM_PrintJob_CharSet,
 86990                   (MetaFeature*)&_CIM_PrintJob_NaturalLanguage,
 86991                   (MetaFeature*)&_CIM_PrintJob_NumberUp,
 86992                   (MetaFeature*)&_CIM_PrintJob_PrintJobStatus,
 86993                   (MetaFeature*)&_CIM_PrintJob_TimeCompleted,
 86994                   (MetaFeature*)&_CIM_PrintJob_RequiredJobSheets,
 86995                   (MetaFeature*)&_CIM_PrintJob_JobOrigination,
 86996                   0,
 86997               };
 86998               
 86999               static const char*
 87000               __root_cimv2_CIM_PrintJob_qualifiers[] =
 87001               {
 87002                   /* UMLPackagePath */
 87003                   "\057CIM::Device::Printing",
 87004                   /* Version */
 87005                   "\0632.10.0",
 87006                   0,
 87007 mike  1.1.2.1 };
 87008               
 87009               MetaClass
 87010               __root_cimv2_CIM_PrintJob =
 87011               {
 87012                   /* flags */
 87013                   META_FLAG_CLASS,
 87014                   /* name */
 87015                   "CIM_PrintJob",
 87016                   /* qualifiers */
 87017                   __root_cimv2_CIM_PrintJob_qualifiers,
 87018                   /* super */
 87019                   &__root_cimv2_CIM_Job,
 87020                   /* features */
 87021                   _CIM_PrintJob_features,
 87022               };
 87023               
 87024               //==============================================================================
 87025               //
 87026               // Class: CIM_PrintJobFile
 87027               //
 87028 mike  1.1.2.1 //==============================================================================
 87029               
 87030               static const char*
 87031               _CIM_PrintJobFile_GroupComponent_qualifiers[] =
 87032               {
 87033                   /* Aggregate */
 87034                   "\003\001",
 87035                   /* Override */
 87036                   "\044GroupComponent",
 87037                   0,
 87038               };
 87039               
 87040               static MetaReference
 87041               _CIM_PrintJobFile_GroupComponent =
 87042               {
 87043                   /* flags */
 87044                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 87045                   /* name */
 87046                   "GroupComponent",
 87047                   /* qualifiers */
 87048                   _CIM_PrintJobFile_GroupComponent_qualifiers,
 87049 mike  1.1.2.1     /* subscript */
 87050                   -1,
 87051                   /* refId */
 87052                   &__root_cimv2_CIM_PrintJob,
 87053               };
 87054               
 87055               static const char*
 87056               _CIM_PrintJobFile_PartComponent_qualifiers[] =
 87057               {
 87058                   /* Override */
 87059                   "\044PartComponent",
 87060                   0,
 87061               };
 87062               
 87063               static MetaReference
 87064               _CIM_PrintJobFile_PartComponent =
 87065               {
 87066                   /* flags */
 87067                   META_FLAG_REFERENCE|META_FLAG_READ,
 87068                   /* name */
 87069                   "PartComponent",
 87070 mike  1.1.2.1     /* qualifiers */
 87071                   _CIM_PrintJobFile_PartComponent_qualifiers,
 87072                   /* subscript */
 87073                   -1,
 87074                   /* refId */
 87075                   &__root_cimv2_CIM_DataFile,
 87076               };
 87077               
 87078               static MetaFeature*
 87079               _CIM_PrintJobFile_features[] =
 87080               {
 87081                   (MetaFeature*)&_CIM_PrintJobFile_GroupComponent,
 87082                   (MetaFeature*)&_CIM_PrintJobFile_PartComponent,
 87083                   0,
 87084               };
 87085               
 87086               static const char*
 87087               __root_cimv2_CIM_PrintJobFile_qualifiers[] =
 87088               {
 87089                   /* ASSOCIATION */
 87090                   "\000\001",
 87091 mike  1.1.2.1     /* UMLPackagePath */
 87092                   "\057CIM::Device::Printing",
 87093                   /* Aggregation */
 87094                   "\004\001",
 87095                   /* Version */
 87096                   "\0632.10.0",
 87097                   0,
 87098               };
 87099               
 87100               MetaClass
 87101               __root_cimv2_CIM_PrintJobFile =
 87102               {
 87103                   /* flags */
 87104                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87105                   /* name */
 87106                   "CIM_PrintJobFile",
 87107                   /* qualifiers */
 87108                   __root_cimv2_CIM_PrintJobFile_qualifiers,
 87109                   /* super */
 87110                   &__root_cimv2_CIM_Component,
 87111                   /* features */
 87112 mike  1.1.2.1     _CIM_PrintJobFile_features,
 87113               };
 87114               
 87115               //==============================================================================
 87116               //
 87117               // Class: CIM_ProductSoftwareComponent
 87118               //
 87119               //==============================================================================
 87120               
 87121               static const char*
 87122               _CIM_ProductSoftwareComponent_GroupComponent_qualifiers[] =
 87123               {
 87124                   /* Override */
 87125                   "\044GroupComponent",
 87126                   /* Max */
 87127                   "\027\000\000\000\001",
 87128                   0,
 87129               };
 87130               
 87131               static MetaReference
 87132               _CIM_ProductSoftwareComponent_GroupComponent =
 87133 mike  1.1.2.1 {
 87134                   /* flags */
 87135                   META_FLAG_REFERENCE|META_FLAG_READ,
 87136                   /* name */
 87137                   "GroupComponent",
 87138                   /* qualifiers */
 87139                   _CIM_ProductSoftwareComponent_GroupComponent_qualifiers,
 87140                   /* subscript */
 87141                   -1,
 87142                   /* refId */
 87143                   &__root_cimv2_CIM_Product,
 87144               };
 87145               
 87146               static const char*
 87147               _CIM_ProductSoftwareComponent_PartComponent_qualifiers[] =
 87148               {
 87149                   /* Override */
 87150                   "\044PartComponent",
 87151                   0,
 87152               };
 87153               
 87154 mike  1.1.2.1 static MetaReference
 87155               _CIM_ProductSoftwareComponent_PartComponent =
 87156               {
 87157                   /* flags */
 87158                   META_FLAG_REFERENCE|META_FLAG_READ,
 87159                   /* name */
 87160                   "PartComponent",
 87161                   /* qualifiers */
 87162                   _CIM_ProductSoftwareComponent_PartComponent_qualifiers,
 87163                   /* subscript */
 87164                   -1,
 87165                   /* refId */
 87166                   &__root_cimv2_CIM_SoftwareIdentity,
 87167               };
 87168               
 87169               static MetaFeature*
 87170               _CIM_ProductSoftwareComponent_features[] =
 87171               {
 87172                   (MetaFeature*)&_CIM_ProductSoftwareComponent_GroupComponent,
 87173                   (MetaFeature*)&_CIM_ProductSoftwareComponent_PartComponent,
 87174                   0,
 87175 mike  1.1.2.1 };
 87176               
 87177               static const char*
 87178               __root_cimv2_CIM_ProductSoftwareComponent_qualifiers[] =
 87179               {
 87180                   /* ASSOCIATION */
 87181                   "\000\001",
 87182                   /* UMLPackagePath */
 87183                   "\057CIM::Core::ProductFRU",
 87184                   /* Aggregation */
 87185                   "\004\001",
 87186                   /* Composition */
 87187                   "\011\001",
 87188                   /* Version */
 87189                   "\0632.7.0",
 87190                   0,
 87191               };
 87192               
 87193               MetaClass
 87194               __root_cimv2_CIM_ProductSoftwareComponent =
 87195               {
 87196 mike  1.1.2.1     /* flags */
 87197                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87198                   /* name */
 87199                   "CIM_ProductSoftwareComponent",
 87200                   /* qualifiers */
 87201                   __root_cimv2_CIM_ProductSoftwareComponent_qualifiers,
 87202                   /* super */
 87203                   &__root_cimv2_CIM_Component,
 87204                   /* features */
 87205                   _CIM_ProductSoftwareComponent_features,
 87206               };
 87207               
 87208               //==============================================================================
 87209               //
 87210               // Class: CIM_ProductSoftwareFeatures
 87211               //
 87212               //==============================================================================
 87213               
 87214               static const char*
 87215               _CIM_ProductSoftwareFeatures_Product_qualifiers[] =
 87216               {
 87217 mike  1.1.2.1     /* Key */
 87218                   "\025\001",
 87219                   /* Aggregate */
 87220                   "\003\001",
 87221                   /* Min */
 87222                   "\033\000\000\000\001",
 87223                   /* Max */
 87224                   "\027\000\000\000\001",
 87225                   0,
 87226               };
 87227               
 87228               static MetaReference
 87229               _CIM_ProductSoftwareFeatures_Product =
 87230               {
 87231                   /* flags */
 87232                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 87233                   /* name */
 87234                   "Product",
 87235                   /* qualifiers */
 87236                   _CIM_ProductSoftwareFeatures_Product_qualifiers,
 87237                   /* subscript */
 87238 mike  1.1.2.1     -1,
 87239                   /* refId */
 87240                   &__root_cimv2_CIM_Product,
 87241               };
 87242               
 87243               static const char*
 87244               _CIM_ProductSoftwareFeatures_Component_qualifiers[] =
 87245               {
 87246                   /* Key */
 87247                   "\025\001",
 87248                   /* Weak */
 87249                   "\064\001",
 87250                   0,
 87251               };
 87252               
 87253               static MetaReference
 87254               _CIM_ProductSoftwareFeatures_Component =
 87255               {
 87256                   /* flags */
 87257                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 87258                   /* name */
 87259 mike  1.1.2.1     "Component",
 87260                   /* qualifiers */
 87261                   _CIM_ProductSoftwareFeatures_Component_qualifiers,
 87262                   /* subscript */
 87263                   -1,
 87264                   /* refId */
 87265                   &__root_cimv2_CIM_SoftwareFeature,
 87266               };
 87267               
 87268               static MetaFeature*
 87269               _CIM_ProductSoftwareFeatures_features[] =
 87270               {
 87271                   (MetaFeature*)&_CIM_ProductSoftwareFeatures_Product,
 87272                   (MetaFeature*)&_CIM_ProductSoftwareFeatures_Component,
 87273                   0,
 87274               };
 87275               
 87276               static const char*
 87277               __root_cimv2_CIM_ProductSoftwareFeatures_qualifiers[] =
 87278               {
 87279                   /* ASSOCIATION */
 87280 mike  1.1.2.1     "\000\001",
 87281                   /* UMLPackagePath */
 87282                   "\057CIM::Application::DeploymentModel",
 87283                   /* Aggregation */
 87284                   "\004\001",
 87285                   /* Version */
 87286                   "\0632.6.0",
 87287                   0,
 87288               };
 87289               
 87290               MetaClass
 87291               __root_cimv2_CIM_ProductSoftwareFeatures =
 87292               {
 87293                   /* flags */
 87294                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87295                   /* name */
 87296                   "CIM_ProductSoftwareFeatures",
 87297                   /* qualifiers */
 87298                   __root_cimv2_CIM_ProductSoftwareFeatures_qualifiers,
 87299                   /* super */
 87300                   0,
 87301 mike  1.1.2.1     /* features */
 87302                   _CIM_ProductSoftwareFeatures_features,
 87303               };
 87304               
 87305               //==============================================================================
 87306               //
 87307               // Class: CIM_RedundancyComponent
 87308               //
 87309               //==============================================================================
 87310               
 87311               static const char*
 87312               _CIM_RedundancyComponent_GroupComponent_qualifiers[] =
 87313               {
 87314                   /* Deprecated */
 87315                   "\013\000\001CIM_MemberOfCollection.Collection\000",
 87316                   /* Aggregate */
 87317                   "\003\001",
 87318                   /* Override */
 87319                   "\044GroupComponent",
 87320                   0,
 87321               };
 87322 mike  1.1.2.1 
 87323               static MetaReference
 87324               _CIM_RedundancyComponent_GroupComponent =
 87325               {
 87326                   /* flags */
 87327                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 87328                   /* name */
 87329                   "GroupComponent",
 87330                   /* qualifiers */
 87331                   _CIM_RedundancyComponent_GroupComponent_qualifiers,
 87332                   /* subscript */
 87333                   -1,
 87334                   /* refId */
 87335                   &__root_cimv2_CIM_RedundancyGroup,
 87336               };
 87337               
 87338               static const char*
 87339               _CIM_RedundancyComponent_PartComponent_qualifiers[] =
 87340               {
 87341                   /* Deprecated */
 87342                   "\013\000\001CIM_MemberOfCollection.Member\000",
 87343 mike  1.1.2.1     /* Override */
 87344                   "\044PartComponent",
 87345                   0,
 87346               };
 87347               
 87348               static MetaReference
 87349               _CIM_RedundancyComponent_PartComponent =
 87350               {
 87351                   /* flags */
 87352                   META_FLAG_REFERENCE|META_FLAG_READ,
 87353                   /* name */
 87354                   "PartComponent",
 87355                   /* qualifiers */
 87356                   _CIM_RedundancyComponent_PartComponent_qualifiers,
 87357                   /* subscript */
 87358                   -1,
 87359                   /* refId */
 87360                   &__root_cimv2_CIM_ManagedSystemElement,
 87361               };
 87362               
 87363               static MetaFeature*
 87364 mike  1.1.2.1 _CIM_RedundancyComponent_features[] =
 87365               {
 87366                   (MetaFeature*)&_CIM_RedundancyComponent_GroupComponent,
 87367                   (MetaFeature*)&_CIM_RedundancyComponent_PartComponent,
 87368                   0,
 87369               };
 87370               
 87371               static const char*
 87372               __root_cimv2_CIM_RedundancyComponent_qualifiers[] =
 87373               {
 87374                   /* ASSOCIATION */
 87375                   "\000\001",
 87376                   /* Deprecated */
 87377                   "\013\000\001CIM_MemberOfCollection\000",
 87378                   /* UMLPackagePath */
 87379                   "\057CIM::Core::Redundancy",
 87380                   /* Aggregation */
 87381                   "\004\001",
 87382                   /* Version */
 87383                   "\0632.13.0",
 87384                   0,
 87385 mike  1.1.2.1 };
 87386               
 87387               MetaClass
 87388               __root_cimv2_CIM_RedundancyComponent =
 87389               {
 87390                   /* flags */
 87391                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87392                   /* name */
 87393                   "CIM_RedundancyComponent",
 87394                   /* qualifiers */
 87395                   __root_cimv2_CIM_RedundancyComponent_qualifiers,
 87396                   /* super */
 87397                   &__root_cimv2_CIM_Component,
 87398                   /* features */
 87399                   _CIM_RedundancyComponent_features,
 87400               };
 87401               
 87402               //==============================================================================
 87403               //
 87404               // Class: CIM_SAProposal
 87405               //
 87406 mike  1.1.2.1 //==============================================================================
 87407               
 87408               static MetaFeature*
 87409               _CIM_SAProposal_features[] =
 87410               {
 87411                   0,
 87412               };
 87413               
 87414               static const char*
 87415               __root_cimv2_CIM_SAProposal_qualifiers[] =
 87416               {
 87417                   /* UMLPackagePath */
 87418                   "\057CIM::IPsecPolicy",
 87419                   /* Abstract */
 87420                   "\002\001",
 87421                   /* Version */
 87422                   "\0632.8.0",
 87423                   /* MappingStrings */
 87424                   "\026\000\001IPSP Policy Model.IETF|SAProposal\000",
 87425                   0,
 87426               };
 87427 mike  1.1.2.1 
 87428               MetaClass
 87429               __root_cimv2_CIM_SAProposal =
 87430               {
 87431                   /* flags */
 87432                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 87433                   /* name */
 87434                   "CIM_SAProposal",
 87435                   /* qualifiers */
 87436                   __root_cimv2_CIM_SAProposal_qualifiers,
 87437                   /* super */
 87438                   &__root_cimv2_CIM_ScopedSettingData,
 87439                   /* features */
 87440                   _CIM_SAProposal_features,
 87441               };
 87442               
 87443               //==============================================================================
 87444               //
 87445               // Class: CIM_SATransform
 87446               //
 87447               //==============================================================================
 87448 mike  1.1.2.1 
 87449               static const char*
 87450               _CIM_SATransform_ElementName_qualifiers[] =
 87451               {
 87452                   /* Override */
 87453                   "\044ElementName",
 87454                   /* MappingStrings */
 87455                   "\026\000\001IPSP Model.IETF|SATransform.CommonName\000",
 87456                   0,
 87457               };
 87458               
 87459               static MetaProperty
 87460               _CIM_SATransform_ElementName =
 87461               {
 87462                   /* flags */
 87463                   META_FLAG_PROPERTY|META_FLAG_READ,
 87464                   /* name */
 87465                   "ElementName",
 87466                   /* qualifiers */
 87467                   _CIM_SATransform_ElementName_qualifiers,
 87468                   /* type */
 87469 mike  1.1.2.1     CIMTYPE_STRING,
 87470                   /* subscript */
 87471                   -1,
 87472                   /* value */
 87473                   0,
 87474               };
 87475               
 87476               static const char*
 87477               _CIM_SATransform_MaxLifetimeSeconds_qualifiers[] =
 87478               {
 87479                   /* Units */
 87480                   "\060Seconds",
 87481                   /* MappingStrings */
 87482                   "\026\000\001IPSP Model.IETF|SATransform.MaxLifetimeSeconds\000",
 87483                   0,
 87484               };
 87485               
 87486               static MetaProperty
 87487               _CIM_SATransform_MaxLifetimeSeconds =
 87488               {
 87489                   /* flags */
 87490 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 87491                   /* name */
 87492                   "MaxLifetimeSeconds",
 87493                   /* qualifiers */
 87494                   _CIM_SATransform_MaxLifetimeSeconds_qualifiers,
 87495                   /* type */
 87496                   CIMTYPE_UINT64,
 87497                   /* subscript */
 87498                   -1,
 87499                   /* value */
 87500                   "\000\000\000\000\000\000\000\000",
 87501               };
 87502               
 87503               static const char*
 87504               _CIM_SATransform_MaxLifetimeKilobytes_qualifiers[] =
 87505               {
 87506                   /* Units */
 87507                   "\060KiloBytes",
 87508                   /* MappingStrings */
 87509                   "\026\000\001IPSP Model.IETF|SATransform.MaxLifetimeKilobytes\000",
 87510                   0,
 87511 mike  1.1.2.1 };
 87512               
 87513               static MetaProperty
 87514               _CIM_SATransform_MaxLifetimeKilobytes =
 87515               {
 87516                   /* flags */
 87517                   META_FLAG_PROPERTY|META_FLAG_READ,
 87518                   /* name */
 87519                   "MaxLifetimeKilobytes",
 87520                   /* qualifiers */
 87521                   _CIM_SATransform_MaxLifetimeKilobytes_qualifiers,
 87522                   /* type */
 87523                   CIMTYPE_UINT64,
 87524                   /* subscript */
 87525                   -1,
 87526                   /* value */
 87527                   "\000\000\000\000\000\000\000\000",
 87528               };
 87529               
 87530               static const char*
 87531               _CIM_SATransform_VendorID_qualifiers[] =
 87532 mike  1.1.2.1 {
 87533                   /* MappingStrings */
 87534                   "\026\000\001IPSP Model.IETF|SATransform.VendorID\000",
 87535                   0,
 87536               };
 87537               
 87538               static MetaProperty
 87539               _CIM_SATransform_VendorID =
 87540               {
 87541                   /* flags */
 87542                   META_FLAG_PROPERTY|META_FLAG_READ,
 87543                   /* name */
 87544                   "VendorID",
 87545                   /* qualifiers */
 87546                   _CIM_SATransform_VendorID_qualifiers,
 87547                   /* type */
 87548                   CIMTYPE_STRING,
 87549                   /* subscript */
 87550                   -1,
 87551                   /* value */
 87552                   "",
 87553 mike  1.1.2.1 };
 87554               
 87555               static MetaFeature*
 87556               _CIM_SATransform_features[] =
 87557               {
 87558                   (MetaFeature*)&_CIM_SATransform_ElementName,
 87559                   (MetaFeature*)&_CIM_SATransform_MaxLifetimeSeconds,
 87560                   (MetaFeature*)&_CIM_SATransform_MaxLifetimeKilobytes,
 87561                   (MetaFeature*)&_CIM_SATransform_VendorID,
 87562                   0,
 87563               };
 87564               
 87565               static const char*
 87566               __root_cimv2_CIM_SATransform_qualifiers[] =
 87567               {
 87568                   /* UMLPackagePath */
 87569                   "\057CIM::Network::IPsec",
 87570                   /* Abstract */
 87571                   "\002\001",
 87572                   /* Version */
 87573                   "\0632.8.0",
 87574 mike  1.1.2.1     /* MappingStrings */
 87575                   "\026\000\001IPSP Model.IETF|SATransform\000",
 87576                   0,
 87577               };
 87578               
 87579               MetaClass
 87580               __root_cimv2_CIM_SATransform =
 87581               {
 87582                   /* flags */
 87583                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 87584                   /* name */
 87585                   "CIM_SATransform",
 87586                   /* qualifiers */
 87587                   __root_cimv2_CIM_SATransform_qualifiers,
 87588                   /* super */
 87589                   &__root_cimv2_CIM_ScopedSettingData,
 87590                   /* features */
 87591                   _CIM_SATransform_features,
 87592               };
 87593               
 87594               //==============================================================================
 87595 mike  1.1.2.1 //
 87596               // Class: CIM_ScopedSetting
 87597               //
 87598               //==============================================================================
 87599               
 87600               static const char*
 87601               _CIM_ScopedSetting_Antecedent_qualifiers[] =
 87602               {
 87603                   /* Override */
 87604                   "\044Antecedent",
 87605                   /* Min */
 87606                   "\033\000\000\000\001",
 87607                   /* Max */
 87608                   "\027\000\000\000\001",
 87609                   0,
 87610               };
 87611               
 87612               static MetaReference
 87613               _CIM_ScopedSetting_Antecedent =
 87614               {
 87615                   /* flags */
 87616 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 87617                   /* name */
 87618                   "Antecedent",
 87619                   /* qualifiers */
 87620                   _CIM_ScopedSetting_Antecedent_qualifiers,
 87621                   /* subscript */
 87622                   -1,
 87623                   /* refId */
 87624                   &__root_cimv2_CIM_ManagedElement,
 87625               };
 87626               
 87627               static const char*
 87628               _CIM_ScopedSetting_Dependent_qualifiers[] =
 87629               {
 87630                   /* Override */
 87631                   "\044Dependent",
 87632                   0,
 87633               };
 87634               
 87635               static MetaReference
 87636               _CIM_ScopedSetting_Dependent =
 87637 mike  1.1.2.1 {
 87638                   /* flags */
 87639                   META_FLAG_REFERENCE|META_FLAG_READ,
 87640                   /* name */
 87641                   "Dependent",
 87642                   /* qualifiers */
 87643                   _CIM_ScopedSetting_Dependent_qualifiers,
 87644                   /* subscript */
 87645                   -1,
 87646                   /* refId */
 87647                   &__root_cimv2_CIM_ScopedSettingData,
 87648               };
 87649               
 87650               static MetaFeature*
 87651               _CIM_ScopedSetting_features[] =
 87652               {
 87653                   (MetaFeature*)&_CIM_ScopedSetting_Antecedent,
 87654                   (MetaFeature*)&_CIM_ScopedSetting_Dependent,
 87655                   0,
 87656               };
 87657               
 87658 mike  1.1.2.1 static const char*
 87659               __root_cimv2_CIM_ScopedSetting_qualifiers[] =
 87660               {
 87661                   /* ASSOCIATION */
 87662                   "\000\001",
 87663                   /* UMLPackagePath */
 87664                   "\057CIM::Core::Settings",
 87665                   /* Version */
 87666                   "\0632.10.0",
 87667                   0,
 87668               };
 87669               
 87670               MetaClass
 87671               __root_cimv2_CIM_ScopedSetting =
 87672               {
 87673                   /* flags */
 87674                   META_FLAG_ASSOCIATION,
 87675                   /* name */
 87676                   "CIM_ScopedSetting",
 87677                   /* qualifiers */
 87678                   __root_cimv2_CIM_ScopedSetting_qualifiers,
 87679 mike  1.1.2.1     /* super */
 87680                   &__root_cimv2_CIM_HostedDependency,
 87681                   /* features */
 87682                   _CIM_ScopedSetting_features,
 87683               };
 87684               
 87685               //==============================================================================
 87686               //
 87687               // Class: CIM_SlotInSlot
 87688               //
 87689               //==============================================================================
 87690               
 87691               static const char*
 87692               _CIM_SlotInSlot_Antecedent_qualifiers[] =
 87693               {
 87694                   /* Override */
 87695                   "\044Antecedent",
 87696                   0,
 87697               };
 87698               
 87699               static MetaReference
 87700 mike  1.1.2.1 _CIM_SlotInSlot_Antecedent =
 87701               {
 87702                   /* flags */
 87703                   META_FLAG_REFERENCE|META_FLAG_READ,
 87704                   /* name */
 87705                   "Antecedent",
 87706                   /* qualifiers */
 87707                   _CIM_SlotInSlot_Antecedent_qualifiers,
 87708                   /* subscript */
 87709                   -1,
 87710                   /* refId */
 87711                   &__root_cimv2_CIM_Slot,
 87712               };
 87713               
 87714               static const char*
 87715               _CIM_SlotInSlot_Dependent_qualifiers[] =
 87716               {
 87717                   /* Override */
 87718                   "\044Dependent",
 87719                   /* Max */
 87720                   "\027\000\000\000\001",
 87721 mike  1.1.2.1     0,
 87722               };
 87723               
 87724               static MetaReference
 87725               _CIM_SlotInSlot_Dependent =
 87726               {
 87727                   /* flags */
 87728                   META_FLAG_REFERENCE|META_FLAG_READ,
 87729                   /* name */
 87730                   "Dependent",
 87731                   /* qualifiers */
 87732                   _CIM_SlotInSlot_Dependent_qualifiers,
 87733                   /* subscript */
 87734                   -1,
 87735                   /* refId */
 87736                   &__root_cimv2_CIM_Slot,
 87737               };
 87738               
 87739               static MetaFeature*
 87740               _CIM_SlotInSlot_features[] =
 87741               {
 87742 mike  1.1.2.1     (MetaFeature*)&_CIM_SlotInSlot_Antecedent,
 87743                   (MetaFeature*)&_CIM_SlotInSlot_Dependent,
 87744                   0,
 87745               };
 87746               
 87747               static const char*
 87748               __root_cimv2_CIM_SlotInSlot_qualifiers[] =
 87749               {
 87750                   /* ASSOCIATION */
 87751                   "\000\001",
 87752                   /* UMLPackagePath */
 87753                   "\057CIM::Physical::Connector",
 87754                   /* Version */
 87755                   "\0632.6.0",
 87756                   0,
 87757               };
 87758               
 87759               MetaClass
 87760               __root_cimv2_CIM_SlotInSlot =
 87761               {
 87762                   /* flags */
 87763 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 87764                   /* name */
 87765                   "CIM_SlotInSlot",
 87766                   /* qualifiers */
 87767                   __root_cimv2_CIM_SlotInSlot_qualifiers,
 87768                   /* super */
 87769                   &__root_cimv2_CIM_ConnectedTo,
 87770                   /* features */
 87771                   _CIM_SlotInSlot_features,
 87772               };
 87773               
 87774               //==============================================================================
 87775               //
 87776               // Class: CIM_SNMPDatabaseParameter
 87777               //
 87778               //==============================================================================
 87779               
 87780               static const char*
 87781               _CIM_SNMPDatabaseParameter_ParameterValue_qualifiers[] =
 87782               {
 87783                   /* MappingStrings */
 87784 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbParamCurrValue\000",
 87785                   0,
 87786               };
 87787               
 87788               static MetaProperty
 87789               _CIM_SNMPDatabaseParameter_ParameterValue =
 87790               {
 87791                   /* flags */
 87792                   META_FLAG_PROPERTY|META_FLAG_READ,
 87793                   /* name */
 87794                   "ParameterValue",
 87795                   /* qualifiers */
 87796                   _CIM_SNMPDatabaseParameter_ParameterValue_qualifiers,
 87797                   /* type */
 87798                   CIMTYPE_STRING,
 87799                   /* subscript */
 87800                   -1,
 87801                   /* value */
 87802                   0,
 87803               };
 87804               
 87805 mike  1.1.2.1 static MetaFeature*
 87806               _CIM_SNMPDatabaseParameter_features[] =
 87807               {
 87808                   (MetaFeature*)&_CIM_SNMPDatabaseParameter_ParameterValue,
 87809                   0,
 87810               };
 87811               
 87812               static const char*
 87813               __root_cimv2_CIM_SNMPDatabaseParameter_qualifiers[] =
 87814               {
 87815                   /* UMLPackagePath */
 87816                   "\057CIM::Database::System",
 87817                   /* Version */
 87818                   "\0632.7.0",
 87819                   0,
 87820               };
 87821               
 87822               MetaClass
 87823               __root_cimv2_CIM_SNMPDatabaseParameter =
 87824               {
 87825                   /* flags */
 87826 mike  1.1.2.1     META_FLAG_CLASS,
 87827                   /* name */
 87828                   "CIM_SNMPDatabaseParameter",
 87829                   /* qualifiers */
 87830                   __root_cimv2_CIM_SNMPDatabaseParameter_qualifiers,
 87831                   /* super */
 87832                   &__root_cimv2_CIM_DatabaseParameter,
 87833                   /* features */
 87834                   _CIM_SNMPDatabaseParameter_features,
 87835               };
 87836               
 87837               //==============================================================================
 87838               //
 87839               // Class: CIM_StartedUoW
 87840               //
 87841               //==============================================================================
 87842               
 87843               static const char*
 87844               _CIM_StartedUoW_Antecedent_qualifiers[] =
 87845               {
 87846                   /* Override */
 87847 mike  1.1.2.1     "\044Antecedent",
 87848                   /* Min */
 87849                   "\033\000\000\000\001",
 87850                   /* Max */
 87851                   "\027\000\000\000\001",
 87852                   0,
 87853               };
 87854               
 87855               static MetaReference
 87856               _CIM_StartedUoW_Antecedent =
 87857               {
 87858                   /* flags */
 87859                   META_FLAG_REFERENCE|META_FLAG_READ,
 87860                   /* name */
 87861                   "Antecedent",
 87862                   /* qualifiers */
 87863                   _CIM_StartedUoW_Antecedent_qualifiers,
 87864                   /* subscript */
 87865                   -1,
 87866                   /* refId */
 87867                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87868 mike  1.1.2.1 };
 87869               
 87870               static const char*
 87871               _CIM_StartedUoW_Dependent_qualifiers[] =
 87872               {
 87873                   /* Override */
 87874                   "\044Dependent",
 87875                   /* Weak */
 87876                   "\064\001",
 87877                   0,
 87878               };
 87879               
 87880               static MetaReference
 87881               _CIM_StartedUoW_Dependent =
 87882               {
 87883                   /* flags */
 87884                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 87885                   /* name */
 87886                   "Dependent",
 87887                   /* qualifiers */
 87888                   _CIM_StartedUoW_Dependent_qualifiers,
 87889 mike  1.1.2.1     /* subscript */
 87890                   -1,
 87891                   /* refId */
 87892                   &__root_cimv2_CIM_UnitOfWork,
 87893               };
 87894               
 87895               static MetaFeature*
 87896               _CIM_StartedUoW_features[] =
 87897               {
 87898                   (MetaFeature*)&_CIM_StartedUoW_Antecedent,
 87899                   (MetaFeature*)&_CIM_StartedUoW_Dependent,
 87900                   0,
 87901               };
 87902               
 87903               static const char*
 87904               __root_cimv2_CIM_StartedUoW_qualifiers[] =
 87905               {
 87906                   /* ASSOCIATION */
 87907                   "\000\001",
 87908                   /* UMLPackagePath */
 87909                   "\057CIM::Metrics::UnitOfWork",
 87910 mike  1.1.2.1     /* Version */
 87911                   "\0632.6.0",
 87912                   0,
 87913               };
 87914               
 87915               MetaClass
 87916               __root_cimv2_CIM_StartedUoW =
 87917               {
 87918                   /* flags */
 87919                   META_FLAG_ASSOCIATION,
 87920                   /* name */
 87921                   "CIM_StartedUoW",
 87922                   /* qualifiers */
 87923                   __root_cimv2_CIM_StartedUoW_qualifiers,
 87924                   /* super */
 87925                   &__root_cimv2_CIM_Dependency,
 87926                   /* features */
 87927                   _CIM_StartedUoW_features,
 87928               };
 87929               
 87930               //==============================================================================
 87931 mike  1.1.2.1 //
 87932               // Class: CIM_SubUoWDef
 87933               //
 87934               //==============================================================================
 87935               
 87936               static const char*
 87937               _CIM_SubUoWDef_Antecedent_qualifiers[] =
 87938               {
 87939                   /* Override */
 87940                   "\044Antecedent",
 87941                   0,
 87942               };
 87943               
 87944               static MetaReference
 87945               _CIM_SubUoWDef_Antecedent =
 87946               {
 87947                   /* flags */
 87948                   META_FLAG_REFERENCE|META_FLAG_READ,
 87949                   /* name */
 87950                   "Antecedent",
 87951                   /* qualifiers */
 87952 mike  1.1.2.1     _CIM_SubUoWDef_Antecedent_qualifiers,
 87953                   /* subscript */
 87954                   -1,
 87955                   /* refId */
 87956                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87957               };
 87958               
 87959               static const char*
 87960               _CIM_SubUoWDef_Dependent_qualifiers[] =
 87961               {
 87962                   /* Override */
 87963                   "\044Dependent",
 87964                   0,
 87965               };
 87966               
 87967               static MetaReference
 87968               _CIM_SubUoWDef_Dependent =
 87969               {
 87970                   /* flags */
 87971                   META_FLAG_REFERENCE|META_FLAG_READ,
 87972                   /* name */
 87973 mike  1.1.2.1     "Dependent",
 87974                   /* qualifiers */
 87975                   _CIM_SubUoWDef_Dependent_qualifiers,
 87976                   /* subscript */
 87977                   -1,
 87978                   /* refId */
 87979                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87980               };
 87981               
 87982               static MetaFeature*
 87983               _CIM_SubUoWDef_features[] =
 87984               {
 87985                   (MetaFeature*)&_CIM_SubUoWDef_Antecedent,
 87986                   (MetaFeature*)&_CIM_SubUoWDef_Dependent,
 87987                   0,
 87988               };
 87989               
 87990               static const char*
 87991               __root_cimv2_CIM_SubUoWDef_qualifiers[] =
 87992               {
 87993                   /* ASSOCIATION */
 87994 mike  1.1.2.1     "\000\001",
 87995                   /* UMLPackagePath */
 87996                   "\057CIM::Metrics::UnitOfWork",
 87997                   /* Version */
 87998                   "\0632.6.0",
 87999                   0,
 88000               };
 88001               
 88002               MetaClass
 88003               __root_cimv2_CIM_SubUoWDef =
 88004               {
 88005                   /* flags */
 88006                   META_FLAG_ASSOCIATION,
 88007                   /* name */
 88008                   "CIM_SubUoWDef",
 88009                   /* qualifiers */
 88010                   __root_cimv2_CIM_SubUoWDef_qualifiers,
 88011                   /* super */
 88012                   &__root_cimv2_CIM_Dependency,
 88013                   /* features */
 88014                   _CIM_SubUoWDef_features,
 88015 mike  1.1.2.1 };
 88016               
 88017               //==============================================================================
 88018               //
 88019               // Class: CIM_SystemBusCard
 88020               //
 88021               //==============================================================================
 88022               
 88023               static const char*
 88024               _CIM_SystemBusCard_BusType_qualifiers[] =
 88025               {
 88026                   /* ValueMap */
 88027                   "\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",
 88028                   /* Values */
 88029                   "\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",
 88030                   /* ModelCorrespondence */
 88031                   "\036\000\001CIM_PhysicalConnector.ConnectorType\000",
 88032                   0,
 88033               };
 88034               
 88035               static MetaProperty
 88036 mike  1.1.2.1 _CIM_SystemBusCard_BusType =
 88037               {
 88038                   /* flags */
 88039                   META_FLAG_PROPERTY|META_FLAG_READ,
 88040                   /* name */
 88041                   "BusType",
 88042                   /* qualifiers */
 88043                   _CIM_SystemBusCard_BusType_qualifiers,
 88044                   /* type */
 88045                   CIMTYPE_UINT16,
 88046                   /* subscript */
 88047                   -1,
 88048                   /* value */
 88049                   0,
 88050               };
 88051               
 88052               static const char*
 88053               _CIM_SystemBusCard_BusWidth_qualifiers[] =
 88054               {
 88055                   /* Units */
 88056                   "\060Bits",
 88057 mike  1.1.2.1     /* ValueMap */
 88058                   "\061\000\0070\0001\0008\00016\00032\00064\000128\000",
 88059                   /* ModelCorrespondence */
 88060                   "\036\000\001CIM_Slot.MaxDataWidth\000",
 88061                   0,
 88062               };
 88063               
 88064               static MetaProperty
 88065               _CIM_SystemBusCard_BusWidth =
 88066               {
 88067                   /* flags */
 88068                   META_FLAG_PROPERTY|META_FLAG_READ,
 88069                   /* name */
 88070                   "BusWidth",
 88071                   /* qualifiers */
 88072                   _CIM_SystemBusCard_BusWidth_qualifiers,
 88073                   /* type */
 88074                   CIMTYPE_UINT16,
 88075                   /* subscript */
 88076                   -1,
 88077                   /* value */
 88078 mike  1.1.2.1     0,
 88079               };
 88080               
 88081               static MetaFeature*
 88082               _CIM_SystemBusCard_features[] =
 88083               {
 88084                   (MetaFeature*)&_CIM_SystemBusCard_BusType,
 88085                   (MetaFeature*)&_CIM_SystemBusCard_BusWidth,
 88086                   0,
 88087               };
 88088               
 88089               static const char*
 88090               __root_cimv2_CIM_SystemBusCard_qualifiers[] =
 88091               {
 88092                   /* UMLPackagePath */
 88093                   "\057CIM::Physical::Package",
 88094                   /* Version */
 88095                   "\0632.8.0",
 88096                   0,
 88097               };
 88098               
 88099 mike  1.1.2.1 MetaClass
 88100               __root_cimv2_CIM_SystemBusCard =
 88101               {
 88102                   /* flags */
 88103                   META_FLAG_CLASS,
 88104                   /* name */
 88105                   "CIM_SystemBusCard",
 88106                   /* qualifiers */
 88107                   __root_cimv2_CIM_SystemBusCard_qualifiers,
 88108                   /* super */
 88109                   &__root_cimv2_CIM_Card,
 88110                   /* features */
 88111                   _CIM_SystemBusCard_features,
 88112               };
 88113               
 88114               //==============================================================================
 88115               //
 88116               // Class: CIM_TransformOfPreconfiguredAction
 88117               //
 88118               //==============================================================================
 88119               
 88120 mike  1.1.2.1 static const char*
 88121               _CIM_TransformOfPreconfiguredAction_Antecedent_qualifiers[] =
 88122               {
 88123                   /* Override */
 88124                   "\044Antecedent",
 88125                   /* Min */
 88126                   "\033\000\000\000\002",
 88127                   /* Max */
 88128                   "\027\000\000\000\006",
 88129                   /* MappingStrings */
 88130                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Antecedent\000",
 88131                   0,
 88132               };
 88133               
 88134               static MetaReference
 88135               _CIM_TransformOfPreconfiguredAction_Antecedent =
 88136               {
 88137                   /* flags */
 88138                   META_FLAG_REFERENCE|META_FLAG_READ,
 88139                   /* name */
 88140                   "Antecedent",
 88141 mike  1.1.2.1     /* qualifiers */
 88142                   _CIM_TransformOfPreconfiguredAction_Antecedent_qualifiers,
 88143                   /* subscript */
 88144                   -1,
 88145                   /* refId */
 88146                   &__root_cimv2_CIM_SATransform,
 88147               };
 88148               
 88149               static const char*
 88150               _CIM_TransformOfPreconfiguredAction_Dependent_qualifiers[] =
 88151               {
 88152                   /* Override */
 88153                   "\044Dependent",
 88154                   /* MappingStrings */
 88155                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Dependent\000",
 88156                   0,
 88157               };
 88158               
 88159               static MetaReference
 88160               _CIM_TransformOfPreconfiguredAction_Dependent =
 88161               {
 88162 mike  1.1.2.1     /* flags */
 88163                   META_FLAG_REFERENCE|META_FLAG_READ,
 88164                   /* name */
 88165                   "Dependent",
 88166                   /* qualifiers */
 88167                   _CIM_TransformOfPreconfiguredAction_Dependent_qualifiers,
 88168                   /* subscript */
 88169                   -1,
 88170                   /* refId */
 88171                   &__root_cimv2_CIM_PreconfiguredSAAction,
 88172               };
 88173               
 88174               static const char*
 88175               _CIM_TransformOfPreconfiguredAction_SPI_qualifiers[] =
 88176               {
 88177                   /* MappingStrings */
 88178                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.SPI\000",
 88179                   /* ModelCorrespondence */
 88180                   "\036\000\001CIM_IPsecSAEndpoint.SPI\000",
 88181                   0,
 88182               };
 88183 mike  1.1.2.1 
 88184               static MetaProperty
 88185               _CIM_TransformOfPreconfiguredAction_SPI =
 88186               {
 88187                   /* flags */
 88188                   META_FLAG_PROPERTY|META_FLAG_READ,
 88189                   /* name */
 88190                   "SPI",
 88191                   /* qualifiers */
 88192                   _CIM_TransformOfPreconfiguredAction_SPI_qualifiers,
 88193                   /* type */
 88194                   CIMTYPE_UINT32,
 88195                   /* subscript */
 88196                   -1,
 88197                   /* value */
 88198                   0,
 88199               };
 88200               
 88201               static const char*
 88202               _CIM_TransformOfPreconfiguredAction_InboundDirection_qualifiers[] =
 88203               {
 88204 mike  1.1.2.1     /* MappingStrings */
 88205                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Direction\000",
 88206                   /* ModelCorrespondence */
 88207                   "\036\000\001CIM_IPsecSAEndpoint.InboundDirection\000",
 88208                   0,
 88209               };
 88210               
 88211               static MetaProperty
 88212               _CIM_TransformOfPreconfiguredAction_InboundDirection =
 88213               {
 88214                   /* flags */
 88215                   META_FLAG_PROPERTY|META_FLAG_READ,
 88216                   /* name */
 88217                   "InboundDirection",
 88218                   /* qualifiers */
 88219                   _CIM_TransformOfPreconfiguredAction_InboundDirection_qualifiers,
 88220                   /* type */
 88221                   CIMTYPE_BOOLEAN,
 88222                   /* subscript */
 88223                   -1,
 88224                   /* value */
 88225 mike  1.1.2.1     0,
 88226               };
 88227               
 88228               static MetaFeature*
 88229               _CIM_TransformOfPreconfiguredAction_features[] =
 88230               {
 88231                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_Antecedent,
 88232                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_Dependent,
 88233                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_SPI,
 88234                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_InboundDirection,
 88235                   0,
 88236               };
 88237               
 88238               static const char*
 88239               __root_cimv2_CIM_TransformOfPreconfiguredAction_qualifiers[] =
 88240               {
 88241                   /* ASSOCIATION */
 88242                   "\000\001",
 88243                   /* UMLPackagePath */
 88244                   "\057CIM::IPsecPolicy",
 88245                   /* Version */
 88246 mike  1.1.2.1     "\0632.8.0",
 88247                   /* MappingStrings */
 88248                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction\000",
 88249                   0,
 88250               };
 88251               
 88252               MetaClass
 88253               __root_cimv2_CIM_TransformOfPreconfiguredAction =
 88254               {
 88255                   /* flags */
 88256                   META_FLAG_ASSOCIATION,
 88257                   /* name */
 88258                   "CIM_TransformOfPreconfiguredAction",
 88259                   /* qualifiers */
 88260                   __root_cimv2_CIM_TransformOfPreconfiguredAction_qualifiers,
 88261                   /* super */
 88262                   &__root_cimv2_CIM_Dependency,
 88263                   /* features */
 88264                   _CIM_TransformOfPreconfiguredAction_features,
 88265               };
 88266               
 88267 mike  1.1.2.1 //==============================================================================
 88268               //
 88269               // Class: CIM_UnixDeviceFile
 88270               //
 88271               //==============================================================================
 88272               
 88273               static const char*
 88274               _CIM_UnixDeviceFile_DeviceFileType_qualifiers[] =
 88275               {
 88276                   /* ValueMap */
 88277                   "\061\000\0040\0001\0002\0003\000",
 88278                   /* Values */
 88279                   "\062\000\004Unknown\000Other\000Block\000Character\000",
 88280                   /* ModelCorrespondence */
 88281                   "\036\000\001CIM_UnixDeviceFile.OtherTypeDescription\000",
 88282                   0,
 88283               };
 88284               
 88285               static MetaProperty
 88286               _CIM_UnixDeviceFile_DeviceFileType =
 88287               {
 88288 mike  1.1.2.1     /* flags */
 88289                   META_FLAG_PROPERTY|META_FLAG_READ,
 88290                   /* name */
 88291                   "DeviceFileType",
 88292                   /* qualifiers */
 88293                   _CIM_UnixDeviceFile_DeviceFileType_qualifiers,
 88294                   /* type */
 88295                   CIMTYPE_UINT16,
 88296                   /* subscript */
 88297                   -1,
 88298                   /* value */
 88299                   0,
 88300               };
 88301               
 88302               static const char*
 88303               _CIM_UnixDeviceFile_OtherTypeDescription_qualifiers[] =
 88304               {
 88305                   /* ModelCorrespondence */
 88306                   "\036\000\001CIM_UnixDeviceFile.DeviceFileType\000",
 88307                   0,
 88308               };
 88309 mike  1.1.2.1 
 88310               static MetaProperty
 88311               _CIM_UnixDeviceFile_OtherTypeDescription =
 88312               {
 88313                   /* flags */
 88314                   META_FLAG_PROPERTY|META_FLAG_READ,
 88315                   /* name */
 88316                   "OtherTypeDescription",
 88317                   /* qualifiers */
 88318                   _CIM_UnixDeviceFile_OtherTypeDescription_qualifiers,
 88319                   /* type */
 88320                   CIMTYPE_STRING,
 88321                   /* subscript */
 88322                   -1,
 88323                   /* value */
 88324                   0,
 88325               };
 88326               
 88327               static const char*
 88328               _CIM_UnixDeviceFile_DeviceId_qualifiers[] =
 88329               {
 88330 mike  1.1.2.1     /* Required */
 88331                   "\050\001",
 88332                   0,
 88333               };
 88334               
 88335               static MetaProperty
 88336               _CIM_UnixDeviceFile_DeviceId =
 88337               {
 88338                   /* flags */
 88339                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88340                   /* name */
 88341                   "DeviceId",
 88342                   /* qualifiers */
 88343                   _CIM_UnixDeviceFile_DeviceId_qualifiers,
 88344                   /* type */
 88345                   CIMTYPE_STRING,
 88346                   /* subscript */
 88347                   -1,
 88348                   /* value */
 88349                   0,
 88350               };
 88351 mike  1.1.2.1 
 88352               static const char*
 88353               _CIM_UnixDeviceFile_DeviceDescription_qualifiers[] =
 88354               {
 88355                   0,
 88356               };
 88357               
 88358               static MetaProperty
 88359               _CIM_UnixDeviceFile_DeviceDescription =
 88360               {
 88361                   /* flags */
 88362                   META_FLAG_PROPERTY|META_FLAG_READ,
 88363                   /* name */
 88364                   "DeviceDescription",
 88365                   /* qualifiers */
 88366                   _CIM_UnixDeviceFile_DeviceDescription_qualifiers,
 88367                   /* type */
 88368                   CIMTYPE_STRING,
 88369                   /* subscript */
 88370                   -1,
 88371                   /* value */
 88372 mike  1.1.2.1     0,
 88373               };
 88374               
 88375               static const char*
 88376               _CIM_UnixDeviceFile_DeviceMajor_qualifiers[] =
 88377               {
 88378                   /* Required */
 88379                   "\050\001",
 88380                   0,
 88381               };
 88382               
 88383               static MetaProperty
 88384               _CIM_UnixDeviceFile_DeviceMajor =
 88385               {
 88386                   /* flags */
 88387                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88388                   /* name */
 88389                   "DeviceMajor",
 88390                   /* qualifiers */
 88391                   _CIM_UnixDeviceFile_DeviceMajor_qualifiers,
 88392                   /* type */
 88393 mike  1.1.2.1     CIMTYPE_STRING,
 88394                   /* subscript */
 88395                   -1,
 88396                   /* value */
 88397                   0,
 88398               };
 88399               
 88400               static const char*
 88401               _CIM_UnixDeviceFile_DeviceMinor_qualifiers[] =
 88402               {
 88403                   /* Required */
 88404                   "\050\001",
 88405                   0,
 88406               };
 88407               
 88408               static MetaProperty
 88409               _CIM_UnixDeviceFile_DeviceMinor =
 88410               {
 88411                   /* flags */
 88412                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88413                   /* name */
 88414 mike  1.1.2.1     "DeviceMinor",
 88415                   /* qualifiers */
 88416                   _CIM_UnixDeviceFile_DeviceMinor_qualifiers,
 88417                   /* type */
 88418                   CIMTYPE_STRING,
 88419                   /* subscript */
 88420                   -1,
 88421                   /* value */
 88422                   0,
 88423               };
 88424               
 88425               static MetaFeature*
 88426               _CIM_UnixDeviceFile_features[] =
 88427               {
 88428                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceFileType,
 88429                   (MetaFeature*)&_CIM_UnixDeviceFile_OtherTypeDescription,
 88430                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceId,
 88431                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceDescription,
 88432                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceMajor,
 88433                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceMinor,
 88434                   0,
 88435 mike  1.1.2.1 };
 88436               
 88437               static const char*
 88438               __root_cimv2_CIM_UnixDeviceFile_qualifiers[] =
 88439               {
 88440                   /* UMLPackagePath */
 88441                   "\057CIM::System::Unix",
 88442                   /* Version */
 88443                   "\0632.8.0",
 88444                   0,
 88445               };
 88446               
 88447               MetaClass
 88448               __root_cimv2_CIM_UnixDeviceFile =
 88449               {
 88450                   /* flags */
 88451                   META_FLAG_CLASS,
 88452                   /* name */
 88453                   "CIM_UnixDeviceFile",
 88454                   /* qualifiers */
 88455                   __root_cimv2_CIM_UnixDeviceFile_qualifiers,
 88456 mike  1.1.2.1     /* super */
 88457                   &__root_cimv2_CIM_DeviceFile,
 88458                   /* features */
 88459                   _CIM_UnixDeviceFile_features,
 88460               };
 88461               
 88462               //==============================================================================
 88463               //
 88464               // Class: CIM_UnixDirectory
 88465               //
 88466               //==============================================================================
 88467               
 88468               static const char*
 88469               _CIM_UnixDirectory_FileSizeBits_qualifiers[] =
 88470               {
 88471                   /* Units */
 88472                   "\060Bits",
 88473                   /* MinValue */
 88474                   "\035\000\000\000\000\000\000\000\040",
 88475                   /* MappingStrings */
 88476                   "\026\000\001POSIX.TOG|pathconf|_PC_FILESIZEBITS\000",
 88477 mike  1.1.2.1     0,
 88478               };
 88479               
 88480               static MetaProperty
 88481               _CIM_UnixDirectory_FileSizeBits =
 88482               {
 88483                   /* flags */
 88484                   META_FLAG_PROPERTY|META_FLAG_READ,
 88485                   /* name */
 88486                   "FileSizeBits",
 88487                   /* qualifiers */
 88488                   _CIM_UnixDirectory_FileSizeBits_qualifiers,
 88489                   /* type */
 88490                   CIMTYPE_UINT64,
 88491                   /* subscript */
 88492                   -1,
 88493                   /* value */
 88494                   0,
 88495               };
 88496               
 88497               static MetaFeature*
 88498 mike  1.1.2.1 _CIM_UnixDirectory_features[] =
 88499               {
 88500                   (MetaFeature*)&_CIM_UnixDirectory_FileSizeBits,
 88501                   0,
 88502               };
 88503               
 88504               static const char*
 88505               __root_cimv2_CIM_UnixDirectory_qualifiers[] =
 88506               {
 88507                   /* UMLPackagePath */
 88508                   "\057CIM::System::Unix",
 88509                   /* Version */
 88510                   "\0632.6.0",
 88511                   0,
 88512               };
 88513               
 88514               MetaClass
 88515               __root_cimv2_CIM_UnixDirectory =
 88516               {
 88517                   /* flags */
 88518                   META_FLAG_CLASS,
 88519 mike  1.1.2.1     /* name */
 88520                   "CIM_UnixDirectory",
 88521                   /* qualifiers */
 88522                   __root_cimv2_CIM_UnixDirectory_qualifiers,
 88523                   /* super */
 88524                   &__root_cimv2_CIM_Directory,
 88525                   /* features */
 88526                   _CIM_UnixDirectory_features,
 88527               };
 88528               
 88529               //==============================================================================
 88530               //
 88531               // Class: CIM_UsersAccount
 88532               //
 88533               //==============================================================================
 88534               
 88535               static const char*
 88536               _CIM_UsersAccount_Antecedent_qualifiers[] =
 88537               {
 88538                   /* Deprecated */
 88539                   "\013\000\001CIM_AccountIdentity.SystemElement\000",
 88540 mike  1.1.2.1     /* Override */
 88541                   "\044Antecedent",
 88542                   0,
 88543               };
 88544               
 88545               static MetaReference
 88546               _CIM_UsersAccount_Antecedent =
 88547               {
 88548                   /* flags */
 88549                   META_FLAG_REFERENCE|META_FLAG_READ,
 88550                   /* name */
 88551                   "Antecedent",
 88552                   /* qualifiers */
 88553                   _CIM_UsersAccount_Antecedent_qualifiers,
 88554                   /* subscript */
 88555                   -1,
 88556                   /* refId */
 88557                   &__root_cimv2_CIM_Account,
 88558               };
 88559               
 88560               static const char*
 88561 mike  1.1.2.1 _CIM_UsersAccount_Dependent_qualifiers[] =
 88562               {
 88563                   /* Deprecated */
 88564                   "\013\000\001CIM_AccountIdentity.SameElement\000",
 88565                   /* Override */
 88566                   "\044Dependent",
 88567                   0,
 88568               };
 88569               
 88570               static MetaReference
 88571               _CIM_UsersAccount_Dependent =
 88572               {
 88573                   /* flags */
 88574                   META_FLAG_REFERENCE|META_FLAG_READ,
 88575                   /* name */
 88576                   "Dependent",
 88577                   /* qualifiers */
 88578                   _CIM_UsersAccount_Dependent_qualifiers,
 88579                   /* subscript */
 88580                   -1,
 88581                   /* refId */
 88582 mike  1.1.2.1     &__root_cimv2_CIM_UsersAccess,
 88583               };
 88584               
 88585               static MetaFeature*
 88586               _CIM_UsersAccount_features[] =
 88587               {
 88588                   (MetaFeature*)&_CIM_UsersAccount_Antecedent,
 88589                   (MetaFeature*)&_CIM_UsersAccount_Dependent,
 88590                   0,
 88591               };
 88592               
 88593               static const char*
 88594               __root_cimv2_CIM_UsersAccount_qualifiers[] =
 88595               {
 88596                   /* ASSOCIATION */
 88597                   "\000\001",
 88598                   /* Deprecated */
 88599                   "\013\000\001CIM_AccountIdentity\000",
 88600                   /* UMLPackagePath */
 88601                   "\057CIM::User::Account",
 88602                   /* Version */
 88603 mike  1.1.2.1     "\0632.8.0",
 88604                   0,
 88605               };
 88606               
 88607               MetaClass
 88608               __root_cimv2_CIM_UsersAccount =
 88609               {
 88610                   /* flags */
 88611                   META_FLAG_ASSOCIATION,
 88612                   /* name */
 88613                   "CIM_UsersAccount",
 88614                   /* qualifiers */
 88615                   __root_cimv2_CIM_UsersAccount_qualifiers,
 88616                   /* super */
 88617                   &__root_cimv2_CIM_Dependency,
 88618                   /* features */
 88619                   _CIM_UsersAccount_features,
 88620               };
 88621               
 88622               //==============================================================================
 88623               //
 88624 mike  1.1.2.1 // Class: CIM_X509CredentialFilterEntry
 88625               //
 88626               //==============================================================================
 88627               
 88628               static const char*
 88629               _CIM_X509CredentialFilterEntry_MatchFieldName_qualifiers[] =
 88630               {
 88631                   /* Required */
 88632                   "\050\001",
 88633                   /* ValueMap */
 88634                   "\061\000\0141\0002\0003\0004\0005\0006\0007\0008\0009\00010\000..\000x8000..\000",
 88635                   /* Values */
 88636                   "\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",
 88637                   /* MappingStrings */
 88638                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry.MatchFieldName\000",
 88639                   /* ModelCorrespondence */
 88640                   "\036\000\001CIM_X509CredentialFilterEntry.MatchFieldValue\000",
 88641                   0,
 88642               };
 88643               
 88644               static MetaProperty
 88645 mike  1.1.2.1 _CIM_X509CredentialFilterEntry_MatchFieldName =
 88646               {
 88647                   /* flags */
 88648                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88649                   /* name */
 88650                   "MatchFieldName",
 88651                   /* qualifiers */
 88652                   _CIM_X509CredentialFilterEntry_MatchFieldName_qualifiers,
 88653                   /* type */
 88654                   CIMTYPE_STRING,
 88655                   /* subscript */
 88656                   -1,
 88657                   /* value */
 88658                   0,
 88659               };
 88660               
 88661               static const char*
 88662               _CIM_X509CredentialFilterEntry_MatchFieldValue_qualifiers[] =
 88663               {
 88664                   /* Required */
 88665                   "\050\001",
 88666 mike  1.1.2.1     /* MappingStrings */
 88667                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry.MatchFieldName\000",
 88668                   /* ModelCorrespondence */
 88669                   "\036\000\001CIM_X509CredentialFilterEntry.MatchFieldName\000",
 88670                   0,
 88671               };
 88672               
 88673               static MetaProperty
 88674               _CIM_X509CredentialFilterEntry_MatchFieldValue =
 88675               {
 88676                   /* flags */
 88677                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88678                   /* name */
 88679                   "MatchFieldValue",
 88680                   /* qualifiers */
 88681                   _CIM_X509CredentialFilterEntry_MatchFieldValue_qualifiers,
 88682                   /* type */
 88683                   CIMTYPE_STRING,
 88684                   /* subscript */
 88685                   -1,
 88686                   /* value */
 88687 mike  1.1.2.1     0,
 88688               };
 88689               
 88690               static MetaFeature*
 88691               _CIM_X509CredentialFilterEntry_features[] =
 88692               {
 88693                   (MetaFeature*)&_CIM_X509CredentialFilterEntry_MatchFieldName,
 88694                   (MetaFeature*)&_CIM_X509CredentialFilterEntry_MatchFieldValue,
 88695                   0,
 88696               };
 88697               
 88698               static const char*
 88699               __root_cimv2_CIM_X509CredentialFilterEntry_qualifiers[] =
 88700               {
 88701                   /* UMLPackagePath */
 88702                   "\057CIM::Network::Filtering",
 88703                   /* Version */
 88704                   "\0632.8.0",
 88705                   /* MappingStrings */
 88706                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry\000",
 88707                   0,
 88708 mike  1.1.2.1 };
 88709               
 88710               MetaClass
 88711               __root_cimv2_CIM_X509CredentialFilterEntry =
 88712               {
 88713                   /* flags */
 88714                   META_FLAG_CLASS,
 88715                   /* name */
 88716                   "CIM_X509CredentialFilterEntry",
 88717                   /* qualifiers */
 88718                   __root_cimv2_CIM_X509CredentialFilterEntry_qualifiers,
 88719                   /* super */
 88720                   &__root_cimv2_CIM_FilterEntryBase,
 88721                   /* features */
 88722                   _CIM_X509CredentialFilterEntry_features,
 88723               };
 88724               
 88725               //==============================================================================
 88726               //
 88727               // Class: PRS_ActivityContact
 88728               //
 88729 mike  1.1.2.1 //==============================================================================
 88730               
 88731               static const char*
 88732               _PRS_ActivityContact_Antecedent_qualifiers[] =
 88733               {
 88734                   /* Override */
 88735                   "\044Antecedent",
 88736                   0,
 88737               };
 88738               
 88739               static MetaReference
 88740               _PRS_ActivityContact_Antecedent =
 88741               {
 88742                   /* flags */
 88743                   META_FLAG_REFERENCE|META_FLAG_READ,
 88744                   /* name */
 88745                   "Antecedent",
 88746                   /* qualifiers */
 88747                   _PRS_ActivityContact_Antecedent_qualifiers,
 88748                   /* subscript */
 88749                   -1,
 88750 mike  1.1.2.1     /* refId */
 88751                   &__root_cimv2_PRS_Activity,
 88752               };
 88753               
 88754               static const char*
 88755               _PRS_ActivityContact_Dependent_qualifiers[] =
 88756               {
 88757                   /* Override */
 88758                   "\044Dependent",
 88759                   /* Max */
 88760                   "\027\000\000\000\001",
 88761                   0,
 88762               };
 88763               
 88764               static MetaReference
 88765               _PRS_ActivityContact_Dependent =
 88766               {
 88767                   /* flags */
 88768                   META_FLAG_REFERENCE|META_FLAG_READ,
 88769                   /* name */
 88770                   "Dependent",
 88771 mike  1.1.2.1     /* qualifiers */
 88772                   _PRS_ActivityContact_Dependent_qualifiers,
 88773                   /* subscript */
 88774                   -1,
 88775                   /* refId */
 88776                   &__root_cimv2_PRS_Contact,
 88777               };
 88778               
 88779               static MetaFeature*
 88780               _PRS_ActivityContact_features[] =
 88781               {
 88782                   (MetaFeature*)&_PRS_ActivityContact_Antecedent,
 88783                   (MetaFeature*)&_PRS_ActivityContact_Dependent,
 88784                   0,
 88785               };
 88786               
 88787               static const char*
 88788               __root_cimv2_PRS_ActivityContact_qualifiers[] =
 88789               {
 88790                   /* ASSOCIATION */
 88791                   "\000\001",
 88792 mike  1.1.2.1     /* UMLPackagePath */
 88793                   "\057PRS::Support",
 88794                   /* Version */
 88795                   "\0632.6.0",
 88796                   0,
 88797               };
 88798               
 88799               MetaClass
 88800               __root_cimv2_PRS_ActivityContact =
 88801               {
 88802                   /* flags */
 88803                   META_FLAG_ASSOCIATION,
 88804                   /* name */
 88805                   "PRS_ActivityContact",
 88806                   /* qualifiers */
 88807                   __root_cimv2_PRS_ActivityContact_qualifiers,
 88808                   /* super */
 88809                   &__root_cimv2_CIM_Dependency,
 88810                   /* features */
 88811                   _PRS_ActivityContact_features,
 88812               };
 88813 mike  1.1.2.1 
 88814               //==============================================================================
 88815               //
 88816               // Class: PRS_AdminAssociation
 88817               //
 88818               //==============================================================================
 88819               
 88820               static const char*
 88821               _PRS_AdminAssociation_Antecedent_qualifiers[] =
 88822               {
 88823                   /* Override */
 88824                   "\044Antecedent",
 88825                   /* Min */
 88826                   "\033\000\000\000\001",
 88827                   0,
 88828               };
 88829               
 88830               static MetaReference
 88831               _PRS_AdminAssociation_Antecedent =
 88832               {
 88833                   /* flags */
 88834 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 88835                   /* name */
 88836                   "Antecedent",
 88837                   /* qualifiers */
 88838                   _PRS_AdminAssociation_Antecedent_qualifiers,
 88839                   /* subscript */
 88840                   -1,
 88841                   /* refId */
 88842                   &__root_cimv2_PRS_ExchangeElement,
 88843               };
 88844               
 88845               static const char*
 88846               _PRS_AdminAssociation_Dependent_qualifiers[] =
 88847               {
 88848                   /* Override */
 88849                   "\044Dependent",
 88850                   0,
 88851               };
 88852               
 88853               static MetaReference
 88854               _PRS_AdminAssociation_Dependent =
 88855 mike  1.1.2.1 {
 88856                   /* flags */
 88857                   META_FLAG_REFERENCE|META_FLAG_READ,
 88858                   /* name */
 88859                   "Dependent",
 88860                   /* qualifiers */
 88861                   _PRS_AdminAssociation_Dependent_qualifiers,
 88862                   /* subscript */
 88863                   -1,
 88864                   /* refId */
 88865                   &__root_cimv2_PRS_Administrative,
 88866               };
 88867               
 88868               static MetaFeature*
 88869               _PRS_AdminAssociation_features[] =
 88870               {
 88871                   (MetaFeature*)&_PRS_AdminAssociation_Antecedent,
 88872                   (MetaFeature*)&_PRS_AdminAssociation_Dependent,
 88873                   0,
 88874               };
 88875               
 88876 mike  1.1.2.1 static const char*
 88877               __root_cimv2_PRS_AdminAssociation_qualifiers[] =
 88878               {
 88879                   /* ASSOCIATION */
 88880                   "\000\001",
 88881                   /* UMLPackagePath */
 88882                   "\057PRS::Support",
 88883                   /* Version */
 88884                   "\0632.6.0",
 88885                   0,
 88886               };
 88887               
 88888               MetaClass
 88889               __root_cimv2_PRS_AdminAssociation =
 88890               {
 88891                   /* flags */
 88892                   META_FLAG_ASSOCIATION,
 88893                   /* name */
 88894                   "PRS_AdminAssociation",
 88895                   /* qualifiers */
 88896                   __root_cimv2_PRS_AdminAssociation_qualifiers,
 88897 mike  1.1.2.1     /* super */
 88898                   &__root_cimv2_CIM_Dependency,
 88899                   /* features */
 88900                   _PRS_AdminAssociation_features,
 88901               };
 88902               
 88903               //==============================================================================
 88904               //
 88905               // Class: PRS_AdministrativeContact
 88906               //
 88907               //==============================================================================
 88908               
 88909               static const char*
 88910               _PRS_AdministrativeContact_Antecedent_qualifiers[] =
 88911               {
 88912                   /* Aggregate */
 88913                   "\003\001",
 88914                   /* Override */
 88915                   "\044Antecedent",
 88916                   /* Min */
 88917                   "\033\000\000\000\001",
 88918 mike  1.1.2.1     0,
 88919               };
 88920               
 88921               static MetaReference
 88922               _PRS_AdministrativeContact_Antecedent =
 88923               {
 88924                   /* flags */
 88925                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 88926                   /* name */
 88927                   "Antecedent",
 88928                   /* qualifiers */
 88929                   _PRS_AdministrativeContact_Antecedent_qualifiers,
 88930                   /* subscript */
 88931                   -1,
 88932                   /* refId */
 88933                   &__root_cimv2_PRS_Administrative,
 88934               };
 88935               
 88936               static const char*
 88937               _PRS_AdministrativeContact_Dependent_qualifiers[] =
 88938               {
 88939 mike  1.1.2.1     /* Override */
 88940                   "\044Dependent",
 88941                   /* Min */
 88942                   "\033\000\000\000\001",
 88943                   0,
 88944               };
 88945               
 88946               static MetaReference
 88947               _PRS_AdministrativeContact_Dependent =
 88948               {
 88949                   /* flags */
 88950                   META_FLAG_REFERENCE|META_FLAG_READ,
 88951                   /* name */
 88952                   "Dependent",
 88953                   /* qualifiers */
 88954                   _PRS_AdministrativeContact_Dependent_qualifiers,
 88955                   /* subscript */
 88956                   -1,
 88957                   /* refId */
 88958                   &__root_cimv2_PRS_Contact,
 88959               };
 88960 mike  1.1.2.1 
 88961               static MetaFeature*
 88962               _PRS_AdministrativeContact_features[] =
 88963               {
 88964                   (MetaFeature*)&_PRS_AdministrativeContact_Antecedent,
 88965                   (MetaFeature*)&_PRS_AdministrativeContact_Dependent,
 88966                   0,
 88967               };
 88968               
 88969               static const char*
 88970               __root_cimv2_PRS_AdministrativeContact_qualifiers[] =
 88971               {
 88972                   /* ASSOCIATION */
 88973                   "\000\001",
 88974                   /* UMLPackagePath */
 88975                   "\057PRS::Support",
 88976                   /* Aggregation */
 88977                   "\004\001",
 88978                   /* Version */
 88979                   "\0632.6.0",
 88980                   0,
 88981 mike  1.1.2.1 };
 88982               
 88983               MetaClass
 88984               __root_cimv2_PRS_AdministrativeContact =
 88985               {
 88986                   /* flags */
 88987                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 88988                   /* name */
 88989                   "PRS_AdministrativeContact",
 88990                   /* qualifiers */
 88991                   __root_cimv2_PRS_AdministrativeContact_qualifiers,
 88992                   /* super */
 88993                   &__root_cimv2_CIM_Dependency,
 88994                   /* features */
 88995                   _PRS_AdministrativeContact_features,
 88996               };
 88997               
 88998               //==============================================================================
 88999               //
 89000               // Class: PRS_Attached
 89001               //
 89002 mike  1.1.2.1 //==============================================================================
 89003               
 89004               static const char*
 89005               _PRS_Attached_Antecedent_qualifiers[] =
 89006               {
 89007                   /* Override */
 89008                   "\044Antecedent",
 89009                   0,
 89010               };
 89011               
 89012               static MetaReference
 89013               _PRS_Attached_Antecedent =
 89014               {
 89015                   /* flags */
 89016                   META_FLAG_REFERENCE|META_FLAG_READ,
 89017                   /* name */
 89018                   "Antecedent",
 89019                   /* qualifiers */
 89020                   _PRS_Attached_Antecedent_qualifiers,
 89021                   /* subscript */
 89022                   -1,
 89023 mike  1.1.2.1     /* refId */
 89024                   &__root_cimv2_PRS_Attachment,
 89025               };
 89026               
 89027               static const char*
 89028               _PRS_Attached_Dependent_qualifiers[] =
 89029               {
 89030                   /* Override */
 89031                   "\044Dependent",
 89032                   /* Min */
 89033                   "\033\000\000\000\001",
 89034                   0,
 89035               };
 89036               
 89037               static MetaReference
 89038               _PRS_Attached_Dependent =
 89039               {
 89040                   /* flags */
 89041                   META_FLAG_REFERENCE|META_FLAG_READ,
 89042                   /* name */
 89043                   "Dependent",
 89044 mike  1.1.2.1     /* qualifiers */
 89045                   _PRS_Attached_Dependent_qualifiers,
 89046                   /* subscript */
 89047                   -1,
 89048                   /* refId */
 89049                   &__root_cimv2_PRS_ExchangeElement,
 89050               };
 89051               
 89052               static MetaFeature*
 89053               _PRS_Attached_features[] =
 89054               {
 89055                   (MetaFeature*)&_PRS_Attached_Antecedent,
 89056                   (MetaFeature*)&_PRS_Attached_Dependent,
 89057                   0,
 89058               };
 89059               
 89060               static const char*
 89061               __root_cimv2_PRS_Attached_qualifiers[] =
 89062               {
 89063                   /* ASSOCIATION */
 89064                   "\000\001",
 89065 mike  1.1.2.1     /* UMLPackagePath */
 89066                   "\057PRS::Support",
 89067                   /* Version */
 89068                   "\0632.6.0",
 89069                   0,
 89070               };
 89071               
 89072               MetaClass
 89073               __root_cimv2_PRS_Attached =
 89074               {
 89075                   /* flags */
 89076                   META_FLAG_ASSOCIATION,
 89077                   /* name */
 89078                   "PRS_Attached",
 89079                   /* qualifiers */
 89080                   __root_cimv2_PRS_Attached_qualifiers,
 89081                   /* super */
 89082                   &__root_cimv2_CIM_Dependency,
 89083                   /* features */
 89084                   _PRS_Attached_features,
 89085               };
 89086 mike  1.1.2.1 
 89087               //==============================================================================
 89088               //
 89089               // Class: PRS_Categorization
 89090               //
 89091               //==============================================================================
 89092               
 89093               static const char*
 89094               _PRS_Categorization_Antecedent_qualifiers[] =
 89095               {
 89096                   /* Override */
 89097                   "\044Antecedent",
 89098                   0,
 89099               };
 89100               
 89101               static MetaReference
 89102               _PRS_Categorization_Antecedent =
 89103               {
 89104                   /* flags */
 89105                   META_FLAG_REFERENCE|META_FLAG_READ,
 89106                   /* name */
 89107 mike  1.1.2.1     "Antecedent",
 89108                   /* qualifiers */
 89109                   _PRS_Categorization_Antecedent_qualifiers,
 89110                   /* subscript */
 89111                   -1,
 89112                   /* refId */
 89113                   &__root_cimv2_PRS_Category,
 89114               };
 89115               
 89116               static const char*
 89117               _PRS_Categorization_Dependent_qualifiers[] =
 89118               {
 89119                   /* Override */
 89120                   "\044Dependent",
 89121                   /* Min */
 89122                   "\033\000\000\000\001",
 89123                   0,
 89124               };
 89125               
 89126               static MetaReference
 89127               _PRS_Categorization_Dependent =
 89128 mike  1.1.2.1 {
 89129                   /* flags */
 89130                   META_FLAG_REFERENCE|META_FLAG_READ,
 89131                   /* name */
 89132                   "Dependent",
 89133                   /* qualifiers */
 89134                   _PRS_Categorization_Dependent_qualifiers,
 89135                   /* subscript */
 89136                   -1,
 89137                   /* refId */
 89138                   &__root_cimv2_PRS_SolutionElement,
 89139               };
 89140               
 89141               static MetaFeature*
 89142               _PRS_Categorization_features[] =
 89143               {
 89144                   (MetaFeature*)&_PRS_Categorization_Antecedent,
 89145                   (MetaFeature*)&_PRS_Categorization_Dependent,
 89146                   0,
 89147               };
 89148               
 89149 mike  1.1.2.1 static const char*
 89150               __root_cimv2_PRS_Categorization_qualifiers[] =
 89151               {
 89152                   /* ASSOCIATION */
 89153                   "\000\001",
 89154                   /* UMLPackagePath */
 89155                   "\057PRS::Support",
 89156                   /* Version */
 89157                   "\0632.6.0",
 89158                   0,
 89159               };
 89160               
 89161               MetaClass
 89162               __root_cimv2_PRS_Categorization =
 89163               {
 89164                   /* flags */
 89165                   META_FLAG_ASSOCIATION,
 89166                   /* name */
 89167                   "PRS_Categorization",
 89168                   /* qualifiers */
 89169                   __root_cimv2_PRS_Categorization_qualifiers,
 89170 mike  1.1.2.1     /* super */
 89171                   &__root_cimv2_CIM_Dependency,
 89172                   /* features */
 89173                   _PRS_Categorization_features,
 89174               };
 89175               
 89176               //==============================================================================
 89177               //
 89178               // Class: PRS_ContactContactItem
 89179               //
 89180               //==============================================================================
 89181               
 89182               static const char*
 89183               _PRS_ContactContactItem_Antecedent_qualifiers[] =
 89184               {
 89185                   /* Override */
 89186                   "\044Antecedent",
 89187                   /* Min */
 89188                   "\033\000\000\000\001",
 89189                   0,
 89190               };
 89191 mike  1.1.2.1 
 89192               static MetaReference
 89193               _PRS_ContactContactItem_Antecedent =
 89194               {
 89195                   /* flags */
 89196                   META_FLAG_REFERENCE|META_FLAG_READ,
 89197                   /* name */
 89198                   "Antecedent",
 89199                   /* qualifiers */
 89200                   _PRS_ContactContactItem_Antecedent_qualifiers,
 89201                   /* subscript */
 89202                   -1,
 89203                   /* refId */
 89204                   &__root_cimv2_PRS_Contact,
 89205               };
 89206               
 89207               static const char*
 89208               _PRS_ContactContactItem_Dependent_qualifiers[] =
 89209               {
 89210                   /* Override */
 89211                   "\044Dependent",
 89212 mike  1.1.2.1     /* Min */
 89213                   "\033\000\000\000\001",
 89214                   0,
 89215               };
 89216               
 89217               static MetaReference
 89218               _PRS_ContactContactItem_Dependent =
 89219               {
 89220                   /* flags */
 89221                   META_FLAG_REFERENCE|META_FLAG_READ,
 89222                   /* name */
 89223                   "Dependent",
 89224                   /* qualifiers */
 89225                   _PRS_ContactContactItem_Dependent_qualifiers,
 89226                   /* subscript */
 89227                   -1,
 89228                   /* refId */
 89229                   &__root_cimv2_PRS_ContactItem,
 89230               };
 89231               
 89232               static MetaFeature*
 89233 mike  1.1.2.1 _PRS_ContactContactItem_features[] =
 89234               {
 89235                   (MetaFeature*)&_PRS_ContactContactItem_Antecedent,
 89236                   (MetaFeature*)&_PRS_ContactContactItem_Dependent,
 89237                   0,
 89238               };
 89239               
 89240               static const char*
 89241               __root_cimv2_PRS_ContactContactItem_qualifiers[] =
 89242               {
 89243                   /* ASSOCIATION */
 89244                   "\000\001",
 89245                   /* UMLPackagePath */
 89246                   "\057PRS::Support",
 89247                   /* Abstract */
 89248                   "\002\001",
 89249                   /* Version */
 89250                   "\0632.6.0",
 89251                   0,
 89252               };
 89253               
 89254 mike  1.1.2.1 MetaClass
 89255               __root_cimv2_PRS_ContactContactItem =
 89256               {
 89257                   /* flags */
 89258                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
 89259                   /* name */
 89260                   "PRS_ContactContactItem",
 89261                   /* qualifiers */
 89262                   __root_cimv2_PRS_ContactContactItem_qualifiers,
 89263                   /* super */
 89264                   &__root_cimv2_CIM_Dependency,
 89265                   /* features */
 89266                   _PRS_ContactContactItem_features,
 89267               };
 89268               
 89269               //==============================================================================
 89270               //
 89271               // Class: PRS_ContactOrganization
 89272               //
 89273               //==============================================================================
 89274               
 89275 mike  1.1.2.1 static const char*
 89276               _PRS_ContactOrganization_Antecedent_qualifiers[] =
 89277               {
 89278                   /* Override */
 89279                   "\044Antecedent",
 89280                   /* Min */
 89281                   "\033\000\000\000\001",
 89282                   0,
 89283               };
 89284               
 89285               static MetaReference
 89286               _PRS_ContactOrganization_Antecedent =
 89287               {
 89288                   /* flags */
 89289                   META_FLAG_REFERENCE|META_FLAG_READ,
 89290                   /* name */
 89291                   "Antecedent",
 89292                   /* qualifiers */
 89293                   _PRS_ContactOrganization_Antecedent_qualifiers,
 89294                   /* subscript */
 89295                   -1,
 89296 mike  1.1.2.1     /* refId */
 89297                   &__root_cimv2_PRS_Contact,
 89298               };
 89299               
 89300               static const char*
 89301               _PRS_ContactOrganization_Dependent_qualifiers[] =
 89302               {
 89303                   /* Override */
 89304                   "\044Dependent",
 89305                   /* Min */
 89306                   "\033\000\000\000\001",
 89307                   0,
 89308               };
 89309               
 89310               static MetaReference
 89311               _PRS_ContactOrganization_Dependent =
 89312               {
 89313                   /* flags */
 89314                   META_FLAG_REFERENCE|META_FLAG_READ,
 89315                   /* name */
 89316                   "Dependent",
 89317 mike  1.1.2.1     /* qualifiers */
 89318                   _PRS_ContactOrganization_Dependent_qualifiers,
 89319                   /* subscript */
 89320                   -1,
 89321                   /* refId */
 89322                   &__root_cimv2_PRS_Organization,
 89323               };
 89324               
 89325               static MetaFeature*
 89326               _PRS_ContactOrganization_features[] =
 89327               {
 89328                   (MetaFeature*)&_PRS_ContactOrganization_Antecedent,
 89329                   (MetaFeature*)&_PRS_ContactOrganization_Dependent,
 89330                   0,
 89331               };
 89332               
 89333               static const char*
 89334               __root_cimv2_PRS_ContactOrganization_qualifiers[] =
 89335               {
 89336                   /* ASSOCIATION */
 89337                   "\000\001",
 89338 mike  1.1.2.1     /* UMLPackagePath */
 89339                   "\057PRS::Support",
 89340                   /* Version */
 89341                   "\0632.6.0",
 89342                   0,
 89343               };
 89344               
 89345               MetaClass
 89346               __root_cimv2_PRS_ContactOrganization =
 89347               {
 89348                   /* flags */
 89349                   META_FLAG_ASSOCIATION,
 89350                   /* name */
 89351                   "PRS_ContactOrganization",
 89352                   /* qualifiers */
 89353                   __root_cimv2_PRS_ContactOrganization_qualifiers,
 89354                   /* super */
 89355                   &__root_cimv2_PRS_ContactContactItem,
 89356                   /* features */
 89357                   _PRS_ContactOrganization_features,
 89358               };
 89359 mike  1.1.2.1 
 89360               //==============================================================================
 89361               //
 89362               // Class: PRS_ContactPerson
 89363               //
 89364               //==============================================================================
 89365               
 89366               static const char*
 89367               _PRS_ContactPerson_Antecedent_qualifiers[] =
 89368               {
 89369                   /* Override */
 89370                   "\044Antecedent",
 89371                   /* Min */
 89372                   "\033\000\000\000\001",
 89373                   0,
 89374               };
 89375               
 89376               static MetaReference
 89377               _PRS_ContactPerson_Antecedent =
 89378               {
 89379                   /* flags */
 89380 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 89381                   /* name */
 89382                   "Antecedent",
 89383                   /* qualifiers */
 89384                   _PRS_ContactPerson_Antecedent_qualifiers,
 89385                   /* subscript */
 89386                   -1,
 89387                   /* refId */
 89388                   &__root_cimv2_PRS_Contact,
 89389               };
 89390               
 89391               static const char*
 89392               _PRS_ContactPerson_Dependent_qualifiers[] =
 89393               {
 89394                   /* Override */
 89395                   "\044Dependent",
 89396                   /* Min */
 89397                   "\033\000\000\000\001",
 89398                   0,
 89399               };
 89400               
 89401 mike  1.1.2.1 static MetaReference
 89402               _PRS_ContactPerson_Dependent =
 89403               {
 89404                   /* flags */
 89405                   META_FLAG_REFERENCE|META_FLAG_READ,
 89406                   /* name */
 89407                   "Dependent",
 89408                   /* qualifiers */
 89409                   _PRS_ContactPerson_Dependent_qualifiers,
 89410                   /* subscript */
 89411                   -1,
 89412                   /* refId */
 89413                   &__root_cimv2_PRS_Person,
 89414               };
 89415               
 89416               static MetaFeature*
 89417               _PRS_ContactPerson_features[] =
 89418               {
 89419                   (MetaFeature*)&_PRS_ContactPerson_Antecedent,
 89420                   (MetaFeature*)&_PRS_ContactPerson_Dependent,
 89421                   0,
 89422 mike  1.1.2.1 };
 89423               
 89424               static const char*
 89425               __root_cimv2_PRS_ContactPerson_qualifiers[] =
 89426               {
 89427                   /* ASSOCIATION */
 89428                   "\000\001",
 89429                   /* UMLPackagePath */
 89430                   "\057PRS::Support",
 89431                   /* Version */
 89432                   "\0632.6.0",
 89433                   0,
 89434               };
 89435               
 89436               MetaClass
 89437               __root_cimv2_PRS_ContactPerson =
 89438               {
 89439                   /* flags */
 89440                   META_FLAG_ASSOCIATION,
 89441                   /* name */
 89442                   "PRS_ContactPerson",
 89443 mike  1.1.2.1     /* qualifiers */
 89444                   __root_cimv2_PRS_ContactPerson_qualifiers,
 89445                   /* super */
 89446                   &__root_cimv2_PRS_ContactContactItem,
 89447                   /* features */
 89448                   _PRS_ContactPerson_features,
 89449               };
 89450               
 89451               //==============================================================================
 89452               //
 89453               // Class: CIM_AffectedJobElement
 89454               //
 89455               //==============================================================================
 89456               
 89457               static const char*
 89458               _CIM_AffectedJobElement_AffectedElement_qualifiers[] =
 89459               {
 89460                   /* Key */
 89461                   "\025\001",
 89462                   0,
 89463               };
 89464 mike  1.1.2.1 
 89465               static MetaReference
 89466               _CIM_AffectedJobElement_AffectedElement =
 89467               {
 89468                   /* flags */
 89469                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 89470                   /* name */
 89471                   "AffectedElement",
 89472                   /* qualifiers */
 89473                   _CIM_AffectedJobElement_AffectedElement_qualifiers,
 89474                   /* subscript */
 89475                   -1,
 89476                   /* refId */
 89477                   &__root_cimv2_CIM_ManagedElement,
 89478               };
 89479               
 89480               static const char*
 89481               _CIM_AffectedJobElement_AffectingElement_qualifiers[] =
 89482               {
 89483                   /* Key */
 89484                   "\025\001",
 89485 mike  1.1.2.1     0,
 89486               };
 89487               
 89488               static MetaReference
 89489               _CIM_AffectedJobElement_AffectingElement =
 89490               {
 89491                   /* flags */
 89492                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 89493                   /* name */
 89494                   "AffectingElement",
 89495                   /* qualifiers */
 89496                   _CIM_AffectedJobElement_AffectingElement_qualifiers,
 89497                   /* subscript */
 89498                   -1,
 89499                   /* refId */
 89500                   &__root_cimv2_CIM_Job,
 89501               };
 89502               
 89503               static const char*
 89504               _CIM_AffectedJobElement_ElementEffects_qualifiers[] =
 89505               {
 89506 mike  1.1.2.1     /* ValueMap */
 89507                   "\061\000\0050\0001\0002\0003\0004\000",
 89508                   /* Values */
 89509                   "\062\000\005Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000",
 89510                   /* ArrayType */
 89511                   "\005Indexed",
 89512                   /* ModelCorrespondence */
 89513                   "\036\000\001CIM_AffectedJobElement.OtherElementEffectsDescriptions\000",
 89514                   0,
 89515               };
 89516               
 89517               static MetaProperty
 89518               _CIM_AffectedJobElement_ElementEffects =
 89519               {
 89520                   /* flags */
 89521                   META_FLAG_PROPERTY|META_FLAG_READ,
 89522                   /* name */
 89523                   "ElementEffects",
 89524                   /* qualifiers */
 89525                   _CIM_AffectedJobElement_ElementEffects_qualifiers,
 89526                   /* type */
 89527 mike  1.1.2.1     CIMTYPE_UINT16,
 89528                   /* subscript */
 89529                   0,
 89530                   /* value */
 89531                   0,
 89532               };
 89533               
 89534               static const char*
 89535               _CIM_AffectedJobElement_OtherElementEffectsDescriptions_qualifiers[] =
 89536               {
 89537                   /* ArrayType */
 89538                   "\005Indexed",
 89539                   /* ModelCorrespondence */
 89540                   "\036\000\001CIM_AffectedJobElement.ElementEffects\000",
 89541                   0,
 89542               };
 89543               
 89544               static MetaProperty
 89545               _CIM_AffectedJobElement_OtherElementEffectsDescriptions =
 89546               {
 89547                   /* flags */
 89548 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 89549                   /* name */
 89550                   "OtherElementEffectsDescriptions",
 89551                   /* qualifiers */
 89552                   _CIM_AffectedJobElement_OtherElementEffectsDescriptions_qualifiers,
 89553                   /* type */
 89554                   CIMTYPE_STRING,
 89555                   /* subscript */
 89556                   0,
 89557                   /* value */
 89558                   0,
 89559               };
 89560               
 89561               static MetaFeature*
 89562               _CIM_AffectedJobElement_features[] =
 89563               {
 89564                   (MetaFeature*)&_CIM_AffectedJobElement_AffectedElement,
 89565                   (MetaFeature*)&_CIM_AffectedJobElement_AffectingElement,
 89566                   (MetaFeature*)&_CIM_AffectedJobElement_ElementEffects,
 89567                   (MetaFeature*)&_CIM_AffectedJobElement_OtherElementEffectsDescriptions,
 89568                   0,
 89569 mike  1.1.2.1 };
 89570               
 89571               static const char*
 89572               __root_cimv2_CIM_AffectedJobElement_qualifiers[] =
 89573               {
 89574                   /* ASSOCIATION */
 89575                   "\000\001",
 89576                   /* UMLPackagePath */
 89577                   "\057CIM::System::Processing",
 89578                   /* Version */
 89579                   "\0632.7.0",
 89580                   0,
 89581               };
 89582               
 89583               MetaClass
 89584               __root_cimv2_CIM_AffectedJobElement =
 89585               {
 89586                   /* flags */
 89587                   META_FLAG_ASSOCIATION,
 89588                   /* name */
 89589                   "CIM_AffectedJobElement",
 89590 mike  1.1.2.1     /* qualifiers */
 89591                   __root_cimv2_CIM_AffectedJobElement_qualifiers,
 89592                   /* super */
 89593                   0,
 89594                   /* features */
 89595                   _CIM_AffectedJobElement_features,
 89596               };
 89597               
 89598               //==============================================================================
 89599               //
 89600               // Class: CIM_AHTransform
 89601               //
 89602               //==============================================================================
 89603               
 89604               static const char*
 89605               _CIM_AHTransform_AHTransformId_qualifiers[] =
 89606               {
 89607                   /* ValueMap */
 89608                   "\061\000\0041\0002\0003\0004\000",
 89609                   /* Values */
 89610                   "\062\000\004Other\000MD5\000SHA-1\000DES\000",
 89611 mike  1.1.2.1     /* MappingStrings */
 89612                   "\026\000\002IPSP Model.IETF|AHTransform.AHTransformID\000RFC2407.IETF|Section 4.4.3\000",
 89613                   /* ModelCorrespondence */
 89614                   "\036\000\001CIM_AHTransform.OtherAHTransformId\000",
 89615                   0,
 89616               };
 89617               
 89618               static MetaProperty
 89619               _CIM_AHTransform_AHTransformId =
 89620               {
 89621                   /* flags */
 89622                   META_FLAG_PROPERTY|META_FLAG_READ,
 89623                   /* name */
 89624                   "AHTransformId",
 89625                   /* qualifiers */
 89626                   _CIM_AHTransform_AHTransformId_qualifiers,
 89627                   /* type */
 89628                   CIMTYPE_UINT16,
 89629                   /* subscript */
 89630                   -1,
 89631                   /* value */
 89632 mike  1.1.2.1     0,
 89633               };
 89634               
 89635               static const char*
 89636               _CIM_AHTransform_OtherAHTransformId_qualifiers[] =
 89637               {
 89638                   /* ModelCorrespondence */
 89639                   "\036\000\001CIM_AHTransform.AHTransformId\000",
 89640                   0,
 89641               };
 89642               
 89643               static MetaProperty
 89644               _CIM_AHTransform_OtherAHTransformId =
 89645               {
 89646                   /* flags */
 89647                   META_FLAG_PROPERTY|META_FLAG_READ,
 89648                   /* name */
 89649                   "OtherAHTransformId",
 89650                   /* qualifiers */
 89651                   _CIM_AHTransform_OtherAHTransformId_qualifiers,
 89652                   /* type */
 89653 mike  1.1.2.1     CIMTYPE_STRING,
 89654                   /* subscript */
 89655                   -1,
 89656                   /* value */
 89657                   0,
 89658               };
 89659               
 89660               static const char*
 89661               _CIM_AHTransform_UseReplayPrevention_qualifiers[] =
 89662               {
 89663                   /* MappingStrings */
 89664                   "\026\000\001IPSP Model.IETF|AHTransform.UseReplayPrevention\000",
 89665                   0,
 89666               };
 89667               
 89668               static MetaProperty
 89669               _CIM_AHTransform_UseReplayPrevention =
 89670               {
 89671                   /* flags */
 89672                   META_FLAG_PROPERTY|META_FLAG_READ,
 89673                   /* name */
 89674 mike  1.1.2.1     "UseReplayPrevention",
 89675                   /* qualifiers */
 89676                   _CIM_AHTransform_UseReplayPrevention_qualifiers,
 89677                   /* type */
 89678                   CIMTYPE_BOOLEAN,
 89679                   /* subscript */
 89680                   -1,
 89681                   /* value */
 89682                   0,
 89683               };
 89684               
 89685               static const char*
 89686               _CIM_AHTransform_ReplayPreventionWindowSize_qualifiers[] =
 89687               {
 89688                   /* Units */
 89689                   "\060Bits",
 89690                   /* MappingStrings */
 89691                   "\026\000\001IPSP Model.IETF|AHTransform.ReplayPreventionWindowSize\000",
 89692                   0,
 89693               };
 89694               
 89695 mike  1.1.2.1 static MetaProperty
 89696               _CIM_AHTransform_ReplayPreventionWindowSize =
 89697               {
 89698                   /* flags */
 89699                   META_FLAG_PROPERTY|META_FLAG_READ,
 89700                   /* name */
 89701                   "ReplayPreventionWindowSize",
 89702                   /* qualifiers */
 89703                   _CIM_AHTransform_ReplayPreventionWindowSize_qualifiers,
 89704                   /* type */
 89705                   CIMTYPE_UINT32,
 89706                   /* subscript */
 89707                   -1,
 89708                   /* value */
 89709                   0,
 89710               };
 89711               
 89712               static MetaFeature*
 89713               _CIM_AHTransform_features[] =
 89714               {
 89715                   (MetaFeature*)&_CIM_AHTransform_AHTransformId,
 89716 mike  1.1.2.1     (MetaFeature*)&_CIM_AHTransform_OtherAHTransformId,
 89717                   (MetaFeature*)&_CIM_AHTransform_UseReplayPrevention,
 89718                   (MetaFeature*)&_CIM_AHTransform_ReplayPreventionWindowSize,
 89719                   0,
 89720               };
 89721               
 89722               static const char*
 89723               __root_cimv2_CIM_AHTransform_qualifiers[] =
 89724               {
 89725                   /* UMLPackagePath */
 89726                   "\057CIM::Network::IPsec",
 89727                   /* Version */
 89728                   "\0632.8.0",
 89729                   /* MappingStrings */
 89730                   "\026\000\001IPSP Model.IETF|AHTransform\000",
 89731                   0,
 89732               };
 89733               
 89734               MetaClass
 89735               __root_cimv2_CIM_AHTransform =
 89736               {
 89737 mike  1.1.2.1     /* flags */
 89738                   META_FLAG_CLASS,
 89739                   /* name */
 89740                   "CIM_AHTransform",
 89741                   /* qualifiers */
 89742                   __root_cimv2_CIM_AHTransform_qualifiers,
 89743                   /* super */
 89744                   &__root_cimv2_CIM_SATransform,
 89745                   /* features */
 89746                   _CIM_AHTransform_features,
 89747               };
 89748               
 89749               //==============================================================================
 89750               //
 89751               // Class: CIM_BGPIPRoute
 89752               //
 89753               //==============================================================================
 89754               
 89755               static const char*
 89756               _CIM_BGPIPRoute_IsBackDoorRoute_qualifiers[] =
 89757               {
 89758 mike  1.1.2.1     0,
 89759               };
 89760               
 89761               static MetaProperty
 89762               _CIM_BGPIPRoute_IsBackDoorRoute =
 89763               {
 89764                   /* flags */
 89765                   META_FLAG_PROPERTY|META_FLAG_READ,
 89766                   /* name */
 89767                   "IsBackDoorRoute",
 89768                   /* qualifiers */
 89769                   _CIM_BGPIPRoute_IsBackDoorRoute_qualifiers,
 89770                   /* type */
 89771                   CIMTYPE_BOOLEAN,
 89772                   /* subscript */
 89773                   -1,
 89774                   /* value */
 89775                   0,
 89776               };
 89777               
 89778               static const char*
 89779 mike  1.1.2.1 _CIM_BGPIPRoute_UsesLoopbackPeering_qualifiers[] =
 89780               {
 89781                   0,
 89782               };
 89783               
 89784               static MetaProperty
 89785               _CIM_BGPIPRoute_UsesLoopbackPeering =
 89786               {
 89787                   /* flags */
 89788                   META_FLAG_PROPERTY|META_FLAG_READ,
 89789                   /* name */
 89790                   "UsesLoopbackPeering",
 89791                   /* qualifiers */
 89792                   _CIM_BGPIPRoute_UsesLoopbackPeering_qualifiers,
 89793                   /* type */
 89794                   CIMTYPE_BOOLEAN,
 89795                   /* subscript */
 89796                   -1,
 89797                   /* value */
 89798                   0,
 89799               };
 89800 mike  1.1.2.1 
 89801               static MetaFeature*
 89802               _CIM_BGPIPRoute_features[] =
 89803               {
 89804                   (MetaFeature*)&_CIM_BGPIPRoute_IsBackDoorRoute,
 89805                   (MetaFeature*)&_CIM_BGPIPRoute_UsesLoopbackPeering,
 89806                   0,
 89807               };
 89808               
 89809               static const char*
 89810               __root_cimv2_CIM_BGPIPRoute_qualifiers[] =
 89811               {
 89812                   /* UMLPackagePath */
 89813                   "\057CIM::Network::BGP",
 89814                   /* Version */
 89815                   "\0632.6.0",
 89816                   0,
 89817               };
 89818               
 89819               MetaClass
 89820               __root_cimv2_CIM_BGPIPRoute =
 89821 mike  1.1.2.1 {
 89822                   /* flags */
 89823                   META_FLAG_CLASS,
 89824                   /* name */
 89825                   "CIM_BGPIPRoute",
 89826                   /* qualifiers */
 89827                   __root_cimv2_CIM_BGPIPRoute_qualifiers,
 89828                   /* super */
 89829                   &__root_cimv2_CIM_IPRoute,
 89830                   /* features */
 89831                   _CIM_BGPIPRoute_features,
 89832               };
 89833               
 89834               //==============================================================================
 89835               //
 89836               // Class: CIM_BGPPeerUsesRouteMap
 89837               //
 89838               //==============================================================================
 89839               
 89840               static const char*
 89841               _CIM_BGPPeerUsesRouteMap_Collection_qualifiers[] =
 89842 mike  1.1.2.1 {
 89843                   /* Aggregate */
 89844                   "\003\001",
 89845                   /* Override */
 89846                   "\044Collection",
 89847                   0,
 89848               };
 89849               
 89850               static MetaReference
 89851               _CIM_BGPPeerUsesRouteMap_Collection =
 89852               {
 89853                   /* flags */
 89854                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 89855                   /* name */
 89856                   "Collection",
 89857                   /* qualifiers */
 89858                   _CIM_BGPPeerUsesRouteMap_Collection_qualifiers,
 89859                   /* subscript */
 89860                   -1,
 89861                   /* refId */
 89862                   &__root_cimv2_CIM_BGPPeerGroup,
 89863 mike  1.1.2.1 };
 89864               
 89865               static const char*
 89866               _CIM_BGPPeerUsesRouteMap_Member_qualifiers[] =
 89867               {
 89868                   /* Override */
 89869                   "\044Member",
 89870                   0,
 89871               };
 89872               
 89873               static MetaReference
 89874               _CIM_BGPPeerUsesRouteMap_Member =
 89875               {
 89876                   /* flags */
 89877                   META_FLAG_REFERENCE|META_FLAG_READ,
 89878                   /* name */
 89879                   "Member",
 89880                   /* qualifiers */
 89881                   _CIM_BGPPeerUsesRouteMap_Member_qualifiers,
 89882                   /* subscript */
 89883                   -1,
 89884 mike  1.1.2.1     /* refId */
 89885                   &__root_cimv2_CIM_BGPRouteMap,
 89886               };
 89887               
 89888               static const char*
 89889               _CIM_BGPPeerUsesRouteMap_MapSequence_qualifiers[] =
 89890               {
 89891                   0,
 89892               };
 89893               
 89894               static MetaProperty
 89895               _CIM_BGPPeerUsesRouteMap_MapSequence =
 89896               {
 89897                   /* flags */
 89898                   META_FLAG_PROPERTY|META_FLAG_READ,
 89899                   /* name */
 89900                   "MapSequence",
 89901                   /* qualifiers */
 89902                   _CIM_BGPPeerUsesRouteMap_MapSequence_qualifiers,
 89903                   /* type */
 89904                   CIMTYPE_UINT16,
 89905 mike  1.1.2.1     /* subscript */
 89906                   -1,
 89907                   /* value */
 89908                   0,
 89909               };
 89910               
 89911               static MetaFeature*
 89912               _CIM_BGPPeerUsesRouteMap_features[] =
 89913               {
 89914                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_Collection,
 89915                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_Member,
 89916                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_MapSequence,
 89917                   0,
 89918               };
 89919               
 89920               static const char*
 89921               __root_cimv2_CIM_BGPPeerUsesRouteMap_qualifiers[] =
 89922               {
 89923                   /* ASSOCIATION */
 89924                   "\000\001",
 89925                   /* UMLPackagePath */
 89926 mike  1.1.2.1     "\057CIM::Network::BGP",
 89927                   /* Aggregation */
 89928                   "\004\001",
 89929                   /* Version */
 89930                   "\0632.6.0",
 89931                   0,
 89932               };
 89933               
 89934               MetaClass
 89935               __root_cimv2_CIM_BGPPeerUsesRouteMap =
 89936               {
 89937                   /* flags */
 89938                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 89939                   /* name */
 89940                   "CIM_BGPPeerUsesRouteMap",
 89941                   /* qualifiers */
 89942                   __root_cimv2_CIM_BGPPeerUsesRouteMap_qualifiers,
 89943                   /* super */
 89944                   &__root_cimv2_CIM_CollectedMSEs,
 89945                   /* features */
 89946                   _CIM_BGPPeerUsesRouteMap_features,
 89947 mike  1.1.2.1 };
 89948               
 89949               //==============================================================================
 89950               //
 89951               // Class: CIM_CardInSlot
 89952               //
 89953               //==============================================================================
 89954               
 89955               static const char*
 89956               _CIM_CardInSlot_Antecedent_qualifiers[] =
 89957               {
 89958                   /* Override */
 89959                   "\044Antecedent",
 89960                   0,
 89961               };
 89962               
 89963               static MetaReference
 89964               _CIM_CardInSlot_Antecedent =
 89965               {
 89966                   /* flags */
 89967                   META_FLAG_REFERENCE|META_FLAG_READ,
 89968 mike  1.1.2.1     /* name */
 89969                   "Antecedent",
 89970                   /* qualifiers */
 89971                   _CIM_CardInSlot_Antecedent_qualifiers,
 89972                   /* subscript */
 89973                   -1,
 89974                   /* refId */
 89975                   &__root_cimv2_CIM_Slot,
 89976               };
 89977               
 89978               static const char*
 89979               _CIM_CardInSlot_Dependent_qualifiers[] =
 89980               {
 89981                   /* Override */
 89982                   "\044Dependent",
 89983                   /* Max */
 89984                   "\027\000\000\000\001",
 89985                   0,
 89986               };
 89987               
 89988               static MetaReference
 89989 mike  1.1.2.1 _CIM_CardInSlot_Dependent =
 89990               {
 89991                   /* flags */
 89992                   META_FLAG_REFERENCE|META_FLAG_READ,
 89993                   /* name */
 89994                   "Dependent",
 89995                   /* qualifiers */
 89996                   _CIM_CardInSlot_Dependent_qualifiers,
 89997                   /* subscript */
 89998                   -1,
 89999                   /* refId */
 90000                   &__root_cimv2_CIM_Card,
 90001               };
 90002               
 90003               static MetaFeature*
 90004               _CIM_CardInSlot_features[] =
 90005               {
 90006                   (MetaFeature*)&_CIM_CardInSlot_Antecedent,
 90007                   (MetaFeature*)&_CIM_CardInSlot_Dependent,
 90008                   0,
 90009               };
 90010 mike  1.1.2.1 
 90011               static const char*
 90012               __root_cimv2_CIM_CardInSlot_qualifiers[] =
 90013               {
 90014                   /* ASSOCIATION */
 90015                   "\000\001",
 90016                   /* UMLPackagePath */
 90017                   "\057CIM::Physical::Connector",
 90018                   /* Version */
 90019                   "\0632.6.0",
 90020                   /* MappingStrings */
 90021                   "\026\000\001MIF.DMTF|System Slot|005.4\000",
 90022                   0,
 90023               };
 90024               
 90025               MetaClass
 90026               __root_cimv2_CIM_CardInSlot =
 90027               {
 90028                   /* flags */
 90029                   META_FLAG_ASSOCIATION,
 90030                   /* name */
 90031 mike  1.1.2.1     "CIM_CardInSlot",
 90032                   /* qualifiers */
 90033                   __root_cimv2_CIM_CardInSlot_qualifiers,
 90034                   /* super */
 90035                   &__root_cimv2_CIM_PackageInSlot,
 90036                   /* features */
 90037                   _CIM_CardInSlot_features,
 90038               };
 90039               
 90040               //==============================================================================
 90041               //
 90042               // Class: CIM_ConcreteJob
 90043               //
 90044               //==============================================================================
 90045               
 90046               static const char*
 90047               _CIM_ConcreteJob_InstanceID_qualifiers[] =
 90048               {
 90049                   /* Key */
 90050                   "\025\001",
 90051                   0,
 90052 mike  1.1.2.1 };
 90053               
 90054               static MetaProperty
 90055               _CIM_ConcreteJob_InstanceID =
 90056               {
 90057                   /* flags */
 90058                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 90059                   /* name */
 90060                   "InstanceID",
 90061                   /* qualifiers */
 90062                   _CIM_ConcreteJob_InstanceID_qualifiers,
 90063                   /* type */
 90064                   CIMTYPE_STRING,
 90065                   /* subscript */
 90066                   -1,
 90067                   /* value */
 90068                   0,
 90069               };
 90070               
 90071               static const char*
 90072               _CIM_ConcreteJob_Name_qualifiers[] =
 90073 mike  1.1.2.1 {
 90074                   /* Required */
 90075                   "\050\001",
 90076                   /* Override */
 90077                   "\044Name",
 90078                   0,
 90079               };
 90080               
 90081               static MetaProperty
 90082               _CIM_ConcreteJob_Name =
 90083               {
 90084                   /* flags */
 90085                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 90086                   /* name */
 90087                   "Name",
 90088                   /* qualifiers */
 90089                   _CIM_ConcreteJob_Name_qualifiers,
 90090                   /* type */
 90091                   CIMTYPE_STRING,
 90092                   /* subscript */
 90093                   -1,
 90094 mike  1.1.2.1     /* value */
 90095                   0,
 90096               };
 90097               
 90098               static const char*
 90099               _CIM_ConcreteJob_JobState_qualifiers[] =
 90100               {
 90101                   /* ValueMap */
 90102                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013..32767\00032768..65535\000",
 90103                   /* Values */
 90104                   "\062\000\015New\000Starting\000Running\000Suspended\000Shutting Down\000Completed\000Terminated\000Killed\000Exception\000Service\000Query Pending\000DMTF Reserved\000Vendor Reserved\000",
 90105                   0,
 90106               };
 90107               
 90108               static MetaProperty
 90109               _CIM_ConcreteJob_JobState =
 90110               {
 90111                   /* flags */
 90112                   META_FLAG_PROPERTY|META_FLAG_READ,
 90113                   /* name */
 90114                   "JobState",
 90115 mike  1.1.2.1     /* qualifiers */
 90116                   _CIM_ConcreteJob_JobState_qualifiers,
 90117                   /* type */
 90118                   CIMTYPE_UINT16,
 90119                   /* subscript */
 90120                   -1,
 90121                   /* value */
 90122                   0,
 90123               };
 90124               
 90125               static const char*
 90126               _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers[] =
 90127               {
 90128                   0,
 90129               };
 90130               
 90131               static MetaProperty
 90132               _CIM_ConcreteJob_TimeOfLastStateChange =
 90133               {
 90134                   /* flags */
 90135                   META_FLAG_PROPERTY|META_FLAG_READ,
 90136 mike  1.1.2.1     /* name */
 90137                   "TimeOfLastStateChange",
 90138                   /* qualifiers */
 90139                   _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers,
 90140                   /* type */
 90141                   CIMTYPE_DATETIME,
 90142                   /* subscript */
 90143                   -1,
 90144                   /* value */
 90145                   0,
 90146               };
 90147               
 90148               static const char*
 90149               _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers[] =
 90150               {
 90151                   /* Required */
 90152                   "\050\001",
 90153                   /* Write */
 90154                   "\065\001",
 90155                   0,
 90156               };
 90157 mike  1.1.2.1 
 90158               static MetaProperty
 90159               _CIM_ConcreteJob_TimeBeforeRemoval =
 90160               {
 90161                   /* flags */
 90162                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 90163                   /* name */
 90164                   "TimeBeforeRemoval",
 90165                   /* qualifiers */
 90166                   _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers,
 90167                   /* type */
 90168                   CIMTYPE_DATETIME,
 90169                   /* subscript */
 90170                   -1,
 90171                   /* value */
 90172                   "00000000000500.000000:000",
 90173               };
 90174               
 90175               static const char*
 90176               _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers[] =
 90177               {
 90178 mike  1.1.2.1     /* IN */
 90179                   "\024\001",
 90180                   /* ValueMap */
 90181                   "\061\000\0072\0003\0004\0005\0006\0007..32767\00032768..65535\000",
 90182                   /* Values */
 90183                   "\062\000\007Start\000Suspend\000Terminate\000Kill\000Service\000DMTF Reserved\000Vendor Reserved\000",
 90184                   0,
 90185               };
 90186               
 90187               static MetaProperty
 90188               _CIM_ConcreteJob_RequestStateChange_RequestedState =
 90189               {
 90190                   /* flags */
 90191                   META_FLAG_PROPERTY|META_FLAG_IN,
 90192                   /* name */
 90193                   "RequestedState",
 90194                   /* qualifiers */
 90195                   _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers,
 90196                   /* type */
 90197                   CIMTYPE_UINT16,
 90198                   /* subscript */
 90199 mike  1.1.2.1     -1,
 90200                   /* value */
 90201                   0,
 90202               };
 90203               
 90204               static const char*
 90205               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers[] =
 90206               {
 90207                   /* IN */
 90208                   "\024\001",
 90209                   0,
 90210               };
 90211               
 90212               static MetaProperty
 90213               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod =
 90214               {
 90215                   /* flags */
 90216                   META_FLAG_PROPERTY|META_FLAG_IN,
 90217                   /* name */
 90218                   "TimeoutPeriod",
 90219                   /* qualifiers */
 90220 mike  1.1.2.1     _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers,
 90221                   /* type */
 90222                   CIMTYPE_DATETIME,
 90223                   /* subscript */
 90224                   -1,
 90225                   /* value */
 90226                   0,
 90227               };
 90228               
 90229               static MetaFeature*
 90230               _CIM_ConcreteJob_RequestStateChange_parameters[] =
 90231               {
 90232                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_RequestedState,
 90233                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_TimeoutPeriod,
 90234                   0,
 90235               };
 90236               
 90237               static const char*
 90238               _CIM_ConcreteJob_RequestStateChange_qualifiers[] =
 90239               {
 90240                   /* ValueMap */
 90241 mike  1.1.2.1     "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
 90242                   /* Values */
 90243                   "\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",
 90244                   0,
 90245               };
 90246               
 90247               static MetaMethod
 90248               _CIM_ConcreteJob_RequestStateChange =
 90249               {
 90250                   /* flags */
 90251                   META_FLAG_METHOD,
 90252                   /* name */
 90253                   "CIM_ConcreteJob",
 90254                   /* qualifiers */
 90255                   _CIM_ConcreteJob_RequestStateChange_qualifiers,
 90256                   /* type */
 90257                   CIMTYPE_UINT32,
 90258                   /* parameters */
 90259                   _CIM_ConcreteJob_RequestStateChange_parameters,
 90260               };
 90261               
 90262 mike  1.1.2.1 static MetaFeature*
 90263               _CIM_ConcreteJob_features[] =
 90264               {
 90265                   (MetaFeature*)&_CIM_ConcreteJob_InstanceID,
 90266                   (MetaFeature*)&_CIM_ConcreteJob_Name,
 90267                   (MetaFeature*)&_CIM_ConcreteJob_JobState,
 90268                   (MetaFeature*)&_CIM_ConcreteJob_TimeOfLastStateChange,
 90269                   (MetaFeature*)&_CIM_ConcreteJob_TimeBeforeRemoval,
 90270                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange,
 90271                   0,
 90272               };
 90273               
 90274               static const char*
 90275               __root_cimv2_CIM_ConcreteJob_qualifiers[] =
 90276               {
 90277                   /* UMLPackagePath */
 90278                   "\057CIM::Core::CoreElements",
 90279                   /* Version */
 90280                   "\0632.13.0",
 90281                   0,
 90282               };
 90283 mike  1.1.2.1 
 90284               MetaClass
 90285               __root_cimv2_CIM_ConcreteJob =
 90286               {
 90287                   /* flags */
 90288                   META_FLAG_CLASS,
 90289                   /* name */
 90290                   "CIM_ConcreteJob",
 90291                   /* qualifiers */
 90292                   __root_cimv2_CIM_ConcreteJob_qualifiers,
 90293                   /* super */
 90294                   &__root_cimv2_CIM_Job,
 90295                   /* features */
 90296                   _CIM_ConcreteJob_features,
 90297               };
 90298               
 90299               //==============================================================================
 90300               //
 90301               // Class: CIM_ContainedProposal
 90302               //
 90303               //==============================================================================
 90304 mike  1.1.2.1 
 90305               static const char*
 90306               _CIM_ContainedProposal_GroupComponent_qualifiers[] =
 90307               {
 90308                   /* Aggregate */
 90309                   "\003\001",
 90310                   /* Override */
 90311                   "\044GroupComponent",
 90312                   /* MappingStrings */
 90313                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.GroupComponent\000",
 90314                   0,
 90315               };
 90316               
 90317               static MetaReference
 90318               _CIM_ContainedProposal_GroupComponent =
 90319               {
 90320                   /* flags */
 90321                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 90322                   /* name */
 90323                   "GroupComponent",
 90324                   /* qualifiers */
 90325 mike  1.1.2.1     _CIM_ContainedProposal_GroupComponent_qualifiers,
 90326                   /* subscript */
 90327                   -1,
 90328                   /* refId */
 90329                   &__root_cimv2_CIM_SANegotiationAction,
 90330               };
 90331               
 90332               static const char*
 90333               _CIM_ContainedProposal_PartComponent_qualifiers[] =
 90334               {
 90335                   /* Override */
 90336                   "\044PartComponent",
 90337                   /* MappingStrings */
 90338                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.PartComponent\000",
 90339                   0,
 90340               };
 90341               
 90342               static MetaReference
 90343               _CIM_ContainedProposal_PartComponent =
 90344               {
 90345                   /* flags */
 90346 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 90347                   /* name */
 90348                   "PartComponent",
 90349                   /* qualifiers */
 90350                   _CIM_ContainedProposal_PartComponent_qualifiers,
 90351                   /* subscript */
 90352                   -1,
 90353                   /* refId */
 90354                   &__root_cimv2_CIM_SAProposal,
 90355               };
 90356               
 90357               static const char*
 90358               _CIM_ContainedProposal_SequenceNumber_qualifiers[] =
 90359               {
 90360                   /* MappingStrings */
 90361                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.SequenceNumber\000",
 90362                   0,
 90363               };
 90364               
 90365               static MetaProperty
 90366               _CIM_ContainedProposal_SequenceNumber =
 90367 mike  1.1.2.1 {
 90368                   /* flags */
 90369                   META_FLAG_PROPERTY|META_FLAG_READ,
 90370                   /* name */
 90371                   "SequenceNumber",
 90372                   /* qualifiers */
 90373                   _CIM_ContainedProposal_SequenceNumber_qualifiers,
 90374                   /* type */
 90375                   CIMTYPE_UINT16,
 90376                   /* subscript */
 90377                   -1,
 90378                   /* value */
 90379                   0,
 90380               };
 90381               
 90382               static MetaFeature*
 90383               _CIM_ContainedProposal_features[] =
 90384               {
 90385                   (MetaFeature*)&_CIM_ContainedProposal_GroupComponent,
 90386                   (MetaFeature*)&_CIM_ContainedProposal_PartComponent,
 90387                   (MetaFeature*)&_CIM_ContainedProposal_SequenceNumber,
 90388 mike  1.1.2.1     0,
 90389               };
 90390               
 90391               static const char*
 90392               __root_cimv2_CIM_ContainedProposal_qualifiers[] =
 90393               {
 90394                   /* ASSOCIATION */
 90395                   "\000\001",
 90396                   /* UMLPackagePath */
 90397                   "\057CIM::IPsecPolicy",
 90398                   /* Aggregation */
 90399                   "\004\001",
 90400                   /* Version */
 90401                   "\0632.8.0",
 90402                   /* MappingStrings */
 90403                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal\000",
 90404                   0,
 90405               };
 90406               
 90407               MetaClass
 90408               __root_cimv2_CIM_ContainedProposal =
 90409 mike  1.1.2.1 {
 90410                   /* flags */
 90411                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 90412                   /* name */
 90413                   "CIM_ContainedProposal",
 90414                   /* qualifiers */
 90415                   __root_cimv2_CIM_ContainedProposal_qualifiers,
 90416                   /* super */
 90417                   &__root_cimv2_CIM_Component,
 90418                   /* features */
 90419                   _CIM_ContainedProposal_features,
 90420               };
 90421               
 90422               //==============================================================================
 90423               //
 90424               // Class: CIM_EnabledLogicalElement
 90425               //
 90426               //==============================================================================
 90427               
 90428               static const char*
 90429               _CIM_EnabledLogicalElement_EnabledState_qualifiers[] =
 90430 mike  1.1.2.1 {
 90431                   /* ValueMap */
 90432                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011..32767\00032768..65535\000",
 90433                   /* Values */
 90434                   "\062\000\015Unknown\000Other\000Enabled\000Disabled\000Shutting Down\000Not Applicable\000Enabled but Offline\000In Test\000Deferred\000Quiesce\000Starting\000DMTF Reserved\000Vendor Reserved\000",
 90435                   /* ModelCorrespondence */
 90436                   "\036\000\001CIM_EnabledLogicalElement.OtherEnabledState\000",
 90437                   0,
 90438               };
 90439               
 90440               static MetaProperty
 90441               _CIM_EnabledLogicalElement_EnabledState =
 90442               {
 90443                   /* flags */
 90444                   META_FLAG_PROPERTY|META_FLAG_READ,
 90445                   /* name */
 90446                   "EnabledState",
 90447                   /* qualifiers */
 90448                   _CIM_EnabledLogicalElement_EnabledState_qualifiers,
 90449                   /* type */
 90450                   CIMTYPE_UINT16,
 90451 mike  1.1.2.1     /* subscript */
 90452                   -1,
 90453                   /* value */
 90454                   "\000\005",
 90455               };
 90456               
 90457               static const char*
 90458               _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers[] =
 90459               {
 90460                   /* ModelCorrespondence */
 90461                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
 90462                   0,
 90463               };
 90464               
 90465               static MetaProperty
 90466               _CIM_EnabledLogicalElement_OtherEnabledState =
 90467               {
 90468                   /* flags */
 90469                   META_FLAG_PROPERTY|META_FLAG_READ,
 90470                   /* name */
 90471                   "OtherEnabledState",
 90472 mike  1.1.2.1     /* qualifiers */
 90473                   _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers,
 90474                   /* type */
 90475                   CIMTYPE_STRING,
 90476                   /* subscript */
 90477                   -1,
 90478                   /* value */
 90479                   0,
 90480               };
 90481               
 90482               static const char*
 90483               _CIM_EnabledLogicalElement_RequestedState_qualifiers[] =
 90484               {
 90485                   /* ValueMap */
 90486                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\00032768..65535\000",
 90487                   /* Values */
 90488                   "\062\000\015Enabled\000Disabled\000Shut Down\000No Change\000Offline\000Test\000Deferred\000Quiesce\000Reboot\000Reset\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
 90489                   /* ModelCorrespondence */
 90490                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
 90491                   0,
 90492               };
 90493 mike  1.1.2.1 
 90494               static MetaProperty
 90495               _CIM_EnabledLogicalElement_RequestedState =
 90496               {
 90497                   /* flags */
 90498                   META_FLAG_PROPERTY|META_FLAG_READ,
 90499                   /* name */
 90500                   "RequestedState",
 90501                   /* qualifiers */
 90502                   _CIM_EnabledLogicalElement_RequestedState_qualifiers,
 90503                   /* type */
 90504                   CIMTYPE_UINT16,
 90505                   /* subscript */
 90506                   -1,
 90507                   /* value */
 90508                   "\000\014",
 90509               };
 90510               
 90511               static const char*
 90512               _CIM_EnabledLogicalElement_EnabledDefault_qualifiers[] =
 90513               {
 90514 mike  1.1.2.1     /* Write */
 90515                   "\065\001",
 90516                   /* ValueMap */
 90517                   "\061\000\0072\0003\0005\0006\0007\0008..32767\00032768..65535\000",
 90518                   /* Values */
 90519                   "\062\000\007Enabled\000Disabled\000Not Applicable\000Enabled but Offline\000No Default\000DMTF Reserved\000Vendor Reserved\000",
 90520                   0,
 90521               };
 90522               
 90523               static MetaProperty
 90524               _CIM_EnabledLogicalElement_EnabledDefault =
 90525               {
 90526                   /* flags */
 90527                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 90528                   /* name */
 90529                   "EnabledDefault",
 90530                   /* qualifiers */
 90531                   _CIM_EnabledLogicalElement_EnabledDefault_qualifiers,
 90532                   /* type */
 90533                   CIMTYPE_UINT16,
 90534                   /* subscript */
 90535 mike  1.1.2.1     -1,
 90536                   /* value */
 90537                   "\000\002",
 90538               };
 90539               
 90540               static const char*
 90541               _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers[] =
 90542               {
 90543                   0,
 90544               };
 90545               
 90546               static MetaProperty
 90547               _CIM_EnabledLogicalElement_TimeOfLastStateChange =
 90548               {
 90549                   /* flags */
 90550                   META_FLAG_PROPERTY|META_FLAG_READ,
 90551                   /* name */
 90552                   "TimeOfLastStateChange",
 90553                   /* qualifiers */
 90554                   _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers,
 90555                   /* type */
 90556 mike  1.1.2.1     CIMTYPE_DATETIME,
 90557                   /* subscript */
 90558                   -1,
 90559                   /* value */
 90560                   0,
 90561               };
 90562               
 90563               static const char*
 90564               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers[] =
 90565               {
 90566                   /* IN */
 90567                   "\024\001",
 90568                   /* ValueMap */
 90569                   "\061\000\0132\0003\0004\0006\0007\0008\0009\00010\00011\000..\00032768..65535\000",
 90570                   /* Values */
 90571                   "\062\000\013Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000DMTF Reserved\000Vendor Reserved\000",
 90572                   /* ModelCorrespondence */
 90573                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
 90574                   0,
 90575               };
 90576               
 90577 mike  1.1.2.1 static MetaProperty
 90578               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState =
 90579               {
 90580                   /* flags */
 90581                   META_FLAG_PROPERTY|META_FLAG_IN,
 90582                   /* name */
 90583                   "RequestedState",
 90584                   /* qualifiers */
 90585                   _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers,
 90586                   /* type */
 90587                   CIMTYPE_UINT16,
 90588                   /* subscript */
 90589                   -1,
 90590                   /* value */
 90591                   0,
 90592               };
 90593               
 90594               static const char*
 90595               _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers[] =
 90596               {
 90597                   /* IN */
 90598 mike  1.1.2.1     "\024\000",
 90599                   /* OUT */
 90600                   "\043\001",
 90601                   0,
 90602               };
 90603               
 90604               static MetaReference
 90605               _CIM_EnabledLogicalElement_RequestStateChange_Job =
 90606               {
 90607                   /* flags */
 90608                   META_FLAG_REFERENCE|META_FLAG_OUT,
 90609                   /* name */
 90610                   "Job",
 90611                   /* qualifiers */
 90612                   _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers,
 90613                   /* subscript */
 90614                   -1,
 90615                   /* ref */
 90616                   &__root_cimv2_CIM_ConcreteJob,
 90617               };
 90618               
 90619 mike  1.1.2.1 static const char*
 90620               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers[] =
 90621               {
 90622                   /* IN */
 90623                   "\024\001",
 90624                   0,
 90625               };
 90626               
 90627               static MetaProperty
 90628               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod =
 90629               {
 90630                   /* flags */
 90631                   META_FLAG_PROPERTY|META_FLAG_IN,
 90632                   /* name */
 90633                   "TimeoutPeriod",
 90634                   /* qualifiers */
 90635                   _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers,
 90636                   /* type */
 90637                   CIMTYPE_DATETIME,
 90638                   /* subscript */
 90639                   -1,
 90640 mike  1.1.2.1     /* value */
 90641                   0,
 90642               };
 90643               
 90644               static MetaFeature*
 90645               _CIM_EnabledLogicalElement_RequestStateChange_parameters[] =
 90646               {
 90647                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_RequestedState,
 90648                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_Job,
 90649                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod,
 90650                   0,
 90651               };
 90652               
 90653               static const char*
 90654               _CIM_EnabledLogicalElement_RequestStateChange_qualifiers[] =
 90655               {
 90656                   /* ValueMap */
 90657                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
 90658                   /* Values */
 90659                   "\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",
 90660                   /* ModelCorrespondence */
 90661 mike  1.1.2.1     "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
 90662                   0,
 90663               };
 90664               
 90665               static MetaMethod
 90666               _CIM_EnabledLogicalElement_RequestStateChange =
 90667               {
 90668                   /* flags */
 90669                   META_FLAG_METHOD,
 90670                   /* name */
 90671                   "CIM_EnabledLogicalElement",
 90672                   /* qualifiers */
 90673                   _CIM_EnabledLogicalElement_RequestStateChange_qualifiers,
 90674                   /* type */
 90675                   CIMTYPE_UINT32,
 90676                   /* parameters */
 90677                   _CIM_EnabledLogicalElement_RequestStateChange_parameters,
 90678               };
 90679               
 90680               static MetaFeature*
 90681               _CIM_EnabledLogicalElement_features[] =
 90682 mike  1.1.2.1 {
 90683                   (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledState,
 90684                   (MetaFeature*)&_CIM_EnabledLogicalElement_OtherEnabledState,
 90685                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestedState,
 90686                   (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledDefault,
 90687                   (MetaFeature*)&_CIM_EnabledLogicalElement_TimeOfLastStateChange,
 90688                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange,
 90689                   0,
 90690               };
 90691               
 90692               static const char*
 90693               __root_cimv2_CIM_EnabledLogicalElement_qualifiers[] =
 90694               {
 90695                   /* UMLPackagePath */
 90696                   "\057CIM::Core::CoreElements",
 90697                   /* Abstract */
 90698                   "\002\001",
 90699                   /* Version */
 90700                   "\0632.10.0",
 90701                   0,
 90702               };
 90703 mike  1.1.2.1 
 90704               MetaClass
 90705               __root_cimv2_CIM_EnabledLogicalElement =
 90706               {
 90707                   /* flags */
 90708                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 90709                   /* name */
 90710                   "CIM_EnabledLogicalElement",
 90711                   /* qualifiers */
 90712                   __root_cimv2_CIM_EnabledLogicalElement_qualifiers,
 90713                   /* super */
 90714                   &__root_cimv2_CIM_LogicalElement,
 90715                   /* features */
 90716                   _CIM_EnabledLogicalElement_features,
 90717               };
 90718               
 90719               //==============================================================================
 90720               //
 90721               // Class: CIM_EntriesInFilterList
 90722               //
 90723               //==============================================================================
 90724 mike  1.1.2.1 
 90725               static const char*
 90726               _CIM_EntriesInFilterList_GroupComponent_qualifiers[] =
 90727               {
 90728                   /* Aggregate */
 90729                   "\003\001",
 90730                   /* Override */
 90731                   "\044GroupComponent",
 90732                   /* Max */
 90733                   "\027\000\000\000\001",
 90734                   0,
 90735               };
 90736               
 90737               static MetaReference
 90738               _CIM_EntriesInFilterList_GroupComponent =
 90739               {
 90740                   /* flags */
 90741                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 90742                   /* name */
 90743                   "GroupComponent",
 90744                   /* qualifiers */
 90745 mike  1.1.2.1     _CIM_EntriesInFilterList_GroupComponent_qualifiers,
 90746                   /* subscript */
 90747                   -1,
 90748                   /* refId */
 90749                   &__root_cimv2_CIM_FilterList,
 90750               };
 90751               
 90752               static const char*
 90753               _CIM_EntriesInFilterList_PartComponent_qualifiers[] =
 90754               {
 90755                   /* Override */
 90756                   "\044PartComponent",
 90757                   0,
 90758               };
 90759               
 90760               static MetaReference
 90761               _CIM_EntriesInFilterList_PartComponent =
 90762               {
 90763                   /* flags */
 90764                   META_FLAG_REFERENCE|META_FLAG_READ,
 90765                   /* name */
 90766 mike  1.1.2.1     "PartComponent",
 90767                   /* qualifiers */
 90768                   _CIM_EntriesInFilterList_PartComponent_qualifiers,
 90769                   /* subscript */
 90770                   -1,
 90771                   /* refId */
 90772                   &__root_cimv2_CIM_FilterEntryBase,
 90773               };
 90774               
 90775               static const char*
 90776               _CIM_EntriesInFilterList_EntrySequence_qualifiers[] =
 90777               {
 90778                   /* ValueMap */
 90779                   "\061\000\0010\000",
 90780                   0,
 90781               };
 90782               
 90783               static MetaProperty
 90784               _CIM_EntriesInFilterList_EntrySequence =
 90785               {
 90786                   /* flags */
 90787 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 90788                   /* name */
 90789                   "EntrySequence",
 90790                   /* qualifiers */
 90791                   _CIM_EntriesInFilterList_EntrySequence_qualifiers,
 90792                   /* type */
 90793                   CIMTYPE_UINT16,
 90794                   /* subscript */
 90795                   -1,
 90796                   /* value */
 90797                   "\000\000",
 90798               };
 90799               
 90800               static MetaFeature*
 90801               _CIM_EntriesInFilterList_features[] =
 90802               {
 90803                   (MetaFeature*)&_CIM_EntriesInFilterList_GroupComponent,
 90804                   (MetaFeature*)&_CIM_EntriesInFilterList_PartComponent,
 90805                   (MetaFeature*)&_CIM_EntriesInFilterList_EntrySequence,
 90806                   0,
 90807               };
 90808 mike  1.1.2.1 
 90809               static const char*
 90810               __root_cimv2_CIM_EntriesInFilterList_qualifiers[] =
 90811               {
 90812                   /* ASSOCIATION */
 90813                   "\000\001",
 90814                   /* UMLPackagePath */
 90815                   "\057CIM::Network::Filtering",
 90816                   /* Aggregation */
 90817                   "\004\001",
 90818                   /* Version */
 90819                   "\0632.7.0",
 90820                   0,
 90821               };
 90822               
 90823               MetaClass
 90824               __root_cimv2_CIM_EntriesInFilterList =
 90825               {
 90826                   /* flags */
 90827                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 90828                   /* name */
 90829 mike  1.1.2.1     "CIM_EntriesInFilterList",
 90830                   /* qualifiers */
 90831                   __root_cimv2_CIM_EntriesInFilterList_qualifiers,
 90832                   /* super */
 90833                   &__root_cimv2_CIM_Component,
 90834                   /* features */
 90835                   _CIM_EntriesInFilterList_features,
 90836               };
 90837               
 90838               //==============================================================================
 90839               //
 90840               // Class: CIM_ESPTransform
 90841               //
 90842               //==============================================================================
 90843               
 90844               static const char*
 90845               _CIM_ESPTransform_IntegrityTransformId_qualifiers[] =
 90846               {
 90847                   /* ValueMap */
 90848                   "\061\000\0101\0002\0003\0004\0005\0006\0007..61439\00061440..65535\000",
 90849                   /* Values */
 90850 mike  1.1.2.1     "\062\000\010Other\000None\000MD5\000SHA-1\000DES\000KPDK\000DMTF/IANA Reserved\000Vendor Reserved\000",
 90851                   /* MappingStrings */
 90852                   "\026\000\002IPSP Model.IETF|ESPTransform.IntegrityTransformId\000RFC2407.IETF|Section 4.5\000",
 90853                   /* ModelCorrespondence */
 90854                   "\036\000\001CIM_ESPTransform.OtherIntegrityTransformId\000",
 90855                   0,
 90856               };
 90857               
 90858               static MetaProperty
 90859               _CIM_ESPTransform_IntegrityTransformId =
 90860               {
 90861                   /* flags */
 90862                   META_FLAG_PROPERTY|META_FLAG_READ,
 90863                   /* name */
 90864                   "IntegrityTransformId",
 90865                   /* qualifiers */
 90866                   _CIM_ESPTransform_IntegrityTransformId_qualifiers,
 90867                   /* type */
 90868                   CIMTYPE_UINT16,
 90869                   /* subscript */
 90870                   -1,
 90871 mike  1.1.2.1     /* value */
 90872                   0,
 90873               };
 90874               
 90875               static const char*
 90876               _CIM_ESPTransform_OtherIntegrityTransformId_qualifiers[] =
 90877               {
 90878                   /* ModelCorrespondence */
 90879                   "\036\000\001CIM_ESPTransform.IntegrityTransformId\000",
 90880                   0,
 90881               };
 90882               
 90883               static MetaProperty
 90884               _CIM_ESPTransform_OtherIntegrityTransformId =
 90885               {
 90886                   /* flags */
 90887                   META_FLAG_PROPERTY|META_FLAG_READ,
 90888                   /* name */
 90889                   "OtherIntegrityTransformId",
 90890                   /* qualifiers */
 90891                   _CIM_ESPTransform_OtherIntegrityTransformId_qualifiers,
 90892 mike  1.1.2.1     /* type */
 90893                   CIMTYPE_STRING,
 90894                   /* subscript */
 90895                   -1,
 90896                   /* value */
 90897                   0,
 90898               };
 90899               
 90900               static const char*
 90901               _CIM_ESPTransform_CipherTransformId_qualifiers[] =
 90902               {
 90903                   /* ValueMap */
 90904                   "\061\000\0141\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
 90905                   /* Values */
 90906                   "\062\000\014Other\000None\000DES_IV64\000DES\0003DES\000RC5\000IDEA\000CAST\000Blowfish\0003-IDEA\000DES_IV32\000RC4\000",
 90907                   /* MappingStrings */
 90908                   "\026\000\002IPSP Model.IETF|ESPTransform.CipherTransformId\000RFC2407.IETF|Section 4.4.4\000",
 90909                   /* ModelCorrespondence */
 90910                   "\036\000\001CIM_ESPTransform.OtherCipherTransformId\000",
 90911                   0,
 90912               };
 90913 mike  1.1.2.1 
 90914               static MetaProperty
 90915               _CIM_ESPTransform_CipherTransformId =
 90916               {
 90917                   /* flags */
 90918                   META_FLAG_PROPERTY|META_FLAG_READ,
 90919                   /* name */
 90920                   "CipherTransformId",
 90921                   /* qualifiers */
 90922                   _CIM_ESPTransform_CipherTransformId_qualifiers,
 90923                   /* type */
 90924                   CIMTYPE_UINT16,
 90925                   /* subscript */
 90926                   -1,
 90927                   /* value */
 90928                   0,
 90929               };
 90930               
 90931               static const char*
 90932               _CIM_ESPTransform_OtherCipherTransformId_qualifiers[] =
 90933               {
 90934 mike  1.1.2.1     /* ModelCorrespondence */
 90935                   "\036\000\001CIM_ESPTransform.CipherTransformId\000",
 90936                   0,
 90937               };
 90938               
 90939               static MetaProperty
 90940               _CIM_ESPTransform_OtherCipherTransformId =
 90941               {
 90942                   /* flags */
 90943                   META_FLAG_PROPERTY|META_FLAG_READ,
 90944                   /* name */
 90945                   "OtherCipherTransformId",
 90946                   /* qualifiers */
 90947                   _CIM_ESPTransform_OtherCipherTransformId_qualifiers,
 90948                   /* type */
 90949                   CIMTYPE_STRING,
 90950                   /* subscript */
 90951                   -1,
 90952                   /* value */
 90953                   0,
 90954               };
 90955 mike  1.1.2.1 
 90956               static const char*
 90957               _CIM_ESPTransform_CipherKeyLength_qualifiers[] =
 90958               {
 90959                   /* Units */
 90960                   "\060Bits",
 90961                   /* MappingStrings */
 90962                   "\026\000\001IPSP Model.IETF|ESPTransform.CipherKeyLength\000",
 90963                   0,
 90964               };
 90965               
 90966               static MetaProperty
 90967               _CIM_ESPTransform_CipherKeyLength =
 90968               {
 90969                   /* flags */
 90970                   META_FLAG_PROPERTY|META_FLAG_READ,
 90971                   /* name */
 90972                   "CipherKeyLength",
 90973                   /* qualifiers */
 90974                   _CIM_ESPTransform_CipherKeyLength_qualifiers,
 90975                   /* type */
 90976 mike  1.1.2.1     CIMTYPE_UINT16,
 90977                   /* subscript */
 90978                   -1,
 90979                   /* value */
 90980                   0,
 90981               };
 90982               
 90983               static const char*
 90984               _CIM_ESPTransform_CipherKeyRounds_qualifiers[] =
 90985               {
 90986                   /* MappingStrings */
 90987                   "\026\000\001IPSP Model.IETF|ESPTransform.CipherKeyRounds\000",
 90988                   0,
 90989               };
 90990               
 90991               static MetaProperty
 90992               _CIM_ESPTransform_CipherKeyRounds =
 90993               {
 90994                   /* flags */
 90995                   META_FLAG_PROPERTY|META_FLAG_READ,
 90996                   /* name */
 90997 mike  1.1.2.1     "CipherKeyRounds",
 90998                   /* qualifiers */
 90999                   _CIM_ESPTransform_CipherKeyRounds_qualifiers,
 91000                   /* type */
 91001                   CIMTYPE_UINT16,
 91002                   /* subscript */
 91003                   -1,
 91004                   /* value */
 91005                   0,
 91006               };
 91007               
 91008               static const char*
 91009               _CIM_ESPTransform_UseReplayPrevention_qualifiers[] =
 91010               {
 91011                   /* MappingStrings */
 91012                   "\026\000\001IPSP Model.IETF|ESPTransform.UseReplayPrevention\000",
 91013                   0,
 91014               };
 91015               
 91016               static MetaProperty
 91017               _CIM_ESPTransform_UseReplayPrevention =
 91018 mike  1.1.2.1 {
 91019                   /* flags */
 91020                   META_FLAG_PROPERTY|META_FLAG_READ,
 91021                   /* name */
 91022                   "UseReplayPrevention",
 91023                   /* qualifiers */
 91024                   _CIM_ESPTransform_UseReplayPrevention_qualifiers,
 91025                   /* type */
 91026                   CIMTYPE_BOOLEAN,
 91027                   /* subscript */
 91028                   -1,
 91029                   /* value */
 91030                   0,
 91031               };
 91032               
 91033               static const char*
 91034               _CIM_ESPTransform_ReplayPreventionWindowSize_qualifiers[] =
 91035               {
 91036                   /* Units */
 91037                   "\060Bits",
 91038                   /* MappingStrings */
 91039 mike  1.1.2.1     "\026\000\001IPSP Model.IETF|ESPTransform.ReplayPreventionWindowSize\000",
 91040                   0,
 91041               };
 91042               
 91043               static MetaProperty
 91044               _CIM_ESPTransform_ReplayPreventionWindowSize =
 91045               {
 91046                   /* flags */
 91047                   META_FLAG_PROPERTY|META_FLAG_READ,
 91048                   /* name */
 91049                   "ReplayPreventionWindowSize",
 91050                   /* qualifiers */
 91051                   _CIM_ESPTransform_ReplayPreventionWindowSize_qualifiers,
 91052                   /* type */
 91053                   CIMTYPE_UINT32,
 91054                   /* subscript */
 91055                   -1,
 91056                   /* value */
 91057                   0,
 91058               };
 91059               
 91060 mike  1.1.2.1 static MetaFeature*
 91061               _CIM_ESPTransform_features[] =
 91062               {
 91063                   (MetaFeature*)&_CIM_ESPTransform_IntegrityTransformId,
 91064                   (MetaFeature*)&_CIM_ESPTransform_OtherIntegrityTransformId,
 91065                   (MetaFeature*)&_CIM_ESPTransform_CipherTransformId,
 91066                   (MetaFeature*)&_CIM_ESPTransform_OtherCipherTransformId,
 91067                   (MetaFeature*)&_CIM_ESPTransform_CipherKeyLength,
 91068                   (MetaFeature*)&_CIM_ESPTransform_CipherKeyRounds,
 91069                   (MetaFeature*)&_CIM_ESPTransform_UseReplayPrevention,
 91070                   (MetaFeature*)&_CIM_ESPTransform_ReplayPreventionWindowSize,
 91071                   0,
 91072               };
 91073               
 91074               static const char*
 91075               __root_cimv2_CIM_ESPTransform_qualifiers[] =
 91076               {
 91077                   /* UMLPackagePath */
 91078                   "\057CIM::Network::IPsec",
 91079                   /* Version */
 91080                   "\0632.8.0",
 91081 mike  1.1.2.1     /* MappingStrings */
 91082                   "\026\000\001IPSP Model.IETF|ESPTransform\000",
 91083                   0,
 91084               };
 91085               
 91086               MetaClass
 91087               __root_cimv2_CIM_ESPTransform =
 91088               {
 91089                   /* flags */
 91090                   META_FLAG_CLASS,
 91091                   /* name */
 91092                   "CIM_ESPTransform",
 91093                   /* qualifiers */
 91094                   __root_cimv2_CIM_ESPTransform_qualifiers,
 91095                   /* super */
 91096                   &__root_cimv2_CIM_SATransform,
 91097                   /* features */
 91098                   _CIM_ESPTransform_features,
 91099               };
 91100               
 91101               //==============================================================================
 91102 mike  1.1.2.1 //
 91103               // Class: CIM_FileSystem
 91104               //
 91105               //==============================================================================
 91106               
 91107               static const char*
 91108               _CIM_FileSystem_CSCreationClassName_qualifiers[] =
 91109               {
 91110                   /* Key */
 91111                   "\025\001",
 91112                   /* Propagated */
 91113                   "\045CIM_System.CreationClassName",
 91114                   /* MaxLen */
 91115                   "\030\000\000\001\000",
 91116                   0,
 91117               };
 91118               
 91119               static MetaProperty
 91120               _CIM_FileSystem_CSCreationClassName =
 91121               {
 91122                   /* flags */
 91123 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91124                   /* name */
 91125                   "CSCreationClassName",
 91126                   /* qualifiers */
 91127                   _CIM_FileSystem_CSCreationClassName_qualifiers,
 91128                   /* type */
 91129                   CIMTYPE_STRING,
 91130                   /* subscript */
 91131                   -1,
 91132                   /* value */
 91133                   0,
 91134               };
 91135               
 91136               static const char*
 91137               _CIM_FileSystem_CSName_qualifiers[] =
 91138               {
 91139                   /* Key */
 91140                   "\025\001",
 91141                   /* Propagated */
 91142                   "\045CIM_System.Name",
 91143                   /* MaxLen */
 91144 mike  1.1.2.1     "\030\000\000\001\000",
 91145                   0,
 91146               };
 91147               
 91148               static MetaProperty
 91149               _CIM_FileSystem_CSName =
 91150               {
 91151                   /* flags */
 91152                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91153                   /* name */
 91154                   "CSName",
 91155                   /* qualifiers */
 91156                   _CIM_FileSystem_CSName_qualifiers,
 91157                   /* type */
 91158                   CIMTYPE_STRING,
 91159                   /* subscript */
 91160                   -1,
 91161                   /* value */
 91162                   0,
 91163               };
 91164               
 91165 mike  1.1.2.1 static const char*
 91166               _CIM_FileSystem_CreationClassName_qualifiers[] =
 91167               {
 91168                   /* Key */
 91169                   "\025\001",
 91170                   /* MaxLen */
 91171                   "\030\000\000\001\000",
 91172                   0,
 91173               };
 91174               
 91175               static MetaProperty
 91176               _CIM_FileSystem_CreationClassName =
 91177               {
 91178                   /* flags */
 91179                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91180                   /* name */
 91181                   "CreationClassName",
 91182                   /* qualifiers */
 91183                   _CIM_FileSystem_CreationClassName_qualifiers,
 91184                   /* type */
 91185                   CIMTYPE_STRING,
 91186 mike  1.1.2.1     /* subscript */
 91187                   -1,
 91188                   /* value */
 91189                   0,
 91190               };
 91191               
 91192               static const char*
 91193               _CIM_FileSystem_Name_qualifiers[] =
 91194               {
 91195                   /* Key */
 91196                   "\025\001",
 91197                   /* Override */
 91198                   "\044Name",
 91199                   /* MaxLen */
 91200                   "\030\000\000\001\000",
 91201                   0,
 91202               };
 91203               
 91204               static MetaProperty
 91205               _CIM_FileSystem_Name =
 91206               {
 91207 mike  1.1.2.1     /* flags */
 91208                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91209                   /* name */
 91210                   "Name",
 91211                   /* qualifiers */
 91212                   _CIM_FileSystem_Name_qualifiers,
 91213                   /* type */
 91214                   CIMTYPE_STRING,
 91215                   /* subscript */
 91216                   -1,
 91217                   /* value */
 91218                   0,
 91219               };
 91220               
 91221               static const char*
 91222               _CIM_FileSystem_Root_qualifiers[] =
 91223               {
 91224                   /* MappingStrings */
 91225                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrFSMountPoint\000MIF.DMTF|Host File System|001.2\000",
 91226                   0,
 91227               };
 91228 mike  1.1.2.1 
 91229               static MetaProperty
 91230               _CIM_FileSystem_Root =
 91231               {
 91232                   /* flags */
 91233                   META_FLAG_PROPERTY|META_FLAG_READ,
 91234                   /* name */
 91235                   "Root",
 91236                   /* qualifiers */
 91237                   _CIM_FileSystem_Root_qualifiers,
 91238                   /* type */
 91239                   CIMTYPE_STRING,
 91240                   /* subscript */
 91241                   -1,
 91242                   /* value */
 91243                   0,
 91244               };
 91245               
 91246               static const char*
 91247               _CIM_FileSystem_BlockSize_qualifiers[] =
 91248               {
 91249 mike  1.1.2.1     /* Units */
 91250                   "\060Bytes",
 91251                   0,
 91252               };
 91253               
 91254               static MetaProperty
 91255               _CIM_FileSystem_BlockSize =
 91256               {
 91257                   /* flags */
 91258                   META_FLAG_PROPERTY|META_FLAG_READ,
 91259                   /* name */
 91260                   "BlockSize",
 91261                   /* qualifiers */
 91262                   _CIM_FileSystem_BlockSize_qualifiers,
 91263                   /* type */
 91264                   CIMTYPE_UINT64,
 91265                   /* subscript */
 91266                   -1,
 91267                   /* value */
 91268                   0,
 91269               };
 91270 mike  1.1.2.1 
 91271               static const char*
 91272               _CIM_FileSystem_FileSystemSize_qualifiers[] =
 91273               {
 91274                   /* Units */
 91275                   "\060Bytes",
 91276                   /* MappingStrings */
 91277                   "\026\000\001MIF.DMTF|Host File System|001.13\000",
 91278                   0,
 91279               };
 91280               
 91281               static MetaProperty
 91282               _CIM_FileSystem_FileSystemSize =
 91283               {
 91284                   /* flags */
 91285                   META_FLAG_PROPERTY|META_FLAG_READ,
 91286                   /* name */
 91287                   "FileSystemSize",
 91288                   /* qualifiers */
 91289                   _CIM_FileSystem_FileSystemSize_qualifiers,
 91290                   /* type */
 91291 mike  1.1.2.1     CIMTYPE_UINT64,
 91292                   /* subscript */
 91293                   -1,
 91294                   /* value */
 91295                   0,
 91296               };
 91297               
 91298               static const char*
 91299               _CIM_FileSystem_AvailableSpace_qualifiers[] =
 91300               {
 91301                   /* Units */
 91302                   "\060Bytes",
 91303                   /* Gauge */
 91304                   "\023\001",
 91305                   /* MappingStrings */
 91306                   "\026\000\002MIF.DMTF|Host File System|001.14\000MIF.DMTF|Partition|002.4\000",
 91307                   0,
 91308               };
 91309               
 91310               static MetaProperty
 91311               _CIM_FileSystem_AvailableSpace =
 91312 mike  1.1.2.1 {
 91313                   /* flags */
 91314                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 91315                   /* name */
 91316                   "AvailableSpace",
 91317                   /* qualifiers */
 91318                   _CIM_FileSystem_AvailableSpace_qualifiers,
 91319                   /* type */
 91320                   CIMTYPE_UINT64,
 91321                   /* subscript */
 91322                   -1,
 91323                   /* value */
 91324                   0,
 91325               };
 91326               
 91327               static const char*
 91328               _CIM_FileSystem_ReadOnly_qualifiers[] =
 91329               {
 91330                   /* MappingStrings */
 91331                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrFSAccess\000MIF.DMTF|Host File System|001.5\000",
 91332                   0,
 91333 mike  1.1.2.1 };
 91334               
 91335               static MetaProperty
 91336               _CIM_FileSystem_ReadOnly =
 91337               {
 91338                   /* flags */
 91339                   META_FLAG_PROPERTY|META_FLAG_READ,
 91340                   /* name */
 91341                   "ReadOnly",
 91342                   /* qualifiers */
 91343                   _CIM_FileSystem_ReadOnly_qualifiers,
 91344                   /* type */
 91345                   CIMTYPE_BOOLEAN,
 91346                   /* subscript */
 91347                   -1,
 91348                   /* value */
 91349                   0,
 91350               };
 91351               
 91352               static const char*
 91353               _CIM_FileSystem_EncryptionMethod_qualifiers[] =
 91354 mike  1.1.2.1 {
 91355                   /* MappingStrings */
 91356                   "\026\000\001MIF.DMTF|Partition|002.8\000",
 91357                   0,
 91358               };
 91359               
 91360               static MetaProperty
 91361               _CIM_FileSystem_EncryptionMethod =
 91362               {
 91363                   /* flags */
 91364                   META_FLAG_PROPERTY|META_FLAG_READ,
 91365                   /* name */
 91366                   "EncryptionMethod",
 91367                   /* qualifiers */
 91368                   _CIM_FileSystem_EncryptionMethod_qualifiers,
 91369                   /* type */
 91370                   CIMTYPE_STRING,
 91371                   /* subscript */
 91372                   -1,
 91373                   /* value */
 91374                   0,
 91375 mike  1.1.2.1 };
 91376               
 91377               static const char*
 91378               _CIM_FileSystem_CompressionMethod_qualifiers[] =
 91379               {
 91380                   /* MappingStrings */
 91381                   "\026\000\001MIF.DMTF|Partition|002.7\000",
 91382                   0,
 91383               };
 91384               
 91385               static MetaProperty
 91386               _CIM_FileSystem_CompressionMethod =
 91387               {
 91388                   /* flags */
 91389                   META_FLAG_PROPERTY|META_FLAG_READ,
 91390                   /* name */
 91391                   "CompressionMethod",
 91392                   /* qualifiers */
 91393                   _CIM_FileSystem_CompressionMethod_qualifiers,
 91394                   /* type */
 91395                   CIMTYPE_STRING,
 91396 mike  1.1.2.1     /* subscript */
 91397                   -1,
 91398                   /* value */
 91399                   0,
 91400               };
 91401               
 91402               static const char*
 91403               _CIM_FileSystem_CaseSensitive_qualifiers[] =
 91404               {
 91405                   0,
 91406               };
 91407               
 91408               static MetaProperty
 91409               _CIM_FileSystem_CaseSensitive =
 91410               {
 91411                   /* flags */
 91412                   META_FLAG_PROPERTY|META_FLAG_READ,
 91413                   /* name */
 91414                   "CaseSensitive",
 91415                   /* qualifiers */
 91416                   _CIM_FileSystem_CaseSensitive_qualifiers,
 91417 mike  1.1.2.1     /* type */
 91418                   CIMTYPE_BOOLEAN,
 91419                   /* subscript */
 91420                   -1,
 91421                   /* value */
 91422                   0,
 91423               };
 91424               
 91425               static const char*
 91426               _CIM_FileSystem_CasePreserved_qualifiers[] =
 91427               {
 91428                   0,
 91429               };
 91430               
 91431               static MetaProperty
 91432               _CIM_FileSystem_CasePreserved =
 91433               {
 91434                   /* flags */
 91435                   META_FLAG_PROPERTY|META_FLAG_READ,
 91436                   /* name */
 91437                   "CasePreserved",
 91438 mike  1.1.2.1     /* qualifiers */
 91439                   _CIM_FileSystem_CasePreserved_qualifiers,
 91440                   /* type */
 91441                   CIMTYPE_BOOLEAN,
 91442                   /* subscript */
 91443                   -1,
 91444                   /* value */
 91445                   0,
 91446               };
 91447               
 91448               static const char*
 91449               _CIM_FileSystem_CodeSet_qualifiers[] =
 91450               {
 91451                   /* ValueMap */
 91452                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 91453                   /* Values */
 91454                   "\062\000\011Unknown\000Other\000ASCII\000Unicode\000ISO2022\000ISO8859\000Extended UNIX Code\000UTF-8\000UCS-2\000",
 91455                   0,
 91456               };
 91457               
 91458               static MetaProperty
 91459 mike  1.1.2.1 _CIM_FileSystem_CodeSet =
 91460               {
 91461                   /* flags */
 91462                   META_FLAG_PROPERTY|META_FLAG_READ,
 91463                   /* name */
 91464                   "CodeSet",
 91465                   /* qualifiers */
 91466                   _CIM_FileSystem_CodeSet_qualifiers,
 91467                   /* type */
 91468                   CIMTYPE_UINT16,
 91469                   /* subscript */
 91470                   0,
 91471                   /* value */
 91472                   0,
 91473               };
 91474               
 91475               static const char*
 91476               _CIM_FileSystem_MaxFileNameLength_qualifiers[] =
 91477               {
 91478                   0,
 91479               };
 91480 mike  1.1.2.1 
 91481               static MetaProperty
 91482               _CIM_FileSystem_MaxFileNameLength =
 91483               {
 91484                   /* flags */
 91485                   META_FLAG_PROPERTY|META_FLAG_READ,
 91486                   /* name */
 91487                   "MaxFileNameLength",
 91488                   /* qualifiers */
 91489                   _CIM_FileSystem_MaxFileNameLength_qualifiers,
 91490                   /* type */
 91491                   CIMTYPE_UINT32,
 91492                   /* subscript */
 91493                   -1,
 91494                   /* value */
 91495                   0,
 91496               };
 91497               
 91498               static const char*
 91499               _CIM_FileSystem_ClusterSize_qualifiers[] =
 91500               {
 91501 mike  1.1.2.1     0,
 91502               };
 91503               
 91504               static MetaProperty
 91505               _CIM_FileSystem_ClusterSize =
 91506               {
 91507                   /* flags */
 91508                   META_FLAG_PROPERTY|META_FLAG_READ,
 91509                   /* name */
 91510                   "ClusterSize",
 91511                   /* qualifiers */
 91512                   _CIM_FileSystem_ClusterSize_qualifiers,
 91513                   /* type */
 91514                   CIMTYPE_UINT32,
 91515                   /* subscript */
 91516                   -1,
 91517                   /* value */
 91518                   0,
 91519               };
 91520               
 91521               static const char*
 91522 mike  1.1.2.1 _CIM_FileSystem_FileSystemType_qualifiers[] =
 91523               {
 91524                   /* MappingStrings */
 91525                   "\026\000\002MIF.DMTF|Partition|002.6\000MIF.DMTF|Host File System|001.4\000",
 91526                   0,
 91527               };
 91528               
 91529               static MetaProperty
 91530               _CIM_FileSystem_FileSystemType =
 91531               {
 91532                   /* flags */
 91533                   META_FLAG_PROPERTY|META_FLAG_READ,
 91534                   /* name */
 91535                   "FileSystemType",
 91536                   /* qualifiers */
 91537                   _CIM_FileSystem_FileSystemType_qualifiers,
 91538                   /* type */
 91539                   CIMTYPE_STRING,
 91540                   /* subscript */
 91541                   -1,
 91542                   /* value */
 91543 mike  1.1.2.1     0,
 91544               };
 91545               
 91546               static const char*
 91547               _CIM_FileSystem_PersistenceType_qualifiers[] =
 91548               {
 91549                   /* ValueMap */
 91550                   "\061\000\0050\0001\0002\0003\0004\000",
 91551                   /* Values */
 91552                   "\062\000\005Unknown\000Other\000Persistent\000Temporary\000External\000",
 91553                   /* ModelCorrespondence */
 91554                   "\036\000\001CIM_FileSystem.OtherPersistenceType\000",
 91555                   0,
 91556               };
 91557               
 91558               static MetaProperty
 91559               _CIM_FileSystem_PersistenceType =
 91560               {
 91561                   /* flags */
 91562                   META_FLAG_PROPERTY|META_FLAG_READ,
 91563                   /* name */
 91564 mike  1.1.2.1     "PersistenceType",
 91565                   /* qualifiers */
 91566                   _CIM_FileSystem_PersistenceType_qualifiers,
 91567                   /* type */
 91568                   CIMTYPE_UINT16,
 91569                   /* subscript */
 91570                   -1,
 91571                   /* value */
 91572                   0,
 91573               };
 91574               
 91575               static const char*
 91576               _CIM_FileSystem_OtherPersistenceType_qualifiers[] =
 91577               {
 91578                   /* ModelCorrespondence */
 91579                   "\036\000\001CIM_FileSystem.PersistenceType\000",
 91580                   0,
 91581               };
 91582               
 91583               static MetaProperty
 91584               _CIM_FileSystem_OtherPersistenceType =
 91585 mike  1.1.2.1 {
 91586                   /* flags */
 91587                   META_FLAG_PROPERTY|META_FLAG_READ,
 91588                   /* name */
 91589                   "OtherPersistenceType",
 91590                   /* qualifiers */
 91591                   _CIM_FileSystem_OtherPersistenceType_qualifiers,
 91592                   /* type */
 91593                   CIMTYPE_STRING,
 91594                   /* subscript */
 91595                   -1,
 91596                   /* value */
 91597                   0,
 91598               };
 91599               
 91600               static const char*
 91601               _CIM_FileSystem_NumberOfFiles_qualifiers[] =
 91602               {
 91603                   0,
 91604               };
 91605               
 91606 mike  1.1.2.1 static MetaProperty
 91607               _CIM_FileSystem_NumberOfFiles =
 91608               {
 91609                   /* flags */
 91610                   META_FLAG_PROPERTY|META_FLAG_READ,
 91611                   /* name */
 91612                   "NumberOfFiles",
 91613                   /* qualifiers */
 91614                   _CIM_FileSystem_NumberOfFiles_qualifiers,
 91615                   /* type */
 91616                   CIMTYPE_UINT64,
 91617                   /* subscript */
 91618                   -1,
 91619                   /* value */
 91620                   0,
 91621               };
 91622               
 91623               static MetaFeature*
 91624               _CIM_FileSystem_features[] =
 91625               {
 91626                   (MetaFeature*)&_CIM_FileSystem_CSCreationClassName,
 91627 mike  1.1.2.1     (MetaFeature*)&_CIM_FileSystem_CSName,
 91628                   (MetaFeature*)&_CIM_FileSystem_CreationClassName,
 91629                   (MetaFeature*)&_CIM_FileSystem_Name,
 91630                   (MetaFeature*)&_CIM_FileSystem_Root,
 91631                   (MetaFeature*)&_CIM_FileSystem_BlockSize,
 91632                   (MetaFeature*)&_CIM_FileSystem_FileSystemSize,
 91633                   (MetaFeature*)&_CIM_FileSystem_AvailableSpace,
 91634                   (MetaFeature*)&_CIM_FileSystem_ReadOnly,
 91635                   (MetaFeature*)&_CIM_FileSystem_EncryptionMethod,
 91636                   (MetaFeature*)&_CIM_FileSystem_CompressionMethod,
 91637                   (MetaFeature*)&_CIM_FileSystem_CaseSensitive,
 91638                   (MetaFeature*)&_CIM_FileSystem_CasePreserved,
 91639                   (MetaFeature*)&_CIM_FileSystem_CodeSet,
 91640                   (MetaFeature*)&_CIM_FileSystem_MaxFileNameLength,
 91641                   (MetaFeature*)&_CIM_FileSystem_ClusterSize,
 91642                   (MetaFeature*)&_CIM_FileSystem_FileSystemType,
 91643                   (MetaFeature*)&_CIM_FileSystem_PersistenceType,
 91644                   (MetaFeature*)&_CIM_FileSystem_OtherPersistenceType,
 91645                   (MetaFeature*)&_CIM_FileSystem_NumberOfFiles,
 91646                   0,
 91647               };
 91648 mike  1.1.2.1 
 91649               static const char*
 91650               __root_cimv2_CIM_FileSystem_qualifiers[] =
 91651               {
 91652                   /* UMLPackagePath */
 91653                   "\057CIM::System::FileElements",
 91654                   /* Version */
 91655                   "\0632.7.0",
 91656                   0,
 91657               };
 91658               
 91659               MetaClass
 91660               __root_cimv2_CIM_FileSystem =
 91661               {
 91662                   /* flags */
 91663                   META_FLAG_CLASS,
 91664                   /* name */
 91665                   "CIM_FileSystem",
 91666                   /* qualifiers */
 91667                   __root_cimv2_CIM_FileSystem_qualifiers,
 91668                   /* super */
 91669 mike  1.1.2.1     &__root_cimv2_CIM_EnabledLogicalElement,
 91670                   /* features */
 91671                   _CIM_FileSystem_features,
 91672               };
 91673               
 91674               //==============================================================================
 91675               //
 91676               // Class: CIM_FilterEntry
 91677               //
 91678               //==============================================================================
 91679               
 91680               static const char*
 91681               _CIM_FilterEntry_TrafficType_qualifiers[] =
 91682               {
 91683                   /* ValueMap */
 91684                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 91685                   /* Values */
 91686                   "\062\000\006Unknown\000IPv4\000IPX\000IPv6\000Any\000Other\000",
 91687                   /* ModelCorrespondence */
 91688                   "\036\000\001CIM_FilterEntry.OtherTrafficType\000",
 91689                   0,
 91690 mike  1.1.2.1 };
 91691               
 91692               static MetaProperty
 91693               _CIM_FilterEntry_TrafficType =
 91694               {
 91695                   /* flags */
 91696                   META_FLAG_PROPERTY|META_FLAG_READ,
 91697                   /* name */
 91698                   "TrafficType",
 91699                   /* qualifiers */
 91700                   _CIM_FilterEntry_TrafficType_qualifiers,
 91701                   /* type */
 91702                   CIMTYPE_UINT16,
 91703                   /* subscript */
 91704                   -1,
 91705                   /* value */
 91706                   0,
 91707               };
 91708               
 91709               static const char*
 91710               _CIM_FilterEntry_OtherTrafficType_qualifiers[] =
 91711 mike  1.1.2.1 {
 91712                   /* ModelCorrespondence */
 91713                   "\036\000\001CIM_FilterEntry.TrafficType\000",
 91714                   0,
 91715               };
 91716               
 91717               static MetaProperty
 91718               _CIM_FilterEntry_OtherTrafficType =
 91719               {
 91720                   /* flags */
 91721                   META_FLAG_PROPERTY|META_FLAG_READ,
 91722                   /* name */
 91723                   "OtherTrafficType",
 91724                   /* qualifiers */
 91725                   _CIM_FilterEntry_OtherTrafficType_qualifiers,
 91726                   /* type */
 91727                   CIMTYPE_STRING,
 91728                   /* subscript */
 91729                   -1,
 91730                   /* value */
 91731                   0,
 91732 mike  1.1.2.1 };
 91733               
 91734               static const char*
 91735               _CIM_FilterEntry_MatchConditionType_qualifiers[] =
 91736               {
 91737                   /* ValueMap */
 91738                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
 91739                   /* Values */
 91740                   "\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",
 91741                   /* ModelCorrespondence */
 91742                   "\036\000\001CIM_FilterEntry.OtherMatchConditionType\000",
 91743                   0,
 91744               };
 91745               
 91746               static MetaProperty
 91747               _CIM_FilterEntry_MatchConditionType =
 91748               {
 91749                   /* flags */
 91750                   META_FLAG_PROPERTY|META_FLAG_READ,
 91751                   /* name */
 91752                   "MatchConditionType",
 91753 mike  1.1.2.1     /* qualifiers */
 91754                   _CIM_FilterEntry_MatchConditionType_qualifiers,
 91755                   /* type */
 91756                   CIMTYPE_UINT16,
 91757                   /* subscript */
 91758                   -1,
 91759                   /* value */
 91760                   0,
 91761               };
 91762               
 91763               static const char*
 91764               _CIM_FilterEntry_OtherMatchConditionType_qualifiers[] =
 91765               {
 91766                   /* ModelCorrespondence */
 91767                   "\036\000\001CIM_FilterEntry.MatchConditionType\000",
 91768                   0,
 91769               };
 91770               
 91771               static MetaProperty
 91772               _CIM_FilterEntry_OtherMatchConditionType =
 91773               {
 91774 mike  1.1.2.1     /* flags */
 91775                   META_FLAG_PROPERTY|META_FLAG_READ,
 91776                   /* name */
 91777                   "OtherMatchConditionType",
 91778                   /* qualifiers */
 91779                   _CIM_FilterEntry_OtherMatchConditionType_qualifiers,
 91780                   /* type */
 91781                   CIMTYPE_STRING,
 91782                   /* subscript */
 91783                   -1,
 91784                   /* value */
 91785                   0,
 91786               };
 91787               
 91788               static const char*
 91789               _CIM_FilterEntry_MatchConditionValue_qualifiers[] =
 91790               {
 91791                   0,
 91792               };
 91793               
 91794               static MetaProperty
 91795 mike  1.1.2.1 _CIM_FilterEntry_MatchConditionValue =
 91796               {
 91797                   /* flags */
 91798                   META_FLAG_PROPERTY|META_FLAG_READ,
 91799                   /* name */
 91800                   "MatchConditionValue",
 91801                   /* qualifiers */
 91802                   _CIM_FilterEntry_MatchConditionValue_qualifiers,
 91803                   /* type */
 91804                   CIMTYPE_STRING,
 91805                   /* subscript */
 91806                   -1,
 91807                   /* value */
 91808                   0,
 91809               };
 91810               
 91811               static const char*
 91812               _CIM_FilterEntry_Action_qualifiers[] =
 91813               {
 91814                   /* ValueMap */
 91815                   "\061\000\0021\0002\000",
 91816 mike  1.1.2.1     /* Values */
 91817                   "\062\000\002Permit\000Deny\000",
 91818                   0,
 91819               };
 91820               
 91821               static MetaProperty
 91822               _CIM_FilterEntry_Action =
 91823               {
 91824                   /* flags */
 91825                   META_FLAG_PROPERTY|META_FLAG_READ,
 91826                   /* name */
 91827                   "Action",
 91828                   /* qualifiers */
 91829                   _CIM_FilterEntry_Action_qualifiers,
 91830                   /* type */
 91831                   CIMTYPE_UINT16,
 91832                   /* subscript */
 91833                   -1,
 91834                   /* value */
 91835                   0,
 91836               };
 91837 mike  1.1.2.1 
 91838               static const char*
 91839               _CIM_FilterEntry_DefaultFilter_qualifiers[] =
 91840               {
 91841                   0,
 91842               };
 91843               
 91844               static MetaProperty
 91845               _CIM_FilterEntry_DefaultFilter =
 91846               {
 91847                   /* flags */
 91848                   META_FLAG_PROPERTY|META_FLAG_READ,
 91849                   /* name */
 91850                   "DefaultFilter",
 91851                   /* qualifiers */
 91852                   _CIM_FilterEntry_DefaultFilter_qualifiers,
 91853                   /* type */
 91854                   CIMTYPE_BOOLEAN,
 91855                   /* subscript */
 91856                   -1,
 91857                   /* value */
 91858 mike  1.1.2.1     0,
 91859               };
 91860               
 91861               static const char*
 91862               _CIM_FilterEntry_TrafficClass_qualifiers[] =
 91863               {
 91864                   0,
 91865               };
 91866               
 91867               static MetaProperty
 91868               _CIM_FilterEntry_TrafficClass =
 91869               {
 91870                   /* flags */
 91871                   META_FLAG_PROPERTY|META_FLAG_READ,
 91872                   /* name */
 91873                   "TrafficClass",
 91874                   /* qualifiers */
 91875                   _CIM_FilterEntry_TrafficClass_qualifiers,
 91876                   /* type */
 91877                   CIMTYPE_STRING,
 91878                   /* subscript */
 91879 mike  1.1.2.1     -1,
 91880                   /* value */
 91881                   0,
 91882               };
 91883               
 91884               static MetaFeature*
 91885               _CIM_FilterEntry_features[] =
 91886               {
 91887                   (MetaFeature*)&_CIM_FilterEntry_TrafficType,
 91888                   (MetaFeature*)&_CIM_FilterEntry_OtherTrafficType,
 91889                   (MetaFeature*)&_CIM_FilterEntry_MatchConditionType,
 91890                   (MetaFeature*)&_CIM_FilterEntry_OtherMatchConditionType,
 91891                   (MetaFeature*)&_CIM_FilterEntry_MatchConditionValue,
 91892                   (MetaFeature*)&_CIM_FilterEntry_Action,
 91893                   (MetaFeature*)&_CIM_FilterEntry_DefaultFilter,
 91894                   (MetaFeature*)&_CIM_FilterEntry_TrafficClass,
 91895                   0,
 91896               };
 91897               
 91898               static const char*
 91899               __root_cimv2_CIM_FilterEntry_qualifiers[] =
 91900 mike  1.1.2.1 {
 91901                   /* UMLPackagePath */
 91902                   "\057CIM::Network::Filtering",
 91903                   /* Version */
 91904                   "\0632.7.0",
 91905                   0,
 91906               };
 91907               
 91908               MetaClass
 91909               __root_cimv2_CIM_FilterEntry =
 91910               {
 91911                   /* flags */
 91912                   META_FLAG_CLASS,
 91913                   /* name */
 91914                   "CIM_FilterEntry",
 91915                   /* qualifiers */
 91916                   __root_cimv2_CIM_FilterEntry_qualifiers,
 91917                   /* super */
 91918                   &__root_cimv2_CIM_FilterEntryBase,
 91919                   /* features */
 91920                   _CIM_FilterEntry_features,
 91921 mike  1.1.2.1 };
 91922               
 91923               //==============================================================================
 91924               //
 91925               // Class: CIM_IKEProposal
 91926               //
 91927               //==============================================================================
 91928               
 91929               static const char*
 91930               _CIM_IKEProposal_MaxLifetimeSeconds_qualifiers[] =
 91931               {
 91932                   /* Units */
 91933                   "\060Seconds",
 91934                   /* MappingStrings */
 91935                   "\026\000\001IPSP Policy Model.IETF|IKEProposal.MaxLifetimeSeconds\000",
 91936                   /* ModelCorrespondence */
 91937                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 91938                   0,
 91939               };
 91940               
 91941               static MetaProperty
 91942 mike  1.1.2.1 _CIM_IKEProposal_MaxLifetimeSeconds =
 91943               {
 91944                   /* flags */
 91945                   META_FLAG_PROPERTY|META_FLAG_READ,
 91946                   /* name */
 91947                   "MaxLifetimeSeconds",
 91948                   /* qualifiers */
 91949                   _CIM_IKEProposal_MaxLifetimeSeconds_qualifiers,
 91950                   /* type */
 91951                   CIMTYPE_UINT64,
 91952                   /* subscript */
 91953                   -1,
 91954                   /* value */
 91955                   0,
 91956               };
 91957               
 91958               static const char*
 91959               _CIM_IKEProposal_MaxLifetimeKilobytes_qualifiers[] =
 91960               {
 91961                   /* Units */
 91962                   "\060KiloBytes",
 91963 mike  1.1.2.1     /* MappingStrings */
 91964                   "\026\000\001IPSP Policy Model.IETF|IKEProposal.MaxLifetimeKilobytes\000",
 91965                   /* ModelCorrespondence */
 91966                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 91967                   0,
 91968               };
 91969               
 91970               static MetaProperty
 91971               _CIM_IKEProposal_MaxLifetimeKilobytes =
 91972               {
 91973                   /* flags */
 91974                   META_FLAG_PROPERTY|META_FLAG_READ,
 91975                   /* name */
 91976                   "MaxLifetimeKilobytes",
 91977                   /* qualifiers */
 91978                   _CIM_IKEProposal_MaxLifetimeKilobytes_qualifiers,
 91979                   /* type */
 91980                   CIMTYPE_UINT64,
 91981                   /* subscript */
 91982                   -1,
 91983                   /* value */
 91984 mike  1.1.2.1     0,
 91985               };
 91986               
 91987               static const char*
 91988               _CIM_IKEProposal_CipherAlgorithm_qualifiers[] =
 91989               {
 91990                   /* ValueMap */
 91991                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008..65000\00065001..65535\000",
 91992                   /* Values */
 91993                   "\062\000\011Other\000DES\000IDEA\000Blowfish\000RC5\0003DES\000CAST\000DMTF/IANA Reserved\000Vendor Reserved\000",
 91994                   /* MappingStrings */
 91995                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.CipherAlgorithm\000RFC2409.IETF|Appendix A\000",
 91996                   /* ModelCorrespondence */
 91997                   "\036\000\002CIM_IKESAEndpoint.CipherAlgorithm\000CIM_IKEProposal.OtherCipherAlgorithm\000",
 91998                   0,
 91999               };
 92000               
 92001               static MetaProperty
 92002               _CIM_IKEProposal_CipherAlgorithm =
 92003               {
 92004                   /* flags */
 92005 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92006                   /* name */
 92007                   "CipherAlgorithm",
 92008                   /* qualifiers */
 92009                   _CIM_IKEProposal_CipherAlgorithm_qualifiers,
 92010                   /* type */
 92011                   CIMTYPE_UINT16,
 92012                   /* subscript */
 92013                   -1,
 92014                   /* value */
 92015                   0,
 92016               };
 92017               
 92018               static const char*
 92019               _CIM_IKEProposal_OtherCipherAlgorithm_qualifiers[] =
 92020               {
 92021                   /* ModelCorrespondence */
 92022                   "\036\000\002CIM_IKESAEndpoint.OtherCipherAlgorithm\000CIM_IKEProposal.CipherAlgorithm\000",
 92023                   0,
 92024               };
 92025               
 92026 mike  1.1.2.1 static MetaProperty
 92027               _CIM_IKEProposal_OtherCipherAlgorithm =
 92028               {
 92029                   /* flags */
 92030                   META_FLAG_PROPERTY|META_FLAG_READ,
 92031                   /* name */
 92032                   "OtherCipherAlgorithm",
 92033                   /* qualifiers */
 92034                   _CIM_IKEProposal_OtherCipherAlgorithm_qualifiers,
 92035                   /* type */
 92036                   CIMTYPE_STRING,
 92037                   /* subscript */
 92038                   -1,
 92039                   /* value */
 92040                   0,
 92041               };
 92042               
 92043               static const char*
 92044               _CIM_IKEProposal_HashAlgorithm_qualifiers[] =
 92045               {
 92046                   /* ValueMap */
 92047 mike  1.1.2.1     "\061\000\0061\0002\0003\0004\0005..65000\00065001..65535\000",
 92048                   /* Values */
 92049                   "\062\000\006Other\000MD5\000SHA-1\000Tiger\000DMTF/IANA Reserved\000Vendor Reserved\000",
 92050                   /* MappingStrings */
 92051                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.HashAlgorithm\000RFC2409.IETF|Appendix A\000",
 92052                   /* ModelCorrespondence */
 92053                   "\036\000\002CIM_IKESAEndpoint.HashAlgorithm\000CIM_IKEProposal.OtherHashAlgorithm\000",
 92054                   0,
 92055               };
 92056               
 92057               static MetaProperty
 92058               _CIM_IKEProposal_HashAlgorithm =
 92059               {
 92060                   /* flags */
 92061                   META_FLAG_PROPERTY|META_FLAG_READ,
 92062                   /* name */
 92063                   "HashAlgorithm",
 92064                   /* qualifiers */
 92065                   _CIM_IKEProposal_HashAlgorithm_qualifiers,
 92066                   /* type */
 92067                   CIMTYPE_UINT16,
 92068 mike  1.1.2.1     /* subscript */
 92069                   -1,
 92070                   /* value */
 92071                   0,
 92072               };
 92073               
 92074               static const char*
 92075               _CIM_IKEProposal_OtherHashAlgorithm_qualifiers[] =
 92076               {
 92077                   /* ModelCorrespondence */
 92078                   "\036\000\002CIM_IKESAEndpoint.OtherHashAlgorithm\000CIM_IKEProposal.HashAlgorithm\000",
 92079                   0,
 92080               };
 92081               
 92082               static MetaProperty
 92083               _CIM_IKEProposal_OtherHashAlgorithm =
 92084               {
 92085                   /* flags */
 92086                   META_FLAG_PROPERTY|META_FLAG_READ,
 92087                   /* name */
 92088                   "OtherHashAlgorithm",
 92089 mike  1.1.2.1     /* qualifiers */
 92090                   _CIM_IKEProposal_OtherHashAlgorithm_qualifiers,
 92091                   /* type */
 92092                   CIMTYPE_STRING,
 92093                   /* subscript */
 92094                   -1,
 92095                   /* value */
 92096                   0,
 92097               };
 92098               
 92099               static const char*
 92100               _CIM_IKEProposal_AuthenticationMethod_qualifiers[] =
 92101               {
 92102                   /* ValueMap */
 92103                   "\061\000\0111\0002\0003\0004\0005\0006\0007..64999\00065000\00065001..65535\000",
 92104                   /* Values */
 92105                   "\062\000\011Other\000Pre-shared Key\000DSS Signatures\000RSA Signatures\000Encryption with RSA\000Revised Encryption with RSA\000DMTF/IANA Reserved\000Any\000Vendor Reserved\000",
 92106                   /* MappingStrings */
 92107                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.AuthenticationMethod\000RFC2409.IETF|Appendix A\000",
 92108                   /* ModelCorrespondence */
 92109                   "\036\000\002CIM_IKESAEndpoint.AuthenticationMethod\000CIM_IKEProposal.OtherAuthenticationMethod\000",
 92110 mike  1.1.2.1     0,
 92111               };
 92112               
 92113               static MetaProperty
 92114               _CIM_IKEProposal_AuthenticationMethod =
 92115               {
 92116                   /* flags */
 92117                   META_FLAG_PROPERTY|META_FLAG_READ,
 92118                   /* name */
 92119                   "AuthenticationMethod",
 92120                   /* qualifiers */
 92121                   _CIM_IKEProposal_AuthenticationMethod_qualifiers,
 92122                   /* type */
 92123                   CIMTYPE_UINT16,
 92124                   /* subscript */
 92125                   -1,
 92126                   /* value */
 92127                   0,
 92128               };
 92129               
 92130               static const char*
 92131 mike  1.1.2.1 _CIM_IKEProposal_OtherAuthenticationMethod_qualifiers[] =
 92132               {
 92133                   /* ModelCorrespondence */
 92134                   "\036\000\002CIM_IKESAEndpoint.OtherAuthenticationMethod\000CIM_IKEProposal.AuthenticationMethod\000",
 92135                   0,
 92136               };
 92137               
 92138               static MetaProperty
 92139               _CIM_IKEProposal_OtherAuthenticationMethod =
 92140               {
 92141                   /* flags */
 92142                   META_FLAG_PROPERTY|META_FLAG_READ,
 92143                   /* name */
 92144                   "OtherAuthenticationMethod",
 92145                   /* qualifiers */
 92146                   _CIM_IKEProposal_OtherAuthenticationMethod_qualifiers,
 92147                   /* type */
 92148                   CIMTYPE_STRING,
 92149                   /* subscript */
 92150                   -1,
 92151                   /* value */
 92152 mike  1.1.2.1     0,
 92153               };
 92154               
 92155               static const char*
 92156               _CIM_IKEProposal_GroupId_qualifiers[] =
 92157               {
 92158                   /* ValueMap */
 92159                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 92160                   /* Values */
 92161                   "\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",
 92162                   /* MappingStrings */
 92163                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.GroupID\000RFC2412.IETF|Appendix E\000",
 92164                   /* ModelCorrespondence */
 92165                   "\036\000\002CIM_IKESAEndpoint.GroupID\000CIM_IKEProposal.VendorID\000",
 92166                   0,
 92167               };
 92168               
 92169               static MetaProperty
 92170               _CIM_IKEProposal_GroupId =
 92171               {
 92172                   /* flags */
 92173 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92174                   /* name */
 92175                   "GroupId",
 92176                   /* qualifiers */
 92177                   _CIM_IKEProposal_GroupId_qualifiers,
 92178                   /* type */
 92179                   CIMTYPE_UINT16,
 92180                   /* subscript */
 92181                   -1,
 92182                   /* value */
 92183                   0,
 92184               };
 92185               
 92186               static const char*
 92187               _CIM_IKEProposal_VendorID_qualifiers[] =
 92188               {
 92189                   /* ModelCorrespondence */
 92190                   "\036\000\002CIM_IKESAEndpoint.VendorID\000CIM_IKEProposal.GroupId\000",
 92191                   0,
 92192               };
 92193               
 92194 mike  1.1.2.1 static MetaProperty
 92195               _CIM_IKEProposal_VendorID =
 92196               {
 92197                   /* flags */
 92198                   META_FLAG_PROPERTY|META_FLAG_READ,
 92199                   /* name */
 92200                   "VendorID",
 92201                   /* qualifiers */
 92202                   _CIM_IKEProposal_VendorID_qualifiers,
 92203                   /* type */
 92204                   CIMTYPE_STRING,
 92205                   /* subscript */
 92206                   -1,
 92207                   /* value */
 92208                   0,
 92209               };
 92210               
 92211               static MetaFeature*
 92212               _CIM_IKEProposal_features[] =
 92213               {
 92214                   (MetaFeature*)&_CIM_IKEProposal_MaxLifetimeSeconds,
 92215 mike  1.1.2.1     (MetaFeature*)&_CIM_IKEProposal_MaxLifetimeKilobytes,
 92216                   (MetaFeature*)&_CIM_IKEProposal_CipherAlgorithm,
 92217                   (MetaFeature*)&_CIM_IKEProposal_OtherCipherAlgorithm,
 92218                   (MetaFeature*)&_CIM_IKEProposal_HashAlgorithm,
 92219                   (MetaFeature*)&_CIM_IKEProposal_OtherHashAlgorithm,
 92220                   (MetaFeature*)&_CIM_IKEProposal_AuthenticationMethod,
 92221                   (MetaFeature*)&_CIM_IKEProposal_OtherAuthenticationMethod,
 92222                   (MetaFeature*)&_CIM_IKEProposal_GroupId,
 92223                   (MetaFeature*)&_CIM_IKEProposal_VendorID,
 92224                   0,
 92225               };
 92226               
 92227               static const char*
 92228               __root_cimv2_CIM_IKEProposal_qualifiers[] =
 92229               {
 92230                   /* UMLPackagePath */
 92231                   "\057CIM::IPsecPolicy",
 92232                   /* Version */
 92233                   "\0632.8.0",
 92234                   /* MappingStrings */
 92235                   "\026\000\001IPSP Policy Model.IETF|IKEProposal\000",
 92236 mike  1.1.2.1     0,
 92237               };
 92238               
 92239               MetaClass
 92240               __root_cimv2_CIM_IKEProposal =
 92241               {
 92242                   /* flags */
 92243                   META_FLAG_CLASS,
 92244                   /* name */
 92245                   "CIM_IKEProposal",
 92246                   /* qualifiers */
 92247                   __root_cimv2_CIM_IKEProposal_qualifiers,
 92248                   /* super */
 92249                   &__root_cimv2_CIM_SAProposal,
 92250                   /* features */
 92251                   _CIM_IKEProposal_features,
 92252               };
 92253               
 92254               //==============================================================================
 92255               //
 92256               // Class: CIM_IPCOMPTransform
 92257 mike  1.1.2.1 //
 92258               //==============================================================================
 92259               
 92260               static const char*
 92261               _CIM_IPCOMPTransform_Algorithm_qualifiers[] =
 92262               {
 92263                   /* ValueMap */
 92264                   "\061\000\0041\0002\0003\0004\000",
 92265                   /* Values */
 92266                   "\062\000\004Other\000Vendor Algorithm/OUI\000DEFLATE\000LZS\000",
 92267                   /* MappingStrings */
 92268                   "\026\000\002IPSP Model.IETF|IPCOMPTransform.Algorithm\000RFC2407.IETF|Section 4.4.5\000",
 92269                   /* ModelCorrespondence */
 92270                   "\036\000\002CIM_IPCOMPTransform.PrivateAlgorithm\000CIM_IPCOMPTransform.OtherAlgorithm\000",
 92271                   0,
 92272               };
 92273               
 92274               static MetaProperty
 92275               _CIM_IPCOMPTransform_Algorithm =
 92276               {
 92277                   /* flags */
 92278 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92279                   /* name */
 92280                   "Algorithm",
 92281                   /* qualifiers */
 92282                   _CIM_IPCOMPTransform_Algorithm_qualifiers,
 92283                   /* type */
 92284                   CIMTYPE_UINT16,
 92285                   /* subscript */
 92286                   -1,
 92287                   /* value */
 92288                   0,
 92289               };
 92290               
 92291               static const char*
 92292               _CIM_IPCOMPTransform_OtherAlgorithm_qualifiers[] =
 92293               {
 92294                   /* ModelCorrespondence */
 92295                   "\036\000\001CIM_IPCOMPTransform.Algorithm\000",
 92296                   0,
 92297               };
 92298               
 92299 mike  1.1.2.1 static MetaProperty
 92300               _CIM_IPCOMPTransform_OtherAlgorithm =
 92301               {
 92302                   /* flags */
 92303                   META_FLAG_PROPERTY|META_FLAG_READ,
 92304                   /* name */
 92305                   "OtherAlgorithm",
 92306                   /* qualifiers */
 92307                   _CIM_IPCOMPTransform_OtherAlgorithm_qualifiers,
 92308                   /* type */
 92309                   CIMTYPE_STRING,
 92310                   /* subscript */
 92311                   -1,
 92312                   /* value */
 92313                   0,
 92314               };
 92315               
 92316               static const char*
 92317               _CIM_IPCOMPTransform_PrivateAlgorithm_qualifiers[] =
 92318               {
 92319                   /* MappingStrings */
 92320 mike  1.1.2.1     "\026\000\001IPSP Model.IETF|IPCOMPTransform.PrivateAlgorithm\000",
 92321                   /* ModelCorrespondence */
 92322                   "\036\000\001CIM_IPCOMPTransform.Algorithm\000",
 92323                   0,
 92324               };
 92325               
 92326               static MetaProperty
 92327               _CIM_IPCOMPTransform_PrivateAlgorithm =
 92328               {
 92329                   /* flags */
 92330                   META_FLAG_PROPERTY|META_FLAG_READ,
 92331                   /* name */
 92332                   "PrivateAlgorithm",
 92333                   /* qualifiers */
 92334                   _CIM_IPCOMPTransform_PrivateAlgorithm_qualifiers,
 92335                   /* type */
 92336                   CIMTYPE_UINT32,
 92337                   /* subscript */
 92338                   -1,
 92339                   /* value */
 92340                   0,
 92341 mike  1.1.2.1 };
 92342               
 92343               static const char*
 92344               _CIM_IPCOMPTransform_DictionarySize_qualifiers[] =
 92345               {
 92346                   /* MappingStrings */
 92347                   "\026\000\001IPSP Model.IETF|IPCOMPTransform.DictionarySize\000",
 92348                   0,
 92349               };
 92350               
 92351               static MetaProperty
 92352               _CIM_IPCOMPTransform_DictionarySize =
 92353               {
 92354                   /* flags */
 92355                   META_FLAG_PROPERTY|META_FLAG_READ,
 92356                   /* name */
 92357                   "DictionarySize",
 92358                   /* qualifiers */
 92359                   _CIM_IPCOMPTransform_DictionarySize_qualifiers,
 92360                   /* type */
 92361                   CIMTYPE_UINT16,
 92362 mike  1.1.2.1     /* subscript */
 92363                   -1,
 92364                   /* value */
 92365                   0,
 92366               };
 92367               
 92368               static MetaFeature*
 92369               _CIM_IPCOMPTransform_features[] =
 92370               {
 92371                   (MetaFeature*)&_CIM_IPCOMPTransform_Algorithm,
 92372                   (MetaFeature*)&_CIM_IPCOMPTransform_OtherAlgorithm,
 92373                   (MetaFeature*)&_CIM_IPCOMPTransform_PrivateAlgorithm,
 92374                   (MetaFeature*)&_CIM_IPCOMPTransform_DictionarySize,
 92375                   0,
 92376               };
 92377               
 92378               static const char*
 92379               __root_cimv2_CIM_IPCOMPTransform_qualifiers[] =
 92380               {
 92381                   /* UMLPackagePath */
 92382                   "\057CIM::Network::IPsec",
 92383 mike  1.1.2.1     /* Version */
 92384                   "\0632.8.0",
 92385                   /* MappingStrings */
 92386                   "\026\000\001IPSP Model.IETF|IPCOMPTransform\000",
 92387                   0,
 92388               };
 92389               
 92390               MetaClass
 92391               __root_cimv2_CIM_IPCOMPTransform =
 92392               {
 92393                   /* flags */
 92394                   META_FLAG_CLASS,
 92395                   /* name */
 92396                   "CIM_IPCOMPTransform",
 92397                   /* qualifiers */
 92398                   __root_cimv2_CIM_IPCOMPTransform_qualifiers,
 92399                   /* super */
 92400                   &__root_cimv2_CIM_SATransform,
 92401                   /* features */
 92402                   _CIM_IPCOMPTransform_features,
 92403               };
 92404 mike  1.1.2.1 
 92405               //==============================================================================
 92406               //
 92407               // Class: CIM_IPsecProposal
 92408               //
 92409               //==============================================================================
 92410               
 92411               static MetaFeature*
 92412               _CIM_IPsecProposal_features[] =
 92413               {
 92414                   0,
 92415               };
 92416               
 92417               static const char*
 92418               __root_cimv2_CIM_IPsecProposal_qualifiers[] =
 92419               {
 92420                   /* UMLPackagePath */
 92421                   "\057CIM::IPsecPolicy",
 92422                   /* Version */
 92423                   "\0632.8.0",
 92424                   /* MappingStrings */
 92425 mike  1.1.2.1     "\026\000\001IPSP Policy Model.IETF|IPsecProposal\000",
 92426                   0,
 92427               };
 92428               
 92429               MetaClass
 92430               __root_cimv2_CIM_IPsecProposal =
 92431               {
 92432                   /* flags */
 92433                   META_FLAG_CLASS,
 92434                   /* name */
 92435                   "CIM_IPsecProposal",
 92436                   /* qualifiers */
 92437                   __root_cimv2_CIM_IPsecProposal_qualifiers,
 92438                   /* super */
 92439                   &__root_cimv2_CIM_SAProposal,
 92440                   /* features */
 92441                   _CIM_IPsecProposal_features,
 92442               };
 92443               
 92444               //==============================================================================
 92445               //
 92446 mike  1.1.2.1 // Class: CIM_J2eeConnectionPoolStats
 92447               //
 92448               //==============================================================================
 92449               
 92450               static const char*
 92451               _CIM_J2eeConnectionPoolStats_CloseCount_qualifiers[] =
 92452               {
 92453                   /* Counter */
 92454                   "\012\001",
 92455                   /* MappingStrings */
 92456                   "\026\000\001JSR77.JCP|JSR77.6.20.1.1 getCloseCount|V1.0\000",
 92457                   0,
 92458               };
 92459               
 92460               static MetaProperty
 92461               _CIM_J2eeConnectionPoolStats_CloseCount =
 92462               {
 92463                   /* flags */
 92464                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 92465                   /* name */
 92466                   "CloseCount",
 92467 mike  1.1.2.1     /* qualifiers */
 92468                   _CIM_J2eeConnectionPoolStats_CloseCount_qualifiers,
 92469                   /* type */
 92470                   CIMTYPE_UINT64,
 92471                   /* subscript */
 92472                   -1,
 92473                   /* value */
 92474                   0,
 92475               };
 92476               
 92477               static const char*
 92478               _CIM_J2eeConnectionPoolStats_CreateCount_qualifiers[] =
 92479               {
 92480                   /* Counter */
 92481                   "\012\001",
 92482                   /* MappingStrings */
 92483                   "\026\000\001JSR77.JCP|JSR77.6.20.1.2 getCreateCount|V1.0\000",
 92484                   0,
 92485               };
 92486               
 92487               static MetaProperty
 92488 mike  1.1.2.1 _CIM_J2eeConnectionPoolStats_CreateCount =
 92489               {
 92490                   /* flags */
 92491                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 92492                   /* name */
 92493                   "CreateCount",
 92494                   /* qualifiers */
 92495                   _CIM_J2eeConnectionPoolStats_CreateCount_qualifiers,
 92496                   /* type */
 92497                   CIMTYPE_UINT64,
 92498                   /* subscript */
 92499                   -1,
 92500                   /* value */
 92501                   0,
 92502               };
 92503               
 92504               static const char*
 92505               _CIM_J2eeConnectionPoolStats_FreePoolSize_qualifiers[] =
 92506               {
 92507                   /* Gauge */
 92508                   "\023\001",
 92509 mike  1.1.2.1     /* MappingStrings */
 92510                   "\026\000\001JSR77.JCP|JSR77.6.20.1.3 getFreePoolSize|V1.0\000",
 92511                   0,
 92512               };
 92513               
 92514               static MetaProperty
 92515               _CIM_J2eeConnectionPoolStats_FreePoolSize =
 92516               {
 92517                   /* flags */
 92518                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92519                   /* name */
 92520                   "FreePoolSize",
 92521                   /* qualifiers */
 92522                   _CIM_J2eeConnectionPoolStats_FreePoolSize_qualifiers,
 92523                   /* type */
 92524                   CIMTYPE_UINT64,
 92525                   /* subscript */
 92526                   -1,
 92527                   /* value */
 92528                   0,
 92529               };
 92530 mike  1.1.2.1 
 92531               static const char*
 92532               _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound_qualifiers[] =
 92533               {
 92534                   /* MappingStrings */
 92535                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92536                   0,
 92537               };
 92538               
 92539               static MetaProperty
 92540               _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound =
 92541               {
 92542                   /* flags */
 92543                   META_FLAG_PROPERTY|META_FLAG_READ,
 92544                   /* name */
 92545                   "FreePoolSizeUpperBound",
 92546                   /* qualifiers */
 92547                   _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound_qualifiers,
 92548                   /* type */
 92549                   CIMTYPE_UINT64,
 92550                   /* subscript */
 92551 mike  1.1.2.1     -1,
 92552                   /* value */
 92553                   0,
 92554               };
 92555               
 92556               static const char*
 92557               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound_qualifiers[] =
 92558               {
 92559                   /* MappingStrings */
 92560                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92561                   0,
 92562               };
 92563               
 92564               static MetaProperty
 92565               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound =
 92566               {
 92567                   /* flags */
 92568                   META_FLAG_PROPERTY|META_FLAG_READ,
 92569                   /* name */
 92570                   "FreePoolSizeLowerBound",
 92571                   /* qualifiers */
 92572 mike  1.1.2.1     _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound_qualifiers,
 92573                   /* type */
 92574                   CIMTYPE_UINT64,
 92575                   /* subscript */
 92576                   -1,
 92577                   /* value */
 92578                   0,
 92579               };
 92580               
 92581               static const char*
 92582               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark_qualifiers[] =
 92583               {
 92584                   /* MappingStrings */
 92585                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92586                   0,
 92587               };
 92588               
 92589               static MetaProperty
 92590               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark =
 92591               {
 92592                   /* flags */
 92593 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92594                   /* name */
 92595                   "FreePoolSizeLowWaterMark",
 92596                   /* qualifiers */
 92597                   _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark_qualifiers,
 92598                   /* type */
 92599                   CIMTYPE_UINT64,
 92600                   /* subscript */
 92601                   -1,
 92602                   /* value */
 92603                   0,
 92604               };
 92605               
 92606               static const char*
 92607               _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark_qualifiers[] =
 92608               {
 92609                   /* MappingStrings */
 92610                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92611                   0,
 92612               };
 92613               
 92614 mike  1.1.2.1 static MetaProperty
 92615               _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark =
 92616               {
 92617                   /* flags */
 92618                   META_FLAG_PROPERTY|META_FLAG_READ,
 92619                   /* name */
 92620                   "FreePoolSizeHighWaterMark",
 92621                   /* qualifiers */
 92622                   _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark_qualifiers,
 92623                   /* type */
 92624                   CIMTYPE_UINT64,
 92625                   /* subscript */
 92626                   -1,
 92627                   /* value */
 92628                   0,
 92629               };
 92630               
 92631               static const char*
 92632               _CIM_J2eeConnectionPoolStats_PoolSize_qualifiers[] =
 92633               {
 92634                   /* Gauge */
 92635 mike  1.1.2.1     "\023\001",
 92636                   /* MappingStrings */
 92637                   "\026\000\001JSR77.JCP|JSR77.6.20.1.4 getPoolSize|V1.0\000",
 92638                   0,
 92639               };
 92640               
 92641               static MetaProperty
 92642               _CIM_J2eeConnectionPoolStats_PoolSize =
 92643               {
 92644                   /* flags */
 92645                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92646                   /* name */
 92647                   "PoolSize",
 92648                   /* qualifiers */
 92649                   _CIM_J2eeConnectionPoolStats_PoolSize_qualifiers,
 92650                   /* type */
 92651                   CIMTYPE_UINT64,
 92652                   /* subscript */
 92653                   -1,
 92654                   /* value */
 92655                   0,
 92656 mike  1.1.2.1 };
 92657               
 92658               static const char*
 92659               _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound_qualifiers[] =
 92660               {
 92661                   /* MappingStrings */
 92662                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92663                   0,
 92664               };
 92665               
 92666               static MetaProperty
 92667               _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound =
 92668               {
 92669                   /* flags */
 92670                   META_FLAG_PROPERTY|META_FLAG_READ,
 92671                   /* name */
 92672                   "PoolSizeUpperBound",
 92673                   /* qualifiers */
 92674                   _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound_qualifiers,
 92675                   /* type */
 92676                   CIMTYPE_UINT64,
 92677 mike  1.1.2.1     /* subscript */
 92678                   -1,
 92679                   /* value */
 92680                   0,
 92681               };
 92682               
 92683               static const char*
 92684               _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound_qualifiers[] =
 92685               {
 92686                   /* MappingStrings */
 92687                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92688                   0,
 92689               };
 92690               
 92691               static MetaProperty
 92692               _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound =
 92693               {
 92694                   /* flags */
 92695                   META_FLAG_PROPERTY|META_FLAG_READ,
 92696                   /* name */
 92697                   "PoolSizeLowerBound",
 92698 mike  1.1.2.1     /* qualifiers */
 92699                   _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound_qualifiers,
 92700                   /* type */
 92701                   CIMTYPE_UINT64,
 92702                   /* subscript */
 92703                   -1,
 92704                   /* value */
 92705                   0,
 92706               };
 92707               
 92708               static const char*
 92709               _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark_qualifiers[] =
 92710               {
 92711                   /* MappingStrings */
 92712                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92713                   0,
 92714               };
 92715               
 92716               static MetaProperty
 92717               _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark =
 92718               {
 92719 mike  1.1.2.1     /* flags */
 92720                   META_FLAG_PROPERTY|META_FLAG_READ,
 92721                   /* name */
 92722                   "PoolSizeLowWaterMark",
 92723                   /* qualifiers */
 92724                   _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark_qualifiers,
 92725                   /* type */
 92726                   CIMTYPE_UINT64,
 92727                   /* subscript */
 92728                   -1,
 92729                   /* value */
 92730                   0,
 92731               };
 92732               
 92733               static const char*
 92734               _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark_qualifiers[] =
 92735               {
 92736                   /* MappingStrings */
 92737                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92738                   0,
 92739               };
 92740 mike  1.1.2.1 
 92741               static MetaProperty
 92742               _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark =
 92743               {
 92744                   /* flags */
 92745                   META_FLAG_PROPERTY|META_FLAG_READ,
 92746                   /* name */
 92747                   "PoolSizeHighWaterMark",
 92748                   /* qualifiers */
 92749                   _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark_qualifiers,
 92750                   /* type */
 92751                   CIMTYPE_UINT64,
 92752                   /* subscript */
 92753                   -1,
 92754                   /* value */
 92755                   0,
 92756               };
 92757               
 92758               static const char*
 92759               _CIM_J2eeConnectionPoolStats_WaitingThreadCount_qualifiers[] =
 92760               {
 92761 mike  1.1.2.1     /* Gauge */
 92762                   "\023\001",
 92763                   /* MappingStrings */
 92764                   "\026\000\001JSR77.JCP|JSR77.6.20.1.5 getWaitingThreadCount|V1.0\000",
 92765                   0,
 92766               };
 92767               
 92768               static MetaProperty
 92769               _CIM_J2eeConnectionPoolStats_WaitingThreadCount =
 92770               {
 92771                   /* flags */
 92772                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92773                   /* name */
 92774                   "WaitingThreadCount",
 92775                   /* qualifiers */
 92776                   _CIM_J2eeConnectionPoolStats_WaitingThreadCount_qualifiers,
 92777                   /* type */
 92778                   CIMTYPE_UINT64,
 92779                   /* subscript */
 92780                   -1,
 92781                   /* value */
 92782 mike  1.1.2.1     0,
 92783               };
 92784               
 92785               static const char*
 92786               _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound_qualifiers[] =
 92787               {
 92788                   /* MappingStrings */
 92789                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92790                   0,
 92791               };
 92792               
 92793               static MetaProperty
 92794               _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound =
 92795               {
 92796                   /* flags */
 92797                   META_FLAG_PROPERTY|META_FLAG_READ,
 92798                   /* name */
 92799                   "WaitingThreadCountUpperBound",
 92800                   /* qualifiers */
 92801                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound_qualifiers,
 92802                   /* type */
 92803 mike  1.1.2.1     CIMTYPE_UINT64,
 92804                   /* subscript */
 92805                   -1,
 92806                   /* value */
 92807                   0,
 92808               };
 92809               
 92810               static const char*
 92811               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound_qualifiers[] =
 92812               {
 92813                   /* MappingStrings */
 92814                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92815                   0,
 92816               };
 92817               
 92818               static MetaProperty
 92819               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound =
 92820               {
 92821                   /* flags */
 92822                   META_FLAG_PROPERTY|META_FLAG_READ,
 92823                   /* name */
 92824 mike  1.1.2.1     "WaitingThreadCountLowerBound",
 92825                   /* qualifiers */
 92826                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound_qualifiers,
 92827                   /* type */
 92828                   CIMTYPE_UINT64,
 92829                   /* subscript */
 92830                   -1,
 92831                   /* value */
 92832                   0,
 92833               };
 92834               
 92835               static const char*
 92836               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark_qualifiers[] =
 92837               {
 92838                   /* MappingStrings */
 92839                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92840                   0,
 92841               };
 92842               
 92843               static MetaProperty
 92844               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark =
 92845 mike  1.1.2.1 {
 92846                   /* flags */
 92847                   META_FLAG_PROPERTY|META_FLAG_READ,
 92848                   /* name */
 92849                   "WaitingThreadCountLowWaterMark",
 92850                   /* qualifiers */
 92851                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark_qualifiers,
 92852                   /* type */
 92853                   CIMTYPE_UINT64,
 92854                   /* subscript */
 92855                   -1,
 92856                   /* value */
 92857                   0,
 92858               };
 92859               
 92860               static const char*
 92861               _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark_qualifiers[] =
 92862               {
 92863                   /* MappingStrings */
 92864                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92865                   0,
 92866 mike  1.1.2.1 };
 92867               
 92868               static MetaProperty
 92869               _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark =
 92870               {
 92871                   /* flags */
 92872                   META_FLAG_PROPERTY|META_FLAG_READ,
 92873                   /* name */
 92874                   "WaitingThreadCountHighWaterMark",
 92875                   /* qualifiers */
 92876                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark_qualifiers,
 92877                   /* type */
 92878                   CIMTYPE_UINT64,
 92879                   /* subscript */
 92880                   -1,
 92881                   /* value */
 92882                   0,
 92883               };
 92884               
 92885               static MetaFeature*
 92886               _CIM_J2eeConnectionPoolStats_features[] =
 92887 mike  1.1.2.1 {
 92888                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_CloseCount,
 92889                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_CreateCount,
 92890                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSize,
 92891                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound,
 92892                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound,
 92893                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark,
 92894                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark,
 92895                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSize,
 92896                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeUpperBound,
 92897                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeLowerBound,
 92898                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark,
 92899                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark,
 92900                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCount,
 92901                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound,
 92902                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound,
 92903                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark,
 92904                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark,
 92905                   0,
 92906               };
 92907               
 92908 mike  1.1.2.1 static const char*
 92909               __root_cimv2_CIM_J2eeConnectionPoolStats_qualifiers[] =
 92910               {
 92911                   /* UMLPackagePath */
 92912                   "\057CIM::Application::J2eeAppServerStats",
 92913                   /* Version */
 92914                   "\0632.8.0",
 92915                   0,
 92916               };
 92917               
 92918               MetaClass
 92919               __root_cimv2_CIM_J2eeConnectionPoolStats =
 92920               {
 92921                   /* flags */
 92922                   META_FLAG_CLASS,
 92923                   /* name */
 92924                   "CIM_J2eeConnectionPoolStats",
 92925                   /* qualifiers */
 92926                   __root_cimv2_CIM_J2eeConnectionPoolStats_qualifiers,
 92927                   /* super */
 92928                   &__root_cimv2_CIM_J2eeConnectionStats,
 92929 mike  1.1.2.1     /* features */
 92930                   _CIM_J2eeConnectionPoolStats_features,
 92931               };
 92932               
 92933               //==============================================================================
 92934               //
 92935               // Class: CIM_J2eeJCAConnectionFactory
 92936               //
 92937               //==============================================================================
 92938               
 92939               static const char*
 92940               _CIM_J2eeJCAConnectionFactory_InstanceID_qualifiers[] =
 92941               {
 92942                   /* Key */
 92943                   "\025\001",
 92944                   /* ModelCorrespondence */
 92945                   "\036\000\001CIM_J2eeJCAConnectionFactory.Name\000",
 92946                   0,
 92947               };
 92948               
 92949               static MetaProperty
 92950 mike  1.1.2.1 _CIM_J2eeJCAConnectionFactory_InstanceID =
 92951               {
 92952                   /* flags */
 92953                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 92954                   /* name */
 92955                   "InstanceID",
 92956                   /* qualifiers */
 92957                   _CIM_J2eeJCAConnectionFactory_InstanceID_qualifiers,
 92958                   /* type */
 92959                   CIMTYPE_STRING,
 92960                   /* subscript */
 92961                   -1,
 92962                   /* value */
 92963                   0,
 92964               };
 92965               
 92966               static const char*
 92967               _CIM_J2eeJCAConnectionFactory_Name_qualifiers[] =
 92968               {
 92969                   /* Override */
 92970                   "\044Name",
 92971 mike  1.1.2.1     /* MaxLen */
 92972                   "\030\000\000\001\000",
 92973                   /* MappingStrings */
 92974                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 92975                   /* ModelCorrespondence */
 92976                   "\036\000\001CIM_J2eeJCAConnectionFactory.InstanceID\000",
 92977                   0,
 92978               };
 92979               
 92980               static MetaProperty
 92981               _CIM_J2eeJCAConnectionFactory_Name =
 92982               {
 92983                   /* flags */
 92984                   META_FLAG_PROPERTY|META_FLAG_READ,
 92985                   /* name */
 92986                   "Name",
 92987                   /* qualifiers */
 92988                   _CIM_J2eeJCAConnectionFactory_Name_qualifiers,
 92989                   /* type */
 92990                   CIMTYPE_STRING,
 92991                   /* subscript */
 92992 mike  1.1.2.1     -1,
 92993                   /* value */
 92994                   0,
 92995               };
 92996               
 92997               static MetaFeature*
 92998               _CIM_J2eeJCAConnectionFactory_features[] =
 92999               {
 93000                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactory_InstanceID,
 93001                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactory_Name,
 93002                   0,
 93003               };
 93004               
 93005               static const char*
 93006               __root_cimv2_CIM_J2eeJCAConnectionFactory_qualifiers[] =
 93007               {
 93008                   /* UMLPackagePath */
 93009                   "\057CIM::Application::J2eeAppServer",
 93010                   /* Version */
 93011                   "\0632.8.0",
 93012                   0,
 93013 mike  1.1.2.1 };
 93014               
 93015               MetaClass
 93016               __root_cimv2_CIM_J2eeJCAConnectionFactory =
 93017               {
 93018                   /* flags */
 93019                   META_FLAG_CLASS,
 93020                   /* name */
 93021                   "CIM_J2eeJCAConnectionFactory",
 93022                   /* qualifiers */
 93023                   __root_cimv2_CIM_J2eeJCAConnectionFactory_qualifiers,
 93024                   /* super */
 93025                   &__root_cimv2_CIM_EnabledLogicalElement,
 93026                   /* features */
 93027                   _CIM_J2eeJCAConnectionFactory_features,
 93028               };
 93029               
 93030               //==============================================================================
 93031               //
 93032               // Class: CIM_J2eeJCAConnectionPools
 93033               //
 93034 mike  1.1.2.1 //==============================================================================
 93035               
 93036               static const char*
 93037               _CIM_J2eeJCAConnectionPools_Stats_qualifiers[] =
 93038               {
 93039                   /* Override */
 93040                   "\044Stats",
 93041                   0,
 93042               };
 93043               
 93044               static MetaReference
 93045               _CIM_J2eeJCAConnectionPools_Stats =
 93046               {
 93047                   /* flags */
 93048                   META_FLAG_REFERENCE|META_FLAG_READ,
 93049                   /* name */
 93050                   "Stats",
 93051                   /* qualifiers */
 93052                   _CIM_J2eeJCAConnectionPools_Stats_qualifiers,
 93053                   /* subscript */
 93054                   -1,
 93055 mike  1.1.2.1     /* refId */
 93056                   &__root_cimv2_CIM_J2eeJCAStats,
 93057               };
 93058               
 93059               static const char*
 93060               _CIM_J2eeJCAConnectionPools_RelatedStats_qualifiers[] =
 93061               {
 93062                   /* Override */
 93063                   "\044RelatedStats",
 93064                   0,
 93065               };
 93066               
 93067               static MetaReference
 93068               _CIM_J2eeJCAConnectionPools_RelatedStats =
 93069               {
 93070                   /* flags */
 93071                   META_FLAG_REFERENCE|META_FLAG_READ,
 93072                   /* name */
 93073                   "RelatedStats",
 93074                   /* qualifiers */
 93075                   _CIM_J2eeJCAConnectionPools_RelatedStats_qualifiers,
 93076 mike  1.1.2.1     /* subscript */
 93077                   -1,
 93078                   /* refId */
 93079                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
 93080               };
 93081               
 93082               static MetaFeature*
 93083               _CIM_J2eeJCAConnectionPools_features[] =
 93084               {
 93085                   (MetaFeature*)&_CIM_J2eeJCAConnectionPools_Stats,
 93086                   (MetaFeature*)&_CIM_J2eeJCAConnectionPools_RelatedStats,
 93087                   0,
 93088               };
 93089               
 93090               static const char*
 93091               __root_cimv2_CIM_J2eeJCAConnectionPools_qualifiers[] =
 93092               {
 93093                   /* ASSOCIATION */
 93094                   "\000\001",
 93095                   /* UMLPackagePath */
 93096                   "\057CIM::Application::J2eeAppServerStats",
 93097 mike  1.1.2.1     /* Version */
 93098                   "\0632.8.0",
 93099                   0,
 93100               };
 93101               
 93102               MetaClass
 93103               __root_cimv2_CIM_J2eeJCAConnectionPools =
 93104               {
 93105                   /* flags */
 93106                   META_FLAG_ASSOCIATION,
 93107                   /* name */
 93108                   "CIM_J2eeJCAConnectionPools",
 93109                   /* qualifiers */
 93110                   __root_cimv2_CIM_J2eeJCAConnectionPools_qualifiers,
 93111                   /* super */
 93112                   &__root_cimv2_CIM_RelatedStatisticalData,
 93113                   /* features */
 93114                   _CIM_J2eeJCAConnectionPools_features,
 93115               };
 93116               
 93117               //==============================================================================
 93118 mike  1.1.2.1 //
 93119               // Class: CIM_J2eeJCAManagedConnectionFactory
 93120               //
 93121               //==============================================================================
 93122               
 93123               static const char*
 93124               _CIM_J2eeJCAManagedConnectionFactory_InstanceID_qualifiers[] =
 93125               {
 93126                   /* Key */
 93127                   "\025\001",
 93128                   /* ModelCorrespondence */
 93129                   "\036\000\001CIM_J2eeJCAManagedConnectionFactory.Name\000",
 93130                   0,
 93131               };
 93132               
 93133               static MetaProperty
 93134               _CIM_J2eeJCAManagedConnectionFactory_InstanceID =
 93135               {
 93136                   /* flags */
 93137                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93138                   /* name */
 93139 mike  1.1.2.1     "InstanceID",
 93140                   /* qualifiers */
 93141                   _CIM_J2eeJCAManagedConnectionFactory_InstanceID_qualifiers,
 93142                   /* type */
 93143                   CIMTYPE_STRING,
 93144                   /* subscript */
 93145                   -1,
 93146                   /* value */
 93147                   0,
 93148               };
 93149               
 93150               static const char*
 93151               _CIM_J2eeJCAManagedConnectionFactory_Name_qualifiers[] =
 93152               {
 93153                   /* Override */
 93154                   "\044Name",
 93155                   /* MaxLen */
 93156                   "\030\000\000\001\000",
 93157                   /* MappingStrings */
 93158                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93159                   /* ModelCorrespondence */
 93160 mike  1.1.2.1     "\036\000\001CIM_J2eeJCAManagedConnectionFactory.InstanceID\000",
 93161                   0,
 93162               };
 93163               
 93164               static MetaProperty
 93165               _CIM_J2eeJCAManagedConnectionFactory_Name =
 93166               {
 93167                   /* flags */
 93168                   META_FLAG_PROPERTY|META_FLAG_READ,
 93169                   /* name */
 93170                   "Name",
 93171                   /* qualifiers */
 93172                   _CIM_J2eeJCAManagedConnectionFactory_Name_qualifiers,
 93173                   /* type */
 93174                   CIMTYPE_STRING,
 93175                   /* subscript */
 93176                   -1,
 93177                   /* value */
 93178                   0,
 93179               };
 93180               
 93181 mike  1.1.2.1 static MetaFeature*
 93182               _CIM_J2eeJCAManagedConnectionFactory_features[] =
 93183               {
 93184                   (MetaFeature*)&_CIM_J2eeJCAManagedConnectionFactory_InstanceID,
 93185                   (MetaFeature*)&_CIM_J2eeJCAManagedConnectionFactory_Name,
 93186                   0,
 93187               };
 93188               
 93189               static const char*
 93190               __root_cimv2_CIM_J2eeJCAManagedConnectionFactory_qualifiers[] =
 93191               {
 93192                   /* UMLPackagePath */
 93193                   "\057CIM::Application::J2eeAppServer",
 93194                   /* Version */
 93195                   "\0632.8.0",
 93196                   0,
 93197               };
 93198               
 93199               MetaClass
 93200               __root_cimv2_CIM_J2eeJCAManagedConnectionFactory =
 93201               {
 93202 mike  1.1.2.1     /* flags */
 93203                   META_FLAG_CLASS,
 93204                   /* name */
 93205                   "CIM_J2eeJCAManagedConnectionFactory",
 93206                   /* qualifiers */
 93207                   __root_cimv2_CIM_J2eeJCAManagedConnectionFactory_qualifiers,
 93208                   /* super */
 93209                   &__root_cimv2_CIM_EnabledLogicalElement,
 93210                   /* features */
 93211                   _CIM_J2eeJCAManagedConnectionFactory_features,
 93212               };
 93213               
 93214               //==============================================================================
 93215               //
 93216               // Class: CIM_J2eeJCANonpooledConnections
 93217               //
 93218               //==============================================================================
 93219               
 93220               static const char*
 93221               _CIM_J2eeJCANonpooledConnections_Stats_qualifiers[] =
 93222               {
 93223 mike  1.1.2.1     /* Override */
 93224                   "\044Stats",
 93225                   0,
 93226               };
 93227               
 93228               static MetaReference
 93229               _CIM_J2eeJCANonpooledConnections_Stats =
 93230               {
 93231                   /* flags */
 93232                   META_FLAG_REFERENCE|META_FLAG_READ,
 93233                   /* name */
 93234                   "Stats",
 93235                   /* qualifiers */
 93236                   _CIM_J2eeJCANonpooledConnections_Stats_qualifiers,
 93237                   /* subscript */
 93238                   -1,
 93239                   /* refId */
 93240                   &__root_cimv2_CIM_J2eeJCAStats,
 93241               };
 93242               
 93243               static const char*
 93244 mike  1.1.2.1 _CIM_J2eeJCANonpooledConnections_RelatedStats_qualifiers[] =
 93245               {
 93246                   /* Override */
 93247                   "\044RelatedStats",
 93248                   0,
 93249               };
 93250               
 93251               static MetaReference
 93252               _CIM_J2eeJCANonpooledConnections_RelatedStats =
 93253               {
 93254                   /* flags */
 93255                   META_FLAG_REFERENCE|META_FLAG_READ,
 93256                   /* name */
 93257                   "RelatedStats",
 93258                   /* qualifiers */
 93259                   _CIM_J2eeJCANonpooledConnections_RelatedStats_qualifiers,
 93260                   /* subscript */
 93261                   -1,
 93262                   /* refId */
 93263                   &__root_cimv2_CIM_J2eeConnectionStats,
 93264               };
 93265 mike  1.1.2.1 
 93266               static MetaFeature*
 93267               _CIM_J2eeJCANonpooledConnections_features[] =
 93268               {
 93269                   (MetaFeature*)&_CIM_J2eeJCANonpooledConnections_Stats,
 93270                   (MetaFeature*)&_CIM_J2eeJCANonpooledConnections_RelatedStats,
 93271                   0,
 93272               };
 93273               
 93274               static const char*
 93275               __root_cimv2_CIM_J2eeJCANonpooledConnections_qualifiers[] =
 93276               {
 93277                   /* ASSOCIATION */
 93278                   "\000\001",
 93279                   /* UMLPackagePath */
 93280                   "\057CIM::Application::J2eeAppServerStats",
 93281                   /* Version */
 93282                   "\0632.8.0",
 93283                   0,
 93284               };
 93285               
 93286 mike  1.1.2.1 MetaClass
 93287               __root_cimv2_CIM_J2eeJCANonpooledConnections =
 93288               {
 93289                   /* flags */
 93290                   META_FLAG_ASSOCIATION,
 93291                   /* name */
 93292                   "CIM_J2eeJCANonpooledConnections",
 93293                   /* qualifiers */
 93294                   __root_cimv2_CIM_J2eeJCANonpooledConnections_qualifiers,
 93295                   /* super */
 93296                   &__root_cimv2_CIM_RelatedStatisticalData,
 93297                   /* features */
 93298                   _CIM_J2eeJCANonpooledConnections_features,
 93299               };
 93300               
 93301               //==============================================================================
 93302               //
 93303               // Class: CIM_J2eeJDBCConnectionPools
 93304               //
 93305               //==============================================================================
 93306               
 93307 mike  1.1.2.1 static const char*
 93308               _CIM_J2eeJDBCConnectionPools_Stats_qualifiers[] =
 93309               {
 93310                   /* Override */
 93311                   "\044Stats",
 93312                   0,
 93313               };
 93314               
 93315               static MetaReference
 93316               _CIM_J2eeJDBCConnectionPools_Stats =
 93317               {
 93318                   /* flags */
 93319                   META_FLAG_REFERENCE|META_FLAG_READ,
 93320                   /* name */
 93321                   "Stats",
 93322                   /* qualifiers */
 93323                   _CIM_J2eeJDBCConnectionPools_Stats_qualifiers,
 93324                   /* subscript */
 93325                   -1,
 93326                   /* refId */
 93327                   &__root_cimv2_CIM_J2eeJDBCStats,
 93328 mike  1.1.2.1 };
 93329               
 93330               static const char*
 93331               _CIM_J2eeJDBCConnectionPools_RelatedStats_qualifiers[] =
 93332               {
 93333                   /* Override */
 93334                   "\044RelatedStats",
 93335                   0,
 93336               };
 93337               
 93338               static MetaReference
 93339               _CIM_J2eeJDBCConnectionPools_RelatedStats =
 93340               {
 93341                   /* flags */
 93342                   META_FLAG_REFERENCE|META_FLAG_READ,
 93343                   /* name */
 93344                   "RelatedStats",
 93345                   /* qualifiers */
 93346                   _CIM_J2eeJDBCConnectionPools_RelatedStats_qualifiers,
 93347                   /* subscript */
 93348                   -1,
 93349 mike  1.1.2.1     /* refId */
 93350                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
 93351               };
 93352               
 93353               static MetaFeature*
 93354               _CIM_J2eeJDBCConnectionPools_features[] =
 93355               {
 93356                   (MetaFeature*)&_CIM_J2eeJDBCConnectionPools_Stats,
 93357                   (MetaFeature*)&_CIM_J2eeJDBCConnectionPools_RelatedStats,
 93358                   0,
 93359               };
 93360               
 93361               static const char*
 93362               __root_cimv2_CIM_J2eeJDBCConnectionPools_qualifiers[] =
 93363               {
 93364                   /* ASSOCIATION */
 93365                   "\000\001",
 93366                   /* UMLPackagePath */
 93367                   "\057CIM::Application::J2eeAppServerStats",
 93368                   /* Version */
 93369                   "\0632.8.0",
 93370 mike  1.1.2.1     0,
 93371               };
 93372               
 93373               MetaClass
 93374               __root_cimv2_CIM_J2eeJDBCConnectionPools =
 93375               {
 93376                   /* flags */
 93377                   META_FLAG_ASSOCIATION,
 93378                   /* name */
 93379                   "CIM_J2eeJDBCConnectionPools",
 93380                   /* qualifiers */
 93381                   __root_cimv2_CIM_J2eeJDBCConnectionPools_qualifiers,
 93382                   /* super */
 93383                   &__root_cimv2_CIM_RelatedStatisticalData,
 93384                   /* features */
 93385                   _CIM_J2eeJDBCConnectionPools_features,
 93386               };
 93387               
 93388               //==============================================================================
 93389               //
 93390               // Class: CIM_J2eeJDBCDataSource
 93391 mike  1.1.2.1 //
 93392               //==============================================================================
 93393               
 93394               static const char*
 93395               _CIM_J2eeJDBCDataSource_InstanceID_qualifiers[] =
 93396               {
 93397                   /* Key */
 93398                   "\025\001",
 93399                   /* ModelCorrespondence */
 93400                   "\036\000\001CIM_J2eeJDBCDataSource.Name\000",
 93401                   0,
 93402               };
 93403               
 93404               static MetaProperty
 93405               _CIM_J2eeJDBCDataSource_InstanceID =
 93406               {
 93407                   /* flags */
 93408                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93409                   /* name */
 93410                   "InstanceID",
 93411                   /* qualifiers */
 93412 mike  1.1.2.1     _CIM_J2eeJDBCDataSource_InstanceID_qualifiers,
 93413                   /* type */
 93414                   CIMTYPE_STRING,
 93415                   /* subscript */
 93416                   -1,
 93417                   /* value */
 93418                   0,
 93419               };
 93420               
 93421               static const char*
 93422               _CIM_J2eeJDBCDataSource_Name_qualifiers[] =
 93423               {
 93424                   /* Override */
 93425                   "\044Name",
 93426                   /* MaxLen */
 93427                   "\030\000\000\001\000",
 93428                   /* MappingStrings */
 93429                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93430                   /* ModelCorrespondence */
 93431                   "\036\000\001CIM_J2eeJDBCDataSource.InstanceID\000",
 93432                   0,
 93433 mike  1.1.2.1 };
 93434               
 93435               static MetaProperty
 93436               _CIM_J2eeJDBCDataSource_Name =
 93437               {
 93438                   /* flags */
 93439                   META_FLAG_PROPERTY|META_FLAG_READ,
 93440                   /* name */
 93441                   "Name",
 93442                   /* qualifiers */
 93443                   _CIM_J2eeJDBCDataSource_Name_qualifiers,
 93444                   /* type */
 93445                   CIMTYPE_STRING,
 93446                   /* subscript */
 93447                   -1,
 93448                   /* value */
 93449                   0,
 93450               };
 93451               
 93452               static MetaFeature*
 93453               _CIM_J2eeJDBCDataSource_features[] =
 93454 mike  1.1.2.1 {
 93455                   (MetaFeature*)&_CIM_J2eeJDBCDataSource_InstanceID,
 93456                   (MetaFeature*)&_CIM_J2eeJDBCDataSource_Name,
 93457                   0,
 93458               };
 93459               
 93460               static const char*
 93461               __root_cimv2_CIM_J2eeJDBCDataSource_qualifiers[] =
 93462               {
 93463                   /* UMLPackagePath */
 93464                   "\057CIM::Application::J2eeAppServer",
 93465                   /* Version */
 93466                   "\0632.8.0",
 93467                   0,
 93468               };
 93469               
 93470               MetaClass
 93471               __root_cimv2_CIM_J2eeJDBCDataSource =
 93472               {
 93473                   /* flags */
 93474                   META_FLAG_CLASS,
 93475 mike  1.1.2.1     /* name */
 93476                   "CIM_J2eeJDBCDataSource",
 93477                   /* qualifiers */
 93478                   __root_cimv2_CIM_J2eeJDBCDataSource_qualifiers,
 93479                   /* super */
 93480                   &__root_cimv2_CIM_EnabledLogicalElement,
 93481                   /* features */
 93482                   _CIM_J2eeJDBCDataSource_features,
 93483               };
 93484               
 93485               //==============================================================================
 93486               //
 93487               // Class: CIM_J2eeJDBCDriver
 93488               //
 93489               //==============================================================================
 93490               
 93491               static const char*
 93492               _CIM_J2eeJDBCDriver_InstanceID_qualifiers[] =
 93493               {
 93494                   /* Key */
 93495                   "\025\001",
 93496 mike  1.1.2.1     /* ModelCorrespondence */
 93497                   "\036\000\001CIM_J2eeJDBCDriver.Name\000",
 93498                   0,
 93499               };
 93500               
 93501               static MetaProperty
 93502               _CIM_J2eeJDBCDriver_InstanceID =
 93503               {
 93504                   /* flags */
 93505                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93506                   /* name */
 93507                   "InstanceID",
 93508                   /* qualifiers */
 93509                   _CIM_J2eeJDBCDriver_InstanceID_qualifiers,
 93510                   /* type */
 93511                   CIMTYPE_STRING,
 93512                   /* subscript */
 93513                   -1,
 93514                   /* value */
 93515                   0,
 93516               };
 93517 mike  1.1.2.1 
 93518               static const char*
 93519               _CIM_J2eeJDBCDriver_Name_qualifiers[] =
 93520               {
 93521                   /* Override */
 93522                   "\044Name",
 93523                   /* MaxLen */
 93524                   "\030\000\000\001\000",
 93525                   /* MappingStrings */
 93526                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93527                   /* ModelCorrespondence */
 93528                   "\036\000\001CIM_J2eeJDBCDriver.InstanceID\000",
 93529                   0,
 93530               };
 93531               
 93532               static MetaProperty
 93533               _CIM_J2eeJDBCDriver_Name =
 93534               {
 93535                   /* flags */
 93536                   META_FLAG_PROPERTY|META_FLAG_READ,
 93537                   /* name */
 93538 mike  1.1.2.1     "Name",
 93539                   /* qualifiers */
 93540                   _CIM_J2eeJDBCDriver_Name_qualifiers,
 93541                   /* type */
 93542                   CIMTYPE_STRING,
 93543                   /* subscript */
 93544                   -1,
 93545                   /* value */
 93546                   0,
 93547               };
 93548               
 93549               static MetaFeature*
 93550               _CIM_J2eeJDBCDriver_features[] =
 93551               {
 93552                   (MetaFeature*)&_CIM_J2eeJDBCDriver_InstanceID,
 93553                   (MetaFeature*)&_CIM_J2eeJDBCDriver_Name,
 93554                   0,
 93555               };
 93556               
 93557               static const char*
 93558               __root_cimv2_CIM_J2eeJDBCDriver_qualifiers[] =
 93559 mike  1.1.2.1 {
 93560                   /* UMLPackagePath */
 93561                   "\057CIM::Application::J2eeAppServer",
 93562                   /* Version */
 93563                   "\0632.8.0",
 93564                   0,
 93565               };
 93566               
 93567               MetaClass
 93568               __root_cimv2_CIM_J2eeJDBCDriver =
 93569               {
 93570                   /* flags */
 93571                   META_FLAG_CLASS,
 93572                   /* name */
 93573                   "CIM_J2eeJDBCDriver",
 93574                   /* qualifiers */
 93575                   __root_cimv2_CIM_J2eeJDBCDriver_qualifiers,
 93576                   /* super */
 93577                   &__root_cimv2_CIM_EnabledLogicalElement,
 93578                   /* features */
 93579                   _CIM_J2eeJDBCDriver_features,
 93580 mike  1.1.2.1 };
 93581               
 93582               //==============================================================================
 93583               //
 93584               // Class: CIM_J2eeJDBCNonpooledConnections
 93585               //
 93586               //==============================================================================
 93587               
 93588               static const char*
 93589               _CIM_J2eeJDBCNonpooledConnections_Stats_qualifiers[] =
 93590               {
 93591                   /* Override */
 93592                   "\044Stats",
 93593                   0,
 93594               };
 93595               
 93596               static MetaReference
 93597               _CIM_J2eeJDBCNonpooledConnections_Stats =
 93598               {
 93599                   /* flags */
 93600                   META_FLAG_REFERENCE|META_FLAG_READ,
 93601 mike  1.1.2.1     /* name */
 93602                   "Stats",
 93603                   /* qualifiers */
 93604                   _CIM_J2eeJDBCNonpooledConnections_Stats_qualifiers,
 93605                   /* subscript */
 93606                   -1,
 93607                   /* refId */
 93608                   &__root_cimv2_CIM_J2eeJDBCStats,
 93609               };
 93610               
 93611               static const char*
 93612               _CIM_J2eeJDBCNonpooledConnections_RelatedStats_qualifiers[] =
 93613               {
 93614                   /* Override */
 93615                   "\044RelatedStats",
 93616                   0,
 93617               };
 93618               
 93619               static MetaReference
 93620               _CIM_J2eeJDBCNonpooledConnections_RelatedStats =
 93621               {
 93622 mike  1.1.2.1     /* flags */
 93623                   META_FLAG_REFERENCE|META_FLAG_READ,
 93624                   /* name */
 93625                   "RelatedStats",
 93626                   /* qualifiers */
 93627                   _CIM_J2eeJDBCNonpooledConnections_RelatedStats_qualifiers,
 93628                   /* subscript */
 93629                   -1,
 93630                   /* refId */
 93631                   &__root_cimv2_CIM_J2eeConnectionStats,
 93632               };
 93633               
 93634               static MetaFeature*
 93635               _CIM_J2eeJDBCNonpooledConnections_features[] =
 93636               {
 93637                   (MetaFeature*)&_CIM_J2eeJDBCNonpooledConnections_Stats,
 93638                   (MetaFeature*)&_CIM_J2eeJDBCNonpooledConnections_RelatedStats,
 93639                   0,
 93640               };
 93641               
 93642               static const char*
 93643 mike  1.1.2.1 __root_cimv2_CIM_J2eeJDBCNonpooledConnections_qualifiers[] =
 93644               {
 93645                   /* ASSOCIATION */
 93646                   "\000\001",
 93647                   /* UMLPackagePath */
 93648                   "\057CIM::Application::J2eeAppServerStats",
 93649                   /* Version */
 93650                   "\0632.8.0",
 93651                   0,
 93652               };
 93653               
 93654               MetaClass
 93655               __root_cimv2_CIM_J2eeJDBCNonpooledConnections =
 93656               {
 93657                   /* flags */
 93658                   META_FLAG_ASSOCIATION,
 93659                   /* name */
 93660                   "CIM_J2eeJDBCNonpooledConnections",
 93661                   /* qualifiers */
 93662                   __root_cimv2_CIM_J2eeJDBCNonpooledConnections_qualifiers,
 93663                   /* super */
 93664 mike  1.1.2.1     &__root_cimv2_CIM_RelatedStatisticalData,
 93665                   /* features */
 93666                   _CIM_J2eeJDBCNonpooledConnections_features,
 93667               };
 93668               
 93669               //==============================================================================
 93670               //
 93671               // Class: CIM_J2eeJMSConnectionSessions
 93672               //
 93673               //==============================================================================
 93674               
 93675               static const char*
 93676               _CIM_J2eeJMSConnectionSessions_Stats_qualifiers[] =
 93677               {
 93678                   /* Override */
 93679                   "\044Stats",
 93680                   /* Min */
 93681                   "\033\000\000\000\001",
 93682                   0,
 93683               };
 93684               
 93685 mike  1.1.2.1 static MetaReference
 93686               _CIM_J2eeJMSConnectionSessions_Stats =
 93687               {
 93688                   /* flags */
 93689                   META_FLAG_REFERENCE|META_FLAG_READ,
 93690                   /* name */
 93691                   "Stats",
 93692                   /* qualifiers */
 93693                   _CIM_J2eeJMSConnectionSessions_Stats_qualifiers,
 93694                   /* subscript */
 93695                   -1,
 93696                   /* refId */
 93697                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
 93698               };
 93699               
 93700               static const char*
 93701               _CIM_J2eeJMSConnectionSessions_RelatedStats_qualifiers[] =
 93702               {
 93703                   /* Override */
 93704                   "\044RelatedStats",
 93705                   0,
 93706 mike  1.1.2.1 };
 93707               
 93708               static MetaReference
 93709               _CIM_J2eeJMSConnectionSessions_RelatedStats =
 93710               {
 93711                   /* flags */
 93712                   META_FLAG_REFERENCE|META_FLAG_READ,
 93713                   /* name */
 93714                   "RelatedStats",
 93715                   /* qualifiers */
 93716                   _CIM_J2eeJMSConnectionSessions_RelatedStats_qualifiers,
 93717                   /* subscript */
 93718                   -1,
 93719                   /* refId */
 93720                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93721               };
 93722               
 93723               static MetaFeature*
 93724               _CIM_J2eeJMSConnectionSessions_features[] =
 93725               {
 93726                   (MetaFeature*)&_CIM_J2eeJMSConnectionSessions_Stats,
 93727 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJMSConnectionSessions_RelatedStats,
 93728                   0,
 93729               };
 93730               
 93731               static const char*
 93732               __root_cimv2_CIM_J2eeJMSConnectionSessions_qualifiers[] =
 93733               {
 93734                   /* ASSOCIATION */
 93735                   "\000\001",
 93736                   /* UMLPackagePath */
 93737                   "\057CIM::Application::J2eeAppServerStats",
 93738                   /* Version */
 93739                   "\0632.8.0",
 93740                   0,
 93741               };
 93742               
 93743               MetaClass
 93744               __root_cimv2_CIM_J2eeJMSConnectionSessions =
 93745               {
 93746                   /* flags */
 93747                   META_FLAG_ASSOCIATION,
 93748 mike  1.1.2.1     /* name */
 93749                   "CIM_J2eeJMSConnectionSessions",
 93750                   /* qualifiers */
 93751                   __root_cimv2_CIM_J2eeJMSConnectionSessions_qualifiers,
 93752                   /* super */
 93753                   &__root_cimv2_CIM_RelatedStatisticalData,
 93754                   /* features */
 93755                   _CIM_J2eeJMSConnectionSessions_features,
 93756               };
 93757               
 93758               //==============================================================================
 93759               //
 93760               // Class: CIM_J2eeJMSConsumerStats
 93761               //
 93762               //==============================================================================
 93763               
 93764               static const char*
 93765               _CIM_J2eeJMSConsumerStats_Origin_qualifiers[] =
 93766               {
 93767                   /* MappingStrings */
 93768                   "\026\000\001JSR77.JCP|JSR77.6.29.1.1 getOrigin|V1.0\000",
 93769 mike  1.1.2.1     0,
 93770               };
 93771               
 93772               static MetaProperty
 93773               _CIM_J2eeJMSConsumerStats_Origin =
 93774               {
 93775                   /* flags */
 93776                   META_FLAG_PROPERTY|META_FLAG_READ,
 93777                   /* name */
 93778                   "Origin",
 93779                   /* qualifiers */
 93780                   _CIM_J2eeJMSConsumerStats_Origin_qualifiers,
 93781                   /* type */
 93782                   CIMTYPE_STRING,
 93783                   /* subscript */
 93784                   -1,
 93785                   /* value */
 93786                   0,
 93787               };
 93788               
 93789               static MetaFeature*
 93790 mike  1.1.2.1 _CIM_J2eeJMSConsumerStats_features[] =
 93791               {
 93792                   (MetaFeature*)&_CIM_J2eeJMSConsumerStats_Origin,
 93793                   0,
 93794               };
 93795               
 93796               static const char*
 93797               __root_cimv2_CIM_J2eeJMSConsumerStats_qualifiers[] =
 93798               {
 93799                   /* UMLPackagePath */
 93800                   "\057CIM::Application::J2eeAppServerStats",
 93801                   /* Version */
 93802                   "\0632.8.0",
 93803                   0,
 93804               };
 93805               
 93806               MetaClass
 93807               __root_cimv2_CIM_J2eeJMSConsumerStats =
 93808               {
 93809                   /* flags */
 93810                   META_FLAG_CLASS,
 93811 mike  1.1.2.1     /* name */
 93812                   "CIM_J2eeJMSConsumerStats",
 93813                   /* qualifiers */
 93814                   __root_cimv2_CIM_J2eeJMSConsumerStats_qualifiers,
 93815                   /* super */
 93816                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
 93817                   /* features */
 93818                   _CIM_J2eeJMSConsumerStats_features,
 93819               };
 93820               
 93821               //==============================================================================
 93822               //
 93823               // Class: CIM_J2eeJMSSessionConsumers
 93824               //
 93825               //==============================================================================
 93826               
 93827               static const char*
 93828               _CIM_J2eeJMSSessionConsumers_Stats_qualifiers[] =
 93829               {
 93830                   /* Override */
 93831                   "\044Stats",
 93832 mike  1.1.2.1     /* Min */
 93833                   "\033\000\000\000\001",
 93834                   0,
 93835               };
 93836               
 93837               static MetaReference
 93838               _CIM_J2eeJMSSessionConsumers_Stats =
 93839               {
 93840                   /* flags */
 93841                   META_FLAG_REFERENCE|META_FLAG_READ,
 93842                   /* name */
 93843                   "Stats",
 93844                   /* qualifiers */
 93845                   _CIM_J2eeJMSSessionConsumers_Stats_qualifiers,
 93846                   /* subscript */
 93847                   -1,
 93848                   /* refId */
 93849                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93850               };
 93851               
 93852               static const char*
 93853 mike  1.1.2.1 _CIM_J2eeJMSSessionConsumers_RelatedStats_qualifiers[] =
 93854               {
 93855                   /* Override */
 93856                   "\044RelatedStats",
 93857                   0,
 93858               };
 93859               
 93860               static MetaReference
 93861               _CIM_J2eeJMSSessionConsumers_RelatedStats =
 93862               {
 93863                   /* flags */
 93864                   META_FLAG_REFERENCE|META_FLAG_READ,
 93865                   /* name */
 93866                   "RelatedStats",
 93867                   /* qualifiers */
 93868                   _CIM_J2eeJMSSessionConsumers_RelatedStats_qualifiers,
 93869                   /* subscript */
 93870                   -1,
 93871                   /* refId */
 93872                   &__root_cimv2_CIM_J2eeJMSConsumerStats,
 93873               };
 93874 mike  1.1.2.1 
 93875               static MetaFeature*
 93876               _CIM_J2eeJMSSessionConsumers_features[] =
 93877               {
 93878                   (MetaFeature*)&_CIM_J2eeJMSSessionConsumers_Stats,
 93879                   (MetaFeature*)&_CIM_J2eeJMSSessionConsumers_RelatedStats,
 93880                   0,
 93881               };
 93882               
 93883               static const char*
 93884               __root_cimv2_CIM_J2eeJMSSessionConsumers_qualifiers[] =
 93885               {
 93886                   /* ASSOCIATION */
 93887                   "\000\001",
 93888                   /* UMLPackagePath */
 93889                   "\057CIM::Application::J2eeAppServerStats",
 93890                   /* Version */
 93891                   "\0632.8.0",
 93892                   0,
 93893               };
 93894               
 93895 mike  1.1.2.1 MetaClass
 93896               __root_cimv2_CIM_J2eeJMSSessionConsumers =
 93897               {
 93898                   /* flags */
 93899                   META_FLAG_ASSOCIATION,
 93900                   /* name */
 93901                   "CIM_J2eeJMSSessionConsumers",
 93902                   /* qualifiers */
 93903                   __root_cimv2_CIM_J2eeJMSSessionConsumers_qualifiers,
 93904                   /* super */
 93905                   &__root_cimv2_CIM_RelatedStatisticalData,
 93906                   /* features */
 93907                   _CIM_J2eeJMSSessionConsumers_features,
 93908               };
 93909               
 93910               //==============================================================================
 93911               //
 93912               // Class: CIM_J2eeJMSSessionProducers
 93913               //
 93914               //==============================================================================
 93915               
 93916 mike  1.1.2.1 static const char*
 93917               _CIM_J2eeJMSSessionProducers_Stats_qualifiers[] =
 93918               {
 93919                   /* Override */
 93920                   "\044Stats",
 93921                   /* Min */
 93922                   "\033\000\000\000\001",
 93923                   0,
 93924               };
 93925               
 93926               static MetaReference
 93927               _CIM_J2eeJMSSessionProducers_Stats =
 93928               {
 93929                   /* flags */
 93930                   META_FLAG_REFERENCE|META_FLAG_READ,
 93931                   /* name */
 93932                   "Stats",
 93933                   /* qualifiers */
 93934                   _CIM_J2eeJMSSessionProducers_Stats_qualifiers,
 93935                   /* subscript */
 93936                   -1,
 93937 mike  1.1.2.1     /* refId */
 93938                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93939               };
 93940               
 93941               static const char*
 93942               _CIM_J2eeJMSSessionProducers_RelatedStats_qualifiers[] =
 93943               {
 93944                   /* Override */
 93945                   "\044RelatedStats",
 93946                   0,
 93947               };
 93948               
 93949               static MetaReference
 93950               _CIM_J2eeJMSSessionProducers_RelatedStats =
 93951               {
 93952                   /* flags */
 93953                   META_FLAG_REFERENCE|META_FLAG_READ,
 93954                   /* name */
 93955                   "RelatedStats",
 93956                   /* qualifiers */
 93957                   _CIM_J2eeJMSSessionProducers_RelatedStats_qualifiers,
 93958 mike  1.1.2.1     /* subscript */
 93959                   -1,
 93960                   /* refId */
 93961                   &__root_cimv2_CIM_J2eeJMSProducerStats,
 93962               };
 93963               
 93964               static MetaFeature*
 93965               _CIM_J2eeJMSSessionProducers_features[] =
 93966               {
 93967                   (MetaFeature*)&_CIM_J2eeJMSSessionProducers_Stats,
 93968                   (MetaFeature*)&_CIM_J2eeJMSSessionProducers_RelatedStats,
 93969                   0,
 93970               };
 93971               
 93972               static const char*
 93973               __root_cimv2_CIM_J2eeJMSSessionProducers_qualifiers[] =
 93974               {
 93975                   /* ASSOCIATION */
 93976                   "\000\001",
 93977                   /* UMLPackagePath */
 93978                   "\057CIM::Application::J2eeAppServerStats",
 93979 mike  1.1.2.1     /* Version */
 93980                   "\0632.8.0",
 93981                   0,
 93982               };
 93983               
 93984               MetaClass
 93985               __root_cimv2_CIM_J2eeJMSSessionProducers =
 93986               {
 93987                   /* flags */
 93988                   META_FLAG_ASSOCIATION,
 93989                   /* name */
 93990                   "CIM_J2eeJMSSessionProducers",
 93991                   /* qualifiers */
 93992                   __root_cimv2_CIM_J2eeJMSSessionProducers_qualifiers,
 93993                   /* super */
 93994                   &__root_cimv2_CIM_RelatedStatisticalData,
 93995                   /* features */
 93996                   _CIM_J2eeJMSSessionProducers_features,
 93997               };
 93998               
 93999               //==============================================================================
 94000 mike  1.1.2.1 //
 94001               // Class: CIM_J2eeJMSStatConnections
 94002               //
 94003               //==============================================================================
 94004               
 94005               static const char*
 94006               _CIM_J2eeJMSStatConnections_Stats_qualifiers[] =
 94007               {
 94008                   /* Override */
 94009                   "\044Stats",
 94010                   /* Min */
 94011                   "\033\000\000\000\001",
 94012                   0,
 94013               };
 94014               
 94015               static MetaReference
 94016               _CIM_J2eeJMSStatConnections_Stats =
 94017               {
 94018                   /* flags */
 94019                   META_FLAG_REFERENCE|META_FLAG_READ,
 94020                   /* name */
 94021 mike  1.1.2.1     "Stats",
 94022                   /* qualifiers */
 94023                   _CIM_J2eeJMSStatConnections_Stats_qualifiers,
 94024                   /* subscript */
 94025                   -1,
 94026                   /* refId */
 94027                   &__root_cimv2_CIM_J2eeJMSStats,
 94028               };
 94029               
 94030               static const char*
 94031               _CIM_J2eeJMSStatConnections_RelatedStats_qualifiers[] =
 94032               {
 94033                   /* Override */
 94034                   "\044RelatedStats",
 94035                   0,
 94036               };
 94037               
 94038               static MetaReference
 94039               _CIM_J2eeJMSStatConnections_RelatedStats =
 94040               {
 94041                   /* flags */
 94042 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 94043                   /* name */
 94044                   "RelatedStats",
 94045                   /* qualifiers */
 94046                   _CIM_J2eeJMSStatConnections_RelatedStats_qualifiers,
 94047                   /* subscript */
 94048                   -1,
 94049                   /* refId */
 94050                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
 94051               };
 94052               
 94053               static MetaFeature*
 94054               _CIM_J2eeJMSStatConnections_features[] =
 94055               {
 94056                   (MetaFeature*)&_CIM_J2eeJMSStatConnections_Stats,
 94057                   (MetaFeature*)&_CIM_J2eeJMSStatConnections_RelatedStats,
 94058                   0,
 94059               };
 94060               
 94061               static const char*
 94062               __root_cimv2_CIM_J2eeJMSStatConnections_qualifiers[] =
 94063 mike  1.1.2.1 {
 94064                   /* ASSOCIATION */
 94065                   "\000\001",
 94066                   /* UMLPackagePath */
 94067                   "\057CIM::Application::J2eeAppServerStats",
 94068                   /* Version */
 94069                   "\0632.8.0",
 94070                   0,
 94071               };
 94072               
 94073               MetaClass
 94074               __root_cimv2_CIM_J2eeJMSStatConnections =
 94075               {
 94076                   /* flags */
 94077                   META_FLAG_ASSOCIATION,
 94078                   /* name */
 94079                   "CIM_J2eeJMSStatConnections",
 94080                   /* qualifiers */
 94081                   __root_cimv2_CIM_J2eeJMSStatConnections_qualifiers,
 94082                   /* super */
 94083                   &__root_cimv2_CIM_RelatedStatisticalData,
 94084 mike  1.1.2.1     /* features */
 94085                   _CIM_J2eeJMSStatConnections_features,
 94086               };
 94087               
 94088               //==============================================================================
 94089               //
 94090               // Class: CIM_J2eeJVM
 94091               //
 94092               //==============================================================================
 94093               
 94094               static const char*
 94095               _CIM_J2eeJVM_InstanceID_qualifiers[] =
 94096               {
 94097                   /* Key */
 94098                   "\025\001",
 94099                   /* ModelCorrespondence */
 94100                   "\036\000\001CIM_J2eeJVM.Name\000",
 94101                   0,
 94102               };
 94103               
 94104               static MetaProperty
 94105 mike  1.1.2.1 _CIM_J2eeJVM_InstanceID =
 94106               {
 94107                   /* flags */
 94108                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94109                   /* name */
 94110                   "InstanceID",
 94111                   /* qualifiers */
 94112                   _CIM_J2eeJVM_InstanceID_qualifiers,
 94113                   /* type */
 94114                   CIMTYPE_STRING,
 94115                   /* subscript */
 94116                   -1,
 94117                   /* value */
 94118                   0,
 94119               };
 94120               
 94121               static const char*
 94122               _CIM_J2eeJVM_Name_qualifiers[] =
 94123               {
 94124                   /* Override */
 94125                   "\044Name",
 94126 mike  1.1.2.1     /* MaxLen */
 94127                   "\030\000\000\001\000",
 94128                   /* MappingStrings */
 94129                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94130                   /* ModelCorrespondence */
 94131                   "\036\000\001CIM_J2eeJVM.InstanceID\000",
 94132                   0,
 94133               };
 94134               
 94135               static MetaProperty
 94136               _CIM_J2eeJVM_Name =
 94137               {
 94138                   /* flags */
 94139                   META_FLAG_PROPERTY|META_FLAG_READ,
 94140                   /* name */
 94141                   "Name",
 94142                   /* qualifiers */
 94143                   _CIM_J2eeJVM_Name_qualifiers,
 94144                   /* type */
 94145                   CIMTYPE_STRING,
 94146                   /* subscript */
 94147 mike  1.1.2.1     -1,
 94148                   /* value */
 94149                   0,
 94150               };
 94151               
 94152               static const char*
 94153               _CIM_J2eeJVM_JavaVersion_qualifiers[] =
 94154               {
 94155                   /* MappingStrings */
 94156                   "\026\000\001JSR77.JCP|JSR77.3.4.1.1 javaVersion|V1.0\000",
 94157                   0,
 94158               };
 94159               
 94160               static MetaProperty
 94161               _CIM_J2eeJVM_JavaVersion =
 94162               {
 94163                   /* flags */
 94164                   META_FLAG_PROPERTY|META_FLAG_READ,
 94165                   /* name */
 94166                   "JavaVersion",
 94167                   /* qualifiers */
 94168 mike  1.1.2.1     _CIM_J2eeJVM_JavaVersion_qualifiers,
 94169                   /* type */
 94170                   CIMTYPE_STRING,
 94171                   /* subscript */
 94172                   -1,
 94173                   /* value */
 94174                   0,
 94175               };
 94176               
 94177               static const char*
 94178               _CIM_J2eeJVM_JavaVendor_qualifiers[] =
 94179               {
 94180                   /* MappingStrings */
 94181                   "\026\000\001JSR77.JCP|JSR77.3.4.1.2 javaVendor|V1.0\000",
 94182                   0,
 94183               };
 94184               
 94185               static MetaProperty
 94186               _CIM_J2eeJVM_JavaVendor =
 94187               {
 94188                   /* flags */
 94189 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 94190                   /* name */
 94191                   "JavaVendor",
 94192                   /* qualifiers */
 94193                   _CIM_J2eeJVM_JavaVendor_qualifiers,
 94194                   /* type */
 94195                   CIMTYPE_STRING,
 94196                   /* subscript */
 94197                   -1,
 94198                   /* value */
 94199                   0,
 94200               };
 94201               
 94202               static const char*
 94203               _CIM_J2eeJVM_Node_qualifiers[] =
 94204               {
 94205                   /* MappingStrings */
 94206                   "\026\000\001JSR77.JCP|JSR77.3.4.1.3 node|V1.0\000",
 94207                   0,
 94208               };
 94209               
 94210 mike  1.1.2.1 static MetaProperty
 94211               _CIM_J2eeJVM_Node =
 94212               {
 94213                   /* flags */
 94214                   META_FLAG_PROPERTY|META_FLAG_READ,
 94215                   /* name */
 94216                   "Node",
 94217                   /* qualifiers */
 94218                   _CIM_J2eeJVM_Node_qualifiers,
 94219                   /* type */
 94220                   CIMTYPE_STRING,
 94221                   /* subscript */
 94222                   -1,
 94223                   /* value */
 94224                   0,
 94225               };
 94226               
 94227               static MetaFeature*
 94228               _CIM_J2eeJVM_features[] =
 94229               {
 94230                   (MetaFeature*)&_CIM_J2eeJVM_InstanceID,
 94231 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJVM_Name,
 94232                   (MetaFeature*)&_CIM_J2eeJVM_JavaVersion,
 94233                   (MetaFeature*)&_CIM_J2eeJVM_JavaVendor,
 94234                   (MetaFeature*)&_CIM_J2eeJVM_Node,
 94235                   0,
 94236               };
 94237               
 94238               static const char*
 94239               __root_cimv2_CIM_J2eeJVM_qualifiers[] =
 94240               {
 94241                   /* UMLPackagePath */
 94242                   "\057CIM::Application::J2eeAppServer",
 94243                   /* Version */
 94244                   "\0632.8.0",
 94245                   0,
 94246               };
 94247               
 94248               MetaClass
 94249               __root_cimv2_CIM_J2eeJVM =
 94250               {
 94251                   /* flags */
 94252 mike  1.1.2.1     META_FLAG_CLASS,
 94253                   /* name */
 94254                   "CIM_J2eeJVM",
 94255                   /* qualifiers */
 94256                   __root_cimv2_CIM_J2eeJVM_qualifiers,
 94257                   /* super */
 94258                   &__root_cimv2_CIM_EnabledLogicalElement,
 94259                   /* features */
 94260                   _CIM_J2eeJVM_features,
 94261               };
 94262               
 94263               //==============================================================================
 94264               //
 94265               // Class: CIM_J2eeManagedObject
 94266               //
 94267               //==============================================================================
 94268               
 94269               static const char*
 94270               _CIM_J2eeManagedObject_InstanceID_qualifiers[] =
 94271               {
 94272                   /* Key */
 94273 mike  1.1.2.1     "\025\001",
 94274                   /* MappingStrings */
 94275                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94276                   /* ModelCorrespondence */
 94277                   "\036\000\001CIM_J2eeManagedObject.ElementName\000",
 94278                   0,
 94279               };
 94280               
 94281               static MetaProperty
 94282               _CIM_J2eeManagedObject_InstanceID =
 94283               {
 94284                   /* flags */
 94285                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94286                   /* name */
 94287                   "InstanceID",
 94288                   /* qualifiers */
 94289                   _CIM_J2eeManagedObject_InstanceID_qualifiers,
 94290                   /* type */
 94291                   CIMTYPE_STRING,
 94292                   /* subscript */
 94293                   -1,
 94294 mike  1.1.2.1     /* value */
 94295                   0,
 94296               };
 94297               
 94298               static const char*
 94299               _CIM_J2eeManagedObject_ElementName_qualifiers[] =
 94300               {
 94301                   /* Override */
 94302                   "\044ElementName",
 94303                   /* MaxLen */
 94304                   "\030\000\000\001\000",
 94305                   /* MappingStrings */
 94306                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94307                   /* ModelCorrespondence */
 94308                   "\036\000\001CIM_J2eeManagedObject.InstanceID\000",
 94309                   0,
 94310               };
 94311               
 94312               static MetaProperty
 94313               _CIM_J2eeManagedObject_ElementName =
 94314               {
 94315 mike  1.1.2.1     /* flags */
 94316                   META_FLAG_PROPERTY|META_FLAG_READ,
 94317                   /* name */
 94318                   "ElementName",
 94319                   /* qualifiers */
 94320                   _CIM_J2eeManagedObject_ElementName_qualifiers,
 94321                   /* type */
 94322                   CIMTYPE_STRING,
 94323                   /* subscript */
 94324                   -1,
 94325                   /* value */
 94326                   0,
 94327               };
 94328               
 94329               static const char*
 94330               _CIM_J2eeManagedObject_OperationalStatus_qualifiers[] =
 94331               {
 94332                   /* Override */
 94333                   "\044OperationalStatus",
 94334                   /* ValueMap */
 94335                   "\061\000\0060\0002\0006\0008\0009\00010\000",
 94336 mike  1.1.2.1     /* Values */
 94337                   "\062\000\006Unknown\000OK\000Error\000Starting\000Stopping\000Stopped\000",
 94338                   /* MappingStrings */
 94339                   "\026\000\001JSR77.JCP|JSR77.5.1.1.1 state|V1.0\000",
 94340                   /* ModelCorrespondence */
 94341                   "\036\000\001CIM_J2eeManagedObjectCapabilities.StateManageable\000",
 94342                   0,
 94343               };
 94344               
 94345               static MetaProperty
 94346               _CIM_J2eeManagedObject_OperationalStatus =
 94347               {
 94348                   /* flags */
 94349                   META_FLAG_PROPERTY|META_FLAG_READ,
 94350                   /* name */
 94351                   "OperationalStatus",
 94352                   /* qualifiers */
 94353                   _CIM_J2eeManagedObject_OperationalStatus_qualifiers,
 94354                   /* type */
 94355                   CIMTYPE_UINT16,
 94356                   /* subscript */
 94357 mike  1.1.2.1     0,
 94358                   /* value */
 94359                   0,
 94360               };
 94361               
 94362               static const char*
 94363               _CIM_J2eeManagedObject_StartTime_qualifiers[] =
 94364               {
 94365                   /* MappingStrings */
 94366                   "\026\000\001JSR77.JCP|JSR77.5.1.1.2 startTime|V1.0\000",
 94367                   /* ModelCorrespondence */
 94368                   "\036\000\001CIM_J2eeManagedObjectCapabilities.StateManageable\000",
 94369                   0,
 94370               };
 94371               
 94372               static MetaProperty
 94373               _CIM_J2eeManagedObject_StartTime =
 94374               {
 94375                   /* flags */
 94376                   META_FLAG_PROPERTY|META_FLAG_READ,
 94377                   /* name */
 94378 mike  1.1.2.1     "StartTime",
 94379                   /* qualifiers */
 94380                   _CIM_J2eeManagedObject_StartTime_qualifiers,
 94381                   /* type */
 94382                   CIMTYPE_DATETIME,
 94383                   /* subscript */
 94384                   -1,
 94385                   /* value */
 94386                   "00000000000000.000000:000",
 94387               };
 94388               
 94389               static MetaFeature*
 94390               _CIM_J2eeManagedObject_StartRecursive_parameters[] =
 94391               {
 94392                   0,
 94393               };
 94394               
 94395               static const char*
 94396               _CIM_J2eeManagedObject_StartRecursive_qualifiers[] =
 94397               {
 94398                   /* MappingStrings */
 94399 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.5.1.2.2 startRecursive|V1.0\000",
 94400                   0,
 94401               };
 94402               
 94403               static MetaMethod
 94404               _CIM_J2eeManagedObject_StartRecursive =
 94405               {
 94406                   /* flags */
 94407                   META_FLAG_METHOD,
 94408                   /* name */
 94409                   "CIM_J2eeManagedObject",
 94410                   /* qualifiers */
 94411                   _CIM_J2eeManagedObject_StartRecursive_qualifiers,
 94412                   /* type */
 94413                   CIMTYPE_UINT32,
 94414                   /* parameters */
 94415                   _CIM_J2eeManagedObject_StartRecursive_parameters,
 94416               };
 94417               
 94418               static MetaFeature*
 94419               _CIM_J2eeManagedObject_Start_parameters[] =
 94420 mike  1.1.2.1 {
 94421                   0,
 94422               };
 94423               
 94424               static const char*
 94425               _CIM_J2eeManagedObject_Start_qualifiers[] =
 94426               {
 94427                   /* MappingStrings */
 94428                   "\026\000\001JSR77.JCP|JSR77.5.1.2.1 start|V1.0\000",
 94429                   0,
 94430               };
 94431               
 94432               static MetaMethod
 94433               _CIM_J2eeManagedObject_Start =
 94434               {
 94435                   /* flags */
 94436                   META_FLAG_METHOD,
 94437                   /* name */
 94438                   "CIM_J2eeManagedObject",
 94439                   /* qualifiers */
 94440                   _CIM_J2eeManagedObject_Start_qualifiers,
 94441 mike  1.1.2.1     /* type */
 94442                   CIMTYPE_UINT32,
 94443                   /* parameters */
 94444                   _CIM_J2eeManagedObject_Start_parameters,
 94445               };
 94446               
 94447               static MetaFeature*
 94448               _CIM_J2eeManagedObject_Stop_parameters[] =
 94449               {
 94450                   0,
 94451               };
 94452               
 94453               static const char*
 94454               _CIM_J2eeManagedObject_Stop_qualifiers[] =
 94455               {
 94456                   /* MappingStrings */
 94457                   "\026\000\001JSR77.JCP|JSR77.5.1.2.3 stop|V1.0\000",
 94458                   0,
 94459               };
 94460               
 94461               static MetaMethod
 94462 mike  1.1.2.1 _CIM_J2eeManagedObject_Stop =
 94463               {
 94464                   /* flags */
 94465                   META_FLAG_METHOD,
 94466                   /* name */
 94467                   "CIM_J2eeManagedObject",
 94468                   /* qualifiers */
 94469                   _CIM_J2eeManagedObject_Stop_qualifiers,
 94470                   /* type */
 94471                   CIMTYPE_UINT32,
 94472                   /* parameters */
 94473                   _CIM_J2eeManagedObject_Stop_parameters,
 94474               };
 94475               
 94476               static MetaFeature*
 94477               _CIM_J2eeManagedObject_features[] =
 94478               {
 94479                   (MetaFeature*)&_CIM_J2eeManagedObject_InstanceID,
 94480                   (MetaFeature*)&_CIM_J2eeManagedObject_ElementName,
 94481                   (MetaFeature*)&_CIM_J2eeManagedObject_OperationalStatus,
 94482                   (MetaFeature*)&_CIM_J2eeManagedObject_StartTime,
 94483 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeManagedObject_StartRecursive,
 94484                   (MetaFeature*)&_CIM_J2eeManagedObject_Start,
 94485                   (MetaFeature*)&_CIM_J2eeManagedObject_Stop,
 94486                   0,
 94487               };
 94488               
 94489               static const char*
 94490               __root_cimv2_CIM_J2eeManagedObject_qualifiers[] =
 94491               {
 94492                   /* UMLPackagePath */
 94493                   "\057CIM::Application::J2eeAppServer",
 94494                   /* Abstract */
 94495                   "\002\001",
 94496                   /* Version */
 94497                   "\0632.8.0",
 94498                   0,
 94499               };
 94500               
 94501               MetaClass
 94502               __root_cimv2_CIM_J2eeManagedObject =
 94503               {
 94504 mike  1.1.2.1     /* flags */
 94505                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 94506                   /* name */
 94507                   "CIM_J2eeManagedObject",
 94508                   /* qualifiers */
 94509                   __root_cimv2_CIM_J2eeManagedObject_qualifiers,
 94510                   /* super */
 94511                   &__root_cimv2_CIM_EnabledLogicalElement,
 94512                   /* features */
 94513                   _CIM_J2eeManagedObject_features,
 94514               };
 94515               
 94516               //==============================================================================
 94517               //
 94518               // Class: CIM_JobDestination
 94519               //
 94520               //==============================================================================
 94521               
 94522               static const char*
 94523               _CIM_JobDestination_SystemCreationClassName_qualifiers[] =
 94524               {
 94525 mike  1.1.2.1     /* Key */
 94526                   "\025\001",
 94527                   /* Propagated */
 94528                   "\045CIM_System.CreationClassName",
 94529                   /* MaxLen */
 94530                   "\030\000\000\001\000",
 94531                   0,
 94532               };
 94533               
 94534               static MetaProperty
 94535               _CIM_JobDestination_SystemCreationClassName =
 94536               {
 94537                   /* flags */
 94538                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94539                   /* name */
 94540                   "SystemCreationClassName",
 94541                   /* qualifiers */
 94542                   _CIM_JobDestination_SystemCreationClassName_qualifiers,
 94543                   /* type */
 94544                   CIMTYPE_STRING,
 94545                   /* subscript */
 94546 mike  1.1.2.1     -1,
 94547                   /* value */
 94548                   0,
 94549               };
 94550               
 94551               static const char*
 94552               _CIM_JobDestination_SystemName_qualifiers[] =
 94553               {
 94554                   /* Key */
 94555                   "\025\001",
 94556                   /* Propagated */
 94557                   "\045CIM_System.Name",
 94558                   /* MaxLen */
 94559                   "\030\000\000\001\000",
 94560                   0,
 94561               };
 94562               
 94563               static MetaProperty
 94564               _CIM_JobDestination_SystemName =
 94565               {
 94566                   /* flags */
 94567 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94568                   /* name */
 94569                   "SystemName",
 94570                   /* qualifiers */
 94571                   _CIM_JobDestination_SystemName_qualifiers,
 94572                   /* type */
 94573                   CIMTYPE_STRING,
 94574                   /* subscript */
 94575                   -1,
 94576                   /* value */
 94577                   0,
 94578               };
 94579               
 94580               static const char*
 94581               _CIM_JobDestination_CreationClassName_qualifiers[] =
 94582               {
 94583                   /* Key */
 94584                   "\025\001",
 94585                   /* MaxLen */
 94586                   "\030\000\000\001\000",
 94587                   0,
 94588 mike  1.1.2.1 };
 94589               
 94590               static MetaProperty
 94591               _CIM_JobDestination_CreationClassName =
 94592               {
 94593                   /* flags */
 94594                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94595                   /* name */
 94596                   "CreationClassName",
 94597                   /* qualifiers */
 94598                   _CIM_JobDestination_CreationClassName_qualifiers,
 94599                   /* type */
 94600                   CIMTYPE_STRING,
 94601                   /* subscript */
 94602                   -1,
 94603                   /* value */
 94604                   0,
 94605               };
 94606               
 94607               static const char*
 94608               _CIM_JobDestination_Name_qualifiers[] =
 94609 mike  1.1.2.1 {
 94610                   /* Key */
 94611                   "\025\001",
 94612                   /* Override */
 94613                   "\044Name",
 94614                   /* MaxLen */
 94615                   "\030\000\000\001\000",
 94616                   0,
 94617               };
 94618               
 94619               static MetaProperty
 94620               _CIM_JobDestination_Name =
 94621               {
 94622                   /* flags */
 94623                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94624                   /* name */
 94625                   "Name",
 94626                   /* qualifiers */
 94627                   _CIM_JobDestination_Name_qualifiers,
 94628                   /* type */
 94629                   CIMTYPE_STRING,
 94630 mike  1.1.2.1     /* subscript */
 94631                   -1,
 94632                   /* value */
 94633                   0,
 94634               };
 94635               
 94636               static MetaFeature*
 94637               _CIM_JobDestination_features[] =
 94638               {
 94639                   (MetaFeature*)&_CIM_JobDestination_SystemCreationClassName,
 94640                   (MetaFeature*)&_CIM_JobDestination_SystemName,
 94641                   (MetaFeature*)&_CIM_JobDestination_CreationClassName,
 94642                   (MetaFeature*)&_CIM_JobDestination_Name,
 94643                   0,
 94644               };
 94645               
 94646               static const char*
 94647               __root_cimv2_CIM_JobDestination_qualifiers[] =
 94648               {
 94649                   /* UMLPackagePath */
 94650                   "\057CIM::System::Processing",
 94651 mike  1.1.2.1     /* Version */
 94652                   "\0632.7.0",
 94653                   0,
 94654               };
 94655               
 94656               MetaClass
 94657               __root_cimv2_CIM_JobDestination =
 94658               {
 94659                   /* flags */
 94660                   META_FLAG_CLASS,
 94661                   /* name */
 94662                   "CIM_JobDestination",
 94663                   /* qualifiers */
 94664                   __root_cimv2_CIM_JobDestination_qualifiers,
 94665                   /* super */
 94666                   &__root_cimv2_CIM_EnabledLogicalElement,
 94667                   /* features */
 94668                   _CIM_JobDestination_features,
 94669               };
 94670               
 94671               //==============================================================================
 94672 mike  1.1.2.1 //
 94673               // Class: CIM_JobDestinationJobs
 94674               //
 94675               //==============================================================================
 94676               
 94677               static const char*
 94678               _CIM_JobDestinationJobs_Antecedent_qualifiers[] =
 94679               {
 94680                   /* Override */
 94681                   "\044Antecedent",
 94682                   /* Max */
 94683                   "\027\000\000\000\001",
 94684                   0,
 94685               };
 94686               
 94687               static MetaReference
 94688               _CIM_JobDestinationJobs_Antecedent =
 94689               {
 94690                   /* flags */
 94691                   META_FLAG_REFERENCE|META_FLAG_READ,
 94692                   /* name */
 94693 mike  1.1.2.1     "Antecedent",
 94694                   /* qualifiers */
 94695                   _CIM_JobDestinationJobs_Antecedent_qualifiers,
 94696                   /* subscript */
 94697                   -1,
 94698                   /* refId */
 94699                   &__root_cimv2_CIM_JobDestination,
 94700               };
 94701               
 94702               static const char*
 94703               _CIM_JobDestinationJobs_Dependent_qualifiers[] =
 94704               {
 94705                   /* Override */
 94706                   "\044Dependent",
 94707                   0,
 94708               };
 94709               
 94710               static MetaReference
 94711               _CIM_JobDestinationJobs_Dependent =
 94712               {
 94713                   /* flags */
 94714 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 94715                   /* name */
 94716                   "Dependent",
 94717                   /* qualifiers */
 94718                   _CIM_JobDestinationJobs_Dependent_qualifiers,
 94719                   /* subscript */
 94720                   -1,
 94721                   /* refId */
 94722                   &__root_cimv2_CIM_Job,
 94723               };
 94724               
 94725               static MetaFeature*
 94726               _CIM_JobDestinationJobs_features[] =
 94727               {
 94728                   (MetaFeature*)&_CIM_JobDestinationJobs_Antecedent,
 94729                   (MetaFeature*)&_CIM_JobDestinationJobs_Dependent,
 94730                   0,
 94731               };
 94732               
 94733               static const char*
 94734               __root_cimv2_CIM_JobDestinationJobs_qualifiers[] =
 94735 mike  1.1.2.1 {
 94736                   /* ASSOCIATION */
 94737                   "\000\001",
 94738                   /* UMLPackagePath */
 94739                   "\057CIM::System::Processing",
 94740                   /* Version */
 94741                   "\0632.6.0",
 94742                   0,
 94743               };
 94744               
 94745               MetaClass
 94746               __root_cimv2_CIM_JobDestinationJobs =
 94747               {
 94748                   /* flags */
 94749                   META_FLAG_ASSOCIATION,
 94750                   /* name */
 94751                   "CIM_JobDestinationJobs",
 94752                   /* qualifiers */
 94753                   __root_cimv2_CIM_JobDestinationJobs_qualifiers,
 94754                   /* super */
 94755                   &__root_cimv2_CIM_Dependency,
 94756 mike  1.1.2.1     /* features */
 94757                   _CIM_JobDestinationJobs_features,
 94758               };
 94759               
 94760               //==============================================================================
 94761               //
 94762               // Class: CIM_LocalFileSystem
 94763               //
 94764               //==============================================================================
 94765               
 94766               static MetaFeature*
 94767               _CIM_LocalFileSystem_features[] =
 94768               {
 94769                   0,
 94770               };
 94771               
 94772               static const char*
 94773               __root_cimv2_CIM_LocalFileSystem_qualifiers[] =
 94774               {
 94775                   /* UMLPackagePath */
 94776                   "\057CIM::System::FileElements",
 94777 mike  1.1.2.1     /* Version */
 94778                   "\0632.6.0",
 94779                   0,
 94780               };
 94781               
 94782               MetaClass
 94783               __root_cimv2_CIM_LocalFileSystem =
 94784               {
 94785                   /* flags */
 94786                   META_FLAG_CLASS,
 94787                   /* name */
 94788                   "CIM_LocalFileSystem",
 94789                   /* qualifiers */
 94790                   __root_cimv2_CIM_LocalFileSystem_qualifiers,
 94791                   /* super */
 94792                   &__root_cimv2_CIM_FileSystem,
 94793                   /* features */
 94794                   _CIM_LocalFileSystem_features,
 94795               };
 94796               
 94797               //==============================================================================
 94798 mike  1.1.2.1 //
 94799               // Class: CIM_Log
 94800               //
 94801               //==============================================================================
 94802               
 94803               static const char*
 94804               _CIM_Log_MaxNumberOfRecords_qualifiers[] =
 94805               {
 94806                   0,
 94807               };
 94808               
 94809               static MetaProperty
 94810               _CIM_Log_MaxNumberOfRecords =
 94811               {
 94812                   /* flags */
 94813                   META_FLAG_PROPERTY|META_FLAG_READ,
 94814                   /* name */
 94815                   "MaxNumberOfRecords",
 94816                   /* qualifiers */
 94817                   _CIM_Log_MaxNumberOfRecords_qualifiers,
 94818                   /* type */
 94819 mike  1.1.2.1     CIMTYPE_UINT64,
 94820                   /* subscript */
 94821                   -1,
 94822                   /* value */
 94823                   0,
 94824               };
 94825               
 94826               static const char*
 94827               _CIM_Log_CurrentNumberOfRecords_qualifiers[] =
 94828               {
 94829                   /* Gauge */
 94830                   "\023\001",
 94831                   0,
 94832               };
 94833               
 94834               static MetaProperty
 94835               _CIM_Log_CurrentNumberOfRecords =
 94836               {
 94837                   /* flags */
 94838                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 94839                   /* name */
 94840 mike  1.1.2.1     "CurrentNumberOfRecords",
 94841                   /* qualifiers */
 94842                   _CIM_Log_CurrentNumberOfRecords_qualifiers,
 94843                   /* type */
 94844                   CIMTYPE_UINT64,
 94845                   /* subscript */
 94846                   -1,
 94847                   /* value */
 94848                   0,
 94849               };
 94850               
 94851               static MetaFeature*
 94852               _CIM_Log_ClearLog_parameters[] =
 94853               {
 94854                   0,
 94855               };
 94856               
 94857               static const char*
 94858               _CIM_Log_ClearLog_qualifiers[] =
 94859               {
 94860                   /* ValueMap */
 94861 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006..0x0FFF\0000x1000..0x7FFF\0000x8000..\000",
 94862                   /* Values */
 94863                   "\062\000\011Completed with no error\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
 94864                   0,
 94865               };
 94866               
 94867               static MetaMethod
 94868               _CIM_Log_ClearLog =
 94869               {
 94870                   /* flags */
 94871                   META_FLAG_METHOD,
 94872                   /* name */
 94873                   "CIM_Log",
 94874                   /* qualifiers */
 94875                   _CIM_Log_ClearLog_qualifiers,
 94876                   /* type */
 94877                   CIMTYPE_UINT32,
 94878                   /* parameters */
 94879                   _CIM_Log_ClearLog_parameters,
 94880               };
 94881               
 94882 mike  1.1.2.1 static MetaFeature*
 94883               _CIM_Log_features[] =
 94884               {
 94885                   (MetaFeature*)&_CIM_Log_MaxNumberOfRecords,
 94886                   (MetaFeature*)&_CIM_Log_CurrentNumberOfRecords,
 94887                   (MetaFeature*)&_CIM_Log_ClearLog,
 94888                   0,
 94889               };
 94890               
 94891               static const char*
 94892               __root_cimv2_CIM_Log_qualifiers[] =
 94893               {
 94894                   /* UMLPackagePath */
 94895                   "\057CIM::System::Logs",
 94896                   /* Abstract */
 94897                   "\002\001",
 94898                   /* Version */
 94899                   "\0632.9.0",
 94900                   0,
 94901               };
 94902               
 94903 mike  1.1.2.1 MetaClass
 94904               __root_cimv2_CIM_Log =
 94905               {
 94906                   /* flags */
 94907                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 94908                   /* name */
 94909                   "CIM_Log",
 94910                   /* qualifiers */
 94911                   __root_cimv2_CIM_Log_qualifiers,
 94912                   /* super */
 94913                   &__root_cimv2_CIM_EnabledLogicalElement,
 94914                   /* features */
 94915                   _CIM_Log_features,
 94916               };
 94917               
 94918               //==============================================================================
 94919               //
 94920               // Class: CIM_LogicalDevice
 94921               //
 94922               //==============================================================================
 94923               
 94924 mike  1.1.2.1 static const char*
 94925               _CIM_LogicalDevice_SystemCreationClassName_qualifiers[] =
 94926               {
 94927                   /* Key */
 94928                   "\025\001",
 94929                   /* Propagated */
 94930                   "\045CIM_System.CreationClassName",
 94931                   /* MaxLen */
 94932                   "\030\000\000\001\000",
 94933                   0,
 94934               };
 94935               
 94936               static MetaProperty
 94937               _CIM_LogicalDevice_SystemCreationClassName =
 94938               {
 94939                   /* flags */
 94940                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94941                   /* name */
 94942                   "SystemCreationClassName",
 94943                   /* qualifiers */
 94944                   _CIM_LogicalDevice_SystemCreationClassName_qualifiers,
 94945 mike  1.1.2.1     /* type */
 94946                   CIMTYPE_STRING,
 94947                   /* subscript */
 94948                   -1,
 94949                   /* value */
 94950                   0,
 94951               };
 94952               
 94953               static const char*
 94954               _CIM_LogicalDevice_SystemName_qualifiers[] =
 94955               {
 94956                   /* Key */
 94957                   "\025\001",
 94958                   /* Propagated */
 94959                   "\045CIM_System.Name",
 94960                   /* MaxLen */
 94961                   "\030\000\000\001\000",
 94962                   0,
 94963               };
 94964               
 94965               static MetaProperty
 94966 mike  1.1.2.1 _CIM_LogicalDevice_SystemName =
 94967               {
 94968                   /* flags */
 94969                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94970                   /* name */
 94971                   "SystemName",
 94972                   /* qualifiers */
 94973                   _CIM_LogicalDevice_SystemName_qualifiers,
 94974                   /* type */
 94975                   CIMTYPE_STRING,
 94976                   /* subscript */
 94977                   -1,
 94978                   /* value */
 94979                   0,
 94980               };
 94981               
 94982               static const char*
 94983               _CIM_LogicalDevice_CreationClassName_qualifiers[] =
 94984               {
 94985                   /* Key */
 94986                   "\025\001",
 94987 mike  1.1.2.1     /* MaxLen */
 94988                   "\030\000\000\001\000",
 94989                   0,
 94990               };
 94991               
 94992               static MetaProperty
 94993               _CIM_LogicalDevice_CreationClassName =
 94994               {
 94995                   /* flags */
 94996                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94997                   /* name */
 94998                   "CreationClassName",
 94999                   /* qualifiers */
 95000                   _CIM_LogicalDevice_CreationClassName_qualifiers,
 95001                   /* type */
 95002                   CIMTYPE_STRING,
 95003                   /* subscript */
 95004                   -1,
 95005                   /* value */
 95006                   0,
 95007               };
 95008 mike  1.1.2.1 
 95009               static const char*
 95010               _CIM_LogicalDevice_DeviceID_qualifiers[] =
 95011               {
 95012                   /* Key */
 95013                   "\025\001",
 95014                   /* MaxLen */
 95015                   "\030\000\000\000\100",
 95016                   0,
 95017               };
 95018               
 95019               static MetaProperty
 95020               _CIM_LogicalDevice_DeviceID =
 95021               {
 95022                   /* flags */
 95023                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 95024                   /* name */
 95025                   "DeviceID",
 95026                   /* qualifiers */
 95027                   _CIM_LogicalDevice_DeviceID_qualifiers,
 95028                   /* type */
 95029 mike  1.1.2.1     CIMTYPE_STRING,
 95030                   /* subscript */
 95031                   -1,
 95032                   /* value */
 95033                   0,
 95034               };
 95035               
 95036               static const char*
 95037               _CIM_LogicalDevice_PowerManagementSupported_qualifiers[] =
 95038               {
 95039                   /* Deprecated */
 95040                   "\013\000\001CIM_PowerManagementCapabilities\000",
 95041                   0,
 95042               };
 95043               
 95044               static MetaProperty
 95045               _CIM_LogicalDevice_PowerManagementSupported =
 95046               {
 95047                   /* flags */
 95048                   META_FLAG_PROPERTY|META_FLAG_READ,
 95049                   /* name */
 95050 mike  1.1.2.1     "PowerManagementSupported",
 95051                   /* qualifiers */
 95052                   _CIM_LogicalDevice_PowerManagementSupported_qualifiers,
 95053                   /* type */
 95054                   CIMTYPE_BOOLEAN,
 95055                   /* subscript */
 95056                   -1,
 95057                   /* value */
 95058                   0,
 95059               };
 95060               
 95061               static const char*
 95062               _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers[] =
 95063               {
 95064                   /* Deprecated */
 95065                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 95066                   /* ValueMap */
 95067                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 95068                   /* Values */
 95069                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 95070                   0,
 95071 mike  1.1.2.1 };
 95072               
 95073               static MetaProperty
 95074               _CIM_LogicalDevice_PowerManagementCapabilities =
 95075               {
 95076                   /* flags */
 95077                   META_FLAG_PROPERTY|META_FLAG_READ,
 95078                   /* name */
 95079                   "PowerManagementCapabilities",
 95080                   /* qualifiers */
 95081                   _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers,
 95082                   /* type */
 95083                   CIMTYPE_UINT16,
 95084                   /* subscript */
 95085                   0,
 95086                   /* value */
 95087                   0,
 95088               };
 95089               
 95090               static const char*
 95091               _CIM_LogicalDevice_Availability_qualifiers[] =
 95092 mike  1.1.2.1 {
 95093                   /* ValueMap */
 95094                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
 95095                   /* Values */
 95096                   "\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",
 95097                   /* MappingStrings */
 95098                   "\026\000\003MIF.DMTF|Operational State|006.5\000MIB.IETF|HOST-RESOURCES-MIB.hrDeviceStatus\000MIF.DMTF|Host Device|001.5\000",
 95099                   /* ModelCorrespondence */
 95100                   "\036\000\001CIM_LogicalDevice.AdditionalAvailability\000",
 95101                   0,
 95102               };
 95103               
 95104               static MetaProperty
 95105               _CIM_LogicalDevice_Availability =
 95106               {
 95107                   /* flags */
 95108                   META_FLAG_PROPERTY|META_FLAG_READ,
 95109                   /* name */
 95110                   "Availability",
 95111                   /* qualifiers */
 95112                   _CIM_LogicalDevice_Availability_qualifiers,
 95113 mike  1.1.2.1     /* type */
 95114                   CIMTYPE_UINT16,
 95115                   /* subscript */
 95116                   -1,
 95117                   /* value */
 95118                   0,
 95119               };
 95120               
 95121               static const char*
 95122               _CIM_LogicalDevice_StatusInfo_qualifiers[] =
 95123               {
 95124                   /* Deprecated */
 95125                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
 95126                   /* ValueMap */
 95127                   "\061\000\0051\0002\0003\0004\0005\000",
 95128                   /* Values */
 95129                   "\062\000\005Other\000Unknown\000Enabled\000Disabled\000Not Applicable\000",
 95130                   /* MappingStrings */
 95131                   "\026\000\001MIF.DMTF|Operational State|006.4\000",
 95132                   0,
 95133               };
 95134 mike  1.1.2.1 
 95135               static MetaProperty
 95136               _CIM_LogicalDevice_StatusInfo =
 95137               {
 95138                   /* flags */
 95139                   META_FLAG_PROPERTY|META_FLAG_READ,
 95140                   /* name */
 95141                   "StatusInfo",
 95142                   /* qualifiers */
 95143                   _CIM_LogicalDevice_StatusInfo_qualifiers,
 95144                   /* type */
 95145                   CIMTYPE_UINT16,
 95146                   /* subscript */
 95147                   -1,
 95148                   /* value */
 95149                   0,
 95150               };
 95151               
 95152               static const char*
 95153               _CIM_LogicalDevice_LastErrorCode_qualifiers[] =
 95154               {
 95155 mike  1.1.2.1     /* Deprecated */
 95156                   "\013\000\001CIM_DeviceErrorData.LastErrorCode\000",
 95157                   0,
 95158               };
 95159               
 95160               static MetaProperty
 95161               _CIM_LogicalDevice_LastErrorCode =
 95162               {
 95163                   /* flags */
 95164                   META_FLAG_PROPERTY|META_FLAG_READ,
 95165                   /* name */
 95166                   "LastErrorCode",
 95167                   /* qualifiers */
 95168                   _CIM_LogicalDevice_LastErrorCode_qualifiers,
 95169                   /* type */
 95170                   CIMTYPE_UINT32,
 95171                   /* subscript */
 95172                   -1,
 95173                   /* value */
 95174                   0,
 95175               };
 95176 mike  1.1.2.1 
 95177               static const char*
 95178               _CIM_LogicalDevice_ErrorDescription_qualifiers[] =
 95179               {
 95180                   /* Deprecated */
 95181                   "\013\000\001CIM_DeviceErrorData.ErrorDescription\000",
 95182                   0,
 95183               };
 95184               
 95185               static MetaProperty
 95186               _CIM_LogicalDevice_ErrorDescription =
 95187               {
 95188                   /* flags */
 95189                   META_FLAG_PROPERTY|META_FLAG_READ,
 95190                   /* name */
 95191                   "ErrorDescription",
 95192                   /* qualifiers */
 95193                   _CIM_LogicalDevice_ErrorDescription_qualifiers,
 95194                   /* type */
 95195                   CIMTYPE_STRING,
 95196                   /* subscript */
 95197 mike  1.1.2.1     -1,
 95198                   /* value */
 95199                   0,
 95200               };
 95201               
 95202               static const char*
 95203               _CIM_LogicalDevice_ErrorCleared_qualifiers[] =
 95204               {
 95205                   /* Deprecated */
 95206                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 95207                   0,
 95208               };
 95209               
 95210               static MetaProperty
 95211               _CIM_LogicalDevice_ErrorCleared =
 95212               {
 95213                   /* flags */
 95214                   META_FLAG_PROPERTY|META_FLAG_READ,
 95215                   /* name */
 95216                   "ErrorCleared",
 95217                   /* qualifiers */
 95218 mike  1.1.2.1     _CIM_LogicalDevice_ErrorCleared_qualifiers,
 95219                   /* type */
 95220                   CIMTYPE_BOOLEAN,
 95221                   /* subscript */
 95222                   -1,
 95223                   /* value */
 95224                   0,
 95225               };
 95226               
 95227               static const char*
 95228               _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers[] =
 95229               {
 95230                   /* MaxLen */
 95231                   "\030\000\000\001\000",
 95232                   /* ArrayType */
 95233                   "\005Indexed",
 95234                   /* ModelCorrespondence */
 95235                   "\036\000\001CIM_LogicalDevice.IdentifyingDescriptions\000",
 95236                   0,
 95237               };
 95238               
 95239 mike  1.1.2.1 static MetaProperty
 95240               _CIM_LogicalDevice_OtherIdentifyingInfo =
 95241               {
 95242                   /* flags */
 95243                   META_FLAG_PROPERTY|META_FLAG_READ,
 95244                   /* name */
 95245                   "OtherIdentifyingInfo",
 95246                   /* qualifiers */
 95247                   _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers,
 95248                   /* type */
 95249                   CIMTYPE_STRING,
 95250                   /* subscript */
 95251                   0,
 95252                   /* value */
 95253                   0,
 95254               };
 95255               
 95256               static const char*
 95257               _CIM_LogicalDevice_PowerOnHours_qualifiers[] =
 95258               {
 95259                   /* Units */
 95260 mike  1.1.2.1     "\060Hours",
 95261                   /* Counter */
 95262                   "\012\001",
 95263                   0,
 95264               };
 95265               
 95266               static MetaProperty
 95267               _CIM_LogicalDevice_PowerOnHours =
 95268               {
 95269                   /* flags */
 95270                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 95271                   /* name */
 95272                   "PowerOnHours",
 95273                   /* qualifiers */
 95274                   _CIM_LogicalDevice_PowerOnHours_qualifiers,
 95275                   /* type */
 95276                   CIMTYPE_UINT64,
 95277                   /* subscript */
 95278                   -1,
 95279                   /* value */
 95280                   0,
 95281 mike  1.1.2.1 };
 95282               
 95283               static const char*
 95284               _CIM_LogicalDevice_TotalPowerOnHours_qualifiers[] =
 95285               {
 95286                   /* Units */
 95287                   "\060Hours",
 95288                   /* Counter */
 95289                   "\012\001",
 95290                   0,
 95291               };
 95292               
 95293               static MetaProperty
 95294               _CIM_LogicalDevice_TotalPowerOnHours =
 95295               {
 95296                   /* flags */
 95297                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 95298                   /* name */
 95299                   "TotalPowerOnHours",
 95300                   /* qualifiers */
 95301                   _CIM_LogicalDevice_TotalPowerOnHours_qualifiers,
 95302 mike  1.1.2.1     /* type */
 95303                   CIMTYPE_UINT64,
 95304                   /* subscript */
 95305                   -1,
 95306                   /* value */
 95307                   0,
 95308               };
 95309               
 95310               static const char*
 95311               _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers[] =
 95312               {
 95313                   /* ArrayType */
 95314                   "\005Indexed",
 95315                   /* ModelCorrespondence */
 95316                   "\036\000\001CIM_LogicalDevice.OtherIdentifyingInfo\000",
 95317                   0,
 95318               };
 95319               
 95320               static MetaProperty
 95321               _CIM_LogicalDevice_IdentifyingDescriptions =
 95322               {
 95323 mike  1.1.2.1     /* flags */
 95324                   META_FLAG_PROPERTY|META_FLAG_READ,
 95325                   /* name */
 95326                   "IdentifyingDescriptions",
 95327                   /* qualifiers */
 95328                   _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers,
 95329                   /* type */
 95330                   CIMTYPE_STRING,
 95331                   /* subscript */
 95332                   0,
 95333                   /* value */
 95334                   0,
 95335               };
 95336               
 95337               static const char*
 95338               _CIM_LogicalDevice_AdditionalAvailability_qualifiers[] =
 95339               {
 95340                   /* ValueMap */
 95341                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
 95342                   /* Values */
 95343                   "\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",
 95344 mike  1.1.2.1     /* ModelCorrespondence */
 95345                   "\036\000\001CIM_LogicalDevice.Availability\000",
 95346                   0,
 95347               };
 95348               
 95349               static MetaProperty
 95350               _CIM_LogicalDevice_AdditionalAvailability =
 95351               {
 95352                   /* flags */
 95353                   META_FLAG_PROPERTY|META_FLAG_READ,
 95354                   /* name */
 95355                   "AdditionalAvailability",
 95356                   /* qualifiers */
 95357                   _CIM_LogicalDevice_AdditionalAvailability_qualifiers,
 95358                   /* type */
 95359                   CIMTYPE_UINT16,
 95360                   /* subscript */
 95361                   0,
 95362                   /* value */
 95363                   0,
 95364               };
 95365 mike  1.1.2.1 
 95366               static const char*
 95367               _CIM_LogicalDevice_MaxQuiesceTime_qualifiers[] =
 95368               {
 95369                   /* Deprecated */
 95370                   "\013\000\001No value\000",
 95371                   /* Units */
 95372                   "\060MilliSeconds",
 95373                   0,
 95374               };
 95375               
 95376               static MetaProperty
 95377               _CIM_LogicalDevice_MaxQuiesceTime =
 95378               {
 95379                   /* flags */
 95380                   META_FLAG_PROPERTY|META_FLAG_READ,
 95381                   /* name */
 95382                   "MaxQuiesceTime",
 95383                   /* qualifiers */
 95384                   _CIM_LogicalDevice_MaxQuiesceTime_qualifiers,
 95385                   /* type */
 95386 mike  1.1.2.1     CIMTYPE_UINT64,
 95387                   /* subscript */
 95388                   -1,
 95389                   /* value */
 95390                   0,
 95391               };
 95392               
 95393               static const char*
 95394               _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers[] =
 95395               {
 95396                   /* IN */
 95397                   "\024\001",
 95398                   /* ValueMap */
 95399                   "\061\000\0061\0002\0003\0004\0005\0006\000",
 95400                   /* Values */
 95401                   "\062\000\006Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000",
 95402                   0,
 95403               };
 95404               
 95405               static MetaProperty
 95406               _CIM_LogicalDevice_SetPowerState_PowerState =
 95407 mike  1.1.2.1 {
 95408                   /* flags */
 95409                   META_FLAG_PROPERTY|META_FLAG_IN,
 95410                   /* name */
 95411                   "PowerState",
 95412                   /* qualifiers */
 95413                   _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers,
 95414                   /* type */
 95415                   CIMTYPE_UINT16,
 95416                   /* subscript */
 95417                   -1,
 95418                   /* value */
 95419                   0,
 95420               };
 95421               
 95422               static const char*
 95423               _CIM_LogicalDevice_SetPowerState_Time_qualifiers[] =
 95424               {
 95425                   /* IN */
 95426                   "\024\001",
 95427                   0,
 95428 mike  1.1.2.1 };
 95429               
 95430               static MetaProperty
 95431               _CIM_LogicalDevice_SetPowerState_Time =
 95432               {
 95433                   /* flags */
 95434                   META_FLAG_PROPERTY|META_FLAG_IN,
 95435                   /* name */
 95436                   "Time",
 95437                   /* qualifiers */
 95438                   _CIM_LogicalDevice_SetPowerState_Time_qualifiers,
 95439                   /* type */
 95440                   CIMTYPE_DATETIME,
 95441                   /* subscript */
 95442                   -1,
 95443                   /* value */
 95444                   0,
 95445               };
 95446               
 95447               static MetaFeature*
 95448               _CIM_LogicalDevice_SetPowerState_parameters[] =
 95449 mike  1.1.2.1 {
 95450                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_PowerState,
 95451                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_Time,
 95452                   0,
 95453               };
 95454               
 95455               static const char*
 95456               _CIM_LogicalDevice_SetPowerState_qualifiers[] =
 95457               {
 95458                   /* Deprecated */
 95459                   "\013\000\001CIM_PowerManagementService.SetPowerState\000",
 95460                   0,
 95461               };
 95462               
 95463               static MetaMethod
 95464               _CIM_LogicalDevice_SetPowerState =
 95465               {
 95466                   /* flags */
 95467                   META_FLAG_METHOD,
 95468                   /* name */
 95469                   "CIM_LogicalDevice",
 95470 mike  1.1.2.1     /* qualifiers */
 95471                   _CIM_LogicalDevice_SetPowerState_qualifiers,
 95472                   /* type */
 95473                   CIMTYPE_UINT32,
 95474                   /* parameters */
 95475                   _CIM_LogicalDevice_SetPowerState_parameters,
 95476               };
 95477               
 95478               static MetaFeature*
 95479               _CIM_LogicalDevice_Reset_parameters[] =
 95480               {
 95481                   0,
 95482               };
 95483               
 95484               static const char*
 95485               _CIM_LogicalDevice_Reset_qualifiers[] =
 95486               {
 95487                   0,
 95488               };
 95489               
 95490               static MetaMethod
 95491 mike  1.1.2.1 _CIM_LogicalDevice_Reset =
 95492               {
 95493                   /* flags */
 95494                   META_FLAG_METHOD,
 95495                   /* name */
 95496                   "CIM_LogicalDevice",
 95497                   /* qualifiers */
 95498                   _CIM_LogicalDevice_Reset_qualifiers,
 95499                   /* type */
 95500                   CIMTYPE_UINT32,
 95501                   /* parameters */
 95502                   _CIM_LogicalDevice_Reset_parameters,
 95503               };
 95504               
 95505               static const char*
 95506               _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers[] =
 95507               {
 95508                   /* IN */
 95509                   "\024\001",
 95510                   0,
 95511               };
 95512 mike  1.1.2.1 
 95513               static MetaProperty
 95514               _CIM_LogicalDevice_EnableDevice_Enabled =
 95515               {
 95516                   /* flags */
 95517                   META_FLAG_PROPERTY|META_FLAG_IN,
 95518                   /* name */
 95519                   "Enabled",
 95520                   /* qualifiers */
 95521                   _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers,
 95522                   /* type */
 95523                   CIMTYPE_BOOLEAN,
 95524                   /* subscript */
 95525                   -1,
 95526                   /* value */
 95527                   0,
 95528               };
 95529               
 95530               static MetaFeature*
 95531               _CIM_LogicalDevice_EnableDevice_parameters[] =
 95532               {
 95533 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalDevice_EnableDevice_Enabled,
 95534                   0,
 95535               };
 95536               
 95537               static const char*
 95538               _CIM_LogicalDevice_EnableDevice_qualifiers[] =
 95539               {
 95540                   /* Deprecated */
 95541                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95542                   0,
 95543               };
 95544               
 95545               static MetaMethod
 95546               _CIM_LogicalDevice_EnableDevice =
 95547               {
 95548                   /* flags */
 95549                   META_FLAG_METHOD,
 95550                   /* name */
 95551                   "CIM_LogicalDevice",
 95552                   /* qualifiers */
 95553                   _CIM_LogicalDevice_EnableDevice_qualifiers,
 95554 mike  1.1.2.1     /* type */
 95555                   CIMTYPE_UINT32,
 95556                   /* parameters */
 95557                   _CIM_LogicalDevice_EnableDevice_parameters,
 95558               };
 95559               
 95560               static const char*
 95561               _CIM_LogicalDevice_OnlineDevice_Online_qualifiers[] =
 95562               {
 95563                   /* IN */
 95564                   "\024\001",
 95565                   0,
 95566               };
 95567               
 95568               static MetaProperty
 95569               _CIM_LogicalDevice_OnlineDevice_Online =
 95570               {
 95571                   /* flags */
 95572                   META_FLAG_PROPERTY|META_FLAG_IN,
 95573                   /* name */
 95574                   "Online",
 95575 mike  1.1.2.1     /* qualifiers */
 95576                   _CIM_LogicalDevice_OnlineDevice_Online_qualifiers,
 95577                   /* type */
 95578                   CIMTYPE_BOOLEAN,
 95579                   /* subscript */
 95580                   -1,
 95581                   /* value */
 95582                   0,
 95583               };
 95584               
 95585               static MetaFeature*
 95586               _CIM_LogicalDevice_OnlineDevice_parameters[] =
 95587               {
 95588                   (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice_Online,
 95589                   0,
 95590               };
 95591               
 95592               static const char*
 95593               _CIM_LogicalDevice_OnlineDevice_qualifiers[] =
 95594               {
 95595                   /* Deprecated */
 95596 mike  1.1.2.1     "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95597                   0,
 95598               };
 95599               
 95600               static MetaMethod
 95601               _CIM_LogicalDevice_OnlineDevice =
 95602               {
 95603                   /* flags */
 95604                   META_FLAG_METHOD,
 95605                   /* name */
 95606                   "CIM_LogicalDevice",
 95607                   /* qualifiers */
 95608                   _CIM_LogicalDevice_OnlineDevice_qualifiers,
 95609                   /* type */
 95610                   CIMTYPE_UINT32,
 95611                   /* parameters */
 95612                   _CIM_LogicalDevice_OnlineDevice_parameters,
 95613               };
 95614               
 95615               static const char*
 95616               _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers[] =
 95617 mike  1.1.2.1 {
 95618                   /* IN */
 95619                   "\024\001",
 95620                   0,
 95621               };
 95622               
 95623               static MetaProperty
 95624               _CIM_LogicalDevice_QuiesceDevice_Quiesce =
 95625               {
 95626                   /* flags */
 95627                   META_FLAG_PROPERTY|META_FLAG_IN,
 95628                   /* name */
 95629                   "Quiesce",
 95630                   /* qualifiers */
 95631                   _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers,
 95632                   /* type */
 95633                   CIMTYPE_BOOLEAN,
 95634                   /* subscript */
 95635                   -1,
 95636                   /* value */
 95637                   0,
 95638 mike  1.1.2.1 };
 95639               
 95640               static MetaFeature*
 95641               _CIM_LogicalDevice_QuiesceDevice_parameters[] =
 95642               {
 95643                   (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice_Quiesce,
 95644                   0,
 95645               };
 95646               
 95647               static const char*
 95648               _CIM_LogicalDevice_QuiesceDevice_qualifiers[] =
 95649               {
 95650                   /* Deprecated */
 95651                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95652                   0,
 95653               };
 95654               
 95655               static MetaMethod
 95656               _CIM_LogicalDevice_QuiesceDevice =
 95657               {
 95658                   /* flags */
 95659 mike  1.1.2.1     META_FLAG_METHOD,
 95660                   /* name */
 95661                   "CIM_LogicalDevice",
 95662                   /* qualifiers */
 95663                   _CIM_LogicalDevice_QuiesceDevice_qualifiers,
 95664                   /* type */
 95665                   CIMTYPE_UINT32,
 95666                   /* parameters */
 95667                   _CIM_LogicalDevice_QuiesceDevice_parameters,
 95668               };
 95669               
 95670               static MetaFeature*
 95671               _CIM_LogicalDevice_SaveProperties_parameters[] =
 95672               {
 95673                   0,
 95674               };
 95675               
 95676               static const char*
 95677               _CIM_LogicalDevice_SaveProperties_qualifiers[] =
 95678               {
 95679                   0,
 95680 mike  1.1.2.1 };
 95681               
 95682               static MetaMethod
 95683               _CIM_LogicalDevice_SaveProperties =
 95684               {
 95685                   /* flags */
 95686                   META_FLAG_METHOD,
 95687                   /* name */
 95688                   "CIM_LogicalDevice",
 95689                   /* qualifiers */
 95690                   _CIM_LogicalDevice_SaveProperties_qualifiers,
 95691                   /* type */
 95692                   CIMTYPE_UINT32,
 95693                   /* parameters */
 95694                   _CIM_LogicalDevice_SaveProperties_parameters,
 95695               };
 95696               
 95697               static MetaFeature*
 95698               _CIM_LogicalDevice_RestoreProperties_parameters[] =
 95699               {
 95700                   0,
 95701 mike  1.1.2.1 };
 95702               
 95703               static const char*
 95704               _CIM_LogicalDevice_RestoreProperties_qualifiers[] =
 95705               {
 95706                   0,
 95707               };
 95708               
 95709               static MetaMethod
 95710               _CIM_LogicalDevice_RestoreProperties =
 95711               {
 95712                   /* flags */
 95713                   META_FLAG_METHOD,
 95714                   /* name */
 95715                   "CIM_LogicalDevice",
 95716                   /* qualifiers */
 95717                   _CIM_LogicalDevice_RestoreProperties_qualifiers,
 95718                   /* type */
 95719                   CIMTYPE_UINT32,
 95720                   /* parameters */
 95721                   _CIM_LogicalDevice_RestoreProperties_parameters,
 95722 mike  1.1.2.1 };
 95723               
 95724               static MetaFeature*
 95725               _CIM_LogicalDevice_features[] =
 95726               {
 95727                   (MetaFeature*)&_CIM_LogicalDevice_SystemCreationClassName,
 95728                   (MetaFeature*)&_CIM_LogicalDevice_SystemName,
 95729                   (MetaFeature*)&_CIM_LogicalDevice_CreationClassName,
 95730                   (MetaFeature*)&_CIM_LogicalDevice_DeviceID,
 95731                   (MetaFeature*)&_CIM_LogicalDevice_PowerManagementSupported,
 95732                   (MetaFeature*)&_CIM_LogicalDevice_PowerManagementCapabilities,
 95733                   (MetaFeature*)&_CIM_LogicalDevice_Availability,
 95734                   (MetaFeature*)&_CIM_LogicalDevice_StatusInfo,
 95735                   (MetaFeature*)&_CIM_LogicalDevice_LastErrorCode,
 95736                   (MetaFeature*)&_CIM_LogicalDevice_ErrorDescription,
 95737                   (MetaFeature*)&_CIM_LogicalDevice_ErrorCleared,
 95738                   (MetaFeature*)&_CIM_LogicalDevice_OtherIdentifyingInfo,
 95739                   (MetaFeature*)&_CIM_LogicalDevice_PowerOnHours,
 95740                   (MetaFeature*)&_CIM_LogicalDevice_TotalPowerOnHours,
 95741                   (MetaFeature*)&_CIM_LogicalDevice_IdentifyingDescriptions,
 95742                   (MetaFeature*)&_CIM_LogicalDevice_AdditionalAvailability,
 95743 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalDevice_MaxQuiesceTime,
 95744                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState,
 95745                   (MetaFeature*)&_CIM_LogicalDevice_Reset,
 95746                   (MetaFeature*)&_CIM_LogicalDevice_EnableDevice,
 95747                   (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice,
 95748                   (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice,
 95749                   (MetaFeature*)&_CIM_LogicalDevice_SaveProperties,
 95750                   (MetaFeature*)&_CIM_LogicalDevice_RestoreProperties,
 95751                   0,
 95752               };
 95753               
 95754               static const char*
 95755               __root_cimv2_CIM_LogicalDevice_qualifiers[] =
 95756               {
 95757                   /* UMLPackagePath */
 95758                   "\057CIM::Core::Device",
 95759                   /* Abstract */
 95760                   "\002\001",
 95761                   /* Version */
 95762                   "\0632.8.0",
 95763                   0,
 95764 mike  1.1.2.1 };
 95765               
 95766               MetaClass
 95767               __root_cimv2_CIM_LogicalDevice =
 95768               {
 95769                   /* flags */
 95770                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 95771                   /* name */
 95772                   "CIM_LogicalDevice",
 95773                   /* qualifiers */
 95774                   __root_cimv2_CIM_LogicalDevice_qualifiers,
 95775                   /* super */
 95776                   &__root_cimv2_CIM_EnabledLogicalElement,
 95777                   /* features */
 95778                   _CIM_LogicalDevice_features,
 95779               };
 95780               
 95781               //==============================================================================
 95782               //
 95783               // Class: CIM_LogicalModule
 95784               //
 95785 mike  1.1.2.1 //==============================================================================
 95786               
 95787               static const char*
 95788               _CIM_LogicalModule_ModuleNumber_qualifiers[] =
 95789               {
 95790                   0,
 95791               };
 95792               
 95793               static MetaProperty
 95794               _CIM_LogicalModule_ModuleNumber =
 95795               {
 95796                   /* flags */
 95797                   META_FLAG_PROPERTY|META_FLAG_READ,
 95798                   /* name */
 95799                   "ModuleNumber",
 95800                   /* qualifiers */
 95801                   _CIM_LogicalModule_ModuleNumber_qualifiers,
 95802                   /* type */
 95803                   CIMTYPE_UINT16,
 95804                   /* subscript */
 95805                   -1,
 95806 mike  1.1.2.1     /* value */
 95807                   0,
 95808               };
 95809               
 95810               static MetaFeature*
 95811               _CIM_LogicalModule_features[] =
 95812               {
 95813                   (MetaFeature*)&_CIM_LogicalModule_ModuleNumber,
 95814                   0,
 95815               };
 95816               
 95817               static const char*
 95818               __root_cimv2_CIM_LogicalModule_qualifiers[] =
 95819               {
 95820                   /* UMLPackagePath */
 95821                   "\057CIM::Device::Ports",
 95822                   /* Version */
 95823                   "\0632.8.0",
 95824                   0,
 95825               };
 95826               
 95827 mike  1.1.2.1 MetaClass
 95828               __root_cimv2_CIM_LogicalModule =
 95829               {
 95830                   /* flags */
 95831                   META_FLAG_CLASS,
 95832                   /* name */
 95833                   "CIM_LogicalModule",
 95834                   /* qualifiers */
 95835                   __root_cimv2_CIM_LogicalModule_qualifiers,
 95836                   /* super */
 95837                   &__root_cimv2_CIM_LogicalDevice,
 95838                   /* features */
 95839                   _CIM_LogicalModule_features,
 95840               };
 95841               
 95842               //==============================================================================
 95843               //
 95844               // Class: CIM_LogicalPort
 95845               //
 95846               //==============================================================================
 95847               
 95848 mike  1.1.2.1 static const char*
 95849               _CIM_LogicalPort_Speed_qualifiers[] =
 95850               {
 95851                   /* Units */
 95852                   "\060Bits per Second",
 95853                   0,
 95854               };
 95855               
 95856               static MetaProperty
 95857               _CIM_LogicalPort_Speed =
 95858               {
 95859                   /* flags */
 95860                   META_FLAG_PROPERTY|META_FLAG_READ,
 95861                   /* name */
 95862                   "Speed",
 95863                   /* qualifiers */
 95864                   _CIM_LogicalPort_Speed_qualifiers,
 95865                   /* type */
 95866                   CIMTYPE_UINT64,
 95867                   /* subscript */
 95868                   -1,
 95869 mike  1.1.2.1     /* value */
 95870                   0,
 95871               };
 95872               
 95873               static const char*
 95874               _CIM_LogicalPort_MaxSpeed_qualifiers[] =
 95875               {
 95876                   /* Units */
 95877                   "\060Bits per Second",
 95878                   0,
 95879               };
 95880               
 95881               static MetaProperty
 95882               _CIM_LogicalPort_MaxSpeed =
 95883               {
 95884                   /* flags */
 95885                   META_FLAG_PROPERTY|META_FLAG_READ,
 95886                   /* name */
 95887                   "MaxSpeed",
 95888                   /* qualifiers */
 95889                   _CIM_LogicalPort_MaxSpeed_qualifiers,
 95890 mike  1.1.2.1     /* type */
 95891                   CIMTYPE_UINT64,
 95892                   /* subscript */
 95893                   -1,
 95894                   /* value */
 95895                   0,
 95896               };
 95897               
 95898               static const char*
 95899               _CIM_LogicalPort_RequestedSpeed_qualifiers[] =
 95900               {
 95901                   /* Write */
 95902                   "\065\001",
 95903                   /* Units */
 95904                   "\060Bits per Second",
 95905                   /* ModelCorrespondence */
 95906                   "\036\000\001CIM_LogicalPort.Speed\000",
 95907                   0,
 95908               };
 95909               
 95910               static MetaProperty
 95911 mike  1.1.2.1 _CIM_LogicalPort_RequestedSpeed =
 95912               {
 95913                   /* flags */
 95914                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 95915                   /* name */
 95916                   "RequestedSpeed",
 95917                   /* qualifiers */
 95918                   _CIM_LogicalPort_RequestedSpeed_qualifiers,
 95919                   /* type */
 95920                   CIMTYPE_UINT64,
 95921                   /* subscript */
 95922                   -1,
 95923                   /* value */
 95924                   0,
 95925               };
 95926               
 95927               static const char*
 95928               _CIM_LogicalPort_UsageRestriction_qualifiers[] =
 95929               {
 95930                   /* ValueMap */
 95931                   "\061\000\0040\0002\0003\0004\000",
 95932 mike  1.1.2.1     /* Values */
 95933                   "\062\000\004Unknown\000Front-end only\000Back-end only\000Not restricted\000",
 95934                   0,
 95935               };
 95936               
 95937               static MetaProperty
 95938               _CIM_LogicalPort_UsageRestriction =
 95939               {
 95940                   /* flags */
 95941                   META_FLAG_PROPERTY|META_FLAG_READ,
 95942                   /* name */
 95943                   "UsageRestriction",
 95944                   /* qualifiers */
 95945                   _CIM_LogicalPort_UsageRestriction_qualifiers,
 95946                   /* type */
 95947                   CIMTYPE_UINT16,
 95948                   /* subscript */
 95949                   -1,
 95950                   /* value */
 95951                   0,
 95952               };
 95953 mike  1.1.2.1 
 95954               static const char*
 95955               _CIM_LogicalPort_PortType_qualifiers[] =
 95956               {
 95957                   /* ValueMap */
 95958                   "\061\000\0050\0001\0002\0003..15999\00016000..65535\000",
 95959                   /* Values */
 95960                   "\062\000\005Unknown\000Other\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
 95961                   /* ModelCorrespondence */
 95962                   "\036\000\001CIM_NetworkPort.OtherNetworkPortType\000",
 95963                   0,
 95964               };
 95965               
 95966               static MetaProperty
 95967               _CIM_LogicalPort_PortType =
 95968               {
 95969                   /* flags */
 95970                   META_FLAG_PROPERTY|META_FLAG_READ,
 95971                   /* name */
 95972                   "PortType",
 95973                   /* qualifiers */
 95974 mike  1.1.2.1     _CIM_LogicalPort_PortType_qualifiers,
 95975                   /* type */
 95976                   CIMTYPE_UINT16,
 95977                   /* subscript */
 95978                   -1,
 95979                   /* value */
 95980                   0,
 95981               };
 95982               
 95983               static const char*
 95984               _CIM_LogicalPort_OtherPortType_qualifiers[] =
 95985               {
 95986                   /* ModelCorrespondence */
 95987                   "\036\000\001CIM_LogicalPort.PortType\000",
 95988                   0,
 95989               };
 95990               
 95991               static MetaProperty
 95992               _CIM_LogicalPort_OtherPortType =
 95993               {
 95994                   /* flags */
 95995 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 95996                   /* name */
 95997                   "OtherPortType",
 95998                   /* qualifiers */
 95999                   _CIM_LogicalPort_OtherPortType_qualifiers,
 96000                   /* type */
 96001                   CIMTYPE_STRING,
 96002                   /* subscript */
 96003                   -1,
 96004                   /* value */
 96005                   0,
 96006               };
 96007               
 96008               static MetaFeature*
 96009               _CIM_LogicalPort_features[] =
 96010               {
 96011                   (MetaFeature*)&_CIM_LogicalPort_Speed,
 96012                   (MetaFeature*)&_CIM_LogicalPort_MaxSpeed,
 96013                   (MetaFeature*)&_CIM_LogicalPort_RequestedSpeed,
 96014                   (MetaFeature*)&_CIM_LogicalPort_UsageRestriction,
 96015                   (MetaFeature*)&_CIM_LogicalPort_PortType,
 96016 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalPort_OtherPortType,
 96017                   0,
 96018               };
 96019               
 96020               static const char*
 96021               __root_cimv2_CIM_LogicalPort_qualifiers[] =
 96022               {
 96023                   /* UMLPackagePath */
 96024                   "\057CIM::Device::Ports",
 96025                   /* Version */
 96026                   "\0632.10.0",
 96027                   0,
 96028               };
 96029               
 96030               MetaClass
 96031               __root_cimv2_CIM_LogicalPort =
 96032               {
 96033                   /* flags */
 96034                   META_FLAG_CLASS,
 96035                   /* name */
 96036                   "CIM_LogicalPort",
 96037 mike  1.1.2.1     /* qualifiers */
 96038                   __root_cimv2_CIM_LogicalPort_qualifiers,
 96039                   /* super */
 96040                   &__root_cimv2_CIM_LogicalDevice,
 96041                   /* features */
 96042                   _CIM_LogicalPort_features,
 96043               };
 96044               
 96045               //==============================================================================
 96046               //
 96047               // Class: CIM_LogManagesRecord
 96048               //
 96049               //==============================================================================
 96050               
 96051               static const char*
 96052               _CIM_LogManagesRecord_Log_qualifiers[] =
 96053               {
 96054                   /* Key */
 96055                   "\025\001",
 96056                   /* Aggregate */
 96057                   "\003\001",
 96058 mike  1.1.2.1     /* Min */
 96059                   "\033\000\000\000\001",
 96060                   /* Max */
 96061                   "\027\000\000\000\001",
 96062                   0,
 96063               };
 96064               
 96065               static MetaReference
 96066               _CIM_LogManagesRecord_Log =
 96067               {
 96068                   /* flags */
 96069                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 96070                   /* name */
 96071                   "Log",
 96072                   /* qualifiers */
 96073                   _CIM_LogManagesRecord_Log_qualifiers,
 96074                   /* subscript */
 96075                   -1,
 96076                   /* refId */
 96077                   &__root_cimv2_CIM_Log,
 96078               };
 96079 mike  1.1.2.1 
 96080               static const char*
 96081               _CIM_LogManagesRecord_Record_qualifiers[] =
 96082               {
 96083                   /* Key */
 96084                   "\025\001",
 96085                   0,
 96086               };
 96087               
 96088               static MetaReference
 96089               _CIM_LogManagesRecord_Record =
 96090               {
 96091                   /* flags */
 96092                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 96093                   /* name */
 96094                   "Record",
 96095                   /* qualifiers */
 96096                   _CIM_LogManagesRecord_Record_qualifiers,
 96097                   /* subscript */
 96098                   -1,
 96099                   /* refId */
 96100 mike  1.1.2.1     &__root_cimv2_CIM_RecordForLog,
 96101               };
 96102               
 96103               static MetaFeature*
 96104               _CIM_LogManagesRecord_features[] =
 96105               {
 96106                   (MetaFeature*)&_CIM_LogManagesRecord_Log,
 96107                   (MetaFeature*)&_CIM_LogManagesRecord_Record,
 96108                   0,
 96109               };
 96110               
 96111               static const char*
 96112               __root_cimv2_CIM_LogManagesRecord_qualifiers[] =
 96113               {
 96114                   /* ASSOCIATION */
 96115                   "\000\001",
 96116                   /* UMLPackagePath */
 96117                   "\057CIM::System::Logs",
 96118                   /* Aggregation */
 96119                   "\004\001",
 96120                   /* Composition */
 96121 mike  1.1.2.1     "\011\001",
 96122                   /* Version */
 96123                   "\0632.9.0",
 96124                   0,
 96125               };
 96126               
 96127               MetaClass
 96128               __root_cimv2_CIM_LogManagesRecord =
 96129               {
 96130                   /* flags */
 96131                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 96132                   /* name */
 96133                   "CIM_LogManagesRecord",
 96134                   /* qualifiers */
 96135                   __root_cimv2_CIM_LogManagesRecord_qualifiers,
 96136                   /* super */
 96137                   0,
 96138                   /* features */
 96139                   _CIM_LogManagesRecord_features,
 96140               };
 96141               
 96142 mike  1.1.2.1 //==============================================================================
 96143               //
 96144               // Class: CIM_MediaAccessDevice
 96145               //
 96146               //==============================================================================
 96147               
 96148               static const char*
 96149               _CIM_MediaAccessDevice_Capabilities_qualifiers[] =
 96150               {
 96151                   /* ValueMap */
 96152                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
 96153                   /* Values */
 96154                   "\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",
 96155                   /* MappingStrings */
 96156                   "\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",
 96157                   /* ArrayType */
 96158                   "\005Indexed",
 96159                   /* ModelCorrespondence */
 96160                   "\036\000\001CIM_MediaAccessDevice.CapabilityDescriptions\000",
 96161                   0,
 96162               };
 96163 mike  1.1.2.1 
 96164               static MetaProperty
 96165               _CIM_MediaAccessDevice_Capabilities =
 96166               {
 96167                   /* flags */
 96168                   META_FLAG_PROPERTY|META_FLAG_READ,
 96169                   /* name */
 96170                   "Capabilities",
 96171                   /* qualifiers */
 96172                   _CIM_MediaAccessDevice_Capabilities_qualifiers,
 96173                   /* type */
 96174                   CIMTYPE_UINT16,
 96175                   /* subscript */
 96176                   0,
 96177                   /* value */
 96178                   0,
 96179               };
 96180               
 96181               static const char*
 96182               _CIM_MediaAccessDevice_CapabilityDescriptions_qualifiers[] =
 96183               {
 96184 mike  1.1.2.1     /* ArrayType */
 96185                   "\005Indexed",
 96186                   /* ModelCorrespondence */
 96187                   "\036\000\001CIM_MediaAccessDevice.Capabilities\000",
 96188                   0,
 96189               };
 96190               
 96191               static MetaProperty
 96192               _CIM_MediaAccessDevice_CapabilityDescriptions =
 96193               {
 96194                   /* flags */
 96195                   META_FLAG_PROPERTY|META_FLAG_READ,
 96196                   /* name */
 96197                   "CapabilityDescriptions",
 96198                   /* qualifiers */
 96199                   _CIM_MediaAccessDevice_CapabilityDescriptions_qualifiers,
 96200                   /* type */
 96201                   CIMTYPE_STRING,
 96202                   /* subscript */
 96203                   0,
 96204                   /* value */
 96205 mike  1.1.2.1     0,
 96206               };
 96207               
 96208               static const char*
 96209               _CIM_MediaAccessDevice_ErrorMethodology_qualifiers[] =
 96210               {
 96211                   0,
 96212               };
 96213               
 96214               static MetaProperty
 96215               _CIM_MediaAccessDevice_ErrorMethodology =
 96216               {
 96217                   /* flags */
 96218                   META_FLAG_PROPERTY|META_FLAG_READ,
 96219                   /* name */
 96220                   "ErrorMethodology",
 96221                   /* qualifiers */
 96222                   _CIM_MediaAccessDevice_ErrorMethodology_qualifiers,
 96223                   /* type */
 96224                   CIMTYPE_STRING,
 96225                   /* subscript */
 96226 mike  1.1.2.1     -1,
 96227                   /* value */
 96228                   0,
 96229               };
 96230               
 96231               static const char*
 96232               _CIM_MediaAccessDevice_CompressionMethod_qualifiers[] =
 96233               {
 96234                   0,
 96235               };
 96236               
 96237               static MetaProperty
 96238               _CIM_MediaAccessDevice_CompressionMethod =
 96239               {
 96240                   /* flags */
 96241                   META_FLAG_PROPERTY|META_FLAG_READ,
 96242                   /* name */
 96243                   "CompressionMethod",
 96244                   /* qualifiers */
 96245                   _CIM_MediaAccessDevice_CompressionMethod_qualifiers,
 96246                   /* type */
 96247 mike  1.1.2.1     CIMTYPE_STRING,
 96248                   /* subscript */
 96249                   -1,
 96250                   /* value */
 96251                   0,
 96252               };
 96253               
 96254               static const char*
 96255               _CIM_MediaAccessDevice_NumberOfMediaSupported_qualifiers[] =
 96256               {
 96257                   0,
 96258               };
 96259               
 96260               static MetaProperty
 96261               _CIM_MediaAccessDevice_NumberOfMediaSupported =
 96262               {
 96263                   /* flags */
 96264                   META_FLAG_PROPERTY|META_FLAG_READ,
 96265                   /* name */
 96266                   "NumberOfMediaSupported",
 96267                   /* qualifiers */
 96268 mike  1.1.2.1     _CIM_MediaAccessDevice_NumberOfMediaSupported_qualifiers,
 96269                   /* type */
 96270                   CIMTYPE_UINT32,
 96271                   /* subscript */
 96272                   -1,
 96273                   /* value */
 96274                   0,
 96275               };
 96276               
 96277               static const char*
 96278               _CIM_MediaAccessDevice_MaxMediaSize_qualifiers[] =
 96279               {
 96280                   /* MappingStrings */
 96281                   "\026\000\002MIF.DMTF|Sequential Access Devices|001.2\000MIF.DMTF|Host Disk|001.5\000",
 96282                   0,
 96283               };
 96284               
 96285               static MetaProperty
 96286               _CIM_MediaAccessDevice_MaxMediaSize =
 96287               {
 96288                   /* flags */
 96289 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 96290                   /* name */
 96291                   "MaxMediaSize",
 96292                   /* qualifiers */
 96293                   _CIM_MediaAccessDevice_MaxMediaSize_qualifiers,
 96294                   /* type */
 96295                   CIMTYPE_UINT64,
 96296                   /* subscript */
 96297                   -1,
 96298                   /* value */
 96299                   0,
 96300               };
 96301               
 96302               static const char*
 96303               _CIM_MediaAccessDevice_DefaultBlockSize_qualifiers[] =
 96304               {
 96305                   /* Units */
 96306                   "\060Bytes",
 96307                   0,
 96308               };
 96309               
 96310 mike  1.1.2.1 static MetaProperty
 96311               _CIM_MediaAccessDevice_DefaultBlockSize =
 96312               {
 96313                   /* flags */
 96314                   META_FLAG_PROPERTY|META_FLAG_READ,
 96315                   /* name */
 96316                   "DefaultBlockSize",
 96317                   /* qualifiers */
 96318                   _CIM_MediaAccessDevice_DefaultBlockSize_qualifiers,
 96319                   /* type */
 96320                   CIMTYPE_UINT64,
 96321                   /* subscript */
 96322                   -1,
 96323                   /* value */
 96324                   0,
 96325               };
 96326               
 96327               static const char*
 96328               _CIM_MediaAccessDevice_MaxBlockSize_qualifiers[] =
 96329               {
 96330                   /* Units */
 96331 mike  1.1.2.1     "\060Bytes",
 96332                   0,
 96333               };
 96334               
 96335               static MetaProperty
 96336               _CIM_MediaAccessDevice_MaxBlockSize =
 96337               {
 96338                   /* flags */
 96339                   META_FLAG_PROPERTY|META_FLAG_READ,
 96340                   /* name */
 96341                   "MaxBlockSize",
 96342                   /* qualifiers */
 96343                   _CIM_MediaAccessDevice_MaxBlockSize_qualifiers,
 96344                   /* type */
 96345                   CIMTYPE_UINT64,
 96346                   /* subscript */
 96347                   -1,
 96348                   /* value */
 96349                   0,
 96350               };
 96351               
 96352 mike  1.1.2.1 static const char*
 96353               _CIM_MediaAccessDevice_MinBlockSize_qualifiers[] =
 96354               {
 96355                   /* Units */
 96356                   "\060Bytes",
 96357                   0,
 96358               };
 96359               
 96360               static MetaProperty
 96361               _CIM_MediaAccessDevice_MinBlockSize =
 96362               {
 96363                   /* flags */
 96364                   META_FLAG_PROPERTY|META_FLAG_READ,
 96365                   /* name */
 96366                   "MinBlockSize",
 96367                   /* qualifiers */
 96368                   _CIM_MediaAccessDevice_MinBlockSize_qualifiers,
 96369                   /* type */
 96370                   CIMTYPE_UINT64,
 96371                   /* subscript */
 96372                   -1,
 96373 mike  1.1.2.1     /* value */
 96374                   0,
 96375               };
 96376               
 96377               static const char*
 96378               _CIM_MediaAccessDevice_NeedsCleaning_qualifiers[] =
 96379               {
 96380                   0,
 96381               };
 96382               
 96383               static MetaProperty
 96384               _CIM_MediaAccessDevice_NeedsCleaning =
 96385               {
 96386                   /* flags */
 96387                   META_FLAG_PROPERTY|META_FLAG_READ,
 96388                   /* name */
 96389                   "NeedsCleaning",
 96390                   /* qualifiers */
 96391                   _CIM_MediaAccessDevice_NeedsCleaning_qualifiers,
 96392                   /* type */
 96393                   CIMTYPE_BOOLEAN,
 96394 mike  1.1.2.1     /* subscript */
 96395                   -1,
 96396                   /* value */
 96397                   0,
 96398               };
 96399               
 96400               static const char*
 96401               _CIM_MediaAccessDevice_MediaIsLocked_qualifiers[] =
 96402               {
 96403                   0,
 96404               };
 96405               
 96406               static MetaProperty
 96407               _CIM_MediaAccessDevice_MediaIsLocked =
 96408               {
 96409                   /* flags */
 96410                   META_FLAG_PROPERTY|META_FLAG_READ,
 96411                   /* name */
 96412                   "MediaIsLocked",
 96413                   /* qualifiers */
 96414                   _CIM_MediaAccessDevice_MediaIsLocked_qualifiers,
 96415 mike  1.1.2.1     /* type */
 96416                   CIMTYPE_BOOLEAN,
 96417                   /* subscript */
 96418                   -1,
 96419                   /* value */
 96420                   0,
 96421               };
 96422               
 96423               static const char*
 96424               _CIM_MediaAccessDevice_Security_qualifiers[] =
 96425               {
 96426                   /* ValueMap */
 96427                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 96428                   /* Values */
 96429                   "\062\000\007Other\000Unknown\000None\000Read Only\000Locked Out\000Boot Bypass\000Boot Bypass and Read Only\000",
 96430                   /* MappingStrings */
 96431                   "\026\000\001MIF.DMTF|Disks|003.22\000",
 96432                   0,
 96433               };
 96434               
 96435               static MetaProperty
 96436 mike  1.1.2.1 _CIM_MediaAccessDevice_Security =
 96437               {
 96438                   /* flags */
 96439                   META_FLAG_PROPERTY|META_FLAG_READ,
 96440                   /* name */
 96441                   "Security",
 96442                   /* qualifiers */
 96443                   _CIM_MediaAccessDevice_Security_qualifiers,
 96444                   /* type */
 96445                   CIMTYPE_UINT16,
 96446                   /* subscript */
 96447                   -1,
 96448                   /* value */
 96449                   0,
 96450               };
 96451               
 96452               static const char*
 96453               _CIM_MediaAccessDevice_LastCleaned_qualifiers[] =
 96454               {
 96455                   0,
 96456               };
 96457 mike  1.1.2.1 
 96458               static MetaProperty
 96459               _CIM_MediaAccessDevice_LastCleaned =
 96460               {
 96461                   /* flags */
 96462                   META_FLAG_PROPERTY|META_FLAG_READ,
 96463                   /* name */
 96464                   "LastCleaned",
 96465                   /* qualifiers */
 96466                   _CIM_MediaAccessDevice_LastCleaned_qualifiers,
 96467                   /* type */
 96468                   CIMTYPE_DATETIME,
 96469                   /* subscript */
 96470                   -1,
 96471                   /* value */
 96472                   0,
 96473               };
 96474               
 96475               static const char*
 96476               _CIM_MediaAccessDevice_MaxAccessTime_qualifiers[] =
 96477               {
 96478 mike  1.1.2.1     /* Units */
 96479                   "\060MilliSeconds",
 96480                   0,
 96481               };
 96482               
 96483               static MetaProperty
 96484               _CIM_MediaAccessDevice_MaxAccessTime =
 96485               {
 96486                   /* flags */
 96487                   META_FLAG_PROPERTY|META_FLAG_READ,
 96488                   /* name */
 96489                   "MaxAccessTime",
 96490                   /* qualifiers */
 96491                   _CIM_MediaAccessDevice_MaxAccessTime_qualifiers,
 96492                   /* type */
 96493                   CIMTYPE_UINT64,
 96494                   /* subscript */
 96495                   -1,
 96496                   /* value */
 96497                   0,
 96498               };
 96499 mike  1.1.2.1 
 96500               static const char*
 96501               _CIM_MediaAccessDevice_UncompressedDataRate_qualifiers[] =
 96502               {
 96503                   /* Units */
 96504                   "\060KiloBytes per Second",
 96505                   0,
 96506               };
 96507               
 96508               static MetaProperty
 96509               _CIM_MediaAccessDevice_UncompressedDataRate =
 96510               {
 96511                   /* flags */
 96512                   META_FLAG_PROPERTY|META_FLAG_READ,
 96513                   /* name */
 96514                   "UncompressedDataRate",
 96515                   /* qualifiers */
 96516                   _CIM_MediaAccessDevice_UncompressedDataRate_qualifiers,
 96517                   /* type */
 96518                   CIMTYPE_UINT32,
 96519                   /* subscript */
 96520 mike  1.1.2.1     -1,
 96521                   /* value */
 96522                   0,
 96523               };
 96524               
 96525               static const char*
 96526               _CIM_MediaAccessDevice_LoadTime_qualifiers[] =
 96527               {
 96528                   /* Units */
 96529                   "\060MilliSeconds",
 96530                   0,
 96531               };
 96532               
 96533               static MetaProperty
 96534               _CIM_MediaAccessDevice_LoadTime =
 96535               {
 96536                   /* flags */
 96537                   META_FLAG_PROPERTY|META_FLAG_READ,
 96538                   /* name */
 96539                   "LoadTime",
 96540                   /* qualifiers */
 96541 mike  1.1.2.1     _CIM_MediaAccessDevice_LoadTime_qualifiers,
 96542                   /* type */
 96543                   CIMTYPE_UINT64,
 96544                   /* subscript */
 96545                   -1,
 96546                   /* value */
 96547                   0,
 96548               };
 96549               
 96550               static const char*
 96551               _CIM_MediaAccessDevice_UnloadTime_qualifiers[] =
 96552               {
 96553                   /* Units */
 96554                   "\060MilliSeconds",
 96555                   0,
 96556               };
 96557               
 96558               static MetaProperty
 96559               _CIM_MediaAccessDevice_UnloadTime =
 96560               {
 96561                   /* flags */
 96562 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 96563                   /* name */
 96564                   "UnloadTime",
 96565                   /* qualifiers */
 96566                   _CIM_MediaAccessDevice_UnloadTime_qualifiers,
 96567                   /* type */
 96568                   CIMTYPE_UINT64,
 96569                   /* subscript */
 96570                   -1,
 96571                   /* value */
 96572                   0,
 96573               };
 96574               
 96575               static const char*
 96576               _CIM_MediaAccessDevice_MountCount_qualifiers[] =
 96577               {
 96578                   /* Counter */
 96579                   "\012\001",
 96580                   0,
 96581               };
 96582               
 96583 mike  1.1.2.1 static MetaProperty
 96584               _CIM_MediaAccessDevice_MountCount =
 96585               {
 96586                   /* flags */
 96587                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 96588                   /* name */
 96589                   "MountCount",
 96590                   /* qualifiers */
 96591                   _CIM_MediaAccessDevice_MountCount_qualifiers,
 96592                   /* type */
 96593                   CIMTYPE_UINT64,
 96594                   /* subscript */
 96595                   -1,
 96596                   /* value */
 96597                   0,
 96598               };
 96599               
 96600               static const char*
 96601               _CIM_MediaAccessDevice_TimeOfLastMount_qualifiers[] =
 96602               {
 96603                   0,
 96604 mike  1.1.2.1 };
 96605               
 96606               static MetaProperty
 96607               _CIM_MediaAccessDevice_TimeOfLastMount =
 96608               {
 96609                   /* flags */
 96610                   META_FLAG_PROPERTY|META_FLAG_READ,
 96611                   /* name */
 96612                   "TimeOfLastMount",
 96613                   /* qualifiers */
 96614                   _CIM_MediaAccessDevice_TimeOfLastMount_qualifiers,
 96615                   /* type */
 96616                   CIMTYPE_DATETIME,
 96617                   /* subscript */
 96618                   -1,
 96619                   /* value */
 96620                   0,
 96621               };
 96622               
 96623               static const char*
 96624               _CIM_MediaAccessDevice_TotalMountTime_qualifiers[] =
 96625 mike  1.1.2.1 {
 96626                   0,
 96627               };
 96628               
 96629               static MetaProperty
 96630               _CIM_MediaAccessDevice_TotalMountTime =
 96631               {
 96632                   /* flags */
 96633                   META_FLAG_PROPERTY|META_FLAG_READ,
 96634                   /* name */
 96635                   "TotalMountTime",
 96636                   /* qualifiers */
 96637                   _CIM_MediaAccessDevice_TotalMountTime_qualifiers,
 96638                   /* type */
 96639                   CIMTYPE_UINT64,
 96640                   /* subscript */
 96641                   -1,
 96642                   /* value */
 96643                   0,
 96644               };
 96645               
 96646 mike  1.1.2.1 static const char*
 96647               _CIM_MediaAccessDevice_UnitsDescription_qualifiers[] =
 96648               {
 96649                   /* ModelCorrespondence */
 96650                   "\036\000\002CIM_MediaAccessDevice.MaxUnitsBeforeCleaning\000CIM_MediaAccessDevice.UnitsUsed\000",
 96651                   0,
 96652               };
 96653               
 96654               static MetaProperty
 96655               _CIM_MediaAccessDevice_UnitsDescription =
 96656               {
 96657                   /* flags */
 96658                   META_FLAG_PROPERTY|META_FLAG_READ,
 96659                   /* name */
 96660                   "UnitsDescription",
 96661                   /* qualifiers */
 96662                   _CIM_MediaAccessDevice_UnitsDescription_qualifiers,
 96663                   /* type */
 96664                   CIMTYPE_STRING,
 96665                   /* subscript */
 96666                   -1,
 96667 mike  1.1.2.1     /* value */
 96668                   0,
 96669               };
 96670               
 96671               static const char*
 96672               _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning_qualifiers[] =
 96673               {
 96674                   /* ModelCorrespondence */
 96675                   "\036\000\001CIM_MediaAccessDevice.UnitsDescription\000",
 96676                   0,
 96677               };
 96678               
 96679               static MetaProperty
 96680               _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning =
 96681               {
 96682                   /* flags */
 96683                   META_FLAG_PROPERTY|META_FLAG_READ,
 96684                   /* name */
 96685                   "MaxUnitsBeforeCleaning",
 96686                   /* qualifiers */
 96687                   _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning_qualifiers,
 96688 mike  1.1.2.1     /* type */
 96689                   CIMTYPE_UINT64,
 96690                   /* subscript */
 96691                   -1,
 96692                   /* value */
 96693                   0,
 96694               };
 96695               
 96696               static const char*
 96697               _CIM_MediaAccessDevice_UnitsUsed_qualifiers[] =
 96698               {
 96699                   /* Gauge */
 96700                   "\023\001",
 96701                   /* ModelCorrespondence */
 96702                   "\036\000\002CIM_MediaAccessDevice.UnitsDescription\000CIM_MediaAccessDevice.MaxUnitsBeforeCleaning\000",
 96703                   0,
 96704               };
 96705               
 96706               static MetaProperty
 96707               _CIM_MediaAccessDevice_UnitsUsed =
 96708               {
 96709 mike  1.1.2.1     /* flags */
 96710                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 96711                   /* name */
 96712                   "UnitsUsed",
 96713                   /* qualifiers */
 96714                   _CIM_MediaAccessDevice_UnitsUsed_qualifiers,
 96715                   /* type */
 96716                   CIMTYPE_UINT64,
 96717                   /* subscript */
 96718                   -1,
 96719                   /* value */
 96720                   0,
 96721               };
 96722               
 96723               static const char*
 96724               _CIM_MediaAccessDevice_LockMedia_Lock_qualifiers[] =
 96725               {
 96726                   /* IN */
 96727                   "\024\001",
 96728                   0,
 96729               };
 96730 mike  1.1.2.1 
 96731               static MetaProperty
 96732               _CIM_MediaAccessDevice_LockMedia_Lock =
 96733               {
 96734                   /* flags */
 96735                   META_FLAG_PROPERTY|META_FLAG_IN,
 96736                   /* name */
 96737                   "Lock",
 96738                   /* qualifiers */
 96739                   _CIM_MediaAccessDevice_LockMedia_Lock_qualifiers,
 96740                   /* type */
 96741                   CIMTYPE_BOOLEAN,
 96742                   /* subscript */
 96743                   -1,
 96744                   /* value */
 96745                   0,
 96746               };
 96747               
 96748               static MetaFeature*
 96749               _CIM_MediaAccessDevice_LockMedia_parameters[] =
 96750               {
 96751 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessDevice_LockMedia_Lock,
 96752                   0,
 96753               };
 96754               
 96755               static const char*
 96756               _CIM_MediaAccessDevice_LockMedia_qualifiers[] =
 96757               {
 96758                   0,
 96759               };
 96760               
 96761               static MetaMethod
 96762               _CIM_MediaAccessDevice_LockMedia =
 96763               {
 96764                   /* flags */
 96765                   META_FLAG_METHOD,
 96766                   /* name */
 96767                   "CIM_MediaAccessDevice",
 96768                   /* qualifiers */
 96769                   _CIM_MediaAccessDevice_LockMedia_qualifiers,
 96770                   /* type */
 96771                   CIMTYPE_UINT32,
 96772 mike  1.1.2.1     /* parameters */
 96773                   _CIM_MediaAccessDevice_LockMedia_parameters,
 96774               };
 96775               
 96776               static MetaFeature*
 96777               _CIM_MediaAccessDevice_features[] =
 96778               {
 96779                   (MetaFeature*)&_CIM_MediaAccessDevice_Capabilities,
 96780                   (MetaFeature*)&_CIM_MediaAccessDevice_CapabilityDescriptions,
 96781                   (MetaFeature*)&_CIM_MediaAccessDevice_ErrorMethodology,
 96782                   (MetaFeature*)&_CIM_MediaAccessDevice_CompressionMethod,
 96783                   (MetaFeature*)&_CIM_MediaAccessDevice_NumberOfMediaSupported,
 96784                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxMediaSize,
 96785                   (MetaFeature*)&_CIM_MediaAccessDevice_DefaultBlockSize,
 96786                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxBlockSize,
 96787                   (MetaFeature*)&_CIM_MediaAccessDevice_MinBlockSize,
 96788                   (MetaFeature*)&_CIM_MediaAccessDevice_NeedsCleaning,
 96789                   (MetaFeature*)&_CIM_MediaAccessDevice_MediaIsLocked,
 96790                   (MetaFeature*)&_CIM_MediaAccessDevice_Security,
 96791                   (MetaFeature*)&_CIM_MediaAccessDevice_LastCleaned,
 96792                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxAccessTime,
 96793 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessDevice_UncompressedDataRate,
 96794                   (MetaFeature*)&_CIM_MediaAccessDevice_LoadTime,
 96795                   (MetaFeature*)&_CIM_MediaAccessDevice_UnloadTime,
 96796                   (MetaFeature*)&_CIM_MediaAccessDevice_MountCount,
 96797                   (MetaFeature*)&_CIM_MediaAccessDevice_TimeOfLastMount,
 96798                   (MetaFeature*)&_CIM_MediaAccessDevice_TotalMountTime,
 96799                   (MetaFeature*)&_CIM_MediaAccessDevice_UnitsDescription,
 96800                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxUnitsBeforeCleaning,
 96801                   (MetaFeature*)&_CIM_MediaAccessDevice_UnitsUsed,
 96802                   (MetaFeature*)&_CIM_MediaAccessDevice_LockMedia,
 96803                   0,
 96804               };
 96805               
 96806               static const char*
 96807               __root_cimv2_CIM_MediaAccessDevice_qualifiers[] =
 96808               {
 96809                   /* UMLPackagePath */
 96810                   "\057CIM::Device::StorageDevices",
 96811                   /* Version */
 96812                   "\0632.6.0",
 96813                   0,
 96814 mike  1.1.2.1 };
 96815               
 96816               MetaClass
 96817               __root_cimv2_CIM_MediaAccessDevice =
 96818               {
 96819                   /* flags */
 96820                   META_FLAG_CLASS,
 96821                   /* name */
 96822                   "CIM_MediaAccessDevice",
 96823                   /* qualifiers */
 96824                   __root_cimv2_CIM_MediaAccessDevice_qualifiers,
 96825                   /* super */
 96826                   &__root_cimv2_CIM_LogicalDevice,
 96827                   /* features */
 96828                   _CIM_MediaAccessDevice_features,
 96829               };
 96830               
 96831               //==============================================================================
 96832               //
 96833               // Class: CIM_MediaTransferDevice
 96834               //
 96835 mike  1.1.2.1 //==============================================================================
 96836               
 96837               static MetaFeature*
 96838               _CIM_MediaTransferDevice_features[] =
 96839               {
 96840                   0,
 96841               };
 96842               
 96843               static const char*
 96844               __root_cimv2_CIM_MediaTransferDevice_qualifiers[] =
 96845               {
 96846                   /* UMLPackagePath */
 96847                   "\057CIM::Device::StorageLib",
 96848                   /* Version */
 96849                   "\0632.6.0",
 96850                   0,
 96851               };
 96852               
 96853               MetaClass
 96854               __root_cimv2_CIM_MediaTransferDevice =
 96855               {
 96856 mike  1.1.2.1     /* flags */
 96857                   META_FLAG_CLASS,
 96858                   /* name */
 96859                   "CIM_MediaTransferDevice",
 96860                   /* qualifiers */
 96861                   __root_cimv2_CIM_MediaTransferDevice_qualifiers,
 96862                   /* super */
 96863                   &__root_cimv2_CIM_LogicalDevice,
 96864                   /* features */
 96865                   _CIM_MediaTransferDevice_features,
 96866               };
 96867               
 96868               //==============================================================================
 96869               //
 96870               // Class: CIM_MemoryOnCard
 96871               //
 96872               //==============================================================================
 96873               
 96874               static const char*
 96875               _CIM_MemoryOnCard_GroupComponent_qualifiers[] =
 96876               {
 96877 mike  1.1.2.1     /* Aggregate */
 96878                   "\003\001",
 96879                   /* Override */
 96880                   "\044GroupComponent",
 96881                   /* Max */
 96882                   "\027\000\000\000\001",
 96883                   0,
 96884               };
 96885               
 96886               static MetaReference
 96887               _CIM_MemoryOnCard_GroupComponent =
 96888               {
 96889                   /* flags */
 96890                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 96891                   /* name */
 96892                   "GroupComponent",
 96893                   /* qualifiers */
 96894                   _CIM_MemoryOnCard_GroupComponent_qualifiers,
 96895                   /* subscript */
 96896                   -1,
 96897                   /* refId */
 96898 mike  1.1.2.1     &__root_cimv2_CIM_Card,
 96899               };
 96900               
 96901               static const char*
 96902               _CIM_MemoryOnCard_PartComponent_qualifiers[] =
 96903               {
 96904                   /* Override */
 96905                   "\044PartComponent",
 96906                   0,
 96907               };
 96908               
 96909               static MetaReference
 96910               _CIM_MemoryOnCard_PartComponent =
 96911               {
 96912                   /* flags */
 96913                   META_FLAG_REFERENCE|META_FLAG_READ,
 96914                   /* name */
 96915                   "PartComponent",
 96916                   /* qualifiers */
 96917                   _CIM_MemoryOnCard_PartComponent_qualifiers,
 96918                   /* subscript */
 96919 mike  1.1.2.1     -1,
 96920                   /* refId */
 96921                   &__root_cimv2_CIM_PhysicalMemory,
 96922               };
 96923               
 96924               static MetaFeature*
 96925               _CIM_MemoryOnCard_features[] =
 96926               {
 96927                   (MetaFeature*)&_CIM_MemoryOnCard_GroupComponent,
 96928                   (MetaFeature*)&_CIM_MemoryOnCard_PartComponent,
 96929                   0,
 96930               };
 96931               
 96932               static const char*
 96933               __root_cimv2_CIM_MemoryOnCard_qualifiers[] =
 96934               {
 96935                   /* ASSOCIATION */
 96936                   "\000\001",
 96937                   /* UMLPackagePath */
 96938                   "\057CIM::Physical::Component",
 96939                   /* Aggregation */
 96940 mike  1.1.2.1     "\004\001",
 96941                   /* Version */
 96942                   "\0632.6.0",
 96943                   0,
 96944               };
 96945               
 96946               MetaClass
 96947               __root_cimv2_CIM_MemoryOnCard =
 96948               {
 96949                   /* flags */
 96950                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 96951                   /* name */
 96952                   "CIM_MemoryOnCard",
 96953                   /* qualifiers */
 96954                   __root_cimv2_CIM_MemoryOnCard_qualifiers,
 96955                   /* super */
 96956                   &__root_cimv2_CIM_PackagedComponent,
 96957                   /* features */
 96958                   _CIM_MemoryOnCard_features,
 96959               };
 96960               
 96961 mike  1.1.2.1 //==============================================================================
 96962               //
 96963               // Class: CIM_MemoryWithMedia
 96964               //
 96965               //==============================================================================
 96966               
 96967               static const char*
 96968               _CIM_MemoryWithMedia_Antecedent_qualifiers[] =
 96969               {
 96970                   /* Override */
 96971                   "\044Antecedent",
 96972                   0,
 96973               };
 96974               
 96975               static MetaReference
 96976               _CIM_MemoryWithMedia_Antecedent =
 96977               {
 96978                   /* flags */
 96979                   META_FLAG_REFERENCE|META_FLAG_READ,
 96980                   /* name */
 96981                   "Antecedent",
 96982 mike  1.1.2.1     /* qualifiers */
 96983                   _CIM_MemoryWithMedia_Antecedent_qualifiers,
 96984                   /* subscript */
 96985                   -1,
 96986                   /* refId */
 96987                   &__root_cimv2_CIM_PhysicalMemory,
 96988               };
 96989               
 96990               static const char*
 96991               _CIM_MemoryWithMedia_Dependent_qualifiers[] =
 96992               {
 96993                   /* Override */
 96994                   "\044Dependent",
 96995                   0,
 96996               };
 96997               
 96998               static MetaReference
 96999               _CIM_MemoryWithMedia_Dependent =
 97000               {
 97001                   /* flags */
 97002                   META_FLAG_REFERENCE|META_FLAG_READ,
 97003 mike  1.1.2.1     /* name */
 97004                   "Dependent",
 97005                   /* qualifiers */
 97006                   _CIM_MemoryWithMedia_Dependent_qualifiers,
 97007                   /* subscript */
 97008                   -1,
 97009                   /* refId */
 97010                   &__root_cimv2_CIM_PhysicalMedia,
 97011               };
 97012               
 97013               static MetaFeature*
 97014               _CIM_MemoryWithMedia_features[] =
 97015               {
 97016                   (MetaFeature*)&_CIM_MemoryWithMedia_Antecedent,
 97017                   (MetaFeature*)&_CIM_MemoryWithMedia_Dependent,
 97018                   0,
 97019               };
 97020               
 97021               static const char*
 97022               __root_cimv2_CIM_MemoryWithMedia_qualifiers[] =
 97023               {
 97024 mike  1.1.2.1     /* ASSOCIATION */
 97025                   "\000\001",
 97026                   /* UMLPackagePath */
 97027                   "\057CIM::Physical::PhysicalMedia",
 97028                   /* Version */
 97029                   "\0632.6.0",
 97030                   0,
 97031               };
 97032               
 97033               MetaClass
 97034               __root_cimv2_CIM_MemoryWithMedia =
 97035               {
 97036                   /* flags */
 97037                   META_FLAG_ASSOCIATION,
 97038                   /* name */
 97039                   "CIM_MemoryWithMedia",
 97040                   /* qualifiers */
 97041                   __root_cimv2_CIM_MemoryWithMedia_qualifiers,
 97042                   /* super */
 97043                   &__root_cimv2_CIM_Dependency,
 97044                   /* features */
 97045 mike  1.1.2.1     _CIM_MemoryWithMedia_features,
 97046               };
 97047               
 97048               //==============================================================================
 97049               //
 97050               // Class: CIM_MessageLog
 97051               //
 97052               //==============================================================================
 97053               
 97054               static const char*
 97055               _CIM_MessageLog_CreationClassName_qualifiers[] =
 97056               {
 97057                   /* Key */
 97058                   "\025\001",
 97059                   /* MaxLen */
 97060                   "\030\000\000\001\000",
 97061                   0,
 97062               };
 97063               
 97064               static MetaProperty
 97065               _CIM_MessageLog_CreationClassName =
 97066 mike  1.1.2.1 {
 97067                   /* flags */
 97068                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 97069                   /* name */
 97070                   "CreationClassName",
 97071                   /* qualifiers */
 97072                   _CIM_MessageLog_CreationClassName_qualifiers,
 97073                   /* type */
 97074                   CIMTYPE_STRING,
 97075                   /* subscript */
 97076                   -1,
 97077                   /* value */
 97078                   0,
 97079               };
 97080               
 97081               static const char*
 97082               _CIM_MessageLog_Name_qualifiers[] =
 97083               {
 97084                   /* Key */
 97085                   "\025\001",
 97086                   /* Override */
 97087 mike  1.1.2.1     "\044Name",
 97088                   /* MaxLen */
 97089                   "\030\000\000\001\000",
 97090                   0,
 97091               };
 97092               
 97093               static MetaProperty
 97094               _CIM_MessageLog_Name =
 97095               {
 97096                   /* flags */
 97097                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 97098                   /* name */
 97099                   "Name",
 97100                   /* qualifiers */
 97101                   _CIM_MessageLog_Name_qualifiers,
 97102                   /* type */
 97103                   CIMTYPE_STRING,
 97104                   /* subscript */
 97105                   -1,
 97106                   /* value */
 97107                   0,
 97108 mike  1.1.2.1 };
 97109               
 97110               static const char*
 97111               _CIM_MessageLog_Capabilities_qualifiers[] =
 97112               {
 97113                   /* ValueMap */
 97114                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 97115                   /* Values */
 97116                   "\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",
 97117                   /* ArrayType */
 97118                   "\005Indexed",
 97119                   /* ModelCorrespondence */
 97120                   "\036\000\001CIM_MessageLog.CapabilitiesDescriptions\000",
 97121                   0,
 97122               };
 97123               
 97124               static MetaProperty
 97125               _CIM_MessageLog_Capabilities =
 97126               {
 97127                   /* flags */
 97128                   META_FLAG_PROPERTY|META_FLAG_READ,
 97129 mike  1.1.2.1     /* name */
 97130                   "Capabilities",
 97131                   /* qualifiers */
 97132                   _CIM_MessageLog_Capabilities_qualifiers,
 97133                   /* type */
 97134                   CIMTYPE_UINT16,
 97135                   /* subscript */
 97136                   0,
 97137                   /* value */
 97138                   0,
 97139               };
 97140               
 97141               static const char*
 97142               _CIM_MessageLog_CapabilitiesDescriptions_qualifiers[] =
 97143               {
 97144                   /* ArrayType */
 97145                   "\005Indexed",
 97146                   /* ModelCorrespondence */
 97147                   "\036\000\001CIM_MessageLog.Capabilities\000",
 97148                   0,
 97149               };
 97150 mike  1.1.2.1 
 97151               static MetaProperty
 97152               _CIM_MessageLog_CapabilitiesDescriptions =
 97153               {
 97154                   /* flags */
 97155                   META_FLAG_PROPERTY|META_FLAG_READ,
 97156                   /* name */
 97157                   "CapabilitiesDescriptions",
 97158                   /* qualifiers */
 97159                   _CIM_MessageLog_CapabilitiesDescriptions_qualifiers,
 97160                   /* type */
 97161                   CIMTYPE_STRING,
 97162                   /* subscript */
 97163                   0,
 97164                   /* value */
 97165                   0,
 97166               };
 97167               
 97168               static const char*
 97169               _CIM_MessageLog_MaxLogSize_qualifiers[] =
 97170               {
 97171 mike  1.1.2.1     /* Units */
 97172                   "\060Bytes",
 97173                   0,
 97174               };
 97175               
 97176               static MetaProperty
 97177               _CIM_MessageLog_MaxLogSize =
 97178               {
 97179                   /* flags */
 97180                   META_FLAG_PROPERTY|META_FLAG_READ,
 97181                   /* name */
 97182                   "MaxLogSize",
 97183                   /* qualifiers */
 97184                   _CIM_MessageLog_MaxLogSize_qualifiers,
 97185                   /* type */
 97186                   CIMTYPE_UINT64,
 97187                   /* subscript */
 97188                   -1,
 97189                   /* value */
 97190                   0,
 97191               };
 97192 mike  1.1.2.1 
 97193               static const char*
 97194               _CIM_MessageLog_SizeOfHeader_qualifiers[] =
 97195               {
 97196                   /* Units */
 97197                   "\060Bytes",
 97198                   0,
 97199               };
 97200               
 97201               static MetaProperty
 97202               _CIM_MessageLog_SizeOfHeader =
 97203               {
 97204                   /* flags */
 97205                   META_FLAG_PROPERTY|META_FLAG_READ,
 97206                   /* name */
 97207                   "SizeOfHeader",
 97208                   /* qualifiers */
 97209                   _CIM_MessageLog_SizeOfHeader_qualifiers,
 97210                   /* type */
 97211                   CIMTYPE_UINT64,
 97212                   /* subscript */
 97213 mike  1.1.2.1     -1,
 97214                   /* value */
 97215                   0,
 97216               };
 97217               
 97218               static const char*
 97219               _CIM_MessageLog_HeaderFormat_qualifiers[] =
 97220               {
 97221                   0,
 97222               };
 97223               
 97224               static MetaProperty
 97225               _CIM_MessageLog_HeaderFormat =
 97226               {
 97227                   /* flags */
 97228                   META_FLAG_PROPERTY|META_FLAG_READ,
 97229                   /* name */
 97230                   "HeaderFormat",
 97231                   /* qualifiers */
 97232                   _CIM_MessageLog_HeaderFormat_qualifiers,
 97233                   /* type */
 97234 mike  1.1.2.1     CIMTYPE_STRING,
 97235                   /* subscript */
 97236                   -1,
 97237                   /* value */
 97238                   0,
 97239               };
 97240               
 97241               static const char*
 97242               _CIM_MessageLog_MaxRecordSize_qualifiers[] =
 97243               {
 97244                   /* Units */
 97245                   "\060Bytes",
 97246                   0,
 97247               };
 97248               
 97249               static MetaProperty
 97250               _CIM_MessageLog_MaxRecordSize =
 97251               {
 97252                   /* flags */
 97253                   META_FLAG_PROPERTY|META_FLAG_READ,
 97254                   /* name */
 97255 mike  1.1.2.1     "MaxRecordSize",
 97256                   /* qualifiers */
 97257                   _CIM_MessageLog_MaxRecordSize_qualifiers,
 97258                   /* type */
 97259                   CIMTYPE_UINT64,
 97260                   /* subscript */
 97261                   -1,
 97262                   /* value */
 97263                   0,
 97264               };
 97265               
 97266               static const char*
 97267               _CIM_MessageLog_SizeOfRecordHeader_qualifiers[] =
 97268               {
 97269                   /* Units */
 97270                   "\060Bytes",
 97271                   0,
 97272               };
 97273               
 97274               static MetaProperty
 97275               _CIM_MessageLog_SizeOfRecordHeader =
 97276 mike  1.1.2.1 {
 97277                   /* flags */
 97278                   META_FLAG_PROPERTY|META_FLAG_READ,
 97279                   /* name */
 97280                   "SizeOfRecordHeader",
 97281                   /* qualifiers */
 97282                   _CIM_MessageLog_SizeOfRecordHeader_qualifiers,
 97283                   /* type */
 97284                   CIMTYPE_UINT64,
 97285                   /* subscript */
 97286                   -1,
 97287                   /* value */
 97288                   0,
 97289               };
 97290               
 97291               static const char*
 97292               _CIM_MessageLog_RecordHeaderFormat_qualifiers[] =
 97293               {
 97294                   0,
 97295               };
 97296               
 97297 mike  1.1.2.1 static MetaProperty
 97298               _CIM_MessageLog_RecordHeaderFormat =
 97299               {
 97300                   /* flags */
 97301                   META_FLAG_PROPERTY|META_FLAG_READ,
 97302                   /* name */
 97303                   "RecordHeaderFormat",
 97304                   /* qualifiers */
 97305                   _CIM_MessageLog_RecordHeaderFormat_qualifiers,
 97306                   /* type */
 97307                   CIMTYPE_STRING,
 97308                   /* subscript */
 97309                   -1,
 97310                   /* value */
 97311                   0,
 97312               };
 97313               
 97314               static const char*
 97315               _CIM_MessageLog_OverwritePolicy_qualifiers[] =
 97316               {
 97317                   /* ValueMap */
 97318 mike  1.1.2.1     "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 97319                   /* Values */
 97320                   "\062\000\010Unknown\000Other\000Wraps When Full\000Clear When Near Full\000Overwrite Outdated When Needed\000Remove Outdated Records\000Overwrite Specific Records\000Never Overwrite\000",
 97321                   /* ModelCorrespondence */
 97322                   "\036\000\003CIM_MessageLog.OtherPolicyDescription\000CIM_MessageLog.TimeWhenOutdated\000CIM_MessageLog.PercentageNearFull\000",
 97323                   0,
 97324               };
 97325               
 97326               static MetaProperty
 97327               _CIM_MessageLog_OverwritePolicy =
 97328               {
 97329                   /* flags */
 97330                   META_FLAG_PROPERTY|META_FLAG_READ,
 97331                   /* name */
 97332                   "OverwritePolicy",
 97333                   /* qualifiers */
 97334                   _CIM_MessageLog_OverwritePolicy_qualifiers,
 97335                   /* type */
 97336                   CIMTYPE_UINT16,
 97337                   /* subscript */
 97338                   -1,
 97339 mike  1.1.2.1     /* value */
 97340                   0,
 97341               };
 97342               
 97343               static const char*
 97344               _CIM_MessageLog_OtherPolicyDescription_qualifiers[] =
 97345               {
 97346                   /* ModelCorrespondence */
 97347                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97348                   0,
 97349               };
 97350               
 97351               static MetaProperty
 97352               _CIM_MessageLog_OtherPolicyDescription =
 97353               {
 97354                   /* flags */
 97355                   META_FLAG_PROPERTY|META_FLAG_READ,
 97356                   /* name */
 97357                   "OtherPolicyDescription",
 97358                   /* qualifiers */
 97359                   _CIM_MessageLog_OtherPolicyDescription_qualifiers,
 97360 mike  1.1.2.1     /* type */
 97361                   CIMTYPE_STRING,
 97362                   /* subscript */
 97363                   -1,
 97364                   /* value */
 97365                   0,
 97366               };
 97367               
 97368               static const char*
 97369               _CIM_MessageLog_TimeWhenOutdated_qualifiers[] =
 97370               {
 97371                   /* ModelCorrespondence */
 97372                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97373                   0,
 97374               };
 97375               
 97376               static MetaProperty
 97377               _CIM_MessageLog_TimeWhenOutdated =
 97378               {
 97379                   /* flags */
 97380                   META_FLAG_PROPERTY|META_FLAG_READ,
 97381 mike  1.1.2.1     /* name */
 97382                   "TimeWhenOutdated",
 97383                   /* qualifiers */
 97384                   _CIM_MessageLog_TimeWhenOutdated_qualifiers,
 97385                   /* type */
 97386                   CIMTYPE_DATETIME,
 97387                   /* subscript */
 97388                   -1,
 97389                   /* value */
 97390                   0,
 97391               };
 97392               
 97393               static const char*
 97394               _CIM_MessageLog_PercentageNearFull_qualifiers[] =
 97395               {
 97396                   /* Units */
 97397                   "\060Percent",
 97398                   /* ModelCorrespondence */
 97399                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97400                   0,
 97401               };
 97402 mike  1.1.2.1 
 97403               static MetaProperty
 97404               _CIM_MessageLog_PercentageNearFull =
 97405               {
 97406                   /* flags */
 97407                   META_FLAG_PROPERTY|META_FLAG_READ,
 97408                   /* name */
 97409                   "PercentageNearFull",
 97410                   /* qualifiers */
 97411                   _CIM_MessageLog_PercentageNearFull_qualifiers,
 97412                   /* type */
 97413                   CIMTYPE_UINT8,
 97414                   /* subscript */
 97415                   -1,
 97416                   /* value */
 97417                   0,
 97418               };
 97419               
 97420               static const char*
 97421               _CIM_MessageLog_LastChange_qualifiers[] =
 97422               {
 97423 mike  1.1.2.1     /* ValueMap */
 97424                   "\061\000\0050\0001\0002\0003\0004\000",
 97425                   /* Values */
 97426                   "\062\000\005Unknown\000Add\000Delete\000Modify\000Log Cleared\000",
 97427                   0,
 97428               };
 97429               
 97430               static MetaProperty
 97431               _CIM_MessageLog_LastChange =
 97432               {
 97433                   /* flags */
 97434                   META_FLAG_PROPERTY|META_FLAG_READ,
 97435                   /* name */
 97436                   "LastChange",
 97437                   /* qualifiers */
 97438                   _CIM_MessageLog_LastChange_qualifiers,
 97439                   /* type */
 97440                   CIMTYPE_UINT16,
 97441                   /* subscript */
 97442                   -1,
 97443                   /* value */
 97444 mike  1.1.2.1     0,
 97445               };
 97446               
 97447               static const char*
 97448               _CIM_MessageLog_TimeOfLastChange_qualifiers[] =
 97449               {
 97450                   0,
 97451               };
 97452               
 97453               static MetaProperty
 97454               _CIM_MessageLog_TimeOfLastChange =
 97455               {
 97456                   /* flags */
 97457                   META_FLAG_PROPERTY|META_FLAG_READ,
 97458                   /* name */
 97459                   "TimeOfLastChange",
 97460                   /* qualifiers */
 97461                   _CIM_MessageLog_TimeOfLastChange_qualifiers,
 97462                   /* type */
 97463                   CIMTYPE_DATETIME,
 97464                   /* subscript */
 97465 mike  1.1.2.1     -1,
 97466                   /* value */
 97467                   0,
 97468               };
 97469               
 97470               static const char*
 97471               _CIM_MessageLog_RecordLastChanged_qualifiers[] =
 97472               {
 97473                   0,
 97474               };
 97475               
 97476               static MetaProperty
 97477               _CIM_MessageLog_RecordLastChanged =
 97478               {
 97479                   /* flags */
 97480                   META_FLAG_PROPERTY|META_FLAG_READ,
 97481                   /* name */
 97482                   "RecordLastChanged",
 97483                   /* qualifiers */
 97484                   _CIM_MessageLog_RecordLastChanged_qualifiers,
 97485                   /* type */
 97486 mike  1.1.2.1     CIMTYPE_UINT64,
 97487                   /* subscript */
 97488                   -1,
 97489                   /* value */
 97490                   0,
 97491               };
 97492               
 97493               static const char*
 97494               _CIM_MessageLog_IsFrozen_qualifiers[] =
 97495               {
 97496                   0,
 97497               };
 97498               
 97499               static MetaProperty
 97500               _CIM_MessageLog_IsFrozen =
 97501               {
 97502                   /* flags */
 97503                   META_FLAG_PROPERTY|META_FLAG_READ,
 97504                   /* name */
 97505                   "IsFrozen",
 97506                   /* qualifiers */
 97507 mike  1.1.2.1     _CIM_MessageLog_IsFrozen_qualifiers,
 97508                   /* type */
 97509                   CIMTYPE_BOOLEAN,
 97510                   /* subscript */
 97511                   -1,
 97512                   /* value */
 97513                   0,
 97514               };
 97515               
 97516               static const char*
 97517               _CIM_MessageLog_CharacterSet_qualifiers[] =
 97518               {
 97519                   /* ValueMap */
 97520                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 97521                   /* Values */
 97522                   "\062\000\014Unknown\000Other\000ASCII\000Unicode\000ISO2022\000ISO8859\000Extended UNIX Code\000UTF-8\000UCS-2\000Bitmapped Data\000OctetString\000Defined by Individual Records\000",
 97523                   0,
 97524               };
 97525               
 97526               static MetaProperty
 97527               _CIM_MessageLog_CharacterSet =
 97528 mike  1.1.2.1 {
 97529                   /* flags */
 97530                   META_FLAG_PROPERTY|META_FLAG_READ,
 97531                   /* name */
 97532                   "CharacterSet",
 97533                   /* qualifiers */
 97534                   _CIM_MessageLog_CharacterSet_qualifiers,
 97535                   /* type */
 97536                   CIMTYPE_UINT16,
 97537                   /* subscript */
 97538                   -1,
 97539                   /* value */
 97540                   0,
 97541               };
 97542               
 97543               static const char*
 97544               _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier_qualifiers[] =
 97545               {
 97546                   /* IN */
 97547                   "\024\000",
 97548                   /* OUT */
 97549 mike  1.1.2.1     "\043\001",
 97550                   0,
 97551               };
 97552               
 97553               static MetaProperty
 97554               _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier =
 97555               {
 97556                   /* flags */
 97557                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97558                   /* name */
 97559                   "IterationIdentifier",
 97560                   /* qualifiers */
 97561                   _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier_qualifiers,
 97562                   /* type */
 97563                   CIMTYPE_STRING,
 97564                   /* subscript */
 97565                   -1,
 97566                   /* value */
 97567                   0,
 97568               };
 97569               
 97570 mike  1.1.2.1 static MetaFeature*
 97571               _CIM_MessageLog_PositionToFirstRecord_parameters[] =
 97572               {
 97573                   (MetaFeature*)&_CIM_MessageLog_PositionToFirstRecord_IterationIdentifier,
 97574                   0,
 97575               };
 97576               
 97577               static const char*
 97578               _CIM_MessageLog_PositionToFirstRecord_qualifiers[] =
 97579               {
 97580                   0,
 97581               };
 97582               
 97583               static MetaMethod
 97584               _CIM_MessageLog_PositionToFirstRecord =
 97585               {
 97586                   /* flags */
 97587                   META_FLAG_METHOD,
 97588                   /* name */
 97589                   "CIM_MessageLog",
 97590                   /* qualifiers */
 97591 mike  1.1.2.1     _CIM_MessageLog_PositionToFirstRecord_qualifiers,
 97592                   /* type */
 97593                   CIMTYPE_UINT32,
 97594                   /* parameters */
 97595                   _CIM_MessageLog_PositionToFirstRecord_parameters,
 97596               };
 97597               
 97598               static const char*
 97599               _CIM_MessageLog_PositionAtRecord_IterationIdentifier_qualifiers[] =
 97600               {
 97601                   /* IN */
 97602                   "\024\001",
 97603                   /* OUT */
 97604                   "\043\001",
 97605                   0,
 97606               };
 97607               
 97608               static MetaProperty
 97609               _CIM_MessageLog_PositionAtRecord_IterationIdentifier =
 97610               {
 97611                   /* flags */
 97612 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97613                   /* name */
 97614                   "IterationIdentifier",
 97615                   /* qualifiers */
 97616                   _CIM_MessageLog_PositionAtRecord_IterationIdentifier_qualifiers,
 97617                   /* type */
 97618                   CIMTYPE_STRING,
 97619                   /* subscript */
 97620                   -1,
 97621                   /* value */
 97622                   0,
 97623               };
 97624               
 97625               static const char*
 97626               _CIM_MessageLog_PositionAtRecord_MoveAbsolute_qualifiers[] =
 97627               {
 97628                   /* IN */
 97629                   "\024\001",
 97630                   0,
 97631               };
 97632               
 97633 mike  1.1.2.1 static MetaProperty
 97634               _CIM_MessageLog_PositionAtRecord_MoveAbsolute =
 97635               {
 97636                   /* flags */
 97637                   META_FLAG_PROPERTY|META_FLAG_IN,
 97638                   /* name */
 97639                   "MoveAbsolute",
 97640                   /* qualifiers */
 97641                   _CIM_MessageLog_PositionAtRecord_MoveAbsolute_qualifiers,
 97642                   /* type */
 97643                   CIMTYPE_BOOLEAN,
 97644                   /* subscript */
 97645                   -1,
 97646                   /* value */
 97647                   0,
 97648               };
 97649               
 97650               static const char*
 97651               _CIM_MessageLog_PositionAtRecord_RecordNumber_qualifiers[] =
 97652               {
 97653                   /* IN */
 97654 mike  1.1.2.1     "\024\001",
 97655                   /* OUT */
 97656                   "\043\001",
 97657                   0,
 97658               };
 97659               
 97660               static MetaProperty
 97661               _CIM_MessageLog_PositionAtRecord_RecordNumber =
 97662               {
 97663                   /* flags */
 97664                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97665                   /* name */
 97666                   "RecordNumber",
 97667                   /* qualifiers */
 97668                   _CIM_MessageLog_PositionAtRecord_RecordNumber_qualifiers,
 97669                   /* type */
 97670                   CIMTYPE_SINT64,
 97671                   /* subscript */
 97672                   -1,
 97673                   /* value */
 97674                   0,
 97675 mike  1.1.2.1 };
 97676               
 97677               static MetaFeature*
 97678               _CIM_MessageLog_PositionAtRecord_parameters[] =
 97679               {
 97680                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_IterationIdentifier,
 97681                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_MoveAbsolute,
 97682                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_RecordNumber,
 97683                   0,
 97684               };
 97685               
 97686               static const char*
 97687               _CIM_MessageLog_PositionAtRecord_qualifiers[] =
 97688               {
 97689                   0,
 97690               };
 97691               
 97692               static MetaMethod
 97693               _CIM_MessageLog_PositionAtRecord =
 97694               {
 97695                   /* flags */
 97696 mike  1.1.2.1     META_FLAG_METHOD,
 97697                   /* name */
 97698                   "CIM_MessageLog",
 97699                   /* qualifiers */
 97700                   _CIM_MessageLog_PositionAtRecord_qualifiers,
 97701                   /* type */
 97702                   CIMTYPE_UINT32,
 97703                   /* parameters */
 97704                   _CIM_MessageLog_PositionAtRecord_parameters,
 97705               };
 97706               
 97707               static const char*
 97708               _CIM_MessageLog_GetRecord_IterationIdentifier_qualifiers[] =
 97709               {
 97710                   /* IN */
 97711                   "\024\001",
 97712                   /* OUT */
 97713                   "\043\001",
 97714                   0,
 97715               };
 97716               
 97717 mike  1.1.2.1 static MetaProperty
 97718               _CIM_MessageLog_GetRecord_IterationIdentifier =
 97719               {
 97720                   /* flags */
 97721                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97722                   /* name */
 97723                   "IterationIdentifier",
 97724                   /* qualifiers */
 97725                   _CIM_MessageLog_GetRecord_IterationIdentifier_qualifiers,
 97726                   /* type */
 97727                   CIMTYPE_STRING,
 97728                   /* subscript */
 97729                   -1,
 97730                   /* value */
 97731                   0,
 97732               };
 97733               
 97734               static const char*
 97735               _CIM_MessageLog_GetRecord_PositionToNext_qualifiers[] =
 97736               {
 97737                   /* IN */
 97738 mike  1.1.2.1     "\024\001",
 97739                   0,
 97740               };
 97741               
 97742               static MetaProperty
 97743               _CIM_MessageLog_GetRecord_PositionToNext =
 97744               {
 97745                   /* flags */
 97746                   META_FLAG_PROPERTY|META_FLAG_IN,
 97747                   /* name */
 97748                   "PositionToNext",
 97749                   /* qualifiers */
 97750                   _CIM_MessageLog_GetRecord_PositionToNext_qualifiers,
 97751                   /* type */
 97752                   CIMTYPE_BOOLEAN,
 97753                   /* subscript */
 97754                   -1,
 97755                   /* value */
 97756                   0,
 97757               };
 97758               
 97759 mike  1.1.2.1 static const char*
 97760               _CIM_MessageLog_GetRecord_RecordNumber_qualifiers[] =
 97761               {
 97762                   /* IN */
 97763                   "\024\000",
 97764                   /* OUT */
 97765                   "\043\001",
 97766                   0,
 97767               };
 97768               
 97769               static MetaProperty
 97770               _CIM_MessageLog_GetRecord_RecordNumber =
 97771               {
 97772                   /* flags */
 97773                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97774                   /* name */
 97775                   "RecordNumber",
 97776                   /* qualifiers */
 97777                   _CIM_MessageLog_GetRecord_RecordNumber_qualifiers,
 97778                   /* type */
 97779                   CIMTYPE_UINT64,
 97780 mike  1.1.2.1     /* subscript */
 97781                   -1,
 97782                   /* value */
 97783                   0,
 97784               };
 97785               
 97786               static const char*
 97787               _CIM_MessageLog_GetRecord_RecordData_qualifiers[] =
 97788               {
 97789                   /* IN */
 97790                   "\024\000",
 97791                   /* OUT */
 97792                   "\043\001",
 97793                   0,
 97794               };
 97795               
 97796               static MetaProperty
 97797               _CIM_MessageLog_GetRecord_RecordData =
 97798               {
 97799                   /* flags */
 97800                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97801 mike  1.1.2.1     /* name */
 97802                   "RecordData",
 97803                   /* qualifiers */
 97804                   _CIM_MessageLog_GetRecord_RecordData_qualifiers,
 97805                   /* type */
 97806                   CIMTYPE_UINT8,
 97807                   /* subscript */
 97808                   0,
 97809                   /* value */
 97810                   0,
 97811               };
 97812               
 97813               static MetaFeature*
 97814               _CIM_MessageLog_GetRecord_parameters[] =
 97815               {
 97816                   (MetaFeature*)&_CIM_MessageLog_GetRecord_IterationIdentifier,
 97817                   (MetaFeature*)&_CIM_MessageLog_GetRecord_PositionToNext,
 97818                   (MetaFeature*)&_CIM_MessageLog_GetRecord_RecordNumber,
 97819                   (MetaFeature*)&_CIM_MessageLog_GetRecord_RecordData,
 97820                   0,
 97821               };
 97822 mike  1.1.2.1 
 97823               static const char*
 97824               _CIM_MessageLog_GetRecord_qualifiers[] =
 97825               {
 97826                   0,
 97827               };
 97828               
 97829               static MetaMethod
 97830               _CIM_MessageLog_GetRecord =
 97831               {
 97832                   /* flags */
 97833                   META_FLAG_METHOD,
 97834                   /* name */
 97835                   "CIM_MessageLog",
 97836                   /* qualifiers */
 97837                   _CIM_MessageLog_GetRecord_qualifiers,
 97838                   /* type */
 97839                   CIMTYPE_UINT32,
 97840                   /* parameters */
 97841                   _CIM_MessageLog_GetRecord_parameters,
 97842               };
 97843 mike  1.1.2.1 
 97844               static const char*
 97845               _CIM_MessageLog_DeleteRecord_IterationIdentifier_qualifiers[] =
 97846               {
 97847                   /* IN */
 97848                   "\024\001",
 97849                   /* OUT */
 97850                   "\043\001",
 97851                   0,
 97852               };
 97853               
 97854               static MetaProperty
 97855               _CIM_MessageLog_DeleteRecord_IterationIdentifier =
 97856               {
 97857                   /* flags */
 97858                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97859                   /* name */
 97860                   "IterationIdentifier",
 97861                   /* qualifiers */
 97862                   _CIM_MessageLog_DeleteRecord_IterationIdentifier_qualifiers,
 97863                   /* type */
 97864 mike  1.1.2.1     CIMTYPE_STRING,
 97865                   /* subscript */
 97866                   -1,
 97867                   /* value */
 97868                   0,
 97869               };
 97870               
 97871               static const char*
 97872               _CIM_MessageLog_DeleteRecord_PositionToNext_qualifiers[] =
 97873               {
 97874                   /* IN */
 97875                   "\024\001",
 97876                   0,
 97877               };
 97878               
 97879               static MetaProperty
 97880               _CIM_MessageLog_DeleteRecord_PositionToNext =
 97881               {
 97882                   /* flags */
 97883                   META_FLAG_PROPERTY|META_FLAG_IN,
 97884                   /* name */
 97885 mike  1.1.2.1     "PositionToNext",
 97886                   /* qualifiers */
 97887                   _CIM_MessageLog_DeleteRecord_PositionToNext_qualifiers,
 97888                   /* type */
 97889                   CIMTYPE_BOOLEAN,
 97890                   /* subscript */
 97891                   -1,
 97892                   /* value */
 97893                   0,
 97894               };
 97895               
 97896               static const char*
 97897               _CIM_MessageLog_DeleteRecord_RecordNumber_qualifiers[] =
 97898               {
 97899                   /* IN */
 97900                   "\024\000",
 97901                   /* OUT */
 97902                   "\043\001",
 97903                   0,
 97904               };
 97905               
 97906 mike  1.1.2.1 static MetaProperty
 97907               _CIM_MessageLog_DeleteRecord_RecordNumber =
 97908               {
 97909                   /* flags */
 97910                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97911                   /* name */
 97912                   "RecordNumber",
 97913                   /* qualifiers */
 97914                   _CIM_MessageLog_DeleteRecord_RecordNumber_qualifiers,
 97915                   /* type */
 97916                   CIMTYPE_UINT64,
 97917                   /* subscript */
 97918                   -1,
 97919                   /* value */
 97920                   0,
 97921               };
 97922               
 97923               static const char*
 97924               _CIM_MessageLog_DeleteRecord_RecordData_qualifiers[] =
 97925               {
 97926                   /* IN */
 97927 mike  1.1.2.1     "\024\000",
 97928                   /* OUT */
 97929                   "\043\001",
 97930                   0,
 97931               };
 97932               
 97933               static MetaProperty
 97934               _CIM_MessageLog_DeleteRecord_RecordData =
 97935               {
 97936                   /* flags */
 97937                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97938                   /* name */
 97939                   "RecordData",
 97940                   /* qualifiers */
 97941                   _CIM_MessageLog_DeleteRecord_RecordData_qualifiers,
 97942                   /* type */
 97943                   CIMTYPE_UINT8,
 97944                   /* subscript */
 97945                   0,
 97946                   /* value */
 97947                   0,
 97948 mike  1.1.2.1 };
 97949               
 97950               static MetaFeature*
 97951               _CIM_MessageLog_DeleteRecord_parameters[] =
 97952               {
 97953                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_IterationIdentifier,
 97954                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_PositionToNext,
 97955                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_RecordNumber,
 97956                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_RecordData,
 97957                   0,
 97958               };
 97959               
 97960               static const char*
 97961               _CIM_MessageLog_DeleteRecord_qualifiers[] =
 97962               {
 97963                   0,
 97964               };
 97965               
 97966               static MetaMethod
 97967               _CIM_MessageLog_DeleteRecord =
 97968               {
 97969 mike  1.1.2.1     /* flags */
 97970                   META_FLAG_METHOD,
 97971                   /* name */
 97972                   "CIM_MessageLog",
 97973                   /* qualifiers */
 97974                   _CIM_MessageLog_DeleteRecord_qualifiers,
 97975                   /* type */
 97976                   CIMTYPE_UINT32,
 97977                   /* parameters */
 97978                   _CIM_MessageLog_DeleteRecord_parameters,
 97979               };
 97980               
 97981               static const char*
 97982               _CIM_MessageLog_WriteRecord_IterationIdentifier_qualifiers[] =
 97983               {
 97984                   /* IN */
 97985                   "\024\001",
 97986                   /* OUT */
 97987                   "\043\001",
 97988                   0,
 97989               };
 97990 mike  1.1.2.1 
 97991               static MetaProperty
 97992               _CIM_MessageLog_WriteRecord_IterationIdentifier =
 97993               {
 97994                   /* flags */
 97995                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97996                   /* name */
 97997                   "IterationIdentifier",
 97998                   /* qualifiers */
 97999                   _CIM_MessageLog_WriteRecord_IterationIdentifier_qualifiers,
 98000                   /* type */
 98001                   CIMTYPE_STRING,
 98002                   /* subscript */
 98003                   -1,
 98004                   /* value */
 98005                   0,
 98006               };
 98007               
 98008               static const char*
 98009               _CIM_MessageLog_WriteRecord_PositionToNext_qualifiers[] =
 98010               {
 98011 mike  1.1.2.1     /* IN */
 98012                   "\024\001",
 98013                   0,
 98014               };
 98015               
 98016               static MetaProperty
 98017               _CIM_MessageLog_WriteRecord_PositionToNext =
 98018               {
 98019                   /* flags */
 98020                   META_FLAG_PROPERTY|META_FLAG_IN,
 98021                   /* name */
 98022                   "PositionToNext",
 98023                   /* qualifiers */
 98024                   _CIM_MessageLog_WriteRecord_PositionToNext_qualifiers,
 98025                   /* type */
 98026                   CIMTYPE_BOOLEAN,
 98027                   /* subscript */
 98028                   -1,
 98029                   /* value */
 98030                   0,
 98031               };
 98032 mike  1.1.2.1 
 98033               static const char*
 98034               _CIM_MessageLog_WriteRecord_RecordData_qualifiers[] =
 98035               {
 98036                   /* IN */
 98037                   "\024\001",
 98038                   0,
 98039               };
 98040               
 98041               static MetaProperty
 98042               _CIM_MessageLog_WriteRecord_RecordData =
 98043               {
 98044                   /* flags */
 98045                   META_FLAG_PROPERTY|META_FLAG_IN,
 98046                   /* name */
 98047                   "RecordData",
 98048                   /* qualifiers */
 98049                   _CIM_MessageLog_WriteRecord_RecordData_qualifiers,
 98050                   /* type */
 98051                   CIMTYPE_UINT8,
 98052                   /* subscript */
 98053 mike  1.1.2.1     0,
 98054                   /* value */
 98055                   0,
 98056               };
 98057               
 98058               static const char*
 98059               _CIM_MessageLog_WriteRecord_RecordNumber_qualifiers[] =
 98060               {
 98061                   /* IN */
 98062                   "\024\000",
 98063                   /* OUT */
 98064                   "\043\001",
 98065                   0,
 98066               };
 98067               
 98068               static MetaProperty
 98069               _CIM_MessageLog_WriteRecord_RecordNumber =
 98070               {
 98071                   /* flags */
 98072                   META_FLAG_PROPERTY|META_FLAG_OUT,
 98073                   /* name */
 98074 mike  1.1.2.1     "RecordNumber",
 98075                   /* qualifiers */
 98076                   _CIM_MessageLog_WriteRecord_RecordNumber_qualifiers,
 98077                   /* type */
 98078                   CIMTYPE_UINT64,
 98079                   /* subscript */
 98080                   -1,
 98081                   /* value */
 98082                   0,
 98083               };
 98084               
 98085               static MetaFeature*
 98086               _CIM_MessageLog_WriteRecord_parameters[] =
 98087               {
 98088                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_IterationIdentifier,
 98089                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_PositionToNext,
 98090                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_RecordData,
 98091                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_RecordNumber,
 98092                   0,
 98093               };
 98094               
 98095 mike  1.1.2.1 static const char*
 98096               _CIM_MessageLog_WriteRecord_qualifiers[] =
 98097               {
 98098                   0,
 98099               };
 98100               
 98101               static MetaMethod
 98102               _CIM_MessageLog_WriteRecord =
 98103               {
 98104                   /* flags */
 98105                   META_FLAG_METHOD,
 98106                   /* name */
 98107                   "CIM_MessageLog",
 98108                   /* qualifiers */
 98109                   _CIM_MessageLog_WriteRecord_qualifiers,
 98110                   /* type */
 98111                   CIMTYPE_UINT32,
 98112                   /* parameters */
 98113                   _CIM_MessageLog_WriteRecord_parameters,
 98114               };
 98115               
 98116 mike  1.1.2.1 static const char*
 98117               _CIM_MessageLog_CancelIteration_IterationIdentifier_qualifiers[] =
 98118               {
 98119                   /* IN */
 98120                   "\024\001",
 98121                   0,
 98122               };
 98123               
 98124               static MetaProperty
 98125               _CIM_MessageLog_CancelIteration_IterationIdentifier =
 98126               {
 98127                   /* flags */
 98128                   META_FLAG_PROPERTY|META_FLAG_IN,
 98129                   /* name */
 98130                   "IterationIdentifier",
 98131                   /* qualifiers */
 98132                   _CIM_MessageLog_CancelIteration_IterationIdentifier_qualifiers,
 98133                   /* type */
 98134                   CIMTYPE_STRING,
 98135                   /* subscript */
 98136                   -1,
 98137 mike  1.1.2.1     /* value */
 98138                   0,
 98139               };
 98140               
 98141               static MetaFeature*
 98142               _CIM_MessageLog_CancelIteration_parameters[] =
 98143               {
 98144                   (MetaFeature*)&_CIM_MessageLog_CancelIteration_IterationIdentifier,
 98145                   0,
 98146               };
 98147               
 98148               static const char*
 98149               _CIM_MessageLog_CancelIteration_qualifiers[] =
 98150               {
 98151                   0,
 98152               };
 98153               
 98154               static MetaMethod
 98155               _CIM_MessageLog_CancelIteration =
 98156               {
 98157                   /* flags */
 98158 mike  1.1.2.1     META_FLAG_METHOD,
 98159                   /* name */
 98160                   "CIM_MessageLog",
 98161                   /* qualifiers */
 98162                   _CIM_MessageLog_CancelIteration_qualifiers,
 98163                   /* type */
 98164                   CIMTYPE_UINT32,
 98165                   /* parameters */
 98166                   _CIM_MessageLog_CancelIteration_parameters,
 98167               };
 98168               
 98169               static const char*
 98170               _CIM_MessageLog_FreezeLog_Freeze_qualifiers[] =
 98171               {
 98172                   /* IN */
 98173                   "\024\001",
 98174                   0,
 98175               };
 98176               
 98177               static MetaProperty
 98178               _CIM_MessageLog_FreezeLog_Freeze =
 98179 mike  1.1.2.1 {
 98180                   /* flags */
 98181                   META_FLAG_PROPERTY|META_FLAG_IN,
 98182                   /* name */
 98183                   "Freeze",
 98184                   /* qualifiers */
 98185                   _CIM_MessageLog_FreezeLog_Freeze_qualifiers,
 98186                   /* type */
 98187                   CIMTYPE_BOOLEAN,
 98188                   /* subscript */
 98189                   -1,
 98190                   /* value */
 98191                   0,
 98192               };
 98193               
 98194               static MetaFeature*
 98195               _CIM_MessageLog_FreezeLog_parameters[] =
 98196               {
 98197                   (MetaFeature*)&_CIM_MessageLog_FreezeLog_Freeze,
 98198                   0,
 98199               };
 98200 mike  1.1.2.1 
 98201               static const char*
 98202               _CIM_MessageLog_FreezeLog_qualifiers[] =
 98203               {
 98204                   0,
 98205               };
 98206               
 98207               static MetaMethod
 98208               _CIM_MessageLog_FreezeLog =
 98209               {
 98210                   /* flags */
 98211                   META_FLAG_METHOD,
 98212                   /* name */
 98213                   "CIM_MessageLog",
 98214                   /* qualifiers */
 98215                   _CIM_MessageLog_FreezeLog_qualifiers,
 98216                   /* type */
 98217                   CIMTYPE_UINT32,
 98218                   /* parameters */
 98219                   _CIM_MessageLog_FreezeLog_parameters,
 98220               };
 98221 mike  1.1.2.1 
 98222               static const char*
 98223               _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier_qualifiers[] =
 98224               {
 98225                   /* IN */
 98226                   "\024\001",
 98227                   /* OUT */
 98228                   "\043\001",
 98229                   0,
 98230               };
 98231               
 98232               static MetaProperty
 98233               _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier =
 98234               {
 98235                   /* flags */
 98236                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 98237                   /* name */
 98238                   "IterationIdentifier",
 98239                   /* qualifiers */
 98240                   _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier_qualifiers,
 98241                   /* type */
 98242 mike  1.1.2.1     CIMTYPE_STRING,
 98243                   /* subscript */
 98244                   -1,
 98245                   /* value */
 98246                   0,
 98247               };
 98248               
 98249               static const char*
 98250               _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext_qualifiers[] =
 98251               {
 98252                   /* IN */
 98253                   "\024\001",
 98254                   0,
 98255               };
 98256               
 98257               static MetaProperty
 98258               _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext =
 98259               {
 98260                   /* flags */
 98261                   META_FLAG_PROPERTY|META_FLAG_IN,
 98262                   /* name */
 98263 mike  1.1.2.1     "PositionToNext",
 98264                   /* qualifiers */
 98265                   _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext_qualifiers,
 98266                   /* type */
 98267                   CIMTYPE_BOOLEAN,
 98268                   /* subscript */
 98269                   -1,
 98270                   /* value */
 98271                   0,
 98272               };
 98273               
 98274               static const char*
 98275               _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber_qualifiers[] =
 98276               {
 98277                   /* IN */
 98278                   "\024\000",
 98279                   /* OUT */
 98280                   "\043\001",
 98281                   0,
 98282               };
 98283               
 98284 mike  1.1.2.1 static MetaProperty
 98285               _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber =
 98286               {
 98287                   /* flags */
 98288                   META_FLAG_PROPERTY|META_FLAG_OUT,
 98289                   /* name */
 98290                   "RecordNumber",
 98291                   /* qualifiers */
 98292                   _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber_qualifiers,
 98293                   /* type */
 98294                   CIMTYPE_UINT64,
 98295                   /* subscript */
 98296                   -1,
 98297                   /* value */
 98298                   0,
 98299               };
 98300               
 98301               static MetaFeature*
 98302               _CIM_MessageLog_FlagRecordForOverwrite_parameters[] =
 98303               {
 98304                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier,
 98305 mike  1.1.2.1     (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_PositionToNext,
 98306                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_RecordNumber,
 98307                   0,
 98308               };
 98309               
 98310               static const char*
 98311               _CIM_MessageLog_FlagRecordForOverwrite_qualifiers[] =
 98312               {
 98313                   0,
 98314               };
 98315               
 98316               static MetaMethod
 98317               _CIM_MessageLog_FlagRecordForOverwrite =
 98318               {
 98319                   /* flags */
 98320                   META_FLAG_METHOD,
 98321                   /* name */
 98322                   "CIM_MessageLog",
 98323                   /* qualifiers */
 98324                   _CIM_MessageLog_FlagRecordForOverwrite_qualifiers,
 98325                   /* type */
 98326 mike  1.1.2.1     CIMTYPE_UINT32,
 98327                   /* parameters */
 98328                   _CIM_MessageLog_FlagRecordForOverwrite_parameters,
 98329               };
 98330               
 98331               static MetaFeature*
 98332               _CIM_MessageLog_features[] =
 98333               {
 98334                   (MetaFeature*)&_CIM_MessageLog_CreationClassName,
 98335                   (MetaFeature*)&_CIM_MessageLog_Name,
 98336                   (MetaFeature*)&_CIM_MessageLog_Capabilities,
 98337                   (MetaFeature*)&_CIM_MessageLog_CapabilitiesDescriptions,
 98338                   (MetaFeature*)&_CIM_MessageLog_MaxLogSize,
 98339                   (MetaFeature*)&_CIM_MessageLog_SizeOfHeader,
 98340                   (MetaFeature*)&_CIM_MessageLog_HeaderFormat,
 98341                   (MetaFeature*)&_CIM_MessageLog_MaxRecordSize,
 98342                   (MetaFeature*)&_CIM_MessageLog_SizeOfRecordHeader,
 98343                   (MetaFeature*)&_CIM_MessageLog_RecordHeaderFormat,
 98344                   (MetaFeature*)&_CIM_MessageLog_OverwritePolicy,
 98345                   (MetaFeature*)&_CIM_MessageLog_OtherPolicyDescription,
 98346                   (MetaFeature*)&_CIM_MessageLog_TimeWhenOutdated,
 98347 mike  1.1.2.1     (MetaFeature*)&_CIM_MessageLog_PercentageNearFull,
 98348                   (MetaFeature*)&_CIM_MessageLog_LastChange,
 98349                   (MetaFeature*)&_CIM_MessageLog_TimeOfLastChange,
 98350                   (MetaFeature*)&_CIM_MessageLog_RecordLastChanged,
 98351                   (MetaFeature*)&_CIM_MessageLog_IsFrozen,
 98352                   (MetaFeature*)&_CIM_MessageLog_CharacterSet,
 98353                   (MetaFeature*)&_CIM_MessageLog_PositionToFirstRecord,
 98354                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord,
 98355                   (MetaFeature*)&_CIM_MessageLog_GetRecord,
 98356                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord,
 98357                   (MetaFeature*)&_CIM_MessageLog_WriteRecord,
 98358                   (MetaFeature*)&_CIM_MessageLog_CancelIteration,
 98359                   (MetaFeature*)&_CIM_MessageLog_FreezeLog,
 98360                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite,
 98361                   0,
 98362               };
 98363               
 98364               static const char*
 98365               __root_cimv2_CIM_MessageLog_qualifiers[] =
 98366               {
 98367                   /* UMLPackagePath */
 98368 mike  1.1.2.1     "\057CIM::System::Logs",
 98369                   /* Version */
 98370                   "\0632.9.0",
 98371                   0,
 98372               };
 98373               
 98374               MetaClass
 98375               __root_cimv2_CIM_MessageLog =
 98376               {
 98377                   /* flags */
 98378                   META_FLAG_CLASS,
 98379                   /* name */
 98380                   "CIM_MessageLog",
 98381                   /* qualifiers */
 98382                   __root_cimv2_CIM_MessageLog_qualifiers,
 98383                   /* super */
 98384                   &__root_cimv2_CIM_Log,
 98385                   /* features */
 98386                   _CIM_MessageLog_features,
 98387               };
 98388               
 98389 mike  1.1.2.1 //==============================================================================
 98390               //
 98391               // Class: CIM_Modem
 98392               //
 98393               //==============================================================================
 98394               
 98395               static MetaFeature*
 98396               _CIM_Modem_features[] =
 98397               {
 98398                   0,
 98399               };
 98400               
 98401               static const char*
 98402               __root_cimv2_CIM_Modem_qualifiers[] =
 98403               {
 98404                   /* UMLPackagePath */
 98405                   "\057CIM::Device::Modems",
 98406                   /* Abstract */
 98407                   "\002\001",
 98408                   /* Version */
 98409                   "\0632.6.0",
 98410 mike  1.1.2.1     0,
 98411               };
 98412               
 98413               MetaClass
 98414               __root_cimv2_CIM_Modem =
 98415               {
 98416                   /* flags */
 98417                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 98418                   /* name */
 98419                   "CIM_Modem",
 98420                   /* qualifiers */
 98421                   __root_cimv2_CIM_Modem_qualifiers,
 98422                   /* super */
 98423                   &__root_cimv2_CIM_LogicalDevice,
 98424                   /* features */
 98425                   _CIM_Modem_features,
 98426               };
 98427               
 98428               //==============================================================================
 98429               //
 98430               // Class: CIM_MorePersonInfo
 98431 mike  1.1.2.1 //
 98432               //==============================================================================
 98433               
 98434               static const char*
 98435               _CIM_MorePersonInfo_Antecedent_qualifiers[] =
 98436               {
 98437                   /* Override */
 98438                   "\044Antecedent",
 98439                   /* Min */
 98440                   "\033\000\000\000\001",
 98441                   /* Max */
 98442                   "\027\000\000\000\001",
 98443                   0,
 98444               };
 98445               
 98446               static MetaReference
 98447               _CIM_MorePersonInfo_Antecedent =
 98448               {
 98449                   /* flags */
 98450                   META_FLAG_REFERENCE|META_FLAG_READ,
 98451                   /* name */
 98452 mike  1.1.2.1     "Antecedent",
 98453                   /* qualifiers */
 98454                   _CIM_MorePersonInfo_Antecedent_qualifiers,
 98455                   /* subscript */
 98456                   -1,
 98457                   /* refId */
 98458                   &__root_cimv2_CIM_Person,
 98459               };
 98460               
 98461               static const char*
 98462               _CIM_MorePersonInfo_Dependent_qualifiers[] =
 98463               {
 98464                   /* Override */
 98465                   "\044Dependent",
 98466                   /* Max */
 98467                   "\027\000\000\000\001",
 98468                   0,
 98469               };
 98470               
 98471               static MetaReference
 98472               _CIM_MorePersonInfo_Dependent =
 98473 mike  1.1.2.1 {
 98474                   /* flags */
 98475                   META_FLAG_REFERENCE|META_FLAG_READ,
 98476                   /* name */
 98477                   "Dependent",
 98478                   /* qualifiers */
 98479                   _CIM_MorePersonInfo_Dependent_qualifiers,
 98480                   /* subscript */
 98481                   -1,
 98482                   /* refId */
 98483                   &__root_cimv2_CIM_OtherPersonInformation,
 98484               };
 98485               
 98486               static MetaFeature*
 98487               _CIM_MorePersonInfo_features[] =
 98488               {
 98489                   (MetaFeature*)&_CIM_MorePersonInfo_Antecedent,
 98490                   (MetaFeature*)&_CIM_MorePersonInfo_Dependent,
 98491                   0,
 98492               };
 98493               
 98494 mike  1.1.2.1 static const char*
 98495               __root_cimv2_CIM_MorePersonInfo_qualifiers[] =
 98496               {
 98497                   /* ASSOCIATION */
 98498                   "\000\001",
 98499                   /* UMLPackagePath */
 98500                   "\057CIM::User::Org",
 98501                   /* Version */
 98502                   "\0632.7.0",
 98503                   0,
 98504               };
 98505               
 98506               MetaClass
 98507               __root_cimv2_CIM_MorePersonInfo =
 98508               {
 98509                   /* flags */
 98510                   META_FLAG_ASSOCIATION,
 98511                   /* name */
 98512                   "CIM_MorePersonInfo",
 98513                   /* qualifiers */
 98514                   __root_cimv2_CIM_MorePersonInfo_qualifiers,
 98515 mike  1.1.2.1     /* super */
 98516                   &__root_cimv2_CIM_Dependency,
 98517                   /* features */
 98518                   _CIM_MorePersonInfo_features,
 98519               };
 98520               
 98521               //==============================================================================
 98522               //
 98523               // Class: CIM_Mount
 98524               //
 98525               //==============================================================================
 98526               
 98527               static const char*
 98528               _CIM_Mount_Antecedent_qualifiers[] =
 98529               {
 98530                   /* Override */
 98531                   "\044Antecedent",
 98532                   /* Max */
 98533                   "\027\000\000\000\001",
 98534                   0,
 98535               };
 98536 mike  1.1.2.1 
 98537               static MetaReference
 98538               _CIM_Mount_Antecedent =
 98539               {
 98540                   /* flags */
 98541                   META_FLAG_REFERENCE|META_FLAG_READ,
 98542                   /* name */
 98543                   "Antecedent",
 98544                   /* qualifiers */
 98545                   _CIM_Mount_Antecedent_qualifiers,
 98546                   /* subscript */
 98547                   -1,
 98548                   /* refId */
 98549                   &__root_cimv2_CIM_Directory,
 98550               };
 98551               
 98552               static const char*
 98553               _CIM_Mount_Dependent_qualifiers[] =
 98554               {
 98555                   /* Override */
 98556                   "\044Dependent",
 98557 mike  1.1.2.1     0,
 98558               };
 98559               
 98560               static MetaReference
 98561               _CIM_Mount_Dependent =
 98562               {
 98563                   /* flags */
 98564                   META_FLAG_REFERENCE|META_FLAG_READ,
 98565                   /* name */
 98566                   "Dependent",
 98567                   /* qualifiers */
 98568                   _CIM_Mount_Dependent_qualifiers,
 98569                   /* subscript */
 98570                   -1,
 98571                   /* refId */
 98572                   &__root_cimv2_CIM_FileSystem,
 98573               };
 98574               
 98575               static MetaFeature*
 98576               _CIM_Mount_features[] =
 98577               {
 98578 mike  1.1.2.1     (MetaFeature*)&_CIM_Mount_Antecedent,
 98579                   (MetaFeature*)&_CIM_Mount_Dependent,
 98580                   0,
 98581               };
 98582               
 98583               static const char*
 98584               __root_cimv2_CIM_Mount_qualifiers[] =
 98585               {
 98586                   /* ASSOCIATION */
 98587                   "\000\001",
 98588                   /* UMLPackagePath */
 98589                   "\057CIM::System::FileElements",
 98590                   /* Version */
 98591                   "\0632.6.0",
 98592                   0,
 98593               };
 98594               
 98595               MetaClass
 98596               __root_cimv2_CIM_Mount =
 98597               {
 98598                   /* flags */
 98599 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 98600                   /* name */
 98601                   "CIM_Mount",
 98602                   /* qualifiers */
 98603                   __root_cimv2_CIM_Mount_qualifiers,
 98604                   /* super */
 98605                   &__root_cimv2_CIM_Dependency,
 98606                   /* features */
 98607                   _CIM_Mount_features,
 98608               };
 98609               
 98610               //==============================================================================
 98611               //
 98612               // Class: CIM_NetworkAdapter
 98613               //
 98614               //==============================================================================
 98615               
 98616               static const char*
 98617               _CIM_NetworkAdapter_PermanentAddress_qualifiers[] =
 98618               {
 98619                   /* Deprecated */
 98620 mike  1.1.2.1     "\013\000\001CIM_NetworkPort.PermanentAddress\000",
 98621                   /* MaxLen */
 98622                   "\030\000\000\000\100",
 98623                   /* MappingStrings */
 98624                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.2\000",
 98625                   0,
 98626               };
 98627               
 98628               static MetaProperty
 98629               _CIM_NetworkAdapter_PermanentAddress =
 98630               {
 98631                   /* flags */
 98632                   META_FLAG_PROPERTY|META_FLAG_READ,
 98633                   /* name */
 98634                   "PermanentAddress",
 98635                   /* qualifiers */
 98636                   _CIM_NetworkAdapter_PermanentAddress_qualifiers,
 98637                   /* type */
 98638                   CIMTYPE_STRING,
 98639                   /* subscript */
 98640                   -1,
 98641 mike  1.1.2.1     /* value */
 98642                   0,
 98643               };
 98644               
 98645               static const char*
 98646               _CIM_NetworkAdapter_NetworkAddresses_qualifiers[] =
 98647               {
 98648                   /* Deprecated */
 98649                   "\013\000\001CIM_NetworkPort.NetworkAddresses\000",
 98650                   /* MaxLen */
 98651                   "\030\000\000\000\100",
 98652                   /* MappingStrings */
 98653                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.3\000",
 98654                   /* ArrayType */
 98655                   "\005Indexed",
 98656                   0,
 98657               };
 98658               
 98659               static MetaProperty
 98660               _CIM_NetworkAdapter_NetworkAddresses =
 98661               {
 98662 mike  1.1.2.1     /* flags */
 98663                   META_FLAG_PROPERTY|META_FLAG_READ,
 98664                   /* name */
 98665                   "NetworkAddresses",
 98666                   /* qualifiers */
 98667                   _CIM_NetworkAdapter_NetworkAddresses_qualifiers,
 98668                   /* type */
 98669                   CIMTYPE_STRING,
 98670                   /* subscript */
 98671                   0,
 98672                   /* value */
 98673                   0,
 98674               };
 98675               
 98676               static const char*
 98677               _CIM_NetworkAdapter_Speed_qualifiers[] =
 98678               {
 98679                   /* Deprecated */
 98680                   "\013\000\001CIM_NetworkPort.Speed\000",
 98681                   /* Units */
 98682                   "\060Bits per Second",
 98683 mike  1.1.2.1     /* MappingStrings */
 98684                   "\026\000\002MIB.IETF|RFC1213-MIB.ifSpeed\000MIF.DMTF|Network Adapter 802 Port|001.5\000",
 98685                   0,
 98686               };
 98687               
 98688               static MetaProperty
 98689               _CIM_NetworkAdapter_Speed =
 98690               {
 98691                   /* flags */
 98692                   META_FLAG_PROPERTY|META_FLAG_READ,
 98693                   /* name */
 98694                   "Speed",
 98695                   /* qualifiers */
 98696                   _CIM_NetworkAdapter_Speed_qualifiers,
 98697                   /* type */
 98698                   CIMTYPE_UINT64,
 98699                   /* subscript */
 98700                   -1,
 98701                   /* value */
 98702                   0,
 98703               };
 98704 mike  1.1.2.1 
 98705               static const char*
 98706               _CIM_NetworkAdapter_MaxSpeed_qualifiers[] =
 98707               {
 98708                   /* Deprecated */
 98709                   "\013\000\001CIM_NetworkPort.MaxSpeed\000",
 98710                   /* Units */
 98711                   "\060Bits per Second",
 98712                   0,
 98713               };
 98714               
 98715               static MetaProperty
 98716               _CIM_NetworkAdapter_MaxSpeed =
 98717               {
 98718                   /* flags */
 98719                   META_FLAG_PROPERTY|META_FLAG_READ,
 98720                   /* name */
 98721                   "MaxSpeed",
 98722                   /* qualifiers */
 98723                   _CIM_NetworkAdapter_MaxSpeed_qualifiers,
 98724                   /* type */
 98725 mike  1.1.2.1     CIMTYPE_UINT64,
 98726                   /* subscript */
 98727                   -1,
 98728                   /* value */
 98729                   0,
 98730               };
 98731               
 98732               static const char*
 98733               _CIM_NetworkAdapter_FullDuplex_qualifiers[] =
 98734               {
 98735                   /* Deprecated */
 98736                   "\013\000\001CIM_NetworkPort.FullDuplex\000",
 98737                   0,
 98738               };
 98739               
 98740               static MetaProperty
 98741               _CIM_NetworkAdapter_FullDuplex =
 98742               {
 98743                   /* flags */
 98744                   META_FLAG_PROPERTY|META_FLAG_READ,
 98745                   /* name */
 98746 mike  1.1.2.1     "FullDuplex",
 98747                   /* qualifiers */
 98748                   _CIM_NetworkAdapter_FullDuplex_qualifiers,
 98749                   /* type */
 98750                   CIMTYPE_BOOLEAN,
 98751                   /* subscript */
 98752                   -1,
 98753                   /* value */
 98754                   0,
 98755               };
 98756               
 98757               static const char*
 98758               _CIM_NetworkAdapter_AutoSense_qualifiers[] =
 98759               {
 98760                   /* Deprecated */
 98761                   "\013\000\001CIM_NetworkPort.AutoSense\000",
 98762                   0,
 98763               };
 98764               
 98765               static MetaProperty
 98766               _CIM_NetworkAdapter_AutoSense =
 98767 mike  1.1.2.1 {
 98768                   /* flags */
 98769                   META_FLAG_PROPERTY|META_FLAG_READ,
 98770                   /* name */
 98771                   "AutoSense",
 98772                   /* qualifiers */
 98773                   _CIM_NetworkAdapter_AutoSense_qualifiers,
 98774                   /* type */
 98775                   CIMTYPE_BOOLEAN,
 98776                   /* subscript */
 98777                   -1,
 98778                   /* value */
 98779                   0,
 98780               };
 98781               
 98782               static const char*
 98783               _CIM_NetworkAdapter_OctetsTransmitted_qualifiers[] =
 98784               {
 98785                   /* Deprecated */
 98786                   "\013\000\001CIM_NetworkPortStatistics.BytesTransmitted\000",
 98787                   /* Counter */
 98788 mike  1.1.2.1     "\012\001",
 98789                   /* MappingStrings */
 98790                   "\026\000\002MIB.IETF|RFC1213-MIB.ifOutOctets\000MIF.DMTF|Network Adapter 802 Port|001.7\000",
 98791                   0,
 98792               };
 98793               
 98794               static MetaProperty
 98795               _CIM_NetworkAdapter_OctetsTransmitted =
 98796               {
 98797                   /* flags */
 98798                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 98799                   /* name */
 98800                   "OctetsTransmitted",
 98801                   /* qualifiers */
 98802                   _CIM_NetworkAdapter_OctetsTransmitted_qualifiers,
 98803                   /* type */
 98804                   CIMTYPE_UINT64,
 98805                   /* subscript */
 98806                   -1,
 98807                   /* value */
 98808                   0,
 98809 mike  1.1.2.1 };
 98810               
 98811               static const char*
 98812               _CIM_NetworkAdapter_OctetsReceived_qualifiers[] =
 98813               {
 98814                   /* Deprecated */
 98815                   "\013\000\001CIM_NetworkPortStatistics.BytesReceived\000",
 98816                   /* Counter */
 98817                   "\012\001",
 98818                   /* MappingStrings */
 98819                   "\026\000\002MIB.IETF|RFC1213-MIB.ifInOctets\000MIF.DMTF|Network Adapter 802 Port|001.9\000",
 98820                   0,
 98821               };
 98822               
 98823               static MetaProperty
 98824               _CIM_NetworkAdapter_OctetsReceived =
 98825               {
 98826                   /* flags */
 98827                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 98828                   /* name */
 98829                   "OctetsReceived",
 98830 mike  1.1.2.1     /* qualifiers */
 98831                   _CIM_NetworkAdapter_OctetsReceived_qualifiers,
 98832                   /* type */
 98833                   CIMTYPE_UINT64,
 98834                   /* subscript */
 98835                   -1,
 98836                   /* value */
 98837                   0,
 98838               };
 98839               
 98840               static MetaFeature*
 98841               _CIM_NetworkAdapter_features[] =
 98842               {
 98843                   (MetaFeature*)&_CIM_NetworkAdapter_PermanentAddress,
 98844                   (MetaFeature*)&_CIM_NetworkAdapter_NetworkAddresses,
 98845                   (MetaFeature*)&_CIM_NetworkAdapter_Speed,
 98846                   (MetaFeature*)&_CIM_NetworkAdapter_MaxSpeed,
 98847                   (MetaFeature*)&_CIM_NetworkAdapter_FullDuplex,
 98848                   (MetaFeature*)&_CIM_NetworkAdapter_AutoSense,
 98849                   (MetaFeature*)&_CIM_NetworkAdapter_OctetsTransmitted,
 98850                   (MetaFeature*)&_CIM_NetworkAdapter_OctetsReceived,
 98851 mike  1.1.2.1     0,
 98852               };
 98853               
 98854               static const char*
 98855               __root_cimv2_CIM_NetworkAdapter_qualifiers[] =
 98856               {
 98857                   /* Deprecated */
 98858                   "\013\000\001CIM_NetworkPort\000",
 98859                   /* UMLPackagePath */
 98860                   "\057CIM::Device::NetworkAdapter",
 98861                   /* Abstract */
 98862                   "\002\001",
 98863                   /* Version */
 98864                   "\0632.10.0",
 98865                   0,
 98866               };
 98867               
 98868               MetaClass
 98869               __root_cimv2_CIM_NetworkAdapter =
 98870               {
 98871                   /* flags */
 98872 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 98873                   /* name */
 98874                   "CIM_NetworkAdapter",
 98875                   /* qualifiers */
 98876                   __root_cimv2_CIM_NetworkAdapter_qualifiers,
 98877                   /* super */
 98878                   &__root_cimv2_CIM_LogicalDevice,
 98879                   /* features */
 98880                   _CIM_NetworkAdapter_features,
 98881               };
 98882               
 98883               //==============================================================================
 98884               //
 98885               // Class: CIM_NetworkAdapterRedundancyComponent
 98886               //
 98887               //==============================================================================
 98888               
 98889               static const char*
 98890               _CIM_NetworkAdapterRedundancyComponent_GroupComponent_qualifiers[] =
 98891               {
 98892                   /* Deprecated */
 98893 mike  1.1.2.1     "\013\000\001CIM_OrderedMemberOfCollection.Collection\000",
 98894                   /* Aggregate */
 98895                   "\003\001",
 98896                   /* Override */
 98897                   "\044GroupComponent",
 98898                   0,
 98899               };
 98900               
 98901               static MetaReference
 98902               _CIM_NetworkAdapterRedundancyComponent_GroupComponent =
 98903               {
 98904                   /* flags */
 98905                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 98906                   /* name */
 98907                   "GroupComponent",
 98908                   /* qualifiers */
 98909                   _CIM_NetworkAdapterRedundancyComponent_GroupComponent_qualifiers,
 98910                   /* subscript */
 98911                   -1,
 98912                   /* refId */
 98913                   &__root_cimv2_CIM_ExtraCapacityGroup,
 98914 mike  1.1.2.1 };
 98915               
 98916               static const char*
 98917               _CIM_NetworkAdapterRedundancyComponent_PartComponent_qualifiers[] =
 98918               {
 98919                   /* Deprecated */
 98920                   "\013\000\001CIM_OrderedMemberOfCollection.Member\000",
 98921                   /* Override */
 98922                   "\044PartComponent",
 98923                   0,
 98924               };
 98925               
 98926               static MetaReference
 98927               _CIM_NetworkAdapterRedundancyComponent_PartComponent =
 98928               {
 98929                   /* flags */
 98930                   META_FLAG_REFERENCE|META_FLAG_READ,
 98931                   /* name */
 98932                   "PartComponent",
 98933                   /* qualifiers */
 98934                   _CIM_NetworkAdapterRedundancyComponent_PartComponent_qualifiers,
 98935 mike  1.1.2.1     /* subscript */
 98936                   -1,
 98937                   /* refId */
 98938                   &__root_cimv2_CIM_NetworkAdapter,
 98939               };
 98940               
 98941               static const char*
 98942               _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing_qualifiers[] =
 98943               {
 98944                   /* Deprecated */
 98945                   "\013\000\001No value\000",
 98946                   /* ValueMap */
 98947                   "\061\000\0040\0001\0002\0003\000",
 98948                   /* Values */
 98949                   "\062\000\004Unknown\000Load Balancing - Transmit Only\000Load Balancing - Receive Only\000Full Load Balancing\000",
 98950                   0,
 98951               };
 98952               
 98953               static MetaProperty
 98954               _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing =
 98955               {
 98956 mike  1.1.2.1     /* flags */
 98957                   META_FLAG_PROPERTY|META_FLAG_READ,
 98958                   /* name */
 98959                   "ScopeOfBalancing",
 98960                   /* qualifiers */
 98961                   _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing_qualifiers,
 98962                   /* type */
 98963                   CIMTYPE_UINT16,
 98964                   /* subscript */
 98965                   -1,
 98966                   /* value */
 98967                   0,
 98968               };
 98969               
 98970               static const char*
 98971               _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter_qualifiers[] =
 98972               {
 98973                   /* Deprecated */
 98974                   "\013\000\001CIM_OrderedMemberOfCollection.AssignedSequence\000",
 98975                   /* ValueMap */
 98976                   "\061\000\0050\0001\0002\0003\0004\000",
 98977 mike  1.1.2.1     /* Values */
 98978                   "\062\000\005Unknown\000Original Primary\000Preferred Primary\000Both\000Not Applicable\000",
 98979                   0,
 98980               };
 98981               
 98982               static MetaProperty
 98983               _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter =
 98984               {
 98985                   /* flags */
 98986                   META_FLAG_PROPERTY|META_FLAG_READ,
 98987                   /* name */
 98988                   "PrimaryAdapter",
 98989                   /* qualifiers */
 98990                   _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter_qualifiers,
 98991                   /* type */
 98992                   CIMTYPE_UINT16,
 98993                   /* subscript */
 98994                   -1,
 98995                   /* value */
 98996                   0,
 98997               };
 98998 mike  1.1.2.1 
 98999               static MetaFeature*
 99000               _CIM_NetworkAdapterRedundancyComponent_features[] =
 99001               {
 99002                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_GroupComponent,
 99003                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_PartComponent,
 99004                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing,
 99005                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter,
 99006                   0,
 99007               };
 99008               
 99009               static const char*
 99010               __root_cimv2_CIM_NetworkAdapterRedundancyComponent_qualifiers[] =
 99011               {
 99012                   /* ASSOCIATION */
 99013                   "\000\001",
 99014                   /* Deprecated */
 99015                   "\013\000\001CIM_OrderedMemberOfCollection\000",
 99016                   /* UMLPackagePath */
 99017                   "\057CIM::Device::NetworkAdapter",
 99018                   /* Aggregation */
 99019 mike  1.1.2.1     "\004\001",
 99020                   /* Version */
 99021                   "\0632.10.0",
 99022                   0,
 99023               };
 99024               
 99025               MetaClass
 99026               __root_cimv2_CIM_NetworkAdapterRedundancyComponent =
 99027               {
 99028                   /* flags */
 99029                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 99030                   /* name */
 99031                   "CIM_NetworkAdapterRedundancyComponent",
 99032                   /* qualifiers */
 99033                   __root_cimv2_CIM_NetworkAdapterRedundancyComponent_qualifiers,
 99034                   /* super */
 99035                   &__root_cimv2_CIM_RedundancyComponent,
 99036                   /* features */
 99037                   _CIM_NetworkAdapterRedundancyComponent_features,
 99038               };
 99039               
 99040 mike  1.1.2.1 //==============================================================================
 99041               //
 99042               // Class: CIM_NetworkPipe
 99043               //
 99044               //==============================================================================
 99045               
 99046               static const char*
 99047               _CIM_NetworkPipe_InstanceID_qualifiers[] =
 99048               {
 99049                   /* Key */
 99050                   "\025\001",
 99051                   /* MappingStrings */
 99052                   "\026\000\003Recommendation.ITU|M3100.TrailR1.trailId\000Recommendation.ITU|M3100.ConnectionR1.connectionID\000Recommendation.ITU|M3100.SubNetworkConnection.subNetworkConnectionID\000",
 99053                   0,
 99054               };
 99055               
 99056               static MetaProperty
 99057               _CIM_NetworkPipe_InstanceID =
 99058               {
 99059                   /* flags */
 99060                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99061 mike  1.1.2.1     /* name */
 99062                   "InstanceID",
 99063                   /* qualifiers */
 99064                   _CIM_NetworkPipe_InstanceID_qualifiers,
 99065                   /* type */
 99066                   CIMTYPE_STRING,
 99067                   /* subscript */
 99068                   -1,
 99069                   /* value */
 99070                   0,
 99071               };
 99072               
 99073               static const char*
 99074               _CIM_NetworkPipe_Directionality_qualifiers[] =
 99075               {
 99076                   /* ValueMap */
 99077                   "\061\000\0030\0002\0003\000",
 99078                   /* Values */
 99079                   "\062\000\003Unknown\000Bi-Directional\000Unidirectional\000",
 99080                   /* MappingStrings */
 99081                   "\026\000\001Recommendation.ITU|M3100.Pipe.directionality\000",
 99082 mike  1.1.2.1     0,
 99083               };
 99084               
 99085               static MetaProperty
 99086               _CIM_NetworkPipe_Directionality =
 99087               {
 99088                   /* flags */
 99089                   META_FLAG_PROPERTY|META_FLAG_READ,
 99090                   /* name */
 99091                   "Directionality",
 99092                   /* qualifiers */
 99093                   _CIM_NetworkPipe_Directionality_qualifiers,
 99094                   /* type */
 99095                   CIMTYPE_UINT16,
 99096                   /* subscript */
 99097                   -1,
 99098                   /* value */
 99099                   0,
 99100               };
 99101               
 99102               static const char*
 99103 mike  1.1.2.1 _CIM_NetworkPipe_AggregationBehavior_qualifiers[] =
 99104               {
 99105                   /* ValueMap */
 99106                   "\061\000\0040\0002\0003\0004\000",
 99107                   /* Values */
 99108                   "\062\000\004Unknown\000No Lower-Level Composition\000Combined In Parallel\000Combined In Sequence\000",
 99109                   0,
 99110               };
 99111               
 99112               static MetaProperty
 99113               _CIM_NetworkPipe_AggregationBehavior =
 99114               {
 99115                   /* flags */
 99116                   META_FLAG_PROPERTY|META_FLAG_READ,
 99117                   /* name */
 99118                   "AggregationBehavior",
 99119                   /* qualifiers */
 99120                   _CIM_NetworkPipe_AggregationBehavior_qualifiers,
 99121                   /* type */
 99122                   CIMTYPE_UINT16,
 99123                   /* subscript */
 99124 mike  1.1.2.1     -1,
 99125                   /* value */
 99126                   0,
 99127               };
 99128               
 99129               static const char*
 99130               _CIM_NetworkPipe_EnabledState_qualifiers[] =
 99131               {
 99132                   /* Override */
 99133                   "\044EnabledState",
 99134                   /* MappingStrings */
 99135                   "\026\000\001Recommendation.ITU|M3100.Pipe.operationalState\000",
 99136                   0,
 99137               };
 99138               
 99139               static MetaProperty
 99140               _CIM_NetworkPipe_EnabledState =
 99141               {
 99142                   /* flags */
 99143                   META_FLAG_PROPERTY|META_FLAG_READ,
 99144                   /* name */
 99145 mike  1.1.2.1     "EnabledState",
 99146                   /* qualifiers */
 99147                   _CIM_NetworkPipe_EnabledState_qualifiers,
 99148                   /* type */
 99149                   CIMTYPE_UINT16,
 99150                   /* subscript */
 99151                   -1,
 99152                   /* value */
 99153                   0,
 99154               };
 99155               
 99156               static const char*
 99157               _CIM_NetworkPipe_RequestedState_qualifiers[] =
 99158               {
 99159                   /* Override */
 99160                   "\044RequestedState",
 99161                   /* Write */
 99162                   "\065\001",
 99163                   /* MappingStrings */
 99164                   "\026\000\001Recommendation.ITU|M3100.Pipe.administrativeState\000",
 99165                   0,
 99166 mike  1.1.2.1 };
 99167               
 99168               static MetaProperty
 99169               _CIM_NetworkPipe_RequestedState =
 99170               {
 99171                   /* flags */
 99172                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 99173                   /* name */
 99174                   "RequestedState",
 99175                   /* qualifiers */
 99176                   _CIM_NetworkPipe_RequestedState_qualifiers,
 99177                   /* type */
 99178                   CIMTYPE_UINT16,
 99179                   /* subscript */
 99180                   -1,
 99181                   /* value */
 99182                   "\000\005",
 99183               };
 99184               
 99185               static MetaFeature*
 99186               _CIM_NetworkPipe_features[] =
 99187 mike  1.1.2.1 {
 99188                   (MetaFeature*)&_CIM_NetworkPipe_InstanceID,
 99189                   (MetaFeature*)&_CIM_NetworkPipe_Directionality,
 99190                   (MetaFeature*)&_CIM_NetworkPipe_AggregationBehavior,
 99191                   (MetaFeature*)&_CIM_NetworkPipe_EnabledState,
 99192                   (MetaFeature*)&_CIM_NetworkPipe_RequestedState,
 99193                   0,
 99194               };
 99195               
 99196               static const char*
 99197               __root_cimv2_CIM_NetworkPipe_qualifiers[] =
 99198               {
 99199                   /* UMLPackagePath */
 99200                   "\057CIM::Network::Pipes",
 99201                   /* Version */
 99202                   "\0632.7.0",
 99203                   /* MappingStrings */
 99204                   "\026\000\004Recommendation.ITU|M3100.Pipe\000Recommendation.ITU|M3100.TrailR1\000Recommendation.ITU|M3100.ConnectionR1\000Recommendation.ITU|M3100.SubNetworkConnection\000",
 99205                   0,
 99206               };
 99207               
 99208 mike  1.1.2.1 MetaClass
 99209               __root_cimv2_CIM_NetworkPipe =
 99210               {
 99211                   /* flags */
 99212                   META_FLAG_CLASS,
 99213                   /* name */
 99214                   "CIM_NetworkPipe",
 99215                   /* qualifiers */
 99216                   __root_cimv2_CIM_NetworkPipe_qualifiers,
 99217                   /* super */
 99218                   &__root_cimv2_CIM_EnabledLogicalElement,
 99219                   /* features */
 99220                   _CIM_NetworkPipe_features,
 99221               };
 99222               
 99223               //==============================================================================
 99224               //
 99225               // Class: CIM_NetworkPipeComposition
 99226               //
 99227               //==============================================================================
 99228               
 99229 mike  1.1.2.1 static const char*
 99230               _CIM_NetworkPipeComposition_GroupComponent_qualifiers[] =
 99231               {
 99232                   /* Aggregate */
 99233                   "\003\001",
 99234                   /* Override */
 99235                   "\044GroupComponent",
 99236                   0,
 99237               };
 99238               
 99239               static MetaReference
 99240               _CIM_NetworkPipeComposition_GroupComponent =
 99241               {
 99242                   /* flags */
 99243                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 99244                   /* name */
 99245                   "GroupComponent",
 99246                   /* qualifiers */
 99247                   _CIM_NetworkPipeComposition_GroupComponent_qualifiers,
 99248                   /* subscript */
 99249                   -1,
 99250 mike  1.1.2.1     /* refId */
 99251                   &__root_cimv2_CIM_NetworkPipe,
 99252               };
 99253               
 99254               static const char*
 99255               _CIM_NetworkPipeComposition_PartComponent_qualifiers[] =
 99256               {
 99257                   /* Override */
 99258                   "\044PartComponent",
 99259                   0,
 99260               };
 99261               
 99262               static MetaReference
 99263               _CIM_NetworkPipeComposition_PartComponent =
 99264               {
 99265                   /* flags */
 99266                   META_FLAG_REFERENCE|META_FLAG_READ,
 99267                   /* name */
 99268                   "PartComponent",
 99269                   /* qualifiers */
 99270                   _CIM_NetworkPipeComposition_PartComponent_qualifiers,
 99271 mike  1.1.2.1     /* subscript */
 99272                   -1,
 99273                   /* refId */
 99274                   &__root_cimv2_CIM_NetworkPipe,
 99275               };
 99276               
 99277               static const char*
 99278               _CIM_NetworkPipeComposition_AggregationSequence_qualifiers[] =
 99279               {
 99280                   0,
 99281               };
 99282               
 99283               static MetaProperty
 99284               _CIM_NetworkPipeComposition_AggregationSequence =
 99285               {
 99286                   /* flags */
 99287                   META_FLAG_PROPERTY|META_FLAG_READ,
 99288                   /* name */
 99289                   "AggregationSequence",
 99290                   /* qualifiers */
 99291                   _CIM_NetworkPipeComposition_AggregationSequence_qualifiers,
 99292 mike  1.1.2.1     /* type */
 99293                   CIMTYPE_UINT16,
 99294                   /* subscript */
 99295                   -1,
 99296                   /* value */
 99297                   0,
 99298               };
 99299               
 99300               static MetaFeature*
 99301               _CIM_NetworkPipeComposition_features[] =
 99302               {
 99303                   (MetaFeature*)&_CIM_NetworkPipeComposition_GroupComponent,
 99304                   (MetaFeature*)&_CIM_NetworkPipeComposition_PartComponent,
 99305                   (MetaFeature*)&_CIM_NetworkPipeComposition_AggregationSequence,
 99306                   0,
 99307               };
 99308               
 99309               static const char*
 99310               __root_cimv2_CIM_NetworkPipeComposition_qualifiers[] =
 99311               {
 99312                   /* ASSOCIATION */
 99313 mike  1.1.2.1     "\000\001",
 99314                   /* UMLPackagePath */
 99315                   "\057CIM::Network::Pipes",
 99316                   /* Aggregation */
 99317                   "\004\001",
 99318                   /* Composition */
 99319                   "\011\001",
 99320                   /* Version */
 99321                   "\0632.7.0",
 99322                   /* MappingStrings */
 99323                   "\026\000\002Recommendation.ITU|M3100.TrailR1.serverConnectionListPackage\000Recommendation.ITU|M3100.TrailR1.clientConnectionListPackage\000",
 99324                   0,
 99325               };
 99326               
 99327               MetaClass
 99328               __root_cimv2_CIM_NetworkPipeComposition =
 99329               {
 99330                   /* flags */
 99331                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 99332                   /* name */
 99333                   "CIM_NetworkPipeComposition",
 99334 mike  1.1.2.1     /* qualifiers */
 99335                   __root_cimv2_CIM_NetworkPipeComposition_qualifiers,
 99336                   /* super */
 99337                   &__root_cimv2_CIM_Component,
 99338                   /* features */
 99339                   _CIM_NetworkPipeComposition_features,
 99340               };
 99341               
 99342               //==============================================================================
 99343               //
 99344               // Class: CIM_NetworkPort
 99345               //
 99346               //==============================================================================
 99347               
 99348               static const char*
 99349               _CIM_NetworkPort_Speed_qualifiers[] =
 99350               {
 99351                   /* Override */
 99352                   "\044Speed",
 99353                   /* Units */
 99354                   "\060Bits per Second",
 99355 mike  1.1.2.1     /* MappingStrings */
 99356                   "\026\000\002MIB.IETF|MIB-II.ifSpeed\000MIF.DMTF|Network Adapter 802 Port|001.5\000",
 99357                   0,
 99358               };
 99359               
 99360               static MetaProperty
 99361               _CIM_NetworkPort_Speed =
 99362               {
 99363                   /* flags */
 99364                   META_FLAG_PROPERTY|META_FLAG_READ,
 99365                   /* name */
 99366                   "Speed",
 99367                   /* qualifiers */
 99368                   _CIM_NetworkPort_Speed_qualifiers,
 99369                   /* type */
 99370                   CIMTYPE_UINT64,
 99371                   /* subscript */
 99372                   -1,
 99373                   /* value */
 99374                   0,
 99375               };
 99376 mike  1.1.2.1 
 99377               static const char*
 99378               _CIM_NetworkPort_OtherNetworkPortType_qualifiers[] =
 99379               {
 99380                   /* Deprecated */
 99381                   "\013\000\001CIM_NetworkPort.OtherPortType\000",
 99382                   /* ModelCorrespondence */
 99383                   "\036\000\001CIM_LogicalPort.PortType\000",
 99384                   0,
 99385               };
 99386               
 99387               static MetaProperty
 99388               _CIM_NetworkPort_OtherNetworkPortType =
 99389               {
 99390                   /* flags */
 99391                   META_FLAG_PROPERTY|META_FLAG_READ,
 99392                   /* name */
 99393                   "OtherNetworkPortType",
 99394                   /* qualifiers */
 99395                   _CIM_NetworkPort_OtherNetworkPortType_qualifiers,
 99396                   /* type */
 99397 mike  1.1.2.1     CIMTYPE_STRING,
 99398                   /* subscript */
 99399                   -1,
 99400                   /* value */
 99401                   0,
 99402               };
 99403               
 99404               static const char*
 99405               _CIM_NetworkPort_PortNumber_qualifiers[] =
 99406               {
 99407                   0,
 99408               };
 99409               
 99410               static MetaProperty
 99411               _CIM_NetworkPort_PortNumber =
 99412               {
 99413                   /* flags */
 99414                   META_FLAG_PROPERTY|META_FLAG_READ,
 99415                   /* name */
 99416                   "PortNumber",
 99417                   /* qualifiers */
 99418 mike  1.1.2.1     _CIM_NetworkPort_PortNumber_qualifiers,
 99419                   /* type */
 99420                   CIMTYPE_UINT16,
 99421                   /* subscript */
 99422                   -1,
 99423                   /* value */
 99424                   0,
 99425               };
 99426               
 99427               static const char*
 99428               _CIM_NetworkPort_LinkTechnology_qualifiers[] =
 99429               {
 99430                   /* ValueMap */
 99431                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 99432                   /* Values */
 99433                   "\062\000\014Unknown\000Other\000Ethernet\000IB\000FC\000FDDI\000ATM\000Token Ring\000Frame Relay\000Infrared\000BlueTooth\000Wireless LAN\000",
 99434                   /* ModelCorrespondence */
 99435                   "\036\000\001CIM_NetworkPort.OtherLinkTechnology\000",
 99436                   0,
 99437               };
 99438               
 99439 mike  1.1.2.1 static MetaProperty
 99440               _CIM_NetworkPort_LinkTechnology =
 99441               {
 99442                   /* flags */
 99443                   META_FLAG_PROPERTY|META_FLAG_READ,
 99444                   /* name */
 99445                   "LinkTechnology",
 99446                   /* qualifiers */
 99447                   _CIM_NetworkPort_LinkTechnology_qualifiers,
 99448                   /* type */
 99449                   CIMTYPE_UINT16,
 99450                   /* subscript */
 99451                   -1,
 99452                   /* value */
 99453                   0,
 99454               };
 99455               
 99456               static const char*
 99457               _CIM_NetworkPort_OtherLinkTechnology_qualifiers[] =
 99458               {
 99459                   /* ModelCorrespondence */
 99460 mike  1.1.2.1     "\036\000\001CIM_NetworkPort.LinkTechnology\000",
 99461                   0,
 99462               };
 99463               
 99464               static MetaProperty
 99465               _CIM_NetworkPort_OtherLinkTechnology =
 99466               {
 99467                   /* flags */
 99468                   META_FLAG_PROPERTY|META_FLAG_READ,
 99469                   /* name */
 99470                   "OtherLinkTechnology",
 99471                   /* qualifiers */
 99472                   _CIM_NetworkPort_OtherLinkTechnology_qualifiers,
 99473                   /* type */
 99474                   CIMTYPE_STRING,
 99475                   /* subscript */
 99476                   -1,
 99477                   /* value */
 99478                   0,
 99479               };
 99480               
 99481 mike  1.1.2.1 static const char*
 99482               _CIM_NetworkPort_PermanentAddress_qualifiers[] =
 99483               {
 99484                   /* MaxLen */
 99485                   "\030\000\000\000\100",
 99486                   /* MappingStrings */
 99487                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.2\000",
 99488                   0,
 99489               };
 99490               
 99491               static MetaProperty
 99492               _CIM_NetworkPort_PermanentAddress =
 99493               {
 99494                   /* flags */
 99495                   META_FLAG_PROPERTY|META_FLAG_READ,
 99496                   /* name */
 99497                   "PermanentAddress",
 99498                   /* qualifiers */
 99499                   _CIM_NetworkPort_PermanentAddress_qualifiers,
 99500                   /* type */
 99501                   CIMTYPE_STRING,
 99502 mike  1.1.2.1     /* subscript */
 99503                   -1,
 99504                   /* value */
 99505                   0,
 99506               };
 99507               
 99508               static const char*
 99509               _CIM_NetworkPort_NetworkAddresses_qualifiers[] =
 99510               {
 99511                   /* MaxLen */
 99512                   "\030\000\000\000\100",
 99513                   /* MappingStrings */
 99514                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.3\000",
 99515                   0,
 99516               };
 99517               
 99518               static MetaProperty
 99519               _CIM_NetworkPort_NetworkAddresses =
 99520               {
 99521                   /* flags */
 99522                   META_FLAG_PROPERTY|META_FLAG_READ,
 99523 mike  1.1.2.1     /* name */
 99524                   "NetworkAddresses",
 99525                   /* qualifiers */
 99526                   _CIM_NetworkPort_NetworkAddresses_qualifiers,
 99527                   /* type */
 99528                   CIMTYPE_STRING,
 99529                   /* subscript */
 99530                   0,
 99531                   /* value */
 99532                   0,
 99533               };
 99534               
 99535               static const char*
 99536               _CIM_NetworkPort_FullDuplex_qualifiers[] =
 99537               {
 99538                   0,
 99539               };
 99540               
 99541               static MetaProperty
 99542               _CIM_NetworkPort_FullDuplex =
 99543               {
 99544 mike  1.1.2.1     /* flags */
 99545                   META_FLAG_PROPERTY|META_FLAG_READ,
 99546                   /* name */
 99547                   "FullDuplex",
 99548                   /* qualifiers */
 99549                   _CIM_NetworkPort_FullDuplex_qualifiers,
 99550                   /* type */
 99551                   CIMTYPE_BOOLEAN,
 99552                   /* subscript */
 99553                   -1,
 99554                   /* value */
 99555                   0,
 99556               };
 99557               
 99558               static const char*
 99559               _CIM_NetworkPort_AutoSense_qualifiers[] =
 99560               {
 99561                   0,
 99562               };
 99563               
 99564               static MetaProperty
 99565 mike  1.1.2.1 _CIM_NetworkPort_AutoSense =
 99566               {
 99567                   /* flags */
 99568                   META_FLAG_PROPERTY|META_FLAG_READ,
 99569                   /* name */
 99570                   "AutoSense",
 99571                   /* qualifiers */
 99572                   _CIM_NetworkPort_AutoSense_qualifiers,
 99573                   /* type */
 99574                   CIMTYPE_BOOLEAN,
 99575                   /* subscript */
 99576                   -1,
 99577                   /* value */
 99578                   0,
 99579               };
 99580               
 99581               static const char*
 99582               _CIM_NetworkPort_SupportedMaximumTransmissionUnit_qualifiers[] =
 99583               {
 99584                   /* Units */
 99585                   "\060Bytes",
 99586 mike  1.1.2.1     0,
 99587               };
 99588               
 99589               static MetaProperty
 99590               _CIM_NetworkPort_SupportedMaximumTransmissionUnit =
 99591               {
 99592                   /* flags */
 99593                   META_FLAG_PROPERTY|META_FLAG_READ,
 99594                   /* name */
 99595                   "SupportedMaximumTransmissionUnit",
 99596                   /* qualifiers */
 99597                   _CIM_NetworkPort_SupportedMaximumTransmissionUnit_qualifiers,
 99598                   /* type */
 99599                   CIMTYPE_UINT64,
 99600                   /* subscript */
 99601                   -1,
 99602                   /* value */
 99603                   0,
 99604               };
 99605               
 99606               static const char*
 99607 mike  1.1.2.1 _CIM_NetworkPort_ActiveMaximumTransmissionUnit_qualifiers[] =
 99608               {
 99609                   /* Units */
 99610                   "\060Bytes",
 99611                   0,
 99612               };
 99613               
 99614               static MetaProperty
 99615               _CIM_NetworkPort_ActiveMaximumTransmissionUnit =
 99616               {
 99617                   /* flags */
 99618                   META_FLAG_PROPERTY|META_FLAG_READ,
 99619                   /* name */
 99620                   "ActiveMaximumTransmissionUnit",
 99621                   /* qualifiers */
 99622                   _CIM_NetworkPort_ActiveMaximumTransmissionUnit_qualifiers,
 99623                   /* type */
 99624                   CIMTYPE_UINT64,
 99625                   /* subscript */
 99626                   -1,
 99627                   /* value */
 99628 mike  1.1.2.1     0,
 99629               };
 99630               
 99631               static MetaFeature*
 99632               _CIM_NetworkPort_features[] =
 99633               {
 99634                   (MetaFeature*)&_CIM_NetworkPort_Speed,
 99635                   (MetaFeature*)&_CIM_NetworkPort_OtherNetworkPortType,
 99636                   (MetaFeature*)&_CIM_NetworkPort_PortNumber,
 99637                   (MetaFeature*)&_CIM_NetworkPort_LinkTechnology,
 99638                   (MetaFeature*)&_CIM_NetworkPort_OtherLinkTechnology,
 99639                   (MetaFeature*)&_CIM_NetworkPort_PermanentAddress,
 99640                   (MetaFeature*)&_CIM_NetworkPort_NetworkAddresses,
 99641                   (MetaFeature*)&_CIM_NetworkPort_FullDuplex,
 99642                   (MetaFeature*)&_CIM_NetworkPort_AutoSense,
 99643                   (MetaFeature*)&_CIM_NetworkPort_SupportedMaximumTransmissionUnit,
 99644                   (MetaFeature*)&_CIM_NetworkPort_ActiveMaximumTransmissionUnit,
 99645                   0,
 99646               };
 99647               
 99648               static const char*
 99649 mike  1.1.2.1 __root_cimv2_CIM_NetworkPort_qualifiers[] =
 99650               {
 99651                   /* UMLPackagePath */
 99652                   "\057CIM::Device::Ports",
 99653                   /* Version */
 99654                   "\0632.10.0",
 99655                   0,
 99656               };
 99657               
 99658               MetaClass
 99659               __root_cimv2_CIM_NetworkPort =
 99660               {
 99661                   /* flags */
 99662                   META_FLAG_CLASS,
 99663                   /* name */
 99664                   "CIM_NetworkPort",
 99665                   /* qualifiers */
 99666                   __root_cimv2_CIM_NetworkPort_qualifiers,
 99667                   /* super */
 99668                   &__root_cimv2_CIM_LogicalPort,
 99669                   /* features */
 99670 mike  1.1.2.1     _CIM_NetworkPort_features,
 99671               };
 99672               
 99673               //==============================================================================
 99674               //
 99675               // Class: CIM_NetworkVirtualAdapter
 99676               //
 99677               //==============================================================================
 99678               
 99679               static const char*
 99680               _CIM_NetworkVirtualAdapter_SystemElement_qualifiers[] =
 99681               {
 99682                   /* Deprecated */
 99683                   "\013\000\001CIM_ConcreteIdentity.SystemElement\000",
 99684                   /* Override */
 99685                   "\044SystemElement",
 99686                   0,
 99687               };
 99688               
 99689               static MetaReference
 99690               _CIM_NetworkVirtualAdapter_SystemElement =
 99691 mike  1.1.2.1 {
 99692                   /* flags */
 99693                   META_FLAG_REFERENCE|META_FLAG_READ,
 99694                   /* name */
 99695                   "SystemElement",
 99696                   /* qualifiers */
 99697                   _CIM_NetworkVirtualAdapter_SystemElement_qualifiers,
 99698                   /* subscript */
 99699                   -1,
 99700                   /* refId */
 99701                   &__root_cimv2_CIM_NetworkAdapter,
 99702               };
 99703               
 99704               static const char*
 99705               _CIM_NetworkVirtualAdapter_SameElement_qualifiers[] =
 99706               {
 99707                   /* Deprecated */
 99708                   "\013\000\001CIM_ConcreteIdentity.SameElement\000",
 99709                   /* Override */
 99710                   "\044SameElement",
 99711                   0,
 99712 mike  1.1.2.1 };
 99713               
 99714               static MetaReference
 99715               _CIM_NetworkVirtualAdapter_SameElement =
 99716               {
 99717                   /* flags */
 99718                   META_FLAG_REFERENCE|META_FLAG_READ,
 99719                   /* name */
 99720                   "SameElement",
 99721                   /* qualifiers */
 99722                   _CIM_NetworkVirtualAdapter_SameElement_qualifiers,
 99723                   /* subscript */
 99724                   -1,
 99725                   /* refId */
 99726                   &__root_cimv2_CIM_ExtraCapacityGroup,
 99727               };
 99728               
 99729               static MetaFeature*
 99730               _CIM_NetworkVirtualAdapter_features[] =
 99731               {
 99732                   (MetaFeature*)&_CIM_NetworkVirtualAdapter_SystemElement,
 99733 mike  1.1.2.1     (MetaFeature*)&_CIM_NetworkVirtualAdapter_SameElement,
 99734                   0,
 99735               };
 99736               
 99737               static const char*
 99738               __root_cimv2_CIM_NetworkVirtualAdapter_qualifiers[] =
 99739               {
 99740                   /* ASSOCIATION */
 99741                   "\000\001",
 99742                   /* Deprecated */
 99743                   "\013\000\001CIM_ConcreteIdentity\000",
 99744                   /* UMLPackagePath */
 99745                   "\057CIM::Device::NetworkAdapter",
 99746                   /* Version */
 99747                   "\0632.10.0",
 99748                   0,
 99749               };
 99750               
 99751               MetaClass
 99752               __root_cimv2_CIM_NetworkVirtualAdapter =
 99753               {
 99754 mike  1.1.2.1     /* flags */
 99755                   META_FLAG_ASSOCIATION,
 99756                   /* name */
 99757                   "CIM_NetworkVirtualAdapter",
 99758                   /* qualifiers */
 99759                   __root_cimv2_CIM_NetworkVirtualAdapter_qualifiers,
 99760                   /* super */
 99761                   &__root_cimv2_CIM_LogicalIdentity,
 99762                   /* features */
 99763                   _CIM_NetworkVirtualAdapter_features,
 99764               };
 99765               
 99766               //==============================================================================
 99767               //
 99768               // Class: CIM_OperatingSystem
 99769               //
 99770               //==============================================================================
 99771               
 99772               static const char*
 99773               _CIM_OperatingSystem_CSCreationClassName_qualifiers[] =
 99774               {
 99775 mike  1.1.2.1     /* Key */
 99776                   "\025\001",
 99777                   /* Propagated */
 99778                   "\045CIM_ComputerSystem.CreationClassName",
 99779                   /* MaxLen */
 99780                   "\030\000\000\001\000",
 99781                   0,
 99782               };
 99783               
 99784               static MetaProperty
 99785               _CIM_OperatingSystem_CSCreationClassName =
 99786               {
 99787                   /* flags */
 99788                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99789                   /* name */
 99790                   "CSCreationClassName",
 99791                   /* qualifiers */
 99792                   _CIM_OperatingSystem_CSCreationClassName_qualifiers,
 99793                   /* type */
 99794                   CIMTYPE_STRING,
 99795                   /* subscript */
 99796 mike  1.1.2.1     -1,
 99797                   /* value */
 99798                   0,
 99799               };
 99800               
 99801               static const char*
 99802               _CIM_OperatingSystem_CSName_qualifiers[] =
 99803               {
 99804                   /* Key */
 99805                   "\025\001",
 99806                   /* Propagated */
 99807                   "\045CIM_ComputerSystem.Name",
 99808                   /* MaxLen */
 99809                   "\030\000\000\001\000",
 99810                   0,
 99811               };
 99812               
 99813               static MetaProperty
 99814               _CIM_OperatingSystem_CSName =
 99815               {
 99816                   /* flags */
 99817 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99818                   /* name */
 99819                   "CSName",
 99820                   /* qualifiers */
 99821                   _CIM_OperatingSystem_CSName_qualifiers,
 99822                   /* type */
 99823                   CIMTYPE_STRING,
 99824                   /* subscript */
 99825                   -1,
 99826                   /* value */
 99827                   0,
 99828               };
 99829               
 99830               static const char*
 99831               _CIM_OperatingSystem_CreationClassName_qualifiers[] =
 99832               {
 99833                   /* Key */
 99834                   "\025\001",
 99835                   /* MaxLen */
 99836                   "\030\000\000\001\000",
 99837                   0,
 99838 mike  1.1.2.1 };
 99839               
 99840               static MetaProperty
 99841               _CIM_OperatingSystem_CreationClassName =
 99842               {
 99843                   /* flags */
 99844                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99845                   /* name */
 99846                   "CreationClassName",
 99847                   /* qualifiers */
 99848                   _CIM_OperatingSystem_CreationClassName_qualifiers,
 99849                   /* type */
 99850                   CIMTYPE_STRING,
 99851                   /* subscript */
 99852                   -1,
 99853                   /* value */
 99854                   0,
 99855               };
 99856               
 99857               static const char*
 99858               _CIM_OperatingSystem_Name_qualifiers[] =
 99859 mike  1.1.2.1 {
 99860                   /* Key */
 99861                   "\025\001",
 99862                   /* Override */
 99863                   "\044Name",
 99864                   /* MaxLen */
 99865                   "\030\000\000\001\000",
 99866                   /* MappingStrings */
 99867                   "\026\000\001MIF.DMTF|Operating System|001.2\000",
 99868                   0,
 99869               };
 99870               
 99871               static MetaProperty
 99872               _CIM_OperatingSystem_Name =
 99873               {
 99874                   /* flags */
 99875                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99876                   /* name */
 99877                   "Name",
 99878                   /* qualifiers */
 99879                   _CIM_OperatingSystem_Name_qualifiers,
 99880 mike  1.1.2.1     /* type */
 99881                   CIMTYPE_STRING,
 99882                   /* subscript */
 99883                   -1,
 99884                   /* value */
 99885                   0,
 99886               };
 99887               
 99888               static const char*
 99889               _CIM_OperatingSystem_OSType_qualifiers[] =
 99890               {
 99891                   /* ValueMap */
 99892                   "\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",
 99893                   /* Values */
 99894                   "\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",
 99895                   /* ModelCorrespondence */
 99896                   "\036\000\002CIM_OperatingSystem.OtherTypeDescription\000CIM_SoftwareElement.TargetOperatingSystem\000",
 99897                   0,
 99898               };
 99899               
 99900               static MetaProperty
 99901 mike  1.1.2.1 _CIM_OperatingSystem_OSType =
 99902               {
 99903                   /* flags */
 99904                   META_FLAG_PROPERTY|META_FLAG_READ,
 99905                   /* name */
 99906                   "OSType",
 99907                   /* qualifiers */
 99908                   _CIM_OperatingSystem_OSType_qualifiers,
 99909                   /* type */
 99910                   CIMTYPE_UINT16,
 99911                   /* subscript */
 99912                   -1,
 99913                   /* value */
 99914                   0,
 99915               };
 99916               
 99917               static const char*
 99918               _CIM_OperatingSystem_OtherTypeDescription_qualifiers[] =
 99919               {
 99920                   /* MaxLen */
 99921                   "\030\000\000\000\100",
 99922 mike  1.1.2.1     /* ModelCorrespondence */
 99923                   "\036\000\001CIM_OperatingSystem.OSType\000",
 99924                   0,
 99925               };
 99926               
 99927               static MetaProperty
 99928               _CIM_OperatingSystem_OtherTypeDescription =
 99929               {
 99930                   /* flags */
 99931                   META_FLAG_PROPERTY|META_FLAG_READ,
 99932                   /* name */
 99933                   "OtherTypeDescription",
 99934                   /* qualifiers */
 99935                   _CIM_OperatingSystem_OtherTypeDescription_qualifiers,
 99936                   /* type */
 99937                   CIMTYPE_STRING,
 99938                   /* subscript */
 99939                   -1,
 99940                   /* value */
 99941                   0,
 99942               };
 99943 mike  1.1.2.1 
 99944               static const char*
 99945               _CIM_OperatingSystem_Version_qualifiers[] =
 99946               {
 99947                   /* MappingStrings */
 99948                   "\026\000\001MIF.DMTF|Operating System|001.3\000",
 99949                   0,
 99950               };
 99951               
 99952               static MetaProperty
 99953               _CIM_OperatingSystem_Version =
 99954               {
 99955                   /* flags */
 99956                   META_FLAG_PROPERTY|META_FLAG_READ,
 99957                   /* name */
 99958                   "Version",
 99959                   /* qualifiers */
 99960                   _CIM_OperatingSystem_Version_qualifiers,
 99961                   /* type */
 99962                   CIMTYPE_STRING,
 99963                   /* subscript */
 99964 mike  1.1.2.1     -1,
 99965                   /* value */
 99966                   0,
 99967               };
 99968               
 99969               static const char*
 99970               _CIM_OperatingSystem_LastBootUpTime_qualifiers[] =
 99971               {
 99972                   /* MappingStrings */
 99973                   "\026\000\001MIF.DMTF|General Information|001.5\000",
 99974                   0,
 99975               };
 99976               
 99977               static MetaProperty
 99978               _CIM_OperatingSystem_LastBootUpTime =
 99979               {
 99980                   /* flags */
 99981                   META_FLAG_PROPERTY|META_FLAG_READ,
 99982                   /* name */
 99983                   "LastBootUpTime",
 99984                   /* qualifiers */
 99985 mike  1.1.2.1     _CIM_OperatingSystem_LastBootUpTime_qualifiers,
 99986                   /* type */
 99987                   CIMTYPE_DATETIME,
 99988                   /* subscript */
 99989                   -1,
 99990                   /* value */
 99991                   0,
 99992               };
 99993               
 99994               static const char*
 99995               _CIM_OperatingSystem_LocalDateTime_qualifiers[] =
 99996               {
 99997                   /* MappingStrings */
 99998                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrSystemDate\000MIF.DMTF|General Information|001.6\000",
 99999                   0,
100000               };
100001               
100002               static MetaProperty
100003               _CIM_OperatingSystem_LocalDateTime =
100004               {
100005                   /* flags */
100006 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
100007                   /* name */
100008                   "LocalDateTime",
100009                   /* qualifiers */
100010                   _CIM_OperatingSystem_LocalDateTime_qualifiers,
100011                   /* type */
100012                   CIMTYPE_DATETIME,
100013                   /* subscript */
100014                   -1,
100015                   /* value */
100016                   0,
100017               };
100018               
100019               static const char*
100020               _CIM_OperatingSystem_CurrentTimeZone_qualifiers[] =
100021               {
100022                   /* Units */
100023                   "\060Minutes",
100024                   0,
100025               };
100026               
100027 mike  1.1.2.1 static MetaProperty
100028               _CIM_OperatingSystem_CurrentTimeZone =
100029               {
100030                   /* flags */
100031                   META_FLAG_PROPERTY|META_FLAG_READ,
100032                   /* name */
100033                   "CurrentTimeZone",
100034                   /* qualifiers */
100035                   _CIM_OperatingSystem_CurrentTimeZone_qualifiers,
100036                   /* type */
100037                   CIMTYPE_SINT16,
100038                   /* subscript */
100039                   -1,
100040                   /* value */
100041                   0,
100042               };
100043               
100044               static const char*
100045               _CIM_OperatingSystem_NumberOfLicensedUsers_qualifiers[] =
100046               {
100047                   0,
100048 mike  1.1.2.1 };
100049               
100050               static MetaProperty
100051               _CIM_OperatingSystem_NumberOfLicensedUsers =
100052               {
100053                   /* flags */
100054                   META_FLAG_PROPERTY|META_FLAG_READ,
100055                   /* name */
100056                   "NumberOfLicensedUsers",
100057                   /* qualifiers */
100058                   _CIM_OperatingSystem_NumberOfLicensedUsers_qualifiers,
100059                   /* type */
100060                   CIMTYPE_UINT32,
100061                   /* subscript */
100062                   -1,
100063                   /* value */
100064                   0,
100065               };
100066               
100067               static const char*
100068               _CIM_OperatingSystem_NumberOfUsers_qualifiers[] =
100069 mike  1.1.2.1 {
100070                   /* Gauge */
100071                   "\023\001",
100072                   /* MappingStrings */
100073                   "\026\000\002MIF.DMTF|Host System|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemNumUsers\000",
100074                   0,
100075               };
100076               
100077               static MetaProperty
100078               _CIM_OperatingSystem_NumberOfUsers =
100079               {
100080                   /* flags */
100081                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100082                   /* name */
100083                   "NumberOfUsers",
100084                   /* qualifiers */
100085                   _CIM_OperatingSystem_NumberOfUsers_qualifiers,
100086                   /* type */
100087                   CIMTYPE_UINT32,
100088                   /* subscript */
100089                   -1,
100090 mike  1.1.2.1     /* value */
100091                   0,
100092               };
100093               
100094               static const char*
100095               _CIM_OperatingSystem_NumberOfProcesses_qualifiers[] =
100096               {
100097                   /* Gauge */
100098                   "\023\001",
100099                   /* MappingStrings */
100100                   "\026\000\002MIF.DMTF|Host System|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemProcesses\000",
100101                   0,
100102               };
100103               
100104               static MetaProperty
100105               _CIM_OperatingSystem_NumberOfProcesses =
100106               {
100107                   /* flags */
100108                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100109                   /* name */
100110                   "NumberOfProcesses",
100111 mike  1.1.2.1     /* qualifiers */
100112                   _CIM_OperatingSystem_NumberOfProcesses_qualifiers,
100113                   /* type */
100114                   CIMTYPE_UINT32,
100115                   /* subscript */
100116                   -1,
100117                   /* value */
100118                   0,
100119               };
100120               
100121               static const char*
100122               _CIM_OperatingSystem_MaxNumberOfProcesses_qualifiers[] =
100123               {
100124                   /* MappingStrings */
100125                   "\026\000\002MIF.DMTF|Host System|001.6\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemMaxProcesses\000",
100126                   0,
100127               };
100128               
100129               static MetaProperty
100130               _CIM_OperatingSystem_MaxNumberOfProcesses =
100131               {
100132 mike  1.1.2.1     /* flags */
100133                   META_FLAG_PROPERTY|META_FLAG_READ,
100134                   /* name */
100135                   "MaxNumberOfProcesses",
100136                   /* qualifiers */
100137                   _CIM_OperatingSystem_MaxNumberOfProcesses_qualifiers,
100138                   /* type */
100139                   CIMTYPE_UINT32,
100140                   /* subscript */
100141                   -1,
100142                   /* value */
100143                   0,
100144               };
100145               
100146               static const char*
100147               _CIM_OperatingSystem_TotalSwapSpaceSize_qualifiers[] =
100148               {
100149                   /* Units */
100150                   "\060KiloBytes",
100151                   0,
100152               };
100153 mike  1.1.2.1 
100154               static MetaProperty
100155               _CIM_OperatingSystem_TotalSwapSpaceSize =
100156               {
100157                   /* flags */
100158                   META_FLAG_PROPERTY|META_FLAG_READ,
100159                   /* name */
100160                   "TotalSwapSpaceSize",
100161                   /* qualifiers */
100162                   _CIM_OperatingSystem_TotalSwapSpaceSize_qualifiers,
100163                   /* type */
100164                   CIMTYPE_UINT64,
100165                   /* subscript */
100166                   -1,
100167                   /* value */
100168                   0,
100169               };
100170               
100171               static const char*
100172               _CIM_OperatingSystem_TotalVirtualMemorySize_qualifiers[] =
100173               {
100174 mike  1.1.2.1     /* Units */
100175                   "\060KiloBytes",
100176                   /* MappingStrings */
100177                   "\026\000\001MIF.DMTF|System Memory Settings|001.5\000",
100178                   0,
100179               };
100180               
100181               static MetaProperty
100182               _CIM_OperatingSystem_TotalVirtualMemorySize =
100183               {
100184                   /* flags */
100185                   META_FLAG_PROPERTY|META_FLAG_READ,
100186                   /* name */
100187                   "TotalVirtualMemorySize",
100188                   /* qualifiers */
100189                   _CIM_OperatingSystem_TotalVirtualMemorySize_qualifiers,
100190                   /* type */
100191                   CIMTYPE_UINT64,
100192                   /* subscript */
100193                   -1,
100194                   /* value */
100195 mike  1.1.2.1     0,
100196               };
100197               
100198               static const char*
100199               _CIM_OperatingSystem_FreeVirtualMemory_qualifiers[] =
100200               {
100201                   /* Units */
100202                   "\060KiloBytes",
100203                   /* Gauge */
100204                   "\023\001",
100205                   /* MappingStrings */
100206                   "\026\000\001MIF.DMTF|System Memory Settings|001.6\000",
100207                   0,
100208               };
100209               
100210               static MetaProperty
100211               _CIM_OperatingSystem_FreeVirtualMemory =
100212               {
100213                   /* flags */
100214                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100215                   /* name */
100216 mike  1.1.2.1     "FreeVirtualMemory",
100217                   /* qualifiers */
100218                   _CIM_OperatingSystem_FreeVirtualMemory_qualifiers,
100219                   /* type */
100220                   CIMTYPE_UINT64,
100221                   /* subscript */
100222                   -1,
100223                   /* value */
100224                   0,
100225               };
100226               
100227               static const char*
100228               _CIM_OperatingSystem_FreePhysicalMemory_qualifiers[] =
100229               {
100230                   /* Units */
100231                   "\060KiloBytes",
100232                   /* Gauge */
100233                   "\023\001",
100234                   /* MappingStrings */
100235                   "\026\000\002MIF.DMTF|System Memory Settings|001.2\000MIF.UNIX|Host Physical Memory|6.1\000",
100236                   0,
100237 mike  1.1.2.1 };
100238               
100239               static MetaProperty
100240               _CIM_OperatingSystem_FreePhysicalMemory =
100241               {
100242                   /* flags */
100243                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100244                   /* name */
100245                   "FreePhysicalMemory",
100246                   /* qualifiers */
100247                   _CIM_OperatingSystem_FreePhysicalMemory_qualifiers,
100248                   /* type */
100249                   CIMTYPE_UINT64,
100250                   /* subscript */
100251                   -1,
100252                   /* value */
100253                   0,
100254               };
100255               
100256               static const char*
100257               _CIM_OperatingSystem_TotalVisibleMemorySize_qualifiers[] =
100258 mike  1.1.2.1 {
100259                   /* Units */
100260                   "\060KiloBytes",
100261                   0,
100262               };
100263               
100264               static MetaProperty
100265               _CIM_OperatingSystem_TotalVisibleMemorySize =
100266               {
100267                   /* flags */
100268                   META_FLAG_PROPERTY|META_FLAG_READ,
100269                   /* name */
100270                   "TotalVisibleMemorySize",
100271                   /* qualifiers */
100272                   _CIM_OperatingSystem_TotalVisibleMemorySize_qualifiers,
100273                   /* type */
100274                   CIMTYPE_UINT64,
100275                   /* subscript */
100276                   -1,
100277                   /* value */
100278                   0,
100279 mike  1.1.2.1 };
100280               
100281               static const char*
100282               _CIM_OperatingSystem_SizeStoredInPagingFiles_qualifiers[] =
100283               {
100284                   /* Units */
100285                   "\060KiloBytes",
100286                   /* MappingStrings */
100287                   "\026\000\001MIF.DMTF|System Memory Settings|001.3\000",
100288                   0,
100289               };
100290               
100291               static MetaProperty
100292               _CIM_OperatingSystem_SizeStoredInPagingFiles =
100293               {
100294                   /* flags */
100295                   META_FLAG_PROPERTY|META_FLAG_READ,
100296                   /* name */
100297                   "SizeStoredInPagingFiles",
100298                   /* qualifiers */
100299                   _CIM_OperatingSystem_SizeStoredInPagingFiles_qualifiers,
100300 mike  1.1.2.1     /* type */
100301                   CIMTYPE_UINT64,
100302                   /* subscript */
100303                   -1,
100304                   /* value */
100305                   0,
100306               };
100307               
100308               static const char*
100309               _CIM_OperatingSystem_FreeSpaceInPagingFiles_qualifiers[] =
100310               {
100311                   /* Units */
100312                   "\060KiloBytes",
100313                   /* Gauge */
100314                   "\023\001",
100315                   /* MappingStrings */
100316                   "\026\000\001MIF.DMTF|System Memory Settings|001.4\000",
100317                   0,
100318               };
100319               
100320               static MetaProperty
100321 mike  1.1.2.1 _CIM_OperatingSystem_FreeSpaceInPagingFiles =
100322               {
100323                   /* flags */
100324                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100325                   /* name */
100326                   "FreeSpaceInPagingFiles",
100327                   /* qualifiers */
100328                   _CIM_OperatingSystem_FreeSpaceInPagingFiles_qualifiers,
100329                   /* type */
100330                   CIMTYPE_UINT64,
100331                   /* subscript */
100332                   -1,
100333                   /* value */
100334                   0,
100335               };
100336               
100337               static const char*
100338               _CIM_OperatingSystem_MaxProcessMemorySize_qualifiers[] =
100339               {
100340                   /* Units */
100341                   "\060KiloBytes",
100342 mike  1.1.2.1     0,
100343               };
100344               
100345               static MetaProperty
100346               _CIM_OperatingSystem_MaxProcessMemorySize =
100347               {
100348                   /* flags */
100349                   META_FLAG_PROPERTY|META_FLAG_READ,
100350                   /* name */
100351                   "MaxProcessMemorySize",
100352                   /* qualifiers */
100353                   _CIM_OperatingSystem_MaxProcessMemorySize_qualifiers,
100354                   /* type */
100355                   CIMTYPE_UINT64,
100356                   /* subscript */
100357                   -1,
100358                   /* value */
100359                   0,
100360               };
100361               
100362               static const char*
100363 mike  1.1.2.1 _CIM_OperatingSystem_Distributed_qualifiers[] =
100364               {
100365                   0,
100366               };
100367               
100368               static MetaProperty
100369               _CIM_OperatingSystem_Distributed =
100370               {
100371                   /* flags */
100372                   META_FLAG_PROPERTY|META_FLAG_READ,
100373                   /* name */
100374                   "Distributed",
100375                   /* qualifiers */
100376                   _CIM_OperatingSystem_Distributed_qualifiers,
100377                   /* type */
100378                   CIMTYPE_BOOLEAN,
100379                   /* subscript */
100380                   -1,
100381                   /* value */
100382                   0,
100383               };
100384 mike  1.1.2.1 
100385               static const char*
100386               _CIM_OperatingSystem_MaxProcessesPerUser_qualifiers[] =
100387               {
100388                   0,
100389               };
100390               
100391               static MetaProperty
100392               _CIM_OperatingSystem_MaxProcessesPerUser =
100393               {
100394                   /* flags */
100395                   META_FLAG_PROPERTY|META_FLAG_READ,
100396                   /* name */
100397                   "MaxProcessesPerUser",
100398                   /* qualifiers */
100399                   _CIM_OperatingSystem_MaxProcessesPerUser_qualifiers,
100400                   /* type */
100401                   CIMTYPE_UINT32,
100402                   /* subscript */
100403                   -1,
100404                   /* value */
100405 mike  1.1.2.1     0,
100406               };
100407               
100408               static MetaFeature*
100409               _CIM_OperatingSystem_Reboot_parameters[] =
100410               {
100411                   0,
100412               };
100413               
100414               static const char*
100415               _CIM_OperatingSystem_Reboot_qualifiers[] =
100416               {
100417                   0,
100418               };
100419               
100420               static MetaMethod
100421               _CIM_OperatingSystem_Reboot =
100422               {
100423                   /* flags */
100424                   META_FLAG_METHOD,
100425                   /* name */
100426 mike  1.1.2.1     "CIM_OperatingSystem",
100427                   /* qualifiers */
100428                   _CIM_OperatingSystem_Reboot_qualifiers,
100429                   /* type */
100430                   CIMTYPE_UINT32,
100431                   /* parameters */
100432                   _CIM_OperatingSystem_Reboot_parameters,
100433               };
100434               
100435               static MetaFeature*
100436               _CIM_OperatingSystem_Shutdown_parameters[] =
100437               {
100438                   0,
100439               };
100440               
100441               static const char*
100442               _CIM_OperatingSystem_Shutdown_qualifiers[] =
100443               {
100444                   0,
100445               };
100446               
100447 mike  1.1.2.1 static MetaMethod
100448               _CIM_OperatingSystem_Shutdown =
100449               {
100450                   /* flags */
100451                   META_FLAG_METHOD,
100452                   /* name */
100453                   "CIM_OperatingSystem",
100454                   /* qualifiers */
100455                   _CIM_OperatingSystem_Shutdown_qualifiers,
100456                   /* type */
100457                   CIMTYPE_UINT32,
100458                   /* parameters */
100459                   _CIM_OperatingSystem_Shutdown_parameters,
100460               };
100461               
100462               static MetaFeature*
100463               _CIM_OperatingSystem_features[] =
100464               {
100465                   (MetaFeature*)&_CIM_OperatingSystem_CSCreationClassName,
100466                   (MetaFeature*)&_CIM_OperatingSystem_CSName,
100467                   (MetaFeature*)&_CIM_OperatingSystem_CreationClassName,
100468 mike  1.1.2.1     (MetaFeature*)&_CIM_OperatingSystem_Name,
100469                   (MetaFeature*)&_CIM_OperatingSystem_OSType,
100470                   (MetaFeature*)&_CIM_OperatingSystem_OtherTypeDescription,
100471                   (MetaFeature*)&_CIM_OperatingSystem_Version,
100472                   (MetaFeature*)&_CIM_OperatingSystem_LastBootUpTime,
100473                   (MetaFeature*)&_CIM_OperatingSystem_LocalDateTime,
100474                   (MetaFeature*)&_CIM_OperatingSystem_CurrentTimeZone,
100475                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfLicensedUsers,
100476                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfUsers,
100477                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfProcesses,
100478                   (MetaFeature*)&_CIM_OperatingSystem_MaxNumberOfProcesses,
100479                   (MetaFeature*)&_CIM_OperatingSystem_TotalSwapSpaceSize,
100480                   (MetaFeature*)&_CIM_OperatingSystem_TotalVirtualMemorySize,
100481                   (MetaFeature*)&_CIM_OperatingSystem_FreeVirtualMemory,
100482                   (MetaFeature*)&_CIM_OperatingSystem_FreePhysicalMemory,
100483                   (MetaFeature*)&_CIM_OperatingSystem_TotalVisibleMemorySize,
100484                   (MetaFeature*)&_CIM_OperatingSystem_SizeStoredInPagingFiles,
100485                   (MetaFeature*)&_CIM_OperatingSystem_FreeSpaceInPagingFiles,
100486                   (MetaFeature*)&_CIM_OperatingSystem_MaxProcessMemorySize,
100487                   (MetaFeature*)&_CIM_OperatingSystem_Distributed,
100488                   (MetaFeature*)&_CIM_OperatingSystem_MaxProcessesPerUser,
100489 mike  1.1.2.1     (MetaFeature*)&_CIM_OperatingSystem_Reboot,
100490                   (MetaFeature*)&_CIM_OperatingSystem_Shutdown,
100491                   0,
100492               };
100493               
100494               static const char*
100495               __root_cimv2_CIM_OperatingSystem_qualifiers[] =
100496               {
100497                   /* UMLPackagePath */
100498                   "\057CIM::System::OperatingSystem",
100499                   /* Version */
100500                   "\0632.7.0",
100501                   0,
100502               };
100503               
100504               MetaClass
100505               __root_cimv2_CIM_OperatingSystem =
100506               {
100507                   /* flags */
100508                   META_FLAG_CLASS,
100509                   /* name */
100510 mike  1.1.2.1     "CIM_OperatingSystem",
100511                   /* qualifiers */
100512                   __root_cimv2_CIM_OperatingSystem_qualifiers,
100513                   /* super */
100514                   &__root_cimv2_CIM_EnabledLogicalElement,
100515                   /* features */
100516                   _CIM_OperatingSystem_features,
100517               };
100518               
100519               //==============================================================================
100520               //
100521               // Class: CIM_OperatingSystemSoftwareFeature
100522               //
100523               //==============================================================================
100524               
100525               static const char*
100526               _CIM_OperatingSystemSoftwareFeature_GroupComponent_qualifiers[] =
100527               {
100528                   /* Aggregate */
100529                   "\003\001",
100530                   /* Override */
100531 mike  1.1.2.1     "\044GroupComponent",
100532                   0,
100533               };
100534               
100535               static MetaReference
100536               _CIM_OperatingSystemSoftwareFeature_GroupComponent =
100537               {
100538                   /* flags */
100539                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
100540                   /* name */
100541                   "GroupComponent",
100542                   /* qualifiers */
100543                   _CIM_OperatingSystemSoftwareFeature_GroupComponent_qualifiers,
100544                   /* subscript */
100545                   -1,
100546                   /* refId */
100547                   &__root_cimv2_CIM_OperatingSystem,
100548               };
100549               
100550               static const char*
100551               _CIM_OperatingSystemSoftwareFeature_PartComponent_qualifiers[] =
100552 mike  1.1.2.1 {
100553                   /* Override */
100554                   "\044PartComponent",
100555                   0,
100556               };
100557               
100558               static MetaReference
100559               _CIM_OperatingSystemSoftwareFeature_PartComponent =
100560               {
100561                   /* flags */
100562                   META_FLAG_REFERENCE|META_FLAG_READ,
100563                   /* name */
100564                   "PartComponent",
100565                   /* qualifiers */
100566                   _CIM_OperatingSystemSoftwareFeature_PartComponent_qualifiers,
100567                   /* subscript */
100568                   -1,
100569                   /* refId */
100570                   &__root_cimv2_CIM_SoftwareFeature,
100571               };
100572               
100573 mike  1.1.2.1 static MetaFeature*
100574               _CIM_OperatingSystemSoftwareFeature_features[] =
100575               {
100576                   (MetaFeature*)&_CIM_OperatingSystemSoftwareFeature_GroupComponent,
100577                   (MetaFeature*)&_CIM_OperatingSystemSoftwareFeature_PartComponent,
100578                   0,
100579               };
100580               
100581               static const char*
100582               __root_cimv2_CIM_OperatingSystemSoftwareFeature_qualifiers[] =
100583               {
100584                   /* ASSOCIATION */
100585                   "\000\001",
100586                   /* UMLPackagePath */
100587                   "\057CIM::Application::SystemSoftware",
100588                   /* Aggregation */
100589                   "\004\001",
100590                   /* Version */
100591                   "\0632.6.0",
100592                   0,
100593               };
100594 mike  1.1.2.1 
100595               MetaClass
100596               __root_cimv2_CIM_OperatingSystemSoftwareFeature =
100597               {
100598                   /* flags */
100599                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
100600                   /* name */
100601                   "CIM_OperatingSystemSoftwareFeature",
100602                   /* qualifiers */
100603                   __root_cimv2_CIM_OperatingSystemSoftwareFeature_qualifiers,
100604                   /* super */
100605                   &__root_cimv2_CIM_Component,
100606                   /* features */
100607                   _CIM_OperatingSystemSoftwareFeature_features,
100608               };
100609               
100610               //==============================================================================
100611               //
100612               // Class: CIM_PackageDependency
100613               //
100614               //==============================================================================
100615 mike  1.1.2.1 
100616               static const char*
100617               _CIM_PackageDependency_Antecedent_qualifiers[] =
100618               {
100619                   /* Override */
100620                   "\044Antecedent",
100621                   0,
100622               };
100623               
100624               static MetaReference
100625               _CIM_PackageDependency_Antecedent =
100626               {
100627                   /* flags */
100628                   META_FLAG_REFERENCE|META_FLAG_READ,
100629                   /* name */
100630                   "Antecedent",
100631                   /* qualifiers */
100632                   _CIM_PackageDependency_Antecedent_qualifiers,
100633                   /* subscript */
100634                   -1,
100635                   /* refId */
100636 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
100637               };
100638               
100639               static const char*
100640               _CIM_PackageDependency_Dependent_qualifiers[] =
100641               {
100642                   /* Override */
100643                   "\044Dependent",
100644                   0,
100645               };
100646               
100647               static MetaReference
100648               _CIM_PackageDependency_Dependent =
100649               {
100650                   /* flags */
100651                   META_FLAG_REFERENCE|META_FLAG_READ,
100652                   /* name */
100653                   "Dependent",
100654                   /* qualifiers */
100655                   _CIM_PackageDependency_Dependent_qualifiers,
100656                   /* subscript */
100657 mike  1.1.2.1     -1,
100658                   /* refId */
100659                   &__root_cimv2_CIM_PhysicalPackage,
100660               };
100661               
100662               static MetaFeature*
100663               _CIM_PackageDependency_features[] =
100664               {
100665                   (MetaFeature*)&_CIM_PackageDependency_Antecedent,
100666                   (MetaFeature*)&_CIM_PackageDependency_Dependent,
100667                   0,
100668               };
100669               
100670               static const char*
100671               __root_cimv2_CIM_PackageDependency_qualifiers[] =
100672               {
100673                   /* ASSOCIATION */
100674                   "\000\001",
100675                   /* UMLPackagePath */
100676                   "\057CIM::Device::DeviceElements",
100677                   /* Version */
100678 mike  1.1.2.1     "\0632.6.0",
100679                   0,
100680               };
100681               
100682               MetaClass
100683               __root_cimv2_CIM_PackageDependency =
100684               {
100685                   /* flags */
100686                   META_FLAG_ASSOCIATION,
100687                   /* name */
100688                   "CIM_PackageDependency",
100689                   /* qualifiers */
100690                   __root_cimv2_CIM_PackageDependency_qualifiers,
100691                   /* super */
100692                   &__root_cimv2_CIM_Dependency,
100693                   /* features */
100694                   _CIM_PackageDependency_features,
100695               };
100696               
100697               //==============================================================================
100698               //
100699 mike  1.1.2.1 // Class: CIM_PacketConditionInSARule
100700               //
100701               //==============================================================================
100702               
100703               static const char*
100704               _CIM_PacketConditionInSARule_GroupComponent_qualifiers[] =
100705               {
100706                   /* Aggregate */
100707                   "\003\001",
100708                   /* Override */
100709                   "\044GroupComponent",
100710                   /* MappingStrings */
100711                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule.GroupComponent\000",
100712                   0,
100713               };
100714               
100715               static MetaReference
100716               _CIM_PacketConditionInSARule_GroupComponent =
100717               {
100718                   /* flags */
100719                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
100720 mike  1.1.2.1     /* name */
100721                   "GroupComponent",
100722                   /* qualifiers */
100723                   _CIM_PacketConditionInSARule_GroupComponent_qualifiers,
100724                   /* subscript */
100725                   -1,
100726                   /* refId */
100727                   &__root_cimv2_CIM_SARule,
100728               };
100729               
100730               static const char*
100731               _CIM_PacketConditionInSARule_PartComponent_qualifiers[] =
100732               {
100733                   /* Override */
100734                   "\044PartComponent",
100735                   /* Min */
100736                   "\033\000\000\000\001",
100737                   /* MappingStrings */
100738                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule.PartComponent\000",
100739                   0,
100740               };
100741 mike  1.1.2.1 
100742               static MetaReference
100743               _CIM_PacketConditionInSARule_PartComponent =
100744               {
100745                   /* flags */
100746                   META_FLAG_REFERENCE|META_FLAG_READ,
100747                   /* name */
100748                   "PartComponent",
100749                   /* qualifiers */
100750                   _CIM_PacketConditionInSARule_PartComponent_qualifiers,
100751                   /* subscript */
100752                   -1,
100753                   /* refId */
100754                   &__root_cimv2_CIM_PacketFilterCondition,
100755               };
100756               
100757               static MetaFeature*
100758               _CIM_PacketConditionInSARule_features[] =
100759               {
100760                   (MetaFeature*)&_CIM_PacketConditionInSARule_GroupComponent,
100761                   (MetaFeature*)&_CIM_PacketConditionInSARule_PartComponent,
100762 mike  1.1.2.1     0,
100763               };
100764               
100765               static const char*
100766               __root_cimv2_CIM_PacketConditionInSARule_qualifiers[] =
100767               {
100768                   /* ASSOCIATION */
100769                   "\000\001",
100770                   /* UMLPackagePath */
100771                   "\057CIM::IPsecPolicy",
100772                   /* Aggregation */
100773                   "\004\001",
100774                   /* Version */
100775                   "\0632.8.0",
100776                   /* MappingStrings */
100777                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule\000",
100778                   0,
100779               };
100780               
100781               MetaClass
100782               __root_cimv2_CIM_PacketConditionInSARule =
100783 mike  1.1.2.1 {
100784                   /* flags */
100785                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
100786                   /* name */
100787                   "CIM_PacketConditionInSARule",
100788                   /* qualifiers */
100789                   __root_cimv2_CIM_PacketConditionInSARule_qualifiers,
100790                   /* super */
100791                   &__root_cimv2_CIM_PolicyConditionInPolicyRule,
100792                   /* features */
100793                   _CIM_PacketConditionInSARule_features,
100794               };
100795               
100796               //==============================================================================
100797               //
100798               // Class: CIM_PickerElement
100799               //
100800               //==============================================================================
100801               
100802               static const char*
100803               _CIM_PickerElement_MaxPickTime_qualifiers[] =
100804 mike  1.1.2.1 {
100805                   /* Units */
100806                   "\060Seconds",
100807                   0,
100808               };
100809               
100810               static MetaProperty
100811               _CIM_PickerElement_MaxPickTime =
100812               {
100813                   /* flags */
100814                   META_FLAG_PROPERTY|META_FLAG_READ,
100815                   /* name */
100816                   "MaxPickTime",
100817                   /* qualifiers */
100818                   _CIM_PickerElement_MaxPickTime_qualifiers,
100819                   /* type */
100820                   CIMTYPE_UINT32,
100821                   /* subscript */
100822                   -1,
100823                   /* value */
100824                   0,
100825 mike  1.1.2.1 };
100826               
100827               static const char*
100828               _CIM_PickerElement_MaxPutTime_qualifiers[] =
100829               {
100830                   /* Units */
100831                   "\060Seconds",
100832                   0,
100833               };
100834               
100835               static MetaProperty
100836               _CIM_PickerElement_MaxPutTime =
100837               {
100838                   /* flags */
100839                   META_FLAG_PROPERTY|META_FLAG_READ,
100840                   /* name */
100841                   "MaxPutTime",
100842                   /* qualifiers */
100843                   _CIM_PickerElement_MaxPutTime_qualifiers,
100844                   /* type */
100845                   CIMTYPE_UINT32,
100846 mike  1.1.2.1     /* subscript */
100847                   -1,
100848                   /* value */
100849                   0,
100850               };
100851               
100852               static const char*
100853               _CIM_PickerElement_CellLocation_qualifiers[] =
100854               {
100855                   0,
100856               };
100857               
100858               static MetaProperty
100859               _CIM_PickerElement_CellLocation =
100860               {
100861                   /* flags */
100862                   META_FLAG_PROPERTY|META_FLAG_READ,
100863                   /* name */
100864                   "CellLocation",
100865                   /* qualifiers */
100866                   _CIM_PickerElement_CellLocation_qualifiers,
100867 mike  1.1.2.1     /* type */
100868                   CIMTYPE_STRING,
100869                   /* subscript */
100870                   -1,
100871                   /* value */
100872                   0,
100873               };
100874               
100875               static MetaFeature*
100876               _CIM_PickerElement_features[] =
100877               {
100878                   (MetaFeature*)&_CIM_PickerElement_MaxPickTime,
100879                   (MetaFeature*)&_CIM_PickerElement_MaxPutTime,
100880                   (MetaFeature*)&_CIM_PickerElement_CellLocation,
100881                   0,
100882               };
100883               
100884               static const char*
100885               __root_cimv2_CIM_PickerElement_qualifiers[] =
100886               {
100887                   /* UMLPackagePath */
100888 mike  1.1.2.1     "\057CIM::Device::StorageLib",
100889                   /* Version */
100890                   "\0632.6.0",
100891                   0,
100892               };
100893               
100894               MetaClass
100895               __root_cimv2_CIM_PickerElement =
100896               {
100897                   /* flags */
100898                   META_FLAG_CLASS,
100899                   /* name */
100900                   "CIM_PickerElement",
100901                   /* qualifiers */
100902                   __root_cimv2_CIM_PickerElement_qualifiers,
100903                   /* super */
100904                   &__root_cimv2_CIM_MediaTransferDevice,
100905                   /* features */
100906                   _CIM_PickerElement_features,
100907               };
100908               
100909 mike  1.1.2.1 //==============================================================================
100910               //
100911               // Class: CIM_PortActiveConnection
100912               //
100913               //==============================================================================
100914               
100915               static const char*
100916               _CIM_PortActiveConnection_Antecedent_qualifiers[] =
100917               {
100918                   /* Override */
100919                   "\044Antecedent",
100920                   0,
100921               };
100922               
100923               static MetaReference
100924               _CIM_PortActiveConnection_Antecedent =
100925               {
100926                   /* flags */
100927                   META_FLAG_REFERENCE|META_FLAG_READ,
100928                   /* name */
100929                   "Antecedent",
100930 mike  1.1.2.1     /* qualifiers */
100931                   _CIM_PortActiveConnection_Antecedent_qualifiers,
100932                   /* subscript */
100933                   -1,
100934                   /* refId */
100935                   &__root_cimv2_CIM_PhysicalConnector,
100936               };
100937               
100938               static const char*
100939               _CIM_PortActiveConnection_Dependent_qualifiers[] =
100940               {
100941                   /* Override */
100942                   "\044Dependent",
100943                   0,
100944               };
100945               
100946               static MetaReference
100947               _CIM_PortActiveConnection_Dependent =
100948               {
100949                   /* flags */
100950                   META_FLAG_REFERENCE|META_FLAG_READ,
100951 mike  1.1.2.1     /* name */
100952                   "Dependent",
100953                   /* qualifiers */
100954                   _CIM_PortActiveConnection_Dependent_qualifiers,
100955                   /* subscript */
100956                   -1,
100957                   /* refId */
100958                   &__root_cimv2_CIM_NetworkPort,
100959               };
100960               
100961               static MetaFeature*
100962               _CIM_PortActiveConnection_features[] =
100963               {
100964                   (MetaFeature*)&_CIM_PortActiveConnection_Antecedent,
100965                   (MetaFeature*)&_CIM_PortActiveConnection_Dependent,
100966                   0,
100967               };
100968               
100969               static const char*
100970               __root_cimv2_CIM_PortActiveConnection_qualifiers[] =
100971               {
100972 mike  1.1.2.1     /* ASSOCIATION */
100973                   "\000\001",
100974                   /* UMLPackagePath */
100975                   "\057CIM::Device::Ports",
100976                   /* Version */
100977                   "\0632.10.0",
100978                   0,
100979               };
100980               
100981               MetaClass
100982               __root_cimv2_CIM_PortActiveConnection =
100983               {
100984                   /* flags */
100985                   META_FLAG_ASSOCIATION,
100986                   /* name */
100987                   "CIM_PortActiveConnection",
100988                   /* qualifiers */
100989                   __root_cimv2_CIM_PortActiveConnection_qualifiers,
100990                   /* super */
100991                   &__root_cimv2_CIM_Dependency,
100992                   /* features */
100993 mike  1.1.2.1     _CIM_PortActiveConnection_features,
100994               };
100995               
100996               //==============================================================================
100997               //
100998               // Class: CIM_PortOnDevice
100999               //
101000               //==============================================================================
101001               
101002               static const char*
101003               _CIM_PortOnDevice_Antecedent_qualifiers[] =
101004               {
101005                   /* Override */
101006                   "\044Antecedent",
101007                   0,
101008               };
101009               
101010               static MetaReference
101011               _CIM_PortOnDevice_Antecedent =
101012               {
101013                   /* flags */
101014 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
101015                   /* name */
101016                   "Antecedent",
101017                   /* qualifiers */
101018                   _CIM_PortOnDevice_Antecedent_qualifiers,
101019                   /* subscript */
101020                   -1,
101021                   /* refId */
101022                   &__root_cimv2_CIM_LogicalDevice,
101023               };
101024               
101025               static const char*
101026               _CIM_PortOnDevice_Dependent_qualifiers[] =
101027               {
101028                   /* Override */
101029                   "\044Dependent",
101030                   0,
101031               };
101032               
101033               static MetaReference
101034               _CIM_PortOnDevice_Dependent =
101035 mike  1.1.2.1 {
101036                   /* flags */
101037                   META_FLAG_REFERENCE|META_FLAG_READ,
101038                   /* name */
101039                   "Dependent",
101040                   /* qualifiers */
101041                   _CIM_PortOnDevice_Dependent_qualifiers,
101042                   /* subscript */
101043                   -1,
101044                   /* refId */
101045                   &__root_cimv2_CIM_LogicalPort,
101046               };
101047               
101048               static MetaFeature*
101049               _CIM_PortOnDevice_features[] =
101050               {
101051                   (MetaFeature*)&_CIM_PortOnDevice_Antecedent,
101052                   (MetaFeature*)&_CIM_PortOnDevice_Dependent,
101053                   0,
101054               };
101055               
101056 mike  1.1.2.1 static const char*
101057               __root_cimv2_CIM_PortOnDevice_qualifiers[] =
101058               {
101059                   /* ASSOCIATION */
101060                   "\000\001",
101061                   /* UMLPackagePath */
101062                   "\057CIM::Device::Ports",
101063                   /* Version */
101064                   "\0632.8.0",
101065                   0,
101066               };
101067               
101068               MetaClass
101069               __root_cimv2_CIM_PortOnDevice =
101070               {
101071                   /* flags */
101072                   META_FLAG_ASSOCIATION,
101073                   /* name */
101074                   "CIM_PortOnDevice",
101075                   /* qualifiers */
101076                   __root_cimv2_CIM_PortOnDevice_qualifiers,
101077 mike  1.1.2.1     /* super */
101078                   &__root_cimv2_CIM_HostedDependency,
101079                   /* features */
101080                   _CIM_PortOnDevice_features,
101081               };
101082               
101083               //==============================================================================
101084               //
101085               // Class: CIM_PowerSupply
101086               //
101087               //==============================================================================
101088               
101089               static const char*
101090               _CIM_PowerSupply_IsSwitchingSupply_qualifiers[] =
101091               {
101092                   0,
101093               };
101094               
101095               static MetaProperty
101096               _CIM_PowerSupply_IsSwitchingSupply =
101097               {
101098 mike  1.1.2.1     /* flags */
101099                   META_FLAG_PROPERTY|META_FLAG_READ,
101100                   /* name */
101101                   "IsSwitchingSupply",
101102                   /* qualifiers */
101103                   _CIM_PowerSupply_IsSwitchingSupply_qualifiers,
101104                   /* type */
101105                   CIMTYPE_BOOLEAN,
101106                   /* subscript */
101107                   -1,
101108                   /* value */
101109                   0,
101110               };
101111               
101112               static const char*
101113               _CIM_PowerSupply_Range1InputVoltageLow_qualifiers[] =
101114               {
101115                   /* Units */
101116                   "\060MilliVolts",
101117                   /* MappingStrings */
101118                   "\026\000\001MIF.DMTF|Power Supply|004.7\000",
101119 mike  1.1.2.1     0,
101120               };
101121               
101122               static MetaProperty
101123               _CIM_PowerSupply_Range1InputVoltageLow =
101124               {
101125                   /* flags */
101126                   META_FLAG_PROPERTY|META_FLAG_READ,
101127                   /* name */
101128                   "Range1InputVoltageLow",
101129                   /* qualifiers */
101130                   _CIM_PowerSupply_Range1InputVoltageLow_qualifiers,
101131                   /* type */
101132                   CIMTYPE_UINT32,
101133                   /* subscript */
101134                   -1,
101135                   /* value */
101136                   0,
101137               };
101138               
101139               static const char*
101140 mike  1.1.2.1 _CIM_PowerSupply_Range1InputVoltageHigh_qualifiers[] =
101141               {
101142                   /* Units */
101143                   "\060MilliVolts",
101144                   /* MappingStrings */
101145                   "\026\000\001MIF.DMTF|Power Supply|004.8\000",
101146                   0,
101147               };
101148               
101149               static MetaProperty
101150               _CIM_PowerSupply_Range1InputVoltageHigh =
101151               {
101152                   /* flags */
101153                   META_FLAG_PROPERTY|META_FLAG_READ,
101154                   /* name */
101155                   "Range1InputVoltageHigh",
101156                   /* qualifiers */
101157                   _CIM_PowerSupply_Range1InputVoltageHigh_qualifiers,
101158                   /* type */
101159                   CIMTYPE_UINT32,
101160                   /* subscript */
101161 mike  1.1.2.1     -1,
101162                   /* value */
101163                   0,
101164               };
101165               
101166               static const char*
101167               _CIM_PowerSupply_Range1InputFrequencyLow_qualifiers[] =
101168               {
101169                   /* Units */
101170                   "\060Hertz",
101171                   /* MappingStrings */
101172                   "\026\000\001MIF.DMTF|Power Supply|004.17\000",
101173                   0,
101174               };
101175               
101176               static MetaProperty
101177               _CIM_PowerSupply_Range1InputFrequencyLow =
101178               {
101179                   /* flags */
101180                   META_FLAG_PROPERTY|META_FLAG_READ,
101181                   /* name */
101182 mike  1.1.2.1     "Range1InputFrequencyLow",
101183                   /* qualifiers */
101184                   _CIM_PowerSupply_Range1InputFrequencyLow_qualifiers,
101185                   /* type */
101186                   CIMTYPE_UINT32,
101187                   /* subscript */
101188                   -1,
101189                   /* value */
101190                   0,
101191               };
101192               
101193               static const char*
101194               _CIM_PowerSupply_Range1InputFrequencyHigh_qualifiers[] =
101195               {
101196                   /* Units */
101197                   "\060Hertz",
101198                   /* MappingStrings */
101199                   "\026\000\001MIF.DMTF|Power Supply|004.18\000",
101200                   0,
101201               };
101202               
101203 mike  1.1.2.1 static MetaProperty
101204               _CIM_PowerSupply_Range1InputFrequencyHigh =
101205               {
101206                   /* flags */
101207                   META_FLAG_PROPERTY|META_FLAG_READ,
101208                   /* name */
101209                   "Range1InputFrequencyHigh",
101210                   /* qualifiers */
101211                   _CIM_PowerSupply_Range1InputFrequencyHigh_qualifiers,
101212                   /* type */
101213                   CIMTYPE_UINT32,
101214                   /* subscript */
101215                   -1,
101216                   /* value */
101217                   0,
101218               };
101219               
101220               static const char*
101221               _CIM_PowerSupply_Range2InputVoltageLow_qualifiers[] =
101222               {
101223                   /* Units */
101224 mike  1.1.2.1     "\060MilliVolts",
101225                   /* MappingStrings */
101226                   "\026\000\001MIF.DMTF|Power Supply|004.11\000",
101227                   0,
101228               };
101229               
101230               static MetaProperty
101231               _CIM_PowerSupply_Range2InputVoltageLow =
101232               {
101233                   /* flags */
101234                   META_FLAG_PROPERTY|META_FLAG_READ,
101235                   /* name */
101236                   "Range2InputVoltageLow",
101237                   /* qualifiers */
101238                   _CIM_PowerSupply_Range2InputVoltageLow_qualifiers,
101239                   /* type */
101240                   CIMTYPE_UINT32,
101241                   /* subscript */
101242                   -1,
101243                   /* value */
101244                   0,
101245 mike  1.1.2.1 };
101246               
101247               static const char*
101248               _CIM_PowerSupply_Range2InputVoltageHigh_qualifiers[] =
101249               {
101250                   /* Units */
101251                   "\060MilliVolts",
101252                   /* MappingStrings */
101253                   "\026\000\001MIF.DMTF|Power Supply|004.12\000",
101254                   0,
101255               };
101256               
101257               static MetaProperty
101258               _CIM_PowerSupply_Range2InputVoltageHigh =
101259               {
101260                   /* flags */
101261                   META_FLAG_PROPERTY|META_FLAG_READ,
101262                   /* name */
101263                   "Range2InputVoltageHigh",
101264                   /* qualifiers */
101265                   _CIM_PowerSupply_Range2InputVoltageHigh_qualifiers,
101266 mike  1.1.2.1     /* type */
101267                   CIMTYPE_UINT32,
101268                   /* subscript */
101269                   -1,
101270                   /* value */
101271                   0,
101272               };
101273               
101274               static const char*
101275               _CIM_PowerSupply_Range2InputFrequencyLow_qualifiers[] =
101276               {
101277                   /* Units */
101278                   "\060Hertz",
101279                   /* MappingStrings */
101280                   "\026\000\001MIF.DMTF|Power Supply|004.19\000",
101281                   0,
101282               };
101283               
101284               static MetaProperty
101285               _CIM_PowerSupply_Range2InputFrequencyLow =
101286               {
101287 mike  1.1.2.1     /* flags */
101288                   META_FLAG_PROPERTY|META_FLAG_READ,
101289                   /* name */
101290                   "Range2InputFrequencyLow",
101291                   /* qualifiers */
101292                   _CIM_PowerSupply_Range2InputFrequencyLow_qualifiers,
101293                   /* type */
101294                   CIMTYPE_UINT32,
101295                   /* subscript */
101296                   -1,
101297                   /* value */
101298                   0,
101299               };
101300               
101301               static const char*
101302               _CIM_PowerSupply_Range2InputFrequencyHigh_qualifiers[] =
101303               {
101304                   /* Units */
101305                   "\060Hertz",
101306                   /* MappingStrings */
101307                   "\026\000\001MIF.DMTF|Power Supply|004.20\000",
101308 mike  1.1.2.1     0,
101309               };
101310               
101311               static MetaProperty
101312               _CIM_PowerSupply_Range2InputFrequencyHigh =
101313               {
101314                   /* flags */
101315                   META_FLAG_PROPERTY|META_FLAG_READ,
101316                   /* name */
101317                   "Range2InputFrequencyHigh",
101318                   /* qualifiers */
101319                   _CIM_PowerSupply_Range2InputFrequencyHigh_qualifiers,
101320                   /* type */
101321                   CIMTYPE_UINT32,
101322                   /* subscript */
101323                   -1,
101324                   /* value */
101325                   0,
101326               };
101327               
101328               static const char*
101329 mike  1.1.2.1 _CIM_PowerSupply_ActiveInputVoltage_qualifiers[] =
101330               {
101331                   /* ValueMap */
101332                   "\061\000\0061\0002\0003\0004\0005\0006\000",
101333                   /* Values */
101334                   "\062\000\006Other\000Unknown\000Range 1\000Range 2\000Both\000Neither\000",
101335                   /* MappingStrings */
101336                   "\026\000\001MIF.DMTF|Power Supply|004.15\000",
101337                   0,
101338               };
101339               
101340               static MetaProperty
101341               _CIM_PowerSupply_ActiveInputVoltage =
101342               {
101343                   /* flags */
101344                   META_FLAG_PROPERTY|META_FLAG_READ,
101345                   /* name */
101346                   "ActiveInputVoltage",
101347                   /* qualifiers */
101348                   _CIM_PowerSupply_ActiveInputVoltage_qualifiers,
101349                   /* type */
101350 mike  1.1.2.1     CIMTYPE_UINT16,
101351                   /* subscript */
101352                   -1,
101353                   /* value */
101354                   0,
101355               };
101356               
101357               static const char*
101358               _CIM_PowerSupply_TypeOfRangeSwitching_qualifiers[] =
101359               {
101360                   /* ValueMap */
101361                   "\061\000\0061\0002\0003\0004\0005\0006\000",
101362                   /* Values */
101363                   "\062\000\006Other\000Unknown\000Manual\000Autoswitch\000Wide Range\000Not Applicable\000",
101364                   /* MappingStrings */
101365                   "\026\000\001MIF.DMTF|Power Supply|004.16\000",
101366                   0,
101367               };
101368               
101369               static MetaProperty
101370               _CIM_PowerSupply_TypeOfRangeSwitching =
101371 mike  1.1.2.1 {
101372                   /* flags */
101373                   META_FLAG_PROPERTY|META_FLAG_READ,
101374                   /* name */
101375                   "TypeOfRangeSwitching",
101376                   /* qualifiers */
101377                   _CIM_PowerSupply_TypeOfRangeSwitching_qualifiers,
101378                   /* type */
101379                   CIMTYPE_UINT16,
101380                   /* subscript */
101381                   -1,
101382                   /* value */
101383                   0,
101384               };
101385               
101386               static const char*
101387               _CIM_PowerSupply_TotalOutputPower_qualifiers[] =
101388               {
101389                   /* Units */
101390                   "\060MilliWatts",
101391                   /* MappingStrings */
101392 mike  1.1.2.1     "\026\000\001MIF.DMTF|Power Supply|004.21\000",
101393                   0,
101394               };
101395               
101396               static MetaProperty
101397               _CIM_PowerSupply_TotalOutputPower =
101398               {
101399                   /* flags */
101400                   META_FLAG_PROPERTY|META_FLAG_READ,
101401                   /* name */
101402                   "TotalOutputPower",
101403                   /* qualifiers */
101404                   _CIM_PowerSupply_TotalOutputPower_qualifiers,
101405                   /* type */
101406                   CIMTYPE_UINT32,
101407                   /* subscript */
101408                   -1,
101409                   /* value */
101410                   0,
101411               };
101412               
101413 mike  1.1.2.1 static MetaFeature*
101414               _CIM_PowerSupply_features[] =
101415               {
101416                   (MetaFeature*)&_CIM_PowerSupply_IsSwitchingSupply,
101417                   (MetaFeature*)&_CIM_PowerSupply_Range1InputVoltageLow,
101418                   (MetaFeature*)&_CIM_PowerSupply_Range1InputVoltageHigh,
101419                   (MetaFeature*)&_CIM_PowerSupply_Range1InputFrequencyLow,
101420                   (MetaFeature*)&_CIM_PowerSupply_Range1InputFrequencyHigh,
101421                   (MetaFeature*)&_CIM_PowerSupply_Range2InputVoltageLow,
101422                   (MetaFeature*)&_CIM_PowerSupply_Range2InputVoltageHigh,
101423                   (MetaFeature*)&_CIM_PowerSupply_Range2InputFrequencyLow,
101424                   (MetaFeature*)&_CIM_PowerSupply_Range2InputFrequencyHigh,
101425                   (MetaFeature*)&_CIM_PowerSupply_ActiveInputVoltage,
101426                   (MetaFeature*)&_CIM_PowerSupply_TypeOfRangeSwitching,
101427                   (MetaFeature*)&_CIM_PowerSupply_TotalOutputPower,
101428                   0,
101429               };
101430               
101431               static const char*
101432               __root_cimv2_CIM_PowerSupply_qualifiers[] =
101433               {
101434 mike  1.1.2.1     /* UMLPackagePath */
101435                   "\057CIM::Device::CoolingAndPower",
101436                   /* Version */
101437                   "\0632.10.0",
101438                   0,
101439               };
101440               
101441               MetaClass
101442               __root_cimv2_CIM_PowerSupply =
101443               {
101444                   /* flags */
101445                   META_FLAG_CLASS,
101446                   /* name */
101447                   "CIM_PowerSupply",
101448                   /* qualifiers */
101449                   __root_cimv2_CIM_PowerSupply_qualifiers,
101450                   /* super */
101451                   &__root_cimv2_CIM_LogicalDevice,
101452                   /* features */
101453                   _CIM_PowerSupply_features,
101454               };
101455 mike  1.1.2.1 
101456               //==============================================================================
101457               //
101458               // Class: CIM_Printer
101459               //
101460               //==============================================================================
101461               
101462               static const char*
101463               _CIM_Printer_PrinterStatus_qualifiers[] =
101464               {
101465                   /* ValueMap */
101466                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
101467                   /* Values */
101468                   "\062\000\007Other\000Unknown\000Idle\000Printing\000Warmup\000Stopped Printing\000Offline\000",
101469                   /* MappingStrings */
101470                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrPrinterStatus\000",
101471                   0,
101472               };
101473               
101474               static MetaProperty
101475               _CIM_Printer_PrinterStatus =
101476 mike  1.1.2.1 {
101477                   /* flags */
101478                   META_FLAG_PROPERTY|META_FLAG_READ,
101479                   /* name */
101480                   "PrinterStatus",
101481                   /* qualifiers */
101482                   _CIM_Printer_PrinterStatus_qualifiers,
101483                   /* type */
101484                   CIMTYPE_UINT16,
101485                   /* subscript */
101486                   -1,
101487                   /* value */
101488                   0,
101489               };
101490               
101491               static const char*
101492               _CIM_Printer_DetectedErrorState_qualifiers[] =
101493               {
101494                   /* ValueMap */
101495                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
101496                   /* Values */
101497 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",
101498                   /* MappingStrings */
101499                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrPrinterDetectedErrorState\000",
101500                   /* ModelCorrespondence */
101501                   "\036\000\001CIM_Printer.ErrorInformation\000",
101502                   0,
101503               };
101504               
101505               static MetaProperty
101506               _CIM_Printer_DetectedErrorState =
101507               {
101508                   /* flags */
101509                   META_FLAG_PROPERTY|META_FLAG_READ,
101510                   /* name */
101511                   "DetectedErrorState",
101512                   /* qualifiers */
101513                   _CIM_Printer_DetectedErrorState_qualifiers,
101514                   /* type */
101515                   CIMTYPE_UINT16,
101516                   /* subscript */
101517                   -1,
101518 mike  1.1.2.1     /* value */
101519                   0,
101520               };
101521               
101522               static const char*
101523               _CIM_Printer_ErrorInformation_qualifiers[] =
101524               {
101525                   /* MappingStrings */
101526                   "\026\000\001RFC2911.IETF|Section 4.4.13 printer-state-message\000",
101527                   /* ModelCorrespondence */
101528                   "\036\000\001CIM_Printer.DetectedErrorState\000",
101529                   0,
101530               };
101531               
101532               static MetaProperty
101533               _CIM_Printer_ErrorInformation =
101534               {
101535                   /* flags */
101536                   META_FLAG_PROPERTY|META_FLAG_READ,
101537                   /* name */
101538                   "ErrorInformation",
101539 mike  1.1.2.1     /* qualifiers */
101540                   _CIM_Printer_ErrorInformation_qualifiers,
101541                   /* type */
101542                   CIMTYPE_STRING,
101543                   /* subscript */
101544                   0,
101545                   /* value */
101546                   0,
101547               };
101548               
101549               static const char*
101550               _CIM_Printer_PaperSizesSupported_qualifiers[] =
101551               {
101552                   /* ValueMap */
101553                   "\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",
101554                   /* Values */
101555                   "\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",
101556                   /* MappingStrings */
101557                   "\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",
101558                   0,
101559               };
101560 mike  1.1.2.1 
101561               static MetaProperty
101562               _CIM_Printer_PaperSizesSupported =
101563               {
101564                   /* flags */
101565                   META_FLAG_PROPERTY|META_FLAG_READ,
101566                   /* name */
101567                   "PaperSizesSupported",
101568                   /* qualifiers */
101569                   _CIM_Printer_PaperSizesSupported_qualifiers,
101570                   /* type */
101571                   CIMTYPE_UINT16,
101572                   /* subscript */
101573                   0,
101574                   /* value */
101575                   0,
101576               };
101577               
101578               static const char*
101579               _CIM_Printer_PaperTypesAvailable_qualifiers[] =
101580               {
101581 mike  1.1.2.1     /* MappingStrings */
101582                   "\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",
101583                   /* ArrayType */
101584                   "\005Indexed",
101585                   /* ModelCorrespondence */
101586                   "\036\000\002CIM_PrintJob.RequiredPaperType\000CIM_PrintService.PaperTypesAvailable\000",
101587                   0,
101588               };
101589               
101590               static MetaProperty
101591               _CIM_Printer_PaperTypesAvailable =
101592               {
101593                   /* flags */
101594                   META_FLAG_PROPERTY|META_FLAG_READ,
101595                   /* name */
101596                   "PaperTypesAvailable",
101597                   /* qualifiers */
101598                   _CIM_Printer_PaperTypesAvailable_qualifiers,
101599                   /* type */
101600                   CIMTYPE_STRING,
101601                   /* subscript */
101602 mike  1.1.2.1     0,
101603                   /* value */
101604                   0,
101605               };
101606               
101607               static const char*
101608               _CIM_Printer_DefaultPaperType_qualifiers[] =
101609               {
101610                   /* MappingStrings */
101611                   "\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",
101612                   /* ModelCorrespondence */
101613                   "\036\000\001CIM_Printer.PaperTypesAvailable\000",
101614                   0,
101615               };
101616               
101617               static MetaProperty
101618               _CIM_Printer_DefaultPaperType =
101619               {
101620                   /* flags */
101621                   META_FLAG_PROPERTY|META_FLAG_READ,
101622                   /* name */
101623 mike  1.1.2.1     "DefaultPaperType",
101624                   /* qualifiers */
101625                   _CIM_Printer_DefaultPaperType_qualifiers,
101626                   /* type */
101627                   CIMTYPE_STRING,
101628                   /* subscript */
101629                   -1,
101630                   /* value */
101631                   0,
101632               };
101633               
101634               static const char*
101635               _CIM_Printer_CurrentPaperType_qualifiers[] =
101636               {
101637                   /* MappingStrings */
101638                   "\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",
101639                   /* ModelCorrespondence */
101640                   "\036\000\001CIM_Printer.PaperTypesAvailable\000",
101641                   0,
101642               };
101643               
101644 mike  1.1.2.1 static MetaProperty
101645               _CIM_Printer_CurrentPaperType =
101646               {
101647                   /* flags */
101648                   META_FLAG_PROPERTY|META_FLAG_READ,
101649                   /* name */
101650                   "CurrentPaperType",
101651                   /* qualifiers */
101652                   _CIM_Printer_CurrentPaperType_qualifiers,
101653                   /* type */
101654                   CIMTYPE_STRING,
101655                   /* subscript */
101656                   -1,
101657                   /* value */
101658                   0,
101659               };
101660               
101661               static const char*
101662               _CIM_Printer_LanguagesSupported_qualifiers[] =
101663               {
101664                   /* ValueMap */
101665 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",
101666                   /* Values */
101667                   "\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",
101668                   /* MappingStrings */
101669                   "\026\000\003MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000MIB.IETF|IANA-PRINTER-MIB.PrtInterpreterLangFamilyTC\000RFC2911.IETF|Section 4.4.22 document-format-supported\000",
101670                   /* ModelCorrespondence */
101671                   "\036\000\003CIM_Printer.MimeTypesSupported\000CIM_PrintJob.Language\000CIM_PrintService.LanguagesSupported\000",
101672                   0,
101673               };
101674               
101675               static MetaProperty
101676               _CIM_Printer_LanguagesSupported =
101677               {
101678                   /* flags */
101679                   META_FLAG_PROPERTY|META_FLAG_READ,
101680                   /* name */
101681                   "LanguagesSupported",
101682                   /* qualifiers */
101683                   _CIM_Printer_LanguagesSupported_qualifiers,
101684                   /* type */
101685                   CIMTYPE_UINT16,
101686 mike  1.1.2.1     /* subscript */
101687                   0,
101688                   /* value */
101689                   0,
101690               };
101691               
101692               static const char*
101693               _CIM_Printer_MimeTypesSupported_qualifiers[] =
101694               {
101695                   /* MappingStrings */
101696                   "\026\000\001RFC2911.IETF|Section 4.4.22 document-format-supported\000",
101697                   /* ModelCorrespondence */
101698                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintJob.MimeTypes\000CIM_PrintService.MimeTypesSupported\000",
101699                   0,
101700               };
101701               
101702               static MetaProperty
101703               _CIM_Printer_MimeTypesSupported =
101704               {
101705                   /* flags */
101706                   META_FLAG_PROPERTY|META_FLAG_READ,
101707 mike  1.1.2.1     /* name */
101708                   "MimeTypesSupported",
101709                   /* qualifiers */
101710                   _CIM_Printer_MimeTypesSupported_qualifiers,
101711                   /* type */
101712                   CIMTYPE_STRING,
101713                   /* subscript */
101714                   0,
101715                   /* value */
101716                   0,
101717               };
101718               
101719               static const char*
101720               _CIM_Printer_CurrentLanguage_qualifiers[] =
101721               {
101722                   /* ValueMap */
101723                   "\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",
101724                   /* Values */
101725                   "\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",
101726                   /* MappingStrings */
101727                   "\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",
101728 mike  1.1.2.1     /* ModelCorrespondence */
101729                   "\036\000\002CIM_Printer.LanguagesSupported\000CIM_Printer.CurrentMimeType\000",
101730                   0,
101731               };
101732               
101733               static MetaProperty
101734               _CIM_Printer_CurrentLanguage =
101735               {
101736                   /* flags */
101737                   META_FLAG_PROPERTY|META_FLAG_READ,
101738                   /* name */
101739                   "CurrentLanguage",
101740                   /* qualifiers */
101741                   _CIM_Printer_CurrentLanguage_qualifiers,
101742                   /* type */
101743                   CIMTYPE_UINT16,
101744                   /* subscript */
101745                   -1,
101746                   /* value */
101747                   0,
101748               };
101749 mike  1.1.2.1 
101750               static const char*
101751               _CIM_Printer_CurrentMimeType_qualifiers[] =
101752               {
101753                   /* MappingStrings */
101754                   "\026\000\001RFC2911.IETF|Section 4.4.21 document-format-default\000",
101755                   /* ModelCorrespondence */
101756                   "\036\000\001CIM_Printer.CurrentLanguage\000",
101757                   0,
101758               };
101759               
101760               static MetaProperty
101761               _CIM_Printer_CurrentMimeType =
101762               {
101763                   /* flags */
101764                   META_FLAG_PROPERTY|META_FLAG_READ,
101765                   /* name */
101766                   "CurrentMimeType",
101767                   /* qualifiers */
101768                   _CIM_Printer_CurrentMimeType_qualifiers,
101769                   /* type */
101770 mike  1.1.2.1     CIMTYPE_STRING,
101771                   /* subscript */
101772                   -1,
101773                   /* value */
101774                   0,
101775               };
101776               
101777               static const char*
101778               _CIM_Printer_DefaultLanguage_qualifiers[] =
101779               {
101780                   /* ValueMap */
101781                   "\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",
101782                   /* Values */
101783                   "\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",
101784                   /* MappingStrings */
101785                   "\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",
101786                   /* ModelCorrespondence */
101787                   "\036\000\002CIM_Printer.LanguagesSupported\000CIM_Printer.DefaultMimeType\000",
101788                   0,
101789               };
101790               
101791 mike  1.1.2.1 static MetaProperty
101792               _CIM_Printer_DefaultLanguage =
101793               {
101794                   /* flags */
101795                   META_FLAG_PROPERTY|META_FLAG_READ,
101796                   /* name */
101797                   "DefaultLanguage",
101798                   /* qualifiers */
101799                   _CIM_Printer_DefaultLanguage_qualifiers,
101800                   /* type */
101801                   CIMTYPE_UINT16,
101802                   /* subscript */
101803                   -1,
101804                   /* value */
101805                   0,
101806               };
101807               
101808               static const char*
101809               _CIM_Printer_DefaultMimeType_qualifiers[] =
101810               {
101811                   /* MappingStrings */
101812 mike  1.1.2.1     "\026\000\001RFC2911.IETF|Section 4.4.21 document-format-default\000",
101813                   /* ModelCorrespondence */
101814                   "\036\000\001CIM_Printer.DefaultLanguage\000",
101815                   0,
101816               };
101817               
101818               static MetaProperty
101819               _CIM_Printer_DefaultMimeType =
101820               {
101821                   /* flags */
101822                   META_FLAG_PROPERTY|META_FLAG_READ,
101823                   /* name */
101824                   "DefaultMimeType",
101825                   /* qualifiers */
101826                   _CIM_Printer_DefaultMimeType_qualifiers,
101827                   /* type */
101828                   CIMTYPE_STRING,
101829                   /* subscript */
101830                   -1,
101831                   /* value */
101832                   0,
101833 mike  1.1.2.1 };
101834               
101835               static const char*
101836               _CIM_Printer_JobCountSinceLastReset_qualifiers[] =
101837               {
101838                   /* Counter */
101839                   "\012\001",
101840                   /* MappingStrings */
101841                   "\026\000\001MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorCompletedJobs\000",
101842                   0,
101843               };
101844               
101845               static MetaProperty
101846               _CIM_Printer_JobCountSinceLastReset =
101847               {
101848                   /* flags */
101849                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
101850                   /* name */
101851                   "JobCountSinceLastReset",
101852                   /* qualifiers */
101853                   _CIM_Printer_JobCountSinceLastReset_qualifiers,
101854 mike  1.1.2.1     /* type */
101855                   CIMTYPE_UINT32,
101856                   /* subscript */
101857                   -1,
101858                   /* value */
101859                   0,
101860               };
101861               
101862               static const char*
101863               _CIM_Printer_TimeOfLastReset_qualifiers[] =
101864               {
101865                   /* MappingStrings */
101866                   "\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",
101867                   0,
101868               };
101869               
101870               static MetaProperty
101871               _CIM_Printer_TimeOfLastReset =
101872               {
101873                   /* flags */
101874                   META_FLAG_PROPERTY|META_FLAG_READ,
101875 mike  1.1.2.1     /* name */
101876                   "TimeOfLastReset",
101877                   /* qualifiers */
101878                   _CIM_Printer_TimeOfLastReset_qualifiers,
101879                   /* type */
101880                   CIMTYPE_DATETIME,
101881                   /* subscript */
101882                   -1,
101883                   /* value */
101884                   0,
101885               };
101886               
101887               static const char*
101888               _CIM_Printer_Capabilities_qualifiers[] =
101889               {
101890                   /* ValueMap */
101891                   "\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",
101892                   /* Values */
101893                   "\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",
101894                   /* ArrayType */
101895                   "\005Indexed",
101896 mike  1.1.2.1     /* ModelCorrespondence */
101897                   "\036\000\003CIM_Printer.CapabilityDescriptions\000CIM_PrintJob.Finishing\000CIM_PrintService.Capabilities\000",
101898                   0,
101899               };
101900               
101901               static MetaProperty
101902               _CIM_Printer_Capabilities =
101903               {
101904                   /* flags */
101905                   META_FLAG_PROPERTY|META_FLAG_READ,
101906                   /* name */
101907                   "Capabilities",
101908                   /* qualifiers */
101909                   _CIM_Printer_Capabilities_qualifiers,
101910                   /* type */
101911                   CIMTYPE_UINT16,
101912                   /* subscript */
101913                   0,
101914                   /* value */
101915                   0,
101916               };
101917 mike  1.1.2.1 
101918               static const char*
101919               _CIM_Printer_CapabilityDescriptions_qualifiers[] =
101920               {
101921                   /* ArrayType */
101922                   "\005Indexed",
101923                   /* ModelCorrespondence */
101924                   "\036\000\001CIM_Printer.Capabilities\000",
101925                   0,
101926               };
101927               
101928               static MetaProperty
101929               _CIM_Printer_CapabilityDescriptions =
101930               {
101931                   /* flags */
101932                   META_FLAG_PROPERTY|META_FLAG_READ,
101933                   /* name */
101934                   "CapabilityDescriptions",
101935                   /* qualifiers */
101936                   _CIM_Printer_CapabilityDescriptions_qualifiers,
101937                   /* type */
101938 mike  1.1.2.1     CIMTYPE_STRING,
101939                   /* subscript */
101940                   0,
101941                   /* value */
101942                   0,
101943               };
101944               
101945               static const char*
101946               _CIM_Printer_DefaultCapabilities_qualifiers[] =
101947               {
101948                   /* ValueMap */
101949                   "\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",
101950                   /* Values */
101951                   "\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",
101952                   /* ModelCorrespondence */
101953                   "\036\000\001CIM_Printer.Capabilities\000",
101954                   0,
101955               };
101956               
101957               static MetaProperty
101958               _CIM_Printer_DefaultCapabilities =
101959 mike  1.1.2.1 {
101960                   /* flags */
101961                   META_FLAG_PROPERTY|META_FLAG_READ,
101962                   /* name */
101963                   "DefaultCapabilities",
101964                   /* qualifiers */
101965                   _CIM_Printer_DefaultCapabilities_qualifiers,
101966                   /* type */
101967                   CIMTYPE_UINT16,
101968                   /* subscript */
101969                   0,
101970                   /* value */
101971                   0,
101972               };
101973               
101974               static const char*
101975               _CIM_Printer_CurrentCapabilities_qualifiers[] =
101976               {
101977                   /* ValueMap */
101978                   "\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",
101979                   /* Values */
101980 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",
101981                   /* ModelCorrespondence */
101982                   "\036\000\001CIM_Printer.Capabilities\000",
101983                   0,
101984               };
101985               
101986               static MetaProperty
101987               _CIM_Printer_CurrentCapabilities =
101988               {
101989                   /* flags */
101990                   META_FLAG_PROPERTY|META_FLAG_READ,
101991                   /* name */
101992                   "CurrentCapabilities",
101993                   /* qualifiers */
101994                   _CIM_Printer_CurrentCapabilities_qualifiers,
101995                   /* type */
101996                   CIMTYPE_UINT16,
101997                   /* subscript */
101998                   0,
101999                   /* value */
102000                   0,
102001 mike  1.1.2.1 };
102002               
102003               static const char*
102004               _CIM_Printer_MaxCopies_qualifiers[] =
102005               {
102006                   /* MappingStrings */
102007                   "\026\000\003RFC2911.IETF|Printer.copies-supported\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.5 copies\000",
102008                   /* ModelCorrespondence */
102009                   "\036\000\001CIM_PrintJob.Copies\000",
102010                   0,
102011               };
102012               
102013               static MetaProperty
102014               _CIM_Printer_MaxCopies =
102015               {
102016                   /* flags */
102017                   META_FLAG_PROPERTY|META_FLAG_READ,
102018                   /* name */
102019                   "MaxCopies",
102020                   /* qualifiers */
102021                   _CIM_Printer_MaxCopies_qualifiers,
102022 mike  1.1.2.1     /* type */
102023                   CIMTYPE_UINT32,
102024                   /* subscript */
102025                   -1,
102026                   /* value */
102027                   0,
102028               };
102029               
102030               static const char*
102031               _CIM_Printer_DefaultCopies_qualifiers[] =
102032               {
102033                   /* MappingStrings */
102034                   "\026\000\003RFC2911.IETF|Printer.copies-default\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.5 copies\000",
102035                   0,
102036               };
102037               
102038               static MetaProperty
102039               _CIM_Printer_DefaultCopies =
102040               {
102041                   /* flags */
102042                   META_FLAG_PROPERTY|META_FLAG_READ,
102043 mike  1.1.2.1     /* name */
102044                   "DefaultCopies",
102045                   /* qualifiers */
102046                   _CIM_Printer_DefaultCopies_qualifiers,
102047                   /* type */
102048                   CIMTYPE_UINT32,
102049                   /* subscript */
102050                   -1,
102051                   /* value */
102052                   0,
102053               };
102054               
102055               static const char*
102056               _CIM_Printer_MaxNumberUp_qualifiers[] =
102057               {
102058                   /* MappingStrings */
102059                   "\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",
102060                   /* ModelCorrespondence */
102061                   "\036\000\001CIM_PrintJob.NumberUp\000",
102062                   0,
102063               };
102064 mike  1.1.2.1 
102065               static MetaProperty
102066               _CIM_Printer_MaxNumberUp =
102067               {
102068                   /* flags */
102069                   META_FLAG_PROPERTY|META_FLAG_READ,
102070                   /* name */
102071                   "MaxNumberUp",
102072                   /* qualifiers */
102073                   _CIM_Printer_MaxNumberUp_qualifiers,
102074                   /* type */
102075                   CIMTYPE_UINT32,
102076                   /* subscript */
102077                   -1,
102078                   /* value */
102079                   0,
102080               };
102081               
102082               static const char*
102083               _CIM_Printer_DefaultNumberUp_qualifiers[] =
102084               {
102085 mike  1.1.2.1     /* MappingStrings */
102086                   "\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",
102087                   0,
102088               };
102089               
102090               static MetaProperty
102091               _CIM_Printer_DefaultNumberUp =
102092               {
102093                   /* flags */
102094                   META_FLAG_PROPERTY|META_FLAG_READ,
102095                   /* name */
102096                   "DefaultNumberUp",
102097                   /* qualifiers */
102098                   _CIM_Printer_DefaultNumberUp_qualifiers,
102099                   /* type */
102100                   CIMTYPE_UINT32,
102101                   /* subscript */
102102                   -1,
102103                   /* value */
102104                   0,
102105               };
102106 mike  1.1.2.1 
102107               static const char*
102108               _CIM_Printer_HorizontalResolution_qualifiers[] =
102109               {
102110                   /* Units */
102111                   "\060Pixels per Inch",
102112                   /* MappingStrings */
102113                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerAddressabilityXFeedDir\000RFC2911.IETF|Section 4.2.12 printer-resolution\000",
102114                   /* ModelCorrespondence */
102115                   "\036\000\001CIM_PrintJob.HorizontalResolution\000",
102116                   0,
102117               };
102118               
102119               static MetaProperty
102120               _CIM_Printer_HorizontalResolution =
102121               {
102122                   /* flags */
102123                   META_FLAG_PROPERTY|META_FLAG_READ,
102124                   /* name */
102125                   "HorizontalResolution",
102126                   /* qualifiers */
102127 mike  1.1.2.1     _CIM_Printer_HorizontalResolution_qualifiers,
102128                   /* type */
102129                   CIMTYPE_UINT32,
102130                   /* subscript */
102131                   -1,
102132                   /* value */
102133                   0,
102134               };
102135               
102136               static const char*
102137               _CIM_Printer_VerticalResolution_qualifiers[] =
102138               {
102139                   /* Units */
102140                   "\060Pixels per Inch",
102141                   /* MappingStrings */
102142                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerAddressabilityFeedDir\000RFC2911.IETF|Section 4.2.12 printer-resolution\000",
102143                   /* ModelCorrespondence */
102144                   "\036\000\001CIM_PrintJob.HorizontalResolution\000",
102145                   0,
102146               };
102147               
102148 mike  1.1.2.1 static MetaProperty
102149               _CIM_Printer_VerticalResolution =
102150               {
102151                   /* flags */
102152                   META_FLAG_PROPERTY|META_FLAG_READ,
102153                   /* name */
102154                   "VerticalResolution",
102155                   /* qualifiers */
102156                   _CIM_Printer_VerticalResolution_qualifiers,
102157                   /* type */
102158                   CIMTYPE_UINT32,
102159                   /* subscript */
102160                   -1,
102161                   /* value */
102162                   0,
102163               };
102164               
102165               static const char*
102166               _CIM_Printer_CharSetsSupported_qualifiers[] =
102167               {
102168                   /* MappingStrings */
102169 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",
102170                   /* ArrayType */
102171                   "\005Indexed",
102172                   /* ModelCorrespondence */
102173                   "\036\000\001CIM_PrintJob.CharSet\000",
102174                   0,
102175               };
102176               
102177               static MetaProperty
102178               _CIM_Printer_CharSetsSupported =
102179               {
102180                   /* flags */
102181                   META_FLAG_PROPERTY|META_FLAG_READ,
102182                   /* name */
102183                   "CharSetsSupported",
102184                   /* qualifiers */
102185                   _CIM_Printer_CharSetsSupported_qualifiers,
102186                   /* type */
102187                   CIMTYPE_STRING,
102188                   /* subscript */
102189                   0,
102190 mike  1.1.2.1     /* value */
102191                   0,
102192               };
102193               
102194               static const char*
102195               _CIM_Printer_CurrentCharSet_qualifiers[] =
102196               {
102197                   /* MappingStrings */
102198                   "\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",
102199                   /* ModelCorrespondence */
102200                   "\036\000\001CIM_Printer.CharSetsSupported\000",
102201                   0,
102202               };
102203               
102204               static MetaProperty
102205               _CIM_Printer_CurrentCharSet =
102206               {
102207                   /* flags */
102208                   META_FLAG_PROPERTY|META_FLAG_READ,
102209                   /* name */
102210                   "CurrentCharSet",
102211 mike  1.1.2.1     /* qualifiers */
102212                   _CIM_Printer_CurrentCharSet_qualifiers,
102213                   /* type */
102214                   CIMTYPE_STRING,
102215                   /* subscript */
102216                   -1,
102217                   /* value */
102218                   0,
102219               };
102220               
102221               static const char*
102222               _CIM_Printer_NaturalLanguagesSupported_qualifiers[] =
102223               {
102224                   /* MappingStrings */
102225                   "\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",
102226                   /* ArrayType */
102227                   "\005Indexed",
102228                   /* ModelCorrespondence */
102229                   "\036\000\001CIM_PrintJob.NaturalLanguage\000",
102230                   0,
102231               };
102232 mike  1.1.2.1 
102233               static MetaProperty
102234               _CIM_Printer_NaturalLanguagesSupported =
102235               {
102236                   /* flags */
102237                   META_FLAG_PROPERTY|META_FLAG_READ,
102238                   /* name */
102239                   "NaturalLanguagesSupported",
102240                   /* qualifiers */
102241                   _CIM_Printer_NaturalLanguagesSupported_qualifiers,
102242                   /* type */
102243                   CIMTYPE_STRING,
102244                   /* subscript */
102245                   0,
102246                   /* value */
102247                   0,
102248               };
102249               
102250               static const char*
102251               _CIM_Printer_CurrentNaturalLanguage_qualifiers[] =
102252               {
102253 mike  1.1.2.1     /* MappingStrings */
102254                   "\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",
102255                   /* ModelCorrespondence */
102256                   "\036\000\001CIM_Printer.NaturalLanguagesSupported\000",
102257                   0,
102258               };
102259               
102260               static MetaProperty
102261               _CIM_Printer_CurrentNaturalLanguage =
102262               {
102263                   /* flags */
102264                   META_FLAG_PROPERTY|META_FLAG_READ,
102265                   /* name */
102266                   "CurrentNaturalLanguage",
102267                   /* qualifiers */
102268                   _CIM_Printer_CurrentNaturalLanguage_qualifiers,
102269                   /* type */
102270                   CIMTYPE_STRING,
102271                   /* subscript */
102272                   -1,
102273                   /* value */
102274 mike  1.1.2.1     0,
102275               };
102276               
102277               static const char*
102278               _CIM_Printer_MaxSizeSupported_qualifiers[] =
102279               {
102280                   /* Units */
102281                   "\060KiloBytes",
102282                   /* MappingStrings */
102283                   "\026\000\001RFC2911.IETF|Section 4.4.33 job-k-octets-supported\000",
102284                   /* ModelCorrespondence */
102285                   "\036\000\001CIM_PrintJob.JobSize\000",
102286                   0,
102287               };
102288               
102289               static MetaProperty
102290               _CIM_Printer_MaxSizeSupported =
102291               {
102292                   /* flags */
102293                   META_FLAG_PROPERTY|META_FLAG_READ,
102294                   /* name */
102295 mike  1.1.2.1     "MaxSizeSupported",
102296                   /* qualifiers */
102297                   _CIM_Printer_MaxSizeSupported_qualifiers,
102298                   /* type */
102299                   CIMTYPE_UINT32,
102300                   /* subscript */
102301                   -1,
102302                   /* value */
102303                   0,
102304               };
102305               
102306               static const char*
102307               _CIM_Printer_AvailableJobSheets_qualifiers[] =
102308               {
102309                   /* MappingStrings */
102310                   "\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",
102311                   /* ModelCorrespondence */
102312                   "\036\000\001CIM_PrintJob.RequiredJobSheets\000",
102313                   0,
102314               };
102315               
102316 mike  1.1.2.1 static MetaProperty
102317               _CIM_Printer_AvailableJobSheets =
102318               {
102319                   /* flags */
102320                   META_FLAG_PROPERTY|META_FLAG_READ,
102321                   /* name */
102322                   "AvailableJobSheets",
102323                   /* qualifiers */
102324                   _CIM_Printer_AvailableJobSheets_qualifiers,
102325                   /* type */
102326                   CIMTYPE_STRING,
102327                   /* subscript */
102328                   0,
102329                   /* value */
102330                   0,
102331               };
102332               
102333               static const char*
102334               _CIM_Printer_MarkingTechnology_qualifiers[] =
102335               {
102336                   /* ValueMap */
102337 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",
102338                   /* Values */
102339                   "\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",
102340                   /* MappingStrings */
102341                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerMarkTech\000MIB.IETF|IANA-PRINTER-MIB.PrtMarkerMarkTechTC\000",
102342                   0,
102343               };
102344               
102345               static MetaProperty
102346               _CIM_Printer_MarkingTechnology =
102347               {
102348                   /* flags */
102349                   META_FLAG_PROPERTY|META_FLAG_READ,
102350                   /* name */
102351                   "MarkingTechnology",
102352                   /* qualifiers */
102353                   _CIM_Printer_MarkingTechnology_qualifiers,
102354                   /* type */
102355                   CIMTYPE_UINT16,
102356                   /* subscript */
102357                   -1,
102358 mike  1.1.2.1     /* value */
102359                   0,
102360               };
102361               
102362               static MetaFeature*
102363               _CIM_Printer_features[] =
102364               {
102365                   (MetaFeature*)&_CIM_Printer_PrinterStatus,
102366                   (MetaFeature*)&_CIM_Printer_DetectedErrorState,
102367                   (MetaFeature*)&_CIM_Printer_ErrorInformation,
102368                   (MetaFeature*)&_CIM_Printer_PaperSizesSupported,
102369                   (MetaFeature*)&_CIM_Printer_PaperTypesAvailable,
102370                   (MetaFeature*)&_CIM_Printer_DefaultPaperType,
102371                   (MetaFeature*)&_CIM_Printer_CurrentPaperType,
102372                   (MetaFeature*)&_CIM_Printer_LanguagesSupported,
102373                   (MetaFeature*)&_CIM_Printer_MimeTypesSupported,
102374                   (MetaFeature*)&_CIM_Printer_CurrentLanguage,
102375                   (MetaFeature*)&_CIM_Printer_CurrentMimeType,
102376                   (MetaFeature*)&_CIM_Printer_DefaultLanguage,
102377                   (MetaFeature*)&_CIM_Printer_DefaultMimeType,
102378                   (MetaFeature*)&_CIM_Printer_JobCountSinceLastReset,
102379 mike  1.1.2.1     (MetaFeature*)&_CIM_Printer_TimeOfLastReset,
102380                   (MetaFeature*)&_CIM_Printer_Capabilities,
102381                   (MetaFeature*)&_CIM_Printer_CapabilityDescriptions,
102382                   (MetaFeature*)&_CIM_Printer_DefaultCapabilities,
102383                   (MetaFeature*)&_CIM_Printer_CurrentCapabilities,
102384                   (MetaFeature*)&_CIM_Printer_MaxCopies,
102385                   (MetaFeature*)&_CIM_Printer_DefaultCopies,
102386                   (MetaFeature*)&_CIM_Printer_MaxNumberUp,
102387                   (MetaFeature*)&_CIM_Printer_DefaultNumberUp,
102388                   (MetaFeature*)&_CIM_Printer_HorizontalResolution,
102389                   (MetaFeature*)&_CIM_Printer_VerticalResolution,
102390                   (MetaFeature*)&_CIM_Printer_CharSetsSupported,
102391                   (MetaFeature*)&_CIM_Printer_CurrentCharSet,
102392                   (MetaFeature*)&_CIM_Printer_NaturalLanguagesSupported,
102393                   (MetaFeature*)&_CIM_Printer_CurrentNaturalLanguage,
102394                   (MetaFeature*)&_CIM_Printer_MaxSizeSupported,
102395                   (MetaFeature*)&_CIM_Printer_AvailableJobSheets,
102396                   (MetaFeature*)&_CIM_Printer_MarkingTechnology,
102397                   0,
102398               };
102399               
102400 mike  1.1.2.1 static const char*
102401               __root_cimv2_CIM_Printer_qualifiers[] =
102402               {
102403                   /* UMLPackagePath */
102404                   "\057CIM::Device::Printing",
102405                   /* Version */
102406                   "\0632.13.0",
102407                   0,
102408               };
102409               
102410               MetaClass
102411               __root_cimv2_CIM_Printer =
102412               {
102413                   /* flags */
102414                   META_FLAG_CLASS,
102415                   /* name */
102416                   "CIM_Printer",
102417                   /* qualifiers */
102418                   __root_cimv2_CIM_Printer_qualifiers,
102419                   /* super */
102420                   &__root_cimv2_CIM_LogicalDevice,
102421 mike  1.1.2.1     /* features */
102422                   _CIM_Printer_features,
102423               };
102424               
102425               //==============================================================================
102426               //
102427               // Class: CIM_PrinterServicingJob
102428               //
102429               //==============================================================================
102430               
102431               static const char*
102432               _CIM_PrinterServicingJob_Antecedent_qualifiers[] =
102433               {
102434                   /* Override */
102435                   "\044Antecedent",
102436                   0,
102437               };
102438               
102439               static MetaReference
102440               _CIM_PrinterServicingJob_Antecedent =
102441               {
102442 mike  1.1.2.1     /* flags */
102443                   META_FLAG_REFERENCE|META_FLAG_READ,
102444                   /* name */
102445                   "Antecedent",
102446                   /* qualifiers */
102447                   _CIM_PrinterServicingJob_Antecedent_qualifiers,
102448                   /* subscript */
102449                   -1,
102450                   /* refId */
102451                   &__root_cimv2_CIM_Printer,
102452               };
102453               
102454               static const char*
102455               _CIM_PrinterServicingJob_Dependent_qualifiers[] =
102456               {
102457                   /* Override */
102458                   "\044Dependent",
102459                   0,
102460               };
102461               
102462               static MetaReference
102463 mike  1.1.2.1 _CIM_PrinterServicingJob_Dependent =
102464               {
102465                   /* flags */
102466                   META_FLAG_REFERENCE|META_FLAG_READ,
102467                   /* name */
102468                   "Dependent",
102469                   /* qualifiers */
102470                   _CIM_PrinterServicingJob_Dependent_qualifiers,
102471                   /* subscript */
102472                   -1,
102473                   /* refId */
102474                   &__root_cimv2_CIM_PrintJob,
102475               };
102476               
102477               static MetaFeature*
102478               _CIM_PrinterServicingJob_features[] =
102479               {
102480                   (MetaFeature*)&_CIM_PrinterServicingJob_Antecedent,
102481                   (MetaFeature*)&_CIM_PrinterServicingJob_Dependent,
102482                   0,
102483               };
102484 mike  1.1.2.1 
102485               static const char*
102486               __root_cimv2_CIM_PrinterServicingJob_qualifiers[] =
102487               {
102488                   /* ASSOCIATION */
102489                   "\000\001",
102490                   /* UMLPackagePath */
102491                   "\057CIM::Device::Printing",
102492                   /* Version */
102493                   "\0632.6.0",
102494                   0,
102495               };
102496               
102497               MetaClass
102498               __root_cimv2_CIM_PrinterServicingJob =
102499               {
102500                   /* flags */
102501                   META_FLAG_ASSOCIATION,
102502                   /* name */
102503                   "CIM_PrinterServicingJob",
102504                   /* qualifiers */
102505 mike  1.1.2.1     __root_cimv2_CIM_PrinterServicingJob_qualifiers,
102506                   /* super */
102507                   &__root_cimv2_CIM_Dependency,
102508                   /* features */
102509                   _CIM_PrinterServicingJob_features,
102510               };
102511               
102512               //==============================================================================
102513               //
102514               // Class: CIM_PrintQueue
102515               //
102516               //==============================================================================
102517               
102518               static const char*
102519               _CIM_PrintQueue_QueueEnabled_qualifiers[] =
102520               {
102521                   /* Deprecated */
102522                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
102523                   0,
102524               };
102525               
102526 mike  1.1.2.1 static MetaProperty
102527               _CIM_PrintQueue_QueueEnabled =
102528               {
102529                   /* flags */
102530                   META_FLAG_PROPERTY|META_FLAG_READ,
102531                   /* name */
102532                   "QueueEnabled",
102533                   /* qualifiers */
102534                   _CIM_PrintQueue_QueueEnabled_qualifiers,
102535                   /* type */
102536                   CIMTYPE_BOOLEAN,
102537                   /* subscript */
102538                   -1,
102539                   /* value */
102540                   0,
102541               };
102542               
102543               static const char*
102544               _CIM_PrintQueue_QueueAccepting_qualifiers[] =
102545               {
102546                   /* Deprecated */
102547 mike  1.1.2.1     "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
102548                   0,
102549               };
102550               
102551               static MetaProperty
102552               _CIM_PrintQueue_QueueAccepting =
102553               {
102554                   /* flags */
102555                   META_FLAG_PROPERTY|META_FLAG_READ,
102556                   /* name */
102557                   "QueueAccepting",
102558                   /* qualifiers */
102559                   _CIM_PrintQueue_QueueAccepting_qualifiers,
102560                   /* type */
102561                   CIMTYPE_BOOLEAN,
102562                   /* subscript */
102563                   -1,
102564                   /* value */
102565                   0,
102566               };
102567               
102568 mike  1.1.2.1 static const char*
102569               _CIM_PrintQueue_NumberOnQueue_qualifiers[] =
102570               {
102571                   /* Gauge */
102572                   "\023\001",
102573                   0,
102574               };
102575               
102576               static MetaProperty
102577               _CIM_PrintQueue_NumberOnQueue =
102578               {
102579                   /* flags */
102580                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
102581                   /* name */
102582                   "NumberOnQueue",
102583                   /* qualifiers */
102584                   _CIM_PrintQueue_NumberOnQueue_qualifiers,
102585                   /* type */
102586                   CIMTYPE_UINT32,
102587                   /* subscript */
102588                   -1,
102589 mike  1.1.2.1     /* value */
102590                   0,
102591               };
102592               
102593               static const char*
102594               _CIM_PrintQueue_QueueStatus_qualifiers[] =
102595               {
102596                   /* ValueMap */
102597                   "\061\000\0040\0001\0002\0003\000",
102598                   /* Values */
102599                   "\062\000\004Other\000Unknown\000No Additional Status\000QueueSpoolAreaFull\000",
102600                   0,
102601               };
102602               
102603               static MetaProperty
102604               _CIM_PrintQueue_QueueStatus =
102605               {
102606                   /* flags */
102607                   META_FLAG_PROPERTY|META_FLAG_READ,
102608                   /* name */
102609                   "QueueStatus",
102610 mike  1.1.2.1     /* qualifiers */
102611                   _CIM_PrintQueue_QueueStatus_qualifiers,
102612                   /* type */
102613                   CIMTYPE_UINT16,
102614                   /* subscript */
102615                   -1,
102616                   /* value */
102617                   0,
102618               };
102619               
102620               static const char*
102621               _CIM_PrintQueue_QueueStatusInfo_qualifiers[] =
102622               {
102623                   0,
102624               };
102625               
102626               static MetaProperty
102627               _CIM_PrintQueue_QueueStatusInfo =
102628               {
102629                   /* flags */
102630                   META_FLAG_PROPERTY|META_FLAG_READ,
102631 mike  1.1.2.1     /* name */
102632                   "QueueStatusInfo",
102633                   /* qualifiers */
102634                   _CIM_PrintQueue_QueueStatusInfo_qualifiers,
102635                   /* type */
102636                   CIMTYPE_STRING,
102637                   /* subscript */
102638                   -1,
102639                   /* value */
102640                   0,
102641               };
102642               
102643               static const char*
102644               _CIM_PrintQueue_MaxJobSize_qualifiers[] =
102645               {
102646                   /* Units */
102647                   "\060KiloBytes",
102648                   /* ModelCorrespondence */
102649                   "\036\000\001CIM_PrintJob.JobSize\000",
102650                   0,
102651               };
102652 mike  1.1.2.1 
102653               static MetaProperty
102654               _CIM_PrintQueue_MaxJobSize =
102655               {
102656                   /* flags */
102657                   META_FLAG_PROPERTY|META_FLAG_READ,
102658                   /* name */
102659                   "MaxJobSize",
102660                   /* qualifiers */
102661                   _CIM_PrintQueue_MaxJobSize_qualifiers,
102662                   /* type */
102663                   CIMTYPE_UINT32,
102664                   /* subscript */
102665                   -1,
102666                   /* value */
102667                   0,
102668               };
102669               
102670               static const char*
102671               _CIM_PrintQueue_DefaultJobPriority_qualifiers[] =
102672               {
102673 mike  1.1.2.1     /* ModelCorrespondence */
102674                   "\036\000\002CIM_PrintQueue.JobPriorityHigh\000CIM_PrintQueue.JobPriorityLow\000",
102675                   0,
102676               };
102677               
102678               static MetaProperty
102679               _CIM_PrintQueue_DefaultJobPriority =
102680               {
102681                   /* flags */
102682                   META_FLAG_PROPERTY|META_FLAG_READ,
102683                   /* name */
102684                   "DefaultJobPriority",
102685                   /* qualifiers */
102686                   _CIM_PrintQueue_DefaultJobPriority_qualifiers,
102687                   /* type */
102688                   CIMTYPE_UINT32,
102689                   /* subscript */
102690                   -1,
102691                   /* value */
102692                   0,
102693               };
102694 mike  1.1.2.1 
102695               static const char*
102696               _CIM_PrintQueue_JobPriorityHigh_qualifiers[] =
102697               {
102698                   /* ModelCorrespondence */
102699                   "\036\000\002CIM_PrintQueue.JobPriorityLow\000CIM_Job.Priority\000",
102700                   0,
102701               };
102702               
102703               static MetaProperty
102704               _CIM_PrintQueue_JobPriorityHigh =
102705               {
102706                   /* flags */
102707                   META_FLAG_PROPERTY|META_FLAG_READ,
102708                   /* name */
102709                   "JobPriorityHigh",
102710                   /* qualifiers */
102711                   _CIM_PrintQueue_JobPriorityHigh_qualifiers,
102712                   /* type */
102713                   CIMTYPE_UINT32,
102714                   /* subscript */
102715 mike  1.1.2.1     -1,
102716                   /* value */
102717                   0,
102718               };
102719               
102720               static const char*
102721               _CIM_PrintQueue_JobPriorityLow_qualifiers[] =
102722               {
102723                   /* ModelCorrespondence */
102724                   "\036\000\002CIM_PrintQueue.JobPriorityHigh\000CIM_Job.Priority\000",
102725                   0,
102726               };
102727               
102728               static MetaProperty
102729               _CIM_PrintQueue_JobPriorityLow =
102730               {
102731                   /* flags */
102732                   META_FLAG_PROPERTY|META_FLAG_READ,
102733                   /* name */
102734                   "JobPriorityLow",
102735                   /* qualifiers */
102736 mike  1.1.2.1     _CIM_PrintQueue_JobPriorityLow_qualifiers,
102737                   /* type */
102738                   CIMTYPE_UINT32,
102739                   /* subscript */
102740                   -1,
102741                   /* value */
102742                   0,
102743               };
102744               
102745               static const char*
102746               _CIM_PrintQueue_AvailableJobSheets_qualifiers[] =
102747               {
102748                   /* ModelCorrespondence */
102749                   "\036\000\001CIM_PrintJob.RequiredJobSheets\000",
102750                   0,
102751               };
102752               
102753               static MetaProperty
102754               _CIM_PrintQueue_AvailableJobSheets =
102755               {
102756                   /* flags */
102757 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
102758                   /* name */
102759                   "AvailableJobSheets",
102760                   /* qualifiers */
102761                   _CIM_PrintQueue_AvailableJobSheets_qualifiers,
102762                   /* type */
102763                   CIMTYPE_STRING,
102764                   /* subscript */
102765                   0,
102766                   /* value */
102767                   0,
102768               };
102769               
102770               static MetaFeature*
102771               _CIM_PrintQueue_features[] =
102772               {
102773                   (MetaFeature*)&_CIM_PrintQueue_QueueEnabled,
102774                   (MetaFeature*)&_CIM_PrintQueue_QueueAccepting,
102775                   (MetaFeature*)&_CIM_PrintQueue_NumberOnQueue,
102776                   (MetaFeature*)&_CIM_PrintQueue_QueueStatus,
102777                   (MetaFeature*)&_CIM_PrintQueue_QueueStatusInfo,
102778 mike  1.1.2.1     (MetaFeature*)&_CIM_PrintQueue_MaxJobSize,
102779                   (MetaFeature*)&_CIM_PrintQueue_DefaultJobPriority,
102780                   (MetaFeature*)&_CIM_PrintQueue_JobPriorityHigh,
102781                   (MetaFeature*)&_CIM_PrintQueue_JobPriorityLow,
102782                   (MetaFeature*)&_CIM_PrintQueue_AvailableJobSheets,
102783                   0,
102784               };
102785               
102786               static const char*
102787               __root_cimv2_CIM_PrintQueue_qualifiers[] =
102788               {
102789                   /* UMLPackagePath */
102790                   "\057CIM::Device::Printing",
102791                   /* Version */
102792                   "\0632.10.0",
102793                   0,
102794               };
102795               
102796               MetaClass
102797               __root_cimv2_CIM_PrintQueue =
102798               {
102799 mike  1.1.2.1     /* flags */
102800                   META_FLAG_CLASS,
102801                   /* name */
102802                   "CIM_PrintQueue",
102803                   /* qualifiers */
102804                   __root_cimv2_CIM_PrintQueue_qualifiers,
102805                   /* super */
102806                   &__root_cimv2_CIM_JobDestination,
102807                   /* features */
102808                   _CIM_PrintQueue_features,
102809               };
102810               
102811               //==============================================================================
102812               //
102813               // Class: CIM_Process
102814               //
102815               //==============================================================================
102816               
102817               static const char*
102818               _CIM_Process_CSCreationClassName_qualifiers[] =
102819               {
102820 mike  1.1.2.1     /* Key */
102821                   "\025\001",
102822                   /* Propagated */
102823                   "\045CIM_OperatingSystem.CSCreationClassName",
102824                   /* MaxLen */
102825                   "\030\000\000\001\000",
102826                   0,
102827               };
102828               
102829               static MetaProperty
102830               _CIM_Process_CSCreationClassName =
102831               {
102832                   /* flags */
102833                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102834                   /* name */
102835                   "CSCreationClassName",
102836                   /* qualifiers */
102837                   _CIM_Process_CSCreationClassName_qualifiers,
102838                   /* type */
102839                   CIMTYPE_STRING,
102840                   /* subscript */
102841 mike  1.1.2.1     -1,
102842                   /* value */
102843                   0,
102844               };
102845               
102846               static const char*
102847               _CIM_Process_CSName_qualifiers[] =
102848               {
102849                   /* Key */
102850                   "\025\001",
102851                   /* Propagated */
102852                   "\045CIM_OperatingSystem.CSName",
102853                   /* MaxLen */
102854                   "\030\000\000\001\000",
102855                   0,
102856               };
102857               
102858               static MetaProperty
102859               _CIM_Process_CSName =
102860               {
102861                   /* flags */
102862 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102863                   /* name */
102864                   "CSName",
102865                   /* qualifiers */
102866                   _CIM_Process_CSName_qualifiers,
102867                   /* type */
102868                   CIMTYPE_STRING,
102869                   /* subscript */
102870                   -1,
102871                   /* value */
102872                   0,
102873               };
102874               
102875               static const char*
102876               _CIM_Process_OSCreationClassName_qualifiers[] =
102877               {
102878                   /* Key */
102879                   "\025\001",
102880                   /* Propagated */
102881                   "\045CIM_OperatingSystem.CreationClassName",
102882                   /* MaxLen */
102883 mike  1.1.2.1     "\030\000\000\001\000",
102884                   0,
102885               };
102886               
102887               static MetaProperty
102888               _CIM_Process_OSCreationClassName =
102889               {
102890                   /* flags */
102891                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102892                   /* name */
102893                   "OSCreationClassName",
102894                   /* qualifiers */
102895                   _CIM_Process_OSCreationClassName_qualifiers,
102896                   /* type */
102897                   CIMTYPE_STRING,
102898                   /* subscript */
102899                   -1,
102900                   /* value */
102901                   0,
102902               };
102903               
102904 mike  1.1.2.1 static const char*
102905               _CIM_Process_OSName_qualifiers[] =
102906               {
102907                   /* Key */
102908                   "\025\001",
102909                   /* Propagated */
102910                   "\045CIM_OperatingSystem.Name",
102911                   /* MaxLen */
102912                   "\030\000\000\001\000",
102913                   0,
102914               };
102915               
102916               static MetaProperty
102917               _CIM_Process_OSName =
102918               {
102919                   /* flags */
102920                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102921                   /* name */
102922                   "OSName",
102923                   /* qualifiers */
102924                   _CIM_Process_OSName_qualifiers,
102925 mike  1.1.2.1     /* type */
102926                   CIMTYPE_STRING,
102927                   /* subscript */
102928                   -1,
102929                   /* value */
102930                   0,
102931               };
102932               
102933               static const char*
102934               _CIM_Process_CreationClassName_qualifiers[] =
102935               {
102936                   /* Key */
102937                   "\025\001",
102938                   /* MaxLen */
102939                   "\030\000\000\001\000",
102940                   0,
102941               };
102942               
102943               static MetaProperty
102944               _CIM_Process_CreationClassName =
102945               {
102946 mike  1.1.2.1     /* flags */
102947                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102948                   /* name */
102949                   "CreationClassName",
102950                   /* qualifiers */
102951                   _CIM_Process_CreationClassName_qualifiers,
102952                   /* type */
102953                   CIMTYPE_STRING,
102954                   /* subscript */
102955                   -1,
102956                   /* value */
102957                   0,
102958               };
102959               
102960               static const char*
102961               _CIM_Process_Handle_qualifiers[] =
102962               {
102963                   /* Key */
102964                   "\025\001",
102965                   /* MaxLen */
102966                   "\030\000\000\001\000",
102967 mike  1.1.2.1     /* MappingStrings */
102968                   "\026\000\001MIF.DMTF|Process Information|001.1\000",
102969                   0,
102970               };
102971               
102972               static MetaProperty
102973               _CIM_Process_Handle =
102974               {
102975                   /* flags */
102976                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102977                   /* name */
102978                   "Handle",
102979                   /* qualifiers */
102980                   _CIM_Process_Handle_qualifiers,
102981                   /* type */
102982                   CIMTYPE_STRING,
102983                   /* subscript */
102984                   -1,
102985                   /* value */
102986                   0,
102987               };
102988 mike  1.1.2.1 
102989               static const char*
102990               _CIM_Process_Name_qualifiers[] =
102991               {
102992                   /* Override */
102993                   "\044Name",
102994                   /* MappingStrings */
102995                   "\026\000\001MIF.DMTF|Process Information|001.6\000",
102996                   0,
102997               };
102998               
102999               static MetaProperty
103000               _CIM_Process_Name =
103001               {
103002                   /* flags */
103003                   META_FLAG_PROPERTY|META_FLAG_READ,
103004                   /* name */
103005                   "Name",
103006                   /* qualifiers */
103007                   _CIM_Process_Name_qualifiers,
103008                   /* type */
103009 mike  1.1.2.1     CIMTYPE_STRING,
103010                   /* subscript */
103011                   -1,
103012                   /* value */
103013                   0,
103014               };
103015               
103016               static const char*
103017               _CIM_Process_Priority_qualifiers[] =
103018               {
103019                   /* MappingStrings */
103020                   "\026\000\001MIF.DMTF|Process Information|001.10\000",
103021                   0,
103022               };
103023               
103024               static MetaProperty
103025               _CIM_Process_Priority =
103026               {
103027                   /* flags */
103028                   META_FLAG_PROPERTY|META_FLAG_READ,
103029                   /* name */
103030 mike  1.1.2.1     "Priority",
103031                   /* qualifiers */
103032                   _CIM_Process_Priority_qualifiers,
103033                   /* type */
103034                   CIMTYPE_UINT32,
103035                   /* subscript */
103036                   -1,
103037                   /* value */
103038                   0,
103039               };
103040               
103041               static const char*
103042               _CIM_Process_ExecutionState_qualifiers[] =
103043               {
103044                   /* ValueMap */
103045                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
103046                   /* Values */
103047                   "\062\000\014Unknown\000Other\000Ready\000Running\000Blocked\000Suspended Blocked\000Suspended Ready\000Terminated\000Stopped\000Growing\000Ready But Relinquished Processor\000Hung\000",
103048                   /* MappingStrings */
103049                   "\026\000\002MIF.DMTF|Process Information|001.9\000MIF.UNIX|Process Information|13.9\000",
103050                   0,
103051 mike  1.1.2.1 };
103052               
103053               static MetaProperty
103054               _CIM_Process_ExecutionState =
103055               {
103056                   /* flags */
103057                   META_FLAG_PROPERTY|META_FLAG_READ,
103058                   /* name */
103059                   "ExecutionState",
103060                   /* qualifiers */
103061                   _CIM_Process_ExecutionState_qualifiers,
103062                   /* type */
103063                   CIMTYPE_UINT16,
103064                   /* subscript */
103065                   -1,
103066                   /* value */
103067                   0,
103068               };
103069               
103070               static const char*
103071               _CIM_Process_OtherExecutionDescription_qualifiers[] =
103072 mike  1.1.2.1 {
103073                   0,
103074               };
103075               
103076               static MetaProperty
103077               _CIM_Process_OtherExecutionDescription =
103078               {
103079                   /* flags */
103080                   META_FLAG_PROPERTY|META_FLAG_READ,
103081                   /* name */
103082                   "OtherExecutionDescription",
103083                   /* qualifiers */
103084                   _CIM_Process_OtherExecutionDescription_qualifiers,
103085                   /* type */
103086                   CIMTYPE_STRING,
103087                   /* subscript */
103088                   -1,
103089                   /* value */
103090                   0,
103091               };
103092               
103093 mike  1.1.2.1 static const char*
103094               _CIM_Process_CreationDate_qualifiers[] =
103095               {
103096                   0,
103097               };
103098               
103099               static MetaProperty
103100               _CIM_Process_CreationDate =
103101               {
103102                   /* flags */
103103                   META_FLAG_PROPERTY|META_FLAG_READ,
103104                   /* name */
103105                   "CreationDate",
103106                   /* qualifiers */
103107                   _CIM_Process_CreationDate_qualifiers,
103108                   /* type */
103109                   CIMTYPE_DATETIME,
103110                   /* subscript */
103111                   -1,
103112                   /* value */
103113                   0,
103114 mike  1.1.2.1 };
103115               
103116               static const char*
103117               _CIM_Process_TerminationDate_qualifiers[] =
103118               {
103119                   0,
103120               };
103121               
103122               static MetaProperty
103123               _CIM_Process_TerminationDate =
103124               {
103125                   /* flags */
103126                   META_FLAG_PROPERTY|META_FLAG_READ,
103127                   /* name */
103128                   "TerminationDate",
103129                   /* qualifiers */
103130                   _CIM_Process_TerminationDate_qualifiers,
103131                   /* type */
103132                   CIMTYPE_DATETIME,
103133                   /* subscript */
103134                   -1,
103135 mike  1.1.2.1     /* value */
103136                   0,
103137               };
103138               
103139               static const char*
103140               _CIM_Process_KernelModeTime_qualifiers[] =
103141               {
103142                   /* Units */
103143                   "\060MilliSeconds",
103144                   /* MappingStrings */
103145                   "\026\000\001MIF.DMTF|Process Information|001.13\000",
103146                   0,
103147               };
103148               
103149               static MetaProperty
103150               _CIM_Process_KernelModeTime =
103151               {
103152                   /* flags */
103153                   META_FLAG_PROPERTY|META_FLAG_READ,
103154                   /* name */
103155                   "KernelModeTime",
103156 mike  1.1.2.1     /* qualifiers */
103157                   _CIM_Process_KernelModeTime_qualifiers,
103158                   /* type */
103159                   CIMTYPE_UINT64,
103160                   /* subscript */
103161                   -1,
103162                   /* value */
103163                   0,
103164               };
103165               
103166               static const char*
103167               _CIM_Process_UserModeTime_qualifiers[] =
103168               {
103169                   /* Units */
103170                   "\060MilliSeconds",
103171                   /* MappingStrings */
103172                   "\026\000\001MIF.DMTF|Process Information|001.14\000",
103173                   0,
103174               };
103175               
103176               static MetaProperty
103177 mike  1.1.2.1 _CIM_Process_UserModeTime =
103178               {
103179                   /* flags */
103180                   META_FLAG_PROPERTY|META_FLAG_READ,
103181                   /* name */
103182                   "UserModeTime",
103183                   /* qualifiers */
103184                   _CIM_Process_UserModeTime_qualifiers,
103185                   /* type */
103186                   CIMTYPE_UINT64,
103187                   /* subscript */
103188                   -1,
103189                   /* value */
103190                   0,
103191               };
103192               
103193               static const char*
103194               _CIM_Process_WorkingSetSize_qualifiers[] =
103195               {
103196                   /* Units */
103197                   "\060Bytes",
103198 mike  1.1.2.1     /* Gauge */
103199                   "\023\001",
103200                   0,
103201               };
103202               
103203               static MetaProperty
103204               _CIM_Process_WorkingSetSize =
103205               {
103206                   /* flags */
103207                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
103208                   /* name */
103209                   "WorkingSetSize",
103210                   /* qualifiers */
103211                   _CIM_Process_WorkingSetSize_qualifiers,
103212                   /* type */
103213                   CIMTYPE_UINT64,
103214                   /* subscript */
103215                   -1,
103216                   /* value */
103217                   0,
103218               };
103219 mike  1.1.2.1 
103220               static MetaFeature*
103221               _CIM_Process_features[] =
103222               {
103223                   (MetaFeature*)&_CIM_Process_CSCreationClassName,
103224                   (MetaFeature*)&_CIM_Process_CSName,
103225                   (MetaFeature*)&_CIM_Process_OSCreationClassName,
103226                   (MetaFeature*)&_CIM_Process_OSName,
103227                   (MetaFeature*)&_CIM_Process_CreationClassName,
103228                   (MetaFeature*)&_CIM_Process_Handle,
103229                   (MetaFeature*)&_CIM_Process_Name,
103230                   (MetaFeature*)&_CIM_Process_Priority,
103231                   (MetaFeature*)&_CIM_Process_ExecutionState,
103232                   (MetaFeature*)&_CIM_Process_OtherExecutionDescription,
103233                   (MetaFeature*)&_CIM_Process_CreationDate,
103234                   (MetaFeature*)&_CIM_Process_TerminationDate,
103235                   (MetaFeature*)&_CIM_Process_KernelModeTime,
103236                   (MetaFeature*)&_CIM_Process_UserModeTime,
103237                   (MetaFeature*)&_CIM_Process_WorkingSetSize,
103238                   0,
103239               };
103240 mike  1.1.2.1 
103241               static const char*
103242               __root_cimv2_CIM_Process_qualifiers[] =
103243               {
103244                   /* UMLPackagePath */
103245                   "\057CIM::System::Processing",
103246                   /* Version */
103247                   "\0632.10.0",
103248                   0,
103249               };
103250               
103251               MetaClass
103252               __root_cimv2_CIM_Process =
103253               {
103254                   /* flags */
103255                   META_FLAG_CLASS,
103256                   /* name */
103257                   "CIM_Process",
103258                   /* qualifiers */
103259                   __root_cimv2_CIM_Process_qualifiers,
103260                   /* super */
103261 mike  1.1.2.1     &__root_cimv2_CIM_EnabledLogicalElement,
103262                   /* features */
103263                   _CIM_Process_features,
103264               };
103265               
103266               //==============================================================================
103267               //
103268               // Class: CIM_ProcessExecutable
103269               //
103270               //==============================================================================
103271               
103272               static const char*
103273               _CIM_ProcessExecutable_Antecedent_qualifiers[] =
103274               {
103275                   /* Override */
103276                   "\044Antecedent",
103277                   0,
103278               };
103279               
103280               static MetaReference
103281               _CIM_ProcessExecutable_Antecedent =
103282 mike  1.1.2.1 {
103283                   /* flags */
103284                   META_FLAG_REFERENCE|META_FLAG_READ,
103285                   /* name */
103286                   "Antecedent",
103287                   /* qualifiers */
103288                   _CIM_ProcessExecutable_Antecedent_qualifiers,
103289                   /* subscript */
103290                   -1,
103291                   /* refId */
103292                   &__root_cimv2_CIM_DataFile,
103293               };
103294               
103295               static const char*
103296               _CIM_ProcessExecutable_Dependent_qualifiers[] =
103297               {
103298                   /* Override */
103299                   "\044Dependent",
103300                   0,
103301               };
103302               
103303 mike  1.1.2.1 static MetaReference
103304               _CIM_ProcessExecutable_Dependent =
103305               {
103306                   /* flags */
103307                   META_FLAG_REFERENCE|META_FLAG_READ,
103308                   /* name */
103309                   "Dependent",
103310                   /* qualifiers */
103311                   _CIM_ProcessExecutable_Dependent_qualifiers,
103312                   /* subscript */
103313                   -1,
103314                   /* refId */
103315                   &__root_cimv2_CIM_Process,
103316               };
103317               
103318               static MetaFeature*
103319               _CIM_ProcessExecutable_features[] =
103320               {
103321                   (MetaFeature*)&_CIM_ProcessExecutable_Antecedent,
103322                   (MetaFeature*)&_CIM_ProcessExecutable_Dependent,
103323                   0,
103324 mike  1.1.2.1 };
103325               
103326               static const char*
103327               __root_cimv2_CIM_ProcessExecutable_qualifiers[] =
103328               {
103329                   /* ASSOCIATION */
103330                   "\000\001",
103331                   /* UMLPackagePath */
103332                   "\057CIM::System::Processing",
103333                   /* Version */
103334                   "\0632.6.0",
103335                   0,
103336               };
103337               
103338               MetaClass
103339               __root_cimv2_CIM_ProcessExecutable =
103340               {
103341                   /* flags */
103342                   META_FLAG_ASSOCIATION,
103343                   /* name */
103344                   "CIM_ProcessExecutable",
103345 mike  1.1.2.1     /* qualifiers */
103346                   __root_cimv2_CIM_ProcessExecutable_qualifiers,
103347                   /* super */
103348                   &__root_cimv2_CIM_Dependency,
103349                   /* features */
103350                   _CIM_ProcessExecutable_features,
103351               };
103352               
103353               //==============================================================================
103354               //
103355               // Class: CIM_ProcessOfJob
103356               //
103357               //==============================================================================
103358               
103359               static const char*
103360               _CIM_ProcessOfJob_GroupComponent_qualifiers[] =
103361               {
103362                   /* Aggregate */
103363                   "\003\001",
103364                   /* Override */
103365                   "\044GroupComponent",
103366 mike  1.1.2.1     0,
103367               };
103368               
103369               static MetaReference
103370               _CIM_ProcessOfJob_GroupComponent =
103371               {
103372                   /* flags */
103373                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
103374                   /* name */
103375                   "GroupComponent",
103376                   /* qualifiers */
103377                   _CIM_ProcessOfJob_GroupComponent_qualifiers,
103378                   /* subscript */
103379                   -1,
103380                   /* refId */
103381                   &__root_cimv2_CIM_Job,
103382               };
103383               
103384               static const char*
103385               _CIM_ProcessOfJob_PartComponent_qualifiers[] =
103386               {
103387 mike  1.1.2.1     /* Override */
103388                   "\044PartComponent",
103389                   0,
103390               };
103391               
103392               static MetaReference
103393               _CIM_ProcessOfJob_PartComponent =
103394               {
103395                   /* flags */
103396                   META_FLAG_REFERENCE|META_FLAG_READ,
103397                   /* name */
103398                   "PartComponent",
103399                   /* qualifiers */
103400                   _CIM_ProcessOfJob_PartComponent_qualifiers,
103401                   /* subscript */
103402                   -1,
103403                   /* refId */
103404                   &__root_cimv2_CIM_Process,
103405               };
103406               
103407               static MetaFeature*
103408 mike  1.1.2.1 _CIM_ProcessOfJob_features[] =
103409               {
103410                   (MetaFeature*)&_CIM_ProcessOfJob_GroupComponent,
103411                   (MetaFeature*)&_CIM_ProcessOfJob_PartComponent,
103412                   0,
103413               };
103414               
103415               static const char*
103416               __root_cimv2_CIM_ProcessOfJob_qualifiers[] =
103417               {
103418                   /* ASSOCIATION */
103419                   "\000\001",
103420                   /* UMLPackagePath */
103421                   "\057CIM::System::Processing",
103422                   /* Aggregation */
103423                   "\004\001",
103424                   /* Composition */
103425                   "\011\001",
103426                   /* Version */
103427                   "\0632.7.0",
103428                   0,
103429 mike  1.1.2.1 };
103430               
103431               MetaClass
103432               __root_cimv2_CIM_ProcessOfJob =
103433               {
103434                   /* flags */
103435                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
103436                   /* name */
103437                   "CIM_ProcessOfJob",
103438                   /* qualifiers */
103439                   __root_cimv2_CIM_ProcessOfJob_qualifiers,
103440                   /* super */
103441                   &__root_cimv2_CIM_Component,
103442                   /* features */
103443                   _CIM_ProcessOfJob_features,
103444               };
103445               
103446               //==============================================================================
103447               //
103448               // Class: CIM_Processor
103449               //
103450 mike  1.1.2.1 //==============================================================================
103451               
103452               static const char*
103453               _CIM_Processor_Role_qualifiers[] =
103454               {
103455                   0,
103456               };
103457               
103458               static MetaProperty
103459               _CIM_Processor_Role =
103460               {
103461                   /* flags */
103462                   META_FLAG_PROPERTY|META_FLAG_READ,
103463                   /* name */
103464                   "Role",
103465                   /* qualifiers */
103466                   _CIM_Processor_Role_qualifiers,
103467                   /* type */
103468                   CIMTYPE_STRING,
103469                   /* subscript */
103470                   -1,
103471 mike  1.1.2.1     /* value */
103472                   0,
103473               };
103474               
103475               static const char*
103476               _CIM_Processor_Family_qualifiers[] =
103477               {
103478                   /* ValueMap */
103479                   "\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",
103480                   /* Values */
103481                   "\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",
103482                   /* MappingStrings */
103483                   "\026\000\001MIF.DMTF|Processor|017.3\000",
103484                   /* ModelCorrespondence */
103485                   "\036\000\001CIM_Processor.OtherFamilyDescription\000",
103486                   0,
103487               };
103488               
103489               static MetaProperty
103490               _CIM_Processor_Family =
103491               {
103492 mike  1.1.2.1     /* flags */
103493                   META_FLAG_PROPERTY|META_FLAG_READ,
103494                   /* name */
103495                   "Family",
103496                   /* qualifiers */
103497                   _CIM_Processor_Family_qualifiers,
103498                   /* type */
103499                   CIMTYPE_UINT16,
103500                   /* subscript */
103501                   -1,
103502                   /* value */
103503                   0,
103504               };
103505               
103506               static const char*
103507               _CIM_Processor_OtherFamilyDescription_qualifiers[] =
103508               {
103509                   /* MaxLen */
103510                   "\030\000\000\000\100",
103511                   /* ModelCorrespondence */
103512                   "\036\000\001CIM_Processor.Family\000",
103513 mike  1.1.2.1     0,
103514               };
103515               
103516               static MetaProperty
103517               _CIM_Processor_OtherFamilyDescription =
103518               {
103519                   /* flags */
103520                   META_FLAG_PROPERTY|META_FLAG_READ,
103521                   /* name */
103522                   "OtherFamilyDescription",
103523                   /* qualifiers */
103524                   _CIM_Processor_OtherFamilyDescription_qualifiers,
103525                   /* type */
103526                   CIMTYPE_STRING,
103527                   /* subscript */
103528                   -1,
103529                   /* value */
103530                   0,
103531               };
103532               
103533               static const char*
103534 mike  1.1.2.1 _CIM_Processor_UpgradeMethod_qualifiers[] =
103535               {
103536                   /* ValueMap */
103537                   "\061\000\0221\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000",
103538                   /* Values */
103539                   "\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",
103540                   /* MappingStrings */
103541                   "\026\000\001MIF.DMTF|Processor|017.7\000",
103542                   0,
103543               };
103544               
103545               static MetaProperty
103546               _CIM_Processor_UpgradeMethod =
103547               {
103548                   /* flags */
103549                   META_FLAG_PROPERTY|META_FLAG_READ,
103550                   /* name */
103551                   "UpgradeMethod",
103552                   /* qualifiers */
103553                   _CIM_Processor_UpgradeMethod_qualifiers,
103554                   /* type */
103555 mike  1.1.2.1     CIMTYPE_UINT16,
103556                   /* subscript */
103557                   -1,
103558                   /* value */
103559                   0,
103560               };
103561               
103562               static const char*
103563               _CIM_Processor_MaxClockSpeed_qualifiers[] =
103564               {
103565                   /* Units */
103566                   "\060MegaHertz",
103567                   /* MappingStrings */
103568                   "\026\000\001MIF.DMTF|Processor|017.5\000",
103569                   0,
103570               };
103571               
103572               static MetaProperty
103573               _CIM_Processor_MaxClockSpeed =
103574               {
103575                   /* flags */
103576 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
103577                   /* name */
103578                   "MaxClockSpeed",
103579                   /* qualifiers */
103580                   _CIM_Processor_MaxClockSpeed_qualifiers,
103581                   /* type */
103582                   CIMTYPE_UINT32,
103583                   /* subscript */
103584                   -1,
103585                   /* value */
103586                   0,
103587               };
103588               
103589               static const char*
103590               _CIM_Processor_CurrentClockSpeed_qualifiers[] =
103591               {
103592                   /* Units */
103593                   "\060MegaHertz",
103594                   /* MappingStrings */
103595                   "\026\000\001MIF.DMTF|Processor|017.6\000",
103596                   0,
103597 mike  1.1.2.1 };
103598               
103599               static MetaProperty
103600               _CIM_Processor_CurrentClockSpeed =
103601               {
103602                   /* flags */
103603                   META_FLAG_PROPERTY|META_FLAG_READ,
103604                   /* name */
103605                   "CurrentClockSpeed",
103606                   /* qualifiers */
103607                   _CIM_Processor_CurrentClockSpeed_qualifiers,
103608                   /* type */
103609                   CIMTYPE_UINT32,
103610                   /* subscript */
103611                   -1,
103612                   /* value */
103613                   0,
103614               };
103615               
103616               static const char*
103617               _CIM_Processor_DataWidth_qualifiers[] =
103618 mike  1.1.2.1 {
103619                   /* Units */
103620                   "\060Bits",
103621                   0,
103622               };
103623               
103624               static MetaProperty
103625               _CIM_Processor_DataWidth =
103626               {
103627                   /* flags */
103628                   META_FLAG_PROPERTY|META_FLAG_READ,
103629                   /* name */
103630                   "DataWidth",
103631                   /* qualifiers */
103632                   _CIM_Processor_DataWidth_qualifiers,
103633                   /* type */
103634                   CIMTYPE_UINT16,
103635                   /* subscript */
103636                   -1,
103637                   /* value */
103638                   0,
103639 mike  1.1.2.1 };
103640               
103641               static const char*
103642               _CIM_Processor_AddressWidth_qualifiers[] =
103643               {
103644                   /* Units */
103645                   "\060Bits",
103646                   0,
103647               };
103648               
103649               static MetaProperty
103650               _CIM_Processor_AddressWidth =
103651               {
103652                   /* flags */
103653                   META_FLAG_PROPERTY|META_FLAG_READ,
103654                   /* name */
103655                   "AddressWidth",
103656                   /* qualifiers */
103657                   _CIM_Processor_AddressWidth_qualifiers,
103658                   /* type */
103659                   CIMTYPE_UINT16,
103660 mike  1.1.2.1     /* subscript */
103661                   -1,
103662                   /* value */
103663                   0,
103664               };
103665               
103666               static const char*
103667               _CIM_Processor_LoadPercentage_qualifiers[] =
103668               {
103669                   /* Units */
103670                   "\060Percent",
103671                   /* Gauge */
103672                   "\023\001",
103673                   /* MappingStrings */
103674                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrProcessorLoad\000",
103675                   0,
103676               };
103677               
103678               static MetaProperty
103679               _CIM_Processor_LoadPercentage =
103680               {
103681 mike  1.1.2.1     /* flags */
103682                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
103683                   /* name */
103684                   "LoadPercentage",
103685                   /* qualifiers */
103686                   _CIM_Processor_LoadPercentage_qualifiers,
103687                   /* type */
103688                   CIMTYPE_UINT16,
103689                   /* subscript */
103690                   -1,
103691                   /* value */
103692                   0,
103693               };
103694               
103695               static const char*
103696               _CIM_Processor_Stepping_qualifiers[] =
103697               {
103698                   /* ModelCorrespondence */
103699                   "\036\000\001CIM_Processor.Family\000",
103700                   0,
103701               };
103702 mike  1.1.2.1 
103703               static MetaProperty
103704               _CIM_Processor_Stepping =
103705               {
103706                   /* flags */
103707                   META_FLAG_PROPERTY|META_FLAG_READ,
103708                   /* name */
103709                   "Stepping",
103710                   /* qualifiers */
103711                   _CIM_Processor_Stepping_qualifiers,
103712                   /* type */
103713                   CIMTYPE_STRING,
103714                   /* subscript */
103715                   -1,
103716                   /* value */
103717                   0,
103718               };
103719               
103720               static const char*
103721               _CIM_Processor_UniqueID_qualifiers[] =
103722               {
103723 mike  1.1.2.1     0,
103724               };
103725               
103726               static MetaProperty
103727               _CIM_Processor_UniqueID =
103728               {
103729                   /* flags */
103730                   META_FLAG_PROPERTY|META_FLAG_READ,
103731                   /* name */
103732                   "UniqueID",
103733                   /* qualifiers */
103734                   _CIM_Processor_UniqueID_qualifiers,
103735                   /* type */
103736                   CIMTYPE_STRING,
103737                   /* subscript */
103738                   -1,
103739                   /* value */
103740                   0,
103741               };
103742               
103743               static const char*
103744 mike  1.1.2.1 _CIM_Processor_CPUStatus_qualifiers[] =
103745               {
103746                   /* ValueMap */
103747                   "\061\000\0060\0001\0002\0003\0004\0007\000",
103748                   /* Values */
103749                   "\062\000\006Unknown\000CPU Enabled\000CPU Disabled by User via BIOS Setup\000CPU Disabled By BIOS (POST Error)\000CPU Is Idle\000Other\000",
103750                   0,
103751               };
103752               
103753               static MetaProperty
103754               _CIM_Processor_CPUStatus =
103755               {
103756                   /* flags */
103757                   META_FLAG_PROPERTY|META_FLAG_READ,
103758                   /* name */
103759                   "CPUStatus",
103760                   /* qualifiers */
103761                   _CIM_Processor_CPUStatus_qualifiers,
103762                   /* type */
103763                   CIMTYPE_UINT16,
103764                   /* subscript */
103765 mike  1.1.2.1     -1,
103766                   /* value */
103767                   0,
103768               };
103769               
103770               static MetaFeature*
103771               _CIM_Processor_features[] =
103772               {
103773                   (MetaFeature*)&_CIM_Processor_Role,
103774                   (MetaFeature*)&_CIM_Processor_Family,
103775                   (MetaFeature*)&_CIM_Processor_OtherFamilyDescription,
103776                   (MetaFeature*)&_CIM_Processor_UpgradeMethod,
103777                   (MetaFeature*)&_CIM_Processor_MaxClockSpeed,
103778                   (MetaFeature*)&_CIM_Processor_CurrentClockSpeed,
103779                   (MetaFeature*)&_CIM_Processor_DataWidth,
103780                   (MetaFeature*)&_CIM_Processor_AddressWidth,
103781                   (MetaFeature*)&_CIM_Processor_LoadPercentage,
103782                   (MetaFeature*)&_CIM_Processor_Stepping,
103783                   (MetaFeature*)&_CIM_Processor_UniqueID,
103784                   (MetaFeature*)&_CIM_Processor_CPUStatus,
103785                   0,
103786 mike  1.1.2.1 };
103787               
103788               static const char*
103789               __root_cimv2_CIM_Processor_qualifiers[] =
103790               {
103791                   /* UMLPackagePath */
103792                   "\057CIM::Device::Processor",
103793                   /* Version */
103794                   "\0632.7.0",
103795                   0,
103796               };
103797               
103798               MetaClass
103799               __root_cimv2_CIM_Processor =
103800               {
103801                   /* flags */
103802                   META_FLAG_CLASS,
103803                   /* name */
103804                   "CIM_Processor",
103805                   /* qualifiers */
103806                   __root_cimv2_CIM_Processor_qualifiers,
103807 mike  1.1.2.1     /* super */
103808                   &__root_cimv2_CIM_LogicalDevice,
103809                   /* features */
103810                   _CIM_Processor_features,
103811               };
103812               
103813               //==============================================================================
103814               //
103815               // Class: CIM_ProtocolController
103816               //
103817               //==============================================================================
103818               
103819               static const char*
103820               _CIM_ProtocolController_MaxUnitsControlled_qualifiers[] =
103821               {
103822                   0,
103823               };
103824               
103825               static MetaProperty
103826               _CIM_ProtocolController_MaxUnitsControlled =
103827               {
103828 mike  1.1.2.1     /* flags */
103829                   META_FLAG_PROPERTY|META_FLAG_READ,
103830                   /* name */
103831                   "MaxUnitsControlled",
103832                   /* qualifiers */
103833                   _CIM_ProtocolController_MaxUnitsControlled_qualifiers,
103834                   /* type */
103835                   CIMTYPE_UINT32,
103836                   /* subscript */
103837                   -1,
103838                   /* value */
103839                   0,
103840               };
103841               
103842               static MetaFeature*
103843               _CIM_ProtocolController_features[] =
103844               {
103845                   (MetaFeature*)&_CIM_ProtocolController_MaxUnitsControlled,
103846                   0,
103847               };
103848               
103849 mike  1.1.2.1 static const char*
103850               __root_cimv2_CIM_ProtocolController_qualifiers[] =
103851               {
103852                   /* UMLPackagePath */
103853                   "\057CIM::Device::ProtocolController",
103854                   /* Abstract */
103855                   "\002\001",
103856                   /* Version */
103857                   "\0632.8.0",
103858                   0,
103859               };
103860               
103861               MetaClass
103862               __root_cimv2_CIM_ProtocolController =
103863               {
103864                   /* flags */
103865                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
103866                   /* name */
103867                   "CIM_ProtocolController",
103868                   /* qualifiers */
103869                   __root_cimv2_CIM_ProtocolController_qualifiers,
103870 mike  1.1.2.1     /* super */
103871                   &__root_cimv2_CIM_LogicalDevice,
103872                   /* features */
103873                   _CIM_ProtocolController_features,
103874               };
103875               
103876               //==============================================================================
103877               //
103878               // Class: CIM_ProtocolControllerForDevice
103879               //
103880               //==============================================================================
103881               
103882               static const char*
103883               _CIM_ProtocolControllerForDevice_Antecedent_qualifiers[] =
103884               {
103885                   /* Override */
103886                   "\044Antecedent",
103887                   0,
103888               };
103889               
103890               static MetaReference
103891 mike  1.1.2.1 _CIM_ProtocolControllerForDevice_Antecedent =
103892               {
103893                   /* flags */
103894                   META_FLAG_REFERENCE|META_FLAG_READ,
103895                   /* name */
103896                   "Antecedent",
103897                   /* qualifiers */
103898                   _CIM_ProtocolControllerForDevice_Antecedent_qualifiers,
103899                   /* subscript */
103900                   -1,
103901                   /* refId */
103902                   &__root_cimv2_CIM_ProtocolController,
103903               };
103904               
103905               static const char*
103906               _CIM_ProtocolControllerForDevice_Dependent_qualifiers[] =
103907               {
103908                   /* Override */
103909                   "\044Dependent",
103910                   0,
103911               };
103912 mike  1.1.2.1 
103913               static MetaReference
103914               _CIM_ProtocolControllerForDevice_Dependent =
103915               {
103916                   /* flags */
103917                   META_FLAG_REFERENCE|META_FLAG_READ,
103918                   /* name */
103919                   "Dependent",
103920                   /* qualifiers */
103921                   _CIM_ProtocolControllerForDevice_Dependent_qualifiers,
103922                   /* subscript */
103923                   -1,
103924                   /* refId */
103925                   &__root_cimv2_CIM_LogicalDevice,
103926               };
103927               
103928               static const char*
103929               _CIM_ProtocolControllerForDevice_DeviceNumber_qualifiers[] =
103930               {
103931                   0,
103932               };
103933 mike  1.1.2.1 
103934               static MetaProperty
103935               _CIM_ProtocolControllerForDevice_DeviceNumber =
103936               {
103937                   /* flags */
103938                   META_FLAG_PROPERTY|META_FLAG_READ,
103939                   /* name */
103940                   "DeviceNumber",
103941                   /* qualifiers */
103942                   _CIM_ProtocolControllerForDevice_DeviceNumber_qualifiers,
103943                   /* type */
103944                   CIMTYPE_STRING,
103945                   /* subscript */
103946                   -1,
103947                   /* value */
103948                   0,
103949               };
103950               
103951               static const char*
103952               _CIM_ProtocolControllerForDevice_AccessPriority_qualifiers[] =
103953               {
103954 mike  1.1.2.1     0,
103955               };
103956               
103957               static MetaProperty
103958               _CIM_ProtocolControllerForDevice_AccessPriority =
103959               {
103960                   /* flags */
103961                   META_FLAG_PROPERTY|META_FLAG_READ,
103962                   /* name */
103963                   "AccessPriority",
103964                   /* qualifiers */
103965                   _CIM_ProtocolControllerForDevice_AccessPriority_qualifiers,
103966                   /* type */
103967                   CIMTYPE_UINT16,
103968                   /* subscript */
103969                   -1,
103970                   /* value */
103971                   0,
103972               };
103973               
103974               static const char*
103975 mike  1.1.2.1 _CIM_ProtocolControllerForDevice_AccessState_qualifiers[] =
103976               {
103977                   /* ValueMap */
103978                   "\061\000\0030\0002\0003\000",
103979                   /* Values */
103980                   "\062\000\003Unknown\000Active\000Inactive\000",
103981                   0,
103982               };
103983               
103984               static MetaProperty
103985               _CIM_ProtocolControllerForDevice_AccessState =
103986               {
103987                   /* flags */
103988                   META_FLAG_PROPERTY|META_FLAG_READ,
103989                   /* name */
103990                   "AccessState",
103991                   /* qualifiers */
103992                   _CIM_ProtocolControllerForDevice_AccessState_qualifiers,
103993                   /* type */
103994                   CIMTYPE_UINT16,
103995                   /* subscript */
103996 mike  1.1.2.1     -1,
103997                   /* value */
103998                   0,
103999               };
104000               
104001               static MetaFeature*
104002               _CIM_ProtocolControllerForDevice_features[] =
104003               {
104004                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_Antecedent,
104005                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_Dependent,
104006                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_DeviceNumber,
104007                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_AccessPriority,
104008                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_AccessState,
104009                   0,
104010               };
104011               
104012               static const char*
104013               __root_cimv2_CIM_ProtocolControllerForDevice_qualifiers[] =
104014               {
104015                   /* ASSOCIATION */
104016                   "\000\001",
104017 mike  1.1.2.1     /* UMLPackagePath */
104018                   "\057CIM::Device::ProtocolController",
104019                   /* Abstract */
104020                   "\002\001",
104021                   /* Version */
104022                   "\0632.8.0",
104023                   0,
104024               };
104025               
104026               MetaClass
104027               __root_cimv2_CIM_ProtocolControllerForDevice =
104028               {
104029                   /* flags */
104030                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
104031                   /* name */
104032                   "CIM_ProtocolControllerForDevice",
104033                   /* qualifiers */
104034                   __root_cimv2_CIM_ProtocolControllerForDevice_qualifiers,
104035                   /* super */
104036                   &__root_cimv2_CIM_Dependency,
104037                   /* features */
104038 mike  1.1.2.1     _CIM_ProtocolControllerForDevice_features,
104039               };
104040               
104041               //==============================================================================
104042               //
104043               // Class: CIM_ProtocolControllerForPort
104044               //
104045               //==============================================================================
104046               
104047               static const char*
104048               _CIM_ProtocolControllerForPort_Antecedent_qualifiers[] =
104049               {
104050                   /* Override */
104051                   "\044Antecedent",
104052                   0,
104053               };
104054               
104055               static MetaReference
104056               _CIM_ProtocolControllerForPort_Antecedent =
104057               {
104058                   /* flags */
104059 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
104060                   /* name */
104061                   "Antecedent",
104062                   /* qualifiers */
104063                   _CIM_ProtocolControllerForPort_Antecedent_qualifiers,
104064                   /* subscript */
104065                   -1,
104066                   /* refId */
104067                   &__root_cimv2_CIM_ProtocolController,
104068               };
104069               
104070               static const char*
104071               _CIM_ProtocolControllerForPort_Dependent_qualifiers[] =
104072               {
104073                   /* Override */
104074                   "\044Dependent",
104075                   0,
104076               };
104077               
104078               static MetaReference
104079               _CIM_ProtocolControllerForPort_Dependent =
104080 mike  1.1.2.1 {
104081                   /* flags */
104082                   META_FLAG_REFERENCE|META_FLAG_READ,
104083                   /* name */
104084                   "Dependent",
104085                   /* qualifiers */
104086                   _CIM_ProtocolControllerForPort_Dependent_qualifiers,
104087                   /* subscript */
104088                   -1,
104089                   /* refId */
104090                   &__root_cimv2_CIM_LogicalPort,
104091               };
104092               
104093               static MetaFeature*
104094               _CIM_ProtocolControllerForPort_features[] =
104095               {
104096                   (MetaFeature*)&_CIM_ProtocolControllerForPort_Antecedent,
104097                   (MetaFeature*)&_CIM_ProtocolControllerForPort_Dependent,
104098                   0,
104099               };
104100               
104101 mike  1.1.2.1 static const char*
104102               __root_cimv2_CIM_ProtocolControllerForPort_qualifiers[] =
104103               {
104104                   /* ASSOCIATION */
104105                   "\000\001",
104106                   /* UMLPackagePath */
104107                   "\057CIM::Device::ProtocolController",
104108                   /* Version */
104109                   "\0632.8.0",
104110                   0,
104111               };
104112               
104113               MetaClass
104114               __root_cimv2_CIM_ProtocolControllerForPort =
104115               {
104116                   /* flags */
104117                   META_FLAG_ASSOCIATION,
104118                   /* name */
104119                   "CIM_ProtocolControllerForPort",
104120                   /* qualifiers */
104121                   __root_cimv2_CIM_ProtocolControllerForPort_qualifiers,
104122 mike  1.1.2.1     /* super */
104123                   &__root_cimv2_CIM_ProtocolControllerForDevice,
104124                   /* features */
104125                   _CIM_ProtocolControllerForPort_features,
104126               };
104127               
104128               //==============================================================================
104129               //
104130               // Class: CIM_ProtocolControllerForUnit
104131               //
104132               //==============================================================================
104133               
104134               static const char*
104135               _CIM_ProtocolControllerForUnit_Antecedent_qualifiers[] =
104136               {
104137                   /* Override */
104138                   "\044Antecedent",
104139                   0,
104140               };
104141               
104142               static MetaReference
104143 mike  1.1.2.1 _CIM_ProtocolControllerForUnit_Antecedent =
104144               {
104145                   /* flags */
104146                   META_FLAG_REFERENCE|META_FLAG_READ,
104147                   /* name */
104148                   "Antecedent",
104149                   /* qualifiers */
104150                   _CIM_ProtocolControllerForUnit_Antecedent_qualifiers,
104151                   /* subscript */
104152                   -1,
104153                   /* refId */
104154                   &__root_cimv2_CIM_ProtocolController,
104155               };
104156               
104157               static const char*
104158               _CIM_ProtocolControllerForUnit_Dependent_qualifiers[] =
104159               {
104160                   /* Override */
104161                   "\044Dependent",
104162                   0,
104163               };
104164 mike  1.1.2.1 
104165               static MetaReference
104166               _CIM_ProtocolControllerForUnit_Dependent =
104167               {
104168                   /* flags */
104169                   META_FLAG_REFERENCE|META_FLAG_READ,
104170                   /* name */
104171                   "Dependent",
104172                   /* qualifiers */
104173                   _CIM_ProtocolControllerForUnit_Dependent_qualifiers,
104174                   /* subscript */
104175                   -1,
104176                   /* refId */
104177                   &__root_cimv2_CIM_LogicalDevice,
104178               };
104179               
104180               static const char*
104181               _CIM_ProtocolControllerForUnit_DeviceAccess_qualifiers[] =
104182               {
104183                   /* ValueMap */
104184                   "\061\000\0060\0002\0003\0004\0005..15999\00016000..\000",
104185 mike  1.1.2.1     /* Values */
104186                   "\062\000\006Unknown\000Read Write\000Read-Only\000No Access\000DMTF Reserved\000Vendor Reserved\000",
104187                   0,
104188               };
104189               
104190               static MetaProperty
104191               _CIM_ProtocolControllerForUnit_DeviceAccess =
104192               {
104193                   /* flags */
104194                   META_FLAG_PROPERTY|META_FLAG_READ,
104195                   /* name */
104196                   "DeviceAccess",
104197                   /* qualifiers */
104198                   _CIM_ProtocolControllerForUnit_DeviceAccess_qualifiers,
104199                   /* type */
104200                   CIMTYPE_UINT16,
104201                   /* subscript */
104202                   -1,
104203                   /* value */
104204                   0,
104205               };
104206 mike  1.1.2.1 
104207               static MetaFeature*
104208               _CIM_ProtocolControllerForUnit_features[] =
104209               {
104210                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_Antecedent,
104211                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_Dependent,
104212                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_DeviceAccess,
104213                   0,
104214               };
104215               
104216               static const char*
104217               __root_cimv2_CIM_ProtocolControllerForUnit_qualifiers[] =
104218               {
104219                   /* ASSOCIATION */
104220                   "\000\001",
104221                   /* UMLPackagePath */
104222                   "\057CIM::Device::ProtocolController",
104223                   /* Version */
104224                   "\0632.8.0",
104225                   0,
104226               };
104227 mike  1.1.2.1 
104228               MetaClass
104229               __root_cimv2_CIM_ProtocolControllerForUnit =
104230               {
104231                   /* flags */
104232                   META_FLAG_ASSOCIATION,
104233                   /* name */
104234                   "CIM_ProtocolControllerForUnit",
104235                   /* qualifiers */
104236                   __root_cimv2_CIM_ProtocolControllerForUnit_qualifiers,
104237                   /* super */
104238                   &__root_cimv2_CIM_ProtocolControllerForDevice,
104239                   /* features */
104240                   _CIM_ProtocolControllerForUnit_features,
104241               };
104242               
104243               //==============================================================================
104244               //
104245               // Class: CIM_Realizes
104246               //
104247               //==============================================================================
104248 mike  1.1.2.1 
104249               static const char*
104250               _CIM_Realizes_Antecedent_qualifiers[] =
104251               {
104252                   /* Override */
104253                   "\044Antecedent",
104254                   0,
104255               };
104256               
104257               static MetaReference
104258               _CIM_Realizes_Antecedent =
104259               {
104260                   /* flags */
104261                   META_FLAG_REFERENCE|META_FLAG_READ,
104262                   /* name */
104263                   "Antecedent",
104264                   /* qualifiers */
104265                   _CIM_Realizes_Antecedent_qualifiers,
104266                   /* subscript */
104267                   -1,
104268                   /* refId */
104269 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
104270               };
104271               
104272               static const char*
104273               _CIM_Realizes_Dependent_qualifiers[] =
104274               {
104275                   /* Override */
104276                   "\044Dependent",
104277                   0,
104278               };
104279               
104280               static MetaReference
104281               _CIM_Realizes_Dependent =
104282               {
104283                   /* flags */
104284                   META_FLAG_REFERENCE|META_FLAG_READ,
104285                   /* name */
104286                   "Dependent",
104287                   /* qualifiers */
104288                   _CIM_Realizes_Dependent_qualifiers,
104289                   /* subscript */
104290 mike  1.1.2.1     -1,
104291                   /* refId */
104292                   &__root_cimv2_CIM_LogicalDevice,
104293               };
104294               
104295               static MetaFeature*
104296               _CIM_Realizes_features[] =
104297               {
104298                   (MetaFeature*)&_CIM_Realizes_Antecedent,
104299                   (MetaFeature*)&_CIM_Realizes_Dependent,
104300                   0,
104301               };
104302               
104303               static const char*
104304               __root_cimv2_CIM_Realizes_qualifiers[] =
104305               {
104306                   /* ASSOCIATION */
104307                   "\000\001",
104308                   /* UMLPackagePath */
104309                   "\057CIM::Core::Device",
104310                   /* Version */
104311 mike  1.1.2.1     "\0632.6.0",
104312                   0,
104313               };
104314               
104315               MetaClass
104316               __root_cimv2_CIM_Realizes =
104317               {
104318                   /* flags */
104319                   META_FLAG_ASSOCIATION,
104320                   /* name */
104321                   "CIM_Realizes",
104322                   /* qualifiers */
104323                   __root_cimv2_CIM_Realizes_qualifiers,
104324                   /* super */
104325                   &__root_cimv2_CIM_Dependency,
104326                   /* features */
104327                   _CIM_Realizes_features,
104328               };
104329               
104330               //==============================================================================
104331               //
104332 mike  1.1.2.1 // Class: CIM_RecordInLog
104333               //
104334               //==============================================================================
104335               
104336               static const char*
104337               _CIM_RecordInLog_MessageLog_qualifiers[] =
104338               {
104339                   /* Key */
104340                   "\025\001",
104341                   /* Aggregate */
104342                   "\003\001",
104343                   /* Min */
104344                   "\033\000\000\000\001",
104345                   /* Max */
104346                   "\027\000\000\000\001",
104347                   0,
104348               };
104349               
104350               static MetaReference
104351               _CIM_RecordInLog_MessageLog =
104352               {
104353 mike  1.1.2.1     /* flags */
104354                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
104355                   /* name */
104356                   "MessageLog",
104357                   /* qualifiers */
104358                   _CIM_RecordInLog_MessageLog_qualifiers,
104359                   /* subscript */
104360                   -1,
104361                   /* refId */
104362                   &__root_cimv2_CIM_MessageLog,
104363               };
104364               
104365               static const char*
104366               _CIM_RecordInLog_LogRecord_qualifiers[] =
104367               {
104368                   /* Key */
104369                   "\025\001",
104370                   /* Weak */
104371                   "\064\001",
104372                   0,
104373               };
104374 mike  1.1.2.1 
104375               static MetaReference
104376               _CIM_RecordInLog_LogRecord =
104377               {
104378                   /* flags */
104379                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
104380                   /* name */
104381                   "LogRecord",
104382                   /* qualifiers */
104383                   _CIM_RecordInLog_LogRecord_qualifiers,
104384                   /* subscript */
104385                   -1,
104386                   /* refId */
104387                   &__root_cimv2_CIM_LogRecord,
104388               };
104389               
104390               static MetaFeature*
104391               _CIM_RecordInLog_features[] =
104392               {
104393                   (MetaFeature*)&_CIM_RecordInLog_MessageLog,
104394                   (MetaFeature*)&_CIM_RecordInLog_LogRecord,
104395 mike  1.1.2.1     0,
104396               };
104397               
104398               static const char*
104399               __root_cimv2_CIM_RecordInLog_qualifiers[] =
104400               {
104401                   /* ASSOCIATION */
104402                   "\000\001",
104403                   /* UMLPackagePath */
104404                   "\057CIM::System::Logs",
104405                   /* Aggregation */
104406                   "\004\001",
104407                   /* Composition */
104408                   "\011\001",
104409                   /* Version */
104410                   "\0632.7.0",
104411                   0,
104412               };
104413               
104414               MetaClass
104415               __root_cimv2_CIM_RecordInLog =
104416 mike  1.1.2.1 {
104417                   /* flags */
104418                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
104419                   /* name */
104420                   "CIM_RecordInLog",
104421                   /* qualifiers */
104422                   __root_cimv2_CIM_RecordInLog_qualifiers,
104423                   /* super */
104424                   0,
104425                   /* features */
104426                   _CIM_RecordInLog_features,
104427               };
104428               
104429               //==============================================================================
104430               //
104431               // Class: CIM_RecordLog
104432               //
104433               //==============================================================================
104434               
104435               static const char*
104436               _CIM_RecordLog_InstanceID_qualifiers[] =
104437 mike  1.1.2.1 {
104438                   /* Key */
104439                   "\025\001",
104440                   0,
104441               };
104442               
104443               static MetaProperty
104444               _CIM_RecordLog_InstanceID =
104445               {
104446                   /* flags */
104447                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104448                   /* name */
104449                   "InstanceID",
104450                   /* qualifiers */
104451                   _CIM_RecordLog_InstanceID_qualifiers,
104452                   /* type */
104453                   CIMTYPE_STRING,
104454                   /* subscript */
104455                   -1,
104456                   /* value */
104457                   0,
104458 mike  1.1.2.1 };
104459               
104460               static MetaFeature*
104461               _CIM_RecordLog_features[] =
104462               {
104463                   (MetaFeature*)&_CIM_RecordLog_InstanceID,
104464                   0,
104465               };
104466               
104467               static const char*
104468               __root_cimv2_CIM_RecordLog_qualifiers[] =
104469               {
104470                   /* UMLPackagePath */
104471                   "\057CIM::System::Logs",
104472                   /* Version */
104473                   "\0632.9.0",
104474                   0,
104475               };
104476               
104477               MetaClass
104478               __root_cimv2_CIM_RecordLog =
104479 mike  1.1.2.1 {
104480                   /* flags */
104481                   META_FLAG_CLASS,
104482                   /* name */
104483                   "CIM_RecordLog",
104484                   /* qualifiers */
104485                   __root_cimv2_CIM_RecordLog_qualifiers,
104486                   /* super */
104487                   &__root_cimv2_CIM_Log,
104488                   /* features */
104489                   _CIM_RecordLog_features,
104490               };
104491               
104492               //==============================================================================
104493               //
104494               // Class: CIM_RemoteFileSystem
104495               //
104496               //==============================================================================
104497               
104498               static MetaFeature*
104499               _CIM_RemoteFileSystem_features[] =
104500 mike  1.1.2.1 {
104501                   0,
104502               };
104503               
104504               static const char*
104505               __root_cimv2_CIM_RemoteFileSystem_qualifiers[] =
104506               {
104507                   /* UMLPackagePath */
104508                   "\057CIM::System::FileElements",
104509                   /* Version */
104510                   "\0632.6.0",
104511                   0,
104512               };
104513               
104514               MetaClass
104515               __root_cimv2_CIM_RemoteFileSystem =
104516               {
104517                   /* flags */
104518                   META_FLAG_CLASS,
104519                   /* name */
104520                   "CIM_RemoteFileSystem",
104521 mike  1.1.2.1     /* qualifiers */
104522                   __root_cimv2_CIM_RemoteFileSystem_qualifiers,
104523                   /* super */
104524                   &__root_cimv2_CIM_FileSystem,
104525                   /* features */
104526                   _CIM_RemoteFileSystem_features,
104527               };
104528               
104529               //==============================================================================
104530               //
104531               // Class: CIM_Scanner
104532               //
104533               //==============================================================================
104534               
104535               static MetaFeature*
104536               _CIM_Scanner_features[] =
104537               {
104538                   0,
104539               };
104540               
104541               static const char*
104542 mike  1.1.2.1 __root_cimv2_CIM_Scanner_qualifiers[] =
104543               {
104544                   /* UMLPackagePath */
104545                   "\057CIM::Device::UserDevices",
104546                   /* Version */
104547                   "\0632.6.0",
104548                   0,
104549               };
104550               
104551               MetaClass
104552               __root_cimv2_CIM_Scanner =
104553               {
104554                   /* flags */
104555                   META_FLAG_CLASS,
104556                   /* name */
104557                   "CIM_Scanner",
104558                   /* qualifiers */
104559                   __root_cimv2_CIM_Scanner_qualifiers,
104560                   /* super */
104561                   &__root_cimv2_CIM_LogicalDevice,
104562                   /* features */
104563 mike  1.1.2.1     _CIM_Scanner_features,
104564               };
104565               
104566               //==============================================================================
104567               //
104568               // Class: CIM_SCSIProtocolController
104569               //
104570               //==============================================================================
104571               
104572               static const char*
104573               _CIM_SCSIProtocolController_NameFormat_qualifiers[] =
104574               {
104575                   /* ValueMap */
104576                   "\061\000\0040\0001\0002\0003\000",
104577                   /* Values */
104578                   "\062\000\004Unknown\000Other\000FC Port WWN\000iSCSI Name\000",
104579                   /* ModelCorrespondence */
104580                   "\036\000\002CIM_SCSIProtocolController.Name\000CIM_SCSIProtocolController.OtherNameFormat\000",
104581                   0,
104582               };
104583               
104584 mike  1.1.2.1 static MetaProperty
104585               _CIM_SCSIProtocolController_NameFormat =
104586               {
104587                   /* flags */
104588                   META_FLAG_PROPERTY|META_FLAG_READ,
104589                   /* name */
104590                   "NameFormat",
104591                   /* qualifiers */
104592                   _CIM_SCSIProtocolController_NameFormat_qualifiers,
104593                   /* type */
104594                   CIMTYPE_UINT16,
104595                   /* subscript */
104596                   -1,
104597                   /* value */
104598                   0,
104599               };
104600               
104601               static const char*
104602               _CIM_SCSIProtocolController_OtherNameFormat_qualifiers[] =
104603               {
104604                   /* ModelCorrespondence */
104605 mike  1.1.2.1     "\036\000\002CIM_SCSIProtocolController.Name\000CIM_SCSIProtocolController.NameFormat\000",
104606                   0,
104607               };
104608               
104609               static MetaProperty
104610               _CIM_SCSIProtocolController_OtherNameFormat =
104611               {
104612                   /* flags */
104613                   META_FLAG_PROPERTY|META_FLAG_READ,
104614                   /* name */
104615                   "OtherNameFormat",
104616                   /* qualifiers */
104617                   _CIM_SCSIProtocolController_OtherNameFormat_qualifiers,
104618                   /* type */
104619                   CIMTYPE_STRING,
104620                   /* subscript */
104621                   -1,
104622                   /* value */
104623                   0,
104624               };
104625               
104626 mike  1.1.2.1 static MetaFeature*
104627               _CIM_SCSIProtocolController_features[] =
104628               {
104629                   (MetaFeature*)&_CIM_SCSIProtocolController_NameFormat,
104630                   (MetaFeature*)&_CIM_SCSIProtocolController_OtherNameFormat,
104631                   0,
104632               };
104633               
104634               static const char*
104635               __root_cimv2_CIM_SCSIProtocolController_qualifiers[] =
104636               {
104637                   /* UMLPackagePath */
104638                   "\057CIM::Device::ProtocolController",
104639                   /* Version */
104640                   "\0632.8.1000",
104641                   0,
104642               };
104643               
104644               MetaClass
104645               __root_cimv2_CIM_SCSIProtocolController =
104646               {
104647 mike  1.1.2.1     /* flags */
104648                   META_FLAG_CLASS,
104649                   /* name */
104650                   "CIM_SCSIProtocolController",
104651                   /* qualifiers */
104652                   __root_cimv2_CIM_SCSIProtocolController_qualifiers,
104653                   /* super */
104654                   &__root_cimv2_CIM_ProtocolController,
104655                   /* features */
104656                   _CIM_SCSIProtocolController_features,
104657               };
104658               
104659               //==============================================================================
104660               //
104661               // Class: CIM_Sensor
104662               //
104663               //==============================================================================
104664               
104665               static const char*
104666               _CIM_Sensor_SensorType_qualifiers[] =
104667               {
104668 mike  1.1.2.1     /* ValueMap */
104669                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
104670                   /* Values */
104671                   "\062\000\015Unknown\000Other\000Temperature\000Voltage\000Current\000Tachometer\000Counter\000Switch\000Lock\000Humidity\000Smoke Detection\000Presence\000Air Flow\000",
104672                   /* ModelCorrespondence */
104673                   "\036\000\001CIM_Sensor.OtherSensorTypeDescription\000",
104674                   0,
104675               };
104676               
104677               static MetaProperty
104678               _CIM_Sensor_SensorType =
104679               {
104680                   /* flags */
104681                   META_FLAG_PROPERTY|META_FLAG_READ,
104682                   /* name */
104683                   "SensorType",
104684                   /* qualifiers */
104685                   _CIM_Sensor_SensorType_qualifiers,
104686                   /* type */
104687                   CIMTYPE_UINT16,
104688                   /* subscript */
104689 mike  1.1.2.1     -1,
104690                   /* value */
104691                   0,
104692               };
104693               
104694               static const char*
104695               _CIM_Sensor_OtherSensorTypeDescription_qualifiers[] =
104696               {
104697                   /* MaxLen */
104698                   "\030\000\000\000\200",
104699                   /* ModelCorrespondence */
104700                   "\036\000\001CIM_Sensor.SensorType\000",
104701                   0,
104702               };
104703               
104704               static MetaProperty
104705               _CIM_Sensor_OtherSensorTypeDescription =
104706               {
104707                   /* flags */
104708                   META_FLAG_PROPERTY|META_FLAG_READ,
104709                   /* name */
104710 mike  1.1.2.1     "OtherSensorTypeDescription",
104711                   /* qualifiers */
104712                   _CIM_Sensor_OtherSensorTypeDescription_qualifiers,
104713                   /* type */
104714                   CIMTYPE_STRING,
104715                   /* subscript */
104716                   -1,
104717                   /* value */
104718                   0,
104719               };
104720               
104721               static const char*
104722               _CIM_Sensor_PossibleStates_qualifiers[] =
104723               {
104724                   /* MaxLen */
104725                   "\030\000\000\000\200",
104726                   0,
104727               };
104728               
104729               static MetaProperty
104730               _CIM_Sensor_PossibleStates =
104731 mike  1.1.2.1 {
104732                   /* flags */
104733                   META_FLAG_PROPERTY|META_FLAG_READ,
104734                   /* name */
104735                   "PossibleStates",
104736                   /* qualifiers */
104737                   _CIM_Sensor_PossibleStates_qualifiers,
104738                   /* type */
104739                   CIMTYPE_STRING,
104740                   /* subscript */
104741                   0,
104742                   /* value */
104743                   0,
104744               };
104745               
104746               static const char*
104747               _CIM_Sensor_CurrentState_qualifiers[] =
104748               {
104749                   /* MaxLen */
104750                   "\030\000\000\000\200",
104751                   0,
104752 mike  1.1.2.1 };
104753               
104754               static MetaProperty
104755               _CIM_Sensor_CurrentState =
104756               {
104757                   /* flags */
104758                   META_FLAG_PROPERTY|META_FLAG_READ,
104759                   /* name */
104760                   "CurrentState",
104761                   /* qualifiers */
104762                   _CIM_Sensor_CurrentState_qualifiers,
104763                   /* type */
104764                   CIMTYPE_STRING,
104765                   /* subscript */
104766                   -1,
104767                   /* value */
104768                   0,
104769               };
104770               
104771               static const char*
104772               _CIM_Sensor_PollingInterval_qualifiers[] =
104773 mike  1.1.2.1 {
104774                   /* Units */
104775                   "\060NanoSeconds",
104776                   0,
104777               };
104778               
104779               static MetaProperty
104780               _CIM_Sensor_PollingInterval =
104781               {
104782                   /* flags */
104783                   META_FLAG_PROPERTY|META_FLAG_READ,
104784                   /* name */
104785                   "PollingInterval",
104786                   /* qualifiers */
104787                   _CIM_Sensor_PollingInterval_qualifiers,
104788                   /* type */
104789                   CIMTYPE_UINT64,
104790                   /* subscript */
104791                   -1,
104792                   /* value */
104793                   0,
104794 mike  1.1.2.1 };
104795               
104796               static MetaFeature*
104797               _CIM_Sensor_features[] =
104798               {
104799                   (MetaFeature*)&_CIM_Sensor_SensorType,
104800                   (MetaFeature*)&_CIM_Sensor_OtherSensorTypeDescription,
104801                   (MetaFeature*)&_CIM_Sensor_PossibleStates,
104802                   (MetaFeature*)&_CIM_Sensor_CurrentState,
104803                   (MetaFeature*)&_CIM_Sensor_PollingInterval,
104804                   0,
104805               };
104806               
104807               static const char*
104808               __root_cimv2_CIM_Sensor_qualifiers[] =
104809               {
104810                   /* UMLPackagePath */
104811                   "\057CIM::Device::Sensors",
104812                   /* Abstract */
104813                   "\002\001",
104814                   /* Version */
104815 mike  1.1.2.1     "\0632.6.0",
104816                   0,
104817               };
104818               
104819               MetaClass
104820               __root_cimv2_CIM_Sensor =
104821               {
104822                   /* flags */
104823                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
104824                   /* name */
104825                   "CIM_Sensor",
104826                   /* qualifiers */
104827                   __root_cimv2_CIM_Sensor_qualifiers,
104828                   /* super */
104829                   &__root_cimv2_CIM_LogicalDevice,
104830                   /* features */
104831                   _CIM_Sensor_features,
104832               };
104833               
104834               //==============================================================================
104835               //
104836 mike  1.1.2.1 // Class: CIM_Service
104837               //
104838               //==============================================================================
104839               
104840               static const char*
104841               _CIM_Service_SystemCreationClassName_qualifiers[] =
104842               {
104843                   /* Key */
104844                   "\025\001",
104845                   /* Propagated */
104846                   "\045CIM_System.CreationClassName",
104847                   /* MaxLen */
104848                   "\030\000\000\001\000",
104849                   0,
104850               };
104851               
104852               static MetaProperty
104853               _CIM_Service_SystemCreationClassName =
104854               {
104855                   /* flags */
104856                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104857 mike  1.1.2.1     /* name */
104858                   "SystemCreationClassName",
104859                   /* qualifiers */
104860                   _CIM_Service_SystemCreationClassName_qualifiers,
104861                   /* type */
104862                   CIMTYPE_STRING,
104863                   /* subscript */
104864                   -1,
104865                   /* value */
104866                   0,
104867               };
104868               
104869               static const char*
104870               _CIM_Service_SystemName_qualifiers[] =
104871               {
104872                   /* Key */
104873                   "\025\001",
104874                   /* Propagated */
104875                   "\045CIM_System.Name",
104876                   /* MaxLen */
104877                   "\030\000\000\001\000",
104878 mike  1.1.2.1     0,
104879               };
104880               
104881               static MetaProperty
104882               _CIM_Service_SystemName =
104883               {
104884                   /* flags */
104885                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104886                   /* name */
104887                   "SystemName",
104888                   /* qualifiers */
104889                   _CIM_Service_SystemName_qualifiers,
104890                   /* type */
104891                   CIMTYPE_STRING,
104892                   /* subscript */
104893                   -1,
104894                   /* value */
104895                   0,
104896               };
104897               
104898               static const char*
104899 mike  1.1.2.1 _CIM_Service_CreationClassName_qualifiers[] =
104900               {
104901                   /* Key */
104902                   "\025\001",
104903                   /* MaxLen */
104904                   "\030\000\000\001\000",
104905                   0,
104906               };
104907               
104908               static MetaProperty
104909               _CIM_Service_CreationClassName =
104910               {
104911                   /* flags */
104912                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104913                   /* name */
104914                   "CreationClassName",
104915                   /* qualifiers */
104916                   _CIM_Service_CreationClassName_qualifiers,
104917                   /* type */
104918                   CIMTYPE_STRING,
104919                   /* subscript */
104920 mike  1.1.2.1     -1,
104921                   /* value */
104922                   0,
104923               };
104924               
104925               static const char*
104926               _CIM_Service_Name_qualifiers[] =
104927               {
104928                   /* Key */
104929                   "\025\001",
104930                   /* Override */
104931                   "\044Name",
104932                   /* MaxLen */
104933                   "\030\000\000\001\000",
104934                   0,
104935               };
104936               
104937               static MetaProperty
104938               _CIM_Service_Name =
104939               {
104940                   /* flags */
104941 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104942                   /* name */
104943                   "Name",
104944                   /* qualifiers */
104945                   _CIM_Service_Name_qualifiers,
104946                   /* type */
104947                   CIMTYPE_STRING,
104948                   /* subscript */
104949                   -1,
104950                   /* value */
104951                   0,
104952               };
104953               
104954               static const char*
104955               _CIM_Service_PrimaryOwnerName_qualifiers[] =
104956               {
104957                   /* Write */
104958                   "\065\001",
104959                   /* MaxLen */
104960                   "\030\000\000\000\100",
104961                   /* MappingStrings */
104962 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.3\000",
104963                   0,
104964               };
104965               
104966               static MetaProperty
104967               _CIM_Service_PrimaryOwnerName =
104968               {
104969                   /* flags */
104970                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
104971                   /* name */
104972                   "PrimaryOwnerName",
104973                   /* qualifiers */
104974                   _CIM_Service_PrimaryOwnerName_qualifiers,
104975                   /* type */
104976                   CIMTYPE_STRING,
104977                   /* subscript */
104978                   -1,
104979                   /* value */
104980                   0,
104981               };
104982               
104983 mike  1.1.2.1 static const char*
104984               _CIM_Service_PrimaryOwnerContact_qualifiers[] =
104985               {
104986                   /* Write */
104987                   "\065\001",
104988                   /* MaxLen */
104989                   "\030\000\000\001\000",
104990                   /* MappingStrings */
104991                   "\026\000\001MIF.DMTF|General Information|001.4\000",
104992                   0,
104993               };
104994               
104995               static MetaProperty
104996               _CIM_Service_PrimaryOwnerContact =
104997               {
104998                   /* flags */
104999                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
105000                   /* name */
105001                   "PrimaryOwnerContact",
105002                   /* qualifiers */
105003                   _CIM_Service_PrimaryOwnerContact_qualifiers,
105004 mike  1.1.2.1     /* type */
105005                   CIMTYPE_STRING,
105006                   /* subscript */
105007                   -1,
105008                   /* value */
105009                   0,
105010               };
105011               
105012               static const char*
105013               _CIM_Service_StartMode_qualifiers[] =
105014               {
105015                   /* Deprecated */
105016                   "\013\000\001CIM_Service.EnabledDefault\000",
105017                   /* ValueMap */
105018                   "\061\000\002Automatic\000Manual\000",
105019                   /* MaxLen */
105020                   "\030\000\000\000\012",
105021                   0,
105022               };
105023               
105024               static MetaProperty
105025 mike  1.1.2.1 _CIM_Service_StartMode =
105026               {
105027                   /* flags */
105028                   META_FLAG_PROPERTY|META_FLAG_READ,
105029                   /* name */
105030                   "StartMode",
105031                   /* qualifiers */
105032                   _CIM_Service_StartMode_qualifiers,
105033                   /* type */
105034                   CIMTYPE_STRING,
105035                   /* subscript */
105036                   -1,
105037                   /* value */
105038                   0,
105039               };
105040               
105041               static const char*
105042               _CIM_Service_Started_qualifiers[] =
105043               {
105044                   0,
105045               };
105046 mike  1.1.2.1 
105047               static MetaProperty
105048               _CIM_Service_Started =
105049               {
105050                   /* flags */
105051                   META_FLAG_PROPERTY|META_FLAG_READ,
105052                   /* name */
105053                   "Started",
105054                   /* qualifiers */
105055                   _CIM_Service_Started_qualifiers,
105056                   /* type */
105057                   CIMTYPE_BOOLEAN,
105058                   /* subscript */
105059                   -1,
105060                   /* value */
105061                   0,
105062               };
105063               
105064               static MetaFeature*
105065               _CIM_Service_StartService_parameters[] =
105066               {
105067 mike  1.1.2.1     0,
105068               };
105069               
105070               static const char*
105071               _CIM_Service_StartService_qualifiers[] =
105072               {
105073                   0,
105074               };
105075               
105076               static MetaMethod
105077               _CIM_Service_StartService =
105078               {
105079                   /* flags */
105080                   META_FLAG_METHOD,
105081                   /* name */
105082                   "CIM_Service",
105083                   /* qualifiers */
105084                   _CIM_Service_StartService_qualifiers,
105085                   /* type */
105086                   CIMTYPE_UINT32,
105087                   /* parameters */
105088 mike  1.1.2.1     _CIM_Service_StartService_parameters,
105089               };
105090               
105091               static MetaFeature*
105092               _CIM_Service_StopService_parameters[] =
105093               {
105094                   0,
105095               };
105096               
105097               static const char*
105098               _CIM_Service_StopService_qualifiers[] =
105099               {
105100                   0,
105101               };
105102               
105103               static MetaMethod
105104               _CIM_Service_StopService =
105105               {
105106                   /* flags */
105107                   META_FLAG_METHOD,
105108                   /* name */
105109 mike  1.1.2.1     "CIM_Service",
105110                   /* qualifiers */
105111                   _CIM_Service_StopService_qualifiers,
105112                   /* type */
105113                   CIMTYPE_UINT32,
105114                   /* parameters */
105115                   _CIM_Service_StopService_parameters,
105116               };
105117               
105118               static MetaFeature*
105119               _CIM_Service_features[] =
105120               {
105121                   (MetaFeature*)&_CIM_Service_SystemCreationClassName,
105122                   (MetaFeature*)&_CIM_Service_SystemName,
105123                   (MetaFeature*)&_CIM_Service_CreationClassName,
105124                   (MetaFeature*)&_CIM_Service_Name,
105125                   (MetaFeature*)&_CIM_Service_PrimaryOwnerName,
105126                   (MetaFeature*)&_CIM_Service_PrimaryOwnerContact,
105127                   (MetaFeature*)&_CIM_Service_StartMode,
105128                   (MetaFeature*)&_CIM_Service_Started,
105129                   (MetaFeature*)&_CIM_Service_StartService,
105130 mike  1.1.2.1     (MetaFeature*)&_CIM_Service_StopService,
105131                   0,
105132               };
105133               
105134               static const char*
105135               __root_cimv2_CIM_Service_qualifiers[] =
105136               {
105137                   /* UMLPackagePath */
105138                   "\057CIM::Core::Service",
105139                   /* Abstract */
105140                   "\002\001",
105141                   /* Version */
105142                   "\0632.10.0",
105143                   0,
105144               };
105145               
105146               MetaClass
105147               __root_cimv2_CIM_Service =
105148               {
105149                   /* flags */
105150                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
105151 mike  1.1.2.1     /* name */
105152                   "CIM_Service",
105153                   /* qualifiers */
105154                   __root_cimv2_CIM_Service_qualifiers,
105155                   /* super */
105156                   &__root_cimv2_CIM_EnabledLogicalElement,
105157                   /* features */
105158                   _CIM_Service_features,
105159               };
105160               
105161               //==============================================================================
105162               //
105163               // Class: CIM_ServiceAccessPoint
105164               //
105165               //==============================================================================
105166               
105167               static const char*
105168               _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers[] =
105169               {
105170                   /* Key */
105171                   "\025\001",
105172 mike  1.1.2.1     /* Propagated */
105173                   "\045CIM_System.CreationClassName",
105174                   /* MaxLen */
105175                   "\030\000\000\001\000",
105176                   0,
105177               };
105178               
105179               static MetaProperty
105180               _CIM_ServiceAccessPoint_SystemCreationClassName =
105181               {
105182                   /* flags */
105183                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105184                   /* name */
105185                   "SystemCreationClassName",
105186                   /* qualifiers */
105187                   _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers,
105188                   /* type */
105189                   CIMTYPE_STRING,
105190                   /* subscript */
105191                   -1,
105192                   /* value */
105193 mike  1.1.2.1     0,
105194               };
105195               
105196               static const char*
105197               _CIM_ServiceAccessPoint_SystemName_qualifiers[] =
105198               {
105199                   /* Key */
105200                   "\025\001",
105201                   /* Propagated */
105202                   "\045CIM_System.Name",
105203                   /* MaxLen */
105204                   "\030\000\000\001\000",
105205                   0,
105206               };
105207               
105208               static MetaProperty
105209               _CIM_ServiceAccessPoint_SystemName =
105210               {
105211                   /* flags */
105212                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105213                   /* name */
105214 mike  1.1.2.1     "SystemName",
105215                   /* qualifiers */
105216                   _CIM_ServiceAccessPoint_SystemName_qualifiers,
105217                   /* type */
105218                   CIMTYPE_STRING,
105219                   /* subscript */
105220                   -1,
105221                   /* value */
105222                   0,
105223               };
105224               
105225               static const char*
105226               _CIM_ServiceAccessPoint_CreationClassName_qualifiers[] =
105227               {
105228                   /* Key */
105229                   "\025\001",
105230                   /* MaxLen */
105231                   "\030\000\000\001\000",
105232                   0,
105233               };
105234               
105235 mike  1.1.2.1 static MetaProperty
105236               _CIM_ServiceAccessPoint_CreationClassName =
105237               {
105238                   /* flags */
105239                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105240                   /* name */
105241                   "CreationClassName",
105242                   /* qualifiers */
105243                   _CIM_ServiceAccessPoint_CreationClassName_qualifiers,
105244                   /* type */
105245                   CIMTYPE_STRING,
105246                   /* subscript */
105247                   -1,
105248                   /* value */
105249                   0,
105250               };
105251               
105252               static const char*
105253               _CIM_ServiceAccessPoint_Name_qualifiers[] =
105254               {
105255                   /* Key */
105256 mike  1.1.2.1     "\025\001",
105257                   /* Override */
105258                   "\044Name",
105259                   /* MaxLen */
105260                   "\030\000\000\001\000",
105261                   0,
105262               };
105263               
105264               static MetaProperty
105265               _CIM_ServiceAccessPoint_Name =
105266               {
105267                   /* flags */
105268                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105269                   /* name */
105270                   "Name",
105271                   /* qualifiers */
105272                   _CIM_ServiceAccessPoint_Name_qualifiers,
105273                   /* type */
105274                   CIMTYPE_STRING,
105275                   /* subscript */
105276                   -1,
105277 mike  1.1.2.1     /* value */
105278                   0,
105279               };
105280               
105281               static MetaFeature*
105282               _CIM_ServiceAccessPoint_features[] =
105283               {
105284                   (MetaFeature*)&_CIM_ServiceAccessPoint_SystemCreationClassName,
105285                   (MetaFeature*)&_CIM_ServiceAccessPoint_SystemName,
105286                   (MetaFeature*)&_CIM_ServiceAccessPoint_CreationClassName,
105287                   (MetaFeature*)&_CIM_ServiceAccessPoint_Name,
105288                   0,
105289               };
105290               
105291               static const char*
105292               __root_cimv2_CIM_ServiceAccessPoint_qualifiers[] =
105293               {
105294                   /* UMLPackagePath */
105295                   "\057CIM::Core::Service",
105296                   /* Abstract */
105297                   "\002\001",
105298 mike  1.1.2.1     /* Version */
105299                   "\0632.10.0",
105300                   0,
105301               };
105302               
105303               MetaClass
105304               __root_cimv2_CIM_ServiceAccessPoint =
105305               {
105306                   /* flags */
105307                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
105308                   /* name */
105309                   "CIM_ServiceAccessPoint",
105310                   /* qualifiers */
105311                   __root_cimv2_CIM_ServiceAccessPoint_qualifiers,
105312                   /* super */
105313                   &__root_cimv2_CIM_EnabledLogicalElement,
105314                   /* features */
105315                   _CIM_ServiceAccessPoint_features,
105316               };
105317               
105318               //==============================================================================
105319 mike  1.1.2.1 //
105320               // Class: CIM_ServiceAccessURI
105321               //
105322               //==============================================================================
105323               
105324               static const char*
105325               _CIM_ServiceAccessURI_LabeledURI_qualifiers[] =
105326               {
105327                   /* Required */
105328                   "\050\001",
105329                   /* MaxLen */
105330                   "\030\000\000\001\000",
105331                   0,
105332               };
105333               
105334               static MetaProperty
105335               _CIM_ServiceAccessURI_LabeledURI =
105336               {
105337                   /* flags */
105338                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
105339                   /* name */
105340 mike  1.1.2.1     "LabeledURI",
105341                   /* qualifiers */
105342                   _CIM_ServiceAccessURI_LabeledURI_qualifiers,
105343                   /* type */
105344                   CIMTYPE_STRING,
105345                   /* subscript */
105346                   -1,
105347                   /* value */
105348                   0,
105349               };
105350               
105351               static MetaFeature*
105352               _CIM_ServiceAccessURI_features[] =
105353               {
105354                   (MetaFeature*)&_CIM_ServiceAccessURI_LabeledURI,
105355                   0,
105356               };
105357               
105358               static const char*
105359               __root_cimv2_CIM_ServiceAccessURI_qualifiers[] =
105360               {
105361 mike  1.1.2.1     /* UMLPackagePath */
105362                   "\057CIM::Core::Service",
105363                   /* Version */
105364                   "\0632.10.0",
105365                   0,
105366               };
105367               
105368               MetaClass
105369               __root_cimv2_CIM_ServiceAccessURI =
105370               {
105371                   /* flags */
105372                   META_FLAG_CLASS,
105373                   /* name */
105374                   "CIM_ServiceAccessURI",
105375                   /* qualifiers */
105376                   __root_cimv2_CIM_ServiceAccessURI_qualifiers,
105377                   /* super */
105378                   &__root_cimv2_CIM_ServiceAccessPoint,
105379                   /* features */
105380                   _CIM_ServiceAccessURI_features,
105381               };
105382 mike  1.1.2.1 
105383               //==============================================================================
105384               //
105385               // Class: CIM_ServiceAffectsElement
105386               //
105387               //==============================================================================
105388               
105389               static const char*
105390               _CIM_ServiceAffectsElement_AffectedElement_qualifiers[] =
105391               {
105392                   /* Key */
105393                   "\025\001",
105394                   0,
105395               };
105396               
105397               static MetaReference
105398               _CIM_ServiceAffectsElement_AffectedElement =
105399               {
105400                   /* flags */
105401                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105402                   /* name */
105403 mike  1.1.2.1     "AffectedElement",
105404                   /* qualifiers */
105405                   _CIM_ServiceAffectsElement_AffectedElement_qualifiers,
105406                   /* subscript */
105407                   -1,
105408                   /* refId */
105409                   &__root_cimv2_CIM_ManagedElement,
105410               };
105411               
105412               static const char*
105413               _CIM_ServiceAffectsElement_AffectingElement_qualifiers[] =
105414               {
105415                   /* Key */
105416                   "\025\001",
105417                   0,
105418               };
105419               
105420               static MetaReference
105421               _CIM_ServiceAffectsElement_AffectingElement =
105422               {
105423                   /* flags */
105424 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105425                   /* name */
105426                   "AffectingElement",
105427                   /* qualifiers */
105428                   _CIM_ServiceAffectsElement_AffectingElement_qualifiers,
105429                   /* subscript */
105430                   -1,
105431                   /* refId */
105432                   &__root_cimv2_CIM_Service,
105433               };
105434               
105435               static const char*
105436               _CIM_ServiceAffectsElement_ElementEffects_qualifiers[] =
105437               {
105438                   /* ValueMap */
105439                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
105440                   /* Values */
105441                   "\062\000\013Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000Manages\000Consumes\000Enhances Integrity\000Degrades Integrity\000Enhances Performance\000Degrades Performance\000",
105442                   /* ArrayType */
105443                   "\005Indexed",
105444                   /* ModelCorrespondence */
105445 mike  1.1.2.1     "\036\000\001CIM_ServiceAffectsElement.OtherElementEffectsDescriptions\000",
105446                   0,
105447               };
105448               
105449               static MetaProperty
105450               _CIM_ServiceAffectsElement_ElementEffects =
105451               {
105452                   /* flags */
105453                   META_FLAG_PROPERTY|META_FLAG_READ,
105454                   /* name */
105455                   "ElementEffects",
105456                   /* qualifiers */
105457                   _CIM_ServiceAffectsElement_ElementEffects_qualifiers,
105458                   /* type */
105459                   CIMTYPE_UINT16,
105460                   /* subscript */
105461                   0,
105462                   /* value */
105463                   0,
105464               };
105465               
105466 mike  1.1.2.1 static const char*
105467               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers[] =
105468               {
105469                   /* ArrayType */
105470                   "\005Indexed",
105471                   /* ModelCorrespondence */
105472                   "\036\000\001CIM_ServiceAffectsElement.ElementEffects\000",
105473                   0,
105474               };
105475               
105476               static MetaProperty
105477               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions =
105478               {
105479                   /* flags */
105480                   META_FLAG_PROPERTY|META_FLAG_READ,
105481                   /* name */
105482                   "OtherElementEffectsDescriptions",
105483                   /* qualifiers */
105484                   _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers,
105485                   /* type */
105486                   CIMTYPE_STRING,
105487 mike  1.1.2.1     /* subscript */
105488                   0,
105489                   /* value */
105490                   0,
105491               };
105492               
105493               static MetaFeature*
105494               _CIM_ServiceAffectsElement_features[] =
105495               {
105496                   (MetaFeature*)&_CIM_ServiceAffectsElement_AffectedElement,
105497                   (MetaFeature*)&_CIM_ServiceAffectsElement_AffectingElement,
105498                   (MetaFeature*)&_CIM_ServiceAffectsElement_ElementEffects,
105499                   (MetaFeature*)&_CIM_ServiceAffectsElement_OtherElementEffectsDescriptions,
105500                   0,
105501               };
105502               
105503               static const char*
105504               __root_cimv2_CIM_ServiceAffectsElement_qualifiers[] =
105505               {
105506                   /* ASSOCIATION */
105507                   "\000\001",
105508 mike  1.1.2.1     /* UMLPackagePath */
105509                   "\057CIM::Core::Service",
105510                   /* Version */
105511                   "\0632.10.0",
105512                   0,
105513               };
105514               
105515               MetaClass
105516               __root_cimv2_CIM_ServiceAffectsElement =
105517               {
105518                   /* flags */
105519                   META_FLAG_ASSOCIATION,
105520                   /* name */
105521                   "CIM_ServiceAffectsElement",
105522                   /* qualifiers */
105523                   __root_cimv2_CIM_ServiceAffectsElement_qualifiers,
105524                   /* super */
105525                   0,
105526                   /* features */
105527                   _CIM_ServiceAffectsElement_features,
105528               };
105529 mike  1.1.2.1 
105530               //==============================================================================
105531               //
105532               // Class: CIM_ServiceAvailableToElement
105533               //
105534               //==============================================================================
105535               
105536               static const char*
105537               _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers[] =
105538               {
105539                   /* Key */
105540                   "\025\001",
105541                   0,
105542               };
105543               
105544               static MetaReference
105545               _CIM_ServiceAvailableToElement_ServiceProvided =
105546               {
105547                   /* flags */
105548                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105549                   /* name */
105550 mike  1.1.2.1     "ServiceProvided",
105551                   /* qualifiers */
105552                   _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers,
105553                   /* subscript */
105554                   -1,
105555                   /* refId */
105556                   &__root_cimv2_CIM_Service,
105557               };
105558               
105559               static const char*
105560               _CIM_ServiceAvailableToElement_UserOfService_qualifiers[] =
105561               {
105562                   /* Key */
105563                   "\025\001",
105564                   0,
105565               };
105566               
105567               static MetaReference
105568               _CIM_ServiceAvailableToElement_UserOfService =
105569               {
105570                   /* flags */
105571 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105572                   /* name */
105573                   "UserOfService",
105574                   /* qualifiers */
105575                   _CIM_ServiceAvailableToElement_UserOfService_qualifiers,
105576                   /* subscript */
105577                   -1,
105578                   /* refId */
105579                   &__root_cimv2_CIM_ManagedElement,
105580               };
105581               
105582               static MetaFeature*
105583               _CIM_ServiceAvailableToElement_features[] =
105584               {
105585                   (MetaFeature*)&_CIM_ServiceAvailableToElement_ServiceProvided,
105586                   (MetaFeature*)&_CIM_ServiceAvailableToElement_UserOfService,
105587                   0,
105588               };
105589               
105590               static const char*
105591               __root_cimv2_CIM_ServiceAvailableToElement_qualifiers[] =
105592 mike  1.1.2.1 {
105593                   /* ASSOCIATION */
105594                   "\000\001",
105595                   /* UMLPackagePath */
105596                   "\057CIM::Core::Service",
105597                   /* Version */
105598                   "\0632.10.0",
105599                   0,
105600               };
105601               
105602               MetaClass
105603               __root_cimv2_CIM_ServiceAvailableToElement =
105604               {
105605                   /* flags */
105606                   META_FLAG_ASSOCIATION,
105607                   /* name */
105608                   "CIM_ServiceAvailableToElement",
105609                   /* qualifiers */
105610                   __root_cimv2_CIM_ServiceAvailableToElement_qualifiers,
105611                   /* super */
105612                   0,
105613 mike  1.1.2.1     /* features */
105614                   _CIM_ServiceAvailableToElement_features,
105615               };
105616               
105617               //==============================================================================
105618               //
105619               // Class: CIM_ServiceComponent
105620               //
105621               //==============================================================================
105622               
105623               static const char*
105624               _CIM_ServiceComponent_GroupComponent_qualifiers[] =
105625               {
105626                   /* Aggregate */
105627                   "\003\001",
105628                   /* Override */
105629                   "\044GroupComponent",
105630                   0,
105631               };
105632               
105633               static MetaReference
105634 mike  1.1.2.1 _CIM_ServiceComponent_GroupComponent =
105635               {
105636                   /* flags */
105637                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
105638                   /* name */
105639                   "GroupComponent",
105640                   /* qualifiers */
105641                   _CIM_ServiceComponent_GroupComponent_qualifiers,
105642                   /* subscript */
105643                   -1,
105644                   /* refId */
105645                   &__root_cimv2_CIM_Service,
105646               };
105647               
105648               static const char*
105649               _CIM_ServiceComponent_PartComponent_qualifiers[] =
105650               {
105651                   /* Override */
105652                   "\044PartComponent",
105653                   0,
105654               };
105655 mike  1.1.2.1 
105656               static MetaReference
105657               _CIM_ServiceComponent_PartComponent =
105658               {
105659                   /* flags */
105660                   META_FLAG_REFERENCE|META_FLAG_READ,
105661                   /* name */
105662                   "PartComponent",
105663                   /* qualifiers */
105664                   _CIM_ServiceComponent_PartComponent_qualifiers,
105665                   /* subscript */
105666                   -1,
105667                   /* refId */
105668                   &__root_cimv2_CIM_Service,
105669               };
105670               
105671               static MetaFeature*
105672               _CIM_ServiceComponent_features[] =
105673               {
105674                   (MetaFeature*)&_CIM_ServiceComponent_GroupComponent,
105675                   (MetaFeature*)&_CIM_ServiceComponent_PartComponent,
105676 mike  1.1.2.1     0,
105677               };
105678               
105679               static const char*
105680               __root_cimv2_CIM_ServiceComponent_qualifiers[] =
105681               {
105682                   /* ASSOCIATION */
105683                   "\000\001",
105684                   /* UMLPackagePath */
105685                   "\057CIM::Core::Service",
105686                   /* Aggregation */
105687                   "\004\001",
105688                   /* Version */
105689                   "\0632.6.0",
105690                   0,
105691               };
105692               
105693               MetaClass
105694               __root_cimv2_CIM_ServiceComponent =
105695               {
105696                   /* flags */
105697 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
105698                   /* name */
105699                   "CIM_ServiceComponent",
105700                   /* qualifiers */
105701                   __root_cimv2_CIM_ServiceComponent_qualifiers,
105702                   /* super */
105703                   &__root_cimv2_CIM_Component,
105704                   /* features */
105705                   _CIM_ServiceComponent_features,
105706               };
105707               
105708               //==============================================================================
105709               //
105710               // Class: CIM_ServiceProcess
105711               //
105712               //==============================================================================
105713               
105714               static const char*
105715               _CIM_ServiceProcess_Service_qualifiers[] =
105716               {
105717                   /* Key */
105718 mike  1.1.2.1     "\025\001",
105719                   0,
105720               };
105721               
105722               static MetaReference
105723               _CIM_ServiceProcess_Service =
105724               {
105725                   /* flags */
105726                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105727                   /* name */
105728                   "Service",
105729                   /* qualifiers */
105730                   _CIM_ServiceProcess_Service_qualifiers,
105731                   /* subscript */
105732                   -1,
105733                   /* refId */
105734                   &__root_cimv2_CIM_Service,
105735               };
105736               
105737               static const char*
105738               _CIM_ServiceProcess_Process_qualifiers[] =
105739 mike  1.1.2.1 {
105740                   /* Key */
105741                   "\025\001",
105742                   0,
105743               };
105744               
105745               static MetaReference
105746               _CIM_ServiceProcess_Process =
105747               {
105748                   /* flags */
105749                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105750                   /* name */
105751                   "Process",
105752                   /* qualifiers */
105753                   _CIM_ServiceProcess_Process_qualifiers,
105754                   /* subscript */
105755                   -1,
105756                   /* refId */
105757                   &__root_cimv2_CIM_Process,
105758               };
105759               
105760 mike  1.1.2.1 static const char*
105761               _CIM_ServiceProcess_ExecutionType_qualifiers[] =
105762               {
105763                   /* ValueMap */
105764                   "\061\000\0040\0001\0002\0003\000",
105765                   /* Values */
105766                   "\062\000\004Unknown\000Other\000Executes in Existing Process\000Executes as Independent Process\000",
105767                   0,
105768               };
105769               
105770               static MetaProperty
105771               _CIM_ServiceProcess_ExecutionType =
105772               {
105773                   /* flags */
105774                   META_FLAG_PROPERTY|META_FLAG_READ,
105775                   /* name */
105776                   "ExecutionType",
105777                   /* qualifiers */
105778                   _CIM_ServiceProcess_ExecutionType_qualifiers,
105779                   /* type */
105780                   CIMTYPE_UINT16,
105781 mike  1.1.2.1     /* subscript */
105782                   -1,
105783                   /* value */
105784                   0,
105785               };
105786               
105787               static MetaFeature*
105788               _CIM_ServiceProcess_features[] =
105789               {
105790                   (MetaFeature*)&_CIM_ServiceProcess_Service,
105791                   (MetaFeature*)&_CIM_ServiceProcess_Process,
105792                   (MetaFeature*)&_CIM_ServiceProcess_ExecutionType,
105793                   0,
105794               };
105795               
105796               static const char*
105797               __root_cimv2_CIM_ServiceProcess_qualifiers[] =
105798               {
105799                   /* ASSOCIATION */
105800                   "\000\001",
105801                   /* UMLPackagePath */
105802 mike  1.1.2.1     "\057CIM::System::Processing",
105803                   /* Version */
105804                   "\0632.6.0",
105805                   0,
105806               };
105807               
105808               MetaClass
105809               __root_cimv2_CIM_ServiceProcess =
105810               {
105811                   /* flags */
105812                   META_FLAG_ASSOCIATION,
105813                   /* name */
105814                   "CIM_ServiceProcess",
105815                   /* qualifiers */
105816                   __root_cimv2_CIM_ServiceProcess_qualifiers,
105817                   /* super */
105818                   0,
105819                   /* features */
105820                   _CIM_ServiceProcess_features,
105821               };
105822               
105823 mike  1.1.2.1 //==============================================================================
105824               //
105825               // Class: CIM_ServiceSAPDependency
105826               //
105827               //==============================================================================
105828               
105829               static const char*
105830               _CIM_ServiceSAPDependency_Antecedent_qualifiers[] =
105831               {
105832                   /* Override */
105833                   "\044Antecedent",
105834                   0,
105835               };
105836               
105837               static MetaReference
105838               _CIM_ServiceSAPDependency_Antecedent =
105839               {
105840                   /* flags */
105841                   META_FLAG_REFERENCE|META_FLAG_READ,
105842                   /* name */
105843                   "Antecedent",
105844 mike  1.1.2.1     /* qualifiers */
105845                   _CIM_ServiceSAPDependency_Antecedent_qualifiers,
105846                   /* subscript */
105847                   -1,
105848                   /* refId */
105849                   &__root_cimv2_CIM_ServiceAccessPoint,
105850               };
105851               
105852               static const char*
105853               _CIM_ServiceSAPDependency_Dependent_qualifiers[] =
105854               {
105855                   /* Override */
105856                   "\044Dependent",
105857                   0,
105858               };
105859               
105860               static MetaReference
105861               _CIM_ServiceSAPDependency_Dependent =
105862               {
105863                   /* flags */
105864                   META_FLAG_REFERENCE|META_FLAG_READ,
105865 mike  1.1.2.1     /* name */
105866                   "Dependent",
105867                   /* qualifiers */
105868                   _CIM_ServiceSAPDependency_Dependent_qualifiers,
105869                   /* subscript */
105870                   -1,
105871                   /* refId */
105872                   &__root_cimv2_CIM_Service,
105873               };
105874               
105875               static MetaFeature*
105876               _CIM_ServiceSAPDependency_features[] =
105877               {
105878                   (MetaFeature*)&_CIM_ServiceSAPDependency_Antecedent,
105879                   (MetaFeature*)&_CIM_ServiceSAPDependency_Dependent,
105880                   0,
105881               };
105882               
105883               static const char*
105884               __root_cimv2_CIM_ServiceSAPDependency_qualifiers[] =
105885               {
105886 mike  1.1.2.1     /* ASSOCIATION */
105887                   "\000\001",
105888                   /* UMLPackagePath */
105889                   "\057CIM::Core::Service",
105890                   /* Version */
105891                   "\0632.10.0",
105892                   0,
105893               };
105894               
105895               MetaClass
105896               __root_cimv2_CIM_ServiceSAPDependency =
105897               {
105898                   /* flags */
105899                   META_FLAG_ASSOCIATION,
105900                   /* name */
105901                   "CIM_ServiceSAPDependency",
105902                   /* qualifiers */
105903                   __root_cimv2_CIM_ServiceSAPDependency_qualifiers,
105904                   /* super */
105905                   &__root_cimv2_CIM_Dependency,
105906                   /* features */
105907 mike  1.1.2.1     _CIM_ServiceSAPDependency_features,
105908               };
105909               
105910               //==============================================================================
105911               //
105912               // Class: CIM_ServiceStatistics
105913               //
105914               //==============================================================================
105915               
105916               static const char*
105917               _CIM_ServiceStatistics_Stats_qualifiers[] =
105918               {
105919                   /* Override */
105920                   "\044Stats",
105921                   /* Weak */
105922                   "\064\001",
105923                   0,
105924               };
105925               
105926               static MetaReference
105927               _CIM_ServiceStatistics_Stats =
105928 mike  1.1.2.1 {
105929                   /* flags */
105930                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
105931                   /* name */
105932                   "Stats",
105933                   /* qualifiers */
105934                   _CIM_ServiceStatistics_Stats_qualifiers,
105935                   /* subscript */
105936                   -1,
105937                   /* refId */
105938                   &__root_cimv2_CIM_ServiceStatisticalInformation,
105939               };
105940               
105941               static const char*
105942               _CIM_ServiceStatistics_Element_qualifiers[] =
105943               {
105944                   /* Override */
105945                   "\044Element",
105946                   /* Min */
105947                   "\033\000\000\000\001",
105948                   /* Max */
105949 mike  1.1.2.1     "\027\000\000\000\001",
105950                   0,
105951               };
105952               
105953               static MetaReference
105954               _CIM_ServiceStatistics_Element =
105955               {
105956                   /* flags */
105957                   META_FLAG_REFERENCE|META_FLAG_READ,
105958                   /* name */
105959                   "Element",
105960                   /* qualifiers */
105961                   _CIM_ServiceStatistics_Element_qualifiers,
105962                   /* subscript */
105963                   -1,
105964                   /* refId */
105965                   &__root_cimv2_CIM_Service,
105966               };
105967               
105968               static MetaFeature*
105969               _CIM_ServiceStatistics_features[] =
105970 mike  1.1.2.1 {
105971                   (MetaFeature*)&_CIM_ServiceStatistics_Stats,
105972                   (MetaFeature*)&_CIM_ServiceStatistics_Element,
105973                   0,
105974               };
105975               
105976               static const char*
105977               __root_cimv2_CIM_ServiceStatistics_qualifiers[] =
105978               {
105979                   /* ASSOCIATION */
105980                   "\000\001",
105981                   /* UMLPackagePath */
105982                   "\057CIM::Core::Statistics",
105983                   /* Version */
105984                   "\0632.6.0",
105985                   0,
105986               };
105987               
105988               MetaClass
105989               __root_cimv2_CIM_ServiceStatistics =
105990               {
105991 mike  1.1.2.1     /* flags */
105992                   META_FLAG_ASSOCIATION,
105993                   /* name */
105994                   "CIM_ServiceStatistics",
105995                   /* qualifiers */
105996                   __root_cimv2_CIM_ServiceStatistics_qualifiers,
105997                   /* super */
105998                   &__root_cimv2_CIM_Statistics,
105999                   /* features */
106000                   _CIM_ServiceStatistics_features,
106001               };
106002               
106003               //==============================================================================
106004               //
106005               // Class: CIM_SNMPCommunityString
106006               //
106007               //==============================================================================
106008               
106009               static const char*
106010               _CIM_SNMPCommunityString_CommunityString_qualifiers[] =
106011               {
106012 mike  1.1.2.1     /* MappingStrings */
106013                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalCommunity\000",
106014                   0,
106015               };
106016               
106017               static MetaProperty
106018               _CIM_SNMPCommunityString_CommunityString =
106019               {
106020                   /* flags */
106021                   META_FLAG_PROPERTY|META_FLAG_READ,
106022                   /* name */
106023                   "CommunityString",
106024                   /* qualifiers */
106025                   _CIM_SNMPCommunityString_CommunityString_qualifiers,
106026                   /* type */
106027                   CIMTYPE_STRING,
106028                   /* subscript */
106029                   -1,
106030                   /* value */
106031                   0,
106032               };
106033 mike  1.1.2.1 
106034               static const char*
106035               _CIM_SNMPCommunityString_TypeOfAccess_qualifiers[] =
106036               {
106037                   /* ValueMap */
106038                   "\061\000\0030\0001\0002\000",
106039                   /* Values */
106040                   "\062\000\003Unknown\000Read Only\000Read/Write\000",
106041                   0,
106042               };
106043               
106044               static MetaProperty
106045               _CIM_SNMPCommunityString_TypeOfAccess =
106046               {
106047                   /* flags */
106048                   META_FLAG_PROPERTY|META_FLAG_READ,
106049                   /* name */
106050                   "TypeOfAccess",
106051                   /* qualifiers */
106052                   _CIM_SNMPCommunityString_TypeOfAccess_qualifiers,
106053                   /* type */
106054 mike  1.1.2.1     CIMTYPE_UINT16,
106055                   /* subscript */
106056                   -1,
106057                   /* value */
106058                   0,
106059               };
106060               
106061               static const char*
106062               _CIM_SNMPCommunityString_LogicalEntitiesAccessed_qualifiers[] =
106063               {
106064                   /* MappingStrings */
106065                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalType\000",
106066                   /* ArrayType */
106067                   "\005Indexed",
106068                   /* ModelCorrespondence */
106069                   "\036\000\001CIM_SNMPCommunityString.LogicalEntitiesDescriptions\000",
106070                   0,
106071               };
106072               
106073               static MetaProperty
106074               _CIM_SNMPCommunityString_LogicalEntitiesAccessed =
106075 mike  1.1.2.1 {
106076                   /* flags */
106077                   META_FLAG_PROPERTY|META_FLAG_READ,
106078                   /* name */
106079                   "LogicalEntitiesAccessed",
106080                   /* qualifiers */
106081                   _CIM_SNMPCommunityString_LogicalEntitiesAccessed_qualifiers,
106082                   /* type */
106083                   CIMTYPE_STRING,
106084                   /* subscript */
106085                   0,
106086                   /* value */
106087                   0,
106088               };
106089               
106090               static const char*
106091               _CIM_SNMPCommunityString_LogicalEntitiesDescriptions_qualifiers[] =
106092               {
106093                   /* MappingStrings */
106094                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalDescr\000",
106095                   /* ArrayType */
106096 mike  1.1.2.1     "\005Indexed",
106097                   /* ModelCorrespondence */
106098                   "\036\000\001CIM_SNMPCommunityString.LogicalEntitiesAccessed\000",
106099                   0,
106100               };
106101               
106102               static MetaProperty
106103               _CIM_SNMPCommunityString_LogicalEntitiesDescriptions =
106104               {
106105                   /* flags */
106106                   META_FLAG_PROPERTY|META_FLAG_READ,
106107                   /* name */
106108                   "LogicalEntitiesDescriptions",
106109                   /* qualifiers */
106110                   _CIM_SNMPCommunityString_LogicalEntitiesDescriptions_qualifiers,
106111                   /* type */
106112                   CIMTYPE_STRING,
106113                   /* subscript */
106114                   0,
106115                   /* value */
106116                   0,
106117 mike  1.1.2.1 };
106118               
106119               static MetaFeature*
106120               _CIM_SNMPCommunityString_features[] =
106121               {
106122                   (MetaFeature*)&_CIM_SNMPCommunityString_CommunityString,
106123                   (MetaFeature*)&_CIM_SNMPCommunityString_TypeOfAccess,
106124                   (MetaFeature*)&_CIM_SNMPCommunityString_LogicalEntitiesAccessed,
106125                   (MetaFeature*)&_CIM_SNMPCommunityString_LogicalEntitiesDescriptions,
106126                   0,
106127               };
106128               
106129               static const char*
106130               __root_cimv2_CIM_SNMPCommunityString_qualifiers[] =
106131               {
106132                   /* UMLPackagePath */
106133                   "\057CIM::Network::SNMP",
106134                   /* Version */
106135                   "\0632.7.0",
106136                   0,
106137               };
106138 mike  1.1.2.1 
106139               MetaClass
106140               __root_cimv2_CIM_SNMPCommunityString =
106141               {
106142                   /* flags */
106143                   META_FLAG_CLASS,
106144                   /* name */
106145                   "CIM_SNMPCommunityString",
106146                   /* qualifiers */
106147                   __root_cimv2_CIM_SNMPCommunityString_qualifiers,
106148                   /* super */
106149                   &__root_cimv2_CIM_ServiceAccessPoint,
106150                   /* features */
106151                   _CIM_SNMPCommunityString_features,
106152               };
106153               
106154               //==============================================================================
106155               //
106156               // Class: CIM_SNMPService
106157               //
106158               //==============================================================================
106159 mike  1.1.2.1 
106160               static MetaFeature*
106161               _CIM_SNMPService_features[] =
106162               {
106163                   0,
106164               };
106165               
106166               static const char*
106167               __root_cimv2_CIM_SNMPService_qualifiers[] =
106168               {
106169                   /* UMLPackagePath */
106170                   "\057CIM::Network::SNMP",
106171                   /* Version */
106172                   "\0632.7.0",
106173                   0,
106174               };
106175               
106176               MetaClass
106177               __root_cimv2_CIM_SNMPService =
106178               {
106179                   /* flags */
106180 mike  1.1.2.1     META_FLAG_CLASS,
106181                   /* name */
106182                   "CIM_SNMPService",
106183                   /* qualifiers */
106184                   __root_cimv2_CIM_SNMPService_qualifiers,
106185                   /* super */
106186                   &__root_cimv2_CIM_Service,
106187                   /* features */
106188                   _CIM_SNMPService_features,
106189               };
106190               
106191               //==============================================================================
106192               //
106193               // Class: CIM_SoftwareElementSAPImplementation
106194               //
106195               //==============================================================================
106196               
106197               static const char*
106198               _CIM_SoftwareElementSAPImplementation_Antecedent_qualifiers[] =
106199               {
106200                   /* Override */
106201 mike  1.1.2.1     "\044Antecedent",
106202                   0,
106203               };
106204               
106205               static MetaReference
106206               _CIM_SoftwareElementSAPImplementation_Antecedent =
106207               {
106208                   /* flags */
106209                   META_FLAG_REFERENCE|META_FLAG_READ,
106210                   /* name */
106211                   "Antecedent",
106212                   /* qualifiers */
106213                   _CIM_SoftwareElementSAPImplementation_Antecedent_qualifiers,
106214                   /* subscript */
106215                   -1,
106216                   /* refId */
106217                   &__root_cimv2_CIM_SoftwareElement,
106218               };
106219               
106220               static const char*
106221               _CIM_SoftwareElementSAPImplementation_Dependent_qualifiers[] =
106222 mike  1.1.2.1 {
106223                   /* Override */
106224                   "\044Dependent",
106225                   0,
106226               };
106227               
106228               static MetaReference
106229               _CIM_SoftwareElementSAPImplementation_Dependent =
106230               {
106231                   /* flags */
106232                   META_FLAG_REFERENCE|META_FLAG_READ,
106233                   /* name */
106234                   "Dependent",
106235                   /* qualifiers */
106236                   _CIM_SoftwareElementSAPImplementation_Dependent_qualifiers,
106237                   /* subscript */
106238                   -1,
106239                   /* refId */
106240                   &__root_cimv2_CIM_ServiceAccessPoint,
106241               };
106242               
106243 mike  1.1.2.1 static MetaFeature*
106244               _CIM_SoftwareElementSAPImplementation_features[] =
106245               {
106246                   (MetaFeature*)&_CIM_SoftwareElementSAPImplementation_Antecedent,
106247                   (MetaFeature*)&_CIM_SoftwareElementSAPImplementation_Dependent,
106248                   0,
106249               };
106250               
106251               static const char*
106252               __root_cimv2_CIM_SoftwareElementSAPImplementation_qualifiers[] =
106253               {
106254                   /* ASSOCIATION */
106255                   "\000\001",
106256                   /* UMLPackagePath */
106257                   "\057CIM::Application::DeploymentModel",
106258                   /* Version */
106259                   "\0632.6.0",
106260                   0,
106261               };
106262               
106263               MetaClass
106264 mike  1.1.2.1 __root_cimv2_CIM_SoftwareElementSAPImplementation =
106265               {
106266                   /* flags */
106267                   META_FLAG_ASSOCIATION,
106268                   /* name */
106269                   "CIM_SoftwareElementSAPImplementation",
106270                   /* qualifiers */
106271                   __root_cimv2_CIM_SoftwareElementSAPImplementation_qualifiers,
106272                   /* super */
106273                   &__root_cimv2_CIM_Dependency,
106274                   /* features */
106275                   _CIM_SoftwareElementSAPImplementation_features,
106276               };
106277               
106278               //==============================================================================
106279               //
106280               // Class: CIM_SoftwareElementServiceImplementation
106281               //
106282               //==============================================================================
106283               
106284               static const char*
106285 mike  1.1.2.1 _CIM_SoftwareElementServiceImplementation_Antecedent_qualifiers[] =
106286               {
106287                   /* Override */
106288                   "\044Antecedent",
106289                   0,
106290               };
106291               
106292               static MetaReference
106293               _CIM_SoftwareElementServiceImplementation_Antecedent =
106294               {
106295                   /* flags */
106296                   META_FLAG_REFERENCE|META_FLAG_READ,
106297                   /* name */
106298                   "Antecedent",
106299                   /* qualifiers */
106300                   _CIM_SoftwareElementServiceImplementation_Antecedent_qualifiers,
106301                   /* subscript */
106302                   -1,
106303                   /* refId */
106304                   &__root_cimv2_CIM_SoftwareElement,
106305               };
106306 mike  1.1.2.1 
106307               static const char*
106308               _CIM_SoftwareElementServiceImplementation_Dependent_qualifiers[] =
106309               {
106310                   /* Override */
106311                   "\044Dependent",
106312                   0,
106313               };
106314               
106315               static MetaReference
106316               _CIM_SoftwareElementServiceImplementation_Dependent =
106317               {
106318                   /* flags */
106319                   META_FLAG_REFERENCE|META_FLAG_READ,
106320                   /* name */
106321                   "Dependent",
106322                   /* qualifiers */
106323                   _CIM_SoftwareElementServiceImplementation_Dependent_qualifiers,
106324                   /* subscript */
106325                   -1,
106326                   /* refId */
106327 mike  1.1.2.1     &__root_cimv2_CIM_Service,
106328               };
106329               
106330               static MetaFeature*
106331               _CIM_SoftwareElementServiceImplementation_features[] =
106332               {
106333                   (MetaFeature*)&_CIM_SoftwareElementServiceImplementation_Antecedent,
106334                   (MetaFeature*)&_CIM_SoftwareElementServiceImplementation_Dependent,
106335                   0,
106336               };
106337               
106338               static const char*
106339               __root_cimv2_CIM_SoftwareElementServiceImplementation_qualifiers[] =
106340               {
106341                   /* ASSOCIATION */
106342                   "\000\001",
106343                   /* UMLPackagePath */
106344                   "\057CIM::Application::DeploymentModel",
106345                   /* Version */
106346                   "\0632.6.0",
106347                   0,
106348 mike  1.1.2.1 };
106349               
106350               MetaClass
106351               __root_cimv2_CIM_SoftwareElementServiceImplementation =
106352               {
106353                   /* flags */
106354                   META_FLAG_ASSOCIATION,
106355                   /* name */
106356                   "CIM_SoftwareElementServiceImplementation",
106357                   /* qualifiers */
106358                   __root_cimv2_CIM_SoftwareElementServiceImplementation_qualifiers,
106359                   /* super */
106360                   &__root_cimv2_CIM_Dependency,
106361                   /* features */
106362                   _CIM_SoftwareElementServiceImplementation_features,
106363               };
106364               
106365               //==============================================================================
106366               //
106367               // Class: CIM_SoftwareFeatureSAPImplementation
106368               //
106369 mike  1.1.2.1 //==============================================================================
106370               
106371               static const char*
106372               _CIM_SoftwareFeatureSAPImplementation_Antecedent_qualifiers[] =
106373               {
106374                   /* Override */
106375                   "\044Antecedent",
106376                   0,
106377               };
106378               
106379               static MetaReference
106380               _CIM_SoftwareFeatureSAPImplementation_Antecedent =
106381               {
106382                   /* flags */
106383                   META_FLAG_REFERENCE|META_FLAG_READ,
106384                   /* name */
106385                   "Antecedent",
106386                   /* qualifiers */
106387                   _CIM_SoftwareFeatureSAPImplementation_Antecedent_qualifiers,
106388                   /* subscript */
106389                   -1,
106390 mike  1.1.2.1     /* refId */
106391                   &__root_cimv2_CIM_SoftwareFeature,
106392               };
106393               
106394               static const char*
106395               _CIM_SoftwareFeatureSAPImplementation_Dependent_qualifiers[] =
106396               {
106397                   /* Override */
106398                   "\044Dependent",
106399                   0,
106400               };
106401               
106402               static MetaReference
106403               _CIM_SoftwareFeatureSAPImplementation_Dependent =
106404               {
106405                   /* flags */
106406                   META_FLAG_REFERENCE|META_FLAG_READ,
106407                   /* name */
106408                   "Dependent",
106409                   /* qualifiers */
106410                   _CIM_SoftwareFeatureSAPImplementation_Dependent_qualifiers,
106411 mike  1.1.2.1     /* subscript */
106412                   -1,
106413                   /* refId */
106414                   &__root_cimv2_CIM_ServiceAccessPoint,
106415               };
106416               
106417               static MetaFeature*
106418               _CIM_SoftwareFeatureSAPImplementation_features[] =
106419               {
106420                   (MetaFeature*)&_CIM_SoftwareFeatureSAPImplementation_Antecedent,
106421                   (MetaFeature*)&_CIM_SoftwareFeatureSAPImplementation_Dependent,
106422                   0,
106423               };
106424               
106425               static const char*
106426               __root_cimv2_CIM_SoftwareFeatureSAPImplementation_qualifiers[] =
106427               {
106428                   /* ASSOCIATION */
106429                   "\000\001",
106430                   /* UMLPackagePath */
106431                   "\057CIM::Application::DeploymentModel",
106432 mike  1.1.2.1     /* Version */
106433                   "\0632.8.0",
106434                   0,
106435               };
106436               
106437               MetaClass
106438               __root_cimv2_CIM_SoftwareFeatureSAPImplementation =
106439               {
106440                   /* flags */
106441                   META_FLAG_ASSOCIATION,
106442                   /* name */
106443                   "CIM_SoftwareFeatureSAPImplementation",
106444                   /* qualifiers */
106445                   __root_cimv2_CIM_SoftwareFeatureSAPImplementation_qualifiers,
106446                   /* super */
106447                   &__root_cimv2_CIM_Dependency,
106448                   /* features */
106449                   _CIM_SoftwareFeatureSAPImplementation_features,
106450               };
106451               
106452               //==============================================================================
106453 mike  1.1.2.1 //
106454               // Class: CIM_SoftwareFeatureServiceImplementation
106455               //
106456               //==============================================================================
106457               
106458               static const char*
106459               _CIM_SoftwareFeatureServiceImplementation_Antecedent_qualifiers[] =
106460               {
106461                   /* Override */
106462                   "\044Antecedent",
106463                   0,
106464               };
106465               
106466               static MetaReference
106467               _CIM_SoftwareFeatureServiceImplementation_Antecedent =
106468               {
106469                   /* flags */
106470                   META_FLAG_REFERENCE|META_FLAG_READ,
106471                   /* name */
106472                   "Antecedent",
106473                   /* qualifiers */
106474 mike  1.1.2.1     _CIM_SoftwareFeatureServiceImplementation_Antecedent_qualifiers,
106475                   /* subscript */
106476                   -1,
106477                   /* refId */
106478                   &__root_cimv2_CIM_SoftwareFeature,
106479               };
106480               
106481               static const char*
106482               _CIM_SoftwareFeatureServiceImplementation_Dependent_qualifiers[] =
106483               {
106484                   /* Override */
106485                   "\044Dependent",
106486                   0,
106487               };
106488               
106489               static MetaReference
106490               _CIM_SoftwareFeatureServiceImplementation_Dependent =
106491               {
106492                   /* flags */
106493                   META_FLAG_REFERENCE|META_FLAG_READ,
106494                   /* name */
106495 mike  1.1.2.1     "Dependent",
106496                   /* qualifiers */
106497                   _CIM_SoftwareFeatureServiceImplementation_Dependent_qualifiers,
106498                   /* subscript */
106499                   -1,
106500                   /* refId */
106501                   &__root_cimv2_CIM_Service,
106502               };
106503               
106504               static MetaFeature*
106505               _CIM_SoftwareFeatureServiceImplementation_features[] =
106506               {
106507                   (MetaFeature*)&_CIM_SoftwareFeatureServiceImplementation_Antecedent,
106508                   (MetaFeature*)&_CIM_SoftwareFeatureServiceImplementation_Dependent,
106509                   0,
106510               };
106511               
106512               static const char*
106513               __root_cimv2_CIM_SoftwareFeatureServiceImplementation_qualifiers[] =
106514               {
106515                   /* ASSOCIATION */
106516 mike  1.1.2.1     "\000\001",
106517                   /* UMLPackagePath */
106518                   "\057CIM::Application::DeploymentModel",
106519                   /* Version */
106520                   "\0632.6.0",
106521                   0,
106522               };
106523               
106524               MetaClass
106525               __root_cimv2_CIM_SoftwareFeatureServiceImplementation =
106526               {
106527                   /* flags */
106528                   META_FLAG_ASSOCIATION,
106529                   /* name */
106530                   "CIM_SoftwareFeatureServiceImplementation",
106531                   /* qualifiers */
106532                   __root_cimv2_CIM_SoftwareFeatureServiceImplementation_qualifiers,
106533                   /* super */
106534                   &__root_cimv2_CIM_Dependency,
106535                   /* features */
106536                   _CIM_SoftwareFeatureServiceImplementation_features,
106537 mike  1.1.2.1 };
106538               
106539               //==============================================================================
106540               //
106541               // Class: CIM_StatisticsService
106542               //
106543               //==============================================================================
106544               
106545               static MetaFeature*
106546               _CIM_StatisticsService_features[] =
106547               {
106548                   0,
106549               };
106550               
106551               static const char*
106552               __root_cimv2_CIM_StatisticsService_qualifiers[] =
106553               {
106554                   /* UMLPackagePath */
106555                   "\057CIM::Device::StorageStatistics",
106556                   /* Version */
106557                   "\0632.10.0",
106558 mike  1.1.2.1     0,
106559               };
106560               
106561               MetaClass
106562               __root_cimv2_CIM_StatisticsService =
106563               {
106564                   /* flags */
106565                   META_FLAG_CLASS,
106566                   /* name */
106567                   "CIM_StatisticsService",
106568                   /* qualifiers */
106569                   __root_cimv2_CIM_StatisticsService_qualifiers,
106570                   /* super */
106571                   &__root_cimv2_CIM_Service,
106572                   /* features */
106573                   _CIM_StatisticsService_features,
106574               };
106575               
106576               //==============================================================================
106577               //
106578               // Class: CIM_StorageExtent
106579 mike  1.1.2.1 //
106580               //==============================================================================
106581               
106582               static const char*
106583               _CIM_StorageExtent_DataOrganization_qualifiers[] =
106584               {
106585                   /* ValueMap */
106586                   "\061\000\0050\0001\0002\0003\0004\000",
106587                   /* Values */
106588                   "\062\000\005Other\000Unknown\000Fixed Block\000Variable Block\000Count Key Data\000",
106589                   0,
106590               };
106591               
106592               static MetaProperty
106593               _CIM_StorageExtent_DataOrganization =
106594               {
106595                   /* flags */
106596                   META_FLAG_PROPERTY|META_FLAG_READ,
106597                   /* name */
106598                   "DataOrganization",
106599                   /* qualifiers */
106600 mike  1.1.2.1     _CIM_StorageExtent_DataOrganization_qualifiers,
106601                   /* type */
106602                   CIMTYPE_UINT16,
106603                   /* subscript */
106604                   -1,
106605                   /* value */
106606                   0,
106607               };
106608               
106609               static const char*
106610               _CIM_StorageExtent_Purpose_qualifiers[] =
106611               {
106612                   /* MappingStrings */
106613                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrStorageDescr\000",
106614                   0,
106615               };
106616               
106617               static MetaProperty
106618               _CIM_StorageExtent_Purpose =
106619               {
106620                   /* flags */
106621 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
106622                   /* name */
106623                   "Purpose",
106624                   /* qualifiers */
106625                   _CIM_StorageExtent_Purpose_qualifiers,
106626                   /* type */
106627                   CIMTYPE_STRING,
106628                   /* subscript */
106629                   -1,
106630                   /* value */
106631                   0,
106632               };
106633               
106634               static const char*
106635               _CIM_StorageExtent_Access_qualifiers[] =
106636               {
106637                   /* ValueMap */
106638                   "\061\000\0050\0001\0002\0003\0004\000",
106639                   /* Values */
106640                   "\062\000\005Unknown\000Readable\000Writeable\000Read/Write Supported\000Write Once\000",
106641                   0,
106642 mike  1.1.2.1 };
106643               
106644               static MetaProperty
106645               _CIM_StorageExtent_Access =
106646               {
106647                   /* flags */
106648                   META_FLAG_PROPERTY|META_FLAG_READ,
106649                   /* name */
106650                   "Access",
106651                   /* qualifiers */
106652                   _CIM_StorageExtent_Access_qualifiers,
106653                   /* type */
106654                   CIMTYPE_UINT16,
106655                   /* subscript */
106656                   -1,
106657                   /* value */
106658                   0,
106659               };
106660               
106661               static const char*
106662               _CIM_StorageExtent_ErrorMethodology_qualifiers[] =
106663 mike  1.1.2.1 {
106664                   0,
106665               };
106666               
106667               static MetaProperty
106668               _CIM_StorageExtent_ErrorMethodology =
106669               {
106670                   /* flags */
106671                   META_FLAG_PROPERTY|META_FLAG_READ,
106672                   /* name */
106673                   "ErrorMethodology",
106674                   /* qualifiers */
106675                   _CIM_StorageExtent_ErrorMethodology_qualifiers,
106676                   /* type */
106677                   CIMTYPE_STRING,
106678                   /* subscript */
106679                   -1,
106680                   /* value */
106681                   0,
106682               };
106683               
106684 mike  1.1.2.1 static const char*
106685               _CIM_StorageExtent_BlockSize_qualifiers[] =
106686               {
106687                   /* Units */
106688                   "\060Bytes",
106689                   /* MappingStrings */
106690                   "\026\000\003MIF.DMTF|Host Storage|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageAllocationUnits\000MIF.DMTF|Storage Devices|001.5\000",
106691                   0,
106692               };
106693               
106694               static MetaProperty
106695               _CIM_StorageExtent_BlockSize =
106696               {
106697                   /* flags */
106698                   META_FLAG_PROPERTY|META_FLAG_READ,
106699                   /* name */
106700                   "BlockSize",
106701                   /* qualifiers */
106702                   _CIM_StorageExtent_BlockSize_qualifiers,
106703                   /* type */
106704                   CIMTYPE_UINT64,
106705 mike  1.1.2.1     /* subscript */
106706                   -1,
106707                   /* value */
106708                   0,
106709               };
106710               
106711               static const char*
106712               _CIM_StorageExtent_NumberOfBlocks_qualifiers[] =
106713               {
106714                   /* MappingStrings */
106715                   "\026\000\002MIF.DMTF|Host Storage|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageSize\000",
106716                   0,
106717               };
106718               
106719               static MetaProperty
106720               _CIM_StorageExtent_NumberOfBlocks =
106721               {
106722                   /* flags */
106723                   META_FLAG_PROPERTY|META_FLAG_READ,
106724                   /* name */
106725                   "NumberOfBlocks",
106726 mike  1.1.2.1     /* qualifiers */
106727                   _CIM_StorageExtent_NumberOfBlocks_qualifiers,
106728                   /* type */
106729                   CIMTYPE_UINT64,
106730                   /* subscript */
106731                   -1,
106732                   /* value */
106733                   0,
106734               };
106735               
106736               static const char*
106737               _CIM_StorageExtent_ConsumableBlocks_qualifiers[] =
106738               {
106739                   0,
106740               };
106741               
106742               static MetaProperty
106743               _CIM_StorageExtent_ConsumableBlocks =
106744               {
106745                   /* flags */
106746                   META_FLAG_PROPERTY|META_FLAG_READ,
106747 mike  1.1.2.1     /* name */
106748                   "ConsumableBlocks",
106749                   /* qualifiers */
106750                   _CIM_StorageExtent_ConsumableBlocks_qualifiers,
106751                   /* type */
106752                   CIMTYPE_UINT64,
106753                   /* subscript */
106754                   -1,
106755                   /* value */
106756                   0,
106757               };
106758               
106759               static const char*
106760               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers[] =
106761               {
106762                   0,
106763               };
106764               
106765               static MetaProperty
106766               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy =
106767               {
106768 mike  1.1.2.1     /* flags */
106769                   META_FLAG_PROPERTY|META_FLAG_READ,
106770                   /* name */
106771                   "IsBasedOnUnderlyingRedundancy",
106772                   /* qualifiers */
106773                   _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers,
106774                   /* type */
106775                   CIMTYPE_BOOLEAN,
106776                   /* subscript */
106777                   -1,
106778                   /* value */
106779                   0,
106780               };
106781               
106782               static const char*
106783               _CIM_StorageExtent_SequentialAccess_qualifiers[] =
106784               {
106785                   0,
106786               };
106787               
106788               static MetaProperty
106789 mike  1.1.2.1 _CIM_StorageExtent_SequentialAccess =
106790               {
106791                   /* flags */
106792                   META_FLAG_PROPERTY|META_FLAG_READ,
106793                   /* name */
106794                   "SequentialAccess",
106795                   /* qualifiers */
106796                   _CIM_StorageExtent_SequentialAccess_qualifiers,
106797                   /* type */
106798                   CIMTYPE_BOOLEAN,
106799                   /* subscript */
106800                   -1,
106801                   /* value */
106802                   0,
106803               };
106804               
106805               static const char*
106806               _CIM_StorageExtent_ExtentStatus_qualifiers[] =
106807               {
106808                   /* ValueMap */
106809                   "\061\000\0210\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015..32767\00032768..65535\000",
106810 mike  1.1.2.1     /* Values */
106811                   "\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",
106812                   0,
106813               };
106814               
106815               static MetaProperty
106816               _CIM_StorageExtent_ExtentStatus =
106817               {
106818                   /* flags */
106819                   META_FLAG_PROPERTY|META_FLAG_READ,
106820                   /* name */
106821                   "ExtentStatus",
106822                   /* qualifiers */
106823                   _CIM_StorageExtent_ExtentStatus_qualifiers,
106824                   /* type */
106825                   CIMTYPE_UINT16,
106826                   /* subscript */
106827                   0,
106828                   /* value */
106829                   0,
106830               };
106831 mike  1.1.2.1 
106832               static const char*
106833               _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers[] =
106834               {
106835                   /* ModelCorrespondence */
106836                   "\036\000\001CIM_StorageSetting.NoSinglePointOfFailure\000",
106837                   0,
106838               };
106839               
106840               static MetaProperty
106841               _CIM_StorageExtent_NoSinglePointOfFailure =
106842               {
106843                   /* flags */
106844                   META_FLAG_PROPERTY|META_FLAG_READ,
106845                   /* name */
106846                   "NoSinglePointOfFailure",
106847                   /* qualifiers */
106848                   _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers,
106849                   /* type */
106850                   CIMTYPE_BOOLEAN,
106851                   /* subscript */
106852 mike  1.1.2.1     -1,
106853                   /* value */
106854                   0,
106855               };
106856               
106857               static const char*
106858               _CIM_StorageExtent_DataRedundancy_qualifiers[] =
106859               {
106860                   /* ModelCorrespondence */
106861                   "\036\000\003CIM_StorageSetting.DataRedundancyGoal\000CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
106862                   0,
106863               };
106864               
106865               static MetaProperty
106866               _CIM_StorageExtent_DataRedundancy =
106867               {
106868                   /* flags */
106869                   META_FLAG_PROPERTY|META_FLAG_READ,
106870                   /* name */
106871                   "DataRedundancy",
106872                   /* qualifiers */
106873 mike  1.1.2.1     _CIM_StorageExtent_DataRedundancy_qualifiers,
106874                   /* type */
106875                   CIMTYPE_UINT16,
106876                   /* subscript */
106877                   -1,
106878                   /* value */
106879                   0,
106880               };
106881               
106882               static const char*
106883               _CIM_StorageExtent_PackageRedundancy_qualifiers[] =
106884               {
106885                   /* ModelCorrespondence */
106886                   "\036\000\003CIM_StorageSetting.PackageRedundancyGoal\000CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
106887                   0,
106888               };
106889               
106890               static MetaProperty
106891               _CIM_StorageExtent_PackageRedundancy =
106892               {
106893                   /* flags */
106894 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
106895                   /* name */
106896                   "PackageRedundancy",
106897                   /* qualifiers */
106898                   _CIM_StorageExtent_PackageRedundancy_qualifiers,
106899                   /* type */
106900                   CIMTYPE_UINT16,
106901                   /* subscript */
106902                   -1,
106903                   /* value */
106904                   0,
106905               };
106906               
106907               static const char*
106908               _CIM_StorageExtent_DeltaReservation_qualifiers[] =
106909               {
106910                   /* Units */
106911                   "\060Percentage",
106912                   /* MinValue */
106913                   "\035\000\000\000\000\000\000\000\001",
106914                   /* MaxValue */
106915 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
106916                   /* ModelCorrespondence */
106917                   "\036\000\003CIM_StorageSetting.DeltaReservationGoal\000CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationMin\000",
106918                   0,
106919               };
106920               
106921               static MetaProperty
106922               _CIM_StorageExtent_DeltaReservation =
106923               {
106924                   /* flags */
106925                   META_FLAG_PROPERTY|META_FLAG_READ,
106926                   /* name */
106927                   "DeltaReservation",
106928                   /* qualifiers */
106929                   _CIM_StorageExtent_DeltaReservation_qualifiers,
106930                   /* type */
106931                   CIMTYPE_UINT8,
106932                   /* subscript */
106933                   -1,
106934                   /* value */
106935                   0,
106936 mike  1.1.2.1 };
106937               
106938               static const char*
106939               _CIM_StorageExtent_Primordial_qualifiers[] =
106940               {
106941                   0,
106942               };
106943               
106944               static MetaProperty
106945               _CIM_StorageExtent_Primordial =
106946               {
106947                   /* flags */
106948                   META_FLAG_PROPERTY|META_FLAG_READ,
106949                   /* name */
106950                   "Primordial",
106951                   /* qualifiers */
106952                   _CIM_StorageExtent_Primordial_qualifiers,
106953                   /* type */
106954                   CIMTYPE_BOOLEAN,
106955                   /* subscript */
106956                   -1,
106957 mike  1.1.2.1     /* value */
106958                   "\000",
106959               };
106960               
106961               static MetaFeature*
106962               _CIM_StorageExtent_features[] =
106963               {
106964                   (MetaFeature*)&_CIM_StorageExtent_DataOrganization,
106965                   (MetaFeature*)&_CIM_StorageExtent_Purpose,
106966                   (MetaFeature*)&_CIM_StorageExtent_Access,
106967                   (MetaFeature*)&_CIM_StorageExtent_ErrorMethodology,
106968                   (MetaFeature*)&_CIM_StorageExtent_BlockSize,
106969                   (MetaFeature*)&_CIM_StorageExtent_NumberOfBlocks,
106970                   (MetaFeature*)&_CIM_StorageExtent_ConsumableBlocks,
106971                   (MetaFeature*)&_CIM_StorageExtent_IsBasedOnUnderlyingRedundancy,
106972                   (MetaFeature*)&_CIM_StorageExtent_SequentialAccess,
106973                   (MetaFeature*)&_CIM_StorageExtent_ExtentStatus,
106974                   (MetaFeature*)&_CIM_StorageExtent_NoSinglePointOfFailure,
106975                   (MetaFeature*)&_CIM_StorageExtent_DataRedundancy,
106976                   (MetaFeature*)&_CIM_StorageExtent_PackageRedundancy,
106977                   (MetaFeature*)&_CIM_StorageExtent_DeltaReservation,
106978 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageExtent_Primordial,
106979                   0,
106980               };
106981               
106982               static const char*
106983               __root_cimv2_CIM_StorageExtent_qualifiers[] =
106984               {
106985                   /* UMLPackagePath */
106986                   "\057CIM::Core::StorageExtent",
106987                   /* Version */
106988                   "\0632.8.0",
106989                   0,
106990               };
106991               
106992               MetaClass
106993               __root_cimv2_CIM_StorageExtent =
106994               {
106995                   /* flags */
106996                   META_FLAG_CLASS,
106997                   /* name */
106998                   "CIM_StorageExtent",
106999 mike  1.1.2.1     /* qualifiers */
107000                   __root_cimv2_CIM_StorageExtent_qualifiers,
107001                   /* super */
107002                   &__root_cimv2_CIM_LogicalDevice,
107003                   /* features */
107004                   _CIM_StorageExtent_features,
107005               };
107006               
107007               //==============================================================================
107008               //
107009               // Class: CIM_StoragePool
107010               //
107011               //==============================================================================
107012               
107013               static const char*
107014               _CIM_StoragePool_InstanceID_qualifiers[] =
107015               {
107016                   /* Key */
107017                   "\025\001",
107018                   0,
107019               };
107020 mike  1.1.2.1 
107021               static MetaProperty
107022               _CIM_StoragePool_InstanceID =
107023               {
107024                   /* flags */
107025                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107026                   /* name */
107027                   "InstanceID",
107028                   /* qualifiers */
107029                   _CIM_StoragePool_InstanceID_qualifiers,
107030                   /* type */
107031                   CIMTYPE_STRING,
107032                   /* subscript */
107033                   -1,
107034                   /* value */
107035                   0,
107036               };
107037               
107038               static const char*
107039               _CIM_StoragePool_PoolID_qualifiers[] =
107040               {
107041 mike  1.1.2.1     /* Required */
107042                   "\050\001",
107043                   /* MaxLen */
107044                   "\030\000\000\001\000",
107045                   0,
107046               };
107047               
107048               static MetaProperty
107049               _CIM_StoragePool_PoolID =
107050               {
107051                   /* flags */
107052                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
107053                   /* name */
107054                   "PoolID",
107055                   /* qualifiers */
107056                   _CIM_StoragePool_PoolID_qualifiers,
107057                   /* type */
107058                   CIMTYPE_STRING,
107059                   /* subscript */
107060                   -1,
107061                   /* value */
107062 mike  1.1.2.1     0,
107063               };
107064               
107065               static const char*
107066               _CIM_StoragePool_Primordial_qualifiers[] =
107067               {
107068                   0,
107069               };
107070               
107071               static MetaProperty
107072               _CIM_StoragePool_Primordial =
107073               {
107074                   /* flags */
107075                   META_FLAG_PROPERTY|META_FLAG_READ,
107076                   /* name */
107077                   "Primordial",
107078                   /* qualifiers */
107079                   _CIM_StoragePool_Primordial_qualifiers,
107080                   /* type */
107081                   CIMTYPE_BOOLEAN,
107082                   /* subscript */
107083 mike  1.1.2.1     -1,
107084                   /* value */
107085                   "\000",
107086               };
107087               
107088               static const char*
107089               _CIM_StoragePool_TotalManagedSpace_qualifiers[] =
107090               {
107091                   /* Units */
107092                   "\060Bytes",
107093                   /* ModelCorrespondence */
107094                   "\036\000\001CIM_StoragePool.RemainingManagedSpace\000",
107095                   0,
107096               };
107097               
107098               static MetaProperty
107099               _CIM_StoragePool_TotalManagedSpace =
107100               {
107101                   /* flags */
107102                   META_FLAG_PROPERTY|META_FLAG_READ,
107103                   /* name */
107104 mike  1.1.2.1     "TotalManagedSpace",
107105                   /* qualifiers */
107106                   _CIM_StoragePool_TotalManagedSpace_qualifiers,
107107                   /* type */
107108                   CIMTYPE_UINT64,
107109                   /* subscript */
107110                   -1,
107111                   /* value */
107112                   0,
107113               };
107114               
107115               static const char*
107116               _CIM_StoragePool_RemainingManagedSpace_qualifiers[] =
107117               {
107118                   /* Required */
107119                   "\050\001",
107120                   /* Units */
107121                   "\060Bytes",
107122                   /* ModelCorrespondence */
107123                   "\036\000\002CIM_StoragePool.TotalManagedSpace\000CIM_AllocatedFromStoragePool.SpaceConsumed\000",
107124                   0,
107125 mike  1.1.2.1 };
107126               
107127               static MetaProperty
107128               _CIM_StoragePool_RemainingManagedSpace =
107129               {
107130                   /* flags */
107131                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
107132                   /* name */
107133                   "RemainingManagedSpace",
107134                   /* qualifiers */
107135                   _CIM_StoragePool_RemainingManagedSpace_qualifiers,
107136                   /* type */
107137                   CIMTYPE_UINT64,
107138                   /* subscript */
107139                   -1,
107140                   /* value */
107141                   0,
107142               };
107143               
107144               static const char*
107145               _CIM_StoragePool_GetSupportedSizes_ElementType_qualifiers[] =
107146 mike  1.1.2.1 {
107147                   /* IN */
107148                   "\024\001",
107149                   /* ValueMap */
107150                   "\061\000\0032\0003\0004\000",
107151                   /* Values */
107152                   "\062\000\003Storage Pool\000Storage Volume\000Logical Disk\000",
107153                   0,
107154               };
107155               
107156               static MetaProperty
107157               _CIM_StoragePool_GetSupportedSizes_ElementType =
107158               {
107159                   /* flags */
107160                   META_FLAG_PROPERTY|META_FLAG_IN,
107161                   /* name */
107162                   "ElementType",
107163                   /* qualifiers */
107164                   _CIM_StoragePool_GetSupportedSizes_ElementType_qualifiers,
107165                   /* type */
107166                   CIMTYPE_UINT16,
107167 mike  1.1.2.1     /* subscript */
107168                   -1,
107169                   /* value */
107170                   0,
107171               };
107172               
107173               static const char*
107174               _CIM_StoragePool_GetSupportedSizes_Goal_qualifiers[] =
107175               {
107176                   /* IN */
107177                   "\024\001",
107178                   0,
107179               };
107180               
107181               static MetaReference
107182               _CIM_StoragePool_GetSupportedSizes_Goal =
107183               {
107184                   /* flags */
107185                   META_FLAG_REFERENCE|META_FLAG_IN,
107186                   /* name */
107187                   "Goal",
107188 mike  1.1.2.1     /* qualifiers */
107189                   _CIM_StoragePool_GetSupportedSizes_Goal_qualifiers,
107190                   /* subscript */
107191                   -1,
107192                   /* ref */
107193                   &__root_cimv2_CIM_StorageSetting,
107194               };
107195               
107196               static const char*
107197               _CIM_StoragePool_GetSupportedSizes_Sizes_qualifiers[] =
107198               {
107199                   /* IN */
107200                   "\024\000",
107201                   /* OUT */
107202                   "\043\001",
107203                   /* Units */
107204                   "\060Bytes",
107205                   0,
107206               };
107207               
107208               static MetaProperty
107209 mike  1.1.2.1 _CIM_StoragePool_GetSupportedSizes_Sizes =
107210               {
107211                   /* flags */
107212                   META_FLAG_PROPERTY|META_FLAG_OUT,
107213                   /* name */
107214                   "Sizes",
107215                   /* qualifiers */
107216                   _CIM_StoragePool_GetSupportedSizes_Sizes_qualifiers,
107217                   /* type */
107218                   CIMTYPE_UINT64,
107219                   /* subscript */
107220                   0,
107221                   /* value */
107222                   0,
107223               };
107224               
107225               static MetaFeature*
107226               _CIM_StoragePool_GetSupportedSizes_parameters[] =
107227               {
107228                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_ElementType,
107229                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_Goal,
107230 mike  1.1.2.1     (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_Sizes,
107231                   0,
107232               };
107233               
107234               static const char*
107235               _CIM_StoragePool_GetSupportedSizes_qualifiers[] =
107236               {
107237                   /* ValueMap */
107238                   "\061\000\0030\0001\0002\000",
107239                   /* Values */
107240                   "\062\000\003Method completed OK\000Method not supported\000Use GetSupportedSizeRange instead\000",
107241                   0,
107242               };
107243               
107244               static MetaMethod
107245               _CIM_StoragePool_GetSupportedSizes =
107246               {
107247                   /* flags */
107248                   META_FLAG_METHOD,
107249                   /* name */
107250                   "CIM_StoragePool",
107251 mike  1.1.2.1     /* qualifiers */
107252                   _CIM_StoragePool_GetSupportedSizes_qualifiers,
107253                   /* type */
107254                   CIMTYPE_UINT32,
107255                   /* parameters */
107256                   _CIM_StoragePool_GetSupportedSizes_parameters,
107257               };
107258               
107259               static const char*
107260               _CIM_StoragePool_GetSupportedSizeRange_ElementType_qualifiers[] =
107261               {
107262                   /* IN */
107263                   "\024\001",
107264                   /* ValueMap */
107265                   "\061\000\0032\0003\0004\000",
107266                   /* Values */
107267                   "\062\000\003Storage Pool\000Storage Volume\000Logical Disk\000",
107268                   0,
107269               };
107270               
107271               static MetaProperty
107272 mike  1.1.2.1 _CIM_StoragePool_GetSupportedSizeRange_ElementType =
107273               {
107274                   /* flags */
107275                   META_FLAG_PROPERTY|META_FLAG_IN,
107276                   /* name */
107277                   "ElementType",
107278                   /* qualifiers */
107279                   _CIM_StoragePool_GetSupportedSizeRange_ElementType_qualifiers,
107280                   /* type */
107281                   CIMTYPE_UINT16,
107282                   /* subscript */
107283                   -1,
107284                   /* value */
107285                   0,
107286               };
107287               
107288               static const char*
107289               _CIM_StoragePool_GetSupportedSizeRange_Goal_qualifiers[] =
107290               {
107291                   /* IN */
107292                   "\024\001",
107293 mike  1.1.2.1     0,
107294               };
107295               
107296               static MetaReference
107297               _CIM_StoragePool_GetSupportedSizeRange_Goal =
107298               {
107299                   /* flags */
107300                   META_FLAG_REFERENCE|META_FLAG_IN,
107301                   /* name */
107302                   "Goal",
107303                   /* qualifiers */
107304                   _CIM_StoragePool_GetSupportedSizeRange_Goal_qualifiers,
107305                   /* subscript */
107306                   -1,
107307                   /* ref */
107308                   &__root_cimv2_CIM_StorageSetting,
107309               };
107310               
107311               static const char*
107312               _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize_qualifiers[] =
107313               {
107314 mike  1.1.2.1     /* IN */
107315                   "\024\000",
107316                   /* OUT */
107317                   "\043\001",
107318                   /* Units */
107319                   "\060Bytes",
107320                   0,
107321               };
107322               
107323               static MetaProperty
107324               _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize =
107325               {
107326                   /* flags */
107327                   META_FLAG_PROPERTY|META_FLAG_OUT,
107328                   /* name */
107329                   "MinimumVolumeSize",
107330                   /* qualifiers */
107331                   _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize_qualifiers,
107332                   /* type */
107333                   CIMTYPE_UINT64,
107334                   /* subscript */
107335 mike  1.1.2.1     -1,
107336                   /* value */
107337                   0,
107338               };
107339               
107340               static const char*
107341               _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize_qualifiers[] =
107342               {
107343                   /* IN */
107344                   "\024\000",
107345                   /* OUT */
107346                   "\043\001",
107347                   /* Units */
107348                   "\060Bytes",
107349                   0,
107350               };
107351               
107352               static MetaProperty
107353               _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize =
107354               {
107355                   /* flags */
107356 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OUT,
107357                   /* name */
107358                   "MaximumVolumeSize",
107359                   /* qualifiers */
107360                   _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize_qualifiers,
107361                   /* type */
107362                   CIMTYPE_UINT64,
107363                   /* subscript */
107364                   -1,
107365                   /* value */
107366                   0,
107367               };
107368               
107369               static const char*
107370               _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor_qualifiers[] =
107371               {
107372                   /* IN */
107373                   "\024\000",
107374                   /* OUT */
107375                   "\043\001",
107376                   /* Units */
107377 mike  1.1.2.1     "\060Bytes",
107378                   0,
107379               };
107380               
107381               static MetaProperty
107382               _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor =
107383               {
107384                   /* flags */
107385                   META_FLAG_PROPERTY|META_FLAG_OUT,
107386                   /* name */
107387                   "VolumeSizeDivisor",
107388                   /* qualifiers */
107389                   _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor_qualifiers,
107390                   /* type */
107391                   CIMTYPE_UINT64,
107392                   /* subscript */
107393                   -1,
107394                   /* value */
107395                   0,
107396               };
107397               
107398 mike  1.1.2.1 static MetaFeature*
107399               _CIM_StoragePool_GetSupportedSizeRange_parameters[] =
107400               {
107401                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_ElementType,
107402                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_Goal,
107403                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize,
107404                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize,
107405                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor,
107406                   0,
107407               };
107408               
107409               static const char*
107410               _CIM_StoragePool_GetSupportedSizeRange_qualifiers[] =
107411               {
107412                   /* ValueMap */
107413                   "\061\000\0030\0001\0002\000",
107414                   /* Values */
107415                   "\062\000\003Method completed OK\000Method not supported\000Use GetSupportedSizes instead\000",
107416                   0,
107417               };
107418               
107419 mike  1.1.2.1 static MetaMethod
107420               _CIM_StoragePool_GetSupportedSizeRange =
107421               {
107422                   /* flags */
107423                   META_FLAG_METHOD,
107424                   /* name */
107425                   "CIM_StoragePool",
107426                   /* qualifiers */
107427                   _CIM_StoragePool_GetSupportedSizeRange_qualifiers,
107428                   /* type */
107429                   CIMTYPE_UINT32,
107430                   /* parameters */
107431                   _CIM_StoragePool_GetSupportedSizeRange_parameters,
107432               };
107433               
107434               static const char*
107435               _CIM_StoragePool_GetAvailableExtents_Goal_qualifiers[] =
107436               {
107437                   /* IN */
107438                   "\024\001",
107439                   0,
107440 mike  1.1.2.1 };
107441               
107442               static MetaReference
107443               _CIM_StoragePool_GetAvailableExtents_Goal =
107444               {
107445                   /* flags */
107446                   META_FLAG_REFERENCE|META_FLAG_IN,
107447                   /* name */
107448                   "Goal",
107449                   /* qualifiers */
107450                   _CIM_StoragePool_GetAvailableExtents_Goal_qualifiers,
107451                   /* subscript */
107452                   -1,
107453                   /* ref */
107454                   &__root_cimv2_CIM_StorageSetting,
107455               };
107456               
107457               static const char*
107458               _CIM_StoragePool_GetAvailableExtents_AvailableExtents_qualifiers[] =
107459               {
107460                   /* OUT */
107461 mike  1.1.2.1     "\043\001",
107462                   0,
107463               };
107464               
107465               static MetaReference
107466               _CIM_StoragePool_GetAvailableExtents_AvailableExtents =
107467               {
107468                   /* flags */
107469                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
107470                   /* name */
107471                   "AvailableExtents",
107472                   /* qualifiers */
107473                   _CIM_StoragePool_GetAvailableExtents_AvailableExtents_qualifiers,
107474                   /* subscript */
107475                   0,
107476                   /* ref */
107477                   &__root_cimv2_CIM_StorageExtent,
107478               };
107479               
107480               static MetaFeature*
107481               _CIM_StoragePool_GetAvailableExtents_parameters[] =
107482 mike  1.1.2.1 {
107483                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents_Goal,
107484                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents_AvailableExtents,
107485                   0,
107486               };
107487               
107488               static const char*
107489               _CIM_StoragePool_GetAvailableExtents_qualifiers[] =
107490               {
107491                   /* ValueMap */
107492                   "\061\000\0120\0001\0002\0003\0004\0005\0006\000..\0004098..32767\00032768..65535\000",
107493                   /* Values */
107494                   "\062\000\012Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
107495                   0,
107496               };
107497               
107498               static MetaMethod
107499               _CIM_StoragePool_GetAvailableExtents =
107500               {
107501                   /* flags */
107502                   META_FLAG_METHOD,
107503 mike  1.1.2.1     /* name */
107504                   "CIM_StoragePool",
107505                   /* qualifiers */
107506                   _CIM_StoragePool_GetAvailableExtents_qualifiers,
107507                   /* type */
107508                   CIMTYPE_UINT32,
107509                   /* parameters */
107510                   _CIM_StoragePool_GetAvailableExtents_parameters,
107511               };
107512               
107513               static MetaFeature*
107514               _CIM_StoragePool_features[] =
107515               {
107516                   (MetaFeature*)&_CIM_StoragePool_InstanceID,
107517                   (MetaFeature*)&_CIM_StoragePool_PoolID,
107518                   (MetaFeature*)&_CIM_StoragePool_Primordial,
107519                   (MetaFeature*)&_CIM_StoragePool_TotalManagedSpace,
107520                   (MetaFeature*)&_CIM_StoragePool_RemainingManagedSpace,
107521                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes,
107522                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange,
107523                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents,
107524 mike  1.1.2.1     0,
107525               };
107526               
107527               static const char*
107528               __root_cimv2_CIM_StoragePool_qualifiers[] =
107529               {
107530                   /* UMLPackagePath */
107531                   "\057CIM::Device::StorageServices",
107532                   /* Version */
107533                   "\0632.13.0",
107534                   0,
107535               };
107536               
107537               MetaClass
107538               __root_cimv2_CIM_StoragePool =
107539               {
107540                   /* flags */
107541                   META_FLAG_CLASS,
107542                   /* name */
107543                   "CIM_StoragePool",
107544                   /* qualifiers */
107545 mike  1.1.2.1     __root_cimv2_CIM_StoragePool_qualifiers,
107546                   /* super */
107547                   &__root_cimv2_CIM_LogicalElement,
107548                   /* features */
107549                   _CIM_StoragePool_features,
107550               };
107551               
107552               //==============================================================================
107553               //
107554               // Class: CIM_StorageVolume
107555               //
107556               //==============================================================================
107557               
107558               static const char*
107559               _CIM_StorageVolume_Name_qualifiers[] =
107560               {
107561                   /* Override */
107562                   "\044Name",
107563                   /* MappingStrings */
107564                   "\026\000\001ANSI|T10|SCSI SPC-3|8.6\000",
107565                   /* ModelCorrespondence */
107566 mike  1.1.2.1     "\036\000\001CIM_StorageVolume.NameFormat\000",
107567                   0,
107568               };
107569               
107570               static MetaProperty
107571               _CIM_StorageVolume_Name =
107572               {
107573                   /* flags */
107574                   META_FLAG_PROPERTY|META_FLAG_READ,
107575                   /* name */
107576                   "Name",
107577                   /* qualifiers */
107578                   _CIM_StorageVolume_Name_qualifiers,
107579                   /* type */
107580                   CIMTYPE_STRING,
107581                   /* subscript */
107582                   -1,
107583                   /* value */
107584                   0,
107585               };
107586               
107587 mike  1.1.2.1 static const char*
107588               _CIM_StorageVolume_NameFormat_qualifiers[] =
107589               {
107590                   /* ValueMap */
107591                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
107592                   /* Values */
107593                   "\062\000\014Unknown\000Other\000VPD83NAA6\000VPD83NAA5\000VPD83Type2\000VPD83Type1\000VPD83Type0\000SNVM\000NodeWWN\000NAA\000EUI64\000T10VID\000",
107594                   /* ModelCorrespondence */
107595                   "\036\000\002CIM_StorageVolume.Name\000CIM_StorageVolume.OtherNameFormat\000",
107596                   0,
107597               };
107598               
107599               static MetaProperty
107600               _CIM_StorageVolume_NameFormat =
107601               {
107602                   /* flags */
107603                   META_FLAG_PROPERTY|META_FLAG_READ,
107604                   /* name */
107605                   "NameFormat",
107606                   /* qualifiers */
107607                   _CIM_StorageVolume_NameFormat_qualifiers,
107608 mike  1.1.2.1     /* type */
107609                   CIMTYPE_UINT16,
107610                   /* subscript */
107611                   -1,
107612                   /* value */
107613                   0,
107614               };
107615               
107616               static const char*
107617               _CIM_StorageVolume_NameNamespace_qualifiers[] =
107618               {
107619                   /* ValueMap */
107620                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
107621                   /* Values */
107622                   "\062\000\010Unknown\000Other\000VPD83Type3\000VPD83Type2\000VPD83Type1\000VPD80\000NodeWWN\000SNVM\000",
107623                   /* MappingStrings */
107624                   "\026\000\001INCITS|T10|SCSI SPC-3|Vital Product Data Parameters\000",
107625                   /* ModelCorrespondence */
107626                   "\036\000\002CIM_StorageVolume.Name\000CIM_StorageVolume.OtherNameNamespace\000",
107627                   0,
107628               };
107629 mike  1.1.2.1 
107630               static MetaProperty
107631               _CIM_StorageVolume_NameNamespace =
107632               {
107633                   /* flags */
107634                   META_FLAG_PROPERTY|META_FLAG_READ,
107635                   /* name */
107636                   "NameNamespace",
107637                   /* qualifiers */
107638                   _CIM_StorageVolume_NameNamespace_qualifiers,
107639                   /* type */
107640                   CIMTYPE_UINT16,
107641                   /* subscript */
107642                   -1,
107643                   /* value */
107644                   0,
107645               };
107646               
107647               static const char*
107648               _CIM_StorageVolume_OtherNameNamespace_qualifiers[] =
107649               {
107650 mike  1.1.2.1     /* ModelCorrespondence */
107651                   "\036\000\001CIM_StorageVolume.NameNamespace\000",
107652                   0,
107653               };
107654               
107655               static MetaProperty
107656               _CIM_StorageVolume_OtherNameNamespace =
107657               {
107658                   /* flags */
107659                   META_FLAG_PROPERTY|META_FLAG_READ,
107660                   /* name */
107661                   "OtherNameNamespace",
107662                   /* qualifiers */
107663                   _CIM_StorageVolume_OtherNameNamespace_qualifiers,
107664                   /* type */
107665                   CIMTYPE_STRING,
107666                   /* subscript */
107667                   -1,
107668                   /* value */
107669                   0,
107670               };
107671 mike  1.1.2.1 
107672               static const char*
107673               _CIM_StorageVolume_OtherNameFormat_qualifiers[] =
107674               {
107675                   /* ModelCorrespondence */
107676                   "\036\000\001CIM_StorageVolume.NameFormat\000",
107677                   0,
107678               };
107679               
107680               static MetaProperty
107681               _CIM_StorageVolume_OtherNameFormat =
107682               {
107683                   /* flags */
107684                   META_FLAG_PROPERTY|META_FLAG_READ,
107685                   /* name */
107686                   "OtherNameFormat",
107687                   /* qualifiers */
107688                   _CIM_StorageVolume_OtherNameFormat_qualifiers,
107689                   /* type */
107690                   CIMTYPE_STRING,
107691                   /* subscript */
107692 mike  1.1.2.1     -1,
107693                   /* value */
107694                   0,
107695               };
107696               
107697               static MetaFeature*
107698               _CIM_StorageVolume_features[] =
107699               {
107700                   (MetaFeature*)&_CIM_StorageVolume_Name,
107701                   (MetaFeature*)&_CIM_StorageVolume_NameFormat,
107702                   (MetaFeature*)&_CIM_StorageVolume_NameNamespace,
107703                   (MetaFeature*)&_CIM_StorageVolume_OtherNameNamespace,
107704                   (MetaFeature*)&_CIM_StorageVolume_OtherNameFormat,
107705                   0,
107706               };
107707               
107708               static const char*
107709               __root_cimv2_CIM_StorageVolume_qualifiers[] =
107710               {
107711                   /* UMLPackagePath */
107712                   "\057CIM::Device::StorageExtents",
107713 mike  1.1.2.1     /* Version */
107714                   "\0632.8.2",
107715                   0,
107716               };
107717               
107718               MetaClass
107719               __root_cimv2_CIM_StorageVolume =
107720               {
107721                   /* flags */
107722                   META_FLAG_CLASS,
107723                   /* name */
107724                   "CIM_StorageVolume",
107725                   /* qualifiers */
107726                   __root_cimv2_CIM_StorageVolume_qualifiers,
107727                   /* super */
107728                   &__root_cimv2_CIM_StorageExtent,
107729                   /* features */
107730                   _CIM_StorageVolume_features,
107731               };
107732               
107733               //==============================================================================
107734 mike  1.1.2.1 //
107735               // Class: CIM_SuppliesPower
107736               //
107737               //==============================================================================
107738               
107739               static const char*
107740               _CIM_SuppliesPower_Antecedent_qualifiers[] =
107741               {
107742                   /* Override */
107743                   "\044Antecedent",
107744                   0,
107745               };
107746               
107747               static MetaReference
107748               _CIM_SuppliesPower_Antecedent =
107749               {
107750                   /* flags */
107751                   META_FLAG_REFERENCE|META_FLAG_READ,
107752                   /* name */
107753                   "Antecedent",
107754                   /* qualifiers */
107755 mike  1.1.2.1     _CIM_SuppliesPower_Antecedent_qualifiers,
107756                   /* subscript */
107757                   -1,
107758                   /* refId */
107759                   &__root_cimv2_CIM_PowerSupply,
107760               };
107761               
107762               static const char*
107763               _CIM_SuppliesPower_Dependent_qualifiers[] =
107764               {
107765                   /* Override */
107766                   "\044Dependent",
107767                   0,
107768               };
107769               
107770               static MetaReference
107771               _CIM_SuppliesPower_Dependent =
107772               {
107773                   /* flags */
107774                   META_FLAG_REFERENCE|META_FLAG_READ,
107775                   /* name */
107776 mike  1.1.2.1     "Dependent",
107777                   /* qualifiers */
107778                   _CIM_SuppliesPower_Dependent_qualifiers,
107779                   /* subscript */
107780                   -1,
107781                   /* refId */
107782                   &__root_cimv2_CIM_LogicalDevice,
107783               };
107784               
107785               static MetaFeature*
107786               _CIM_SuppliesPower_features[] =
107787               {
107788                   (MetaFeature*)&_CIM_SuppliesPower_Antecedent,
107789                   (MetaFeature*)&_CIM_SuppliesPower_Dependent,
107790                   0,
107791               };
107792               
107793               static const char*
107794               __root_cimv2_CIM_SuppliesPower_qualifiers[] =
107795               {
107796                   /* ASSOCIATION */
107797 mike  1.1.2.1     "\000\001",
107798                   /* UMLPackagePath */
107799                   "\057CIM::Device::CoolingAndPower",
107800                   /* Version */
107801                   "\0632.10.0",
107802                   0,
107803               };
107804               
107805               MetaClass
107806               __root_cimv2_CIM_SuppliesPower =
107807               {
107808                   /* flags */
107809                   META_FLAG_ASSOCIATION,
107810                   /* name */
107811                   "CIM_SuppliesPower",
107812                   /* qualifiers */
107813                   __root_cimv2_CIM_SuppliesPower_qualifiers,
107814                   /* super */
107815                   &__root_cimv2_CIM_Dependency,
107816                   /* features */
107817                   _CIM_SuppliesPower_features,
107818 mike  1.1.2.1 };
107819               
107820               //==============================================================================
107821               //
107822               // Class: CIM_System
107823               //
107824               //==============================================================================
107825               
107826               static const char*
107827               _CIM_System_CreationClassName_qualifiers[] =
107828               {
107829                   /* Key */
107830                   "\025\001",
107831                   /* MaxLen */
107832                   "\030\000\000\001\000",
107833                   0,
107834               };
107835               
107836               static MetaProperty
107837               _CIM_System_CreationClassName =
107838               {
107839 mike  1.1.2.1     /* flags */
107840                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107841                   /* name */
107842                   "CreationClassName",
107843                   /* qualifiers */
107844                   _CIM_System_CreationClassName_qualifiers,
107845                   /* type */
107846                   CIMTYPE_STRING,
107847                   /* subscript */
107848                   -1,
107849                   /* value */
107850                   0,
107851               };
107852               
107853               static const char*
107854               _CIM_System_Name_qualifiers[] =
107855               {
107856                   /* Key */
107857                   "\025\001",
107858                   /* Override */
107859                   "\044Name",
107860 mike  1.1.2.1     /* MaxLen */
107861                   "\030\000\000\001\000",
107862                   0,
107863               };
107864               
107865               static MetaProperty
107866               _CIM_System_Name =
107867               {
107868                   /* flags */
107869                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107870                   /* name */
107871                   "Name",
107872                   /* qualifiers */
107873                   _CIM_System_Name_qualifiers,
107874                   /* type */
107875                   CIMTYPE_STRING,
107876                   /* subscript */
107877                   -1,
107878                   /* value */
107879                   0,
107880               };
107881 mike  1.1.2.1 
107882               static const char*
107883               _CIM_System_NameFormat_qualifiers[] =
107884               {
107885                   /* MaxLen */
107886                   "\030\000\000\000\100",
107887                   0,
107888               };
107889               
107890               static MetaProperty
107891               _CIM_System_NameFormat =
107892               {
107893                   /* flags */
107894                   META_FLAG_PROPERTY|META_FLAG_READ,
107895                   /* name */
107896                   "NameFormat",
107897                   /* qualifiers */
107898                   _CIM_System_NameFormat_qualifiers,
107899                   /* type */
107900                   CIMTYPE_STRING,
107901                   /* subscript */
107902 mike  1.1.2.1     -1,
107903                   /* value */
107904                   0,
107905               };
107906               
107907               static const char*
107908               _CIM_System_PrimaryOwnerName_qualifiers[] =
107909               {
107910                   /* Write */
107911                   "\065\001",
107912                   /* MaxLen */
107913                   "\030\000\000\000\100",
107914                   /* MappingStrings */
107915                   "\026\000\001MIF.DMTF|General Information|001.3\000",
107916                   0,
107917               };
107918               
107919               static MetaProperty
107920               _CIM_System_PrimaryOwnerName =
107921               {
107922                   /* flags */
107923 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107924                   /* name */
107925                   "PrimaryOwnerName",
107926                   /* qualifiers */
107927                   _CIM_System_PrimaryOwnerName_qualifiers,
107928                   /* type */
107929                   CIMTYPE_STRING,
107930                   /* subscript */
107931                   -1,
107932                   /* value */
107933                   0,
107934               };
107935               
107936               static const char*
107937               _CIM_System_PrimaryOwnerContact_qualifiers[] =
107938               {
107939                   /* Write */
107940                   "\065\001",
107941                   /* MaxLen */
107942                   "\030\000\000\001\000",
107943                   /* MappingStrings */
107944 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.4\000",
107945                   0,
107946               };
107947               
107948               static MetaProperty
107949               _CIM_System_PrimaryOwnerContact =
107950               {
107951                   /* flags */
107952                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107953                   /* name */
107954                   "PrimaryOwnerContact",
107955                   /* qualifiers */
107956                   _CIM_System_PrimaryOwnerContact_qualifiers,
107957                   /* type */
107958                   CIMTYPE_STRING,
107959                   /* subscript */
107960                   -1,
107961                   /* value */
107962                   0,
107963               };
107964               
107965 mike  1.1.2.1 static const char*
107966               _CIM_System_Roles_qualifiers[] =
107967               {
107968                   /* Write */
107969                   "\065\001",
107970                   0,
107971               };
107972               
107973               static MetaProperty
107974               _CIM_System_Roles =
107975               {
107976                   /* flags */
107977                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107978                   /* name */
107979                   "Roles",
107980                   /* qualifiers */
107981                   _CIM_System_Roles_qualifiers,
107982                   /* type */
107983                   CIMTYPE_STRING,
107984                   /* subscript */
107985                   0,
107986 mike  1.1.2.1     /* value */
107987                   0,
107988               };
107989               
107990               static MetaFeature*
107991               _CIM_System_features[] =
107992               {
107993                   (MetaFeature*)&_CIM_System_CreationClassName,
107994                   (MetaFeature*)&_CIM_System_Name,
107995                   (MetaFeature*)&_CIM_System_NameFormat,
107996                   (MetaFeature*)&_CIM_System_PrimaryOwnerName,
107997                   (MetaFeature*)&_CIM_System_PrimaryOwnerContact,
107998                   (MetaFeature*)&_CIM_System_Roles,
107999                   0,
108000               };
108001               
108002               static const char*
108003               __root_cimv2_CIM_System_qualifiers[] =
108004               {
108005                   /* UMLPackagePath */
108006                   "\057CIM::Core::CoreElements",
108007 mike  1.1.2.1     /* Abstract */
108008                   "\002\001",
108009                   /* Version */
108010                   "\0632.7.0",
108011                   0,
108012               };
108013               
108014               MetaClass
108015               __root_cimv2_CIM_System =
108016               {
108017                   /* flags */
108018                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
108019                   /* name */
108020                   "CIM_System",
108021                   /* qualifiers */
108022                   __root_cimv2_CIM_System_qualifiers,
108023                   /* super */
108024                   &__root_cimv2_CIM_EnabledLogicalElement,
108025                   /* features */
108026                   _CIM_System_features,
108027               };
108028 mike  1.1.2.1 
108029               //==============================================================================
108030               //
108031               // Class: CIM_SystemAdministrator
108032               //
108033               //==============================================================================
108034               
108035               static const char*
108036               _CIM_SystemAdministrator_Antecedent_qualifiers[] =
108037               {
108038                   /* Override */
108039                   "\044Antecedent",
108040                   0,
108041               };
108042               
108043               static MetaReference
108044               _CIM_SystemAdministrator_Antecedent =
108045               {
108046                   /* flags */
108047                   META_FLAG_REFERENCE|META_FLAG_READ,
108048                   /* name */
108049 mike  1.1.2.1     "Antecedent",
108050                   /* qualifiers */
108051                   _CIM_SystemAdministrator_Antecedent_qualifiers,
108052                   /* subscript */
108053                   -1,
108054                   /* refId */
108055                   &__root_cimv2_CIM_System,
108056               };
108057               
108058               static const char*
108059               _CIM_SystemAdministrator_Dependent_qualifiers[] =
108060               {
108061                   /* Override */
108062                   "\044Dependent",
108063                   0,
108064               };
108065               
108066               static MetaReference
108067               _CIM_SystemAdministrator_Dependent =
108068               {
108069                   /* flags */
108070 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
108071                   /* name */
108072                   "Dependent",
108073                   /* qualifiers */
108074                   _CIM_SystemAdministrator_Dependent_qualifiers,
108075                   /* subscript */
108076                   -1,
108077                   /* refId */
108078                   &__root_cimv2_CIM_UserEntity,
108079               };
108080               
108081               static MetaFeature*
108082               _CIM_SystemAdministrator_features[] =
108083               {
108084                   (MetaFeature*)&_CIM_SystemAdministrator_Antecedent,
108085                   (MetaFeature*)&_CIM_SystemAdministrator_Dependent,
108086                   0,
108087               };
108088               
108089               static const char*
108090               __root_cimv2_CIM_SystemAdministrator_qualifiers[] =
108091 mike  1.1.2.1 {
108092                   /* ASSOCIATION */
108093                   "\000\001",
108094                   /* UMLPackagePath */
108095                   "\057CIM::User::Org",
108096                   /* Version */
108097                   "\0632.6.0",
108098                   0,
108099               };
108100               
108101               MetaClass
108102               __root_cimv2_CIM_SystemAdministrator =
108103               {
108104                   /* flags */
108105                   META_FLAG_ASSOCIATION,
108106                   /* name */
108107                   "CIM_SystemAdministrator",
108108                   /* qualifiers */
108109                   __root_cimv2_CIM_SystemAdministrator_qualifiers,
108110                   /* super */
108111                   &__root_cimv2_CIM_Dependency,
108112 mike  1.1.2.1     /* features */
108113                   _CIM_SystemAdministrator_features,
108114               };
108115               
108116               //==============================================================================
108117               //
108118               // Class: CIM_SystemAdministratorGroup
108119               //
108120               //==============================================================================
108121               
108122               static const char*
108123               _CIM_SystemAdministratorGroup_Antecedent_qualifiers[] =
108124               {
108125                   /* Override */
108126                   "\044Antecedent",
108127                   0,
108128               };
108129               
108130               static MetaReference
108131               _CIM_SystemAdministratorGroup_Antecedent =
108132               {
108133 mike  1.1.2.1     /* flags */
108134                   META_FLAG_REFERENCE|META_FLAG_READ,
108135                   /* name */
108136                   "Antecedent",
108137                   /* qualifiers */
108138                   _CIM_SystemAdministratorGroup_Antecedent_qualifiers,
108139                   /* subscript */
108140                   -1,
108141                   /* refId */
108142                   &__root_cimv2_CIM_System,
108143               };
108144               
108145               static const char*
108146               _CIM_SystemAdministratorGroup_Dependent_qualifiers[] =
108147               {
108148                   /* Override */
108149                   "\044Dependent",
108150                   0,
108151               };
108152               
108153               static MetaReference
108154 mike  1.1.2.1 _CIM_SystemAdministratorGroup_Dependent =
108155               {
108156                   /* flags */
108157                   META_FLAG_REFERENCE|META_FLAG_READ,
108158                   /* name */
108159                   "Dependent",
108160                   /* qualifiers */
108161                   _CIM_SystemAdministratorGroup_Dependent_qualifiers,
108162                   /* subscript */
108163                   -1,
108164                   /* refId */
108165                   &__root_cimv2_CIM_Group,
108166               };
108167               
108168               static MetaFeature*
108169               _CIM_SystemAdministratorGroup_features[] =
108170               {
108171                   (MetaFeature*)&_CIM_SystemAdministratorGroup_Antecedent,
108172                   (MetaFeature*)&_CIM_SystemAdministratorGroup_Dependent,
108173                   0,
108174               };
108175 mike  1.1.2.1 
108176               static const char*
108177               __root_cimv2_CIM_SystemAdministratorGroup_qualifiers[] =
108178               {
108179                   /* ASSOCIATION */
108180                   "\000\001",
108181                   /* UMLPackagePath */
108182                   "\057CIM::User::Group",
108183                   /* Version */
108184                   "\0632.6.0",
108185                   0,
108186               };
108187               
108188               MetaClass
108189               __root_cimv2_CIM_SystemAdministratorGroup =
108190               {
108191                   /* flags */
108192                   META_FLAG_ASSOCIATION,
108193                   /* name */
108194                   "CIM_SystemAdministratorGroup",
108195                   /* qualifiers */
108196 mike  1.1.2.1     __root_cimv2_CIM_SystemAdministratorGroup_qualifiers,
108197                   /* super */
108198                   &__root_cimv2_CIM_Dependency,
108199                   /* features */
108200                   _CIM_SystemAdministratorGroup_features,
108201               };
108202               
108203               //==============================================================================
108204               //
108205               // Class: CIM_SystemAdministratorRole
108206               //
108207               //==============================================================================
108208               
108209               static const char*
108210               _CIM_SystemAdministratorRole_Antecedent_qualifiers[] =
108211               {
108212                   /* Override */
108213                   "\044Antecedent",
108214                   0,
108215               };
108216               
108217 mike  1.1.2.1 static MetaReference
108218               _CIM_SystemAdministratorRole_Antecedent =
108219               {
108220                   /* flags */
108221                   META_FLAG_REFERENCE|META_FLAG_READ,
108222                   /* name */
108223                   "Antecedent",
108224                   /* qualifiers */
108225                   _CIM_SystemAdministratorRole_Antecedent_qualifiers,
108226                   /* subscript */
108227                   -1,
108228                   /* refId */
108229                   &__root_cimv2_CIM_System,
108230               };
108231               
108232               static const char*
108233               _CIM_SystemAdministratorRole_Dependent_qualifiers[] =
108234               {
108235                   /* Override */
108236                   "\044Dependent",
108237                   0,
108238 mike  1.1.2.1 };
108239               
108240               static MetaReference
108241               _CIM_SystemAdministratorRole_Dependent =
108242               {
108243                   /* flags */
108244                   META_FLAG_REFERENCE|META_FLAG_READ,
108245                   /* name */
108246                   "Dependent",
108247                   /* qualifiers */
108248                   _CIM_SystemAdministratorRole_Dependent_qualifiers,
108249                   /* subscript */
108250                   -1,
108251                   /* refId */
108252                   &__root_cimv2_CIM_Role,
108253               };
108254               
108255               static MetaFeature*
108256               _CIM_SystemAdministratorRole_features[] =
108257               {
108258                   (MetaFeature*)&_CIM_SystemAdministratorRole_Antecedent,
108259 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemAdministratorRole_Dependent,
108260                   0,
108261               };
108262               
108263               static const char*
108264               __root_cimv2_CIM_SystemAdministratorRole_qualifiers[] =
108265               {
108266                   /* ASSOCIATION */
108267                   "\000\001",
108268                   /* UMLPackagePath */
108269                   "\057CIM::User::Role",
108270                   /* Version */
108271                   "\0632.6.0",
108272                   0,
108273               };
108274               
108275               MetaClass
108276               __root_cimv2_CIM_SystemAdministratorRole =
108277               {
108278                   /* flags */
108279                   META_FLAG_ASSOCIATION,
108280 mike  1.1.2.1     /* name */
108281                   "CIM_SystemAdministratorRole",
108282                   /* qualifiers */
108283                   __root_cimv2_CIM_SystemAdministratorRole_qualifiers,
108284                   /* super */
108285                   &__root_cimv2_CIM_Dependency,
108286                   /* features */
108287                   _CIM_SystemAdministratorRole_features,
108288               };
108289               
108290               //==============================================================================
108291               //
108292               // Class: CIM_SystemComponent
108293               //
108294               //==============================================================================
108295               
108296               static const char*
108297               _CIM_SystemComponent_GroupComponent_qualifiers[] =
108298               {
108299                   /* Aggregate */
108300                   "\003\001",
108301 mike  1.1.2.1     /* Override */
108302                   "\044GroupComponent",
108303                   0,
108304               };
108305               
108306               static MetaReference
108307               _CIM_SystemComponent_GroupComponent =
108308               {
108309                   /* flags */
108310                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
108311                   /* name */
108312                   "GroupComponent",
108313                   /* qualifiers */
108314                   _CIM_SystemComponent_GroupComponent_qualifiers,
108315                   /* subscript */
108316                   -1,
108317                   /* refId */
108318                   &__root_cimv2_CIM_System,
108319               };
108320               
108321               static const char*
108322 mike  1.1.2.1 _CIM_SystemComponent_PartComponent_qualifiers[] =
108323               {
108324                   /* Override */
108325                   "\044PartComponent",
108326                   0,
108327               };
108328               
108329               static MetaReference
108330               _CIM_SystemComponent_PartComponent =
108331               {
108332                   /* flags */
108333                   META_FLAG_REFERENCE|META_FLAG_READ,
108334                   /* name */
108335                   "PartComponent",
108336                   /* qualifiers */
108337                   _CIM_SystemComponent_PartComponent_qualifiers,
108338                   /* subscript */
108339                   -1,
108340                   /* refId */
108341                   &__root_cimv2_CIM_ManagedSystemElement,
108342               };
108343 mike  1.1.2.1 
108344               static MetaFeature*
108345               _CIM_SystemComponent_features[] =
108346               {
108347                   (MetaFeature*)&_CIM_SystemComponent_GroupComponent,
108348                   (MetaFeature*)&_CIM_SystemComponent_PartComponent,
108349                   0,
108350               };
108351               
108352               static const char*
108353               __root_cimv2_CIM_SystemComponent_qualifiers[] =
108354               {
108355                   /* ASSOCIATION */
108356                   "\000\001",
108357                   /* UMLPackagePath */
108358                   "\057CIM::Core::CoreElements",
108359                   /* Aggregation */
108360                   "\004\001",
108361                   /* Version */
108362                   "\0632.10.0",
108363                   0,
108364 mike  1.1.2.1 };
108365               
108366               MetaClass
108367               __root_cimv2_CIM_SystemComponent =
108368               {
108369                   /* flags */
108370                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
108371                   /* name */
108372                   "CIM_SystemComponent",
108373                   /* qualifiers */
108374                   __root_cimv2_CIM_SystemComponent_qualifiers,
108375                   /* super */
108376                   &__root_cimv2_CIM_Component,
108377                   /* features */
108378                   _CIM_SystemComponent_features,
108379               };
108380               
108381               //==============================================================================
108382               //
108383               // Class: CIM_SystemDevice
108384               //
108385 mike  1.1.2.1 //==============================================================================
108386               
108387               static const char*
108388               _CIM_SystemDevice_GroupComponent_qualifiers[] =
108389               {
108390                   /* Aggregate */
108391                   "\003\001",
108392                   /* Override */
108393                   "\044GroupComponent",
108394                   /* Min */
108395                   "\033\000\000\000\001",
108396                   /* Max */
108397                   "\027\000\000\000\001",
108398                   0,
108399               };
108400               
108401               static MetaReference
108402               _CIM_SystemDevice_GroupComponent =
108403               {
108404                   /* flags */
108405                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
108406 mike  1.1.2.1     /* name */
108407                   "GroupComponent",
108408                   /* qualifiers */
108409                   _CIM_SystemDevice_GroupComponent_qualifiers,
108410                   /* subscript */
108411                   -1,
108412                   /* refId */
108413                   &__root_cimv2_CIM_System,
108414               };
108415               
108416               static const char*
108417               _CIM_SystemDevice_PartComponent_qualifiers[] =
108418               {
108419                   /* Override */
108420                   "\044PartComponent",
108421                   /* Weak */
108422                   "\064\001",
108423                   0,
108424               };
108425               
108426               static MetaReference
108427 mike  1.1.2.1 _CIM_SystemDevice_PartComponent =
108428               {
108429                   /* flags */
108430                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
108431                   /* name */
108432                   "PartComponent",
108433                   /* qualifiers */
108434                   _CIM_SystemDevice_PartComponent_qualifiers,
108435                   /* subscript */
108436                   -1,
108437                   /* refId */
108438                   &__root_cimv2_CIM_LogicalDevice,
108439               };
108440               
108441               static MetaFeature*
108442               _CIM_SystemDevice_features[] =
108443               {
108444                   (MetaFeature*)&_CIM_SystemDevice_GroupComponent,
108445                   (MetaFeature*)&_CIM_SystemDevice_PartComponent,
108446                   0,
108447               };
108448 mike  1.1.2.1 
108449               static const char*
108450               __root_cimv2_CIM_SystemDevice_qualifiers[] =
108451               {
108452                   /* ASSOCIATION */
108453                   "\000\001",
108454                   /* UMLPackagePath */
108455                   "\057CIM::Core::Device",
108456                   /* Aggregation */
108457                   "\004\001",
108458                   /* Composition */
108459                   "\011\001",
108460                   /* Version */
108461                   "\0632.10.0",
108462                   0,
108463               };
108464               
108465               MetaClass
108466               __root_cimv2_CIM_SystemDevice =
108467               {
108468                   /* flags */
108469 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
108470                   /* name */
108471                   "CIM_SystemDevice",
108472                   /* qualifiers */
108473                   __root_cimv2_CIM_SystemDevice_qualifiers,
108474                   /* super */
108475                   &__root_cimv2_CIM_SystemComponent,
108476                   /* features */
108477                   _CIM_SystemDevice_features,
108478               };
108479               
108480               //==============================================================================
108481               //
108482               // Class: CIM_SystemPackaging
108483               //
108484               //==============================================================================
108485               
108486               static const char*
108487               _CIM_SystemPackaging_Antecedent_qualifiers[] =
108488               {
108489                   /* Override */
108490 mike  1.1.2.1     "\044Antecedent",
108491                   0,
108492               };
108493               
108494               static MetaReference
108495               _CIM_SystemPackaging_Antecedent =
108496               {
108497                   /* flags */
108498                   META_FLAG_REFERENCE|META_FLAG_READ,
108499                   /* name */
108500                   "Antecedent",
108501                   /* qualifiers */
108502                   _CIM_SystemPackaging_Antecedent_qualifiers,
108503                   /* subscript */
108504                   -1,
108505                   /* refId */
108506                   &__root_cimv2_CIM_PhysicalElement,
108507               };
108508               
108509               static const char*
108510               _CIM_SystemPackaging_Dependent_qualifiers[] =
108511 mike  1.1.2.1 {
108512                   /* Override */
108513                   "\044Dependent",
108514                   0,
108515               };
108516               
108517               static MetaReference
108518               _CIM_SystemPackaging_Dependent =
108519               {
108520                   /* flags */
108521                   META_FLAG_REFERENCE|META_FLAG_READ,
108522                   /* name */
108523                   "Dependent",
108524                   /* qualifiers */
108525                   _CIM_SystemPackaging_Dependent_qualifiers,
108526                   /* subscript */
108527                   -1,
108528                   /* refId */
108529                   &__root_cimv2_CIM_System,
108530               };
108531               
108532 mike  1.1.2.1 static MetaFeature*
108533               _CIM_SystemPackaging_features[] =
108534               {
108535                   (MetaFeature*)&_CIM_SystemPackaging_Antecedent,
108536                   (MetaFeature*)&_CIM_SystemPackaging_Dependent,
108537                   0,
108538               };
108539               
108540               static const char*
108541               __root_cimv2_CIM_SystemPackaging_qualifiers[] =
108542               {
108543                   /* ASSOCIATION */
108544                   "\000\001",
108545                   /* UMLPackagePath */
108546                   "\057CIM::Core::Physical",
108547                   /* Version */
108548                   "\0632.10.0",
108549                   0,
108550               };
108551               
108552               MetaClass
108553 mike  1.1.2.1 __root_cimv2_CIM_SystemPackaging =
108554               {
108555                   /* flags */
108556                   META_FLAG_ASSOCIATION,
108557                   /* name */
108558                   "CIM_SystemPackaging",
108559                   /* qualifiers */
108560                   __root_cimv2_CIM_SystemPackaging_qualifiers,
108561                   /* super */
108562                   &__root_cimv2_CIM_Dependency,
108563                   /* features */
108564                   _CIM_SystemPackaging_features,
108565               };
108566               
108567               //==============================================================================
108568               //
108569               // Class: CIM_SystemResource
108570               //
108571               //==============================================================================
108572               
108573               static const char*
108574 mike  1.1.2.1 _CIM_SystemResource_Shareable_qualifiers[] =
108575               {
108576                   0,
108577               };
108578               
108579               static MetaProperty
108580               _CIM_SystemResource_Shareable =
108581               {
108582                   /* flags */
108583                   META_FLAG_PROPERTY|META_FLAG_READ,
108584                   /* name */
108585                   "Shareable",
108586                   /* qualifiers */
108587                   _CIM_SystemResource_Shareable_qualifiers,
108588                   /* type */
108589                   CIMTYPE_BOOLEAN,
108590                   /* subscript */
108591                   -1,
108592                   /* value */
108593                   0,
108594               };
108595 mike  1.1.2.1 
108596               static const char*
108597               _CIM_SystemResource_ImplementationInfo_qualifiers[] =
108598               {
108599                   /* ValueMap */
108600                   "\061\000\0040\0002\0003\0004\000",
108601                   /* Values */
108602                   "\062\000\004Unknown\000Hardware Only\000Software Only\000Hardware and Software\000",
108603                   0,
108604               };
108605               
108606               static MetaProperty
108607               _CIM_SystemResource_ImplementationInfo =
108608               {
108609                   /* flags */
108610                   META_FLAG_PROPERTY|META_FLAG_READ,
108611                   /* name */
108612                   "ImplementationInfo",
108613                   /* qualifiers */
108614                   _CIM_SystemResource_ImplementationInfo_qualifiers,
108615                   /* type */
108616 mike  1.1.2.1     CIMTYPE_UINT16,
108617                   /* subscript */
108618                   -1,
108619                   /* value */
108620                   0,
108621               };
108622               
108623               static MetaFeature*
108624               _CIM_SystemResource_features[] =
108625               {
108626                   (MetaFeature*)&_CIM_SystemResource_Shareable,
108627                   (MetaFeature*)&_CIM_SystemResource_ImplementationInfo,
108628                   0,
108629               };
108630               
108631               static const char*
108632               __root_cimv2_CIM_SystemResource_qualifiers[] =
108633               {
108634                   /* UMLPackagePath */
108635                   "\057CIM::System::SystemResources",
108636                   /* Abstract */
108637 mike  1.1.2.1     "\002\001",
108638                   /* Version */
108639                   "\0632.7.0",
108640                   0,
108641               };
108642               
108643               MetaClass
108644               __root_cimv2_CIM_SystemResource =
108645               {
108646                   /* flags */
108647                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
108648                   /* name */
108649                   "CIM_SystemResource",
108650                   /* qualifiers */
108651                   __root_cimv2_CIM_SystemResource_qualifiers,
108652                   /* super */
108653                   &__root_cimv2_CIM_EnabledLogicalElement,
108654                   /* features */
108655                   _CIM_SystemResource_features,
108656               };
108657               
108658 mike  1.1.2.1 //==============================================================================
108659               //
108660               // Class: CIM_SystemStatistics
108661               //
108662               //==============================================================================
108663               
108664               static const char*
108665               _CIM_SystemStatistics_Stats_qualifiers[] =
108666               {
108667                   /* Override */
108668                   "\044Stats",
108669                   /* Weak */
108670                   "\064\001",
108671                   0,
108672               };
108673               
108674               static MetaReference
108675               _CIM_SystemStatistics_Stats =
108676               {
108677                   /* flags */
108678                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
108679 mike  1.1.2.1     /* name */
108680                   "Stats",
108681                   /* qualifiers */
108682                   _CIM_SystemStatistics_Stats_qualifiers,
108683                   /* subscript */
108684                   -1,
108685                   /* refId */
108686                   &__root_cimv2_CIM_SystemStatisticalInformation,
108687               };
108688               
108689               static const char*
108690               _CIM_SystemStatistics_Element_qualifiers[] =
108691               {
108692                   /* Override */
108693                   "\044Element",
108694                   /* Min */
108695                   "\033\000\000\000\001",
108696                   /* Max */
108697                   "\027\000\000\000\001",
108698                   0,
108699               };
108700 mike  1.1.2.1 
108701               static MetaReference
108702               _CIM_SystemStatistics_Element =
108703               {
108704                   /* flags */
108705                   META_FLAG_REFERENCE|META_FLAG_READ,
108706                   /* name */
108707                   "Element",
108708                   /* qualifiers */
108709                   _CIM_SystemStatistics_Element_qualifiers,
108710                   /* subscript */
108711                   -1,
108712                   /* refId */
108713                   &__root_cimv2_CIM_System,
108714               };
108715               
108716               static MetaFeature*
108717               _CIM_SystemStatistics_features[] =
108718               {
108719                   (MetaFeature*)&_CIM_SystemStatistics_Stats,
108720                   (MetaFeature*)&_CIM_SystemStatistics_Element,
108721 mike  1.1.2.1     0,
108722               };
108723               
108724               static const char*
108725               __root_cimv2_CIM_SystemStatistics_qualifiers[] =
108726               {
108727                   /* ASSOCIATION */
108728                   "\000\001",
108729                   /* UMLPackagePath */
108730                   "\057CIM::Core::Statistics",
108731                   /* Version */
108732                   "\0632.6.0",
108733                   0,
108734               };
108735               
108736               MetaClass
108737               __root_cimv2_CIM_SystemStatistics =
108738               {
108739                   /* flags */
108740                   META_FLAG_ASSOCIATION,
108741                   /* name */
108742 mike  1.1.2.1     "CIM_SystemStatistics",
108743                   /* qualifiers */
108744                   __root_cimv2_CIM_SystemStatistics_qualifiers,
108745                   /* super */
108746                   &__root_cimv2_CIM_Statistics,
108747                   /* features */
108748                   _CIM_SystemStatistics_features,
108749               };
108750               
108751               //==============================================================================
108752               //
108753               // Class: CIM_TapeDrive
108754               //
108755               //==============================================================================
108756               
108757               static const char*
108758               _CIM_TapeDrive_EOTWarningZoneSize_qualifiers[] =
108759               {
108760                   /* Units */
108761                   "\060Bytes",
108762                   0,
108763 mike  1.1.2.1 };
108764               
108765               static MetaProperty
108766               _CIM_TapeDrive_EOTWarningZoneSize =
108767               {
108768                   /* flags */
108769                   META_FLAG_PROPERTY|META_FLAG_READ,
108770                   /* name */
108771                   "EOTWarningZoneSize",
108772                   /* qualifiers */
108773                   _CIM_TapeDrive_EOTWarningZoneSize_qualifiers,
108774                   /* type */
108775                   CIMTYPE_UINT32,
108776                   /* subscript */
108777                   -1,
108778                   /* value */
108779                   0,
108780               };
108781               
108782               static const char*
108783               _CIM_TapeDrive_MaxPartitionCount_qualifiers[] =
108784 mike  1.1.2.1 {
108785                   0,
108786               };
108787               
108788               static MetaProperty
108789               _CIM_TapeDrive_MaxPartitionCount =
108790               {
108791                   /* flags */
108792                   META_FLAG_PROPERTY|META_FLAG_READ,
108793                   /* name */
108794                   "MaxPartitionCount",
108795                   /* qualifiers */
108796                   _CIM_TapeDrive_MaxPartitionCount_qualifiers,
108797                   /* type */
108798                   CIMTYPE_UINT32,
108799                   /* subscript */
108800                   -1,
108801                   /* value */
108802                   0,
108803               };
108804               
108805 mike  1.1.2.1 static const char*
108806               _CIM_TapeDrive_Padding_qualifiers[] =
108807               {
108808                   /* Units */
108809                   "\060Bytes",
108810                   0,
108811               };
108812               
108813               static MetaProperty
108814               _CIM_TapeDrive_Padding =
108815               {
108816                   /* flags */
108817                   META_FLAG_PROPERTY|META_FLAG_READ,
108818                   /* name */
108819                   "Padding",
108820                   /* qualifiers */
108821                   _CIM_TapeDrive_Padding_qualifiers,
108822                   /* type */
108823                   CIMTYPE_UINT32,
108824                   /* subscript */
108825                   -1,
108826 mike  1.1.2.1     /* value */
108827                   0,
108828               };
108829               
108830               static const char*
108831               _CIM_TapeDrive_MaxRewindTime_qualifiers[] =
108832               {
108833                   /* Units */
108834                   "\060MilliSeconds",
108835                   0,
108836               };
108837               
108838               static MetaProperty
108839               _CIM_TapeDrive_MaxRewindTime =
108840               {
108841                   /* flags */
108842                   META_FLAG_PROPERTY|META_FLAG_READ,
108843                   /* name */
108844                   "MaxRewindTime",
108845                   /* qualifiers */
108846                   _CIM_TapeDrive_MaxRewindTime_qualifiers,
108847 mike  1.1.2.1     /* type */
108848                   CIMTYPE_UINT64,
108849                   /* subscript */
108850                   -1,
108851                   /* value */
108852                   0,
108853               };
108854               
108855               static MetaFeature*
108856               _CIM_TapeDrive_features[] =
108857               {
108858                   (MetaFeature*)&_CIM_TapeDrive_EOTWarningZoneSize,
108859                   (MetaFeature*)&_CIM_TapeDrive_MaxPartitionCount,
108860                   (MetaFeature*)&_CIM_TapeDrive_Padding,
108861                   (MetaFeature*)&_CIM_TapeDrive_MaxRewindTime,
108862                   0,
108863               };
108864               
108865               static const char*
108866               __root_cimv2_CIM_TapeDrive_qualifiers[] =
108867               {
108868 mike  1.1.2.1     /* UMLPackagePath */
108869                   "\057CIM::Device::StorageDevices",
108870                   /* Version */
108871                   "\0632.6.0",
108872                   0,
108873               };
108874               
108875               MetaClass
108876               __root_cimv2_CIM_TapeDrive =
108877               {
108878                   /* flags */
108879                   META_FLAG_CLASS,
108880                   /* name */
108881                   "CIM_TapeDrive",
108882                   /* qualifiers */
108883                   __root_cimv2_CIM_TapeDrive_qualifiers,
108884                   /* super */
108885                   &__root_cimv2_CIM_MediaAccessDevice,
108886                   /* features */
108887                   _CIM_TapeDrive_features,
108888               };
108889 mike  1.1.2.1 
108890               //==============================================================================
108891               //
108892               // Class: CIM_Thread
108893               //
108894               //==============================================================================
108895               
108896               static const char*
108897               _CIM_Thread_CSCreationClassName_qualifiers[] =
108898               {
108899                   /* Key */
108900                   "\025\001",
108901                   /* Propagated */
108902                   "\045CIM_Process.CSCreationClassName",
108903                   /* MaxLen */
108904                   "\030\000\000\001\000",
108905                   0,
108906               };
108907               
108908               static MetaProperty
108909               _CIM_Thread_CSCreationClassName =
108910 mike  1.1.2.1 {
108911                   /* flags */
108912                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108913                   /* name */
108914                   "CSCreationClassName",
108915                   /* qualifiers */
108916                   _CIM_Thread_CSCreationClassName_qualifiers,
108917                   /* type */
108918                   CIMTYPE_STRING,
108919                   /* subscript */
108920                   -1,
108921                   /* value */
108922                   0,
108923               };
108924               
108925               static const char*
108926               _CIM_Thread_CSName_qualifiers[] =
108927               {
108928                   /* Key */
108929                   "\025\001",
108930                   /* Propagated */
108931 mike  1.1.2.1     "\045CIM_Process.CSName",
108932                   /* MaxLen */
108933                   "\030\000\000\001\000",
108934                   0,
108935               };
108936               
108937               static MetaProperty
108938               _CIM_Thread_CSName =
108939               {
108940                   /* flags */
108941                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108942                   /* name */
108943                   "CSName",
108944                   /* qualifiers */
108945                   _CIM_Thread_CSName_qualifiers,
108946                   /* type */
108947                   CIMTYPE_STRING,
108948                   /* subscript */
108949                   -1,
108950                   /* value */
108951                   0,
108952 mike  1.1.2.1 };
108953               
108954               static const char*
108955               _CIM_Thread_OSCreationClassName_qualifiers[] =
108956               {
108957                   /* Key */
108958                   "\025\001",
108959                   /* Propagated */
108960                   "\045CIM_Process.OSCreationClassName",
108961                   /* MaxLen */
108962                   "\030\000\000\001\000",
108963                   0,
108964               };
108965               
108966               static MetaProperty
108967               _CIM_Thread_OSCreationClassName =
108968               {
108969                   /* flags */
108970                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108971                   /* name */
108972                   "OSCreationClassName",
108973 mike  1.1.2.1     /* qualifiers */
108974                   _CIM_Thread_OSCreationClassName_qualifiers,
108975                   /* type */
108976                   CIMTYPE_STRING,
108977                   /* subscript */
108978                   -1,
108979                   /* value */
108980                   0,
108981               };
108982               
108983               static const char*
108984               _CIM_Thread_OSName_qualifiers[] =
108985               {
108986                   /* Key */
108987                   "\025\001",
108988                   /* Propagated */
108989                   "\045CIM_Process.OSName",
108990                   /* MaxLen */
108991                   "\030\000\000\001\000",
108992                   0,
108993               };
108994 mike  1.1.2.1 
108995               static MetaProperty
108996               _CIM_Thread_OSName =
108997               {
108998                   /* flags */
108999                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109000                   /* name */
109001                   "OSName",
109002                   /* qualifiers */
109003                   _CIM_Thread_OSName_qualifiers,
109004                   /* type */
109005                   CIMTYPE_STRING,
109006                   /* subscript */
109007                   -1,
109008                   /* value */
109009                   0,
109010               };
109011               
109012               static const char*
109013               _CIM_Thread_ProcessCreationClassName_qualifiers[] =
109014               {
109015 mike  1.1.2.1     /* Key */
109016                   "\025\001",
109017                   /* Propagated */
109018                   "\045CIM_Process.CreationClassName",
109019                   /* MaxLen */
109020                   "\030\000\000\001\000",
109021                   0,
109022               };
109023               
109024               static MetaProperty
109025               _CIM_Thread_ProcessCreationClassName =
109026               {
109027                   /* flags */
109028                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109029                   /* name */
109030                   "ProcessCreationClassName",
109031                   /* qualifiers */
109032                   _CIM_Thread_ProcessCreationClassName_qualifiers,
109033                   /* type */
109034                   CIMTYPE_STRING,
109035                   /* subscript */
109036 mike  1.1.2.1     -1,
109037                   /* value */
109038                   0,
109039               };
109040               
109041               static const char*
109042               _CIM_Thread_ProcessHandle_qualifiers[] =
109043               {
109044                   /* Key */
109045                   "\025\001",
109046                   /* Propagated */
109047                   "\045CIM_Process.Handle",
109048                   /* MaxLen */
109049                   "\030\000\000\001\000",
109050                   0,
109051               };
109052               
109053               static MetaProperty
109054               _CIM_Thread_ProcessHandle =
109055               {
109056                   /* flags */
109057 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109058                   /* name */
109059                   "ProcessHandle",
109060                   /* qualifiers */
109061                   _CIM_Thread_ProcessHandle_qualifiers,
109062                   /* type */
109063                   CIMTYPE_STRING,
109064                   /* subscript */
109065                   -1,
109066                   /* value */
109067                   0,
109068               };
109069               
109070               static const char*
109071               _CIM_Thread_CreationClassName_qualifiers[] =
109072               {
109073                   /* Key */
109074                   "\025\001",
109075                   /* MaxLen */
109076                   "\030\000\000\001\000",
109077                   0,
109078 mike  1.1.2.1 };
109079               
109080               static MetaProperty
109081               _CIM_Thread_CreationClassName =
109082               {
109083                   /* flags */
109084                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109085                   /* name */
109086                   "CreationClassName",
109087                   /* qualifiers */
109088                   _CIM_Thread_CreationClassName_qualifiers,
109089                   /* type */
109090                   CIMTYPE_STRING,
109091                   /* subscript */
109092                   -1,
109093                   /* value */
109094                   0,
109095               };
109096               
109097               static const char*
109098               _CIM_Thread_Handle_qualifiers[] =
109099 mike  1.1.2.1 {
109100                   /* Key */
109101                   "\025\001",
109102                   /* MaxLen */
109103                   "\030\000\000\001\000",
109104                   0,
109105               };
109106               
109107               static MetaProperty
109108               _CIM_Thread_Handle =
109109               {
109110                   /* flags */
109111                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109112                   /* name */
109113                   "Handle",
109114                   /* qualifiers */
109115                   _CIM_Thread_Handle_qualifiers,
109116                   /* type */
109117                   CIMTYPE_STRING,
109118                   /* subscript */
109119                   -1,
109120 mike  1.1.2.1     /* value */
109121                   0,
109122               };
109123               
109124               static const char*
109125               _CIM_Thread_Priority_qualifiers[] =
109126               {
109127                   0,
109128               };
109129               
109130               static MetaProperty
109131               _CIM_Thread_Priority =
109132               {
109133                   /* flags */
109134                   META_FLAG_PROPERTY|META_FLAG_READ,
109135                   /* name */
109136                   "Priority",
109137                   /* qualifiers */
109138                   _CIM_Thread_Priority_qualifiers,
109139                   /* type */
109140                   CIMTYPE_UINT32,
109141 mike  1.1.2.1     /* subscript */
109142                   -1,
109143                   /* value */
109144                   0,
109145               };
109146               
109147               static const char*
109148               _CIM_Thread_ExecutionState_qualifiers[] =
109149               {
109150                   /* ValueMap */
109151                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
109152                   /* Values */
109153                   "\062\000\011Unknown\000Other\000Ready\000Running\000Blocked\000Suspended Blocked\000Suspended Ready\000Ready But Relinquished Processor\000Hung\000",
109154                   0,
109155               };
109156               
109157               static MetaProperty
109158               _CIM_Thread_ExecutionState =
109159               {
109160                   /* flags */
109161                   META_FLAG_PROPERTY|META_FLAG_READ,
109162 mike  1.1.2.1     /* name */
109163                   "ExecutionState",
109164                   /* qualifiers */
109165                   _CIM_Thread_ExecutionState_qualifiers,
109166                   /* type */
109167                   CIMTYPE_UINT16,
109168                   /* subscript */
109169                   -1,
109170                   /* value */
109171                   0,
109172               };
109173               
109174               static const char*
109175               _CIM_Thread_KernelModeTime_qualifiers[] =
109176               {
109177                   /* Units */
109178                   "\060MilliSeconds",
109179                   0,
109180               };
109181               
109182               static MetaProperty
109183 mike  1.1.2.1 _CIM_Thread_KernelModeTime =
109184               {
109185                   /* flags */
109186                   META_FLAG_PROPERTY|META_FLAG_READ,
109187                   /* name */
109188                   "KernelModeTime",
109189                   /* qualifiers */
109190                   _CIM_Thread_KernelModeTime_qualifiers,
109191                   /* type */
109192                   CIMTYPE_UINT64,
109193                   /* subscript */
109194                   -1,
109195                   /* value */
109196                   0,
109197               };
109198               
109199               static const char*
109200               _CIM_Thread_UserModeTime_qualifiers[] =
109201               {
109202                   /* Units */
109203                   "\060MilliSeconds",
109204 mike  1.1.2.1     0,
109205               };
109206               
109207               static MetaProperty
109208               _CIM_Thread_UserModeTime =
109209               {
109210                   /* flags */
109211                   META_FLAG_PROPERTY|META_FLAG_READ,
109212                   /* name */
109213                   "UserModeTime",
109214                   /* qualifiers */
109215                   _CIM_Thread_UserModeTime_qualifiers,
109216                   /* type */
109217                   CIMTYPE_UINT64,
109218                   /* subscript */
109219                   -1,
109220                   /* value */
109221                   0,
109222               };
109223               
109224               static MetaFeature*
109225 mike  1.1.2.1 _CIM_Thread_features[] =
109226               {
109227                   (MetaFeature*)&_CIM_Thread_CSCreationClassName,
109228                   (MetaFeature*)&_CIM_Thread_CSName,
109229                   (MetaFeature*)&_CIM_Thread_OSCreationClassName,
109230                   (MetaFeature*)&_CIM_Thread_OSName,
109231                   (MetaFeature*)&_CIM_Thread_ProcessCreationClassName,
109232                   (MetaFeature*)&_CIM_Thread_ProcessHandle,
109233                   (MetaFeature*)&_CIM_Thread_CreationClassName,
109234                   (MetaFeature*)&_CIM_Thread_Handle,
109235                   (MetaFeature*)&_CIM_Thread_Priority,
109236                   (MetaFeature*)&_CIM_Thread_ExecutionState,
109237                   (MetaFeature*)&_CIM_Thread_KernelModeTime,
109238                   (MetaFeature*)&_CIM_Thread_UserModeTime,
109239                   0,
109240               };
109241               
109242               static const char*
109243               __root_cimv2_CIM_Thread_qualifiers[] =
109244               {
109245                   /* UMLPackagePath */
109246 mike  1.1.2.1     "\057CIM::System::Processing",
109247                   /* Version */
109248                   "\0632.7.0",
109249                   0,
109250               };
109251               
109252               MetaClass
109253               __root_cimv2_CIM_Thread =
109254               {
109255                   /* flags */
109256                   META_FLAG_CLASS,
109257                   /* name */
109258                   "CIM_Thread",
109259                   /* qualifiers */
109260                   __root_cimv2_CIM_Thread_qualifiers,
109261                   /* super */
109262                   &__root_cimv2_CIM_EnabledLogicalElement,
109263                   /* features */
109264                   _CIM_Thread_features,
109265               };
109266               
109267 mike  1.1.2.1 //==============================================================================
109268               //
109269               // Class: CIM_TokenRingAdapter
109270               //
109271               //==============================================================================
109272               
109273               static const char*
109274               _CIM_TokenRingAdapter_NetworkAddresses_qualifiers[] =
109275               {
109276                   /* Deprecated */
109277                   "\013\000\001CIM_TokenRingAdapter.NetworkAddresses\000",
109278                   /* Override */
109279                   "\044NetworkAddresses",
109280                   /* ArrayType */
109281                   "\005Indexed",
109282                   0,
109283               };
109284               
109285               static MetaProperty
109286               _CIM_TokenRingAdapter_NetworkAddresses =
109287               {
109288 mike  1.1.2.1     /* flags */
109289                   META_FLAG_PROPERTY|META_FLAG_READ,
109290                   /* name */
109291                   "NetworkAddresses",
109292                   /* qualifiers */
109293                   _CIM_TokenRingAdapter_NetworkAddresses_qualifiers,
109294                   /* type */
109295                   CIMTYPE_STRING,
109296                   /* subscript */
109297                   0,
109298                   /* value */
109299                   0,
109300               };
109301               
109302               static const char*
109303               _CIM_TokenRingAdapter_MaxDataSize_qualifiers[] =
109304               {
109305                   /* Deprecated */
109306                   "\013\000\001CIM_TokenRingPort.MaxDataSize\000",
109307                   /* MappingStrings */
109308                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
109309 mike  1.1.2.1     0,
109310               };
109311               
109312               static MetaProperty
109313               _CIM_TokenRingAdapter_MaxDataSize =
109314               {
109315                   /* flags */
109316                   META_FLAG_PROPERTY|META_FLAG_READ,
109317                   /* name */
109318                   "MaxDataSize",
109319                   /* qualifiers */
109320                   _CIM_TokenRingAdapter_MaxDataSize_qualifiers,
109321                   /* type */
109322                   CIMTYPE_UINT32,
109323                   /* subscript */
109324                   -1,
109325                   /* value */
109326                   0,
109327               };
109328               
109329               static const char*
109330 mike  1.1.2.1 _CIM_TokenRingAdapter_Capabilities_qualifiers[] =
109331               {
109332                   /* Deprecated */
109333                   "\013\000\001CIM_TokenRingPort.Capabilities\000",
109334                   /* ValueMap */
109335                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109336                   /* Values */
109337                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
109338                   /* ArrayType */
109339                   "\005Indexed",
109340                   /* ModelCorrespondence */
109341                   "\036\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
109342                   0,
109343               };
109344               
109345               static MetaProperty
109346               _CIM_TokenRingAdapter_Capabilities =
109347               {
109348                   /* flags */
109349                   META_FLAG_PROPERTY|META_FLAG_READ,
109350                   /* name */
109351 mike  1.1.2.1     "Capabilities",
109352                   /* qualifiers */
109353                   _CIM_TokenRingAdapter_Capabilities_qualifiers,
109354                   /* type */
109355                   CIMTYPE_UINT16,
109356                   /* subscript */
109357                   0,
109358                   /* value */
109359                   0,
109360               };
109361               
109362               static const char*
109363               _CIM_TokenRingAdapter_CapabilityDescriptions_qualifiers[] =
109364               {
109365                   /* Deprecated */
109366                   "\013\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
109367                   /* ArrayType */
109368                   "\005Indexed",
109369                   /* ModelCorrespondence */
109370                   "\036\000\001CIM_TokenRingAdapter.Capabilities\000",
109371                   0,
109372 mike  1.1.2.1 };
109373               
109374               static MetaProperty
109375               _CIM_TokenRingAdapter_CapabilityDescriptions =
109376               {
109377                   /* flags */
109378                   META_FLAG_PROPERTY|META_FLAG_READ,
109379                   /* name */
109380                   "CapabilityDescriptions",
109381                   /* qualifiers */
109382                   _CIM_TokenRingAdapter_CapabilityDescriptions_qualifiers,
109383                   /* type */
109384                   CIMTYPE_STRING,
109385                   /* subscript */
109386                   0,
109387                   /* value */
109388                   0,
109389               };
109390               
109391               static const char*
109392               _CIM_TokenRingAdapter_EnabledCapabilities_qualifiers[] =
109393 mike  1.1.2.1 {
109394                   /* Deprecated */
109395                   "\013\000\001CIM_TokenRingPort.EnabledCapabilities\000",
109396                   /* ValueMap */
109397                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109398                   /* Values */
109399                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
109400                   /* ModelCorrespondence */
109401                   "\036\000\001CIM_TokenRingAdapter.Capabilities\000",
109402                   0,
109403               };
109404               
109405               static MetaProperty
109406               _CIM_TokenRingAdapter_EnabledCapabilities =
109407               {
109408                   /* flags */
109409                   META_FLAG_PROPERTY|META_FLAG_READ,
109410                   /* name */
109411                   "EnabledCapabilities",
109412                   /* qualifiers */
109413                   _CIM_TokenRingAdapter_EnabledCapabilities_qualifiers,
109414 mike  1.1.2.1     /* type */
109415                   CIMTYPE_UINT16,
109416                   /* subscript */
109417                   0,
109418                   /* value */
109419                   0,
109420               };
109421               
109422               static const char*
109423               _CIM_TokenRingAdapter_RingStatus_qualifiers[] =
109424               {
109425                   /* Deprecated */
109426                   "\013\000\001CIM_TokenRingPort.RingStatus\000",
109427                   /* MappingStrings */
109428                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingStatus\000",
109429                   0,
109430               };
109431               
109432               static MetaProperty
109433               _CIM_TokenRingAdapter_RingStatus =
109434               {
109435 mike  1.1.2.1     /* flags */
109436                   META_FLAG_PROPERTY|META_FLAG_READ,
109437                   /* name */
109438                   "RingStatus",
109439                   /* qualifiers */
109440                   _CIM_TokenRingAdapter_RingStatus_qualifiers,
109441                   /* type */
109442                   CIMTYPE_UINT32,
109443                   /* subscript */
109444                   -1,
109445                   /* value */
109446                   0,
109447               };
109448               
109449               static const char*
109450               _CIM_TokenRingAdapter_RingState_qualifiers[] =
109451               {
109452                   /* Deprecated */
109453                   "\013\000\001CIM_TokenRingPort.RingState\000",
109454                   /* ValueMap */
109455                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109456 mike  1.1.2.1     /* Values */
109457                   "\062\000\006Opened\000Closed\000Opening\000Closing\000Open Failure\000Ring Failure\000",
109458                   /* MappingStrings */
109459                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingState\000",
109460                   0,
109461               };
109462               
109463               static MetaProperty
109464               _CIM_TokenRingAdapter_RingState =
109465               {
109466                   /* flags */
109467                   META_FLAG_PROPERTY|META_FLAG_READ,
109468                   /* name */
109469                   "RingState",
109470                   /* qualifiers */
109471                   _CIM_TokenRingAdapter_RingState_qualifiers,
109472                   /* type */
109473                   CIMTYPE_UINT16,
109474                   /* subscript */
109475                   -1,
109476                   /* value */
109477 mike  1.1.2.1     0,
109478               };
109479               
109480               static const char*
109481               _CIM_TokenRingAdapter_RingOpenStatus_qualifiers[] =
109482               {
109483                   /* Deprecated */
109484                   "\013\000\001CIM_TokenRingPort.RingOpenStatus\000",
109485                   /* ValueMap */
109486                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
109487                   /* Values */
109488                   "\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",
109489                   /* MappingStrings */
109490                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingOpenStatus\000",
109491                   0,
109492               };
109493               
109494               static MetaProperty
109495               _CIM_TokenRingAdapter_RingOpenStatus =
109496               {
109497                   /* flags */
109498 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
109499                   /* name */
109500                   "RingOpenStatus",
109501                   /* qualifiers */
109502                   _CIM_TokenRingAdapter_RingOpenStatus_qualifiers,
109503                   /* type */
109504                   CIMTYPE_UINT16,
109505                   /* subscript */
109506                   -1,
109507                   /* value */
109508                   0,
109509               };
109510               
109511               static const char*
109512               _CIM_TokenRingAdapter_RingSpeed_qualifiers[] =
109513               {
109514                   /* Deprecated */
109515                   "\013\000\001CIM_TokenRingPort.RingSpeed\000",
109516                   /* ValueMap */
109517                   "\061\000\0050\0001\0002\0003\0004\000",
109518                   /* Values */
109519 mike  1.1.2.1     "\062\000\005Unknown\000Other\000One Megabit\000Four Megabit\000Sixteen Megabit\000",
109520                   /* MappingStrings */
109521                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingSpeed\000",
109522                   0,
109523               };
109524               
109525               static MetaProperty
109526               _CIM_TokenRingAdapter_RingSpeed =
109527               {
109528                   /* flags */
109529                   META_FLAG_PROPERTY|META_FLAG_READ,
109530                   /* name */
109531                   "RingSpeed",
109532                   /* qualifiers */
109533                   _CIM_TokenRingAdapter_RingSpeed_qualifiers,
109534                   /* type */
109535                   CIMTYPE_UINT16,
109536                   /* subscript */
109537                   -1,
109538                   /* value */
109539                   0,
109540 mike  1.1.2.1 };
109541               
109542               static const char*
109543               _CIM_TokenRingAdapter_BurstErrors_qualifiers[] =
109544               {
109545                   /* Deprecated */
109546                   "\013\000\001CIM_TokenRingPortStatistics.BurstErrors\000",
109547                   /* Counter */
109548                   "\012\001",
109549                   /* MappingStrings */
109550                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsBurstErrors\000",
109551                   0,
109552               };
109553               
109554               static MetaProperty
109555               _CIM_TokenRingAdapter_BurstErrors =
109556               {
109557                   /* flags */
109558                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109559                   /* name */
109560                   "BurstErrors",
109561 mike  1.1.2.1     /* qualifiers */
109562                   _CIM_TokenRingAdapter_BurstErrors_qualifiers,
109563                   /* type */
109564                   CIMTYPE_UINT32,
109565                   /* subscript */
109566                   -1,
109567                   /* value */
109568                   0,
109569               };
109570               
109571               static const char*
109572               _CIM_TokenRingAdapter_ACErrors_qualifiers[] =
109573               {
109574                   /* Deprecated */
109575                   "\013\000\001CIM_TokenRingPortStatistics.ACErrors\000",
109576                   /* Counter */
109577                   "\012\001",
109578                   /* MappingStrings */
109579                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsACErrors\000",
109580                   0,
109581               };
109582 mike  1.1.2.1 
109583               static MetaProperty
109584               _CIM_TokenRingAdapter_ACErrors =
109585               {
109586                   /* flags */
109587                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109588                   /* name */
109589                   "ACErrors",
109590                   /* qualifiers */
109591                   _CIM_TokenRingAdapter_ACErrors_qualifiers,
109592                   /* type */
109593                   CIMTYPE_UINT32,
109594                   /* subscript */
109595                   -1,
109596                   /* value */
109597                   0,
109598               };
109599               
109600               static const char*
109601               _CIM_TokenRingAdapter_AbortTransErrors_qualifiers[] =
109602               {
109603 mike  1.1.2.1     /* Deprecated */
109604                   "\013\000\001CIM_TokenRingPortStatistics.AbortTransErrors\000",
109605                   /* Counter */
109606                   "\012\001",
109607                   /* MappingStrings */
109608                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsAbortTransErrors\000",
109609                   0,
109610               };
109611               
109612               static MetaProperty
109613               _CIM_TokenRingAdapter_AbortTransErrors =
109614               {
109615                   /* flags */
109616                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109617                   /* name */
109618                   "AbortTransErrors",
109619                   /* qualifiers */
109620                   _CIM_TokenRingAdapter_AbortTransErrors_qualifiers,
109621                   /* type */
109622                   CIMTYPE_UINT32,
109623                   /* subscript */
109624 mike  1.1.2.1     -1,
109625                   /* value */
109626                   0,
109627               };
109628               
109629               static const char*
109630               _CIM_TokenRingAdapter_InternalErrors_qualifiers[] =
109631               {
109632                   /* Deprecated */
109633                   "\013\000\001CIM_TokenRingPortStatistics.InternalErrors\000",
109634                   /* Counter */
109635                   "\012\001",
109636                   /* MappingStrings */
109637                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsInternalErrors\000",
109638                   0,
109639               };
109640               
109641               static MetaProperty
109642               _CIM_TokenRingAdapter_InternalErrors =
109643               {
109644                   /* flags */
109645 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109646                   /* name */
109647                   "InternalErrors",
109648                   /* qualifiers */
109649                   _CIM_TokenRingAdapter_InternalErrors_qualifiers,
109650                   /* type */
109651                   CIMTYPE_UINT32,
109652                   /* subscript */
109653                   -1,
109654                   /* value */
109655                   0,
109656               };
109657               
109658               static const char*
109659               _CIM_TokenRingAdapter_LostFrameErrors_qualifiers[] =
109660               {
109661                   /* Deprecated */
109662                   "\013\000\001CIM_TokenRingPortStatistics.LostFrameErrors\000",
109663                   /* Counter */
109664                   "\012\001",
109665                   /* MappingStrings */
109666 mike  1.1.2.1     "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLostFrameErrors\000",
109667                   0,
109668               };
109669               
109670               static MetaProperty
109671               _CIM_TokenRingAdapter_LostFrameErrors =
109672               {
109673                   /* flags */
109674                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109675                   /* name */
109676                   "LostFrameErrors",
109677                   /* qualifiers */
109678                   _CIM_TokenRingAdapter_LostFrameErrors_qualifiers,
109679                   /* type */
109680                   CIMTYPE_UINT32,
109681                   /* subscript */
109682                   -1,
109683                   /* value */
109684                   0,
109685               };
109686               
109687 mike  1.1.2.1 static const char*
109688               _CIM_TokenRingAdapter_ReceiveCongestions_qualifiers[] =
109689               {
109690                   /* Deprecated */
109691                   "\013\000\001CIM_TokenRingPortStatistics.ReceiveCongestions\000",
109692                   /* Counter */
109693                   "\012\001",
109694                   /* MappingStrings */
109695                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsReceiveCongestions\000",
109696                   0,
109697               };
109698               
109699               static MetaProperty
109700               _CIM_TokenRingAdapter_ReceiveCongestions =
109701               {
109702                   /* flags */
109703                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109704                   /* name */
109705                   "ReceiveCongestions",
109706                   /* qualifiers */
109707                   _CIM_TokenRingAdapter_ReceiveCongestions_qualifiers,
109708 mike  1.1.2.1     /* type */
109709                   CIMTYPE_UINT32,
109710                   /* subscript */
109711                   -1,
109712                   /* value */
109713                   0,
109714               };
109715               
109716               static const char*
109717               _CIM_TokenRingAdapter_FrameCopiedErrors_qualifiers[] =
109718               {
109719                   /* Deprecated */
109720                   "\013\000\001CIM_TokenRingPortStatistics.FrameCopiedErrors\000",
109721                   /* Counter */
109722                   "\012\001",
109723                   /* MappingStrings */
109724                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFrameCopiedErrors\000",
109725                   0,
109726               };
109727               
109728               static MetaProperty
109729 mike  1.1.2.1 _CIM_TokenRingAdapter_FrameCopiedErrors =
109730               {
109731                   /* flags */
109732                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109733                   /* name */
109734                   "FrameCopiedErrors",
109735                   /* qualifiers */
109736                   _CIM_TokenRingAdapter_FrameCopiedErrors_qualifiers,
109737                   /* type */
109738                   CIMTYPE_UINT32,
109739                   /* subscript */
109740                   -1,
109741                   /* value */
109742                   0,
109743               };
109744               
109745               static const char*
109746               _CIM_TokenRingAdapter_TokenErrors_qualifiers[] =
109747               {
109748                   /* Deprecated */
109749                   "\013\000\001CIM_TokenRingPortStatistics.TokenErrors\000",
109750 mike  1.1.2.1     /* Counter */
109751                   "\012\001",
109752                   /* MappingStrings */
109753                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsTokenErrors\000",
109754                   0,
109755               };
109756               
109757               static MetaProperty
109758               _CIM_TokenRingAdapter_TokenErrors =
109759               {
109760                   /* flags */
109761                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109762                   /* name */
109763                   "TokenErrors",
109764                   /* qualifiers */
109765                   _CIM_TokenRingAdapter_TokenErrors_qualifiers,
109766                   /* type */
109767                   CIMTYPE_UINT32,
109768                   /* subscript */
109769                   -1,
109770                   /* value */
109771 mike  1.1.2.1     0,
109772               };
109773               
109774               static const char*
109775               _CIM_TokenRingAdapter_SoftErrors_qualifiers[] =
109776               {
109777                   /* Deprecated */
109778                   "\013\000\001CIM_TokenRingPortStatistics.SoftErrors\000",
109779                   /* Counter */
109780                   "\012\001",
109781                   /* MappingStrings */
109782                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSoftErrors\000",
109783                   0,
109784               };
109785               
109786               static MetaProperty
109787               _CIM_TokenRingAdapter_SoftErrors =
109788               {
109789                   /* flags */
109790                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109791                   /* name */
109792 mike  1.1.2.1     "SoftErrors",
109793                   /* qualifiers */
109794                   _CIM_TokenRingAdapter_SoftErrors_qualifiers,
109795                   /* type */
109796                   CIMTYPE_UINT32,
109797                   /* subscript */
109798                   -1,
109799                   /* value */
109800                   0,
109801               };
109802               
109803               static const char*
109804               _CIM_TokenRingAdapter_HardErrors_qualifiers[] =
109805               {
109806                   /* Deprecated */
109807                   "\013\000\001CIM_TokenRingPortStatistics.HardErrors\000",
109808                   /* Counter */
109809                   "\012\001",
109810                   /* MappingStrings */
109811                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsHardErrors\000",
109812                   0,
109813 mike  1.1.2.1 };
109814               
109815               static MetaProperty
109816               _CIM_TokenRingAdapter_HardErrors =
109817               {
109818                   /* flags */
109819                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109820                   /* name */
109821                   "HardErrors",
109822                   /* qualifiers */
109823                   _CIM_TokenRingAdapter_HardErrors_qualifiers,
109824                   /* type */
109825                   CIMTYPE_UINT32,
109826                   /* subscript */
109827                   -1,
109828                   /* value */
109829                   0,
109830               };
109831               
109832               static const char*
109833               _CIM_TokenRingAdapter_SignalLossCount_qualifiers[] =
109834 mike  1.1.2.1 {
109835                   /* Deprecated */
109836                   "\013\000\001CIM_TokenRingPortStatistics.SignalLossCount\000",
109837                   /* Counter */
109838                   "\012\001",
109839                   /* MappingStrings */
109840                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSignalLoss\000",
109841                   0,
109842               };
109843               
109844               static MetaProperty
109845               _CIM_TokenRingAdapter_SignalLossCount =
109846               {
109847                   /* flags */
109848                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109849                   /* name */
109850                   "SignalLossCount",
109851                   /* qualifiers */
109852                   _CIM_TokenRingAdapter_SignalLossCount_qualifiers,
109853                   /* type */
109854                   CIMTYPE_UINT32,
109855 mike  1.1.2.1     /* subscript */
109856                   -1,
109857                   /* value */
109858                   0,
109859               };
109860               
109861               static const char*
109862               _CIM_TokenRingAdapter_TransmittedBeacons_qualifiers[] =
109863               {
109864                   /* Deprecated */
109865                   "\013\000\001CIM_TokenRingPortStatistics.TransmittedBeacons\000",
109866                   /* Counter */
109867                   "\012\001",
109868                   /* MappingStrings */
109869                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsTransmitBeacons\000",
109870                   0,
109871               };
109872               
109873               static MetaProperty
109874               _CIM_TokenRingAdapter_TransmittedBeacons =
109875               {
109876 mike  1.1.2.1     /* flags */
109877                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109878                   /* name */
109879                   "TransmittedBeacons",
109880                   /* qualifiers */
109881                   _CIM_TokenRingAdapter_TransmittedBeacons_qualifiers,
109882                   /* type */
109883                   CIMTYPE_UINT32,
109884                   /* subscript */
109885                   -1,
109886                   /* value */
109887                   0,
109888               };
109889               
109890               static const char*
109891               _CIM_TokenRingAdapter_Recoverys_qualifiers[] =
109892               {
109893                   /* Deprecated */
109894                   "\013\000\001CIM_TokenRingPortStatistics.Recoverys\000",
109895                   /* Counter */
109896                   "\012\001",
109897 mike  1.1.2.1     /* MappingStrings */
109898                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsRecoverys\000",
109899                   0,
109900               };
109901               
109902               static MetaProperty
109903               _CIM_TokenRingAdapter_Recoverys =
109904               {
109905                   /* flags */
109906                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109907                   /* name */
109908                   "Recoverys",
109909                   /* qualifiers */
109910                   _CIM_TokenRingAdapter_Recoverys_qualifiers,
109911                   /* type */
109912                   CIMTYPE_UINT32,
109913                   /* subscript */
109914                   -1,
109915                   /* value */
109916                   0,
109917               };
109918 mike  1.1.2.1 
109919               static const char*
109920               _CIM_TokenRingAdapter_LobeWires_qualifiers[] =
109921               {
109922                   /* Deprecated */
109923                   "\013\000\001CIM_TokenRingPortStatistics.LobeWires\000",
109924                   /* Counter */
109925                   "\012\001",
109926                   /* MappingStrings */
109927                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsLobeWires\000",
109928                   0,
109929               };
109930               
109931               static MetaProperty
109932               _CIM_TokenRingAdapter_LobeWires =
109933               {
109934                   /* flags */
109935                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109936                   /* name */
109937                   "LobeWires",
109938                   /* qualifiers */
109939 mike  1.1.2.1     _CIM_TokenRingAdapter_LobeWires_qualifiers,
109940                   /* type */
109941                   CIMTYPE_UINT32,
109942                   /* subscript */
109943                   -1,
109944                   /* value */
109945                   0,
109946               };
109947               
109948               static const char*
109949               _CIM_TokenRingAdapter_Removes_qualifiers[] =
109950               {
109951                   /* Deprecated */
109952                   "\013\000\001CIM_TokenRingPortStatistics.Removes\000",
109953                   /* Counter */
109954                   "\012\001",
109955                   /* MappingStrings */
109956                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsRemoves\000",
109957                   0,
109958               };
109959               
109960 mike  1.1.2.1 static MetaProperty
109961               _CIM_TokenRingAdapter_Removes =
109962               {
109963                   /* flags */
109964                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109965                   /* name */
109966                   "Removes",
109967                   /* qualifiers */
109968                   _CIM_TokenRingAdapter_Removes_qualifiers,
109969                   /* type */
109970                   CIMTYPE_UINT32,
109971                   /* subscript */
109972                   -1,
109973                   /* value */
109974                   0,
109975               };
109976               
109977               static const char*
109978               _CIM_TokenRingAdapter_Singles_qualifiers[] =
109979               {
109980                   /* Deprecated */
109981 mike  1.1.2.1     "\013\000\001CIM_TokenRingPortStatistics.Singles\000",
109982                   /* Counter */
109983                   "\012\001",
109984                   /* MappingStrings */
109985                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSingles\000",
109986                   0,
109987               };
109988               
109989               static MetaProperty
109990               _CIM_TokenRingAdapter_Singles =
109991               {
109992                   /* flags */
109993                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109994                   /* name */
109995                   "Singles",
109996                   /* qualifiers */
109997                   _CIM_TokenRingAdapter_Singles_qualifiers,
109998                   /* type */
109999                   CIMTYPE_UINT32,
110000                   /* subscript */
110001                   -1,
110002 mike  1.1.2.1     /* value */
110003                   0,
110004               };
110005               
110006               static const char*
110007               _CIM_TokenRingAdapter_FrequencyErrors_qualifiers[] =
110008               {
110009                   /* Deprecated */
110010                   "\013\000\001CIM_TokenRingPortStatistics.FrequencyErrors\000",
110011                   /* Counter */
110012                   "\012\001",
110013                   /* MappingStrings */
110014                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsFreqErrors\000",
110015                   0,
110016               };
110017               
110018               static MetaProperty
110019               _CIM_TokenRingAdapter_FrequencyErrors =
110020               {
110021                   /* flags */
110022                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
110023 mike  1.1.2.1     /* name */
110024                   "FrequencyErrors",
110025                   /* qualifiers */
110026                   _CIM_TokenRingAdapter_FrequencyErrors_qualifiers,
110027                   /* type */
110028                   CIMTYPE_UINT32,
110029                   /* subscript */
110030                   -1,
110031                   /* value */
110032                   0,
110033               };
110034               
110035               static MetaFeature*
110036               _CIM_TokenRingAdapter_features[] =
110037               {
110038                   (MetaFeature*)&_CIM_TokenRingAdapter_NetworkAddresses,
110039                   (MetaFeature*)&_CIM_TokenRingAdapter_MaxDataSize,
110040                   (MetaFeature*)&_CIM_TokenRingAdapter_Capabilities,
110041                   (MetaFeature*)&_CIM_TokenRingAdapter_CapabilityDescriptions,
110042                   (MetaFeature*)&_CIM_TokenRingAdapter_EnabledCapabilities,
110043                   (MetaFeature*)&_CIM_TokenRingAdapter_RingStatus,
110044 mike  1.1.2.1     (MetaFeature*)&_CIM_TokenRingAdapter_RingState,
110045                   (MetaFeature*)&_CIM_TokenRingAdapter_RingOpenStatus,
110046                   (MetaFeature*)&_CIM_TokenRingAdapter_RingSpeed,
110047                   (MetaFeature*)&_CIM_TokenRingAdapter_BurstErrors,
110048                   (MetaFeature*)&_CIM_TokenRingAdapter_ACErrors,
110049                   (MetaFeature*)&_CIM_TokenRingAdapter_AbortTransErrors,
110050                   (MetaFeature*)&_CIM_TokenRingAdapter_InternalErrors,
110051                   (MetaFeature*)&_CIM_TokenRingAdapter_LostFrameErrors,
110052                   (MetaFeature*)&_CIM_TokenRingAdapter_ReceiveCongestions,
110053                   (MetaFeature*)&_CIM_TokenRingAdapter_FrameCopiedErrors,
110054                   (MetaFeature*)&_CIM_TokenRingAdapter_TokenErrors,
110055                   (MetaFeature*)&_CIM_TokenRingAdapter_SoftErrors,
110056                   (MetaFeature*)&_CIM_TokenRingAdapter_HardErrors,
110057                   (MetaFeature*)&_CIM_TokenRingAdapter_SignalLossCount,
110058                   (MetaFeature*)&_CIM_TokenRingAdapter_TransmittedBeacons,
110059                   (MetaFeature*)&_CIM_TokenRingAdapter_Recoverys,
110060                   (MetaFeature*)&_CIM_TokenRingAdapter_LobeWires,
110061                   (MetaFeature*)&_CIM_TokenRingAdapter_Removes,
110062                   (MetaFeature*)&_CIM_TokenRingAdapter_Singles,
110063                   (MetaFeature*)&_CIM_TokenRingAdapter_FrequencyErrors,
110064                   0,
110065 mike  1.1.2.1 };
110066               
110067               static const char*
110068               __root_cimv2_CIM_TokenRingAdapter_qualifiers[] =
110069               {
110070                   /* Deprecated */
110071                   "\013\000\001CIM_TokenRingAdapter\000",
110072                   /* UMLPackagePath */
110073                   "\057CIM::Device::NetworkAdapter",
110074                   /* Version */
110075                   "\0632.10.0",
110076                   0,
110077               };
110078               
110079               MetaClass
110080               __root_cimv2_CIM_TokenRingAdapter =
110081               {
110082                   /* flags */
110083                   META_FLAG_CLASS,
110084                   /* name */
110085                   "CIM_TokenRingAdapter",
110086 mike  1.1.2.1     /* qualifiers */
110087                   __root_cimv2_CIM_TokenRingAdapter_qualifiers,
110088                   /* super */
110089                   &__root_cimv2_CIM_NetworkAdapter,
110090                   /* features */
110091                   _CIM_TokenRingAdapter_features,
110092               };
110093               
110094               //==============================================================================
110095               //
110096               // Class: CIM_TokenRingPort
110097               //
110098               //==============================================================================
110099               
110100               static const char*
110101               _CIM_TokenRingPort_NetworkAddresses_qualifiers[] =
110102               {
110103                   /* Override */
110104                   "\044NetworkAddresses",
110105                   0,
110106               };
110107 mike  1.1.2.1 
110108               static MetaProperty
110109               _CIM_TokenRingPort_NetworkAddresses =
110110               {
110111                   /* flags */
110112                   META_FLAG_PROPERTY|META_FLAG_READ,
110113                   /* name */
110114                   "NetworkAddresses",
110115                   /* qualifiers */
110116                   _CIM_TokenRingPort_NetworkAddresses_qualifiers,
110117                   /* type */
110118                   CIMTYPE_STRING,
110119                   /* subscript */
110120                   0,
110121                   /* value */
110122                   0,
110123               };
110124               
110125               static const char*
110126               _CIM_TokenRingPort_MaxDataSize_qualifiers[] =
110127               {
110128 mike  1.1.2.1     /* MappingStrings */
110129                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
110130                   0,
110131               };
110132               
110133               static MetaProperty
110134               _CIM_TokenRingPort_MaxDataSize =
110135               {
110136                   /* flags */
110137                   META_FLAG_PROPERTY|META_FLAG_READ,
110138                   /* name */
110139                   "MaxDataSize",
110140                   /* qualifiers */
110141                   _CIM_TokenRingPort_MaxDataSize_qualifiers,
110142                   /* type */
110143                   CIMTYPE_UINT32,
110144                   /* subscript */
110145                   -1,
110146                   /* value */
110147                   0,
110148               };
110149 mike  1.1.2.1 
110150               static const char*
110151               _CIM_TokenRingPort_Capabilities_qualifiers[] =
110152               {
110153                   /* ValueMap */
110154                   "\061\000\0060\0001\0002\0003\0004\0005\000",
110155                   /* Values */
110156                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
110157                   /* ArrayType */
110158                   "\005Indexed",
110159                   /* ModelCorrespondence */
110160                   "\036\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
110161                   0,
110162               };
110163               
110164               static MetaProperty
110165               _CIM_TokenRingPort_Capabilities =
110166               {
110167                   /* flags */
110168                   META_FLAG_PROPERTY|META_FLAG_READ,
110169                   /* name */
110170 mike  1.1.2.1     "Capabilities",
110171                   /* qualifiers */
110172                   _CIM_TokenRingPort_Capabilities_qualifiers,
110173                   /* type */
110174                   CIMTYPE_UINT16,
110175                   /* subscript */
110176                   0,
110177                   /* value */
110178                   0,
110179               };
110180               
110181               static const char*
110182               _CIM_TokenRingPort_CapabilityDescriptions_qualifiers[] =
110183               {
110184                   /* ArrayType */
110185                   "\005Indexed",
110186                   /* ModelCorrespondence */
110187                   "\036\000\001CIM_TokenRingPort.Capabilities\000",
110188                   0,
110189               };
110190               
110191 mike  1.1.2.1 static MetaProperty
110192               _CIM_TokenRingPort_CapabilityDescriptions =
110193               {
110194                   /* flags */
110195                   META_FLAG_PROPERTY|META_FLAG_READ,
110196                   /* name */
110197                   "CapabilityDescriptions",
110198                   /* qualifiers */
110199                   _CIM_TokenRingPort_CapabilityDescriptions_qualifiers,
110200                   /* type */
110201                   CIMTYPE_STRING,
110202                   /* subscript */
110203                   0,
110204                   /* value */
110205                   0,
110206               };
110207               
110208               static const char*
110209               _CIM_TokenRingPort_EnabledCapabilities_qualifiers[] =
110210               {
110211                   /* ValueMap */
110212 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
110213                   /* Values */
110214                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
110215                   /* ArrayType */
110216                   "\005Indexed",
110217                   /* ModelCorrespondence */
110218                   "\036\000\002CIM_TokenRingPort.Capabilities\000CIM_TokenRingPort.OtherEnabledCapabilities\000",
110219                   0,
110220               };
110221               
110222               static MetaProperty
110223               _CIM_TokenRingPort_EnabledCapabilities =
110224               {
110225                   /* flags */
110226                   META_FLAG_PROPERTY|META_FLAG_READ,
110227                   /* name */
110228                   "EnabledCapabilities",
110229                   /* qualifiers */
110230                   _CIM_TokenRingPort_EnabledCapabilities_qualifiers,
110231                   /* type */
110232                   CIMTYPE_UINT16,
110233 mike  1.1.2.1     /* subscript */
110234                   0,
110235                   /* value */
110236                   0,
110237               };
110238               
110239               static const char*
110240               _CIM_TokenRingPort_OtherEnabledCapabilities_qualifiers[] =
110241               {
110242                   /* ArrayType */
110243                   "\005Indexed",
110244                   /* ModelCorrespondence */
110245                   "\036\000\001CIM_TokenRingPort.EnabledCapabilities\000",
110246                   0,
110247               };
110248               
110249               static MetaProperty
110250               _CIM_TokenRingPort_OtherEnabledCapabilities =
110251               {
110252                   /* flags */
110253                   META_FLAG_PROPERTY|META_FLAG_READ,
110254 mike  1.1.2.1     /* name */
110255                   "OtherEnabledCapabilities",
110256                   /* qualifiers */
110257                   _CIM_TokenRingPort_OtherEnabledCapabilities_qualifiers,
110258                   /* type */
110259                   CIMTYPE_STRING,
110260                   /* subscript */
110261                   0,
110262                   /* value */
110263                   0,
110264               };
110265               
110266               static const char*
110267               _CIM_TokenRingPort_RingStatus_qualifiers[] =
110268               {
110269                   /* MappingStrings */
110270                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingStatus\000",
110271                   0,
110272               };
110273               
110274               static MetaProperty
110275 mike  1.1.2.1 _CIM_TokenRingPort_RingStatus =
110276               {
110277                   /* flags */
110278                   META_FLAG_PROPERTY|META_FLAG_READ,
110279                   /* name */
110280                   "RingStatus",
110281                   /* qualifiers */
110282                   _CIM_TokenRingPort_RingStatus_qualifiers,
110283                   /* type */
110284                   CIMTYPE_UINT32,
110285                   /* subscript */
110286                   -1,
110287                   /* value */
110288                   0,
110289               };
110290               
110291               static const char*
110292               _CIM_TokenRingPort_RingState_qualifiers[] =
110293               {
110294                   /* ValueMap */
110295                   "\061\000\0060\0001\0002\0003\0004\0005\000",
110296 mike  1.1.2.1     /* Values */
110297                   "\062\000\006Opened\000Closed\000Opening\000Closing\000Open Failure\000Ring Failure\000",
110298                   /* MappingStrings */
110299                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingState\000",
110300                   0,
110301               };
110302               
110303               static MetaProperty
110304               _CIM_TokenRingPort_RingState =
110305               {
110306                   /* flags */
110307                   META_FLAG_PROPERTY|META_FLAG_READ,
110308                   /* name */
110309                   "RingState",
110310                   /* qualifiers */
110311                   _CIM_TokenRingPort_RingState_qualifiers,
110312                   /* type */
110313                   CIMTYPE_UINT16,
110314                   /* subscript */
110315                   -1,
110316                   /* value */
110317 mike  1.1.2.1     0,
110318               };
110319               
110320               static const char*
110321               _CIM_TokenRingPort_RingOpenStatus_qualifiers[] =
110322               {
110323                   /* ValueMap */
110324                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
110325                   /* Values */
110326                   "\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",
110327                   /* MappingStrings */
110328                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingOpenStatus\000",
110329                   0,
110330               };
110331               
110332               static MetaProperty
110333               _CIM_TokenRingPort_RingOpenStatus =
110334               {
110335                   /* flags */
110336                   META_FLAG_PROPERTY|META_FLAG_READ,
110337                   /* name */
110338 mike  1.1.2.1     "RingOpenStatus",
110339                   /* qualifiers */
110340                   _CIM_TokenRingPort_RingOpenStatus_qualifiers,
110341                   /* type */
110342                   CIMTYPE_UINT16,
110343                   /* subscript */
110344                   -1,
110345                   /* value */
110346                   0,
110347               };
110348               
110349               static const char*
110350               _CIM_TokenRingPort_RingSpeed_qualifiers[] =
110351               {
110352                   /* ValueMap */
110353                   "\061\000\0050\0001\0002\0003\0004\000",
110354                   /* Values */
110355                   "\062\000\005Unknown\000Other\000One Megabit\000Four Megabit\000Sixteen Megabit\000",
110356                   /* MappingStrings */
110357                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingSpeed\000",
110358                   0,
110359 mike  1.1.2.1 };
110360               
110361               static MetaProperty
110362               _CIM_TokenRingPort_RingSpeed =
110363               {
110364                   /* flags */
110365                   META_FLAG_PROPERTY|META_FLAG_READ,
110366                   /* name */
110367                   "RingSpeed",
110368                   /* qualifiers */
110369                   _CIM_TokenRingPort_RingSpeed_qualifiers,
110370                   /* type */
110371                   CIMTYPE_UINT16,
110372                   /* subscript */
110373                   -1,
110374                   /* value */
110375                   0,
110376               };
110377               
110378               static MetaFeature*
110379               _CIM_TokenRingPort_features[] =
110380 mike  1.1.2.1 {
110381                   (MetaFeature*)&_CIM_TokenRingPort_NetworkAddresses,
110382                   (MetaFeature*)&_CIM_TokenRingPort_MaxDataSize,
110383                   (MetaFeature*)&_CIM_TokenRingPort_Capabilities,
110384                   (MetaFeature*)&_CIM_TokenRingPort_CapabilityDescriptions,
110385                   (MetaFeature*)&_CIM_TokenRingPort_EnabledCapabilities,
110386                   (MetaFeature*)&_CIM_TokenRingPort_OtherEnabledCapabilities,
110387                   (MetaFeature*)&_CIM_TokenRingPort_RingStatus,
110388                   (MetaFeature*)&_CIM_TokenRingPort_RingState,
110389                   (MetaFeature*)&_CIM_TokenRingPort_RingOpenStatus,
110390                   (MetaFeature*)&_CIM_TokenRingPort_RingSpeed,
110391                   0,
110392               };
110393               
110394               static const char*
110395               __root_cimv2_CIM_TokenRingPort_qualifiers[] =
110396               {
110397                   /* UMLPackagePath */
110398                   "\057CIM::Device::Ports",
110399                   /* Version */
110400                   "\0632.10.0",
110401 mike  1.1.2.1     0,
110402               };
110403               
110404               MetaClass
110405               __root_cimv2_CIM_TokenRingPort =
110406               {
110407                   /* flags */
110408                   META_FLAG_CLASS,
110409                   /* name */
110410                   "CIM_TokenRingPort",
110411                   /* qualifiers */
110412                   __root_cimv2_CIM_TokenRingPort_qualifiers,
110413                   /* super */
110414                   &__root_cimv2_CIM_NetworkPort,
110415                   /* features */
110416                   _CIM_TokenRingPort_features,
110417               };
110418               
110419               //==============================================================================
110420               //
110421               // Class: CIM_UninterruptiblePowerSupply
110422 mike  1.1.2.1 //
110423               //==============================================================================
110424               
110425               static const char*
110426               _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow_qualifiers[] =
110427               {
110428                   /* Override */
110429                   "\044Range1InputVoltageLow",
110430                   /* Units */
110431                   "\060MilliVolts",
110432                   0,
110433               };
110434               
110435               static MetaProperty
110436               _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow =
110437               {
110438                   /* flags */
110439                   META_FLAG_PROPERTY|META_FLAG_READ,
110440                   /* name */
110441                   "Range1InputVoltageLow",
110442                   /* qualifiers */
110443 mike  1.1.2.1     _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow_qualifiers,
110444                   /* type */
110445                   CIMTYPE_UINT32,
110446                   /* subscript */
110447                   -1,
110448                   /* value */
110449                   0,
110450               };
110451               
110452               static const char*
110453               _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh_qualifiers[] =
110454               {
110455                   /* Override */
110456                   "\044Range1InputVoltageHigh",
110457                   /* Units */
110458                   "\060MilliVolts",
110459                   0,
110460               };
110461               
110462               static MetaProperty
110463               _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh =
110464 mike  1.1.2.1 {
110465                   /* flags */
110466                   META_FLAG_PROPERTY|META_FLAG_READ,
110467                   /* name */
110468                   "Range1InputVoltageHigh",
110469                   /* qualifiers */
110470                   _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh_qualifiers,
110471                   /* type */
110472                   CIMTYPE_UINT32,
110473                   /* subscript */
110474                   -1,
110475                   /* value */
110476                   0,
110477               };
110478               
110479               static const char*
110480               _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow_qualifiers[] =
110481               {
110482                   /* Override */
110483                   "\044Range2InputVoltageLow",
110484                   /* Units */
110485 mike  1.1.2.1     "\060MilliVolts",
110486                   0,
110487               };
110488               
110489               static MetaProperty
110490               _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow =
110491               {
110492                   /* flags */
110493                   META_FLAG_PROPERTY|META_FLAG_READ,
110494                   /* name */
110495                   "Range2InputVoltageLow",
110496                   /* qualifiers */
110497                   _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow_qualifiers,
110498                   /* type */
110499                   CIMTYPE_UINT32,
110500                   /* subscript */
110501                   -1,
110502                   /* value */
110503                   0,
110504               };
110505               
110506 mike  1.1.2.1 static const char*
110507               _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh_qualifiers[] =
110508               {
110509                   /* Override */
110510                   "\044Range2InputVoltageHigh",
110511                   /* Units */
110512                   "\060MilliVolts",
110513                   0,
110514               };
110515               
110516               static MetaProperty
110517               _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh =
110518               {
110519                   /* flags */
110520                   META_FLAG_PROPERTY|META_FLAG_READ,
110521                   /* name */
110522                   "Range2InputVoltageHigh",
110523                   /* qualifiers */
110524                   _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh_qualifiers,
110525                   /* type */
110526                   CIMTYPE_UINT32,
110527 mike  1.1.2.1     /* subscript */
110528                   -1,
110529                   /* value */
110530                   0,
110531               };
110532               
110533               static const char*
110534               _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus_qualifiers[] =
110535               {
110536                   /* ValueMap */
110537                   "\061\000\0041\0002\0003\0004\000",
110538                   /* Values */
110539                   "\062\000\004Unknown\000Normal\000Low\000Depleted\000",
110540                   /* MappingStrings */
110541                   "\026\000\001MIF.DMTF|UPS Battery|001.1\000",
110542                   0,
110543               };
110544               
110545               static MetaProperty
110546               _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus =
110547               {
110548 mike  1.1.2.1     /* flags */
110549                   META_FLAG_PROPERTY|META_FLAG_READ,
110550                   /* name */
110551                   "RemainingCapacityStatus",
110552                   /* qualifiers */
110553                   _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus_qualifiers,
110554                   /* type */
110555                   CIMTYPE_UINT16,
110556                   /* subscript */
110557                   -1,
110558                   /* value */
110559                   0,
110560               };
110561               
110562               static const char*
110563               _CIM_UninterruptiblePowerSupply_TimeOnBackup_qualifiers[] =
110564               {
110565                   /* Units */
110566                   "\060Seconds",
110567                   /* MappingStrings */
110568                   "\026\000\001MIF.DMTF|UPS Battery|001.2\000",
110569 mike  1.1.2.1     0,
110570               };
110571               
110572               static MetaProperty
110573               _CIM_UninterruptiblePowerSupply_TimeOnBackup =
110574               {
110575                   /* flags */
110576                   META_FLAG_PROPERTY|META_FLAG_READ,
110577                   /* name */
110578                   "TimeOnBackup",
110579                   /* qualifiers */
110580                   _CIM_UninterruptiblePowerSupply_TimeOnBackup_qualifiers,
110581                   /* type */
110582                   CIMTYPE_UINT32,
110583                   /* subscript */
110584                   -1,
110585                   /* value */
110586                   0,
110587               };
110588               
110589               static const char*
110590 mike  1.1.2.1 _CIM_UninterruptiblePowerSupply_EstimatedRunTime_qualifiers[] =
110591               {
110592                   /* Units */
110593                   "\060Minutes",
110594                   /* MappingStrings */
110595                   "\026\000\001MIF.DMTF|UPS Battery|001.3\000",
110596                   0,
110597               };
110598               
110599               static MetaProperty
110600               _CIM_UninterruptiblePowerSupply_EstimatedRunTime =
110601               {
110602                   /* flags */
110603                   META_FLAG_PROPERTY|META_FLAG_READ,
110604                   /* name */
110605                   "EstimatedRunTime",
110606                   /* qualifiers */
110607                   _CIM_UninterruptiblePowerSupply_EstimatedRunTime_qualifiers,
110608                   /* type */
110609                   CIMTYPE_UINT32,
110610                   /* subscript */
110611 mike  1.1.2.1     -1,
110612                   /* value */
110613                   0,
110614               };
110615               
110616               static const char*
110617               _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining_qualifiers[] =
110618               {
110619                   /* Units */
110620                   "\060Percent",
110621                   /* Gauge */
110622                   "\023\001",
110623                   /* MappingStrings */
110624                   "\026\000\001MIF.DMTF|UPS Battery|001.4\000",
110625                   0,
110626               };
110627               
110628               static MetaProperty
110629               _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining =
110630               {
110631                   /* flags */
110632 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
110633                   /* name */
110634                   "EstimatedChargeRemaining",
110635                   /* qualifiers */
110636                   _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining_qualifiers,
110637                   /* type */
110638                   CIMTYPE_UINT16,
110639                   /* subscript */
110640                   -1,
110641                   /* value */
110642                   0,
110643               };
110644               
110645               static MetaFeature*
110646               _CIM_UninterruptiblePowerSupply_features[] =
110647               {
110648                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range1InputVoltageLow,
110649                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh,
110650                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range2InputVoltageLow,
110651                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh,
110652                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_RemainingCapacityStatus,
110653 mike  1.1.2.1     (MetaFeature*)&_CIM_UninterruptiblePowerSupply_TimeOnBackup,
110654                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_EstimatedRunTime,
110655                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining,
110656                   0,
110657               };
110658               
110659               static const char*
110660               __root_cimv2_CIM_UninterruptiblePowerSupply_qualifiers[] =
110661               {
110662                   /* UMLPackagePath */
110663                   "\057CIM::Device::CoolingAndPower",
110664                   /* Version */
110665                   "\0632.10.0",
110666                   0,
110667               };
110668               
110669               MetaClass
110670               __root_cimv2_CIM_UninterruptiblePowerSupply =
110671               {
110672                   /* flags */
110673                   META_FLAG_CLASS,
110674 mike  1.1.2.1     /* name */
110675                   "CIM_UninterruptiblePowerSupply",
110676                   /* qualifiers */
110677                   __root_cimv2_CIM_UninterruptiblePowerSupply_qualifiers,
110678                   /* super */
110679                   &__root_cimv2_CIM_PowerSupply,
110680                   /* features */
110681                   _CIM_UninterruptiblePowerSupply_features,
110682               };
110683               
110684               //==============================================================================
110685               //
110686               // Class: CIM_UnixLocalFileSystem
110687               //
110688               //==============================================================================
110689               
110690               static const char*
110691               _CIM_UnixLocalFileSystem_FreeInodes_qualifiers[] =
110692               {
110693                   /* MappingStrings */
110694                   "\026\000\001MIF.DMTF|Host File System|001.12\000",
110695 mike  1.1.2.1     /* ModelCorrespondence */
110696                   "\036\000\001CIM_UnixLocalFileSystem.TotalInodes\000",
110697                   0,
110698               };
110699               
110700               static MetaProperty
110701               _CIM_UnixLocalFileSystem_FreeInodes =
110702               {
110703                   /* flags */
110704                   META_FLAG_PROPERTY|META_FLAG_READ,
110705                   /* name */
110706                   "FreeInodes",
110707                   /* qualifiers */
110708                   _CIM_UnixLocalFileSystem_FreeInodes_qualifiers,
110709                   /* type */
110710                   CIMTYPE_UINT64,
110711                   /* subscript */
110712                   -1,
110713                   /* value */
110714                   0,
110715               };
110716 mike  1.1.2.1 
110717               static const char*
110718               _CIM_UnixLocalFileSystem_TotalInodes_qualifiers[] =
110719               {
110720                   /* MappingStrings */
110721                   "\026\000\001MIF.DMTF|Host File System|001.11\000",
110722                   0,
110723               };
110724               
110725               static MetaProperty
110726               _CIM_UnixLocalFileSystem_TotalInodes =
110727               {
110728                   /* flags */
110729                   META_FLAG_PROPERTY|META_FLAG_READ,
110730                   /* name */
110731                   "TotalInodes",
110732                   /* qualifiers */
110733                   _CIM_UnixLocalFileSystem_TotalInodes_qualifiers,
110734                   /* type */
110735                   CIMTYPE_UINT64,
110736                   /* subscript */
110737 mike  1.1.2.1     -1,
110738                   /* value */
110739                   0,
110740               };
110741               
110742               static const char*
110743               _CIM_UnixLocalFileSystem_FSReservedCapacity_qualifiers[] =
110744               {
110745                   /* Units */
110746                   "\060Bytes",
110747                   /* MappingStrings */
110748                   "\026\000\001MIF.DMTF|Host File System|001.15\000",
110749                   0,
110750               };
110751               
110752               static MetaProperty
110753               _CIM_UnixLocalFileSystem_FSReservedCapacity =
110754               {
110755                   /* flags */
110756                   META_FLAG_PROPERTY|META_FLAG_READ,
110757                   /* name */
110758 mike  1.1.2.1     "FSReservedCapacity",
110759                   /* qualifiers */
110760                   _CIM_UnixLocalFileSystem_FSReservedCapacity_qualifiers,
110761                   /* type */
110762                   CIMTYPE_UINT64,
110763                   /* subscript */
110764                   -1,
110765                   /* value */
110766                   0,
110767               };
110768               
110769               static MetaFeature*
110770               _CIM_UnixLocalFileSystem_features[] =
110771               {
110772                   (MetaFeature*)&_CIM_UnixLocalFileSystem_FreeInodes,
110773                   (MetaFeature*)&_CIM_UnixLocalFileSystem_TotalInodes,
110774                   (MetaFeature*)&_CIM_UnixLocalFileSystem_FSReservedCapacity,
110775                   0,
110776               };
110777               
110778               static const char*
110779 mike  1.1.2.1 __root_cimv2_CIM_UnixLocalFileSystem_qualifiers[] =
110780               {
110781                   /* UMLPackagePath */
110782                   "\057CIM::System::Unix",
110783                   /* Version */
110784                   "\0632.8.0",
110785                   0,
110786               };
110787               
110788               MetaClass
110789               __root_cimv2_CIM_UnixLocalFileSystem =
110790               {
110791                   /* flags */
110792                   META_FLAG_CLASS,
110793                   /* name */
110794                   "CIM_UnixLocalFileSystem",
110795                   /* qualifiers */
110796                   __root_cimv2_CIM_UnixLocalFileSystem_qualifiers,
110797                   /* super */
110798                   &__root_cimv2_CIM_LocalFileSystem,
110799                   /* features */
110800 mike  1.1.2.1     _CIM_UnixLocalFileSystem_features,
110801               };
110802               
110803               //==============================================================================
110804               //
110805               // Class: CIM_UnixProcess
110806               //
110807               //==============================================================================
110808               
110809               static const char*
110810               _CIM_UnixProcess_ParentProcessID_qualifiers[] =
110811               {
110812                   /* Required */
110813                   "\050\001",
110814                   /* MappingStrings */
110815                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
110816                   0,
110817               };
110818               
110819               static MetaProperty
110820               _CIM_UnixProcess_ParentProcessID =
110821 mike  1.1.2.1 {
110822                   /* flags */
110823                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110824                   /* name */
110825                   "ParentProcessID",
110826                   /* qualifiers */
110827                   _CIM_UnixProcess_ParentProcessID_qualifiers,
110828                   /* type */
110829                   CIMTYPE_STRING,
110830                   /* subscript */
110831                   -1,
110832                   /* value */
110833                   0,
110834               };
110835               
110836               static const char*
110837               _CIM_UnixProcess_RealUserID_qualifiers[] =
110838               {
110839                   /* Required */
110840                   "\050\001",
110841                   /* MappingStrings */
110842 mike  1.1.2.1     "\026\000\001MIF.DMTF|Process Information|001.4\000",
110843                   0,
110844               };
110845               
110846               static MetaProperty
110847               _CIM_UnixProcess_RealUserID =
110848               {
110849                   /* flags */
110850                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110851                   /* name */
110852                   "RealUserID",
110853                   /* qualifiers */
110854                   _CIM_UnixProcess_RealUserID_qualifiers,
110855                   /* type */
110856                   CIMTYPE_UINT64,
110857                   /* subscript */
110858                   -1,
110859                   /* value */
110860                   0,
110861               };
110862               
110863 mike  1.1.2.1 static const char*
110864               _CIM_UnixProcess_ProcessGroupID_qualifiers[] =
110865               {
110866                   /* Required */
110867                   "\050\001",
110868                   /* MappingStrings */
110869                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
110870                   0,
110871               };
110872               
110873               static MetaProperty
110874               _CIM_UnixProcess_ProcessGroupID =
110875               {
110876                   /* flags */
110877                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110878                   /* name */
110879                   "ProcessGroupID",
110880                   /* qualifiers */
110881                   _CIM_UnixProcess_ProcessGroupID_qualifiers,
110882                   /* type */
110883                   CIMTYPE_UINT64,
110884 mike  1.1.2.1     /* subscript */
110885                   -1,
110886                   /* value */
110887                   0,
110888               };
110889               
110890               static const char*
110891               _CIM_UnixProcess_ProcessSessionID_qualifiers[] =
110892               {
110893                   0,
110894               };
110895               
110896               static MetaProperty
110897               _CIM_UnixProcess_ProcessSessionID =
110898               {
110899                   /* flags */
110900                   META_FLAG_PROPERTY|META_FLAG_READ,
110901                   /* name */
110902                   "ProcessSessionID",
110903                   /* qualifiers */
110904                   _CIM_UnixProcess_ProcessSessionID_qualifiers,
110905 mike  1.1.2.1     /* type */
110906                   CIMTYPE_UINT64,
110907                   /* subscript */
110908                   -1,
110909                   /* value */
110910                   0,
110911               };
110912               
110913               static const char*
110914               _CIM_UnixProcess_ProcessTTY_qualifiers[] =
110915               {
110916                   /* MappingStrings */
110917                   "\026\000\001MIF.DMTF|Process Information|001.5\000",
110918                   0,
110919               };
110920               
110921               static MetaProperty
110922               _CIM_UnixProcess_ProcessTTY =
110923               {
110924                   /* flags */
110925                   META_FLAG_PROPERTY|META_FLAG_READ,
110926 mike  1.1.2.1     /* name */
110927                   "ProcessTTY",
110928                   /* qualifiers */
110929                   _CIM_UnixProcess_ProcessTTY_qualifiers,
110930                   /* type */
110931                   CIMTYPE_STRING,
110932                   /* subscript */
110933                   -1,
110934                   /* value */
110935                   0,
110936               };
110937               
110938               static const char*
110939               _CIM_UnixProcess_ModulePath_qualifiers[] =
110940               {
110941                   /* MappingStrings */
110942                   "\026\000\001MIF.DMTF|Process Information|001.7\000",
110943                   0,
110944               };
110945               
110946               static MetaProperty
110947 mike  1.1.2.1 _CIM_UnixProcess_ModulePath =
110948               {
110949                   /* flags */
110950                   META_FLAG_PROPERTY|META_FLAG_READ,
110951                   /* name */
110952                   "ModulePath",
110953                   /* qualifiers */
110954                   _CIM_UnixProcess_ModulePath_qualifiers,
110955                   /* type */
110956                   CIMTYPE_STRING,
110957                   /* subscript */
110958                   -1,
110959                   /* value */
110960                   0,
110961               };
110962               
110963               static const char*
110964               _CIM_UnixProcess_Parameters_qualifiers[] =
110965               {
110966                   /* MappingStrings */
110967                   "\026\000\001MIF.DMTF|Process Information|001.8\000",
110968 mike  1.1.2.1     0,
110969               };
110970               
110971               static MetaProperty
110972               _CIM_UnixProcess_Parameters =
110973               {
110974                   /* flags */
110975                   META_FLAG_PROPERTY|META_FLAG_READ,
110976                   /* name */
110977                   "Parameters",
110978                   /* qualifiers */
110979                   _CIM_UnixProcess_Parameters_qualifiers,
110980                   /* type */
110981                   CIMTYPE_STRING,
110982                   /* subscript */
110983                   0,
110984                   /* value */
110985                   0,
110986               };
110987               
110988               static const char*
110989 mike  1.1.2.1 _CIM_UnixProcess_ProcessNiceValue_qualifiers[] =
110990               {
110991                   /* MappingStrings */
110992                   "\026\000\001MIF.DMTF|Process Information|001.11\000",
110993                   0,
110994               };
110995               
110996               static MetaProperty
110997               _CIM_UnixProcess_ProcessNiceValue =
110998               {
110999                   /* flags */
111000                   META_FLAG_PROPERTY|META_FLAG_READ,
111001                   /* name */
111002                   "ProcessNiceValue",
111003                   /* qualifiers */
111004                   _CIM_UnixProcess_ProcessNiceValue_qualifiers,
111005                   /* type */
111006                   CIMTYPE_UINT32,
111007                   /* subscript */
111008                   -1,
111009                   /* value */
111010 mike  1.1.2.1     0,
111011               };
111012               
111013               static const char*
111014               _CIM_UnixProcess_ProcessWaitingForEvent_qualifiers[] =
111015               {
111016                   /* ModelCorrespondence */
111017                   "\036\000\001CIM_Process.ExecutionState\000",
111018                   0,
111019               };
111020               
111021               static MetaProperty
111022               _CIM_UnixProcess_ProcessWaitingForEvent =
111023               {
111024                   /* flags */
111025                   META_FLAG_PROPERTY|META_FLAG_READ,
111026                   /* name */
111027                   "ProcessWaitingForEvent",
111028                   /* qualifiers */
111029                   _CIM_UnixProcess_ProcessWaitingForEvent_qualifiers,
111030                   /* type */
111031 mike  1.1.2.1     CIMTYPE_STRING,
111032                   /* subscript */
111033                   -1,
111034                   /* value */
111035                   0,
111036               };
111037               
111038               static MetaFeature*
111039               _CIM_UnixProcess_features[] =
111040               {
111041                   (MetaFeature*)&_CIM_UnixProcess_ParentProcessID,
111042                   (MetaFeature*)&_CIM_UnixProcess_RealUserID,
111043                   (MetaFeature*)&_CIM_UnixProcess_ProcessGroupID,
111044                   (MetaFeature*)&_CIM_UnixProcess_ProcessSessionID,
111045                   (MetaFeature*)&_CIM_UnixProcess_ProcessTTY,
111046                   (MetaFeature*)&_CIM_UnixProcess_ModulePath,
111047                   (MetaFeature*)&_CIM_UnixProcess_Parameters,
111048                   (MetaFeature*)&_CIM_UnixProcess_ProcessNiceValue,
111049                   (MetaFeature*)&_CIM_UnixProcess_ProcessWaitingForEvent,
111050                   0,
111051               };
111052 mike  1.1.2.1 
111053               static const char*
111054               __root_cimv2_CIM_UnixProcess_qualifiers[] =
111055               {
111056                   /* UMLPackagePath */
111057                   "\057CIM::System::Unix",
111058                   /* Version */
111059                   "\0632.6.0",
111060                   0,
111061               };
111062               
111063               MetaClass
111064               __root_cimv2_CIM_UnixProcess =
111065               {
111066                   /* flags */
111067                   META_FLAG_CLASS,
111068                   /* name */
111069                   "CIM_UnixProcess",
111070                   /* qualifiers */
111071                   __root_cimv2_CIM_UnixProcess_qualifiers,
111072                   /* super */
111073 mike  1.1.2.1     &__root_cimv2_CIM_Process,
111074                   /* features */
111075                   _CIM_UnixProcess_features,
111076               };
111077               
111078               //==============================================================================
111079               //
111080               // Class: CIM_UnixProcessStatistics
111081               //
111082               //==============================================================================
111083               
111084               static const char*
111085               _CIM_UnixProcessStatistics_Element_qualifiers[] =
111086               {
111087                   /* Override */
111088                   "\044Element",
111089                   /* Min */
111090                   "\033\000\000\000\001",
111091                   /* Max */
111092                   "\027\000\000\000\001",
111093                   0,
111094 mike  1.1.2.1 };
111095               
111096               static MetaReference
111097               _CIM_UnixProcessStatistics_Element =
111098               {
111099                   /* flags */
111100                   META_FLAG_REFERENCE|META_FLAG_READ,
111101                   /* name */
111102                   "Element",
111103                   /* qualifiers */
111104                   _CIM_UnixProcessStatistics_Element_qualifiers,
111105                   /* subscript */
111106                   -1,
111107                   /* refId */
111108                   &__root_cimv2_CIM_UnixProcess,
111109               };
111110               
111111               static const char*
111112               _CIM_UnixProcessStatistics_Stats_qualifiers[] =
111113               {
111114                   /* Override */
111115 mike  1.1.2.1     "\044Stats",
111116                   /* Weak */
111117                   "\064\001",
111118                   0,
111119               };
111120               
111121               static MetaReference
111122               _CIM_UnixProcessStatistics_Stats =
111123               {
111124                   /* flags */
111125                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
111126                   /* name */
111127                   "Stats",
111128                   /* qualifiers */
111129                   _CIM_UnixProcessStatistics_Stats_qualifiers,
111130                   /* subscript */
111131                   -1,
111132                   /* refId */
111133                   &__root_cimv2_CIM_UnixProcessStatisticalInformation,
111134               };
111135               
111136 mike  1.1.2.1 static MetaFeature*
111137               _CIM_UnixProcessStatistics_features[] =
111138               {
111139                   (MetaFeature*)&_CIM_UnixProcessStatistics_Element,
111140                   (MetaFeature*)&_CIM_UnixProcessStatistics_Stats,
111141                   0,
111142               };
111143               
111144               static const char*
111145               __root_cimv2_CIM_UnixProcessStatistics_qualifiers[] =
111146               {
111147                   /* ASSOCIATION */
111148                   "\000\001",
111149                   /* UMLPackagePath */
111150                   "\057CIM::System::Unix",
111151                   /* Version */
111152                   "\0632.6.0",
111153                   0,
111154               };
111155               
111156               MetaClass
111157 mike  1.1.2.1 __root_cimv2_CIM_UnixProcessStatistics =
111158               {
111159                   /* flags */
111160                   META_FLAG_ASSOCIATION,
111161                   /* name */
111162                   "CIM_UnixProcessStatistics",
111163                   /* qualifiers */
111164                   __root_cimv2_CIM_UnixProcessStatistics_qualifiers,
111165                   /* super */
111166                   &__root_cimv2_CIM_Statistics,
111167                   /* features */
111168                   _CIM_UnixProcessStatistics_features,
111169               };
111170               
111171               //==============================================================================
111172               //
111173               // Class: CIM_UnixThread
111174               //
111175               //==============================================================================
111176               
111177               static const char*
111178 mike  1.1.2.1 _CIM_UnixThread_SchedPolicy_qualifiers[] =
111179               {
111180                   /* ValueMap */
111181                   "\061\000\0040\0001\0002\0003\000",
111182                   /* Values */
111183                   "\062\000\004Unknown\000Other\000SCHED_FIFO\000SCHED_RR\000",
111184                   /* ModelCorrespondence */
111185                   "\036\000\001CIM_UnixThread.OtherSchedPolicy\000",
111186                   0,
111187               };
111188               
111189               static MetaProperty
111190               _CIM_UnixThread_SchedPolicy =
111191               {
111192                   /* flags */
111193                   META_FLAG_PROPERTY|META_FLAG_READ,
111194                   /* name */
111195                   "SchedPolicy",
111196                   /* qualifiers */
111197                   _CIM_UnixThread_SchedPolicy_qualifiers,
111198                   /* type */
111199 mike  1.1.2.1     CIMTYPE_UINT16,
111200                   /* subscript */
111201                   -1,
111202                   /* value */
111203                   0,
111204               };
111205               
111206               static const char*
111207               _CIM_UnixThread_OtherSchedPolicy_qualifiers[] =
111208               {
111209                   /* ModelCorrespondence */
111210                   "\036\000\001CIM_UnixThread.SchedPolicy\000",
111211                   0,
111212               };
111213               
111214               static MetaProperty
111215               _CIM_UnixThread_OtherSchedPolicy =
111216               {
111217                   /* flags */
111218                   META_FLAG_PROPERTY|META_FLAG_READ,
111219                   /* name */
111220 mike  1.1.2.1     "OtherSchedPolicy",
111221                   /* qualifiers */
111222                   _CIM_UnixThread_OtherSchedPolicy_qualifiers,
111223                   /* type */
111224                   CIMTYPE_STRING,
111225                   /* subscript */
111226                   -1,
111227                   /* value */
111228                   0,
111229               };
111230               
111231               static const char*
111232               _CIM_UnixThread_GuardSize_qualifiers[] =
111233               {
111234                   0,
111235               };
111236               
111237               static MetaProperty
111238               _CIM_UnixThread_GuardSize =
111239               {
111240                   /* flags */
111241 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
111242                   /* name */
111243                   "GuardSize",
111244                   /* qualifiers */
111245                   _CIM_UnixThread_GuardSize_qualifiers,
111246                   /* type */
111247                   CIMTYPE_STRING,
111248                   /* subscript */
111249                   -1,
111250                   /* value */
111251                   0,
111252               };
111253               
111254               static const char*
111255               _CIM_UnixThread_DetachState_qualifiers[] =
111256               {
111257                   /* ValueMap */
111258                   "\061\000\0030\0002\0003\000",
111259                   /* Values */
111260                   "\062\000\003Unknown\000PTHREAD_CREATE_DETACHED\000PTHREAD_CREATE_JOINABLE\000",
111261                   0,
111262 mike  1.1.2.1 };
111263               
111264               static MetaProperty
111265               _CIM_UnixThread_DetachState =
111266               {
111267                   /* flags */
111268                   META_FLAG_PROPERTY|META_FLAG_READ,
111269                   /* name */
111270                   "DetachState",
111271                   /* qualifiers */
111272                   _CIM_UnixThread_DetachState_qualifiers,
111273                   /* type */
111274                   CIMTYPE_UINT16,
111275                   /* subscript */
111276                   -1,
111277                   /* value */
111278                   0,
111279               };
111280               
111281               static const char*
111282               _CIM_UnixThread_InheritSched_qualifiers[] =
111283 mike  1.1.2.1 {
111284                   /* ValueMap */
111285                   "\061\000\0030\0002\0003\000",
111286                   /* Values */
111287                   "\062\000\003Unknown\000PTHREAD_INHERIT_SCHED\000PTHREAD_EXPLICIT_SCHED\000",
111288                   0,
111289               };
111290               
111291               static MetaProperty
111292               _CIM_UnixThread_InheritSched =
111293               {
111294                   /* flags */
111295                   META_FLAG_PROPERTY|META_FLAG_READ,
111296                   /* name */
111297                   "InheritSched",
111298                   /* qualifiers */
111299                   _CIM_UnixThread_InheritSched_qualifiers,
111300                   /* type */
111301                   CIMTYPE_UINT16,
111302                   /* subscript */
111303                   -1,
111304 mike  1.1.2.1     /* value */
111305                   0,
111306               };
111307               
111308               static const char*
111309               _CIM_UnixThread_ContentionScope_qualifiers[] =
111310               {
111311                   /* ValueMap */
111312                   "\061\000\0030\0002\0003\000",
111313                   /* Values */
111314                   "\062\000\003Unknown\000PTHREAD_SCOPE_SYSTEM\000PTHREAD_SCOPE_PROCESS\000",
111315                   0,
111316               };
111317               
111318               static MetaProperty
111319               _CIM_UnixThread_ContentionScope =
111320               {
111321                   /* flags */
111322                   META_FLAG_PROPERTY|META_FLAG_READ,
111323                   /* name */
111324                   "ContentionScope",
111325 mike  1.1.2.1     /* qualifiers */
111326                   _CIM_UnixThread_ContentionScope_qualifiers,
111327                   /* type */
111328                   CIMTYPE_UINT16,
111329                   /* subscript */
111330                   -1,
111331                   /* value */
111332                   0,
111333               };
111334               
111335               static const char*
111336               _CIM_UnixThread_StackSize_qualifiers[] =
111337               {
111338                   0,
111339               };
111340               
111341               static MetaProperty
111342               _CIM_UnixThread_StackSize =
111343               {
111344                   /* flags */
111345                   META_FLAG_PROPERTY|META_FLAG_READ,
111346 mike  1.1.2.1     /* name */
111347                   "StackSize",
111348                   /* qualifiers */
111349                   _CIM_UnixThread_StackSize_qualifiers,
111350                   /* type */
111351                   CIMTYPE_STRING,
111352                   /* subscript */
111353                   -1,
111354                   /* value */
111355                   0,
111356               };
111357               
111358               static const char*
111359               _CIM_UnixThread_ConcurrencyLevel_qualifiers[] =
111360               {
111361                   0,
111362               };
111363               
111364               static MetaProperty
111365               _CIM_UnixThread_ConcurrencyLevel =
111366               {
111367 mike  1.1.2.1     /* flags */
111368                   META_FLAG_PROPERTY|META_FLAG_READ,
111369                   /* name */
111370                   "ConcurrencyLevel",
111371                   /* qualifiers */
111372                   _CIM_UnixThread_ConcurrencyLevel_qualifiers,
111373                   /* type */
111374                   CIMTYPE_UINT64,
111375                   /* subscript */
111376                   -1,
111377                   /* value */
111378                   0,
111379               };
111380               
111381               static const char*
111382               _CIM_UnixThread_CancelState_qualifiers[] =
111383               {
111384                   /* ValueMap */
111385                   "\061\000\0030\0002\0003\000",
111386                   /* Values */
111387                   "\062\000\003Unknown\000PTHREAD_CANCEL_ENABLE\000PTHREAD_CANCEL_DISABLE\000",
111388 mike  1.1.2.1     0,
111389               };
111390               
111391               static MetaProperty
111392               _CIM_UnixThread_CancelState =
111393               {
111394                   /* flags */
111395                   META_FLAG_PROPERTY|META_FLAG_READ,
111396                   /* name */
111397                   "CancelState",
111398                   /* qualifiers */
111399                   _CIM_UnixThread_CancelState_qualifiers,
111400                   /* type */
111401                   CIMTYPE_UINT16,
111402                   /* subscript */
111403                   -1,
111404                   /* value */
111405                   0,
111406               };
111407               
111408               static const char*
111409 mike  1.1.2.1 _CIM_UnixThread_CancelType_qualifiers[] =
111410               {
111411                   /* ValueMap */
111412                   "\061\000\0030\0002\0003\000",
111413                   /* Values */
111414                   "\062\000\003Unknown\000PTHREAD_CANCEL_DEFERRED\000PTHREAD_CANCEL_ASYNCHRONOUS\000",
111415                   0,
111416               };
111417               
111418               static MetaProperty
111419               _CIM_UnixThread_CancelType =
111420               {
111421                   /* flags */
111422                   META_FLAG_PROPERTY|META_FLAG_READ,
111423                   /* name */
111424                   "CancelType",
111425                   /* qualifiers */
111426                   _CIM_UnixThread_CancelType_qualifiers,
111427                   /* type */
111428                   CIMTYPE_UINT16,
111429                   /* subscript */
111430 mike  1.1.2.1     -1,
111431                   /* value */
111432                   0,
111433               };
111434               
111435               static MetaFeature*
111436               _CIM_UnixThread_features[] =
111437               {
111438                   (MetaFeature*)&_CIM_UnixThread_SchedPolicy,
111439                   (MetaFeature*)&_CIM_UnixThread_OtherSchedPolicy,
111440                   (MetaFeature*)&_CIM_UnixThread_GuardSize,
111441                   (MetaFeature*)&_CIM_UnixThread_DetachState,
111442                   (MetaFeature*)&_CIM_UnixThread_InheritSched,
111443                   (MetaFeature*)&_CIM_UnixThread_ContentionScope,
111444                   (MetaFeature*)&_CIM_UnixThread_StackSize,
111445                   (MetaFeature*)&_CIM_UnixThread_ConcurrencyLevel,
111446                   (MetaFeature*)&_CIM_UnixThread_CancelState,
111447                   (MetaFeature*)&_CIM_UnixThread_CancelType,
111448                   0,
111449               };
111450               
111451 mike  1.1.2.1 static const char*
111452               __root_cimv2_CIM_UnixThread_qualifiers[] =
111453               {
111454                   /* UMLPackagePath */
111455                   "\057CIM::System::Unix",
111456                   /* Version */
111457                   "\0632.6.0",
111458                   0,
111459               };
111460               
111461               MetaClass
111462               __root_cimv2_CIM_UnixThread =
111463               {
111464                   /* flags */
111465                   META_FLAG_CLASS,
111466                   /* name */
111467                   "CIM_UnixThread",
111468                   /* qualifiers */
111469                   __root_cimv2_CIM_UnixThread_qualifiers,
111470                   /* super */
111471                   &__root_cimv2_CIM_Thread,
111472 mike  1.1.2.1     /* features */
111473                   _CIM_UnixThread_features,
111474               };
111475               
111476               //==============================================================================
111477               //
111478               // Class: CIM_USBDevice
111479               //
111480               //==============================================================================
111481               
111482               static const char*
111483               _CIM_USBDevice_USBVersion_qualifiers[] =
111484               {
111485                   0,
111486               };
111487               
111488               static MetaProperty
111489               _CIM_USBDevice_USBVersion =
111490               {
111491                   /* flags */
111492                   META_FLAG_PROPERTY|META_FLAG_READ,
111493 mike  1.1.2.1     /* name */
111494                   "USBVersion",
111495                   /* qualifiers */
111496                   _CIM_USBDevice_USBVersion_qualifiers,
111497                   /* type */
111498                   CIMTYPE_UINT16,
111499                   /* subscript */
111500                   -1,
111501                   /* value */
111502                   0,
111503               };
111504               
111505               static const char*
111506               _CIM_USBDevice_ClassCode_qualifiers[] =
111507               {
111508                   0,
111509               };
111510               
111511               static MetaProperty
111512               _CIM_USBDevice_ClassCode =
111513               {
111514 mike  1.1.2.1     /* flags */
111515                   META_FLAG_PROPERTY|META_FLAG_READ,
111516                   /* name */
111517                   "ClassCode",
111518                   /* qualifiers */
111519                   _CIM_USBDevice_ClassCode_qualifiers,
111520                   /* type */
111521                   CIMTYPE_UINT8,
111522                   /* subscript */
111523                   -1,
111524                   /* value */
111525                   0,
111526               };
111527               
111528               static const char*
111529               _CIM_USBDevice_SubclassCode_qualifiers[] =
111530               {
111531                   0,
111532               };
111533               
111534               static MetaProperty
111535 mike  1.1.2.1 _CIM_USBDevice_SubclassCode =
111536               {
111537                   /* flags */
111538                   META_FLAG_PROPERTY|META_FLAG_READ,
111539                   /* name */
111540                   "SubclassCode",
111541                   /* qualifiers */
111542                   _CIM_USBDevice_SubclassCode_qualifiers,
111543                   /* type */
111544                   CIMTYPE_UINT8,
111545                   /* subscript */
111546                   -1,
111547                   /* value */
111548                   0,
111549               };
111550               
111551               static const char*
111552               _CIM_USBDevice_ProtocolCode_qualifiers[] =
111553               {
111554                   0,
111555               };
111556 mike  1.1.2.1 
111557               static MetaProperty
111558               _CIM_USBDevice_ProtocolCode =
111559               {
111560                   /* flags */
111561                   META_FLAG_PROPERTY|META_FLAG_READ,
111562                   /* name */
111563                   "ProtocolCode",
111564                   /* qualifiers */
111565                   _CIM_USBDevice_ProtocolCode_qualifiers,
111566                   /* type */
111567                   CIMTYPE_UINT8,
111568                   /* subscript */
111569                   -1,
111570                   /* value */
111571                   0,
111572               };
111573               
111574               static const char*
111575               _CIM_USBDevice_NumberOfConfigs_qualifiers[] =
111576               {
111577 mike  1.1.2.1     0,
111578               };
111579               
111580               static MetaProperty
111581               _CIM_USBDevice_NumberOfConfigs =
111582               {
111583                   /* flags */
111584                   META_FLAG_PROPERTY|META_FLAG_READ,
111585                   /* name */
111586                   "NumberOfConfigs",
111587                   /* qualifiers */
111588                   _CIM_USBDevice_NumberOfConfigs_qualifiers,
111589                   /* type */
111590                   CIMTYPE_UINT8,
111591                   /* subscript */
111592                   -1,
111593                   /* value */
111594                   0,
111595               };
111596               
111597               static const char*
111598 mike  1.1.2.1 _CIM_USBDevice_CurrentConfigValue_qualifiers[] =
111599               {
111600                   /* ModelCorrespondence */
111601                   "\036\000\001CIM_USBDevice.CurrentAlternateSettings\000",
111602                   0,
111603               };
111604               
111605               static MetaProperty
111606               _CIM_USBDevice_CurrentConfigValue =
111607               {
111608                   /* flags */
111609                   META_FLAG_PROPERTY|META_FLAG_READ,
111610                   /* name */
111611                   "CurrentConfigValue",
111612                   /* qualifiers */
111613                   _CIM_USBDevice_CurrentConfigValue_qualifiers,
111614                   /* type */
111615                   CIMTYPE_UINT8,
111616                   /* subscript */
111617                   -1,
111618                   /* value */
111619 mike  1.1.2.1     0,
111620               };
111621               
111622               static const char*
111623               _CIM_USBDevice_CurrentAlternateSettings_qualifiers[] =
111624               {
111625                   /* ModelCorrespondence */
111626                   "\036\000\001CIM_USBDevice.CurrentConfigValue\000",
111627                   0,
111628               };
111629               
111630               static MetaProperty
111631               _CIM_USBDevice_CurrentAlternateSettings =
111632               {
111633                   /* flags */
111634                   META_FLAG_PROPERTY|META_FLAG_READ,
111635                   /* name */
111636                   "CurrentAlternateSettings",
111637                   /* qualifiers */
111638                   _CIM_USBDevice_CurrentAlternateSettings_qualifiers,
111639                   /* type */
111640 mike  1.1.2.1     CIMTYPE_UINT8,
111641                   /* subscript */
111642                   0,
111643                   /* value */
111644                   0,
111645               };
111646               
111647               static const char*
111648               _CIM_USBDevice_GetDescriptor_RequestType_qualifiers[] =
111649               {
111650                   /* IN */
111651                   "\024\001",
111652                   0,
111653               };
111654               
111655               static MetaProperty
111656               _CIM_USBDevice_GetDescriptor_RequestType =
111657               {
111658                   /* flags */
111659                   META_FLAG_PROPERTY|META_FLAG_IN,
111660                   /* name */
111661 mike  1.1.2.1     "RequestType",
111662                   /* qualifiers */
111663                   _CIM_USBDevice_GetDescriptor_RequestType_qualifiers,
111664                   /* type */
111665                   CIMTYPE_UINT8,
111666                   /* subscript */
111667                   -1,
111668                   /* value */
111669                   0,
111670               };
111671               
111672               static const char*
111673               _CIM_USBDevice_GetDescriptor_RequestValue_qualifiers[] =
111674               {
111675                   /* IN */
111676                   "\024\001",
111677                   0,
111678               };
111679               
111680               static MetaProperty
111681               _CIM_USBDevice_GetDescriptor_RequestValue =
111682 mike  1.1.2.1 {
111683                   /* flags */
111684                   META_FLAG_PROPERTY|META_FLAG_IN,
111685                   /* name */
111686                   "RequestValue",
111687                   /* qualifiers */
111688                   _CIM_USBDevice_GetDescriptor_RequestValue_qualifiers,
111689                   /* type */
111690                   CIMTYPE_UINT16,
111691                   /* subscript */
111692                   -1,
111693                   /* value */
111694                   0,
111695               };
111696               
111697               static const char*
111698               _CIM_USBDevice_GetDescriptor_RequestIndex_qualifiers[] =
111699               {
111700                   /* IN */
111701                   "\024\001",
111702                   0,
111703 mike  1.1.2.1 };
111704               
111705               static MetaProperty
111706               _CIM_USBDevice_GetDescriptor_RequestIndex =
111707               {
111708                   /* flags */
111709                   META_FLAG_PROPERTY|META_FLAG_IN,
111710                   /* name */
111711                   "RequestIndex",
111712                   /* qualifiers */
111713                   _CIM_USBDevice_GetDescriptor_RequestIndex_qualifiers,
111714                   /* type */
111715                   CIMTYPE_UINT16,
111716                   /* subscript */
111717                   -1,
111718                   /* value */
111719                   0,
111720               };
111721               
111722               static const char*
111723               _CIM_USBDevice_GetDescriptor_RequestLength_qualifiers[] =
111724 mike  1.1.2.1 {
111725                   /* IN */
111726                   "\024\001",
111727                   /* OUT */
111728                   "\043\001",
111729                   0,
111730               };
111731               
111732               static MetaProperty
111733               _CIM_USBDevice_GetDescriptor_RequestLength =
111734               {
111735                   /* flags */
111736                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
111737                   /* name */
111738                   "RequestLength",
111739                   /* qualifiers */
111740                   _CIM_USBDevice_GetDescriptor_RequestLength_qualifiers,
111741                   /* type */
111742                   CIMTYPE_UINT16,
111743                   /* subscript */
111744                   -1,
111745 mike  1.1.2.1     /* value */
111746                   0,
111747               };
111748               
111749               static const char*
111750               _CIM_USBDevice_GetDescriptor_Buffer_qualifiers[] =
111751               {
111752                   /* IN */
111753                   "\024\000",
111754                   /* OUT */
111755                   "\043\001",
111756                   0,
111757               };
111758               
111759               static MetaProperty
111760               _CIM_USBDevice_GetDescriptor_Buffer =
111761               {
111762                   /* flags */
111763                   META_FLAG_PROPERTY|META_FLAG_OUT,
111764                   /* name */
111765                   "Buffer",
111766 mike  1.1.2.1     /* qualifiers */
111767                   _CIM_USBDevice_GetDescriptor_Buffer_qualifiers,
111768                   /* type */
111769                   CIMTYPE_UINT8,
111770                   /* subscript */
111771                   0,
111772                   /* value */
111773                   0,
111774               };
111775               
111776               static MetaFeature*
111777               _CIM_USBDevice_GetDescriptor_parameters[] =
111778               {
111779                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestType,
111780                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestValue,
111781                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestIndex,
111782                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestLength,
111783                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_Buffer,
111784                   0,
111785               };
111786               
111787 mike  1.1.2.1 static const char*
111788               _CIM_USBDevice_GetDescriptor_qualifiers[] =
111789               {
111790                   0,
111791               };
111792               
111793               static MetaMethod
111794               _CIM_USBDevice_GetDescriptor =
111795               {
111796                   /* flags */
111797                   META_FLAG_METHOD,
111798                   /* name */
111799                   "CIM_USBDevice",
111800                   /* qualifiers */
111801                   _CIM_USBDevice_GetDescriptor_qualifiers,
111802                   /* type */
111803                   CIMTYPE_UINT32,
111804                   /* parameters */
111805                   _CIM_USBDevice_GetDescriptor_parameters,
111806               };
111807               
111808 mike  1.1.2.1 static MetaFeature*
111809               _CIM_USBDevice_features[] =
111810               {
111811                   (MetaFeature*)&_CIM_USBDevice_USBVersion,
111812                   (MetaFeature*)&_CIM_USBDevice_ClassCode,
111813                   (MetaFeature*)&_CIM_USBDevice_SubclassCode,
111814                   (MetaFeature*)&_CIM_USBDevice_ProtocolCode,
111815                   (MetaFeature*)&_CIM_USBDevice_NumberOfConfigs,
111816                   (MetaFeature*)&_CIM_USBDevice_CurrentConfigValue,
111817                   (MetaFeature*)&_CIM_USBDevice_CurrentAlternateSettings,
111818                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor,
111819                   0,
111820               };
111821               
111822               static const char*
111823               __root_cimv2_CIM_USBDevice_qualifiers[] =
111824               {
111825                   /* UMLPackagePath */
111826                   "\057CIM::Device::USB",
111827                   /* Version */
111828                   "\0632.6.0",
111829 mike  1.1.2.1     0,
111830               };
111831               
111832               MetaClass
111833               __root_cimv2_CIM_USBDevice =
111834               {
111835                   /* flags */
111836                   META_FLAG_CLASS,
111837                   /* name */
111838                   "CIM_USBDevice",
111839                   /* qualifiers */
111840                   __root_cimv2_CIM_USBDevice_qualifiers,
111841                   /* super */
111842                   &__root_cimv2_CIM_LogicalDevice,
111843                   /* features */
111844                   _CIM_USBDevice_features,
111845               };
111846               
111847               //==============================================================================
111848               //
111849               // Class: CIM_USBHub
111850 mike  1.1.2.1 //
111851               //==============================================================================
111852               
111853               static const char*
111854               _CIM_USBHub_GangSwitched_qualifiers[] =
111855               {
111856                   0,
111857               };
111858               
111859               static MetaProperty
111860               _CIM_USBHub_GangSwitched =
111861               {
111862                   /* flags */
111863                   META_FLAG_PROPERTY|META_FLAG_READ,
111864                   /* name */
111865                   "GangSwitched",
111866                   /* qualifiers */
111867                   _CIM_USBHub_GangSwitched_qualifiers,
111868                   /* type */
111869                   CIMTYPE_BOOLEAN,
111870                   /* subscript */
111871 mike  1.1.2.1     -1,
111872                   /* value */
111873                   0,
111874               };
111875               
111876               static const char*
111877               _CIM_USBHub_NumberOfPorts_qualifiers[] =
111878               {
111879                   0,
111880               };
111881               
111882               static MetaProperty
111883               _CIM_USBHub_NumberOfPorts =
111884               {
111885                   /* flags */
111886                   META_FLAG_PROPERTY|META_FLAG_READ,
111887                   /* name */
111888                   "NumberOfPorts",
111889                   /* qualifiers */
111890                   _CIM_USBHub_NumberOfPorts_qualifiers,
111891                   /* type */
111892 mike  1.1.2.1     CIMTYPE_UINT8,
111893                   /* subscript */
111894                   -1,
111895                   /* value */
111896                   0,
111897               };
111898               
111899               static MetaFeature*
111900               _CIM_USBHub_features[] =
111901               {
111902                   (MetaFeature*)&_CIM_USBHub_GangSwitched,
111903                   (MetaFeature*)&_CIM_USBHub_NumberOfPorts,
111904                   0,
111905               };
111906               
111907               static const char*
111908               __root_cimv2_CIM_USBHub_qualifiers[] =
111909               {
111910                   /* UMLPackagePath */
111911                   "\057CIM::Device::USB",
111912                   /* Version */
111913 mike  1.1.2.1     "\0632.6.0",
111914                   0,
111915               };
111916               
111917               MetaClass
111918               __root_cimv2_CIM_USBHub =
111919               {
111920                   /* flags */
111921                   META_FLAG_CLASS,
111922                   /* name */
111923                   "CIM_USBHub",
111924                   /* qualifiers */
111925                   __root_cimv2_CIM_USBHub_qualifiers,
111926                   /* super */
111927                   &__root_cimv2_CIM_USBDevice,
111928                   /* features */
111929                   _CIM_USBHub_features,
111930               };
111931               
111932               //==============================================================================
111933               //
111934 mike  1.1.2.1 // Class: CIM_USBPort
111935               //
111936               //==============================================================================
111937               
111938               static const char*
111939               _CIM_USBPort_Speed_qualifiers[] =
111940               {
111941                   /* Override */
111942                   "\044Speed",
111943                   /* ValueMap */
111944                   "\061\000\0040\0001\0001500000\00012000000\000",
111945                   0,
111946               };
111947               
111948               static MetaProperty
111949               _CIM_USBPort_Speed =
111950               {
111951                   /* flags */
111952                   META_FLAG_PROPERTY|META_FLAG_READ,
111953                   /* name */
111954                   "Speed",
111955 mike  1.1.2.1     /* qualifiers */
111956                   _CIM_USBPort_Speed_qualifiers,
111957                   /* type */
111958                   CIMTYPE_UINT64,
111959                   /* subscript */
111960                   -1,
111961                   /* value */
111962                   0,
111963               };
111964               
111965               static const char*
111966               _CIM_USBPort_StatusInfo_qualifiers[] =
111967               {
111968                   /* Override */
111969                   "\044StatusInfo",
111970                   /* ValueMap */
111971                   "\061\000\0032\0003\0004\000",
111972                   /* Values */
111973                   "\062\000\003Unknown\000Enabled\000Disabled\000",
111974                   0,
111975               };
111976 mike  1.1.2.1 
111977               static MetaProperty
111978               _CIM_USBPort_StatusInfo =
111979               {
111980                   /* flags */
111981                   META_FLAG_PROPERTY|META_FLAG_READ,
111982                   /* name */
111983                   "StatusInfo",
111984                   /* qualifiers */
111985                   _CIM_USBPort_StatusInfo_qualifiers,
111986                   /* type */
111987                   CIMTYPE_UINT16,
111988                   /* subscript */
111989                   -1,
111990                   /* value */
111991                   0,
111992               };
111993               
111994               static const char*
111995               _CIM_USBPort_Availability_qualifiers[] =
111996               {
111997 mike  1.1.2.1     /* Override */
111998                   "\044Availability",
111999                   /* ValueMap */
112000                   "\061\000\0032\0003\0007\000",
112001                   /* Values */
112002                   "\062\000\003Unknown\000Running/Full Power\000Power Off\000",
112003                   0,
112004               };
112005               
112006               static MetaProperty
112007               _CIM_USBPort_Availability =
112008               {
112009                   /* flags */
112010                   META_FLAG_PROPERTY|META_FLAG_READ,
112011                   /* name */
112012                   "Availability",
112013                   /* qualifiers */
112014                   _CIM_USBPort_Availability_qualifiers,
112015                   /* type */
112016                   CIMTYPE_UINT16,
112017                   /* subscript */
112018 mike  1.1.2.1     -1,
112019                   /* value */
112020                   0,
112021               };
112022               
112023               static const char*
112024               _CIM_USBPort_Power_qualifiers[] =
112025               {
112026                   /* ValueMap */
112027                   "\061\000\0040\0001\0002\0003\000",
112028                   /* Values */
112029                   "\062\000\004Unknown\000Other\0001 Unit Load\0005 Unit Loads\000",
112030                   0,
112031               };
112032               
112033               static MetaProperty
112034               _CIM_USBPort_Power =
112035               {
112036                   /* flags */
112037                   META_FLAG_PROPERTY|META_FLAG_READ,
112038                   /* name */
112039 mike  1.1.2.1     "Power",
112040                   /* qualifiers */
112041                   _CIM_USBPort_Power_qualifiers,
112042                   /* type */
112043                   CIMTYPE_UINT16,
112044                   /* subscript */
112045                   -1,
112046                   /* value */
112047                   0,
112048               };
112049               
112050               static const char*
112051               _CIM_USBPort_Suspended_qualifiers[] =
112052               {
112053                   0,
112054               };
112055               
112056               static MetaProperty
112057               _CIM_USBPort_Suspended =
112058               {
112059                   /* flags */
112060 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
112061                   /* name */
112062                   "Suspended",
112063                   /* qualifiers */
112064                   _CIM_USBPort_Suspended_qualifiers,
112065                   /* type */
112066                   CIMTYPE_BOOLEAN,
112067                   /* subscript */
112068                   -1,
112069                   /* value */
112070                   0,
112071               };
112072               
112073               static const char*
112074               _CIM_USBPort_Overcurrent_qualifiers[] =
112075               {
112076                   0,
112077               };
112078               
112079               static MetaProperty
112080               _CIM_USBPort_Overcurrent =
112081 mike  1.1.2.1 {
112082                   /* flags */
112083                   META_FLAG_PROPERTY|META_FLAG_READ,
112084                   /* name */
112085                   "Overcurrent",
112086                   /* qualifiers */
112087                   _CIM_USBPort_Overcurrent_qualifiers,
112088                   /* type */
112089                   CIMTYPE_BOOLEAN,
112090                   /* subscript */
112091                   -1,
112092                   /* value */
112093                   0,
112094               };
112095               
112096               static MetaFeature*
112097               _CIM_USBPort_features[] =
112098               {
112099                   (MetaFeature*)&_CIM_USBPort_Speed,
112100                   (MetaFeature*)&_CIM_USBPort_StatusInfo,
112101                   (MetaFeature*)&_CIM_USBPort_Availability,
112102 mike  1.1.2.1     (MetaFeature*)&_CIM_USBPort_Power,
112103                   (MetaFeature*)&_CIM_USBPort_Suspended,
112104                   (MetaFeature*)&_CIM_USBPort_Overcurrent,
112105                   0,
112106               };
112107               
112108               static const char*
112109               __root_cimv2_CIM_USBPort_qualifiers[] =
112110               {
112111                   /* UMLPackagePath */
112112                   "\057CIM::Device::USB",
112113                   /* Version */
112114                   "\0632.6.0",
112115                   0,
112116               };
112117               
112118               MetaClass
112119               __root_cimv2_CIM_USBPort =
112120               {
112121                   /* flags */
112122                   META_FLAG_CLASS,
112123 mike  1.1.2.1     /* name */
112124                   "CIM_USBPort",
112125                   /* qualifiers */
112126                   __root_cimv2_CIM_USBPort_qualifiers,
112127                   /* super */
112128                   &__root_cimv2_CIM_LogicalPort,
112129                   /* features */
112130                   _CIM_USBPort_features,
112131               };
112132               
112133               //==============================================================================
112134               //
112135               // Class: CIM_USBPortOnHub
112136               //
112137               //==============================================================================
112138               
112139               static const char*
112140               _CIM_USBPortOnHub_Antecedent_qualifiers[] =
112141               {
112142                   /* Override */
112143                   "\044Antecedent",
112144 mike  1.1.2.1     /* Min */
112145                   "\033\000\000\000\001",
112146                   /* Max */
112147                   "\027\000\000\000\001",
112148                   0,
112149               };
112150               
112151               static MetaReference
112152               _CIM_USBPortOnHub_Antecedent =
112153               {
112154                   /* flags */
112155                   META_FLAG_REFERENCE|META_FLAG_READ,
112156                   /* name */
112157                   "Antecedent",
112158                   /* qualifiers */
112159                   _CIM_USBPortOnHub_Antecedent_qualifiers,
112160                   /* subscript */
112161                   -1,
112162                   /* refId */
112163                   &__root_cimv2_CIM_USBHub,
112164               };
112165 mike  1.1.2.1 
112166               static const char*
112167               _CIM_USBPortOnHub_Dependent_qualifiers[] =
112168               {
112169                   /* Override */
112170                   "\044Dependent",
112171                   /* Min */
112172                   "\033\000\000\000\001",
112173                   0,
112174               };
112175               
112176               static MetaReference
112177               _CIM_USBPortOnHub_Dependent =
112178               {
112179                   /* flags */
112180                   META_FLAG_REFERENCE|META_FLAG_READ,
112181                   /* name */
112182                   "Dependent",
112183                   /* qualifiers */
112184                   _CIM_USBPortOnHub_Dependent_qualifiers,
112185                   /* subscript */
112186 mike  1.1.2.1     -1,
112187                   /* refId */
112188                   &__root_cimv2_CIM_USBPort,
112189               };
112190               
112191               static MetaFeature*
112192               _CIM_USBPortOnHub_features[] =
112193               {
112194                   (MetaFeature*)&_CIM_USBPortOnHub_Antecedent,
112195                   (MetaFeature*)&_CIM_USBPortOnHub_Dependent,
112196                   0,
112197               };
112198               
112199               static const char*
112200               __root_cimv2_CIM_USBPortOnHub_qualifiers[] =
112201               {
112202                   /* ASSOCIATION */
112203                   "\000\001",
112204                   /* UMLPackagePath */
112205                   "\057CIM::Device::USB",
112206                   /* Version */
112207 mike  1.1.2.1     "\0632.6.0",
112208                   0,
112209               };
112210               
112211               MetaClass
112212               __root_cimv2_CIM_USBPortOnHub =
112213               {
112214                   /* flags */
112215                   META_FLAG_ASSOCIATION,
112216                   /* name */
112217                   "CIM_USBPortOnHub",
112218                   /* qualifiers */
112219                   __root_cimv2_CIM_USBPortOnHub_qualifiers,
112220                   /* super */
112221                   &__root_cimv2_CIM_PortOnDevice,
112222                   /* features */
112223                   _CIM_USBPortOnHub_features,
112224               };
112225               
112226               //==============================================================================
112227               //
112228 mike  1.1.2.1 // Class: CIM_UseOfLog
112229               //
112230               //==============================================================================
112231               
112232               static const char*
112233               _CIM_UseOfLog_Antecedent_qualifiers[] =
112234               {
112235                   /* Override */
112236                   "\044Antecedent",
112237                   0,
112238               };
112239               
112240               static MetaReference
112241               _CIM_UseOfLog_Antecedent =
112242               {
112243                   /* flags */
112244                   META_FLAG_REFERENCE|META_FLAG_READ,
112245                   /* name */
112246                   "Antecedent",
112247                   /* qualifiers */
112248                   _CIM_UseOfLog_Antecedent_qualifiers,
112249 mike  1.1.2.1     /* subscript */
112250                   -1,
112251                   /* refId */
112252                   &__root_cimv2_CIM_Log,
112253               };
112254               
112255               static const char*
112256               _CIM_UseOfLog_Dependent_qualifiers[] =
112257               {
112258                   /* Override */
112259                   "\044Dependent",
112260                   0,
112261               };
112262               
112263               static MetaReference
112264               _CIM_UseOfLog_Dependent =
112265               {
112266                   /* flags */
112267                   META_FLAG_REFERENCE|META_FLAG_READ,
112268                   /* name */
112269                   "Dependent",
112270 mike  1.1.2.1     /* qualifiers */
112271                   _CIM_UseOfLog_Dependent_qualifiers,
112272                   /* subscript */
112273                   -1,
112274                   /* refId */
112275                   &__root_cimv2_CIM_ManagedSystemElement,
112276               };
112277               
112278               static const char*
112279               _CIM_UseOfLog_RecordedData_qualifiers[] =
112280               {
112281                   0,
112282               };
112283               
112284               static MetaProperty
112285               _CIM_UseOfLog_RecordedData =
112286               {
112287                   /* flags */
112288                   META_FLAG_PROPERTY|META_FLAG_READ,
112289                   /* name */
112290                   "RecordedData",
112291 mike  1.1.2.1     /* qualifiers */
112292                   _CIM_UseOfLog_RecordedData_qualifiers,
112293                   /* type */
112294                   CIMTYPE_STRING,
112295                   /* subscript */
112296                   -1,
112297                   /* value */
112298                   0,
112299               };
112300               
112301               static MetaFeature*
112302               _CIM_UseOfLog_features[] =
112303               {
112304                   (MetaFeature*)&_CIM_UseOfLog_Antecedent,
112305                   (MetaFeature*)&_CIM_UseOfLog_Dependent,
112306                   (MetaFeature*)&_CIM_UseOfLog_RecordedData,
112307                   0,
112308               };
112309               
112310               static const char*
112311               __root_cimv2_CIM_UseOfLog_qualifiers[] =
112312 mike  1.1.2.1 {
112313                   /* ASSOCIATION */
112314                   "\000\001",
112315                   /* UMLPackagePath */
112316                   "\057CIM::System::Logs",
112317                   /* Version */
112318                   "\0632.9.0",
112319                   0,
112320               };
112321               
112322               MetaClass
112323               __root_cimv2_CIM_UseOfLog =
112324               {
112325                   /* flags */
112326                   META_FLAG_ASSOCIATION,
112327                   /* name */
112328                   "CIM_UseOfLog",
112329                   /* qualifiers */
112330                   __root_cimv2_CIM_UseOfLog_qualifiers,
112331                   /* super */
112332                   &__root_cimv2_CIM_Dependency,
112333 mike  1.1.2.1     /* features */
112334                   _CIM_UseOfLog_features,
112335               };
112336               
112337               //==============================================================================
112338               //
112339               // Class: CIM_UseOfMessageLog
112340               //
112341               //==============================================================================
112342               
112343               static const char*
112344               _CIM_UseOfMessageLog_Antecedent_qualifiers[] =
112345               {
112346                   /* Override */
112347                   "\044Antecedent",
112348                   0,
112349               };
112350               
112351               static MetaReference
112352               _CIM_UseOfMessageLog_Antecedent =
112353               {
112354 mike  1.1.2.1     /* flags */
112355                   META_FLAG_REFERENCE|META_FLAG_READ,
112356                   /* name */
112357                   "Antecedent",
112358                   /* qualifiers */
112359                   _CIM_UseOfMessageLog_Antecedent_qualifiers,
112360                   /* subscript */
112361                   -1,
112362                   /* refId */
112363                   &__root_cimv2_CIM_MessageLog,
112364               };
112365               
112366               static MetaFeature*
112367               _CIM_UseOfMessageLog_features[] =
112368               {
112369                   (MetaFeature*)&_CIM_UseOfMessageLog_Antecedent,
112370                   0,
112371               };
112372               
112373               static const char*
112374               __root_cimv2_CIM_UseOfMessageLog_qualifiers[] =
112375 mike  1.1.2.1 {
112376                   /* ASSOCIATION */
112377                   "\000\001",
112378                   /* UMLPackagePath */
112379                   "\057CIM::System::Logs",
112380                   /* Version */
112381                   "\0632.9.0",
112382                   0,
112383               };
112384               
112385               MetaClass
112386               __root_cimv2_CIM_UseOfMessageLog =
112387               {
112388                   /* flags */
112389                   META_FLAG_ASSOCIATION,
112390                   /* name */
112391                   "CIM_UseOfMessageLog",
112392                   /* qualifiers */
112393                   __root_cimv2_CIM_UseOfMessageLog_qualifiers,
112394                   /* super */
112395                   &__root_cimv2_CIM_UseOfLog,
112396 mike  1.1.2.1     /* features */
112397                   _CIM_UseOfMessageLog_features,
112398               };
112399               
112400               //==============================================================================
112401               //
112402               // Class: CIM_UserDevice
112403               //
112404               //==============================================================================
112405               
112406               static const char*
112407               _CIM_UserDevice_IsLocked_qualifiers[] =
112408               {
112409                   0,
112410               };
112411               
112412               static MetaProperty
112413               _CIM_UserDevice_IsLocked =
112414               {
112415                   /* flags */
112416                   META_FLAG_PROPERTY|META_FLAG_READ,
112417 mike  1.1.2.1     /* name */
112418                   "IsLocked",
112419                   /* qualifiers */
112420                   _CIM_UserDevice_IsLocked_qualifiers,
112421                   /* type */
112422                   CIMTYPE_BOOLEAN,
112423                   /* subscript */
112424                   -1,
112425                   /* value */
112426                   0,
112427               };
112428               
112429               static MetaFeature*
112430               _CIM_UserDevice_features[] =
112431               {
112432                   (MetaFeature*)&_CIM_UserDevice_IsLocked,
112433                   0,
112434               };
112435               
112436               static const char*
112437               __root_cimv2_CIM_UserDevice_qualifiers[] =
112438 mike  1.1.2.1 {
112439                   /* UMLPackagePath */
112440                   "\057CIM::Device::UserDevices",
112441                   /* Abstract */
112442                   "\002\001",
112443                   /* Version */
112444                   "\0632.6.0",
112445                   0,
112446               };
112447               
112448               MetaClass
112449               __root_cimv2_CIM_UserDevice =
112450               {
112451                   /* flags */
112452                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
112453                   /* name */
112454                   "CIM_UserDevice",
112455                   /* qualifiers */
112456                   __root_cimv2_CIM_UserDevice_qualifiers,
112457                   /* super */
112458                   &__root_cimv2_CIM_LogicalDevice,
112459 mike  1.1.2.1     /* features */
112460                   _CIM_UserDevice_features,
112461               };
112462               
112463               //==============================================================================
112464               //
112465               // Class: CIM_VLAN
112466               //
112467               //==============================================================================
112468               
112469               static const char*
112470               _CIM_VLAN_VLANNumber_qualifiers[] =
112471               {
112472                   /* Deprecated */
112473                   "\013\000\001No Value\000",
112474                   0,
112475               };
112476               
112477               static MetaProperty
112478               _CIM_VLAN_VLANNumber =
112479               {
112480 mike  1.1.2.1     /* flags */
112481                   META_FLAG_PROPERTY|META_FLAG_READ,
112482                   /* name */
112483                   "VLANNumber",
112484                   /* qualifiers */
112485                   _CIM_VLAN_VLANNumber_qualifiers,
112486                   /* type */
112487                   CIMTYPE_UINT16,
112488                   /* subscript */
112489                   -1,
112490                   /* value */
112491                   0,
112492               };
112493               
112494               static MetaFeature*
112495               _CIM_VLAN_features[] =
112496               {
112497                   (MetaFeature*)&_CIM_VLAN_VLANNumber,
112498                   0,
112499               };
112500               
112501 mike  1.1.2.1 static const char*
112502               __root_cimv2_CIM_VLAN_qualifiers[] =
112503               {
112504                   /* Deprecated */
112505                   "\013\000\001No Value\000",
112506                   /* UMLPackagePath */
112507                   "\057CIM::Network::VLAN",
112508                   /* Version */
112509                   "\0632.8.0",
112510                   0,
112511               };
112512               
112513               MetaClass
112514               __root_cimv2_CIM_VLAN =
112515               {
112516                   /* flags */
112517                   META_FLAG_CLASS,
112518                   /* name */
112519                   "CIM_VLAN",
112520                   /* qualifiers */
112521                   __root_cimv2_CIM_VLAN_qualifiers,
112522 mike  1.1.2.1     /* super */
112523                   &__root_cimv2_CIM_ServiceAccessPoint,
112524                   /* features */
112525                   _CIM_VLAN_features,
112526               };
112527               
112528               //==============================================================================
112529               //
112530               // Class: CIM_VLANService
112531               //
112532               //==============================================================================
112533               
112534               static MetaFeature*
112535               _CIM_VLANService_features[] =
112536               {
112537                   0,
112538               };
112539               
112540               static const char*
112541               __root_cimv2_CIM_VLANService_qualifiers[] =
112542               {
112543 mike  1.1.2.1     /* Deprecated */
112544                   "\013\000\001No Value\000",
112545                   /* UMLPackagePath */
112546                   "\057CIM::Network::VLAN",
112547                   /* Abstract */
112548                   "\002\001",
112549                   /* Version */
112550                   "\0632.8.0",
112551                   0,
112552               };
112553               
112554               MetaClass
112555               __root_cimv2_CIM_VLANService =
112556               {
112557                   /* flags */
112558                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
112559                   /* name */
112560                   "CIM_VLANService",
112561                   /* qualifiers */
112562                   __root_cimv2_CIM_VLANService_qualifiers,
112563                   /* super */
112564 mike  1.1.2.1     &__root_cimv2_CIM_Service,
112565                   /* features */
112566                   _CIM_VLANService_features,
112567               };
112568               
112569               //==============================================================================
112570               //
112571               // Class: CIM_VolumeSet
112572               //
112573               //==============================================================================
112574               
112575               static const char*
112576               _CIM_VolumeSet_NumberOfBlocks_qualifiers[] =
112577               {
112578                   /* Deprecated */
112579                   "\013\000\001CIM_CompositeExtent.NumberOfBlocks\000",
112580                   /* Override */
112581                   "\044NumberOfBlocks",
112582                   /* MappingStrings */
112583                   "\026\000\001MIF.DMTF|Volume Set|001.3\000",
112584                   0,
112585 mike  1.1.2.1 };
112586               
112587               static MetaProperty
112588               _CIM_VolumeSet_NumberOfBlocks =
112589               {
112590                   /* flags */
112591                   META_FLAG_PROPERTY|META_FLAG_READ,
112592                   /* name */
112593                   "NumberOfBlocks",
112594                   /* qualifiers */
112595                   _CIM_VolumeSet_NumberOfBlocks_qualifiers,
112596                   /* type */
112597                   CIMTYPE_UINT64,
112598                   /* subscript */
112599                   -1,
112600                   /* value */
112601                   0,
112602               };
112603               
112604               static const char*
112605               _CIM_VolumeSet_PSExtentStripeLength_qualifiers[] =
112606 mike  1.1.2.1 {
112607                   /* Deprecated */
112608                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
112609                   /* MappingStrings */
112610                   "\026\000\001MIF.DMTF|Volume Set|001.4\000",
112611                   0,
112612               };
112613               
112614               static MetaProperty
112615               _CIM_VolumeSet_PSExtentStripeLength =
112616               {
112617                   /* flags */
112618                   META_FLAG_PROPERTY|META_FLAG_READ,
112619                   /* name */
112620                   "PSExtentStripeLength",
112621                   /* qualifiers */
112622                   _CIM_VolumeSet_PSExtentStripeLength_qualifiers,
112623                   /* type */
112624                   CIMTYPE_UINT64,
112625                   /* subscript */
112626                   -1,
112627 mike  1.1.2.1     /* value */
112628                   0,
112629               };
112630               
112631               static const char*
112632               _CIM_VolumeSet_PSExtentInterleaveDepth_qualifiers[] =
112633               {
112634                   /* Deprecated */
112635                   "\013\000\001CIM_CompositeExtent.ExtentInterleaveDepth\000",
112636                   /* MappingStrings */
112637                   "\026\000\001MIF.DMTF|Volume Set|001.5\000",
112638                   0,
112639               };
112640               
112641               static MetaProperty
112642               _CIM_VolumeSet_PSExtentInterleaveDepth =
112643               {
112644                   /* flags */
112645                   META_FLAG_PROPERTY|META_FLAG_READ,
112646                   /* name */
112647                   "PSExtentInterleaveDepth",
112648 mike  1.1.2.1     /* qualifiers */
112649                   _CIM_VolumeSet_PSExtentInterleaveDepth_qualifiers,
112650                   /* type */
112651                   CIMTYPE_UINT64,
112652                   /* subscript */
112653                   -1,
112654                   /* value */
112655                   0,
112656               };
112657               
112658               static const char*
112659               _CIM_VolumeSet_VolumeStatus_qualifiers[] =
112660               {
112661                   /* Deprecated */
112662                   "\013\000\001No value\000",
112663                   /* ValueMap */
112664                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
112665                   /* Values */
112666                   "\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",
112667                   0,
112668               };
112669 mike  1.1.2.1 
112670               static MetaProperty
112671               _CIM_VolumeSet_VolumeStatus =
112672               {
112673                   /* flags */
112674                   META_FLAG_PROPERTY|META_FLAG_READ,
112675                   /* name */
112676                   "VolumeStatus",
112677                   /* qualifiers */
112678                   _CIM_VolumeSet_VolumeStatus_qualifiers,
112679                   /* type */
112680                   CIMTYPE_UINT16,
112681                   /* subscript */
112682                   -1,
112683                   /* value */
112684                   0,
112685               };
112686               
112687               static MetaFeature*
112688               _CIM_VolumeSet_features[] =
112689               {
112690 mike  1.1.2.1     (MetaFeature*)&_CIM_VolumeSet_NumberOfBlocks,
112691                   (MetaFeature*)&_CIM_VolumeSet_PSExtentStripeLength,
112692                   (MetaFeature*)&_CIM_VolumeSet_PSExtentInterleaveDepth,
112693                   (MetaFeature*)&_CIM_VolumeSet_VolumeStatus,
112694                   0,
112695               };
112696               
112697               static const char*
112698               __root_cimv2_CIM_VolumeSet_qualifiers[] =
112699               {
112700                   /* Deprecated */
112701                   "\013\000\001CIM_CompositeExtent\000",
112702                   /* UMLPackagePath */
112703                   "\057CIM::Device::SccExtents",
112704                   /* Version */
112705                   "\0632.7.0",
112706                   0,
112707               };
112708               
112709               MetaClass
112710               __root_cimv2_CIM_VolumeSet =
112711 mike  1.1.2.1 {
112712                   /* flags */
112713                   META_FLAG_CLASS,
112714                   /* name */
112715                   "CIM_VolumeSet",
112716                   /* qualifiers */
112717                   __root_cimv2_CIM_VolumeSet_qualifiers,
112718                   /* super */
112719                   &__root_cimv2_CIM_StorageVolume,
112720                   /* features */
112721                   _CIM_VolumeSet_features,
112722               };
112723               
112724               //==============================================================================
112725               //
112726               // Class: CIM_WakeUpService
112727               //
112728               //==============================================================================
112729               
112730               static const char*
112731               _CIM_WakeUpService_WakeUpType_qualifiers[] =
112732 mike  1.1.2.1 {
112733                   /* ValueMap */
112734                   "\061\000\0050\0001\0002\0003\0004\000",
112735                   /* Values */
112736                   "\062\000\005Unknown\000Other\000Wake On LAN - Magic Packet\000Wake on LAN - Packet Filtering\000Wake On Ring\000",
112737                   /* ModelCorrespondence */
112738                   "\036\000\001CIM_WakeUpService.OtherWakeUpTypeDescription\000",
112739                   0,
112740               };
112741               
112742               static MetaProperty
112743               _CIM_WakeUpService_WakeUpType =
112744               {
112745                   /* flags */
112746                   META_FLAG_PROPERTY|META_FLAG_READ,
112747                   /* name */
112748                   "WakeUpType",
112749                   /* qualifiers */
112750                   _CIM_WakeUpService_WakeUpType_qualifiers,
112751                   /* type */
112752                   CIMTYPE_UINT16,
112753 mike  1.1.2.1     /* subscript */
112754                   -1,
112755                   /* value */
112756                   0,
112757               };
112758               
112759               static const char*
112760               _CIM_WakeUpService_OtherWakeUpTypeDescription_qualifiers[] =
112761               {
112762                   /* ModelCorrespondence */
112763                   "\036\000\001CIM_WakeUpService.WakeUpType\000",
112764                   0,
112765               };
112766               
112767               static MetaProperty
112768               _CIM_WakeUpService_OtherWakeUpTypeDescription =
112769               {
112770                   /* flags */
112771                   META_FLAG_PROPERTY|META_FLAG_READ,
112772                   /* name */
112773                   "OtherWakeUpTypeDescription",
112774 mike  1.1.2.1     /* qualifiers */
112775                   _CIM_WakeUpService_OtherWakeUpTypeDescription_qualifiers,
112776                   /* type */
112777                   CIMTYPE_STRING,
112778                   /* subscript */
112779                   -1,
112780                   /* value */
112781                   0,
112782               };
112783               
112784               static const char*
112785               _CIM_WakeUpService_FilterType_qualifiers[] =
112786               {
112787                   /* ValueMap */
112788                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
112789                   /* Values */
112790                   "\062\000\010Unknown\000Other\000ARP Broadcast\000Neighbor Discovery Multicast\000IP Packet with Directed MAC Address\000IPX Diagnostic Responder\000NBT Name Query\000Binary Match\000",
112791                   /* ModelCorrespondence */
112792                   "\036\000\001CIM_WakeUpService.OtherFilterTypeDescription\000",
112793                   0,
112794               };
112795 mike  1.1.2.1 
112796               static MetaProperty
112797               _CIM_WakeUpService_FilterType =
112798               {
112799                   /* flags */
112800                   META_FLAG_PROPERTY|META_FLAG_READ,
112801                   /* name */
112802                   "FilterType",
112803                   /* qualifiers */
112804                   _CIM_WakeUpService_FilterType_qualifiers,
112805                   /* type */
112806                   CIMTYPE_UINT16,
112807                   /* subscript */
112808                   -1,
112809                   /* value */
112810                   0,
112811               };
112812               
112813               static const char*
112814               _CIM_WakeUpService_FilterData_qualifiers[] =
112815               {
112816 mike  1.1.2.1     /* OctetString */
112817                   "\042\001",
112818                   0,
112819               };
112820               
112821               static MetaProperty
112822               _CIM_WakeUpService_FilterData =
112823               {
112824                   /* flags */
112825                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
112826                   /* name */
112827                   "FilterData",
112828                   /* qualifiers */
112829                   _CIM_WakeUpService_FilterData_qualifiers,
112830                   /* type */
112831                   CIMTYPE_UINT8,
112832                   /* subscript */
112833                   0,
112834                   /* value */
112835                   0,
112836               };
112837 mike  1.1.2.1 
112838               static const char*
112839               _CIM_WakeUpService_OtherFilterTypeDescription_qualifiers[] =
112840               {
112841                   /* ModelCorrespondence */
112842                   "\036\000\001CIM_WakeUpService.FilterType\000",
112843                   0,
112844               };
112845               
112846               static MetaProperty
112847               _CIM_WakeUpService_OtherFilterTypeDescription =
112848               {
112849                   /* flags */
112850                   META_FLAG_PROPERTY|META_FLAG_READ,
112851                   /* name */
112852                   "OtherFilterTypeDescription",
112853                   /* qualifiers */
112854                   _CIM_WakeUpService_OtherFilterTypeDescription_qualifiers,
112855                   /* type */
112856                   CIMTYPE_STRING,
112857                   /* subscript */
112858 mike  1.1.2.1     -1,
112859                   /* value */
112860                   0,
112861               };
112862               
112863               static MetaFeature*
112864               _CIM_WakeUpService_features[] =
112865               {
112866                   (MetaFeature*)&_CIM_WakeUpService_WakeUpType,
112867                   (MetaFeature*)&_CIM_WakeUpService_OtherWakeUpTypeDescription,
112868                   (MetaFeature*)&_CIM_WakeUpService_FilterType,
112869                   (MetaFeature*)&_CIM_WakeUpService_FilterData,
112870                   (MetaFeature*)&_CIM_WakeUpService_OtherFilterTypeDescription,
112871                   0,
112872               };
112873               
112874               static const char*
112875               __root_cimv2_CIM_WakeUpService_qualifiers[] =
112876               {
112877                   /* UMLPackagePath */
112878                   "\057CIM::System::Boot",
112879 mike  1.1.2.1     /* Version */
112880                   "\0632.8.0",
112881                   0,
112882               };
112883               
112884               MetaClass
112885               __root_cimv2_CIM_WakeUpService =
112886               {
112887                   /* flags */
112888                   META_FLAG_CLASS,
112889                   /* name */
112890                   "CIM_WakeUpService",
112891                   /* qualifiers */
112892                   __root_cimv2_CIM_WakeUpService_qualifiers,
112893                   /* super */
112894                   &__root_cimv2_CIM_Service,
112895                   /* features */
112896                   _CIM_WakeUpService_features,
112897               };
112898               
112899               //==============================================================================
112900 mike  1.1.2.1 //
112901               // Class: CIM_Watchdog
112902               //
112903               //==============================================================================
112904               
112905               static const char*
112906               _CIM_Watchdog_MonitoredEntity_qualifiers[] =
112907               {
112908                   /* ValueMap */
112909                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
112910                   /* Values */
112911                   "\062\000\011Unknown\000Other\000Operating System\000Operating System Boot Process\000Operating System Shutdown Process\000Firmware Boot Process\000BIOS Boot Process\000Application\000Service Processor\000",
112912                   0,
112913               };
112914               
112915               static MetaProperty
112916               _CIM_Watchdog_MonitoredEntity =
112917               {
112918                   /* flags */
112919                   META_FLAG_PROPERTY|META_FLAG_READ,
112920                   /* name */
112921 mike  1.1.2.1     "MonitoredEntity",
112922                   /* qualifiers */
112923                   _CIM_Watchdog_MonitoredEntity_qualifiers,
112924                   /* type */
112925                   CIMTYPE_UINT16,
112926                   /* subscript */
112927                   -1,
112928                   /* value */
112929                   0,
112930               };
112931               
112932               static const char*
112933               _CIM_Watchdog_MonitoredEntityDescription_qualifiers[] =
112934               {
112935                   /* MaxLen */
112936                   "\030\000\000\001\000",
112937                   0,
112938               };
112939               
112940               static MetaProperty
112941               _CIM_Watchdog_MonitoredEntityDescription =
112942 mike  1.1.2.1 {
112943                   /* flags */
112944                   META_FLAG_PROPERTY|META_FLAG_READ,
112945                   /* name */
112946                   "MonitoredEntityDescription",
112947                   /* qualifiers */
112948                   _CIM_Watchdog_MonitoredEntityDescription_qualifiers,
112949                   /* type */
112950                   CIMTYPE_STRING,
112951                   /* subscript */
112952                   -1,
112953                   /* value */
112954                   0,
112955               };
112956               
112957               static const char*
112958               _CIM_Watchdog_TimeoutInterval_qualifiers[] =
112959               {
112960                   /* Units */
112961                   "\060MicroSeconds",
112962                   0,
112963 mike  1.1.2.1 };
112964               
112965               static MetaProperty
112966               _CIM_Watchdog_TimeoutInterval =
112967               {
112968                   /* flags */
112969                   META_FLAG_PROPERTY|META_FLAG_READ,
112970                   /* name */
112971                   "TimeoutInterval",
112972                   /* qualifiers */
112973                   _CIM_Watchdog_TimeoutInterval_qualifiers,
112974                   /* type */
112975                   CIMTYPE_UINT32,
112976                   /* subscript */
112977                   -1,
112978                   /* value */
112979                   0,
112980               };
112981               
112982               static const char*
112983               _CIM_Watchdog_TimerResolution_qualifiers[] =
112984 mike  1.1.2.1 {
112985                   /* Units */
112986                   "\060MicroSeconds",
112987                   0,
112988               };
112989               
112990               static MetaProperty
112991               _CIM_Watchdog_TimerResolution =
112992               {
112993                   /* flags */
112994                   META_FLAG_PROPERTY|META_FLAG_READ,
112995                   /* name */
112996                   "TimerResolution",
112997                   /* qualifiers */
112998                   _CIM_Watchdog_TimerResolution_qualifiers,
112999                   /* type */
113000                   CIMTYPE_UINT32,
113001                   /* subscript */
113002                   -1,
113003                   /* value */
113004                   0,
113005 mike  1.1.2.1 };
113006               
113007               static const char*
113008               _CIM_Watchdog_TimeOfLastExpiration_qualifiers[] =
113009               {
113010                   0,
113011               };
113012               
113013               static MetaProperty
113014               _CIM_Watchdog_TimeOfLastExpiration =
113015               {
113016                   /* flags */
113017                   META_FLAG_PROPERTY|META_FLAG_READ,
113018                   /* name */
113019                   "TimeOfLastExpiration",
113020                   /* qualifiers */
113021                   _CIM_Watchdog_TimeOfLastExpiration_qualifiers,
113022                   /* type */
113023                   CIMTYPE_DATETIME,
113024                   /* subscript */
113025                   -1,
113026 mike  1.1.2.1     /* value */
113027                   0,
113028               };
113029               
113030               static const char*
113031               _CIM_Watchdog_MonitoredEntityOnLastExpiration_qualifiers[] =
113032               {
113033                   /* ValueMap */
113034                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
113035                   /* Values */
113036                   "\062\000\011Unknown\000Other\000Operating System\000Operating System Boot Process\000Operating System Shutdown Process\000Firmware Boot Process\000BIOS Boot Process\000Application\000Service Processor\000",
113037                   0,
113038               };
113039               
113040               static MetaProperty
113041               _CIM_Watchdog_MonitoredEntityOnLastExpiration =
113042               {
113043                   /* flags */
113044                   META_FLAG_PROPERTY|META_FLAG_READ,
113045                   /* name */
113046                   "MonitoredEntityOnLastExpiration",
113047 mike  1.1.2.1     /* qualifiers */
113048                   _CIM_Watchdog_MonitoredEntityOnLastExpiration_qualifiers,
113049                   /* type */
113050                   CIMTYPE_UINT16,
113051                   /* subscript */
113052                   -1,
113053                   /* value */
113054                   0,
113055               };
113056               
113057               static const char*
113058               _CIM_Watchdog_ActionOnExpiration_qualifiers[] =
113059               {
113060                   /* ValueMap */
113061                   "\061\000\0060\0001\0002\0003\0004\0005\000",
113062                   /* Values */
113063                   "\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",
113064                   0,
113065               };
113066               
113067               static MetaProperty
113068 mike  1.1.2.1 _CIM_Watchdog_ActionOnExpiration =
113069               {
113070                   /* flags */
113071                   META_FLAG_PROPERTY|META_FLAG_READ,
113072                   /* name */
113073                   "ActionOnExpiration",
113074                   /* qualifiers */
113075                   _CIM_Watchdog_ActionOnExpiration_qualifiers,
113076                   /* type */
113077                   CIMTYPE_UINT16,
113078                   /* subscript */
113079                   -1,
113080                   /* value */
113081                   0,
113082               };
113083               
113084               static MetaFeature*
113085               _CIM_Watchdog_KeepAlive_parameters[] =
113086               {
113087                   0,
113088               };
113089 mike  1.1.2.1 
113090               static const char*
113091               _CIM_Watchdog_KeepAlive_qualifiers[] =
113092               {
113093                   0,
113094               };
113095               
113096               static MetaMethod
113097               _CIM_Watchdog_KeepAlive =
113098               {
113099                   /* flags */
113100                   META_FLAG_METHOD,
113101                   /* name */
113102                   "CIM_Watchdog",
113103                   /* qualifiers */
113104                   _CIM_Watchdog_KeepAlive_qualifiers,
113105                   /* type */
113106                   CIMTYPE_UINT32,
113107                   /* parameters */
113108                   _CIM_Watchdog_KeepAlive_parameters,
113109               };
113110 mike  1.1.2.1 
113111               static MetaFeature*
113112               _CIM_Watchdog_features[] =
113113               {
113114                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntity,
113115                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntityDescription,
113116                   (MetaFeature*)&_CIM_Watchdog_TimeoutInterval,
113117                   (MetaFeature*)&_CIM_Watchdog_TimerResolution,
113118                   (MetaFeature*)&_CIM_Watchdog_TimeOfLastExpiration,
113119                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntityOnLastExpiration,
113120                   (MetaFeature*)&_CIM_Watchdog_ActionOnExpiration,
113121                   (MetaFeature*)&_CIM_Watchdog_KeepAlive,
113122                   0,
113123               };
113124               
113125               static const char*
113126               __root_cimv2_CIM_Watchdog_qualifiers[] =
113127               {
113128                   /* UMLPackagePath */
113129                   "\057CIM::Device::Processor",
113130                   /* Version */
113131 mike  1.1.2.1     "\0632.10.0",
113132                   0,
113133               };
113134               
113135               MetaClass
113136               __root_cimv2_CIM_Watchdog =
113137               {
113138                   /* flags */
113139                   META_FLAG_CLASS,
113140                   /* name */
113141                   "CIM_Watchdog",
113142                   /* qualifiers */
113143                   __root_cimv2_CIM_Watchdog_qualifiers,
113144                   /* super */
113145                   &__root_cimv2_CIM_LogicalDevice,
113146                   /* features */
113147                   _CIM_Watchdog_features,
113148               };
113149               
113150               //==============================================================================
113151               //
113152 mike  1.1.2.1 // Class: CIM_WBEMService
113153               //
113154               //==============================================================================
113155               
113156               static MetaFeature*
113157               _CIM_WBEMService_features[] =
113158               {
113159                   0,
113160               };
113161               
113162               static const char*
113163               __root_cimv2_CIM_WBEMService_qualifiers[] =
113164               {
113165                   /* UMLPackagePath */
113166                   "\057CIM::Interop",
113167                   /* Abstract */
113168                   "\002\001",
113169                   /* Version */
113170                   "\0632.6.0",
113171                   0,
113172               };
113173 mike  1.1.2.1 
113174               MetaClass
113175               __root_cimv2_CIM_WBEMService =
113176               {
113177                   /* flags */
113178                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
113179                   /* name */
113180                   "CIM_WBEMService",
113181                   /* qualifiers */
113182                   __root_cimv2_CIM_WBEMService_qualifiers,
113183                   /* super */
113184                   &__root_cimv2_CIM_Service,
113185                   /* features */
113186                   _CIM_WBEMService_features,
113187               };
113188               
113189               //==============================================================================
113190               //
113191               // Class: CIM_WORMDrive
113192               //
113193               //==============================================================================
113194 mike  1.1.2.1 
113195               static MetaFeature*
113196               _CIM_WORMDrive_features[] =
113197               {
113198                   0,
113199               };
113200               
113201               static const char*
113202               __root_cimv2_CIM_WORMDrive_qualifiers[] =
113203               {
113204                   /* UMLPackagePath */
113205                   "\057CIM::Device::StorageDevices",
113206                   /* Version */
113207                   "\0632.6.0",
113208                   0,
113209               };
113210               
113211               MetaClass
113212               __root_cimv2_CIM_WORMDrive =
113213               {
113214                   /* flags */
113215 mike  1.1.2.1     META_FLAG_CLASS,
113216                   /* name */
113217                   "CIM_WORMDrive",
113218                   /* qualifiers */
113219                   __root_cimv2_CIM_WORMDrive_qualifiers,
113220                   /* super */
113221                   &__root_cimv2_CIM_MediaAccessDevice,
113222                   /* features */
113223                   _CIM_WORMDrive_features,
113224               };
113225               
113226               //==============================================================================
113227               //
113228               // Class: CIM_ZoneService
113229               //
113230               //==============================================================================
113231               
113232               static const char*
113233               _CIM_ZoneService_SessionState_qualifiers[] =
113234               {
113235                   /* ValueMap */
113236 mike  1.1.2.1     "\061\000\0040\0002\0003\0004\000",
113237                   /* Values */
113238                   "\062\000\004Unknown\000Starting\000Ended\000Not Applicable\000",
113239                   0,
113240               };
113241               
113242               static MetaProperty
113243               _CIM_ZoneService_SessionState =
113244               {
113245                   /* flags */
113246                   META_FLAG_PROPERTY|META_FLAG_READ,
113247                   /* name */
113248                   "SessionState",
113249                   /* qualifiers */
113250                   _CIM_ZoneService_SessionState_qualifiers,
113251                   /* type */
113252                   CIMTYPE_UINT16,
113253                   /* subscript */
113254                   -1,
113255                   /* value */
113256                   "\000\004",
113257 mike  1.1.2.1 };
113258               
113259               static const char*
113260               _CIM_ZoneService_RequestedSessionState_qualifiers[] =
113261               {
113262                   /* ValueMap */
113263                   "\061\000\0042\0003\0004\0005\000",
113264                   /* Values */
113265                   "\062\000\004Start\000End\000Terminate\000No Change\000",
113266                   /* ModelCorrespondence */
113267                   "\036\000\002CIM_ZoneService.SessionState\000CIM_ZoneService.SessionControl()\000",
113268                   0,
113269               };
113270               
113271               static MetaProperty
113272               _CIM_ZoneService_RequestedSessionState =
113273               {
113274                   /* flags */
113275                   META_FLAG_PROPERTY|META_FLAG_READ,
113276                   /* name */
113277                   "RequestedSessionState",
113278 mike  1.1.2.1     /* qualifiers */
113279                   _CIM_ZoneService_RequestedSessionState_qualifiers,
113280                   /* type */
113281                   CIMTYPE_UINT16,
113282                   /* subscript */
113283                   -1,
113284                   /* value */
113285                   "\000\005",
113286               };
113287               
113288               static const char*
113289               _CIM_ZoneService_CreateZoneSet_ZoneSetName_qualifiers[] =
113290               {
113291                   /* Required */
113292                   "\050\001",
113293                   /* IN */
113294                   "\024\001",
113295                   /* ModelCorrespondence */
113296                   "\036\000\001CIM_ZoneSet.ElementName\000",
113297                   0,
113298               };
113299 mike  1.1.2.1 
113300               static MetaProperty
113301               _CIM_ZoneService_CreateZoneSet_ZoneSetName =
113302               {
113303                   /* flags */
113304                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113305                   /* name */
113306                   "ZoneSetName",
113307                   /* qualifiers */
113308                   _CIM_ZoneService_CreateZoneSet_ZoneSetName_qualifiers,
113309                   /* type */
113310                   CIMTYPE_STRING,
113311                   /* subscript */
113312                   -1,
113313                   /* value */
113314                   0,
113315               };
113316               
113317               static const char*
113318               _CIM_ZoneService_CreateZoneSet_ZoneSet_qualifiers[] =
113319               {
113320 mike  1.1.2.1     /* IN */
113321                   "\024\000",
113322                   /* OUT */
113323                   "\043\001",
113324                   0,
113325               };
113326               
113327               static MetaReference
113328               _CIM_ZoneService_CreateZoneSet_ZoneSet =
113329               {
113330                   /* flags */
113331                   META_FLAG_REFERENCE|META_FLAG_OUT,
113332                   /* name */
113333                   "ZoneSet",
113334                   /* qualifiers */
113335                   _CIM_ZoneService_CreateZoneSet_ZoneSet_qualifiers,
113336                   /* subscript */
113337                   -1,
113338                   /* ref */
113339                   &__root_cimv2_CIM_ZoneSet,
113340               };
113341 mike  1.1.2.1 
113342               static MetaFeature*
113343               _CIM_ZoneService_CreateZoneSet_parameters[] =
113344               {
113345                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet_ZoneSetName,
113346                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet_ZoneSet,
113347                   0,
113348               };
113349               
113350               static const char*
113351               _CIM_ZoneService_CreateZoneSet_qualifiers[] =
113352               {
113353                   /* ValueMap */
113354                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113355                   /* Values */
113356                   "\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",
113357                   0,
113358               };
113359               
113360               static MetaMethod
113361               _CIM_ZoneService_CreateZoneSet =
113362 mike  1.1.2.1 {
113363                   /* flags */
113364                   META_FLAG_METHOD,
113365                   /* name */
113366                   "CIM_ZoneService",
113367                   /* qualifiers */
113368                   _CIM_ZoneService_CreateZoneSet_qualifiers,
113369                   /* type */
113370                   CIMTYPE_UINT32,
113371                   /* parameters */
113372                   _CIM_ZoneService_CreateZoneSet_parameters,
113373               };
113374               
113375               static const char*
113376               _CIM_ZoneService_CreateZone_ZoneName_qualifiers[] =
113377               {
113378                   /* Required */
113379                   "\050\001",
113380                   /* IN */
113381                   "\024\001",
113382                   /* ModelCorrespondence */
113383 mike  1.1.2.1     "\036\000\001CIM_Zone.ElementName\000",
113384                   0,
113385               };
113386               
113387               static MetaProperty
113388               _CIM_ZoneService_CreateZone_ZoneName =
113389               {
113390                   /* flags */
113391                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113392                   /* name */
113393                   "ZoneName",
113394                   /* qualifiers */
113395                   _CIM_ZoneService_CreateZone_ZoneName_qualifiers,
113396                   /* type */
113397                   CIMTYPE_STRING,
113398                   /* subscript */
113399                   -1,
113400                   /* value */
113401                   0,
113402               };
113403               
113404 mike  1.1.2.1 static const char*
113405               _CIM_ZoneService_CreateZone_ZoneType_qualifiers[] =
113406               {
113407                   /* IN */
113408                   "\024\001",
113409                   /* ValueMap */
113410                   "\061\000\0022\0003\000",
113411                   /* Values */
113412                   "\062\000\002Default\000Protocol\000",
113413                   /* ModelCorrespondence */
113414                   "\036\000\001CIM_Zone.ZoneType\000",
113415                   0,
113416               };
113417               
113418               static MetaProperty
113419               _CIM_ZoneService_CreateZone_ZoneType =
113420               {
113421                   /* flags */
113422                   META_FLAG_PROPERTY|META_FLAG_IN,
113423                   /* name */
113424                   "ZoneType",
113425 mike  1.1.2.1     /* qualifiers */
113426                   _CIM_ZoneService_CreateZone_ZoneType_qualifiers,
113427                   /* type */
113428                   CIMTYPE_UINT16,
113429                   /* subscript */
113430                   -1,
113431                   /* value */
113432                   0,
113433               };
113434               
113435               static const char*
113436               _CIM_ZoneService_CreateZone_ZoneSubType_qualifiers[] =
113437               {
113438                   /* IN */
113439                   "\024\001",
113440                   /* ValueMap */
113441                   "\061\000\0032\0003\0004\000",
113442                   /* Values */
113443                   "\062\000\003SCSI\000VI\000IP\000",
113444                   /* ModelCorrespondence */
113445                   "\036\000\001CIM_Zone.ZoneSubType\000",
113446 mike  1.1.2.1     0,
113447               };
113448               
113449               static MetaProperty
113450               _CIM_ZoneService_CreateZone_ZoneSubType =
113451               {
113452                   /* flags */
113453                   META_FLAG_PROPERTY|META_FLAG_IN,
113454                   /* name */
113455                   "ZoneSubType",
113456                   /* qualifiers */
113457                   _CIM_ZoneService_CreateZone_ZoneSubType_qualifiers,
113458                   /* type */
113459                   CIMTYPE_UINT16,
113460                   /* subscript */
113461                   -1,
113462                   /* value */
113463                   0,
113464               };
113465               
113466               static const char*
113467 mike  1.1.2.1 _CIM_ZoneService_CreateZone_Zone_qualifiers[] =
113468               {
113469                   /* IN */
113470                   "\024\000",
113471                   /* OUT */
113472                   "\043\001",
113473                   0,
113474               };
113475               
113476               static MetaReference
113477               _CIM_ZoneService_CreateZone_Zone =
113478               {
113479                   /* flags */
113480                   META_FLAG_REFERENCE|META_FLAG_OUT,
113481                   /* name */
113482                   "Zone",
113483                   /* qualifiers */
113484                   _CIM_ZoneService_CreateZone_Zone_qualifiers,
113485                   /* subscript */
113486                   -1,
113487                   /* ref */
113488 mike  1.1.2.1     &__root_cimv2_CIM_Zone,
113489               };
113490               
113491               static MetaFeature*
113492               _CIM_ZoneService_CreateZone_parameters[] =
113493               {
113494                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneName,
113495                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneType,
113496                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneSubType,
113497                   (MetaFeature*)&_CIM_ZoneService_CreateZone_Zone,
113498                   0,
113499               };
113500               
113501               static const char*
113502               _CIM_ZoneService_CreateZone_qualifiers[] =
113503               {
113504                   /* ValueMap */
113505                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113506                   /* Values */
113507                   "\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",
113508                   0,
113509 mike  1.1.2.1 };
113510               
113511               static MetaMethod
113512               _CIM_ZoneService_CreateZone =
113513               {
113514                   /* flags */
113515                   META_FLAG_METHOD,
113516                   /* name */
113517                   "CIM_ZoneService",
113518                   /* qualifiers */
113519                   _CIM_ZoneService_CreateZone_qualifiers,
113520                   /* type */
113521                   CIMTYPE_UINT32,
113522                   /* parameters */
113523                   _CIM_ZoneService_CreateZone_parameters,
113524               };
113525               
113526               static const char*
113527               _CIM_ZoneService_CreateZoneAlias_CollectionAlias_qualifiers[] =
113528               {
113529                   /* Required */
113530 mike  1.1.2.1     "\050\001",
113531                   /* IN */
113532                   "\024\001",
113533                   /* ModelCorrespondence */
113534                   "\036\000\001CIM_ZoneAlias.CollectionAlias\000",
113535                   0,
113536               };
113537               
113538               static MetaProperty
113539               _CIM_ZoneService_CreateZoneAlias_CollectionAlias =
113540               {
113541                   /* flags */
113542                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113543                   /* name */
113544                   "CollectionAlias",
113545                   /* qualifiers */
113546                   _CIM_ZoneService_CreateZoneAlias_CollectionAlias_qualifiers,
113547                   /* type */
113548                   CIMTYPE_STRING,
113549                   /* subscript */
113550                   -1,
113551 mike  1.1.2.1     /* value */
113552                   0,
113553               };
113554               
113555               static const char*
113556               _CIM_ZoneService_CreateZoneAlias_ZoneAlias_qualifiers[] =
113557               {
113558                   /* IN */
113559                   "\024\000",
113560                   /* OUT */
113561                   "\043\001",
113562                   0,
113563               };
113564               
113565               static MetaReference
113566               _CIM_ZoneService_CreateZoneAlias_ZoneAlias =
113567               {
113568                   /* flags */
113569                   META_FLAG_REFERENCE|META_FLAG_OUT,
113570                   /* name */
113571                   "ZoneAlias",
113572 mike  1.1.2.1     /* qualifiers */
113573                   _CIM_ZoneService_CreateZoneAlias_ZoneAlias_qualifiers,
113574                   /* subscript */
113575                   -1,
113576                   /* ref */
113577                   &__root_cimv2_CIM_NamedAddressCollection,
113578               };
113579               
113580               static MetaFeature*
113581               _CIM_ZoneService_CreateZoneAlias_parameters[] =
113582               {
113583                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias_CollectionAlias,
113584                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias_ZoneAlias,
113585                   0,
113586               };
113587               
113588               static const char*
113589               _CIM_ZoneService_CreateZoneAlias_qualifiers[] =
113590               {
113591                   /* ValueMap */
113592                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113593 mike  1.1.2.1     /* Values */
113594                   "\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",
113595                   0,
113596               };
113597               
113598               static MetaMethod
113599               _CIM_ZoneService_CreateZoneAlias =
113600               {
113601                   /* flags */
113602                   META_FLAG_METHOD,
113603                   /* name */
113604                   "CIM_ZoneService",
113605                   /* qualifiers */
113606                   _CIM_ZoneService_CreateZoneAlias_qualifiers,
113607                   /* type */
113608                   CIMTYPE_UINT32,
113609                   /* parameters */
113610                   _CIM_ZoneService_CreateZoneAlias_parameters,
113611               };
113612               
113613               static const char*
113614 mike  1.1.2.1 _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType_qualifiers[] =
113615               {
113616                   /* Required */
113617                   "\050\001",
113618                   /* IN */
113619                   "\024\001",
113620                   /* ValueMap */
113621                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
113622                   /* Values */
113623                   "\062\000\010Unknown\000Other\000PermanentAddress\000NetworkAddress\000SwitchPortID\000LogicalPortGroup\000DMTF_Reserved\000Vendor_Reserved\000",
113624                   /* ModelCorrespondence */
113625                   "\036\000\001CIM_ZoneMembershipSettingData.ZoneMemberType\000",
113626                   0,
113627               };
113628               
113629               static MetaProperty
113630               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType =
113631               {
113632                   /* flags */
113633                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113634                   /* name */
113635 mike  1.1.2.1     "ConnectivityMemberType",
113636                   /* qualifiers */
113637                   _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType_qualifiers,
113638                   /* type */
113639                   CIMTYPE_UINT16,
113640                   /* subscript */
113641                   -1,
113642                   /* value */
113643                   0,
113644               };
113645               
113646               static const char*
113647               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID_qualifiers[] =
113648               {
113649                   /* Required */
113650                   "\050\001",
113651                   /* IN */
113652                   "\024\001",
113653                   /* ModelCorrespondence */
113654                   "\036\000\001CIM_ZoneMembershipSettingData.ConnectivityMemberID\000",
113655                   0,
113656 mike  1.1.2.1 };
113657               
113658               static MetaProperty
113659               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID =
113660               {
113661                   /* flags */
113662                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113663                   /* name */
113664                   "ConnectivityMemberID",
113665                   /* qualifiers */
113666                   _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID_qualifiers,
113667                   /* type */
113668                   CIMTYPE_STRING,
113669                   /* subscript */
113670                   -1,
113671                   /* value */
113672                   0,
113673               };
113674               
113675               static const char*
113676               _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection_qualifiers[] =
113677 mike  1.1.2.1 {
113678                   /* Required */
113679                   "\050\001",
113680                   /* IN */
113681                   "\024\001",
113682                   0,
113683               };
113684               
113685               static MetaReference
113686               _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection =
113687               {
113688                   /* flags */
113689                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113690                   /* name */
113691                   "SystemSpecificCollection",
113692                   /* qualifiers */
113693                   _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection_qualifiers,
113694                   /* subscript */
113695                   -1,
113696                   /* ref */
113697                   &__root_cimv2_CIM_SystemSpecificCollection,
113698 mike  1.1.2.1 };
113699               
113700               static const char*
113701               _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers[] =
113702               {
113703                   /* IN */
113704                   "\024\000",
113705                   /* OUT */
113706                   "\043\001",
113707                   0,
113708               };
113709               
113710               static MetaReference
113711               _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData =
113712               {
113713                   /* flags */
113714                   META_FLAG_REFERENCE|META_FLAG_OUT,
113715                   /* name */
113716                   "ZoneMembershipSettingData",
113717                   /* qualifiers */
113718                   _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers,
113719 mike  1.1.2.1     /* subscript */
113720                   -1,
113721                   /* ref */
113722                   &__root_cimv2_CIM_ZoneMembershipSettingData,
113723               };
113724               
113725               static MetaFeature*
113726               _CIM_ZoneService_CreateZoneMembershipSettingData_parameters[] =
113727               {
113728                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType,
113729                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID,
113730                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection,
113731                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData,
113732                   0,
113733               };
113734               
113735               static const char*
113736               _CIM_ZoneService_CreateZoneMembershipSettingData_qualifiers[] =
113737               {
113738                   /* ValueMap */
113739                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113740 mike  1.1.2.1     /* Values */
113741                   "\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",
113742                   0,
113743               };
113744               
113745               static MetaMethod
113746               _CIM_ZoneService_CreateZoneMembershipSettingData =
113747               {
113748                   /* flags */
113749                   META_FLAG_METHOD,
113750                   /* name */
113751                   "CIM_ZoneService",
113752                   /* qualifiers */
113753                   _CIM_ZoneService_CreateZoneMembershipSettingData_qualifiers,
113754                   /* type */
113755                   CIMTYPE_UINT32,
113756                   /* parameters */
113757                   _CIM_ZoneService_CreateZoneMembershipSettingData_parameters,
113758               };
113759               
113760               static const char*
113761 mike  1.1.2.1 _CIM_ZoneService_AddZone_ZoneSet_qualifiers[] =
113762               {
113763                   /* Required */
113764                   "\050\001",
113765                   /* IN */
113766                   "\024\001",
113767                   0,
113768               };
113769               
113770               static MetaReference
113771               _CIM_ZoneService_AddZone_ZoneSet =
113772               {
113773                   /* flags */
113774                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113775                   /* name */
113776                   "ZoneSet",
113777                   /* qualifiers */
113778                   _CIM_ZoneService_AddZone_ZoneSet_qualifiers,
113779                   /* subscript */
113780                   -1,
113781                   /* ref */
113782 mike  1.1.2.1     &__root_cimv2_CIM_ZoneSet,
113783               };
113784               
113785               static const char*
113786               _CIM_ZoneService_AddZone_Zone_qualifiers[] =
113787               {
113788                   /* IN */
113789                   "\024\001",
113790                   0,
113791               };
113792               
113793               static MetaReference
113794               _CIM_ZoneService_AddZone_Zone =
113795               {
113796                   /* flags */
113797                   META_FLAG_REFERENCE|META_FLAG_IN,
113798                   /* name */
113799                   "Zone",
113800                   /* qualifiers */
113801                   _CIM_ZoneService_AddZone_Zone_qualifiers,
113802                   /* subscript */
113803 mike  1.1.2.1     -1,
113804                   /* ref */
113805                   &__root_cimv2_CIM_Zone,
113806               };
113807               
113808               static MetaFeature*
113809               _CIM_ZoneService_AddZone_parameters[] =
113810               {
113811                   (MetaFeature*)&_CIM_ZoneService_AddZone_ZoneSet,
113812                   (MetaFeature*)&_CIM_ZoneService_AddZone_Zone,
113813                   0,
113814               };
113815               
113816               static const char*
113817               _CIM_ZoneService_AddZone_qualifiers[] =
113818               {
113819                   /* ValueMap */
113820                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113821                   /* Values */
113822                   "\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",
113823                   0,
113824 mike  1.1.2.1 };
113825               
113826               static MetaMethod
113827               _CIM_ZoneService_AddZone =
113828               {
113829                   /* flags */
113830                   META_FLAG_METHOD,
113831                   /* name */
113832                   "CIM_ZoneService",
113833                   /* qualifiers */
113834                   _CIM_ZoneService_AddZone_qualifiers,
113835                   /* type */
113836                   CIMTYPE_UINT32,
113837                   /* parameters */
113838                   _CIM_ZoneService_AddZone_parameters,
113839               };
113840               
113841               static const char*
113842               _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection_qualifiers[] =
113843               {
113844                   /* Required */
113845 mike  1.1.2.1     "\050\001",
113846                   /* IN */
113847                   "\024\001",
113848                   0,
113849               };
113850               
113851               static MetaReference
113852               _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection =
113853               {
113854                   /* flags */
113855                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113856                   /* name */
113857                   "SystemSpecificCollection",
113858                   /* qualifiers */
113859                   _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection_qualifiers,
113860                   /* subscript */
113861                   -1,
113862                   /* ref */
113863                   &__root_cimv2_CIM_SystemSpecificCollection,
113864               };
113865               
113866 mike  1.1.2.1 static const char*
113867               _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers[] =
113868               {
113869                   /* IN */
113870                   "\024\001",
113871                   0,
113872               };
113873               
113874               static MetaReference
113875               _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData =
113876               {
113877                   /* flags */
113878                   META_FLAG_REFERENCE|META_FLAG_IN,
113879                   /* name */
113880                   "ZoneMembershipSettingData",
113881                   /* qualifiers */
113882                   _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers,
113883                   /* subscript */
113884                   -1,
113885                   /* ref */
113886                   &__root_cimv2_CIM_ZoneMembershipSettingData,
113887 mike  1.1.2.1 };
113888               
113889               static MetaFeature*
113890               _CIM_ZoneService_AddZoneMembershipSettingData_parameters[] =
113891               {
113892                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection,
113893                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData,
113894                   0,
113895               };
113896               
113897               static const char*
113898               _CIM_ZoneService_AddZoneMembershipSettingData_qualifiers[] =
113899               {
113900                   /* ValueMap */
113901                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113902                   /* Values */
113903                   "\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",
113904                   0,
113905               };
113906               
113907               static MetaMethod
113908 mike  1.1.2.1 _CIM_ZoneService_AddZoneMembershipSettingData =
113909               {
113910                   /* flags */
113911                   META_FLAG_METHOD,
113912                   /* name */
113913                   "CIM_ZoneService",
113914                   /* qualifiers */
113915                   _CIM_ZoneService_AddZoneMembershipSettingData_qualifiers,
113916                   /* type */
113917                   CIMTYPE_UINT32,
113918                   /* parameters */
113919                   _CIM_ZoneService_AddZoneMembershipSettingData_parameters,
113920               };
113921               
113922               static const char*
113923               _CIM_ZoneService_AddZoneAlias_Zone_qualifiers[] =
113924               {
113925                   /* Required */
113926                   "\050\001",
113927                   /* IN */
113928                   "\024\001",
113929 mike  1.1.2.1     0,
113930               };
113931               
113932               static MetaReference
113933               _CIM_ZoneService_AddZoneAlias_Zone =
113934               {
113935                   /* flags */
113936                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113937                   /* name */
113938                   "Zone",
113939                   /* qualifiers */
113940                   _CIM_ZoneService_AddZoneAlias_Zone_qualifiers,
113941                   /* subscript */
113942                   -1,
113943                   /* ref */
113944                   &__root_cimv2_CIM_Zone,
113945               };
113946               
113947               static const char*
113948               _CIM_ZoneService_AddZoneAlias_ZoneAlias_qualifiers[] =
113949               {
113950 mike  1.1.2.1     /* IN */
113951                   "\024\001",
113952                   0,
113953               };
113954               
113955               static MetaReference
113956               _CIM_ZoneService_AddZoneAlias_ZoneAlias =
113957               {
113958                   /* flags */
113959                   META_FLAG_REFERENCE|META_FLAG_IN,
113960                   /* name */
113961                   "ZoneAlias",
113962                   /* qualifiers */
113963                   _CIM_ZoneService_AddZoneAlias_ZoneAlias_qualifiers,
113964                   /* subscript */
113965                   -1,
113966                   /* ref */
113967                   &__root_cimv2_CIM_NamedAddressCollection,
113968               };
113969               
113970               static MetaFeature*
113971 mike  1.1.2.1 _CIM_ZoneService_AddZoneAlias_parameters[] =
113972               {
113973                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias_Zone,
113974                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias_ZoneAlias,
113975                   0,
113976               };
113977               
113978               static const char*
113979               _CIM_ZoneService_AddZoneAlias_qualifiers[] =
113980               {
113981                   /* ValueMap */
113982                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113983                   /* Values */
113984                   "\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",
113985                   0,
113986               };
113987               
113988               static MetaMethod
113989               _CIM_ZoneService_AddZoneAlias =
113990               {
113991                   /* flags */
113992 mike  1.1.2.1     META_FLAG_METHOD,
113993                   /* name */
113994                   "CIM_ZoneService",
113995                   /* qualifiers */
113996                   _CIM_ZoneService_AddZoneAlias_qualifiers,
113997                   /* type */
113998                   CIMTYPE_UINT32,
113999                   /* parameters */
114000                   _CIM_ZoneService_AddZoneAlias_parameters,
114001               };
114002               
114003               static const char*
114004               _CIM_ZoneService_ActivateZoneSet_ZoneSet_qualifiers[] =
114005               {
114006                   /* Required */
114007                   "\050\001",
114008                   /* IN */
114009                   "\024\001",
114010                   0,
114011               };
114012               
114013 mike  1.1.2.1 static MetaReference
114014               _CIM_ZoneService_ActivateZoneSet_ZoneSet =
114015               {
114016                   /* flags */
114017                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
114018                   /* name */
114019                   "ZoneSet",
114020                   /* qualifiers */
114021                   _CIM_ZoneService_ActivateZoneSet_ZoneSet_qualifiers,
114022                   /* subscript */
114023                   -1,
114024                   /* ref */
114025                   &__root_cimv2_CIM_ZoneSet,
114026               };
114027               
114028               static const char*
114029               _CIM_ZoneService_ActivateZoneSet_Activate_qualifiers[] =
114030               {
114031                   /* Required */
114032                   "\050\001",
114033                   /* IN */
114034 mike  1.1.2.1     "\024\001",
114035                   0,
114036               };
114037               
114038               static MetaProperty
114039               _CIM_ZoneService_ActivateZoneSet_Activate =
114040               {
114041                   /* flags */
114042                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
114043                   /* name */
114044                   "Activate",
114045                   /* qualifiers */
114046                   _CIM_ZoneService_ActivateZoneSet_Activate_qualifiers,
114047                   /* type */
114048                   CIMTYPE_BOOLEAN,
114049                   /* subscript */
114050                   -1,
114051                   /* value */
114052                   0,
114053               };
114054               
114055 mike  1.1.2.1 static MetaFeature*
114056               _CIM_ZoneService_ActivateZoneSet_parameters[] =
114057               {
114058                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet_ZoneSet,
114059                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet_Activate,
114060                   0,
114061               };
114062               
114063               static const char*
114064               _CIM_ZoneService_ActivateZoneSet_qualifiers[] =
114065               {
114066                   /* ValueMap */
114067                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
114068                   /* Values */
114069                   "\062\000\014Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
114070                   0,
114071               };
114072               
114073               static MetaMethod
114074               _CIM_ZoneService_ActivateZoneSet =
114075               {
114076 mike  1.1.2.1     /* flags */
114077                   META_FLAG_METHOD,
114078                   /* name */
114079                   "CIM_ZoneService",
114080                   /* qualifiers */
114081                   _CIM_ZoneService_ActivateZoneSet_qualifiers,
114082                   /* type */
114083                   CIMTYPE_UINT32,
114084                   /* parameters */
114085                   _CIM_ZoneService_ActivateZoneSet_parameters,
114086               };
114087               
114088               static const char*
114089               _CIM_ZoneService_SessionControl_RequestedSessionState_qualifiers[] =
114090               {
114091                   /* IN */
114092                   "\024\001",
114093                   /* ValueMap */
114094                   "\061\000\0032\0003\0004\000",
114095                   /* Values */
114096                   "\062\000\003Start\000End\000Terminate\000",
114097 mike  1.1.2.1     /* ModelCorrespondence */
114098                   "\036\000\001CIM_ZoneService.RequestedSessionState\000",
114099                   0,
114100               };
114101               
114102               static MetaProperty
114103               _CIM_ZoneService_SessionControl_RequestedSessionState =
114104               {
114105                   /* flags */
114106                   META_FLAG_PROPERTY|META_FLAG_IN,
114107                   /* name */
114108                   "RequestedSessionState",
114109                   /* qualifiers */
114110                   _CIM_ZoneService_SessionControl_RequestedSessionState_qualifiers,
114111                   /* type */
114112                   CIMTYPE_UINT16,
114113                   /* subscript */
114114                   -1,
114115                   /* value */
114116                   0,
114117               };
114118 mike  1.1.2.1 
114119               static MetaFeature*
114120               _CIM_ZoneService_SessionControl_parameters[] =
114121               {
114122                   (MetaFeature*)&_CIM_ZoneService_SessionControl_RequestedSessionState,
114123                   0,
114124               };
114125               
114126               static const char*
114127               _CIM_ZoneService_SessionControl_qualifiers[] =
114128               {
114129                   /* ValueMap */
114130                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
114131                   /* Values */
114132                   "\062\000\013Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
114133                   0,
114134               };
114135               
114136               static MetaMethod
114137               _CIM_ZoneService_SessionControl =
114138               {
114139 mike  1.1.2.1     /* flags */
114140                   META_FLAG_METHOD,
114141                   /* name */
114142                   "CIM_ZoneService",
114143                   /* qualifiers */
114144                   _CIM_ZoneService_SessionControl_qualifiers,
114145                   /* type */
114146                   CIMTYPE_UINT32,
114147                   /* parameters */
114148                   _CIM_ZoneService_SessionControl_parameters,
114149               };
114150               
114151               static MetaFeature*
114152               _CIM_ZoneService_features[] =
114153               {
114154                   (MetaFeature*)&_CIM_ZoneService_SessionState,
114155                   (MetaFeature*)&_CIM_ZoneService_RequestedSessionState,
114156                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet,
114157                   (MetaFeature*)&_CIM_ZoneService_CreateZone,
114158                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias,
114159                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData,
114160 mike  1.1.2.1     (MetaFeature*)&_CIM_ZoneService_AddZone,
114161                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData,
114162                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias,
114163                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet,
114164                   (MetaFeature*)&_CIM_ZoneService_SessionControl,
114165                   0,
114166               };
114167               
114168               static const char*
114169               __root_cimv2_CIM_ZoneService_qualifiers[] =
114170               {
114171                   /* UMLPackagePath */
114172                   "\057CIM::Device::FC",
114173                   /* Version */
114174                   "\0632.8.0",
114175                   0,
114176               };
114177               
114178               MetaClass
114179               __root_cimv2_CIM_ZoneService =
114180               {
114181 mike  1.1.2.1     /* flags */
114182                   META_FLAG_CLASS,
114183                   /* name */
114184                   "CIM_ZoneService",
114185                   /* qualifiers */
114186                   __root_cimv2_CIM_ZoneService_qualifiers,
114187                   /* super */
114188                   &__root_cimv2_CIM_Service,
114189                   /* features */
114190                   _CIM_ZoneService_features,
114191               };
114192               
114193               //==============================================================================
114194               //
114195               // Class: PRS_SISService
114196               //
114197               //==============================================================================
114198               
114199               static const char*
114200               _PRS_SISService_StartSISTransaction_TransactionType_qualifiers[] =
114201               {
114202 mike  1.1.2.1     /* IN */
114203                   "\024\001",
114204                   /* ValueMap */
114205                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
114206                   /* Values */
114207                   "\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",
114208                   0,
114209               };
114210               
114211               static MetaProperty
114212               _PRS_SISService_StartSISTransaction_TransactionType =
114213               {
114214                   /* flags */
114215                   META_FLAG_PROPERTY|META_FLAG_IN,
114216                   /* name */
114217                   "TransactionType",
114218                   /* qualifiers */
114219                   _PRS_SISService_StartSISTransaction_TransactionType_qualifiers,
114220                   /* type */
114221                   CIMTYPE_UINT8,
114222                   /* subscript */
114223 mike  1.1.2.1     -1,
114224                   /* value */
114225                   0,
114226               };
114227               
114228               static const char*
114229               _PRS_SISService_StartSISTransaction_ActivityRef_qualifiers[] =
114230               {
114231                   /* IN */
114232                   "\024\001",
114233                   0,
114234               };
114235               
114236               static MetaReference
114237               _PRS_SISService_StartSISTransaction_ActivityRef =
114238               {
114239                   /* flags */
114240                   META_FLAG_REFERENCE|META_FLAG_IN,
114241                   /* name */
114242                   "ActivityRef",
114243                   /* qualifiers */
114244 mike  1.1.2.1     _PRS_SISService_StartSISTransaction_ActivityRef_qualifiers,
114245                   /* subscript */
114246                   -1,
114247                   /* ref */
114248                   &__root_cimv2_PRS_Activity,
114249               };
114250               
114251               static const char*
114252               _PRS_SISService_StartSISTransaction_TransactionRef_qualifiers[] =
114253               {
114254                   /* IN */
114255                   "\024\001",
114256                   /* OUT */
114257                   "\043\001",
114258                   0,
114259               };
114260               
114261               static MetaReference
114262               _PRS_SISService_StartSISTransaction_TransactionRef =
114263               {
114264                   /* flags */
114265 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
114266                   /* name */
114267                   "TransactionRef",
114268                   /* qualifiers */
114269                   _PRS_SISService_StartSISTransaction_TransactionRef_qualifiers,
114270                   /* subscript */
114271                   -1,
114272                   /* ref */
114273                   &__root_cimv2_PRS_Transaction,
114274               };
114275               
114276               static MetaFeature*
114277               _PRS_SISService_StartSISTransaction_parameters[] =
114278               {
114279                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_TransactionType,
114280                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_ActivityRef,
114281                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_TransactionRef,
114282                   0,
114283               };
114284               
114285               static const char*
114286 mike  1.1.2.1 _PRS_SISService_StartSISTransaction_qualifiers[] =
114287               {
114288                   0,
114289               };
114290               
114291               static MetaMethod
114292               _PRS_SISService_StartSISTransaction =
114293               {
114294                   /* flags */
114295                   META_FLAG_METHOD,
114296                   /* name */
114297                   "PRS_SISService",
114298                   /* qualifiers */
114299                   _PRS_SISService_StartSISTransaction_qualifiers,
114300                   /* type */
114301                   CIMTYPE_UINT32,
114302                   /* parameters */
114303                   _PRS_SISService_StartSISTransaction_parameters,
114304               };
114305               
114306               static const char*
114307 mike  1.1.2.1 _PRS_SISService_EndSISTransaction_Status_qualifiers[] =
114308               {
114309                   /* IN */
114310                   "\024\001",
114311                   0,
114312               };
114313               
114314               static MetaProperty
114315               _PRS_SISService_EndSISTransaction_Status =
114316               {
114317                   /* flags */
114318                   META_FLAG_PROPERTY|META_FLAG_IN,
114319                   /* name */
114320                   "Status",
114321                   /* qualifiers */
114322                   _PRS_SISService_EndSISTransaction_Status_qualifiers,
114323                   /* type */
114324                   CIMTYPE_UINT32,
114325                   /* subscript */
114326                   -1,
114327                   /* value */
114328 mike  1.1.2.1     0,
114329               };
114330               
114331               static const char*
114332               _PRS_SISService_EndSISTransaction_TransactionRef_qualifiers[] =
114333               {
114334                   /* IN */
114335                   "\024\001",
114336                   0,
114337               };
114338               
114339               static MetaReference
114340               _PRS_SISService_EndSISTransaction_TransactionRef =
114341               {
114342                   /* flags */
114343                   META_FLAG_REFERENCE|META_FLAG_IN,
114344                   /* name */
114345                   "TransactionRef",
114346                   /* qualifiers */
114347                   _PRS_SISService_EndSISTransaction_TransactionRef_qualifiers,
114348                   /* subscript */
114349 mike  1.1.2.1     -1,
114350                   /* ref */
114351                   &__root_cimv2_PRS_Transaction,
114352               };
114353               
114354               static MetaFeature*
114355               _PRS_SISService_EndSISTransaction_parameters[] =
114356               {
114357                   (MetaFeature*)&_PRS_SISService_EndSISTransaction_Status,
114358                   (MetaFeature*)&_PRS_SISService_EndSISTransaction_TransactionRef,
114359                   0,
114360               };
114361               
114362               static const char*
114363               _PRS_SISService_EndSISTransaction_qualifiers[] =
114364               {
114365                   0,
114366               };
114367               
114368               static MetaMethod
114369               _PRS_SISService_EndSISTransaction =
114370 mike  1.1.2.1 {
114371                   /* flags */
114372                   META_FLAG_METHOD,
114373                   /* name */
114374                   "PRS_SISService",
114375                   /* qualifiers */
114376                   _PRS_SISService_EndSISTransaction_qualifiers,
114377                   /* type */
114378                   CIMTYPE_UINT32,
114379                   /* parameters */
114380                   _PRS_SISService_EndSISTransaction_parameters,
114381               };
114382               
114383               static const char*
114384               _PRS_SISService_SetSISCompletionStatus_CompletionStatus_qualifiers[] =
114385               {
114386                   /* IN */
114387                   "\024\001",
114388                   0,
114389               };
114390               
114391 mike  1.1.2.1 static MetaProperty
114392               _PRS_SISService_SetSISCompletionStatus_CompletionStatus =
114393               {
114394                   /* flags */
114395                   META_FLAG_PROPERTY|META_FLAG_IN,
114396                   /* name */
114397                   "CompletionStatus",
114398                   /* qualifiers */
114399                   _PRS_SISService_SetSISCompletionStatus_CompletionStatus_qualifiers,
114400                   /* type */
114401                   CIMTYPE_UINT32,
114402                   /* subscript */
114403                   -1,
114404                   /* value */
114405                   0,
114406               };
114407               
114408               static const char*
114409               _PRS_SISService_SetSISCompletionStatus_TransactionRef_qualifiers[] =
114410               {
114411                   /* IN */
114412 mike  1.1.2.1     "\024\001",
114413                   0,
114414               };
114415               
114416               static MetaReference
114417               _PRS_SISService_SetSISCompletionStatus_TransactionRef =
114418               {
114419                   /* flags */
114420                   META_FLAG_REFERENCE|META_FLAG_IN,
114421                   /* name */
114422                   "TransactionRef",
114423                   /* qualifiers */
114424                   _PRS_SISService_SetSISCompletionStatus_TransactionRef_qualifiers,
114425                   /* subscript */
114426                   -1,
114427                   /* ref */
114428                   &__root_cimv2_PRS_Transaction,
114429               };
114430               
114431               static MetaFeature*
114432               _PRS_SISService_SetSISCompletionStatus_parameters[] =
114433 mike  1.1.2.1 {
114434                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus_CompletionStatus,
114435                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus_TransactionRef,
114436                   0,
114437               };
114438               
114439               static const char*
114440               _PRS_SISService_SetSISCompletionStatus_qualifiers[] =
114441               {
114442                   0,
114443               };
114444               
114445               static MetaMethod
114446               _PRS_SISService_SetSISCompletionStatus =
114447               {
114448                   /* flags */
114449                   META_FLAG_METHOD,
114450                   /* name */
114451                   "PRS_SISService",
114452                   /* qualifiers */
114453                   _PRS_SISService_SetSISCompletionStatus_qualifiers,
114454 mike  1.1.2.1     /* type */
114455                   CIMTYPE_UINT32,
114456                   /* parameters */
114457                   _PRS_SISService_SetSISCompletionStatus_parameters,
114458               };
114459               
114460               static MetaFeature*
114461               _PRS_SISService_features[] =
114462               {
114463                   (MetaFeature*)&_PRS_SISService_StartSISTransaction,
114464                   (MetaFeature*)&_PRS_SISService_EndSISTransaction,
114465                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus,
114466                   0,
114467               };
114468               
114469               static const char*
114470               __root_cimv2_PRS_SISService_qualifiers[] =
114471               {
114472                   /* UMLPackagePath */
114473                   "\057PRS::Support",
114474                   /* Version */
114475 mike  1.1.2.1     "\0632.6.0",
114476                   0,
114477               };
114478               
114479               MetaClass
114480               __root_cimv2_PRS_SISService =
114481               {
114482                   /* flags */
114483                   META_FLAG_CLASS,
114484                   /* name */
114485                   "PRS_SISService",
114486                   /* qualifiers */
114487                   __root_cimv2_PRS_SISService_qualifiers,
114488                   /* super */
114489                   &__root_cimv2_CIM_Service,
114490                   /* features */
114491                   _PRS_SISService_features,
114492               };
114493               
114494               //==============================================================================
114495               //
114496 mike  1.1.2.1 // Class: CIM_AccountOnSystem
114497               //
114498               //==============================================================================
114499               
114500               static const char*
114501               _CIM_AccountOnSystem_GroupComponent_qualifiers[] =
114502               {
114503                   /* Aggregate */
114504                   "\003\001",
114505                   /* Override */
114506                   "\044GroupComponent",
114507                   /* Min */
114508                   "\033\000\000\000\001",
114509                   /* Max */
114510                   "\027\000\000\000\001",
114511                   0,
114512               };
114513               
114514               static MetaReference
114515               _CIM_AccountOnSystem_GroupComponent =
114516               {
114517 mike  1.1.2.1     /* flags */
114518                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
114519                   /* name */
114520                   "GroupComponent",
114521                   /* qualifiers */
114522                   _CIM_AccountOnSystem_GroupComponent_qualifiers,
114523                   /* subscript */
114524                   -1,
114525                   /* refId */
114526                   &__root_cimv2_CIM_System,
114527               };
114528               
114529               static const char*
114530               _CIM_AccountOnSystem_PartComponent_qualifiers[] =
114531               {
114532                   /* Override */
114533                   "\044PartComponent",
114534                   /* Weak */
114535                   "\064\001",
114536                   0,
114537               };
114538 mike  1.1.2.1 
114539               static MetaReference
114540               _CIM_AccountOnSystem_PartComponent =
114541               {
114542                   /* flags */
114543                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
114544                   /* name */
114545                   "PartComponent",
114546                   /* qualifiers */
114547                   _CIM_AccountOnSystem_PartComponent_qualifiers,
114548                   /* subscript */
114549                   -1,
114550                   /* refId */
114551                   &__root_cimv2_CIM_Account,
114552               };
114553               
114554               static MetaFeature*
114555               _CIM_AccountOnSystem_features[] =
114556               {
114557                   (MetaFeature*)&_CIM_AccountOnSystem_GroupComponent,
114558                   (MetaFeature*)&_CIM_AccountOnSystem_PartComponent,
114559 mike  1.1.2.1     0,
114560               };
114561               
114562               static const char*
114563               __root_cimv2_CIM_AccountOnSystem_qualifiers[] =
114564               {
114565                   /* ASSOCIATION */
114566                   "\000\001",
114567                   /* UMLPackagePath */
114568                   "\057CIM::User::Account",
114569                   /* Aggregation */
114570                   "\004\001",
114571                   /* Version */
114572                   "\0632.6.0",
114573                   0,
114574               };
114575               
114576               MetaClass
114577               __root_cimv2_CIM_AccountOnSystem =
114578               {
114579                   /* flags */
114580 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
114581                   /* name */
114582                   "CIM_AccountOnSystem",
114583                   /* qualifiers */
114584                   __root_cimv2_CIM_AccountOnSystem_qualifiers,
114585                   /* super */
114586                   &__root_cimv2_CIM_SystemComponent,
114587                   /* features */
114588                   _CIM_AccountOnSystem_features,
114589               };
114590               
114591               //==============================================================================
114592               //
114593               // Class: CIM_AdapterActiveConnection
114594               //
114595               //==============================================================================
114596               
114597               static const char*
114598               _CIM_AdapterActiveConnection_Antecedent_qualifiers[] =
114599               {
114600                   /* Deprecated */
114601 mike  1.1.2.1     "\013\000\001CIM_PortActiveConnection.Antecedent\000",
114602                   /* Override */
114603                   "\044Antecedent",
114604                   0,
114605               };
114606               
114607               static MetaReference
114608               _CIM_AdapterActiveConnection_Antecedent =
114609               {
114610                   /* flags */
114611                   META_FLAG_REFERENCE|META_FLAG_READ,
114612                   /* name */
114613                   "Antecedent",
114614                   /* qualifiers */
114615                   _CIM_AdapterActiveConnection_Antecedent_qualifiers,
114616                   /* subscript */
114617                   -1,
114618                   /* refId */
114619                   &__root_cimv2_CIM_PhysicalConnector,
114620               };
114621               
114622 mike  1.1.2.1 static const char*
114623               _CIM_AdapterActiveConnection_Dependent_qualifiers[] =
114624               {
114625                   /* Deprecated */
114626                   "\013\000\001CIM_PortActiveConnection.Dependent\000",
114627                   /* Override */
114628                   "\044Dependent",
114629                   0,
114630               };
114631               
114632               static MetaReference
114633               _CIM_AdapterActiveConnection_Dependent =
114634               {
114635                   /* flags */
114636                   META_FLAG_REFERENCE|META_FLAG_READ,
114637                   /* name */
114638                   "Dependent",
114639                   /* qualifiers */
114640                   _CIM_AdapterActiveConnection_Dependent_qualifiers,
114641                   /* subscript */
114642                   -1,
114643 mike  1.1.2.1     /* refId */
114644                   &__root_cimv2_CIM_NetworkAdapter,
114645               };
114646               
114647               static MetaFeature*
114648               _CIM_AdapterActiveConnection_features[] =
114649               {
114650                   (MetaFeature*)&_CIM_AdapterActiveConnection_Antecedent,
114651                   (MetaFeature*)&_CIM_AdapterActiveConnection_Dependent,
114652                   0,
114653               };
114654               
114655               static const char*
114656               __root_cimv2_CIM_AdapterActiveConnection_qualifiers[] =
114657               {
114658                   /* ASSOCIATION */
114659                   "\000\001",
114660                   /* Deprecated */
114661                   "\013\000\001CIM_PortActiveConnection\000",
114662                   /* UMLPackagePath */
114663                   "\057CIM::Device::NetworkAdapter",
114664 mike  1.1.2.1     /* Version */
114665                   "\0632.10.0",
114666                   0,
114667               };
114668               
114669               MetaClass
114670               __root_cimv2_CIM_AdapterActiveConnection =
114671               {
114672                   /* flags */
114673                   META_FLAG_ASSOCIATION,
114674                   /* name */
114675                   "CIM_AdapterActiveConnection",
114676                   /* qualifiers */
114677                   __root_cimv2_CIM_AdapterActiveConnection_qualifiers,
114678                   /* super */
114679                   &__root_cimv2_CIM_Dependency,
114680                   /* features */
114681                   _CIM_AdapterActiveConnection_features,
114682               };
114683               
114684               //==============================================================================
114685 mike  1.1.2.1 //
114686               // Class: CIM_AdminDomain
114687               //
114688               //==============================================================================
114689               
114690               static const char*
114691               _CIM_AdminDomain_NameFormat_qualifiers[] =
114692               {
114693                   /* Override */
114694                   "\044NameFormat",
114695                   /* ValueMap */
114696                   "\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",
114697                   /* Values */
114698                   "\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",
114699                   /* ModelCorrespondence */
114700                   "\036\000\001CIM_AdminDomain.Name\000",
114701                   0,
114702               };
114703               
114704               static MetaProperty
114705               _CIM_AdminDomain_NameFormat =
114706 mike  1.1.2.1 {
114707                   /* flags */
114708                   META_FLAG_PROPERTY|META_FLAG_READ,
114709                   /* name */
114710                   "NameFormat",
114711                   /* qualifiers */
114712                   _CIM_AdminDomain_NameFormat_qualifiers,
114713                   /* type */
114714                   CIMTYPE_STRING,
114715                   /* subscript */
114716                   -1,
114717                   /* value */
114718                   0,
114719               };
114720               
114721               static MetaFeature*
114722               _CIM_AdminDomain_features[] =
114723               {
114724                   (MetaFeature*)&_CIM_AdminDomain_NameFormat,
114725                   0,
114726               };
114727 mike  1.1.2.1 
114728               static const char*
114729               __root_cimv2_CIM_AdminDomain_qualifiers[] =
114730               {
114731                   /* UMLPackagePath */
114732                   "\057CIM::Core::CoreElements",
114733                   /* Version */
114734                   "\0632.10.0",
114735                   0,
114736               };
114737               
114738               MetaClass
114739               __root_cimv2_CIM_AdminDomain =
114740               {
114741                   /* flags */
114742                   META_FLAG_CLASS,
114743                   /* name */
114744                   "CIM_AdminDomain",
114745                   /* qualifiers */
114746                   __root_cimv2_CIM_AdminDomain_qualifiers,
114747                   /* super */
114748 mike  1.1.2.1     &__root_cimv2_CIM_System,
114749                   /* features */
114750                   _CIM_AdminDomain_features,
114751               };
114752               
114753               //==============================================================================
114754               //
114755               // Class: CIM_AggregatePExtent
114756               //
114757               //==============================================================================
114758               
114759               static const char*
114760               _CIM_AggregatePExtent_NumberOfBlocks_qualifiers[] =
114761               {
114762                   /* Deprecated */
114763                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_StorageExtent.NumberOfBlocks\000",
114764                   /* Override */
114765                   "\044NumberOfBlocks",
114766                   /* MappingStrings */
114767                   "\026\000\001MIF.DMTF|Aggregate Physical Extent|001.2\000",
114768                   0,
114769 mike  1.1.2.1 };
114770               
114771               static MetaProperty
114772               _CIM_AggregatePExtent_NumberOfBlocks =
114773               {
114774                   /* flags */
114775                   META_FLAG_PROPERTY|META_FLAG_READ,
114776                   /* name */
114777                   "NumberOfBlocks",
114778                   /* qualifiers */
114779                   _CIM_AggregatePExtent_NumberOfBlocks_qualifiers,
114780                   /* type */
114781                   CIMTYPE_UINT64,
114782                   /* subscript */
114783                   -1,
114784                   /* value */
114785                   0,
114786               };
114787               
114788               static const char*
114789               _CIM_AggregatePExtent_BlocksOfCheckData_qualifiers[] =
114790 mike  1.1.2.1 {
114791                   /* Deprecated */
114792                   "\013\000\001CIM_CompositeExtentBasedOn.UnitsOfCheckData\000",
114793                   /* MappingStrings */
114794                   "\026\000\001MIF.DMTF|Aggregate Physical Extent|001.3\000",
114795                   0,
114796               };
114797               
114798               static MetaProperty
114799               _CIM_AggregatePExtent_BlocksOfCheckData =
114800               {
114801                   /* flags */
114802                   META_FLAG_PROPERTY|META_FLAG_READ,
114803                   /* name */
114804                   "BlocksOfCheckData",
114805                   /* qualifiers */
114806                   _CIM_AggregatePExtent_BlocksOfCheckData_qualifiers,
114807                   /* type */
114808                   CIMTYPE_UINT64,
114809                   /* subscript */
114810                   -1,
114811 mike  1.1.2.1     /* value */
114812                   0,
114813               };
114814               
114815               static MetaFeature*
114816               _CIM_AggregatePExtent_features[] =
114817               {
114818                   (MetaFeature*)&_CIM_AggregatePExtent_NumberOfBlocks,
114819                   (MetaFeature*)&_CIM_AggregatePExtent_BlocksOfCheckData,
114820                   0,
114821               };
114822               
114823               static const char*
114824               __root_cimv2_CIM_AggregatePExtent_qualifiers[] =
114825               {
114826                   /* Deprecated */
114827                   "\013\000\002CIM_StorageExtent\000CIM_CompositeExtentBasedOn\000",
114828                   /* UMLPackagePath */
114829                   "\057CIM::Device::SccExtents",
114830                   /* Version */
114831                   "\0632.7.0",
114832 mike  1.1.2.1     0,
114833               };
114834               
114835               MetaClass
114836               __root_cimv2_CIM_AggregatePExtent =
114837               {
114838                   /* flags */
114839                   META_FLAG_CLASS,
114840                   /* name */
114841                   "CIM_AggregatePExtent",
114842                   /* qualifiers */
114843                   __root_cimv2_CIM_AggregatePExtent_qualifiers,
114844                   /* super */
114845                   &__root_cimv2_CIM_StorageExtent,
114846                   /* features */
114847                   _CIM_AggregatePExtent_features,
114848               };
114849               
114850               //==============================================================================
114851               //
114852               // Class: CIM_AggregatePSExtent
114853 mike  1.1.2.1 //
114854               //==============================================================================
114855               
114856               static const char*
114857               _CIM_AggregatePSExtent_NumberOfBlocks_qualifiers[] =
114858               {
114859                   /* Deprecated */
114860                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_StorageExtent.NumberOfBlocks\000",
114861                   /* Override */
114862                   "\044NumberOfBlocks",
114863                   /* MappingStrings */
114864                   "\026\000\001MIF.DMTF|Aggregate Protected Space Extent|001.2\000",
114865                   0,
114866               };
114867               
114868               static MetaProperty
114869               _CIM_AggregatePSExtent_NumberOfBlocks =
114870               {
114871                   /* flags */
114872                   META_FLAG_PROPERTY|META_FLAG_READ,
114873                   /* name */
114874 mike  1.1.2.1     "NumberOfBlocks",
114875                   /* qualifiers */
114876                   _CIM_AggregatePSExtent_NumberOfBlocks_qualifiers,
114877                   /* type */
114878                   CIMTYPE_UINT64,
114879                   /* subscript */
114880                   -1,
114881                   /* value */
114882                   0,
114883               };
114884               
114885               static MetaFeature*
114886               _CIM_AggregatePSExtent_features[] =
114887               {
114888                   (MetaFeature*)&_CIM_AggregatePSExtent_NumberOfBlocks,
114889                   0,
114890               };
114891               
114892               static const char*
114893               __root_cimv2_CIM_AggregatePSExtent_qualifiers[] =
114894               {
114895 mike  1.1.2.1     /* Deprecated */
114896                   "\013\000\002CIM_StorageExtent\000CIM_CompositeExtentBasedOn\000",
114897                   /* UMLPackagePath */
114898                   "\057CIM::Device::SccExtents",
114899                   /* Version */
114900                   "\0632.7.0",
114901                   0,
114902               };
114903               
114904               MetaClass
114905               __root_cimv2_CIM_AggregatePSExtent =
114906               {
114907                   /* flags */
114908                   META_FLAG_CLASS,
114909                   /* name */
114910                   "CIM_AggregatePSExtent",
114911                   /* qualifiers */
114912                   __root_cimv2_CIM_AggregatePSExtent_qualifiers,
114913                   /* super */
114914                   &__root_cimv2_CIM_StorageExtent,
114915                   /* features */
114916 mike  1.1.2.1     _CIM_AggregatePSExtent_features,
114917               };
114918               
114919               //==============================================================================
114920               //
114921               // Class: CIM_AlarmDevice
114922               //
114923               //==============================================================================
114924               
114925               static const char*
114926               _CIM_AlarmDevice_AudibleAlarm_qualifiers[] =
114927               {
114928                   0,
114929               };
114930               
114931               static MetaProperty
114932               _CIM_AlarmDevice_AudibleAlarm =
114933               {
114934                   /* flags */
114935                   META_FLAG_PROPERTY|META_FLAG_READ,
114936                   /* name */
114937 mike  1.1.2.1     "AudibleAlarm",
114938                   /* qualifiers */
114939                   _CIM_AlarmDevice_AudibleAlarm_qualifiers,
114940                   /* type */
114941                   CIMTYPE_BOOLEAN,
114942                   /* subscript */
114943                   -1,
114944                   /* value */
114945                   0,
114946               };
114947               
114948               static const char*
114949               _CIM_AlarmDevice_VisibleAlarm_qualifiers[] =
114950               {
114951                   0,
114952               };
114953               
114954               static MetaProperty
114955               _CIM_AlarmDevice_VisibleAlarm =
114956               {
114957                   /* flags */
114958 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
114959                   /* name */
114960                   "VisibleAlarm",
114961                   /* qualifiers */
114962                   _CIM_AlarmDevice_VisibleAlarm_qualifiers,
114963                   /* type */
114964                   CIMTYPE_BOOLEAN,
114965                   /* subscript */
114966                   -1,
114967                   /* value */
114968                   0,
114969               };
114970               
114971               static const char*
114972               _CIM_AlarmDevice_MotionAlarm_qualifiers[] =
114973               {
114974                   0,
114975               };
114976               
114977               static MetaProperty
114978               _CIM_AlarmDevice_MotionAlarm =
114979 mike  1.1.2.1 {
114980                   /* flags */
114981                   META_FLAG_PROPERTY|META_FLAG_READ,
114982                   /* name */
114983                   "MotionAlarm",
114984                   /* qualifiers */
114985                   _CIM_AlarmDevice_MotionAlarm_qualifiers,
114986                   /* type */
114987                   CIMTYPE_BOOLEAN,
114988                   /* subscript */
114989                   -1,
114990                   /* value */
114991                   0,
114992               };
114993               
114994               static const char*
114995               _CIM_AlarmDevice_Urgency_qualifiers[] =
114996               {
114997                   /* ValueMap */
114998                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
114999                   /* Values */
115000 mike  1.1.2.1     "\062\000\007Unknown\000Other\000Not Supported\000Informational\000Non-Critical\000Critical\000Unrecoverable\000",
115001                   0,
115002               };
115003               
115004               static MetaProperty
115005               _CIM_AlarmDevice_Urgency =
115006               {
115007                   /* flags */
115008                   META_FLAG_PROPERTY|META_FLAG_READ,
115009                   /* name */
115010                   "Urgency",
115011                   /* qualifiers */
115012                   _CIM_AlarmDevice_Urgency_qualifiers,
115013                   /* type */
115014                   CIMTYPE_UINT16,
115015                   /* subscript */
115016                   -1,
115017                   /* value */
115018                   0,
115019               };
115020               
115021 mike  1.1.2.1 static const char*
115022               _CIM_AlarmDevice_AlarmState_qualifiers[] =
115023               {
115024                   /* ValueMap */
115025                   "\061\000\0040\0001\0002\0003\000",
115026                   /* Values */
115027                   "\062\000\004Unknown\000Off\000Steady\000Alternating\000",
115028                   0,
115029               };
115030               
115031               static MetaProperty
115032               _CIM_AlarmDevice_AlarmState =
115033               {
115034                   /* flags */
115035                   META_FLAG_PROPERTY|META_FLAG_READ,
115036                   /* name */
115037                   "AlarmState",
115038                   /* qualifiers */
115039                   _CIM_AlarmDevice_AlarmState_qualifiers,
115040                   /* type */
115041                   CIMTYPE_UINT16,
115042 mike  1.1.2.1     /* subscript */
115043                   -1,
115044                   /* value */
115045                   0,
115046               };
115047               
115048               static const char*
115049               _CIM_AlarmDevice_AudioIndicatorIsDisabled_qualifiers[] =
115050               {
115051                   0,
115052               };
115053               
115054               static MetaProperty
115055               _CIM_AlarmDevice_AudioIndicatorIsDisabled =
115056               {
115057                   /* flags */
115058                   META_FLAG_PROPERTY|META_FLAG_READ,
115059                   /* name */
115060                   "AudioIndicatorIsDisabled",
115061                   /* qualifiers */
115062                   _CIM_AlarmDevice_AudioIndicatorIsDisabled_qualifiers,
115063 mike  1.1.2.1     /* type */
115064                   CIMTYPE_BOOLEAN,
115065                   /* subscript */
115066                   -1,
115067                   /* value */
115068                   0,
115069               };
115070               
115071               static const char*
115072               _CIM_AlarmDevice_VisualIndicatorIsDisabled_qualifiers[] =
115073               {
115074                   0,
115075               };
115076               
115077               static MetaProperty
115078               _CIM_AlarmDevice_VisualIndicatorIsDisabled =
115079               {
115080                   /* flags */
115081                   META_FLAG_PROPERTY|META_FLAG_READ,
115082                   /* name */
115083                   "VisualIndicatorIsDisabled",
115084 mike  1.1.2.1     /* qualifiers */
115085                   _CIM_AlarmDevice_VisualIndicatorIsDisabled_qualifiers,
115086                   /* type */
115087                   CIMTYPE_BOOLEAN,
115088                   /* subscript */
115089                   -1,
115090                   /* value */
115091                   0,
115092               };
115093               
115094               static const char*
115095               _CIM_AlarmDevice_MotionIndicatorIsDisabled_qualifiers[] =
115096               {
115097                   0,
115098               };
115099               
115100               static MetaProperty
115101               _CIM_AlarmDevice_MotionIndicatorIsDisabled =
115102               {
115103                   /* flags */
115104                   META_FLAG_PROPERTY|META_FLAG_READ,
115105 mike  1.1.2.1     /* name */
115106                   "MotionIndicatorIsDisabled",
115107                   /* qualifiers */
115108                   _CIM_AlarmDevice_MotionIndicatorIsDisabled_qualifiers,
115109                   /* type */
115110                   CIMTYPE_BOOLEAN,
115111                   /* subscript */
115112                   -1,
115113                   /* value */
115114                   0,
115115               };
115116               
115117               static const char*
115118               _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState_qualifiers[] =
115119               {
115120                   /* IN */
115121                   "\024\001",
115122                   /* ValueMap */
115123                   "\061\000\0040\0001\0002\0003\000",
115124                   /* Values */
115125                   "\062\000\004Unknown\000Off\000Steady\000Alternating\000",
115126 mike  1.1.2.1     0,
115127               };
115128               
115129               static MetaProperty
115130               _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState =
115131               {
115132                   /* flags */
115133                   META_FLAG_PROPERTY|META_FLAG_IN,
115134                   /* name */
115135                   "RequestedAlarmState",
115136                   /* qualifiers */
115137                   _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState_qualifiers,
115138                   /* type */
115139                   CIMTYPE_UINT16,
115140                   /* subscript */
115141                   -1,
115142                   /* value */
115143                   0,
115144               };
115145               
115146               static MetaFeature*
115147 mike  1.1.2.1 _CIM_AlarmDevice_SetAlarmState_parameters[] =
115148               {
115149                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmState_RequestedAlarmState,
115150                   0,
115151               };
115152               
115153               static const char*
115154               _CIM_AlarmDevice_SetAlarmState_qualifiers[] =
115155               {
115156                   0,
115157               };
115158               
115159               static MetaMethod
115160               _CIM_AlarmDevice_SetAlarmState =
115161               {
115162                   /* flags */
115163                   META_FLAG_METHOD,
115164                   /* name */
115165                   "CIM_AlarmDevice",
115166                   /* qualifiers */
115167                   _CIM_AlarmDevice_SetAlarmState_qualifiers,
115168 mike  1.1.2.1     /* type */
115169                   CIMTYPE_UINT32,
115170                   /* parameters */
115171                   _CIM_AlarmDevice_SetAlarmState_parameters,
115172               };
115173               
115174               static const char*
115175               _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator_qualifiers[] =
115176               {
115177                   /* IN */
115178                   "\024\001",
115179                   /* ValueMap */
115180                   "\061\000\0030\0001\0002\000",
115181                   /* Values */
115182                   "\062\000\003No Change\000Disable\000Enable\000",
115183                   0,
115184               };
115185               
115186               static MetaProperty
115187               _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator =
115188               {
115189 mike  1.1.2.1     /* flags */
115190                   META_FLAG_PROPERTY|META_FLAG_IN,
115191                   /* name */
115192                   "AudioIndicator",
115193                   /* qualifiers */
115194                   _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator_qualifiers,
115195                   /* type */
115196                   CIMTYPE_UINT16,
115197                   /* subscript */
115198                   -1,
115199                   /* value */
115200                   0,
115201               };
115202               
115203               static const char*
115204               _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator_qualifiers[] =
115205               {
115206                   /* IN */
115207                   "\024\001",
115208                   /* ValueMap */
115209                   "\061\000\0030\0001\0002\000",
115210 mike  1.1.2.1     /* Values */
115211                   "\062\000\003No Change\000Disable\000Enable\000",
115212                   0,
115213               };
115214               
115215               static MetaProperty
115216               _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator =
115217               {
115218                   /* flags */
115219                   META_FLAG_PROPERTY|META_FLAG_IN,
115220                   /* name */
115221                   "VisualIndicator",
115222                   /* qualifiers */
115223                   _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator_qualifiers,
115224                   /* type */
115225                   CIMTYPE_UINT16,
115226                   /* subscript */
115227                   -1,
115228                   /* value */
115229                   0,
115230               };
115231 mike  1.1.2.1 
115232               static const char*
115233               _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator_qualifiers[] =
115234               {
115235                   /* IN */
115236                   "\024\001",
115237                   /* ValueMap */
115238                   "\061\000\0030\0001\0002\000",
115239                   /* Values */
115240                   "\062\000\003No Change\000Disable\000Enable\000",
115241                   0,
115242               };
115243               
115244               static MetaProperty
115245               _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator =
115246               {
115247                   /* flags */
115248                   META_FLAG_PROPERTY|META_FLAG_IN,
115249                   /* name */
115250                   "MotionIndicator",
115251                   /* qualifiers */
115252 mike  1.1.2.1     _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator_qualifiers,
115253                   /* type */
115254                   CIMTYPE_UINT16,
115255                   /* subscript */
115256                   -1,
115257                   /* value */
115258                   0,
115259               };
115260               
115261               static MetaFeature*
115262               _CIM_AlarmDevice_SetAlarmIndicator_parameters[] =
115263               {
115264                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator,
115265                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator,
115266                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator,
115267                   0,
115268               };
115269               
115270               static const char*
115271               _CIM_AlarmDevice_SetAlarmIndicator_qualifiers[] =
115272               {
115273 mike  1.1.2.1     0,
115274               };
115275               
115276               static MetaMethod
115277               _CIM_AlarmDevice_SetAlarmIndicator =
115278               {
115279                   /* flags */
115280                   META_FLAG_METHOD,
115281                   /* name */
115282                   "CIM_AlarmDevice",
115283                   /* qualifiers */
115284                   _CIM_AlarmDevice_SetAlarmIndicator_qualifiers,
115285                   /* type */
115286                   CIMTYPE_UINT32,
115287                   /* parameters */
115288                   _CIM_AlarmDevice_SetAlarmIndicator_parameters,
115289               };
115290               
115291               static const char*
115292               _CIM_AlarmDevice_SetUrgency_RequestedUrgency_qualifiers[] =
115293               {
115294 mike  1.1.2.1     /* IN */
115295                   "\024\001",
115296                   /* ValueMap */
115297                   "\061\000\0051\0003\0004\0005\0006\000",
115298                   /* Values */
115299                   "\062\000\005Other\000Informational\000Non-Critical\000Critical\000Unrecoverable\000",
115300                   0,
115301               };
115302               
115303               static MetaProperty
115304               _CIM_AlarmDevice_SetUrgency_RequestedUrgency =
115305               {
115306                   /* flags */
115307                   META_FLAG_PROPERTY|META_FLAG_IN,
115308                   /* name */
115309                   "RequestedUrgency",
115310                   /* qualifiers */
115311                   _CIM_AlarmDevice_SetUrgency_RequestedUrgency_qualifiers,
115312                   /* type */
115313                   CIMTYPE_UINT16,
115314                   /* subscript */
115315 mike  1.1.2.1     -1,
115316                   /* value */
115317                   0,
115318               };
115319               
115320               static MetaFeature*
115321               _CIM_AlarmDevice_SetUrgency_parameters[] =
115322               {
115323                   (MetaFeature*)&_CIM_AlarmDevice_SetUrgency_RequestedUrgency,
115324                   0,
115325               };
115326               
115327               static const char*
115328               _CIM_AlarmDevice_SetUrgency_qualifiers[] =
115329               {
115330                   0,
115331               };
115332               
115333               static MetaMethod
115334               _CIM_AlarmDevice_SetUrgency =
115335               {
115336 mike  1.1.2.1     /* flags */
115337                   META_FLAG_METHOD,
115338                   /* name */
115339                   "CIM_AlarmDevice",
115340                   /* qualifiers */
115341                   _CIM_AlarmDevice_SetUrgency_qualifiers,
115342                   /* type */
115343                   CIMTYPE_UINT32,
115344                   /* parameters */
115345                   _CIM_AlarmDevice_SetUrgency_parameters,
115346               };
115347               
115348               static MetaFeature*
115349               _CIM_AlarmDevice_features[] =
115350               {
115351                   (MetaFeature*)&_CIM_AlarmDevice_AudibleAlarm,
115352                   (MetaFeature*)&_CIM_AlarmDevice_VisibleAlarm,
115353                   (MetaFeature*)&_CIM_AlarmDevice_MotionAlarm,
115354                   (MetaFeature*)&_CIM_AlarmDevice_Urgency,
115355                   (MetaFeature*)&_CIM_AlarmDevice_AlarmState,
115356                   (MetaFeature*)&_CIM_AlarmDevice_AudioIndicatorIsDisabled,
115357 mike  1.1.2.1     (MetaFeature*)&_CIM_AlarmDevice_VisualIndicatorIsDisabled,
115358                   (MetaFeature*)&_CIM_AlarmDevice_MotionIndicatorIsDisabled,
115359                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmState,
115360                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator,
115361                   (MetaFeature*)&_CIM_AlarmDevice_SetUrgency,
115362                   0,
115363               };
115364               
115365               static const char*
115366               __root_cimv2_CIM_AlarmDevice_qualifiers[] =
115367               {
115368                   /* UMLPackagePath */
115369                   "\057CIM::Device::Sensors",
115370                   /* Version */
115371                   "\0632.8.0",
115372                   0,
115373               };
115374               
115375               MetaClass
115376               __root_cimv2_CIM_AlarmDevice =
115377               {
115378 mike  1.1.2.1     /* flags */
115379                   META_FLAG_CLASS,
115380                   /* name */
115381                   "CIM_AlarmDevice",
115382                   /* qualifiers */
115383                   __root_cimv2_CIM_AlarmDevice_qualifiers,
115384                   /* super */
115385                   &__root_cimv2_CIM_LogicalDevice,
115386                   /* features */
115387                   _CIM_AlarmDevice_features,
115388               };
115389               
115390               //==============================================================================
115391               //
115392               // Class: CIM_AllocatedFromStoragePool
115393               //
115394               //==============================================================================
115395               
115396               static const char*
115397               _CIM_AllocatedFromStoragePool_Antecedent_qualifiers[] =
115398               {
115399 mike  1.1.2.1     /* Override */
115400                   "\044Antecedent",
115401                   0,
115402               };
115403               
115404               static MetaReference
115405               _CIM_AllocatedFromStoragePool_Antecedent =
115406               {
115407                   /* flags */
115408                   META_FLAG_REFERENCE|META_FLAG_READ,
115409                   /* name */
115410                   "Antecedent",
115411                   /* qualifiers */
115412                   _CIM_AllocatedFromStoragePool_Antecedent_qualifiers,
115413                   /* subscript */
115414                   -1,
115415                   /* refId */
115416                   &__root_cimv2_CIM_StoragePool,
115417               };
115418               
115419               static const char*
115420 mike  1.1.2.1 _CIM_AllocatedFromStoragePool_Dependent_qualifiers[] =
115421               {
115422                   /* Override */
115423                   "\044Dependent",
115424                   0,
115425               };
115426               
115427               static MetaReference
115428               _CIM_AllocatedFromStoragePool_Dependent =
115429               {
115430                   /* flags */
115431                   META_FLAG_REFERENCE|META_FLAG_READ,
115432                   /* name */
115433                   "Dependent",
115434                   /* qualifiers */
115435                   _CIM_AllocatedFromStoragePool_Dependent_qualifiers,
115436                   /* subscript */
115437                   -1,
115438                   /* refId */
115439                   &__root_cimv2_CIM_LogicalElement,
115440               };
115441 mike  1.1.2.1 
115442               static const char*
115443               _CIM_AllocatedFromStoragePool_SpaceConsumed_qualifiers[] =
115444               {
115445                   /* Required */
115446                   "\050\001",
115447                   /* Units */
115448                   "\060Bytes",
115449                   /* ModelCorrespondence */
115450                   "\036\000\002CIM_StoragePool.TotalManagedSpace\000CIM_StoragePool.RemainingManagedSpace\000",
115451                   0,
115452               };
115453               
115454               static MetaProperty
115455               _CIM_AllocatedFromStoragePool_SpaceConsumed =
115456               {
115457                   /* flags */
115458                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
115459                   /* name */
115460                   "SpaceConsumed",
115461                   /* qualifiers */
115462 mike  1.1.2.1     _CIM_AllocatedFromStoragePool_SpaceConsumed_qualifiers,
115463                   /* type */
115464                   CIMTYPE_UINT64,
115465                   /* subscript */
115466                   -1,
115467                   /* value */
115468                   0,
115469               };
115470               
115471               static MetaFeature*
115472               _CIM_AllocatedFromStoragePool_features[] =
115473               {
115474                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_Antecedent,
115475                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_Dependent,
115476                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_SpaceConsumed,
115477                   0,
115478               };
115479               
115480               static const char*
115481               __root_cimv2_CIM_AllocatedFromStoragePool_qualifiers[] =
115482               {
115483 mike  1.1.2.1     /* ASSOCIATION */
115484                   "\000\001",
115485                   /* UMLPackagePath */
115486                   "\057CIM::Device::StorageServices",
115487                   /* Version */
115488                   "\0632.8.0",
115489                   0,
115490               };
115491               
115492               MetaClass
115493               __root_cimv2_CIM_AllocatedFromStoragePool =
115494               {
115495                   /* flags */
115496                   META_FLAG_ASSOCIATION,
115497                   /* name */
115498                   "CIM_AllocatedFromStoragePool",
115499                   /* qualifiers */
115500                   __root_cimv2_CIM_AllocatedFromStoragePool_qualifiers,
115501                   /* super */
115502                   &__root_cimv2_CIM_Dependency,
115503                   /* features */
115504 mike  1.1.2.1     _CIM_AllocatedFromStoragePool_features,
115505               };
115506               
115507               //==============================================================================
115508               //
115509               // Class: CIM_AllocatedResource
115510               //
115511               //==============================================================================
115512               
115513               static const char*
115514               _CIM_AllocatedResource_Antecedent_qualifiers[] =
115515               {
115516                   /* Override */
115517                   "\044Antecedent",
115518                   0,
115519               };
115520               
115521               static MetaReference
115522               _CIM_AllocatedResource_Antecedent =
115523               {
115524                   /* flags */
115525 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
115526                   /* name */
115527                   "Antecedent",
115528                   /* qualifiers */
115529                   _CIM_AllocatedResource_Antecedent_qualifiers,
115530                   /* subscript */
115531                   -1,
115532                   /* refId */
115533                   &__root_cimv2_CIM_SystemResource,
115534               };
115535               
115536               static const char*
115537               _CIM_AllocatedResource_Dependent_qualifiers[] =
115538               {
115539                   /* Override */
115540                   "\044Dependent",
115541                   0,
115542               };
115543               
115544               static MetaReference
115545               _CIM_AllocatedResource_Dependent =
115546 mike  1.1.2.1 {
115547                   /* flags */
115548                   META_FLAG_REFERENCE|META_FLAG_READ,
115549                   /* name */
115550                   "Dependent",
115551                   /* qualifiers */
115552                   _CIM_AllocatedResource_Dependent_qualifiers,
115553                   /* subscript */
115554                   -1,
115555                   /* refId */
115556                   &__root_cimv2_CIM_LogicalDevice,
115557               };
115558               
115559               static MetaFeature*
115560               _CIM_AllocatedResource_features[] =
115561               {
115562                   (MetaFeature*)&_CIM_AllocatedResource_Antecedent,
115563                   (MetaFeature*)&_CIM_AllocatedResource_Dependent,
115564                   0,
115565               };
115566               
115567 mike  1.1.2.1 static const char*
115568               __root_cimv2_CIM_AllocatedResource_qualifiers[] =
115569               {
115570                   /* ASSOCIATION */
115571                   "\000\001",
115572                   /* UMLPackagePath */
115573                   "\057CIM::System::SystemResources",
115574                   /* Version */
115575                   "\0632.6.0",
115576                   0,
115577               };
115578               
115579               MetaClass
115580               __root_cimv2_CIM_AllocatedResource =
115581               {
115582                   /* flags */
115583                   META_FLAG_ASSOCIATION,
115584                   /* name */
115585                   "CIM_AllocatedResource",
115586                   /* qualifiers */
115587                   __root_cimv2_CIM_AllocatedResource_qualifiers,
115588 mike  1.1.2.1     /* super */
115589                   &__root_cimv2_CIM_Dependency,
115590                   /* features */
115591                   _CIM_AllocatedResource_features,
115592               };
115593               
115594               //==============================================================================
115595               //
115596               // Class: CIM_ApplicationSystem
115597               //
115598               //==============================================================================
115599               
115600               static const char*
115601               _CIM_ApplicationSystem_Distribution_qualifiers[] =
115602               {
115603                   /* ValueMap */
115604                   "\061\000\0050\0001\0002\0003..32767\00032768..65535\000",
115605                   /* Values */
115606                   "\062\000\005Unknown\000Distributed\000Local\000DMTF Reserved\000Vendor Specific\000",
115607                   0,
115608               };
115609 mike  1.1.2.1 
115610               static MetaProperty
115611               _CIM_ApplicationSystem_Distribution =
115612               {
115613                   /* flags */
115614                   META_FLAG_PROPERTY|META_FLAG_READ,
115615                   /* name */
115616                   "Distribution",
115617                   /* qualifiers */
115618                   _CIM_ApplicationSystem_Distribution_qualifiers,
115619                   /* type */
115620                   CIMTYPE_UINT16,
115621                   /* subscript */
115622                   -1,
115623                   /* value */
115624                   0,
115625               };
115626               
115627               static const char*
115628               _CIM_ApplicationSystem_EnabledState_qualifiers[] =
115629               {
115630 mike  1.1.2.1     /* Override */
115631                   "\044EnabledState",
115632                   /* ValueMap */
115633                   "\061\000\0070\0002\0003\0004\00010\00011..32767\00032768..65535\000",
115634                   /* Values */
115635                   "\062\000\007Unknown\000Enabled\000Disabled\000Shutting Down\000Starting\000DMTF Reserved\000Vendor Reserved\000",
115636                   0,
115637               };
115638               
115639               static MetaProperty
115640               _CIM_ApplicationSystem_EnabledState =
115641               {
115642                   /* flags */
115643                   META_FLAG_PROPERTY|META_FLAG_READ,
115644                   /* name */
115645                   "EnabledState",
115646                   /* qualifiers */
115647                   _CIM_ApplicationSystem_EnabledState_qualifiers,
115648                   /* type */
115649                   CIMTYPE_UINT16,
115650                   /* subscript */
115651 mike  1.1.2.1     -1,
115652                   /* value */
115653                   "\000\000",
115654               };
115655               
115656               static const char*
115657               _CIM_ApplicationSystem_StartupTime_qualifiers[] =
115658               {
115659                   0,
115660               };
115661               
115662               static MetaProperty
115663               _CIM_ApplicationSystem_StartupTime =
115664               {
115665                   /* flags */
115666                   META_FLAG_PROPERTY|META_FLAG_READ,
115667                   /* name */
115668                   "StartupTime",
115669                   /* qualifiers */
115670                   _CIM_ApplicationSystem_StartupTime_qualifiers,
115671                   /* type */
115672 mike  1.1.2.1     CIMTYPE_DATETIME,
115673                   /* subscript */
115674                   -1,
115675                   /* value */
115676                   0,
115677               };
115678               
115679               static const char*
115680               _CIM_ApplicationSystem_ServingStatus_qualifiers[] =
115681               {
115682                   /* ValueMap */
115683                   "\061\000\0050\0001\0002\0005..4096\0004097..65535\000",
115684                   /* Values */
115685                   "\062\000\005Unknown\000Serving\000Not Serving\000DMTF Reserved\000Vendor Specific\000",
115686                   /* ModelCorrespondence */
115687                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
115688                   0,
115689               };
115690               
115691               static MetaProperty
115692               _CIM_ApplicationSystem_ServingStatus =
115693 mike  1.1.2.1 {
115694                   /* flags */
115695                   META_FLAG_PROPERTY|META_FLAG_READ,
115696                   /* name */
115697                   "ServingStatus",
115698                   /* qualifiers */
115699                   _CIM_ApplicationSystem_ServingStatus_qualifiers,
115700                   /* type */
115701                   CIMTYPE_UINT16,
115702                   /* subscript */
115703                   -1,
115704                   /* value */
115705                   0,
115706               };
115707               
115708               static const char*
115709               _CIM_ApplicationSystem_LastServingStatusUpdate_qualifiers[] =
115710               {
115711                   /* ModelCorrespondence */
115712                   "\036\000\001CIM_ApplicationSystem.ServingStatus\000",
115713                   0,
115714 mike  1.1.2.1 };
115715               
115716               static MetaProperty
115717               _CIM_ApplicationSystem_LastServingStatusUpdate =
115718               {
115719                   /* flags */
115720                   META_FLAG_PROPERTY|META_FLAG_READ,
115721                   /* name */
115722                   "LastServingStatusUpdate",
115723                   /* qualifiers */
115724                   _CIM_ApplicationSystem_LastServingStatusUpdate_qualifiers,
115725                   /* type */
115726                   CIMTYPE_DATETIME,
115727                   /* subscript */
115728                   -1,
115729                   /* value */
115730                   0,
115731               };
115732               
115733               static MetaFeature*
115734               _CIM_ApplicationSystem_StartApplication_parameters[] =
115735 mike  1.1.2.1 {
115736                   0,
115737               };
115738               
115739               static const char*
115740               _CIM_ApplicationSystem_StartApplication_qualifiers[] =
115741               {
115742                   /* ValueMap */
115743                   "\061\000\0070\0001\0002\0003\0004..4096\0004097..32767\00032768..65535\000",
115744                   /* Values */
115745                   "\062\000\007Unspecified Error\000Completed with No Error\000Start Already in Progress\000Failed\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
115746                   /* ModelCorrespondence */
115747                   "\036\000\002CIM_ApplicationSystem.EnabledState\000CIM_ApplicationSystem.RequestedState\000",
115748                   0,
115749               };
115750               
115751               static MetaMethod
115752               _CIM_ApplicationSystem_StartApplication =
115753               {
115754                   /* flags */
115755                   META_FLAG_METHOD,
115756 mike  1.1.2.1     /* name */
115757                   "CIM_ApplicationSystem",
115758                   /* qualifiers */
115759                   _CIM_ApplicationSystem_StartApplication_qualifiers,
115760                   /* type */
115761                   CIMTYPE_UINT16,
115762                   /* parameters */
115763                   _CIM_ApplicationSystem_StartApplication_parameters,
115764               };
115765               
115766               static MetaFeature*
115767               _CIM_ApplicationSystem_StopApplication_parameters[] =
115768               {
115769                   0,
115770               };
115771               
115772               static const char*
115773               _CIM_ApplicationSystem_StopApplication_qualifiers[] =
115774               {
115775                   /* ValueMap */
115776                   "\061\000\0070\0001\0002\0003\0004..4096\0004097..32767\00032768..65535\000",
115777 mike  1.1.2.1     /* Values */
115778                   "\062\000\007Unspecified Error\000Completed with No Error\000Stop Already in Process\000Failed\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
115779                   /* ModelCorrespondence */
115780                   "\036\000\002CIM_ApplicationSystem.EnabledState\000CIM_ApplicationSystem.RequestedState\000",
115781                   0,
115782               };
115783               
115784               static MetaMethod
115785               _CIM_ApplicationSystem_StopApplication =
115786               {
115787                   /* flags */
115788                   META_FLAG_METHOD,
115789                   /* name */
115790                   "CIM_ApplicationSystem",
115791                   /* qualifiers */
115792                   _CIM_ApplicationSystem_StopApplication_qualifiers,
115793                   /* type */
115794                   CIMTYPE_UINT16,
115795                   /* parameters */
115796                   _CIM_ApplicationSystem_StopApplication_parameters,
115797               };
115798 mike  1.1.2.1 
115799               static MetaFeature*
115800               _CIM_ApplicationSystem_features[] =
115801               {
115802                   (MetaFeature*)&_CIM_ApplicationSystem_Distribution,
115803                   (MetaFeature*)&_CIM_ApplicationSystem_EnabledState,
115804                   (MetaFeature*)&_CIM_ApplicationSystem_StartupTime,
115805                   (MetaFeature*)&_CIM_ApplicationSystem_ServingStatus,
115806                   (MetaFeature*)&_CIM_ApplicationSystem_LastServingStatusUpdate,
115807                   (MetaFeature*)&_CIM_ApplicationSystem_StartApplication,
115808                   (MetaFeature*)&_CIM_ApplicationSystem_StopApplication,
115809                   0,
115810               };
115811               
115812               static const char*
115813               __root_cimv2_CIM_ApplicationSystem_qualifiers[] =
115814               {
115815                   /* UMLPackagePath */
115816                   "\057CIM::Application::DeploymentModel",
115817                   /* Version */
115818                   "\0632.8.0",
115819 mike  1.1.2.1     0,
115820               };
115821               
115822               MetaClass
115823               __root_cimv2_CIM_ApplicationSystem =
115824               {
115825                   /* flags */
115826                   META_FLAG_CLASS,
115827                   /* name */
115828                   "CIM_ApplicationSystem",
115829                   /* qualifiers */
115830                   __root_cimv2_CIM_ApplicationSystem_qualifiers,
115831                   /* super */
115832                   &__root_cimv2_CIM_System,
115833                   /* features */
115834                   _CIM_ApplicationSystem_features,
115835               };
115836               
115837               //==============================================================================
115838               //
115839               // Class: CIM_ApplicationSystemDependency
115840 mike  1.1.2.1 //
115841               //==============================================================================
115842               
115843               static const char*
115844               _CIM_ApplicationSystemDependency_Antecedent_qualifiers[] =
115845               {
115846                   /* Override */
115847                   "\044Antecedent",
115848                   0,
115849               };
115850               
115851               static MetaReference
115852               _CIM_ApplicationSystemDependency_Antecedent =
115853               {
115854                   /* flags */
115855                   META_FLAG_REFERENCE|META_FLAG_READ,
115856                   /* name */
115857                   "Antecedent",
115858                   /* qualifiers */
115859                   _CIM_ApplicationSystemDependency_Antecedent_qualifiers,
115860                   /* subscript */
115861 mike  1.1.2.1     -1,
115862                   /* refId */
115863                   &__root_cimv2_CIM_ApplicationSystem,
115864               };
115865               
115866               static const char*
115867               _CIM_ApplicationSystemDependency_Dependent_qualifiers[] =
115868               {
115869                   /* Override */
115870                   "\044Dependent",
115871                   0,
115872               };
115873               
115874               static MetaReference
115875               _CIM_ApplicationSystemDependency_Dependent =
115876               {
115877                   /* flags */
115878                   META_FLAG_REFERENCE|META_FLAG_READ,
115879                   /* name */
115880                   "Dependent",
115881                   /* qualifiers */
115882 mike  1.1.2.1     _CIM_ApplicationSystemDependency_Dependent_qualifiers,
115883                   /* subscript */
115884                   -1,
115885                   /* refId */
115886                   &__root_cimv2_CIM_ApplicationSystem,
115887               };
115888               
115889               static MetaFeature*
115890               _CIM_ApplicationSystemDependency_features[] =
115891               {
115892                   (MetaFeature*)&_CIM_ApplicationSystemDependency_Antecedent,
115893                   (MetaFeature*)&_CIM_ApplicationSystemDependency_Dependent,
115894                   0,
115895               };
115896               
115897               static const char*
115898               __root_cimv2_CIM_ApplicationSystemDependency_qualifiers[] =
115899               {
115900                   /* ASSOCIATION */
115901                   "\000\001",
115902                   /* UMLPackagePath */
115903 mike  1.1.2.1     "\057CIM::Application::AppRuntime",
115904                   /* Version */
115905                   "\0632.8.0",
115906                   0,
115907               };
115908               
115909               MetaClass
115910               __root_cimv2_CIM_ApplicationSystemDependency =
115911               {
115912                   /* flags */
115913                   META_FLAG_ASSOCIATION,
115914                   /* name */
115915                   "CIM_ApplicationSystemDependency",
115916                   /* qualifiers */
115917                   __root_cimv2_CIM_ApplicationSystemDependency_qualifiers,
115918                   /* super */
115919                   &__root_cimv2_CIM_Dependency,
115920                   /* features */
115921                   _CIM_ApplicationSystemDependency_features,
115922               };
115923               
115924 mike  1.1.2.1 //==============================================================================
115925               //
115926               // Class: CIM_ApplicationSystemDirectory
115927               //
115928               //==============================================================================
115929               
115930               static const char*
115931               _CIM_ApplicationSystemDirectory_Antecedent_qualifiers[] =
115932               {
115933                   /* Key */
115934                   "\025\001",
115935                   0,
115936               };
115937               
115938               static MetaReference
115939               _CIM_ApplicationSystemDirectory_Antecedent =
115940               {
115941                   /* flags */
115942                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
115943                   /* name */
115944                   "Antecedent",
115945 mike  1.1.2.1     /* qualifiers */
115946                   _CIM_ApplicationSystemDirectory_Antecedent_qualifiers,
115947                   /* subscript */
115948                   -1,
115949                   /* refId */
115950                   &__root_cimv2_CIM_Directory,
115951               };
115952               
115953               static const char*
115954               _CIM_ApplicationSystemDirectory_Dependent_qualifiers[] =
115955               {
115956                   /* Key */
115957                   "\025\001",
115958                   0,
115959               };
115960               
115961               static MetaReference
115962               _CIM_ApplicationSystemDirectory_Dependent =
115963               {
115964                   /* flags */
115965                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
115966 mike  1.1.2.1     /* name */
115967                   "Dependent",
115968                   /* qualifiers */
115969                   _CIM_ApplicationSystemDirectory_Dependent_qualifiers,
115970                   /* subscript */
115971                   -1,
115972                   /* refId */
115973                   &__root_cimv2_CIM_ApplicationSystem,
115974               };
115975               
115976               static const char*
115977               _CIM_ApplicationSystemDirectory_Name_qualifiers[] =
115978               {
115979                   /* Key */
115980                   "\025\001",
115981                   /* MaxLen */
115982                   "\030\000\000\004\000",
115983                   0,
115984               };
115985               
115986               static MetaProperty
115987 mike  1.1.2.1 _CIM_ApplicationSystemDirectory_Name =
115988               {
115989                   /* flags */
115990                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
115991                   /* name */
115992                   "Name",
115993                   /* qualifiers */
115994                   _CIM_ApplicationSystemDirectory_Name_qualifiers,
115995                   /* type */
115996                   CIMTYPE_STRING,
115997                   /* subscript */
115998                   -1,
115999                   /* value */
116000                   0,
116001               };
116002               
116003               static const char*
116004               _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses_qualifiers[] =
116005               {
116006                   /* Required */
116007                   "\050\001",
116008 mike  1.1.2.1     /* ValueMap */
116009                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
116010                   /* Values */
116011                   "\062\000\007Unknown\000Other\000Root\000Program\000Data\000Log\000Temp\000",
116012                   /* ArrayType */
116013                   "\005Indexed",
116014                   /* ModelCorrespondence */
116015                   "\036\000\001CIM_ApplicationSystemDirectory.OtherUseDescriptions\000",
116016                   0,
116017               };
116018               
116019               static MetaProperty
116020               _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses =
116021               {
116022                   /* flags */
116023                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
116024                   /* name */
116025                   "ApplicationDirectoryUses",
116026                   /* qualifiers */
116027                   _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses_qualifiers,
116028                   /* type */
116029 mike  1.1.2.1     CIMTYPE_UINT16,
116030                   /* subscript */
116031                   0,
116032                   /* value */
116033                   0,
116034               };
116035               
116036               static const char*
116037               _CIM_ApplicationSystemDirectory_OtherUseDescriptions_qualifiers[] =
116038               {
116039                   /* ArrayType */
116040                   "\005Indexed",
116041                   /* ModelCorrespondence */
116042                   "\036\000\001CIM_ApplicationSystemDirectory.ApplicationDirectoryUses\000",
116043                   0,
116044               };
116045               
116046               static MetaProperty
116047               _CIM_ApplicationSystemDirectory_OtherUseDescriptions =
116048               {
116049                   /* flags */
116050 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116051                   /* name */
116052                   "OtherUseDescriptions",
116053                   /* qualifiers */
116054                   _CIM_ApplicationSystemDirectory_OtherUseDescriptions_qualifiers,
116055                   /* type */
116056                   CIMTYPE_STRING,
116057                   /* subscript */
116058                   0,
116059                   /* value */
116060                   0,
116061               };
116062               
116063               static MetaFeature*
116064               _CIM_ApplicationSystemDirectory_features[] =
116065               {
116066                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Antecedent,
116067                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Dependent,
116068                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Name,
116069                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_ApplicationDirectoryUses,
116070                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_OtherUseDescriptions,
116071 mike  1.1.2.1     0,
116072               };
116073               
116074               static const char*
116075               __root_cimv2_CIM_ApplicationSystemDirectory_qualifiers[] =
116076               {
116077                   /* ASSOCIATION */
116078                   "\000\001",
116079                   /* UMLPackagePath */
116080                   "\057CIM::Application::DeploymentModel",
116081                   /* Version */
116082                   "\0632.8.0",
116083                   0,
116084               };
116085               
116086               MetaClass
116087               __root_cimv2_CIM_ApplicationSystemDirectory =
116088               {
116089                   /* flags */
116090                   META_FLAG_ASSOCIATION,
116091                   /* name */
116092 mike  1.1.2.1     "CIM_ApplicationSystemDirectory",
116093                   /* qualifiers */
116094                   __root_cimv2_CIM_ApplicationSystemDirectory_qualifiers,
116095                   /* super */
116096                   0,
116097                   /* features */
116098                   _CIM_ApplicationSystemDirectory_features,
116099               };
116100               
116101               //==============================================================================
116102               //
116103               // Class: CIM_ApplicationSystemHierarchy
116104               //
116105               //==============================================================================
116106               
116107               static const char*
116108               _CIM_ApplicationSystemHierarchy_GroupComponent_qualifiers[] =
116109               {
116110                   /* Aggregate */
116111                   "\003\001",
116112                   /* Override */
116113 mike  1.1.2.1     "\044GroupComponent",
116114                   /* Max */
116115                   "\027\000\000\000\001",
116116                   0,
116117               };
116118               
116119               static MetaReference
116120               _CIM_ApplicationSystemHierarchy_GroupComponent =
116121               {
116122                   /* flags */
116123                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
116124                   /* name */
116125                   "GroupComponent",
116126                   /* qualifiers */
116127                   _CIM_ApplicationSystemHierarchy_GroupComponent_qualifiers,
116128                   /* subscript */
116129                   -1,
116130                   /* refId */
116131                   &__root_cimv2_CIM_ApplicationSystem,
116132               };
116133               
116134 mike  1.1.2.1 static const char*
116135               _CIM_ApplicationSystemHierarchy_PartComponent_qualifiers[] =
116136               {
116137                   /* Override */
116138                   "\044PartComponent",
116139                   0,
116140               };
116141               
116142               static MetaReference
116143               _CIM_ApplicationSystemHierarchy_PartComponent =
116144               {
116145                   /* flags */
116146                   META_FLAG_REFERENCE|META_FLAG_READ,
116147                   /* name */
116148                   "PartComponent",
116149                   /* qualifiers */
116150                   _CIM_ApplicationSystemHierarchy_PartComponent_qualifiers,
116151                   /* subscript */
116152                   -1,
116153                   /* refId */
116154                   &__root_cimv2_CIM_ApplicationSystem,
116155 mike  1.1.2.1 };
116156               
116157               static MetaFeature*
116158               _CIM_ApplicationSystemHierarchy_features[] =
116159               {
116160                   (MetaFeature*)&_CIM_ApplicationSystemHierarchy_GroupComponent,
116161                   (MetaFeature*)&_CIM_ApplicationSystemHierarchy_PartComponent,
116162                   0,
116163               };
116164               
116165               static const char*
116166               __root_cimv2_CIM_ApplicationSystemHierarchy_qualifiers[] =
116167               {
116168                   /* ASSOCIATION */
116169                   "\000\001",
116170                   /* UMLPackagePath */
116171                   "\057CIM::Application::AppRuntime",
116172                   /* Aggregation */
116173                   "\004\001",
116174                   /* Version */
116175                   "\0632.8.0",
116176 mike  1.1.2.1     0,
116177               };
116178               
116179               MetaClass
116180               __root_cimv2_CIM_ApplicationSystemHierarchy =
116181               {
116182                   /* flags */
116183                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
116184                   /* name */
116185                   "CIM_ApplicationSystemHierarchy",
116186                   /* qualifiers */
116187                   __root_cimv2_CIM_ApplicationSystemHierarchy_qualifiers,
116188                   /* super */
116189                   &__root_cimv2_CIM_Component,
116190                   /* features */
116191                   _CIM_ApplicationSystemHierarchy_features,
116192               };
116193               
116194               //==============================================================================
116195               //
116196               // Class: CIM_ApplicationSystemSoftwareFeature
116197 mike  1.1.2.1 //
116198               //==============================================================================
116199               
116200               static const char*
116201               _CIM_ApplicationSystemSoftwareFeature_GroupComponent_qualifiers[] =
116202               {
116203                   /* Aggregate */
116204                   "\003\001",
116205                   /* Override */
116206                   "\044GroupComponent",
116207                   0,
116208               };
116209               
116210               static MetaReference
116211               _CIM_ApplicationSystemSoftwareFeature_GroupComponent =
116212               {
116213                   /* flags */
116214                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
116215                   /* name */
116216                   "GroupComponent",
116217                   /* qualifiers */
116218 mike  1.1.2.1     _CIM_ApplicationSystemSoftwareFeature_GroupComponent_qualifiers,
116219                   /* subscript */
116220                   -1,
116221                   /* refId */
116222                   &__root_cimv2_CIM_ApplicationSystem,
116223               };
116224               
116225               static const char*
116226               _CIM_ApplicationSystemSoftwareFeature_PartComponent_qualifiers[] =
116227               {
116228                   /* Override */
116229                   "\044PartComponent",
116230                   0,
116231               };
116232               
116233               static MetaReference
116234               _CIM_ApplicationSystemSoftwareFeature_PartComponent =
116235               {
116236                   /* flags */
116237                   META_FLAG_REFERENCE|META_FLAG_READ,
116238                   /* name */
116239 mike  1.1.2.1     "PartComponent",
116240                   /* qualifiers */
116241                   _CIM_ApplicationSystemSoftwareFeature_PartComponent_qualifiers,
116242                   /* subscript */
116243                   -1,
116244                   /* refId */
116245                   &__root_cimv2_CIM_SoftwareFeature,
116246               };
116247               
116248               static MetaFeature*
116249               _CIM_ApplicationSystemSoftwareFeature_features[] =
116250               {
116251                   (MetaFeature*)&_CIM_ApplicationSystemSoftwareFeature_GroupComponent,
116252                   (MetaFeature*)&_CIM_ApplicationSystemSoftwareFeature_PartComponent,
116253                   0,
116254               };
116255               
116256               static const char*
116257               __root_cimv2_CIM_ApplicationSystemSoftwareFeature_qualifiers[] =
116258               {
116259                   /* ASSOCIATION */
116260 mike  1.1.2.1     "\000\001",
116261                   /* UMLPackagePath */
116262                   "\057CIM::Application::DeploymentModel",
116263                   /* Aggregation */
116264                   "\004\001",
116265                   /* Version */
116266                   "\0632.6.0",
116267                   0,
116268               };
116269               
116270               MetaClass
116271               __root_cimv2_CIM_ApplicationSystemSoftwareFeature =
116272               {
116273                   /* flags */
116274                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
116275                   /* name */
116276                   "CIM_ApplicationSystemSoftwareFeature",
116277                   /* qualifiers */
116278                   __root_cimv2_CIM_ApplicationSystemSoftwareFeature_qualifiers,
116279                   /* super */
116280                   &__root_cimv2_CIM_SystemComponent,
116281 mike  1.1.2.1     /* features */
116282                   _CIM_ApplicationSystemSoftwareFeature_features,
116283               };
116284               
116285               //==============================================================================
116286               //
116287               // Class: CIM_AssociatedAlarm
116288               //
116289               //==============================================================================
116290               
116291               static const char*
116292               _CIM_AssociatedAlarm_Antecedent_qualifiers[] =
116293               {
116294                   /* Override */
116295                   "\044Antecedent",
116296                   0,
116297               };
116298               
116299               static MetaReference
116300               _CIM_AssociatedAlarm_Antecedent =
116301               {
116302 mike  1.1.2.1     /* flags */
116303                   META_FLAG_REFERENCE|META_FLAG_READ,
116304                   /* name */
116305                   "Antecedent",
116306                   /* qualifiers */
116307                   _CIM_AssociatedAlarm_Antecedent_qualifiers,
116308                   /* subscript */
116309                   -1,
116310                   /* refId */
116311                   &__root_cimv2_CIM_AlarmDevice,
116312               };
116313               
116314               static const char*
116315               _CIM_AssociatedAlarm_Dependent_qualifiers[] =
116316               {
116317                   /* Override */
116318                   "\044Dependent",
116319                   0,
116320               };
116321               
116322               static MetaReference
116323 mike  1.1.2.1 _CIM_AssociatedAlarm_Dependent =
116324               {
116325                   /* flags */
116326                   META_FLAG_REFERENCE|META_FLAG_READ,
116327                   /* name */
116328                   "Dependent",
116329                   /* qualifiers */
116330                   _CIM_AssociatedAlarm_Dependent_qualifiers,
116331                   /* subscript */
116332                   -1,
116333                   /* refId */
116334                   &__root_cimv2_CIM_LogicalDevice,
116335               };
116336               
116337               static MetaFeature*
116338               _CIM_AssociatedAlarm_features[] =
116339               {
116340                   (MetaFeature*)&_CIM_AssociatedAlarm_Antecedent,
116341                   (MetaFeature*)&_CIM_AssociatedAlarm_Dependent,
116342                   0,
116343               };
116344 mike  1.1.2.1 
116345               static const char*
116346               __root_cimv2_CIM_AssociatedAlarm_qualifiers[] =
116347               {
116348                   /* ASSOCIATION */
116349                   "\000\001",
116350                   /* UMLPackagePath */
116351                   "\057CIM::Device::Sensors",
116352                   /* Version */
116353                   "\0632.6.0",
116354                   0,
116355               };
116356               
116357               MetaClass
116358               __root_cimv2_CIM_AssociatedAlarm =
116359               {
116360                   /* flags */
116361                   META_FLAG_ASSOCIATION,
116362                   /* name */
116363                   "CIM_AssociatedAlarm",
116364                   /* qualifiers */
116365 mike  1.1.2.1     __root_cimv2_CIM_AssociatedAlarm_qualifiers,
116366                   /* super */
116367                   &__root_cimv2_CIM_Dependency,
116368                   /* features */
116369                   _CIM_AssociatedAlarm_features,
116370               };
116371               
116372               //==============================================================================
116373               //
116374               // Class: CIM_AssociatedAppSystemOverviewStatistics
116375               //
116376               //==============================================================================
116377               
116378               static const char*
116379               _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement_qualifiers[] =
116380               {
116381                   /* Override */
116382                   "\044ManagedElement",
116383                   /* Min */
116384                   "\033\000\000\000\001",
116385                   /* Max */
116386 mike  1.1.2.1     "\027\000\000\000\001",
116387                   0,
116388               };
116389               
116390               static MetaReference
116391               _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement =
116392               {
116393                   /* flags */
116394                   META_FLAG_REFERENCE|META_FLAG_READ,
116395                   /* name */
116396                   "ManagedElement",
116397                   /* qualifiers */
116398                   _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement_qualifiers,
116399                   /* subscript */
116400                   -1,
116401                   /* refId */
116402                   &__root_cimv2_CIM_ApplicationSystem,
116403               };
116404               
116405               static const char*
116406               _CIM_AssociatedAppSystemOverviewStatistics_Stats_qualifiers[] =
116407 mike  1.1.2.1 {
116408                   /* Override */
116409                   "\044Stats",
116410                   /* Max */
116411                   "\027\000\000\000\001",
116412                   0,
116413               };
116414               
116415               static MetaReference
116416               _CIM_AssociatedAppSystemOverviewStatistics_Stats =
116417               {
116418                   /* flags */
116419                   META_FLAG_REFERENCE|META_FLAG_READ,
116420                   /* name */
116421                   "Stats",
116422                   /* qualifiers */
116423                   _CIM_AssociatedAppSystemOverviewStatistics_Stats_qualifiers,
116424                   /* subscript */
116425                   -1,
116426                   /* refId */
116427                   &__root_cimv2_CIM_StatisticalRuntimeOverview,
116428 mike  1.1.2.1 };
116429               
116430               static MetaFeature*
116431               _CIM_AssociatedAppSystemOverviewStatistics_features[] =
116432               {
116433                   (MetaFeature*)&_CIM_AssociatedAppSystemOverviewStatistics_ManagedElement,
116434                   (MetaFeature*)&_CIM_AssociatedAppSystemOverviewStatistics_Stats,
116435                   0,
116436               };
116437               
116438               static const char*
116439               __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics_qualifiers[] =
116440               {
116441                   /* ASSOCIATION */
116442                   "\000\001",
116443                   /* UMLPackagePath */
116444                   "\057CIM::Application::AppRuntime",
116445                   /* Version */
116446                   "\0632.8.0",
116447                   0,
116448               };
116449 mike  1.1.2.1 
116450               MetaClass
116451               __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics =
116452               {
116453                   /* flags */
116454                   META_FLAG_ASSOCIATION,
116455                   /* name */
116456                   "CIM_AssociatedAppSystemOverviewStatistics",
116457                   /* qualifiers */
116458                   __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics_qualifiers,
116459                   /* super */
116460                   &__root_cimv2_CIM_ElementStatisticalData,
116461                   /* features */
116462                   _CIM_AssociatedAppSystemOverviewStatistics_features,
116463               };
116464               
116465               //==============================================================================
116466               //
116467               // Class: CIM_AssociatedProtocolController
116468               //
116469               //==============================================================================
116470 mike  1.1.2.1 
116471               static const char*
116472               _CIM_AssociatedProtocolController_Antecedent_qualifiers[] =
116473               {
116474                   /* Override */
116475                   "\044Antecedent",
116476                   0,
116477               };
116478               
116479               static MetaReference
116480               _CIM_AssociatedProtocolController_Antecedent =
116481               {
116482                   /* flags */
116483                   META_FLAG_REFERENCE|META_FLAG_READ,
116484                   /* name */
116485                   "Antecedent",
116486                   /* qualifiers */
116487                   _CIM_AssociatedProtocolController_Antecedent_qualifiers,
116488                   /* subscript */
116489                   -1,
116490                   /* refId */
116491 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolController,
116492               };
116493               
116494               static const char*
116495               _CIM_AssociatedProtocolController_Dependent_qualifiers[] =
116496               {
116497                   /* Override */
116498                   "\044Dependent",
116499                   0,
116500               };
116501               
116502               static MetaReference
116503               _CIM_AssociatedProtocolController_Dependent =
116504               {
116505                   /* flags */
116506                   META_FLAG_REFERENCE|META_FLAG_READ,
116507                   /* name */
116508                   "Dependent",
116509                   /* qualifiers */
116510                   _CIM_AssociatedProtocolController_Dependent_qualifiers,
116511                   /* subscript */
116512 mike  1.1.2.1     -1,
116513                   /* refId */
116514                   &__root_cimv2_CIM_ProtocolController,
116515               };
116516               
116517               static MetaFeature*
116518               _CIM_AssociatedProtocolController_features[] =
116519               {
116520                   (MetaFeature*)&_CIM_AssociatedProtocolController_Antecedent,
116521                   (MetaFeature*)&_CIM_AssociatedProtocolController_Dependent,
116522                   0,
116523               };
116524               
116525               static const char*
116526               __root_cimv2_CIM_AssociatedProtocolController_qualifiers[] =
116527               {
116528                   /* ASSOCIATION */
116529                   "\000\001",
116530                   /* UMLPackagePath */
116531                   "\057CIM::Device::ProtocolController",
116532                   /* Version */
116533 mike  1.1.2.1     "\0632.8.0",
116534                   0,
116535               };
116536               
116537               MetaClass
116538               __root_cimv2_CIM_AssociatedProtocolController =
116539               {
116540                   /* flags */
116541                   META_FLAG_ASSOCIATION,
116542                   /* name */
116543                   "CIM_AssociatedProtocolController",
116544                   /* qualifiers */
116545                   __root_cimv2_CIM_AssociatedProtocolController_qualifiers,
116546                   /* super */
116547                   &__root_cimv2_CIM_ProtocolControllerForDevice,
116548                   /* features */
116549                   _CIM_AssociatedProtocolController_features,
116550               };
116551               
116552               //==============================================================================
116553               //
116554 mike  1.1.2.1 // Class: CIM_AssociatedSensor
116555               //
116556               //==============================================================================
116557               
116558               static const char*
116559               _CIM_AssociatedSensor_Antecedent_qualifiers[] =
116560               {
116561                   /* Override */
116562                   "\044Antecedent",
116563                   0,
116564               };
116565               
116566               static MetaReference
116567               _CIM_AssociatedSensor_Antecedent =
116568               {
116569                   /* flags */
116570                   META_FLAG_REFERENCE|META_FLAG_READ,
116571                   /* name */
116572                   "Antecedent",
116573                   /* qualifiers */
116574                   _CIM_AssociatedSensor_Antecedent_qualifiers,
116575 mike  1.1.2.1     /* subscript */
116576                   -1,
116577                   /* refId */
116578                   &__root_cimv2_CIM_Sensor,
116579               };
116580               
116581               static const char*
116582               _CIM_AssociatedSensor_Dependent_qualifiers[] =
116583               {
116584                   /* Override */
116585                   "\044Dependent",
116586                   0,
116587               };
116588               
116589               static MetaReference
116590               _CIM_AssociatedSensor_Dependent =
116591               {
116592                   /* flags */
116593                   META_FLAG_REFERENCE|META_FLAG_READ,
116594                   /* name */
116595                   "Dependent",
116596 mike  1.1.2.1     /* qualifiers */
116597                   _CIM_AssociatedSensor_Dependent_qualifiers,
116598                   /* subscript */
116599                   -1,
116600                   /* refId */
116601                   &__root_cimv2_CIM_LogicalDevice,
116602               };
116603               
116604               static MetaFeature*
116605               _CIM_AssociatedSensor_features[] =
116606               {
116607                   (MetaFeature*)&_CIM_AssociatedSensor_Antecedent,
116608                   (MetaFeature*)&_CIM_AssociatedSensor_Dependent,
116609                   0,
116610               };
116611               
116612               static const char*
116613               __root_cimv2_CIM_AssociatedSensor_qualifiers[] =
116614               {
116615                   /* ASSOCIATION */
116616                   "\000\001",
116617 mike  1.1.2.1     /* UMLPackagePath */
116618                   "\057CIM::Device::Sensors",
116619                   /* Version */
116620                   "\0632.6.0",
116621                   0,
116622               };
116623               
116624               MetaClass
116625               __root_cimv2_CIM_AssociatedSensor =
116626               {
116627                   /* flags */
116628                   META_FLAG_ASSOCIATION,
116629                   /* name */
116630                   "CIM_AssociatedSensor",
116631                   /* qualifiers */
116632                   __root_cimv2_CIM_AssociatedSensor_qualifiers,
116633                   /* super */
116634                   &__root_cimv2_CIM_Dependency,
116635                   /* features */
116636                   _CIM_AssociatedSensor_features,
116637               };
116638 mike  1.1.2.1 
116639               //==============================================================================
116640               //
116641               // Class: CIM_AutonomousSystem
116642               //
116643               //==============================================================================
116644               
116645               static const char*
116646               _CIM_AutonomousSystem_ASNumber_qualifiers[] =
116647               {
116648                   0,
116649               };
116650               
116651               static MetaProperty
116652               _CIM_AutonomousSystem_ASNumber =
116653               {
116654                   /* flags */
116655                   META_FLAG_PROPERTY|META_FLAG_READ,
116656                   /* name */
116657                   "ASNumber",
116658                   /* qualifiers */
116659 mike  1.1.2.1     _CIM_AutonomousSystem_ASNumber_qualifiers,
116660                   /* type */
116661                   CIMTYPE_UINT16,
116662                   /* subscript */
116663                   -1,
116664                   /* value */
116665                   0,
116666               };
116667               
116668               static const char*
116669               _CIM_AutonomousSystem_IsSingleHomed_qualifiers[] =
116670               {
116671                   0,
116672               };
116673               
116674               static MetaProperty
116675               _CIM_AutonomousSystem_IsSingleHomed =
116676               {
116677                   /* flags */
116678                   META_FLAG_PROPERTY|META_FLAG_READ,
116679                   /* name */
116680 mike  1.1.2.1     "IsSingleHomed",
116681                   /* qualifiers */
116682                   _CIM_AutonomousSystem_IsSingleHomed_qualifiers,
116683                   /* type */
116684                   CIMTYPE_BOOLEAN,
116685                   /* subscript */
116686                   -1,
116687                   /* value */
116688                   0,
116689               };
116690               
116691               static const char*
116692               _CIM_AutonomousSystem_IsTransit_qualifiers[] =
116693               {
116694                   0,
116695               };
116696               
116697               static MetaProperty
116698               _CIM_AutonomousSystem_IsTransit =
116699               {
116700                   /* flags */
116701 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116702                   /* name */
116703                   "IsTransit",
116704                   /* qualifiers */
116705                   _CIM_AutonomousSystem_IsTransit_qualifiers,
116706                   /* type */
116707                   CIMTYPE_BOOLEAN,
116708                   /* subscript */
116709                   -1,
116710                   /* value */
116711                   0,
116712               };
116713               
116714               static const char*
116715               _CIM_AutonomousSystem_RequireIGPSync_qualifiers[] =
116716               {
116717                   0,
116718               };
116719               
116720               static MetaProperty
116721               _CIM_AutonomousSystem_RequireIGPSync =
116722 mike  1.1.2.1 {
116723                   /* flags */
116724                   META_FLAG_PROPERTY|META_FLAG_READ,
116725                   /* name */
116726                   "RequireIGPSync",
116727                   /* qualifiers */
116728                   _CIM_AutonomousSystem_RequireIGPSync_qualifiers,
116729                   /* type */
116730                   CIMTYPE_BOOLEAN,
116731                   /* subscript */
116732                   -1,
116733                   /* value */
116734                   0,
116735               };
116736               
116737               static const char*
116738               _CIM_AutonomousSystem_RoutingUpdateSource_qualifiers[] =
116739               {
116740                   /* ValueMap */
116741                   "\061\000\0040\0001\0002\0003\000",
116742                   /* Values */
116743 mike  1.1.2.1     "\062\000\004Unknown\000Static\000Dynamic\000Semi-Dynamic\000",
116744                   0,
116745               };
116746               
116747               static MetaProperty
116748               _CIM_AutonomousSystem_RoutingUpdateSource =
116749               {
116750                   /* flags */
116751                   META_FLAG_PROPERTY|META_FLAG_READ,
116752                   /* name */
116753                   "RoutingUpdateSource",
116754                   /* qualifiers */
116755                   _CIM_AutonomousSystem_RoutingUpdateSource_qualifiers,
116756                   /* type */
116757                   CIMTYPE_UINT16,
116758                   /* subscript */
116759                   -1,
116760                   /* value */
116761                   0,
116762               };
116763               
116764 mike  1.1.2.1 static const char*
116765               _CIM_AutonomousSystem_AggregationType_qualifiers[] =
116766               {
116767                   /* ValueMap */
116768                   "\061\000\0050\0001\0002\0003\0004\000",
116769                   /* Values */
116770                   "\062\000\005Unknown\000None\000Aggregate Only\000Aggregate And All Specific Routes\000Aggregate Based on Subset of Specific Routes\000",
116771                   0,
116772               };
116773               
116774               static MetaProperty
116775               _CIM_AutonomousSystem_AggregationType =
116776               {
116777                   /* flags */
116778                   META_FLAG_PROPERTY|META_FLAG_READ,
116779                   /* name */
116780                   "AggregationType",
116781                   /* qualifiers */
116782                   _CIM_AutonomousSystem_AggregationType_qualifiers,
116783                   /* type */
116784                   CIMTYPE_UINT16,
116785 mike  1.1.2.1     /* subscript */
116786                   -1,
116787                   /* value */
116788                   0,
116789               };
116790               
116791               static MetaFeature*
116792               _CIM_AutonomousSystem_features[] =
116793               {
116794                   (MetaFeature*)&_CIM_AutonomousSystem_ASNumber,
116795                   (MetaFeature*)&_CIM_AutonomousSystem_IsSingleHomed,
116796                   (MetaFeature*)&_CIM_AutonomousSystem_IsTransit,
116797                   (MetaFeature*)&_CIM_AutonomousSystem_RequireIGPSync,
116798                   (MetaFeature*)&_CIM_AutonomousSystem_RoutingUpdateSource,
116799                   (MetaFeature*)&_CIM_AutonomousSystem_AggregationType,
116800                   0,
116801               };
116802               
116803               static const char*
116804               __root_cimv2_CIM_AutonomousSystem_qualifiers[] =
116805               {
116806 mike  1.1.2.1     /* UMLPackagePath */
116807                   "\057CIM::Network::Systems",
116808                   /* Version */
116809                   "\0632.6.0",
116810                   0,
116811               };
116812               
116813               MetaClass
116814               __root_cimv2_CIM_AutonomousSystem =
116815               {
116816                   /* flags */
116817                   META_FLAG_CLASS,
116818                   /* name */
116819                   "CIM_AutonomousSystem",
116820                   /* qualifiers */
116821                   __root_cimv2_CIM_AutonomousSystem_qualifiers,
116822                   /* super */
116823                   &__root_cimv2_CIM_AdminDomain,
116824                   /* features */
116825                   _CIM_AutonomousSystem_features,
116826               };
116827 mike  1.1.2.1 
116828               //==============================================================================
116829               //
116830               // Class: CIM_BasedOn
116831               //
116832               //==============================================================================
116833               
116834               static const char*
116835               _CIM_BasedOn_Antecedent_qualifiers[] =
116836               {
116837                   /* Override */
116838                   "\044Antecedent",
116839                   0,
116840               };
116841               
116842               static MetaReference
116843               _CIM_BasedOn_Antecedent =
116844               {
116845                   /* flags */
116846                   META_FLAG_REFERENCE|META_FLAG_READ,
116847                   /* name */
116848 mike  1.1.2.1     "Antecedent",
116849                   /* qualifiers */
116850                   _CIM_BasedOn_Antecedent_qualifiers,
116851                   /* subscript */
116852                   -1,
116853                   /* refId */
116854                   &__root_cimv2_CIM_StorageExtent,
116855               };
116856               
116857               static const char*
116858               _CIM_BasedOn_Dependent_qualifiers[] =
116859               {
116860                   /* Override */
116861                   "\044Dependent",
116862                   0,
116863               };
116864               
116865               static MetaReference
116866               _CIM_BasedOn_Dependent =
116867               {
116868                   /* flags */
116869 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
116870                   /* name */
116871                   "Dependent",
116872                   /* qualifiers */
116873                   _CIM_BasedOn_Dependent_qualifiers,
116874                   /* subscript */
116875                   -1,
116876                   /* refId */
116877                   &__root_cimv2_CIM_StorageExtent,
116878               };
116879               
116880               static const char*
116881               _CIM_BasedOn_StartingAddress_qualifiers[] =
116882               {
116883                   0,
116884               };
116885               
116886               static MetaProperty
116887               _CIM_BasedOn_StartingAddress =
116888               {
116889                   /* flags */
116890 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116891                   /* name */
116892                   "StartingAddress",
116893                   /* qualifiers */
116894                   _CIM_BasedOn_StartingAddress_qualifiers,
116895                   /* type */
116896                   CIMTYPE_UINT64,
116897                   /* subscript */
116898                   -1,
116899                   /* value */
116900                   0,
116901               };
116902               
116903               static const char*
116904               _CIM_BasedOn_EndingAddress_qualifiers[] =
116905               {
116906                   0,
116907               };
116908               
116909               static MetaProperty
116910               _CIM_BasedOn_EndingAddress =
116911 mike  1.1.2.1 {
116912                   /* flags */
116913                   META_FLAG_PROPERTY|META_FLAG_READ,
116914                   /* name */
116915                   "EndingAddress",
116916                   /* qualifiers */
116917                   _CIM_BasedOn_EndingAddress_qualifiers,
116918                   /* type */
116919                   CIMTYPE_UINT64,
116920                   /* subscript */
116921                   -1,
116922                   /* value */
116923                   0,
116924               };
116925               
116926               static const char*
116927               _CIM_BasedOn_OrderIndex_qualifiers[] =
116928               {
116929                   0,
116930               };
116931               
116932 mike  1.1.2.1 static MetaProperty
116933               _CIM_BasedOn_OrderIndex =
116934               {
116935                   /* flags */
116936                   META_FLAG_PROPERTY|META_FLAG_READ,
116937                   /* name */
116938                   "OrderIndex",
116939                   /* qualifiers */
116940                   _CIM_BasedOn_OrderIndex_qualifiers,
116941                   /* type */
116942                   CIMTYPE_UINT16,
116943                   /* subscript */
116944                   -1,
116945                   /* value */
116946                   0,
116947               };
116948               
116949               static MetaFeature*
116950               _CIM_BasedOn_features[] =
116951               {
116952                   (MetaFeature*)&_CIM_BasedOn_Antecedent,
116953 mike  1.1.2.1     (MetaFeature*)&_CIM_BasedOn_Dependent,
116954                   (MetaFeature*)&_CIM_BasedOn_StartingAddress,
116955                   (MetaFeature*)&_CIM_BasedOn_EndingAddress,
116956                   (MetaFeature*)&_CIM_BasedOn_OrderIndex,
116957                   0,
116958               };
116959               
116960               static const char*
116961               __root_cimv2_CIM_BasedOn_qualifiers[] =
116962               {
116963                   /* ASSOCIATION */
116964                   "\000\001",
116965                   /* UMLPackagePath */
116966                   "\057CIM::Core::StorageExtent",
116967                   /* Version */
116968                   "\0632.6.0",
116969                   0,
116970               };
116971               
116972               MetaClass
116973               __root_cimv2_CIM_BasedOn =
116974 mike  1.1.2.1 {
116975                   /* flags */
116976                   META_FLAG_ASSOCIATION,
116977                   /* name */
116978                   "CIM_BasedOn",
116979                   /* qualifiers */
116980                   __root_cimv2_CIM_BasedOn_qualifiers,
116981                   /* super */
116982                   &__root_cimv2_CIM_Dependency,
116983                   /* features */
116984                   _CIM_BasedOn_features,
116985               };
116986               
116987               //==============================================================================
116988               //
116989               // Class: CIM_Battery
116990               //
116991               //==============================================================================
116992               
116993               static const char*
116994               _CIM_Battery_BatteryStatus_qualifiers[] =
116995 mike  1.1.2.1 {
116996                   /* ValueMap */
116997                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
116998                   /* Values */
116999                   "\062\000\013Other\000Unknown\000Fully Charged\000Low\000Critical\000Charging\000Charging and High\000Charging and Low\000Charging and Critical\000Undefined\000Partially Charged\000",
117000                   /* MappingStrings */
117001                   "\026\000\001MIF.DMTF|Portable Battery|003.14\000",
117002                   0,
117003               };
117004               
117005               static MetaProperty
117006               _CIM_Battery_BatteryStatus =
117007               {
117008                   /* flags */
117009                   META_FLAG_PROPERTY|META_FLAG_READ,
117010                   /* name */
117011                   "BatteryStatus",
117012                   /* qualifiers */
117013                   _CIM_Battery_BatteryStatus_qualifiers,
117014                   /* type */
117015                   CIMTYPE_UINT16,
117016 mike  1.1.2.1     /* subscript */
117017                   -1,
117018                   /* value */
117019                   0,
117020               };
117021               
117022               static const char*
117023               _CIM_Battery_TimeOnBattery_qualifiers[] =
117024               {
117025                   /* Units */
117026                   "\060Seconds",
117027                   0,
117028               };
117029               
117030               static MetaProperty
117031               _CIM_Battery_TimeOnBattery =
117032               {
117033                   /* flags */
117034                   META_FLAG_PROPERTY|META_FLAG_READ,
117035                   /* name */
117036                   "TimeOnBattery",
117037 mike  1.1.2.1     /* qualifiers */
117038                   _CIM_Battery_TimeOnBattery_qualifiers,
117039                   /* type */
117040                   CIMTYPE_UINT32,
117041                   /* subscript */
117042                   -1,
117043                   /* value */
117044                   0,
117045               };
117046               
117047               static const char*
117048               _CIM_Battery_EstimatedRunTime_qualifiers[] =
117049               {
117050                   /* Units */
117051                   "\060Minutes",
117052                   /* MappingStrings */
117053                   "\026\000\001MIF.DMTF|Portable Battery|003.15\000",
117054                   0,
117055               };
117056               
117057               static MetaProperty
117058 mike  1.1.2.1 _CIM_Battery_EstimatedRunTime =
117059               {
117060                   /* flags */
117061                   META_FLAG_PROPERTY|META_FLAG_READ,
117062                   /* name */
117063                   "EstimatedRunTime",
117064                   /* qualifiers */
117065                   _CIM_Battery_EstimatedRunTime_qualifiers,
117066                   /* type */
117067                   CIMTYPE_UINT32,
117068                   /* subscript */
117069                   -1,
117070                   /* value */
117071                   0,
117072               };
117073               
117074               static const char*
117075               _CIM_Battery_EstimatedChargeRemaining_qualifiers[] =
117076               {
117077                   /* Units */
117078                   "\060Percent",
117079 mike  1.1.2.1     /* Gauge */
117080                   "\023\001",
117081                   0,
117082               };
117083               
117084               static MetaProperty
117085               _CIM_Battery_EstimatedChargeRemaining =
117086               {
117087                   /* flags */
117088                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
117089                   /* name */
117090                   "EstimatedChargeRemaining",
117091                   /* qualifiers */
117092                   _CIM_Battery_EstimatedChargeRemaining_qualifiers,
117093                   /* type */
117094                   CIMTYPE_UINT16,
117095                   /* subscript */
117096                   -1,
117097                   /* value */
117098                   0,
117099               };
117100 mike  1.1.2.1 
117101               static const char*
117102               _CIM_Battery_Chemistry_qualifiers[] =
117103               {
117104                   /* ValueMap */
117105                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
117106                   /* Values */
117107                   "\062\000\010Other\000Unknown\000Lead Acid\000Nickel Cadmium\000Nickel Metal Hydride\000Lithium-ion\000Zinc air\000Lithium Polymer\000",
117108                   /* MappingStrings */
117109                   "\026\000\001MIF.DMTF|Portable Battery|003.7\000",
117110                   0,
117111               };
117112               
117113               static MetaProperty
117114               _CIM_Battery_Chemistry =
117115               {
117116                   /* flags */
117117                   META_FLAG_PROPERTY|META_FLAG_READ,
117118                   /* name */
117119                   "Chemistry",
117120                   /* qualifiers */
117121 mike  1.1.2.1     _CIM_Battery_Chemistry_qualifiers,
117122                   /* type */
117123                   CIMTYPE_UINT16,
117124                   /* subscript */
117125                   -1,
117126                   /* value */
117127                   0,
117128               };
117129               
117130               static const char*
117131               _CIM_Battery_DesignCapacity_qualifiers[] =
117132               {
117133                   /* Units */
117134                   "\060MilliWattHours",
117135                   /* MappingStrings */
117136                   "\026\000\001MIF.DMTF|Portable Battery|003.8\000",
117137                   0,
117138               };
117139               
117140               static MetaProperty
117141               _CIM_Battery_DesignCapacity =
117142 mike  1.1.2.1 {
117143                   /* flags */
117144                   META_FLAG_PROPERTY|META_FLAG_READ,
117145                   /* name */
117146                   "DesignCapacity",
117147                   /* qualifiers */
117148                   _CIM_Battery_DesignCapacity_qualifiers,
117149                   /* type */
117150                   CIMTYPE_UINT32,
117151                   /* subscript */
117152                   -1,
117153                   /* value */
117154                   0,
117155               };
117156               
117157               static const char*
117158               _CIM_Battery_FullChargeCapacity_qualifiers[] =
117159               {
117160                   /* Units */
117161                   "\060MilliWattHours",
117162                   /* MappingStrings */
117163 mike  1.1.2.1     "\026\000\001MIF.DMTF|Portable Battery|003.11\000",
117164                   0,
117165               };
117166               
117167               static MetaProperty
117168               _CIM_Battery_FullChargeCapacity =
117169               {
117170                   /* flags */
117171                   META_FLAG_PROPERTY|META_FLAG_READ,
117172                   /* name */
117173                   "FullChargeCapacity",
117174                   /* qualifiers */
117175                   _CIM_Battery_FullChargeCapacity_qualifiers,
117176                   /* type */
117177                   CIMTYPE_UINT32,
117178                   /* subscript */
117179                   -1,
117180                   /* value */
117181                   0,
117182               };
117183               
117184 mike  1.1.2.1 static const char*
117185               _CIM_Battery_DesignVoltage_qualifiers[] =
117186               {
117187                   /* Units */
117188                   "\060MilliVolts",
117189                   /* MappingStrings */
117190                   "\026\000\001MIF.DMTF|Portable Battery|003.9\000",
117191                   0,
117192               };
117193               
117194               static MetaProperty
117195               _CIM_Battery_DesignVoltage =
117196               {
117197                   /* flags */
117198                   META_FLAG_PROPERTY|META_FLAG_READ,
117199                   /* name */
117200                   "DesignVoltage",
117201                   /* qualifiers */
117202                   _CIM_Battery_DesignVoltage_qualifiers,
117203                   /* type */
117204                   CIMTYPE_UINT64,
117205 mike  1.1.2.1     /* subscript */
117206                   -1,
117207                   /* value */
117208                   0,
117209               };
117210               
117211               static const char*
117212               _CIM_Battery_SmartBatteryVersion_qualifiers[] =
117213               {
117214                   /* MaxLen */
117215                   "\030\000\000\000\100",
117216                   /* MappingStrings */
117217                   "\026\000\001MIF.DMTF|Portable Battery|003.10\000",
117218                   0,
117219               };
117220               
117221               static MetaProperty
117222               _CIM_Battery_SmartBatteryVersion =
117223               {
117224                   /* flags */
117225                   META_FLAG_PROPERTY|META_FLAG_READ,
117226 mike  1.1.2.1     /* name */
117227                   "SmartBatteryVersion",
117228                   /* qualifiers */
117229                   _CIM_Battery_SmartBatteryVersion_qualifiers,
117230                   /* type */
117231                   CIMTYPE_STRING,
117232                   /* subscript */
117233                   -1,
117234                   /* value */
117235                   0,
117236               };
117237               
117238               static const char*
117239               _CIM_Battery_TimeToFullCharge_qualifiers[] =
117240               {
117241                   /* Units */
117242                   "\060Minutes",
117243                   /* MappingStrings */
117244                   "\026\000\001MIF.DMTF|Portable Battery|003.16\000",
117245                   0,
117246               };
117247 mike  1.1.2.1 
117248               static MetaProperty
117249               _CIM_Battery_TimeToFullCharge =
117250               {
117251                   /* flags */
117252                   META_FLAG_PROPERTY|META_FLAG_READ,
117253                   /* name */
117254                   "TimeToFullCharge",
117255                   /* qualifiers */
117256                   _CIM_Battery_TimeToFullCharge_qualifiers,
117257                   /* type */
117258                   CIMTYPE_UINT32,
117259                   /* subscript */
117260                   -1,
117261                   /* value */
117262                   0,
117263               };
117264               
117265               static const char*
117266               _CIM_Battery_ExpectedLife_qualifiers[] =
117267               {
117268 mike  1.1.2.1     /* Units */
117269                   "\060Minutes",
117270                   0,
117271               };
117272               
117273               static MetaProperty
117274               _CIM_Battery_ExpectedLife =
117275               {
117276                   /* flags */
117277                   META_FLAG_PROPERTY|META_FLAG_READ,
117278                   /* name */
117279                   "ExpectedLife",
117280                   /* qualifiers */
117281                   _CIM_Battery_ExpectedLife_qualifiers,
117282                   /* type */
117283                   CIMTYPE_UINT32,
117284                   /* subscript */
117285                   -1,
117286                   /* value */
117287                   0,
117288               };
117289 mike  1.1.2.1 
117290               static const char*
117291               _CIM_Battery_MaxRechargeTime_qualifiers[] =
117292               {
117293                   /* Units */
117294                   "\060Minutes",
117295                   0,
117296               };
117297               
117298               static MetaProperty
117299               _CIM_Battery_MaxRechargeTime =
117300               {
117301                   /* flags */
117302                   META_FLAG_PROPERTY|META_FLAG_READ,
117303                   /* name */
117304                   "MaxRechargeTime",
117305                   /* qualifiers */
117306                   _CIM_Battery_MaxRechargeTime_qualifiers,
117307                   /* type */
117308                   CIMTYPE_UINT32,
117309                   /* subscript */
117310 mike  1.1.2.1     -1,
117311                   /* value */
117312                   0,
117313               };
117314               
117315               static MetaFeature*
117316               _CIM_Battery_features[] =
117317               {
117318                   (MetaFeature*)&_CIM_Battery_BatteryStatus,
117319                   (MetaFeature*)&_CIM_Battery_TimeOnBattery,
117320                   (MetaFeature*)&_CIM_Battery_EstimatedRunTime,
117321                   (MetaFeature*)&_CIM_Battery_EstimatedChargeRemaining,
117322                   (MetaFeature*)&_CIM_Battery_Chemistry,
117323                   (MetaFeature*)&_CIM_Battery_DesignCapacity,
117324                   (MetaFeature*)&_CIM_Battery_FullChargeCapacity,
117325                   (MetaFeature*)&_CIM_Battery_DesignVoltage,
117326                   (MetaFeature*)&_CIM_Battery_SmartBatteryVersion,
117327                   (MetaFeature*)&_CIM_Battery_TimeToFullCharge,
117328                   (MetaFeature*)&_CIM_Battery_ExpectedLife,
117329                   (MetaFeature*)&_CIM_Battery_MaxRechargeTime,
117330                   0,
117331 mike  1.1.2.1 };
117332               
117333               static const char*
117334               __root_cimv2_CIM_Battery_qualifiers[] =
117335               {
117336                   /* UMLPackagePath */
117337                   "\057CIM::Device::CoolingAndPower",
117338                   /* Version */
117339                   "\0632.10.0",
117340                   0,
117341               };
117342               
117343               MetaClass
117344               __root_cimv2_CIM_Battery =
117345               {
117346                   /* flags */
117347                   META_FLAG_CLASS,
117348                   /* name */
117349                   "CIM_Battery",
117350                   /* qualifiers */
117351                   __root_cimv2_CIM_Battery_qualifiers,
117352 mike  1.1.2.1     /* super */
117353                   &__root_cimv2_CIM_LogicalDevice,
117354                   /* features */
117355                   _CIM_Battery_features,
117356               };
117357               
117358               //==============================================================================
117359               //
117360               // Class: CIM_BGPAttributesForRoute
117361               //
117362               //==============================================================================
117363               
117364               static const char*
117365               _CIM_BGPAttributesForRoute_Antecedent_qualifiers[] =
117366               {
117367                   /* Override */
117368                   "\044Antecedent",
117369                   /* Max */
117370                   "\027\000\000\000\001",
117371                   0,
117372               };
117373 mike  1.1.2.1 
117374               static MetaReference
117375               _CIM_BGPAttributesForRoute_Antecedent =
117376               {
117377                   /* flags */
117378                   META_FLAG_REFERENCE|META_FLAG_READ,
117379                   /* name */
117380                   "Antecedent",
117381                   /* qualifiers */
117382                   _CIM_BGPAttributesForRoute_Antecedent_qualifiers,
117383                   /* subscript */
117384                   -1,
117385                   /* refId */
117386                   &__root_cimv2_CIM_BGPPathAttributes,
117387               };
117388               
117389               static const char*
117390               _CIM_BGPAttributesForRoute_Dependent_qualifiers[] =
117391               {
117392                   /* Override */
117393                   "\044Dependent",
117394 mike  1.1.2.1     /* Max */
117395                   "\027\000\000\000\001",
117396                   0,
117397               };
117398               
117399               static MetaReference
117400               _CIM_BGPAttributesForRoute_Dependent =
117401               {
117402                   /* flags */
117403                   META_FLAG_REFERENCE|META_FLAG_READ,
117404                   /* name */
117405                   "Dependent",
117406                   /* qualifiers */
117407                   _CIM_BGPAttributesForRoute_Dependent_qualifiers,
117408                   /* subscript */
117409                   -1,
117410                   /* refId */
117411                   &__root_cimv2_CIM_BGPIPRoute,
117412               };
117413               
117414               static const char*
117415 mike  1.1.2.1 _CIM_BGPAttributesForRoute_PathAttrPeer_qualifiers[] =
117416               {
117417                   /* MappingStrings */
117418                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrPeer\000",
117419                   /* ModelCorrespondence */
117420                   "\036\000\002CIM_BGPAttributesForRoute.PathAttrIPAddrPrefixLen\000CIM_BGPAttributesForRoute.PathAttrIPAddrPrefix\000",
117421                   0,
117422               };
117423               
117424               static MetaProperty
117425               _CIM_BGPAttributesForRoute_PathAttrPeer =
117426               {
117427                   /* flags */
117428                   META_FLAG_PROPERTY|META_FLAG_READ,
117429                   /* name */
117430                   "PathAttrPeer",
117431                   /* qualifiers */
117432                   _CIM_BGPAttributesForRoute_PathAttrPeer_qualifiers,
117433                   /* type */
117434                   CIMTYPE_STRING,
117435                   /* subscript */
117436 mike  1.1.2.1     -1,
117437                   /* value */
117438                   0,
117439               };
117440               
117441               static const char*
117442               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen_qualifiers[] =
117443               {
117444                   /* MappingStrings */
117445                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrIpAddrPrefixLen\000",
117446                   /* ModelCorrespondence */
117447                   "\036\000\001CIM_BGPAttributesForRoute.PathAttrPeer\000",
117448                   0,
117449               };
117450               
117451               static MetaProperty
117452               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen =
117453               {
117454                   /* flags */
117455                   META_FLAG_PROPERTY|META_FLAG_READ,
117456                   /* name */
117457 mike  1.1.2.1     "PathAttrIPAddrPrefixLen",
117458                   /* qualifiers */
117459                   _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen_qualifiers,
117460                   /* type */
117461                   CIMTYPE_UINT8,
117462                   /* subscript */
117463                   -1,
117464                   /* value */
117465                   0,
117466               };
117467               
117468               static const char*
117469               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix_qualifiers[] =
117470               {
117471                   /* MappingStrings */
117472                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrIpAddrPrefix\000",
117473                   /* ModelCorrespondence */
117474                   "\036\000\002CIM_BGPAttributesForRoute.PathAttrPeer\000CIM_BGPAttributesForRoute.PathAttrIPAddrPrefixLen\000",
117475                   0,
117476               };
117477               
117478 mike  1.1.2.1 static MetaProperty
117479               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix =
117480               {
117481                   /* flags */
117482                   META_FLAG_PROPERTY|META_FLAG_READ,
117483                   /* name */
117484                   "PathAttrIPAddrPrefix",
117485                   /* qualifiers */
117486                   _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix_qualifiers,
117487                   /* type */
117488                   CIMTYPE_STRING,
117489                   /* subscript */
117490                   -1,
117491                   /* value */
117492                   0,
117493               };
117494               
117495               static MetaFeature*
117496               _CIM_BGPAttributesForRoute_features[] =
117497               {
117498                   (MetaFeature*)&_CIM_BGPAttributesForRoute_Antecedent,
117499 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPAttributesForRoute_Dependent,
117500                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrPeer,
117501                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen,
117502                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix,
117503                   0,
117504               };
117505               
117506               static const char*
117507               __root_cimv2_CIM_BGPAttributesForRoute_qualifiers[] =
117508               {
117509                   /* ASSOCIATION */
117510                   "\000\001",
117511                   /* UMLPackagePath */
117512                   "\057CIM::Network::BGP",
117513                   /* Version */
117514                   "\0632.7.0",
117515                   0,
117516               };
117517               
117518               MetaClass
117519               __root_cimv2_CIM_BGPAttributesForRoute =
117520 mike  1.1.2.1 {
117521                   /* flags */
117522                   META_FLAG_ASSOCIATION,
117523                   /* name */
117524                   "CIM_BGPAttributesForRoute",
117525                   /* qualifiers */
117526                   __root_cimv2_CIM_BGPAttributesForRoute_qualifiers,
117527                   /* super */
117528                   &__root_cimv2_CIM_Dependency,
117529                   /* features */
117530                   _CIM_BGPAttributesForRoute_features,
117531               };
117532               
117533               //==============================================================================
117534               //
117535               // Class: CIM_BGPClustersInAS
117536               //
117537               //==============================================================================
117538               
117539               static const char*
117540               _CIM_BGPClustersInAS_GroupAS_qualifiers[] =
117541 mike  1.1.2.1 {
117542                   /* Key */
117543                   "\025\001",
117544                   /* Aggregate */
117545                   "\003\001",
117546                   /* Max */
117547                   "\027\000\000\000\001",
117548                   0,
117549               };
117550               
117551               static MetaReference
117552               _CIM_BGPClustersInAS_GroupAS =
117553               {
117554                   /* flags */
117555                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
117556                   /* name */
117557                   "GroupAS",
117558                   /* qualifiers */
117559                   _CIM_BGPClustersInAS_GroupAS_qualifiers,
117560                   /* subscript */
117561                   -1,
117562 mike  1.1.2.1     /* refId */
117563                   &__root_cimv2_CIM_AutonomousSystem,
117564               };
117565               
117566               static const char*
117567               _CIM_BGPClustersInAS_PartAS_qualifiers[] =
117568               {
117569                   /* Key */
117570                   "\025\001",
117571                   0,
117572               };
117573               
117574               static MetaReference
117575               _CIM_BGPClustersInAS_PartAS =
117576               {
117577                   /* flags */
117578                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
117579                   /* name */
117580                   "PartAS",
117581                   /* qualifiers */
117582                   _CIM_BGPClustersInAS_PartAS_qualifiers,
117583 mike  1.1.2.1     /* subscript */
117584                   -1,
117585                   /* refId */
117586                   &__root_cimv2_CIM_BGPCluster,
117587               };
117588               
117589               static MetaFeature*
117590               _CIM_BGPClustersInAS_features[] =
117591               {
117592                   (MetaFeature*)&_CIM_BGPClustersInAS_GroupAS,
117593                   (MetaFeature*)&_CIM_BGPClustersInAS_PartAS,
117594                   0,
117595               };
117596               
117597               static const char*
117598               __root_cimv2_CIM_BGPClustersInAS_qualifiers[] =
117599               {
117600                   /* ASSOCIATION */
117601                   "\000\001",
117602                   /* UMLPackagePath */
117603                   "\057CIM::Network::BGP",
117604 mike  1.1.2.1     /* Aggregation */
117605                   "\004\001",
117606                   /* Composition */
117607                   "\011\001",
117608                   /* Version */
117609                   "\0632.7.0",
117610                   0,
117611               };
117612               
117613               MetaClass
117614               __root_cimv2_CIM_BGPClustersInAS =
117615               {
117616                   /* flags */
117617                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
117618                   /* name */
117619                   "CIM_BGPClustersInAS",
117620                   /* qualifiers */
117621                   __root_cimv2_CIM_BGPClustersInAS_qualifiers,
117622                   /* super */
117623                   0,
117624                   /* features */
117625 mike  1.1.2.1     _CIM_BGPClustersInAS_features,
117626               };
117627               
117628               //==============================================================================
117629               //
117630               // Class: CIM_BinarySensor
117631               //
117632               //==============================================================================
117633               
117634               static const char*
117635               _CIM_BinarySensor_CurrentReading_qualifiers[] =
117636               {
117637                   /* Deprecated */
117638                   "\013\000\001CIM_Sensor.SensorType\000",
117639                   0,
117640               };
117641               
117642               static MetaProperty
117643               _CIM_BinarySensor_CurrentReading =
117644               {
117645                   /* flags */
117646 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
117647                   /* name */
117648                   "CurrentReading",
117649                   /* qualifiers */
117650                   _CIM_BinarySensor_CurrentReading_qualifiers,
117651                   /* type */
117652                   CIMTYPE_BOOLEAN,
117653                   /* subscript */
117654                   -1,
117655                   /* value */
117656                   0,
117657               };
117658               
117659               static const char*
117660               _CIM_BinarySensor_ExpectedReading_qualifiers[] =
117661               {
117662                   /* Deprecated */
117663                   "\013\000\001CIM_Sensor.SensorType\000",
117664                   0,
117665               };
117666               
117667 mike  1.1.2.1 static MetaProperty
117668               _CIM_BinarySensor_ExpectedReading =
117669               {
117670                   /* flags */
117671                   META_FLAG_PROPERTY|META_FLAG_READ,
117672                   /* name */
117673                   "ExpectedReading",
117674                   /* qualifiers */
117675                   _CIM_BinarySensor_ExpectedReading_qualifiers,
117676                   /* type */
117677                   CIMTYPE_BOOLEAN,
117678                   /* subscript */
117679                   -1,
117680                   /* value */
117681                   0,
117682               };
117683               
117684               static const char*
117685               _CIM_BinarySensor_InterpretationOfTrue_qualifiers[] =
117686               {
117687                   /* Deprecated */
117688 mike  1.1.2.1     "\013\000\001CIM_Sensor.PossibleStates\000",
117689                   /* MaxLen */
117690                   "\030\000\000\000\100",
117691                   0,
117692               };
117693               
117694               static MetaProperty
117695               _CIM_BinarySensor_InterpretationOfTrue =
117696               {
117697                   /* flags */
117698                   META_FLAG_PROPERTY|META_FLAG_READ,
117699                   /* name */
117700                   "InterpretationOfTrue",
117701                   /* qualifiers */
117702                   _CIM_BinarySensor_InterpretationOfTrue_qualifiers,
117703                   /* type */
117704                   CIMTYPE_STRING,
117705                   /* subscript */
117706                   -1,
117707                   /* value */
117708                   0,
117709 mike  1.1.2.1 };
117710               
117711               static const char*
117712               _CIM_BinarySensor_InterpretationOfFalse_qualifiers[] =
117713               {
117714                   /* Deprecated */
117715                   "\013\000\001CIM_Sensor.PossibleStates\000",
117716                   /* MaxLen */
117717                   "\030\000\000\000\100",
117718                   0,
117719               };
117720               
117721               static MetaProperty
117722               _CIM_BinarySensor_InterpretationOfFalse =
117723               {
117724                   /* flags */
117725                   META_FLAG_PROPERTY|META_FLAG_READ,
117726                   /* name */
117727                   "InterpretationOfFalse",
117728                   /* qualifiers */
117729                   _CIM_BinarySensor_InterpretationOfFalse_qualifiers,
117730 mike  1.1.2.1     /* type */
117731                   CIMTYPE_STRING,
117732                   /* subscript */
117733                   -1,
117734                   /* value */
117735                   0,
117736               };
117737               
117738               static MetaFeature*
117739               _CIM_BinarySensor_features[] =
117740               {
117741                   (MetaFeature*)&_CIM_BinarySensor_CurrentReading,
117742                   (MetaFeature*)&_CIM_BinarySensor_ExpectedReading,
117743                   (MetaFeature*)&_CIM_BinarySensor_InterpretationOfTrue,
117744                   (MetaFeature*)&_CIM_BinarySensor_InterpretationOfFalse,
117745                   0,
117746               };
117747               
117748               static const char*
117749               __root_cimv2_CIM_BinarySensor_qualifiers[] =
117750               {
117751 mike  1.1.2.1     /* Deprecated */
117752                   "\013\000\001CIM_Sensor\000",
117753                   /* UMLPackagePath */
117754                   "\057CIM::Device::Sensors",
117755                   /* Version */
117756                   "\0632.8.0",
117757                   0,
117758               };
117759               
117760               MetaClass
117761               __root_cimv2_CIM_BinarySensor =
117762               {
117763                   /* flags */
117764                   META_FLAG_CLASS,
117765                   /* name */
117766                   "CIM_BinarySensor",
117767                   /* qualifiers */
117768                   __root_cimv2_CIM_BinarySensor_qualifiers,
117769                   /* super */
117770                   &__root_cimv2_CIM_Sensor,
117771                   /* features */
117772 mike  1.1.2.1     _CIM_BinarySensor_features,
117773               };
117774               
117775               //==============================================================================
117776               //
117777               // Class: CIM_BlockStatisticsService
117778               //
117779               //==============================================================================
117780               
117781               static const char*
117782               _CIM_BlockStatisticsService_GetStatisticsCollection_Job_qualifiers[] =
117783               {
117784                   /* IN */
117785                   "\024\000",
117786                   /* OUT */
117787                   "\043\001",
117788                   0,
117789               };
117790               
117791               static MetaReference
117792               _CIM_BlockStatisticsService_GetStatisticsCollection_Job =
117793 mike  1.1.2.1 {
117794                   /* flags */
117795                   META_FLAG_REFERENCE|META_FLAG_OUT,
117796                   /* name */
117797                   "Job",
117798                   /* qualifiers */
117799                   _CIM_BlockStatisticsService_GetStatisticsCollection_Job_qualifiers,
117800                   /* subscript */
117801                   -1,
117802                   /* ref */
117803                   &__root_cimv2_CIM_ConcreteJob,
117804               };
117805               
117806               static const char*
117807               _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes_qualifiers[] =
117808               {
117809                   /* IN */
117810                   "\024\001",
117811                   /* ValueMap */
117812                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
117813                   /* Values */
117814 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",
117815                   /* ModelCorrespondence */
117816                   "\036\000\001CIM_BlockStorageStatisticalData.ElementType\000",
117817                   0,
117818               };
117819               
117820               static MetaProperty
117821               _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes =
117822               {
117823                   /* flags */
117824                   META_FLAG_PROPERTY|META_FLAG_IN,
117825                   /* name */
117826                   "ElementTypes",
117827                   /* qualifiers */
117828                   _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes_qualifiers,
117829                   /* type */
117830                   CIMTYPE_UINT16,
117831                   /* subscript */
117832                   0,
117833                   /* value */
117834                   0,
117835 mike  1.1.2.1 };
117836               
117837               static const char*
117838               _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection_qualifiers[] =
117839               {
117840                   /* IN */
117841                   "\024\001",
117842                   0,
117843               };
117844               
117845               static MetaReference
117846               _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection =
117847               {
117848                   /* flags */
117849                   META_FLAG_REFERENCE|META_FLAG_IN,
117850                   /* name */
117851                   "ManifestCollection",
117852                   /* qualifiers */
117853                   _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection_qualifiers,
117854                   /* subscript */
117855                   -1,
117856 mike  1.1.2.1     /* ref */
117857                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
117858               };
117859               
117860               static const char*
117861               _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat_qualifiers[] =
117862               {
117863                   /* IN */
117864                   "\024\001",
117865                   /* ValueMap */
117866                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
117867                   /* Values */
117868                   "\062\000\005Unknown\000Other\000CSV\000DMTF Reserved\000Vendor Specific\000",
117869                   0,
117870               };
117871               
117872               static MetaProperty
117873               _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat =
117874               {
117875                   /* flags */
117876                   META_FLAG_PROPERTY|META_FLAG_IN,
117877 mike  1.1.2.1     /* name */
117878                   "StatisticsFormat",
117879                   /* qualifiers */
117880                   _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat_qualifiers,
117881                   /* type */
117882                   CIMTYPE_UINT16,
117883                   /* subscript */
117884                   -1,
117885                   /* value */
117886                   0,
117887               };
117888               
117889               static const char*
117890               _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics_qualifiers[] =
117891               {
117892                   /* OUT */
117893                   "\043\001",
117894                   /* ModelCorrespondence */
117895                   "\036\000\003CIM_BlockStatisticsService.GetStatisticsCollection(ElementTypes)\000CIM_BlockStatisticsService.GetStatisticsCollection(ManifestCollection)\000CIM_BlockStatisticsService.GetStatisticsCollection(StatisticsFormat)\000",
117896                   0,
117897               };
117898 mike  1.1.2.1 
117899               static MetaProperty
117900               _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics =
117901               {
117902                   /* flags */
117903                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
117904                   /* name */
117905                   "Statistics",
117906                   /* qualifiers */
117907                   _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics_qualifiers,
117908                   /* type */
117909                   CIMTYPE_STRING,
117910                   /* subscript */
117911                   0,
117912                   /* value */
117913                   0,
117914               };
117915               
117916               static MetaFeature*
117917               _CIM_BlockStatisticsService_GetStatisticsCollection_parameters[] =
117918               {
117919 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_Job,
117920                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes,
117921                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection,
117922                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat,
117923                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_Statistics,
117924                   0,
117925               };
117926               
117927               static const char*
117928               _CIM_BlockStatisticsService_GetStatisticsCollection_qualifiers[] =
117929               {
117930                   /* ValueMap */
117931                   "\061\000\0140\0001\0002\0003\0004\0005\000..\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
117932                   /* Values */
117933                   "\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",
117934                   0,
117935               };
117936               
117937               static MetaMethod
117938               _CIM_BlockStatisticsService_GetStatisticsCollection =
117939               {
117940 mike  1.1.2.1     /* flags */
117941                   META_FLAG_METHOD,
117942                   /* name */
117943                   "CIM_BlockStatisticsService",
117944                   /* qualifiers */
117945                   _CIM_BlockStatisticsService_GetStatisticsCollection_qualifiers,
117946                   /* type */
117947                   CIMTYPE_UINT32,
117948                   /* parameters */
117949                   _CIM_BlockStatisticsService_GetStatisticsCollection_parameters,
117950               };
117951               
117952               static const char*
117953               _CIM_BlockStatisticsService_CreateManifestCollection_Statistics_qualifiers[] =
117954               {
117955                   /* IN */
117956                   "\024\001",
117957                   0,
117958               };
117959               
117960               static MetaReference
117961 mike  1.1.2.1 _CIM_BlockStatisticsService_CreateManifestCollection_Statistics =
117962               {
117963                   /* flags */
117964                   META_FLAG_REFERENCE|META_FLAG_IN,
117965                   /* name */
117966                   "Statistics",
117967                   /* qualifiers */
117968                   _CIM_BlockStatisticsService_CreateManifestCollection_Statistics_qualifiers,
117969                   /* subscript */
117970                   -1,
117971                   /* ref */
117972                   &__root_cimv2_CIM_StatisticsCollection,
117973               };
117974               
117975               static const char*
117976               _CIM_BlockStatisticsService_CreateManifestCollection_ElementName_qualifiers[] =
117977               {
117978                   /* IN */
117979                   "\024\001",
117980                   0,
117981               };
117982 mike  1.1.2.1 
117983               static MetaProperty
117984               _CIM_BlockStatisticsService_CreateManifestCollection_ElementName =
117985               {
117986                   /* flags */
117987                   META_FLAG_PROPERTY|META_FLAG_IN,
117988                   /* name */
117989                   "ElementName",
117990                   /* qualifiers */
117991                   _CIM_BlockStatisticsService_CreateManifestCollection_ElementName_qualifiers,
117992                   /* type */
117993                   CIMTYPE_STRING,
117994                   /* subscript */
117995                   -1,
117996                   /* value */
117997                   0,
117998               };
117999               
118000               static const char*
118001               _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection_qualifiers[] =
118002               {
118003 mike  1.1.2.1     /* OUT */
118004                   "\043\001",
118005                   0,
118006               };
118007               
118008               static MetaReference
118009               _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection =
118010               {
118011                   /* flags */
118012                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
118013                   /* name */
118014                   "ManifestCollection",
118015                   /* qualifiers */
118016                   _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection_qualifiers,
118017                   /* subscript */
118018                   -1,
118019                   /* ref */
118020                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118021               };
118022               
118023               static MetaFeature*
118024 mike  1.1.2.1 _CIM_BlockStatisticsService_CreateManifestCollection_parameters[] =
118025               {
118026                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_Statistics,
118027                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_ElementName,
118028                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection,
118029                   0,
118030               };
118031               
118032               static const char*
118033               _CIM_BlockStatisticsService_CreateManifestCollection_qualifiers[] =
118034               {
118035                   /* ValueMap */
118036                   "\061\000\0100\0001\0002\0003\0004\0005\0006..32767\00032768..65535\000",
118037                   /* Values */
118038                   "\062\000\010Ok\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000Method Reserved\000Vendor Specific\000",
118039                   0,
118040               };
118041               
118042               static MetaMethod
118043               _CIM_BlockStatisticsService_CreateManifestCollection =
118044               {
118045 mike  1.1.2.1     /* flags */
118046                   META_FLAG_METHOD,
118047                   /* name */
118048                   "CIM_BlockStatisticsService",
118049                   /* qualifiers */
118050                   _CIM_BlockStatisticsService_CreateManifestCollection_qualifiers,
118051                   /* type */
118052                   CIMTYPE_UINT32,
118053                   /* parameters */
118054                   _CIM_BlockStatisticsService_CreateManifestCollection_parameters,
118055               };
118056               
118057               static const char*
118058               _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection_qualifiers[] =
118059               {
118060                   /* IN */
118061                   "\024\001",
118062                   0,
118063               };
118064               
118065               static MetaReference
118066 mike  1.1.2.1 _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection =
118067               {
118068                   /* flags */
118069                   META_FLAG_REFERENCE|META_FLAG_IN,
118070                   /* name */
118071                   "ManifestCollection",
118072                   /* qualifiers */
118073                   _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection_qualifiers,
118074                   /* subscript */
118075                   -1,
118076                   /* ref */
118077                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118078               };
118079               
118080               static const char*
118081               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType_qualifiers[] =
118082               {
118083                   /* IN */
118084                   "\024\001",
118085                   /* ValueMap */
118086                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
118087 mike  1.1.2.1     /* Values */
118088                   "\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",
118089                   /* ModelCorrespondence */
118090                   "\036\000\001CIM_BlockStatisticsManifest.ElementType\000",
118091                   0,
118092               };
118093               
118094               static MetaProperty
118095               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType =
118096               {
118097                   /* flags */
118098                   META_FLAG_PROPERTY|META_FLAG_IN,
118099                   /* name */
118100                   "ElementType",
118101                   /* qualifiers */
118102                   _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType_qualifiers,
118103                   /* type */
118104                   CIMTYPE_UINT16,
118105                   /* subscript */
118106                   -1,
118107                   /* value */
118108 mike  1.1.2.1     0,
118109               };
118110               
118111               static const char*
118112               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName_qualifiers[] =
118113               {
118114                   /* IN */
118115                   "\024\001",
118116                   0,
118117               };
118118               
118119               static MetaProperty
118120               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName =
118121               {
118122                   /* flags */
118123                   META_FLAG_PROPERTY|META_FLAG_IN,
118124                   /* name */
118125                   "ElementName",
118126                   /* qualifiers */
118127                   _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName_qualifiers,
118128                   /* type */
118129 mike  1.1.2.1     CIMTYPE_STRING,
118130                   /* subscript */
118131                   -1,
118132                   /* value */
118133                   0,
118134               };
118135               
118136               static const char*
118137               _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList_qualifiers[] =
118138               {
118139                   /* IN */
118140                   "\024\001",
118141                   0,
118142               };
118143               
118144               static MetaProperty
118145               _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList =
118146               {
118147                   /* flags */
118148                   META_FLAG_PROPERTY|META_FLAG_IN,
118149                   /* name */
118150 mike  1.1.2.1     "StatisticsList",
118151                   /* qualifiers */
118152                   _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList_qualifiers,
118153                   /* type */
118154                   CIMTYPE_STRING,
118155                   /* subscript */
118156                   0,
118157                   /* value */
118158                   0,
118159               };
118160               
118161               static const char*
118162               _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest_qualifiers[] =
118163               {
118164                   /* OUT */
118165                   "\043\001",
118166                   0,
118167               };
118168               
118169               static MetaReference
118170               _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest =
118171 mike  1.1.2.1 {
118172                   /* flags */
118173                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
118174                   /* name */
118175                   "Manifest",
118176                   /* qualifiers */
118177                   _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest_qualifiers,
118178                   /* subscript */
118179                   -1,
118180                   /* ref */
118181                   &__root_cimv2_CIM_BlockStatisticsManifest,
118182               };
118183               
118184               static MetaFeature*
118185               _CIM_BlockStatisticsService_AddOrModifyManifest_parameters[] =
118186               {
118187                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection,
118188                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ElementType,
118189                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ElementName,
118190                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList,
118191                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_Manifest,
118192 mike  1.1.2.1     0,
118193               };
118194               
118195               static const char*
118196               _CIM_BlockStatisticsService_AddOrModifyManifest_qualifiers[] =
118197               {
118198                   /* ValueMap */
118199                   "\061\000\0140\0001\0002\0003\0004\0005\000..\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
118200                   /* Values */
118201                   "\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",
118202                   0,
118203               };
118204               
118205               static MetaMethod
118206               _CIM_BlockStatisticsService_AddOrModifyManifest =
118207               {
118208                   /* flags */
118209                   META_FLAG_METHOD,
118210                   /* name */
118211                   "CIM_BlockStatisticsService",
118212                   /* qualifiers */
118213 mike  1.1.2.1     _CIM_BlockStatisticsService_AddOrModifyManifest_qualifiers,
118214                   /* type */
118215                   CIMTYPE_UINT32,
118216                   /* parameters */
118217                   _CIM_BlockStatisticsService_AddOrModifyManifest_parameters,
118218               };
118219               
118220               static const char*
118221               _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection_qualifiers[] =
118222               {
118223                   /* IN */
118224                   "\024\001",
118225                   0,
118226               };
118227               
118228               static MetaReference
118229               _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection =
118230               {
118231                   /* flags */
118232                   META_FLAG_REFERENCE|META_FLAG_IN,
118233                   /* name */
118234 mike  1.1.2.1     "ManifestCollection",
118235                   /* qualifiers */
118236                   _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection_qualifiers,
118237                   /* subscript */
118238                   -1,
118239                   /* ref */
118240                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118241               };
118242               
118243               static const char*
118244               _CIM_BlockStatisticsService_RemoveManifests_Manifests_qualifiers[] =
118245               {
118246                   /* IN */
118247                   "\024\001",
118248                   0,
118249               };
118250               
118251               static MetaReference
118252               _CIM_BlockStatisticsService_RemoveManifests_Manifests =
118253               {
118254                   /* flags */
118255 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
118256                   /* name */
118257                   "Manifests",
118258                   /* qualifiers */
118259                   _CIM_BlockStatisticsService_RemoveManifests_Manifests_qualifiers,
118260                   /* subscript */
118261                   0,
118262                   /* ref */
118263                   &__root_cimv2_CIM_BlockStatisticsManifest,
118264               };
118265               
118266               static MetaFeature*
118267               _CIM_BlockStatisticsService_RemoveManifests_parameters[] =
118268               {
118269                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests_ManifestCollection,
118270                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests_Manifests,
118271                   0,
118272               };
118273               
118274               static const char*
118275               _CIM_BlockStatisticsService_RemoveManifests_qualifiers[] =
118276 mike  1.1.2.1 {
118277                   /* ValueMap */
118278                   "\061\000\0120\0001\0002\0003\0004\0005\000..\0004096\0004097..32767\00032768..65535\000",
118279                   /* Values */
118280                   "\062\000\012Success\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000Method Reserved\000Manifest not found\000Method Reserved\000Vendor Specific\000",
118281                   0,
118282               };
118283               
118284               static MetaMethod
118285               _CIM_BlockStatisticsService_RemoveManifests =
118286               {
118287                   /* flags */
118288                   META_FLAG_METHOD,
118289                   /* name */
118290                   "CIM_BlockStatisticsService",
118291                   /* qualifiers */
118292                   _CIM_BlockStatisticsService_RemoveManifests_qualifiers,
118293                   /* type */
118294                   CIMTYPE_UINT32,
118295                   /* parameters */
118296                   _CIM_BlockStatisticsService_RemoveManifests_parameters,
118297 mike  1.1.2.1 };
118298               
118299               static MetaFeature*
118300               _CIM_BlockStatisticsService_features[] =
118301               {
118302                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection,
118303                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection,
118304                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest,
118305                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests,
118306                   0,
118307               };
118308               
118309               static const char*
118310               __root_cimv2_CIM_BlockStatisticsService_qualifiers[] =
118311               {
118312                   /* UMLPackagePath */
118313                   "\057CIM::Device::StorageStatistics",
118314                   /* Version */
118315                   "\0632.10.0",
118316                   0,
118317               };
118318 mike  1.1.2.1 
118319               MetaClass
118320               __root_cimv2_CIM_BlockStatisticsService =
118321               {
118322                   /* flags */
118323                   META_FLAG_CLASS,
118324                   /* name */
118325                   "CIM_BlockStatisticsService",
118326                   /* qualifiers */
118327                   __root_cimv2_CIM_BlockStatisticsService_qualifiers,
118328                   /* super */
118329                   &__root_cimv2_CIM_StatisticsService,
118330                   /* features */
118331                   _CIM_BlockStatisticsService_features,
118332               };
118333               
118334               //==============================================================================
118335               //
118336               // Class: CIM_BootOSFromFS
118337               //
118338               //==============================================================================
118339 mike  1.1.2.1 
118340               static const char*
118341               _CIM_BootOSFromFS_Antecedent_qualifiers[] =
118342               {
118343                   /* Override */
118344                   "\044Antecedent",
118345                   0,
118346               };
118347               
118348               static MetaReference
118349               _CIM_BootOSFromFS_Antecedent =
118350               {
118351                   /* flags */
118352                   META_FLAG_REFERENCE|META_FLAG_READ,
118353                   /* name */
118354                   "Antecedent",
118355                   /* qualifiers */
118356                   _CIM_BootOSFromFS_Antecedent_qualifiers,
118357                   /* subscript */
118358                   -1,
118359                   /* refId */
118360 mike  1.1.2.1     &__root_cimv2_CIM_FileSystem,
118361               };
118362               
118363               static const char*
118364               _CIM_BootOSFromFS_Dependent_qualifiers[] =
118365               {
118366                   /* Override */
118367                   "\044Dependent",
118368                   0,
118369               };
118370               
118371               static MetaReference
118372               _CIM_BootOSFromFS_Dependent =
118373               {
118374                   /* flags */
118375                   META_FLAG_REFERENCE|META_FLAG_READ,
118376                   /* name */
118377                   "Dependent",
118378                   /* qualifiers */
118379                   _CIM_BootOSFromFS_Dependent_qualifiers,
118380                   /* subscript */
118381 mike  1.1.2.1     -1,
118382                   /* refId */
118383                   &__root_cimv2_CIM_OperatingSystem,
118384               };
118385               
118386               static MetaFeature*
118387               _CIM_BootOSFromFS_features[] =
118388               {
118389                   (MetaFeature*)&_CIM_BootOSFromFS_Antecedent,
118390                   (MetaFeature*)&_CIM_BootOSFromFS_Dependent,
118391                   0,
118392               };
118393               
118394               static const char*
118395               __root_cimv2_CIM_BootOSFromFS_qualifiers[] =
118396               {
118397                   /* ASSOCIATION */
118398                   "\000\001",
118399                   /* UMLPackagePath */
118400                   "\057CIM::System::OperatingSystem",
118401                   /* Version */
118402 mike  1.1.2.1     "\0632.6.0",
118403                   0,
118404               };
118405               
118406               MetaClass
118407               __root_cimv2_CIM_BootOSFromFS =
118408               {
118409                   /* flags */
118410                   META_FLAG_ASSOCIATION,
118411                   /* name */
118412                   "CIM_BootOSFromFS",
118413                   /* qualifiers */
118414                   __root_cimv2_CIM_BootOSFromFS_qualifiers,
118415                   /* super */
118416                   &__root_cimv2_CIM_Dependency,
118417                   /* features */
118418                   _CIM_BootOSFromFS_features,
118419               };
118420               
118421               //==============================================================================
118422               //
118423 mike  1.1.2.1 // Class: CIM_BootSAP
118424               //
118425               //==============================================================================
118426               
118427               static MetaFeature*
118428               _CIM_BootSAP_features[] =
118429               {
118430                   0,
118431               };
118432               
118433               static const char*
118434               __root_cimv2_CIM_BootSAP_qualifiers[] =
118435               {
118436                   /* UMLPackagePath */
118437                   "\057CIM::System::Boot",
118438                   /* Version */
118439                   "\0632.6.0",
118440                   0,
118441               };
118442               
118443               MetaClass
118444 mike  1.1.2.1 __root_cimv2_CIM_BootSAP =
118445               {
118446                   /* flags */
118447                   META_FLAG_CLASS,
118448                   /* name */
118449                   "CIM_BootSAP",
118450                   /* qualifiers */
118451                   __root_cimv2_CIM_BootSAP_qualifiers,
118452                   /* super */
118453                   &__root_cimv2_CIM_ServiceAccessPoint,
118454                   /* features */
118455                   _CIM_BootSAP_features,
118456               };
118457               
118458               //==============================================================================
118459               //
118460               // Class: CIM_BootService
118461               //
118462               //==============================================================================
118463               
118464               static MetaFeature*
118465 mike  1.1.2.1 _CIM_BootService_features[] =
118466               {
118467                   0,
118468               };
118469               
118470               static const char*
118471               __root_cimv2_CIM_BootService_qualifiers[] =
118472               {
118473                   /* UMLPackagePath */
118474                   "\057CIM::System::Boot",
118475                   /* Version */
118476                   "\0632.6.0",
118477                   0,
118478               };
118479               
118480               MetaClass
118481               __root_cimv2_CIM_BootService =
118482               {
118483                   /* flags */
118484                   META_FLAG_CLASS,
118485                   /* name */
118486 mike  1.1.2.1     "CIM_BootService",
118487                   /* qualifiers */
118488                   __root_cimv2_CIM_BootService_qualifiers,
118489                   /* super */
118490                   &__root_cimv2_CIM_Service,
118491                   /* features */
118492                   _CIM_BootService_features,
118493               };
118494               
118495               //==============================================================================
118496               //
118497               // Class: CIM_CallBasedModem
118498               //
118499               //==============================================================================
118500               
118501               static const char*
118502               _CIM_CallBasedModem_FallbackEnabled_qualifiers[] =
118503               {
118504                   0,
118505               };
118506               
118507 mike  1.1.2.1 static MetaProperty
118508               _CIM_CallBasedModem_FallbackEnabled =
118509               {
118510                   /* flags */
118511                   META_FLAG_PROPERTY|META_FLAG_READ,
118512                   /* name */
118513                   "FallbackEnabled",
118514                   /* qualifiers */
118515                   _CIM_CallBasedModem_FallbackEnabled_qualifiers,
118516                   /* type */
118517                   CIMTYPE_BOOLEAN,
118518                   /* subscript */
118519                   -1,
118520                   /* value */
118521                   0,
118522               };
118523               
118524               static const char*
118525               _CIM_CallBasedModem_CompressionSupported_qualifiers[] =
118526               {
118527                   /* ValueMap */
118528 mike  1.1.2.1     "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
118529                   /* Values */
118530                   "\062\000\012Unknown\000Other\000No Compression\000MNP 5\000V.42bis\000MNP 3\000MNP 4\000V.58\000PEP\000HST\000",
118531                   /* ModelCorrespondence */
118532                   "\036\000\001CIM_CallBasedModem.OtherCompressionDescription\000",
118533                   0,
118534               };
118535               
118536               static MetaProperty
118537               _CIM_CallBasedModem_CompressionSupported =
118538               {
118539                   /* flags */
118540                   META_FLAG_PROPERTY|META_FLAG_READ,
118541                   /* name */
118542                   "CompressionSupported",
118543                   /* qualifiers */
118544                   _CIM_CallBasedModem_CompressionSupported_qualifiers,
118545                   /* type */
118546                   CIMTYPE_UINT16,
118547                   /* subscript */
118548                   0,
118549 mike  1.1.2.1     /* value */
118550                   0,
118551               };
118552               
118553               static const char*
118554               _CIM_CallBasedModem_OtherCompressionDescription_qualifiers[] =
118555               {
118556                   /* ModelCorrespondence */
118557                   "\036\000\001CIM_CallBasedModem.CompressionSupported\000",
118558                   0,
118559               };
118560               
118561               static MetaProperty
118562               _CIM_CallBasedModem_OtherCompressionDescription =
118563               {
118564                   /* flags */
118565                   META_FLAG_PROPERTY|META_FLAG_READ,
118566                   /* name */
118567                   "OtherCompressionDescription",
118568                   /* qualifiers */
118569                   _CIM_CallBasedModem_OtherCompressionDescription_qualifiers,
118570 mike  1.1.2.1     /* type */
118571                   CIMTYPE_STRING,
118572                   /* subscript */
118573                   -1,
118574                   /* value */
118575                   0,
118576               };
118577               
118578               static const char*
118579               _CIM_CallBasedModem_CompressionInfo_qualifiers[] =
118580               {
118581                   /* ValueMap */
118582                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
118583                   /* Values */
118584                   "\062\000\012Unknown\000Other\000No Compression\000MNP 5\000V.42bis\000MNP 3\000MNP 4\000V.58\000PEP\000HST\000",
118585                   /* ModelCorrespondence */
118586                   "\036\000\002CIM_CallBasedModem.CompressionSupported\000CIM_CallBasedModem.OtherCompressionInfoDescription\000",
118587                   0,
118588               };
118589               
118590               static MetaProperty
118591 mike  1.1.2.1 _CIM_CallBasedModem_CompressionInfo =
118592               {
118593                   /* flags */
118594                   META_FLAG_PROPERTY|META_FLAG_READ,
118595                   /* name */
118596                   "CompressionInfo",
118597                   /* qualifiers */
118598                   _CIM_CallBasedModem_CompressionInfo_qualifiers,
118599                   /* type */
118600                   CIMTYPE_UINT16,
118601                   /* subscript */
118602                   -1,
118603                   /* value */
118604                   0,
118605               };
118606               
118607               static const char*
118608               _CIM_CallBasedModem_OtherCompressionInfoDescription_qualifiers[] =
118609               {
118610                   /* ModelCorrespondence */
118611                   "\036\000\001CIM_CallBasedModem.CompressionInfo\000",
118612 mike  1.1.2.1     0,
118613               };
118614               
118615               static MetaProperty
118616               _CIM_CallBasedModem_OtherCompressionInfoDescription =
118617               {
118618                   /* flags */
118619                   META_FLAG_PROPERTY|META_FLAG_READ,
118620                   /* name */
118621                   "OtherCompressionInfoDescription",
118622                   /* qualifiers */
118623                   _CIM_CallBasedModem_OtherCompressionInfoDescription_qualifiers,
118624                   /* type */
118625                   CIMTYPE_STRING,
118626                   /* subscript */
118627                   -1,
118628                   /* value */
118629                   0,
118630               };
118631               
118632               static const char*
118633 mike  1.1.2.1 _CIM_CallBasedModem_ModulationSupported_qualifiers[] =
118634               {
118635                   /* ValueMap */
118636                   "\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",
118637                   /* Values */
118638                   "\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",
118639                   /* ModelCorrespondence */
118640                   "\036\000\001CIM_CallBasedModem.OtherModulationDescription\000",
118641                   0,
118642               };
118643               
118644               static MetaProperty
118645               _CIM_CallBasedModem_ModulationSupported =
118646               {
118647                   /* flags */
118648                   META_FLAG_PROPERTY|META_FLAG_READ,
118649                   /* name */
118650                   "ModulationSupported",
118651                   /* qualifiers */
118652                   _CIM_CallBasedModem_ModulationSupported_qualifiers,
118653                   /* type */
118654 mike  1.1.2.1     CIMTYPE_UINT16,
118655                   /* subscript */
118656                   0,
118657                   /* value */
118658                   0,
118659               };
118660               
118661               static const char*
118662               _CIM_CallBasedModem_OtherModulationDescription_qualifiers[] =
118663               {
118664                   /* ModelCorrespondence */
118665                   "\036\000\001CIM_CallBasedModem.ModulationSupported\000",
118666                   0,
118667               };
118668               
118669               static MetaProperty
118670               _CIM_CallBasedModem_OtherModulationDescription =
118671               {
118672                   /* flags */
118673                   META_FLAG_PROPERTY|META_FLAG_READ,
118674                   /* name */
118675 mike  1.1.2.1     "OtherModulationDescription",
118676                   /* qualifiers */
118677                   _CIM_CallBasedModem_OtherModulationDescription_qualifiers,
118678                   /* type */
118679                   CIMTYPE_STRING,
118680                   /* subscript */
118681                   -1,
118682                   /* value */
118683                   0,
118684               };
118685               
118686               static const char*
118687               _CIM_CallBasedModem_ModulationScheme_qualifiers[] =
118688               {
118689                   /* ValueMap */
118690                   "\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",
118691                   /* Values */
118692                   "\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",
118693                   /* ModelCorrespondence */
118694                   "\036\000\002CIM_CallBasedModem.ModulationSupported\000CIM_CallBasedModem.OtherSchemeDescription\000",
118695                   0,
118696 mike  1.1.2.1 };
118697               
118698               static MetaProperty
118699               _CIM_CallBasedModem_ModulationScheme =
118700               {
118701                   /* flags */
118702                   META_FLAG_PROPERTY|META_FLAG_READ,
118703                   /* name */
118704                   "ModulationScheme",
118705                   /* qualifiers */
118706                   _CIM_CallBasedModem_ModulationScheme_qualifiers,
118707                   /* type */
118708                   CIMTYPE_UINT16,
118709                   /* subscript */
118710                   -1,
118711                   /* value */
118712                   0,
118713               };
118714               
118715               static const char*
118716               _CIM_CallBasedModem_OtherSchemeDescription_qualifiers[] =
118717 mike  1.1.2.1 {
118718                   /* ModelCorrespondence */
118719                   "\036\000\001CIM_CallBasedModem.ModulationScheme\000",
118720                   0,
118721               };
118722               
118723               static MetaProperty
118724               _CIM_CallBasedModem_OtherSchemeDescription =
118725               {
118726                   /* flags */
118727                   META_FLAG_PROPERTY|META_FLAG_READ,
118728                   /* name */
118729                   "OtherSchemeDescription",
118730                   /* qualifiers */
118731                   _CIM_CallBasedModem_OtherSchemeDescription_qualifiers,
118732                   /* type */
118733                   CIMTYPE_STRING,
118734                   /* subscript */
118735                   -1,
118736                   /* value */
118737                   0,
118738 mike  1.1.2.1 };
118739               
118740               static const char*
118741               _CIM_CallBasedModem_ErrorControlSupported_qualifiers[] =
118742               {
118743                   /* ValueMap */
118744                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
118745                   /* Values */
118746                   "\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",
118747                   /* ModelCorrespondence */
118748                   "\036\000\001CIM_CallBasedModem.OtherErrorControlDescription\000",
118749                   0,
118750               };
118751               
118752               static MetaProperty
118753               _CIM_CallBasedModem_ErrorControlSupported =
118754               {
118755                   /* flags */
118756                   META_FLAG_PROPERTY|META_FLAG_READ,
118757                   /* name */
118758                   "ErrorControlSupported",
118759 mike  1.1.2.1     /* qualifiers */
118760                   _CIM_CallBasedModem_ErrorControlSupported_qualifiers,
118761                   /* type */
118762                   CIMTYPE_UINT16,
118763                   /* subscript */
118764                   0,
118765                   /* value */
118766                   0,
118767               };
118768               
118769               static const char*
118770               _CIM_CallBasedModem_OtherErrorControlDescription_qualifiers[] =
118771               {
118772                   /* ModelCorrespondence */
118773                   "\036\000\001CIM_CallBasedModem.ErrorControlSupported\000",
118774                   0,
118775               };
118776               
118777               static MetaProperty
118778               _CIM_CallBasedModem_OtherErrorControlDescription =
118779               {
118780 mike  1.1.2.1     /* flags */
118781                   META_FLAG_PROPERTY|META_FLAG_READ,
118782                   /* name */
118783                   "OtherErrorControlDescription",
118784                   /* qualifiers */
118785                   _CIM_CallBasedModem_OtherErrorControlDescription_qualifiers,
118786                   /* type */
118787                   CIMTYPE_STRING,
118788                   /* subscript */
118789                   -1,
118790                   /* value */
118791                   0,
118792               };
118793               
118794               static const char*
118795               _CIM_CallBasedModem_ErrorControlInfo_qualifiers[] =
118796               {
118797                   /* ValueMap */
118798                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
118799                   /* Values */
118800                   "\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",
118801 mike  1.1.2.1     /* ModelCorrespondence */
118802                   "\036\000\002CIM_CallBasedModem.ErrorControlSupported\000CIM_CallBasedModem.OtherErrorControlInfoDescription\000",
118803                   0,
118804               };
118805               
118806               static MetaProperty
118807               _CIM_CallBasedModem_ErrorControlInfo =
118808               {
118809                   /* flags */
118810                   META_FLAG_PROPERTY|META_FLAG_READ,
118811                   /* name */
118812                   "ErrorControlInfo",
118813                   /* qualifiers */
118814                   _CIM_CallBasedModem_ErrorControlInfo_qualifiers,
118815                   /* type */
118816                   CIMTYPE_UINT16,
118817                   /* subscript */
118818                   -1,
118819                   /* value */
118820                   0,
118821               };
118822 mike  1.1.2.1 
118823               static const char*
118824               _CIM_CallBasedModem_OtherErrorControlInfoDescription_qualifiers[] =
118825               {
118826                   /* ModelCorrespondence */
118827                   "\036\000\001CIM_CallBasedModem.ErrorControlInfo\000",
118828                   0,
118829               };
118830               
118831               static MetaProperty
118832               _CIM_CallBasedModem_OtherErrorControlInfoDescription =
118833               {
118834                   /* flags */
118835                   META_FLAG_PROPERTY|META_FLAG_READ,
118836                   /* name */
118837                   "OtherErrorControlInfoDescription",
118838                   /* qualifiers */
118839                   _CIM_CallBasedModem_OtherErrorControlInfoDescription_qualifiers,
118840                   /* type */
118841                   CIMTYPE_STRING,
118842                   /* subscript */
118843 mike  1.1.2.1     -1,
118844                   /* value */
118845                   0,
118846               };
118847               
118848               static const char*
118849               _CIM_CallBasedModem_TimeOfLastReset_qualifiers[] =
118850               {
118851                   0,
118852               };
118853               
118854               static MetaProperty
118855               _CIM_CallBasedModem_TimeOfLastReset =
118856               {
118857                   /* flags */
118858                   META_FLAG_PROPERTY|META_FLAG_READ,
118859                   /* name */
118860                   "TimeOfLastReset",
118861                   /* qualifiers */
118862                   _CIM_CallBasedModem_TimeOfLastReset_qualifiers,
118863                   /* type */
118864 mike  1.1.2.1     CIMTYPE_DATETIME,
118865                   /* subscript */
118866                   -1,
118867                   /* value */
118868                   0,
118869               };
118870               
118871               static const char*
118872               _CIM_CallBasedModem_CallSpeed_qualifiers[] =
118873               {
118874                   /* Units */
118875                   "\060Bits per Second",
118876                   0,
118877               };
118878               
118879               static MetaProperty
118880               _CIM_CallBasedModem_CallSpeed =
118881               {
118882                   /* flags */
118883                   META_FLAG_PROPERTY|META_FLAG_READ,
118884                   /* name */
118885 mike  1.1.2.1     "CallSpeed",
118886                   /* qualifiers */
118887                   _CIM_CallBasedModem_CallSpeed_qualifiers,
118888                   /* type */
118889                   CIMTYPE_UINT32,
118890                   /* subscript */
118891                   -1,
118892                   /* value */
118893                   0,
118894               };
118895               
118896               static const char*
118897               _CIM_CallBasedModem_CallStatus_qualifiers[] =
118898               {
118899                   /* ValueMap */
118900                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
118901                   /* Values */
118902                   "\062\000\013Unknown\000Other\000Offline\000On Hook\000Dialing\000Waiting for Answer\000Ringing\000Modem Detected\000Negotiating\000Online\000Error\000",
118903                   0,
118904               };
118905               
118906 mike  1.1.2.1 static MetaProperty
118907               _CIM_CallBasedModem_CallStatus =
118908               {
118909                   /* flags */
118910                   META_FLAG_PROPERTY|META_FLAG_READ,
118911                   /* name */
118912                   "CallStatus",
118913                   /* qualifiers */
118914                   _CIM_CallBasedModem_CallStatus_qualifiers,
118915                   /* type */
118916                   CIMTYPE_UINT16,
118917                   /* subscript */
118918                   -1,
118919                   /* value */
118920                   0,
118921               };
118922               
118923               static const char*
118924               _CIM_CallBasedModem_CharsSent_qualifiers[] =
118925               {
118926                   /* Counter */
118927 mike  1.1.2.1     "\012\001",
118928                   0,
118929               };
118930               
118931               static MetaProperty
118932               _CIM_CallBasedModem_CharsSent =
118933               {
118934                   /* flags */
118935                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118936                   /* name */
118937                   "CharsSent",
118938                   /* qualifiers */
118939                   _CIM_CallBasedModem_CharsSent_qualifiers,
118940                   /* type */
118941                   CIMTYPE_UINT32,
118942                   /* subscript */
118943                   -1,
118944                   /* value */
118945                   0,
118946               };
118947               
118948 mike  1.1.2.1 static const char*
118949               _CIM_CallBasedModem_CharsReceived_qualifiers[] =
118950               {
118951                   /* Counter */
118952                   "\012\001",
118953                   0,
118954               };
118955               
118956               static MetaProperty
118957               _CIM_CallBasedModem_CharsReceived =
118958               {
118959                   /* flags */
118960                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118961                   /* name */
118962                   "CharsReceived",
118963                   /* qualifiers */
118964                   _CIM_CallBasedModem_CharsReceived_qualifiers,
118965                   /* type */
118966                   CIMTYPE_UINT32,
118967                   /* subscript */
118968                   -1,
118969 mike  1.1.2.1     /* value */
118970                   0,
118971               };
118972               
118973               static const char*
118974               _CIM_CallBasedModem_CharsLost_qualifiers[] =
118975               {
118976                   /* Counter */
118977                   "\012\001",
118978                   0,
118979               };
118980               
118981               static MetaProperty
118982               _CIM_CallBasedModem_CharsLost =
118983               {
118984                   /* flags */
118985                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118986                   /* name */
118987                   "CharsLost",
118988                   /* qualifiers */
118989                   _CIM_CallBasedModem_CharsLost_qualifiers,
118990 mike  1.1.2.1     /* type */
118991                   CIMTYPE_UINT32,
118992                   /* subscript */
118993                   -1,
118994                   /* value */
118995                   0,
118996               };
118997               
118998               static const char*
118999               _CIM_CallBasedModem_BlocksSent_qualifiers[] =
119000               {
119001                   /* Counter */
119002                   "\012\001",
119003                   0,
119004               };
119005               
119006               static MetaProperty
119007               _CIM_CallBasedModem_BlocksSent =
119008               {
119009                   /* flags */
119010                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119011 mike  1.1.2.1     /* name */
119012                   "BlocksSent",
119013                   /* qualifiers */
119014                   _CIM_CallBasedModem_BlocksSent_qualifiers,
119015                   /* type */
119016                   CIMTYPE_UINT32,
119017                   /* subscript */
119018                   -1,
119019                   /* value */
119020                   0,
119021               };
119022               
119023               static const char*
119024               _CIM_CallBasedModem_BlocksResent_qualifiers[] =
119025               {
119026                   /* Counter */
119027                   "\012\001",
119028                   0,
119029               };
119030               
119031               static MetaProperty
119032 mike  1.1.2.1 _CIM_CallBasedModem_BlocksResent =
119033               {
119034                   /* flags */
119035                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119036                   /* name */
119037                   "BlocksResent",
119038                   /* qualifiers */
119039                   _CIM_CallBasedModem_BlocksResent_qualifiers,
119040                   /* type */
119041                   CIMTYPE_UINT32,
119042                   /* subscript */
119043                   -1,
119044                   /* value */
119045                   0,
119046               };
119047               
119048               static const char*
119049               _CIM_CallBasedModem_BlocksReceived_qualifiers[] =
119050               {
119051                   /* Counter */
119052                   "\012\001",
119053 mike  1.1.2.1     0,
119054               };
119055               
119056               static MetaProperty
119057               _CIM_CallBasedModem_BlocksReceived =
119058               {
119059                   /* flags */
119060                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119061                   /* name */
119062                   "BlocksReceived",
119063                   /* qualifiers */
119064                   _CIM_CallBasedModem_BlocksReceived_qualifiers,
119065                   /* type */
119066                   CIMTYPE_UINT32,
119067                   /* subscript */
119068                   -1,
119069                   /* value */
119070                   0,
119071               };
119072               
119073               static const char*
119074 mike  1.1.2.1 _CIM_CallBasedModem_BlockErrors_qualifiers[] =
119075               {
119076                   /* Counter */
119077                   "\012\001",
119078                   0,
119079               };
119080               
119081               static MetaProperty
119082               _CIM_CallBasedModem_BlockErrors =
119083               {
119084                   /* flags */
119085                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119086                   /* name */
119087                   "BlockErrors",
119088                   /* qualifiers */
119089                   _CIM_CallBasedModem_BlockErrors_qualifiers,
119090                   /* type */
119091                   CIMTYPE_UINT32,
119092                   /* subscript */
119093                   -1,
119094                   /* value */
119095 mike  1.1.2.1     0,
119096               };
119097               
119098               static const char*
119099               _CIM_CallBasedModem_CallLength_qualifiers[] =
119100               {
119101                   0,
119102               };
119103               
119104               static MetaProperty
119105               _CIM_CallBasedModem_CallLength =
119106               {
119107                   /* flags */
119108                   META_FLAG_PROPERTY|META_FLAG_READ,
119109                   /* name */
119110                   "CallLength",
119111                   /* qualifiers */
119112                   _CIM_CallBasedModem_CallLength_qualifiers,
119113                   /* type */
119114                   CIMTYPE_DATETIME,
119115                   /* subscript */
119116 mike  1.1.2.1     -1,
119117                   /* value */
119118                   0,
119119               };
119120               
119121               static const char*
119122               _CIM_CallBasedModem_NumberDialed_qualifiers[] =
119123               {
119124                   0,
119125               };
119126               
119127               static MetaProperty
119128               _CIM_CallBasedModem_NumberDialed =
119129               {
119130                   /* flags */
119131                   META_FLAG_PROPERTY|META_FLAG_READ,
119132                   /* name */
119133                   "NumberDialed",
119134                   /* qualifiers */
119135                   _CIM_CallBasedModem_NumberDialed_qualifiers,
119136                   /* type */
119137 mike  1.1.2.1     CIMTYPE_STRING,
119138                   /* subscript */
119139                   -1,
119140                   /* value */
119141                   0,
119142               };
119143               
119144               static MetaFeature*
119145               _CIM_CallBasedModem_features[] =
119146               {
119147                   (MetaFeature*)&_CIM_CallBasedModem_FallbackEnabled,
119148                   (MetaFeature*)&_CIM_CallBasedModem_CompressionSupported,
119149                   (MetaFeature*)&_CIM_CallBasedModem_OtherCompressionDescription,
119150                   (MetaFeature*)&_CIM_CallBasedModem_CompressionInfo,
119151                   (MetaFeature*)&_CIM_CallBasedModem_OtherCompressionInfoDescription,
119152                   (MetaFeature*)&_CIM_CallBasedModem_ModulationSupported,
119153                   (MetaFeature*)&_CIM_CallBasedModem_OtherModulationDescription,
119154                   (MetaFeature*)&_CIM_CallBasedModem_ModulationScheme,
119155                   (MetaFeature*)&_CIM_CallBasedModem_OtherSchemeDescription,
119156                   (MetaFeature*)&_CIM_CallBasedModem_ErrorControlSupported,
119157                   (MetaFeature*)&_CIM_CallBasedModem_OtherErrorControlDescription,
119158 mike  1.1.2.1     (MetaFeature*)&_CIM_CallBasedModem_ErrorControlInfo,
119159                   (MetaFeature*)&_CIM_CallBasedModem_OtherErrorControlInfoDescription,
119160                   (MetaFeature*)&_CIM_CallBasedModem_TimeOfLastReset,
119161                   (MetaFeature*)&_CIM_CallBasedModem_CallSpeed,
119162                   (MetaFeature*)&_CIM_CallBasedModem_CallStatus,
119163                   (MetaFeature*)&_CIM_CallBasedModem_CharsSent,
119164                   (MetaFeature*)&_CIM_CallBasedModem_CharsReceived,
119165                   (MetaFeature*)&_CIM_CallBasedModem_CharsLost,
119166                   (MetaFeature*)&_CIM_CallBasedModem_BlocksSent,
119167                   (MetaFeature*)&_CIM_CallBasedModem_BlocksResent,
119168                   (MetaFeature*)&_CIM_CallBasedModem_BlocksReceived,
119169                   (MetaFeature*)&_CIM_CallBasedModem_BlockErrors,
119170                   (MetaFeature*)&_CIM_CallBasedModem_CallLength,
119171                   (MetaFeature*)&_CIM_CallBasedModem_NumberDialed,
119172                   0,
119173               };
119174               
119175               static const char*
119176               __root_cimv2_CIM_CallBasedModem_qualifiers[] =
119177               {
119178                   /* UMLPackagePath */
119179 mike  1.1.2.1     "\057CIM::Device::Modems",
119180                   /* Abstract */
119181                   "\002\001",
119182                   /* Version */
119183                   "\0632.10.0",
119184                   0,
119185               };
119186               
119187               MetaClass
119188               __root_cimv2_CIM_CallBasedModem =
119189               {
119190                   /* flags */
119191                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
119192                   /* name */
119193                   "CIM_CallBasedModem",
119194                   /* qualifiers */
119195                   __root_cimv2_CIM_CallBasedModem_qualifiers,
119196                   /* super */
119197                   &__root_cimv2_CIM_Modem,
119198                   /* features */
119199                   _CIM_CallBasedModem_features,
119200 mike  1.1.2.1 };
119201               
119202               //==============================================================================
119203               //
119204               // Class: CIM_CDROMDrive
119205               //
119206               //==============================================================================
119207               
119208               static MetaFeature*
119209               _CIM_CDROMDrive_features[] =
119210               {
119211                   0,
119212               };
119213               
119214               static const char*
119215               __root_cimv2_CIM_CDROMDrive_qualifiers[] =
119216               {
119217                   /* UMLPackagePath */
119218                   "\057CIM::Device::StorageDevices",
119219                   /* Version */
119220                   "\0632.6.0",
119221 mike  1.1.2.1     0,
119222               };
119223               
119224               MetaClass
119225               __root_cimv2_CIM_CDROMDrive =
119226               {
119227                   /* flags */
119228                   META_FLAG_CLASS,
119229                   /* name */
119230                   "CIM_CDROMDrive",
119231                   /* qualifiers */
119232                   __root_cimv2_CIM_CDROMDrive_qualifiers,
119233                   /* super */
119234                   &__root_cimv2_CIM_MediaAccessDevice,
119235                   /* features */
119236                   _CIM_CDROMDrive_features,
119237               };
119238               
119239               //==============================================================================
119240               //
119241               // Class: CIM_ChangerDevice
119242 mike  1.1.2.1 //
119243               //==============================================================================
119244               
119245               static const char*
119246               _CIM_ChangerDevice_MaxTransitTime_qualifiers[] =
119247               {
119248                   /* Units */
119249                   "\060Seconds",
119250                   0,
119251               };
119252               
119253               static MetaProperty
119254               _CIM_ChangerDevice_MaxTransitTime =
119255               {
119256                   /* flags */
119257                   META_FLAG_PROPERTY|META_FLAG_READ,
119258                   /* name */
119259                   "MaxTransitTime",
119260                   /* qualifiers */
119261                   _CIM_ChangerDevice_MaxTransitTime_qualifiers,
119262                   /* type */
119263 mike  1.1.2.1     CIMTYPE_UINT32,
119264                   /* subscript */
119265                   -1,
119266                   /* value */
119267                   0,
119268               };
119269               
119270               static const char*
119271               _CIM_ChangerDevice_MediaFlipSupported_qualifiers[] =
119272               {
119273                   0,
119274               };
119275               
119276               static MetaProperty
119277               _CIM_ChangerDevice_MediaFlipSupported =
119278               {
119279                   /* flags */
119280                   META_FLAG_PROPERTY|META_FLAG_READ,
119281                   /* name */
119282                   "MediaFlipSupported",
119283                   /* qualifiers */
119284 mike  1.1.2.1     _CIM_ChangerDevice_MediaFlipSupported_qualifiers,
119285                   /* type */
119286                   CIMTYPE_BOOLEAN,
119287                   /* subscript */
119288                   -1,
119289                   /* value */
119290                   0,
119291               };
119292               
119293               static const char*
119294               _CIM_ChangerDevice_AuditInProgress_qualifiers[] =
119295               {
119296                   0,
119297               };
119298               
119299               static MetaProperty
119300               _CIM_ChangerDevice_AuditInProgress =
119301               {
119302                   /* flags */
119303                   META_FLAG_PROPERTY|META_FLAG_READ,
119304                   /* name */
119305 mike  1.1.2.1     "AuditInProgress",
119306                   /* qualifiers */
119307                   _CIM_ChangerDevice_AuditInProgress_qualifiers,
119308                   /* type */
119309                   CIMTYPE_BOOLEAN,
119310                   /* subscript */
119311                   -1,
119312                   /* value */
119313                   0,
119314               };
119315               
119316               static const char*
119317               _CIM_ChangerDevice_AuditsPerformed_qualifiers[] =
119318               {
119319                   /* Counter */
119320                   "\012\001",
119321                   0,
119322               };
119323               
119324               static MetaProperty
119325               _CIM_ChangerDevice_AuditsPerformed =
119326 mike  1.1.2.1 {
119327                   /* flags */
119328                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119329                   /* name */
119330                   "AuditsPerformed",
119331                   /* qualifiers */
119332                   _CIM_ChangerDevice_AuditsPerformed_qualifiers,
119333                   /* type */
119334                   CIMTYPE_UINT64,
119335                   /* subscript */
119336                   -1,
119337                   /* value */
119338                   0,
119339               };
119340               
119341               static MetaFeature*
119342               _CIM_ChangerDevice_features[] =
119343               {
119344                   (MetaFeature*)&_CIM_ChangerDevice_MaxTransitTime,
119345                   (MetaFeature*)&_CIM_ChangerDevice_MediaFlipSupported,
119346                   (MetaFeature*)&_CIM_ChangerDevice_AuditInProgress,
119347 mike  1.1.2.1     (MetaFeature*)&_CIM_ChangerDevice_AuditsPerformed,
119348                   0,
119349               };
119350               
119351               static const char*
119352               __root_cimv2_CIM_ChangerDevice_qualifiers[] =
119353               {
119354                   /* UMLPackagePath */
119355                   "\057CIM::Device::StorageLib",
119356                   /* Version */
119357                   "\0632.6.0",
119358                   0,
119359               };
119360               
119361               MetaClass
119362               __root_cimv2_CIM_ChangerDevice =
119363               {
119364                   /* flags */
119365                   META_FLAG_CLASS,
119366                   /* name */
119367                   "CIM_ChangerDevice",
119368 mike  1.1.2.1     /* qualifiers */
119369                   __root_cimv2_CIM_ChangerDevice_qualifiers,
119370                   /* super */
119371                   &__root_cimv2_CIM_MediaTransferDevice,
119372                   /* features */
119373                   _CIM_ChangerDevice_features,
119374               };
119375               
119376               //==============================================================================
119377               //
119378               // Class: CIM_ClusteringSAP
119379               //
119380               //==============================================================================
119381               
119382               static MetaFeature*
119383               _CIM_ClusteringSAP_features[] =
119384               {
119385                   0,
119386               };
119387               
119388               static const char*
119389 mike  1.1.2.1 __root_cimv2_CIM_ClusteringSAP_qualifiers[] =
119390               {
119391                   /* UMLPackagePath */
119392                   "\057CIM::System::SystemElements",
119393                   /* Version */
119394                   "\0632.6.0",
119395                   0,
119396               };
119397               
119398               MetaClass
119399               __root_cimv2_CIM_ClusteringSAP =
119400               {
119401                   /* flags */
119402                   META_FLAG_CLASS,
119403                   /* name */
119404                   "CIM_ClusteringSAP",
119405                   /* qualifiers */
119406                   __root_cimv2_CIM_ClusteringSAP_qualifiers,
119407                   /* super */
119408                   &__root_cimv2_CIM_ServiceAccessPoint,
119409                   /* features */
119410 mike  1.1.2.1     _CIM_ClusteringSAP_features,
119411               };
119412               
119413               //==============================================================================
119414               //
119415               // Class: CIM_CollectionInSystem
119416               //
119417               //==============================================================================
119418               
119419               static const char*
119420               _CIM_CollectionInSystem_Parent_qualifiers[] =
119421               {
119422                   /* Key */
119423                   "\025\001",
119424                   /* Aggregate */
119425                   "\003\001",
119426                   /* Max */
119427                   "\027\000\000\000\001",
119428                   0,
119429               };
119430               
119431 mike  1.1.2.1 static MetaReference
119432               _CIM_CollectionInSystem_Parent =
119433               {
119434                   /* flags */
119435                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
119436                   /* name */
119437                   "Parent",
119438                   /* qualifiers */
119439                   _CIM_CollectionInSystem_Parent_qualifiers,
119440                   /* subscript */
119441                   -1,
119442                   /* refId */
119443                   &__root_cimv2_CIM_System,
119444               };
119445               
119446               static const char*
119447               _CIM_CollectionInSystem_Child_qualifiers[] =
119448               {
119449                   /* Key */
119450                   "\025\001",
119451                   0,
119452 mike  1.1.2.1 };
119453               
119454               static MetaReference
119455               _CIM_CollectionInSystem_Child =
119456               {
119457                   /* flags */
119458                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
119459                   /* name */
119460                   "Child",
119461                   /* qualifiers */
119462                   _CIM_CollectionInSystem_Child_qualifiers,
119463                   /* subscript */
119464                   -1,
119465                   /* refId */
119466                   &__root_cimv2_CIM_Collection,
119467               };
119468               
119469               static MetaFeature*
119470               _CIM_CollectionInSystem_features[] =
119471               {
119472                   (MetaFeature*)&_CIM_CollectionInSystem_Parent,
119473 mike  1.1.2.1     (MetaFeature*)&_CIM_CollectionInSystem_Child,
119474                   0,
119475               };
119476               
119477               static const char*
119478               __root_cimv2_CIM_CollectionInSystem_qualifiers[] =
119479               {
119480                   /* ASSOCIATION */
119481                   "\000\001",
119482                   /* UMLPackagePath */
119483                   "\057CIM::User::Org",
119484                   /* Aggregation */
119485                   "\004\001",
119486                   /* Version */
119487                   "\0632.6.0",
119488                   0,
119489               };
119490               
119491               MetaClass
119492               __root_cimv2_CIM_CollectionInSystem =
119493               {
119494 mike  1.1.2.1     /* flags */
119495                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
119496                   /* name */
119497                   "CIM_CollectionInSystem",
119498                   /* qualifiers */
119499                   __root_cimv2_CIM_CollectionInSystem_qualifiers,
119500                   /* super */
119501                   0,
119502                   /* features */
119503                   _CIM_CollectionInSystem_features,
119504               };
119505               
119506               //==============================================================================
119507               //
119508               // Class: CIM_CommonDatabase
119509               //
119510               //==============================================================================
119511               
119512               static const char*
119513               _CIM_CommonDatabase_InstanceID_qualifiers[] =
119514               {
119515 mike  1.1.2.1     /* Key */
119516                   "\025\001",
119517                   0,
119518               };
119519               
119520               static MetaProperty
119521               _CIM_CommonDatabase_InstanceID =
119522               {
119523                   /* flags */
119524                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
119525                   /* name */
119526                   "InstanceID",
119527                   /* qualifiers */
119528                   _CIM_CommonDatabase_InstanceID_qualifiers,
119529                   /* type */
119530                   CIMTYPE_STRING,
119531                   /* subscript */
119532                   -1,
119533                   /* value */
119534                   0,
119535               };
119536 mike  1.1.2.1 
119537               static const char*
119538               _CIM_CommonDatabase_DatabaseVersion_qualifiers[] =
119539               {
119540                   /* MappingStrings */
119541                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoVersion\000",
119542                   0,
119543               };
119544               
119545               static MetaProperty
119546               _CIM_CommonDatabase_DatabaseVersion =
119547               {
119548                   /* flags */
119549                   META_FLAG_PROPERTY|META_FLAG_READ,
119550                   /* name */
119551                   "DatabaseVersion",
119552                   /* qualifiers */
119553                   _CIM_CommonDatabase_DatabaseVersion_qualifiers,
119554                   /* type */
119555                   CIMTYPE_STRING,
119556                   /* subscript */
119557 mike  1.1.2.1     -1,
119558                   /* value */
119559                   0,
119560               };
119561               
119562               static const char*
119563               _CIM_CommonDatabase_LastBackup_qualifiers[] =
119564               {
119565                   /* MappingStrings */
119566                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoLastBackup\000",
119567                   0,
119568               };
119569               
119570               static MetaProperty
119571               _CIM_CommonDatabase_LastBackup =
119572               {
119573                   /* flags */
119574                   META_FLAG_PROPERTY|META_FLAG_READ,
119575                   /* name */
119576                   "LastBackup",
119577                   /* qualifiers */
119578 mike  1.1.2.1     _CIM_CommonDatabase_LastBackup_qualifiers,
119579                   /* type */
119580                   CIMTYPE_DATETIME,
119581                   /* subscript */
119582                   -1,
119583                   /* value */
119584                   0,
119585               };
119586               
119587               static const char*
119588               _CIM_CommonDatabase_SizeAllocated_qualifiers[] =
119589               {
119590                   /* MappingStrings */
119591                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeAllocated\000",
119592                   0,
119593               };
119594               
119595               static MetaProperty
119596               _CIM_CommonDatabase_SizeAllocated =
119597               {
119598                   /* flags */
119599 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
119600                   /* name */
119601                   "SizeAllocated",
119602                   /* qualifiers */
119603                   _CIM_CommonDatabase_SizeAllocated_qualifiers,
119604                   /* type */
119605                   CIMTYPE_UINT32,
119606                   /* subscript */
119607                   -1,
119608                   /* value */
119609                   0,
119610               };
119611               
119612               static const char*
119613               _CIM_CommonDatabase_SizeUnits_qualifiers[] =
119614               {
119615                   /* ValueMap */
119616                   "\061\000\0051\0002\0003\0004\0005\000",
119617                   /* Values */
119618                   "\062\000\005Bytes\000Kilobyes\000Megabytes\000Gigabytes\000Terabytes\000",
119619                   /* MappingStrings */
119620 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeUnits\000",
119621                   0,
119622               };
119623               
119624               static MetaProperty
119625               _CIM_CommonDatabase_SizeUnits =
119626               {
119627                   /* flags */
119628                   META_FLAG_PROPERTY|META_FLAG_READ,
119629                   /* name */
119630                   "SizeUnits",
119631                   /* qualifiers */
119632                   _CIM_CommonDatabase_SizeUnits_qualifiers,
119633                   /* type */
119634                   CIMTYPE_UINT16,
119635                   /* subscript */
119636                   -1,
119637                   /* value */
119638                   0,
119639               };
119640               
119641 mike  1.1.2.1 static MetaFeature*
119642               _CIM_CommonDatabase_features[] =
119643               {
119644                   (MetaFeature*)&_CIM_CommonDatabase_InstanceID,
119645                   (MetaFeature*)&_CIM_CommonDatabase_DatabaseVersion,
119646                   (MetaFeature*)&_CIM_CommonDatabase_LastBackup,
119647                   (MetaFeature*)&_CIM_CommonDatabase_SizeAllocated,
119648                   (MetaFeature*)&_CIM_CommonDatabase_SizeUnits,
119649                   0,
119650               };
119651               
119652               static const char*
119653               __root_cimv2_CIM_CommonDatabase_qualifiers[] =
119654               {
119655                   /* UMLPackagePath */
119656                   "\057CIM::Database::System",
119657                   /* Version */
119658                   "\0632.7.0",
119659                   0,
119660               };
119661               
119662 mike  1.1.2.1 MetaClass
119663               __root_cimv2_CIM_CommonDatabase =
119664               {
119665                   /* flags */
119666                   META_FLAG_CLASS,
119667                   /* name */
119668                   "CIM_CommonDatabase",
119669                   /* qualifiers */
119670                   __root_cimv2_CIM_CommonDatabase_qualifiers,
119671                   /* super */
119672                   &__root_cimv2_CIM_EnabledLogicalElement,
119673                   /* features */
119674                   _CIM_CommonDatabase_features,
119675               };
119676               
119677               //==============================================================================
119678               //
119679               // Class: CIM_CompositeExtent
119680               //
119681               //==============================================================================
119682               
119683 mike  1.1.2.1 static const char*
119684               _CIM_CompositeExtent_NumberOfBlocks_qualifiers[] =
119685               {
119686                   /* Override */
119687                   "\044NumberOfBlocks",
119688                   /* MappingStrings */
119689                   "\026\000\001MIF.DMTF|Volume Set|001.3\000",
119690                   0,
119691               };
119692               
119693               static MetaProperty
119694               _CIM_CompositeExtent_NumberOfBlocks =
119695               {
119696                   /* flags */
119697                   META_FLAG_PROPERTY|META_FLAG_READ,
119698                   /* name */
119699                   "NumberOfBlocks",
119700                   /* qualifiers */
119701                   _CIM_CompositeExtent_NumberOfBlocks_qualifiers,
119702                   /* type */
119703                   CIMTYPE_UINT64,
119704 mike  1.1.2.1     /* subscript */
119705                   -1,
119706                   /* value */
119707                   0,
119708               };
119709               
119710               static const char*
119711               _CIM_CompositeExtent_ExtentStripeLength_qualifiers[] =
119712               {
119713                   /* MappingStrings */
119714                   "\026\000\001MIF.DMTF|Volume Set|001.4\000",
119715                   0,
119716               };
119717               
119718               static MetaProperty
119719               _CIM_CompositeExtent_ExtentStripeLength =
119720               {
119721                   /* flags */
119722                   META_FLAG_PROPERTY|META_FLAG_READ,
119723                   /* name */
119724                   "ExtentStripeLength",
119725 mike  1.1.2.1     /* qualifiers */
119726                   _CIM_CompositeExtent_ExtentStripeLength_qualifiers,
119727                   /* type */
119728                   CIMTYPE_UINT64,
119729                   /* subscript */
119730                   -1,
119731                   /* value */
119732                   0,
119733               };
119734               
119735               static const char*
119736               _CIM_CompositeExtent_ExtentInterleaveDepth_qualifiers[] =
119737               {
119738                   /* MappingStrings */
119739                   "\026\000\001MIF.DMTF|Volume Set|001.5\000",
119740                   0,
119741               };
119742               
119743               static MetaProperty
119744               _CIM_CompositeExtent_ExtentInterleaveDepth =
119745               {
119746 mike  1.1.2.1     /* flags */
119747                   META_FLAG_PROPERTY|META_FLAG_READ,
119748                   /* name */
119749                   "ExtentInterleaveDepth",
119750                   /* qualifiers */
119751                   _CIM_CompositeExtent_ExtentInterleaveDepth_qualifiers,
119752                   /* type */
119753                   CIMTYPE_UINT64,
119754                   /* subscript */
119755                   -1,
119756                   /* value */
119757                   0,
119758               };
119759               
119760               static const char*
119761               _CIM_CompositeExtent_IsConcatenated_qualifiers[] =
119762               {
119763                   0,
119764               };
119765               
119766               static MetaProperty
119767 mike  1.1.2.1 _CIM_CompositeExtent_IsConcatenated =
119768               {
119769                   /* flags */
119770                   META_FLAG_PROPERTY|META_FLAG_READ,
119771                   /* name */
119772                   "IsConcatenated",
119773                   /* qualifiers */
119774                   _CIM_CompositeExtent_IsConcatenated_qualifiers,
119775                   /* type */
119776                   CIMTYPE_BOOLEAN,
119777                   /* subscript */
119778                   -1,
119779                   /* value */
119780                   0,
119781               };
119782               
119783               static MetaFeature*
119784               _CIM_CompositeExtent_features[] =
119785               {
119786                   (MetaFeature*)&_CIM_CompositeExtent_NumberOfBlocks,
119787                   (MetaFeature*)&_CIM_CompositeExtent_ExtentStripeLength,
119788 mike  1.1.2.1     (MetaFeature*)&_CIM_CompositeExtent_ExtentInterleaveDepth,
119789                   (MetaFeature*)&_CIM_CompositeExtent_IsConcatenated,
119790                   0,
119791               };
119792               
119793               static const char*
119794               __root_cimv2_CIM_CompositeExtent_qualifiers[] =
119795               {
119796                   /* UMLPackagePath */
119797                   "\057CIM::Device::StorageExtents",
119798                   /* Version */
119799                   "\0632.7.0",
119800                   0,
119801               };
119802               
119803               MetaClass
119804               __root_cimv2_CIM_CompositeExtent =
119805               {
119806                   /* flags */
119807                   META_FLAG_CLASS,
119808                   /* name */
119809 mike  1.1.2.1     "CIM_CompositeExtent",
119810                   /* qualifiers */
119811                   __root_cimv2_CIM_CompositeExtent_qualifiers,
119812                   /* super */
119813                   &__root_cimv2_CIM_StorageExtent,
119814                   /* features */
119815                   _CIM_CompositeExtent_features,
119816               };
119817               
119818               //==============================================================================
119819               //
119820               // Class: CIM_CompositeExtentBasedOn
119821               //
119822               //==============================================================================
119823               
119824               static const char*
119825               _CIM_CompositeExtentBasedOn_Antecedent_qualifiers[] =
119826               {
119827                   /* Override */
119828                   "\044Antecedent",
119829                   /* Min */
119830 mike  1.1.2.1     "\033\000\000\000\001",
119831                   0,
119832               };
119833               
119834               static MetaReference
119835               _CIM_CompositeExtentBasedOn_Antecedent =
119836               {
119837                   /* flags */
119838                   META_FLAG_REFERENCE|META_FLAG_READ,
119839                   /* name */
119840                   "Antecedent",
119841                   /* qualifiers */
119842                   _CIM_CompositeExtentBasedOn_Antecedent_qualifiers,
119843                   /* subscript */
119844                   -1,
119845                   /* refId */
119846                   &__root_cimv2_CIM_StorageExtent,
119847               };
119848               
119849               static const char*
119850               _CIM_CompositeExtentBasedOn_Dependent_qualifiers[] =
119851 mike  1.1.2.1 {
119852                   /* Override */
119853                   "\044Dependent",
119854                   0,
119855               };
119856               
119857               static MetaReference
119858               _CIM_CompositeExtentBasedOn_Dependent =
119859               {
119860                   /* flags */
119861                   META_FLAG_REFERENCE|META_FLAG_READ,
119862                   /* name */
119863                   "Dependent",
119864                   /* qualifiers */
119865                   _CIM_CompositeExtentBasedOn_Dependent_qualifiers,
119866                   /* subscript */
119867                   -1,
119868                   /* refId */
119869                   &__root_cimv2_CIM_CompositeExtent,
119870               };
119871               
119872 mike  1.1.2.1 static const char*
119873               _CIM_CompositeExtentBasedOn_OrderIndex_qualifiers[] =
119874               {
119875                   /* Required */
119876                   "\050\001",
119877                   /* Override */
119878                   "\044OrderIndex",
119879                   /* MappingStrings */
119880                   "\026\000\001MIF.DMTF|Protected Space Extent|001.1\000",
119881                   0,
119882               };
119883               
119884               static MetaProperty
119885               _CIM_CompositeExtentBasedOn_OrderIndex =
119886               {
119887                   /* flags */
119888                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
119889                   /* name */
119890                   "OrderIndex",
119891                   /* qualifiers */
119892                   _CIM_CompositeExtentBasedOn_OrderIndex_qualifiers,
119893 mike  1.1.2.1     /* type */
119894                   CIMTYPE_UINT16,
119895                   /* subscript */
119896                   -1,
119897                   /* value */
119898                   0,
119899               };
119900               
119901               static const char*
119902               _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing_qualifiers[] =
119903               {
119904                   0,
119905               };
119906               
119907               static MetaProperty
119908               _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing =
119909               {
119910                   /* flags */
119911                   META_FLAG_PROPERTY|META_FLAG_READ,
119912                   /* name */
119913                   "LBAsMappedByDecrementing",
119914 mike  1.1.2.1     /* qualifiers */
119915                   _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing_qualifiers,
119916                   /* type */
119917                   CIMTYPE_BOOLEAN,
119918                   /* subscript */
119919                   -1,
119920                   /* value */
119921                   0,
119922               };
119923               
119924               static const char*
119925               _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData_qualifiers[] =
119926               {
119927                   0,
119928               };
119929               
119930               static MetaProperty
119931               _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData =
119932               {
119933                   /* flags */
119934                   META_FLAG_PROPERTY|META_FLAG_READ,
119935 mike  1.1.2.1     /* name */
119936                   "LBAMappingIncludesCheckData",
119937                   /* qualifiers */
119938                   _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData_qualifiers,
119939                   /* type */
119940                   CIMTYPE_BOOLEAN,
119941                   /* subscript */
119942                   -1,
119943                   /* value */
119944                   0,
119945               };
119946               
119947               static const char*
119948               _CIM_CompositeExtentBasedOn_NumberOfBlocks_qualifiers[] =
119949               {
119950                   /* MappingStrings */
119951                   "\026\000\001MIF.DMTF|Protected Space Extent|001.3\000",
119952                   /* ModelCorrespondence */
119953                   "\036\000\001CIM_StorageExtent.NumberOfBlocks\000",
119954                   0,
119955               };
119956 mike  1.1.2.1 
119957               static MetaProperty
119958               _CIM_CompositeExtentBasedOn_NumberOfBlocks =
119959               {
119960                   /* flags */
119961                   META_FLAG_PROPERTY|META_FLAG_READ,
119962                   /* name */
119963                   "NumberOfBlocks",
119964                   /* qualifiers */
119965                   _CIM_CompositeExtentBasedOn_NumberOfBlocks_qualifiers,
119966                   /* type */
119967                   CIMTYPE_UINT64,
119968                   /* subscript */
119969                   -1,
119970                   /* value */
119971                   0,
119972               };
119973               
119974               static const char*
119975               _CIM_CompositeExtentBasedOn_BlockSize_qualifiers[] =
119976               {
119977 mike  1.1.2.1     /* Units */
119978                   "\060Bytes",
119979                   /* MappingStrings */
119980                   "\026\000\001MIF.DMTF|Protected Space Extent|001.4\000",
119981                   /* ModelCorrespondence */
119982                   "\036\000\001CIM_StorageExtent.BlockSize\000",
119983                   0,
119984               };
119985               
119986               static MetaProperty
119987               _CIM_CompositeExtentBasedOn_BlockSize =
119988               {
119989                   /* flags */
119990                   META_FLAG_PROPERTY|META_FLAG_READ,
119991                   /* name */
119992                   "BlockSize",
119993                   /* qualifiers */
119994                   _CIM_CompositeExtentBasedOn_BlockSize_qualifiers,
119995                   /* type */
119996                   CIMTYPE_UINT64,
119997                   /* subscript */
119998 mike  1.1.2.1     -1,
119999                   /* value */
120000                   0,
120001               };
120002               
120003               static const char*
120004               _CIM_CompositeExtentBasedOn_UserDataStripeDepth_qualifiers[] =
120005               {
120006                   /* Units */
120007                   "\060Bytes",
120008                   /* MappingStrings */
120009                   "\026\000\001MIF.DMTF|Protected Space Extent|001.6\000",
120010                   0,
120011               };
120012               
120013               static MetaProperty
120014               _CIM_CompositeExtentBasedOn_UserDataStripeDepth =
120015               {
120016                   /* flags */
120017                   META_FLAG_PROPERTY|META_FLAG_READ,
120018                   /* name */
120019 mike  1.1.2.1     "UserDataStripeDepth",
120020                   /* qualifiers */
120021                   _CIM_CompositeExtentBasedOn_UserDataStripeDepth_qualifiers,
120022                   /* type */
120023                   CIMTYPE_UINT64,
120024                   /* subscript */
120025                   -1,
120026                   /* value */
120027                   0,
120028               };
120029               
120030               static const char*
120031               _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers[] =
120032               {
120033                   /* Units */
120034                   "\060Bytes",
120035                   /* MappingStrings */
120036                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
120037                   0,
120038               };
120039               
120040 mike  1.1.2.1 static MetaProperty
120041               _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave =
120042               {
120043                   /* flags */
120044                   META_FLAG_PROPERTY|META_FLAG_READ,
120045                   /* name */
120046                   "UnitsBeforeCheckDataInterleave",
120047                   /* qualifiers */
120048                   _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers,
120049                   /* type */
120050                   CIMTYPE_UINT64,
120051                   /* subscript */
120052                   -1,
120053                   /* value */
120054                   0,
120055               };
120056               
120057               static const char*
120058               _CIM_CompositeExtentBasedOn_UnitsOfCheckData_qualifiers[] =
120059               {
120060                   /* Units */
120061 mike  1.1.2.1     "\060Bytes",
120062                   /* MappingStrings */
120063                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
120064                   0,
120065               };
120066               
120067               static MetaProperty
120068               _CIM_CompositeExtentBasedOn_UnitsOfCheckData =
120069               {
120070                   /* flags */
120071                   META_FLAG_PROPERTY|META_FLAG_READ,
120072                   /* name */
120073                   "UnitsOfCheckData",
120074                   /* qualifiers */
120075                   _CIM_CompositeExtentBasedOn_UnitsOfCheckData_qualifiers,
120076                   /* type */
120077                   CIMTYPE_UINT64,
120078                   /* subscript */
120079                   -1,
120080                   /* value */
120081                   0,
120082 mike  1.1.2.1 };
120083               
120084               static const char*
120085               _CIM_CompositeExtentBasedOn_UnitsOfUserData_qualifiers[] =
120086               {
120087                   /* Units */
120088                   "\060Bytes",
120089                   /* MappingStrings */
120090                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
120091                   0,
120092               };
120093               
120094               static MetaProperty
120095               _CIM_CompositeExtentBasedOn_UnitsOfUserData =
120096               {
120097                   /* flags */
120098                   META_FLAG_PROPERTY|META_FLAG_READ,
120099                   /* name */
120100                   "UnitsOfUserData",
120101                   /* qualifiers */
120102                   _CIM_CompositeExtentBasedOn_UnitsOfUserData_qualifiers,
120103 mike  1.1.2.1     /* type */
120104                   CIMTYPE_UINT64,
120105                   /* subscript */
120106                   -1,
120107                   /* value */
120108                   0,
120109               };
120110               
120111               static MetaFeature*
120112               _CIM_CompositeExtentBasedOn_features[] =
120113               {
120114                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_Antecedent,
120115                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_Dependent,
120116                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_OrderIndex,
120117                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing,
120118                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData,
120119                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_NumberOfBlocks,
120120                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_BlockSize,
120121                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UserDataStripeDepth,
120122                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave,
120123                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsOfCheckData,
120124 mike  1.1.2.1     (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsOfUserData,
120125                   0,
120126               };
120127               
120128               static const char*
120129               __root_cimv2_CIM_CompositeExtentBasedOn_qualifiers[] =
120130               {
120131                   /* ASSOCIATION */
120132                   "\000\001",
120133                   /* UMLPackagePath */
120134                   "\057CIM::Device::StorageExtents",
120135                   /* Version */
120136                   "\0632.7.0",
120137                   0,
120138               };
120139               
120140               MetaClass
120141               __root_cimv2_CIM_CompositeExtentBasedOn =
120142               {
120143                   /* flags */
120144                   META_FLAG_ASSOCIATION,
120145 mike  1.1.2.1     /* name */
120146                   "CIM_CompositeExtentBasedOn",
120147                   /* qualifiers */
120148                   __root_cimv2_CIM_CompositeExtentBasedOn_qualifiers,
120149                   /* super */
120150                   &__root_cimv2_CIM_BasedOn,
120151                   /* features */
120152                   _CIM_CompositeExtentBasedOn_features,
120153               };
120154               
120155               //==============================================================================
120156               //
120157               // Class: CIM_ComputerSystem
120158               //
120159               //==============================================================================
120160               
120161               static const char*
120162               _CIM_ComputerSystem_NameFormat_qualifiers[] =
120163               {
120164                   /* Override */
120165                   "\044NameFormat",
120166 mike  1.1.2.1     /* ValueMap */
120167                   "\061\000\020Other\000IP\000Dial\000HID\000NWA\000HWA\000X25\000ISDN\000IPX\000DCC\000ICD\000E.164\000SNA\000OID/OSI\000WWN\000NAA\000",
120168                   0,
120169               };
120170               
120171               static MetaProperty
120172               _CIM_ComputerSystem_NameFormat =
120173               {
120174                   /* flags */
120175                   META_FLAG_PROPERTY|META_FLAG_READ,
120176                   /* name */
120177                   "NameFormat",
120178                   /* qualifiers */
120179                   _CIM_ComputerSystem_NameFormat_qualifiers,
120180                   /* type */
120181                   CIMTYPE_STRING,
120182                   /* subscript */
120183                   -1,
120184                   /* value */
120185                   0,
120186               };
120187 mike  1.1.2.1 
120188               static const char*
120189               _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers[] =
120190               {
120191                   /* MaxLen */
120192                   "\030\000\000\001\000",
120193                   /* ArrayType */
120194                   "\005Indexed",
120195                   /* ModelCorrespondence */
120196                   "\036\000\001CIM_ComputerSystem.IdentifyingDescriptions\000",
120197                   0,
120198               };
120199               
120200               static MetaProperty
120201               _CIM_ComputerSystem_OtherIdentifyingInfo =
120202               {
120203                   /* flags */
120204                   META_FLAG_PROPERTY|META_FLAG_READ,
120205                   /* name */
120206                   "OtherIdentifyingInfo",
120207                   /* qualifiers */
120208 mike  1.1.2.1     _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers,
120209                   /* type */
120210                   CIMTYPE_STRING,
120211                   /* subscript */
120212                   0,
120213                   /* value */
120214                   0,
120215               };
120216               
120217               static const char*
120218               _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers[] =
120219               {
120220                   /* ArrayType */
120221                   "\005Indexed",
120222                   /* ModelCorrespondence */
120223                   "\036\000\001CIM_ComputerSystem.OtherIdentifyingInfo\000",
120224                   0,
120225               };
120226               
120227               static MetaProperty
120228               _CIM_ComputerSystem_IdentifyingDescriptions =
120229 mike  1.1.2.1 {
120230                   /* flags */
120231                   META_FLAG_PROPERTY|META_FLAG_READ,
120232                   /* name */
120233                   "IdentifyingDescriptions",
120234                   /* qualifiers */
120235                   _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers,
120236                   /* type */
120237                   CIMTYPE_STRING,
120238                   /* subscript */
120239                   0,
120240                   /* value */
120241                   0,
120242               };
120243               
120244               static const char*
120245               _CIM_ComputerSystem_Dedicated_qualifiers[] =
120246               {
120247                   /* ValueMap */
120248                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\000",
120249                   /* Values */
120250 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",
120251                   /* MappingStrings */
120252                   "\026\000\001MIB.IETF|MIB-II.sysServices\000",
120253                   /* ArrayType */
120254                   "\005Indexed",
120255                   /* ModelCorrespondence */
120256                   "\036\000\001CIM_ComputerSystem.OtherDedicatedDescriptions\000",
120257                   0,
120258               };
120259               
120260               static MetaProperty
120261               _CIM_ComputerSystem_Dedicated =
120262               {
120263                   /* flags */
120264                   META_FLAG_PROPERTY|META_FLAG_READ,
120265                   /* name */
120266                   "Dedicated",
120267                   /* qualifiers */
120268                   _CIM_ComputerSystem_Dedicated_qualifiers,
120269                   /* type */
120270                   CIMTYPE_UINT16,
120271 mike  1.1.2.1     /* subscript */
120272                   0,
120273                   /* value */
120274                   0,
120275               };
120276               
120277               static const char*
120278               _CIM_ComputerSystem_OtherDedicatedDescriptions_qualifiers[] =
120279               {
120280                   /* ArrayType */
120281                   "\005Indexed",
120282                   /* ModelCorrespondence */
120283                   "\036\000\001CIM_ComputerSystem.Dedicated\000",
120284                   0,
120285               };
120286               
120287               static MetaProperty
120288               _CIM_ComputerSystem_OtherDedicatedDescriptions =
120289               {
120290                   /* flags */
120291                   META_FLAG_PROPERTY|META_FLAG_READ,
120292 mike  1.1.2.1     /* name */
120293                   "OtherDedicatedDescriptions",
120294                   /* qualifiers */
120295                   _CIM_ComputerSystem_OtherDedicatedDescriptions_qualifiers,
120296                   /* type */
120297                   CIMTYPE_STRING,
120298                   /* subscript */
120299                   0,
120300                   /* value */
120301                   0,
120302               };
120303               
120304               static const char*
120305               _CIM_ComputerSystem_ResetCapability_qualifiers[] =
120306               {
120307                   /* ValueMap */
120308                   "\061\000\0051\0002\0003\0004\0005\000",
120309                   /* Values */
120310                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
120311                   /* MappingStrings */
120312                   "\026\000\001MIF.DMTF|System Hardware Security|001.4\000",
120313 mike  1.1.2.1     0,
120314               };
120315               
120316               static MetaProperty
120317               _CIM_ComputerSystem_ResetCapability =
120318               {
120319                   /* flags */
120320                   META_FLAG_PROPERTY|META_FLAG_READ,
120321                   /* name */
120322                   "ResetCapability",
120323                   /* qualifiers */
120324                   _CIM_ComputerSystem_ResetCapability_qualifiers,
120325                   /* type */
120326                   CIMTYPE_UINT16,
120327                   /* subscript */
120328                   -1,
120329                   /* value */
120330                   0,
120331               };
120332               
120333               static const char*
120334 mike  1.1.2.1 _CIM_ComputerSystem_PowerManagementCapabilities_qualifiers[] =
120335               {
120336                   /* Deprecated */
120337                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
120338                   /* ValueMap */
120339                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
120340                   /* Values */
120341                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
120342                   /* MappingStrings */
120343                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
120344                   0,
120345               };
120346               
120347               static MetaProperty
120348               _CIM_ComputerSystem_PowerManagementCapabilities =
120349               {
120350                   /* flags */
120351                   META_FLAG_PROPERTY|META_FLAG_READ,
120352                   /* name */
120353                   "PowerManagementCapabilities",
120354                   /* qualifiers */
120355 mike  1.1.2.1     _CIM_ComputerSystem_PowerManagementCapabilities_qualifiers,
120356                   /* type */
120357                   CIMTYPE_UINT16,
120358                   /* subscript */
120359                   0,
120360                   /* value */
120361                   0,
120362               };
120363               
120364               static const char*
120365               _CIM_ComputerSystem_SetPowerState_PowerState_qualifiers[] =
120366               {
120367                   /* IN */
120368                   "\024\001",
120369                   /* ValueMap */
120370                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
120371                   /* Values */
120372                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
120373                   0,
120374               };
120375               
120376 mike  1.1.2.1 static MetaProperty
120377               _CIM_ComputerSystem_SetPowerState_PowerState =
120378               {
120379                   /* flags */
120380                   META_FLAG_PROPERTY|META_FLAG_IN,
120381                   /* name */
120382                   "PowerState",
120383                   /* qualifiers */
120384                   _CIM_ComputerSystem_SetPowerState_PowerState_qualifiers,
120385                   /* type */
120386                   CIMTYPE_UINT32,
120387                   /* subscript */
120388                   -1,
120389                   /* value */
120390                   0,
120391               };
120392               
120393               static const char*
120394               _CIM_ComputerSystem_SetPowerState_Time_qualifiers[] =
120395               {
120396                   /* IN */
120397 mike  1.1.2.1     "\024\001",
120398                   0,
120399               };
120400               
120401               static MetaProperty
120402               _CIM_ComputerSystem_SetPowerState_Time =
120403               {
120404                   /* flags */
120405                   META_FLAG_PROPERTY|META_FLAG_IN,
120406                   /* name */
120407                   "Time",
120408                   /* qualifiers */
120409                   _CIM_ComputerSystem_SetPowerState_Time_qualifiers,
120410                   /* type */
120411                   CIMTYPE_DATETIME,
120412                   /* subscript */
120413                   -1,
120414                   /* value */
120415                   0,
120416               };
120417               
120418 mike  1.1.2.1 static MetaFeature*
120419               _CIM_ComputerSystem_SetPowerState_parameters[] =
120420               {
120421                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState_PowerState,
120422                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState_Time,
120423                   0,
120424               };
120425               
120426               static const char*
120427               _CIM_ComputerSystem_SetPowerState_qualifiers[] =
120428               {
120429                   /* Deprecated */
120430                   "\013\000\001CIM_PowerManagementService.SetPowerState\000",
120431                   0,
120432               };
120433               
120434               static MetaMethod
120435               _CIM_ComputerSystem_SetPowerState =
120436               {
120437                   /* flags */
120438                   META_FLAG_METHOD,
120439 mike  1.1.2.1     /* name */
120440                   "CIM_ComputerSystem",
120441                   /* qualifiers */
120442                   _CIM_ComputerSystem_SetPowerState_qualifiers,
120443                   /* type */
120444                   CIMTYPE_UINT32,
120445                   /* parameters */
120446                   _CIM_ComputerSystem_SetPowerState_parameters,
120447               };
120448               
120449               static MetaFeature*
120450               _CIM_ComputerSystem_features[] =
120451               {
120452                   (MetaFeature*)&_CIM_ComputerSystem_NameFormat,
120453                   (MetaFeature*)&_CIM_ComputerSystem_OtherIdentifyingInfo,
120454                   (MetaFeature*)&_CIM_ComputerSystem_IdentifyingDescriptions,
120455                   (MetaFeature*)&_CIM_ComputerSystem_Dedicated,
120456                   (MetaFeature*)&_CIM_ComputerSystem_OtherDedicatedDescriptions,
120457                   (MetaFeature*)&_CIM_ComputerSystem_ResetCapability,
120458                   (MetaFeature*)&_CIM_ComputerSystem_PowerManagementCapabilities,
120459                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState,
120460 mike  1.1.2.1     0,
120461               };
120462               
120463               static const char*
120464               __root_cimv2_CIM_ComputerSystem_qualifiers[] =
120465               {
120466                   /* UMLPackagePath */
120467                   "\057CIM::System::SystemElements",
120468                   /* Version */
120469                   "\0632.7.0",
120470                   0,
120471               };
120472               
120473               MetaClass
120474               __root_cimv2_CIM_ComputerSystem =
120475               {
120476                   /* flags */
120477                   META_FLAG_CLASS,
120478                   /* name */
120479                   "CIM_ComputerSystem",
120480                   /* qualifiers */
120481 mike  1.1.2.1     __root_cimv2_CIM_ComputerSystem_qualifiers,
120482                   /* super */
120483                   &__root_cimv2_CIM_System,
120484                   /* features */
120485                   _CIM_ComputerSystem_features,
120486               };
120487               
120488               //==============================================================================
120489               //
120490               // Class: CIM_ComputerSystemPackage
120491               //
120492               //==============================================================================
120493               
120494               static const char*
120495               _CIM_ComputerSystemPackage_Antecedent_qualifiers[] =
120496               {
120497                   /* Override */
120498                   "\044Antecedent",
120499                   0,
120500               };
120501               
120502 mike  1.1.2.1 static MetaReference
120503               _CIM_ComputerSystemPackage_Antecedent =
120504               {
120505                   /* flags */
120506                   META_FLAG_REFERENCE|META_FLAG_READ,
120507                   /* name */
120508                   "Antecedent",
120509                   /* qualifiers */
120510                   _CIM_ComputerSystemPackage_Antecedent_qualifiers,
120511                   /* subscript */
120512                   -1,
120513                   /* refId */
120514                   &__root_cimv2_CIM_PhysicalPackage,
120515               };
120516               
120517               static const char*
120518               _CIM_ComputerSystemPackage_Dependent_qualifiers[] =
120519               {
120520                   /* Override */
120521                   "\044Dependent",
120522                   0,
120523 mike  1.1.2.1 };
120524               
120525               static MetaReference
120526               _CIM_ComputerSystemPackage_Dependent =
120527               {
120528                   /* flags */
120529                   META_FLAG_REFERENCE|META_FLAG_READ,
120530                   /* name */
120531                   "Dependent",
120532                   /* qualifiers */
120533                   _CIM_ComputerSystemPackage_Dependent_qualifiers,
120534                   /* subscript */
120535                   -1,
120536                   /* refId */
120537                   &__root_cimv2_CIM_ComputerSystem,
120538               };
120539               
120540               static const char*
120541               _CIM_ComputerSystemPackage_PlatformGUID_qualifiers[] =
120542               {
120543                   0,
120544 mike  1.1.2.1 };
120545               
120546               static MetaProperty
120547               _CIM_ComputerSystemPackage_PlatformGUID =
120548               {
120549                   /* flags */
120550                   META_FLAG_PROPERTY|META_FLAG_READ,
120551                   /* name */
120552                   "PlatformGUID",
120553                   /* qualifiers */
120554                   _CIM_ComputerSystemPackage_PlatformGUID_qualifiers,
120555                   /* type */
120556                   CIMTYPE_STRING,
120557                   /* subscript */
120558                   -1,
120559                   /* value */
120560                   0,
120561               };
120562               
120563               static MetaFeature*
120564               _CIM_ComputerSystemPackage_features[] =
120565 mike  1.1.2.1 {
120566                   (MetaFeature*)&_CIM_ComputerSystemPackage_Antecedent,
120567                   (MetaFeature*)&_CIM_ComputerSystemPackage_Dependent,
120568                   (MetaFeature*)&_CIM_ComputerSystemPackage_PlatformGUID,
120569                   0,
120570               };
120571               
120572               static const char*
120573               __root_cimv2_CIM_ComputerSystemPackage_qualifiers[] =
120574               {
120575                   /* ASSOCIATION */
120576                   "\000\001",
120577                   /* UMLPackagePath */
120578                   "\057CIM::System::SystemElements",
120579                   /* Version */
120580                   "\0632.13.0",
120581                   0,
120582               };
120583               
120584               MetaClass
120585               __root_cimv2_CIM_ComputerSystemPackage =
120586 mike  1.1.2.1 {
120587                   /* flags */
120588                   META_FLAG_ASSOCIATION,
120589                   /* name */
120590                   "CIM_ComputerSystemPackage",
120591                   /* qualifiers */
120592                   __root_cimv2_CIM_ComputerSystemPackage_qualifiers,
120593                   /* super */
120594                   &__root_cimv2_CIM_SystemPackaging,
120595                   /* features */
120596                   _CIM_ComputerSystemPackage_features,
120597               };
120598               
120599               //==============================================================================
120600               //
120601               // Class: CIM_ConditioningService
120602               //
120603               //==============================================================================
120604               
120605               static const char*
120606               _CIM_ConditioningService_Enabled_qualifiers[] =
120607 mike  1.1.2.1 {
120608                   /* Deprecated */
120609                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
120610                   0,
120611               };
120612               
120613               static MetaProperty
120614               _CIM_ConditioningService_Enabled =
120615               {
120616                   /* flags */
120617                   META_FLAG_PROPERTY|META_FLAG_READ,
120618                   /* name */
120619                   "Enabled",
120620                   /* qualifiers */
120621                   _CIM_ConditioningService_Enabled_qualifiers,
120622                   /* type */
120623                   CIMTYPE_BOOLEAN,
120624                   /* subscript */
120625                   -1,
120626                   /* value */
120627                   0,
120628 mike  1.1.2.1 };
120629               
120630               static MetaFeature*
120631               _CIM_ConditioningService_features[] =
120632               {
120633                   (MetaFeature*)&_CIM_ConditioningService_Enabled,
120634                   0,
120635               };
120636               
120637               static const char*
120638               __root_cimv2_CIM_ConditioningService_qualifiers[] =
120639               {
120640                   /* UMLPackagePath */
120641                   "\057CIM::Network::QoS",
120642                   /* Version */
120643                   "\0632.7.0",
120644                   0,
120645               };
120646               
120647               MetaClass
120648               __root_cimv2_CIM_ConditioningService =
120649 mike  1.1.2.1 {
120650                   /* flags */
120651                   META_FLAG_CLASS,
120652                   /* name */
120653                   "CIM_ConditioningService",
120654                   /* qualifiers */
120655                   __root_cimv2_CIM_ConditioningService_qualifiers,
120656                   /* super */
120657                   &__root_cimv2_CIM_Service,
120658                   /* features */
120659                   _CIM_ConditioningService_features,
120660               };
120661               
120662               //==============================================================================
120663               //
120664               // Class: CIM_Confederation
120665               //
120666               //==============================================================================
120667               
120668               static const char*
120669               _CIM_Confederation_GroupComponent_qualifiers[] =
120670 mike  1.1.2.1 {
120671                   /* Aggregate */
120672                   "\003\001",
120673                   /* Override */
120674                   "\044GroupComponent",
120675                   /* Max */
120676                   "\027\000\000\000\001",
120677                   0,
120678               };
120679               
120680               static MetaReference
120681               _CIM_Confederation_GroupComponent =
120682               {
120683                   /* flags */
120684                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
120685                   /* name */
120686                   "GroupComponent",
120687                   /* qualifiers */
120688                   _CIM_Confederation_GroupComponent_qualifiers,
120689                   /* subscript */
120690                   -1,
120691 mike  1.1.2.1     /* refId */
120692                   &__root_cimv2_CIM_AutonomousSystem,
120693               };
120694               
120695               static const char*
120696               _CIM_Confederation_PartComponent_qualifiers[] =
120697               {
120698                   /* Override */
120699                   "\044PartComponent",
120700                   0,
120701               };
120702               
120703               static MetaReference
120704               _CIM_Confederation_PartComponent =
120705               {
120706                   /* flags */
120707                   META_FLAG_REFERENCE|META_FLAG_READ,
120708                   /* name */
120709                   "PartComponent",
120710                   /* qualifiers */
120711                   _CIM_Confederation_PartComponent_qualifiers,
120712 mike  1.1.2.1     /* subscript */
120713                   -1,
120714                   /* refId */
120715                   &__root_cimv2_CIM_AutonomousSystem,
120716               };
120717               
120718               static const char*
120719               _CIM_Confederation_ParentASNumber_qualifiers[] =
120720               {
120721                   0,
120722               };
120723               
120724               static MetaProperty
120725               _CIM_Confederation_ParentASNumber =
120726               {
120727                   /* flags */
120728                   META_FLAG_PROPERTY|META_FLAG_READ,
120729                   /* name */
120730                   "ParentASNumber",
120731                   /* qualifiers */
120732                   _CIM_Confederation_ParentASNumber_qualifiers,
120733 mike  1.1.2.1     /* type */
120734                   CIMTYPE_UINT32,
120735                   /* subscript */
120736                   -1,
120737                   /* value */
120738                   0,
120739               };
120740               
120741               static const char*
120742               _CIM_Confederation_ChildASNumber_qualifiers[] =
120743               {
120744                   0,
120745               };
120746               
120747               static MetaProperty
120748               _CIM_Confederation_ChildASNumber =
120749               {
120750                   /* flags */
120751                   META_FLAG_PROPERTY|META_FLAG_READ,
120752                   /* name */
120753                   "ChildASNumber",
120754 mike  1.1.2.1     /* qualifiers */
120755                   _CIM_Confederation_ChildASNumber_qualifiers,
120756                   /* type */
120757                   CIMTYPE_UINT32,
120758                   /* subscript */
120759                   -1,
120760                   /* value */
120761                   0,
120762               };
120763               
120764               static MetaFeature*
120765               _CIM_Confederation_features[] =
120766               {
120767                   (MetaFeature*)&_CIM_Confederation_GroupComponent,
120768                   (MetaFeature*)&_CIM_Confederation_PartComponent,
120769                   (MetaFeature*)&_CIM_Confederation_ParentASNumber,
120770                   (MetaFeature*)&_CIM_Confederation_ChildASNumber,
120771                   0,
120772               };
120773               
120774               static const char*
120775 mike  1.1.2.1 __root_cimv2_CIM_Confederation_qualifiers[] =
120776               {
120777                   /* ASSOCIATION */
120778                   "\000\001",
120779                   /* UMLPackagePath */
120780                   "\057CIM::Network::BGP",
120781                   /* Aggregation */
120782                   "\004\001",
120783                   /* Composition */
120784                   "\011\001",
120785                   /* Version */
120786                   "\0632.7.0",
120787                   0,
120788               };
120789               
120790               MetaClass
120791               __root_cimv2_CIM_Confederation =
120792               {
120793                   /* flags */
120794                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
120795                   /* name */
120796 mike  1.1.2.1     "CIM_Confederation",
120797                   /* qualifiers */
120798                   __root_cimv2_CIM_Confederation_qualifiers,
120799                   /* super */
120800                   &__root_cimv2_CIM_SystemComponent,
120801                   /* features */
120802                   _CIM_Confederation_features,
120803               };
120804               
120805               //==============================================================================
120806               //
120807               // Class: CIM_ConfigurationForSystem
120808               //
120809               //==============================================================================
120810               
120811               static const char*
120812               _CIM_ConfigurationForSystem_Antecedent_qualifiers[] =
120813               {
120814                   /* Override */
120815                   "\044Antecedent",
120816                   /* Min */
120817 mike  1.1.2.1     "\033\000\000\000\001",
120818                   /* Max */
120819                   "\027\000\000\000\001",
120820                   0,
120821               };
120822               
120823               static MetaReference
120824               _CIM_ConfigurationForSystem_Antecedent =
120825               {
120826                   /* flags */
120827                   META_FLAG_REFERENCE|META_FLAG_READ,
120828                   /* name */
120829                   "Antecedent",
120830                   /* qualifiers */
120831                   _CIM_ConfigurationForSystem_Antecedent_qualifiers,
120832                   /* subscript */
120833                   -1,
120834                   /* refId */
120835                   &__root_cimv2_CIM_System,
120836               };
120837               
120838 mike  1.1.2.1 static const char*
120839               _CIM_ConfigurationForSystem_Dependent_qualifiers[] =
120840               {
120841                   /* Override */
120842                   "\044Dependent",
120843                   /* Weak */
120844                   "\064\001",
120845                   0,
120846               };
120847               
120848               static MetaReference
120849               _CIM_ConfigurationForSystem_Dependent =
120850               {
120851                   /* flags */
120852                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
120853                   /* name */
120854                   "Dependent",
120855                   /* qualifiers */
120856                   _CIM_ConfigurationForSystem_Dependent_qualifiers,
120857                   /* subscript */
120858                   -1,
120859 mike  1.1.2.1     /* refId */
120860                   &__root_cimv2_CIM_SystemConfiguration,
120861               };
120862               
120863               static MetaFeature*
120864               _CIM_ConfigurationForSystem_features[] =
120865               {
120866                   (MetaFeature*)&_CIM_ConfigurationForSystem_Antecedent,
120867                   (MetaFeature*)&_CIM_ConfigurationForSystem_Dependent,
120868                   0,
120869               };
120870               
120871               static const char*
120872               __root_cimv2_CIM_ConfigurationForSystem_qualifiers[] =
120873               {
120874                   /* ASSOCIATION */
120875                   "\000\001",
120876                   /* UMLPackagePath */
120877                   "\057CIM::Core::Settings",
120878                   /* Version */
120879                   "\0632.8.0",
120880 mike  1.1.2.1     0,
120881               };
120882               
120883               MetaClass
120884               __root_cimv2_CIM_ConfigurationForSystem =
120885               {
120886                   /* flags */
120887                   META_FLAG_ASSOCIATION,
120888                   /* name */
120889                   "CIM_ConfigurationForSystem",
120890                   /* qualifiers */
120891                   __root_cimv2_CIM_ConfigurationForSystem_qualifiers,
120892                   /* super */
120893                   &__root_cimv2_CIM_HostedDependency,
120894                   /* features */
120895                   _CIM_ConfigurationForSystem_features,
120896               };
120897               
120898               //==============================================================================
120899               //
120900               // Class: CIM_ConfigurationReportingService
120901 mike  1.1.2.1 //
120902               //==============================================================================
120903               
120904               static const char*
120905               _CIM_ConfigurationReportingService_GetClassTypes_InquiryType_qualifiers[] =
120906               {
120907                   /* IN */
120908                   "\024\001",
120909                   /* ValueMap */
120910                   "\061\000\0022\0003\000",
120911                   /* Values */
120912                   "\062\000\002Supports\000Installed\000",
120913                   0,
120914               };
120915               
120916               static MetaProperty
120917               _CIM_ConfigurationReportingService_GetClassTypes_InquiryType =
120918               {
120919                   /* flags */
120920                   META_FLAG_PROPERTY|META_FLAG_IN,
120921                   /* name */
120922 mike  1.1.2.1     "InquiryType",
120923                   /* qualifiers */
120924                   _CIM_ConfigurationReportingService_GetClassTypes_InquiryType_qualifiers,
120925                   /* type */
120926                   CIMTYPE_UINT16,
120927                   /* subscript */
120928                   -1,
120929                   /* value */
120930                   0,
120931               };
120932               
120933               static const char*
120934               _CIM_ConfigurationReportingService_GetClassTypes_Recursive_qualifiers[] =
120935               {
120936                   /* IN */
120937                   "\024\001",
120938                   0,
120939               };
120940               
120941               static MetaProperty
120942               _CIM_ConfigurationReportingService_GetClassTypes_Recursive =
120943 mike  1.1.2.1 {
120944                   /* flags */
120945                   META_FLAG_PROPERTY|META_FLAG_IN,
120946                   /* name */
120947                   "Recursive",
120948                   /* qualifiers */
120949                   _CIM_ConfigurationReportingService_GetClassTypes_Recursive_qualifiers,
120950                   /* type */
120951                   CIMTYPE_BOOLEAN,
120952                   /* subscript */
120953                   -1,
120954                   /* value */
120955                   0,
120956               };
120957               
120958               static const char*
120959               _CIM_ConfigurationReportingService_GetClassTypes_Target_qualifiers[] =
120960               {
120961                   /* IN */
120962                   "\024\001",
120963                   0,
120964 mike  1.1.2.1 };
120965               
120966               static MetaReference
120967               _CIM_ConfigurationReportingService_GetClassTypes_Target =
120968               {
120969                   /* flags */
120970                   META_FLAG_REFERENCE|META_FLAG_IN,
120971                   /* name */
120972                   "Target",
120973                   /* qualifiers */
120974                   _CIM_ConfigurationReportingService_GetClassTypes_Target_qualifiers,
120975                   /* subscript */
120976                   -1,
120977                   /* ref */
120978                   &__root_cimv2_CIM_ManagedElement,
120979               };
120980               
120981               static const char*
120982               _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes_qualifiers[] =
120983               {
120984                   /* IN */
120985 mike  1.1.2.1     "\024\000",
120986                   /* OUT */
120987                   "\043\001",
120988                   0,
120989               };
120990               
120991               static MetaProperty
120992               _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes =
120993               {
120994                   /* flags */
120995                   META_FLAG_PROPERTY|META_FLAG_OUT,
120996                   /* name */
120997                   "ClassTypes",
120998                   /* qualifiers */
120999                   _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes_qualifiers,
121000                   /* type */
121001                   CIMTYPE_STRING,
121002                   /* subscript */
121003                   0,
121004                   /* value */
121005                   0,
121006 mike  1.1.2.1 };
121007               
121008               static MetaFeature*
121009               _CIM_ConfigurationReportingService_GetClassTypes_parameters[] =
121010               {
121011                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_InquiryType,
121012                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_Recursive,
121013                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_Target,
121014                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_ClassTypes,
121015                   0,
121016               };
121017               
121018               static const char*
121019               _CIM_ConfigurationReportingService_GetClassTypes_qualifiers[] =
121020               {
121021                   /* ValueMap */
121022                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121023                   /* Values */
121024                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121025                   0,
121026               };
121027 mike  1.1.2.1 
121028               static MetaMethod
121029               _CIM_ConfigurationReportingService_GetClassTypes =
121030               {
121031                   /* flags */
121032                   META_FLAG_METHOD,
121033                   /* name */
121034                   "CIM_ConfigurationReportingService",
121035                   /* qualifiers */
121036                   _CIM_ConfigurationReportingService_GetClassTypes_qualifiers,
121037                   /* type */
121038                   CIMTYPE_UINT32,
121039                   /* parameters */
121040                   _CIM_ConfigurationReportingService_GetClassTypes_parameters,
121041               };
121042               
121043               static const char*
121044               _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType_qualifiers[] =
121045               {
121046                   /* IN */
121047                   "\024\001",
121048 mike  1.1.2.1     /* ValueMap */
121049                   "\061\000\0022\0003\000",
121050                   /* Values */
121051                   "\062\000\002Supported\000Installed\000",
121052                   0,
121053               };
121054               
121055               static MetaProperty
121056               _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType =
121057               {
121058                   /* flags */
121059                   META_FLAG_PROPERTY|META_FLAG_IN,
121060                   /* name */
121061                   "InquiryType",
121062                   /* qualifiers */
121063                   _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType_qualifiers,
121064                   /* type */
121065                   CIMTYPE_UINT16,
121066                   /* subscript */
121067                   -1,
121068                   /* value */
121069 mike  1.1.2.1     0,
121070               };
121071               
121072               static const char*
121073               _CIM_ConfigurationReportingService_GetUnitTypes_Recursive_qualifiers[] =
121074               {
121075                   /* IN */
121076                   "\024\001",
121077                   0,
121078               };
121079               
121080               static MetaProperty
121081               _CIM_ConfigurationReportingService_GetUnitTypes_Recursive =
121082               {
121083                   /* flags */
121084                   META_FLAG_PROPERTY|META_FLAG_IN,
121085                   /* name */
121086                   "Recursive",
121087                   /* qualifiers */
121088                   _CIM_ConfigurationReportingService_GetUnitTypes_Recursive_qualifiers,
121089                   /* type */
121090 mike  1.1.2.1     CIMTYPE_BOOLEAN,
121091                   /* subscript */
121092                   -1,
121093                   /* value */
121094                   0,
121095               };
121096               
121097               static const char*
121098               _CIM_ConfigurationReportingService_GetUnitTypes_Target_qualifiers[] =
121099               {
121100                   /* IN */
121101                   "\024\001",
121102                   0,
121103               };
121104               
121105               static MetaReference
121106               _CIM_ConfigurationReportingService_GetUnitTypes_Target =
121107               {
121108                   /* flags */
121109                   META_FLAG_REFERENCE|META_FLAG_IN,
121110                   /* name */
121111 mike  1.1.2.1     "Target",
121112                   /* qualifiers */
121113                   _CIM_ConfigurationReportingService_GetUnitTypes_Target_qualifiers,
121114                   /* subscript */
121115                   -1,
121116                   /* ref */
121117                   &__root_cimv2_CIM_ManagedElement,
121118               };
121119               
121120               static const char*
121121               _CIM_ConfigurationReportingService_GetUnitTypes_ClassType_qualifiers[] =
121122               {
121123                   /* IN */
121124                   "\024\001",
121125                   0,
121126               };
121127               
121128               static MetaProperty
121129               _CIM_ConfigurationReportingService_GetUnitTypes_ClassType =
121130               {
121131                   /* flags */
121132 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
121133                   /* name */
121134                   "ClassType",
121135                   /* qualifiers */
121136                   _CIM_ConfigurationReportingService_GetUnitTypes_ClassType_qualifiers,
121137                   /* type */
121138                   CIMTYPE_STRING,
121139                   /* subscript */
121140                   -1,
121141                   /* value */
121142                   0,
121143               };
121144               
121145               static const char*
121146               _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes_qualifiers[] =
121147               {
121148                   /* IN */
121149                   "\024\000",
121150                   /* OUT */
121151                   "\043\001",
121152                   /* ValueMap */
121153 mike  1.1.2.1     "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00032768..65535\000",
121154                   /* Values */
121155                   "\062\000\013None\000Front Side\000Back Side\000Contained\000Connected\000I/O\000Memory\000StorageMediaLocation\000Megabytes\000DMTF Reserved\000Vendor Specific\000",
121156                   /* ModelCorrespondence */
121157                   "\036\000\001CIM_ConfigurationReportingService.ReportCapacity(UnitType)\000",
121158                   0,
121159               };
121160               
121161               static MetaProperty
121162               _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes =
121163               {
121164                   /* flags */
121165                   META_FLAG_PROPERTY|META_FLAG_OUT,
121166                   /* name */
121167                   "UnitTypes",
121168                   /* qualifiers */
121169                   _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes_qualifiers,
121170                   /* type */
121171                   CIMTYPE_UINT16,
121172                   /* subscript */
121173                   0,
121174 mike  1.1.2.1     /* value */
121175                   0,
121176               };
121177               
121178               static MetaFeature*
121179               _CIM_ConfigurationReportingService_GetUnitTypes_parameters[] =
121180               {
121181                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_InquiryType,
121182                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_Recursive,
121183                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_Target,
121184                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_ClassType,
121185                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes,
121186                   0,
121187               };
121188               
121189               static const char*
121190               _CIM_ConfigurationReportingService_GetUnitTypes_qualifiers[] =
121191               {
121192                   /* ValueMap */
121193                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121194                   /* Values */
121195 mike  1.1.2.1     "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121196                   0,
121197               };
121198               
121199               static MetaMethod
121200               _CIM_ConfigurationReportingService_GetUnitTypes =
121201               {
121202                   /* flags */
121203                   META_FLAG_METHOD,
121204                   /* name */
121205                   "CIM_ConfigurationReportingService",
121206                   /* qualifiers */
121207                   _CIM_ConfigurationReportingService_GetUnitTypes_qualifiers,
121208                   /* type */
121209                   CIMTYPE_UINT32,
121210                   /* parameters */
121211                   _CIM_ConfigurationReportingService_GetUnitTypes_parameters,
121212               };
121213               
121214               static const char*
121215               _CIM_ConfigurationReportingService_ReportCapacity_InquiryType_qualifiers[] =
121216 mike  1.1.2.1 {
121217                   /* IN */
121218                   "\024\001",
121219                   /* ValueMap */
121220                   "\061\000\0022\0003\000",
121221                   /* Values */
121222                   "\062\000\002Supported\000Installed\000",
121223                   0,
121224               };
121225               
121226               static MetaProperty
121227               _CIM_ConfigurationReportingService_ReportCapacity_InquiryType =
121228               {
121229                   /* flags */
121230                   META_FLAG_PROPERTY|META_FLAG_IN,
121231                   /* name */
121232                   "InquiryType",
121233                   /* qualifiers */
121234                   _CIM_ConfigurationReportingService_ReportCapacity_InquiryType_qualifiers,
121235                   /* type */
121236                   CIMTYPE_UINT16,
121237 mike  1.1.2.1     /* subscript */
121238                   -1,
121239                   /* value */
121240                   0,
121241               };
121242               
121243               static const char*
121244               _CIM_ConfigurationReportingService_ReportCapacity_Recursive_qualifiers[] =
121245               {
121246                   /* IN */
121247                   "\024\001",
121248                   0,
121249               };
121250               
121251               static MetaProperty
121252               _CIM_ConfigurationReportingService_ReportCapacity_Recursive =
121253               {
121254                   /* flags */
121255                   META_FLAG_PROPERTY|META_FLAG_IN,
121256                   /* name */
121257                   "Recursive",
121258 mike  1.1.2.1     /* qualifiers */
121259                   _CIM_ConfigurationReportingService_ReportCapacity_Recursive_qualifiers,
121260                   /* type */
121261                   CIMTYPE_BOOLEAN,
121262                   /* subscript */
121263                   -1,
121264                   /* value */
121265                   0,
121266               };
121267               
121268               static const char*
121269               _CIM_ConfigurationReportingService_ReportCapacity_Target_qualifiers[] =
121270               {
121271                   /* IN */
121272                   "\024\001",
121273                   0,
121274               };
121275               
121276               static MetaReference
121277               _CIM_ConfigurationReportingService_ReportCapacity_Target =
121278               {
121279 mike  1.1.2.1     /* flags */
121280                   META_FLAG_REFERENCE|META_FLAG_IN,
121281                   /* name */
121282                   "Target",
121283                   /* qualifiers */
121284                   _CIM_ConfigurationReportingService_ReportCapacity_Target_qualifiers,
121285                   /* subscript */
121286                   -1,
121287                   /* ref */
121288                   &__root_cimv2_CIM_ManagedElement,
121289               };
121290               
121291               static const char*
121292               _CIM_ConfigurationReportingService_ReportCapacity_ClassType_qualifiers[] =
121293               {
121294                   /* IN */
121295                   "\024\001",
121296                   0,
121297               };
121298               
121299               static MetaProperty
121300 mike  1.1.2.1 _CIM_ConfigurationReportingService_ReportCapacity_ClassType =
121301               {
121302                   /* flags */
121303                   META_FLAG_PROPERTY|META_FLAG_IN,
121304                   /* name */
121305                   "ClassType",
121306                   /* qualifiers */
121307                   _CIM_ConfigurationReportingService_ReportCapacity_ClassType_qualifiers,
121308                   /* type */
121309                   CIMTYPE_STRING,
121310                   /* subscript */
121311                   -1,
121312                   /* value */
121313                   0,
121314               };
121315               
121316               static const char*
121317               _CIM_ConfigurationReportingService_ReportCapacity_UnitType_qualifiers[] =
121318               {
121319                   /* IN */
121320                   "\024\001",
121321 mike  1.1.2.1     /* ValueMap */
121322                   "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00032768..65535\000",
121323                   /* Values */
121324                   "\062\000\013None\000Front Side\000Back Side\000Contained\000Connected\000I/O\000Memory\000StorageMediaLocation\000Megabytes\000DMTF Reserved\000Vendor Specific\000",
121325                   /* ModelCorrespondence */
121326                   "\036\000\001CIM_ConfigurationReportingService.GetUnitTypes(UnitTypes)\000",
121327                   0,
121328               };
121329               
121330               static MetaProperty
121331               _CIM_ConfigurationReportingService_ReportCapacity_UnitType =
121332               {
121333                   /* flags */
121334                   META_FLAG_PROPERTY|META_FLAG_IN,
121335                   /* name */
121336                   "UnitType",
121337                   /* qualifiers */
121338                   _CIM_ConfigurationReportingService_ReportCapacity_UnitType_qualifiers,
121339                   /* type */
121340                   CIMTYPE_UINT16,
121341                   /* subscript */
121342 mike  1.1.2.1     -1,
121343                   /* value */
121344                   0,
121345               };
121346               
121347               static const char*
121348               _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits_qualifiers[] =
121349               {
121350                   /* IN */
121351                   "\024\000",
121352                   /* OUT */
121353                   "\043\001",
121354                   0,
121355               };
121356               
121357               static MetaProperty
121358               _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits =
121359               {
121360                   /* flags */
121361                   META_FLAG_PROPERTY|META_FLAG_OUT,
121362                   /* name */
121363 mike  1.1.2.1     "NumberOfUnits",
121364                   /* qualifiers */
121365                   _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits_qualifiers,
121366                   /* type */
121367                   CIMTYPE_UINT64,
121368                   /* subscript */
121369                   -1,
121370                   /* value */
121371                   0,
121372               };
121373               
121374               static MetaFeature*
121375               _CIM_ConfigurationReportingService_ReportCapacity_parameters[] =
121376               {
121377                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_InquiryType,
121378                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_Recursive,
121379                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_Target,
121380                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_ClassType,
121381                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_UnitType,
121382                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits,
121383                   0,
121384 mike  1.1.2.1 };
121385               
121386               static const char*
121387               _CIM_ConfigurationReportingService_ReportCapacity_qualifiers[] =
121388               {
121389                   /* ValueMap */
121390                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121391                   /* Values */
121392                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121393                   0,
121394               };
121395               
121396               static MetaMethod
121397               _CIM_ConfigurationReportingService_ReportCapacity =
121398               {
121399                   /* flags */
121400                   META_FLAG_METHOD,
121401                   /* name */
121402                   "CIM_ConfigurationReportingService",
121403                   /* qualifiers */
121404                   _CIM_ConfigurationReportingService_ReportCapacity_qualifiers,
121405 mike  1.1.2.1     /* type */
121406                   CIMTYPE_UINT32,
121407                   /* parameters */
121408                   _CIM_ConfigurationReportingService_ReportCapacity_parameters,
121409               };
121410               
121411               static MetaFeature*
121412               _CIM_ConfigurationReportingService_features[] =
121413               {
121414                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes,
121415                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes,
121416                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity,
121417                   0,
121418               };
121419               
121420               static const char*
121421               __root_cimv2_CIM_ConfigurationReportingService_qualifiers[] =
121422               {
121423                   /* UMLPackagePath */
121424                   "\057CIM::Device::StorageServices",
121425                   /* Version */
121426 mike  1.1.2.1     "\0632.7.0",
121427                   0,
121428               };
121429               
121430               MetaClass
121431               __root_cimv2_CIM_ConfigurationReportingService =
121432               {
121433                   /* flags */
121434                   META_FLAG_CLASS,
121435                   /* name */
121436                   "CIM_ConfigurationReportingService",
121437                   /* qualifiers */
121438                   __root_cimv2_CIM_ConfigurationReportingService_qualifiers,
121439                   /* super */
121440                   &__root_cimv2_CIM_Service,
121441                   /* features */
121442                   _CIM_ConfigurationReportingService_features,
121443               };
121444               
121445               //==============================================================================
121446               //
121447 mike  1.1.2.1 // Class: CIM_ConnectionBasedModem
121448               //
121449               //==============================================================================
121450               
121451               static const char*
121452               _CIM_ConnectionBasedModem_VendorID_qualifiers[] =
121453               {
121454                   0,
121455               };
121456               
121457               static MetaProperty
121458               _CIM_ConnectionBasedModem_VendorID =
121459               {
121460                   /* flags */
121461                   META_FLAG_PROPERTY|META_FLAG_READ,
121462                   /* name */
121463                   "VendorID",
121464                   /* qualifiers */
121465                   _CIM_ConnectionBasedModem_VendorID_qualifiers,
121466                   /* type */
121467                   CIMTYPE_STRING,
121468 mike  1.1.2.1     /* subscript */
121469                   -1,
121470                   /* value */
121471                   0,
121472               };
121473               
121474               static MetaFeature*
121475               _CIM_ConnectionBasedModem_features[] =
121476               {
121477                   (MetaFeature*)&_CIM_ConnectionBasedModem_VendorID,
121478                   0,
121479               };
121480               
121481               static const char*
121482               __root_cimv2_CIM_ConnectionBasedModem_qualifiers[] =
121483               {
121484                   /* UMLPackagePath */
121485                   "\057CIM::Device::Modems",
121486                   /* Abstract */
121487                   "\002\001",
121488                   /* Version */
121489 mike  1.1.2.1     "\0632.10.0",
121490                   0,
121491               };
121492               
121493               MetaClass
121494               __root_cimv2_CIM_ConnectionBasedModem =
121495               {
121496                   /* flags */
121497                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
121498                   /* name */
121499                   "CIM_ConnectionBasedModem",
121500                   /* qualifiers */
121501                   __root_cimv2_CIM_ConnectionBasedModem_qualifiers,
121502                   /* super */
121503                   &__root_cimv2_CIM_Modem,
121504                   /* features */
121505                   _CIM_ConnectionBasedModem_features,
121506               };
121507               
121508               //==============================================================================
121509               //
121510 mike  1.1.2.1 // Class: CIM_ContainedDomain
121511               //
121512               //==============================================================================
121513               
121514               static const char*
121515               _CIM_ContainedDomain_GroupComponent_qualifiers[] =
121516               {
121517                   /* Aggregate */
121518                   "\003\001",
121519                   /* Override */
121520                   "\044GroupComponent",
121521                   0,
121522               };
121523               
121524               static MetaReference
121525               _CIM_ContainedDomain_GroupComponent =
121526               {
121527                   /* flags */
121528                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
121529                   /* name */
121530                   "GroupComponent",
121531 mike  1.1.2.1     /* qualifiers */
121532                   _CIM_ContainedDomain_GroupComponent_qualifiers,
121533                   /* subscript */
121534                   -1,
121535                   /* refId */
121536                   &__root_cimv2_CIM_AdminDomain,
121537               };
121538               
121539               static const char*
121540               _CIM_ContainedDomain_PartComponent_qualifiers[] =
121541               {
121542                   /* Override */
121543                   "\044PartComponent",
121544                   0,
121545               };
121546               
121547               static MetaReference
121548               _CIM_ContainedDomain_PartComponent =
121549               {
121550                   /* flags */
121551                   META_FLAG_REFERENCE|META_FLAG_READ,
121552 mike  1.1.2.1     /* name */
121553                   "PartComponent",
121554                   /* qualifiers */
121555                   _CIM_ContainedDomain_PartComponent_qualifiers,
121556                   /* subscript */
121557                   -1,
121558                   /* refId */
121559                   &__root_cimv2_CIM_AdminDomain,
121560               };
121561               
121562               static MetaFeature*
121563               _CIM_ContainedDomain_features[] =
121564               {
121565                   (MetaFeature*)&_CIM_ContainedDomain_GroupComponent,
121566                   (MetaFeature*)&_CIM_ContainedDomain_PartComponent,
121567                   0,
121568               };
121569               
121570               static const char*
121571               __root_cimv2_CIM_ContainedDomain_qualifiers[] =
121572               {
121573 mike  1.1.2.1     /* ASSOCIATION */
121574                   "\000\001",
121575                   /* UMLPackagePath */
121576                   "\057CIM::Core::CoreElements",
121577                   /* Aggregation */
121578                   "\004\001",
121579                   /* Version */
121580                   "\0632.6.0",
121581                   0,
121582               };
121583               
121584               MetaClass
121585               __root_cimv2_CIM_ContainedDomain =
121586               {
121587                   /* flags */
121588                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
121589                   /* name */
121590                   "CIM_ContainedDomain",
121591                   /* qualifiers */
121592                   __root_cimv2_CIM_ContainedDomain_qualifiers,
121593                   /* super */
121594 mike  1.1.2.1     &__root_cimv2_CIM_SystemComponent,
121595                   /* features */
121596                   _CIM_ContainedDomain_features,
121597               };
121598               
121599               //==============================================================================
121600               //
121601               // Class: CIM_ContainedTransform
121602               //
121603               //==============================================================================
121604               
121605               static const char*
121606               _CIM_ContainedTransform_GroupComponent_qualifiers[] =
121607               {
121608                   /* Aggregate */
121609                   "\003\001",
121610                   /* Override */
121611                   "\044GroupComponent",
121612                   /* MappingStrings */
121613                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.GroupComponent\000",
121614                   0,
121615 mike  1.1.2.1 };
121616               
121617               static MetaReference
121618               _CIM_ContainedTransform_GroupComponent =
121619               {
121620                   /* flags */
121621                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
121622                   /* name */
121623                   "GroupComponent",
121624                   /* qualifiers */
121625                   _CIM_ContainedTransform_GroupComponent_qualifiers,
121626                   /* subscript */
121627                   -1,
121628                   /* refId */
121629                   &__root_cimv2_CIM_IPsecProposal,
121630               };
121631               
121632               static const char*
121633               _CIM_ContainedTransform_PartComponent_qualifiers[] =
121634               {
121635                   /* Override */
121636 mike  1.1.2.1     "\044PartComponent",
121637                   /* Min */
121638                   "\033\000\000\000\001",
121639                   /* MappingStrings */
121640                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.PartComponent\000",
121641                   0,
121642               };
121643               
121644               static MetaReference
121645               _CIM_ContainedTransform_PartComponent =
121646               {
121647                   /* flags */
121648                   META_FLAG_REFERENCE|META_FLAG_READ,
121649                   /* name */
121650                   "PartComponent",
121651                   /* qualifiers */
121652                   _CIM_ContainedTransform_PartComponent_qualifiers,
121653                   /* subscript */
121654                   -1,
121655                   /* refId */
121656                   &__root_cimv2_CIM_SATransform,
121657 mike  1.1.2.1 };
121658               
121659               static const char*
121660               _CIM_ContainedTransform_SequenceNumber_qualifiers[] =
121661               {
121662                   /* MappingStrings */
121663                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.SequenceNumber\000",
121664                   0,
121665               };
121666               
121667               static MetaProperty
121668               _CIM_ContainedTransform_SequenceNumber =
121669               {
121670                   /* flags */
121671                   META_FLAG_PROPERTY|META_FLAG_READ,
121672                   /* name */
121673                   "SequenceNumber",
121674                   /* qualifiers */
121675                   _CIM_ContainedTransform_SequenceNumber_qualifiers,
121676                   /* type */
121677                   CIMTYPE_UINT16,
121678 mike  1.1.2.1     /* subscript */
121679                   -1,
121680                   /* value */
121681                   0,
121682               };
121683               
121684               static MetaFeature*
121685               _CIM_ContainedTransform_features[] =
121686               {
121687                   (MetaFeature*)&_CIM_ContainedTransform_GroupComponent,
121688                   (MetaFeature*)&_CIM_ContainedTransform_PartComponent,
121689                   (MetaFeature*)&_CIM_ContainedTransform_SequenceNumber,
121690                   0,
121691               };
121692               
121693               static const char*
121694               __root_cimv2_CIM_ContainedTransform_qualifiers[] =
121695               {
121696                   /* ASSOCIATION */
121697                   "\000\001",
121698                   /* UMLPackagePath */
121699 mike  1.1.2.1     "\057CIM::IPsecPolicy",
121700                   /* Aggregation */
121701                   "\004\001",
121702                   /* Version */
121703                   "\0632.8.0",
121704                   /* MappingStrings */
121705                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform\000",
121706                   0,
121707               };
121708               
121709               MetaClass
121710               __root_cimv2_CIM_ContainedTransform =
121711               {
121712                   /* flags */
121713                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
121714                   /* name */
121715                   "CIM_ContainedTransform",
121716                   /* qualifiers */
121717                   __root_cimv2_CIM_ContainedTransform_qualifiers,
121718                   /* super */
121719                   &__root_cimv2_CIM_Component,
121720 mike  1.1.2.1     /* features */
121721                   _CIM_ContainedTransform_features,
121722               };
121723               
121724               //==============================================================================
121725               //
121726               // Class: CIM_Controller
121727               //
121728               //==============================================================================
121729               
121730               static const char*
121731               _CIM_Controller_TimeOfLastReset_qualifiers[] =
121732               {
121733                   0,
121734               };
121735               
121736               static MetaProperty
121737               _CIM_Controller_TimeOfLastReset =
121738               {
121739                   /* flags */
121740                   META_FLAG_PROPERTY|META_FLAG_READ,
121741 mike  1.1.2.1     /* name */
121742                   "TimeOfLastReset",
121743                   /* qualifiers */
121744                   _CIM_Controller_TimeOfLastReset_qualifiers,
121745                   /* type */
121746                   CIMTYPE_DATETIME,
121747                   /* subscript */
121748                   -1,
121749                   /* value */
121750                   0,
121751               };
121752               
121753               static const char*
121754               _CIM_Controller_ProtocolSupported_qualifiers[] =
121755               {
121756                   /* ValueMap */
121757                   "\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",
121758                   /* Values */
121759                   "\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",
121760                   /* MappingStrings */
121761                   "\026\000\002MIF.DMTF|Bus Port|004.2\000MIF.DMTF|Disks|003.3\000",
121762 mike  1.1.2.1     /* ModelCorrespondence */
121763                   "\036\000\001CIM_Controller.ProtocolDescription\000",
121764                   0,
121765               };
121766               
121767               static MetaProperty
121768               _CIM_Controller_ProtocolSupported =
121769               {
121770                   /* flags */
121771                   META_FLAG_PROPERTY|META_FLAG_READ,
121772                   /* name */
121773                   "ProtocolSupported",
121774                   /* qualifiers */
121775                   _CIM_Controller_ProtocolSupported_qualifiers,
121776                   /* type */
121777                   CIMTYPE_UINT16,
121778                   /* subscript */
121779                   -1,
121780                   /* value */
121781                   0,
121782               };
121783 mike  1.1.2.1 
121784               static const char*
121785               _CIM_Controller_MaxNumberControlled_qualifiers[] =
121786               {
121787                   /* MappingStrings */
121788                   "\026\000\001MIF.DMTF|Bus Port|004.9\000",
121789                   0,
121790               };
121791               
121792               static MetaProperty
121793               _CIM_Controller_MaxNumberControlled =
121794               {
121795                   /* flags */
121796                   META_FLAG_PROPERTY|META_FLAG_READ,
121797                   /* name */
121798                   "MaxNumberControlled",
121799                   /* qualifiers */
121800                   _CIM_Controller_MaxNumberControlled_qualifiers,
121801                   /* type */
121802                   CIMTYPE_UINT32,
121803                   /* subscript */
121804 mike  1.1.2.1     -1,
121805                   /* value */
121806                   0,
121807               };
121808               
121809               static const char*
121810               _CIM_Controller_ProtocolDescription_qualifiers[] =
121811               {
121812                   /* MappingStrings */
121813                   "\026\000\001MIF.DMTF|Bus Port|004.3\000",
121814                   /* ModelCorrespondence */
121815                   "\036\000\001CIM_Controller.ProtocolSupported\000",
121816                   0,
121817               };
121818               
121819               static MetaProperty
121820               _CIM_Controller_ProtocolDescription =
121821               {
121822                   /* flags */
121823                   META_FLAG_PROPERTY|META_FLAG_READ,
121824                   /* name */
121825 mike  1.1.2.1     "ProtocolDescription",
121826                   /* qualifiers */
121827                   _CIM_Controller_ProtocolDescription_qualifiers,
121828                   /* type */
121829                   CIMTYPE_STRING,
121830                   /* subscript */
121831                   -1,
121832                   /* value */
121833                   0,
121834               };
121835               
121836               static MetaFeature*
121837               _CIM_Controller_features[] =
121838               {
121839                   (MetaFeature*)&_CIM_Controller_TimeOfLastReset,
121840                   (MetaFeature*)&_CIM_Controller_ProtocolSupported,
121841                   (MetaFeature*)&_CIM_Controller_MaxNumberControlled,
121842                   (MetaFeature*)&_CIM_Controller_ProtocolDescription,
121843                   0,
121844               };
121845               
121846 mike  1.1.2.1 static const char*
121847               __root_cimv2_CIM_Controller_qualifiers[] =
121848               {
121849                   /* UMLPackagePath */
121850                   "\057CIM::Device::Controller",
121851                   /* Abstract */
121852                   "\002\001",
121853                   /* Version */
121854                   "\0632.10.0",
121855                   0,
121856               };
121857               
121858               MetaClass
121859               __root_cimv2_CIM_Controller =
121860               {
121861                   /* flags */
121862                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
121863                   /* name */
121864                   "CIM_Controller",
121865                   /* qualifiers */
121866                   __root_cimv2_CIM_Controller_qualifiers,
121867 mike  1.1.2.1     /* super */
121868                   &__root_cimv2_CIM_LogicalDevice,
121869                   /* features */
121870                   _CIM_Controller_features,
121871               };
121872               
121873               //==============================================================================
121874               //
121875               // Class: CIM_ControllerConfigurationService
121876               //
121877               //==============================================================================
121878               
121879               static const char*
121880               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName_qualifiers[] =
121881               {
121882                   /* IN */
121883                   "\024\001",
121884                   /* ModelCorrespondence */
121885                   "\036\000\001CIM_ProtocolController.ElementName\000",
121886                   0,
121887               };
121888 mike  1.1.2.1 
121889               static MetaProperty
121890               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName =
121891               {
121892                   /* flags */
121893                   META_FLAG_PROPERTY|META_FLAG_IN,
121894                   /* name */
121895                   "ElementName",
121896                   /* qualifiers */
121897                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName_qualifiers,
121898                   /* type */
121899                   CIMTYPE_STRING,
121900                   /* subscript */
121901                   -1,
121902                   /* value */
121903                   0,
121904               };
121905               
121906               static const char*
121907               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports_qualifiers[] =
121908               {
121909 mike  1.1.2.1     /* IN */
121910                   "\024\001",
121911                   0,
121912               };
121913               
121914               static MetaProperty
121915               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports =
121916               {
121917                   /* flags */
121918                   META_FLAG_PROPERTY|META_FLAG_IN,
121919                   /* name */
121920                   "Ports",
121921                   /* qualifiers */
121922                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports_qualifiers,
121923                   /* type */
121924                   CIMTYPE_STRING,
121925                   /* subscript */
121926                   0,
121927                   /* value */
121928                   0,
121929               };
121930 mike  1.1.2.1 
121931               static const char*
121932               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol_qualifiers[] =
121933               {
121934                   /* IN */
121935                   "\024\001",
121936                   /* ValueMap */
121937                   "\061\000\0030\0001\0002\000",
121938                   /* Values */
121939                   "\062\000\003Unknown\000Other\000SCSI\000",
121940                   /* ModelCorrespondence */
121941                   "\036\000\001CIM_SCSIProtocolController\000",
121942                   0,
121943               };
121944               
121945               static MetaProperty
121946               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol =
121947               {
121948                   /* flags */
121949                   META_FLAG_PROPERTY|META_FLAG_IN,
121950                   /* name */
121951 mike  1.1.2.1     "Protocol",
121952                   /* qualifiers */
121953                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol_qualifiers,
121954                   /* type */
121955                   CIMTYPE_UINT16,
121956                   /* subscript */
121957                   -1,
121958                   /* value */
121959                   0,
121960               };
121961               
121962               static const char*
121963               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege_qualifiers[] =
121964               {
121965                   /* IN */
121966                   "\024\001",
121967                   /* ModelCorrespondence */
121968                   "\036\000\001CIM_ControllerConfigurationService.CreateProtocolControllerWithPorts.Identity\000",
121969                   0,
121970               };
121971               
121972 mike  1.1.2.1 static MetaReference
121973               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege =
121974               {
121975                   /* flags */
121976                   META_FLAG_REFERENCE|META_FLAG_IN,
121977                   /* name */
121978                   "Privilege",
121979                   /* qualifiers */
121980                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege_qualifiers,
121981                   /* subscript */
121982                   -1,
121983                   /* ref */
121984                   &__root_cimv2_CIM_Privilege,
121985               };
121986               
121987               static const char*
121988               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity_qualifiers[] =
121989               {
121990                   /* IN */
121991                   "\024\001",
121992                   /* ModelCorrespondence */
121993 mike  1.1.2.1     "\036\000\001CIM_ControllerConfigurationService.CreateProtocolControllerWithPorts.Privilege\000",
121994                   0,
121995               };
121996               
121997               static MetaReference
121998               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity =
121999               {
122000                   /* flags */
122001                   META_FLAG_REFERENCE|META_FLAG_IN,
122002                   /* name */
122003                   "Identity",
122004                   /* qualifiers */
122005                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity_qualifiers,
122006                   /* subscript */
122007                   -1,
122008                   /* ref */
122009                   &__root_cimv2_CIM_ManagedElement,
122010               };
122011               
122012               static const char*
122013               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController_qualifiers[] =
122014 mike  1.1.2.1 {
122015                   /* IN */
122016                   "\024\000",
122017                   /* OUT */
122018                   "\043\001",
122019                   0,
122020               };
122021               
122022               static MetaReference
122023               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController =
122024               {
122025                   /* flags */
122026                   META_FLAG_REFERENCE|META_FLAG_OUT,
122027                   /* name */
122028                   "ProtocolController",
122029                   /* qualifiers */
122030                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController_qualifiers,
122031                   /* subscript */
122032                   -1,
122033                   /* ref */
122034                   &__root_cimv2_CIM_ProtocolController,
122035 mike  1.1.2.1 };
122036               
122037               static MetaFeature*
122038               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_parameters[] =
122039               {
122040                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName,
122041                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports,
122042                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol,
122043                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege,
122044                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity,
122045                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController,
122046                   0,
122047               };
122048               
122049               static const char*
122050               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_qualifiers[] =
122051               {
122052                   /* ValueMap */
122053                   "\061\000\0140\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
122054                   /* Values */
122055                   "\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",
122056 mike  1.1.2.1     0,
122057               };
122058               
122059               static MetaMethod
122060               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts =
122061               {
122062                   /* flags */
122063                   META_FLAG_METHOD,
122064                   /* name */
122065                   "CIM_ControllerConfigurationService",
122066                   /* qualifiers */
122067                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_qualifiers,
122068                   /* type */
122069                   CIMTYPE_UINT32,
122070                   /* parameters */
122071                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_parameters,
122072               };
122073               
122074               static const char*
122075               _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController_qualifiers[] =
122076               {
122077 mike  1.1.2.1     /* IN */
122078                   "\024\001",
122079                   0,
122080               };
122081               
122082               static MetaReference
122083               _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController =
122084               {
122085                   /* flags */
122086                   META_FLAG_REFERENCE|META_FLAG_IN,
122087                   /* name */
122088                   "ProtocolController",
122089                   /* qualifiers */
122090                   _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController_qualifiers,
122091                   /* subscript */
122092                   -1,
122093                   /* ref */
122094                   &__root_cimv2_CIM_ProtocolController,
122095               };
122096               
122097               static const char*
122098 mike  1.1.2.1 _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers_qualifiers[] =
122099               {
122100                   /* IN */
122101                   "\024\001",
122102                   0,
122103               };
122104               
122105               static MetaProperty
122106               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers =
122107               {
122108                   /* flags */
122109                   META_FLAG_PROPERTY|META_FLAG_IN,
122110                   /* name */
122111                   "DeleteChildrenProtocolControllers",
122112                   /* qualifiers */
122113                   _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers_qualifiers,
122114                   /* type */
122115                   CIMTYPE_BOOLEAN,
122116                   /* subscript */
122117                   -1,
122118                   /* value */
122119 mike  1.1.2.1     0,
122120               };
122121               
122122               static const char*
122123               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits_qualifiers[] =
122124               {
122125                   /* IN */
122126                   "\024\001",
122127                   0,
122128               };
122129               
122130               static MetaProperty
122131               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits =
122132               {
122133                   /* flags */
122134                   META_FLAG_PROPERTY|META_FLAG_IN,
122135                   /* name */
122136                   "DeleteUnits",
122137                   /* qualifiers */
122138                   _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits_qualifiers,
122139                   /* type */
122140 mike  1.1.2.1     CIMTYPE_BOOLEAN,
122141                   /* subscript */
122142                   -1,
122143                   /* value */
122144                   0,
122145               };
122146               
122147               static MetaFeature*
122148               _CIM_ControllerConfigurationService_DeleteProtocolController_parameters[] =
122149               {
122150                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController,
122151                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers,
122152                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits,
122153                   0,
122154               };
122155               
122156               static const char*
122157               _CIM_ControllerConfigurationService_DeleteProtocolController_qualifiers[] =
122158               {
122159                   /* ValueMap */
122160                   "\061\000\0130\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098..32767\00032768..65535\000",
122161 mike  1.1.2.1     /* Values */
122162                   "\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",
122163                   0,
122164               };
122165               
122166               static MetaMethod
122167               _CIM_ControllerConfigurationService_DeleteProtocolController =
122168               {
122169                   /* flags */
122170                   META_FLAG_METHOD,
122171                   /* name */
122172                   "CIM_ControllerConfigurationService",
122173                   /* qualifiers */
122174                   _CIM_ControllerConfigurationService_DeleteProtocolController_qualifiers,
122175                   /* type */
122176                   CIMTYPE_UINT32,
122177                   /* parameters */
122178                   _CIM_ControllerConfigurationService_DeleteProtocolController_parameters,
122179               };
122180               
122181               static const char*
122182 mike  1.1.2.1 _CIM_ControllerConfigurationService_AttachDevice_ProtocolController_qualifiers[] =
122183               {
122184                   /* IN */
122185                   "\024\001",
122186                   0,
122187               };
122188               
122189               static MetaReference
122190               _CIM_ControllerConfigurationService_AttachDevice_ProtocolController =
122191               {
122192                   /* flags */
122193                   META_FLAG_REFERENCE|META_FLAG_IN,
122194                   /* name */
122195                   "ProtocolController",
122196                   /* qualifiers */
122197                   _CIM_ControllerConfigurationService_AttachDevice_ProtocolController_qualifiers,
122198                   /* subscript */
122199                   -1,
122200                   /* ref */
122201                   &__root_cimv2_CIM_ProtocolController,
122202               };
122203 mike  1.1.2.1 
122204               static const char*
122205               _CIM_ControllerConfigurationService_AttachDevice_Device_qualifiers[] =
122206               {
122207                   /* IN */
122208                   "\024\001",
122209                   0,
122210               };
122211               
122212               static MetaReference
122213               _CIM_ControllerConfigurationService_AttachDevice_Device =
122214               {
122215                   /* flags */
122216                   META_FLAG_REFERENCE|META_FLAG_IN,
122217                   /* name */
122218                   "Device",
122219                   /* qualifiers */
122220                   _CIM_ControllerConfigurationService_AttachDevice_Device_qualifiers,
122221                   /* subscript */
122222                   -1,
122223                   /* ref */
122224 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
122225               };
122226               
122227               static const char*
122228               _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber_qualifiers[] =
122229               {
122230                   /* IN */
122231                   "\024\001",
122232                   /* OUT */
122233                   "\043\001",
122234                   /* ModelCorrespondence */
122235                   "\036\000\001CIM_ProtocolControllerForUnit.DeviceNumber\000",
122236                   0,
122237               };
122238               
122239               static MetaProperty
122240               _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber =
122241               {
122242                   /* flags */
122243                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
122244                   /* name */
122245 mike  1.1.2.1     "DeviceNumber",
122246                   /* qualifiers */
122247                   _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber_qualifiers,
122248                   /* type */
122249                   CIMTYPE_STRING,
122250                   /* subscript */
122251                   -1,
122252                   /* value */
122253                   0,
122254               };
122255               
122256               static MetaFeature*
122257               _CIM_ControllerConfigurationService_AttachDevice_parameters[] =
122258               {
122259                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_ProtocolController,
122260                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_Device,
122261                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_DeviceNumber,
122262                   0,
122263               };
122264               
122265               static const char*
122266 mike  1.1.2.1 _CIM_ControllerConfigurationService_AttachDevice_qualifiers[] =
122267               {
122268                   /* ValueMap */
122269                   "\061\000\0160\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101..32767\00032768..65535\000",
122270                   /* Values */
122271                   "\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",
122272                   0,
122273               };
122274               
122275               static MetaMethod
122276               _CIM_ControllerConfigurationService_AttachDevice =
122277               {
122278                   /* flags */
122279                   META_FLAG_METHOD,
122280                   /* name */
122281                   "CIM_ControllerConfigurationService",
122282                   /* qualifiers */
122283                   _CIM_ControllerConfigurationService_AttachDevice_qualifiers,
122284                   /* type */
122285                   CIMTYPE_UINT32,
122286                   /* parameters */
122287 mike  1.1.2.1     _CIM_ControllerConfigurationService_AttachDevice_parameters,
122288               };
122289               
122290               static const char*
122291               _CIM_ControllerConfigurationService_DetachDevice_ProtocolController_qualifiers[] =
122292               {
122293                   /* IN */
122294                   "\024\001",
122295                   0,
122296               };
122297               
122298               static MetaReference
122299               _CIM_ControllerConfigurationService_DetachDevice_ProtocolController =
122300               {
122301                   /* flags */
122302                   META_FLAG_REFERENCE|META_FLAG_IN,
122303                   /* name */
122304                   "ProtocolController",
122305                   /* qualifiers */
122306                   _CIM_ControllerConfigurationService_DetachDevice_ProtocolController_qualifiers,
122307                   /* subscript */
122308 mike  1.1.2.1     -1,
122309                   /* ref */
122310                   &__root_cimv2_CIM_ProtocolController,
122311               };
122312               
122313               static const char*
122314               _CIM_ControllerConfigurationService_DetachDevice_Device_qualifiers[] =
122315               {
122316                   /* IN */
122317                   "\024\001",
122318                   0,
122319               };
122320               
122321               static MetaReference
122322               _CIM_ControllerConfigurationService_DetachDevice_Device =
122323               {
122324                   /* flags */
122325                   META_FLAG_REFERENCE|META_FLAG_IN,
122326                   /* name */
122327                   "Device",
122328                   /* qualifiers */
122329 mike  1.1.2.1     _CIM_ControllerConfigurationService_DetachDevice_Device_qualifiers,
122330                   /* subscript */
122331                   -1,
122332                   /* ref */
122333                   &__root_cimv2_CIM_LogicalDevice,
122334               };
122335               
122336               static MetaFeature*
122337               _CIM_ControllerConfigurationService_DetachDevice_parameters[] =
122338               {
122339                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice_ProtocolController,
122340                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice_Device,
122341                   0,
122342               };
122343               
122344               static const char*
122345               _CIM_ControllerConfigurationService_DetachDevice_qualifiers[] =
122346               {
122347                   /* ValueMap */
122348                   "\061\000\0130\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098..32767\00032768..65535\000",
122349                   /* Values */
122350 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",
122351                   0,
122352               };
122353               
122354               static MetaMethod
122355               _CIM_ControllerConfigurationService_DetachDevice =
122356               {
122357                   /* flags */
122358                   META_FLAG_METHOD,
122359                   /* name */
122360                   "CIM_ControllerConfigurationService",
122361                   /* qualifiers */
122362                   _CIM_ControllerConfigurationService_DetachDevice_qualifiers,
122363                   /* type */
122364                   CIMTYPE_UINT32,
122365                   /* parameters */
122366                   _CIM_ControllerConfigurationService_DetachDevice_parameters,
122367               };
122368               
122369               static const char*
122370               _CIM_ControllerConfigurationService_ExposePaths_Job_qualifiers[] =
122371 mike  1.1.2.1 {
122372                   /* IN */
122373                   "\024\000",
122374                   /* OUT */
122375                   "\043\001",
122376                   0,
122377               };
122378               
122379               static MetaReference
122380               _CIM_ControllerConfigurationService_ExposePaths_Job =
122381               {
122382                   /* flags */
122383                   META_FLAG_REFERENCE|META_FLAG_OUT,
122384                   /* name */
122385                   "Job",
122386                   /* qualifiers */
122387                   _CIM_ControllerConfigurationService_ExposePaths_Job_qualifiers,
122388                   /* subscript */
122389                   -1,
122390                   /* ref */
122391                   &__root_cimv2_CIM_ConcreteJob,
122392 mike  1.1.2.1 };
122393               
122394               static const char*
122395               _CIM_ControllerConfigurationService_ExposePaths_LUNames_qualifiers[] =
122396               {
122397                   /* Required */
122398                   "\050\001",
122399                   /* IN */
122400                   "\024\001",
122401                   /* ArrayType */
122402                   "\005Indexed",
122403                   /* ModelCorrespondence */
122404                   "\036\000\003CIM_LogicalDevice.Name\000CIM_ControllerConfigurationService.ExposePaths.DeviceNumbers\000CIM_ControllerConfigurationService.ExposePaths.DeviceAccesses\000",
122405                   0,
122406               };
122407               
122408               static MetaProperty
122409               _CIM_ControllerConfigurationService_ExposePaths_LUNames =
122410               {
122411                   /* flags */
122412                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
122413 mike  1.1.2.1     /* name */
122414                   "LUNames",
122415                   /* qualifiers */
122416                   _CIM_ControllerConfigurationService_ExposePaths_LUNames_qualifiers,
122417                   /* type */
122418                   CIMTYPE_STRING,
122419                   /* subscript */
122420                   0,
122421                   /* value */
122422                   0,
122423               };
122424               
122425               static const char*
122426               _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs_qualifiers[] =
122427               {
122428                   /* IN */
122429                   "\024\001",
122430                   /* ModelCorrespondence */
122431                   "\036\000\001CIM_StorageHardwareID.StorageID\000",
122432                   0,
122433               };
122434 mike  1.1.2.1 
122435               static MetaProperty
122436               _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs =
122437               {
122438                   /* flags */
122439                   META_FLAG_PROPERTY|META_FLAG_IN,
122440                   /* name */
122441                   "InitiatorPortIDs",
122442                   /* qualifiers */
122443                   _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs_qualifiers,
122444                   /* type */
122445                   CIMTYPE_STRING,
122446                   /* subscript */
122447                   0,
122448                   /* value */
122449                   0,
122450               };
122451               
122452               static const char*
122453               _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs_qualifiers[] =
122454               {
122455 mike  1.1.2.1     /* IN */
122456                   "\024\001",
122457                   /* ModelCorrespondence */
122458                   "\036\000\001CIM_SCSIProtocolEndpoint.Name\000",
122459                   0,
122460               };
122461               
122462               static MetaProperty
122463               _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs =
122464               {
122465                   /* flags */
122466                   META_FLAG_PROPERTY|META_FLAG_IN,
122467                   /* name */
122468                   "TargetPortIDs",
122469                   /* qualifiers */
122470                   _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs_qualifiers,
122471                   /* type */
122472                   CIMTYPE_STRING,
122473                   /* subscript */
122474                   0,
122475                   /* value */
122476 mike  1.1.2.1     0,
122477               };
122478               
122479               static const char*
122480               _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers_qualifiers[] =
122481               {
122482                   /* IN */
122483                   "\024\001",
122484                   /* ArrayType */
122485                   "\005Indexed",
122486                   /* ModelCorrespondence */
122487                   "\036\000\002CIM_ProtocolControllerForUnit.DeviceNumberCIM_ControllerConfigurationService.ExposePaths.LUNames\000CIM_ControllerConfigurationService.ExposePaths.DeviceAccesses\000",
122488                   0,
122489               };
122490               
122491               static MetaProperty
122492               _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers =
122493               {
122494                   /* flags */
122495                   META_FLAG_PROPERTY|META_FLAG_IN,
122496                   /* name */
122497 mike  1.1.2.1     "DeviceNumbers",
122498                   /* qualifiers */
122499                   _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers_qualifiers,
122500                   /* type */
122501                   CIMTYPE_STRING,
122502                   /* subscript */
122503                   0,
122504                   /* value */
122505                   0,
122506               };
122507               
122508               static const char*
122509               _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses_qualifiers[] =
122510               {
122511                   /* IN */
122512                   "\024\001",
122513                   /* ValueMap */
122514                   "\061\000\0060\0002\0003\0004\0005..15999\00016000..\000",
122515                   /* Values */
122516                   "\062\000\006Unknown\000Read Write\000Read-Only\000No Access\000DMTF Reserved\000Vendor Reserved\000",
122517                   /* ArrayType */
122518 mike  1.1.2.1     "\005Indexed",
122519                   /* ModelCorrespondence */
122520                   "\036\000\002CIM_ProtocolControllerForUnit.DeviceAccessCIM_ControllerConfigurationService.ExposePaths.DeviceNumbers\000CIM_ControllerConfigurationService.ExposePaths.LUNames\000",
122521                   0,
122522               };
122523               
122524               static MetaProperty
122525               _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses =
122526               {
122527                   /* flags */
122528                   META_FLAG_PROPERTY|META_FLAG_IN,
122529                   /* name */
122530                   "DeviceAccesses",
122531                   /* qualifiers */
122532                   _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses_qualifiers,
122533                   /* type */
122534                   CIMTYPE_UINT16,
122535                   /* subscript */
122536                   0,
122537                   /* value */
122538                   0,
122539 mike  1.1.2.1 };
122540               
122541               static const char*
122542               _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers_qualifiers[] =
122543               {
122544                   /* IN */
122545                   "\024\001",
122546                   /* OUT */
122547                   "\043\001",
122548                   0,
122549               };
122550               
122551               static MetaReference
122552               _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers =
122553               {
122554                   /* flags */
122555                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
122556                   /* name */
122557                   "ProtocolControllers",
122558                   /* qualifiers */
122559                   _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers_qualifiers,
122560 mike  1.1.2.1     /* subscript */
122561                   0,
122562                   /* ref */
122563                   &__root_cimv2_CIM_SCSIProtocolController,
122564               };
122565               
122566               static MetaFeature*
122567               _CIM_ControllerConfigurationService_ExposePaths_parameters[] =
122568               {
122569                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_Job,
122570                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_LUNames,
122571                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs,
122572                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs,
122573                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers,
122574                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses,
122575                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers,
122576                   0,
122577               };
122578               
122579               static const char*
122580               _CIM_ControllerConfigurationService_ExposePaths_qualifiers[] =
122581 mike  1.1.2.1 {
122582                   /* ValueMap */
122583                   "\061\000\0210\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101\0004102\0004103\0004104..32767\00032768..65535\000",
122584                   /* Values */
122585                   "\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",
122586                   0,
122587               };
122588               
122589               static MetaMethod
122590               _CIM_ControllerConfigurationService_ExposePaths =
122591               {
122592                   /* flags */
122593                   META_FLAG_METHOD,
122594                   /* name */
122595                   "CIM_ControllerConfigurationService",
122596                   /* qualifiers */
122597                   _CIM_ControllerConfigurationService_ExposePaths_qualifiers,
122598                   /* type */
122599                   CIMTYPE_UINT32,
122600                   /* parameters */
122601                   _CIM_ControllerConfigurationService_ExposePaths_parameters,
122602 mike  1.1.2.1 };
122603               
122604               static const char*
122605               _CIM_ControllerConfigurationService_HidePaths_Job_qualifiers[] =
122606               {
122607                   /* IN */
122608                   "\024\000",
122609                   /* OUT */
122610                   "\043\001",
122611                   0,
122612               };
122613               
122614               static MetaReference
122615               _CIM_ControllerConfigurationService_HidePaths_Job =
122616               {
122617                   /* flags */
122618                   META_FLAG_REFERENCE|META_FLAG_OUT,
122619                   /* name */
122620                   "Job",
122621                   /* qualifiers */
122622                   _CIM_ControllerConfigurationService_HidePaths_Job_qualifiers,
122623 mike  1.1.2.1     /* subscript */
122624                   -1,
122625                   /* ref */
122626                   &__root_cimv2_CIM_ConcreteJob,
122627               };
122628               
122629               static const char*
122630               _CIM_ControllerConfigurationService_HidePaths_LUNames_qualifiers[] =
122631               {
122632                   /* Required */
122633                   "\050\001",
122634                   /* IN */
122635                   "\024\001",
122636                   /* ModelCorrespondence */
122637                   "\036\000\001CIM_LogicalDevice.Name\000",
122638                   0,
122639               };
122640               
122641               static MetaProperty
122642               _CIM_ControllerConfigurationService_HidePaths_LUNames =
122643               {
122644 mike  1.1.2.1     /* flags */
122645                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
122646                   /* name */
122647                   "LUNames",
122648                   /* qualifiers */
122649                   _CIM_ControllerConfigurationService_HidePaths_LUNames_qualifiers,
122650                   /* type */
122651                   CIMTYPE_STRING,
122652                   /* subscript */
122653                   0,
122654                   /* value */
122655                   0,
122656               };
122657               
122658               static const char*
122659               _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs_qualifiers[] =
122660               {
122661                   /* IN */
122662                   "\024\001",
122663                   /* ModelCorrespondence */
122664                   "\036\000\001CIM_StorageHardwareID.StorageID\000",
122665 mike  1.1.2.1     0,
122666               };
122667               
122668               static MetaProperty
122669               _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs =
122670               {
122671                   /* flags */
122672                   META_FLAG_PROPERTY|META_FLAG_IN,
122673                   /* name */
122674                   "InitiatorPortIDs",
122675                   /* qualifiers */
122676                   _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs_qualifiers,
122677                   /* type */
122678                   CIMTYPE_STRING,
122679                   /* subscript */
122680                   0,
122681                   /* value */
122682                   0,
122683               };
122684               
122685               static const char*
122686 mike  1.1.2.1 _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs_qualifiers[] =
122687               {
122688                   /* IN */
122689                   "\024\001",
122690                   /* ModelCorrespondence */
122691                   "\036\000\001CIM_SCSIProtocolEndpoint.Name\000",
122692                   0,
122693               };
122694               
122695               static MetaProperty
122696               _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs =
122697               {
122698                   /* flags */
122699                   META_FLAG_PROPERTY|META_FLAG_IN,
122700                   /* name */
122701                   "TargetPortIDs",
122702                   /* qualifiers */
122703                   _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs_qualifiers,
122704                   /* type */
122705                   CIMTYPE_STRING,
122706                   /* subscript */
122707 mike  1.1.2.1     0,
122708                   /* value */
122709                   0,
122710               };
122711               
122712               static const char*
122713               _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers_qualifiers[] =
122714               {
122715                   /* IN */
122716                   "\024\001",
122717                   /* OUT */
122718                   "\043\001",
122719                   0,
122720               };
122721               
122722               static MetaReference
122723               _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers =
122724               {
122725                   /* flags */
122726                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
122727                   /* name */
122728 mike  1.1.2.1     "ProtocolControllers",
122729                   /* qualifiers */
122730                   _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers_qualifiers,
122731                   /* subscript */
122732                   0,
122733                   /* ref */
122734                   &__root_cimv2_CIM_SCSIProtocolController,
122735               };
122736               
122737               static MetaFeature*
122738               _CIM_ControllerConfigurationService_HidePaths_parameters[] =
122739               {
122740                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_Job,
122741                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_LUNames,
122742                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs,
122743                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_TargetPortIDs,
122744                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_ProtocolControllers,
122745                   0,
122746               };
122747               
122748               static const char*
122749 mike  1.1.2.1 _CIM_ControllerConfigurationService_HidePaths_qualifiers[] =
122750               {
122751                   /* ValueMap */
122752                   "\061\000\0160\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101..32767\00032768..65535\000",
122753                   /* Values */
122754                   "\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",
122755                   0,
122756               };
122757               
122758               static MetaMethod
122759               _CIM_ControllerConfigurationService_HidePaths =
122760               {
122761                   /* flags */
122762                   META_FLAG_METHOD,
122763                   /* name */
122764                   "CIM_ControllerConfigurationService",
122765                   /* qualifiers */
122766                   _CIM_ControllerConfigurationService_HidePaths_qualifiers,
122767                   /* type */
122768                   CIMTYPE_UINT32,
122769                   /* parameters */
122770 mike  1.1.2.1     _CIM_ControllerConfigurationService_HidePaths_parameters,
122771               };
122772               
122773               static MetaFeature*
122774               _CIM_ControllerConfigurationService_features[] =
122775               {
122776                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts,
122777                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController,
122778                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice,
122779                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice,
122780                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths,
122781                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths,
122782                   0,
122783               };
122784               
122785               static const char*
122786               __root_cimv2_CIM_ControllerConfigurationService_qualifiers[] =
122787               {
122788                   /* UMLPackagePath */
122789                   "\057CIM::Device::ProtocolController",
122790                   /* Version */
122791 mike  1.1.2.1     "\0632.10.0",
122792                   0,
122793               };
122794               
122795               MetaClass
122796               __root_cimv2_CIM_ControllerConfigurationService =
122797               {
122798                   /* flags */
122799                   META_FLAG_CLASS,
122800                   /* name */
122801                   "CIM_ControllerConfigurationService",
122802                   /* qualifiers */
122803                   __root_cimv2_CIM_ControllerConfigurationService_qualifiers,
122804                   /* super */
122805                   &__root_cimv2_CIM_Service,
122806                   /* features */
122807                   _CIM_ControllerConfigurationService_features,
122808               };
122809               
122810               //==============================================================================
122811               //
122812 mike  1.1.2.1 // Class: CIM_CoolingDevice
122813               //
122814               //==============================================================================
122815               
122816               static const char*
122817               _CIM_CoolingDevice_ActiveCooling_qualifiers[] =
122818               {
122819                   0,
122820               };
122821               
122822               static MetaProperty
122823               _CIM_CoolingDevice_ActiveCooling =
122824               {
122825                   /* flags */
122826                   META_FLAG_PROPERTY|META_FLAG_READ,
122827                   /* name */
122828                   "ActiveCooling",
122829                   /* qualifiers */
122830                   _CIM_CoolingDevice_ActiveCooling_qualifiers,
122831                   /* type */
122832                   CIMTYPE_BOOLEAN,
122833 mike  1.1.2.1     /* subscript */
122834                   -1,
122835                   /* value */
122836                   0,
122837               };
122838               
122839               static MetaFeature*
122840               _CIM_CoolingDevice_features[] =
122841               {
122842                   (MetaFeature*)&_CIM_CoolingDevice_ActiveCooling,
122843                   0,
122844               };
122845               
122846               static const char*
122847               __root_cimv2_CIM_CoolingDevice_qualifiers[] =
122848               {
122849                   /* UMLPackagePath */
122850                   "\057CIM::Device::CoolingAndPower",
122851                   /* Version */
122852                   "\0632.10.0",
122853                   0,
122854 mike  1.1.2.1 };
122855               
122856               MetaClass
122857               __root_cimv2_CIM_CoolingDevice =
122858               {
122859                   /* flags */
122860                   META_FLAG_CLASS,
122861                   /* name */
122862                   "CIM_CoolingDevice",
122863                   /* qualifiers */
122864                   __root_cimv2_CIM_CoolingDevice_qualifiers,
122865                   /* super */
122866                   &__root_cimv2_CIM_LogicalDevice,
122867                   /* features */
122868                   _CIM_CoolingDevice_features,
122869               };
122870               
122871               //==============================================================================
122872               //
122873               // Class: CIM_CredentialManagementSAP
122874               //
122875 mike  1.1.2.1 //==============================================================================
122876               
122877               static const char*
122878               _CIM_CredentialManagementSAP_URL_qualifiers[] =
122879               {
122880                   0,
122881               };
122882               
122883               static MetaProperty
122884               _CIM_CredentialManagementSAP_URL =
122885               {
122886                   /* flags */
122887                   META_FLAG_PROPERTY|META_FLAG_READ,
122888                   /* name */
122889                   "URL",
122890                   /* qualifiers */
122891                   _CIM_CredentialManagementSAP_URL_qualifiers,
122892                   /* type */
122893                   CIMTYPE_STRING,
122894                   /* subscript */
122895                   -1,
122896 mike  1.1.2.1     /* value */
122897                   0,
122898               };
122899               
122900               static MetaFeature*
122901               _CIM_CredentialManagementSAP_features[] =
122902               {
122903                   (MetaFeature*)&_CIM_CredentialManagementSAP_URL,
122904                   0,
122905               };
122906               
122907               static const char*
122908               __root_cimv2_CIM_CredentialManagementSAP_qualifiers[] =
122909               {
122910                   /* UMLPackagePath */
122911                   "\057CIM::User::SecurityServices",
122912                   /* Version */
122913                   "\0632.6.0",
122914                   0,
122915               };
122916               
122917 mike  1.1.2.1 MetaClass
122918               __root_cimv2_CIM_CredentialManagementSAP =
122919               {
122920                   /* flags */
122921                   META_FLAG_CLASS,
122922                   /* name */
122923                   "CIM_CredentialManagementSAP",
122924                   /* qualifiers */
122925                   __root_cimv2_CIM_CredentialManagementSAP_qualifiers,
122926                   /* super */
122927                   &__root_cimv2_CIM_ServiceAccessPoint,
122928                   /* features */
122929                   _CIM_CredentialManagementSAP_features,
122930               };
122931               
122932               //==============================================================================
122933               //
122934               // Class: CIM_DatabaseAdministrator
122935               //
122936               //==============================================================================
122937               
122938 mike  1.1.2.1 static const char*
122939               _CIM_DatabaseAdministrator_Antecedent_qualifiers[] =
122940               {
122941                   /* Override */
122942                   "\044Antecedent",
122943                   0,
122944               };
122945               
122946               static MetaReference
122947               _CIM_DatabaseAdministrator_Antecedent =
122948               {
122949                   /* flags */
122950                   META_FLAG_REFERENCE|META_FLAG_READ,
122951                   /* name */
122952                   "Antecedent",
122953                   /* qualifiers */
122954                   _CIM_DatabaseAdministrator_Antecedent_qualifiers,
122955                   /* subscript */
122956                   -1,
122957                   /* refId */
122958                   &__root_cimv2_CIM_CommonDatabase,
122959 mike  1.1.2.1 };
122960               
122961               static const char*
122962               _CIM_DatabaseAdministrator_Dependent_qualifiers[] =
122963               {
122964                   /* Override */
122965                   "\044Dependent",
122966                   0,
122967               };
122968               
122969               static MetaReference
122970               _CIM_DatabaseAdministrator_Dependent =
122971               {
122972                   /* flags */
122973                   META_FLAG_REFERENCE|META_FLAG_READ,
122974                   /* name */
122975                   "Dependent",
122976                   /* qualifiers */
122977                   _CIM_DatabaseAdministrator_Dependent_qualifiers,
122978                   /* subscript */
122979                   -1,
122980 mike  1.1.2.1     /* refId */
122981                   &__root_cimv2_CIM_UserEntity,
122982               };
122983               
122984               static MetaFeature*
122985               _CIM_DatabaseAdministrator_features[] =
122986               {
122987                   (MetaFeature*)&_CIM_DatabaseAdministrator_Antecedent,
122988                   (MetaFeature*)&_CIM_DatabaseAdministrator_Dependent,
122989                   0,
122990               };
122991               
122992               static const char*
122993               __root_cimv2_CIM_DatabaseAdministrator_qualifiers[] =
122994               {
122995                   /* ASSOCIATION */
122996                   "\000\001",
122997                   /* UMLPackagePath */
122998                   "\057CIM::Database::System",
122999                   /* Version */
123000                   "\0632.7.0",
123001 mike  1.1.2.1     0,
123002               };
123003               
123004               MetaClass
123005               __root_cimv2_CIM_DatabaseAdministrator =
123006               {
123007                   /* flags */
123008                   META_FLAG_ASSOCIATION,
123009                   /* name */
123010                   "CIM_DatabaseAdministrator",
123011                   /* qualifiers */
123012                   __root_cimv2_CIM_DatabaseAdministrator_qualifiers,
123013                   /* super */
123014                   &__root_cimv2_CIM_Dependency,
123015                   /* features */
123016                   _CIM_DatabaseAdministrator_features,
123017               };
123018               
123019               //==============================================================================
123020               //
123021               // Class: CIM_DatabaseControlFile
123022 mike  1.1.2.1 //
123023               //==============================================================================
123024               
123025               static const char*
123026               _CIM_DatabaseControlFile_Antecedent_qualifiers[] =
123027               {
123028                   /* Override */
123029                   "\044Antecedent",
123030                   /* Min */
123031                   "\033\000\000\000\000",
123032                   /* Max */
123033                   "\027\000\000\000\001",
123034                   0,
123035               };
123036               
123037               static MetaReference
123038               _CIM_DatabaseControlFile_Antecedent =
123039               {
123040                   /* flags */
123041                   META_FLAG_REFERENCE|META_FLAG_READ,
123042                   /* name */
123043 mike  1.1.2.1     "Antecedent",
123044                   /* qualifiers */
123045                   _CIM_DatabaseControlFile_Antecedent_qualifiers,
123046                   /* subscript */
123047                   -1,
123048                   /* refId */
123049                   &__root_cimv2_CIM_CommonDatabase,
123050               };
123051               
123052               static const char*
123053               _CIM_DatabaseControlFile_Dependent_qualifiers[] =
123054               {
123055                   /* Override */
123056                   "\044Dependent",
123057                   0,
123058               };
123059               
123060               static MetaReference
123061               _CIM_DatabaseControlFile_Dependent =
123062               {
123063                   /* flags */
123064 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
123065                   /* name */
123066                   "Dependent",
123067                   /* qualifiers */
123068                   _CIM_DatabaseControlFile_Dependent_qualifiers,
123069                   /* subscript */
123070                   -1,
123071                   /* refId */
123072                   &__root_cimv2_CIM_LogicalFile,
123073               };
123074               
123075               static MetaFeature*
123076               _CIM_DatabaseControlFile_features[] =
123077               {
123078                   (MetaFeature*)&_CIM_DatabaseControlFile_Antecedent,
123079                   (MetaFeature*)&_CIM_DatabaseControlFile_Dependent,
123080                   0,
123081               };
123082               
123083               static const char*
123084               __root_cimv2_CIM_DatabaseControlFile_qualifiers[] =
123085 mike  1.1.2.1 {
123086                   /* ASSOCIATION */
123087                   "\000\001",
123088                   /* UMLPackagePath */
123089                   "\057CIM::Database::Storage",
123090                   /* Version */
123091                   "\0632.10",
123092                   0,
123093               };
123094               
123095               MetaClass
123096               __root_cimv2_CIM_DatabaseControlFile =
123097               {
123098                   /* flags */
123099                   META_FLAG_ASSOCIATION,
123100                   /* name */
123101                   "CIM_DatabaseControlFile",
123102                   /* qualifiers */
123103                   __root_cimv2_CIM_DatabaseControlFile_qualifiers,
123104                   /* super */
123105                   &__root_cimv2_CIM_HostedDependency,
123106 mike  1.1.2.1     /* features */
123107                   _CIM_DatabaseControlFile_features,
123108               };
123109               
123110               //==============================================================================
123111               //
123112               // Class: CIM_DatabaseFile
123113               //
123114               //==============================================================================
123115               
123116               static const char*
123117               _CIM_DatabaseFile_GroupComponent_qualifiers[] =
123118               {
123119                   /* Aggregate */
123120                   "\003\001",
123121                   /* Override */
123122                   "\044GroupComponent",
123123                   /* Min */
123124                   "\033\000\000\000\001",
123125                   /* Max */
123126                   "\027\000\000\000\001",
123127 mike  1.1.2.1     0,
123128               };
123129               
123130               static MetaReference
123131               _CIM_DatabaseFile_GroupComponent =
123132               {
123133                   /* flags */
123134                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
123135                   /* name */
123136                   "GroupComponent",
123137                   /* qualifiers */
123138                   _CIM_DatabaseFile_GroupComponent_qualifiers,
123139                   /* subscript */
123140                   -1,
123141                   /* refId */
123142                   &__root_cimv2_CIM_CommonDatabase,
123143               };
123144               
123145               static const char*
123146               _CIM_DatabaseFile_PartComponent_qualifiers[] =
123147               {
123148 mike  1.1.2.1     /* Override */
123149                   "\044PartComponent",
123150                   0,
123151               };
123152               
123153               static MetaReference
123154               _CIM_DatabaseFile_PartComponent =
123155               {
123156                   /* flags */
123157                   META_FLAG_REFERENCE|META_FLAG_READ,
123158                   /* name */
123159                   "PartComponent",
123160                   /* qualifiers */
123161                   _CIM_DatabaseFile_PartComponent_qualifiers,
123162                   /* subscript */
123163                   -1,
123164                   /* refId */
123165                   &__root_cimv2_CIM_LogicalFile,
123166               };
123167               
123168               static MetaFeature*
123169 mike  1.1.2.1 _CIM_DatabaseFile_features[] =
123170               {
123171                   (MetaFeature*)&_CIM_DatabaseFile_GroupComponent,
123172                   (MetaFeature*)&_CIM_DatabaseFile_PartComponent,
123173                   0,
123174               };
123175               
123176               static const char*
123177               __root_cimv2_CIM_DatabaseFile_qualifiers[] =
123178               {
123179                   /* ASSOCIATION */
123180                   "\000\001",
123181                   /* UMLPackagePath */
123182                   "\057CIM::Database::Storage",
123183                   /* Aggregation */
123184                   "\004\001",
123185                   /* Version */
123186                   "\0632.8.0",
123187                   0,
123188               };
123189               
123190 mike  1.1.2.1 MetaClass
123191               __root_cimv2_CIM_DatabaseFile =
123192               {
123193                   /* flags */
123194                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
123195                   /* name */
123196                   "CIM_DatabaseFile",
123197                   /* qualifiers */
123198                   __root_cimv2_CIM_DatabaseFile_qualifiers,
123199                   /* super */
123200                   &__root_cimv2_CIM_Component,
123201                   /* features */
123202                   _CIM_DatabaseFile_features,
123203               };
123204               
123205               //==============================================================================
123206               //
123207               // Class: CIM_DatabaseSegment
123208               //
123209               //==============================================================================
123210               
123211 mike  1.1.2.1 static const char*
123212               _CIM_DatabaseSegment_Purpose_qualifiers[] =
123213               {
123214                   /* Override */
123215                   "\044Purpose",
123216                   /* ValueMap */
123217                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
123218                   /* Values */
123219                   "\062\000\013Other\000Data\000Data Partition\000Data Cluster\000Index\000Index Partition\000LOB\000LOB Index\000Undo\000Snapshot\000Temp\000",
123220                   /* ModelCorrespondence */
123221                   "\036\000\001CIM_DatabaseSegment.OtherPurpose\000",
123222                   0,
123223               };
123224               
123225               static MetaProperty
123226               _CIM_DatabaseSegment_Purpose =
123227               {
123228                   /* flags */
123229                   META_FLAG_PROPERTY|META_FLAG_READ,
123230                   /* name */
123231                   "Purpose",
123232 mike  1.1.2.1     /* qualifiers */
123233                   _CIM_DatabaseSegment_Purpose_qualifiers,
123234                   /* type */
123235                   CIMTYPE_STRING,
123236                   /* subscript */
123237                   -1,
123238                   /* value */
123239                   0,
123240               };
123241               
123242               static const char*
123243               _CIM_DatabaseSegment_OtherPurpose_qualifiers[] =
123244               {
123245                   /* ModelCorrespondence */
123246                   "\036\000\001CIM_DatabaseSegment.Purpose\000",
123247                   0,
123248               };
123249               
123250               static MetaProperty
123251               _CIM_DatabaseSegment_OtherPurpose =
123252               {
123253 mike  1.1.2.1     /* flags */
123254                   META_FLAG_PROPERTY|META_FLAG_READ,
123255                   /* name */
123256                   "OtherPurpose",
123257                   /* qualifiers */
123258                   _CIM_DatabaseSegment_OtherPurpose_qualifiers,
123259                   /* type */
123260                   CIMTYPE_STRING,
123261                   /* subscript */
123262                   -1,
123263                   /* value */
123264                   0,
123265               };
123266               
123267               static MetaFeature*
123268               _CIM_DatabaseSegment_features[] =
123269               {
123270                   (MetaFeature*)&_CIM_DatabaseSegment_Purpose,
123271                   (MetaFeature*)&_CIM_DatabaseSegment_OtherPurpose,
123272                   0,
123273               };
123274 mike  1.1.2.1 
123275               static const char*
123276               __root_cimv2_CIM_DatabaseSegment_qualifiers[] =
123277               {
123278                   /* UMLPackagePath */
123279                   "\057CIM::Database::Storage",
123280                   /* Version */
123281                   "\0632.8.0",
123282                   0,
123283               };
123284               
123285               MetaClass
123286               __root_cimv2_CIM_DatabaseSegment =
123287               {
123288                   /* flags */
123289                   META_FLAG_CLASS,
123290                   /* name */
123291                   "CIM_DatabaseSegment",
123292                   /* qualifiers */
123293                   __root_cimv2_CIM_DatabaseSegment_qualifiers,
123294                   /* super */
123295 mike  1.1.2.1     &__root_cimv2_CIM_StorageExtent,
123296                   /* features */
123297                   _CIM_DatabaseSegment_features,
123298               };
123299               
123300               //==============================================================================
123301               //
123302               // Class: CIM_DatabaseService
123303               //
123304               //==============================================================================
123305               
123306               static const char*
123307               _CIM_DatabaseService_StartupTime_qualifiers[] =
123308               {
123309                   /* MappingStrings */
123310                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoStartupTime\000",
123311                   0,
123312               };
123313               
123314               static MetaProperty
123315               _CIM_DatabaseService_StartupTime =
123316 mike  1.1.2.1 {
123317                   /* flags */
123318                   META_FLAG_PROPERTY|META_FLAG_READ,
123319                   /* name */
123320                   "StartupTime",
123321                   /* qualifiers */
123322                   _CIM_DatabaseService_StartupTime_qualifiers,
123323                   /* type */
123324                   CIMTYPE_DATETIME,
123325                   /* subscript */
123326                   -1,
123327                   /* value */
123328                   0,
123329               };
123330               
123331               static const char*
123332               _CIM_DatabaseService_OperationalStatus_qualifiers[] =
123333               {
123334                   /* Override */
123335                   "\044OperationalStatus",
123336                   /* MappingStrings */
123337 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoOperStatus\000",
123338                   0,
123339               };
123340               
123341               static MetaProperty
123342               _CIM_DatabaseService_OperationalStatus =
123343               {
123344                   /* flags */
123345                   META_FLAG_PROPERTY|META_FLAG_READ,
123346                   /* name */
123347                   "OperationalStatus",
123348                   /* qualifiers */
123349                   _CIM_DatabaseService_OperationalStatus_qualifiers,
123350                   /* type */
123351                   CIMTYPE_UINT16,
123352                   /* subscript */
123353                   0,
123354                   /* value */
123355                   0,
123356               };
123357               
123358 mike  1.1.2.1 static const char*
123359               _CIM_DatabaseService_LastStatusChangeTime_qualifiers[] =
123360               {
123361                   /* Deprecated */
123362                   "\013\000\001CIM_EnabledLogicalElement.TimeOfLastStateChange\000",
123363                   /* MappingStrings */
123364                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastChange\000",
123365                   0,
123366               };
123367               
123368               static MetaProperty
123369               _CIM_DatabaseService_LastStatusChangeTime =
123370               {
123371                   /* flags */
123372                   META_FLAG_PROPERTY|META_FLAG_READ,
123373                   /* name */
123374                   "LastStatusChangeTime",
123375                   /* qualifiers */
123376                   _CIM_DatabaseService_LastStatusChangeTime_qualifiers,
123377                   /* type */
123378                   CIMTYPE_DATETIME,
123379 mike  1.1.2.1     /* subscript */
123380                   -1,
123381                   /* value */
123382                   0,
123383               };
123384               
123385               static const char*
123386               _CIM_DatabaseService_TimeOfLastStateChange_qualifiers[] =
123387               {
123388                   /* Override */
123389                   "\044TimeOfLastStateChange",
123390                   /* MappingStrings */
123391                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastChange\000",
123392                   0,
123393               };
123394               
123395               static MetaProperty
123396               _CIM_DatabaseService_TimeOfLastStateChange =
123397               {
123398                   /* flags */
123399                   META_FLAG_PROPERTY|META_FLAG_READ,
123400 mike  1.1.2.1     /* name */
123401                   "TimeOfLastStateChange",
123402                   /* qualifiers */
123403                   _CIM_DatabaseService_TimeOfLastStateChange_qualifiers,
123404                   /* type */
123405                   CIMTYPE_DATETIME,
123406                   /* subscript */
123407                   -1,
123408                   /* value */
123409                   0,
123410               };
123411               
123412               static const char*
123413               _CIM_DatabaseService_ConnectionLimit_qualifiers[] =
123414               {
123415                   /* MappingStrings */
123416                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoMaxInboundAssociations\000",
123417                   0,
123418               };
123419               
123420               static MetaProperty
123421 mike  1.1.2.1 _CIM_DatabaseService_ConnectionLimit =
123422               {
123423                   /* flags */
123424                   META_FLAG_PROPERTY|META_FLAG_READ,
123425                   /* name */
123426                   "ConnectionLimit",
123427                   /* qualifiers */
123428                   _CIM_DatabaseService_ConnectionLimit_qualifiers,
123429                   /* type */
123430                   CIMTYPE_UINT32,
123431                   /* subscript */
123432                   -1,
123433                   /* value */
123434                   0,
123435               };
123436               
123437               static MetaFeature*
123438               _CIM_DatabaseService_features[] =
123439               {
123440                   (MetaFeature*)&_CIM_DatabaseService_StartupTime,
123441                   (MetaFeature*)&_CIM_DatabaseService_OperationalStatus,
123442 mike  1.1.2.1     (MetaFeature*)&_CIM_DatabaseService_LastStatusChangeTime,
123443                   (MetaFeature*)&_CIM_DatabaseService_TimeOfLastStateChange,
123444                   (MetaFeature*)&_CIM_DatabaseService_ConnectionLimit,
123445                   0,
123446               };
123447               
123448               static const char*
123449               __root_cimv2_CIM_DatabaseService_qualifiers[] =
123450               {
123451                   /* UMLPackagePath */
123452                   "\057CIM::Database::System",
123453                   /* Version */
123454                   "\0632.7.0",
123455                   0,
123456               };
123457               
123458               MetaClass
123459               __root_cimv2_CIM_DatabaseService =
123460               {
123461                   /* flags */
123462                   META_FLAG_CLASS,
123463 mike  1.1.2.1     /* name */
123464                   "CIM_DatabaseService",
123465                   /* qualifiers */
123466                   __root_cimv2_CIM_DatabaseService_qualifiers,
123467                   /* super */
123468                   &__root_cimv2_CIM_Service,
123469                   /* features */
123470                   _CIM_DatabaseService_features,
123471               };
123472               
123473               //==============================================================================
123474               //
123475               // Class: CIM_DatabaseStorageArea
123476               //
123477               //==============================================================================
123478               
123479               static const char*
123480               _CIM_DatabaseStorageArea_IsSystemArea_qualifiers[] =
123481               {
123482                   0,
123483               };
123484 mike  1.1.2.1 
123485               static MetaProperty
123486               _CIM_DatabaseStorageArea_IsSystemArea =
123487               {
123488                   /* flags */
123489                   META_FLAG_PROPERTY|META_FLAG_READ,
123490                   /* name */
123491                   "IsSystemArea",
123492                   /* qualifiers */
123493                   _CIM_DatabaseStorageArea_IsSystemArea_qualifiers,
123494                   /* type */
123495                   CIMTYPE_BOOLEAN,
123496                   /* subscript */
123497                   -1,
123498                   /* value */
123499                   0,
123500               };
123501               
123502               static const char*
123503               _CIM_DatabaseStorageArea_LastBackup_qualifiers[] =
123504               {
123505 mike  1.1.2.1     0,
123506               };
123507               
123508               static MetaProperty
123509               _CIM_DatabaseStorageArea_LastBackup =
123510               {
123511                   /* flags */
123512                   META_FLAG_PROPERTY|META_FLAG_READ,
123513                   /* name */
123514                   "LastBackup",
123515                   /* qualifiers */
123516                   _CIM_DatabaseStorageArea_LastBackup_qualifiers,
123517                   /* type */
123518                   CIMTYPE_DATETIME,
123519                   /* subscript */
123520                   -1,
123521                   /* value */
123522                   0,
123523               };
123524               
123525               static MetaFeature*
123526 mike  1.1.2.1 _CIM_DatabaseStorageArea_features[] =
123527               {
123528                   (MetaFeature*)&_CIM_DatabaseStorageArea_IsSystemArea,
123529                   (MetaFeature*)&_CIM_DatabaseStorageArea_LastBackup,
123530                   0,
123531               };
123532               
123533               static const char*
123534               __root_cimv2_CIM_DatabaseStorageArea_qualifiers[] =
123535               {
123536                   /* UMLPackagePath */
123537                   "\057CIM::Database::Storage",
123538                   /* Version */
123539                   "\0632.8.0",
123540                   0,
123541               };
123542               
123543               MetaClass
123544               __root_cimv2_CIM_DatabaseStorageArea =
123545               {
123546                   /* flags */
123547 mike  1.1.2.1     META_FLAG_CLASS,
123548                   /* name */
123549                   "CIM_DatabaseStorageArea",
123550                   /* qualifiers */
123551                   __root_cimv2_CIM_DatabaseStorageArea_qualifiers,
123552                   /* super */
123553                   &__root_cimv2_CIM_FileSystem,
123554                   /* features */
123555                   _CIM_DatabaseStorageArea_features,
123556               };
123557               
123558               //==============================================================================
123559               //
123560               // Class: CIM_DatabaseSystem
123561               //
123562               //==============================================================================
123563               
123564               static MetaFeature*
123565               _CIM_DatabaseSystem_features[] =
123566               {
123567                   0,
123568 mike  1.1.2.1 };
123569               
123570               static const char*
123571               __root_cimv2_CIM_DatabaseSystem_qualifiers[] =
123572               {
123573                   /* UMLPackagePath */
123574                   "\057CIM::Database::System",
123575                   /* Version */
123576                   "\0632.7.0",
123577                   0,
123578               };
123579               
123580               MetaClass
123581               __root_cimv2_CIM_DatabaseSystem =
123582               {
123583                   /* flags */
123584                   META_FLAG_CLASS,
123585                   /* name */
123586                   "CIM_DatabaseSystem",
123587                   /* qualifiers */
123588                   __root_cimv2_CIM_DatabaseSystem_qualifiers,
123589 mike  1.1.2.1     /* super */
123590                   &__root_cimv2_CIM_ApplicationSystem,
123591                   /* features */
123592                   _CIM_DatabaseSystem_features,
123593               };
123594               
123595               //==============================================================================
123596               //
123597               // Class: CIM_DeviceAccessedByFile
123598               //
123599               //==============================================================================
123600               
123601               static const char*
123602               _CIM_DeviceAccessedByFile_Antecedent_qualifiers[] =
123603               {
123604                   /* Override */
123605                   "\044Antecedent",
123606                   0,
123607               };
123608               
123609               static MetaReference
123610 mike  1.1.2.1 _CIM_DeviceAccessedByFile_Antecedent =
123611               {
123612                   /* flags */
123613                   META_FLAG_REFERENCE|META_FLAG_READ,
123614                   /* name */
123615                   "Antecedent",
123616                   /* qualifiers */
123617                   _CIM_DeviceAccessedByFile_Antecedent_qualifiers,
123618                   /* subscript */
123619                   -1,
123620                   /* refId */
123621                   &__root_cimv2_CIM_DeviceFile,
123622               };
123623               
123624               static const char*
123625               _CIM_DeviceAccessedByFile_Dependent_qualifiers[] =
123626               {
123627                   /* Override */
123628                   "\044Dependent",
123629                   /* Max */
123630                   "\027\000\000\000\001",
123631 mike  1.1.2.1     0,
123632               };
123633               
123634               static MetaReference
123635               _CIM_DeviceAccessedByFile_Dependent =
123636               {
123637                   /* flags */
123638                   META_FLAG_REFERENCE|META_FLAG_READ,
123639                   /* name */
123640                   "Dependent",
123641                   /* qualifiers */
123642                   _CIM_DeviceAccessedByFile_Dependent_qualifiers,
123643                   /* subscript */
123644                   -1,
123645                   /* refId */
123646                   &__root_cimv2_CIM_LogicalDevice,
123647               };
123648               
123649               static MetaFeature*
123650               _CIM_DeviceAccessedByFile_features[] =
123651               {
123652 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceAccessedByFile_Antecedent,
123653                   (MetaFeature*)&_CIM_DeviceAccessedByFile_Dependent,
123654                   0,
123655               };
123656               
123657               static const char*
123658               __root_cimv2_CIM_DeviceAccessedByFile_qualifiers[] =
123659               {
123660                   /* ASSOCIATION */
123661                   "\000\001",
123662                   /* UMLPackagePath */
123663                   "\057CIM::System::FileElements",
123664                   /* Version */
123665                   "\0632.6.0",
123666                   0,
123667               };
123668               
123669               MetaClass
123670               __root_cimv2_CIM_DeviceAccessedByFile =
123671               {
123672                   /* flags */
123673 mike  1.1.2.1     META_FLAG_ASSOCIATION,
123674                   /* name */
123675                   "CIM_DeviceAccessedByFile",
123676                   /* qualifiers */
123677                   __root_cimv2_CIM_DeviceAccessedByFile_qualifiers,
123678                   /* super */
123679                   &__root_cimv2_CIM_Dependency,
123680                   /* features */
123681                   _CIM_DeviceAccessedByFile_features,
123682               };
123683               
123684               //==============================================================================
123685               //
123686               // Class: CIM_DeviceConnection
123687               //
123688               //==============================================================================
123689               
123690               static const char*
123691               _CIM_DeviceConnection_Antecedent_qualifiers[] =
123692               {
123693                   /* Override */
123694 mike  1.1.2.1     "\044Antecedent",
123695                   0,
123696               };
123697               
123698               static MetaReference
123699               _CIM_DeviceConnection_Antecedent =
123700               {
123701                   /* flags */
123702                   META_FLAG_REFERENCE|META_FLAG_READ,
123703                   /* name */
123704                   "Antecedent",
123705                   /* qualifiers */
123706                   _CIM_DeviceConnection_Antecedent_qualifiers,
123707                   /* subscript */
123708                   -1,
123709                   /* refId */
123710                   &__root_cimv2_CIM_LogicalDevice,
123711               };
123712               
123713               static const char*
123714               _CIM_DeviceConnection_Dependent_qualifiers[] =
123715 mike  1.1.2.1 {
123716                   /* Override */
123717                   "\044Dependent",
123718                   0,
123719               };
123720               
123721               static MetaReference
123722               _CIM_DeviceConnection_Dependent =
123723               {
123724                   /* flags */
123725                   META_FLAG_REFERENCE|META_FLAG_READ,
123726                   /* name */
123727                   "Dependent",
123728                   /* qualifiers */
123729                   _CIM_DeviceConnection_Dependent_qualifiers,
123730                   /* subscript */
123731                   -1,
123732                   /* refId */
123733                   &__root_cimv2_CIM_LogicalDevice,
123734               };
123735               
123736 mike  1.1.2.1 static const char*
123737               _CIM_DeviceConnection_NegotiatedSpeed_qualifiers[] =
123738               {
123739                   /* Units */
123740                   "\060Bits per Second",
123741                   /* MappingStrings */
123742                   "\026\000\001MIF.DMTF|Bus Port Association|001.2\000",
123743                   0,
123744               };
123745               
123746               static MetaProperty
123747               _CIM_DeviceConnection_NegotiatedSpeed =
123748               {
123749                   /* flags */
123750                   META_FLAG_PROPERTY|META_FLAG_READ,
123751                   /* name */
123752                   "NegotiatedSpeed",
123753                   /* qualifiers */
123754                   _CIM_DeviceConnection_NegotiatedSpeed_qualifiers,
123755                   /* type */
123756                   CIMTYPE_UINT64,
123757 mike  1.1.2.1     /* subscript */
123758                   -1,
123759                   /* value */
123760                   0,
123761               };
123762               
123763               static const char*
123764               _CIM_DeviceConnection_NegotiatedDataWidth_qualifiers[] =
123765               {
123766                   /* Units */
123767                   "\060Bits",
123768                   /* MappingStrings */
123769                   "\026\000\001MIF.DMTF|Bus Port Association|001.3\000",
123770                   0,
123771               };
123772               
123773               static MetaProperty
123774               _CIM_DeviceConnection_NegotiatedDataWidth =
123775               {
123776                   /* flags */
123777                   META_FLAG_PROPERTY|META_FLAG_READ,
123778 mike  1.1.2.1     /* name */
123779                   "NegotiatedDataWidth",
123780                   /* qualifiers */
123781                   _CIM_DeviceConnection_NegotiatedDataWidth_qualifiers,
123782                   /* type */
123783                   CIMTYPE_UINT32,
123784                   /* subscript */
123785                   -1,
123786                   /* value */
123787                   0,
123788               };
123789               
123790               static MetaFeature*
123791               _CIM_DeviceConnection_features[] =
123792               {
123793                   (MetaFeature*)&_CIM_DeviceConnection_Antecedent,
123794                   (MetaFeature*)&_CIM_DeviceConnection_Dependent,
123795                   (MetaFeature*)&_CIM_DeviceConnection_NegotiatedSpeed,
123796                   (MetaFeature*)&_CIM_DeviceConnection_NegotiatedDataWidth,
123797                   0,
123798               };
123799 mike  1.1.2.1 
123800               static const char*
123801               __root_cimv2_CIM_DeviceConnection_qualifiers[] =
123802               {
123803                   /* ASSOCIATION */
123804                   "\000\001",
123805                   /* UMLPackagePath */
123806                   "\057CIM::Device::DeviceElements",
123807                   /* Version */
123808                   "\0632.10.0",
123809                   0,
123810               };
123811               
123812               MetaClass
123813               __root_cimv2_CIM_DeviceConnection =
123814               {
123815                   /* flags */
123816                   META_FLAG_ASSOCIATION,
123817                   /* name */
123818                   "CIM_DeviceConnection",
123819                   /* qualifiers */
123820 mike  1.1.2.1     __root_cimv2_CIM_DeviceConnection_qualifiers,
123821                   /* super */
123822                   &__root_cimv2_CIM_Dependency,
123823                   /* features */
123824                   _CIM_DeviceConnection_features,
123825               };
123826               
123827               //==============================================================================
123828               //
123829               // Class: CIM_DeviceIdentity
123830               //
123831               //==============================================================================
123832               
123833               static const char*
123834               _CIM_DeviceIdentity_SystemElement_qualifiers[] =
123835               {
123836                   /* Override */
123837                   "\044SystemElement",
123838                   0,
123839               };
123840               
123841 mike  1.1.2.1 static MetaReference
123842               _CIM_DeviceIdentity_SystemElement =
123843               {
123844                   /* flags */
123845                   META_FLAG_REFERENCE|META_FLAG_READ,
123846                   /* name */
123847                   "SystemElement",
123848                   /* qualifiers */
123849                   _CIM_DeviceIdentity_SystemElement_qualifiers,
123850                   /* subscript */
123851                   -1,
123852                   /* refId */
123853                   &__root_cimv2_CIM_LogicalDevice,
123854               };
123855               
123856               static const char*
123857               _CIM_DeviceIdentity_SameElement_qualifiers[] =
123858               {
123859                   /* Override */
123860                   "\044SameElement",
123861                   0,
123862 mike  1.1.2.1 };
123863               
123864               static MetaReference
123865               _CIM_DeviceIdentity_SameElement =
123866               {
123867                   /* flags */
123868                   META_FLAG_REFERENCE|META_FLAG_READ,
123869                   /* name */
123870                   "SameElement",
123871                   /* qualifiers */
123872                   _CIM_DeviceIdentity_SameElement_qualifiers,
123873                   /* subscript */
123874                   -1,
123875                   /* refId */
123876                   &__root_cimv2_CIM_LogicalDevice,
123877               };
123878               
123879               static MetaFeature*
123880               _CIM_DeviceIdentity_features[] =
123881               {
123882                   (MetaFeature*)&_CIM_DeviceIdentity_SystemElement,
123883 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceIdentity_SameElement,
123884                   0,
123885               };
123886               
123887               static const char*
123888               __root_cimv2_CIM_DeviceIdentity_qualifiers[] =
123889               {
123890                   /* ASSOCIATION */
123891                   "\000\001",
123892                   /* UMLPackagePath */
123893                   "\057CIM::Device::DeviceElements",
123894                   /* Version */
123895                   "\0632.6.0",
123896                   0,
123897               };
123898               
123899               MetaClass
123900               __root_cimv2_CIM_DeviceIdentity =
123901               {
123902                   /* flags */
123903                   META_FLAG_ASSOCIATION,
123904 mike  1.1.2.1     /* name */
123905                   "CIM_DeviceIdentity",
123906                   /* qualifiers */
123907                   __root_cimv2_CIM_DeviceIdentity_qualifiers,
123908                   /* super */
123909                   &__root_cimv2_CIM_LogicalIdentity,
123910                   /* features */
123911                   _CIM_DeviceIdentity_features,
123912               };
123913               
123914               //==============================================================================
123915               //
123916               // Class: CIM_DeviceSAPImplementation
123917               //
123918               //==============================================================================
123919               
123920               static const char*
123921               _CIM_DeviceSAPImplementation_Antecedent_qualifiers[] =
123922               {
123923                   /* Override */
123924                   "\044Antecedent",
123925 mike  1.1.2.1     0,
123926               };
123927               
123928               static MetaReference
123929               _CIM_DeviceSAPImplementation_Antecedent =
123930               {
123931                   /* flags */
123932                   META_FLAG_REFERENCE|META_FLAG_READ,
123933                   /* name */
123934                   "Antecedent",
123935                   /* qualifiers */
123936                   _CIM_DeviceSAPImplementation_Antecedent_qualifiers,
123937                   /* subscript */
123938                   -1,
123939                   /* refId */
123940                   &__root_cimv2_CIM_LogicalDevice,
123941               };
123942               
123943               static const char*
123944               _CIM_DeviceSAPImplementation_Dependent_qualifiers[] =
123945               {
123946 mike  1.1.2.1     /* Override */
123947                   "\044Dependent",
123948                   0,
123949               };
123950               
123951               static MetaReference
123952               _CIM_DeviceSAPImplementation_Dependent =
123953               {
123954                   /* flags */
123955                   META_FLAG_REFERENCE|META_FLAG_READ,
123956                   /* name */
123957                   "Dependent",
123958                   /* qualifiers */
123959                   _CIM_DeviceSAPImplementation_Dependent_qualifiers,
123960                   /* subscript */
123961                   -1,
123962                   /* refId */
123963                   &__root_cimv2_CIM_ServiceAccessPoint,
123964               };
123965               
123966               static MetaFeature*
123967 mike  1.1.2.1 _CIM_DeviceSAPImplementation_features[] =
123968               {
123969                   (MetaFeature*)&_CIM_DeviceSAPImplementation_Antecedent,
123970                   (MetaFeature*)&_CIM_DeviceSAPImplementation_Dependent,
123971                   0,
123972               };
123973               
123974               static const char*
123975               __root_cimv2_CIM_DeviceSAPImplementation_qualifiers[] =
123976               {
123977                   /* ASSOCIATION */
123978                   "\000\001",
123979                   /* UMLPackagePath */
123980                   "\057CIM::Core::Device",
123981                   /* Version */
123982                   "\0632.10.0",
123983                   0,
123984               };
123985               
123986               MetaClass
123987               __root_cimv2_CIM_DeviceSAPImplementation =
123988 mike  1.1.2.1 {
123989                   /* flags */
123990                   META_FLAG_ASSOCIATION,
123991                   /* name */
123992                   "CIM_DeviceSAPImplementation",
123993                   /* qualifiers */
123994                   __root_cimv2_CIM_DeviceSAPImplementation_qualifiers,
123995                   /* super */
123996                   &__root_cimv2_CIM_Dependency,
123997                   /* features */
123998                   _CIM_DeviceSAPImplementation_features,
123999               };
124000               
124001               //==============================================================================
124002               //
124003               // Class: CIM_DeviceServiceImplementation
124004               //
124005               //==============================================================================
124006               
124007               static const char*
124008               _CIM_DeviceServiceImplementation_Antecedent_qualifiers[] =
124009 mike  1.1.2.1 {
124010                   /* Override */
124011                   "\044Antecedent",
124012                   0,
124013               };
124014               
124015               static MetaReference
124016               _CIM_DeviceServiceImplementation_Antecedent =
124017               {
124018                   /* flags */
124019                   META_FLAG_REFERENCE|META_FLAG_READ,
124020                   /* name */
124021                   "Antecedent",
124022                   /* qualifiers */
124023                   _CIM_DeviceServiceImplementation_Antecedent_qualifiers,
124024                   /* subscript */
124025                   -1,
124026                   /* refId */
124027                   &__root_cimv2_CIM_LogicalDevice,
124028               };
124029               
124030 mike  1.1.2.1 static const char*
124031               _CIM_DeviceServiceImplementation_Dependent_qualifiers[] =
124032               {
124033                   /* Override */
124034                   "\044Dependent",
124035                   0,
124036               };
124037               
124038               static MetaReference
124039               _CIM_DeviceServiceImplementation_Dependent =
124040               {
124041                   /* flags */
124042                   META_FLAG_REFERENCE|META_FLAG_READ,
124043                   /* name */
124044                   "Dependent",
124045                   /* qualifiers */
124046                   _CIM_DeviceServiceImplementation_Dependent_qualifiers,
124047                   /* subscript */
124048                   -1,
124049                   /* refId */
124050                   &__root_cimv2_CIM_Service,
124051 mike  1.1.2.1 };
124052               
124053               static MetaFeature*
124054               _CIM_DeviceServiceImplementation_features[] =
124055               {
124056                   (MetaFeature*)&_CIM_DeviceServiceImplementation_Antecedent,
124057                   (MetaFeature*)&_CIM_DeviceServiceImplementation_Dependent,
124058                   0,
124059               };
124060               
124061               static const char*
124062               __root_cimv2_CIM_DeviceServiceImplementation_qualifiers[] =
124063               {
124064                   /* ASSOCIATION */
124065                   "\000\001",
124066                   /* UMLPackagePath */
124067                   "\057CIM::Core::Device",
124068                   /* Version */
124069                   "\0632.10.0",
124070                   0,
124071               };
124072 mike  1.1.2.1 
124073               MetaClass
124074               __root_cimv2_CIM_DeviceServiceImplementation =
124075               {
124076                   /* flags */
124077                   META_FLAG_ASSOCIATION,
124078                   /* name */
124079                   "CIM_DeviceServiceImplementation",
124080                   /* qualifiers */
124081                   __root_cimv2_CIM_DeviceServiceImplementation_qualifiers,
124082                   /* super */
124083                   &__root_cimv2_CIM_Dependency,
124084                   /* features */
124085                   _CIM_DeviceServiceImplementation_features,
124086               };
124087               
124088               //==============================================================================
124089               //
124090               // Class: CIM_DeviceServicesLocation
124091               //
124092               //==============================================================================
124093 mike  1.1.2.1 
124094               static const char*
124095               _CIM_DeviceServicesLocation_Antecedent_qualifiers[] =
124096               {
124097                   /* Override */
124098                   "\044Antecedent",
124099                   0,
124100               };
124101               
124102               static MetaReference
124103               _CIM_DeviceServicesLocation_Antecedent =
124104               {
124105                   /* flags */
124106                   META_FLAG_REFERENCE|META_FLAG_READ,
124107                   /* name */
124108                   "Antecedent",
124109                   /* qualifiers */
124110                   _CIM_DeviceServicesLocation_Antecedent_qualifiers,
124111                   /* subscript */
124112                   -1,
124113                   /* refId */
124114 mike  1.1.2.1     &__root_cimv2_CIM_MediaTransferDevice,
124115               };
124116               
124117               static const char*
124118               _CIM_DeviceServicesLocation_Dependent_qualifiers[] =
124119               {
124120                   /* Override */
124121                   "\044Dependent",
124122                   0,
124123               };
124124               
124125               static MetaReference
124126               _CIM_DeviceServicesLocation_Dependent =
124127               {
124128                   /* flags */
124129                   META_FLAG_REFERENCE|META_FLAG_READ,
124130                   /* name */
124131                   "Dependent",
124132                   /* qualifiers */
124133                   _CIM_DeviceServicesLocation_Dependent_qualifiers,
124134                   /* subscript */
124135 mike  1.1.2.1     -1,
124136                   /* refId */
124137                   &__root_cimv2_CIM_StorageMediaLocation,
124138               };
124139               
124140               static const char*
124141               _CIM_DeviceServicesLocation_Inaccessible_qualifiers[] =
124142               {
124143                   0,
124144               };
124145               
124146               static MetaProperty
124147               _CIM_DeviceServicesLocation_Inaccessible =
124148               {
124149                   /* flags */
124150                   META_FLAG_PROPERTY|META_FLAG_READ,
124151                   /* name */
124152                   "Inaccessible",
124153                   /* qualifiers */
124154                   _CIM_DeviceServicesLocation_Inaccessible_qualifiers,
124155                   /* type */
124156 mike  1.1.2.1     CIMTYPE_BOOLEAN,
124157                   /* subscript */
124158                   -1,
124159                   /* value */
124160                   0,
124161               };
124162               
124163               static MetaFeature*
124164               _CIM_DeviceServicesLocation_features[] =
124165               {
124166                   (MetaFeature*)&_CIM_DeviceServicesLocation_Antecedent,
124167                   (MetaFeature*)&_CIM_DeviceServicesLocation_Dependent,
124168                   (MetaFeature*)&_CIM_DeviceServicesLocation_Inaccessible,
124169                   0,
124170               };
124171               
124172               static const char*
124173               __root_cimv2_CIM_DeviceServicesLocation_qualifiers[] =
124174               {
124175                   /* ASSOCIATION */
124176                   "\000\001",
124177 mike  1.1.2.1     /* UMLPackagePath */
124178                   "\057CIM::Device::StorageLib",
124179                   /* Version */
124180                   "\0632.6.0",
124181                   0,
124182               };
124183               
124184               MetaClass
124185               __root_cimv2_CIM_DeviceServicesLocation =
124186               {
124187                   /* flags */
124188                   META_FLAG_ASSOCIATION,
124189                   /* name */
124190                   "CIM_DeviceServicesLocation",
124191                   /* qualifiers */
124192                   __root_cimv2_CIM_DeviceServicesLocation_qualifiers,
124193                   /* super */
124194                   &__root_cimv2_CIM_Dependency,
124195                   /* features */
124196                   _CIM_DeviceServicesLocation_features,
124197               };
124198 mike  1.1.2.1 
124199               //==============================================================================
124200               //
124201               // Class: CIM_DeviceSoftware
124202               //
124203               //==============================================================================
124204               
124205               static const char*
124206               _CIM_DeviceSoftware_Antecedent_qualifiers[] =
124207               {
124208                   /* Override */
124209                   "\044Antecedent",
124210                   0,
124211               };
124212               
124213               static MetaReference
124214               _CIM_DeviceSoftware_Antecedent =
124215               {
124216                   /* flags */
124217                   META_FLAG_REFERENCE|META_FLAG_READ,
124218                   /* name */
124219 mike  1.1.2.1     "Antecedent",
124220                   /* qualifiers */
124221                   _CIM_DeviceSoftware_Antecedent_qualifiers,
124222                   /* subscript */
124223                   -1,
124224                   /* refId */
124225                   &__root_cimv2_CIM_SoftwareElement,
124226               };
124227               
124228               static const char*
124229               _CIM_DeviceSoftware_Dependent_qualifiers[] =
124230               {
124231                   /* Override */
124232                   "\044Dependent",
124233                   0,
124234               };
124235               
124236               static MetaReference
124237               _CIM_DeviceSoftware_Dependent =
124238               {
124239                   /* flags */
124240 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
124241                   /* name */
124242                   "Dependent",
124243                   /* qualifiers */
124244                   _CIM_DeviceSoftware_Dependent_qualifiers,
124245                   /* subscript */
124246                   -1,
124247                   /* refId */
124248                   &__root_cimv2_CIM_LogicalDevice,
124249               };
124250               
124251               static const char*
124252               _CIM_DeviceSoftware_Purpose_qualifiers[] =
124253               {
124254                   /* ValueMap */
124255                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
124256                   /* Values */
124257                   "\062\000\011Unknown\000Other\000Driver\000Configuration Software\000Application Software\000Instrumentation\000Firmware\000BIOS\000Boot ROM\000",
124258                   /* MappingStrings */
124259                   "\026\000\001MIF.DMTF|SubComponent Software|001.2\000",
124260                   /* ModelCorrespondence */
124261 mike  1.1.2.1     "\036\000\001CIM_DeviceSoftware.PurposeDescription\000",
124262                   0,
124263               };
124264               
124265               static MetaProperty
124266               _CIM_DeviceSoftware_Purpose =
124267               {
124268                   /* flags */
124269                   META_FLAG_PROPERTY|META_FLAG_READ,
124270                   /* name */
124271                   "Purpose",
124272                   /* qualifiers */
124273                   _CIM_DeviceSoftware_Purpose_qualifiers,
124274                   /* type */
124275                   CIMTYPE_UINT16,
124276                   /* subscript */
124277                   -1,
124278                   /* value */
124279                   0,
124280               };
124281               
124282 mike  1.1.2.1 static const char*
124283               _CIM_DeviceSoftware_PurposeDescription_qualifiers[] =
124284               {
124285                   /* ModelCorrespondence */
124286                   "\036\000\001CIM_DeviceSoftware.Purpose\000",
124287                   0,
124288               };
124289               
124290               static MetaProperty
124291               _CIM_DeviceSoftware_PurposeDescription =
124292               {
124293                   /* flags */
124294                   META_FLAG_PROPERTY|META_FLAG_READ,
124295                   /* name */
124296                   "PurposeDescription",
124297                   /* qualifiers */
124298                   _CIM_DeviceSoftware_PurposeDescription_qualifiers,
124299                   /* type */
124300                   CIMTYPE_STRING,
124301                   /* subscript */
124302                   -1,
124303 mike  1.1.2.1     /* value */
124304                   0,
124305               };
124306               
124307               static const char*
124308               _CIM_DeviceSoftware_LoadedOnDevice_qualifiers[] =
124309               {
124310                   0,
124311               };
124312               
124313               static MetaProperty
124314               _CIM_DeviceSoftware_LoadedOnDevice =
124315               {
124316                   /* flags */
124317                   META_FLAG_PROPERTY|META_FLAG_READ,
124318                   /* name */
124319                   "LoadedOnDevice",
124320                   /* qualifiers */
124321                   _CIM_DeviceSoftware_LoadedOnDevice_qualifiers,
124322                   /* type */
124323                   CIMTYPE_BOOLEAN,
124324 mike  1.1.2.1     /* subscript */
124325                   -1,
124326                   /* value */
124327                   0,
124328               };
124329               
124330               static const char*
124331               _CIM_DeviceSoftware_UpgradeableOnDevice_qualifiers[] =
124332               {
124333                   0,
124334               };
124335               
124336               static MetaProperty
124337               _CIM_DeviceSoftware_UpgradeableOnDevice =
124338               {
124339                   /* flags */
124340                   META_FLAG_PROPERTY|META_FLAG_READ,
124341                   /* name */
124342                   "UpgradeableOnDevice",
124343                   /* qualifiers */
124344                   _CIM_DeviceSoftware_UpgradeableOnDevice_qualifiers,
124345 mike  1.1.2.1     /* type */
124346                   CIMTYPE_BOOLEAN,
124347                   /* subscript */
124348                   -1,
124349                   /* value */
124350                   0,
124351               };
124352               
124353               static MetaFeature*
124354               _CIM_DeviceSoftware_features[] =
124355               {
124356                   (MetaFeature*)&_CIM_DeviceSoftware_Antecedent,
124357                   (MetaFeature*)&_CIM_DeviceSoftware_Dependent,
124358                   (MetaFeature*)&_CIM_DeviceSoftware_Purpose,
124359                   (MetaFeature*)&_CIM_DeviceSoftware_PurposeDescription,
124360                   (MetaFeature*)&_CIM_DeviceSoftware_LoadedOnDevice,
124361                   (MetaFeature*)&_CIM_DeviceSoftware_UpgradeableOnDevice,
124362                   0,
124363               };
124364               
124365               static const char*
124366 mike  1.1.2.1 __root_cimv2_CIM_DeviceSoftware_qualifiers[] =
124367               {
124368                   /* ASSOCIATION */
124369                   "\000\001",
124370                   /* UMLPackagePath */
124371                   "\057CIM::Device::DeviceElements",
124372                   /* Version */
124373                   "\0632.10.0",
124374                   0,
124375               };
124376               
124377               MetaClass
124378               __root_cimv2_CIM_DeviceSoftware =
124379               {
124380                   /* flags */
124381                   META_FLAG_ASSOCIATION,
124382                   /* name */
124383                   "CIM_DeviceSoftware",
124384                   /* qualifiers */
124385                   __root_cimv2_CIM_DeviceSoftware_qualifiers,
124386                   /* super */
124387 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
124388                   /* features */
124389                   _CIM_DeviceSoftware_features,
124390               };
124391               
124392               //==============================================================================
124393               //
124394               // Class: CIM_DeviceStatistics
124395               //
124396               //==============================================================================
124397               
124398               static const char*
124399               _CIM_DeviceStatistics_Stats_qualifiers[] =
124400               {
124401                   /* Override */
124402                   "\044Stats",
124403                   /* Weak */
124404                   "\064\001",
124405                   0,
124406               };
124407               
124408 mike  1.1.2.1 static MetaReference
124409               _CIM_DeviceStatistics_Stats =
124410               {
124411                   /* flags */
124412                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
124413                   /* name */
124414                   "Stats",
124415                   /* qualifiers */
124416                   _CIM_DeviceStatistics_Stats_qualifiers,
124417                   /* subscript */
124418                   -1,
124419                   /* refId */
124420                   &__root_cimv2_CIM_DeviceStatisticalInformation,
124421               };
124422               
124423               static const char*
124424               _CIM_DeviceStatistics_Element_qualifiers[] =
124425               {
124426                   /* Override */
124427                   "\044Element",
124428                   /* Min */
124429 mike  1.1.2.1     "\033\000\000\000\001",
124430                   /* Max */
124431                   "\027\000\000\000\001",
124432                   0,
124433               };
124434               
124435               static MetaReference
124436               _CIM_DeviceStatistics_Element =
124437               {
124438                   /* flags */
124439                   META_FLAG_REFERENCE|META_FLAG_READ,
124440                   /* name */
124441                   "Element",
124442                   /* qualifiers */
124443                   _CIM_DeviceStatistics_Element_qualifiers,
124444                   /* subscript */
124445                   -1,
124446                   /* refId */
124447                   &__root_cimv2_CIM_LogicalDevice,
124448               };
124449               
124450 mike  1.1.2.1 static MetaFeature*
124451               _CIM_DeviceStatistics_features[] =
124452               {
124453                   (MetaFeature*)&_CIM_DeviceStatistics_Stats,
124454                   (MetaFeature*)&_CIM_DeviceStatistics_Element,
124455                   0,
124456               };
124457               
124458               static const char*
124459               __root_cimv2_CIM_DeviceStatistics_qualifiers[] =
124460               {
124461                   /* ASSOCIATION */
124462                   "\000\001",
124463                   /* UMLPackagePath */
124464                   "\057CIM::Core::Statistics",
124465                   /* Version */
124466                   "\0632.6.0",
124467                   0,
124468               };
124469               
124470               MetaClass
124471 mike  1.1.2.1 __root_cimv2_CIM_DeviceStatistics =
124472               {
124473                   /* flags */
124474                   META_FLAG_ASSOCIATION,
124475                   /* name */
124476                   "CIM_DeviceStatistics",
124477                   /* qualifiers */
124478                   __root_cimv2_CIM_DeviceStatistics_qualifiers,
124479                   /* super */
124480                   &__root_cimv2_CIM_Statistics,
124481                   /* features */
124482                   _CIM_DeviceStatistics_features,
124483               };
124484               
124485               //==============================================================================
124486               //
124487               // Class: CIM_DiagnosticService
124488               //
124489               //==============================================================================
124490               
124491               static const char*
124492 mike  1.1.2.1 _CIM_DiagnosticService_RunDiagnostic_ManagedElement_qualifiers[] =
124493               {
124494                   /* IN */
124495                   "\024\001",
124496                   0,
124497               };
124498               
124499               static MetaReference
124500               _CIM_DiagnosticService_RunDiagnostic_ManagedElement =
124501               {
124502                   /* flags */
124503                   META_FLAG_REFERENCE|META_FLAG_IN,
124504                   /* name */
124505                   "ManagedElement",
124506                   /* qualifiers */
124507                   _CIM_DiagnosticService_RunDiagnostic_ManagedElement_qualifiers,
124508                   /* subscript */
124509                   -1,
124510                   /* ref */
124511                   &__root_cimv2_CIM_ManagedElement,
124512               };
124513 mike  1.1.2.1 
124514               static const char*
124515               _CIM_DiagnosticService_RunDiagnostic_DiagSetting_qualifiers[] =
124516               {
124517                   /* IN */
124518                   "\024\001",
124519                   0,
124520               };
124521               
124522               static MetaReference
124523               _CIM_DiagnosticService_RunDiagnostic_DiagSetting =
124524               {
124525                   /* flags */
124526                   META_FLAG_REFERENCE|META_FLAG_IN,
124527                   /* name */
124528                   "DiagSetting",
124529                   /* qualifiers */
124530                   _CIM_DiagnosticService_RunDiagnostic_DiagSetting_qualifiers,
124531                   /* subscript */
124532                   -1,
124533                   /* ref */
124534 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticSetting,
124535               };
124536               
124537               static const char*
124538               _CIM_DiagnosticService_RunDiagnostic_JobSetting_qualifiers[] =
124539               {
124540                   /* IN */
124541                   "\024\001",
124542                   0,
124543               };
124544               
124545               static MetaReference
124546               _CIM_DiagnosticService_RunDiagnostic_JobSetting =
124547               {
124548                   /* flags */
124549                   META_FLAG_REFERENCE|META_FLAG_IN,
124550                   /* name */
124551                   "JobSetting",
124552                   /* qualifiers */
124553                   _CIM_DiagnosticService_RunDiagnostic_JobSetting_qualifiers,
124554                   /* subscript */
124555 mike  1.1.2.1     -1,
124556                   /* ref */
124557                   &__root_cimv2_CIM_JobSettingData,
124558               };
124559               
124560               static const char*
124561               _CIM_DiagnosticService_RunDiagnostic_Job_qualifiers[] =
124562               {
124563                   /* IN */
124564                   "\024\000",
124565                   /* OUT */
124566                   "\043\001",
124567                   0,
124568               };
124569               
124570               static MetaReference
124571               _CIM_DiagnosticService_RunDiagnostic_Job =
124572               {
124573                   /* flags */
124574                   META_FLAG_REFERENCE|META_FLAG_OUT,
124575                   /* name */
124576 mike  1.1.2.1     "Job",
124577                   /* qualifiers */
124578                   _CIM_DiagnosticService_RunDiagnostic_Job_qualifiers,
124579                   /* subscript */
124580                   -1,
124581                   /* ref */
124582                   &__root_cimv2_CIM_ConcreteJob,
124583               };
124584               
124585               static MetaFeature*
124586               _CIM_DiagnosticService_RunDiagnostic_parameters[] =
124587               {
124588                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_ManagedElement,
124589                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_DiagSetting,
124590                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_JobSetting,
124591                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_Job,
124592                   0,
124593               };
124594               
124595               static const char*
124596               _CIM_DiagnosticService_RunDiagnostic_qualifiers[] =
124597 mike  1.1.2.1 {
124598                   /* ValueMap */
124599                   "\061\000\0120\0001\0002\0003\0004\0005\000..\0000x1000\000..\0000x8000..\000",
124600                   /* Values */
124601                   "\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",
124602                   0,
124603               };
124604               
124605               static MetaMethod
124606               _CIM_DiagnosticService_RunDiagnostic =
124607               {
124608                   /* flags */
124609                   META_FLAG_METHOD,
124610                   /* name */
124611                   "CIM_DiagnosticService",
124612                   /* qualifiers */
124613                   _CIM_DiagnosticService_RunDiagnostic_qualifiers,
124614                   /* type */
124615                   CIMTYPE_UINT32,
124616                   /* parameters */
124617                   _CIM_DiagnosticService_RunDiagnostic_parameters,
124618 mike  1.1.2.1 };
124619               
124620               static MetaFeature*
124621               _CIM_DiagnosticService_features[] =
124622               {
124623                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic,
124624                   0,
124625               };
124626               
124627               static const char*
124628               __root_cimv2_CIM_DiagnosticService_qualifiers[] =
124629               {
124630                   /* UMLPackagePath */
124631                   "\057CIM::System::Diagnostics",
124632                   /* Abstract */
124633                   "\002\001",
124634                   /* Version */
124635                   "\0632.9.0",
124636                   0,
124637               };
124638               
124639 mike  1.1.2.1 MetaClass
124640               __root_cimv2_CIM_DiagnosticService =
124641               {
124642                   /* flags */
124643                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
124644                   /* name */
124645                   "CIM_DiagnosticService",
124646                   /* qualifiers */
124647                   __root_cimv2_CIM_DiagnosticService_qualifiers,
124648                   /* super */
124649                   &__root_cimv2_CIM_Service,
124650                   /* features */
124651                   _CIM_DiagnosticService_features,
124652               };
124653               
124654               //==============================================================================
124655               //
124656               // Class: CIM_DiagnosticsLog
124657               //
124658               //==============================================================================
124659               
124660 mike  1.1.2.1 static MetaFeature*
124661               _CIM_DiagnosticsLog_features[] =
124662               {
124663                   0,
124664               };
124665               
124666               static const char*
124667               __root_cimv2_CIM_DiagnosticsLog_qualifiers[] =
124668               {
124669                   /* UMLPackagePath */
124670                   "\057CIM::System::Logs",
124671                   /* Version */
124672                   "\0632.9.0",
124673                   0,
124674               };
124675               
124676               MetaClass
124677               __root_cimv2_CIM_DiagnosticsLog =
124678               {
124679                   /* flags */
124680                   META_FLAG_CLASS,
124681 mike  1.1.2.1     /* name */
124682                   "CIM_DiagnosticsLog",
124683                   /* qualifiers */
124684                   __root_cimv2_CIM_DiagnosticsLog_qualifiers,
124685                   /* super */
124686                   &__root_cimv2_CIM_RecordLog,
124687                   /* features */
124688                   _CIM_DiagnosticsLog_features,
124689               };
124690               
124691               //==============================================================================
124692               //
124693               // Class: CIM_DiagnosticTest
124694               //
124695               //==============================================================================
124696               
124697               static const char*
124698               _CIM_DiagnosticTest_Characteristics_qualifiers[] =
124699               {
124700                   /* ValueMap */
124701                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
124702 mike  1.1.2.1     /* Values */
124703                   "\062\000\013Unknown\000Other\000Is Exclusive\000Is Interactive\000Is Destructive\000Is Risky\000Is Package\000Reserved\000Is Synchronous\000Media Required\000Additional Hardware Required\000",
124704                   /* ModelCorrespondence */
124705                   "\036\000\001CIM_DiagnosticTest.OtherCharacteristicsDescriptions\000",
124706                   0,
124707               };
124708               
124709               static MetaProperty
124710               _CIM_DiagnosticTest_Characteristics =
124711               {
124712                   /* flags */
124713                   META_FLAG_PROPERTY|META_FLAG_READ,
124714                   /* name */
124715                   "Characteristics",
124716                   /* qualifiers */
124717                   _CIM_DiagnosticTest_Characteristics_qualifiers,
124718                   /* type */
124719                   CIMTYPE_UINT16,
124720                   /* subscript */
124721                   0,
124722                   /* value */
124723 mike  1.1.2.1     0,
124724               };
124725               
124726               static const char*
124727               _CIM_DiagnosticTest_OtherCharacteristicDescription_qualifiers[] =
124728               {
124729                   /* Deprecated */
124730                   "\013\000\001CIM_DiagnosticTest.OtherCharacteristicsDescriptions\000",
124731                   /* ModelCorrespondence */
124732                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
124733                   0,
124734               };
124735               
124736               static MetaProperty
124737               _CIM_DiagnosticTest_OtherCharacteristicDescription =
124738               {
124739                   /* flags */
124740                   META_FLAG_PROPERTY|META_FLAG_READ,
124741                   /* name */
124742                   "OtherCharacteristicDescription",
124743                   /* qualifiers */
124744 mike  1.1.2.1     _CIM_DiagnosticTest_OtherCharacteristicDescription_qualifiers,
124745                   /* type */
124746                   CIMTYPE_STRING,
124747                   /* subscript */
124748                   -1,
124749                   /* value */
124750                   0,
124751               };
124752               
124753               static const char*
124754               _CIM_DiagnosticTest_OtherCharacteristicsDescriptions_qualifiers[] =
124755               {
124756                   /* ModelCorrespondence */
124757                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
124758                   0,
124759               };
124760               
124761               static MetaProperty
124762               _CIM_DiagnosticTest_OtherCharacteristicsDescriptions =
124763               {
124764                   /* flags */
124765 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
124766                   /* name */
124767                   "OtherCharacteristicsDescriptions",
124768                   /* qualifiers */
124769                   _CIM_DiagnosticTest_OtherCharacteristicsDescriptions_qualifiers,
124770                   /* type */
124771                   CIMTYPE_STRING,
124772                   /* subscript */
124773                   0,
124774                   /* value */
124775                   0,
124776               };
124777               
124778               static const char*
124779               _CIM_DiagnosticTest_IsInUse_qualifiers[] =
124780               {
124781                   /* Deprecated */
124782                   "\013\000\001CIM_Service.Started\000",
124783                   0,
124784               };
124785               
124786 mike  1.1.2.1 static MetaProperty
124787               _CIM_DiagnosticTest_IsInUse =
124788               {
124789                   /* flags */
124790                   META_FLAG_PROPERTY|META_FLAG_READ,
124791                   /* name */
124792                   "IsInUse",
124793                   /* qualifiers */
124794                   _CIM_DiagnosticTest_IsInUse_qualifiers,
124795                   /* type */
124796                   CIMTYPE_BOOLEAN,
124797                   /* subscript */
124798                   -1,
124799                   /* value */
124800                   0,
124801               };
124802               
124803               static const char*
124804               _CIM_DiagnosticTest_ResourcesUsed_qualifiers[] =
124805               {
124806                   /* Deprecated */
124807 mike  1.1.2.1     "\013\000\001CIM_ServiceAffectsElement\000",
124808                   /* ValueMap */
124809                   "\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",
124810                   /* Values */
124811                   "\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",
124812                   0,
124813               };
124814               
124815               static MetaProperty
124816               _CIM_DiagnosticTest_ResourcesUsed =
124817               {
124818                   /* flags */
124819                   META_FLAG_PROPERTY|META_FLAG_READ,
124820                   /* name */
124821                   "ResourcesUsed",
124822                   /* qualifiers */
124823                   _CIM_DiagnosticTest_ResourcesUsed_qualifiers,
124824                   /* type */
124825                   CIMTYPE_UINT16,
124826                   /* subscript */
124827                   0,
124828 mike  1.1.2.1     /* value */
124829                   0,
124830               };
124831               
124832               static const char*
124833               _CIM_DiagnosticTest_TestTypes_qualifiers[] =
124834               {
124835                   /* ValueMap */
124836                   "\061\000\0110\0001\0002\0003\0004\0005\0006\000..\0000x8000..\000",
124837                   /* Values */
124838                   "\062\000\011Unknown\000Other\000Functional\000Stress\000Health Check\000Access Test\000Media Verify\000DMTF Reserved\000Vendor Reserved\000",
124839                   /* ArrayType */
124840                   "\005Indexed",
124841                   /* ModelCorrespondence */
124842                   "\036\000\001CIM_DiagnosticTest.OtherTestTypesDescriptions\000",
124843                   0,
124844               };
124845               
124846               static MetaProperty
124847               _CIM_DiagnosticTest_TestTypes =
124848               {
124849 mike  1.1.2.1     /* flags */
124850                   META_FLAG_PROPERTY|META_FLAG_READ,
124851                   /* name */
124852                   "TestTypes",
124853                   /* qualifiers */
124854                   _CIM_DiagnosticTest_TestTypes_qualifiers,
124855                   /* type */
124856                   CIMTYPE_UINT16,
124857                   /* subscript */
124858                   0,
124859                   /* value */
124860                   0,
124861               };
124862               
124863               static const char*
124864               _CIM_DiagnosticTest_OtherTestTypesDescriptions_qualifiers[] =
124865               {
124866                   /* ArrayType */
124867                   "\005Indexed",
124868                   /* ModelCorrespondence */
124869                   "\036\000\001CIM_DiagnosticTest.TestTypes\000",
124870 mike  1.1.2.1     0,
124871               };
124872               
124873               static MetaProperty
124874               _CIM_DiagnosticTest_OtherTestTypesDescriptions =
124875               {
124876                   /* flags */
124877                   META_FLAG_PROPERTY|META_FLAG_READ,
124878                   /* name */
124879                   "OtherTestTypesDescriptions",
124880                   /* qualifiers */
124881                   _CIM_DiagnosticTest_OtherTestTypesDescriptions_qualifiers,
124882                   /* type */
124883                   CIMTYPE_STRING,
124884                   /* subscript */
124885                   0,
124886                   /* value */
124887                   0,
124888               };
124889               
124890               static const char*
124891 mike  1.1.2.1 _CIM_DiagnosticTest_RunTest_SystemElement_qualifiers[] =
124892               {
124893                   /* IN */
124894                   "\024\001",
124895                   0,
124896               };
124897               
124898               static MetaReference
124899               _CIM_DiagnosticTest_RunTest_SystemElement =
124900               {
124901                   /* flags */
124902                   META_FLAG_REFERENCE|META_FLAG_IN,
124903                   /* name */
124904                   "SystemElement",
124905                   /* qualifiers */
124906                   _CIM_DiagnosticTest_RunTest_SystemElement_qualifiers,
124907                   /* subscript */
124908                   -1,
124909                   /* ref */
124910                   &__root_cimv2_CIM_ManagedSystemElement,
124911               };
124912 mike  1.1.2.1 
124913               static const char*
124914               _CIM_DiagnosticTest_RunTest_Setting_qualifiers[] =
124915               {
124916                   /* IN */
124917                   "\024\001",
124918                   0,
124919               };
124920               
124921               static MetaReference
124922               _CIM_DiagnosticTest_RunTest_Setting =
124923               {
124924                   /* flags */
124925                   META_FLAG_REFERENCE|META_FLAG_IN,
124926                   /* name */
124927                   "Setting",
124928                   /* qualifiers */
124929                   _CIM_DiagnosticTest_RunTest_Setting_qualifiers,
124930                   /* subscript */
124931                   -1,
124932                   /* ref */
124933 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticSetting,
124934               };
124935               
124936               static const char*
124937               _CIM_DiagnosticTest_RunTest_Result_qualifiers[] =
124938               {
124939                   /* IN */
124940                   "\024\000",
124941                   /* OUT */
124942                   "\043\001",
124943                   0,
124944               };
124945               
124946               static MetaReference
124947               _CIM_DiagnosticTest_RunTest_Result =
124948               {
124949                   /* flags */
124950                   META_FLAG_REFERENCE|META_FLAG_OUT,
124951                   /* name */
124952                   "Result",
124953                   /* qualifiers */
124954 mike  1.1.2.1     _CIM_DiagnosticTest_RunTest_Result_qualifiers,
124955                   /* subscript */
124956                   -1,
124957                   /* ref */
124958                   &__root_cimv2_CIM_DiagnosticResult,
124959               };
124960               
124961               static MetaFeature*
124962               _CIM_DiagnosticTest_RunTest_parameters[] =
124963               {
124964                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_SystemElement,
124965                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_Setting,
124966                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_Result,
124967                   0,
124968               };
124969               
124970               static const char*
124971               _CIM_DiagnosticTest_RunTest_qualifiers[] =
124972               {
124973                   /* Deprecated */
124974                   "\013\000\001CIM_DiagnosticService.RunDiagnostic\000",
124975 mike  1.1.2.1     0,
124976               };
124977               
124978               static MetaMethod
124979               _CIM_DiagnosticTest_RunTest =
124980               {
124981                   /* flags */
124982                   META_FLAG_METHOD,
124983                   /* name */
124984                   "CIM_DiagnosticTest",
124985                   /* qualifiers */
124986                   _CIM_DiagnosticTest_RunTest_qualifiers,
124987                   /* type */
124988                   CIMTYPE_UINT32,
124989                   /* parameters */
124990                   _CIM_DiagnosticTest_RunTest_parameters,
124991               };
124992               
124993               static const char*
124994               _CIM_DiagnosticTest_ClearResults_SystemElement_qualifiers[] =
124995               {
124996 mike  1.1.2.1     /* IN */
124997                   "\024\001",
124998                   0,
124999               };
125000               
125001               static MetaReference
125002               _CIM_DiagnosticTest_ClearResults_SystemElement =
125003               {
125004                   /* flags */
125005                   META_FLAG_REFERENCE|META_FLAG_IN,
125006                   /* name */
125007                   "SystemElement",
125008                   /* qualifiers */
125009                   _CIM_DiagnosticTest_ClearResults_SystemElement_qualifiers,
125010                   /* subscript */
125011                   -1,
125012                   /* ref */
125013                   &__root_cimv2_CIM_ManagedSystemElement,
125014               };
125015               
125016               static const char*
125017 mike  1.1.2.1 _CIM_DiagnosticTest_ClearResults_ResultsNotCleared_qualifiers[] =
125018               {
125019                   /* IN */
125020                   "\024\000",
125021                   /* OUT */
125022                   "\043\001",
125023                   0,
125024               };
125025               
125026               static MetaProperty
125027               _CIM_DiagnosticTest_ClearResults_ResultsNotCleared =
125028               {
125029                   /* flags */
125030                   META_FLAG_PROPERTY|META_FLAG_OUT,
125031                   /* name */
125032                   "ResultsNotCleared",
125033                   /* qualifiers */
125034                   _CIM_DiagnosticTest_ClearResults_ResultsNotCleared_qualifiers,
125035                   /* type */
125036                   CIMTYPE_STRING,
125037                   /* subscript */
125038 mike  1.1.2.1     0,
125039                   /* value */
125040                   0,
125041               };
125042               
125043               static MetaFeature*
125044               _CIM_DiagnosticTest_ClearResults_parameters[] =
125045               {
125046                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults_SystemElement,
125047                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults_ResultsNotCleared,
125048                   0,
125049               };
125050               
125051               static const char*
125052               _CIM_DiagnosticTest_ClearResults_qualifiers[] =
125053               {
125054                   /* Deprecated */
125055                   "\013\000\001CIM_Log.ClearLog\000",
125056                   0,
125057               };
125058               
125059 mike  1.1.2.1 static MetaMethod
125060               _CIM_DiagnosticTest_ClearResults =
125061               {
125062                   /* flags */
125063                   META_FLAG_METHOD,
125064                   /* name */
125065                   "CIM_DiagnosticTest",
125066                   /* qualifiers */
125067                   _CIM_DiagnosticTest_ClearResults_qualifiers,
125068                   /* type */
125069                   CIMTYPE_UINT32,
125070                   /* parameters */
125071                   _CIM_DiagnosticTest_ClearResults_parameters,
125072               };
125073               
125074               static const char*
125075               _CIM_DiagnosticTest_DiscontinueTest_SystemElement_qualifiers[] =
125076               {
125077                   /* IN */
125078                   "\024\001",
125079                   0,
125080 mike  1.1.2.1 };
125081               
125082               static MetaReference
125083               _CIM_DiagnosticTest_DiscontinueTest_SystemElement =
125084               {
125085                   /* flags */
125086                   META_FLAG_REFERENCE|META_FLAG_IN,
125087                   /* name */
125088                   "SystemElement",
125089                   /* qualifiers */
125090                   _CIM_DiagnosticTest_DiscontinueTest_SystemElement_qualifiers,
125091                   /* subscript */
125092                   -1,
125093                   /* ref */
125094                   &__root_cimv2_CIM_ManagedSystemElement,
125095               };
125096               
125097               static const char*
125098               _CIM_DiagnosticTest_DiscontinueTest_Result_qualifiers[] =
125099               {
125100                   /* IN */
125101 mike  1.1.2.1     "\024\001",
125102                   0,
125103               };
125104               
125105               static MetaReference
125106               _CIM_DiagnosticTest_DiscontinueTest_Result =
125107               {
125108                   /* flags */
125109                   META_FLAG_REFERENCE|META_FLAG_IN,
125110                   /* name */
125111                   "Result",
125112                   /* qualifiers */
125113                   _CIM_DiagnosticTest_DiscontinueTest_Result_qualifiers,
125114                   /* subscript */
125115                   -1,
125116                   /* ref */
125117                   &__root_cimv2_CIM_DiagnosticResult,
125118               };
125119               
125120               static const char*
125121               _CIM_DiagnosticTest_DiscontinueTest_TestingStopped_qualifiers[] =
125122 mike  1.1.2.1 {
125123                   /* IN */
125124                   "\024\000",
125125                   /* OUT */
125126                   "\043\001",
125127                   0,
125128               };
125129               
125130               static MetaProperty
125131               _CIM_DiagnosticTest_DiscontinueTest_TestingStopped =
125132               {
125133                   /* flags */
125134                   META_FLAG_PROPERTY|META_FLAG_OUT,
125135                   /* name */
125136                   "TestingStopped",
125137                   /* qualifiers */
125138                   _CIM_DiagnosticTest_DiscontinueTest_TestingStopped_qualifiers,
125139                   /* type */
125140                   CIMTYPE_BOOLEAN,
125141                   /* subscript */
125142                   -1,
125143 mike  1.1.2.1     /* value */
125144                   0,
125145               };
125146               
125147               static MetaFeature*
125148               _CIM_DiagnosticTest_DiscontinueTest_parameters[] =
125149               {
125150                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_SystemElement,
125151                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_Result,
125152                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_TestingStopped,
125153                   0,
125154               };
125155               
125156               static const char*
125157               _CIM_DiagnosticTest_DiscontinueTest_qualifiers[] =
125158               {
125159                   /* Deprecated */
125160                   "\013\000\001CIM_ConcreteJob.RequestStateChange\000",
125161                   0,
125162               };
125163               
125164 mike  1.1.2.1 static MetaMethod
125165               _CIM_DiagnosticTest_DiscontinueTest =
125166               {
125167                   /* flags */
125168                   META_FLAG_METHOD,
125169                   /* name */
125170                   "CIM_DiagnosticTest",
125171                   /* qualifiers */
125172                   _CIM_DiagnosticTest_DiscontinueTest_qualifiers,
125173                   /* type */
125174                   CIMTYPE_UINT32,
125175                   /* parameters */
125176                   _CIM_DiagnosticTest_DiscontinueTest_parameters,
125177               };
125178               
125179               static MetaFeature*
125180               _CIM_DiagnosticTest_features[] =
125181               {
125182                   (MetaFeature*)&_CIM_DiagnosticTest_Characteristics,
125183                   (MetaFeature*)&_CIM_DiagnosticTest_OtherCharacteristicDescription,
125184                   (MetaFeature*)&_CIM_DiagnosticTest_OtherCharacteristicsDescriptions,
125185 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticTest_IsInUse,
125186                   (MetaFeature*)&_CIM_DiagnosticTest_ResourcesUsed,
125187                   (MetaFeature*)&_CIM_DiagnosticTest_TestTypes,
125188                   (MetaFeature*)&_CIM_DiagnosticTest_OtherTestTypesDescriptions,
125189                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest,
125190                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults,
125191                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest,
125192                   0,
125193               };
125194               
125195               static const char*
125196               __root_cimv2_CIM_DiagnosticTest_qualifiers[] =
125197               {
125198                   /* UMLPackagePath */
125199                   "\057CIM::System::Diagnostics",
125200                   /* Version */
125201                   "\0632.11.0",
125202                   0,
125203               };
125204               
125205               MetaClass
125206 mike  1.1.2.1 __root_cimv2_CIM_DiagnosticTest =
125207               {
125208                   /* flags */
125209                   META_FLAG_CLASS,
125210                   /* name */
125211                   "CIM_DiagnosticTest",
125212                   /* qualifiers */
125213                   __root_cimv2_CIM_DiagnosticTest_qualifiers,
125214                   /* super */
125215                   &__root_cimv2_CIM_DiagnosticService,
125216                   /* features */
125217                   _CIM_DiagnosticTest_features,
125218               };
125219               
125220               //==============================================================================
125221               //
125222               // Class: CIM_DiagnosticTestInPackage
125223               //
125224               //==============================================================================
125225               
125226               static const char*
125227 mike  1.1.2.1 _CIM_DiagnosticTestInPackage_GroupComponent_qualifiers[] =
125228               {
125229                   /* Deprecated */
125230                   "\013\000\001No value\000",
125231                   /* Aggregate */
125232                   "\003\001",
125233                   /* Override */
125234                   "\044GroupComponent",
125235                   0,
125236               };
125237               
125238               static MetaReference
125239               _CIM_DiagnosticTestInPackage_GroupComponent =
125240               {
125241                   /* flags */
125242                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
125243                   /* name */
125244                   "GroupComponent",
125245                   /* qualifiers */
125246                   _CIM_DiagnosticTestInPackage_GroupComponent_qualifiers,
125247                   /* subscript */
125248 mike  1.1.2.1     -1,
125249                   /* refId */
125250                   &__root_cimv2_CIM_DiagnosticTest,
125251               };
125252               
125253               static const char*
125254               _CIM_DiagnosticTestInPackage_PartComponent_qualifiers[] =
125255               {
125256                   /* Deprecated */
125257                   "\013\000\001No value\000",
125258                   /* Override */
125259                   "\044PartComponent",
125260                   0,
125261               };
125262               
125263               static MetaReference
125264               _CIM_DiagnosticTestInPackage_PartComponent =
125265               {
125266                   /* flags */
125267                   META_FLAG_REFERENCE|META_FLAG_READ,
125268                   /* name */
125269 mike  1.1.2.1     "PartComponent",
125270                   /* qualifiers */
125271                   _CIM_DiagnosticTestInPackage_PartComponent_qualifiers,
125272                   /* subscript */
125273                   -1,
125274                   /* refId */
125275                   &__root_cimv2_CIM_DiagnosticTest,
125276               };
125277               
125278               static MetaFeature*
125279               _CIM_DiagnosticTestInPackage_features[] =
125280               {
125281                   (MetaFeature*)&_CIM_DiagnosticTestInPackage_GroupComponent,
125282                   (MetaFeature*)&_CIM_DiagnosticTestInPackage_PartComponent,
125283                   0,
125284               };
125285               
125286               static const char*
125287               __root_cimv2_CIM_DiagnosticTestInPackage_qualifiers[] =
125288               {
125289                   /* ASSOCIATION */
125290 mike  1.1.2.1     "\000\001",
125291                   /* Deprecated */
125292                   "\013\000\001No value\000",
125293                   /* UMLPackagePath */
125294                   "\057CIM::System::Diagnostics",
125295                   /* Aggregation */
125296                   "\004\001",
125297                   /* Version */
125298                   "\0632.7.0",
125299                   0,
125300               };
125301               
125302               MetaClass
125303               __root_cimv2_CIM_DiagnosticTestInPackage =
125304               {
125305                   /* flags */
125306                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
125307                   /* name */
125308                   "CIM_DiagnosticTestInPackage",
125309                   /* qualifiers */
125310                   __root_cimv2_CIM_DiagnosticTestInPackage_qualifiers,
125311 mike  1.1.2.1     /* super */
125312                   &__root_cimv2_CIM_Component,
125313                   /* features */
125314                   _CIM_DiagnosticTestInPackage_features,
125315               };
125316               
125317               //==============================================================================
125318               //
125319               // Class: CIM_DiagnosticTestSoftware
125320               //
125321               //==============================================================================
125322               
125323               static const char*
125324               _CIM_DiagnosticTestSoftware_Antecedent_qualifiers[] =
125325               {
125326                   /* Deprecated */
125327                   "\013\000\001CIM_ElementSoftwareIdentity.Antecedent\000",
125328                   /* Override */
125329                   "\044Antecedent",
125330                   0,
125331               };
125332 mike  1.1.2.1 
125333               static MetaReference
125334               _CIM_DiagnosticTestSoftware_Antecedent =
125335               {
125336                   /* flags */
125337                   META_FLAG_REFERENCE|META_FLAG_READ,
125338                   /* name */
125339                   "Antecedent",
125340                   /* qualifiers */
125341                   _CIM_DiagnosticTestSoftware_Antecedent_qualifiers,
125342                   /* subscript */
125343                   -1,
125344                   /* refId */
125345                   &__root_cimv2_CIM_SoftwareElement,
125346               };
125347               
125348               static const char*
125349               _CIM_DiagnosticTestSoftware_Dependent_qualifiers[] =
125350               {
125351                   /* Deprecated */
125352                   "\013\000\001CIM_ElementSoftwareIdentity.Dependent\000",
125353 mike  1.1.2.1     /* Override */
125354                   "\044Dependent",
125355                   0,
125356               };
125357               
125358               static MetaReference
125359               _CIM_DiagnosticTestSoftware_Dependent =
125360               {
125361                   /* flags */
125362                   META_FLAG_REFERENCE|META_FLAG_READ,
125363                   /* name */
125364                   "Dependent",
125365                   /* qualifiers */
125366                   _CIM_DiagnosticTestSoftware_Dependent_qualifiers,
125367                   /* subscript */
125368                   -1,
125369                   /* refId */
125370                   &__root_cimv2_CIM_DiagnosticTest,
125371               };
125372               
125373               static MetaFeature*
125374 mike  1.1.2.1 _CIM_DiagnosticTestSoftware_features[] =
125375               {
125376                   (MetaFeature*)&_CIM_DiagnosticTestSoftware_Antecedent,
125377                   (MetaFeature*)&_CIM_DiagnosticTestSoftware_Dependent,
125378                   0,
125379               };
125380               
125381               static const char*
125382               __root_cimv2_CIM_DiagnosticTestSoftware_qualifiers[] =
125383               {
125384                   /* ASSOCIATION */
125385                   "\000\001",
125386                   /* Deprecated */
125387                   "\013\000\001CIM_ElementSoftwareIdentity\000",
125388                   /* UMLPackagePath */
125389                   "\057CIM::Application::SystemSoftware",
125390                   /* Version */
125391                   "\0632.8.0",
125392                   0,
125393               };
125394               
125395 mike  1.1.2.1 MetaClass
125396               __root_cimv2_CIM_DiagnosticTestSoftware =
125397               {
125398                   /* flags */
125399                   META_FLAG_ASSOCIATION,
125400                   /* name */
125401                   "CIM_DiagnosticTestSoftware",
125402                   /* qualifiers */
125403                   __root_cimv2_CIM_DiagnosticTestSoftware_qualifiers,
125404                   /* super */
125405                   &__root_cimv2_CIM_Dependency,
125406                   /* features */
125407                   _CIM_DiagnosticTestSoftware_features,
125408               };
125409               
125410               //==============================================================================
125411               //
125412               // Class: CIM_DiscreteSensor
125413               //
125414               //==============================================================================
125415               
125416 mike  1.1.2.1 static const char*
125417               _CIM_DiscreteSensor_CurrentReading_qualifiers[] =
125418               {
125419                   /* Deprecated */
125420                   "\013\000\001CIM_Sensor.CurrentState\000",
125421                   /* MaxLen */
125422                   "\030\000\000\000\100",
125423                   0,
125424               };
125425               
125426               static MetaProperty
125427               _CIM_DiscreteSensor_CurrentReading =
125428               {
125429                   /* flags */
125430                   META_FLAG_PROPERTY|META_FLAG_READ,
125431                   /* name */
125432                   "CurrentReading",
125433                   /* qualifiers */
125434                   _CIM_DiscreteSensor_CurrentReading_qualifiers,
125435                   /* type */
125436                   CIMTYPE_STRING,
125437 mike  1.1.2.1     /* subscript */
125438                   -1,
125439                   /* value */
125440                   0,
125441               };
125442               
125443               static const char*
125444               _CIM_DiscreteSensor_PossibleValues_qualifiers[] =
125445               {
125446                   /* Deprecated */
125447                   "\013\000\001CIM_Sensor.PossibleStates\000",
125448                   /* MaxLen */
125449                   "\030\000\000\000\100",
125450                   0,
125451               };
125452               
125453               static MetaProperty
125454               _CIM_DiscreteSensor_PossibleValues =
125455               {
125456                   /* flags */
125457                   META_FLAG_PROPERTY|META_FLAG_READ,
125458 mike  1.1.2.1     /* name */
125459                   "PossibleValues",
125460                   /* qualifiers */
125461                   _CIM_DiscreteSensor_PossibleValues_qualifiers,
125462                   /* type */
125463                   CIMTYPE_STRING,
125464                   /* subscript */
125465                   0,
125466                   /* value */
125467                   0,
125468               };
125469               
125470               static const char*
125471               _CIM_DiscreteSensor_AcceptableValues_qualifiers[] =
125472               {
125473                   /* Deprecated */
125474                   "\013\000\001No Value\000",
125475                   /* MaxLen */
125476                   "\030\000\000\000\100",
125477                   0,
125478               };
125479 mike  1.1.2.1 
125480               static MetaProperty
125481               _CIM_DiscreteSensor_AcceptableValues =
125482               {
125483                   /* flags */
125484                   META_FLAG_PROPERTY|META_FLAG_READ,
125485                   /* name */
125486                   "AcceptableValues",
125487                   /* qualifiers */
125488                   _CIM_DiscreteSensor_AcceptableValues_qualifiers,
125489                   /* type */
125490                   CIMTYPE_STRING,
125491                   /* subscript */
125492                   0,
125493                   /* value */
125494                   0,
125495               };
125496               
125497               static MetaFeature*
125498               _CIM_DiscreteSensor_features[] =
125499               {
125500 mike  1.1.2.1     (MetaFeature*)&_CIM_DiscreteSensor_CurrentReading,
125501                   (MetaFeature*)&_CIM_DiscreteSensor_PossibleValues,
125502                   (MetaFeature*)&_CIM_DiscreteSensor_AcceptableValues,
125503                   0,
125504               };
125505               
125506               static const char*
125507               __root_cimv2_CIM_DiscreteSensor_qualifiers[] =
125508               {
125509                   /* Deprecated */
125510                   "\013\000\001CIM_Sensor\000",
125511                   /* UMLPackagePath */
125512                   "\057CIM::Device::Sensors",
125513                   /* Version */
125514                   "\0632.8.0",
125515                   0,
125516               };
125517               
125518               MetaClass
125519               __root_cimv2_CIM_DiscreteSensor =
125520               {
125521 mike  1.1.2.1     /* flags */
125522                   META_FLAG_CLASS,
125523                   /* name */
125524                   "CIM_DiscreteSensor",
125525                   /* qualifiers */
125526                   __root_cimv2_CIM_DiscreteSensor_qualifiers,
125527                   /* super */
125528                   &__root_cimv2_CIM_Sensor,
125529                   /* features */
125530                   _CIM_DiscreteSensor_features,
125531               };
125532               
125533               //==============================================================================
125534               //
125535               // Class: CIM_DiskDrive
125536               //
125537               //==============================================================================
125538               
125539               static MetaFeature*
125540               _CIM_DiskDrive_features[] =
125541               {
125542 mike  1.1.2.1     0,
125543               };
125544               
125545               static const char*
125546               __root_cimv2_CIM_DiskDrive_qualifiers[] =
125547               {
125548                   /* UMLPackagePath */
125549                   "\057CIM::Device::StorageDevices",
125550                   /* Version */
125551                   "\0632.6.0",
125552                   0,
125553               };
125554               
125555               MetaClass
125556               __root_cimv2_CIM_DiskDrive =
125557               {
125558                   /* flags */
125559                   META_FLAG_CLASS,
125560                   /* name */
125561                   "CIM_DiskDrive",
125562                   /* qualifiers */
125563 mike  1.1.2.1     __root_cimv2_CIM_DiskDrive_qualifiers,
125564                   /* super */
125565                   &__root_cimv2_CIM_MediaAccessDevice,
125566                   /* features */
125567                   _CIM_DiskDrive_features,
125568               };
125569               
125570               //==============================================================================
125571               //
125572               // Class: CIM_DisketteDrive
125573               //
125574               //==============================================================================
125575               
125576               static MetaFeature*
125577               _CIM_DisketteDrive_features[] =
125578               {
125579                   0,
125580               };
125581               
125582               static const char*
125583               __root_cimv2_CIM_DisketteDrive_qualifiers[] =
125584 mike  1.1.2.1 {
125585                   /* UMLPackagePath */
125586                   "\057CIM::Device::StorageDevices",
125587                   /* Version */
125588                   "\0632.6.0",
125589                   0,
125590               };
125591               
125592               MetaClass
125593               __root_cimv2_CIM_DisketteDrive =
125594               {
125595                   /* flags */
125596                   META_FLAG_CLASS,
125597                   /* name */
125598                   "CIM_DisketteDrive",
125599                   /* qualifiers */
125600                   __root_cimv2_CIM_DisketteDrive_qualifiers,
125601                   /* super */
125602                   &__root_cimv2_CIM_MediaAccessDevice,
125603                   /* features */
125604                   _CIM_DisketteDrive_features,
125605 mike  1.1.2.1 };
125606               
125607               //==============================================================================
125608               //
125609               // Class: CIM_Display
125610               //
125611               //==============================================================================
125612               
125613               static MetaFeature*
125614               _CIM_Display_features[] =
125615               {
125616                   0,
125617               };
125618               
125619               static const char*
125620               __root_cimv2_CIM_Display_qualifiers[] =
125621               {
125622                   /* UMLPackagePath */
125623                   "\057CIM::Device::UserDevices",
125624                   /* Abstract */
125625                   "\002\001",
125626 mike  1.1.2.1     /* Version */
125627                   "\0632.6.0",
125628                   0,
125629               };
125630               
125631               MetaClass
125632               __root_cimv2_CIM_Display =
125633               {
125634                   /* flags */
125635                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
125636                   /* name */
125637                   "CIM_Display",
125638                   /* qualifiers */
125639                   __root_cimv2_CIM_Display_qualifiers,
125640                   /* super */
125641                   &__root_cimv2_CIM_UserDevice,
125642                   /* features */
125643                   _CIM_Display_features,
125644               };
125645               
125646               //==============================================================================
125647 mike  1.1.2.1 //
125648               // Class: CIM_DMA
125649               //
125650               //==============================================================================
125651               
125652               static const char*
125653               _CIM_DMA_CSCreationClassName_qualifiers[] =
125654               {
125655                   /* Key */
125656                   "\025\001",
125657                   /* Propagated */
125658                   "\045CIM_ComputerSystem.CreationClassName",
125659                   /* MaxLen */
125660                   "\030\000\000\001\000",
125661                   0,
125662               };
125663               
125664               static MetaProperty
125665               _CIM_DMA_CSCreationClassName =
125666               {
125667                   /* flags */
125668 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125669                   /* name */
125670                   "CSCreationClassName",
125671                   /* qualifiers */
125672                   _CIM_DMA_CSCreationClassName_qualifiers,
125673                   /* type */
125674                   CIMTYPE_STRING,
125675                   /* subscript */
125676                   -1,
125677                   /* value */
125678                   0,
125679               };
125680               
125681               static const char*
125682               _CIM_DMA_CSName_qualifiers[] =
125683               {
125684                   /* Key */
125685                   "\025\001",
125686                   /* Propagated */
125687                   "\045CIM_ComputerSystem.Name",
125688                   /* MaxLen */
125689 mike  1.1.2.1     "\030\000\000\001\000",
125690                   0,
125691               };
125692               
125693               static MetaProperty
125694               _CIM_DMA_CSName =
125695               {
125696                   /* flags */
125697                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125698                   /* name */
125699                   "CSName",
125700                   /* qualifiers */
125701                   _CIM_DMA_CSName_qualifiers,
125702                   /* type */
125703                   CIMTYPE_STRING,
125704                   /* subscript */
125705                   -1,
125706                   /* value */
125707                   0,
125708               };
125709               
125710 mike  1.1.2.1 static const char*
125711               _CIM_DMA_CreationClassName_qualifiers[] =
125712               {
125713                   /* Key */
125714                   "\025\001",
125715                   /* MaxLen */
125716                   "\030\000\000\001\000",
125717                   0,
125718               };
125719               
125720               static MetaProperty
125721               _CIM_DMA_CreationClassName =
125722               {
125723                   /* flags */
125724                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125725                   /* name */
125726                   "CreationClassName",
125727                   /* qualifiers */
125728                   _CIM_DMA_CreationClassName_qualifiers,
125729                   /* type */
125730                   CIMTYPE_STRING,
125731 mike  1.1.2.1     /* subscript */
125732                   -1,
125733                   /* value */
125734                   0,
125735               };
125736               
125737               static const char*
125738               _CIM_DMA_DMAChannel_qualifiers[] =
125739               {
125740                   /* Key */
125741                   "\025\001",
125742                   /* MappingStrings */
125743                   "\026\000\001MIF.DMTF|DMA|001.1\000",
125744                   0,
125745               };
125746               
125747               static MetaProperty
125748               _CIM_DMA_DMAChannel =
125749               {
125750                   /* flags */
125751                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125752 mike  1.1.2.1     /* name */
125753                   "DMAChannel",
125754                   /* qualifiers */
125755                   _CIM_DMA_DMAChannel_qualifiers,
125756                   /* type */
125757                   CIMTYPE_UINT32,
125758                   /* subscript */
125759                   -1,
125760                   /* value */
125761                   0,
125762               };
125763               
125764               static const char*
125765               _CIM_DMA_Availability_qualifiers[] =
125766               {
125767                   /* ValueMap */
125768                   "\061\000\0051\0002\0003\0004\0005\000",
125769                   /* Values */
125770                   "\062\000\005Other\000Unknown\000Available\000In Use/Not Available\000In Use and Available/Shareable\000",
125771                   /* MappingStrings */
125772                   "\026\000\001MIF.DMTF|DMA|001.2\000",
125773 mike  1.1.2.1     0,
125774               };
125775               
125776               static MetaProperty
125777               _CIM_DMA_Availability =
125778               {
125779                   /* flags */
125780                   META_FLAG_PROPERTY|META_FLAG_READ,
125781                   /* name */
125782                   "Availability",
125783                   /* qualifiers */
125784                   _CIM_DMA_Availability_qualifiers,
125785                   /* type */
125786                   CIMTYPE_UINT16,
125787                   /* subscript */
125788                   -1,
125789                   /* value */
125790                   0,
125791               };
125792               
125793               static const char*
125794 mike  1.1.2.1 _CIM_DMA_BurstMode_qualifiers[] =
125795               {
125796                   /* MappingStrings */
125797                   "\026\000\001MIF.DMTF|DMA|001.3\000",
125798                   0,
125799               };
125800               
125801               static MetaProperty
125802               _CIM_DMA_BurstMode =
125803               {
125804                   /* flags */
125805                   META_FLAG_PROPERTY|META_FLAG_READ,
125806                   /* name */
125807                   "BurstMode",
125808                   /* qualifiers */
125809                   _CIM_DMA_BurstMode_qualifiers,
125810                   /* type */
125811                   CIMTYPE_BOOLEAN,
125812                   /* subscript */
125813                   -1,
125814                   /* value */
125815 mike  1.1.2.1     0,
125816               };
125817               
125818               static const char*
125819               _CIM_DMA_TransferWidths_qualifiers[] =
125820               {
125821                   /* Units */
125822                   "\060Bits",
125823                   /* ValueMap */
125824                   "\061\000\0060\0008\00016\00032\00064\000128\000",
125825                   /* MappingStrings */
125826                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.2\000",
125827                   0,
125828               };
125829               
125830               static MetaProperty
125831               _CIM_DMA_TransferWidths =
125832               {
125833                   /* flags */
125834                   META_FLAG_PROPERTY|META_FLAG_READ,
125835                   /* name */
125836 mike  1.1.2.1     "TransferWidths",
125837                   /* qualifiers */
125838                   _CIM_DMA_TransferWidths_qualifiers,
125839                   /* type */
125840                   CIMTYPE_UINT16,
125841                   /* subscript */
125842                   0,
125843                   /* value */
125844                   0,
125845               };
125846               
125847               static const char*
125848               _CIM_DMA_AddressSize_qualifiers[] =
125849               {
125850                   /* Units */
125851                   "\060Bits",
125852                   /* ValueMap */
125853                   "\061\000\0050\0008\00016\00032\00064\000",
125854                   /* MappingStrings */
125855                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.3\000",
125856                   0,
125857 mike  1.1.2.1 };
125858               
125859               static MetaProperty
125860               _CIM_DMA_AddressSize =
125861               {
125862                   /* flags */
125863                   META_FLAG_PROPERTY|META_FLAG_READ,
125864                   /* name */
125865                   "AddressSize",
125866                   /* qualifiers */
125867                   _CIM_DMA_AddressSize_qualifiers,
125868                   /* type */
125869                   CIMTYPE_UINT16,
125870                   /* subscript */
125871                   -1,
125872                   /* value */
125873                   0,
125874               };
125875               
125876               static const char*
125877               _CIM_DMA_MaxTransferSize_qualifiers[] =
125878 mike  1.1.2.1 {
125879                   /* Units */
125880                   "\060Bytes",
125881                   /* MappingStrings */
125882                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.4\000",
125883                   0,
125884               };
125885               
125886               static MetaProperty
125887               _CIM_DMA_MaxTransferSize =
125888               {
125889                   /* flags */
125890                   META_FLAG_PROPERTY|META_FLAG_READ,
125891                   /* name */
125892                   "MaxTransferSize",
125893                   /* qualifiers */
125894                   _CIM_DMA_MaxTransferSize_qualifiers,
125895                   /* type */
125896                   CIMTYPE_UINT32,
125897                   /* subscript */
125898                   -1,
125899 mike  1.1.2.1     /* value */
125900                   0,
125901               };
125902               
125903               static const char*
125904               _CIM_DMA_ByteMode_qualifiers[] =
125905               {
125906                   /* ValueMap */
125907                   "\061\000\0041\0002\0003\0004\000",
125908                   /* Values */
125909                   "\062\000\004Other\000Unknown\000Not execute in 'count by byte' mode\000Execute in 'count by byte' mode\000",
125910                   /* MappingStrings */
125911                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.7\000",
125912                   0,
125913               };
125914               
125915               static MetaProperty
125916               _CIM_DMA_ByteMode =
125917               {
125918                   /* flags */
125919                   META_FLAG_PROPERTY|META_FLAG_READ,
125920 mike  1.1.2.1     /* name */
125921                   "ByteMode",
125922                   /* qualifiers */
125923                   _CIM_DMA_ByteMode_qualifiers,
125924                   /* type */
125925                   CIMTYPE_UINT16,
125926                   /* subscript */
125927                   -1,
125928                   /* value */
125929                   0,
125930               };
125931               
125932               static const char*
125933               _CIM_DMA_WordMode_qualifiers[] =
125934               {
125935                   /* ValueMap */
125936                   "\061\000\0041\0002\0003\0004\000",
125937                   /* Values */
125938                   "\062\000\004Other\000Unknown\000Not execute in 'count by word' mode\000Execute in 'count by word' mode\000",
125939                   /* MappingStrings */
125940                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.8\000",
125941 mike  1.1.2.1     0,
125942               };
125943               
125944               static MetaProperty
125945               _CIM_DMA_WordMode =
125946               {
125947                   /* flags */
125948                   META_FLAG_PROPERTY|META_FLAG_READ,
125949                   /* name */
125950                   "WordMode",
125951                   /* qualifiers */
125952                   _CIM_DMA_WordMode_qualifiers,
125953                   /* type */
125954                   CIMTYPE_UINT16,
125955                   /* subscript */
125956                   -1,
125957                   /* value */
125958                   0,
125959               };
125960               
125961               static const char*
125962 mike  1.1.2.1 _CIM_DMA_ChannelTiming_qualifiers[] =
125963               {
125964                   /* ValueMap */
125965                   "\061\000\0061\0002\0003\0004\0005\0006\000",
125966                   /* Values */
125967                   "\062\000\006Other\000Unknown\000ISA Compatible\000Type A\000Type B\000Type F\000",
125968                   /* MappingStrings */
125969                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.9\000",
125970                   0,
125971               };
125972               
125973               static MetaProperty
125974               _CIM_DMA_ChannelTiming =
125975               {
125976                   /* flags */
125977                   META_FLAG_PROPERTY|META_FLAG_READ,
125978                   /* name */
125979                   "ChannelTiming",
125980                   /* qualifiers */
125981                   _CIM_DMA_ChannelTiming_qualifiers,
125982                   /* type */
125983 mike  1.1.2.1     CIMTYPE_UINT16,
125984                   /* subscript */
125985                   -1,
125986                   /* value */
125987                   0,
125988               };
125989               
125990               static const char*
125991               _CIM_DMA_TypeCTiming_qualifiers[] =
125992               {
125993                   /* ValueMap */
125994                   "\061\000\0051\0002\0003\0004\0005\000",
125995                   /* Values */
125996                   "\062\000\005Other\000Unknown\000ISA Compatible\000Not Supported\000Supported\000",
125997                   /* MappingStrings */
125998                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.10\000",
125999                   0,
126000               };
126001               
126002               static MetaProperty
126003               _CIM_DMA_TypeCTiming =
126004 mike  1.1.2.1 {
126005                   /* flags */
126006                   META_FLAG_PROPERTY|META_FLAG_READ,
126007                   /* name */
126008                   "TypeCTiming",
126009                   /* qualifiers */
126010                   _CIM_DMA_TypeCTiming_qualifiers,
126011                   /* type */
126012                   CIMTYPE_UINT16,
126013                   /* subscript */
126014                   -1,
126015                   /* value */
126016                   0,
126017               };
126018               
126019               static MetaFeature*
126020               _CIM_DMA_features[] =
126021               {
126022                   (MetaFeature*)&_CIM_DMA_CSCreationClassName,
126023                   (MetaFeature*)&_CIM_DMA_CSName,
126024                   (MetaFeature*)&_CIM_DMA_CreationClassName,
126025 mike  1.1.2.1     (MetaFeature*)&_CIM_DMA_DMAChannel,
126026                   (MetaFeature*)&_CIM_DMA_Availability,
126027                   (MetaFeature*)&_CIM_DMA_BurstMode,
126028                   (MetaFeature*)&_CIM_DMA_TransferWidths,
126029                   (MetaFeature*)&_CIM_DMA_AddressSize,
126030                   (MetaFeature*)&_CIM_DMA_MaxTransferSize,
126031                   (MetaFeature*)&_CIM_DMA_ByteMode,
126032                   (MetaFeature*)&_CIM_DMA_WordMode,
126033                   (MetaFeature*)&_CIM_DMA_ChannelTiming,
126034                   (MetaFeature*)&_CIM_DMA_TypeCTiming,
126035                   0,
126036               };
126037               
126038               static const char*
126039               __root_cimv2_CIM_DMA_qualifiers[] =
126040               {
126041                   /* UMLPackagePath */
126042                   "\057CIM::System::SystemResources",
126043                   /* Version */
126044                   "\0632.6.0",
126045                   0,
126046 mike  1.1.2.1 };
126047               
126048               MetaClass
126049               __root_cimv2_CIM_DMA =
126050               {
126051                   /* flags */
126052                   META_FLAG_CLASS,
126053                   /* name */
126054                   "CIM_DMA",
126055                   /* qualifiers */
126056                   __root_cimv2_CIM_DMA_qualifiers,
126057                   /* super */
126058                   &__root_cimv2_CIM_SystemResource,
126059                   /* features */
126060                   _CIM_DMA_features,
126061               };
126062               
126063               //==============================================================================
126064               //
126065               // Class: CIM_Door
126066               //
126067 mike  1.1.2.1 //==============================================================================
126068               
126069               static const char*
126070               _CIM_Door_Open_qualifiers[] =
126071               {
126072                   0,
126073               };
126074               
126075               static MetaProperty
126076               _CIM_Door_Open =
126077               {
126078                   /* flags */
126079                   META_FLAG_PROPERTY|META_FLAG_READ,
126080                   /* name */
126081                   "Open",
126082                   /* qualifiers */
126083                   _CIM_Door_Open_qualifiers,
126084                   /* type */
126085                   CIMTYPE_BOOLEAN,
126086                   /* subscript */
126087                   -1,
126088 mike  1.1.2.1     /* value */
126089                   0,
126090               };
126091               
126092               static const char*
126093               _CIM_Door_Locked_qualifiers[] =
126094               {
126095                   0,
126096               };
126097               
126098               static MetaProperty
126099               _CIM_Door_Locked =
126100               {
126101                   /* flags */
126102                   META_FLAG_PROPERTY|META_FLAG_READ,
126103                   /* name */
126104                   "Locked",
126105                   /* qualifiers */
126106                   _CIM_Door_Locked_qualifiers,
126107                   /* type */
126108                   CIMTYPE_BOOLEAN,
126109 mike  1.1.2.1     /* subscript */
126110                   -1,
126111                   /* value */
126112                   0,
126113               };
126114               
126115               static const char*
126116               _CIM_Door_Timeout_qualifiers[] =
126117               {
126118                   /* Units */
126119                   "\060Seconds",
126120                   0,
126121               };
126122               
126123               static MetaProperty
126124               _CIM_Door_Timeout =
126125               {
126126                   /* flags */
126127                   META_FLAG_PROPERTY|META_FLAG_READ,
126128                   /* name */
126129                   "Timeout",
126130 mike  1.1.2.1     /* qualifiers */
126131                   _CIM_Door_Timeout_qualifiers,
126132                   /* type */
126133                   CIMTYPE_UINT32,
126134                   /* subscript */
126135                   -1,
126136                   /* value */
126137                   0,
126138               };
126139               
126140               static const char*
126141               _CIM_Door_LastOpened_qualifiers[] =
126142               {
126143                   0,
126144               };
126145               
126146               static MetaProperty
126147               _CIM_Door_LastOpened =
126148               {
126149                   /* flags */
126150                   META_FLAG_PROPERTY|META_FLAG_READ,
126151 mike  1.1.2.1     /* name */
126152                   "LastOpened",
126153                   /* qualifiers */
126154                   _CIM_Door_LastOpened_qualifiers,
126155                   /* type */
126156                   CIMTYPE_DATETIME,
126157                   /* subscript */
126158                   -1,
126159                   /* value */
126160                   0,
126161               };
126162               
126163               static const char*
126164               _CIM_Door_Capabilities_qualifiers[] =
126165               {
126166                   /* ValueMap */
126167                   "\061\000\0050\0001\0002\0003\0004\000",
126168                   /* Values */
126169                   "\062\000\005Unknown\000Other\000Host System Lockable\000Physical Key\000All Drives Dismounted Before Access\000",
126170                   0,
126171               };
126172 mike  1.1.2.1 
126173               static MetaProperty
126174               _CIM_Door_Capabilities =
126175               {
126176                   /* flags */
126177                   META_FLAG_PROPERTY|META_FLAG_READ,
126178                   /* name */
126179                   "Capabilities",
126180                   /* qualifiers */
126181                   _CIM_Door_Capabilities_qualifiers,
126182                   /* type */
126183                   CIMTYPE_UINT16,
126184                   /* subscript */
126185                   0,
126186                   /* value */
126187                   0,
126188               };
126189               
126190               static MetaFeature*
126191               _CIM_Door_features[] =
126192               {
126193 mike  1.1.2.1     (MetaFeature*)&_CIM_Door_Open,
126194                   (MetaFeature*)&_CIM_Door_Locked,
126195                   (MetaFeature*)&_CIM_Door_Timeout,
126196                   (MetaFeature*)&_CIM_Door_LastOpened,
126197                   (MetaFeature*)&_CIM_Door_Capabilities,
126198                   0,
126199               };
126200               
126201               static const char*
126202               __root_cimv2_CIM_Door_qualifiers[] =
126203               {
126204                   /* UMLPackagePath */
126205                   "\057CIM::Device::UserDevices",
126206                   /* Version */
126207                   "\0632.6.0",
126208                   0,
126209               };
126210               
126211               MetaClass
126212               __root_cimv2_CIM_Door =
126213               {
126214 mike  1.1.2.1     /* flags */
126215                   META_FLAG_CLASS,
126216                   /* name */
126217                   "CIM_Door",
126218                   /* qualifiers */
126219                   __root_cimv2_CIM_Door_qualifiers,
126220                   /* super */
126221                   &__root_cimv2_CIM_LogicalDevice,
126222                   /* features */
126223                   _CIM_Door_features,
126224               };
126225               
126226               //==============================================================================
126227               //
126228               // Class: CIM_DoorAccessToDevice
126229               //
126230               //==============================================================================
126231               
126232               static const char*
126233               _CIM_DoorAccessToDevice_Antecedent_qualifiers[] =
126234               {
126235 mike  1.1.2.1     /* Override */
126236                   "\044Antecedent",
126237                   0,
126238               };
126239               
126240               static MetaReference
126241               _CIM_DoorAccessToDevice_Antecedent =
126242               {
126243                   /* flags */
126244                   META_FLAG_REFERENCE|META_FLAG_READ,
126245                   /* name */
126246                   "Antecedent",
126247                   /* qualifiers */
126248                   _CIM_DoorAccessToDevice_Antecedent_qualifiers,
126249                   /* subscript */
126250                   -1,
126251                   /* refId */
126252                   &__root_cimv2_CIM_Door,
126253               };
126254               
126255               static const char*
126256 mike  1.1.2.1 _CIM_DoorAccessToDevice_Dependent_qualifiers[] =
126257               {
126258                   /* Override */
126259                   "\044Dependent",
126260                   0,
126261               };
126262               
126263               static MetaReference
126264               _CIM_DoorAccessToDevice_Dependent =
126265               {
126266                   /* flags */
126267                   META_FLAG_REFERENCE|META_FLAG_READ,
126268                   /* name */
126269                   "Dependent",
126270                   /* qualifiers */
126271                   _CIM_DoorAccessToDevice_Dependent_qualifiers,
126272                   /* subscript */
126273                   -1,
126274                   /* refId */
126275                   &__root_cimv2_CIM_LogicalDevice,
126276               };
126277 mike  1.1.2.1 
126278               static MetaFeature*
126279               _CIM_DoorAccessToDevice_features[] =
126280               {
126281                   (MetaFeature*)&_CIM_DoorAccessToDevice_Antecedent,
126282                   (MetaFeature*)&_CIM_DoorAccessToDevice_Dependent,
126283                   0,
126284               };
126285               
126286               static const char*
126287               __root_cimv2_CIM_DoorAccessToDevice_qualifiers[] =
126288               {
126289                   /* ASSOCIATION */
126290                   "\000\001",
126291                   /* UMLPackagePath */
126292                   "\057CIM::Device::UserDevices",
126293                   /* Version */
126294                   "\0632.6.0",
126295                   0,
126296               };
126297               
126298 mike  1.1.2.1 MetaClass
126299               __root_cimv2_CIM_DoorAccessToDevice =
126300               {
126301                   /* flags */
126302                   META_FLAG_ASSOCIATION,
126303                   /* name */
126304                   "CIM_DoorAccessToDevice",
126305                   /* qualifiers */
126306                   __root_cimv2_CIM_DoorAccessToDevice_qualifiers,
126307                   /* super */
126308                   &__root_cimv2_CIM_Dependency,
126309                   /* features */
126310                   _CIM_DoorAccessToDevice_features,
126311               };
126312               
126313               //==============================================================================
126314               //
126315               // Class: CIM_DoorAccessToPhysicalElement
126316               //
126317               //==============================================================================
126318               
126319 mike  1.1.2.1 static const char*
126320               _CIM_DoorAccessToPhysicalElement_Antecedent_qualifiers[] =
126321               {
126322                   /* Override */
126323                   "\044Antecedent",
126324                   0,
126325               };
126326               
126327               static MetaReference
126328               _CIM_DoorAccessToPhysicalElement_Antecedent =
126329               {
126330                   /* flags */
126331                   META_FLAG_REFERENCE|META_FLAG_READ,
126332                   /* name */
126333                   "Antecedent",
126334                   /* qualifiers */
126335                   _CIM_DoorAccessToPhysicalElement_Antecedent_qualifiers,
126336                   /* subscript */
126337                   -1,
126338                   /* refId */
126339                   &__root_cimv2_CIM_Door,
126340 mike  1.1.2.1 };
126341               
126342               static const char*
126343               _CIM_DoorAccessToPhysicalElement_Dependent_qualifiers[] =
126344               {
126345                   /* Override */
126346                   "\044Dependent",
126347                   0,
126348               };
126349               
126350               static MetaReference
126351               _CIM_DoorAccessToPhysicalElement_Dependent =
126352               {
126353                   /* flags */
126354                   META_FLAG_REFERENCE|META_FLAG_READ,
126355                   /* name */
126356                   "Dependent",
126357                   /* qualifiers */
126358                   _CIM_DoorAccessToPhysicalElement_Dependent_qualifiers,
126359                   /* subscript */
126360                   -1,
126361 mike  1.1.2.1     /* refId */
126362                   &__root_cimv2_CIM_PhysicalElement,
126363               };
126364               
126365               static MetaFeature*
126366               _CIM_DoorAccessToPhysicalElement_features[] =
126367               {
126368                   (MetaFeature*)&_CIM_DoorAccessToPhysicalElement_Antecedent,
126369                   (MetaFeature*)&_CIM_DoorAccessToPhysicalElement_Dependent,
126370                   0,
126371               };
126372               
126373               static const char*
126374               __root_cimv2_CIM_DoorAccessToPhysicalElement_qualifiers[] =
126375               {
126376                   /* ASSOCIATION */
126377                   "\000\001",
126378                   /* UMLPackagePath */
126379                   "\057CIM::Device::UserDevices",
126380                   /* Version */
126381                   "\0632.6.0",
126382 mike  1.1.2.1     0,
126383               };
126384               
126385               MetaClass
126386               __root_cimv2_CIM_DoorAccessToPhysicalElement =
126387               {
126388                   /* flags */
126389                   META_FLAG_ASSOCIATION,
126390                   /* name */
126391                   "CIM_DoorAccessToPhysicalElement",
126392                   /* qualifiers */
126393                   __root_cimv2_CIM_DoorAccessToPhysicalElement_qualifiers,
126394                   /* super */
126395                   &__root_cimv2_CIM_Dependency,
126396                   /* features */
126397                   _CIM_DoorAccessToPhysicalElement_features,
126398               };
126399               
126400               //==============================================================================
126401               //
126402               // Class: CIM_DriveInDiskGroup
126403 mike  1.1.2.1 //
126404               //==============================================================================
126405               
126406               static const char*
126407               _CIM_DriveInDiskGroup_Collection_qualifiers[] =
126408               {
126409                   /* Aggregate */
126410                   "\003\001",
126411                   /* Override */
126412                   "\044Collection",
126413                   /* Max */
126414                   "\027\000\000\000\001",
126415                   0,
126416               };
126417               
126418               static MetaReference
126419               _CIM_DriveInDiskGroup_Collection =
126420               {
126421                   /* flags */
126422                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
126423                   /* name */
126424 mike  1.1.2.1     "Collection",
126425                   /* qualifiers */
126426                   _CIM_DriveInDiskGroup_Collection_qualifiers,
126427                   /* subscript */
126428                   -1,
126429                   /* refId */
126430                   &__root_cimv2_CIM_DiskGroup,
126431               };
126432               
126433               static const char*
126434               _CIM_DriveInDiskGroup_Member_qualifiers[] =
126435               {
126436                   /* Override */
126437                   "\044Member",
126438                   0,
126439               };
126440               
126441               static MetaReference
126442               _CIM_DriveInDiskGroup_Member =
126443               {
126444                   /* flags */
126445 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
126446                   /* name */
126447                   "Member",
126448                   /* qualifiers */
126449                   _CIM_DriveInDiskGroup_Member_qualifiers,
126450                   /* subscript */
126451                   -1,
126452                   /* refId */
126453                   &__root_cimv2_CIM_DiskDrive,
126454               };
126455               
126456               static MetaFeature*
126457               _CIM_DriveInDiskGroup_features[] =
126458               {
126459                   (MetaFeature*)&_CIM_DriveInDiskGroup_Collection,
126460                   (MetaFeature*)&_CIM_DriveInDiskGroup_Member,
126461                   0,
126462               };
126463               
126464               static const char*
126465               __root_cimv2_CIM_DriveInDiskGroup_qualifiers[] =
126466 mike  1.1.2.1 {
126467                   /* ASSOCIATION */
126468                   "\000\001",
126469                   /* UMLPackagePath */
126470                   "\057CIM::Device::DiskGroup",
126471                   /* Aggregation */
126472                   "\004\001",
126473                   /* Version */
126474                   "\0632.10.0",
126475                   0,
126476               };
126477               
126478               MetaClass
126479               __root_cimv2_CIM_DriveInDiskGroup =
126480               {
126481                   /* flags */
126482                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
126483                   /* name */
126484                   "CIM_DriveInDiskGroup",
126485                   /* qualifiers */
126486                   __root_cimv2_CIM_DriveInDiskGroup_qualifiers,
126487 mike  1.1.2.1     /* super */
126488                   &__root_cimv2_CIM_CollectedMSEs,
126489                   /* features */
126490                   _CIM_DriveInDiskGroup_features,
126491               };
126492               
126493               //==============================================================================
126494               //
126495               // Class: CIM_DropperService
126496               //
126497               //==============================================================================
126498               
126499               static const char*
126500               _CIM_DropperService_DropperType_qualifiers[] =
126501               {
126502                   /* ValueMap */
126503                   "\061\000\0041\0002\0003\0004\000",
126504                   /* Values */
126505                   "\062\000\004Other\000Random\000HeadTail\000Absolute Dropper\000",
126506                   /* ModelCorrespondence */
126507                   "\036\000\001CIM_DropperService.OtherDropperType\000",
126508 mike  1.1.2.1     0,
126509               };
126510               
126511               static MetaProperty
126512               _CIM_DropperService_DropperType =
126513               {
126514                   /* flags */
126515                   META_FLAG_PROPERTY|META_FLAG_READ,
126516                   /* name */
126517                   "DropperType",
126518                   /* qualifiers */
126519                   _CIM_DropperService_DropperType_qualifiers,
126520                   /* type */
126521                   CIMTYPE_UINT16,
126522                   /* subscript */
126523                   -1,
126524                   /* value */
126525                   0,
126526               };
126527               
126528               static const char*
126529 mike  1.1.2.1 _CIM_DropperService_OtherDropperType_qualifiers[] =
126530               {
126531                   /* ModelCorrespondence */
126532                   "\036\000\001CIM_DropperService.DropperType\000",
126533                   0,
126534               };
126535               
126536               static MetaProperty
126537               _CIM_DropperService_OtherDropperType =
126538               {
126539                   /* flags */
126540                   META_FLAG_PROPERTY|META_FLAG_READ,
126541                   /* name */
126542                   "OtherDropperType",
126543                   /* qualifiers */
126544                   _CIM_DropperService_OtherDropperType_qualifiers,
126545                   /* type */
126546                   CIMTYPE_STRING,
126547                   /* subscript */
126548                   -1,
126549                   /* value */
126550 mike  1.1.2.1     0,
126551               };
126552               
126553               static const char*
126554               _CIM_DropperService_AlwaysDrop_qualifiers[] =
126555               {
126556                   /* Deprecated */
126557                   "\013\000\001CIM_DropperService.DropperType\000",
126558                   /* ValueMap */
126559                   "\061\000\0030\0001\0002\000",
126560                   /* Values */
126561                   "\062\000\003Unknown\000Always Drop\000Do Not Always Drop\000",
126562                   0,
126563               };
126564               
126565               static MetaProperty
126566               _CIM_DropperService_AlwaysDrop =
126567               {
126568                   /* flags */
126569                   META_FLAG_PROPERTY|META_FLAG_READ,
126570                   /* name */
126571 mike  1.1.2.1     "AlwaysDrop",
126572                   /* qualifiers */
126573                   _CIM_DropperService_AlwaysDrop_qualifiers,
126574                   /* type */
126575                   CIMTYPE_UINT16,
126576                   /* subscript */
126577                   -1,
126578                   /* value */
126579                   0,
126580               };
126581               
126582               static const char*
126583               _CIM_DropperService_DropFrom_qualifiers[] =
126584               {
126585                   /* ValueMap */
126586                   "\061\000\0030\0001\0002\000",
126587                   /* Values */
126588                   "\062\000\003Unknown\000Head\000Tail\000",
126589                   0,
126590               };
126591               
126592 mike  1.1.2.1 static MetaProperty
126593               _CIM_DropperService_DropFrom =
126594               {
126595                   /* flags */
126596                   META_FLAG_PROPERTY|META_FLAG_READ,
126597                   /* name */
126598                   "DropFrom",
126599                   /* qualifiers */
126600                   _CIM_DropperService_DropFrom_qualifiers,
126601                   /* type */
126602                   CIMTYPE_UINT16,
126603                   /* subscript */
126604                   -1,
126605                   /* value */
126606                   0,
126607               };
126608               
126609               static const char*
126610               _CIM_DropperService_DropStartMetric_qualifiers[] =
126611               {
126612                   /* ValueMap */
126613 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
126614                   /* Values */
126615                   "\062\000\003Other\000Queue Threshold\000Arrival Rate\000",
126616                   0,
126617               };
126618               
126619               static MetaProperty
126620               _CIM_DropperService_DropStartMetric =
126621               {
126622                   /* flags */
126623                   META_FLAG_PROPERTY|META_FLAG_READ,
126624                   /* name */
126625                   "DropStartMetric",
126626                   /* qualifiers */
126627                   _CIM_DropperService_DropStartMetric_qualifiers,
126628                   /* type */
126629                   CIMTYPE_UINT16,
126630                   /* subscript */
126631                   -1,
126632                   /* value */
126633                   0,
126634 mike  1.1.2.1 };
126635               
126636               static const char*
126637               _CIM_DropperService_DropMaintainMetric_qualifiers[] =
126638               {
126639                   /* ValueMap */
126640                   "\061\000\0031\0002\0003\000",
126641                   /* Values */
126642                   "\062\000\003Other\000Queue Threshold\000Arrival Rate\000",
126643                   0,
126644               };
126645               
126646               static MetaProperty
126647               _CIM_DropperService_DropMaintainMetric =
126648               {
126649                   /* flags */
126650                   META_FLAG_PROPERTY|META_FLAG_READ,
126651                   /* name */
126652                   "DropMaintainMetric",
126653                   /* qualifiers */
126654                   _CIM_DropperService_DropMaintainMetric_qualifiers,
126655 mike  1.1.2.1     /* type */
126656                   CIMTYPE_UINT16,
126657                   /* subscript */
126658                   -1,
126659                   /* value */
126660                   0,
126661               };
126662               
126663               static MetaFeature*
126664               _CIM_DropperService_features[] =
126665               {
126666                   (MetaFeature*)&_CIM_DropperService_DropperType,
126667                   (MetaFeature*)&_CIM_DropperService_OtherDropperType,
126668                   (MetaFeature*)&_CIM_DropperService_AlwaysDrop,
126669                   (MetaFeature*)&_CIM_DropperService_DropFrom,
126670                   (MetaFeature*)&_CIM_DropperService_DropStartMetric,
126671                   (MetaFeature*)&_CIM_DropperService_DropMaintainMetric,
126672                   0,
126673               };
126674               
126675               static const char*
126676 mike  1.1.2.1 __root_cimv2_CIM_DropperService_qualifiers[] =
126677               {
126678                   /* UMLPackagePath */
126679                   "\057CIM::Network::QoS",
126680                   /* Version */
126681                   "\0632.7.0",
126682                   0,
126683               };
126684               
126685               MetaClass
126686               __root_cimv2_CIM_DropperService =
126687               {
126688                   /* flags */
126689                   META_FLAG_CLASS,
126690                   /* name */
126691                   "CIM_DropperService",
126692                   /* qualifiers */
126693                   __root_cimv2_CIM_DropperService_qualifiers,
126694                   /* super */
126695                   &__root_cimv2_CIM_ConditioningService,
126696                   /* features */
126697 mike  1.1.2.1     _CIM_DropperService_features,
126698               };
126699               
126700               //==============================================================================
126701               //
126702               // Class: CIM_DropThresholdCalculationService
126703               //
126704               //==============================================================================
126705               
126706               static const char*
126707               _CIM_DropThresholdCalculationService_SmoothingWeight_qualifiers[] =
126708               {
126709                   /* Units */
126710                   "\060Thousandths",
126711                   /* MinValue */
126712                   "\035\000\000\000\000\000\000\000\000",
126713                   /* MaxValue */
126714                   "\031\000\000\000\000\000\001\206\240",
126715                   0,
126716               };
126717               
126718 mike  1.1.2.1 static MetaProperty
126719               _CIM_DropThresholdCalculationService_SmoothingWeight =
126720               {
126721                   /* flags */
126722                   META_FLAG_PROPERTY|META_FLAG_READ,
126723                   /* name */
126724                   "SmoothingWeight",
126725                   /* qualifiers */
126726                   _CIM_DropThresholdCalculationService_SmoothingWeight_qualifiers,
126727                   /* type */
126728                   CIMTYPE_UINT32,
126729                   /* subscript */
126730                   -1,
126731                   /* value */
126732                   0,
126733               };
126734               
126735               static const char*
126736               _CIM_DropThresholdCalculationService_TimeInterval_qualifiers[] =
126737               {
126738                   /* Units */
126739 mike  1.1.2.1     "\060NanoSeconds",
126740                   0,
126741               };
126742               
126743               static MetaProperty
126744               _CIM_DropThresholdCalculationService_TimeInterval =
126745               {
126746                   /* flags */
126747                   META_FLAG_PROPERTY|META_FLAG_READ,
126748                   /* name */
126749                   "TimeInterval",
126750                   /* qualifiers */
126751                   _CIM_DropThresholdCalculationService_TimeInterval_qualifiers,
126752                   /* type */
126753                   CIMTYPE_UINT32,
126754                   /* subscript */
126755                   -1,
126756                   /* value */
126757                   0,
126758               };
126759               
126760 mike  1.1.2.1 static MetaFeature*
126761               _CIM_DropThresholdCalculationService_features[] =
126762               {
126763                   (MetaFeature*)&_CIM_DropThresholdCalculationService_SmoothingWeight,
126764                   (MetaFeature*)&_CIM_DropThresholdCalculationService_TimeInterval,
126765                   0,
126766               };
126767               
126768               static const char*
126769               __root_cimv2_CIM_DropThresholdCalculationService_qualifiers[] =
126770               {
126771                   /* UMLPackagePath */
126772                   "\057CIM::Network::QoS",
126773                   /* Version */
126774                   "\0632.7.0",
126775                   0,
126776               };
126777               
126778               MetaClass
126779               __root_cimv2_CIM_DropThresholdCalculationService =
126780               {
126781 mike  1.1.2.1     /* flags */
126782                   META_FLAG_CLASS,
126783                   /* name */
126784                   "CIM_DropThresholdCalculationService",
126785                   /* qualifiers */
126786                   __root_cimv2_CIM_DropThresholdCalculationService_qualifiers,
126787                   /* super */
126788                   &__root_cimv2_CIM_Service,
126789                   /* features */
126790                   _CIM_DropThresholdCalculationService_features,
126791               };
126792               
126793               //==============================================================================
126794               //
126795               // Class: CIM_DSLModem
126796               //
126797               //==============================================================================
126798               
126799               static MetaFeature*
126800               _CIM_DSLModem_features[] =
126801               {
126802 mike  1.1.2.1     0,
126803               };
126804               
126805               static const char*
126806               __root_cimv2_CIM_DSLModem_qualifiers[] =
126807               {
126808                   /* UMLPackagePath */
126809                   "\057CIM::Device::Modems",
126810                   /* Version */
126811                   "\0632.6.0",
126812                   0,
126813               };
126814               
126815               MetaClass
126816               __root_cimv2_CIM_DSLModem =
126817               {
126818                   /* flags */
126819                   META_FLAG_CLASS,
126820                   /* name */
126821                   "CIM_DSLModem",
126822                   /* qualifiers */
126823 mike  1.1.2.1     __root_cimv2_CIM_DSLModem_qualifiers,
126824                   /* super */
126825                   &__root_cimv2_CIM_ConnectionBasedModem,
126826                   /* features */
126827                   _CIM_DSLModem_features,
126828               };
126829               
126830               //==============================================================================
126831               //
126832               // Class: CIM_DVDDrive
126833               //
126834               //==============================================================================
126835               
126836               static const char*
126837               _CIM_DVDDrive_FormatsSupported_qualifiers[] =
126838               {
126839                   /* ValueMap */
126840                   "\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",
126841                   /* Values */
126842                   "\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",
126843                   /* ModelCorrespondence */
126844 mike  1.1.2.1     "\036\000\001CIM_PhysicalMedia.MediaType\000",
126845                   0,
126846               };
126847               
126848               static MetaProperty
126849               _CIM_DVDDrive_FormatsSupported =
126850               {
126851                   /* flags */
126852                   META_FLAG_PROPERTY|META_FLAG_READ,
126853                   /* name */
126854                   "FormatsSupported",
126855                   /* qualifiers */
126856                   _CIM_DVDDrive_FormatsSupported_qualifiers,
126857                   /* type */
126858                   CIMTYPE_UINT16,
126859                   /* subscript */
126860                   0,
126861                   /* value */
126862                   0,
126863               };
126864               
126865 mike  1.1.2.1 static MetaFeature*
126866               _CIM_DVDDrive_features[] =
126867               {
126868                   (MetaFeature*)&_CIM_DVDDrive_FormatsSupported,
126869                   0,
126870               };
126871               
126872               static const char*
126873               __root_cimv2_CIM_DVDDrive_qualifiers[] =
126874               {
126875                   /* UMLPackagePath */
126876                   "\057CIM::Device::StorageDevices",
126877                   /* Version */
126878                   "\0632.6.0",
126879                   0,
126880               };
126881               
126882               MetaClass
126883               __root_cimv2_CIM_DVDDrive =
126884               {
126885                   /* flags */
126886 mike  1.1.2.1     META_FLAG_CLASS,
126887                   /* name */
126888                   "CIM_DVDDrive",
126889                   /* qualifiers */
126890                   __root_cimv2_CIM_DVDDrive_qualifiers,
126891                   /* super */
126892                   &__root_cimv2_CIM_MediaAccessDevice,
126893                   /* features */
126894                   _CIM_DVDDrive_features,
126895               };
126896               
126897               //==============================================================================
126898               //
126899               // Class: CIM_ErrorCountersForDevice
126900               //
126901               //==============================================================================
126902               
126903               static const char*
126904               _CIM_ErrorCountersForDevice_Stats_qualifiers[] =
126905               {
126906                   /* Override */
126907 mike  1.1.2.1     "\044Stats",
126908                   /* Weak */
126909                   "\064\001",
126910                   0,
126911               };
126912               
126913               static MetaReference
126914               _CIM_ErrorCountersForDevice_Stats =
126915               {
126916                   /* flags */
126917                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
126918                   /* name */
126919                   "Stats",
126920                   /* qualifiers */
126921                   _CIM_ErrorCountersForDevice_Stats_qualifiers,
126922                   /* subscript */
126923                   -1,
126924                   /* refId */
126925                   &__root_cimv2_CIM_DeviceErrorCounts,
126926               };
126927               
126928 mike  1.1.2.1 static const char*
126929               _CIM_ErrorCountersForDevice_Element_qualifiers[] =
126930               {
126931                   /* Override */
126932                   "\044Element",
126933                   /* Min */
126934                   "\033\000\000\000\001",
126935                   /* Max */
126936                   "\027\000\000\000\001",
126937                   0,
126938               };
126939               
126940               static MetaReference
126941               _CIM_ErrorCountersForDevice_Element =
126942               {
126943                   /* flags */
126944                   META_FLAG_REFERENCE|META_FLAG_READ,
126945                   /* name */
126946                   "Element",
126947                   /* qualifiers */
126948                   _CIM_ErrorCountersForDevice_Element_qualifiers,
126949 mike  1.1.2.1     /* subscript */
126950                   -1,
126951                   /* refId */
126952                   &__root_cimv2_CIM_LogicalDevice,
126953               };
126954               
126955               static MetaFeature*
126956               _CIM_ErrorCountersForDevice_features[] =
126957               {
126958                   (MetaFeature*)&_CIM_ErrorCountersForDevice_Stats,
126959                   (MetaFeature*)&_CIM_ErrorCountersForDevice_Element,
126960                   0,
126961               };
126962               
126963               static const char*
126964               __root_cimv2_CIM_ErrorCountersForDevice_qualifiers[] =
126965               {
126966                   /* ASSOCIATION */
126967                   "\000\001",
126968                   /* UMLPackagePath */
126969                   "\057CIM::Device::DeviceElements",
126970 mike  1.1.2.1     /* Version */
126971                   "\0632.10.0",
126972                   0,
126973               };
126974               
126975               MetaClass
126976               __root_cimv2_CIM_ErrorCountersForDevice =
126977               {
126978                   /* flags */
126979                   META_FLAG_ASSOCIATION,
126980                   /* name */
126981                   "CIM_ErrorCountersForDevice",
126982                   /* qualifiers */
126983                   __root_cimv2_CIM_ErrorCountersForDevice_qualifiers,
126984                   /* super */
126985                   &__root_cimv2_CIM_Statistics,
126986                   /* features */
126987                   _CIM_ErrorCountersForDevice_features,
126988               };
126989               
126990               //==============================================================================
126991 mike  1.1.2.1 //
126992               // Class: CIM_ESCONController
126993               //
126994               //==============================================================================
126995               
126996               static MetaFeature*
126997               _CIM_ESCONController_features[] =
126998               {
126999                   0,
127000               };
127001               
127002               static const char*
127003               __root_cimv2_CIM_ESCONController_qualifiers[] =
127004               {
127005                   /* UMLPackagePath */
127006                   "\057CIM::Device::Controller",
127007                   /* Version */
127008                   "\0632.6.0",
127009                   0,
127010               };
127011               
127012 mike  1.1.2.1 MetaClass
127013               __root_cimv2_CIM_ESCONController =
127014               {
127015                   /* flags */
127016                   META_FLAG_CLASS,
127017                   /* name */
127018                   "CIM_ESCONController",
127019                   /* qualifiers */
127020                   __root_cimv2_CIM_ESCONController_qualifiers,
127021                   /* super */
127022                   &__root_cimv2_CIM_Controller,
127023                   /* features */
127024                   _CIM_ESCONController_features,
127025               };
127026               
127027               //==============================================================================
127028               //
127029               // Class: CIM_EthernetAdapter
127030               //
127031               //==============================================================================
127032               
127033 mike  1.1.2.1 static const char*
127034               _CIM_EthernetAdapter_NetworkAddresses_qualifiers[] =
127035               {
127036                   /* Deprecated */
127037                   "\013\000\001CIM_EthernetPort.NetworkAddresses\000",
127038                   /* Override */
127039                   "\044NetworkAddresses",
127040                   /* ArrayType */
127041                   "\005Indexed",
127042                   0,
127043               };
127044               
127045               static MetaProperty
127046               _CIM_EthernetAdapter_NetworkAddresses =
127047               {
127048                   /* flags */
127049                   META_FLAG_PROPERTY|META_FLAG_READ,
127050                   /* name */
127051                   "NetworkAddresses",
127052                   /* qualifiers */
127053                   _CIM_EthernetAdapter_NetworkAddresses_qualifiers,
127054 mike  1.1.2.1     /* type */
127055                   CIMTYPE_STRING,
127056                   /* subscript */
127057                   0,
127058                   /* value */
127059                   0,
127060               };
127061               
127062               static const char*
127063               _CIM_EthernetAdapter_MaxDataSize_qualifiers[] =
127064               {
127065                   /* Deprecated */
127066                   "\013\000\001CIM_EthernetPort.MaxDataSize\000",
127067                   /* MappingStrings */
127068                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
127069                   0,
127070               };
127071               
127072               static MetaProperty
127073               _CIM_EthernetAdapter_MaxDataSize =
127074               {
127075 mike  1.1.2.1     /* flags */
127076                   META_FLAG_PROPERTY|META_FLAG_READ,
127077                   /* name */
127078                   "MaxDataSize",
127079                   /* qualifiers */
127080                   _CIM_EthernetAdapter_MaxDataSize_qualifiers,
127081                   /* type */
127082                   CIMTYPE_UINT32,
127083                   /* subscript */
127084                   -1,
127085                   /* value */
127086                   0,
127087               };
127088               
127089               static const char*
127090               _CIM_EthernetAdapter_Capabilities_qualifiers[] =
127091               {
127092                   /* Deprecated */
127093                   "\013\000\001CIM_EthernetPort.Capabilities\000",
127094                   /* ValueMap */
127095                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127096 mike  1.1.2.1     /* Values */
127097                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127098                   /* ArrayType */
127099                   "\005Indexed",
127100                   /* ModelCorrespondence */
127101                   "\036\000\001CIM_EthernetAdapter.CapabilityDescriptions\000",
127102                   0,
127103               };
127104               
127105               static MetaProperty
127106               _CIM_EthernetAdapter_Capabilities =
127107               {
127108                   /* flags */
127109                   META_FLAG_PROPERTY|META_FLAG_READ,
127110                   /* name */
127111                   "Capabilities",
127112                   /* qualifiers */
127113                   _CIM_EthernetAdapter_Capabilities_qualifiers,
127114                   /* type */
127115                   CIMTYPE_UINT16,
127116                   /* subscript */
127117 mike  1.1.2.1     0,
127118                   /* value */
127119                   0,
127120               };
127121               
127122               static const char*
127123               _CIM_EthernetAdapter_CapabilityDescriptions_qualifiers[] =
127124               {
127125                   /* Deprecated */
127126                   "\013\000\001CIM_EthernetPort.CapabilityDescriptions\000",
127127                   /* ArrayType */
127128                   "\005Indexed",
127129                   /* ModelCorrespondence */
127130                   "\036\000\001CIM_EthernetAdapter.Capabilities\000",
127131                   0,
127132               };
127133               
127134               static MetaProperty
127135               _CIM_EthernetAdapter_CapabilityDescriptions =
127136               {
127137                   /* flags */
127138 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
127139                   /* name */
127140                   "CapabilityDescriptions",
127141                   /* qualifiers */
127142                   _CIM_EthernetAdapter_CapabilityDescriptions_qualifiers,
127143                   /* type */
127144                   CIMTYPE_STRING,
127145                   /* subscript */
127146                   0,
127147                   /* value */
127148                   0,
127149               };
127150               
127151               static const char*
127152               _CIM_EthernetAdapter_EnabledCapabilities_qualifiers[] =
127153               {
127154                   /* Deprecated */
127155                   "\013\000\001CIM_EthernetPort.EnabledCapabilities\000",
127156                   /* ValueMap */
127157                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127158                   /* Values */
127159 mike  1.1.2.1     "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127160                   /* ModelCorrespondence */
127161                   "\036\000\001CIM_EthernetAdapter.Capabilities\000",
127162                   0,
127163               };
127164               
127165               static MetaProperty
127166               _CIM_EthernetAdapter_EnabledCapabilities =
127167               {
127168                   /* flags */
127169                   META_FLAG_PROPERTY|META_FLAG_READ,
127170                   /* name */
127171                   "EnabledCapabilities",
127172                   /* qualifiers */
127173                   _CIM_EthernetAdapter_EnabledCapabilities_qualifiers,
127174                   /* type */
127175                   CIMTYPE_UINT16,
127176                   /* subscript */
127177                   0,
127178                   /* value */
127179                   0,
127180 mike  1.1.2.1 };
127181               
127182               static const char*
127183               _CIM_EthernetAdapter_SymbolErrors_qualifiers[] =
127184               {
127185                   /* Deprecated */
127186                   "\013\000\001CIM_EthernetPortStatistics.SymbolErrors\000",
127187                   /* Counter */
127188                   "\012\001",
127189                   /* MappingStrings */
127190                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSymbolErrors\000",
127191                   0,
127192               };
127193               
127194               static MetaProperty
127195               _CIM_EthernetAdapter_SymbolErrors =
127196               {
127197                   /* flags */
127198                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127199                   /* name */
127200                   "SymbolErrors",
127201 mike  1.1.2.1     /* qualifiers */
127202                   _CIM_EthernetAdapter_SymbolErrors_qualifiers,
127203                   /* type */
127204                   CIMTYPE_UINT32,
127205                   /* subscript */
127206                   -1,
127207                   /* value */
127208                   0,
127209               };
127210               
127211               static const char*
127212               _CIM_EthernetAdapter_TotalPacketsTransmitted_qualifiers[] =
127213               {
127214                   /* Deprecated */
127215                   "\013\000\001CIM_NetworkPortStatistics.PacketsTransmitted\000",
127216                   /* Counter */
127217                   "\012\001",
127218                   /* MappingStrings */
127219                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.6\000",
127220                   0,
127221               };
127222 mike  1.1.2.1 
127223               static MetaProperty
127224               _CIM_EthernetAdapter_TotalPacketsTransmitted =
127225               {
127226                   /* flags */
127227                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127228                   /* name */
127229                   "TotalPacketsTransmitted",
127230                   /* qualifiers */
127231                   _CIM_EthernetAdapter_TotalPacketsTransmitted_qualifiers,
127232                   /* type */
127233                   CIMTYPE_UINT64,
127234                   /* subscript */
127235                   -1,
127236                   /* value */
127237                   0,
127238               };
127239               
127240               static const char*
127241               _CIM_EthernetAdapter_TotalPacketsReceived_qualifiers[] =
127242               {
127243 mike  1.1.2.1     /* Deprecated */
127244                   "\013\000\001CIM_NetworkPortStatistics.PacketsReceived\000",
127245                   /* Counter */
127246                   "\012\001",
127247                   /* MappingStrings */
127248                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.8\000",
127249                   0,
127250               };
127251               
127252               static MetaProperty
127253               _CIM_EthernetAdapter_TotalPacketsReceived =
127254               {
127255                   /* flags */
127256                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127257                   /* name */
127258                   "TotalPacketsReceived",
127259                   /* qualifiers */
127260                   _CIM_EthernetAdapter_TotalPacketsReceived_qualifiers,
127261                   /* type */
127262                   CIMTYPE_UINT64,
127263                   /* subscript */
127264 mike  1.1.2.1     -1,
127265                   /* value */
127266                   0,
127267               };
127268               
127269               static const char*
127270               _CIM_EthernetAdapter_AlignmentErrors_qualifiers[] =
127271               {
127272                   /* Deprecated */
127273                   "\013\000\001CIM_EthernetPortStatistics.AlignmentErrors\000",
127274                   /* Counter */
127275                   "\012\001",
127276                   /* MappingStrings */
127277                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsAlignmentErrors\000",
127278                   0,
127279               };
127280               
127281               static MetaProperty
127282               _CIM_EthernetAdapter_AlignmentErrors =
127283               {
127284                   /* flags */
127285 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127286                   /* name */
127287                   "AlignmentErrors",
127288                   /* qualifiers */
127289                   _CIM_EthernetAdapter_AlignmentErrors_qualifiers,
127290                   /* type */
127291                   CIMTYPE_UINT32,
127292                   /* subscript */
127293                   -1,
127294                   /* value */
127295                   0,
127296               };
127297               
127298               static const char*
127299               _CIM_EthernetAdapter_FCSErrors_qualifiers[] =
127300               {
127301                   /* Deprecated */
127302                   "\013\000\001CIM_EthernetPortStatistics.FCSErrors\000",
127303                   /* Counter */
127304                   "\012\001",
127305                   /* MappingStrings */
127306 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFCSErrors\000",
127307                   0,
127308               };
127309               
127310               static MetaProperty
127311               _CIM_EthernetAdapter_FCSErrors =
127312               {
127313                   /* flags */
127314                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127315                   /* name */
127316                   "FCSErrors",
127317                   /* qualifiers */
127318                   _CIM_EthernetAdapter_FCSErrors_qualifiers,
127319                   /* type */
127320                   CIMTYPE_UINT32,
127321                   /* subscript */
127322                   -1,
127323                   /* value */
127324                   0,
127325               };
127326               
127327 mike  1.1.2.1 static const char*
127328               _CIM_EthernetAdapter_SingleCollisionFrames_qualifiers[] =
127329               {
127330                   /* Deprecated */
127331                   "\013\000\001CIM_EthernetPortStatistics.SingleCollisionFrames\000",
127332                   /* Counter */
127333                   "\012\001",
127334                   /* MappingStrings */
127335                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSingleCollisionFrames\000",
127336                   0,
127337               };
127338               
127339               static MetaProperty
127340               _CIM_EthernetAdapter_SingleCollisionFrames =
127341               {
127342                   /* flags */
127343                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127344                   /* name */
127345                   "SingleCollisionFrames",
127346                   /* qualifiers */
127347                   _CIM_EthernetAdapter_SingleCollisionFrames_qualifiers,
127348 mike  1.1.2.1     /* type */
127349                   CIMTYPE_UINT32,
127350                   /* subscript */
127351                   -1,
127352                   /* value */
127353                   0,
127354               };
127355               
127356               static const char*
127357               _CIM_EthernetAdapter_MultipleCollisionFrames_qualifiers[] =
127358               {
127359                   /* Deprecated */
127360                   "\013\000\001CIM_EthernetPortStatistics.MultipleCollisionFrames\000",
127361                   /* Counter */
127362                   "\012\001",
127363                   /* MappingStrings */
127364                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsMultipleCollisionFrames\000",
127365                   0,
127366               };
127367               
127368               static MetaProperty
127369 mike  1.1.2.1 _CIM_EthernetAdapter_MultipleCollisionFrames =
127370               {
127371                   /* flags */
127372                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127373                   /* name */
127374                   "MultipleCollisionFrames",
127375                   /* qualifiers */
127376                   _CIM_EthernetAdapter_MultipleCollisionFrames_qualifiers,
127377                   /* type */
127378                   CIMTYPE_UINT32,
127379                   /* subscript */
127380                   -1,
127381                   /* value */
127382                   0,
127383               };
127384               
127385               static const char*
127386               _CIM_EthernetAdapter_SQETestErrors_qualifiers[] =
127387               {
127388                   /* Deprecated */
127389                   "\013\000\001CIM_EthernetPortStatistics.SQETestErrors\000",
127390 mike  1.1.2.1     /* Counter */
127391                   "\012\001",
127392                   /* MappingStrings */
127393                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSQETestErrors\000",
127394                   0,
127395               };
127396               
127397               static MetaProperty
127398               _CIM_EthernetAdapter_SQETestErrors =
127399               {
127400                   /* flags */
127401                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127402                   /* name */
127403                   "SQETestErrors",
127404                   /* qualifiers */
127405                   _CIM_EthernetAdapter_SQETestErrors_qualifiers,
127406                   /* type */
127407                   CIMTYPE_UINT32,
127408                   /* subscript */
127409                   -1,
127410                   /* value */
127411 mike  1.1.2.1     0,
127412               };
127413               
127414               static const char*
127415               _CIM_EthernetAdapter_DeferredTransmissions_qualifiers[] =
127416               {
127417                   /* Deprecated */
127418                   "\013\000\001CIM_EthernetPortStatistics.DeferredTransmissions\000",
127419                   /* Counter */
127420                   "\012\001",
127421                   /* MappingStrings */
127422                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsDeferredTransmissions\000",
127423                   0,
127424               };
127425               
127426               static MetaProperty
127427               _CIM_EthernetAdapter_DeferredTransmissions =
127428               {
127429                   /* flags */
127430                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127431                   /* name */
127432 mike  1.1.2.1     "DeferredTransmissions",
127433                   /* qualifiers */
127434                   _CIM_EthernetAdapter_DeferredTransmissions_qualifiers,
127435                   /* type */
127436                   CIMTYPE_UINT32,
127437                   /* subscript */
127438                   -1,
127439                   /* value */
127440                   0,
127441               };
127442               
127443               static const char*
127444               _CIM_EthernetAdapter_LateCollisions_qualifiers[] =
127445               {
127446                   /* Deprecated */
127447                   "\013\000\001CIM_EthernetPortStatistics.LateCollisions\000",
127448                   /* Counter */
127449                   "\012\001",
127450                   /* MappingStrings */
127451                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsLateCollisions\000",
127452                   0,
127453 mike  1.1.2.1 };
127454               
127455               static MetaProperty
127456               _CIM_EthernetAdapter_LateCollisions =
127457               {
127458                   /* flags */
127459                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127460                   /* name */
127461                   "LateCollisions",
127462                   /* qualifiers */
127463                   _CIM_EthernetAdapter_LateCollisions_qualifiers,
127464                   /* type */
127465                   CIMTYPE_UINT32,
127466                   /* subscript */
127467                   -1,
127468                   /* value */
127469                   0,
127470               };
127471               
127472               static const char*
127473               _CIM_EthernetAdapter_ExcessiveCollisions_qualifiers[] =
127474 mike  1.1.2.1 {
127475                   /* Deprecated */
127476                   "\013\000\001CIM_EthernetPortStatistics.ExcessiveCollisions\000",
127477                   /* Counter */
127478                   "\012\001",
127479                   /* MappingStrings */
127480                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsExcessiveCollisions\000",
127481                   0,
127482               };
127483               
127484               static MetaProperty
127485               _CIM_EthernetAdapter_ExcessiveCollisions =
127486               {
127487                   /* flags */
127488                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127489                   /* name */
127490                   "ExcessiveCollisions",
127491                   /* qualifiers */
127492                   _CIM_EthernetAdapter_ExcessiveCollisions_qualifiers,
127493                   /* type */
127494                   CIMTYPE_UINT32,
127495 mike  1.1.2.1     /* subscript */
127496                   -1,
127497                   /* value */
127498                   0,
127499               };
127500               
127501               static const char*
127502               _CIM_EthernetAdapter_InternalMACTransmitErrors_qualifiers[] =
127503               {
127504                   /* Deprecated */
127505                   "\013\000\001CIM_EthernetPortStatistics.InternalMACTransmitErrors\000",
127506                   /* Counter */
127507                   "\012\001",
127508                   /* MappingStrings */
127509                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacTransmitErrors\000",
127510                   0,
127511               };
127512               
127513               static MetaProperty
127514               _CIM_EthernetAdapter_InternalMACTransmitErrors =
127515               {
127516 mike  1.1.2.1     /* flags */
127517                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127518                   /* name */
127519                   "InternalMACTransmitErrors",
127520                   /* qualifiers */
127521                   _CIM_EthernetAdapter_InternalMACTransmitErrors_qualifiers,
127522                   /* type */
127523                   CIMTYPE_UINT32,
127524                   /* subscript */
127525                   -1,
127526                   /* value */
127527                   0,
127528               };
127529               
127530               static const char*
127531               _CIM_EthernetAdapter_InternalMACReceiveErrors_qualifiers[] =
127532               {
127533                   /* Deprecated */
127534                   "\013\000\001CIM_EthernetPortStatistics.InternalMACReceiveErrors\000",
127535                   /* Counter */
127536                   "\012\001",
127537 mike  1.1.2.1     /* MappingStrings */
127538                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacReceiveErrors\000",
127539                   0,
127540               };
127541               
127542               static MetaProperty
127543               _CIM_EthernetAdapter_InternalMACReceiveErrors =
127544               {
127545                   /* flags */
127546                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127547                   /* name */
127548                   "InternalMACReceiveErrors",
127549                   /* qualifiers */
127550                   _CIM_EthernetAdapter_InternalMACReceiveErrors_qualifiers,
127551                   /* type */
127552                   CIMTYPE_UINT32,
127553                   /* subscript */
127554                   -1,
127555                   /* value */
127556                   0,
127557               };
127558 mike  1.1.2.1 
127559               static const char*
127560               _CIM_EthernetAdapter_CarrierSenseErrors_qualifiers[] =
127561               {
127562                   /* Deprecated */
127563                   "\013\000\001CIM_EthernetPortStatistics.CarrierSenseErrors\000",
127564                   /* Counter */
127565                   "\012\001",
127566                   /* MappingStrings */
127567                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsCarrierSenseErrors\000",
127568                   0,
127569               };
127570               
127571               static MetaProperty
127572               _CIM_EthernetAdapter_CarrierSenseErrors =
127573               {
127574                   /* flags */
127575                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127576                   /* name */
127577                   "CarrierSenseErrors",
127578                   /* qualifiers */
127579 mike  1.1.2.1     _CIM_EthernetAdapter_CarrierSenseErrors_qualifiers,
127580                   /* type */
127581                   CIMTYPE_UINT32,
127582                   /* subscript */
127583                   -1,
127584                   /* value */
127585                   0,
127586               };
127587               
127588               static const char*
127589               _CIM_EthernetAdapter_FrameTooLongs_qualifiers[] =
127590               {
127591                   /* Deprecated */
127592                   "\013\000\001CIM_EthernetPortStatistics.FrameTooLongs\000",
127593                   /* Counter */
127594                   "\012\001",
127595                   /* MappingStrings */
127596                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFrameTooLongs\000",
127597                   0,
127598               };
127599               
127600 mike  1.1.2.1 static MetaProperty
127601               _CIM_EthernetAdapter_FrameTooLongs =
127602               {
127603                   /* flags */
127604                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127605                   /* name */
127606                   "FrameTooLongs",
127607                   /* qualifiers */
127608                   _CIM_EthernetAdapter_FrameTooLongs_qualifiers,
127609                   /* type */
127610                   CIMTYPE_UINT32,
127611                   /* subscript */
127612                   -1,
127613                   /* value */
127614                   0,
127615               };
127616               
127617               static MetaFeature*
127618               _CIM_EthernetAdapter_features[] =
127619               {
127620                   (MetaFeature*)&_CIM_EthernetAdapter_NetworkAddresses,
127621 mike  1.1.2.1     (MetaFeature*)&_CIM_EthernetAdapter_MaxDataSize,
127622                   (MetaFeature*)&_CIM_EthernetAdapter_Capabilities,
127623                   (MetaFeature*)&_CIM_EthernetAdapter_CapabilityDescriptions,
127624                   (MetaFeature*)&_CIM_EthernetAdapter_EnabledCapabilities,
127625                   (MetaFeature*)&_CIM_EthernetAdapter_SymbolErrors,
127626                   (MetaFeature*)&_CIM_EthernetAdapter_TotalPacketsTransmitted,
127627                   (MetaFeature*)&_CIM_EthernetAdapter_TotalPacketsReceived,
127628                   (MetaFeature*)&_CIM_EthernetAdapter_AlignmentErrors,
127629                   (MetaFeature*)&_CIM_EthernetAdapter_FCSErrors,
127630                   (MetaFeature*)&_CIM_EthernetAdapter_SingleCollisionFrames,
127631                   (MetaFeature*)&_CIM_EthernetAdapter_MultipleCollisionFrames,
127632                   (MetaFeature*)&_CIM_EthernetAdapter_SQETestErrors,
127633                   (MetaFeature*)&_CIM_EthernetAdapter_DeferredTransmissions,
127634                   (MetaFeature*)&_CIM_EthernetAdapter_LateCollisions,
127635                   (MetaFeature*)&_CIM_EthernetAdapter_ExcessiveCollisions,
127636                   (MetaFeature*)&_CIM_EthernetAdapter_InternalMACTransmitErrors,
127637                   (MetaFeature*)&_CIM_EthernetAdapter_InternalMACReceiveErrors,
127638                   (MetaFeature*)&_CIM_EthernetAdapter_CarrierSenseErrors,
127639                   (MetaFeature*)&_CIM_EthernetAdapter_FrameTooLongs,
127640                   0,
127641               };
127642 mike  1.1.2.1 
127643               static const char*
127644               __root_cimv2_CIM_EthernetAdapter_qualifiers[] =
127645               {
127646                   /* Deprecated */
127647                   "\013\000\001CIM_EthernetPort\000",
127648                   /* UMLPackagePath */
127649                   "\057CIM::Device::NetworkAdapter",
127650                   /* Version */
127651                   "\0632.10.0",
127652                   0,
127653               };
127654               
127655               MetaClass
127656               __root_cimv2_CIM_EthernetAdapter =
127657               {
127658                   /* flags */
127659                   META_FLAG_CLASS,
127660                   /* name */
127661                   "CIM_EthernetAdapter",
127662                   /* qualifiers */
127663 mike  1.1.2.1     __root_cimv2_CIM_EthernetAdapter_qualifiers,
127664                   /* super */
127665                   &__root_cimv2_CIM_NetworkAdapter,
127666                   /* features */
127667                   _CIM_EthernetAdapter_features,
127668               };
127669               
127670               //==============================================================================
127671               //
127672               // Class: CIM_EthernetPort
127673               //
127674               //==============================================================================
127675               
127676               static const char*
127677               _CIM_EthernetPort_PortType_qualifiers[] =
127678               {
127679                   /* Override */
127680                   "\044PortType",
127681                   /* ValueMap */
127682                   "\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",
127683                   /* Values */
127684 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",
127685                   0,
127686               };
127687               
127688               static MetaProperty
127689               _CIM_EthernetPort_PortType =
127690               {
127691                   /* flags */
127692                   META_FLAG_PROPERTY|META_FLAG_READ,
127693                   /* name */
127694                   "PortType",
127695                   /* qualifiers */
127696                   _CIM_EthernetPort_PortType_qualifiers,
127697                   /* type */
127698                   CIMTYPE_UINT16,
127699                   /* subscript */
127700                   -1,
127701                   /* value */
127702                   0,
127703               };
127704               
127705 mike  1.1.2.1 static const char*
127706               _CIM_EthernetPort_NetworkAddresses_qualifiers[] =
127707               {
127708                   /* Override */
127709                   "\044NetworkAddresses",
127710                   0,
127711               };
127712               
127713               static MetaProperty
127714               _CIM_EthernetPort_NetworkAddresses =
127715               {
127716                   /* flags */
127717                   META_FLAG_PROPERTY|META_FLAG_READ,
127718                   /* name */
127719                   "NetworkAddresses",
127720                   /* qualifiers */
127721                   _CIM_EthernetPort_NetworkAddresses_qualifiers,
127722                   /* type */
127723                   CIMTYPE_STRING,
127724                   /* subscript */
127725                   0,
127726 mike  1.1.2.1     /* value */
127727                   0,
127728               };
127729               
127730               static const char*
127731               _CIM_EthernetPort_MaxDataSize_qualifiers[] =
127732               {
127733                   /* MappingStrings */
127734                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
127735                   0,
127736               };
127737               
127738               static MetaProperty
127739               _CIM_EthernetPort_MaxDataSize =
127740               {
127741                   /* flags */
127742                   META_FLAG_PROPERTY|META_FLAG_READ,
127743                   /* name */
127744                   "MaxDataSize",
127745                   /* qualifiers */
127746                   _CIM_EthernetPort_MaxDataSize_qualifiers,
127747 mike  1.1.2.1     /* type */
127748                   CIMTYPE_UINT32,
127749                   /* subscript */
127750                   -1,
127751                   /* value */
127752                   0,
127753               };
127754               
127755               static const char*
127756               _CIM_EthernetPort_Capabilities_qualifiers[] =
127757               {
127758                   /* ValueMap */
127759                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127760                   /* Values */
127761                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127762                   /* ArrayType */
127763                   "\005Indexed",
127764                   /* ModelCorrespondence */
127765                   "\036\000\001CIM_EthernetPort.CapabilityDescriptions\000",
127766                   0,
127767               };
127768 mike  1.1.2.1 
127769               static MetaProperty
127770               _CIM_EthernetPort_Capabilities =
127771               {
127772                   /* flags */
127773                   META_FLAG_PROPERTY|META_FLAG_READ,
127774                   /* name */
127775                   "Capabilities",
127776                   /* qualifiers */
127777                   _CIM_EthernetPort_Capabilities_qualifiers,
127778                   /* type */
127779                   CIMTYPE_UINT16,
127780                   /* subscript */
127781                   0,
127782                   /* value */
127783                   0,
127784               };
127785               
127786               static const char*
127787               _CIM_EthernetPort_CapabilityDescriptions_qualifiers[] =
127788               {
127789 mike  1.1.2.1     /* ArrayType */
127790                   "\005Indexed",
127791                   /* ModelCorrespondence */
127792                   "\036\000\001CIM_EthernetPort.Capabilities\000",
127793                   0,
127794               };
127795               
127796               static MetaProperty
127797               _CIM_EthernetPort_CapabilityDescriptions =
127798               {
127799                   /* flags */
127800                   META_FLAG_PROPERTY|META_FLAG_READ,
127801                   /* name */
127802                   "CapabilityDescriptions",
127803                   /* qualifiers */
127804                   _CIM_EthernetPort_CapabilityDescriptions_qualifiers,
127805                   /* type */
127806                   CIMTYPE_STRING,
127807                   /* subscript */
127808                   0,
127809                   /* value */
127810 mike  1.1.2.1     0,
127811               };
127812               
127813               static const char*
127814               _CIM_EthernetPort_EnabledCapabilities_qualifiers[] =
127815               {
127816                   /* ValueMap */
127817                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127818                   /* Values */
127819                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127820                   /* ArrayType */
127821                   "\005Indexed",
127822                   /* ModelCorrespondence */
127823                   "\036\000\002CIM_EthernetPort.Capabilities\000CIM_EthernetPort.OtherEnabledCapabilities\000",
127824                   0,
127825               };
127826               
127827               static MetaProperty
127828               _CIM_EthernetPort_EnabledCapabilities =
127829               {
127830                   /* flags */
127831 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
127832                   /* name */
127833                   "EnabledCapabilities",
127834                   /* qualifiers */
127835                   _CIM_EthernetPort_EnabledCapabilities_qualifiers,
127836                   /* type */
127837                   CIMTYPE_UINT16,
127838                   /* subscript */
127839                   0,
127840                   /* value */
127841                   0,
127842               };
127843               
127844               static const char*
127845               _CIM_EthernetPort_OtherEnabledCapabilities_qualifiers[] =
127846               {
127847                   /* ArrayType */
127848                   "\005Indexed",
127849                   /* ModelCorrespondence */
127850                   "\036\000\001CIM_EthernetPort.EnabledCapabilities\000",
127851                   0,
127852 mike  1.1.2.1 };
127853               
127854               static MetaProperty
127855               _CIM_EthernetPort_OtherEnabledCapabilities =
127856               {
127857                   /* flags */
127858                   META_FLAG_PROPERTY|META_FLAG_READ,
127859                   /* name */
127860                   "OtherEnabledCapabilities",
127861                   /* qualifiers */
127862                   _CIM_EthernetPort_OtherEnabledCapabilities_qualifiers,
127863                   /* type */
127864                   CIMTYPE_STRING,
127865                   /* subscript */
127866                   0,
127867                   /* value */
127868                   0,
127869               };
127870               
127871               static MetaFeature*
127872               _CIM_EthernetPort_features[] =
127873 mike  1.1.2.1 {
127874                   (MetaFeature*)&_CIM_EthernetPort_PortType,
127875                   (MetaFeature*)&_CIM_EthernetPort_NetworkAddresses,
127876                   (MetaFeature*)&_CIM_EthernetPort_MaxDataSize,
127877                   (MetaFeature*)&_CIM_EthernetPort_Capabilities,
127878                   (MetaFeature*)&_CIM_EthernetPort_CapabilityDescriptions,
127879                   (MetaFeature*)&_CIM_EthernetPort_EnabledCapabilities,
127880                   (MetaFeature*)&_CIM_EthernetPort_OtherEnabledCapabilities,
127881                   0,
127882               };
127883               
127884               static const char*
127885               __root_cimv2_CIM_EthernetPort_qualifiers[] =
127886               {
127887                   /* UMLPackagePath */
127888                   "\057CIM::Device::Ports",
127889                   /* Version */
127890                   "\0632.10.0",
127891                   0,
127892               };
127893               
127894 mike  1.1.2.1 MetaClass
127895               __root_cimv2_CIM_EthernetPort =
127896               {
127897                   /* flags */
127898                   META_FLAG_CLASS,
127899                   /* name */
127900                   "CIM_EthernetPort",
127901                   /* qualifiers */
127902                   __root_cimv2_CIM_EthernetPort_qualifiers,
127903                   /* super */
127904                   &__root_cimv2_CIM_NetworkPort,
127905                   /* features */
127906                   _CIM_EthernetPort_features,
127907               };
127908               
127909               //==============================================================================
127910               //
127911               // Class: CIM_Export
127912               //
127913               //==============================================================================
127914               
127915 mike  1.1.2.1 static const char*
127916               _CIM_Export_LocalFS_qualifiers[] =
127917               {
127918                   /* Key */
127919                   "\025\001",
127920                   /* Max */
127921                   "\027\000\000\000\001",
127922                   0,
127923               };
127924               
127925               static MetaReference
127926               _CIM_Export_LocalFS =
127927               {
127928                   /* flags */
127929                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
127930                   /* name */
127931                   "LocalFS",
127932                   /* qualifiers */
127933                   _CIM_Export_LocalFS_qualifiers,
127934                   /* subscript */
127935                   -1,
127936 mike  1.1.2.1     /* refId */
127937                   &__root_cimv2_CIM_LocalFileSystem,
127938               };
127939               
127940               static const char*
127941               _CIM_Export_Directory_qualifiers[] =
127942               {
127943                   /* Key */
127944                   "\025\001",
127945                   0,
127946               };
127947               
127948               static MetaReference
127949               _CIM_Export_Directory =
127950               {
127951                   /* flags */
127952                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
127953                   /* name */
127954                   "Directory",
127955                   /* qualifiers */
127956                   _CIM_Export_Directory_qualifiers,
127957 mike  1.1.2.1     /* subscript */
127958                   -1,
127959                   /* refId */
127960                   &__root_cimv2_CIM_Directory,
127961               };
127962               
127963               static const char*
127964               _CIM_Export_ExportedDirectoryName_qualifiers[] =
127965               {
127966                   0,
127967               };
127968               
127969               static MetaProperty
127970               _CIM_Export_ExportedDirectoryName =
127971               {
127972                   /* flags */
127973                   META_FLAG_PROPERTY|META_FLAG_READ,
127974                   /* name */
127975                   "ExportedDirectoryName",
127976                   /* qualifiers */
127977                   _CIM_Export_ExportedDirectoryName_qualifiers,
127978 mike  1.1.2.1     /* type */
127979                   CIMTYPE_STRING,
127980                   /* subscript */
127981                   -1,
127982                   /* value */
127983                   0,
127984               };
127985               
127986               static MetaFeature*
127987               _CIM_Export_features[] =
127988               {
127989                   (MetaFeature*)&_CIM_Export_LocalFS,
127990                   (MetaFeature*)&_CIM_Export_Directory,
127991                   (MetaFeature*)&_CIM_Export_ExportedDirectoryName,
127992                   0,
127993               };
127994               
127995               static const char*
127996               __root_cimv2_CIM_Export_qualifiers[] =
127997               {
127998                   /* ASSOCIATION */
127999 mike  1.1.2.1     "\000\001",
128000                   /* UMLPackagePath */
128001                   "\057CIM::System::FileElements",
128002                   /* Version */
128003                   "\0632.6.0",
128004                   0,
128005               };
128006               
128007               MetaClass
128008               __root_cimv2_CIM_Export =
128009               {
128010                   /* flags */
128011                   META_FLAG_ASSOCIATION,
128012                   /* name */
128013                   "CIM_Export",
128014                   /* qualifiers */
128015                   __root_cimv2_CIM_Export_qualifiers,
128016                   /* super */
128017                   0,
128018                   /* features */
128019                   _CIM_Export_features,
128020 mike  1.1.2.1 };
128021               
128022               //==============================================================================
128023               //
128024               // Class: CIM_ExtentInDiskGroup
128025               //
128026               //==============================================================================
128027               
128028               static const char*
128029               _CIM_ExtentInDiskGroup_Collection_qualifiers[] =
128030               {
128031                   /* Aggregate */
128032                   "\003\001",
128033                   /* Override */
128034                   "\044Collection",
128035                   /* Max */
128036                   "\027\000\000\000\001",
128037                   0,
128038               };
128039               
128040               static MetaReference
128041 mike  1.1.2.1 _CIM_ExtentInDiskGroup_Collection =
128042               {
128043                   /* flags */
128044                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
128045                   /* name */
128046                   "Collection",
128047                   /* qualifiers */
128048                   _CIM_ExtentInDiskGroup_Collection_qualifiers,
128049                   /* subscript */
128050                   -1,
128051                   /* refId */
128052                   &__root_cimv2_CIM_DiskGroup,
128053               };
128054               
128055               static const char*
128056               _CIM_ExtentInDiskGroup_Member_qualifiers[] =
128057               {
128058                   /* Override */
128059                   "\044Member",
128060                   0,
128061               };
128062 mike  1.1.2.1 
128063               static MetaReference
128064               _CIM_ExtentInDiskGroup_Member =
128065               {
128066                   /* flags */
128067                   META_FLAG_REFERENCE|META_FLAG_READ,
128068                   /* name */
128069                   "Member",
128070                   /* qualifiers */
128071                   _CIM_ExtentInDiskGroup_Member_qualifiers,
128072                   /* subscript */
128073                   -1,
128074                   /* refId */
128075                   &__root_cimv2_CIM_StorageExtent,
128076               };
128077               
128078               static MetaFeature*
128079               _CIM_ExtentInDiskGroup_features[] =
128080               {
128081                   (MetaFeature*)&_CIM_ExtentInDiskGroup_Collection,
128082                   (MetaFeature*)&_CIM_ExtentInDiskGroup_Member,
128083 mike  1.1.2.1     0,
128084               };
128085               
128086               static const char*
128087               __root_cimv2_CIM_ExtentInDiskGroup_qualifiers[] =
128088               {
128089                   /* ASSOCIATION */
128090                   "\000\001",
128091                   /* UMLPackagePath */
128092                   "\057CIM::Device::DiskGroup",
128093                   /* Aggregation */
128094                   "\004\001",
128095                   /* Version */
128096                   "\0632.10.0",
128097                   0,
128098               };
128099               
128100               MetaClass
128101               __root_cimv2_CIM_ExtentInDiskGroup =
128102               {
128103                   /* flags */
128104 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
128105                   /* name */
128106                   "CIM_ExtentInDiskGroup",
128107                   /* qualifiers */
128108                   __root_cimv2_CIM_ExtentInDiskGroup_qualifiers,
128109                   /* super */
128110                   &__root_cimv2_CIM_CollectedMSEs,
128111                   /* features */
128112                   _CIM_ExtentInDiskGroup_features,
128113               };
128114               
128115               //==============================================================================
128116               //
128117               // Class: CIM_ExtentRedundancyComponent
128118               //
128119               //==============================================================================
128120               
128121               static const char*
128122               _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers[] =
128123               {
128124                   /* Deprecated */
128125 mike  1.1.2.1     "\013\000\001CIM_MemberOfCollection.Collection\000",
128126                   /* Aggregate */
128127                   "\003\001",
128128                   /* Override */
128129                   "\044GroupComponent",
128130                   0,
128131               };
128132               
128133               static MetaReference
128134               _CIM_ExtentRedundancyComponent_GroupComponent =
128135               {
128136                   /* flags */
128137                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
128138                   /* name */
128139                   "GroupComponent",
128140                   /* qualifiers */
128141                   _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers,
128142                   /* subscript */
128143                   -1,
128144                   /* refId */
128145                   &__root_cimv2_CIM_StorageRedundancyGroup,
128146 mike  1.1.2.1 };
128147               
128148               static const char*
128149               _CIM_ExtentRedundancyComponent_PartComponent_qualifiers[] =
128150               {
128151                   /* Deprecated */
128152                   "\013\000\001CIM_MemberOfCollection.Member\000",
128153                   /* Override */
128154                   "\044PartComponent",
128155                   0,
128156               };
128157               
128158               static MetaReference
128159               _CIM_ExtentRedundancyComponent_PartComponent =
128160               {
128161                   /* flags */
128162                   META_FLAG_REFERENCE|META_FLAG_READ,
128163                   /* name */
128164                   "PartComponent",
128165                   /* qualifiers */
128166                   _CIM_ExtentRedundancyComponent_PartComponent_qualifiers,
128167 mike  1.1.2.1     /* subscript */
128168                   -1,
128169                   /* refId */
128170                   &__root_cimv2_CIM_StorageExtent,
128171               };
128172               
128173               static MetaFeature*
128174               _CIM_ExtentRedundancyComponent_features[] =
128175               {
128176                   (MetaFeature*)&_CIM_ExtentRedundancyComponent_GroupComponent,
128177                   (MetaFeature*)&_CIM_ExtentRedundancyComponent_PartComponent,
128178                   0,
128179               };
128180               
128181               static const char*
128182               __root_cimv2_CIM_ExtentRedundancyComponent_qualifiers[] =
128183               {
128184                   /* ASSOCIATION */
128185                   "\000\001",
128186                   /* Deprecated */
128187                   "\013\000\001CIM_MemberOfCollection\000",
128188 mike  1.1.2.1     /* UMLPackagePath */
128189                   "\057CIM::Core::Redundancy",
128190                   /* Aggregation */
128191                   "\004\001",
128192                   /* Version */
128193                   "\0632.13.0",
128194                   0,
128195               };
128196               
128197               MetaClass
128198               __root_cimv2_CIM_ExtentRedundancyComponent =
128199               {
128200                   /* flags */
128201                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
128202                   /* name */
128203                   "CIM_ExtentRedundancyComponent",
128204                   /* qualifiers */
128205                   __root_cimv2_CIM_ExtentRedundancyComponent_qualifiers,
128206                   /* super */
128207                   &__root_cimv2_CIM_RedundancyComponent,
128208                   /* features */
128209 mike  1.1.2.1     _CIM_ExtentRedundancyComponent_features,
128210               };
128211               
128212               //==============================================================================
128213               //
128214               // Class: CIM_Fan
128215               //
128216               //==============================================================================
128217               
128218               static const char*
128219               _CIM_Fan_VariableSpeed_qualifiers[] =
128220               {
128221                   0,
128222               };
128223               
128224               static MetaProperty
128225               _CIM_Fan_VariableSpeed =
128226               {
128227                   /* flags */
128228                   META_FLAG_PROPERTY|META_FLAG_READ,
128229                   /* name */
128230 mike  1.1.2.1     "VariableSpeed",
128231                   /* qualifiers */
128232                   _CIM_Fan_VariableSpeed_qualifiers,
128233                   /* type */
128234                   CIMTYPE_BOOLEAN,
128235                   /* subscript */
128236                   -1,
128237                   /* value */
128238                   0,
128239               };
128240               
128241               static const char*
128242               _CIM_Fan_DesiredSpeed_qualifiers[] =
128243               {
128244                   /* Units */
128245                   "\060Revolutions per Minute",
128246                   0,
128247               };
128248               
128249               static MetaProperty
128250               _CIM_Fan_DesiredSpeed =
128251 mike  1.1.2.1 {
128252                   /* flags */
128253                   META_FLAG_PROPERTY|META_FLAG_READ,
128254                   /* name */
128255                   "DesiredSpeed",
128256                   /* qualifiers */
128257                   _CIM_Fan_DesiredSpeed_qualifiers,
128258                   /* type */
128259                   CIMTYPE_UINT64,
128260                   /* subscript */
128261                   -1,
128262                   /* value */
128263                   0,
128264               };
128265               
128266               static const char*
128267               _CIM_Fan_SetSpeed_DesiredSpeed_qualifiers[] =
128268               {
128269                   /* IN */
128270                   "\024\001",
128271                   0,
128272 mike  1.1.2.1 };
128273               
128274               static MetaProperty
128275               _CIM_Fan_SetSpeed_DesiredSpeed =
128276               {
128277                   /* flags */
128278                   META_FLAG_PROPERTY|META_FLAG_IN,
128279                   /* name */
128280                   "DesiredSpeed",
128281                   /* qualifiers */
128282                   _CIM_Fan_SetSpeed_DesiredSpeed_qualifiers,
128283                   /* type */
128284                   CIMTYPE_UINT64,
128285                   /* subscript */
128286                   -1,
128287                   /* value */
128288                   0,
128289               };
128290               
128291               static MetaFeature*
128292               _CIM_Fan_SetSpeed_parameters[] =
128293 mike  1.1.2.1 {
128294                   (MetaFeature*)&_CIM_Fan_SetSpeed_DesiredSpeed,
128295                   0,
128296               };
128297               
128298               static const char*
128299               _CIM_Fan_SetSpeed_qualifiers[] =
128300               {
128301                   0,
128302               };
128303               
128304               static MetaMethod
128305               _CIM_Fan_SetSpeed =
128306               {
128307                   /* flags */
128308                   META_FLAG_METHOD,
128309                   /* name */
128310                   "CIM_Fan",
128311                   /* qualifiers */
128312                   _CIM_Fan_SetSpeed_qualifiers,
128313                   /* type */
128314 mike  1.1.2.1     CIMTYPE_UINT32,
128315                   /* parameters */
128316                   _CIM_Fan_SetSpeed_parameters,
128317               };
128318               
128319               static MetaFeature*
128320               _CIM_Fan_features[] =
128321               {
128322                   (MetaFeature*)&_CIM_Fan_VariableSpeed,
128323                   (MetaFeature*)&_CIM_Fan_DesiredSpeed,
128324                   (MetaFeature*)&_CIM_Fan_SetSpeed,
128325                   0,
128326               };
128327               
128328               static const char*
128329               __root_cimv2_CIM_Fan_qualifiers[] =
128330               {
128331                   /* UMLPackagePath */
128332                   "\057CIM::Device::CoolingAndPower",
128333                   /* Version */
128334                   "\0632.6.0",
128335 mike  1.1.2.1     0,
128336               };
128337               
128338               MetaClass
128339               __root_cimv2_CIM_Fan =
128340               {
128341                   /* flags */
128342                   META_FLAG_CLASS,
128343                   /* name */
128344                   "CIM_Fan",
128345                   /* qualifiers */
128346                   __root_cimv2_CIM_Fan_qualifiers,
128347                   /* super */
128348                   &__root_cimv2_CIM_CoolingDevice,
128349                   /* features */
128350                   _CIM_Fan_features,
128351               };
128352               
128353               //==============================================================================
128354               //
128355               // Class: CIM_FCPort
128356 mike  1.1.2.1 //
128357               //==============================================================================
128358               
128359               static const char*
128360               _CIM_FCPort_PortType_qualifiers[] =
128361               {
128362                   /* Override */
128363                   "\044PortType",
128364                   /* ValueMap */
128365                   "\061\000\0140\0001\00010\00011\00012\00013\00014\00015\00016\00017\00018\00016000..65535\000",
128366                   /* Values */
128367                   "\062\000\014Unknown\000Other\000N\000NL\000F/NL\000Nx\000E\000F\000FL\000B\000G\000Vendor Reserved\000",
128368                   0,
128369               };
128370               
128371               static MetaProperty
128372               _CIM_FCPort_PortType =
128373               {
128374                   /* flags */
128375                   META_FLAG_PROPERTY|META_FLAG_READ,
128376                   /* name */
128377 mike  1.1.2.1     "PortType",
128378                   /* qualifiers */
128379                   _CIM_FCPort_PortType_qualifiers,
128380                   /* type */
128381                   CIMTYPE_UINT16,
128382                   /* subscript */
128383                   -1,
128384                   /* value */
128385                   0,
128386               };
128387               
128388               static const char*
128389               _CIM_FCPort_SupportedCOS_qualifiers[] =
128390               {
128391                   /* ValueMap */
128392                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
128393                   /* Values */
128394                   "\062\000\010Unknown\0001\0002\0003\0004\0005\0006\000F\000",
128395                   0,
128396               };
128397               
128398 mike  1.1.2.1 static MetaProperty
128399               _CIM_FCPort_SupportedCOS =
128400               {
128401                   /* flags */
128402                   META_FLAG_PROPERTY|META_FLAG_READ,
128403                   /* name */
128404                   "SupportedCOS",
128405                   /* qualifiers */
128406                   _CIM_FCPort_SupportedCOS_qualifiers,
128407                   /* type */
128408                   CIMTYPE_UINT16,
128409                   /* subscript */
128410                   0,
128411                   /* value */
128412                   0,
128413               };
128414               
128415               static const char*
128416               _CIM_FCPort_ActiveCOS_qualifiers[] =
128417               {
128418                   /* ValueMap */
128419 mike  1.1.2.1     "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
128420                   /* Values */
128421                   "\062\000\010Unknown\0001\0002\0003\0004\0005\0006\000F\000",
128422                   /* ModelCorrespondence */
128423                   "\036\000\001CIM_FCPort.SupportedCOS\000",
128424                   0,
128425               };
128426               
128427               static MetaProperty
128428               _CIM_FCPort_ActiveCOS =
128429               {
128430                   /* flags */
128431                   META_FLAG_PROPERTY|META_FLAG_READ,
128432                   /* name */
128433                   "ActiveCOS",
128434                   /* qualifiers */
128435                   _CIM_FCPort_ActiveCOS_qualifiers,
128436                   /* type */
128437                   CIMTYPE_UINT16,
128438                   /* subscript */
128439                   0,
128440 mike  1.1.2.1     /* value */
128441                   0,
128442               };
128443               
128444               static const char*
128445               _CIM_FCPort_SupportedFC4Types_qualifiers[] =
128446               {
128447                   /* ValueMap */
128448                   "\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",
128449                   /* Values */
128450                   "\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",
128451                   0,
128452               };
128453               
128454               static MetaProperty
128455               _CIM_FCPort_SupportedFC4Types =
128456               {
128457                   /* flags */
128458                   META_FLAG_PROPERTY|META_FLAG_READ,
128459                   /* name */
128460                   "SupportedFC4Types",
128461 mike  1.1.2.1     /* qualifiers */
128462                   _CIM_FCPort_SupportedFC4Types_qualifiers,
128463                   /* type */
128464                   CIMTYPE_UINT16,
128465                   /* subscript */
128466                   0,
128467                   /* value */
128468                   0,
128469               };
128470               
128471               static const char*
128472               _CIM_FCPort_ActiveFC4Types_qualifiers[] =
128473               {
128474                   /* ValueMap */
128475                   "\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",
128476                   /* Values */
128477                   "\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",
128478                   /* ModelCorrespondence */
128479                   "\036\000\001CIM_FCPort.SupportedFC4Types\000",
128480                   0,
128481               };
128482 mike  1.1.2.1 
128483               static MetaProperty
128484               _CIM_FCPort_ActiveFC4Types =
128485               {
128486                   /* flags */
128487                   META_FLAG_PROPERTY|META_FLAG_READ,
128488                   /* name */
128489                   "ActiveFC4Types",
128490                   /* qualifiers */
128491                   _CIM_FCPort_ActiveFC4Types_qualifiers,
128492                   /* type */
128493                   CIMTYPE_UINT16,
128494                   /* subscript */
128495                   0,
128496                   /* value */
128497                   0,
128498               };
128499               
128500               static MetaFeature*
128501               _CIM_FCPort_features[] =
128502               {
128503 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPort_PortType,
128504                   (MetaFeature*)&_CIM_FCPort_SupportedCOS,
128505                   (MetaFeature*)&_CIM_FCPort_ActiveCOS,
128506                   (MetaFeature*)&_CIM_FCPort_SupportedFC4Types,
128507                   (MetaFeature*)&_CIM_FCPort_ActiveFC4Types,
128508                   0,
128509               };
128510               
128511               static const char*
128512               __root_cimv2_CIM_FCPort_qualifiers[] =
128513               {
128514                   /* UMLPackagePath */
128515                   "\057CIM::Device::FC",
128516                   /* Version */
128517                   "\0632.7.1",
128518                   0,
128519               };
128520               
128521               MetaClass
128522               __root_cimv2_CIM_FCPort =
128523               {
128524 mike  1.1.2.1     /* flags */
128525                   META_FLAG_CLASS,
128526                   /* name */
128527                   "CIM_FCPort",
128528                   /* qualifiers */
128529                   __root_cimv2_CIM_FCPort_qualifiers,
128530                   /* super */
128531                   &__root_cimv2_CIM_NetworkPort,
128532                   /* features */
128533                   _CIM_FCPort_features,
128534               };
128535               
128536               //==============================================================================
128537               //
128538               // Class: CIM_FibreChannelAdapter
128539               //
128540               //==============================================================================
128541               
128542               static const char*
128543               _CIM_FibreChannelAdapter_MaxFrameSize_qualifiers[] =
128544               {
128545 mike  1.1.2.1     /* Deprecated */
128546                   "\013\000\001CIM_NetworkPort.SupportedMaximumTransmissionUnit\000",
128547                   /* Units */
128548                   "\060Bytes",
128549                   0,
128550               };
128551               
128552               static MetaProperty
128553               _CIM_FibreChannelAdapter_MaxFrameSize =
128554               {
128555                   /* flags */
128556                   META_FLAG_PROPERTY|META_FLAG_READ,
128557                   /* name */
128558                   "MaxFrameSize",
128559                   /* qualifiers */
128560                   _CIM_FibreChannelAdapter_MaxFrameSize_qualifiers,
128561                   /* type */
128562                   CIMTYPE_UINT64,
128563                   /* subscript */
128564                   -1,
128565                   /* value */
128566 mike  1.1.2.1     0,
128567               };
128568               
128569               static const char*
128570               _CIM_FibreChannelAdapter_SupportedCOS_qualifiers[] =
128571               {
128572                   /* Deprecated */
128573                   "\013\000\001CIM_FCPort.SupportedCOS\000",
128574                   /* ValueMap */
128575                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
128576                   /* Values */
128577                   "\062\000\007Unknown\0001\0002\0003\0004\0006\000F\000",
128578                   0,
128579               };
128580               
128581               static MetaProperty
128582               _CIM_FibreChannelAdapter_SupportedCOS =
128583               {
128584                   /* flags */
128585                   META_FLAG_PROPERTY|META_FLAG_READ,
128586                   /* name */
128587 mike  1.1.2.1     "SupportedCOS",
128588                   /* qualifiers */
128589                   _CIM_FibreChannelAdapter_SupportedCOS_qualifiers,
128590                   /* type */
128591                   CIMTYPE_UINT16,
128592                   /* subscript */
128593                   0,
128594                   /* value */
128595                   0,
128596               };
128597               
128598               static const char*
128599               _CIM_FibreChannelAdapter_FC4TypesSupported_qualifiers[] =
128600               {
128601                   /* Deprecated */
128602                   "\013\000\001CIM_FCPort.SupportedFC4Types\000",
128603                   /* ValueMap */
128604                   "\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",
128605                   /* Values */
128606                   "\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",
128607                   /* ModelCorrespondence */
128608 mike  1.1.2.1     "\036\000\001CIM_FibreChannelAdapter.FC4VendorUniqueTypes\000",
128609                   0,
128610               };
128611               
128612               static MetaProperty
128613               _CIM_FibreChannelAdapter_FC4TypesSupported =
128614               {
128615                   /* flags */
128616                   META_FLAG_PROPERTY|META_FLAG_READ,
128617                   /* name */
128618                   "FC4TypesSupported",
128619                   /* qualifiers */
128620                   _CIM_FibreChannelAdapter_FC4TypesSupported_qualifiers,
128621                   /* type */
128622                   CIMTYPE_UINT16,
128623                   /* subscript */
128624                   0,
128625                   /* value */
128626                   0,
128627               };
128628               
128629 mike  1.1.2.1 static const char*
128630               _CIM_FibreChannelAdapter_FC4VendorUniqueTypes_qualifiers[] =
128631               {
128632                   /* Deprecated */
128633                   "\013\000\001CIM_FCPort.SupportedFC4Types\000",
128634                   /* MinValue */
128635                   "\035\000\000\000\000\000\000\000\360",
128636                   /* MaxValue */
128637                   "\031\000\000\000\000\000\000\000\377",
128638                   0,
128639               };
128640               
128641               static MetaProperty
128642               _CIM_FibreChannelAdapter_FC4VendorUniqueTypes =
128643               {
128644                   /* flags */
128645                   META_FLAG_PROPERTY|META_FLAG_READ,
128646                   /* name */
128647                   "FC4VendorUniqueTypes",
128648                   /* qualifiers */
128649                   _CIM_FibreChannelAdapter_FC4VendorUniqueTypes_qualifiers,
128650 mike  1.1.2.1     /* type */
128651                   CIMTYPE_UINT16,
128652                   /* subscript */
128653                   0,
128654                   /* value */
128655                   0,
128656               };
128657               
128658               static const char*
128659               _CIM_FibreChannelAdapter_CurrentFC4Types_qualifiers[] =
128660               {
128661                   /* Deprecated */
128662                   "\013\000\001CIM_FCPort.ActiveFC4Types\000",
128663                   /* ValueMap */
128664                   "\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",
128665                   /* Values */
128666                   "\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",
128667                   /* ModelCorrespondence */
128668                   "\036\000\002CIM_FibreChannelAdapter.FC4TypesSupported\000CIM_FibreChannelAdapter.CurrentFC4VendorTypes\000",
128669                   0,
128670               };
128671 mike  1.1.2.1 
128672               static MetaProperty
128673               _CIM_FibreChannelAdapter_CurrentFC4Types =
128674               {
128675                   /* flags */
128676                   META_FLAG_PROPERTY|META_FLAG_READ,
128677                   /* name */
128678                   "CurrentFC4Types",
128679                   /* qualifiers */
128680                   _CIM_FibreChannelAdapter_CurrentFC4Types_qualifiers,
128681                   /* type */
128682                   CIMTYPE_UINT16,
128683                   /* subscript */
128684                   0,
128685                   /* value */
128686                   0,
128687               };
128688               
128689               static const char*
128690               _CIM_FibreChannelAdapter_CurrentFC4VendorTypes_qualifiers[] =
128691               {
128692 mike  1.1.2.1     /* Deprecated */
128693                   "\013\000\001CIM_FCPort.ActiveFC4Types\000",
128694                   /* MinValue */
128695                   "\035\000\000\000\000\000\000\000\360",
128696                   /* MaxValue */
128697                   "\031\000\000\000\000\000\000\000\377",
128698                   /* ModelCorrespondence */
128699                   "\036\000\001CIM_FibreChannelAdapter.FC4VendorUniqueTypes\000",
128700                   0,
128701               };
128702               
128703               static MetaProperty
128704               _CIM_FibreChannelAdapter_CurrentFC4VendorTypes =
128705               {
128706                   /* flags */
128707                   META_FLAG_PROPERTY|META_FLAG_READ,
128708                   /* name */
128709                   "CurrentFC4VendorTypes",
128710                   /* qualifiers */
128711                   _CIM_FibreChannelAdapter_CurrentFC4VendorTypes_qualifiers,
128712                   /* type */
128713 mike  1.1.2.1     CIMTYPE_UINT16,
128714                   /* subscript */
128715                   0,
128716                   /* value */
128717                   0,
128718               };
128719               
128720               static const char*
128721               _CIM_FibreChannelAdapter_Capabilities_qualifiers[] =
128722               {
128723                   /* Deprecated */
128724                   "\013\000\001No value\000",
128725                   /* ValueMap */
128726                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000",
128727                   /* Values */
128728                   "\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",
128729                   /* ArrayType */
128730                   "\005Indexed",
128731                   0,
128732               };
128733               
128734 mike  1.1.2.1 static MetaProperty
128735               _CIM_FibreChannelAdapter_Capabilities =
128736               {
128737                   /* flags */
128738                   META_FLAG_PROPERTY|META_FLAG_READ,
128739                   /* name */
128740                   "Capabilities",
128741                   /* qualifiers */
128742                   _CIM_FibreChannelAdapter_Capabilities_qualifiers,
128743                   /* type */
128744                   CIMTYPE_UINT16,
128745                   /* subscript */
128746                   0,
128747                   /* value */
128748                   0,
128749               };
128750               
128751               static const char*
128752               _CIM_FibreChannelAdapter_CapabilityDescriptions_qualifiers[] =
128753               {
128754                   /* Deprecated */
128755 mike  1.1.2.1     "\013\000\001No value\000",
128756                   /* ArrayType */
128757                   "\005Indexed",
128758                   /* ModelCorrespondence */
128759                   "\036\000\001CIM_FibreChannelAdapter.Capabilities\000",
128760                   0,
128761               };
128762               
128763               static MetaProperty
128764               _CIM_FibreChannelAdapter_CapabilityDescriptions =
128765               {
128766                   /* flags */
128767                   META_FLAG_PROPERTY|META_FLAG_READ,
128768                   /* name */
128769                   "CapabilityDescriptions",
128770                   /* qualifiers */
128771                   _CIM_FibreChannelAdapter_CapabilityDescriptions_qualifiers,
128772                   /* type */
128773                   CIMTYPE_STRING,
128774                   /* subscript */
128775                   0,
128776 mike  1.1.2.1     /* value */
128777                   0,
128778               };
128779               
128780               static const char*
128781               _CIM_FibreChannelAdapter_ReceiveBufferErrors_qualifiers[] =
128782               {
128783                   /* Deprecated */
128784                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
128785                   /* Counter */
128786                   "\012\001",
128787                   0,
128788               };
128789               
128790               static MetaProperty
128791               _CIM_FibreChannelAdapter_ReceiveBufferErrors =
128792               {
128793                   /* flags */
128794                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128795                   /* name */
128796                   "ReceiveBufferErrors",
128797 mike  1.1.2.1     /* qualifiers */
128798                   _CIM_FibreChannelAdapter_ReceiveBufferErrors_qualifiers,
128799                   /* type */
128800                   CIMTYPE_UINT64,
128801                   /* subscript */
128802                   -1,
128803                   /* value */
128804                   0,
128805               };
128806               
128807               static const char*
128808               _CIM_FibreChannelAdapter_ReceiveEndErrors_qualifiers[] =
128809               {
128810                   /* Deprecated */
128811                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
128812                   /* Counter */
128813                   "\012\001",
128814                   0,
128815               };
128816               
128817               static MetaProperty
128818 mike  1.1.2.1 _CIM_FibreChannelAdapter_ReceiveEndErrors =
128819               {
128820                   /* flags */
128821                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128822                   /* name */
128823                   "ReceiveEndErrors",
128824                   /* qualifiers */
128825                   _CIM_FibreChannelAdapter_ReceiveEndErrors_qualifiers,
128826                   /* type */
128827                   CIMTYPE_UINT64,
128828                   /* subscript */
128829                   -1,
128830                   /* value */
128831                   0,
128832               };
128833               
128834               static const char*
128835               _CIM_FibreChannelAdapter_ResourceAllocationTimeout_qualifiers[] =
128836               {
128837                   /* Deprecated */
128838                   "\013\000\001No value\000",
128839 mike  1.1.2.1     /* Units */
128840                   "\060MilliSeconds",
128841                   0,
128842               };
128843               
128844               static MetaProperty
128845               _CIM_FibreChannelAdapter_ResourceAllocationTimeout =
128846               {
128847                   /* flags */
128848                   META_FLAG_PROPERTY|META_FLAG_READ,
128849                   /* name */
128850                   "ResourceAllocationTimeout",
128851                   /* qualifiers */
128852                   _CIM_FibreChannelAdapter_ResourceAllocationTimeout_qualifiers,
128853                   /* type */
128854                   CIMTYPE_UINT64,
128855                   /* subscript */
128856                   -1,
128857                   /* value */
128858                   0,
128859               };
128860 mike  1.1.2.1 
128861               static const char*
128862               _CIM_FibreChannelAdapter_ErrorDetectTimeout_qualifiers[] =
128863               {
128864                   /* Deprecated */
128865                   "\013\000\001No value\000",
128866                   /* Units */
128867                   "\060MilliSeconds",
128868                   0,
128869               };
128870               
128871               static MetaProperty
128872               _CIM_FibreChannelAdapter_ErrorDetectTimeout =
128873               {
128874                   /* flags */
128875                   META_FLAG_PROPERTY|META_FLAG_READ,
128876                   /* name */
128877                   "ErrorDetectTimeout",
128878                   /* qualifiers */
128879                   _CIM_FibreChannelAdapter_ErrorDetectTimeout_qualifiers,
128880                   /* type */
128881 mike  1.1.2.1     CIMTYPE_UINT64,
128882                   /* subscript */
128883                   -1,
128884                   /* value */
128885                   0,
128886               };
128887               
128888               static const char*
128889               _CIM_FibreChannelAdapter_Class1SequencesSent_qualifiers[] =
128890               {
128891                   /* Deprecated */
128892                   "\013\000\001No value\000",
128893                   /* Counter */
128894                   "\012\001",
128895                   0,
128896               };
128897               
128898               static MetaProperty
128899               _CIM_FibreChannelAdapter_Class1SequencesSent =
128900               {
128901                   /* flags */
128902 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128903                   /* name */
128904                   "Class1SequencesSent",
128905                   /* qualifiers */
128906                   _CIM_FibreChannelAdapter_Class1SequencesSent_qualifiers,
128907                   /* type */
128908                   CIMTYPE_UINT64,
128909                   /* subscript */
128910                   -1,
128911                   /* value */
128912                   0,
128913               };
128914               
128915               static const char*
128916               _CIM_FibreChannelAdapter_Class2SequencesSent_qualifiers[] =
128917               {
128918                   /* Deprecated */
128919                   "\013\000\001No value\000",
128920                   /* Counter */
128921                   "\012\001",
128922                   0,
128923 mike  1.1.2.1 };
128924               
128925               static MetaProperty
128926               _CIM_FibreChannelAdapter_Class2SequencesSent =
128927               {
128928                   /* flags */
128929                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128930                   /* name */
128931                   "Class2SequencesSent",
128932                   /* qualifiers */
128933                   _CIM_FibreChannelAdapter_Class2SequencesSent_qualifiers,
128934                   /* type */
128935                   CIMTYPE_UINT64,
128936                   /* subscript */
128937                   -1,
128938                   /* value */
128939                   0,
128940               };
128941               
128942               static const char*
128943               _CIM_FibreChannelAdapter_Class3SequencesSent_qualifiers[] =
128944 mike  1.1.2.1 {
128945                   /* Deprecated */
128946                   "\013\000\001No value\000",
128947                   /* Counter */
128948                   "\012\001",
128949                   0,
128950               };
128951               
128952               static MetaProperty
128953               _CIM_FibreChannelAdapter_Class3SequencesSent =
128954               {
128955                   /* flags */
128956                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128957                   /* name */
128958                   "Class3SequencesSent",
128959                   /* qualifiers */
128960                   _CIM_FibreChannelAdapter_Class3SequencesSent_qualifiers,
128961                   /* type */
128962                   CIMTYPE_UINT64,
128963                   /* subscript */
128964                   -1,
128965 mike  1.1.2.1     /* value */
128966                   0,
128967               };
128968               
128969               static const char*
128970               _CIM_FibreChannelAdapter_Class4SequencesSent_qualifiers[] =
128971               {
128972                   /* Deprecated */
128973                   "\013\000\001No value\000",
128974                   /* Counter */
128975                   "\012\001",
128976                   0,
128977               };
128978               
128979               static MetaProperty
128980               _CIM_FibreChannelAdapter_Class4SequencesSent =
128981               {
128982                   /* flags */
128983                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128984                   /* name */
128985                   "Class4SequencesSent",
128986 mike  1.1.2.1     /* qualifiers */
128987                   _CIM_FibreChannelAdapter_Class4SequencesSent_qualifiers,
128988                   /* type */
128989                   CIMTYPE_UINT64,
128990                   /* subscript */
128991                   -1,
128992                   /* value */
128993                   0,
128994               };
128995               
128996               static const char*
128997               _CIM_FibreChannelAdapter_Class2OctetsReceived_qualifiers[] =
128998               {
128999                   /* Deprecated */
129000                   "\013\000\001CIM_FCPortStatistics.BytesReceived\000",
129001                   /* Counter */
129002                   "\012\001",
129003                   0,
129004               };
129005               
129006               static MetaProperty
129007 mike  1.1.2.1 _CIM_FibreChannelAdapter_Class2OctetsReceived =
129008               {
129009                   /* flags */
129010                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129011                   /* name */
129012                   "Class2OctetsReceived",
129013                   /* qualifiers */
129014                   _CIM_FibreChannelAdapter_Class2OctetsReceived_qualifiers,
129015                   /* type */
129016                   CIMTYPE_UINT64,
129017                   /* subscript */
129018                   -1,
129019                   /* value */
129020                   0,
129021               };
129022               
129023               static const char*
129024               _CIM_FibreChannelAdapter_Class2OctetsTransmitted_qualifiers[] =
129025               {
129026                   /* Deprecated */
129027                   "\013\000\001CIM_FCPortStatistics.BytesTransmitted\000",
129028 mike  1.1.2.1     /* Counter */
129029                   "\012\001",
129030                   0,
129031               };
129032               
129033               static MetaProperty
129034               _CIM_FibreChannelAdapter_Class2OctetsTransmitted =
129035               {
129036                   /* flags */
129037                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129038                   /* name */
129039                   "Class2OctetsTransmitted",
129040                   /* qualifiers */
129041                   _CIM_FibreChannelAdapter_Class2OctetsTransmitted_qualifiers,
129042                   /* type */
129043                   CIMTYPE_UINT64,
129044                   /* subscript */
129045                   -1,
129046                   /* value */
129047                   0,
129048               };
129049 mike  1.1.2.1 
129050               static const char*
129051               _CIM_FibreChannelAdapter_Class2FramesReceived_qualifiers[] =
129052               {
129053                   /* Deprecated */
129054                   "\013\000\001CIM_FCPortStatistics.PacketsReceived\000",
129055                   /* Counter */
129056                   "\012\001",
129057                   0,
129058               };
129059               
129060               static MetaProperty
129061               _CIM_FibreChannelAdapter_Class2FramesReceived =
129062               {
129063                   /* flags */
129064                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129065                   /* name */
129066                   "Class2FramesReceived",
129067                   /* qualifiers */
129068                   _CIM_FibreChannelAdapter_Class2FramesReceived_qualifiers,
129069                   /* type */
129070 mike  1.1.2.1     CIMTYPE_UINT64,
129071                   /* subscript */
129072                   -1,
129073                   /* value */
129074                   0,
129075               };
129076               
129077               static const char*
129078               _CIM_FibreChannelAdapter_Class2FramesTransmitted_qualifiers[] =
129079               {
129080                   /* Deprecated */
129081                   "\013\000\001CIM_FCPortStatistics.PacketsTransmitted\000",
129082                   /* Counter */
129083                   "\012\001",
129084                   0,
129085               };
129086               
129087               static MetaProperty
129088               _CIM_FibreChannelAdapter_Class2FramesTransmitted =
129089               {
129090                   /* flags */
129091 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129092                   /* name */
129093                   "Class2FramesTransmitted",
129094                   /* qualifiers */
129095                   _CIM_FibreChannelAdapter_Class2FramesTransmitted_qualifiers,
129096                   /* type */
129097                   CIMTYPE_UINT64,
129098                   /* subscript */
129099                   -1,
129100                   /* value */
129101                   0,
129102               };
129103               
129104               static const char*
129105               _CIM_FibreChannelAdapter_Class2DiscardFrames_qualifiers[] =
129106               {
129107                   /* Deprecated */
129108                   "\013\000\001No value\000",
129109                   /* Counter */
129110                   "\012\001",
129111                   0,
129112 mike  1.1.2.1 };
129113               
129114               static MetaProperty
129115               _CIM_FibreChannelAdapter_Class2DiscardFrames =
129116               {
129117                   /* flags */
129118                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129119                   /* name */
129120                   "Class2DiscardFrames",
129121                   /* qualifiers */
129122                   _CIM_FibreChannelAdapter_Class2DiscardFrames_qualifiers,
129123                   /* type */
129124                   CIMTYPE_UINT64,
129125                   /* subscript */
129126                   -1,
129127                   /* value */
129128                   0,
129129               };
129130               
129131               static const char*
129132               _CIM_FibreChannelAdapter_Class3OctetsReceived_qualifiers[] =
129133 mike  1.1.2.1 {
129134                   /* Deprecated */
129135                   "\013\000\001CIM_FCPortStatistics.BytesReceived\000",
129136                   /* Counter */
129137                   "\012\001",
129138                   0,
129139               };
129140               
129141               static MetaProperty
129142               _CIM_FibreChannelAdapter_Class3OctetsReceived =
129143               {
129144                   /* flags */
129145                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129146                   /* name */
129147                   "Class3OctetsReceived",
129148                   /* qualifiers */
129149                   _CIM_FibreChannelAdapter_Class3OctetsReceived_qualifiers,
129150                   /* type */
129151                   CIMTYPE_UINT64,
129152                   /* subscript */
129153                   -1,
129154 mike  1.1.2.1     /* value */
129155                   0,
129156               };
129157               
129158               static const char*
129159               _CIM_FibreChannelAdapter_Class3OctetsTransmitted_qualifiers[] =
129160               {
129161                   /* Deprecated */
129162                   "\013\000\001CIM_FCPortStatistics.BytesTransmitted\000",
129163                   /* Counter */
129164                   "\012\001",
129165                   0,
129166               };
129167               
129168               static MetaProperty
129169               _CIM_FibreChannelAdapter_Class3OctetsTransmitted =
129170               {
129171                   /* flags */
129172                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129173                   /* name */
129174                   "Class3OctetsTransmitted",
129175 mike  1.1.2.1     /* qualifiers */
129176                   _CIM_FibreChannelAdapter_Class3OctetsTransmitted_qualifiers,
129177                   /* type */
129178                   CIMTYPE_UINT64,
129179                   /* subscript */
129180                   -1,
129181                   /* value */
129182                   0,
129183               };
129184               
129185               static const char*
129186               _CIM_FibreChannelAdapter_Class3FramesReceived_qualifiers[] =
129187               {
129188                   /* Deprecated */
129189                   "\013\000\001CIM_FCPortStatistics.PacketsReceived\000",
129190                   /* Counter */
129191                   "\012\001",
129192                   0,
129193               };
129194               
129195               static MetaProperty
129196 mike  1.1.2.1 _CIM_FibreChannelAdapter_Class3FramesReceived =
129197               {
129198                   /* flags */
129199                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129200                   /* name */
129201                   "Class3FramesReceived",
129202                   /* qualifiers */
129203                   _CIM_FibreChannelAdapter_Class3FramesReceived_qualifiers,
129204                   /* type */
129205                   CIMTYPE_UINT64,
129206                   /* subscript */
129207                   -1,
129208                   /* value */
129209                   0,
129210               };
129211               
129212               static const char*
129213               _CIM_FibreChannelAdapter_Class3FramesTransmitted_qualifiers[] =
129214               {
129215                   /* Deprecated */
129216                   "\013\000\001CIM_FCPortStatistics.PacketsTransmitted\000",
129217 mike  1.1.2.1     /* Counter */
129218                   "\012\001",
129219                   0,
129220               };
129221               
129222               static MetaProperty
129223               _CIM_FibreChannelAdapter_Class3FramesTransmitted =
129224               {
129225                   /* flags */
129226                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129227                   /* name */
129228                   "Class3FramesTransmitted",
129229                   /* qualifiers */
129230                   _CIM_FibreChannelAdapter_Class3FramesTransmitted_qualifiers,
129231                   /* type */
129232                   CIMTYPE_UINT64,
129233                   /* subscript */
129234                   -1,
129235                   /* value */
129236                   0,
129237               };
129238 mike  1.1.2.1 
129239               static const char*
129240               _CIM_FibreChannelAdapter_Class3DiscardFrames_qualifiers[] =
129241               {
129242                   /* Deprecated */
129243                   "\013\000\001No value\000",
129244                   /* Counter */
129245                   "\012\001",
129246                   0,
129247               };
129248               
129249               static MetaProperty
129250               _CIM_FibreChannelAdapter_Class3DiscardFrames =
129251               {
129252                   /* flags */
129253                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129254                   /* name */
129255                   "Class3DiscardFrames",
129256                   /* qualifiers */
129257                   _CIM_FibreChannelAdapter_Class3DiscardFrames_qualifiers,
129258                   /* type */
129259 mike  1.1.2.1     CIMTYPE_UINT64,
129260                   /* subscript */
129261                   -1,
129262                   /* value */
129263                   0,
129264               };
129265               
129266               static const char*
129267               _CIM_FibreChannelAdapter_ParityErrors_qualifiers[] =
129268               {
129269                   /* Deprecated */
129270                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
129271                   /* Counter */
129272                   "\012\001",
129273                   0,
129274               };
129275               
129276               static MetaProperty
129277               _CIM_FibreChannelAdapter_ParityErrors =
129278               {
129279                   /* flags */
129280 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129281                   /* name */
129282                   "ParityErrors",
129283                   /* qualifiers */
129284                   _CIM_FibreChannelAdapter_ParityErrors_qualifiers,
129285                   /* type */
129286                   CIMTYPE_UINT64,
129287                   /* subscript */
129288                   -1,
129289                   /* value */
129290                   0,
129291               };
129292               
129293               static const char*
129294               _CIM_FibreChannelAdapter_FrameTimeouts_qualifiers[] =
129295               {
129296                   /* Deprecated */
129297                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
129298                   /* Counter */
129299                   "\012\001",
129300                   0,
129301 mike  1.1.2.1 };
129302               
129303               static MetaProperty
129304               _CIM_FibreChannelAdapter_FrameTimeouts =
129305               {
129306                   /* flags */
129307                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129308                   /* name */
129309                   "FrameTimeouts",
129310                   /* qualifiers */
129311                   _CIM_FibreChannelAdapter_FrameTimeouts_qualifiers,
129312                   /* type */
129313                   CIMTYPE_UINT64,
129314                   /* subscript */
129315                   -1,
129316                   /* value */
129317                   0,
129318               };
129319               
129320               static const char*
129321               _CIM_FibreChannelAdapter_BufferCreditErrors_qualifiers[] =
129322 mike  1.1.2.1 {
129323                   /* Deprecated */
129324                   "\013\000\001CIM_FCPortStatistics.BufferCreditNotProvided\000",
129325                   /* Counter */
129326                   "\012\001",
129327                   0,
129328               };
129329               
129330               static MetaProperty
129331               _CIM_FibreChannelAdapter_BufferCreditErrors =
129332               {
129333                   /* flags */
129334                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129335                   /* name */
129336                   "BufferCreditErrors",
129337                   /* qualifiers */
129338                   _CIM_FibreChannelAdapter_BufferCreditErrors_qualifiers,
129339                   /* type */
129340                   CIMTYPE_UINT64,
129341                   /* subscript */
129342                   -1,
129343 mike  1.1.2.1     /* value */
129344                   0,
129345               };
129346               
129347               static const char*
129348               _CIM_FibreChannelAdapter_EndCreditErrors_qualifiers[] =
129349               {
129350                   /* Deprecated */
129351                   "\013\000\001CIM_FCPortStatistics.BufferCreditNotReceived\000",
129352                   /* Counter */
129353                   "\012\001",
129354                   0,
129355               };
129356               
129357               static MetaProperty
129358               _CIM_FibreChannelAdapter_EndCreditErrors =
129359               {
129360                   /* flags */
129361                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129362                   /* name */
129363                   "EndCreditErrors",
129364 mike  1.1.2.1     /* qualifiers */
129365                   _CIM_FibreChannelAdapter_EndCreditErrors_qualifiers,
129366                   /* type */
129367                   CIMTYPE_UINT64,
129368                   /* subscript */
129369                   -1,
129370                   /* value */
129371                   0,
129372               };
129373               
129374               static const char*
129375               _CIM_FibreChannelAdapter_OutOfOrderFramesReceived_qualifiers[] =
129376               {
129377                   /* Deprecated */
129378                   "\013\000\001CIM_FCPortStatistics.DelimiterErrors\000",
129379                   /* Counter */
129380                   "\012\001",
129381                   0,
129382               };
129383               
129384               static MetaProperty
129385 mike  1.1.2.1 _CIM_FibreChannelAdapter_OutOfOrderFramesReceived =
129386               {
129387                   /* flags */
129388                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129389                   /* name */
129390                   "OutOfOrderFramesReceived",
129391                   /* qualifiers */
129392                   _CIM_FibreChannelAdapter_OutOfOrderFramesReceived_qualifiers,
129393                   /* type */
129394                   CIMTYPE_UINT64,
129395                   /* subscript */
129396                   -1,
129397                   /* value */
129398                   0,
129399               };
129400               
129401               static MetaFeature*
129402               _CIM_FibreChannelAdapter_features[] =
129403               {
129404                   (MetaFeature*)&_CIM_FibreChannelAdapter_MaxFrameSize,
129405                   (MetaFeature*)&_CIM_FibreChannelAdapter_SupportedCOS,
129406 mike  1.1.2.1     (MetaFeature*)&_CIM_FibreChannelAdapter_FC4TypesSupported,
129407                   (MetaFeature*)&_CIM_FibreChannelAdapter_FC4VendorUniqueTypes,
129408                   (MetaFeature*)&_CIM_FibreChannelAdapter_CurrentFC4Types,
129409                   (MetaFeature*)&_CIM_FibreChannelAdapter_CurrentFC4VendorTypes,
129410                   (MetaFeature*)&_CIM_FibreChannelAdapter_Capabilities,
129411                   (MetaFeature*)&_CIM_FibreChannelAdapter_CapabilityDescriptions,
129412                   (MetaFeature*)&_CIM_FibreChannelAdapter_ReceiveBufferErrors,
129413                   (MetaFeature*)&_CIM_FibreChannelAdapter_ReceiveEndErrors,
129414                   (MetaFeature*)&_CIM_FibreChannelAdapter_ResourceAllocationTimeout,
129415                   (MetaFeature*)&_CIM_FibreChannelAdapter_ErrorDetectTimeout,
129416                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class1SequencesSent,
129417                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2SequencesSent,
129418                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3SequencesSent,
129419                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class4SequencesSent,
129420                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2OctetsReceived,
129421                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2OctetsTransmitted,
129422                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2FramesReceived,
129423                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2FramesTransmitted,
129424                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2DiscardFrames,
129425                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3OctetsReceived,
129426                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3OctetsTransmitted,
129427 mike  1.1.2.1     (MetaFeature*)&_CIM_FibreChannelAdapter_Class3FramesReceived,
129428                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3FramesTransmitted,
129429                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3DiscardFrames,
129430                   (MetaFeature*)&_CIM_FibreChannelAdapter_ParityErrors,
129431                   (MetaFeature*)&_CIM_FibreChannelAdapter_FrameTimeouts,
129432                   (MetaFeature*)&_CIM_FibreChannelAdapter_BufferCreditErrors,
129433                   (MetaFeature*)&_CIM_FibreChannelAdapter_EndCreditErrors,
129434                   (MetaFeature*)&_CIM_FibreChannelAdapter_OutOfOrderFramesReceived,
129435                   0,
129436               };
129437               
129438               static const char*
129439               __root_cimv2_CIM_FibreChannelAdapter_qualifiers[] =
129440               {
129441                   /* Deprecated */
129442                   "\013\000\001CIM_FCPort\000",
129443                   /* UMLPackagePath */
129444                   "\057CIM::Device::NetworkAdapter",
129445                   /* Version */
129446                   "\0632.10.0",
129447                   0,
129448 mike  1.1.2.1 };
129449               
129450               MetaClass
129451               __root_cimv2_CIM_FibreChannelAdapter =
129452               {
129453                   /* flags */
129454                   META_FLAG_CLASS,
129455                   /* name */
129456                   "CIM_FibreChannelAdapter",
129457                   /* qualifiers */
129458                   __root_cimv2_CIM_FibreChannelAdapter_qualifiers,
129459                   /* super */
129460                   &__root_cimv2_CIM_NetworkAdapter,
129461                   /* features */
129462                   _CIM_FibreChannelAdapter_features,
129463               };
129464               
129465               //==============================================================================
129466               //
129467               // Class: CIM_FibrePort
129468               //
129469 mike  1.1.2.1 //==============================================================================
129470               
129471               static const char*
129472               _CIM_FibrePort_AddressIdentifier_qualifiers[] =
129473               {
129474                   /* Deprecated */
129475                   "\013\000\001CIM_FCPort.PermanentAddress\000",
129476                   0,
129477               };
129478               
129479               static MetaProperty
129480               _CIM_FibrePort_AddressIdentifier =
129481               {
129482                   /* flags */
129483                   META_FLAG_PROPERTY|META_FLAG_READ,
129484                   /* name */
129485                   "AddressIdentifier",
129486                   /* qualifiers */
129487                   _CIM_FibrePort_AddressIdentifier_qualifiers,
129488                   /* type */
129489                   CIMTYPE_UINT32,
129490 mike  1.1.2.1     /* subscript */
129491                   -1,
129492                   /* value */
129493                   0,
129494               };
129495               
129496               static const char*
129497               _CIM_FibrePort_SupportedPortTypes_qualifiers[] =
129498               {
129499                   /* Deprecated */
129500                   "\013\000\001No value\000",
129501                   /* ValueMap */
129502                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129503                   /* Values */
129504                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129505                   /* ArrayType */
129506                   "\005Indexed",
129507                   /* ModelCorrespondence */
129508                   "\036\000\001CIM_FibrePort.PortTypeVersions\000",
129509                   0,
129510               };
129511 mike  1.1.2.1 
129512               static MetaProperty
129513               _CIM_FibrePort_SupportedPortTypes =
129514               {
129515                   /* flags */
129516                   META_FLAG_PROPERTY|META_FLAG_READ,
129517                   /* name */
129518                   "SupportedPortTypes",
129519                   /* qualifiers */
129520                   _CIM_FibrePort_SupportedPortTypes_qualifiers,
129521                   /* type */
129522                   CIMTYPE_UINT16,
129523                   /* subscript */
129524                   0,
129525                   /* value */
129526                   0,
129527               };
129528               
129529               static const char*
129530               _CIM_FibrePort_PortTypeVersions_qualifiers[] =
129531               {
129532 mike  1.1.2.1     /* Deprecated */
129533                   "\013\000\001No value\000",
129534                   /* ArrayType */
129535                   "\005Indexed",
129536                   /* ModelCorrespondence */
129537                   "\036\000\001CIM_FibrePort.SupportedPortTypes\000",
129538                   0,
129539               };
129540               
129541               static MetaProperty
129542               _CIM_FibrePort_PortTypeVersions =
129543               {
129544                   /* flags */
129545                   META_FLAG_PROPERTY|META_FLAG_READ,
129546                   /* name */
129547                   "PortTypeVersions",
129548                   /* qualifiers */
129549                   _CIM_FibrePort_PortTypeVersions_qualifiers,
129550                   /* type */
129551                   CIMTYPE_STRING,
129552                   /* subscript */
129553 mike  1.1.2.1     0,
129554                   /* value */
129555                   0,
129556               };
129557               
129558               static const char*
129559               _CIM_FibrePort_EnabledPortTypes_qualifiers[] =
129560               {
129561                   /* Deprecated */
129562                   "\013\000\001No value\000",
129563                   /* ValueMap */
129564                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129565                   /* Values */
129566                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129567                   /* ModelCorrespondence */
129568                   "\036\000\002CIM_FibrePort.SupportedPortTypes\000CIM_FibrePort.EnabledVersions\000",
129569                   0,
129570               };
129571               
129572               static MetaProperty
129573               _CIM_FibrePort_EnabledPortTypes =
129574 mike  1.1.2.1 {
129575                   /* flags */
129576                   META_FLAG_PROPERTY|META_FLAG_READ,
129577                   /* name */
129578                   "EnabledPortTypes",
129579                   /* qualifiers */
129580                   _CIM_FibrePort_EnabledPortTypes_qualifiers,
129581                   /* type */
129582                   CIMTYPE_UINT16,
129583                   /* subscript */
129584                   0,
129585                   /* value */
129586                   0,
129587               };
129588               
129589               static const char*
129590               _CIM_FibrePort_EnabledVersions_qualifiers[] =
129591               {
129592                   /* Deprecated */
129593                   "\013\000\001No value\000",
129594                   /* ArrayType */
129595 mike  1.1.2.1     "\005Indexed",
129596                   /* ModelCorrespondence */
129597                   "\036\000\001CIM_FibrePort.EnabledPortTypes\000",
129598                   0,
129599               };
129600               
129601               static MetaProperty
129602               _CIM_FibrePort_EnabledVersions =
129603               {
129604                   /* flags */
129605                   META_FLAG_PROPERTY|META_FLAG_READ,
129606                   /* name */
129607                   "EnabledVersions",
129608                   /* qualifiers */
129609                   _CIM_FibrePort_EnabledVersions_qualifiers,
129610                   /* type */
129611                   CIMTYPE_STRING,
129612                   /* subscript */
129613                   0,
129614                   /* value */
129615                   0,
129616 mike  1.1.2.1 };
129617               
129618               static const char*
129619               _CIM_FibrePort_CurrentPortType_qualifiers[] =
129620               {
129621                   /* Deprecated */
129622                   "\013\000\001CIM_FCPort.PortType\000",
129623                   /* ValueMap */
129624                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129625                   /* Values */
129626                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129627                   /* ModelCorrespondence */
129628                   "\036\000\002CIM_FibrePort.EnabledPortTypes\000CIM_FibrePort.CurrentVersion\000",
129629                   0,
129630               };
129631               
129632               static MetaProperty
129633               _CIM_FibrePort_CurrentPortType =
129634               {
129635                   /* flags */
129636                   META_FLAG_PROPERTY|META_FLAG_READ,
129637 mike  1.1.2.1     /* name */
129638                   "CurrentPortType",
129639                   /* qualifiers */
129640                   _CIM_FibrePort_CurrentPortType_qualifiers,
129641                   /* type */
129642                   CIMTYPE_UINT16,
129643                   /* subscript */
129644                   -1,
129645                   /* value */
129646                   0,
129647               };
129648               
129649               static const char*
129650               _CIM_FibrePort_CurrentVersion_qualifiers[] =
129651               {
129652                   /* Deprecated */
129653                   "\013\000\001No value\000",
129654                   /* ModelCorrespondence */
129655                   "\036\000\001CIM_FibrePort.CurrentPortType\000",
129656                   0,
129657               };
129658 mike  1.1.2.1 
129659               static MetaProperty
129660               _CIM_FibrePort_CurrentVersion =
129661               {
129662                   /* flags */
129663                   META_FLAG_PROPERTY|META_FLAG_READ,
129664                   /* name */
129665                   "CurrentVersion",
129666                   /* qualifiers */
129667                   _CIM_FibrePort_CurrentVersion_qualifiers,
129668                   /* type */
129669                   CIMTYPE_STRING,
129670                   /* subscript */
129671                   -1,
129672                   /* value */
129673                   0,
129674               };
129675               
129676               static const char*
129677               _CIM_FibrePort_AliasAddresses_qualifiers[] =
129678               {
129679 mike  1.1.2.1     /* Deprecated */
129680                   "\013\000\001CIM_FCPort.NetworkAddresses\000",
129681                   0,
129682               };
129683               
129684               static MetaProperty
129685               _CIM_FibrePort_AliasAddresses =
129686               {
129687                   /* flags */
129688                   META_FLAG_PROPERTY|META_FLAG_READ,
129689                   /* name */
129690                   "AliasAddresses",
129691                   /* qualifiers */
129692                   _CIM_FibrePort_AliasAddresses_qualifiers,
129693                   /* type */
129694                   CIMTYPE_UINT32,
129695                   /* subscript */
129696                   0,
129697                   /* value */
129698                   0,
129699               };
129700 mike  1.1.2.1 
129701               static const char*
129702               _CIM_FibrePort_LossOfSignalCounter_qualifiers[] =
129703               {
129704                   /* Deprecated */
129705                   "\013\000\001CIM_FCPortStatistics.LossOfSignalCounter\000",
129706                   /* Counter */
129707                   "\012\001",
129708                   0,
129709               };
129710               
129711               static MetaProperty
129712               _CIM_FibrePort_LossOfSignalCounter =
129713               {
129714                   /* flags */
129715                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129716                   /* name */
129717                   "LossOfSignalCounter",
129718                   /* qualifiers */
129719                   _CIM_FibrePort_LossOfSignalCounter_qualifiers,
129720                   /* type */
129721 mike  1.1.2.1     CIMTYPE_UINT64,
129722                   /* subscript */
129723                   -1,
129724                   /* value */
129725                   0,
129726               };
129727               
129728               static const char*
129729               _CIM_FibrePort_LossOfSyncCounter_qualifiers[] =
129730               {
129731                   /* Deprecated */
129732                   "\013\000\001CIM_FCPortStatistics.LossOfSyncCounter\000",
129733                   /* Counter */
129734                   "\012\001",
129735                   0,
129736               };
129737               
129738               static MetaProperty
129739               _CIM_FibrePort_LossOfSyncCounter =
129740               {
129741                   /* flags */
129742 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129743                   /* name */
129744                   "LossOfSyncCounter",
129745                   /* qualifiers */
129746                   _CIM_FibrePort_LossOfSyncCounter_qualifiers,
129747                   /* type */
129748                   CIMTYPE_UINT64,
129749                   /* subscript */
129750                   -1,
129751                   /* value */
129752                   0,
129753               };
129754               
129755               static const char*
129756               _CIM_FibrePort_CRCErrors_qualifiers[] =
129757               {
129758                   /* Deprecated */
129759                   "\013\000\001CIM_FCPortStatistics.CRCErrors\000",
129760                   /* Counter */
129761                   "\012\001",
129762                   0,
129763 mike  1.1.2.1 };
129764               
129765               static MetaProperty
129766               _CIM_FibrePort_CRCErrors =
129767               {
129768                   /* flags */
129769                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129770                   /* name */
129771                   "CRCErrors",
129772                   /* qualifiers */
129773                   _CIM_FibrePort_CRCErrors_qualifiers,
129774                   /* type */
129775                   CIMTYPE_UINT64,
129776                   /* subscript */
129777                   -1,
129778                   /* value */
129779                   0,
129780               };
129781               
129782               static const char*
129783               _CIM_FibrePort_InvalidTransmissionWords_qualifiers[] =
129784 mike  1.1.2.1 {
129785                   /* Deprecated */
129786                   "\013\000\001CIM_FCPortStatistics.InvalidTransmissionWords\000",
129787                   /* Counter */
129788                   "\012\001",
129789                   0,
129790               };
129791               
129792               static MetaProperty
129793               _CIM_FibrePort_InvalidTransmissionWords =
129794               {
129795                   /* flags */
129796                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129797                   /* name */
129798                   "InvalidTransmissionWords",
129799                   /* qualifiers */
129800                   _CIM_FibrePort_InvalidTransmissionWords_qualifiers,
129801                   /* type */
129802                   CIMTYPE_UINT64,
129803                   /* subscript */
129804                   -1,
129805 mike  1.1.2.1     /* value */
129806                   0,
129807               };
129808               
129809               static const char*
129810               _CIM_FibrePort_FramesTooShort_qualifiers[] =
129811               {
129812                   /* Deprecated */
129813                   "\013\000\001CIM_FCPortStatistics.FramesTooShort\000",
129814                   /* Counter */
129815                   "\012\001",
129816                   0,
129817               };
129818               
129819               static MetaProperty
129820               _CIM_FibrePort_FramesTooShort =
129821               {
129822                   /* flags */
129823                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129824                   /* name */
129825                   "FramesTooShort",
129826 mike  1.1.2.1     /* qualifiers */
129827                   _CIM_FibrePort_FramesTooShort_qualifiers,
129828                   /* type */
129829                   CIMTYPE_UINT64,
129830                   /* subscript */
129831                   -1,
129832                   /* value */
129833                   0,
129834               };
129835               
129836               static const char*
129837               _CIM_FibrePort_FramesTooLong_qualifiers[] =
129838               {
129839                   /* Deprecated */
129840                   "\013\000\001CIM_FCPortStatistics.FramesTooLong\000",
129841                   /* Counter */
129842                   "\012\001",
129843                   0,
129844               };
129845               
129846               static MetaProperty
129847 mike  1.1.2.1 _CIM_FibrePort_FramesTooLong =
129848               {
129849                   /* flags */
129850                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129851                   /* name */
129852                   "FramesTooLong",
129853                   /* qualifiers */
129854                   _CIM_FibrePort_FramesTooLong_qualifiers,
129855                   /* type */
129856                   CIMTYPE_UINT64,
129857                   /* subscript */
129858                   -1,
129859                   /* value */
129860                   0,
129861               };
129862               
129863               static const char*
129864               _CIM_FibrePort_ElasticityBufferUnderruns_qualifiers[] =
129865               {
129866                   /* Deprecated */
129867                   "\013\000\001No value\000",
129868 mike  1.1.2.1     /* Counter */
129869                   "\012\001",
129870                   0,
129871               };
129872               
129873               static MetaProperty
129874               _CIM_FibrePort_ElasticityBufferUnderruns =
129875               {
129876                   /* flags */
129877                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129878                   /* name */
129879                   "ElasticityBufferUnderruns",
129880                   /* qualifiers */
129881                   _CIM_FibrePort_ElasticityBufferUnderruns_qualifiers,
129882                   /* type */
129883                   CIMTYPE_UINT64,
129884                   /* subscript */
129885                   -1,
129886                   /* value */
129887                   0,
129888               };
129889 mike  1.1.2.1 
129890               static const char*
129891               _CIM_FibrePort_ElasticityBufferOverruns_qualifiers[] =
129892               {
129893                   /* Deprecated */
129894                   "\013\000\001No value\000",
129895                   /* Counter */
129896                   "\012\001",
129897                   0,
129898               };
129899               
129900               static MetaProperty
129901               _CIM_FibrePort_ElasticityBufferOverruns =
129902               {
129903                   /* flags */
129904                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129905                   /* name */
129906                   "ElasticityBufferOverruns",
129907                   /* qualifiers */
129908                   _CIM_FibrePort_ElasticityBufferOverruns_qualifiers,
129909                   /* type */
129910 mike  1.1.2.1     CIMTYPE_UINT64,
129911                   /* subscript */
129912                   -1,
129913                   /* value */
129914                   0,
129915               };
129916               
129917               static const char*
129918               _CIM_FibrePort_ReceiverTransmitterTimeout_qualifiers[] =
129919               {
129920                   /* Deprecated */
129921                   "\013\000\001No value\000",
129922                   /* Units */
129923                   "\060Milliseconds",
129924                   0,
129925               };
129926               
129927               static MetaProperty
129928               _CIM_FibrePort_ReceiverTransmitterTimeout =
129929               {
129930                   /* flags */
129931 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
129932                   /* name */
129933                   "ReceiverTransmitterTimeout",
129934                   /* qualifiers */
129935                   _CIM_FibrePort_ReceiverTransmitterTimeout_qualifiers,
129936                   /* type */
129937                   CIMTYPE_UINT64,
129938                   /* subscript */
129939                   -1,
129940                   /* value */
129941                   0,
129942               };
129943               
129944               static const char*
129945               _CIM_FibrePort_BypassedState_qualifiers[] =
129946               {
129947                   /* Deprecated */
129948                   "\013\000\001No value\000",
129949                   /* ValueMap */
129950                   "\061\000\0040\0001\0002\0003\000",
129951                   /* Values */
129952 mike  1.1.2.1     "\062\000\004Unknown\000Not Bypassed\000Bypassed\000Forced Insert\000",
129953                   0,
129954               };
129955               
129956               static MetaProperty
129957               _CIM_FibrePort_BypassedState =
129958               {
129959                   /* flags */
129960                   META_FLAG_PROPERTY|META_FLAG_READ,
129961                   /* name */
129962                   "BypassedState",
129963                   /* qualifiers */
129964                   _CIM_FibrePort_BypassedState_qualifiers,
129965                   /* type */
129966                   CIMTYPE_UINT16,
129967                   /* subscript */
129968                   -1,
129969                   /* value */
129970                   0,
129971               };
129972               
129973 mike  1.1.2.1 static const char*
129974               _CIM_FibrePort_ConnectedMedia_qualifiers[] =
129975               {
129976                   /* Deprecated */
129977                   "\013\000\001No value\000",
129978                   /* ValueMap */
129979                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
129980                   /* Values */
129981                   "\062\000\007Unknown\000Other\000No Media\000Copper/Twinaxial\000Fiber-optic\000Fiber Single Mode\000Fiber Multimode\000",
129982                   0,
129983               };
129984               
129985               static MetaProperty
129986               _CIM_FibrePort_ConnectedMedia =
129987               {
129988                   /* flags */
129989                   META_FLAG_PROPERTY|META_FLAG_READ,
129990                   /* name */
129991                   "ConnectedMedia",
129992                   /* qualifiers */
129993                   _CIM_FibrePort_ConnectedMedia_qualifiers,
129994 mike  1.1.2.1     /* type */
129995                   CIMTYPE_UINT16,
129996                   /* subscript */
129997                   -1,
129998                   /* value */
129999                   0,
130000               };
130001               
130002               static MetaFeature*
130003               _CIM_FibrePort_features[] =
130004               {
130005                   (MetaFeature*)&_CIM_FibrePort_AddressIdentifier,
130006                   (MetaFeature*)&_CIM_FibrePort_SupportedPortTypes,
130007                   (MetaFeature*)&_CIM_FibrePort_PortTypeVersions,
130008                   (MetaFeature*)&_CIM_FibrePort_EnabledPortTypes,
130009                   (MetaFeature*)&_CIM_FibrePort_EnabledVersions,
130010                   (MetaFeature*)&_CIM_FibrePort_CurrentPortType,
130011                   (MetaFeature*)&_CIM_FibrePort_CurrentVersion,
130012                   (MetaFeature*)&_CIM_FibrePort_AliasAddresses,
130013                   (MetaFeature*)&_CIM_FibrePort_LossOfSignalCounter,
130014                   (MetaFeature*)&_CIM_FibrePort_LossOfSyncCounter,
130015 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePort_CRCErrors,
130016                   (MetaFeature*)&_CIM_FibrePort_InvalidTransmissionWords,
130017                   (MetaFeature*)&_CIM_FibrePort_FramesTooShort,
130018                   (MetaFeature*)&_CIM_FibrePort_FramesTooLong,
130019                   (MetaFeature*)&_CIM_FibrePort_ElasticityBufferUnderruns,
130020                   (MetaFeature*)&_CIM_FibrePort_ElasticityBufferOverruns,
130021                   (MetaFeature*)&_CIM_FibrePort_ReceiverTransmitterTimeout,
130022                   (MetaFeature*)&_CIM_FibrePort_BypassedState,
130023                   (MetaFeature*)&_CIM_FibrePort_ConnectedMedia,
130024                   0,
130025               };
130026               
130027               static const char*
130028               __root_cimv2_CIM_FibrePort_qualifiers[] =
130029               {
130030                   /* Deprecated */
130031                   "\013\000\001CIM_FCPort\000",
130032                   /* UMLPackagePath */
130033                   "\057CIM::Device::NetworkAdapter",
130034                   /* Version */
130035                   "\0632.10.0",
130036 mike  1.1.2.1     0,
130037               };
130038               
130039               MetaClass
130040               __root_cimv2_CIM_FibrePort =
130041               {
130042                   /* flags */
130043                   META_FLAG_CLASS,
130044                   /* name */
130045                   "CIM_FibrePort",
130046                   /* qualifiers */
130047                   __root_cimv2_CIM_FibrePort_qualifiers,
130048                   /* super */
130049                   &__root_cimv2_CIM_LogicalPort,
130050                   /* features */
130051                   _CIM_FibrePort_features,
130052               };
130053               
130054               //==============================================================================
130055               //
130056               // Class: CIM_FibrePortActiveLogin
130057 mike  1.1.2.1 //
130058               //==============================================================================
130059               
130060               static const char*
130061               _CIM_FibrePortActiveLogin_LoginOriginator_qualifiers[] =
130062               {
130063                   /* Deprecated */
130064                   "\013\000\001CIM_ActiveConnection.Dependent\000",
130065                   /* Key */
130066                   "\025\001",
130067                   0,
130068               };
130069               
130070               static MetaReference
130071               _CIM_FibrePortActiveLogin_LoginOriginator =
130072               {
130073                   /* flags */
130074                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
130075                   /* name */
130076                   "LoginOriginator",
130077                   /* qualifiers */
130078 mike  1.1.2.1     _CIM_FibrePortActiveLogin_LoginOriginator_qualifiers,
130079                   /* subscript */
130080                   -1,
130081                   /* refId */
130082                   &__root_cimv2_CIM_FibrePort,
130083               };
130084               
130085               static const char*
130086               _CIM_FibrePortActiveLogin_LoginResponder_qualifiers[] =
130087               {
130088                   /* Deprecated */
130089                   "\013\000\001CIM_ActiveConnection.Antecedent\000",
130090                   /* Key */
130091                   "\025\001",
130092                   0,
130093               };
130094               
130095               static MetaReference
130096               _CIM_FibrePortActiveLogin_LoginResponder =
130097               {
130098                   /* flags */
130099 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
130100                   /* name */
130101                   "LoginResponder",
130102                   /* qualifiers */
130103                   _CIM_FibrePortActiveLogin_LoginResponder_qualifiers,
130104                   /* subscript */
130105                   -1,
130106                   /* refId */
130107                   &__root_cimv2_CIM_FibrePort,
130108               };
130109               
130110               static const char*
130111               _CIM_FibrePortActiveLogin_NegotiatedCOS_qualifiers[] =
130112               {
130113                   /* Deprecated */
130114                   "\013\000\001CIM_FCPort.ActiveCOS\000",
130115                   /* Key */
130116                   "\025\001",
130117                   /* ValueMap */
130118                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
130119                   /* Values */
130120 mike  1.1.2.1     "\062\000\007Unknown\0001\0002\0003\0004\0006\000F\000",
130121                   /* MappingStrings */
130122                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.5\000",
130123                   /* ModelCorrespondence */
130124                   "\036\000\001CIM_FibreChannelAdapter.SupportedCOS\000",
130125                   0,
130126               };
130127               
130128               static MetaProperty
130129               _CIM_FibrePortActiveLogin_NegotiatedCOS =
130130               {
130131                   /* flags */
130132                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
130133                   /* name */
130134                   "NegotiatedCOS",
130135                   /* qualifiers */
130136                   _CIM_FibrePortActiveLogin_NegotiatedCOS_qualifiers,
130137                   /* type */
130138                   CIMTYPE_UINT16,
130139                   /* subscript */
130140                   -1,
130141 mike  1.1.2.1     /* value */
130142                   0,
130143               };
130144               
130145               static const char*
130146               _CIM_FibrePortActiveLogin_NegotiatedFrameSize_qualifiers[] =
130147               {
130148                   /* Deprecated */
130149                   "\013\000\001CIM_FCPort.ActiveMaximumTransmissionUnit\000",
130150                   /* Units */
130151                   "\060Bytes",
130152                   0,
130153               };
130154               
130155               static MetaProperty
130156               _CIM_FibrePortActiveLogin_NegotiatedFrameSize =
130157               {
130158                   /* flags */
130159                   META_FLAG_PROPERTY|META_FLAG_READ,
130160                   /* name */
130161                   "NegotiatedFrameSize",
130162 mike  1.1.2.1     /* qualifiers */
130163                   _CIM_FibrePortActiveLogin_NegotiatedFrameSize_qualifiers,
130164                   /* type */
130165                   CIMTYPE_UINT64,
130166                   /* subscript */
130167                   -1,
130168                   /* value */
130169                   0,
130170               };
130171               
130172               static const char*
130173               _CIM_FibrePortActiveLogin_NegotiatedSpeed_qualifiers[] =
130174               {
130175                   /* Deprecated */
130176                   "\013\000\001CIM_FCPort.Speed\000",
130177                   /* Units */
130178                   "\060Bits per Second",
130179                   0,
130180               };
130181               
130182               static MetaProperty
130183 mike  1.1.2.1 _CIM_FibrePortActiveLogin_NegotiatedSpeed =
130184               {
130185                   /* flags */
130186                   META_FLAG_PROPERTY|META_FLAG_READ,
130187                   /* name */
130188                   "NegotiatedSpeed",
130189                   /* qualifiers */
130190                   _CIM_FibrePortActiveLogin_NegotiatedSpeed_qualifiers,
130191                   /* type */
130192                   CIMTYPE_UINT64,
130193                   /* subscript */
130194                   -1,
130195                   /* value */
130196                   0,
130197               };
130198               
130199               static const char*
130200               _CIM_FibrePortActiveLogin_ACKModel_qualifiers[] =
130201               {
130202                   /* Deprecated */
130203                   "\013\000\001No value\000",
130204 mike  1.1.2.1     /* ValueMap */
130205                   "\061\000\0040\0001\0002\0003\000",
130206                   /* Values */
130207                   "\062\000\004Unknown\000ACK-0\000ACK-1\000ACK-N\000",
130208                   /* MappingStrings */
130209                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.6\000",
130210                   0,
130211               };
130212               
130213               static MetaProperty
130214               _CIM_FibrePortActiveLogin_ACKModel =
130215               {
130216                   /* flags */
130217                   META_FLAG_PROPERTY|META_FLAG_READ,
130218                   /* name */
130219                   "ACKModel",
130220                   /* qualifiers */
130221                   _CIM_FibrePortActiveLogin_ACKModel_qualifiers,
130222                   /* type */
130223                   CIMTYPE_UINT16,
130224                   /* subscript */
130225 mike  1.1.2.1     -1,
130226                   /* value */
130227                   0,
130228               };
130229               
130230               static const char*
130231               _CIM_FibrePortActiveLogin_BufferToBufferModel_qualifiers[] =
130232               {
130233                   /* Deprecated */
130234                   "\013\000\001No value\000",
130235                   /* ValueMap */
130236                   "\061\000\0030\0001\0002\000",
130237                   /* Values */
130238                   "\062\000\003Unknown\000Regular\000Alternate\000",
130239                   0,
130240               };
130241               
130242               static MetaProperty
130243               _CIM_FibrePortActiveLogin_BufferToBufferModel =
130244               {
130245                   /* flags */
130246 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
130247                   /* name */
130248                   "BufferToBufferModel",
130249                   /* qualifiers */
130250                   _CIM_FibrePortActiveLogin_BufferToBufferModel_qualifiers,
130251                   /* type */
130252                   CIMTYPE_UINT16,
130253                   /* subscript */
130254                   -1,
130255                   /* value */
130256                   0,
130257               };
130258               
130259               static const char*
130260               _CIM_FibrePortActiveLogin_OriginatorBufferCredit_qualifiers[] =
130261               {
130262                   /* Deprecated */
130263                   "\013\000\001No value\000",
130264                   /* MappingStrings */
130265                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.3\000",
130266                   0,
130267 mike  1.1.2.1 };
130268               
130269               static MetaProperty
130270               _CIM_FibrePortActiveLogin_OriginatorBufferCredit =
130271               {
130272                   /* flags */
130273                   META_FLAG_PROPERTY|META_FLAG_READ,
130274                   /* name */
130275                   "OriginatorBufferCredit",
130276                   /* qualifiers */
130277                   _CIM_FibrePortActiveLogin_OriginatorBufferCredit_qualifiers,
130278                   /* type */
130279                   CIMTYPE_UINT64,
130280                   /* subscript */
130281                   -1,
130282                   /* value */
130283                   0,
130284               };
130285               
130286               static const char*
130287               _CIM_FibrePortActiveLogin_ResponderBufferCredit_qualifiers[] =
130288 mike  1.1.2.1 {
130289                   /* Deprecated */
130290                   "\013\000\001No value\000",
130291                   /* MappingStrings */
130292                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.3\000",
130293                   0,
130294               };
130295               
130296               static MetaProperty
130297               _CIM_FibrePortActiveLogin_ResponderBufferCredit =
130298               {
130299                   /* flags */
130300                   META_FLAG_PROPERTY|META_FLAG_READ,
130301                   /* name */
130302                   "ResponderBufferCredit",
130303                   /* qualifiers */
130304                   _CIM_FibrePortActiveLogin_ResponderBufferCredit_qualifiers,
130305                   /* type */
130306                   CIMTYPE_UINT64,
130307                   /* subscript */
130308                   -1,
130309 mike  1.1.2.1     /* value */
130310                   0,
130311               };
130312               
130313               static const char*
130314               _CIM_FibrePortActiveLogin_OriginatorEndCredit_qualifiers[] =
130315               {
130316                   /* Deprecated */
130317                   "\013\000\001No value\000",
130318                   /* MappingStrings */
130319                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.2\000",
130320                   0,
130321               };
130322               
130323               static MetaProperty
130324               _CIM_FibrePortActiveLogin_OriginatorEndCredit =
130325               {
130326                   /* flags */
130327                   META_FLAG_PROPERTY|META_FLAG_READ,
130328                   /* name */
130329                   "OriginatorEndCredit",
130330 mike  1.1.2.1     /* qualifiers */
130331                   _CIM_FibrePortActiveLogin_OriginatorEndCredit_qualifiers,
130332                   /* type */
130333                   CIMTYPE_UINT64,
130334                   /* subscript */
130335                   -1,
130336                   /* value */
130337                   0,
130338               };
130339               
130340               static const char*
130341               _CIM_FibrePortActiveLogin_ResponderEndCredit_qualifiers[] =
130342               {
130343                   /* Deprecated */
130344                   "\013\000\001No value\000",
130345                   /* MappingStrings */
130346                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.2\000",
130347                   0,
130348               };
130349               
130350               static MetaProperty
130351 mike  1.1.2.1 _CIM_FibrePortActiveLogin_ResponderEndCredit =
130352               {
130353                   /* flags */
130354                   META_FLAG_PROPERTY|META_FLAG_READ,
130355                   /* name */
130356                   "ResponderEndCredit",
130357                   /* qualifiers */
130358                   _CIM_FibrePortActiveLogin_ResponderEndCredit_qualifiers,
130359                   /* type */
130360                   CIMTYPE_UINT64,
130361                   /* subscript */
130362                   -1,
130363                   /* value */
130364                   0,
130365               };
130366               
130367               static MetaFeature*
130368               _CIM_FibrePortActiveLogin_features[] =
130369               {
130370                   (MetaFeature*)&_CIM_FibrePortActiveLogin_LoginOriginator,
130371                   (MetaFeature*)&_CIM_FibrePortActiveLogin_LoginResponder,
130372 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedCOS,
130373                   (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedFrameSize,
130374                   (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedSpeed,
130375                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ACKModel,
130376                   (MetaFeature*)&_CIM_FibrePortActiveLogin_BufferToBufferModel,
130377                   (MetaFeature*)&_CIM_FibrePortActiveLogin_OriginatorBufferCredit,
130378                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ResponderBufferCredit,
130379                   (MetaFeature*)&_CIM_FibrePortActiveLogin_OriginatorEndCredit,
130380                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ResponderEndCredit,
130381                   0,
130382               };
130383               
130384               static const char*
130385               __root_cimv2_CIM_FibrePortActiveLogin_qualifiers[] =
130386               {
130387                   /* ASSOCIATION */
130388                   "\000\001",
130389                   /* Deprecated */
130390                   "\013\000\002CIM_ActiveConnection\000CIM_FCPort\000",
130391                   /* UMLPackagePath */
130392                   "\057CIM::Device::NetworkAdapter",
130393 mike  1.1.2.1     /* Version */
130394                   "\0632.10.0",
130395                   0,
130396               };
130397               
130398               MetaClass
130399               __root_cimv2_CIM_FibrePortActiveLogin =
130400               {
130401                   /* flags */
130402                   META_FLAG_ASSOCIATION,
130403                   /* name */
130404                   "CIM_FibrePortActiveLogin",
130405                   /* qualifiers */
130406                   __root_cimv2_CIM_FibrePortActiveLogin_qualifiers,
130407                   /* super */
130408                   0,
130409                   /* features */
130410                   _CIM_FibrePortActiveLogin_features,
130411               };
130412               
130413               //==============================================================================
130414 mike  1.1.2.1 //
130415               // Class: CIM_FibrePortOnFCAdapter
130416               //
130417               //==============================================================================
130418               
130419               static const char*
130420               _CIM_FibrePortOnFCAdapter_Antecedent_qualifiers[] =
130421               {
130422                   /* Deprecated */
130423                   "\013\000\001No value\000",
130424                   /* Override */
130425                   "\044Antecedent",
130426                   /* Max */
130427                   "\027\000\000\000\001",
130428                   0,
130429               };
130430               
130431               static MetaReference
130432               _CIM_FibrePortOnFCAdapter_Antecedent =
130433               {
130434                   /* flags */
130435 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
130436                   /* name */
130437                   "Antecedent",
130438                   /* qualifiers */
130439                   _CIM_FibrePortOnFCAdapter_Antecedent_qualifiers,
130440                   /* subscript */
130441                   -1,
130442                   /* refId */
130443                   &__root_cimv2_CIM_FibreChannelAdapter,
130444               };
130445               
130446               static const char*
130447               _CIM_FibrePortOnFCAdapter_Dependent_qualifiers[] =
130448               {
130449                   /* Deprecated */
130450                   "\013\000\001No value\000",
130451                   /* Override */
130452                   "\044Dependent",
130453                   /* Max */
130454                   "\027\000\000\000\001",
130455                   0,
130456 mike  1.1.2.1 };
130457               
130458               static MetaReference
130459               _CIM_FibrePortOnFCAdapter_Dependent =
130460               {
130461                   /* flags */
130462                   META_FLAG_REFERENCE|META_FLAG_READ,
130463                   /* name */
130464                   "Dependent",
130465                   /* qualifiers */
130466                   _CIM_FibrePortOnFCAdapter_Dependent_qualifiers,
130467                   /* subscript */
130468                   -1,
130469                   /* refId */
130470                   &__root_cimv2_CIM_FibrePort,
130471               };
130472               
130473               static MetaFeature*
130474               _CIM_FibrePortOnFCAdapter_features[] =
130475               {
130476                   (MetaFeature*)&_CIM_FibrePortOnFCAdapter_Antecedent,
130477 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortOnFCAdapter_Dependent,
130478                   0,
130479               };
130480               
130481               static const char*
130482               __root_cimv2_CIM_FibrePortOnFCAdapter_qualifiers[] =
130483               {
130484                   /* ASSOCIATION */
130485                   "\000\001",
130486                   /* Deprecated */
130487                   "\013\000\001No value\000",
130488                   /* UMLPackagePath */
130489                   "\057CIM::Device::NetworkAdapter",
130490                   /* Version */
130491                   "\0632.10.0",
130492                   0,
130493               };
130494               
130495               MetaClass
130496               __root_cimv2_CIM_FibrePortOnFCAdapter =
130497               {
130498 mike  1.1.2.1     /* flags */
130499                   META_FLAG_ASSOCIATION,
130500                   /* name */
130501                   "CIM_FibrePortOnFCAdapter",
130502                   /* qualifiers */
130503                   __root_cimv2_CIM_FibrePortOnFCAdapter_qualifiers,
130504                   /* super */
130505                   &__root_cimv2_CIM_PortOnDevice,
130506                   /* features */
130507                   _CIM_FibrePortOnFCAdapter_features,
130508               };
130509               
130510               //==============================================================================
130511               //
130512               // Class: CIM_FibreProtocolService
130513               //
130514               //==============================================================================
130515               
130516               static MetaFeature*
130517               _CIM_FibreProtocolService_features[] =
130518               {
130519 mike  1.1.2.1     0,
130520               };
130521               
130522               static const char*
130523               __root_cimv2_CIM_FibreProtocolService_qualifiers[] =
130524               {
130525                   /* UMLPackagePath */
130526                   "\057CIM::Device::FC",
130527                   /* Version */
130528                   "\0632.10.0",
130529                   0,
130530               };
130531               
130532               MetaClass
130533               __root_cimv2_CIM_FibreProtocolService =
130534               {
130535                   /* flags */
130536                   META_FLAG_CLASS,
130537                   /* name */
130538                   "CIM_FibreProtocolService",
130539                   /* qualifiers */
130540 mike  1.1.2.1     __root_cimv2_CIM_FibreProtocolService_qualifiers,
130541                   /* super */
130542                   &__root_cimv2_CIM_Service,
130543                   /* features */
130544                   _CIM_FibreProtocolService_features,
130545               };
130546               
130547               //==============================================================================
130548               //
130549               // Class: CIM_FileStorage
130550               //
130551               //==============================================================================
130552               
130553               static const char*
130554               _CIM_FileStorage_GroupComponent_qualifiers[] =
130555               {
130556                   /* Aggregate */
130557                   "\003\001",
130558                   /* Override */
130559                   "\044GroupComponent",
130560                   /* Min */
130561 mike  1.1.2.1     "\033\000\000\000\001",
130562                   /* Max */
130563                   "\027\000\000\000\001",
130564                   0,
130565               };
130566               
130567               static MetaReference
130568               _CIM_FileStorage_GroupComponent =
130569               {
130570                   /* flags */
130571                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130572                   /* name */
130573                   "GroupComponent",
130574                   /* qualifiers */
130575                   _CIM_FileStorage_GroupComponent_qualifiers,
130576                   /* subscript */
130577                   -1,
130578                   /* refId */
130579                   &__root_cimv2_CIM_FileSystem,
130580               };
130581               
130582 mike  1.1.2.1 static const char*
130583               _CIM_FileStorage_PartComponent_qualifiers[] =
130584               {
130585                   /* Override */
130586                   "\044PartComponent",
130587                   /* Weak */
130588                   "\064\001",
130589                   0,
130590               };
130591               
130592               static MetaReference
130593               _CIM_FileStorage_PartComponent =
130594               {
130595                   /* flags */
130596                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
130597                   /* name */
130598                   "PartComponent",
130599                   /* qualifiers */
130600                   _CIM_FileStorage_PartComponent_qualifiers,
130601                   /* subscript */
130602                   -1,
130603 mike  1.1.2.1     /* refId */
130604                   &__root_cimv2_CIM_LogicalFile,
130605               };
130606               
130607               static MetaFeature*
130608               _CIM_FileStorage_features[] =
130609               {
130610                   (MetaFeature*)&_CIM_FileStorage_GroupComponent,
130611                   (MetaFeature*)&_CIM_FileStorage_PartComponent,
130612                   0,
130613               };
130614               
130615               static const char*
130616               __root_cimv2_CIM_FileStorage_qualifiers[] =
130617               {
130618                   /* ASSOCIATION */
130619                   "\000\001",
130620                   /* UMLPackagePath */
130621                   "\057CIM::System::FileElements",
130622                   /* Aggregation */
130623                   "\004\001",
130624 mike  1.1.2.1     /* Composition */
130625                   "\011\001",
130626                   /* Version */
130627                   "\0632.7.0",
130628                   0,
130629               };
130630               
130631               MetaClass
130632               __root_cimv2_CIM_FileStorage =
130633               {
130634                   /* flags */
130635                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130636                   /* name */
130637                   "CIM_FileStorage",
130638                   /* qualifiers */
130639                   __root_cimv2_CIM_FileStorage_qualifiers,
130640                   /* super */
130641                   &__root_cimv2_CIM_Component,
130642                   /* features */
130643                   _CIM_FileStorage_features,
130644               };
130645 mike  1.1.2.1 
130646               //==============================================================================
130647               //
130648               // Class: CIM_FilterEntryInSystem
130649               //
130650               //==============================================================================
130651               
130652               static const char*
130653               _CIM_FilterEntryInSystem_GroupComponent_qualifiers[] =
130654               {
130655                   /* Deprecated */
130656                   "\013\000\001CIM_HostedFilterEntryBase.Antecedent\000",
130657                   /* Aggregate */
130658                   "\003\001",
130659                   /* Override */
130660                   "\044GroupComponent",
130661                   /* Max */
130662                   "\027\000\000\000\001",
130663                   0,
130664               };
130665               
130666 mike  1.1.2.1 static MetaReference
130667               _CIM_FilterEntryInSystem_GroupComponent =
130668               {
130669                   /* flags */
130670                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130671                   /* name */
130672                   "GroupComponent",
130673                   /* qualifiers */
130674                   _CIM_FilterEntryInSystem_GroupComponent_qualifiers,
130675                   /* subscript */
130676                   -1,
130677                   /* refId */
130678                   &__root_cimv2_CIM_ComputerSystem,
130679               };
130680               
130681               static const char*
130682               _CIM_FilterEntryInSystem_PartComponent_qualifiers[] =
130683               {
130684                   /* Deprecated */
130685                   "\013\000\001CIM_HostedFilterEntryBase.Dependent\000",
130686                   /* Override */
130687 mike  1.1.2.1     "\044PartComponent",
130688                   0,
130689               };
130690               
130691               static MetaReference
130692               _CIM_FilterEntryInSystem_PartComponent =
130693               {
130694                   /* flags */
130695                   META_FLAG_REFERENCE|META_FLAG_READ,
130696                   /* name */
130697                   "PartComponent",
130698                   /* qualifiers */
130699                   _CIM_FilterEntryInSystem_PartComponent_qualifiers,
130700                   /* subscript */
130701                   -1,
130702                   /* refId */
130703                   &__root_cimv2_CIM_FilterEntryBase,
130704               };
130705               
130706               static MetaFeature*
130707               _CIM_FilterEntryInSystem_features[] =
130708 mike  1.1.2.1 {
130709                   (MetaFeature*)&_CIM_FilterEntryInSystem_GroupComponent,
130710                   (MetaFeature*)&_CIM_FilterEntryInSystem_PartComponent,
130711                   0,
130712               };
130713               
130714               static const char*
130715               __root_cimv2_CIM_FilterEntryInSystem_qualifiers[] =
130716               {
130717                   /* ASSOCIATION */
130718                   "\000\001",
130719                   /* Deprecated */
130720                   "\013\000\001CIM_HostedFilterEntryBase\000",
130721                   /* UMLPackagePath */
130722                   "\057CIM::Network::Filtering",
130723                   /* Aggregation */
130724                   "\004\001",
130725                   /* Version */
130726                   "\0632.7.0",
130727                   0,
130728               };
130729 mike  1.1.2.1 
130730               MetaClass
130731               __root_cimv2_CIM_FilterEntryInSystem =
130732               {
130733                   /* flags */
130734                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130735                   /* name */
130736                   "CIM_FilterEntryInSystem",
130737                   /* qualifiers */
130738                   __root_cimv2_CIM_FilterEntryInSystem_qualifiers,
130739                   /* super */
130740                   &__root_cimv2_CIM_SystemComponent,
130741                   /* features */
130742                   _CIM_FilterEntryInSystem_features,
130743               };
130744               
130745               //==============================================================================
130746               //
130747               // Class: CIM_FilterListInSystem
130748               //
130749               //==============================================================================
130750 mike  1.1.2.1 
130751               static const char*
130752               _CIM_FilterListInSystem_GroupComponent_qualifiers[] =
130753               {
130754                   /* Deprecated */
130755                   "\013\000\001CIM_HostedFilterList.Antecedent\000",
130756                   /* Aggregate */
130757                   "\003\001",
130758                   /* Override */
130759                   "\044GroupComponent",
130760                   /* Max */
130761                   "\027\000\000\000\001",
130762                   0,
130763               };
130764               
130765               static MetaReference
130766               _CIM_FilterListInSystem_GroupComponent =
130767               {
130768                   /* flags */
130769                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130770                   /* name */
130771 mike  1.1.2.1     "GroupComponent",
130772                   /* qualifiers */
130773                   _CIM_FilterListInSystem_GroupComponent_qualifiers,
130774                   /* subscript */
130775                   -1,
130776                   /* refId */
130777                   &__root_cimv2_CIM_ComputerSystem,
130778               };
130779               
130780               static const char*
130781               _CIM_FilterListInSystem_PartComponent_qualifiers[] =
130782               {
130783                   /* Deprecated */
130784                   "\013\000\001CIM_HostedFilterList.Dependent\000",
130785                   /* Override */
130786                   "\044PartComponent",
130787                   0,
130788               };
130789               
130790               static MetaReference
130791               _CIM_FilterListInSystem_PartComponent =
130792 mike  1.1.2.1 {
130793                   /* flags */
130794                   META_FLAG_REFERENCE|META_FLAG_READ,
130795                   /* name */
130796                   "PartComponent",
130797                   /* qualifiers */
130798                   _CIM_FilterListInSystem_PartComponent_qualifiers,
130799                   /* subscript */
130800                   -1,
130801                   /* refId */
130802                   &__root_cimv2_CIM_FilterList,
130803               };
130804               
130805               static MetaFeature*
130806               _CIM_FilterListInSystem_features[] =
130807               {
130808                   (MetaFeature*)&_CIM_FilterListInSystem_GroupComponent,
130809                   (MetaFeature*)&_CIM_FilterListInSystem_PartComponent,
130810                   0,
130811               };
130812               
130813 mike  1.1.2.1 static const char*
130814               __root_cimv2_CIM_FilterListInSystem_qualifiers[] =
130815               {
130816                   /* ASSOCIATION */
130817                   "\000\001",
130818                   /* Deprecated */
130819                   "\013\000\001CIM_HostedFilterList\000",
130820                   /* UMLPackagePath */
130821                   "\057CIM::Network::Filtering",
130822                   /* Aggregation */
130823                   "\004\001",
130824                   /* Version */
130825                   "\0632.7.0",
130826                   0,
130827               };
130828               
130829               MetaClass
130830               __root_cimv2_CIM_FilterListInSystem =
130831               {
130832                   /* flags */
130833                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130834 mike  1.1.2.1     /* name */
130835                   "CIM_FilterListInSystem",
130836                   /* qualifiers */
130837                   __root_cimv2_CIM_FilterListInSystem_qualifiers,
130838                   /* super */
130839                   &__root_cimv2_CIM_SystemComponent,
130840                   /* features */
130841                   _CIM_FilterListInSystem_features,
130842               };
130843               
130844               //==============================================================================
130845               //
130846               // Class: CIM_FlatPanel
130847               //
130848               //==============================================================================
130849               
130850               static const char*
130851               _CIM_FlatPanel_HorizontalResolution_qualifiers[] =
130852               {
130853                   /* Units */
130854                   "\060Pixels",
130855 mike  1.1.2.1     0,
130856               };
130857               
130858               static MetaProperty
130859               _CIM_FlatPanel_HorizontalResolution =
130860               {
130861                   /* flags */
130862                   META_FLAG_PROPERTY|META_FLAG_READ,
130863                   /* name */
130864                   "HorizontalResolution",
130865                   /* qualifiers */
130866                   _CIM_FlatPanel_HorizontalResolution_qualifiers,
130867                   /* type */
130868                   CIMTYPE_UINT32,
130869                   /* subscript */
130870                   -1,
130871                   /* value */
130872                   0,
130873               };
130874               
130875               static const char*
130876 mike  1.1.2.1 _CIM_FlatPanel_VerticalResolution_qualifiers[] =
130877               {
130878                   /* Units */
130879                   "\060Pixels",
130880                   0,
130881               };
130882               
130883               static MetaProperty
130884               _CIM_FlatPanel_VerticalResolution =
130885               {
130886                   /* flags */
130887                   META_FLAG_PROPERTY|META_FLAG_READ,
130888                   /* name */
130889                   "VerticalResolution",
130890                   /* qualifiers */
130891                   _CIM_FlatPanel_VerticalResolution_qualifiers,
130892                   /* type */
130893                   CIMTYPE_UINT32,
130894                   /* subscript */
130895                   -1,
130896                   /* value */
130897 mike  1.1.2.1     0,
130898               };
130899               
130900               static const char*
130901               _CIM_FlatPanel_ScanMode_qualifiers[] =
130902               {
130903                   /* ValueMap */
130904                   "\061\000\0040\0001\0002\0003\000",
130905                   /* Values */
130906                   "\062\000\004Unknown\000Other\000Single Scan\000Dual Scan\000",
130907                   0,
130908               };
130909               
130910               static MetaProperty
130911               _CIM_FlatPanel_ScanMode =
130912               {
130913                   /* flags */
130914                   META_FLAG_PROPERTY|META_FLAG_READ,
130915                   /* name */
130916                   "ScanMode",
130917                   /* qualifiers */
130918 mike  1.1.2.1     _CIM_FlatPanel_ScanMode_qualifiers,
130919                   /* type */
130920                   CIMTYPE_UINT16,
130921                   /* subscript */
130922                   -1,
130923                   /* value */
130924                   0,
130925               };
130926               
130927               static const char*
130928               _CIM_FlatPanel_DisplayType_qualifiers[] =
130929               {
130930                   /* ValueMap */
130931                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
130932                   /* Values */
130933                   "\062\000\011Unknown\000Other\000Passive Matrix LCD\000Active Matrix LCD\000Cholesteric LCD\000Field Emission Display\000Electro Luminescent Display\000Gas Plasma\000LED\000",
130934                   0,
130935               };
130936               
130937               static MetaProperty
130938               _CIM_FlatPanel_DisplayType =
130939 mike  1.1.2.1 {
130940                   /* flags */
130941                   META_FLAG_PROPERTY|META_FLAG_READ,
130942                   /* name */
130943                   "DisplayType",
130944                   /* qualifiers */
130945                   _CIM_FlatPanel_DisplayType_qualifiers,
130946                   /* type */
130947                   CIMTYPE_UINT16,
130948                   /* subscript */
130949                   -1,
130950                   /* value */
130951                   0,
130952               };
130953               
130954               static const char*
130955               _CIM_FlatPanel_LightSource_qualifiers[] =
130956               {
130957                   /* ValueMap */
130958                   "\061\000\0050\0001\0002\0003\0004\000",
130959                   /* Values */
130960 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Backlit\000Edgelit\000Reflective\000",
130961                   0,
130962               };
130963               
130964               static MetaProperty
130965               _CIM_FlatPanel_LightSource =
130966               {
130967                   /* flags */
130968                   META_FLAG_PROPERTY|META_FLAG_READ,
130969                   /* name */
130970                   "LightSource",
130971                   /* qualifiers */
130972                   _CIM_FlatPanel_LightSource_qualifiers,
130973                   /* type */
130974                   CIMTYPE_UINT16,
130975                   /* subscript */
130976                   -1,
130977                   /* value */
130978                   0,
130979               };
130980               
130981 mike  1.1.2.1 static const char*
130982               _CIM_FlatPanel_SupportsColor_qualifiers[] =
130983               {
130984                   0,
130985               };
130986               
130987               static MetaProperty
130988               _CIM_FlatPanel_SupportsColor =
130989               {
130990                   /* flags */
130991                   META_FLAG_PROPERTY|META_FLAG_READ,
130992                   /* name */
130993                   "SupportsColor",
130994                   /* qualifiers */
130995                   _CIM_FlatPanel_SupportsColor_qualifiers,
130996                   /* type */
130997                   CIMTYPE_BOOLEAN,
130998                   /* subscript */
130999                   -1,
131000                   /* value */
131001                   0,
131002 mike  1.1.2.1 };
131003               
131004               static MetaFeature*
131005               _CIM_FlatPanel_features[] =
131006               {
131007                   (MetaFeature*)&_CIM_FlatPanel_HorizontalResolution,
131008                   (MetaFeature*)&_CIM_FlatPanel_VerticalResolution,
131009                   (MetaFeature*)&_CIM_FlatPanel_ScanMode,
131010                   (MetaFeature*)&_CIM_FlatPanel_DisplayType,
131011                   (MetaFeature*)&_CIM_FlatPanel_LightSource,
131012                   (MetaFeature*)&_CIM_FlatPanel_SupportsColor,
131013                   0,
131014               };
131015               
131016               static const char*
131017               __root_cimv2_CIM_FlatPanel_qualifiers[] =
131018               {
131019                   /* UMLPackagePath */
131020                   "\057CIM::Device::UserDevices",
131021                   /* Version */
131022                   "\0632.6.0",
131023 mike  1.1.2.1     0,
131024               };
131025               
131026               MetaClass
131027               __root_cimv2_CIM_FlatPanel =
131028               {
131029                   /* flags */
131030                   META_FLAG_CLASS,
131031                   /* name */
131032                   "CIM_FlatPanel",
131033                   /* qualifiers */
131034                   __root_cimv2_CIM_FlatPanel_qualifiers,
131035                   /* super */
131036                   &__root_cimv2_CIM_Display,
131037                   /* features */
131038                   _CIM_FlatPanel_features,
131039               };
131040               
131041               //==============================================================================
131042               //
131043               // Class: CIM_HDSLModem
131044 mike  1.1.2.1 //
131045               //==============================================================================
131046               
131047               static MetaFeature*
131048               _CIM_HDSLModem_features[] =
131049               {
131050                   0,
131051               };
131052               
131053               static const char*
131054               __root_cimv2_CIM_HDSLModem_qualifiers[] =
131055               {
131056                   /* UMLPackagePath */
131057                   "\057CIM::Device::Modems",
131058                   /* Version */
131059                   "\0632.10.0",
131060                   0,
131061               };
131062               
131063               MetaClass
131064               __root_cimv2_CIM_HDSLModem =
131065 mike  1.1.2.1 {
131066                   /* flags */
131067                   META_FLAG_CLASS,
131068                   /* name */
131069                   "CIM_HDSLModem",
131070                   /* qualifiers */
131071                   __root_cimv2_CIM_HDSLModem_qualifiers,
131072                   /* super */
131073                   &__root_cimv2_CIM_DSLModem,
131074                   /* features */
131075                   _CIM_HDSLModem_features,
131076               };
131077               
131078               //==============================================================================
131079               //
131080               // Class: CIM_HeadTailDropper
131081               //
131082               //==============================================================================
131083               
131084               static const char*
131085               _CIM_HeadTailDropper_QueueThreshold_qualifiers[] =
131086 mike  1.1.2.1 {
131087                   /* Units */
131088                   "\060Bytes",
131089                   0,
131090               };
131091               
131092               static MetaProperty
131093               _CIM_HeadTailDropper_QueueThreshold =
131094               {
131095                   /* flags */
131096                   META_FLAG_PROPERTY|META_FLAG_READ,
131097                   /* name */
131098                   "QueueThreshold",
131099                   /* qualifiers */
131100                   _CIM_HeadTailDropper_QueueThreshold_qualifiers,
131101                   /* type */
131102                   CIMTYPE_UINT32,
131103                   /* subscript */
131104                   -1,
131105                   /* value */
131106                   0,
131107 mike  1.1.2.1 };
131108               
131109               static MetaFeature*
131110               _CIM_HeadTailDropper_features[] =
131111               {
131112                   (MetaFeature*)&_CIM_HeadTailDropper_QueueThreshold,
131113                   0,
131114               };
131115               
131116               static const char*
131117               __root_cimv2_CIM_HeadTailDropper_qualifiers[] =
131118               {
131119                   /* UMLPackagePath */
131120                   "\057CIM::Network::QoS",
131121                   /* Version */
131122                   "\0632.7.0",
131123                   0,
131124               };
131125               
131126               MetaClass
131127               __root_cimv2_CIM_HeadTailDropper =
131128 mike  1.1.2.1 {
131129                   /* flags */
131130                   META_FLAG_CLASS,
131131                   /* name */
131132                   "CIM_HeadTailDropper",
131133                   /* qualifiers */
131134                   __root_cimv2_CIM_HeadTailDropper_qualifiers,
131135                   /* super */
131136                   &__root_cimv2_CIM_DropperService,
131137                   /* features */
131138                   _CIM_HeadTailDropper_features,
131139               };
131140               
131141               //==============================================================================
131142               //
131143               // Class: CIM_HeatPipe
131144               //
131145               //==============================================================================
131146               
131147               static MetaFeature*
131148               _CIM_HeatPipe_features[] =
131149 mike  1.1.2.1 {
131150                   0,
131151               };
131152               
131153               static const char*
131154               __root_cimv2_CIM_HeatPipe_qualifiers[] =
131155               {
131156                   /* UMLPackagePath */
131157                   "\057CIM::Device::CoolingAndPower",
131158                   /* Version */
131159                   "\0632.6.0",
131160                   0,
131161               };
131162               
131163               MetaClass
131164               __root_cimv2_CIM_HeatPipe =
131165               {
131166                   /* flags */
131167                   META_FLAG_CLASS,
131168                   /* name */
131169                   "CIM_HeatPipe",
131170 mike  1.1.2.1     /* qualifiers */
131171                   __root_cimv2_CIM_HeatPipe_qualifiers,
131172                   /* super */
131173                   &__root_cimv2_CIM_CoolingDevice,
131174                   /* features */
131175                   _CIM_HeatPipe_features,
131176               };
131177               
131178               //==============================================================================
131179               //
131180               // Class: CIM_HelpService
131181               //
131182               //==============================================================================
131183               
131184               static const char*
131185               _CIM_HelpService_DeliveryOptions_qualifiers[] =
131186               {
131187                   /* ValueMap */
131188                   "\061\000\0061\0002\0003\0004\0005\0006\000",
131189                   /* Values */
131190                   "\062\000\006Other\000File Contents\000File Pointer\000Associated File\000URL\000Program\000",
131191 mike  1.1.2.1     /* ModelCorrespondence */
131192                   "\036\000\002CIM_HelpService.OtherDeliveryOptionDescription\000CIM_HelpServiceAvailableToFile\000",
131193                   0,
131194               };
131195               
131196               static MetaProperty
131197               _CIM_HelpService_DeliveryOptions =
131198               {
131199                   /* flags */
131200                   META_FLAG_PROPERTY|META_FLAG_READ,
131201                   /* name */
131202                   "DeliveryOptions",
131203                   /* qualifiers */
131204                   _CIM_HelpService_DeliveryOptions_qualifiers,
131205                   /* type */
131206                   CIMTYPE_UINT16,
131207                   /* subscript */
131208                   0,
131209                   /* value */
131210                   0,
131211               };
131212 mike  1.1.2.1 
131213               static const char*
131214               _CIM_HelpService_OtherDeliveryOptionDescription_qualifiers[] =
131215               {
131216                   /* ModelCorrespondence */
131217                   "\036\000\001CIM_HelpService.DeliveryOptions\000",
131218                   0,
131219               };
131220               
131221               static MetaProperty
131222               _CIM_HelpService_OtherDeliveryOptionDescription =
131223               {
131224                   /* flags */
131225                   META_FLAG_PROPERTY|META_FLAG_READ,
131226                   /* name */
131227                   "OtherDeliveryOptionDescription",
131228                   /* qualifiers */
131229                   _CIM_HelpService_OtherDeliveryOptionDescription_qualifiers,
131230                   /* type */
131231                   CIMTYPE_STRING,
131232                   /* subscript */
131233 mike  1.1.2.1     -1,
131234                   /* value */
131235                   0,
131236               };
131237               
131238               static const char*
131239               _CIM_HelpService_DocumentsAvailable_qualifiers[] =
131240               {
131241                   /* ArrayType */
131242                   "\005Indexed",
131243                   /* ModelCorrespondence */
131244                   "\036\000\002CIM_HelpService.DocumentDescriptions\000CIM_HelpService.DocumentFormat\000",
131245                   0,
131246               };
131247               
131248               static MetaProperty
131249               _CIM_HelpService_DocumentsAvailable =
131250               {
131251                   /* flags */
131252                   META_FLAG_PROPERTY|META_FLAG_READ,
131253                   /* name */
131254 mike  1.1.2.1     "DocumentsAvailable",
131255                   /* qualifiers */
131256                   _CIM_HelpService_DocumentsAvailable_qualifiers,
131257                   /* type */
131258                   CIMTYPE_STRING,
131259                   /* subscript */
131260                   0,
131261                   /* value */
131262                   0,
131263               };
131264               
131265               static const char*
131266               _CIM_HelpService_DocumentDescriptions_qualifiers[] =
131267               {
131268                   /* ArrayType */
131269                   "\005Indexed",
131270                   /* ModelCorrespondence */
131271                   "\036\000\002CIM_HelpService.DocumentsAvailable\000CIM_HelpService.DocumentFormat\000",
131272                   0,
131273               };
131274               
131275 mike  1.1.2.1 static MetaProperty
131276               _CIM_HelpService_DocumentDescriptions =
131277               {
131278                   /* flags */
131279                   META_FLAG_PROPERTY|META_FLAG_READ,
131280                   /* name */
131281                   "DocumentDescriptions",
131282                   /* qualifiers */
131283                   _CIM_HelpService_DocumentDescriptions_qualifiers,
131284                   /* type */
131285                   CIMTYPE_STRING,
131286                   /* subscript */
131287                   0,
131288                   /* value */
131289                   0,
131290               };
131291               
131292               static const char*
131293               _CIM_HelpService_DocumentFormat_qualifiers[] =
131294               {
131295                   /* ValueMap */
131296 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131297                   /* Values */
131298                   "\062\000\007Unknown\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131299                   /* ArrayType */
131300                   "\005Indexed",
131301                   /* ModelCorrespondence */
131302                   "\036\000\003CIM_HelpService.OtherDocumentFormatDescription\000CIM_HelpService.DocumentDescriptions\000CIM_HelpService.DocumentsAvailable\000",
131303                   0,
131304               };
131305               
131306               static MetaProperty
131307               _CIM_HelpService_DocumentFormat =
131308               {
131309                   /* flags */
131310                   META_FLAG_PROPERTY|META_FLAG_READ,
131311                   /* name */
131312                   "DocumentFormat",
131313                   /* qualifiers */
131314                   _CIM_HelpService_DocumentFormat_qualifiers,
131315                   /* type */
131316                   CIMTYPE_UINT16,
131317 mike  1.1.2.1     /* subscript */
131318                   0,
131319                   /* value */
131320                   0,
131321               };
131322               
131323               static const char*
131324               _CIM_HelpService_OtherDocumentFormatDescription_qualifiers[] =
131325               {
131326                   /* ModelCorrespondence */
131327                   "\036\000\001CIM_HelpService.DocumentFormat\000",
131328                   0,
131329               };
131330               
131331               static MetaProperty
131332               _CIM_HelpService_OtherDocumentFormatDescription =
131333               {
131334                   /* flags */
131335                   META_FLAG_PROPERTY|META_FLAG_READ,
131336                   /* name */
131337                   "OtherDocumentFormatDescription",
131338 mike  1.1.2.1     /* qualifiers */
131339                   _CIM_HelpService_OtherDocumentFormatDescription_qualifiers,
131340                   /* type */
131341                   CIMTYPE_STRING,
131342                   /* subscript */
131343                   -1,
131344                   /* value */
131345                   0,
131346               };
131347               
131348               static const char*
131349               _CIM_HelpService_GetHelp_RequestedDocument_qualifiers[] =
131350               {
131351                   /* IN */
131352                   "\024\001",
131353                   /* ModelCorrespondence */
131354                   "\036\000\002CIM_HelpService.DocumentsAvailable\000CIM_HelpServiceAvailableToFile.UserOfService\000",
131355                   0,
131356               };
131357               
131358               static MetaProperty
131359 mike  1.1.2.1 _CIM_HelpService_GetHelp_RequestedDocument =
131360               {
131361                   /* flags */
131362                   META_FLAG_PROPERTY|META_FLAG_IN,
131363                   /* name */
131364                   "RequestedDocument",
131365                   /* qualifiers */
131366                   _CIM_HelpService_GetHelp_RequestedDocument_qualifiers,
131367                   /* type */
131368                   CIMTYPE_STRING,
131369                   /* subscript */
131370                   -1,
131371                   /* value */
131372                   0,
131373               };
131374               
131375               static const char*
131376               _CIM_HelpService_GetHelp_Format_qualifiers[] =
131377               {
131378                   /* IN */
131379                   "\024\001",
131380 mike  1.1.2.1     /* OUT */
131381                   "\043\001",
131382                   /* ValueMap */
131383                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131384                   /* Values */
131385                   "\062\000\007Don't Care\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131386                   /* ModelCorrespondence */
131387                   "\036\000\001CIM_HelpService.DocumentFormat\000",
131388                   0,
131389               };
131390               
131391               static MetaProperty
131392               _CIM_HelpService_GetHelp_Format =
131393               {
131394                   /* flags */
131395                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
131396                   /* name */
131397                   "Format",
131398                   /* qualifiers */
131399                   _CIM_HelpService_GetHelp_Format_qualifiers,
131400                   /* type */
131401 mike  1.1.2.1     CIMTYPE_UINT16,
131402                   /* subscript */
131403                   -1,
131404                   /* value */
131405                   0,
131406               };
131407               
131408               static const char*
131409               _CIM_HelpService_GetHelp_RequestedDelivery_qualifiers[] =
131410               {
131411                   /* IN */
131412                   "\024\001",
131413                   /* ValueMap */
131414                   "\061\000\0051\0002\0003\0005\0006\000",
131415                   /* Values */
131416                   "\062\000\005Other\000File Contents\000File Pointer\000URL\000Program\000",
131417                   /* ModelCorrespondence */
131418                   "\036\000\001CIM_HelpService.DeliveryOptions\000",
131419                   0,
131420               };
131421               
131422 mike  1.1.2.1 static MetaProperty
131423               _CIM_HelpService_GetHelp_RequestedDelivery =
131424               {
131425                   /* flags */
131426                   META_FLAG_PROPERTY|META_FLAG_IN,
131427                   /* name */
131428                   "RequestedDelivery",
131429                   /* qualifiers */
131430                   _CIM_HelpService_GetHelp_RequestedDelivery_qualifiers,
131431                   /* type */
131432                   CIMTYPE_UINT16,
131433                   /* subscript */
131434                   -1,
131435                   /* value */
131436                   0,
131437               };
131438               
131439               static const char*
131440               _CIM_HelpService_GetHelp_DocumentInfo_qualifiers[] =
131441               {
131442                   /* IN */
131443 mike  1.1.2.1     "\024\000",
131444                   /* OUT */
131445                   "\043\001",
131446                   0,
131447               };
131448               
131449               static MetaProperty
131450               _CIM_HelpService_GetHelp_DocumentInfo =
131451               {
131452                   /* flags */
131453                   META_FLAG_PROPERTY|META_FLAG_OUT,
131454                   /* name */
131455                   "DocumentInfo",
131456                   /* qualifiers */
131457                   _CIM_HelpService_GetHelp_DocumentInfo_qualifiers,
131458                   /* type */
131459                   CIMTYPE_STRING,
131460                   /* subscript */
131461                   -1,
131462                   /* value */
131463                   0,
131464 mike  1.1.2.1 };
131465               
131466               static MetaFeature*
131467               _CIM_HelpService_GetHelp_parameters[] =
131468               {
131469                   (MetaFeature*)&_CIM_HelpService_GetHelp_RequestedDocument,
131470                   (MetaFeature*)&_CIM_HelpService_GetHelp_Format,
131471                   (MetaFeature*)&_CIM_HelpService_GetHelp_RequestedDelivery,
131472                   (MetaFeature*)&_CIM_HelpService_GetHelp_DocumentInfo,
131473                   0,
131474               };
131475               
131476               static const char*
131477               _CIM_HelpService_GetHelp_qualifiers[] =
131478               {
131479                   /* ValueMap */
131480                   "\061\000\0130\0001\0002\0003\0004\0005\000..\0000x1000\0000x1001\0000x1002..0x7FFF\0000x8000..0xFFFF\000",
131481                   /* Values */
131482                   "\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",
131483                   0,
131484               };
131485 mike  1.1.2.1 
131486               static MetaMethod
131487               _CIM_HelpService_GetHelp =
131488               {
131489                   /* flags */
131490                   META_FLAG_METHOD,
131491                   /* name */
131492                   "CIM_HelpService",
131493                   /* qualifiers */
131494                   _CIM_HelpService_GetHelp_qualifiers,
131495                   /* type */
131496                   CIMTYPE_UINT32,
131497                   /* parameters */
131498                   _CIM_HelpService_GetHelp_parameters,
131499               };
131500               
131501               static MetaFeature*
131502               _CIM_HelpService_features[] =
131503               {
131504                   (MetaFeature*)&_CIM_HelpService_DeliveryOptions,
131505                   (MetaFeature*)&_CIM_HelpService_OtherDeliveryOptionDescription,
131506 mike  1.1.2.1     (MetaFeature*)&_CIM_HelpService_DocumentsAvailable,
131507                   (MetaFeature*)&_CIM_HelpService_DocumentDescriptions,
131508                   (MetaFeature*)&_CIM_HelpService_DocumentFormat,
131509                   (MetaFeature*)&_CIM_HelpService_OtherDocumentFormatDescription,
131510                   (MetaFeature*)&_CIM_HelpService_GetHelp,
131511                   0,
131512               };
131513               
131514               static const char*
131515               __root_cimv2_CIM_HelpService_qualifiers[] =
131516               {
131517                   /* UMLPackagePath */
131518                   "\057CIM::System::Help",
131519                   /* Version */
131520                   "\0632.9.0",
131521                   0,
131522               };
131523               
131524               MetaClass
131525               __root_cimv2_CIM_HelpService =
131526               {
131527 mike  1.1.2.1     /* flags */
131528                   META_FLAG_CLASS,
131529                   /* name */
131530                   "CIM_HelpService",
131531                   /* qualifiers */
131532                   __root_cimv2_CIM_HelpService_qualifiers,
131533                   /* super */
131534                   &__root_cimv2_CIM_Service,
131535                   /* features */
131536                   _CIM_HelpService_features,
131537               };
131538               
131539               //==============================================================================
131540               //
131541               // Class: CIM_HelpServiceAvailableToFile
131542               //
131543               //==============================================================================
131544               
131545               static const char*
131546               _CIM_HelpServiceAvailableToFile_ServiceProvided_qualifiers[] =
131547               {
131548 mike  1.1.2.1     /* Override */
131549                   "\044ServiceProvided",
131550                   0,
131551               };
131552               
131553               static MetaReference
131554               _CIM_HelpServiceAvailableToFile_ServiceProvided =
131555               {
131556                   /* flags */
131557                   META_FLAG_REFERENCE|META_FLAG_READ,
131558                   /* name */
131559                   "ServiceProvided",
131560                   /* qualifiers */
131561                   _CIM_HelpServiceAvailableToFile_ServiceProvided_qualifiers,
131562                   /* subscript */
131563                   -1,
131564                   /* refId */
131565                   &__root_cimv2_CIM_HelpService,
131566               };
131567               
131568               static const char*
131569 mike  1.1.2.1 _CIM_HelpServiceAvailableToFile_UserOfService_qualifiers[] =
131570               {
131571                   /* Override */
131572                   "\044UserOfService",
131573                   0,
131574               };
131575               
131576               static MetaReference
131577               _CIM_HelpServiceAvailableToFile_UserOfService =
131578               {
131579                   /* flags */
131580                   META_FLAG_REFERENCE|META_FLAG_READ,
131581                   /* name */
131582                   "UserOfService",
131583                   /* qualifiers */
131584                   _CIM_HelpServiceAvailableToFile_UserOfService_qualifiers,
131585                   /* subscript */
131586                   -1,
131587                   /* refId */
131588                   &__root_cimv2_CIM_LogicalFile,
131589               };
131590 mike  1.1.2.1 
131591               static const char*
131592               _CIM_HelpServiceAvailableToFile_DocumentFormat_qualifiers[] =
131593               {
131594                   /* ValueMap */
131595                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131596                   /* Values */
131597                   "\062\000\007Unknown\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131598                   /* ModelCorrespondence */
131599                   "\036\000\001CIM_HelpServiceAvailableToFile.OtherDocumentFormatDescription\000",
131600                   0,
131601               };
131602               
131603               static MetaProperty
131604               _CIM_HelpServiceAvailableToFile_DocumentFormat =
131605               {
131606                   /* flags */
131607                   META_FLAG_PROPERTY|META_FLAG_READ,
131608                   /* name */
131609                   "DocumentFormat",
131610                   /* qualifiers */
131611 mike  1.1.2.1     _CIM_HelpServiceAvailableToFile_DocumentFormat_qualifiers,
131612                   /* type */
131613                   CIMTYPE_UINT16,
131614                   /* subscript */
131615                   -1,
131616                   /* value */
131617                   0,
131618               };
131619               
131620               static const char*
131621               _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription_qualifiers[] =
131622               {
131623                   /* ModelCorrespondence */
131624                   "\036\000\001CIM_HelpServiceAvailableToFile.DocumentFormat\000",
131625                   0,
131626               };
131627               
131628               static MetaProperty
131629               _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription =
131630               {
131631                   /* flags */
131632 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
131633                   /* name */
131634                   "OtherDocumentFormatDescription",
131635                   /* qualifiers */
131636                   _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription_qualifiers,
131637                   /* type */
131638                   CIMTYPE_STRING,
131639                   /* subscript */
131640                   -1,
131641                   /* value */
131642                   0,
131643               };
131644               
131645               static MetaFeature*
131646               _CIM_HelpServiceAvailableToFile_features[] =
131647               {
131648                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_ServiceProvided,
131649                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_UserOfService,
131650                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_DocumentFormat,
131651                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription,
131652                   0,
131653 mike  1.1.2.1 };
131654               
131655               static const char*
131656               __root_cimv2_CIM_HelpServiceAvailableToFile_qualifiers[] =
131657               {
131658                   /* ASSOCIATION */
131659                   "\000\001",
131660                   /* UMLPackagePath */
131661                   "\057CIM::System::Help",
131662                   /* Version */
131663                   "\0632.9.0",
131664                   0,
131665               };
131666               
131667               MetaClass
131668               __root_cimv2_CIM_HelpServiceAvailableToFile =
131669               {
131670                   /* flags */
131671                   META_FLAG_ASSOCIATION,
131672                   /* name */
131673                   "CIM_HelpServiceAvailableToFile",
131674 mike  1.1.2.1     /* qualifiers */
131675                   __root_cimv2_CIM_HelpServiceAvailableToFile_qualifiers,
131676                   /* super */
131677                   &__root_cimv2_CIM_ServiceAvailableToElement,
131678                   /* features */
131679                   _CIM_HelpServiceAvailableToFile_features,
131680               };
131681               
131682               //==============================================================================
131683               //
131684               // Class: CIM_HostedAccessPoint
131685               //
131686               //==============================================================================
131687               
131688               static const char*
131689               _CIM_HostedAccessPoint_Antecedent_qualifiers[] =
131690               {
131691                   /* Override */
131692                   "\044Antecedent",
131693                   /* Min */
131694                   "\033\000\000\000\001",
131695 mike  1.1.2.1     /* Max */
131696                   "\027\000\000\000\001",
131697                   0,
131698               };
131699               
131700               static MetaReference
131701               _CIM_HostedAccessPoint_Antecedent =
131702               {
131703                   /* flags */
131704                   META_FLAG_REFERENCE|META_FLAG_READ,
131705                   /* name */
131706                   "Antecedent",
131707                   /* qualifiers */
131708                   _CIM_HostedAccessPoint_Antecedent_qualifiers,
131709                   /* subscript */
131710                   -1,
131711                   /* refId */
131712                   &__root_cimv2_CIM_System,
131713               };
131714               
131715               static const char*
131716 mike  1.1.2.1 _CIM_HostedAccessPoint_Dependent_qualifiers[] =
131717               {
131718                   /* Override */
131719                   "\044Dependent",
131720                   /* Weak */
131721                   "\064\001",
131722                   0,
131723               };
131724               
131725               static MetaReference
131726               _CIM_HostedAccessPoint_Dependent =
131727               {
131728                   /* flags */
131729                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131730                   /* name */
131731                   "Dependent",
131732                   /* qualifiers */
131733                   _CIM_HostedAccessPoint_Dependent_qualifiers,
131734                   /* subscript */
131735                   -1,
131736                   /* refId */
131737 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
131738               };
131739               
131740               static MetaFeature*
131741               _CIM_HostedAccessPoint_features[] =
131742               {
131743                   (MetaFeature*)&_CIM_HostedAccessPoint_Antecedent,
131744                   (MetaFeature*)&_CIM_HostedAccessPoint_Dependent,
131745                   0,
131746               };
131747               
131748               static const char*
131749               __root_cimv2_CIM_HostedAccessPoint_qualifiers[] =
131750               {
131751                   /* ASSOCIATION */
131752                   "\000\001",
131753                   /* UMLPackagePath */
131754                   "\057CIM::Core::Service",
131755                   /* Version */
131756                   "\0632.10.0",
131757                   0,
131758 mike  1.1.2.1 };
131759               
131760               MetaClass
131761               __root_cimv2_CIM_HostedAccessPoint =
131762               {
131763                   /* flags */
131764                   META_FLAG_ASSOCIATION,
131765                   /* name */
131766                   "CIM_HostedAccessPoint",
131767                   /* qualifiers */
131768                   __root_cimv2_CIM_HostedAccessPoint_qualifiers,
131769                   /* super */
131770                   &__root_cimv2_CIM_HostedDependency,
131771                   /* features */
131772                   _CIM_HostedAccessPoint_features,
131773               };
131774               
131775               //==============================================================================
131776               //
131777               // Class: CIM_HostedACI
131778               //
131779 mike  1.1.2.1 //==============================================================================
131780               
131781               static const char*
131782               _CIM_HostedACI_Antecedent_qualifiers[] =
131783               {
131784                   /* Deprecated */
131785                   "\013\000\001No value\000",
131786                   /* Override */
131787                   "\044Antecedent",
131788                   /* Min */
131789                   "\033\000\000\000\001",
131790                   /* Max */
131791                   "\027\000\000\000\001",
131792                   0,
131793               };
131794               
131795               static MetaReference
131796               _CIM_HostedACI_Antecedent =
131797               {
131798                   /* flags */
131799                   META_FLAG_REFERENCE|META_FLAG_READ,
131800 mike  1.1.2.1     /* name */
131801                   "Antecedent",
131802                   /* qualifiers */
131803                   _CIM_HostedACI_Antecedent_qualifiers,
131804                   /* subscript */
131805                   -1,
131806                   /* refId */
131807                   &__root_cimv2_CIM_System,
131808               };
131809               
131810               static const char*
131811               _CIM_HostedACI_Dependent_qualifiers[] =
131812               {
131813                   /* Deprecated */
131814                   "\013\000\001No value\000",
131815                   /* Override */
131816                   "\044Dependent",
131817                   /* Weak */
131818                   "\064\001",
131819                   0,
131820               };
131821 mike  1.1.2.1 
131822               static MetaReference
131823               _CIM_HostedACI_Dependent =
131824               {
131825                   /* flags */
131826                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131827                   /* name */
131828                   "Dependent",
131829                   /* qualifiers */
131830                   _CIM_HostedACI_Dependent_qualifiers,
131831                   /* subscript */
131832                   -1,
131833                   /* refId */
131834                   &__root_cimv2_CIM_AccessControlInformation,
131835               };
131836               
131837               static MetaFeature*
131838               _CIM_HostedACI_features[] =
131839               {
131840                   (MetaFeature*)&_CIM_HostedACI_Antecedent,
131841                   (MetaFeature*)&_CIM_HostedACI_Dependent,
131842 mike  1.1.2.1     0,
131843               };
131844               
131845               static const char*
131846               __root_cimv2_CIM_HostedACI_qualifiers[] =
131847               {
131848                   /* ASSOCIATION */
131849                   "\000\001",
131850                   /* Deprecated */
131851                   "\013\000\001No value\000",
131852                   /* UMLPackagePath */
131853                   "\057CIM::User::AccessControl",
131854                   /* Version */
131855                   "\0632.8.0",
131856                   0,
131857               };
131858               
131859               MetaClass
131860               __root_cimv2_CIM_HostedACI =
131861               {
131862                   /* flags */
131863 mike  1.1.2.1     META_FLAG_ASSOCIATION,
131864                   /* name */
131865                   "CIM_HostedACI",
131866                   /* qualifiers */
131867                   __root_cimv2_CIM_HostedACI_qualifiers,
131868                   /* super */
131869                   &__root_cimv2_CIM_HostedDependency,
131870                   /* features */
131871                   _CIM_HostedACI_features,
131872               };
131873               
131874               //==============================================================================
131875               //
131876               // Class: CIM_HostedAdminDistance
131877               //
131878               //==============================================================================
131879               
131880               static const char*
131881               _CIM_HostedAdminDistance_Antecedent_qualifiers[] =
131882               {
131883                   /* Override */
131884 mike  1.1.2.1     "\044Antecedent",
131885                   /* Min */
131886                   "\033\000\000\000\001",
131887                   /* Max */
131888                   "\027\000\000\000\001",
131889                   0,
131890               };
131891               
131892               static MetaReference
131893               _CIM_HostedAdminDistance_Antecedent =
131894               {
131895                   /* flags */
131896                   META_FLAG_REFERENCE|META_FLAG_READ,
131897                   /* name */
131898                   "Antecedent",
131899                   /* qualifiers */
131900                   _CIM_HostedAdminDistance_Antecedent_qualifiers,
131901                   /* subscript */
131902                   -1,
131903                   /* refId */
131904                   &__root_cimv2_CIM_AdminDomain,
131905 mike  1.1.2.1 };
131906               
131907               static const char*
131908               _CIM_HostedAdminDistance_Dependent_qualifiers[] =
131909               {
131910                   /* Override */
131911                   "\044Dependent",
131912                   /* Weak */
131913                   "\064\001",
131914                   0,
131915               };
131916               
131917               static MetaReference
131918               _CIM_HostedAdminDistance_Dependent =
131919               {
131920                   /* flags */
131921                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131922                   /* name */
131923                   "Dependent",
131924                   /* qualifiers */
131925                   _CIM_HostedAdminDistance_Dependent_qualifiers,
131926 mike  1.1.2.1     /* subscript */
131927                   -1,
131928                   /* refId */
131929                   &__root_cimv2_CIM_AdministrativeDistance,
131930               };
131931               
131932               static MetaFeature*
131933               _CIM_HostedAdminDistance_features[] =
131934               {
131935                   (MetaFeature*)&_CIM_HostedAdminDistance_Antecedent,
131936                   (MetaFeature*)&_CIM_HostedAdminDistance_Dependent,
131937                   0,
131938               };
131939               
131940               static const char*
131941               __root_cimv2_CIM_HostedAdminDistance_qualifiers[] =
131942               {
131943                   /* ASSOCIATION */
131944                   "\000\001",
131945                   /* UMLPackagePath */
131946                   "\057CIM::Network::Routes",
131947 mike  1.1.2.1     /* Version */
131948                   "\0632.6.0",
131949                   0,
131950               };
131951               
131952               MetaClass
131953               __root_cimv2_CIM_HostedAdminDistance =
131954               {
131955                   /* flags */
131956                   META_FLAG_ASSOCIATION,
131957                   /* name */
131958                   "CIM_HostedAdminDistance",
131959                   /* qualifiers */
131960                   __root_cimv2_CIM_HostedAdminDistance_qualifiers,
131961                   /* super */
131962                   &__root_cimv2_CIM_HostedDependency,
131963                   /* features */
131964                   _CIM_HostedAdminDistance_features,
131965               };
131966               
131967               //==============================================================================
131968 mike  1.1.2.1 //
131969               // Class: CIM_HostedAuthenticationRequirement
131970               //
131971               //==============================================================================
131972               
131973               static const char*
131974               _CIM_HostedAuthenticationRequirement_Antecedent_qualifiers[] =
131975               {
131976                   /* Deprecated */
131977                   "\013\000\001CIM_PolicyRuleInSystem.Antecedent\000",
131978                   /* Override */
131979                   "\044Antecedent",
131980                   /* Min */
131981                   "\033\000\000\000\001",
131982                   /* Max */
131983                   "\027\000\000\000\001",
131984                   0,
131985               };
131986               
131987               static MetaReference
131988               _CIM_HostedAuthenticationRequirement_Antecedent =
131989 mike  1.1.2.1 {
131990                   /* flags */
131991                   META_FLAG_REFERENCE|META_FLAG_READ,
131992                   /* name */
131993                   "Antecedent",
131994                   /* qualifiers */
131995                   _CIM_HostedAuthenticationRequirement_Antecedent_qualifiers,
131996                   /* subscript */
131997                   -1,
131998                   /* refId */
131999                   &__root_cimv2_CIM_System,
132000               };
132001               
132002               static const char*
132003               _CIM_HostedAuthenticationRequirement_Dependent_qualifiers[] =
132004               {
132005                   /* Deprecated */
132006                   "\013\000\001CIM_PolicyRuleInSystem.Dependent\000",
132007                   /* Override */
132008                   "\044Dependent",
132009                   /* Weak */
132010 mike  1.1.2.1     "\064\001",
132011                   0,
132012               };
132013               
132014               static MetaReference
132015               _CIM_HostedAuthenticationRequirement_Dependent =
132016               {
132017                   /* flags */
132018                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132019                   /* name */
132020                   "Dependent",
132021                   /* qualifiers */
132022                   _CIM_HostedAuthenticationRequirement_Dependent_qualifiers,
132023                   /* subscript */
132024                   -1,
132025                   /* refId */
132026                   &__root_cimv2_CIM_AuthenticationRequirement,
132027               };
132028               
132029               static MetaFeature*
132030               _CIM_HostedAuthenticationRequirement_features[] =
132031 mike  1.1.2.1 {
132032                   (MetaFeature*)&_CIM_HostedAuthenticationRequirement_Antecedent,
132033                   (MetaFeature*)&_CIM_HostedAuthenticationRequirement_Dependent,
132034                   0,
132035               };
132036               
132037               static const char*
132038               __root_cimv2_CIM_HostedAuthenticationRequirement_qualifiers[] =
132039               {
132040                   /* ASSOCIATION */
132041                   "\000\001",
132042                   /* Deprecated */
132043                   "\013\000\001CIM_PolicyRuleInSystem\000",
132044                   /* UMLPackagePath */
132045                   "\057CIM::User::AuthenticationReqmt",
132046                   /* Version */
132047                   "\0632.8.0",
132048                   0,
132049               };
132050               
132051               MetaClass
132052 mike  1.1.2.1 __root_cimv2_CIM_HostedAuthenticationRequirement =
132053               {
132054                   /* flags */
132055                   META_FLAG_ASSOCIATION,
132056                   /* name */
132057                   "CIM_HostedAuthenticationRequirement",
132058                   /* qualifiers */
132059                   __root_cimv2_CIM_HostedAuthenticationRequirement_qualifiers,
132060                   /* super */
132061                   &__root_cimv2_CIM_HostedDependency,
132062                   /* features */
132063                   _CIM_HostedAuthenticationRequirement_features,
132064               };
132065               
132066               //==============================================================================
132067               //
132068               // Class: CIM_HostedBGPAttributes
132069               //
132070               //==============================================================================
132071               
132072               static const char*
132073 mike  1.1.2.1 _CIM_HostedBGPAttributes_Antecedent_qualifiers[] =
132074               {
132075                   /* Override */
132076                   "\044Antecedent",
132077                   /* Min */
132078                   "\033\000\000\000\001",
132079                   /* Max */
132080                   "\027\000\000\000\001",
132081                   0,
132082               };
132083               
132084               static MetaReference
132085               _CIM_HostedBGPAttributes_Antecedent =
132086               {
132087                   /* flags */
132088                   META_FLAG_REFERENCE|META_FLAG_READ,
132089                   /* name */
132090                   "Antecedent",
132091                   /* qualifiers */
132092                   _CIM_HostedBGPAttributes_Antecedent_qualifiers,
132093                   /* subscript */
132094 mike  1.1.2.1     -1,
132095                   /* refId */
132096                   &__root_cimv2_CIM_AutonomousSystem,
132097               };
132098               
132099               static const char*
132100               _CIM_HostedBGPAttributes_Dependent_qualifiers[] =
132101               {
132102                   /* Override */
132103                   "\044Dependent",
132104                   /* Weak */
132105                   "\064\001",
132106                   0,
132107               };
132108               
132109               static MetaReference
132110               _CIM_HostedBGPAttributes_Dependent =
132111               {
132112                   /* flags */
132113                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132114                   /* name */
132115 mike  1.1.2.1     "Dependent",
132116                   /* qualifiers */
132117                   _CIM_HostedBGPAttributes_Dependent_qualifiers,
132118                   /* subscript */
132119                   -1,
132120                   /* refId */
132121                   &__root_cimv2_CIM_BGPAttributes,
132122               };
132123               
132124               static MetaFeature*
132125               _CIM_HostedBGPAttributes_features[] =
132126               {
132127                   (MetaFeature*)&_CIM_HostedBGPAttributes_Antecedent,
132128                   (MetaFeature*)&_CIM_HostedBGPAttributes_Dependent,
132129                   0,
132130               };
132131               
132132               static const char*
132133               __root_cimv2_CIM_HostedBGPAttributes_qualifiers[] =
132134               {
132135                   /* ASSOCIATION */
132136 mike  1.1.2.1     "\000\001",
132137                   /* UMLPackagePath */
132138                   "\057CIM::Network::BGP",
132139                   /* Version */
132140                   "\0632.7.0",
132141                   0,
132142               };
132143               
132144               MetaClass
132145               __root_cimv2_CIM_HostedBGPAttributes =
132146               {
132147                   /* flags */
132148                   META_FLAG_ASSOCIATION,
132149                   /* name */
132150                   "CIM_HostedBGPAttributes",
132151                   /* qualifiers */
132152                   __root_cimv2_CIM_HostedBGPAttributes_qualifiers,
132153                   /* super */
132154                   &__root_cimv2_CIM_HostedDependency,
132155                   /* features */
132156                   _CIM_HostedBGPAttributes_features,
132157 mike  1.1.2.1 };
132158               
132159               //==============================================================================
132160               //
132161               // Class: CIM_HostedBGPPeerGroup
132162               //
132163               //==============================================================================
132164               
132165               static const char*
132166               _CIM_HostedBGPPeerGroup_Antecedent_qualifiers[] =
132167               {
132168                   /* Override */
132169                   "\044Antecedent",
132170                   /* Min */
132171                   "\033\000\000\000\001",
132172                   /* Max */
132173                   "\027\000\000\000\001",
132174                   0,
132175               };
132176               
132177               static MetaReference
132178 mike  1.1.2.1 _CIM_HostedBGPPeerGroup_Antecedent =
132179               {
132180                   /* flags */
132181                   META_FLAG_REFERENCE|META_FLAG_READ,
132182                   /* name */
132183                   "Antecedent",
132184                   /* qualifiers */
132185                   _CIM_HostedBGPPeerGroup_Antecedent_qualifiers,
132186                   /* subscript */
132187                   -1,
132188                   /* refId */
132189                   &__root_cimv2_CIM_AutonomousSystem,
132190               };
132191               
132192               static const char*
132193               _CIM_HostedBGPPeerGroup_Dependent_qualifiers[] =
132194               {
132195                   /* Override */
132196                   "\044Dependent",
132197                   /* Weak */
132198                   "\064\001",
132199 mike  1.1.2.1     0,
132200               };
132201               
132202               static MetaReference
132203               _CIM_HostedBGPPeerGroup_Dependent =
132204               {
132205                   /* flags */
132206                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132207                   /* name */
132208                   "Dependent",
132209                   /* qualifiers */
132210                   _CIM_HostedBGPPeerGroup_Dependent_qualifiers,
132211                   /* subscript */
132212                   -1,
132213                   /* refId */
132214                   &__root_cimv2_CIM_BGPPeerGroup,
132215               };
132216               
132217               static MetaFeature*
132218               _CIM_HostedBGPPeerGroup_features[] =
132219               {
132220 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedBGPPeerGroup_Antecedent,
132221                   (MetaFeature*)&_CIM_HostedBGPPeerGroup_Dependent,
132222                   0,
132223               };
132224               
132225               static const char*
132226               __root_cimv2_CIM_HostedBGPPeerGroup_qualifiers[] =
132227               {
132228                   /* ASSOCIATION */
132229                   "\000\001",
132230                   /* UMLPackagePath */
132231                   "\057CIM::Network::BGP",
132232                   /* Version */
132233                   "\0632.6.0",
132234                   0,
132235               };
132236               
132237               MetaClass
132238               __root_cimv2_CIM_HostedBGPPeerGroup =
132239               {
132240                   /* flags */
132241 mike  1.1.2.1     META_FLAG_ASSOCIATION,
132242                   /* name */
132243                   "CIM_HostedBGPPeerGroup",
132244                   /* qualifiers */
132245                   __root_cimv2_CIM_HostedBGPPeerGroup_qualifiers,
132246                   /* super */
132247                   &__root_cimv2_CIM_HostedDependency,
132248                   /* features */
132249                   _CIM_HostedBGPPeerGroup_features,
132250               };
132251               
132252               //==============================================================================
132253               //
132254               // Class: CIM_HostedBGPRouteMap
132255               //
132256               //==============================================================================
132257               
132258               static const char*
132259               _CIM_HostedBGPRouteMap_Antecedent_qualifiers[] =
132260               {
132261                   /* Override */
132262 mike  1.1.2.1     "\044Antecedent",
132263                   /* Min */
132264                   "\033\000\000\000\001",
132265                   /* Max */
132266                   "\027\000\000\000\001",
132267                   0,
132268               };
132269               
132270               static MetaReference
132271               _CIM_HostedBGPRouteMap_Antecedent =
132272               {
132273                   /* flags */
132274                   META_FLAG_REFERENCE|META_FLAG_READ,
132275                   /* name */
132276                   "Antecedent",
132277                   /* qualifiers */
132278                   _CIM_HostedBGPRouteMap_Antecedent_qualifiers,
132279                   /* subscript */
132280                   -1,
132281                   /* refId */
132282                   &__root_cimv2_CIM_AutonomousSystem,
132283 mike  1.1.2.1 };
132284               
132285               static const char*
132286               _CIM_HostedBGPRouteMap_Dependent_qualifiers[] =
132287               {
132288                   /* Override */
132289                   "\044Dependent",
132290                   /* Weak */
132291                   "\064\001",
132292                   0,
132293               };
132294               
132295               static MetaReference
132296               _CIM_HostedBGPRouteMap_Dependent =
132297               {
132298                   /* flags */
132299                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132300                   /* name */
132301                   "Dependent",
132302                   /* qualifiers */
132303                   _CIM_HostedBGPRouteMap_Dependent_qualifiers,
132304 mike  1.1.2.1     /* subscript */
132305                   -1,
132306                   /* refId */
132307                   &__root_cimv2_CIM_BGPRouteMap,
132308               };
132309               
132310               static MetaFeature*
132311               _CIM_HostedBGPRouteMap_features[] =
132312               {
132313                   (MetaFeature*)&_CIM_HostedBGPRouteMap_Antecedent,
132314                   (MetaFeature*)&_CIM_HostedBGPRouteMap_Dependent,
132315                   0,
132316               };
132317               
132318               static const char*
132319               __root_cimv2_CIM_HostedBGPRouteMap_qualifiers[] =
132320               {
132321                   /* ASSOCIATION */
132322                   "\000\001",
132323                   /* UMLPackagePath */
132324                   "\057CIM::Network::BGP",
132325 mike  1.1.2.1     /* Version */
132326                   "\0632.6.0",
132327                   0,
132328               };
132329               
132330               MetaClass
132331               __root_cimv2_CIM_HostedBGPRouteMap =
132332               {
132333                   /* flags */
132334                   META_FLAG_ASSOCIATION,
132335                   /* name */
132336                   "CIM_HostedBGPRouteMap",
132337                   /* qualifiers */
132338                   __root_cimv2_CIM_HostedBGPRouteMap_qualifiers,
132339                   /* super */
132340                   &__root_cimv2_CIM_HostedDependency,
132341                   /* features */
132342                   _CIM_HostedBGPRouteMap_features,
132343               };
132344               
132345               //==============================================================================
132346 mike  1.1.2.1 //
132347               // Class: CIM_HostedBootSAP
132348               //
132349               //==============================================================================
132350               
132351               static const char*
132352               _CIM_HostedBootSAP_Antecedent_qualifiers[] =
132353               {
132354                   /* Override */
132355                   "\044Antecedent",
132356                   /* Min */
132357                   "\033\000\000\000\001",
132358                   /* Max */
132359                   "\027\000\000\000\001",
132360                   0,
132361               };
132362               
132363               static MetaReference
132364               _CIM_HostedBootSAP_Antecedent =
132365               {
132366                   /* flags */
132367 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
132368                   /* name */
132369                   "Antecedent",
132370                   /* qualifiers */
132371                   _CIM_HostedBootSAP_Antecedent_qualifiers,
132372                   /* subscript */
132373                   -1,
132374                   /* refId */
132375                   &__root_cimv2_CIM_ComputerSystem,
132376               };
132377               
132378               static const char*
132379               _CIM_HostedBootSAP_Dependent_qualifiers[] =
132380               {
132381                   /* Override */
132382                   "\044Dependent",
132383                   0,
132384               };
132385               
132386               static MetaReference
132387               _CIM_HostedBootSAP_Dependent =
132388 mike  1.1.2.1 {
132389                   /* flags */
132390                   META_FLAG_REFERENCE|META_FLAG_READ,
132391                   /* name */
132392                   "Dependent",
132393                   /* qualifiers */
132394                   _CIM_HostedBootSAP_Dependent_qualifiers,
132395                   /* subscript */
132396                   -1,
132397                   /* refId */
132398                   &__root_cimv2_CIM_BootSAP,
132399               };
132400               
132401               static MetaFeature*
132402               _CIM_HostedBootSAP_features[] =
132403               {
132404                   (MetaFeature*)&_CIM_HostedBootSAP_Antecedent,
132405                   (MetaFeature*)&_CIM_HostedBootSAP_Dependent,
132406                   0,
132407               };
132408               
132409 mike  1.1.2.1 static const char*
132410               __root_cimv2_CIM_HostedBootSAP_qualifiers[] =
132411               {
132412                   /* ASSOCIATION */
132413                   "\000\001",
132414                   /* UMLPackagePath */
132415                   "\057CIM::System::Boot",
132416                   /* Version */
132417                   "\0632.7.0",
132418                   0,
132419               };
132420               
132421               MetaClass
132422               __root_cimv2_CIM_HostedBootSAP =
132423               {
132424                   /* flags */
132425                   META_FLAG_ASSOCIATION,
132426                   /* name */
132427                   "CIM_HostedBootSAP",
132428                   /* qualifiers */
132429                   __root_cimv2_CIM_HostedBootSAP_qualifiers,
132430 mike  1.1.2.1     /* super */
132431                   &__root_cimv2_CIM_HostedAccessPoint,
132432                   /* features */
132433                   _CIM_HostedBootSAP_features,
132434               };
132435               
132436               //==============================================================================
132437               //
132438               // Class: CIM_HostedClusterSAP
132439               //
132440               //==============================================================================
132441               
132442               static const char*
132443               _CIM_HostedClusterSAP_Antecedent_qualifiers[] =
132444               {
132445                   /* Override */
132446                   "\044Antecedent",
132447                   /* Min */
132448                   "\033\000\000\000\001",
132449                   /* Max */
132450                   "\027\000\000\000\001",
132451 mike  1.1.2.1     0,
132452               };
132453               
132454               static MetaReference
132455               _CIM_HostedClusterSAP_Antecedent =
132456               {
132457                   /* flags */
132458                   META_FLAG_REFERENCE|META_FLAG_READ,
132459                   /* name */
132460                   "Antecedent",
132461                   /* qualifiers */
132462                   _CIM_HostedClusterSAP_Antecedent_qualifiers,
132463                   /* subscript */
132464                   -1,
132465                   /* refId */
132466                   &__root_cimv2_CIM_ComputerSystem,
132467               };
132468               
132469               static const char*
132470               _CIM_HostedClusterSAP_Dependent_qualifiers[] =
132471               {
132472 mike  1.1.2.1     /* Override */
132473                   "\044Dependent",
132474                   0,
132475               };
132476               
132477               static MetaReference
132478               _CIM_HostedClusterSAP_Dependent =
132479               {
132480                   /* flags */
132481                   META_FLAG_REFERENCE|META_FLAG_READ,
132482                   /* name */
132483                   "Dependent",
132484                   /* qualifiers */
132485                   _CIM_HostedClusterSAP_Dependent_qualifiers,
132486                   /* subscript */
132487                   -1,
132488                   /* refId */
132489                   &__root_cimv2_CIM_ClusteringSAP,
132490               };
132491               
132492               static MetaFeature*
132493 mike  1.1.2.1 _CIM_HostedClusterSAP_features[] =
132494               {
132495                   (MetaFeature*)&_CIM_HostedClusterSAP_Antecedent,
132496                   (MetaFeature*)&_CIM_HostedClusterSAP_Dependent,
132497                   0,
132498               };
132499               
132500               static const char*
132501               __root_cimv2_CIM_HostedClusterSAP_qualifiers[] =
132502               {
132503                   /* ASSOCIATION */
132504                   "\000\001",
132505                   /* UMLPackagePath */
132506                   "\057CIM::System::SystemElements",
132507                   /* Version */
132508                   "\0632.6.0",
132509                   0,
132510               };
132511               
132512               MetaClass
132513               __root_cimv2_CIM_HostedClusterSAP =
132514 mike  1.1.2.1 {
132515                   /* flags */
132516                   META_FLAG_ASSOCIATION,
132517                   /* name */
132518                   "CIM_HostedClusterSAP",
132519                   /* qualifiers */
132520                   __root_cimv2_CIM_HostedClusterSAP_qualifiers,
132521                   /* super */
132522                   &__root_cimv2_CIM_HostedAccessPoint,
132523                   /* features */
132524                   _CIM_HostedClusterSAP_features,
132525               };
132526               
132527               //==============================================================================
132528               //
132529               // Class: CIM_HostedCollection
132530               //
132531               //==============================================================================
132532               
132533               static const char*
132534               _CIM_HostedCollection_Antecedent_qualifiers[] =
132535 mike  1.1.2.1 {
132536                   /* Override */
132537                   "\044Antecedent",
132538                   /* Min */
132539                   "\033\000\000\000\001",
132540                   /* Max */
132541                   "\027\000\000\000\001",
132542                   0,
132543               };
132544               
132545               static MetaReference
132546               _CIM_HostedCollection_Antecedent =
132547               {
132548                   /* flags */
132549                   META_FLAG_REFERENCE|META_FLAG_READ,
132550                   /* name */
132551                   "Antecedent",
132552                   /* qualifiers */
132553                   _CIM_HostedCollection_Antecedent_qualifiers,
132554                   /* subscript */
132555                   -1,
132556 mike  1.1.2.1     /* refId */
132557                   &__root_cimv2_CIM_System,
132558               };
132559               
132560               static const char*
132561               _CIM_HostedCollection_Dependent_qualifiers[] =
132562               {
132563                   /* Override */
132564                   "\044Dependent",
132565                   0,
132566               };
132567               
132568               static MetaReference
132569               _CIM_HostedCollection_Dependent =
132570               {
132571                   /* flags */
132572                   META_FLAG_REFERENCE|META_FLAG_READ,
132573                   /* name */
132574                   "Dependent",
132575                   /* qualifiers */
132576                   _CIM_HostedCollection_Dependent_qualifiers,
132577 mike  1.1.2.1     /* subscript */
132578                   -1,
132579                   /* refId */
132580                   &__root_cimv2_CIM_SystemSpecificCollection,
132581               };
132582               
132583               static MetaFeature*
132584               _CIM_HostedCollection_features[] =
132585               {
132586                   (MetaFeature*)&_CIM_HostedCollection_Antecedent,
132587                   (MetaFeature*)&_CIM_HostedCollection_Dependent,
132588                   0,
132589               };
132590               
132591               static const char*
132592               __root_cimv2_CIM_HostedCollection_qualifiers[] =
132593               {
132594                   /* ASSOCIATION */
132595                   "\000\001",
132596                   /* UMLPackagePath */
132597                   "\057CIM::Core::Collection",
132598 mike  1.1.2.1     /* Version */
132599                   "\0632.10.0",
132600                   0,
132601               };
132602               
132603               MetaClass
132604               __root_cimv2_CIM_HostedCollection =
132605               {
132606                   /* flags */
132607                   META_FLAG_ASSOCIATION,
132608                   /* name */
132609                   "CIM_HostedCollection",
132610                   /* qualifiers */
132611                   __root_cimv2_CIM_HostedCollection_qualifiers,
132612                   /* super */
132613                   &__root_cimv2_CIM_HostedDependency,
132614                   /* features */
132615                   _CIM_HostedCollection_features,
132616               };
132617               
132618               //==============================================================================
132619 mike  1.1.2.1 //
132620               // Class: CIM_HostedFileSystem
132621               //
132622               //==============================================================================
132623               
132624               static const char*
132625               _CIM_HostedFileSystem_GroupComponent_qualifiers[] =
132626               {
132627                   /* Aggregate */
132628                   "\003\001",
132629                   /* Override */
132630                   "\044GroupComponent",
132631                   /* Min */
132632                   "\033\000\000\000\001",
132633                   /* Max */
132634                   "\027\000\000\000\001",
132635                   0,
132636               };
132637               
132638               static MetaReference
132639               _CIM_HostedFileSystem_GroupComponent =
132640 mike  1.1.2.1 {
132641                   /* flags */
132642                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
132643                   /* name */
132644                   "GroupComponent",
132645                   /* qualifiers */
132646                   _CIM_HostedFileSystem_GroupComponent_qualifiers,
132647                   /* subscript */
132648                   -1,
132649                   /* refId */
132650                   &__root_cimv2_CIM_System,
132651               };
132652               
132653               static const char*
132654               _CIM_HostedFileSystem_PartComponent_qualifiers[] =
132655               {
132656                   /* Override */
132657                   "\044PartComponent",
132658                   /* Weak */
132659                   "\064\001",
132660                   0,
132661 mike  1.1.2.1 };
132662               
132663               static MetaReference
132664               _CIM_HostedFileSystem_PartComponent =
132665               {
132666                   /* flags */
132667                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132668                   /* name */
132669                   "PartComponent",
132670                   /* qualifiers */
132671                   _CIM_HostedFileSystem_PartComponent_qualifiers,
132672                   /* subscript */
132673                   -1,
132674                   /* refId */
132675                   &__root_cimv2_CIM_FileSystem,
132676               };
132677               
132678               static MetaFeature*
132679               _CIM_HostedFileSystem_features[] =
132680               {
132681                   (MetaFeature*)&_CIM_HostedFileSystem_GroupComponent,
132682 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedFileSystem_PartComponent,
132683                   0,
132684               };
132685               
132686               static const char*
132687               __root_cimv2_CIM_HostedFileSystem_qualifiers[] =
132688               {
132689                   /* ASSOCIATION */
132690                   "\000\001",
132691                   /* UMLPackagePath */
132692                   "\057CIM::System::FileElements",
132693                   /* Aggregation */
132694                   "\004\001",
132695                   /* Composition */
132696                   "\011\001",
132697                   /* Version */
132698                   "\0632.7.0",
132699                   0,
132700               };
132701               
132702               MetaClass
132703 mike  1.1.2.1 __root_cimv2_CIM_HostedFileSystem =
132704               {
132705                   /* flags */
132706                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
132707                   /* name */
132708                   "CIM_HostedFileSystem",
132709                   /* qualifiers */
132710                   __root_cimv2_CIM_HostedFileSystem_qualifiers,
132711                   /* super */
132712                   &__root_cimv2_CIM_SystemComponent,
132713                   /* features */
132714                   _CIM_HostedFileSystem_features,
132715               };
132716               
132717               //==============================================================================
132718               //
132719               // Class: CIM_HostedFilterEntryBase
132720               //
132721               //==============================================================================
132722               
132723               static const char*
132724 mike  1.1.2.1 _CIM_HostedFilterEntryBase_Antecedent_qualifiers[] =
132725               {
132726                   /* Override */
132727                   "\044Antecedent",
132728                   /* Min */
132729                   "\033\000\000\000\001",
132730                   /* Max */
132731                   "\027\000\000\000\001",
132732                   0,
132733               };
132734               
132735               static MetaReference
132736               _CIM_HostedFilterEntryBase_Antecedent =
132737               {
132738                   /* flags */
132739                   META_FLAG_REFERENCE|META_FLAG_READ,
132740                   /* name */
132741                   "Antecedent",
132742                   /* qualifiers */
132743                   _CIM_HostedFilterEntryBase_Antecedent_qualifiers,
132744                   /* subscript */
132745 mike  1.1.2.1     -1,
132746                   /* refId */
132747                   &__root_cimv2_CIM_ComputerSystem,
132748               };
132749               
132750               static const char*
132751               _CIM_HostedFilterEntryBase_Dependent_qualifiers[] =
132752               {
132753                   /* Override */
132754                   "\044Dependent",
132755                   /* Weak */
132756                   "\064\001",
132757                   0,
132758               };
132759               
132760               static MetaReference
132761               _CIM_HostedFilterEntryBase_Dependent =
132762               {
132763                   /* flags */
132764                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132765                   /* name */
132766 mike  1.1.2.1     "Dependent",
132767                   /* qualifiers */
132768                   _CIM_HostedFilterEntryBase_Dependent_qualifiers,
132769                   /* subscript */
132770                   -1,
132771                   /* refId */
132772                   &__root_cimv2_CIM_FilterEntryBase,
132773               };
132774               
132775               static MetaFeature*
132776               _CIM_HostedFilterEntryBase_features[] =
132777               {
132778                   (MetaFeature*)&_CIM_HostedFilterEntryBase_Antecedent,
132779                   (MetaFeature*)&_CIM_HostedFilterEntryBase_Dependent,
132780                   0,
132781               };
132782               
132783               static const char*
132784               __root_cimv2_CIM_HostedFilterEntryBase_qualifiers[] =
132785               {
132786                   /* ASSOCIATION */
132787 mike  1.1.2.1     "\000\001",
132788                   /* UMLPackagePath */
132789                   "\057CIM::Network::Filtering",
132790                   /* Version */
132791                   "\0632.7.0",
132792                   0,
132793               };
132794               
132795               MetaClass
132796               __root_cimv2_CIM_HostedFilterEntryBase =
132797               {
132798                   /* flags */
132799                   META_FLAG_ASSOCIATION,
132800                   /* name */
132801                   "CIM_HostedFilterEntryBase",
132802                   /* qualifiers */
132803                   __root_cimv2_CIM_HostedFilterEntryBase_qualifiers,
132804                   /* super */
132805                   &__root_cimv2_CIM_HostedDependency,
132806                   /* features */
132807                   _CIM_HostedFilterEntryBase_features,
132808 mike  1.1.2.1 };
132809               
132810               //==============================================================================
132811               //
132812               // Class: CIM_HostedFilterList
132813               //
132814               //==============================================================================
132815               
132816               static const char*
132817               _CIM_HostedFilterList_Antecedent_qualifiers[] =
132818               {
132819                   /* Override */
132820                   "\044Antecedent",
132821                   /* Min */
132822                   "\033\000\000\000\001",
132823                   /* Max */
132824                   "\027\000\000\000\001",
132825                   0,
132826               };
132827               
132828               static MetaReference
132829 mike  1.1.2.1 _CIM_HostedFilterList_Antecedent =
132830               {
132831                   /* flags */
132832                   META_FLAG_REFERENCE|META_FLAG_READ,
132833                   /* name */
132834                   "Antecedent",
132835                   /* qualifiers */
132836                   _CIM_HostedFilterList_Antecedent_qualifiers,
132837                   /* subscript */
132838                   -1,
132839                   /* refId */
132840                   &__root_cimv2_CIM_ComputerSystem,
132841               };
132842               
132843               static const char*
132844               _CIM_HostedFilterList_Dependent_qualifiers[] =
132845               {
132846                   /* Override */
132847                   "\044Dependent",
132848                   /* Weak */
132849                   "\064\001",
132850 mike  1.1.2.1     0,
132851               };
132852               
132853               static MetaReference
132854               _CIM_HostedFilterList_Dependent =
132855               {
132856                   /* flags */
132857                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132858                   /* name */
132859                   "Dependent",
132860                   /* qualifiers */
132861                   _CIM_HostedFilterList_Dependent_qualifiers,
132862                   /* subscript */
132863                   -1,
132864                   /* refId */
132865                   &__root_cimv2_CIM_FilterList,
132866               };
132867               
132868               static MetaFeature*
132869               _CIM_HostedFilterList_features[] =
132870               {
132871 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedFilterList_Antecedent,
132872                   (MetaFeature*)&_CIM_HostedFilterList_Dependent,
132873                   0,
132874               };
132875               
132876               static const char*
132877               __root_cimv2_CIM_HostedFilterList_qualifiers[] =
132878               {
132879                   /* ASSOCIATION */
132880                   "\000\001",
132881                   /* UMLPackagePath */
132882                   "\057CIM::Network::Filtering",
132883                   /* Version */
132884                   "\0632.7.0",
132885                   0,
132886               };
132887               
132888               MetaClass
132889               __root_cimv2_CIM_HostedFilterList =
132890               {
132891                   /* flags */
132892 mike  1.1.2.1     META_FLAG_ASSOCIATION,
132893                   /* name */
132894                   "CIM_HostedFilterList",
132895                   /* qualifiers */
132896                   __root_cimv2_CIM_HostedFilterList_qualifiers,
132897                   /* super */
132898                   &__root_cimv2_CIM_HostedDependency,
132899                   /* features */
132900                   _CIM_HostedFilterList_features,
132901               };
132902               
132903               //==============================================================================
132904               //
132905               // Class: CIM_HostedJobDestination
132906               //
132907               //==============================================================================
132908               
132909               static const char*
132910               _CIM_HostedJobDestination_Antecedent_qualifiers[] =
132911               {
132912                   /* Override */
132913 mike  1.1.2.1     "\044Antecedent",
132914                   /* Min */
132915                   "\033\000\000\000\001",
132916                   /* Max */
132917                   "\027\000\000\000\001",
132918                   0,
132919               };
132920               
132921               static MetaReference
132922               _CIM_HostedJobDestination_Antecedent =
132923               {
132924                   /* flags */
132925                   META_FLAG_REFERENCE|META_FLAG_READ,
132926                   /* name */
132927                   "Antecedent",
132928                   /* qualifiers */
132929                   _CIM_HostedJobDestination_Antecedent_qualifiers,
132930                   /* subscript */
132931                   -1,
132932                   /* refId */
132933                   &__root_cimv2_CIM_System,
132934 mike  1.1.2.1 };
132935               
132936               static const char*
132937               _CIM_HostedJobDestination_Dependent_qualifiers[] =
132938               {
132939                   /* Override */
132940                   "\044Dependent",
132941                   /* Weak */
132942                   "\064\001",
132943                   0,
132944               };
132945               
132946               static MetaReference
132947               _CIM_HostedJobDestination_Dependent =
132948               {
132949                   /* flags */
132950                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132951                   /* name */
132952                   "Dependent",
132953                   /* qualifiers */
132954                   _CIM_HostedJobDestination_Dependent_qualifiers,
132955 mike  1.1.2.1     /* subscript */
132956                   -1,
132957                   /* refId */
132958                   &__root_cimv2_CIM_JobDestination,
132959               };
132960               
132961               static MetaFeature*
132962               _CIM_HostedJobDestination_features[] =
132963               {
132964                   (MetaFeature*)&_CIM_HostedJobDestination_Antecedent,
132965                   (MetaFeature*)&_CIM_HostedJobDestination_Dependent,
132966                   0,
132967               };
132968               
132969               static const char*
132970               __root_cimv2_CIM_HostedJobDestination_qualifiers[] =
132971               {
132972                   /* ASSOCIATION */
132973                   "\000\001",
132974                   /* UMLPackagePath */
132975                   "\057CIM::System::Processing",
132976 mike  1.1.2.1     /* Version */
132977                   "\0632.8.0",
132978                   0,
132979               };
132980               
132981               MetaClass
132982               __root_cimv2_CIM_HostedJobDestination =
132983               {
132984                   /* flags */
132985                   META_FLAG_ASSOCIATION,
132986                   /* name */
132987                   "CIM_HostedJobDestination",
132988                   /* qualifiers */
132989                   __root_cimv2_CIM_HostedJobDestination_qualifiers,
132990                   /* super */
132991                   &__root_cimv2_CIM_HostedDependency,
132992                   /* features */
132993                   _CIM_HostedJobDestination_features,
132994               };
132995               
132996               //==============================================================================
132997 mike  1.1.2.1 //
132998               // Class: CIM_HostedRoute
132999               //
133000               //==============================================================================
133001               
133002               static const char*
133003               _CIM_HostedRoute_Antecedent_qualifiers[] =
133004               {
133005                   /* Override */
133006                   "\044Antecedent",
133007                   /* Min */
133008                   "\033\000\000\000\001",
133009                   /* Max */
133010                   "\027\000\000\000\001",
133011                   0,
133012               };
133013               
133014               static MetaReference
133015               _CIM_HostedRoute_Antecedent =
133016               {
133017                   /* flags */
133018 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
133019                   /* name */
133020                   "Antecedent",
133021                   /* qualifiers */
133022                   _CIM_HostedRoute_Antecedent_qualifiers,
133023                   /* subscript */
133024                   -1,
133025                   /* refId */
133026                   &__root_cimv2_CIM_System,
133027               };
133028               
133029               static const char*
133030               _CIM_HostedRoute_Dependent_qualifiers[] =
133031               {
133032                   /* Override */
133033                   "\044Dependent",
133034                   0,
133035               };
133036               
133037               static MetaReference
133038               _CIM_HostedRoute_Dependent =
133039 mike  1.1.2.1 {
133040                   /* flags */
133041                   META_FLAG_REFERENCE|META_FLAG_READ,
133042                   /* name */
133043                   "Dependent",
133044                   /* qualifiers */
133045                   _CIM_HostedRoute_Dependent_qualifiers,
133046                   /* subscript */
133047                   -1,
133048                   /* refId */
133049                   &__root_cimv2_CIM_NextHopRoute,
133050               };
133051               
133052               static MetaFeature*
133053               _CIM_HostedRoute_features[] =
133054               {
133055                   (MetaFeature*)&_CIM_HostedRoute_Antecedent,
133056                   (MetaFeature*)&_CIM_HostedRoute_Dependent,
133057                   0,
133058               };
133059               
133060 mike  1.1.2.1 static const char*
133061               __root_cimv2_CIM_HostedRoute_qualifiers[] =
133062               {
133063                   /* ASSOCIATION */
133064                   "\000\001",
133065                   /* UMLPackagePath */
133066                   "\057CIM::Network::Routes",
133067                   /* Version */
133068                   "\0632.7.0",
133069                   0,
133070               };
133071               
133072               MetaClass
133073               __root_cimv2_CIM_HostedRoute =
133074               {
133075                   /* flags */
133076                   META_FLAG_ASSOCIATION,
133077                   /* name */
133078                   "CIM_HostedRoute",
133079                   /* qualifiers */
133080                   __root_cimv2_CIM_HostedRoute_qualifiers,
133081 mike  1.1.2.1     /* super */
133082                   &__root_cimv2_CIM_HostedDependency,
133083                   /* features */
133084                   _CIM_HostedRoute_features,
133085               };
133086               
133087               //==============================================================================
133088               //
133089               // Class: CIM_HostedRoutingPolicy
133090               //
133091               //==============================================================================
133092               
133093               static const char*
133094               _CIM_HostedRoutingPolicy_Antecedent_qualifiers[] =
133095               {
133096                   /* Override */
133097                   "\044Antecedent",
133098                   /* Min */
133099                   "\033\000\000\000\001",
133100                   /* Max */
133101                   "\027\000\000\000\001",
133102 mike  1.1.2.1     0,
133103               };
133104               
133105               static MetaReference
133106               _CIM_HostedRoutingPolicy_Antecedent =
133107               {
133108                   /* flags */
133109                   META_FLAG_REFERENCE|META_FLAG_READ,
133110                   /* name */
133111                   "Antecedent",
133112                   /* qualifiers */
133113                   _CIM_HostedRoutingPolicy_Antecedent_qualifiers,
133114                   /* subscript */
133115                   -1,
133116                   /* refId */
133117                   &__root_cimv2_CIM_ComputerSystem,
133118               };
133119               
133120               static const char*
133121               _CIM_HostedRoutingPolicy_Dependent_qualifiers[] =
133122               {
133123 mike  1.1.2.1     /* Override */
133124                   "\044Dependent",
133125                   /* Weak */
133126                   "\064\001",
133127                   0,
133128               };
133129               
133130               static MetaReference
133131               _CIM_HostedRoutingPolicy_Dependent =
133132               {
133133                   /* flags */
133134                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133135                   /* name */
133136                   "Dependent",
133137                   /* qualifiers */
133138                   _CIM_HostedRoutingPolicy_Dependent_qualifiers,
133139                   /* subscript */
133140                   -1,
133141                   /* refId */
133142                   &__root_cimv2_CIM_RoutingPolicy,
133143               };
133144 mike  1.1.2.1 
133145               static MetaFeature*
133146               _CIM_HostedRoutingPolicy_features[] =
133147               {
133148                   (MetaFeature*)&_CIM_HostedRoutingPolicy_Antecedent,
133149                   (MetaFeature*)&_CIM_HostedRoutingPolicy_Dependent,
133150                   0,
133151               };
133152               
133153               static const char*
133154               __root_cimv2_CIM_HostedRoutingPolicy_qualifiers[] =
133155               {
133156                   /* ASSOCIATION */
133157                   "\000\001",
133158                   /* UMLPackagePath */
133159                   "\057CIM::Network::RoutingForwarding",
133160                   /* Version */
133161                   "\0632.6.0",
133162                   0,
133163               };
133164               
133165 mike  1.1.2.1 MetaClass
133166               __root_cimv2_CIM_HostedRoutingPolicy =
133167               {
133168                   /* flags */
133169                   META_FLAG_ASSOCIATION,
133170                   /* name */
133171                   "CIM_HostedRoutingPolicy",
133172                   /* qualifiers */
133173                   __root_cimv2_CIM_HostedRoutingPolicy_qualifiers,
133174                   /* super */
133175                   &__root_cimv2_CIM_HostedDependency,
133176                   /* features */
133177                   _CIM_HostedRoutingPolicy_features,
133178               };
133179               
133180               //==============================================================================
133181               //
133182               // Class: CIM_HostedService
133183               //
133184               //==============================================================================
133185               
133186 mike  1.1.2.1 static const char*
133187               _CIM_HostedService_Antecedent_qualifiers[] =
133188               {
133189                   /* Override */
133190                   "\044Antecedent",
133191                   /* Min */
133192                   "\033\000\000\000\001",
133193                   /* Max */
133194                   "\027\000\000\000\001",
133195                   0,
133196               };
133197               
133198               static MetaReference
133199               _CIM_HostedService_Antecedent =
133200               {
133201                   /* flags */
133202                   META_FLAG_REFERENCE|META_FLAG_READ,
133203                   /* name */
133204                   "Antecedent",
133205                   /* qualifiers */
133206                   _CIM_HostedService_Antecedent_qualifiers,
133207 mike  1.1.2.1     /* subscript */
133208                   -1,
133209                   /* refId */
133210                   &__root_cimv2_CIM_System,
133211               };
133212               
133213               static const char*
133214               _CIM_HostedService_Dependent_qualifiers[] =
133215               {
133216                   /* Override */
133217                   "\044Dependent",
133218                   /* Weak */
133219                   "\064\001",
133220                   0,
133221               };
133222               
133223               static MetaReference
133224               _CIM_HostedService_Dependent =
133225               {
133226                   /* flags */
133227                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133228 mike  1.1.2.1     /* name */
133229                   "Dependent",
133230                   /* qualifiers */
133231                   _CIM_HostedService_Dependent_qualifiers,
133232                   /* subscript */
133233                   -1,
133234                   /* refId */
133235                   &__root_cimv2_CIM_Service,
133236               };
133237               
133238               static MetaFeature*
133239               _CIM_HostedService_features[] =
133240               {
133241                   (MetaFeature*)&_CIM_HostedService_Antecedent,
133242                   (MetaFeature*)&_CIM_HostedService_Dependent,
133243                   0,
133244               };
133245               
133246               static const char*
133247               __root_cimv2_CIM_HostedService_qualifiers[] =
133248               {
133249 mike  1.1.2.1     /* ASSOCIATION */
133250                   "\000\001",
133251                   /* UMLPackagePath */
133252                   "\057CIM::Core::Service",
133253                   /* Version */
133254                   "\0632.10.0",
133255                   0,
133256               };
133257               
133258               MetaClass
133259               __root_cimv2_CIM_HostedService =
133260               {
133261                   /* flags */
133262                   META_FLAG_ASSOCIATION,
133263                   /* name */
133264                   "CIM_HostedService",
133265                   /* qualifiers */
133266                   __root_cimv2_CIM_HostedService_qualifiers,
133267                   /* super */
133268                   &__root_cimv2_CIM_HostedDependency,
133269                   /* features */
133270 mike  1.1.2.1     _CIM_HostedService_features,
133271               };
133272               
133273               //==============================================================================
133274               //
133275               // Class: CIM_HostedStoragePool
133276               //
133277               //==============================================================================
133278               
133279               static const char*
133280               _CIM_HostedStoragePool_GroupComponent_qualifiers[] =
133281               {
133282                   /* Aggregate */
133283                   "\003\001",
133284                   /* Override */
133285                   "\044GroupComponent",
133286                   /* Min */
133287                   "\033\000\000\000\001",
133288                   /* Max */
133289                   "\027\000\000\000\001",
133290                   0,
133291 mike  1.1.2.1 };
133292               
133293               static MetaReference
133294               _CIM_HostedStoragePool_GroupComponent =
133295               {
133296                   /* flags */
133297                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133298                   /* name */
133299                   "GroupComponent",
133300                   /* qualifiers */
133301                   _CIM_HostedStoragePool_GroupComponent_qualifiers,
133302                   /* subscript */
133303                   -1,
133304                   /* refId */
133305                   &__root_cimv2_CIM_System,
133306               };
133307               
133308               static const char*
133309               _CIM_HostedStoragePool_PartComponent_qualifiers[] =
133310               {
133311                   /* Override */
133312 mike  1.1.2.1     "\044PartComponent",
133313                   0,
133314               };
133315               
133316               static MetaReference
133317               _CIM_HostedStoragePool_PartComponent =
133318               {
133319                   /* flags */
133320                   META_FLAG_REFERENCE|META_FLAG_READ,
133321                   /* name */
133322                   "PartComponent",
133323                   /* qualifiers */
133324                   _CIM_HostedStoragePool_PartComponent_qualifiers,
133325                   /* subscript */
133326                   -1,
133327                   /* refId */
133328                   &__root_cimv2_CIM_StoragePool,
133329               };
133330               
133331               static MetaFeature*
133332               _CIM_HostedStoragePool_features[] =
133333 mike  1.1.2.1 {
133334                   (MetaFeature*)&_CIM_HostedStoragePool_GroupComponent,
133335                   (MetaFeature*)&_CIM_HostedStoragePool_PartComponent,
133336                   0,
133337               };
133338               
133339               static const char*
133340               __root_cimv2_CIM_HostedStoragePool_qualifiers[] =
133341               {
133342                   /* ASSOCIATION */
133343                   "\000\001",
133344                   /* UMLPackagePath */
133345                   "\057CIM::Device::StorageServices",
133346                   /* Aggregation */
133347                   "\004\001",
133348                   /* Composition */
133349                   "\011\001",
133350                   /* Version */
133351                   "\0632.7.0",
133352                   0,
133353               };
133354 mike  1.1.2.1 
133355               MetaClass
133356               __root_cimv2_CIM_HostedStoragePool =
133357               {
133358                   /* flags */
133359                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133360                   /* name */
133361                   "CIM_HostedStoragePool",
133362                   /* qualifiers */
133363                   __root_cimv2_CIM_HostedStoragePool_qualifiers,
133364                   /* super */
133365                   &__root_cimv2_CIM_SystemComponent,
133366                   /* features */
133367                   _CIM_HostedStoragePool_features,
133368               };
133369               
133370               //==============================================================================
133371               //
133372               // Class: CIM_IBSubnetManager
133373               //
133374               //==============================================================================
133375 mike  1.1.2.1 
133376               static const char*
133377               _CIM_IBSubnetManager_Priority_qualifiers[] =
133378               {
133379                   /* Write */
133380                   "\065\001",
133381                   /* MappingStrings */
133382                   "\026\000\001MAD.IBTA | SMInfo | Priority\000",
133383                   0,
133384               };
133385               
133386               static MetaProperty
133387               _CIM_IBSubnetManager_Priority =
133388               {
133389                   /* flags */
133390                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
133391                   /* name */
133392                   "Priority",
133393                   /* qualifiers */
133394                   _CIM_IBSubnetManager_Priority_qualifiers,
133395                   /* type */
133396 mike  1.1.2.1     CIMTYPE_UINT8,
133397                   /* subscript */
133398                   -1,
133399                   /* value */
133400                   0,
133401               };
133402               
133403               static const char*
133404               _CIM_IBSubnetManager_State_qualifiers[] =
133405               {
133406                   /* ValueMap */
133407                   "\061\000\0050\0001\0002\0003\0004\000",
133408                   /* Values */
133409                   "\062\000\005Unknown\000Not Active\000Discovering\000Standby\000Master\000",
133410                   /* MappingStrings */
133411                   "\026\000\001MAD.IBTA | SMInfo | SMState\000",
133412                   0,
133413               };
133414               
133415               static MetaProperty
133416               _CIM_IBSubnetManager_State =
133417 mike  1.1.2.1 {
133418                   /* flags */
133419                   META_FLAG_PROPERTY|META_FLAG_READ,
133420                   /* name */
133421                   "State",
133422                   /* qualifiers */
133423                   _CIM_IBSubnetManager_State_qualifiers,
133424                   /* type */
133425                   CIMTYPE_UINT16,
133426                   /* subscript */
133427                   -1,
133428                   /* value */
133429                   0,
133430               };
133431               
133432               static MetaFeature*
133433               _CIM_IBSubnetManager_features[] =
133434               {
133435                   (MetaFeature*)&_CIM_IBSubnetManager_Priority,
133436                   (MetaFeature*)&_CIM_IBSubnetManager_State,
133437                   0,
133438 mike  1.1.2.1 };
133439               
133440               static const char*
133441               __root_cimv2_CIM_IBSubnetManager_qualifiers[] =
133442               {
133443                   /* UMLPackagePath */
133444                   "\057CIM::Device::IB",
133445                   /* Version */
133446                   "\0632.7.0",
133447                   0,
133448               };
133449               
133450               MetaClass
133451               __root_cimv2_CIM_IBSubnetManager =
133452               {
133453                   /* flags */
133454                   META_FLAG_CLASS,
133455                   /* name */
133456                   "CIM_IBSubnetManager",
133457                   /* qualifiers */
133458                   __root_cimv2_CIM_IBSubnetManager_qualifiers,
133459 mike  1.1.2.1     /* super */
133460                   &__root_cimv2_CIM_Service,
133461                   /* features */
133462                   _CIM_IBSubnetManager_features,
133463               };
133464               
133465               //==============================================================================
133466               //
133467               // Class: CIM_IDEController
133468               //
133469               //==============================================================================
133470               
133471               static MetaFeature*
133472               _CIM_IDEController_features[] =
133473               {
133474                   0,
133475               };
133476               
133477               static const char*
133478               __root_cimv2_CIM_IDEController_qualifiers[] =
133479               {
133480 mike  1.1.2.1     /* UMLPackagePath */
133481                   "\057CIM::Device::Controller",
133482                   /* Version */
133483                   "\0632.6.0",
133484                   0,
133485               };
133486               
133487               MetaClass
133488               __root_cimv2_CIM_IDEController =
133489               {
133490                   /* flags */
133491                   META_FLAG_CLASS,
133492                   /* name */
133493                   "CIM_IDEController",
133494                   /* qualifiers */
133495                   __root_cimv2_CIM_IDEController_qualifiers,
133496                   /* super */
133497                   &__root_cimv2_CIM_Controller,
133498                   /* features */
133499                   _CIM_IDEController_features,
133500               };
133501 mike  1.1.2.1 
133502               //==============================================================================
133503               //
133504               // Class: CIM_IdentificationOfManagedSystem
133505               //
133506               //==============================================================================
133507               
133508               static const char*
133509               _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers[] =
133510               {
133511                   /* Override */
133512                   "\044Antecedent",
133513                   /* Max */
133514                   "\027\000\000\000\001",
133515                   0,
133516               };
133517               
133518               static MetaReference
133519               _CIM_IdentificationOfManagedSystem_Antecedent =
133520               {
133521                   /* flags */
133522 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
133523                   /* name */
133524                   "Antecedent",
133525                   /* qualifiers */
133526                   _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers,
133527                   /* subscript */
133528                   -1,
133529                   /* refId */
133530                   &__root_cimv2_CIM_System,
133531               };
133532               
133533               static const char*
133534               _CIM_IdentificationOfManagedSystem_Dependent_qualifiers[] =
133535               {
133536                   /* Override */
133537                   "\044Dependent",
133538                   /* Max */
133539                   "\027\000\000\000\001",
133540                   0,
133541               };
133542               
133543 mike  1.1.2.1 static MetaReference
133544               _CIM_IdentificationOfManagedSystem_Dependent =
133545               {
133546                   /* flags */
133547                   META_FLAG_REFERENCE|META_FLAG_READ,
133548                   /* name */
133549                   "Dependent",
133550                   /* qualifiers */
133551                   _CIM_IdentificationOfManagedSystem_Dependent_qualifiers,
133552                   /* subscript */
133553                   -1,
133554                   /* refId */
133555                   &__root_cimv2_CIM_SystemIdentification,
133556               };
133557               
133558               static MetaFeature*
133559               _CIM_IdentificationOfManagedSystem_features[] =
133560               {
133561                   (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Antecedent,
133562                   (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Dependent,
133563                   0,
133564 mike  1.1.2.1 };
133565               
133566               static const char*
133567               __root_cimv2_CIM_IdentificationOfManagedSystem_qualifiers[] =
133568               {
133569                   /* ASSOCIATION */
133570                   "\000\001",
133571                   /* UMLPackagePath */
133572                   "\057CIM::Interop",
133573                   /* Version */
133574                   "\0632.6.0",
133575                   0,
133576               };
133577               
133578               MetaClass
133579               __root_cimv2_CIM_IdentificationOfManagedSystem =
133580               {
133581                   /* flags */
133582                   META_FLAG_ASSOCIATION,
133583                   /* name */
133584                   "CIM_IdentificationOfManagedSystem",
133585 mike  1.1.2.1     /* qualifiers */
133586                   __root_cimv2_CIM_IdentificationOfManagedSystem_qualifiers,
133587                   /* super */
133588                   &__root_cimv2_CIM_Dependency,
133589                   /* features */
133590                   _CIM_IdentificationOfManagedSystem_features,
133591               };
133592               
133593               //==============================================================================
133594               //
133595               // Class: CIM_InBGPPeerGroup
133596               //
133597               //==============================================================================
133598               
133599               static const char*
133600               _CIM_InBGPPeerGroup_Collection_qualifiers[] =
133601               {
133602                   /* Aggregate */
133603                   "\003\001",
133604                   /* Override */
133605                   "\044Collection",
133606 mike  1.1.2.1     /* Max */
133607                   "\027\000\000\000\001",
133608                   0,
133609               };
133610               
133611               static MetaReference
133612               _CIM_InBGPPeerGroup_Collection =
133613               {
133614                   /* flags */
133615                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133616                   /* name */
133617                   "Collection",
133618                   /* qualifiers */
133619                   _CIM_InBGPPeerGroup_Collection_qualifiers,
133620                   /* subscript */
133621                   -1,
133622                   /* refId */
133623                   &__root_cimv2_CIM_BGPPeerGroup,
133624               };
133625               
133626               static const char*
133627 mike  1.1.2.1 _CIM_InBGPPeerGroup_Member_qualifiers[] =
133628               {
133629                   /* Override */
133630                   "\044Member",
133631                   /* Min */
133632                   "\033\000\000\000\002",
133633                   0,
133634               };
133635               
133636               static MetaReference
133637               _CIM_InBGPPeerGroup_Member =
133638               {
133639                   /* flags */
133640                   META_FLAG_REFERENCE|META_FLAG_READ,
133641                   /* name */
133642                   "Member",
133643                   /* qualifiers */
133644                   _CIM_InBGPPeerGroup_Member_qualifiers,
133645                   /* subscript */
133646                   -1,
133647                   /* refId */
133648 mike  1.1.2.1     &__root_cimv2_CIM_ComputerSystem,
133649               };
133650               
133651               static MetaFeature*
133652               _CIM_InBGPPeerGroup_features[] =
133653               {
133654                   (MetaFeature*)&_CIM_InBGPPeerGroup_Collection,
133655                   (MetaFeature*)&_CIM_InBGPPeerGroup_Member,
133656                   0,
133657               };
133658               
133659               static const char*
133660               __root_cimv2_CIM_InBGPPeerGroup_qualifiers[] =
133661               {
133662                   /* ASSOCIATION */
133663                   "\000\001",
133664                   /* UMLPackagePath */
133665                   "\057CIM::Network::BGP",
133666                   /* Aggregation */
133667                   "\004\001",
133668                   /* Version */
133669 mike  1.1.2.1     "\0632.6.0",
133670                   0,
133671               };
133672               
133673               MetaClass
133674               __root_cimv2_CIM_InBGPPeerGroup =
133675               {
133676                   /* flags */
133677                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133678                   /* name */
133679                   "CIM_InBGPPeerGroup",
133680                   /* qualifiers */
133681                   __root_cimv2_CIM_InBGPPeerGroup_qualifiers,
133682                   /* super */
133683                   &__root_cimv2_CIM_CollectedMSEs,
133684                   /* features */
133685                   _CIM_InBGPPeerGroup_features,
133686               };
133687               
133688               //==============================================================================
133689               //
133690 mike  1.1.2.1 // Class: CIM_InfraredController
133691               //
133692               //==============================================================================
133693               
133694               static MetaFeature*
133695               _CIM_InfraredController_features[] =
133696               {
133697                   0,
133698               };
133699               
133700               static const char*
133701               __root_cimv2_CIM_InfraredController_qualifiers[] =
133702               {
133703                   /* UMLPackagePath */
133704                   "\057CIM::Device::Controller",
133705                   /* Version */
133706                   "\0632.6.0",
133707                   0,
133708               };
133709               
133710               MetaClass
133711 mike  1.1.2.1 __root_cimv2_CIM_InfraredController =
133712               {
133713                   /* flags */
133714                   META_FLAG_CLASS,
133715                   /* name */
133716                   "CIM_InfraredController",
133717                   /* qualifiers */
133718                   __root_cimv2_CIM_InfraredController_qualifiers,
133719                   /* super */
133720                   &__root_cimv2_CIM_Controller,
133721                   /* features */
133722                   _CIM_InfraredController_features,
133723               };
133724               
133725               //==============================================================================
133726               //
133727               // Class: CIM_InstalledOS
133728               //
133729               //==============================================================================
133730               
133731               static const char*
133732 mike  1.1.2.1 _CIM_InstalledOS_GroupComponent_qualifiers[] =
133733               {
133734                   /* Aggregate */
133735                   "\003\001",
133736                   /* Override */
133737                   "\044GroupComponent",
133738                   /* Min */
133739                   "\033\000\000\000\001",
133740                   /* Max */
133741                   "\027\000\000\000\001",
133742                   0,
133743               };
133744               
133745               static MetaReference
133746               _CIM_InstalledOS_GroupComponent =
133747               {
133748                   /* flags */
133749                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133750                   /* name */
133751                   "GroupComponent",
133752                   /* qualifiers */
133753 mike  1.1.2.1     _CIM_InstalledOS_GroupComponent_qualifiers,
133754                   /* subscript */
133755                   -1,
133756                   /* refId */
133757                   &__root_cimv2_CIM_ComputerSystem,
133758               };
133759               
133760               static const char*
133761               _CIM_InstalledOS_PartComponent_qualifiers[] =
133762               {
133763                   /* Override */
133764                   "\044PartComponent",
133765                   /* Weak */
133766                   "\064\001",
133767                   0,
133768               };
133769               
133770               static MetaReference
133771               _CIM_InstalledOS_PartComponent =
133772               {
133773                   /* flags */
133774 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133775                   /* name */
133776                   "PartComponent",
133777                   /* qualifiers */
133778                   _CIM_InstalledOS_PartComponent_qualifiers,
133779                   /* subscript */
133780                   -1,
133781                   /* refId */
133782                   &__root_cimv2_CIM_OperatingSystem,
133783               };
133784               
133785               static const char*
133786               _CIM_InstalledOS_PrimaryOS_qualifiers[] =
133787               {
133788                   /* MappingStrings */
133789                   "\026\000\001MIF.DMTF|Operating System|001.4\000",
133790                   0,
133791               };
133792               
133793               static MetaProperty
133794               _CIM_InstalledOS_PrimaryOS =
133795 mike  1.1.2.1 {
133796                   /* flags */
133797                   META_FLAG_PROPERTY|META_FLAG_READ,
133798                   /* name */
133799                   "PrimaryOS",
133800                   /* qualifiers */
133801                   _CIM_InstalledOS_PrimaryOS_qualifiers,
133802                   /* type */
133803                   CIMTYPE_BOOLEAN,
133804                   /* subscript */
133805                   -1,
133806                   /* value */
133807                   0,
133808               };
133809               
133810               static MetaFeature*
133811               _CIM_InstalledOS_features[] =
133812               {
133813                   (MetaFeature*)&_CIM_InstalledOS_GroupComponent,
133814                   (MetaFeature*)&_CIM_InstalledOS_PartComponent,
133815                   (MetaFeature*)&_CIM_InstalledOS_PrimaryOS,
133816 mike  1.1.2.1     0,
133817               };
133818               
133819               static const char*
133820               __root_cimv2_CIM_InstalledOS_qualifiers[] =
133821               {
133822                   /* ASSOCIATION */
133823                   "\000\001",
133824                   /* UMLPackagePath */
133825                   "\057CIM::System::OperatingSystem",
133826                   /* Aggregation */
133827                   "\004\001",
133828                   /* Composition */
133829                   "\011\001",
133830                   /* Version */
133831                   "\0632.7.0",
133832                   0,
133833               };
133834               
133835               MetaClass
133836               __root_cimv2_CIM_InstalledOS =
133837 mike  1.1.2.1 {
133838                   /* flags */
133839                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133840                   /* name */
133841                   "CIM_InstalledOS",
133842                   /* qualifiers */
133843                   __root_cimv2_CIM_InstalledOS_qualifiers,
133844                   /* super */
133845                   &__root_cimv2_CIM_SystemComponent,
133846                   /* features */
133847                   _CIM_InstalledOS_features,
133848               };
133849               
133850               //==============================================================================
133851               //
133852               // Class: CIM_InstalledSoftwareElement
133853               //
133854               //==============================================================================
133855               
133856               static const char*
133857               _CIM_InstalledSoftwareElement_Software_qualifiers[] =
133858 mike  1.1.2.1 {
133859                   /* Key */
133860                   "\025\001",
133861                   0,
133862               };
133863               
133864               static MetaReference
133865               _CIM_InstalledSoftwareElement_Software =
133866               {
133867                   /* flags */
133868                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133869                   /* name */
133870                   "Software",
133871                   /* qualifiers */
133872                   _CIM_InstalledSoftwareElement_Software_qualifiers,
133873                   /* subscript */
133874                   -1,
133875                   /* refId */
133876                   &__root_cimv2_CIM_SoftwareElement,
133877               };
133878               
133879 mike  1.1.2.1 static const char*
133880               _CIM_InstalledSoftwareElement_System_qualifiers[] =
133881               {
133882                   /* Key */
133883                   "\025\001",
133884                   /* Max */
133885                   "\027\000\000\000\001",
133886                   0,
133887               };
133888               
133889               static MetaReference
133890               _CIM_InstalledSoftwareElement_System =
133891               {
133892                   /* flags */
133893                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133894                   /* name */
133895                   "System",
133896                   /* qualifiers */
133897                   _CIM_InstalledSoftwareElement_System_qualifiers,
133898                   /* subscript */
133899                   -1,
133900 mike  1.1.2.1     /* refId */
133901                   &__root_cimv2_CIM_ComputerSystem,
133902               };
133903               
133904               static MetaFeature*
133905               _CIM_InstalledSoftwareElement_features[] =
133906               {
133907                   (MetaFeature*)&_CIM_InstalledSoftwareElement_Software,
133908                   (MetaFeature*)&_CIM_InstalledSoftwareElement_System,
133909                   0,
133910               };
133911               
133912               static const char*
133913               __root_cimv2_CIM_InstalledSoftwareElement_qualifiers[] =
133914               {
133915                   /* ASSOCIATION */
133916                   "\000\001",
133917                   /* UMLPackagePath */
133918                   "\057CIM::Application::SystemSoftware",
133919                   /* Version */
133920                   "\0632.6.0",
133921 mike  1.1.2.1     0,
133922               };
133923               
133924               MetaClass
133925               __root_cimv2_CIM_InstalledSoftwareElement =
133926               {
133927                   /* flags */
133928                   META_FLAG_ASSOCIATION,
133929                   /* name */
133930                   "CIM_InstalledSoftwareElement",
133931                   /* qualifiers */
133932                   __root_cimv2_CIM_InstalledSoftwareElement_qualifiers,
133933                   /* super */
133934                   0,
133935                   /* features */
133936                   _CIM_InstalledSoftwareElement_features,
133937               };
133938               
133939               //==============================================================================
133940               //
133941               // Class: CIM_InstalledSoftwareIdentity
133942 mike  1.1.2.1 //
133943               //==============================================================================
133944               
133945               static const char*
133946               _CIM_InstalledSoftwareIdentity_System_qualifiers[] =
133947               {
133948                   /* Key */
133949                   "\025\001",
133950                   0,
133951               };
133952               
133953               static MetaReference
133954               _CIM_InstalledSoftwareIdentity_System =
133955               {
133956                   /* flags */
133957                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133958                   /* name */
133959                   "System",
133960                   /* qualifiers */
133961                   _CIM_InstalledSoftwareIdentity_System_qualifiers,
133962                   /* subscript */
133963 mike  1.1.2.1     -1,
133964                   /* refId */
133965                   &__root_cimv2_CIM_System,
133966               };
133967               
133968               static const char*
133969               _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers[] =
133970               {
133971                   /* Key */
133972                   "\025\001",
133973                   0,
133974               };
133975               
133976               static MetaReference
133977               _CIM_InstalledSoftwareIdentity_InstalledSoftware =
133978               {
133979                   /* flags */
133980                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133981                   /* name */
133982                   "InstalledSoftware",
133983                   /* qualifiers */
133984 mike  1.1.2.1     _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers,
133985                   /* subscript */
133986                   -1,
133987                   /* refId */
133988                   &__root_cimv2_CIM_SoftwareIdentity,
133989               };
133990               
133991               static MetaFeature*
133992               _CIM_InstalledSoftwareIdentity_features[] =
133993               {
133994                   (MetaFeature*)&_CIM_InstalledSoftwareIdentity_System,
133995                   (MetaFeature*)&_CIM_InstalledSoftwareIdentity_InstalledSoftware,
133996                   0,
133997               };
133998               
133999               static const char*
134000               __root_cimv2_CIM_InstalledSoftwareIdentity_qualifiers[] =
134001               {
134002                   /* ASSOCIATION */
134003                   "\000\001",
134004                   /* UMLPackagePath */
134005 mike  1.1.2.1     "\057CIM::Core::Software",
134006                   /* Version */
134007                   "\0632.8.0",
134008                   0,
134009               };
134010               
134011               MetaClass
134012               __root_cimv2_CIM_InstalledSoftwareIdentity =
134013               {
134014                   /* flags */
134015                   META_FLAG_ASSOCIATION,
134016                   /* name */
134017                   "CIM_InstalledSoftwareIdentity",
134018                   /* qualifiers */
134019                   __root_cimv2_CIM_InstalledSoftwareIdentity_qualifiers,
134020                   /* super */
134021                   0,
134022                   /* features */
134023                   _CIM_InstalledSoftwareIdentity_features,
134024               };
134025               
134026 mike  1.1.2.1 //==============================================================================
134027               //
134028               // Class: CIM_InterLibraryPort
134029               //
134030               //==============================================================================
134031               
134032               static const char*
134033               _CIM_InterLibraryPort_LastAccessed_qualifiers[] =
134034               {
134035                   0,
134036               };
134037               
134038               static MetaProperty
134039               _CIM_InterLibraryPort_LastAccessed =
134040               {
134041                   /* flags */
134042                   META_FLAG_PROPERTY|META_FLAG_READ,
134043                   /* name */
134044                   "LastAccessed",
134045                   /* qualifiers */
134046                   _CIM_InterLibraryPort_LastAccessed_qualifiers,
134047 mike  1.1.2.1     /* type */
134048                   CIMTYPE_DATETIME,
134049                   /* subscript */
134050                   -1,
134051                   /* value */
134052                   0,
134053               };
134054               
134055               static const char*
134056               _CIM_InterLibraryPort_ImportCount_qualifiers[] =
134057               {
134058                   /* Counter */
134059                   "\012\001",
134060                   0,
134061               };
134062               
134063               static MetaProperty
134064               _CIM_InterLibraryPort_ImportCount =
134065               {
134066                   /* flags */
134067                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
134068 mike  1.1.2.1     /* name */
134069                   "ImportCount",
134070                   /* qualifiers */
134071                   _CIM_InterLibraryPort_ImportCount_qualifiers,
134072                   /* type */
134073                   CIMTYPE_UINT64,
134074                   /* subscript */
134075                   -1,
134076                   /* value */
134077                   0,
134078               };
134079               
134080               static const char*
134081               _CIM_InterLibraryPort_ExportCount_qualifiers[] =
134082               {
134083                   /* Counter */
134084                   "\012\001",
134085                   0,
134086               };
134087               
134088               static MetaProperty
134089 mike  1.1.2.1 _CIM_InterLibraryPort_ExportCount =
134090               {
134091                   /* flags */
134092                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
134093                   /* name */
134094                   "ExportCount",
134095                   /* qualifiers */
134096                   _CIM_InterLibraryPort_ExportCount_qualifiers,
134097                   /* type */
134098                   CIMTYPE_UINT64,
134099                   /* subscript */
134100                   -1,
134101                   /* value */
134102                   0,
134103               };
134104               
134105               static const char*
134106               _CIM_InterLibraryPort_Direction_qualifiers[] =
134107               {
134108                   /* ValueMap */
134109                   "\061\000\0040\0001\0002\0003\000",
134110 mike  1.1.2.1     /* Values */
134111                   "\062\000\004Unknown\000Import\000Export\000Both Import and Export\000",
134112                   0,
134113               };
134114               
134115               static MetaProperty
134116               _CIM_InterLibraryPort_Direction =
134117               {
134118                   /* flags */
134119                   META_FLAG_PROPERTY|META_FLAG_READ,
134120                   /* name */
134121                   "Direction",
134122                   /* qualifiers */
134123                   _CIM_InterLibraryPort_Direction_qualifiers,
134124                   /* type */
134125                   CIMTYPE_UINT16,
134126                   /* subscript */
134127                   -1,
134128                   /* value */
134129                   0,
134130               };
134131 mike  1.1.2.1 
134132               static MetaFeature*
134133               _CIM_InterLibraryPort_features[] =
134134               {
134135                   (MetaFeature*)&_CIM_InterLibraryPort_LastAccessed,
134136                   (MetaFeature*)&_CIM_InterLibraryPort_ImportCount,
134137                   (MetaFeature*)&_CIM_InterLibraryPort_ExportCount,
134138                   (MetaFeature*)&_CIM_InterLibraryPort_Direction,
134139                   0,
134140               };
134141               
134142               static const char*
134143               __root_cimv2_CIM_InterLibraryPort_qualifiers[] =
134144               {
134145                   /* UMLPackagePath */
134146                   "\057CIM::Device::StorageLib",
134147                   /* Version */
134148                   "\0632.6.0",
134149                   0,
134150               };
134151               
134152 mike  1.1.2.1 MetaClass
134153               __root_cimv2_CIM_InterLibraryPort =
134154               {
134155                   /* flags */
134156                   META_FLAG_CLASS,
134157                   /* name */
134158                   "CIM_InterLibraryPort",
134159                   /* qualifiers */
134160                   __root_cimv2_CIM_InterLibraryPort_qualifiers,
134161                   /* super */
134162                   &__root_cimv2_CIM_MediaTransferDevice,
134163                   /* features */
134164                   _CIM_InterLibraryPort_features,
134165               };
134166               
134167               //==============================================================================
134168               //
134169               // Class: CIM_IPsecPolicyForSystem
134170               //
134171               //==============================================================================
134172               
134173 mike  1.1.2.1 static const char*
134174               _CIM_IPsecPolicyForSystem_Antecedent_qualifiers[] =
134175               {
134176                   /* Override */
134177                   "\044Antecedent",
134178                   /* MappingStrings */
134179                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem.Antecedent\000",
134180                   0,
134181               };
134182               
134183               static MetaReference
134184               _CIM_IPsecPolicyForSystem_Antecedent =
134185               {
134186                   /* flags */
134187                   META_FLAG_REFERENCE|META_FLAG_READ,
134188                   /* name */
134189                   "Antecedent",
134190                   /* qualifiers */
134191                   _CIM_IPsecPolicyForSystem_Antecedent_qualifiers,
134192                   /* subscript */
134193                   -1,
134194 mike  1.1.2.1     /* refId */
134195                   &__root_cimv2_CIM_System,
134196               };
134197               
134198               static const char*
134199               _CIM_IPsecPolicyForSystem_Dependent_qualifiers[] =
134200               {
134201                   /* Override */
134202                   "\044Dependent",
134203                   /* Min */
134204                   "\033\000\000\000\000",
134205                   /* Max */
134206                   "\027\000\000\000\001",
134207                   /* MappingStrings */
134208                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem.Dependent\000",
134209                   0,
134210               };
134211               
134212               static MetaReference
134213               _CIM_IPsecPolicyForSystem_Dependent =
134214               {
134215 mike  1.1.2.1     /* flags */
134216                   META_FLAG_REFERENCE|META_FLAG_READ,
134217                   /* name */
134218                   "Dependent",
134219                   /* qualifiers */
134220                   _CIM_IPsecPolicyForSystem_Dependent_qualifiers,
134221                   /* subscript */
134222                   -1,
134223                   /* refId */
134224                   &__root_cimv2_CIM_PolicyGroup,
134225               };
134226               
134227               static MetaFeature*
134228               _CIM_IPsecPolicyForSystem_features[] =
134229               {
134230                   (MetaFeature*)&_CIM_IPsecPolicyForSystem_Antecedent,
134231                   (MetaFeature*)&_CIM_IPsecPolicyForSystem_Dependent,
134232                   0,
134233               };
134234               
134235               static const char*
134236 mike  1.1.2.1 __root_cimv2_CIM_IPsecPolicyForSystem_qualifiers[] =
134237               {
134238                   /* ASSOCIATION */
134239                   "\000\001",
134240                   /* UMLPackagePath */
134241                   "\057CIM::IPsecPolicy",
134242                   /* Version */
134243                   "\0632.8.0",
134244                   /* MappingStrings */
134245                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem\000",
134246                   0,
134247               };
134248               
134249               MetaClass
134250               __root_cimv2_CIM_IPsecPolicyForSystem =
134251               {
134252                   /* flags */
134253                   META_FLAG_ASSOCIATION,
134254                   /* name */
134255                   "CIM_IPsecPolicyForSystem",
134256                   /* qualifiers */
134257 mike  1.1.2.1     __root_cimv2_CIM_IPsecPolicyForSystem_qualifiers,
134258                   /* super */
134259                   &__root_cimv2_CIM_Dependency,
134260                   /* features */
134261                   _CIM_IPsecPolicyForSystem_features,
134262               };
134263               
134264               //==============================================================================
134265               //
134266               // Class: CIM_IRQ
134267               //
134268               //==============================================================================
134269               
134270               static const char*
134271               _CIM_IRQ_CSCreationClassName_qualifiers[] =
134272               {
134273                   /* Key */
134274                   "\025\001",
134275                   /* Propagated */
134276                   "\045CIM_ComputerSystem.CreationClassName",
134277                   /* MaxLen */
134278 mike  1.1.2.1     "\030\000\000\001\000",
134279                   0,
134280               };
134281               
134282               static MetaProperty
134283               _CIM_IRQ_CSCreationClassName =
134284               {
134285                   /* flags */
134286                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134287                   /* name */
134288                   "CSCreationClassName",
134289                   /* qualifiers */
134290                   _CIM_IRQ_CSCreationClassName_qualifiers,
134291                   /* type */
134292                   CIMTYPE_STRING,
134293                   /* subscript */
134294                   -1,
134295                   /* value */
134296                   0,
134297               };
134298               
134299 mike  1.1.2.1 static const char*
134300               _CIM_IRQ_CSName_qualifiers[] =
134301               {
134302                   /* Key */
134303                   "\025\001",
134304                   /* Propagated */
134305                   "\045CIM_ComputerSystem.Name",
134306                   /* MaxLen */
134307                   "\030\000\000\001\000",
134308                   0,
134309               };
134310               
134311               static MetaProperty
134312               _CIM_IRQ_CSName =
134313               {
134314                   /* flags */
134315                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134316                   /* name */
134317                   "CSName",
134318                   /* qualifiers */
134319                   _CIM_IRQ_CSName_qualifiers,
134320 mike  1.1.2.1     /* type */
134321                   CIMTYPE_STRING,
134322                   /* subscript */
134323                   -1,
134324                   /* value */
134325                   0,
134326               };
134327               
134328               static const char*
134329               _CIM_IRQ_CreationClassName_qualifiers[] =
134330               {
134331                   /* Key */
134332                   "\025\001",
134333                   /* MaxLen */
134334                   "\030\000\000\001\000",
134335                   0,
134336               };
134337               
134338               static MetaProperty
134339               _CIM_IRQ_CreationClassName =
134340               {
134341 mike  1.1.2.1     /* flags */
134342                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134343                   /* name */
134344                   "CreationClassName",
134345                   /* qualifiers */
134346                   _CIM_IRQ_CreationClassName_qualifiers,
134347                   /* type */
134348                   CIMTYPE_STRING,
134349                   /* subscript */
134350                   -1,
134351                   /* value */
134352                   0,
134353               };
134354               
134355               static const char*
134356               _CIM_IRQ_IRQNumber_qualifiers[] =
134357               {
134358                   /* Key */
134359                   "\025\001",
134360                   /* MappingStrings */
134361                   "\026\000\001MIF.DMTF|IRQ|002.1\000",
134362 mike  1.1.2.1     0,
134363               };
134364               
134365               static MetaProperty
134366               _CIM_IRQ_IRQNumber =
134367               {
134368                   /* flags */
134369                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134370                   /* name */
134371                   "IRQNumber",
134372                   /* qualifiers */
134373                   _CIM_IRQ_IRQNumber_qualifiers,
134374                   /* type */
134375                   CIMTYPE_UINT32,
134376                   /* subscript */
134377                   -1,
134378                   /* value */
134379                   0,
134380               };
134381               
134382               static const char*
134383 mike  1.1.2.1 _CIM_IRQ_Availability_qualifiers[] =
134384               {
134385                   /* ValueMap */
134386                   "\061\000\0051\0002\0003\0004\0005\000",
134387                   /* Values */
134388                   "\062\000\005Other\000Unknown\000Available\000In Use/Not Available\000In Use and Available/Shareable\000",
134389                   /* MappingStrings */
134390                   "\026\000\001MIF.DMTF|IRQ|002.2\000",
134391                   0,
134392               };
134393               
134394               static MetaProperty
134395               _CIM_IRQ_Availability =
134396               {
134397                   /* flags */
134398                   META_FLAG_PROPERTY|META_FLAG_READ,
134399                   /* name */
134400                   "Availability",
134401                   /* qualifiers */
134402                   _CIM_IRQ_Availability_qualifiers,
134403                   /* type */
134404 mike  1.1.2.1     CIMTYPE_UINT16,
134405                   /* subscript */
134406                   -1,
134407                   /* value */
134408                   0,
134409               };
134410               
134411               static const char*
134412               _CIM_IRQ_TriggerType_qualifiers[] =
134413               {
134414                   /* ValueMap */
134415                   "\061\000\0041\0002\0003\0004\000",
134416                   /* Values */
134417                   "\062\000\004Other\000Unknown\000Level\000Edge\000",
134418                   /* MappingStrings */
134419                   "\026\000\002MIF.DMTF|IRQ|002.3\000MIF.DMTF|System Resource IRQ Info|001.2\000",
134420                   0,
134421               };
134422               
134423               static MetaProperty
134424               _CIM_IRQ_TriggerType =
134425 mike  1.1.2.1 {
134426                   /* flags */
134427                   META_FLAG_PROPERTY|META_FLAG_READ,
134428                   /* name */
134429                   "TriggerType",
134430                   /* qualifiers */
134431                   _CIM_IRQ_TriggerType_qualifiers,
134432                   /* type */
134433                   CIMTYPE_UINT16,
134434                   /* subscript */
134435                   -1,
134436                   /* value */
134437                   0,
134438               };
134439               
134440               static const char*
134441               _CIM_IRQ_TriggerLevel_qualifiers[] =
134442               {
134443                   /* ValueMap */
134444                   "\061\000\0041\0002\0003\0004\000",
134445                   /* Values */
134446 mike  1.1.2.1     "\062\000\004Other\000Unknown\000Active Low\000Active High\000",
134447                   /* MappingStrings */
134448                   "\026\000\001MIF.DMTF|System Resource IRQ Info|001.3\000",
134449                   0,
134450               };
134451               
134452               static MetaProperty
134453               _CIM_IRQ_TriggerLevel =
134454               {
134455                   /* flags */
134456                   META_FLAG_PROPERTY|META_FLAG_READ,
134457                   /* name */
134458                   "TriggerLevel",
134459                   /* qualifiers */
134460                   _CIM_IRQ_TriggerLevel_qualifiers,
134461                   /* type */
134462                   CIMTYPE_UINT16,
134463                   /* subscript */
134464                   -1,
134465                   /* value */
134466                   0,
134467 mike  1.1.2.1 };
134468               
134469               static const char*
134470               _CIM_IRQ_Shareable_qualifiers[] =
134471               {
134472                   /* Override */
134473                   "\044Shareable",
134474                   /* MappingStrings */
134475                   "\026\000\001MIF.DMTF|IRQ|002.4\000",
134476                   0,
134477               };
134478               
134479               static MetaProperty
134480               _CIM_IRQ_Shareable =
134481               {
134482                   /* flags */
134483                   META_FLAG_PROPERTY|META_FLAG_READ,
134484                   /* name */
134485                   "Shareable",
134486                   /* qualifiers */
134487                   _CIM_IRQ_Shareable_qualifiers,
134488 mike  1.1.2.1     /* type */
134489                   CIMTYPE_BOOLEAN,
134490                   /* subscript */
134491                   -1,
134492                   /* value */
134493                   0,
134494               };
134495               
134496               static const char*
134497               _CIM_IRQ_Hardware_qualifiers[] =
134498               {
134499                   0,
134500               };
134501               
134502               static MetaProperty
134503               _CIM_IRQ_Hardware =
134504               {
134505                   /* flags */
134506                   META_FLAG_PROPERTY|META_FLAG_READ,
134507                   /* name */
134508                   "Hardware",
134509 mike  1.1.2.1     /* qualifiers */
134510                   _CIM_IRQ_Hardware_qualifiers,
134511                   /* type */
134512                   CIMTYPE_BOOLEAN,
134513                   /* subscript */
134514                   -1,
134515                   /* value */
134516                   0,
134517               };
134518               
134519               static MetaFeature*
134520               _CIM_IRQ_features[] =
134521               {
134522                   (MetaFeature*)&_CIM_IRQ_CSCreationClassName,
134523                   (MetaFeature*)&_CIM_IRQ_CSName,
134524                   (MetaFeature*)&_CIM_IRQ_CreationClassName,
134525                   (MetaFeature*)&_CIM_IRQ_IRQNumber,
134526                   (MetaFeature*)&_CIM_IRQ_Availability,
134527                   (MetaFeature*)&_CIM_IRQ_TriggerType,
134528                   (MetaFeature*)&_CIM_IRQ_TriggerLevel,
134529                   (MetaFeature*)&_CIM_IRQ_Shareable,
134530 mike  1.1.2.1     (MetaFeature*)&_CIM_IRQ_Hardware,
134531                   0,
134532               };
134533               
134534               static const char*
134535               __root_cimv2_CIM_IRQ_qualifiers[] =
134536               {
134537                   /* UMLPackagePath */
134538                   "\057CIM::System::SystemResources",
134539                   /* Version */
134540                   "\0632.6.0",
134541                   0,
134542               };
134543               
134544               MetaClass
134545               __root_cimv2_CIM_IRQ =
134546               {
134547                   /* flags */
134548                   META_FLAG_CLASS,
134549                   /* name */
134550                   "CIM_IRQ",
134551 mike  1.1.2.1     /* qualifiers */
134552                   __root_cimv2_CIM_IRQ_qualifiers,
134553                   /* super */
134554                   &__root_cimv2_CIM_SystemResource,
134555                   /* features */
134556                   _CIM_IRQ_features,
134557               };
134558               
134559               //==============================================================================
134560               //
134561               // Class: CIM_iSCSIConnection
134562               //
134563               //==============================================================================
134564               
134565               static const char*
134566               _CIM_iSCSIConnection_ConnectionID_qualifiers[] =
134567               {
134568                   /* MinValue */
134569                   "\035\000\000\000\000\000\000\000\001",
134570                   /* MaxValue */
134571                   "\031\000\000\000\000\000\000\377\377",
134572 mike  1.1.2.1     /* MappingStrings */
134573                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnCid\000",
134574                   0,
134575               };
134576               
134577               static MetaProperty
134578               _CIM_iSCSIConnection_ConnectionID =
134579               {
134580                   /* flags */
134581                   META_FLAG_PROPERTY|META_FLAG_READ,
134582                   /* name */
134583                   "ConnectionID",
134584                   /* qualifiers */
134585                   _CIM_iSCSIConnection_ConnectionID_qualifiers,
134586                   /* type */
134587                   CIMTYPE_UINT32,
134588                   /* subscript */
134589                   -1,
134590                   /* value */
134591                   0,
134592               };
134593 mike  1.1.2.1 
134594               static const char*
134595               _CIM_iSCSIConnection_MaxReceiveDataSegmentLength_qualifiers[] =
134596               {
134597                   /* Units */
134598                   "\060Bytes",
134599                   /* MinValue */
134600                   "\035\000\000\000\000\000\000\002\000",
134601                   /* MaxValue */
134602                   "\031\000\000\000\000\000\377\377\377",
134603                   /* MappingStrings */
134604                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnMaxRecvDataSegLength\000",
134605                   /* ModelCorrespondence */
134606                   "\036\000\001CIM_iSCSIConnectionSettings.MaxReceiveDataSegmentLength\000",
134607                   0,
134608               };
134609               
134610               static MetaProperty
134611               _CIM_iSCSIConnection_MaxReceiveDataSegmentLength =
134612               {
134613                   /* flags */
134614 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
134615                   /* name */
134616                   "MaxReceiveDataSegmentLength",
134617                   /* qualifiers */
134618                   _CIM_iSCSIConnection_MaxReceiveDataSegmentLength_qualifiers,
134619                   /* type */
134620                   CIMTYPE_UINT32,
134621                   /* subscript */
134622                   -1,
134623                   /* value */
134624                   0,
134625               };
134626               
134627               static const char*
134628               _CIM_iSCSIConnection_MaxTransmitDataSegmentLength_qualifiers[] =
134629               {
134630                   /* Units */
134631                   "\060Bytes",
134632                   /* MinValue */
134633                   "\035\000\000\000\000\000\000\002\000",
134634                   /* MaxValue */
134635 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
134636                   /* MappingStrings */
134637                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnMaxXmitDataSegLength\000",
134638                   0,
134639               };
134640               
134641               static MetaProperty
134642               _CIM_iSCSIConnection_MaxTransmitDataSegmentLength =
134643               {
134644                   /* flags */
134645                   META_FLAG_PROPERTY|META_FLAG_READ,
134646                   /* name */
134647                   "MaxTransmitDataSegmentLength",
134648                   /* qualifiers */
134649                   _CIM_iSCSIConnection_MaxTransmitDataSegmentLength_qualifiers,
134650                   /* type */
134651                   CIMTYPE_UINT32,
134652                   /* subscript */
134653                   -1,
134654                   /* value */
134655                   0,
134656 mike  1.1.2.1 };
134657               
134658               static const char*
134659               _CIM_iSCSIConnection_HeaderDigestMethod_qualifiers[] =
134660               {
134661                   /* ValueMap */
134662                   "\061\000\0031\0002\0003\000",
134663                   /* Values */
134664                   "\062\000\003Other\000No Digest\000CRC32C\000",
134665                   /* MappingStrings */
134666                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnHeaderIntegrity\000",
134667                   /* ModelCorrespondence */
134668                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000CIM_iSCSIConnection.OtherHeaderDigestMethod\000",
134669                   0,
134670               };
134671               
134672               static MetaProperty
134673               _CIM_iSCSIConnection_HeaderDigestMethod =
134674               {
134675                   /* flags */
134676                   META_FLAG_PROPERTY|META_FLAG_READ,
134677 mike  1.1.2.1     /* name */
134678                   "HeaderDigestMethod",
134679                   /* qualifiers */
134680                   _CIM_iSCSIConnection_HeaderDigestMethod_qualifiers,
134681                   /* type */
134682                   CIMTYPE_UINT16,
134683                   /* subscript */
134684                   -1,
134685                   /* value */
134686                   0,
134687               };
134688               
134689               static const char*
134690               _CIM_iSCSIConnection_OtherHeaderDigestMethod_qualifiers[] =
134691               {
134692                   /* ModelCorrespondence */
134693                   "\036\000\003CIM_iSCSIConnectionSettings.OtherPrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryHeaderDigestMethod\000CIM_iSCSIConnection.HeaderDigestMethod\000",
134694                   0,
134695               };
134696               
134697               static MetaProperty
134698 mike  1.1.2.1 _CIM_iSCSIConnection_OtherHeaderDigestMethod =
134699               {
134700                   /* flags */
134701                   META_FLAG_PROPERTY|META_FLAG_READ,
134702                   /* name */
134703                   "OtherHeaderDigestMethod",
134704                   /* qualifiers */
134705                   _CIM_iSCSIConnection_OtherHeaderDigestMethod_qualifiers,
134706                   /* type */
134707                   CIMTYPE_STRING,
134708                   /* subscript */
134709                   -1,
134710                   /* value */
134711                   0,
134712               };
134713               
134714               static const char*
134715               _CIM_iSCSIConnection_DataDigestMethod_qualifiers[] =
134716               {
134717                   /* ValueMap */
134718                   "\061\000\0031\0002\0003\000",
134719 mike  1.1.2.1     /* Values */
134720                   "\062\000\003Other\000No Digest\000CRC32C\000",
134721                   /* MappingStrings */
134722                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnDataIntegrity\000",
134723                   /* ModelCorrespondence */
134724                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000CIM_iSCSIConnection.OtherDataDigestMethod\000",
134725                   0,
134726               };
134727               
134728               static MetaProperty
134729               _CIM_iSCSIConnection_DataDigestMethod =
134730               {
134731                   /* flags */
134732                   META_FLAG_PROPERTY|META_FLAG_READ,
134733                   /* name */
134734                   "DataDigestMethod",
134735                   /* qualifiers */
134736                   _CIM_iSCSIConnection_DataDigestMethod_qualifiers,
134737                   /* type */
134738                   CIMTYPE_UINT16,
134739                   /* subscript */
134740 mike  1.1.2.1     -1,
134741                   /* value */
134742                   0,
134743               };
134744               
134745               static const char*
134746               _CIM_iSCSIConnection_OtherDataDigestMethod_qualifiers[] =
134747               {
134748                   /* ModelCorrespondence */
134749                   "\036\000\003CIM_iSCSIConnectionSettings.OtherPrimaryDataDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryDataDigestMethod\000CIM_iSCSIConnection.DataDigestMethod\000",
134750                   0,
134751               };
134752               
134753               static MetaProperty
134754               _CIM_iSCSIConnection_OtherDataDigestMethod =
134755               {
134756                   /* flags */
134757                   META_FLAG_PROPERTY|META_FLAG_READ,
134758                   /* name */
134759                   "OtherDataDigestMethod",
134760                   /* qualifiers */
134761 mike  1.1.2.1     _CIM_iSCSIConnection_OtherDataDigestMethod_qualifiers,
134762                   /* type */
134763                   CIMTYPE_STRING,
134764                   /* subscript */
134765                   -1,
134766                   /* value */
134767                   0,
134768               };
134769               
134770               static const char*
134771               _CIM_iSCSIConnection_ReceivingMarkers_qualifiers[] =
134772               {
134773                   /* MappingStrings */
134774                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnRecvMarker\000",
134775                   /* ModelCorrespondence */
134776                   "\036\000\001CIM_iSCSIConnectionSettings.RequestingMarkersOnReceive\000",
134777                   0,
134778               };
134779               
134780               static MetaProperty
134781               _CIM_iSCSIConnection_ReceivingMarkers =
134782 mike  1.1.2.1 {
134783                   /* flags */
134784                   META_FLAG_PROPERTY|META_FLAG_READ,
134785                   /* name */
134786                   "ReceivingMarkers",
134787                   /* qualifiers */
134788                   _CIM_iSCSIConnection_ReceivingMarkers_qualifiers,
134789                   /* type */
134790                   CIMTYPE_BOOLEAN,
134791                   /* subscript */
134792                   -1,
134793                   /* value */
134794                   0,
134795               };
134796               
134797               static const char*
134798               _CIM_iSCSIConnection_SendingMarkers_qualifiers[] =
134799               {
134800                   /* MappingStrings */
134801                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnSendMarker\000",
134802                   0,
134803 mike  1.1.2.1 };
134804               
134805               static MetaProperty
134806               _CIM_iSCSIConnection_SendingMarkers =
134807               {
134808                   /* flags */
134809                   META_FLAG_PROPERTY|META_FLAG_READ,
134810                   /* name */
134811                   "SendingMarkers",
134812                   /* qualifiers */
134813                   _CIM_iSCSIConnection_SendingMarkers_qualifiers,
134814                   /* type */
134815                   CIMTYPE_BOOLEAN,
134816                   /* subscript */
134817                   -1,
134818                   /* value */
134819                   0,
134820               };
134821               
134822               static const char*
134823               _CIM_iSCSIConnection_ActiveiSCSIVersion_qualifiers[] =
134824 mike  1.1.2.1 {
134825                   /* MinValue */
134826                   "\035\000\000\000\000\000\000\000\000",
134827                   /* MaxValue */
134828                   "\031\000\000\000\000\000\000\000\377",
134829                   /* MappingStrings */
134830                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnVersionActive\000",
134831                   /* ModelCorrespondence */
134832                   "\036\000\002CIM_iSCSICapabilities.MinimumSpecificationVersionSupported\000CIM_iSCSICapabilities.MaximumSpecificationVersionSupported\000",
134833                   0,
134834               };
134835               
134836               static MetaProperty
134837               _CIM_iSCSIConnection_ActiveiSCSIVersion =
134838               {
134839                   /* flags */
134840                   META_FLAG_PROPERTY|META_FLAG_READ,
134841                   /* name */
134842                   "ActiveiSCSIVersion",
134843                   /* qualifiers */
134844                   _CIM_iSCSIConnection_ActiveiSCSIVersion_qualifiers,
134845 mike  1.1.2.1     /* type */
134846                   CIMTYPE_BOOLEAN,
134847                   /* subscript */
134848                   -1,
134849                   /* value */
134850                   0,
134851               };
134852               
134853               static const char*
134854               _CIM_iSCSIConnection_AuthenticationMethodUsed_qualifiers[] =
134855               {
134856                   /* ValueMap */
134857                   "\061\000\0042\0003\0004\0005\000",
134858                   /* Values */
134859                   "\062\000\004No Authentication\000SRP\000CHAP\000Kerberos\000",
134860                   /* MappingStrings */
134861                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
134862                   /* ModelCorrespondence */
134863                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSICapabilities.AuthenticationMethodsSupported\000",
134864                   0,
134865               };
134866 mike  1.1.2.1 
134867               static MetaProperty
134868               _CIM_iSCSIConnection_AuthenticationMethodUsed =
134869               {
134870                   /* flags */
134871                   META_FLAG_PROPERTY|META_FLAG_READ,
134872                   /* name */
134873                   "AuthenticationMethodUsed",
134874                   /* qualifiers */
134875                   _CIM_iSCSIConnection_AuthenticationMethodUsed_qualifiers,
134876                   /* type */
134877                   CIMTYPE_UINT16,
134878                   /* subscript */
134879                   -1,
134880                   /* value */
134881                   0,
134882               };
134883               
134884               static const char*
134885               _CIM_iSCSIConnection_MutualAuthentication_qualifiers[] =
134886               {
134887 mike  1.1.2.1     0,
134888               };
134889               
134890               static MetaProperty
134891               _CIM_iSCSIConnection_MutualAuthentication =
134892               {
134893                   /* flags */
134894                   META_FLAG_PROPERTY|META_FLAG_READ,
134895                   /* name */
134896                   "MutualAuthentication",
134897                   /* qualifiers */
134898                   _CIM_iSCSIConnection_MutualAuthentication_qualifiers,
134899                   /* type */
134900                   CIMTYPE_BOOLEAN,
134901                   /* subscript */
134902                   -1,
134903                   /* value */
134904                   0,
134905               };
134906               
134907               static MetaFeature*
134908 mike  1.1.2.1 _CIM_iSCSIConnection_features[] =
134909               {
134910                   (MetaFeature*)&_CIM_iSCSIConnection_ConnectionID,
134911                   (MetaFeature*)&_CIM_iSCSIConnection_MaxReceiveDataSegmentLength,
134912                   (MetaFeature*)&_CIM_iSCSIConnection_MaxTransmitDataSegmentLength,
134913                   (MetaFeature*)&_CIM_iSCSIConnection_HeaderDigestMethod,
134914                   (MetaFeature*)&_CIM_iSCSIConnection_OtherHeaderDigestMethod,
134915                   (MetaFeature*)&_CIM_iSCSIConnection_DataDigestMethod,
134916                   (MetaFeature*)&_CIM_iSCSIConnection_OtherDataDigestMethod,
134917                   (MetaFeature*)&_CIM_iSCSIConnection_ReceivingMarkers,
134918                   (MetaFeature*)&_CIM_iSCSIConnection_SendingMarkers,
134919                   (MetaFeature*)&_CIM_iSCSIConnection_ActiveiSCSIVersion,
134920                   (MetaFeature*)&_CIM_iSCSIConnection_AuthenticationMethodUsed,
134921                   (MetaFeature*)&_CIM_iSCSIConnection_MutualAuthentication,
134922                   0,
134923               };
134924               
134925               static const char*
134926               __root_cimv2_CIM_iSCSIConnection_qualifiers[] =
134927               {
134928                   /* UMLPackagePath */
134929 mike  1.1.2.1     "\057CIM::Network::iSCSI",
134930                   /* Version */
134931                   "\0632.11.0",
134932                   0,
134933               };
134934               
134935               MetaClass
134936               __root_cimv2_CIM_iSCSIConnection =
134937               {
134938                   /* flags */
134939                   META_FLAG_CLASS,
134940                   /* name */
134941                   "CIM_iSCSIConnection",
134942                   /* qualifiers */
134943                   __root_cimv2_CIM_iSCSIConnection_qualifiers,
134944                   /* super */
134945                   &__root_cimv2_CIM_NetworkPipe,
134946                   /* features */
134947                   _CIM_iSCSIConnection_features,
134948               };
134949               
134950 mike  1.1.2.1 //==============================================================================
134951               //
134952               // Class: CIM_iSCSISession
134953               //
134954               //==============================================================================
134955               
134956               static const char*
134957               _CIM_iSCSISession_Directionality_qualifiers[] =
134958               {
134959                   /* Override */
134960                   "\044Directionality",
134961                   /* ValueMap */
134962                   "\061\000\0012\000",
134963                   /* Values */
134964                   "\062\000\001Bi-Directional\000",
134965                   0,
134966               };
134967               
134968               static MetaProperty
134969               _CIM_iSCSISession_Directionality =
134970               {
134971 mike  1.1.2.1     /* flags */
134972                   META_FLAG_PROPERTY|META_FLAG_READ,
134973                   /* name */
134974                   "Directionality",
134975                   /* qualifiers */
134976                   _CIM_iSCSISession_Directionality_qualifiers,
134977                   /* type */
134978                   CIMTYPE_UINT16,
134979                   /* subscript */
134980                   -1,
134981                   /* value */
134982                   "\000\002",
134983               };
134984               
134985               static const char*
134986               _CIM_iSCSISession_SessionType_qualifiers[] =
134987               {
134988                   /* ValueMap */
134989                   "\061\000\0022\0003\000",
134990                   /* Values */
134991                   "\062\000\002Discovery\000Normal\000",
134992 mike  1.1.2.1     /* MappingStrings */
134993                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnType\000",
134994                   0,
134995               };
134996               
134997               static MetaProperty
134998               _CIM_iSCSISession_SessionType =
134999               {
135000                   /* flags */
135001                   META_FLAG_PROPERTY|META_FLAG_READ,
135002                   /* name */
135003                   "SessionType",
135004                   /* qualifiers */
135005                   _CIM_iSCSISession_SessionType_qualifiers,
135006                   /* type */
135007                   CIMTYPE_UINT16,
135008                   /* subscript */
135009                   -1,
135010                   /* value */
135011                   0,
135012               };
135013 mike  1.1.2.1 
135014               static const char*
135015               _CIM_iSCSISession_TSIH_qualifiers[] =
135016               {
135017                   /* MappingStrings */
135018                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnTSIH\000",
135019                   0,
135020               };
135021               
135022               static MetaProperty
135023               _CIM_iSCSISession_TSIH =
135024               {
135025                   /* flags */
135026                   META_FLAG_PROPERTY|META_FLAG_READ,
135027                   /* name */
135028                   "TSIH",
135029                   /* qualifiers */
135030                   _CIM_iSCSISession_TSIH_qualifiers,
135031                   /* type */
135032                   CIMTYPE_UINT32,
135033                   /* subscript */
135034 mike  1.1.2.1     -1,
135035                   /* value */
135036                   0,
135037               };
135038               
135039               static const char*
135040               _CIM_iSCSISession_EndPointName_qualifiers[] =
135041               {
135042                   /* MappingStrings */
135043                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiSsnInitiatorName\000MIB.IETF|iSCSI-MIB.iscsiSsnTargetName\000",
135044                   0,
135045               };
135046               
135047               static MetaProperty
135048               _CIM_iSCSISession_EndPointName =
135049               {
135050                   /* flags */
135051                   META_FLAG_PROPERTY|META_FLAG_READ,
135052                   /* name */
135053                   "EndPointName",
135054                   /* qualifiers */
135055 mike  1.1.2.1     _CIM_iSCSISession_EndPointName_qualifiers,
135056                   /* type */
135057                   CIMTYPE_STRING,
135058                   /* subscript */
135059                   -1,
135060                   /* value */
135061                   0,
135062               };
135063               
135064               static const char*
135065               _CIM_iSCSISession_CurrentConnections_qualifiers[] =
135066               {
135067                   /* MinValue */
135068                   "\035\000\000\000\000\000\000\000\001",
135069                   /* MaxValue */
135070                   "\031\000\000\000\000\000\000\377\377",
135071                   /* MappingStrings */
135072                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnConnectionNumber\000",
135073                   /* ModelCorrespondence */
135074                   "\036\000\001CIM_iSCSISessionSettings.MaxConnectionsPerSession\000",
135075                   0,
135076 mike  1.1.2.1 };
135077               
135078               static MetaProperty
135079               _CIM_iSCSISession_CurrentConnections =
135080               {
135081                   /* flags */
135082                   META_FLAG_PROPERTY|META_FLAG_READ,
135083                   /* name */
135084                   "CurrentConnections",
135085                   /* qualifiers */
135086                   _CIM_iSCSISession_CurrentConnections_qualifiers,
135087                   /* type */
135088                   CIMTYPE_UINT32,
135089                   /* subscript */
135090                   -1,
135091                   /* value */
135092                   0,
135093               };
135094               
135095               static const char*
135096               _CIM_iSCSISession_InitialR2T_qualifiers[] =
135097 mike  1.1.2.1 {
135098                   /* MappingStrings */
135099                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnInitialR2T\000",
135100                   /* ModelCorrespondence */
135101                   "\036\000\001CIM_iSCSISessionSettings.InitialR2TPreference\000",
135102                   0,
135103               };
135104               
135105               static MetaProperty
135106               _CIM_iSCSISession_InitialR2T =
135107               {
135108                   /* flags */
135109                   META_FLAG_PROPERTY|META_FLAG_READ,
135110                   /* name */
135111                   "InitialR2T",
135112                   /* qualifiers */
135113                   _CIM_iSCSISession_InitialR2T_qualifiers,
135114                   /* type */
135115                   CIMTYPE_BOOLEAN,
135116                   /* subscript */
135117                   -1,
135118 mike  1.1.2.1     /* value */
135119                   0,
135120               };
135121               
135122               static const char*
135123               _CIM_iSCSISession_ImmediateData_qualifiers[] =
135124               {
135125                   /* MappingStrings */
135126                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnImmediateData\000",
135127                   /* ModelCorrespondence */
135128                   "\036\000\001CIM_iSCSISessionSettings.ImmediateDataPreference\000",
135129                   0,
135130               };
135131               
135132               static MetaProperty
135133               _CIM_iSCSISession_ImmediateData =
135134               {
135135                   /* flags */
135136                   META_FLAG_PROPERTY|META_FLAG_READ,
135137                   /* name */
135138                   "ImmediateData",
135139 mike  1.1.2.1     /* qualifiers */
135140                   _CIM_iSCSISession_ImmediateData_qualifiers,
135141                   /* type */
135142                   CIMTYPE_BOOLEAN,
135143                   /* subscript */
135144                   -1,
135145                   /* value */
135146                   0,
135147               };
135148               
135149               static const char*
135150               _CIM_iSCSISession_MaxOutstandingR2T_qualifiers[] =
135151               {
135152                   /* Units */
135153                   "\060Bytes",
135154                   /* MinValue */
135155                   "\035\000\000\000\000\000\000\000\001",
135156                   /* MaxValue */
135157                   "\031\000\000\000\000\000\000\377\377",
135158                   /* MappingStrings */
135159                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnMaxOutstandingR2T\000",
135160 mike  1.1.2.1     /* ModelCorrespondence */
135161                   "\036\000\001CIM_iSCSISessionSettings.MaxOutstandingR2T\000",
135162                   0,
135163               };
135164               
135165               static MetaProperty
135166               _CIM_iSCSISession_MaxOutstandingR2T =
135167               {
135168                   /* flags */
135169                   META_FLAG_PROPERTY|META_FLAG_READ,
135170                   /* name */
135171                   "MaxOutstandingR2T",
135172                   /* qualifiers */
135173                   _CIM_iSCSISession_MaxOutstandingR2T_qualifiers,
135174                   /* type */
135175                   CIMTYPE_UINT32,
135176                   /* subscript */
135177                   -1,
135178                   /* value */
135179                   0,
135180               };
135181 mike  1.1.2.1 
135182               static const char*
135183               _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength_qualifiers[] =
135184               {
135185                   /* Units */
135186                   "\060Bytes",
135187                   /* MinValue */
135188                   "\035\000\000\000\000\000\000\002\000",
135189                   /* MaxValue */
135190                   "\031\000\000\000\000\000\377\377\377",
135191                   /* MappingStrings */
135192                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnFirstBurstLength\000",
135193                   /* ModelCorrespondence */
135194                   "\036\000\001CIM_iSCSISessionSettings.MaxUnsolicitedFirstDataBurstLength\000",
135195                   0,
135196               };
135197               
135198               static MetaProperty
135199               _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength =
135200               {
135201                   /* flags */
135202 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
135203                   /* name */
135204                   "MaxUnsolicitedFirstDataBurstLength",
135205                   /* qualifiers */
135206                   _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength_qualifiers,
135207                   /* type */
135208                   CIMTYPE_UINT32,
135209                   /* subscript */
135210                   -1,
135211                   /* value */
135212                   0,
135213               };
135214               
135215               static const char*
135216               _CIM_iSCSISession_MaxDataBurstLength_qualifiers[] =
135217               {
135218                   /* Units */
135219                   "\060Bytes",
135220                   /* MinValue */
135221                   "\035\000\000\000\000\000\000\002\000",
135222                   /* MaxValue */
135223 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
135224                   /* MappingStrings */
135225                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnMaxBurstLength\000",
135226                   /* ModelCorrespondence */
135227                   "\036\000\001CIM_iSCSISessionSettings.MaxDataBurstLength\000",
135228                   0,
135229               };
135230               
135231               static MetaProperty
135232               _CIM_iSCSISession_MaxDataBurstLength =
135233               {
135234                   /* flags */
135235                   META_FLAG_PROPERTY|META_FLAG_READ,
135236                   /* name */
135237                   "MaxDataBurstLength",
135238                   /* qualifiers */
135239                   _CIM_iSCSISession_MaxDataBurstLength_qualifiers,
135240                   /* type */
135241                   CIMTYPE_UINT32,
135242                   /* subscript */
135243                   -1,
135244 mike  1.1.2.1     /* value */
135245                   0,
135246               };
135247               
135248               static const char*
135249               _CIM_iSCSISession_DataSequenceInOrder_qualifiers[] =
135250               {
135251                   /* MappingStrings */
135252                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnDataSequenceInOrder\000",
135253                   /* ModelCorrespondence */
135254                   "\036\000\001CIM_iSCSISessionSettings.DataSequenceInOrderPreference\000",
135255                   0,
135256               };
135257               
135258               static MetaProperty
135259               _CIM_iSCSISession_DataSequenceInOrder =
135260               {
135261                   /* flags */
135262                   META_FLAG_PROPERTY|META_FLAG_READ,
135263                   /* name */
135264                   "DataSequenceInOrder",
135265 mike  1.1.2.1     /* qualifiers */
135266                   _CIM_iSCSISession_DataSequenceInOrder_qualifiers,
135267                   /* type */
135268                   CIMTYPE_BOOLEAN,
135269                   /* subscript */
135270                   -1,
135271                   /* value */
135272                   0,
135273               };
135274               
135275               static const char*
135276               _CIM_iSCSISession_DataPDUInOrder_qualifiers[] =
135277               {
135278                   /* MappingStrings */
135279                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnDataPDUInOrder\000",
135280                   /* ModelCorrespondence */
135281                   "\036\000\001CIM_iSCSISessionSettings.DataPDUInOrderPreference\000",
135282                   0,
135283               };
135284               
135285               static MetaProperty
135286 mike  1.1.2.1 _CIM_iSCSISession_DataPDUInOrder =
135287               {
135288                   /* flags */
135289                   META_FLAG_PROPERTY|META_FLAG_READ,
135290                   /* name */
135291                   "DataPDUInOrder",
135292                   /* qualifiers */
135293                   _CIM_iSCSISession_DataPDUInOrder_qualifiers,
135294                   /* type */
135295                   CIMTYPE_BOOLEAN,
135296                   /* subscript */
135297                   -1,
135298                   /* value */
135299                   0,
135300               };
135301               
135302               static const char*
135303               _CIM_iSCSISession_ErrorRecoveryLevel_qualifiers[] =
135304               {
135305                   /* MinValue */
135306                   "\035\000\000\000\000\000\000\000\001",
135307 mike  1.1.2.1     /* MaxValue */
135308                   "\031\000\000\000\000\000\000\000\377",
135309                   /* MappingStrings */
135310                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnErrorRecoveryLevel\000",
135311                   /* ModelCorrespondence */
135312                   "\036\000\001CIM_iSCSISessionSettings.ErrorRecoveryLevelPreference\000",
135313                   0,
135314               };
135315               
135316               static MetaProperty
135317               _CIM_iSCSISession_ErrorRecoveryLevel =
135318               {
135319                   /* flags */
135320                   META_FLAG_PROPERTY|META_FLAG_READ,
135321                   /* name */
135322                   "ErrorRecoveryLevel",
135323                   /* qualifiers */
135324                   _CIM_iSCSISession_ErrorRecoveryLevel_qualifiers,
135325                   /* type */
135326                   CIMTYPE_UINT32,
135327                   /* subscript */
135328 mike  1.1.2.1     -1,
135329                   /* value */
135330                   0,
135331               };
135332               
135333               static const char*
135334               _CIM_iSCSISession_MaxConnectionsPerSession_qualifiers[] =
135335               {
135336                   /* MinValue */
135337                   "\035\000\000\000\000\000\000\000\001",
135338                   /* MaxValue */
135339                   "\031\000\000\000\000\000\000\377\377",
135340                   /* MappingStrings */
135341                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxConnections\000",
135342                   /* ModelCorrespondence */
135343                   "\036\000\001CIM_iSCSISessionSettings.MaxConnectionsPerSession\000",
135344                   0,
135345               };
135346               
135347               static MetaProperty
135348               _CIM_iSCSISession_MaxConnectionsPerSession =
135349 mike  1.1.2.1 {
135350                   /* flags */
135351                   META_FLAG_PROPERTY|META_FLAG_READ,
135352                   /* name */
135353                   "MaxConnectionsPerSession",
135354                   /* qualifiers */
135355                   _CIM_iSCSISession_MaxConnectionsPerSession_qualifiers,
135356                   /* type */
135357                   CIMTYPE_UINT32,
135358                   /* subscript */
135359                   -1,
135360                   /* value */
135361                   0,
135362               };
135363               
135364               static const char*
135365               _CIM_iSCSISession_DefaultTimeToWait_qualifiers[] =
135366               {
135367                   /* Units */
135368                   "\060Seconds",
135369                   /* MinValue */
135370 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
135371                   /* MaxValue */
135372                   "\031\000\000\000\000\000\000\016\020",
135373                   /* MappingStrings */
135374                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Wait\000",
135375                   /* ModelCorrespondence */
135376                   "\036\000\001CIM_iSCSISessionSettings.DefaultTimeToWaitPreference\000",
135377                   0,
135378               };
135379               
135380               static MetaProperty
135381               _CIM_iSCSISession_DefaultTimeToWait =
135382               {
135383                   /* flags */
135384                   META_FLAG_PROPERTY|META_FLAG_READ,
135385                   /* name */
135386                   "DefaultTimeToWait",
135387                   /* qualifiers */
135388                   _CIM_iSCSISession_DefaultTimeToWait_qualifiers,
135389                   /* type */
135390                   CIMTYPE_UINT32,
135391 mike  1.1.2.1     /* subscript */
135392                   -1,
135393                   /* value */
135394                   0,
135395               };
135396               
135397               static const char*
135398               _CIM_iSCSISession_DefaultTimeToRetain_qualifiers[] =
135399               {
135400                   /* Units */
135401                   "\060Seconds",
135402                   /* MinValue */
135403                   "\035\000\000\000\000\000\000\000\000",
135404                   /* MaxValue */
135405                   "\031\000\000\000\000\000\000\016\020",
135406                   /* MappingStrings */
135407                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Retain\000",
135408                   /* ModelCorrespondence */
135409                   "\036\000\001CIM_iSCSISessionSettings.DefaultTimeToRetainPreference\000",
135410                   0,
135411               };
135412 mike  1.1.2.1 
135413               static MetaProperty
135414               _CIM_iSCSISession_DefaultTimeToRetain =
135415               {
135416                   /* flags */
135417                   META_FLAG_PROPERTY|META_FLAG_READ,
135418                   /* name */
135419                   "DefaultTimeToRetain",
135420                   /* qualifiers */
135421                   _CIM_iSCSISession_DefaultTimeToRetain_qualifiers,
135422                   /* type */
135423                   CIMTYPE_UINT32,
135424                   /* subscript */
135425                   -1,
135426                   /* value */
135427                   0,
135428               };
135429               
135430               static MetaFeature*
135431               _CIM_iSCSISession_features[] =
135432               {
135433 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISession_Directionality,
135434                   (MetaFeature*)&_CIM_iSCSISession_SessionType,
135435                   (MetaFeature*)&_CIM_iSCSISession_TSIH,
135436                   (MetaFeature*)&_CIM_iSCSISession_EndPointName,
135437                   (MetaFeature*)&_CIM_iSCSISession_CurrentConnections,
135438                   (MetaFeature*)&_CIM_iSCSISession_InitialR2T,
135439                   (MetaFeature*)&_CIM_iSCSISession_ImmediateData,
135440                   (MetaFeature*)&_CIM_iSCSISession_MaxOutstandingR2T,
135441                   (MetaFeature*)&_CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength,
135442                   (MetaFeature*)&_CIM_iSCSISession_MaxDataBurstLength,
135443                   (MetaFeature*)&_CIM_iSCSISession_DataSequenceInOrder,
135444                   (MetaFeature*)&_CIM_iSCSISession_DataPDUInOrder,
135445                   (MetaFeature*)&_CIM_iSCSISession_ErrorRecoveryLevel,
135446                   (MetaFeature*)&_CIM_iSCSISession_MaxConnectionsPerSession,
135447                   (MetaFeature*)&_CIM_iSCSISession_DefaultTimeToWait,
135448                   (MetaFeature*)&_CIM_iSCSISession_DefaultTimeToRetain,
135449                   0,
135450               };
135451               
135452               static const char*
135453               __root_cimv2_CIM_iSCSISession_qualifiers[] =
135454 mike  1.1.2.1 {
135455                   /* UMLPackagePath */
135456                   "\057CIM::Network::Pipes",
135457                   /* Version */
135458                   "\0632.11.0",
135459                   0,
135460               };
135461               
135462               MetaClass
135463               __root_cimv2_CIM_iSCSISession =
135464               {
135465                   /* flags */
135466                   META_FLAG_CLASS,
135467                   /* name */
135468                   "CIM_iSCSISession",
135469                   /* qualifiers */
135470                   __root_cimv2_CIM_iSCSISession_qualifiers,
135471                   /* super */
135472                   &__root_cimv2_CIM_NetworkPipe,
135473                   /* features */
135474                   _CIM_iSCSISession_features,
135475 mike  1.1.2.1 };
135476               
135477               //==============================================================================
135478               //
135479               // Class: CIM_ISDNModem
135480               //
135481               //==============================================================================
135482               
135483               static MetaFeature*
135484               _CIM_ISDNModem_features[] =
135485               {
135486                   0,
135487               };
135488               
135489               static const char*
135490               __root_cimv2_CIM_ISDNModem_qualifiers[] =
135491               {
135492                   /* UMLPackagePath */
135493                   "\057CIM::Device::Modems",
135494                   /* Version */
135495                   "\0632.6.0",
135496 mike  1.1.2.1     0,
135497               };
135498               
135499               MetaClass
135500               __root_cimv2_CIM_ISDNModem =
135501               {
135502                   /* flags */
135503                   META_FLAG_CLASS,
135504                   /* name */
135505                   "CIM_ISDNModem",
135506                   /* qualifiers */
135507                   __root_cimv2_CIM_ISDNModem_qualifiers,
135508                   /* super */
135509                   &__root_cimv2_CIM_CallBasedModem,
135510                   /* features */
135511                   _CIM_ISDNModem_features,
135512               };
135513               
135514               //==============================================================================
135515               //
135516               // Class: CIM_J2eeApplication
135517 mike  1.1.2.1 //
135518               //==============================================================================
135519               
135520               static const char*
135521               _CIM_J2eeApplication_Name_qualifiers[] =
135522               {
135523                   /* Override */
135524                   "\044Name",
135525                   /* MaxLen */
135526                   "\030\000\000\001\000",
135527                   /* MappingStrings */
135528                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135529                   0,
135530               };
135531               
135532               static MetaProperty
135533               _CIM_J2eeApplication_Name =
135534               {
135535                   /* flags */
135536                   META_FLAG_PROPERTY|META_FLAG_READ,
135537                   /* name */
135538 mike  1.1.2.1     "Name",
135539                   /* qualifiers */
135540                   _CIM_J2eeApplication_Name_qualifiers,
135541                   /* type */
135542                   CIMTYPE_STRING,
135543                   /* subscript */
135544                   -1,
135545                   /* value */
135546                   0,
135547               };
135548               
135549               static const char*
135550               _CIM_J2eeApplication_DeploymentDescriptor_qualifiers[] =
135551               {
135552                   /* MappingStrings */
135553                   "\026\000\001JSR77.JCP|JSR77.3.5.0.1 deploymentDescriptor|V1.0\000",
135554                   0,
135555               };
135556               
135557               static MetaProperty
135558               _CIM_J2eeApplication_DeploymentDescriptor =
135559 mike  1.1.2.1 {
135560                   /* flags */
135561                   META_FLAG_PROPERTY|META_FLAG_READ,
135562                   /* name */
135563                   "DeploymentDescriptor",
135564                   /* qualifiers */
135565                   _CIM_J2eeApplication_DeploymentDescriptor_qualifiers,
135566                   /* type */
135567                   CIMTYPE_STRING,
135568                   /* subscript */
135569                   -1,
135570                   /* value */
135571                   0,
135572               };
135573               
135574               static MetaFeature*
135575               _CIM_J2eeApplication_features[] =
135576               {
135577                   (MetaFeature*)&_CIM_J2eeApplication_Name,
135578                   (MetaFeature*)&_CIM_J2eeApplication_DeploymentDescriptor,
135579                   0,
135580 mike  1.1.2.1 };
135581               
135582               static const char*
135583               __root_cimv2_CIM_J2eeApplication_qualifiers[] =
135584               {
135585                   /* UMLPackagePath */
135586                   "\057CIM::Application::J2eeAppServer",
135587                   /* Version */
135588                   "\0632.8.0",
135589                   0,
135590               };
135591               
135592               MetaClass
135593               __root_cimv2_CIM_J2eeApplication =
135594               {
135595                   /* flags */
135596                   META_FLAG_CLASS,
135597                   /* name */
135598                   "CIM_J2eeApplication",
135599                   /* qualifiers */
135600                   __root_cimv2_CIM_J2eeApplication_qualifiers,
135601 mike  1.1.2.1     /* super */
135602                   &__root_cimv2_CIM_ApplicationSystem,
135603                   /* features */
135604                   _CIM_J2eeApplication_features,
135605               };
135606               
135607               //==============================================================================
135608               //
135609               // Class: CIM_J2eeDeployedObject
135610               //
135611               //==============================================================================
135612               
135613               static const char*
135614               _CIM_J2eeDeployedObject_Name_qualifiers[] =
135615               {
135616                   /* Override */
135617                   "\044Name",
135618                   /* MaxLen */
135619                   "\030\000\000\001\000",
135620                   /* MappingStrings */
135621                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135622 mike  1.1.2.1     0,
135623               };
135624               
135625               static MetaProperty
135626               _CIM_J2eeDeployedObject_Name =
135627               {
135628                   /* flags */
135629                   META_FLAG_PROPERTY|META_FLAG_READ,
135630                   /* name */
135631                   "Name",
135632                   /* qualifiers */
135633                   _CIM_J2eeDeployedObject_Name_qualifiers,
135634                   /* type */
135635                   CIMTYPE_STRING,
135636                   /* subscript */
135637                   -1,
135638                   /* value */
135639                   0,
135640               };
135641               
135642               static const char*
135643 mike  1.1.2.1 _CIM_J2eeDeployedObject_DeploymentDescriptor_qualifiers[] =
135644               {
135645                   /* MappingStrings */
135646                   "\026\000\001JSR77.JCP|JSR77.3.5.0.1 deploymentDescriptor|V1.0\000",
135647                   0,
135648               };
135649               
135650               static MetaProperty
135651               _CIM_J2eeDeployedObject_DeploymentDescriptor =
135652               {
135653                   /* flags */
135654                   META_FLAG_PROPERTY|META_FLAG_READ,
135655                   /* name */
135656                   "DeploymentDescriptor",
135657                   /* qualifiers */
135658                   _CIM_J2eeDeployedObject_DeploymentDescriptor_qualifiers,
135659                   /* type */
135660                   CIMTYPE_STRING,
135661                   /* subscript */
135662                   -1,
135663                   /* value */
135664 mike  1.1.2.1     0,
135665               };
135666               
135667               static MetaFeature*
135668               _CIM_J2eeDeployedObject_features[] =
135669               {
135670                   (MetaFeature*)&_CIM_J2eeDeployedObject_Name,
135671                   (MetaFeature*)&_CIM_J2eeDeployedObject_DeploymentDescriptor,
135672                   0,
135673               };
135674               
135675               static const char*
135676               __root_cimv2_CIM_J2eeDeployedObject_qualifiers[] =
135677               {
135678                   /* UMLPackagePath */
135679                   "\057CIM::Application::J2eeAppServer",
135680                   /* Abstract */
135681                   "\002\001",
135682                   /* Version */
135683                   "\0632.8.0",
135684                   0,
135685 mike  1.1.2.1 };
135686               
135687               MetaClass
135688               __root_cimv2_CIM_J2eeDeployedObject =
135689               {
135690                   /* flags */
135691                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
135692                   /* name */
135693                   "CIM_J2eeDeployedObject",
135694                   /* qualifiers */
135695                   __root_cimv2_CIM_J2eeDeployedObject_qualifiers,
135696                   /* super */
135697                   &__root_cimv2_CIM_Service,
135698                   /* features */
135699                   _CIM_J2eeDeployedObject_features,
135700               };
135701               
135702               //==============================================================================
135703               //
135704               // Class: CIM_J2eeDomain
135705               //
135706 mike  1.1.2.1 //==============================================================================
135707               
135708               static const char*
135709               _CIM_J2eeDomain_Name_qualifiers[] =
135710               {
135711                   /* Override */
135712                   "\044Name",
135713                   /* MaxLen */
135714                   "\030\000\000\001\000",
135715                   /* MappingStrings */
135716                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1.1 Domain Name|V1.0\000",
135717                   0,
135718               };
135719               
135720               static MetaProperty
135721               _CIM_J2eeDomain_Name =
135722               {
135723                   /* flags */
135724                   META_FLAG_PROPERTY|META_FLAG_READ,
135725                   /* name */
135726                   "Name",
135727 mike  1.1.2.1     /* qualifiers */
135728                   _CIM_J2eeDomain_Name_qualifiers,
135729                   /* type */
135730                   CIMTYPE_STRING,
135731                   /* subscript */
135732                   -1,
135733                   /* value */
135734                   0,
135735               };
135736               
135737               static MetaFeature*
135738               _CIM_J2eeDomain_features[] =
135739               {
135740                   (MetaFeature*)&_CIM_J2eeDomain_Name,
135741                   0,
135742               };
135743               
135744               static const char*
135745               __root_cimv2_CIM_J2eeDomain_qualifiers[] =
135746               {
135747                   /* UMLPackagePath */
135748 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
135749                   /* Version */
135750                   "\0632.8.0",
135751                   0,
135752               };
135753               
135754               MetaClass
135755               __root_cimv2_CIM_J2eeDomain =
135756               {
135757                   /* flags */
135758                   META_FLAG_CLASS,
135759                   /* name */
135760                   "CIM_J2eeDomain",
135761                   /* qualifiers */
135762                   __root_cimv2_CIM_J2eeDomain_qualifiers,
135763                   /* super */
135764                   &__root_cimv2_CIM_AdminDomain,
135765                   /* features */
135766                   _CIM_J2eeDomain_features,
135767               };
135768               
135769 mike  1.1.2.1 //==============================================================================
135770               //
135771               // Class: CIM_J2eeEJB
135772               //
135773               //==============================================================================
135774               
135775               static const char*
135776               _CIM_J2eeEJB_Name_qualifiers[] =
135777               {
135778                   /* Override */
135779                   "\044Name",
135780                   /* MaxLen */
135781                   "\030\000\000\001\000",
135782                   /* MappingStrings */
135783                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135784                   0,
135785               };
135786               
135787               static MetaProperty
135788               _CIM_J2eeEJB_Name =
135789               {
135790 mike  1.1.2.1     /* flags */
135791                   META_FLAG_PROPERTY|META_FLAG_READ,
135792                   /* name */
135793                   "Name",
135794                   /* qualifiers */
135795                   _CIM_J2eeEJB_Name_qualifiers,
135796                   /* type */
135797                   CIMTYPE_STRING,
135798                   /* subscript */
135799                   -1,
135800                   /* value */
135801                   0,
135802               };
135803               
135804               static MetaFeature*
135805               _CIM_J2eeEJB_features[] =
135806               {
135807                   (MetaFeature*)&_CIM_J2eeEJB_Name,
135808                   0,
135809               };
135810               
135811 mike  1.1.2.1 static const char*
135812               __root_cimv2_CIM_J2eeEJB_qualifiers[] =
135813               {
135814                   /* UMLPackagePath */
135815                   "\057CIM::Application::J2eeAppServer",
135816                   /* Abstract */
135817                   "\002\001",
135818                   /* Version */
135819                   "\0632.8.0",
135820                   0,
135821               };
135822               
135823               MetaClass
135824               __root_cimv2_CIM_J2eeEJB =
135825               {
135826                   /* flags */
135827                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
135828                   /* name */
135829                   "CIM_J2eeEJB",
135830                   /* qualifiers */
135831                   __root_cimv2_CIM_J2eeEJB_qualifiers,
135832 mike  1.1.2.1     /* super */
135833                   &__root_cimv2_CIM_Service,
135834                   /* features */
135835                   _CIM_J2eeEJB_features,
135836               };
135837               
135838               //==============================================================================
135839               //
135840               // Class: CIM_J2eeEntityBean
135841               //
135842               //==============================================================================
135843               
135844               static MetaFeature*
135845               _CIM_J2eeEntityBean_features[] =
135846               {
135847                   0,
135848               };
135849               
135850               static const char*
135851               __root_cimv2_CIM_J2eeEntityBean_qualifiers[] =
135852               {
135853 mike  1.1.2.1     /* UMLPackagePath */
135854                   "\057CIM::Application::J2eeAppServer",
135855                   /* Version */
135856                   "\0632.8.0",
135857                   0,
135858               };
135859               
135860               MetaClass
135861               __root_cimv2_CIM_J2eeEntityBean =
135862               {
135863                   /* flags */
135864                   META_FLAG_CLASS,
135865                   /* name */
135866                   "CIM_J2eeEntityBean",
135867                   /* qualifiers */
135868                   __root_cimv2_CIM_J2eeEntityBean_qualifiers,
135869                   /* super */
135870                   &__root_cimv2_CIM_J2eeEJB,
135871                   /* features */
135872                   _CIM_J2eeEntityBean_features,
135873               };
135874 mike  1.1.2.1 
135875               //==============================================================================
135876               //
135877               // Class: CIM_J2eeJCAConnectionFactoryManagedConnectionFactory
135878               //
135879               //==============================================================================
135880               
135881               static const char*
135882               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent_qualifiers[] =
135883               {
135884                   /* Override */
135885                   "\044Dependent",
135886                   /* Min */
135887                   "\033\000\000\000\001",
135888                   0,
135889               };
135890               
135891               static MetaReference
135892               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent =
135893               {
135894                   /* flags */
135895 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
135896                   /* name */
135897                   "Dependent",
135898                   /* qualifiers */
135899                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent_qualifiers,
135900                   /* subscript */
135901                   -1,
135902                   /* refId */
135903                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
135904               };
135905               
135906               static const char*
135907               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent_qualifiers[] =
135908               {
135909                   /* Override */
135910                   "\044Antecedent",
135911                   /* Min */
135912                   "\033\000\000\000\001",
135913                   /* Max */
135914                   "\027\000\000\000\001",
135915                   0,
135916 mike  1.1.2.1 };
135917               
135918               static MetaReference
135919               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent =
135920               {
135921                   /* flags */
135922                   META_FLAG_REFERENCE|META_FLAG_READ,
135923                   /* name */
135924                   "Antecedent",
135925                   /* qualifiers */
135926                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent_qualifiers,
135927                   /* subscript */
135928                   -1,
135929                   /* refId */
135930                   &__root_cimv2_CIM_J2eeJCAManagedConnectionFactory,
135931               };
135932               
135933               static MetaFeature*
135934               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_features[] =
135935               {
135936                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent,
135937 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent,
135938                   0,
135939               };
135940               
135941               static const char*
135942               __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_qualifiers[] =
135943               {
135944                   /* ASSOCIATION */
135945                   "\000\001",
135946                   /* UMLPackagePath */
135947                   "\057CIM::Application::J2eeAppServer",
135948                   /* Version */
135949                   "\0632.8.0",
135950                   0,
135951               };
135952               
135953               MetaClass
135954               __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory =
135955               {
135956                   /* flags */
135957                   META_FLAG_ASSOCIATION,
135958 mike  1.1.2.1     /* name */
135959                   "CIM_J2eeJCAConnectionFactoryManagedConnectionFactory",
135960                   /* qualifiers */
135961                   __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_qualifiers,
135962                   /* super */
135963                   &__root_cimv2_CIM_HostedDependency,
135964                   /* features */
135965                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_features,
135966               };
135967               
135968               //==============================================================================
135969               //
135970               // Class: CIM_J2eeJDBCDataSourceDriver
135971               //
135972               //==============================================================================
135973               
135974               static const char*
135975               _CIM_J2eeJDBCDataSourceDriver_Dependent_qualifiers[] =
135976               {
135977                   /* Override */
135978                   "\044Dependent",
135979 mike  1.1.2.1     /* Min */
135980                   "\033\000\000\000\001",
135981                   0,
135982               };
135983               
135984               static MetaReference
135985               _CIM_J2eeJDBCDataSourceDriver_Dependent =
135986               {
135987                   /* flags */
135988                   META_FLAG_REFERENCE|META_FLAG_READ,
135989                   /* name */
135990                   "Dependent",
135991                   /* qualifiers */
135992                   _CIM_J2eeJDBCDataSourceDriver_Dependent_qualifiers,
135993                   /* subscript */
135994                   -1,
135995                   /* refId */
135996                   &__root_cimv2_CIM_J2eeJDBCDataSource,
135997               };
135998               
135999               static const char*
136000 mike  1.1.2.1 _CIM_J2eeJDBCDataSourceDriver_Antecedent_qualifiers[] =
136001               {
136002                   /* Override */
136003                   "\044Antecedent",
136004                   /* Min */
136005                   "\033\000\000\000\001",
136006                   /* Max */
136007                   "\027\000\000\000\001",
136008                   0,
136009               };
136010               
136011               static MetaReference
136012               _CIM_J2eeJDBCDataSourceDriver_Antecedent =
136013               {
136014                   /* flags */
136015                   META_FLAG_REFERENCE|META_FLAG_READ,
136016                   /* name */
136017                   "Antecedent",
136018                   /* qualifiers */
136019                   _CIM_J2eeJDBCDataSourceDriver_Antecedent_qualifiers,
136020                   /* subscript */
136021 mike  1.1.2.1     -1,
136022                   /* refId */
136023                   &__root_cimv2_CIM_J2eeJDBCDriver,
136024               };
136025               
136026               static MetaFeature*
136027               _CIM_J2eeJDBCDataSourceDriver_features[] =
136028               {
136029                   (MetaFeature*)&_CIM_J2eeJDBCDataSourceDriver_Dependent,
136030                   (MetaFeature*)&_CIM_J2eeJDBCDataSourceDriver_Antecedent,
136031                   0,
136032               };
136033               
136034               static const char*
136035               __root_cimv2_CIM_J2eeJDBCDataSourceDriver_qualifiers[] =
136036               {
136037                   /* ASSOCIATION */
136038                   "\000\001",
136039                   /* UMLPackagePath */
136040                   "\057CIM::Application::J2eeAppServer",
136041                   /* Version */
136042 mike  1.1.2.1     "\0632.8.0",
136043                   0,
136044               };
136045               
136046               MetaClass
136047               __root_cimv2_CIM_J2eeJDBCDataSourceDriver =
136048               {
136049                   /* flags */
136050                   META_FLAG_ASSOCIATION,
136051                   /* name */
136052                   "CIM_J2eeJDBCDataSourceDriver",
136053                   /* qualifiers */
136054                   __root_cimv2_CIM_J2eeJDBCDataSourceDriver_qualifiers,
136055                   /* super */
136056                   &__root_cimv2_CIM_HostedDependency,
136057                   /* features */
136058                   _CIM_J2eeJDBCDataSourceDriver_features,
136059               };
136060               
136061               //==============================================================================
136062               //
136063 mike  1.1.2.1 // Class: CIM_J2eeMessageDrivenBean
136064               //
136065               //==============================================================================
136066               
136067               static MetaFeature*
136068               _CIM_J2eeMessageDrivenBean_features[] =
136069               {
136070                   0,
136071               };
136072               
136073               static const char*
136074               __root_cimv2_CIM_J2eeMessageDrivenBean_qualifiers[] =
136075               {
136076                   /* UMLPackagePath */
136077                   "\057CIM::Application::J2eeAppServer",
136078                   /* Version */
136079                   "\0632.8.0",
136080                   0,
136081               };
136082               
136083               MetaClass
136084 mike  1.1.2.1 __root_cimv2_CIM_J2eeMessageDrivenBean =
136085               {
136086                   /* flags */
136087                   META_FLAG_CLASS,
136088                   /* name */
136089                   "CIM_J2eeMessageDrivenBean",
136090                   /* qualifiers */
136091                   __root_cimv2_CIM_J2eeMessageDrivenBean_qualifiers,
136092                   /* super */
136093                   &__root_cimv2_CIM_J2eeEJB,
136094                   /* features */
136095                   _CIM_J2eeMessageDrivenBean_features,
136096               };
136097               
136098               //==============================================================================
136099               //
136100               // Class: CIM_J2eeModule
136101               //
136102               //==============================================================================
136103               
136104               static MetaFeature*
136105 mike  1.1.2.1 _CIM_J2eeModule_features[] =
136106               {
136107                   0,
136108               };
136109               
136110               static const char*
136111               __root_cimv2_CIM_J2eeModule_qualifiers[] =
136112               {
136113                   /* UMLPackagePath */
136114                   "\057CIM::Application::J2eeAppServer",
136115                   /* Abstract */
136116                   "\002\001",
136117                   /* Version */
136118                   "\0632.8.0",
136119                   0,
136120               };
136121               
136122               MetaClass
136123               __root_cimv2_CIM_J2eeModule =
136124               {
136125                   /* flags */
136126 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
136127                   /* name */
136128                   "CIM_J2eeModule",
136129                   /* qualifiers */
136130                   __root_cimv2_CIM_J2eeModule_qualifiers,
136131                   /* super */
136132                   &__root_cimv2_CIM_J2eeDeployedObject,
136133                   /* features */
136134                   _CIM_J2eeModule_features,
136135               };
136136               
136137               //==============================================================================
136138               //
136139               // Class: CIM_J2eeModuleUsesJVM
136140               //
136141               //==============================================================================
136142               
136143               static const char*
136144               _CIM_J2eeModuleUsesJVM_Dependent_qualifiers[] =
136145               {
136146                   /* Override */
136147 mike  1.1.2.1     "\044Dependent",
136148                   0,
136149               };
136150               
136151               static MetaReference
136152               _CIM_J2eeModuleUsesJVM_Dependent =
136153               {
136154                   /* flags */
136155                   META_FLAG_REFERENCE|META_FLAG_READ,
136156                   /* name */
136157                   "Dependent",
136158                   /* qualifiers */
136159                   _CIM_J2eeModuleUsesJVM_Dependent_qualifiers,
136160                   /* subscript */
136161                   -1,
136162                   /* refId */
136163                   &__root_cimv2_CIM_J2eeModule,
136164               };
136165               
136166               static const char*
136167               _CIM_J2eeModuleUsesJVM_Antecedent_qualifiers[] =
136168 mike  1.1.2.1 {
136169                   /* Override */
136170                   "\044Antecedent",
136171                   /* Min */
136172                   "\033\000\000\000\001",
136173                   0,
136174               };
136175               
136176               static MetaReference
136177               _CIM_J2eeModuleUsesJVM_Antecedent =
136178               {
136179                   /* flags */
136180                   META_FLAG_REFERENCE|META_FLAG_READ,
136181                   /* name */
136182                   "Antecedent",
136183                   /* qualifiers */
136184                   _CIM_J2eeModuleUsesJVM_Antecedent_qualifiers,
136185                   /* subscript */
136186                   -1,
136187                   /* refId */
136188                   &__root_cimv2_CIM_J2eeJVM,
136189 mike  1.1.2.1 };
136190               
136191               static MetaFeature*
136192               _CIM_J2eeModuleUsesJVM_features[] =
136193               {
136194                   (MetaFeature*)&_CIM_J2eeModuleUsesJVM_Dependent,
136195                   (MetaFeature*)&_CIM_J2eeModuleUsesJVM_Antecedent,
136196                   0,
136197               };
136198               
136199               static const char*
136200               __root_cimv2_CIM_J2eeModuleUsesJVM_qualifiers[] =
136201               {
136202                   /* ASSOCIATION */
136203                   "\000\001",
136204                   /* UMLPackagePath */
136205                   "\057CIM::Application::J2eeAppServer",
136206                   /* Version */
136207                   "\0632.8.0",
136208                   0,
136209               };
136210 mike  1.1.2.1 
136211               MetaClass
136212               __root_cimv2_CIM_J2eeModuleUsesJVM =
136213               {
136214                   /* flags */
136215                   META_FLAG_ASSOCIATION,
136216                   /* name */
136217                   "CIM_J2eeModuleUsesJVM",
136218                   /* qualifiers */
136219                   __root_cimv2_CIM_J2eeModuleUsesJVM_qualifiers,
136220                   /* super */
136221                   &__root_cimv2_CIM_HostedDependency,
136222                   /* features */
136223                   _CIM_J2eeModuleUsesJVM_features,
136224               };
136225               
136226               //==============================================================================
136227               //
136228               // Class: CIM_J2eeResource
136229               //
136230               //==============================================================================
136231 mike  1.1.2.1 
136232               static const char*
136233               _CIM_J2eeResource_InstanceID_qualifiers[] =
136234               {
136235                   /* Key */
136236                   "\025\001",
136237                   /* ModelCorrespondence */
136238                   "\036\000\001CIM_J2eeResource.Name\000",
136239                   0,
136240               };
136241               
136242               static MetaProperty
136243               _CIM_J2eeResource_InstanceID =
136244               {
136245                   /* flags */
136246                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
136247                   /* name */
136248                   "InstanceID",
136249                   /* qualifiers */
136250                   _CIM_J2eeResource_InstanceID_qualifiers,
136251                   /* type */
136252 mike  1.1.2.1     CIMTYPE_STRING,
136253                   /* subscript */
136254                   -1,
136255                   /* value */
136256                   0,
136257               };
136258               
136259               static const char*
136260               _CIM_J2eeResource_Name_qualifiers[] =
136261               {
136262                   /* Override */
136263                   "\044Name",
136264                   /* MaxLen */
136265                   "\030\000\000\001\000",
136266                   /* MappingStrings */
136267                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136268                   /* ModelCorrespondence */
136269                   "\036\000\001CIM_J2eeResource.InstanceID\000",
136270                   0,
136271               };
136272               
136273 mike  1.1.2.1 static MetaProperty
136274               _CIM_J2eeResource_Name =
136275               {
136276                   /* flags */
136277                   META_FLAG_PROPERTY|META_FLAG_READ,
136278                   /* name */
136279                   "Name",
136280                   /* qualifiers */
136281                   _CIM_J2eeResource_Name_qualifiers,
136282                   /* type */
136283                   CIMTYPE_STRING,
136284                   /* subscript */
136285                   -1,
136286                   /* value */
136287                   0,
136288               };
136289               
136290               static MetaFeature*
136291               _CIM_J2eeResource_features[] =
136292               {
136293                   (MetaFeature*)&_CIM_J2eeResource_InstanceID,
136294 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeResource_Name,
136295                   0,
136296               };
136297               
136298               static const char*
136299               __root_cimv2_CIM_J2eeResource_qualifiers[] =
136300               {
136301                   /* UMLPackagePath */
136302                   "\057CIM::Application::J2eeAppServer",
136303                   /* Abstract */
136304                   "\002\001",
136305                   /* Version */
136306                   "\0632.8.0",
136307                   0,
136308               };
136309               
136310               MetaClass
136311               __root_cimv2_CIM_J2eeResource =
136312               {
136313                   /* flags */
136314                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
136315 mike  1.1.2.1     /* name */
136316                   "CIM_J2eeResource",
136317                   /* qualifiers */
136318                   __root_cimv2_CIM_J2eeResource_qualifiers,
136319                   /* super */
136320                   &__root_cimv2_CIM_SystemResource,
136321                   /* features */
136322                   _CIM_J2eeResource_features,
136323               };
136324               
136325               //==============================================================================
136326               //
136327               // Class: CIM_J2eeResourceAdapter
136328               //
136329               //==============================================================================
136330               
136331               static const char*
136332               _CIM_J2eeResourceAdapter_Name_qualifiers[] =
136333               {
136334                   /* Override */
136335                   "\044Name",
136336 mike  1.1.2.1     /* MaxLen */
136337                   "\030\000\000\001\000",
136338                   /* MappingStrings */
136339                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136340                   0,
136341               };
136342               
136343               static MetaProperty
136344               _CIM_J2eeResourceAdapter_Name =
136345               {
136346                   /* flags */
136347                   META_FLAG_PROPERTY|META_FLAG_READ,
136348                   /* name */
136349                   "Name",
136350                   /* qualifiers */
136351                   _CIM_J2eeResourceAdapter_Name_qualifiers,
136352                   /* type */
136353                   CIMTYPE_STRING,
136354                   /* subscript */
136355                   -1,
136356                   /* value */
136357 mike  1.1.2.1     0,
136358               };
136359               
136360               static MetaFeature*
136361               _CIM_J2eeResourceAdapter_features[] =
136362               {
136363                   (MetaFeature*)&_CIM_J2eeResourceAdapter_Name,
136364                   0,
136365               };
136366               
136367               static const char*
136368               __root_cimv2_CIM_J2eeResourceAdapter_qualifiers[] =
136369               {
136370                   /* UMLPackagePath */
136371                   "\057CIM::Application::J2eeAppServer",
136372                   /* Version */
136373                   "\0632.8.0",
136374                   0,
136375               };
136376               
136377               MetaClass
136378 mike  1.1.2.1 __root_cimv2_CIM_J2eeResourceAdapter =
136379               {
136380                   /* flags */
136381                   META_FLAG_CLASS,
136382                   /* name */
136383                   "CIM_J2eeResourceAdapter",
136384                   /* qualifiers */
136385                   __root_cimv2_CIM_J2eeResourceAdapter_qualifiers,
136386                   /* super */
136387                   &__root_cimv2_CIM_Service,
136388                   /* features */
136389                   _CIM_J2eeResourceAdapter_features,
136390               };
136391               
136392               //==============================================================================
136393               //
136394               // Class: CIM_J2eeResourceAdapterModule
136395               //
136396               //==============================================================================
136397               
136398               static MetaFeature*
136399 mike  1.1.2.1 _CIM_J2eeResourceAdapterModule_features[] =
136400               {
136401                   0,
136402               };
136403               
136404               static const char*
136405               __root_cimv2_CIM_J2eeResourceAdapterModule_qualifiers[] =
136406               {
136407                   /* UMLPackagePath */
136408                   "\057CIM::Application::J2eeAppServer",
136409                   /* Version */
136410                   "\0632.8.0",
136411                   0,
136412               };
136413               
136414               MetaClass
136415               __root_cimv2_CIM_J2eeResourceAdapterModule =
136416               {
136417                   /* flags */
136418                   META_FLAG_CLASS,
136419                   /* name */
136420 mike  1.1.2.1     "CIM_J2eeResourceAdapterModule",
136421                   /* qualifiers */
136422                   __root_cimv2_CIM_J2eeResourceAdapterModule_qualifiers,
136423                   /* super */
136424                   &__root_cimv2_CIM_J2eeModule,
136425                   /* features */
136426                   _CIM_J2eeResourceAdapterModule_features,
136427               };
136428               
136429               //==============================================================================
136430               //
136431               // Class: CIM_J2eeRMI_IIOPResource
136432               //
136433               //==============================================================================
136434               
136435               static MetaFeature*
136436               _CIM_J2eeRMI_IIOPResource_features[] =
136437               {
136438                   0,
136439               };
136440               
136441 mike  1.1.2.1 static const char*
136442               __root_cimv2_CIM_J2eeRMI_IIOPResource_qualifiers[] =
136443               {
136444                   /* UMLPackagePath */
136445                   "\057CIM::Application::J2eeAppServer",
136446                   /* Version */
136447                   "\0632.8.0",
136448                   0,
136449               };
136450               
136451               MetaClass
136452               __root_cimv2_CIM_J2eeRMI_IIOPResource =
136453               {
136454                   /* flags */
136455                   META_FLAG_CLASS,
136456                   /* name */
136457                   "CIM_J2eeRMI_IIOPResource",
136458                   /* qualifiers */
136459                   __root_cimv2_CIM_J2eeRMI_IIOPResource_qualifiers,
136460                   /* super */
136461                   &__root_cimv2_CIM_J2eeResource,
136462 mike  1.1.2.1     /* features */
136463                   _CIM_J2eeRMI_IIOPResource_features,
136464               };
136465               
136466               //==============================================================================
136467               //
136468               // Class: CIM_J2eeServer
136469               //
136470               //==============================================================================
136471               
136472               static const char*
136473               _CIM_J2eeServer_Name_qualifiers[] =
136474               {
136475                   /* Override */
136476                   "\044Name",
136477                   /* MaxLen */
136478                   "\030\000\000\001\000",
136479                   /* MappingStrings */
136480                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136481                   0,
136482               };
136483 mike  1.1.2.1 
136484               static MetaProperty
136485               _CIM_J2eeServer_Name =
136486               {
136487                   /* flags */
136488                   META_FLAG_PROPERTY|META_FLAG_READ,
136489                   /* name */
136490                   "Name",
136491                   /* qualifiers */
136492                   _CIM_J2eeServer_Name_qualifiers,
136493                   /* type */
136494                   CIMTYPE_STRING,
136495                   /* subscript */
136496                   -1,
136497                   /* value */
136498                   0,
136499               };
136500               
136501               static const char*
136502               _CIM_J2eeServer_Vendor_qualifiers[] =
136503               {
136504 mike  1.1.2.1     /* MappingStrings */
136505                   "\026\000\001JSR77.JCP|JSR77.3.3.1.4 serverVendor|V1.0\000",
136506                   0,
136507               };
136508               
136509               static MetaProperty
136510               _CIM_J2eeServer_Vendor =
136511               {
136512                   /* flags */
136513                   META_FLAG_PROPERTY|META_FLAG_READ,
136514                   /* name */
136515                   "Vendor",
136516                   /* qualifiers */
136517                   _CIM_J2eeServer_Vendor_qualifiers,
136518                   /* type */
136519                   CIMTYPE_STRING,
136520                   /* subscript */
136521                   -1,
136522                   /* value */
136523                   0,
136524               };
136525 mike  1.1.2.1 
136526               static const char*
136527               _CIM_J2eeServer_Version_qualifiers[] =
136528               {
136529                   /* MappingStrings */
136530                   "\026\000\001JSR77.JCP|JSR77.3.3.1.5 serverVersion|V1.0\000",
136531                   0,
136532               };
136533               
136534               static MetaProperty
136535               _CIM_J2eeServer_Version =
136536               {
136537                   /* flags */
136538                   META_FLAG_PROPERTY|META_FLAG_READ,
136539                   /* name */
136540                   "Version",
136541                   /* qualifiers */
136542                   _CIM_J2eeServer_Version_qualifiers,
136543                   /* type */
136544                   CIMTYPE_STRING,
136545                   /* subscript */
136546 mike  1.1.2.1     -1,
136547                   /* value */
136548                   0,
136549               };
136550               
136551               static MetaFeature*
136552               _CIM_J2eeServer_features[] =
136553               {
136554                   (MetaFeature*)&_CIM_J2eeServer_Name,
136555                   (MetaFeature*)&_CIM_J2eeServer_Vendor,
136556                   (MetaFeature*)&_CIM_J2eeServer_Version,
136557                   0,
136558               };
136559               
136560               static const char*
136561               __root_cimv2_CIM_J2eeServer_qualifiers[] =
136562               {
136563                   /* UMLPackagePath */
136564                   "\057CIM::Application::J2eeAppServer",
136565                   /* Version */
136566                   "\0632.8.0",
136567 mike  1.1.2.1     0,
136568               };
136569               
136570               MetaClass
136571               __root_cimv2_CIM_J2eeServer =
136572               {
136573                   /* flags */
136574                   META_FLAG_CLASS,
136575                   /* name */
136576                   "CIM_J2eeServer",
136577                   /* qualifiers */
136578                   __root_cimv2_CIM_J2eeServer_qualifiers,
136579                   /* super */
136580                   &__root_cimv2_CIM_ApplicationSystem,
136581                   /* features */
136582                   _CIM_J2eeServer_features,
136583               };
136584               
136585               //==============================================================================
136586               //
136587               // Class: CIM_J2eeServerInDomain
136588 mike  1.1.2.1 //
136589               //==============================================================================
136590               
136591               static const char*
136592               _CIM_J2eeServerInDomain_GroupComponent_qualifiers[] =
136593               {
136594                   /* Aggregate */
136595                   "\003\001",
136596                   /* Override */
136597                   "\044GroupComponent",
136598                   /* Min */
136599                   "\033\000\000\000\001",
136600                   /* Max */
136601                   "\027\000\000\000\001",
136602                   0,
136603               };
136604               
136605               static MetaReference
136606               _CIM_J2eeServerInDomain_GroupComponent =
136607               {
136608                   /* flags */
136609 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
136610                   /* name */
136611                   "GroupComponent",
136612                   /* qualifiers */
136613                   _CIM_J2eeServerInDomain_GroupComponent_qualifiers,
136614                   /* subscript */
136615                   -1,
136616                   /* refId */
136617                   &__root_cimv2_CIM_J2eeDomain,
136618               };
136619               
136620               static const char*
136621               _CIM_J2eeServerInDomain_PartComponent_qualifiers[] =
136622               {
136623                   /* Override */
136624                   "\044PartComponent",
136625                   /* Min */
136626                   "\033\000\000\000\001",
136627                   0,
136628               };
136629               
136630 mike  1.1.2.1 static MetaReference
136631               _CIM_J2eeServerInDomain_PartComponent =
136632               {
136633                   /* flags */
136634                   META_FLAG_REFERENCE|META_FLAG_READ,
136635                   /* name */
136636                   "PartComponent",
136637                   /* qualifiers */
136638                   _CIM_J2eeServerInDomain_PartComponent_qualifiers,
136639                   /* subscript */
136640                   -1,
136641                   /* refId */
136642                   &__root_cimv2_CIM_J2eeServer,
136643               };
136644               
136645               static MetaFeature*
136646               _CIM_J2eeServerInDomain_features[] =
136647               {
136648                   (MetaFeature*)&_CIM_J2eeServerInDomain_GroupComponent,
136649                   (MetaFeature*)&_CIM_J2eeServerInDomain_PartComponent,
136650                   0,
136651 mike  1.1.2.1 };
136652               
136653               static const char*
136654               __root_cimv2_CIM_J2eeServerInDomain_qualifiers[] =
136655               {
136656                   /* ASSOCIATION */
136657                   "\000\001",
136658                   /* UMLPackagePath */
136659                   "\057CIM::Application::J2eeAppServer",
136660                   /* Aggregation */
136661                   "\004\001",
136662                   /* Version */
136663                   "\0632.8.0",
136664                   0,
136665               };
136666               
136667               MetaClass
136668               __root_cimv2_CIM_J2eeServerInDomain =
136669               {
136670                   /* flags */
136671                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
136672 mike  1.1.2.1     /* name */
136673                   "CIM_J2eeServerInDomain",
136674                   /* qualifiers */
136675                   __root_cimv2_CIM_J2eeServerInDomain_qualifiers,
136676                   /* super */
136677                   &__root_cimv2_CIM_SystemComponent,
136678                   /* features */
136679                   _CIM_J2eeServerInDomain_features,
136680               };
136681               
136682               //==============================================================================
136683               //
136684               // Class: CIM_J2eeServerUsesJVM
136685               //
136686               //==============================================================================
136687               
136688               static const char*
136689               _CIM_J2eeServerUsesJVM_Antecedent_qualifiers[] =
136690               {
136691                   /* Override */
136692                   "\044Antecedent",
136693 mike  1.1.2.1     /* Min */
136694                   "\033\000\000\000\001",
136695                   0,
136696               };
136697               
136698               static MetaReference
136699               _CIM_J2eeServerUsesJVM_Antecedent =
136700               {
136701                   /* flags */
136702                   META_FLAG_REFERENCE|META_FLAG_READ,
136703                   /* name */
136704                   "Antecedent",
136705                   /* qualifiers */
136706                   _CIM_J2eeServerUsesJVM_Antecedent_qualifiers,
136707                   /* subscript */
136708                   -1,
136709                   /* refId */
136710                   &__root_cimv2_CIM_J2eeJVM,
136711               };
136712               
136713               static const char*
136714 mike  1.1.2.1 _CIM_J2eeServerUsesJVM_Dependent_qualifiers[] =
136715               {
136716                   /* Override */
136717                   "\044Dependent",
136718                   /* Min */
136719                   "\033\000\000\000\001",
136720                   0,
136721               };
136722               
136723               static MetaReference
136724               _CIM_J2eeServerUsesJVM_Dependent =
136725               {
136726                   /* flags */
136727                   META_FLAG_REFERENCE|META_FLAG_READ,
136728                   /* name */
136729                   "Dependent",
136730                   /* qualifiers */
136731                   _CIM_J2eeServerUsesJVM_Dependent_qualifiers,
136732                   /* subscript */
136733                   -1,
136734                   /* refId */
136735 mike  1.1.2.1     &__root_cimv2_CIM_J2eeServer,
136736               };
136737               
136738               static MetaFeature*
136739               _CIM_J2eeServerUsesJVM_features[] =
136740               {
136741                   (MetaFeature*)&_CIM_J2eeServerUsesJVM_Antecedent,
136742                   (MetaFeature*)&_CIM_J2eeServerUsesJVM_Dependent,
136743                   0,
136744               };
136745               
136746               static const char*
136747               __root_cimv2_CIM_J2eeServerUsesJVM_qualifiers[] =
136748               {
136749                   /* ASSOCIATION */
136750                   "\000\001",
136751                   /* UMLPackagePath */
136752                   "\057CIM::Application::J2eeAppServer",
136753                   /* Version */
136754                   "\0632.8.0",
136755                   0,
136756 mike  1.1.2.1 };
136757               
136758               MetaClass
136759               __root_cimv2_CIM_J2eeServerUsesJVM =
136760               {
136761                   /* flags */
136762                   META_FLAG_ASSOCIATION,
136763                   /* name */
136764                   "CIM_J2eeServerUsesJVM",
136765                   /* qualifiers */
136766                   __root_cimv2_CIM_J2eeServerUsesJVM_qualifiers,
136767                   /* super */
136768                   &__root_cimv2_CIM_Dependency,
136769                   /* features */
136770                   _CIM_J2eeServerUsesJVM_features,
136771               };
136772               
136773               //==============================================================================
136774               //
136775               // Class: CIM_J2eeServlet
136776               //
136777 mike  1.1.2.1 //==============================================================================
136778               
136779               static const char*
136780               _CIM_J2eeServlet_Name_qualifiers[] =
136781               {
136782                   /* Override */
136783                   "\044Name",
136784                   /* MaxLen */
136785                   "\030\000\000\001\000",
136786                   /* MappingStrings */
136787                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136788                   0,
136789               };
136790               
136791               static MetaProperty
136792               _CIM_J2eeServlet_Name =
136793               {
136794                   /* flags */
136795                   META_FLAG_PROPERTY|META_FLAG_READ,
136796                   /* name */
136797                   "Name",
136798 mike  1.1.2.1     /* qualifiers */
136799                   _CIM_J2eeServlet_Name_qualifiers,
136800                   /* type */
136801                   CIMTYPE_STRING,
136802                   /* subscript */
136803                   -1,
136804                   /* value */
136805                   0,
136806               };
136807               
136808               static MetaFeature*
136809               _CIM_J2eeServlet_features[] =
136810               {
136811                   (MetaFeature*)&_CIM_J2eeServlet_Name,
136812                   0,
136813               };
136814               
136815               static const char*
136816               __root_cimv2_CIM_J2eeServlet_qualifiers[] =
136817               {
136818                   /* UMLPackagePath */
136819 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
136820                   /* Version */
136821                   "\0632.8.0",
136822                   0,
136823               };
136824               
136825               MetaClass
136826               __root_cimv2_CIM_J2eeServlet =
136827               {
136828                   /* flags */
136829                   META_FLAG_CLASS,
136830                   /* name */
136831                   "CIM_J2eeServlet",
136832                   /* qualifiers */
136833                   __root_cimv2_CIM_J2eeServlet_qualifiers,
136834                   /* super */
136835                   &__root_cimv2_CIM_Service,
136836                   /* features */
136837                   _CIM_J2eeServlet_features,
136838               };
136839               
136840 mike  1.1.2.1 //==============================================================================
136841               //
136842               // Class: CIM_J2eeSessionBean
136843               //
136844               //==============================================================================
136845               
136846               static MetaFeature*
136847               _CIM_J2eeSessionBean_features[] =
136848               {
136849                   0,
136850               };
136851               
136852               static const char*
136853               __root_cimv2_CIM_J2eeSessionBean_qualifiers[] =
136854               {
136855                   /* UMLPackagePath */
136856                   "\057CIM::Application::J2eeAppServer",
136857                   /* Abstract */
136858                   "\002\001",
136859                   /* Version */
136860                   "\0632.8.0",
136861 mike  1.1.2.1     0,
136862               };
136863               
136864               MetaClass
136865               __root_cimv2_CIM_J2eeSessionBean =
136866               {
136867                   /* flags */
136868                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
136869                   /* name */
136870                   "CIM_J2eeSessionBean",
136871                   /* qualifiers */
136872                   __root_cimv2_CIM_J2eeSessionBean_qualifiers,
136873                   /* super */
136874                   &__root_cimv2_CIM_J2eeEJB,
136875                   /* features */
136876                   _CIM_J2eeSessionBean_features,
136877               };
136878               
136879               //==============================================================================
136880               //
136881               // Class: CIM_J2eeStatefulSessionBean
136882 mike  1.1.2.1 //
136883               //==============================================================================
136884               
136885               static MetaFeature*
136886               _CIM_J2eeStatefulSessionBean_features[] =
136887               {
136888                   0,
136889               };
136890               
136891               static const char*
136892               __root_cimv2_CIM_J2eeStatefulSessionBean_qualifiers[] =
136893               {
136894                   /* UMLPackagePath */
136895                   "\057CIM::Application::J2eeAppServer",
136896                   /* Version */
136897                   "\0632.8.0",
136898                   0,
136899               };
136900               
136901               MetaClass
136902               __root_cimv2_CIM_J2eeStatefulSessionBean =
136903 mike  1.1.2.1 {
136904                   /* flags */
136905                   META_FLAG_CLASS,
136906                   /* name */
136907                   "CIM_J2eeStatefulSessionBean",
136908                   /* qualifiers */
136909                   __root_cimv2_CIM_J2eeStatefulSessionBean_qualifiers,
136910                   /* super */
136911                   &__root_cimv2_CIM_J2eeSessionBean,
136912                   /* features */
136913                   _CIM_J2eeStatefulSessionBean_features,
136914               };
136915               
136916               //==============================================================================
136917               //
136918               // Class: CIM_J2eeStatelessSessionBean
136919               //
136920               //==============================================================================
136921               
136922               static MetaFeature*
136923               _CIM_J2eeStatelessSessionBean_features[] =
136924 mike  1.1.2.1 {
136925                   0,
136926               };
136927               
136928               static const char*
136929               __root_cimv2_CIM_J2eeStatelessSessionBean_qualifiers[] =
136930               {
136931                   /* UMLPackagePath */
136932                   "\057CIM::Application::J2eeAppServer",
136933                   /* Version */
136934                   "\0632.8.0",
136935                   0,
136936               };
136937               
136938               MetaClass
136939               __root_cimv2_CIM_J2eeStatelessSessionBean =
136940               {
136941                   /* flags */
136942                   META_FLAG_CLASS,
136943                   /* name */
136944                   "CIM_J2eeStatelessSessionBean",
136945 mike  1.1.2.1     /* qualifiers */
136946                   __root_cimv2_CIM_J2eeStatelessSessionBean_qualifiers,
136947                   /* super */
136948                   &__root_cimv2_CIM_J2eeSessionBean,
136949                   /* features */
136950                   _CIM_J2eeStatelessSessionBean_features,
136951               };
136952               
136953               //==============================================================================
136954               //
136955               // Class: CIM_J2eeURLResource
136956               //
136957               //==============================================================================
136958               
136959               static MetaFeature*
136960               _CIM_J2eeURLResource_features[] =
136961               {
136962                   0,
136963               };
136964               
136965               static const char*
136966 mike  1.1.2.1 __root_cimv2_CIM_J2eeURLResource_qualifiers[] =
136967               {
136968                   /* UMLPackagePath */
136969                   "\057CIM::Application::J2eeAppServer",
136970                   /* Version */
136971                   "\0632.8.0",
136972                   0,
136973               };
136974               
136975               MetaClass
136976               __root_cimv2_CIM_J2eeURLResource =
136977               {
136978                   /* flags */
136979                   META_FLAG_CLASS,
136980                   /* name */
136981                   "CIM_J2eeURLResource",
136982                   /* qualifiers */
136983                   __root_cimv2_CIM_J2eeURLResource_qualifiers,
136984                   /* super */
136985                   &__root_cimv2_CIM_J2eeResource,
136986                   /* features */
136987 mike  1.1.2.1     _CIM_J2eeURLResource_features,
136988               };
136989               
136990               //==============================================================================
136991               //
136992               // Class: CIM_J2eeWebModule
136993               //
136994               //==============================================================================
136995               
136996               static MetaFeature*
136997               _CIM_J2eeWebModule_features[] =
136998               {
136999                   0,
137000               };
137001               
137002               static const char*
137003               __root_cimv2_CIM_J2eeWebModule_qualifiers[] =
137004               {
137005                   /* UMLPackagePath */
137006                   "\057CIM::Application::J2eeAppServer",
137007                   /* Version */
137008 mike  1.1.2.1     "\0632.8.0",
137009                   0,
137010               };
137011               
137012               MetaClass
137013               __root_cimv2_CIM_J2eeWebModule =
137014               {
137015                   /* flags */
137016                   META_FLAG_CLASS,
137017                   /* name */
137018                   "CIM_J2eeWebModule",
137019                   /* qualifiers */
137020                   __root_cimv2_CIM_J2eeWebModule_qualifiers,
137021                   /* super */
137022                   &__root_cimv2_CIM_J2eeModule,
137023                   /* features */
137024                   _CIM_J2eeWebModule_features,
137025               };
137026               
137027               //==============================================================================
137028               //
137029 mike  1.1.2.1 // Class: CIM_Keyboard
137030               //
137031               //==============================================================================
137032               
137033               static const char*
137034               _CIM_Keyboard_NumberOfFunctionKeys_qualifiers[] =
137035               {
137036                   0,
137037               };
137038               
137039               static MetaProperty
137040               _CIM_Keyboard_NumberOfFunctionKeys =
137041               {
137042                   /* flags */
137043                   META_FLAG_PROPERTY|META_FLAG_READ,
137044                   /* name */
137045                   "NumberOfFunctionKeys",
137046                   /* qualifiers */
137047                   _CIM_Keyboard_NumberOfFunctionKeys_qualifiers,
137048                   /* type */
137049                   CIMTYPE_UINT16,
137050 mike  1.1.2.1     /* subscript */
137051                   -1,
137052                   /* value */
137053                   0,
137054               };
137055               
137056               static const char*
137057               _CIM_Keyboard_Layout_qualifiers[] =
137058               {
137059                   /* MappingStrings */
137060                   "\026\000\001MIF.DMTF|Keyboard|004.1\000",
137061                   0,
137062               };
137063               
137064               static MetaProperty
137065               _CIM_Keyboard_Layout =
137066               {
137067                   /* flags */
137068                   META_FLAG_PROPERTY|META_FLAG_READ,
137069                   /* name */
137070                   "Layout",
137071 mike  1.1.2.1     /* qualifiers */
137072                   _CIM_Keyboard_Layout_qualifiers,
137073                   /* type */
137074                   CIMTYPE_STRING,
137075                   /* subscript */
137076                   -1,
137077                   /* value */
137078                   0,
137079               };
137080               
137081               static const char*
137082               _CIM_Keyboard_Password_qualifiers[] =
137083               {
137084                   /* ValueMap */
137085                   "\061\000\0051\0002\0003\0004\0005\000",
137086                   /* Values */
137087                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
137088                   /* MappingStrings */
137089                   "\026\000\001MIF.DMTF|System Hardware Security|001.2\000",
137090                   0,
137091               };
137092 mike  1.1.2.1 
137093               static MetaProperty
137094               _CIM_Keyboard_Password =
137095               {
137096                   /* flags */
137097                   META_FLAG_PROPERTY|META_FLAG_READ,
137098                   /* name */
137099                   "Password",
137100                   /* qualifiers */
137101                   _CIM_Keyboard_Password_qualifiers,
137102                   /* type */
137103                   CIMTYPE_UINT16,
137104                   /* subscript */
137105                   -1,
137106                   /* value */
137107                   0,
137108               };
137109               
137110               static MetaFeature*
137111               _CIM_Keyboard_features[] =
137112               {
137113 mike  1.1.2.1     (MetaFeature*)&_CIM_Keyboard_NumberOfFunctionKeys,
137114                   (MetaFeature*)&_CIM_Keyboard_Layout,
137115                   (MetaFeature*)&_CIM_Keyboard_Password,
137116                   0,
137117               };
137118               
137119               static const char*
137120               __root_cimv2_CIM_Keyboard_qualifiers[] =
137121               {
137122                   /* UMLPackagePath */
137123                   "\057CIM::Device::UserDevices",
137124                   /* Version */
137125                   "\0632.7.0",
137126                   0,
137127               };
137128               
137129               MetaClass
137130               __root_cimv2_CIM_Keyboard =
137131               {
137132                   /* flags */
137133                   META_FLAG_CLASS,
137134 mike  1.1.2.1     /* name */
137135                   "CIM_Keyboard",
137136                   /* qualifiers */
137137                   __root_cimv2_CIM_Keyboard_qualifiers,
137138                   /* super */
137139                   &__root_cimv2_CIM_UserDevice,
137140                   /* features */
137141                   _CIM_Keyboard_features,
137142               };
137143               
137144               //==============================================================================
137145               //
137146               // Class: CIM_LabelReader
137147               //
137148               //==============================================================================
137149               
137150               static const char*
137151               _CIM_LabelReader_SupportedFormats_qualifiers[] =
137152               {
137153                   /* ValueMap */
137154                   "\061\000\0060\0001\0002\0003\0004\0005\000",
137155 mike  1.1.2.1     /* Values */
137156                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
137157                   /* ModelCorrespondence */
137158                   "\036\000\001CIM_PhysicalMedia.LabelFormats\000",
137159                   0,
137160               };
137161               
137162               static MetaProperty
137163               _CIM_LabelReader_SupportedFormats =
137164               {
137165                   /* flags */
137166                   META_FLAG_PROPERTY|META_FLAG_READ,
137167                   /* name */
137168                   "SupportedFormats",
137169                   /* qualifiers */
137170                   _CIM_LabelReader_SupportedFormats_qualifiers,
137171                   /* type */
137172                   CIMTYPE_UINT16,
137173                   /* subscript */
137174                   0,
137175                   /* value */
137176 mike  1.1.2.1     0,
137177               };
137178               
137179               static const char*
137180               _CIM_LabelReader_Technology_qualifiers[] =
137181               {
137182                   /* ValueMap */
137183                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
137184                   /* Values */
137185                   "\062\000\007Unknown\000Other\000Laser\000Infrared\000RF\000Camera\000Memory Reader\000",
137186                   0,
137187               };
137188               
137189               static MetaProperty
137190               _CIM_LabelReader_Technology =
137191               {
137192                   /* flags */
137193                   META_FLAG_PROPERTY|META_FLAG_READ,
137194                   /* name */
137195                   "Technology",
137196                   /* qualifiers */
137197 mike  1.1.2.1     _CIM_LabelReader_Technology_qualifiers,
137198                   /* type */
137199                   CIMTYPE_UINT16,
137200                   /* subscript */
137201                   -1,
137202                   /* value */
137203                   0,
137204               };
137205               
137206               static MetaFeature*
137207               _CIM_LabelReader_features[] =
137208               {
137209                   (MetaFeature*)&_CIM_LabelReader_SupportedFormats,
137210                   (MetaFeature*)&_CIM_LabelReader_Technology,
137211                   0,
137212               };
137213               
137214               static const char*
137215               __root_cimv2_CIM_LabelReader_qualifiers[] =
137216               {
137217                   /* UMLPackagePath */
137218 mike  1.1.2.1     "\057CIM::Device::StorageLib",
137219                   /* Version */
137220                   "\0632.6.0",
137221                   0,
137222               };
137223               
137224               MetaClass
137225               __root_cimv2_CIM_LabelReader =
137226               {
137227                   /* flags */
137228                   META_FLAG_CLASS,
137229                   /* name */
137230                   "CIM_LabelReader",
137231                   /* qualifiers */
137232                   __root_cimv2_CIM_LabelReader_qualifiers,
137233                   /* super */
137234                   &__root_cimv2_CIM_LogicalDevice,
137235                   /* features */
137236                   _CIM_LabelReader_features,
137237               };
137238               
137239 mike  1.1.2.1 //==============================================================================
137240               //
137241               // Class: CIM_LibraryExchange
137242               //
137243               //==============================================================================
137244               
137245               static const char*
137246               _CIM_LibraryExchange_Antecedent_qualifiers[] =
137247               {
137248                   /* Override */
137249                   "\044Antecedent",
137250                   0,
137251               };
137252               
137253               static MetaReference
137254               _CIM_LibraryExchange_Antecedent =
137255               {
137256                   /* flags */
137257                   META_FLAG_REFERENCE|META_FLAG_READ,
137258                   /* name */
137259                   "Antecedent",
137260 mike  1.1.2.1     /* qualifiers */
137261                   _CIM_LibraryExchange_Antecedent_qualifiers,
137262                   /* subscript */
137263                   -1,
137264                   /* refId */
137265                   &__root_cimv2_CIM_InterLibraryPort,
137266               };
137267               
137268               static const char*
137269               _CIM_LibraryExchange_Dependent_qualifiers[] =
137270               {
137271                   /* Override */
137272                   "\044Dependent",
137273                   0,
137274               };
137275               
137276               static MetaReference
137277               _CIM_LibraryExchange_Dependent =
137278               {
137279                   /* flags */
137280                   META_FLAG_REFERENCE|META_FLAG_READ,
137281 mike  1.1.2.1     /* name */
137282                   "Dependent",
137283                   /* qualifiers */
137284                   _CIM_LibraryExchange_Dependent_qualifiers,
137285                   /* subscript */
137286                   -1,
137287                   /* refId */
137288                   &__root_cimv2_CIM_InterLibraryPort,
137289               };
137290               
137291               static const char*
137292               _CIM_LibraryExchange_CurrentlyAccessingPort_qualifiers[] =
137293               {
137294                   /* ValueMap */
137295                   "\061\000\0040\0001\0002\0003\000",
137296                   /* Values */
137297                   "\062\000\004Unknown\000Antecedent\000Dependent\000Neither\000",
137298                   0,
137299               };
137300               
137301               static MetaProperty
137302 mike  1.1.2.1 _CIM_LibraryExchange_CurrentlyAccessingPort =
137303               {
137304                   /* flags */
137305                   META_FLAG_PROPERTY|META_FLAG_READ,
137306                   /* name */
137307                   "CurrentlyAccessingPort",
137308                   /* qualifiers */
137309                   _CIM_LibraryExchange_CurrentlyAccessingPort_qualifiers,
137310                   /* type */
137311                   CIMTYPE_UINT16,
137312                   /* subscript */
137313                   -1,
137314                   /* value */
137315                   0,
137316               };
137317               
137318               static MetaFeature*
137319               _CIM_LibraryExchange_features[] =
137320               {
137321                   (MetaFeature*)&_CIM_LibraryExchange_Antecedent,
137322                   (MetaFeature*)&_CIM_LibraryExchange_Dependent,
137323 mike  1.1.2.1     (MetaFeature*)&_CIM_LibraryExchange_CurrentlyAccessingPort,
137324                   0,
137325               };
137326               
137327               static const char*
137328               __root_cimv2_CIM_LibraryExchange_qualifiers[] =
137329               {
137330                   /* ASSOCIATION */
137331                   "\000\001",
137332                   /* UMLPackagePath */
137333                   "\057CIM::Device::StorageLib",
137334                   /* Version */
137335                   "\0632.6.0",
137336                   0,
137337               };
137338               
137339               MetaClass
137340               __root_cimv2_CIM_LibraryExchange =
137341               {
137342                   /* flags */
137343                   META_FLAG_ASSOCIATION,
137344 mike  1.1.2.1     /* name */
137345                   "CIM_LibraryExchange",
137346                   /* qualifiers */
137347                   __root_cimv2_CIM_LibraryExchange_qualifiers,
137348                   /* super */
137349                   &__root_cimv2_CIM_Dependency,
137350                   /* features */
137351                   _CIM_LibraryExchange_features,
137352               };
137353               
137354               //==============================================================================
137355               //
137356               // Class: CIM_LimitedAccessPort
137357               //
137358               //==============================================================================
137359               
137360               static const char*
137361               _CIM_LimitedAccessPort_Locked_qualifiers[] =
137362               {
137363                   0,
137364               };
137365 mike  1.1.2.1 
137366               static MetaProperty
137367               _CIM_LimitedAccessPort_Locked =
137368               {
137369                   /* flags */
137370                   META_FLAG_PROPERTY|META_FLAG_READ,
137371                   /* name */
137372                   "Locked",
137373                   /* qualifiers */
137374                   _CIM_LimitedAccessPort_Locked_qualifiers,
137375                   /* type */
137376                   CIMTYPE_BOOLEAN,
137377                   /* subscript */
137378                   -1,
137379                   /* value */
137380                   0,
137381               };
137382               
137383               static const char*
137384               _CIM_LimitedAccessPort_Extended_qualifiers[] =
137385               {
137386 mike  1.1.2.1     0,
137387               };
137388               
137389               static MetaProperty
137390               _CIM_LimitedAccessPort_Extended =
137391               {
137392                   /* flags */
137393                   META_FLAG_PROPERTY|META_FLAG_READ,
137394                   /* name */
137395                   "Extended",
137396                   /* qualifiers */
137397                   _CIM_LimitedAccessPort_Extended_qualifiers,
137398                   /* type */
137399                   CIMTYPE_BOOLEAN,
137400                   /* subscript */
137401                   -1,
137402                   /* value */
137403                   0,
137404               };
137405               
137406               static const char*
137407 mike  1.1.2.1 _CIM_LimitedAccessPort_ExtendTimeout_qualifiers[] =
137408               {
137409                   /* Units */
137410                   "\060Seconds",
137411                   0,
137412               };
137413               
137414               static MetaProperty
137415               _CIM_LimitedAccessPort_ExtendTimeout =
137416               {
137417                   /* flags */
137418                   META_FLAG_PROPERTY|META_FLAG_READ,
137419                   /* name */
137420                   "ExtendTimeout",
137421                   /* qualifiers */
137422                   _CIM_LimitedAccessPort_ExtendTimeout_qualifiers,
137423                   /* type */
137424                   CIMTYPE_UINT32,
137425                   /* subscript */
137426                   -1,
137427                   /* value */
137428 mike  1.1.2.1     0,
137429               };
137430               
137431               static const char*
137432               _CIM_LimitedAccessPort_LastExtended_qualifiers[] =
137433               {
137434                   0,
137435               };
137436               
137437               static MetaProperty
137438               _CIM_LimitedAccessPort_LastExtended =
137439               {
137440                   /* flags */
137441                   META_FLAG_PROPERTY|META_FLAG_READ,
137442                   /* name */
137443                   "LastExtended",
137444                   /* qualifiers */
137445                   _CIM_LimitedAccessPort_LastExtended_qualifiers,
137446                   /* type */
137447                   CIMTYPE_DATETIME,
137448                   /* subscript */
137449 mike  1.1.2.1     -1,
137450                   /* value */
137451                   0,
137452               };
137453               
137454               static const char*
137455               _CIM_LimitedAccessPort_ImportCount_qualifiers[] =
137456               {
137457                   /* Counter */
137458                   "\012\001",
137459                   0,
137460               };
137461               
137462               static MetaProperty
137463               _CIM_LimitedAccessPort_ImportCount =
137464               {
137465                   /* flags */
137466                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
137467                   /* name */
137468                   "ImportCount",
137469                   /* qualifiers */
137470 mike  1.1.2.1     _CIM_LimitedAccessPort_ImportCount_qualifiers,
137471                   /* type */
137472                   CIMTYPE_UINT64,
137473                   /* subscript */
137474                   -1,
137475                   /* value */
137476                   0,
137477               };
137478               
137479               static const char*
137480               _CIM_LimitedAccessPort_ExportCount_qualifiers[] =
137481               {
137482                   /* Counter */
137483                   "\012\001",
137484                   0,
137485               };
137486               
137487               static MetaProperty
137488               _CIM_LimitedAccessPort_ExportCount =
137489               {
137490                   /* flags */
137491 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
137492                   /* name */
137493                   "ExportCount",
137494                   /* qualifiers */
137495                   _CIM_LimitedAccessPort_ExportCount_qualifiers,
137496                   /* type */
137497                   CIMTYPE_UINT64,
137498                   /* subscript */
137499                   -1,
137500                   /* value */
137501                   0,
137502               };
137503               
137504               static const char*
137505               _CIM_LimitedAccessPort_Direction_qualifiers[] =
137506               {
137507                   /* ValueMap */
137508                   "\061\000\0040\0001\0002\0003\000",
137509                   /* Values */
137510                   "\062\000\004Unknown\000Import\000Export\000Both Import and Export\000",
137511                   0,
137512 mike  1.1.2.1 };
137513               
137514               static MetaProperty
137515               _CIM_LimitedAccessPort_Direction =
137516               {
137517                   /* flags */
137518                   META_FLAG_PROPERTY|META_FLAG_READ,
137519                   /* name */
137520                   "Direction",
137521                   /* qualifiers */
137522                   _CIM_LimitedAccessPort_Direction_qualifiers,
137523                   /* type */
137524                   CIMTYPE_UINT16,
137525                   /* subscript */
137526                   -1,
137527                   /* value */
137528                   0,
137529               };
137530               
137531               static MetaFeature*
137532               _CIM_LimitedAccessPort_features[] =
137533 mike  1.1.2.1 {
137534                   (MetaFeature*)&_CIM_LimitedAccessPort_Locked,
137535                   (MetaFeature*)&_CIM_LimitedAccessPort_Extended,
137536                   (MetaFeature*)&_CIM_LimitedAccessPort_ExtendTimeout,
137537                   (MetaFeature*)&_CIM_LimitedAccessPort_LastExtended,
137538                   (MetaFeature*)&_CIM_LimitedAccessPort_ImportCount,
137539                   (MetaFeature*)&_CIM_LimitedAccessPort_ExportCount,
137540                   (MetaFeature*)&_CIM_LimitedAccessPort_Direction,
137541                   0,
137542               };
137543               
137544               static const char*
137545               __root_cimv2_CIM_LimitedAccessPort_qualifiers[] =
137546               {
137547                   /* UMLPackagePath */
137548                   "\057CIM::Device::StorageLib",
137549                   /* Version */
137550                   "\0632.6.0",
137551                   0,
137552               };
137553               
137554 mike  1.1.2.1 MetaClass
137555               __root_cimv2_CIM_LimitedAccessPort =
137556               {
137557                   /* flags */
137558                   META_FLAG_CLASS,
137559                   /* name */
137560                   "CIM_LimitedAccessPort",
137561                   /* qualifiers */
137562                   __root_cimv2_CIM_LimitedAccessPort_qualifiers,
137563                   /* super */
137564                   &__root_cimv2_CIM_MediaTransferDevice,
137565                   /* features */
137566                   _CIM_LimitedAccessPort_features,
137567               };
137568               
137569               //==============================================================================
137570               //
137571               // Class: CIM_LogicalDisk
137572               //
137573               //==============================================================================
137574               
137575 mike  1.1.2.1 static MetaFeature*
137576               _CIM_LogicalDisk_features[] =
137577               {
137578                   0,
137579               };
137580               
137581               static const char*
137582               __root_cimv2_CIM_LogicalDisk_qualifiers[] =
137583               {
137584                   /* UMLPackagePath */
137585                   "\057CIM::Device::StorageExtents",
137586                   /* Version */
137587                   "\0632.6.0",
137588                   0,
137589               };
137590               
137591               MetaClass
137592               __root_cimv2_CIM_LogicalDisk =
137593               {
137594                   /* flags */
137595                   META_FLAG_CLASS,
137596 mike  1.1.2.1     /* name */
137597                   "CIM_LogicalDisk",
137598                   /* qualifiers */
137599                   __root_cimv2_CIM_LogicalDisk_qualifiers,
137600                   /* super */
137601                   &__root_cimv2_CIM_StorageExtent,
137602                   /* features */
137603                   _CIM_LogicalDisk_features,
137604               };
137605               
137606               //==============================================================================
137607               //
137608               // Class: CIM_LogicalDiskBasedOnExtent
137609               //
137610               //==============================================================================
137611               
137612               static const char*
137613               _CIM_LogicalDiskBasedOnExtent_Antecedent_qualifiers[] =
137614               {
137615                   /* Override */
137616                   "\044Antecedent",
137617 mike  1.1.2.1     /* Max */
137618                   "\027\000\000\000\001",
137619                   0,
137620               };
137621               
137622               static MetaReference
137623               _CIM_LogicalDiskBasedOnExtent_Antecedent =
137624               {
137625                   /* flags */
137626                   META_FLAG_REFERENCE|META_FLAG_READ,
137627                   /* name */
137628                   "Antecedent",
137629                   /* qualifiers */
137630                   _CIM_LogicalDiskBasedOnExtent_Antecedent_qualifiers,
137631                   /* subscript */
137632                   -1,
137633                   /* refId */
137634                   &__root_cimv2_CIM_StorageExtent,
137635               };
137636               
137637               static const char*
137638 mike  1.1.2.1 _CIM_LogicalDiskBasedOnExtent_Dependent_qualifiers[] =
137639               {
137640                   /* Override */
137641                   "\044Dependent",
137642                   0,
137643               };
137644               
137645               static MetaReference
137646               _CIM_LogicalDiskBasedOnExtent_Dependent =
137647               {
137648                   /* flags */
137649                   META_FLAG_REFERENCE|META_FLAG_READ,
137650                   /* name */
137651                   "Dependent",
137652                   /* qualifiers */
137653                   _CIM_LogicalDiskBasedOnExtent_Dependent_qualifiers,
137654                   /* subscript */
137655                   -1,
137656                   /* refId */
137657                   &__root_cimv2_CIM_LogicalDisk,
137658               };
137659 mike  1.1.2.1 
137660               static MetaFeature*
137661               _CIM_LogicalDiskBasedOnExtent_features[] =
137662               {
137663                   (MetaFeature*)&_CIM_LogicalDiskBasedOnExtent_Antecedent,
137664                   (MetaFeature*)&_CIM_LogicalDiskBasedOnExtent_Dependent,
137665                   0,
137666               };
137667               
137668               static const char*
137669               __root_cimv2_CIM_LogicalDiskBasedOnExtent_qualifiers[] =
137670               {
137671                   /* ASSOCIATION */
137672                   "\000\001",
137673                   /* UMLPackagePath */
137674                   "\057CIM::Device::StorageExtents",
137675                   /* Version */
137676                   "\0632.6.0",
137677                   0,
137678               };
137679               
137680 mike  1.1.2.1 MetaClass
137681               __root_cimv2_CIM_LogicalDiskBasedOnExtent =
137682               {
137683                   /* flags */
137684                   META_FLAG_ASSOCIATION,
137685                   /* name */
137686                   "CIM_LogicalDiskBasedOnExtent",
137687                   /* qualifiers */
137688                   __root_cimv2_CIM_LogicalDiskBasedOnExtent_qualifiers,
137689                   /* super */
137690                   &__root_cimv2_CIM_BasedOn,
137691                   /* features */
137692                   _CIM_LogicalDiskBasedOnExtent_features,
137693               };
137694               
137695               //==============================================================================
137696               //
137697               // Class: CIM_LogicalDiskBasedOnVolume
137698               //
137699               //==============================================================================
137700               
137701 mike  1.1.2.1 static const char*
137702               _CIM_LogicalDiskBasedOnVolume_Antecedent_qualifiers[] =
137703               {
137704                   /* Override */
137705                   "\044Antecedent",
137706                   /* Max */
137707                   "\027\000\000\000\001",
137708                   0,
137709               };
137710               
137711               static MetaReference
137712               _CIM_LogicalDiskBasedOnVolume_Antecedent =
137713               {
137714                   /* flags */
137715                   META_FLAG_REFERENCE|META_FLAG_READ,
137716                   /* name */
137717                   "Antecedent",
137718                   /* qualifiers */
137719                   _CIM_LogicalDiskBasedOnVolume_Antecedent_qualifiers,
137720                   /* subscript */
137721                   -1,
137722 mike  1.1.2.1     /* refId */
137723                   &__root_cimv2_CIM_StorageVolume,
137724               };
137725               
137726               static const char*
137727               _CIM_LogicalDiskBasedOnVolume_Dependent_qualifiers[] =
137728               {
137729                   /* Override */
137730                   "\044Dependent",
137731                   0,
137732               };
137733               
137734               static MetaReference
137735               _CIM_LogicalDiskBasedOnVolume_Dependent =
137736               {
137737                   /* flags */
137738                   META_FLAG_REFERENCE|META_FLAG_READ,
137739                   /* name */
137740                   "Dependent",
137741                   /* qualifiers */
137742                   _CIM_LogicalDiskBasedOnVolume_Dependent_qualifiers,
137743 mike  1.1.2.1     /* subscript */
137744                   -1,
137745                   /* refId */
137746                   &__root_cimv2_CIM_LogicalDisk,
137747               };
137748               
137749               static MetaFeature*
137750               _CIM_LogicalDiskBasedOnVolume_features[] =
137751               {
137752                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolume_Antecedent,
137753                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolume_Dependent,
137754                   0,
137755               };
137756               
137757               static const char*
137758               __root_cimv2_CIM_LogicalDiskBasedOnVolume_qualifiers[] =
137759               {
137760                   /* ASSOCIATION */
137761                   "\000\001",
137762                   /* UMLPackagePath */
137763                   "\057CIM::Device::StorageExtents",
137764 mike  1.1.2.1     /* Version */
137765                   "\0632.6.0",
137766                   0,
137767               };
137768               
137769               MetaClass
137770               __root_cimv2_CIM_LogicalDiskBasedOnVolume =
137771               {
137772                   /* flags */
137773                   META_FLAG_ASSOCIATION,
137774                   /* name */
137775                   "CIM_LogicalDiskBasedOnVolume",
137776                   /* qualifiers */
137777                   __root_cimv2_CIM_LogicalDiskBasedOnVolume_qualifiers,
137778                   /* super */
137779                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
137780                   /* features */
137781                   _CIM_LogicalDiskBasedOnVolume_features,
137782               };
137783               
137784               //==============================================================================
137785 mike  1.1.2.1 //
137786               // Class: CIM_LogicalDiskBasedOnVolumeSet
137787               //
137788               //==============================================================================
137789               
137790               static const char*
137791               _CIM_LogicalDiskBasedOnVolumeSet_Antecedent_qualifiers[] =
137792               {
137793                   /* Deprecated */
137794                   "\013\000\001CIM_BasedOn.Antecedent\000",
137795                   /* Override */
137796                   "\044Antecedent",
137797                   /* Max */
137798                   "\027\000\000\000\001",
137799                   0,
137800               };
137801               
137802               static MetaReference
137803               _CIM_LogicalDiskBasedOnVolumeSet_Antecedent =
137804               {
137805                   /* flags */
137806 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
137807                   /* name */
137808                   "Antecedent",
137809                   /* qualifiers */
137810                   _CIM_LogicalDiskBasedOnVolumeSet_Antecedent_qualifiers,
137811                   /* subscript */
137812                   -1,
137813                   /* refId */
137814                   &__root_cimv2_CIM_VolumeSet,
137815               };
137816               
137817               static MetaFeature*
137818               _CIM_LogicalDiskBasedOnVolumeSet_features[] =
137819               {
137820                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolumeSet_Antecedent,
137821                   0,
137822               };
137823               
137824               static const char*
137825               __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet_qualifiers[] =
137826               {
137827 mike  1.1.2.1     /* ASSOCIATION */
137828                   "\000\001",
137829                   /* Deprecated */
137830                   "\013\000\001CIM_BasedOn\000",
137831                   /* UMLPackagePath */
137832                   "\057CIM::Device::SccExtents",
137833                   /* Version */
137834                   "\0632.7.0",
137835                   0,
137836               };
137837               
137838               MetaClass
137839               __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet =
137840               {
137841                   /* flags */
137842                   META_FLAG_ASSOCIATION,
137843                   /* name */
137844                   "CIM_LogicalDiskBasedOnVolumeSet",
137845                   /* qualifiers */
137846                   __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet_qualifiers,
137847                   /* super */
137848 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDiskBasedOnVolume,
137849                   /* features */
137850                   _CIM_LogicalDiskBasedOnVolumeSet_features,
137851               };
137852               
137853               //==============================================================================
137854               //
137855               // Class: CIM_LogInDataFile
137856               //
137857               //==============================================================================
137858               
137859               static const char*
137860               _CIM_LogInDataFile_Antecedent_qualifiers[] =
137861               {
137862                   /* Override */
137863                   "\044Antecedent",
137864                   0,
137865               };
137866               
137867               static MetaReference
137868               _CIM_LogInDataFile_Antecedent =
137869 mike  1.1.2.1 {
137870                   /* flags */
137871                   META_FLAG_REFERENCE|META_FLAG_READ,
137872                   /* name */
137873                   "Antecedent",
137874                   /* qualifiers */
137875                   _CIM_LogInDataFile_Antecedent_qualifiers,
137876                   /* subscript */
137877                   -1,
137878                   /* refId */
137879                   &__root_cimv2_CIM_DataFile,
137880               };
137881               
137882               static const char*
137883               _CIM_LogInDataFile_Dependent_qualifiers[] =
137884               {
137885                   /* Override */
137886                   "\044Dependent",
137887                   0,
137888               };
137889               
137890 mike  1.1.2.1 static MetaReference
137891               _CIM_LogInDataFile_Dependent =
137892               {
137893                   /* flags */
137894                   META_FLAG_REFERENCE|META_FLAG_READ,
137895                   /* name */
137896                   "Dependent",
137897                   /* qualifiers */
137898                   _CIM_LogInDataFile_Dependent_qualifiers,
137899                   /* subscript */
137900                   -1,
137901                   /* refId */
137902                   &__root_cimv2_CIM_MessageLog,
137903               };
137904               
137905               static MetaFeature*
137906               _CIM_LogInDataFile_features[] =
137907               {
137908                   (MetaFeature*)&_CIM_LogInDataFile_Antecedent,
137909                   (MetaFeature*)&_CIM_LogInDataFile_Dependent,
137910                   0,
137911 mike  1.1.2.1 };
137912               
137913               static const char*
137914               __root_cimv2_CIM_LogInDataFile_qualifiers[] =
137915               {
137916                   /* ASSOCIATION */
137917                   "\000\001",
137918                   /* UMLPackagePath */
137919                   "\057CIM::System::Logs",
137920                   /* Version */
137921                   "\0632.6.0",
137922                   0,
137923               };
137924               
137925               MetaClass
137926               __root_cimv2_CIM_LogInDataFile =
137927               {
137928                   /* flags */
137929                   META_FLAG_ASSOCIATION,
137930                   /* name */
137931                   "CIM_LogInDataFile",
137932 mike  1.1.2.1     /* qualifiers */
137933                   __root_cimv2_CIM_LogInDataFile_qualifiers,
137934                   /* super */
137935                   &__root_cimv2_CIM_Dependency,
137936                   /* features */
137937                   _CIM_LogInDataFile_features,
137938               };
137939               
137940               //==============================================================================
137941               //
137942               // Class: CIM_LogInDeviceFile
137943               //
137944               //==============================================================================
137945               
137946               static const char*
137947               _CIM_LogInDeviceFile_Antecedent_qualifiers[] =
137948               {
137949                   /* Override */
137950                   "\044Antecedent",
137951                   0,
137952               };
137953 mike  1.1.2.1 
137954               static MetaReference
137955               _CIM_LogInDeviceFile_Antecedent =
137956               {
137957                   /* flags */
137958                   META_FLAG_REFERENCE|META_FLAG_READ,
137959                   /* name */
137960                   "Antecedent",
137961                   /* qualifiers */
137962                   _CIM_LogInDeviceFile_Antecedent_qualifiers,
137963                   /* subscript */
137964                   -1,
137965                   /* refId */
137966                   &__root_cimv2_CIM_DeviceFile,
137967               };
137968               
137969               static const char*
137970               _CIM_LogInDeviceFile_Dependent_qualifiers[] =
137971               {
137972                   /* Override */
137973                   "\044Dependent",
137974 mike  1.1.2.1     0,
137975               };
137976               
137977               static MetaReference
137978               _CIM_LogInDeviceFile_Dependent =
137979               {
137980                   /* flags */
137981                   META_FLAG_REFERENCE|META_FLAG_READ,
137982                   /* name */
137983                   "Dependent",
137984                   /* qualifiers */
137985                   _CIM_LogInDeviceFile_Dependent_qualifiers,
137986                   /* subscript */
137987                   -1,
137988                   /* refId */
137989                   &__root_cimv2_CIM_MessageLog,
137990               };
137991               
137992               static MetaFeature*
137993               _CIM_LogInDeviceFile_features[] =
137994               {
137995 mike  1.1.2.1     (MetaFeature*)&_CIM_LogInDeviceFile_Antecedent,
137996                   (MetaFeature*)&_CIM_LogInDeviceFile_Dependent,
137997                   0,
137998               };
137999               
138000               static const char*
138001               __root_cimv2_CIM_LogInDeviceFile_qualifiers[] =
138002               {
138003                   /* ASSOCIATION */
138004                   "\000\001",
138005                   /* UMLPackagePath */
138006                   "\057CIM::System::Logs",
138007                   /* Version */
138008                   "\0632.6.0",
138009                   0,
138010               };
138011               
138012               MetaClass
138013               __root_cimv2_CIM_LogInDeviceFile =
138014               {
138015                   /* flags */
138016 mike  1.1.2.1     META_FLAG_ASSOCIATION,
138017                   /* name */
138018                   "CIM_LogInDeviceFile",
138019                   /* qualifiers */
138020                   __root_cimv2_CIM_LogInDeviceFile_qualifiers,
138021                   /* super */
138022                   &__root_cimv2_CIM_Dependency,
138023                   /* features */
138024                   _CIM_LogInDeviceFile_features,
138025               };
138026               
138027               //==============================================================================
138028               //
138029               // Class: CIM_LogInStorage
138030               //
138031               //==============================================================================
138032               
138033               static const char*
138034               _CIM_LogInStorage_Antecedent_qualifiers[] =
138035               {
138036                   /* Override */
138037 mike  1.1.2.1     "\044Antecedent",
138038                   0,
138039               };
138040               
138041               static MetaReference
138042               _CIM_LogInStorage_Antecedent =
138043               {
138044                   /* flags */
138045                   META_FLAG_REFERENCE|META_FLAG_READ,
138046                   /* name */
138047                   "Antecedent",
138048                   /* qualifiers */
138049                   _CIM_LogInStorage_Antecedent_qualifiers,
138050                   /* subscript */
138051                   -1,
138052                   /* refId */
138053                   &__root_cimv2_CIM_StorageExtent,
138054               };
138055               
138056               static const char*
138057               _CIM_LogInStorage_Dependent_qualifiers[] =
138058 mike  1.1.2.1 {
138059                   /* Override */
138060                   "\044Dependent",
138061                   0,
138062               };
138063               
138064               static MetaReference
138065               _CIM_LogInStorage_Dependent =
138066               {
138067                   /* flags */
138068                   META_FLAG_REFERENCE|META_FLAG_READ,
138069                   /* name */
138070                   "Dependent",
138071                   /* qualifiers */
138072                   _CIM_LogInStorage_Dependent_qualifiers,
138073                   /* subscript */
138074                   -1,
138075                   /* refId */
138076                   &__root_cimv2_CIM_MessageLog,
138077               };
138078               
138079 mike  1.1.2.1 static const char*
138080               _CIM_LogInStorage_StartingOffset_qualifiers[] =
138081               {
138082                   0,
138083               };
138084               
138085               static MetaProperty
138086               _CIM_LogInStorage_StartingOffset =
138087               {
138088                   /* flags */
138089                   META_FLAG_PROPERTY|META_FLAG_READ,
138090                   /* name */
138091                   "StartingOffset",
138092                   /* qualifiers */
138093                   _CIM_LogInStorage_StartingOffset_qualifiers,
138094                   /* type */
138095                   CIMTYPE_UINT64,
138096                   /* subscript */
138097                   -1,
138098                   /* value */
138099                   0,
138100 mike  1.1.2.1 };
138101               
138102               static MetaFeature*
138103               _CIM_LogInStorage_features[] =
138104               {
138105                   (MetaFeature*)&_CIM_LogInStorage_Antecedent,
138106                   (MetaFeature*)&_CIM_LogInStorage_Dependent,
138107                   (MetaFeature*)&_CIM_LogInStorage_StartingOffset,
138108                   0,
138109               };
138110               
138111               static const char*
138112               __root_cimv2_CIM_LogInStorage_qualifiers[] =
138113               {
138114                   /* ASSOCIATION */
138115                   "\000\001",
138116                   /* UMLPackagePath */
138117                   "\057CIM::System::Logs",
138118                   /* Version */
138119                   "\0632.6.0",
138120                   0,
138121 mike  1.1.2.1 };
138122               
138123               MetaClass
138124               __root_cimv2_CIM_LogInStorage =
138125               {
138126                   /* flags */
138127                   META_FLAG_ASSOCIATION,
138128                   /* name */
138129                   "CIM_LogInStorage",
138130                   /* qualifiers */
138131                   __root_cimv2_CIM_LogInStorage_qualifiers,
138132                   /* super */
138133                   &__root_cimv2_CIM_Dependency,
138134                   /* features */
138135                   _CIM_LogInStorage_features,
138136               };
138137               
138138               //==============================================================================
138139               //
138140               // Class: CIM_MagnetoOpticalDrive
138141               //
138142 mike  1.1.2.1 //==============================================================================
138143               
138144               static MetaFeature*
138145               _CIM_MagnetoOpticalDrive_features[] =
138146               {
138147                   0,
138148               };
138149               
138150               static const char*
138151               __root_cimv2_CIM_MagnetoOpticalDrive_qualifiers[] =
138152               {
138153                   /* UMLPackagePath */
138154                   "\057CIM::Device::StorageDevices",
138155                   /* Version */
138156                   "\0632.6.0",
138157                   0,
138158               };
138159               
138160               MetaClass
138161               __root_cimv2_CIM_MagnetoOpticalDrive =
138162               {
138163 mike  1.1.2.1     /* flags */
138164                   META_FLAG_CLASS,
138165                   /* name */
138166                   "CIM_MagnetoOpticalDrive",
138167                   /* qualifiers */
138168                   __root_cimv2_CIM_MagnetoOpticalDrive_qualifiers,
138169                   /* super */
138170                   &__root_cimv2_CIM_MediaAccessDevice,
138171                   /* features */
138172                   _CIM_MagnetoOpticalDrive_features,
138173               };
138174               
138175               //==============================================================================
138176               //
138177               // Class: CIM_ManagementController
138178               //
138179               //==============================================================================
138180               
138181               static MetaFeature*
138182               _CIM_ManagementController_features[] =
138183               {
138184 mike  1.1.2.1     0,
138185               };
138186               
138187               static const char*
138188               __root_cimv2_CIM_ManagementController_qualifiers[] =
138189               {
138190                   /* UMLPackagePath */
138191                   "\057CIM::Device::Controller",
138192                   /* Version */
138193                   "\0632.10.0",
138194                   0,
138195               };
138196               
138197               MetaClass
138198               __root_cimv2_CIM_ManagementController =
138199               {
138200                   /* flags */
138201                   META_FLAG_CLASS,
138202                   /* name */
138203                   "CIM_ManagementController",
138204                   /* qualifiers */
138205 mike  1.1.2.1     __root_cimv2_CIM_ManagementController_qualifiers,
138206                   /* super */
138207                   &__root_cimv2_CIM_Controller,
138208                   /* features */
138209                   _CIM_ManagementController_features,
138210               };
138211               
138212               //==============================================================================
138213               //
138214               // Class: CIM_MarkerService
138215               //
138216               //==============================================================================
138217               
138218               static MetaFeature*
138219               _CIM_MarkerService_features[] =
138220               {
138221                   0,
138222               };
138223               
138224               static const char*
138225               __root_cimv2_CIM_MarkerService_qualifiers[] =
138226 mike  1.1.2.1 {
138227                   /* UMLPackagePath */
138228                   "\057CIM::Network::QoS",
138229                   /* Version */
138230                   "\0632.6.0",
138231                   0,
138232               };
138233               
138234               MetaClass
138235               __root_cimv2_CIM_MarkerService =
138236               {
138237                   /* flags */
138238                   META_FLAG_CLASS,
138239                   /* name */
138240                   "CIM_MarkerService",
138241                   /* qualifiers */
138242                   __root_cimv2_CIM_MarkerService_qualifiers,
138243                   /* super */
138244                   &__root_cimv2_CIM_ConditioningService,
138245                   /* features */
138246                   _CIM_MarkerService_features,
138247 mike  1.1.2.1 };
138248               
138249               //==============================================================================
138250               //
138251               // Class: CIM_MediaPartition
138252               //
138253               //==============================================================================
138254               
138255               static const char*
138256               _CIM_MediaPartition_Bootable_qualifiers[] =
138257               {
138258                   0,
138259               };
138260               
138261               static MetaProperty
138262               _CIM_MediaPartition_Bootable =
138263               {
138264                   /* flags */
138265                   META_FLAG_PROPERTY|META_FLAG_READ,
138266                   /* name */
138267                   "Bootable",
138268 mike  1.1.2.1     /* qualifiers */
138269                   _CIM_MediaPartition_Bootable_qualifiers,
138270                   /* type */
138271                   CIMTYPE_BOOLEAN,
138272                   /* subscript */
138273                   -1,
138274                   /* value */
138275                   0,
138276               };
138277               
138278               static const char*
138279               _CIM_MediaPartition_Allocatable_qualifiers[] =
138280               {
138281                   0,
138282               };
138283               
138284               static MetaProperty
138285               _CIM_MediaPartition_Allocatable =
138286               {
138287                   /* flags */
138288                   META_FLAG_PROPERTY|META_FLAG_READ,
138289 mike  1.1.2.1     /* name */
138290                   "Allocatable",
138291                   /* qualifiers */
138292                   _CIM_MediaPartition_Allocatable_qualifiers,
138293                   /* type */
138294                   CIMTYPE_BOOLEAN,
138295                   /* subscript */
138296                   -1,
138297                   /* value */
138298                   0,
138299               };
138300               
138301               static const char*
138302               _CIM_MediaPartition_Signature_qualifiers[] =
138303               {
138304                   /* ModelCorrespondence */
138305                   "\036\000\002CIM_MediaPartition.SignatureState\000CIM_MediaPartition.SignatureAlgorithm\000",
138306                   0,
138307               };
138308               
138309               static MetaProperty
138310 mike  1.1.2.1 _CIM_MediaPartition_Signature =
138311               {
138312                   /* flags */
138313                   META_FLAG_PROPERTY|META_FLAG_READ,
138314                   /* name */
138315                   "Signature",
138316                   /* qualifiers */
138317                   _CIM_MediaPartition_Signature_qualifiers,
138318                   /* type */
138319                   CIMTYPE_STRING,
138320                   /* subscript */
138321                   -1,
138322                   /* value */
138323                   0,
138324               };
138325               
138326               static const char*
138327               _CIM_MediaPartition_SignatureAlgorithm_qualifiers[] =
138328               {
138329                   /* ModelCorrespondence */
138330                   "\036\000\002CIM_MediaPartition.Signature\000CIM_MediaPartition.SignatureState\000",
138331 mike  1.1.2.1     0,
138332               };
138333               
138334               static MetaProperty
138335               _CIM_MediaPartition_SignatureAlgorithm =
138336               {
138337                   /* flags */
138338                   META_FLAG_PROPERTY|META_FLAG_READ,
138339                   /* name */
138340                   "SignatureAlgorithm",
138341                   /* qualifiers */
138342                   _CIM_MediaPartition_SignatureAlgorithm_qualifiers,
138343                   /* type */
138344                   CIMTYPE_STRING,
138345                   /* subscript */
138346                   -1,
138347                   /* value */
138348                   0,
138349               };
138350               
138351               static const char*
138352 mike  1.1.2.1 _CIM_MediaPartition_SignatureState_qualifiers[] =
138353               {
138354                   /* ValueMap */
138355                   "\061\000\0060\0001\0002\0003\0004\0005\000",
138356                   /* Values */
138357                   "\062\000\006Unknown\000Unimplemented\000Uninitialized\000Calculated by Operating System\000Calculated by a Media Manager\000Assigned by Owning Application\000",
138358                   /* ModelCorrespondence */
138359                   "\036\000\002CIM_MediaPartition.Signature\000CIM_MediaPartition.SignatureAlgorithm\000",
138360                   0,
138361               };
138362               
138363               static MetaProperty
138364               _CIM_MediaPartition_SignatureState =
138365               {
138366                   /* flags */
138367                   META_FLAG_PROPERTY|META_FLAG_READ,
138368                   /* name */
138369                   "SignatureState",
138370                   /* qualifiers */
138371                   _CIM_MediaPartition_SignatureState_qualifiers,
138372                   /* type */
138373 mike  1.1.2.1     CIMTYPE_STRING,
138374                   /* subscript */
138375                   -1,
138376                   /* value */
138377                   0,
138378               };
138379               
138380               static const char*
138381               _CIM_MediaPartition_Extendable_qualifiers[] =
138382               {
138383                   0,
138384               };
138385               
138386               static MetaProperty
138387               _CIM_MediaPartition_Extendable =
138388               {
138389                   /* flags */
138390                   META_FLAG_PROPERTY|META_FLAG_READ,
138391                   /* name */
138392                   "Extendable",
138393                   /* qualifiers */
138394 mike  1.1.2.1     _CIM_MediaPartition_Extendable_qualifiers,
138395                   /* type */
138396                   CIMTYPE_BOOLEAN,
138397                   /* subscript */
138398                   -1,
138399                   /* value */
138400                   0,
138401               };
138402               
138403               static MetaFeature*
138404               _CIM_MediaPartition_features[] =
138405               {
138406                   (MetaFeature*)&_CIM_MediaPartition_Bootable,
138407                   (MetaFeature*)&_CIM_MediaPartition_Allocatable,
138408                   (MetaFeature*)&_CIM_MediaPartition_Signature,
138409                   (MetaFeature*)&_CIM_MediaPartition_SignatureAlgorithm,
138410                   (MetaFeature*)&_CIM_MediaPartition_SignatureState,
138411                   (MetaFeature*)&_CIM_MediaPartition_Extendable,
138412                   0,
138413               };
138414               
138415 mike  1.1.2.1 static const char*
138416               __root_cimv2_CIM_MediaPartition_qualifiers[] =
138417               {
138418                   /* UMLPackagePath */
138419                   "\057CIM::Device::StorageExtents",
138420                   /* Version */
138421                   "\0632.6.0",
138422                   0,
138423               };
138424               
138425               MetaClass
138426               __root_cimv2_CIM_MediaPartition =
138427               {
138428                   /* flags */
138429                   META_FLAG_CLASS,
138430                   /* name */
138431                   "CIM_MediaPartition",
138432                   /* qualifiers */
138433                   __root_cimv2_CIM_MediaPartition_qualifiers,
138434                   /* super */
138435                   &__root_cimv2_CIM_StorageExtent,
138436 mike  1.1.2.1     /* features */
138437                   _CIM_MediaPartition_features,
138438               };
138439               
138440               //==============================================================================
138441               //
138442               // Class: CIM_MediaPresent
138443               //
138444               //==============================================================================
138445               
138446               static const char*
138447               _CIM_MediaPresent_Antecedent_qualifiers[] =
138448               {
138449                   /* Override */
138450                   "\044Antecedent",
138451                   0,
138452               };
138453               
138454               static MetaReference
138455               _CIM_MediaPresent_Antecedent =
138456               {
138457 mike  1.1.2.1     /* flags */
138458                   META_FLAG_REFERENCE|META_FLAG_READ,
138459                   /* name */
138460                   "Antecedent",
138461                   /* qualifiers */
138462                   _CIM_MediaPresent_Antecedent_qualifiers,
138463                   /* subscript */
138464                   -1,
138465                   /* refId */
138466                   &__root_cimv2_CIM_MediaAccessDevice,
138467               };
138468               
138469               static const char*
138470               _CIM_MediaPresent_Dependent_qualifiers[] =
138471               {
138472                   /* Override */
138473                   "\044Dependent",
138474                   0,
138475               };
138476               
138477               static MetaReference
138478 mike  1.1.2.1 _CIM_MediaPresent_Dependent =
138479               {
138480                   /* flags */
138481                   META_FLAG_REFERENCE|META_FLAG_READ,
138482                   /* name */
138483                   "Dependent",
138484                   /* qualifiers */
138485                   _CIM_MediaPresent_Dependent_qualifiers,
138486                   /* subscript */
138487                   -1,
138488                   /* refId */
138489                   &__root_cimv2_CIM_StorageExtent,
138490               };
138491               
138492               static const char*
138493               _CIM_MediaPresent_FixedMedia_qualifiers[] =
138494               {
138495                   0,
138496               };
138497               
138498               static MetaProperty
138499 mike  1.1.2.1 _CIM_MediaPresent_FixedMedia =
138500               {
138501                   /* flags */
138502                   META_FLAG_PROPERTY|META_FLAG_READ,
138503                   /* name */
138504                   "FixedMedia",
138505                   /* qualifiers */
138506                   _CIM_MediaPresent_FixedMedia_qualifiers,
138507                   /* type */
138508                   CIMTYPE_BOOLEAN,
138509                   /* subscript */
138510                   -1,
138511                   /* value */
138512                   0,
138513               };
138514               
138515               static MetaFeature*
138516               _CIM_MediaPresent_features[] =
138517               {
138518                   (MetaFeature*)&_CIM_MediaPresent_Antecedent,
138519                   (MetaFeature*)&_CIM_MediaPresent_Dependent,
138520 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaPresent_FixedMedia,
138521                   0,
138522               };
138523               
138524               static const char*
138525               __root_cimv2_CIM_MediaPresent_qualifiers[] =
138526               {
138527                   /* ASSOCIATION */
138528                   "\000\001",
138529                   /* UMLPackagePath */
138530                   "\057CIM::Device::StorageExtents",
138531                   /* Version */
138532                   "\0632.6.0",
138533                   /* MappingStrings */
138534                   "\026\000\001MIF.DMTF|Storage Devices|001.8\000",
138535                   0,
138536               };
138537               
138538               MetaClass
138539               __root_cimv2_CIM_MediaPresent =
138540               {
138541 mike  1.1.2.1     /* flags */
138542                   META_FLAG_ASSOCIATION,
138543                   /* name */
138544                   "CIM_MediaPresent",
138545                   /* qualifiers */
138546                   __root_cimv2_CIM_MediaPresent_qualifiers,
138547                   /* super */
138548                   &__root_cimv2_CIM_Dependency,
138549                   /* features */
138550                   _CIM_MediaPresent_features,
138551               };
138552               
138553               //==============================================================================
138554               //
138555               // Class: CIM_Memory
138556               //
138557               //==============================================================================
138558               
138559               static const char*
138560               _CIM_Memory_Volatile_qualifiers[] =
138561               {
138562 mike  1.1.2.1     0,
138563               };
138564               
138565               static MetaProperty
138566               _CIM_Memory_Volatile =
138567               {
138568                   /* flags */
138569                   META_FLAG_PROPERTY|META_FLAG_READ,
138570                   /* name */
138571                   "Volatile",
138572                   /* qualifiers */
138573                   _CIM_Memory_Volatile_qualifiers,
138574                   /* type */
138575                   CIMTYPE_BOOLEAN,
138576                   /* subscript */
138577                   -1,
138578                   /* value */
138579                   0,
138580               };
138581               
138582               static const char*
138583 mike  1.1.2.1 _CIM_Memory_ErrorMethodology_qualifiers[] =
138584               {
138585                   /* Override */
138586                   "\044ErrorMethodology",
138587                   /* MappingStrings */
138588                   "\026\000\001MIF.DMTF|Physical Memory Array|001.7\000",
138589                   0,
138590               };
138591               
138592               static MetaProperty
138593               _CIM_Memory_ErrorMethodology =
138594               {
138595                   /* flags */
138596                   META_FLAG_PROPERTY|META_FLAG_READ,
138597                   /* name */
138598                   "ErrorMethodology",
138599                   /* qualifiers */
138600                   _CIM_Memory_ErrorMethodology_qualifiers,
138601                   /* type */
138602                   CIMTYPE_STRING,
138603                   /* subscript */
138604 mike  1.1.2.1     -1,
138605                   /* value */
138606                   0,
138607               };
138608               
138609               static const char*
138610               _CIM_Memory_StartingAddress_qualifiers[] =
138611               {
138612                   /* Units */
138613                   "\060KiloBytes",
138614                   /* MappingStrings */
138615                   "\026\000\002MIF.DMTF|Memory Array Mapped Addresses|001.3\000MIF.DMTF|Memory Device Mapped Addresses|001.4\000",
138616                   0,
138617               };
138618               
138619               static MetaProperty
138620               _CIM_Memory_StartingAddress =
138621               {
138622                   /* flags */
138623                   META_FLAG_PROPERTY|META_FLAG_READ,
138624                   /* name */
138625 mike  1.1.2.1     "StartingAddress",
138626                   /* qualifiers */
138627                   _CIM_Memory_StartingAddress_qualifiers,
138628                   /* type */
138629                   CIMTYPE_UINT64,
138630                   /* subscript */
138631                   -1,
138632                   /* value */
138633                   0,
138634               };
138635               
138636               static const char*
138637               _CIM_Memory_EndingAddress_qualifiers[] =
138638               {
138639                   /* Units */
138640                   "\060KiloBytes",
138641                   /* MappingStrings */
138642                   "\026\000\002MIF.DMTF|Memory Array Mapped Addresses|001.4\000MIF.DMTF|Memory Device Mapped Addresses|001.5\000",
138643                   0,
138644               };
138645               
138646 mike  1.1.2.1 static MetaProperty
138647               _CIM_Memory_EndingAddress =
138648               {
138649                   /* flags */
138650                   META_FLAG_PROPERTY|META_FLAG_READ,
138651                   /* name */
138652                   "EndingAddress",
138653                   /* qualifiers */
138654                   _CIM_Memory_EndingAddress_qualifiers,
138655                   /* type */
138656                   CIMTYPE_UINT64,
138657                   /* subscript */
138658                   -1,
138659                   /* value */
138660                   0,
138661               };
138662               
138663               static const char*
138664               _CIM_Memory_ErrorInfo_qualifiers[] =
138665               {
138666                   /* Deprecated */
138667 mike  1.1.2.1     "\013\000\001CIM_MemoryError.ErrorInfo\000",
138668                   /* ValueMap */
138669                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
138670                   /* Values */
138671                   "\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",
138672                   /* MappingStrings */
138673                   "\026\000\002MIF.DMTF|Memory Device|005.12\000MIF.DMTF|Physical Memory Array|001.8\000",
138674                   /* ModelCorrespondence */
138675                   "\036\000\001CIM_Memory.OtherErrorDescription\000",
138676                   0,
138677               };
138678               
138679               static MetaProperty
138680               _CIM_Memory_ErrorInfo =
138681               {
138682                   /* flags */
138683                   META_FLAG_PROPERTY|META_FLAG_READ,
138684                   /* name */
138685                   "ErrorInfo",
138686                   /* qualifiers */
138687                   _CIM_Memory_ErrorInfo_qualifiers,
138688 mike  1.1.2.1     /* type */
138689                   CIMTYPE_UINT16,
138690                   /* subscript */
138691                   -1,
138692                   /* value */
138693                   0,
138694               };
138695               
138696               static const char*
138697               _CIM_Memory_OtherErrorDescription_qualifiers[] =
138698               {
138699                   /* Deprecated */
138700                   "\013\000\001CIM_MemoryError.OtherErrorDescription\000",
138701                   /* ModelCorrespondence */
138702                   "\036\000\001CIM_Memory.ErrorInfo\000",
138703                   0,
138704               };
138705               
138706               static MetaProperty
138707               _CIM_Memory_OtherErrorDescription =
138708               {
138709 mike  1.1.2.1     /* flags */
138710                   META_FLAG_PROPERTY|META_FLAG_READ,
138711                   /* name */
138712                   "OtherErrorDescription",
138713                   /* qualifiers */
138714                   _CIM_Memory_OtherErrorDescription_qualifiers,
138715                   /* type */
138716                   CIMTYPE_STRING,
138717                   /* subscript */
138718                   -1,
138719                   /* value */
138720                   0,
138721               };
138722               
138723               static const char*
138724               _CIM_Memory_CorrectableError_qualifiers[] =
138725               {
138726                   /* Deprecated */
138727                   "\013\000\001CIM_MemoryError.CorrectableError\000",
138728                   /* MappingStrings */
138729                   "\026\000\001MIF.DMTF|Physical Memory Array|001.8\000",
138730 mike  1.1.2.1     0,
138731               };
138732               
138733               static MetaProperty
138734               _CIM_Memory_CorrectableError =
138735               {
138736                   /* flags */
138737                   META_FLAG_PROPERTY|META_FLAG_READ,
138738                   /* name */
138739                   "CorrectableError",
138740                   /* qualifiers */
138741                   _CIM_Memory_CorrectableError_qualifiers,
138742                   /* type */
138743                   CIMTYPE_BOOLEAN,
138744                   /* subscript */
138745                   -1,
138746                   /* value */
138747                   0,
138748               };
138749               
138750               static const char*
138751 mike  1.1.2.1 _CIM_Memory_ErrorTime_qualifiers[] =
138752               {
138753                   /* Deprecated */
138754                   "\013\000\001CIM_MemoryError.ErrorTime\000",
138755                   0,
138756               };
138757               
138758               static MetaProperty
138759               _CIM_Memory_ErrorTime =
138760               {
138761                   /* flags */
138762                   META_FLAG_PROPERTY|META_FLAG_READ,
138763                   /* name */
138764                   "ErrorTime",
138765                   /* qualifiers */
138766                   _CIM_Memory_ErrorTime_qualifiers,
138767                   /* type */
138768                   CIMTYPE_DATETIME,
138769                   /* subscript */
138770                   -1,
138771                   /* value */
138772 mike  1.1.2.1     0,
138773               };
138774               
138775               static const char*
138776               _CIM_Memory_ErrorAccess_qualifiers[] =
138777               {
138778                   /* Deprecated */
138779                   "\013\000\001CIM_MemoryError.ErrorAccess\000",
138780                   /* ValueMap */
138781                   "\061\000\0051\0002\0003\0004\0005\000",
138782                   /* Values */
138783                   "\062\000\005Other\000Unknown\000Read\000Write\000Partial Write\000",
138784                   /* MappingStrings */
138785                   "\026\000\001MIF.DMTF|Physical Memory Array|001.10\000",
138786                   0,
138787               };
138788               
138789               static MetaProperty
138790               _CIM_Memory_ErrorAccess =
138791               {
138792                   /* flags */
138793 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
138794                   /* name */
138795                   "ErrorAccess",
138796                   /* qualifiers */
138797                   _CIM_Memory_ErrorAccess_qualifiers,
138798                   /* type */
138799                   CIMTYPE_UINT16,
138800                   /* subscript */
138801                   -1,
138802                   /* value */
138803                   0,
138804               };
138805               
138806               static const char*
138807               _CIM_Memory_ErrorTransferSize_qualifiers[] =
138808               {
138809                   /* Deprecated */
138810                   "\013\000\001CIM_MemoryError.ErrorTransferSize\000",
138811                   /* Units */
138812                   "\060Bits",
138813                   /* MappingStrings */
138814 mike  1.1.2.1     "\026\000\001MIF.DMTF|Physical Memory Array|001.11\000",
138815                   0,
138816               };
138817               
138818               static MetaProperty
138819               _CIM_Memory_ErrorTransferSize =
138820               {
138821                   /* flags */
138822                   META_FLAG_PROPERTY|META_FLAG_READ,
138823                   /* name */
138824                   "ErrorTransferSize",
138825                   /* qualifiers */
138826                   _CIM_Memory_ErrorTransferSize_qualifiers,
138827                   /* type */
138828                   CIMTYPE_UINT32,
138829                   /* subscript */
138830                   -1,
138831                   /* value */
138832                   0,
138833               };
138834               
138835 mike  1.1.2.1 static const char*
138836               _CIM_Memory_ErrorData_qualifiers[] =
138837               {
138838                   /* Deprecated */
138839                   "\013\000\001CIM_MemoryError.ErrorData\000",
138840                   /* OctetString */
138841                   "\042\001",
138842                   /* MappingStrings */
138843                   "\026\000\001MIF.DMTF|Physical Memory Array|001.12\000",
138844                   /* ArrayType */
138845                   "\005Indexed",
138846                   0,
138847               };
138848               
138849               static MetaProperty
138850               _CIM_Memory_ErrorData =
138851               {
138852                   /* flags */
138853                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
138854                   /* name */
138855                   "ErrorData",
138856 mike  1.1.2.1     /* qualifiers */
138857                   _CIM_Memory_ErrorData_qualifiers,
138858                   /* type */
138859                   CIMTYPE_UINT8,
138860                   /* subscript */
138861                   64,
138862                   /* value */
138863                   0,
138864               };
138865               
138866               static const char*
138867               _CIM_Memory_ErrorDataOrder_qualifiers[] =
138868               {
138869                   /* Deprecated */
138870                   "\013\000\001CIM_MemoryError.ErrorDataOrder\000",
138871                   /* ValueMap */
138872                   "\061\000\0030\0001\0002\000",
138873                   /* Values */
138874                   "\062\000\003Unknown\000Least Significant Byte First\000Most Significant Byte First\000",
138875                   0,
138876               };
138877 mike  1.1.2.1 
138878               static MetaProperty
138879               _CIM_Memory_ErrorDataOrder =
138880               {
138881                   /* flags */
138882                   META_FLAG_PROPERTY|META_FLAG_READ,
138883                   /* name */
138884                   "ErrorDataOrder",
138885                   /* qualifiers */
138886                   _CIM_Memory_ErrorDataOrder_qualifiers,
138887                   /* type */
138888                   CIMTYPE_UINT16,
138889                   /* subscript */
138890                   -1,
138891                   /* value */
138892                   0,
138893               };
138894               
138895               static const char*
138896               _CIM_Memory_ErrorAddress_qualifiers[] =
138897               {
138898 mike  1.1.2.1     /* Deprecated */
138899                   "\013\000\001CIM_MemoryError.StartingAddress\000",
138900                   /* MappingStrings */
138901                   "\026\000\002MIF.DMTF|Memory Device|005.19\000MIF.DMTF|Physical Memory Array|001.14\000",
138902                   0,
138903               };
138904               
138905               static MetaProperty
138906               _CIM_Memory_ErrorAddress =
138907               {
138908                   /* flags */
138909                   META_FLAG_PROPERTY|META_FLAG_READ,
138910                   /* name */
138911                   "ErrorAddress",
138912                   /* qualifiers */
138913                   _CIM_Memory_ErrorAddress_qualifiers,
138914                   /* type */
138915                   CIMTYPE_UINT64,
138916                   /* subscript */
138917                   -1,
138918                   /* value */
138919 mike  1.1.2.1     0,
138920               };
138921               
138922               static const char*
138923               _CIM_Memory_SystemLevelAddress_qualifiers[] =
138924               {
138925                   /* Deprecated */
138926                   "\013\000\001CIM_MemoryError.SystemLevelAddress\000",
138927                   0,
138928               };
138929               
138930               static MetaProperty
138931               _CIM_Memory_SystemLevelAddress =
138932               {
138933                   /* flags */
138934                   META_FLAG_PROPERTY|META_FLAG_READ,
138935                   /* name */
138936                   "SystemLevelAddress",
138937                   /* qualifiers */
138938                   _CIM_Memory_SystemLevelAddress_qualifiers,
138939                   /* type */
138940 mike  1.1.2.1     CIMTYPE_BOOLEAN,
138941                   /* subscript */
138942                   -1,
138943                   /* value */
138944                   0,
138945               };
138946               
138947               static const char*
138948               _CIM_Memory_ErrorResolution_qualifiers[] =
138949               {
138950                   /* Deprecated */
138951                   "\013\000\001CIM_MemoryError.ErrorResolution\000",
138952                   /* Units */
138953                   "\060Bytes",
138954                   /* MappingStrings */
138955                   "\026\000\002MIF.DMTF|Memory Device|005.21\000MIF.DMTF|Physical Memory Array|001.15\000",
138956                   0,
138957               };
138958               
138959               static MetaProperty
138960               _CIM_Memory_ErrorResolution =
138961 mike  1.1.2.1 {
138962                   /* flags */
138963                   META_FLAG_PROPERTY|META_FLAG_READ,
138964                   /* name */
138965                   "ErrorResolution",
138966                   /* qualifiers */
138967                   _CIM_Memory_ErrorResolution_qualifiers,
138968                   /* type */
138969                   CIMTYPE_UINT64,
138970                   /* subscript */
138971                   -1,
138972                   /* value */
138973                   0,
138974               };
138975               
138976               static const char*
138977               _CIM_Memory_AdditionalErrorData_qualifiers[] =
138978               {
138979                   /* Deprecated */
138980                   "\013\000\001CIM_MemoryError.AdditionalErrorData\000",
138981                   /* OctetString */
138982 mike  1.1.2.1     "\042\001",
138983                   /* MappingStrings */
138984                   "\026\000\002MIF.DMTF|Memory Device|005.18\000MIF.DMTF|Physical Memory Array|001.13\000",
138985                   0,
138986               };
138987               
138988               static MetaProperty
138989               _CIM_Memory_AdditionalErrorData =
138990               {
138991                   /* flags */
138992                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
138993                   /* name */
138994                   "AdditionalErrorData",
138995                   /* qualifiers */
138996                   _CIM_Memory_AdditionalErrorData_qualifiers,
138997                   /* type */
138998                   CIMTYPE_UINT8,
138999                   /* subscript */
139000                   64,
139001                   /* value */
139002                   0,
139003 mike  1.1.2.1 };
139004               
139005               static MetaFeature*
139006               _CIM_Memory_features[] =
139007               {
139008                   (MetaFeature*)&_CIM_Memory_Volatile,
139009                   (MetaFeature*)&_CIM_Memory_ErrorMethodology,
139010                   (MetaFeature*)&_CIM_Memory_StartingAddress,
139011                   (MetaFeature*)&_CIM_Memory_EndingAddress,
139012                   (MetaFeature*)&_CIM_Memory_ErrorInfo,
139013                   (MetaFeature*)&_CIM_Memory_OtherErrorDescription,
139014                   (MetaFeature*)&_CIM_Memory_CorrectableError,
139015                   (MetaFeature*)&_CIM_Memory_ErrorTime,
139016                   (MetaFeature*)&_CIM_Memory_ErrorAccess,
139017                   (MetaFeature*)&_CIM_Memory_ErrorTransferSize,
139018                   (MetaFeature*)&_CIM_Memory_ErrorData,
139019                   (MetaFeature*)&_CIM_Memory_ErrorDataOrder,
139020                   (MetaFeature*)&_CIM_Memory_ErrorAddress,
139021                   (MetaFeature*)&_CIM_Memory_SystemLevelAddress,
139022                   (MetaFeature*)&_CIM_Memory_ErrorResolution,
139023                   (MetaFeature*)&_CIM_Memory_AdditionalErrorData,
139024 mike  1.1.2.1     0,
139025               };
139026               
139027               static const char*
139028               __root_cimv2_CIM_Memory_qualifiers[] =
139029               {
139030                   /* UMLPackagePath */
139031                   "\057CIM::Device::Memory",
139032                   /* Version */
139033                   "\0632.8.0",
139034                   0,
139035               };
139036               
139037               MetaClass
139038               __root_cimv2_CIM_Memory =
139039               {
139040                   /* flags */
139041                   META_FLAG_CLASS,
139042                   /* name */
139043                   "CIM_Memory",
139044                   /* qualifiers */
139045 mike  1.1.2.1     __root_cimv2_CIM_Memory_qualifiers,
139046                   /* super */
139047                   &__root_cimv2_CIM_StorageExtent,
139048                   /* features */
139049                   _CIM_Memory_features,
139050               };
139051               
139052               //==============================================================================
139053               //
139054               // Class: CIM_MemoryMappedIO
139055               //
139056               //==============================================================================
139057               
139058               static const char*
139059               _CIM_MemoryMappedIO_CSCreationClassName_qualifiers[] =
139060               {
139061                   /* Key */
139062                   "\025\001",
139063                   /* Propagated */
139064                   "\045CIM_ComputerSystem.CreationClassName",
139065                   /* MaxLen */
139066 mike  1.1.2.1     "\030\000\000\001\000",
139067                   0,
139068               };
139069               
139070               static MetaProperty
139071               _CIM_MemoryMappedIO_CSCreationClassName =
139072               {
139073                   /* flags */
139074                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139075                   /* name */
139076                   "CSCreationClassName",
139077                   /* qualifiers */
139078                   _CIM_MemoryMappedIO_CSCreationClassName_qualifiers,
139079                   /* type */
139080                   CIMTYPE_STRING,
139081                   /* subscript */
139082                   -1,
139083                   /* value */
139084                   0,
139085               };
139086               
139087 mike  1.1.2.1 static const char*
139088               _CIM_MemoryMappedIO_CSName_qualifiers[] =
139089               {
139090                   /* Key */
139091                   "\025\001",
139092                   /* Propagated */
139093                   "\045CIM_ComputerSystem.Name",
139094                   /* MaxLen */
139095                   "\030\000\000\001\000",
139096                   0,
139097               };
139098               
139099               static MetaProperty
139100               _CIM_MemoryMappedIO_CSName =
139101               {
139102                   /* flags */
139103                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139104                   /* name */
139105                   "CSName",
139106                   /* qualifiers */
139107                   _CIM_MemoryMappedIO_CSName_qualifiers,
139108 mike  1.1.2.1     /* type */
139109                   CIMTYPE_STRING,
139110                   /* subscript */
139111                   -1,
139112                   /* value */
139113                   0,
139114               };
139115               
139116               static const char*
139117               _CIM_MemoryMappedIO_CreationClassName_qualifiers[] =
139118               {
139119                   /* Key */
139120                   "\025\001",
139121                   /* MaxLen */
139122                   "\030\000\000\001\000",
139123                   0,
139124               };
139125               
139126               static MetaProperty
139127               _CIM_MemoryMappedIO_CreationClassName =
139128               {
139129 mike  1.1.2.1     /* flags */
139130                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139131                   /* name */
139132                   "CreationClassName",
139133                   /* qualifiers */
139134                   _CIM_MemoryMappedIO_CreationClassName_qualifiers,
139135                   /* type */
139136                   CIMTYPE_STRING,
139137                   /* subscript */
139138                   -1,
139139                   /* value */
139140                   0,
139141               };
139142               
139143               static const char*
139144               _CIM_MemoryMappedIO_StartingAddress_qualifiers[] =
139145               {
139146                   /* Key */
139147                   "\025\001",
139148                   /* MappingStrings */
139149                   "\026\000\001MIF.DMTF|Memory Mapped I/O|001.1\000",
139150 mike  1.1.2.1     0,
139151               };
139152               
139153               static MetaProperty
139154               _CIM_MemoryMappedIO_StartingAddress =
139155               {
139156                   /* flags */
139157                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139158                   /* name */
139159                   "StartingAddress",
139160                   /* qualifiers */
139161                   _CIM_MemoryMappedIO_StartingAddress_qualifiers,
139162                   /* type */
139163                   CIMTYPE_UINT64,
139164                   /* subscript */
139165                   -1,
139166                   /* value */
139167                   0,
139168               };
139169               
139170               static const char*
139171 mike  1.1.2.1 _CIM_MemoryMappedIO_EndingAddress_qualifiers[] =
139172               {
139173                   /* MappingStrings */
139174                   "\026\000\001MIF.DMTF|Memory Mapped I/O|001.2\000",
139175                   0,
139176               };
139177               
139178               static MetaProperty
139179               _CIM_MemoryMappedIO_EndingAddress =
139180               {
139181                   /* flags */
139182                   META_FLAG_PROPERTY|META_FLAG_READ,
139183                   /* name */
139184                   "EndingAddress",
139185                   /* qualifiers */
139186                   _CIM_MemoryMappedIO_EndingAddress_qualifiers,
139187                   /* type */
139188                   CIMTYPE_UINT64,
139189                   /* subscript */
139190                   -1,
139191                   /* value */
139192 mike  1.1.2.1     0,
139193               };
139194               
139195               static const char*
139196               _CIM_MemoryMappedIO_MappedResource_qualifiers[] =
139197               {
139198                   /* ValueMap */
139199                   "\061\000\0040\0001\0002\0003\000",
139200                   /* Values */
139201                   "\062\000\004Other\000Mapped Memory\000I/O Mapped to Memory Space\000I/O Mapped to Port Space\000",
139202                   0,
139203               };
139204               
139205               static MetaProperty
139206               _CIM_MemoryMappedIO_MappedResource =
139207               {
139208                   /* flags */
139209                   META_FLAG_PROPERTY|META_FLAG_READ,
139210                   /* name */
139211                   "MappedResource",
139212                   /* qualifiers */
139213 mike  1.1.2.1     _CIM_MemoryMappedIO_MappedResource_qualifiers,
139214                   /* type */
139215                   CIMTYPE_UINT16,
139216                   /* subscript */
139217                   -1,
139218                   /* value */
139219                   0,
139220               };
139221               
139222               static MetaFeature*
139223               _CIM_MemoryMappedIO_features[] =
139224               {
139225                   (MetaFeature*)&_CIM_MemoryMappedIO_CSCreationClassName,
139226                   (MetaFeature*)&_CIM_MemoryMappedIO_CSName,
139227                   (MetaFeature*)&_CIM_MemoryMappedIO_CreationClassName,
139228                   (MetaFeature*)&_CIM_MemoryMappedIO_StartingAddress,
139229                   (MetaFeature*)&_CIM_MemoryMappedIO_EndingAddress,
139230                   (MetaFeature*)&_CIM_MemoryMappedIO_MappedResource,
139231                   0,
139232               };
139233               
139234 mike  1.1.2.1 static const char*
139235               __root_cimv2_CIM_MemoryMappedIO_qualifiers[] =
139236               {
139237                   /* UMLPackagePath */
139238                   "\057CIM::System::SystemResources",
139239                   /* Version */
139240                   "\0632.6.0",
139241                   0,
139242               };
139243               
139244               MetaClass
139245               __root_cimv2_CIM_MemoryMappedIO =
139246               {
139247                   /* flags */
139248                   META_FLAG_CLASS,
139249                   /* name */
139250                   "CIM_MemoryMappedIO",
139251                   /* qualifiers */
139252                   __root_cimv2_CIM_MemoryMappedIO_qualifiers,
139253                   /* super */
139254                   &__root_cimv2_CIM_SystemResource,
139255 mike  1.1.2.1     /* features */
139256                   _CIM_MemoryMappedIO_features,
139257               };
139258               
139259               //==============================================================================
139260               //
139261               // Class: CIM_MemoryResource
139262               //
139263               //==============================================================================
139264               
139265               static MetaFeature*
139266               _CIM_MemoryResource_features[] =
139267               {
139268                   0,
139269               };
139270               
139271               static const char*
139272               __root_cimv2_CIM_MemoryResource_qualifiers[] =
139273               {
139274                   /* UMLPackagePath */
139275                   "\057CIM::System::SystemResources",
139276 mike  1.1.2.1     /* Version */
139277                   "\0632.6.0",
139278                   0,
139279               };
139280               
139281               MetaClass
139282               __root_cimv2_CIM_MemoryResource =
139283               {
139284                   /* flags */
139285                   META_FLAG_CLASS,
139286                   /* name */
139287                   "CIM_MemoryResource",
139288                   /* qualifiers */
139289                   __root_cimv2_CIM_MemoryResource_qualifiers,
139290                   /* super */
139291                   &__root_cimv2_CIM_MemoryMappedIO,
139292                   /* features */
139293                   _CIM_MemoryResource_features,
139294               };
139295               
139296               //==============================================================================
139297 mike  1.1.2.1 //
139298               // Class: CIM_MeterService
139299               //
139300               //==============================================================================
139301               
139302               static const char*
139303               _CIM_MeterService_MeterType_qualifiers[] =
139304               {
139305                   /* ValueMap */
139306                   "\061\000\0041\0002\0003\0004\000",
139307                   /* Values */
139308                   "\062\000\004Other\000Average Rate Meter\000Exponentially Weighted Moving Average Meter\000Token Bucket Meter\000",
139309                   /* ModelCorrespondence */
139310                   "\036\000\001CIM_MeterService.OtherMeterType\000",
139311                   0,
139312               };
139313               
139314               static MetaProperty
139315               _CIM_MeterService_MeterType =
139316               {
139317                   /* flags */
139318 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
139319                   /* name */
139320                   "MeterType",
139321                   /* qualifiers */
139322                   _CIM_MeterService_MeterType_qualifiers,
139323                   /* type */
139324                   CIMTYPE_UINT16,
139325                   /* subscript */
139326                   -1,
139327                   /* value */
139328                   0,
139329               };
139330               
139331               static const char*
139332               _CIM_MeterService_OtherMeterType_qualifiers[] =
139333               {
139334                   /* ModelCorrespondence */
139335                   "\036\000\001CIM_MeterService.MeterType\000",
139336                   0,
139337               };
139338               
139339 mike  1.1.2.1 static MetaProperty
139340               _CIM_MeterService_OtherMeterType =
139341               {
139342                   /* flags */
139343                   META_FLAG_PROPERTY|META_FLAG_READ,
139344                   /* name */
139345                   "OtherMeterType",
139346                   /* qualifiers */
139347                   _CIM_MeterService_OtherMeterType_qualifiers,
139348                   /* type */
139349                   CIMTYPE_STRING,
139350                   /* subscript */
139351                   -1,
139352                   /* value */
139353                   0,
139354               };
139355               
139356               static const char*
139357               _CIM_MeterService_ConformanceLevels_qualifiers[] =
139358               {
139359                   0,
139360 mike  1.1.2.1 };
139361               
139362               static MetaProperty
139363               _CIM_MeterService_ConformanceLevels =
139364               {
139365                   /* flags */
139366                   META_FLAG_PROPERTY|META_FLAG_READ,
139367                   /* name */
139368                   "ConformanceLevels",
139369                   /* qualifiers */
139370                   _CIM_MeterService_ConformanceLevels_qualifiers,
139371                   /* type */
139372                   CIMTYPE_UINT16,
139373                   /* subscript */
139374                   -1,
139375                   /* value */
139376                   0,
139377               };
139378               
139379               static MetaFeature*
139380               _CIM_MeterService_features[] =
139381 mike  1.1.2.1 {
139382                   (MetaFeature*)&_CIM_MeterService_MeterType,
139383                   (MetaFeature*)&_CIM_MeterService_OtherMeterType,
139384                   (MetaFeature*)&_CIM_MeterService_ConformanceLevels,
139385                   0,
139386               };
139387               
139388               static const char*
139389               __root_cimv2_CIM_MeterService_qualifiers[] =
139390               {
139391                   /* UMLPackagePath */
139392                   "\057CIM::Network::QoS",
139393                   /* Version */
139394                   "\0632.7.0",
139395                   0,
139396               };
139397               
139398               MetaClass
139399               __root_cimv2_CIM_MeterService =
139400               {
139401                   /* flags */
139402 mike  1.1.2.1     META_FLAG_CLASS,
139403                   /* name */
139404                   "CIM_MeterService",
139405                   /* qualifiers */
139406                   __root_cimv2_CIM_MeterService_qualifiers,
139407                   /* super */
139408                   &__root_cimv2_CIM_ConditioningService,
139409                   /* features */
139410                   _CIM_MeterService_features,
139411               };
139412               
139413               //==============================================================================
139414               //
139415               // Class: CIM_ModulePort
139416               //
139417               //==============================================================================
139418               
139419               static const char*
139420               _CIM_ModulePort_GroupComponent_qualifiers[] =
139421               {
139422                   /* Aggregate */
139423 mike  1.1.2.1     "\003\001",
139424                   /* Override */
139425                   "\044GroupComponent",
139426                   /* Max */
139427                   "\027\000\000\000\001",
139428                   0,
139429               };
139430               
139431               static MetaReference
139432               _CIM_ModulePort_GroupComponent =
139433               {
139434                   /* flags */
139435                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
139436                   /* name */
139437                   "GroupComponent",
139438                   /* qualifiers */
139439                   _CIM_ModulePort_GroupComponent_qualifiers,
139440                   /* subscript */
139441                   -1,
139442                   /* refId */
139443                   &__root_cimv2_CIM_LogicalModule,
139444 mike  1.1.2.1 };
139445               
139446               static const char*
139447               _CIM_ModulePort_PartComponent_qualifiers[] =
139448               {
139449                   /* Override */
139450                   "\044PartComponent",
139451                   0,
139452               };
139453               
139454               static MetaReference
139455               _CIM_ModulePort_PartComponent =
139456               {
139457                   /* flags */
139458                   META_FLAG_REFERENCE|META_FLAG_READ,
139459                   /* name */
139460                   "PartComponent",
139461                   /* qualifiers */
139462                   _CIM_ModulePort_PartComponent_qualifiers,
139463                   /* subscript */
139464                   -1,
139465 mike  1.1.2.1     /* refId */
139466                   &__root_cimv2_CIM_NetworkPort,
139467               };
139468               
139469               static MetaFeature*
139470               _CIM_ModulePort_features[] =
139471               {
139472                   (MetaFeature*)&_CIM_ModulePort_GroupComponent,
139473                   (MetaFeature*)&_CIM_ModulePort_PartComponent,
139474                   0,
139475               };
139476               
139477               static const char*
139478               __root_cimv2_CIM_ModulePort_qualifiers[] =
139479               {
139480                   /* ASSOCIATION */
139481                   "\000\001",
139482                   /* UMLPackagePath */
139483                   "\057CIM::Device::Ports",
139484                   /* Aggregation */
139485                   "\004\001",
139486 mike  1.1.2.1     /* Version */
139487                   "\0632.8.0",
139488                   0,
139489               };
139490               
139491               MetaClass
139492               __root_cimv2_CIM_ModulePort =
139493               {
139494                   /* flags */
139495                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
139496                   /* name */
139497                   "CIM_ModulePort",
139498                   /* qualifiers */
139499                   __root_cimv2_CIM_ModulePort_qualifiers,
139500                   /* super */
139501                   &__root_cimv2_CIM_Component,
139502                   /* features */
139503                   _CIM_ModulePort_features,
139504               };
139505               
139506               //==============================================================================
139507 mike  1.1.2.1 //
139508               // Class: CIM_MultiStateSensor
139509               //
139510               //==============================================================================
139511               
139512               static MetaFeature*
139513               _CIM_MultiStateSensor_features[] =
139514               {
139515                   0,
139516               };
139517               
139518               static const char*
139519               __root_cimv2_CIM_MultiStateSensor_qualifiers[] =
139520               {
139521                   /* UMLPackagePath */
139522                   "\057CIM::Device::Sensors",
139523                   /* Version */
139524                   "\0632.6.0",
139525                   0,
139526               };
139527               
139528 mike  1.1.2.1 MetaClass
139529               __root_cimv2_CIM_MultiStateSensor =
139530               {
139531                   /* flags */
139532                   META_FLAG_CLASS,
139533                   /* name */
139534                   "CIM_MultiStateSensor",
139535                   /* qualifiers */
139536                   __root_cimv2_CIM_MultiStateSensor_qualifiers,
139537                   /* super */
139538                   &__root_cimv2_CIM_Sensor,
139539                   /* features */
139540                   _CIM_MultiStateSensor_features,
139541               };
139542               
139543               //==============================================================================
139544               //
139545               // Class: CIM_Network
139546               //
139547               //==============================================================================
139548               
139549 mike  1.1.2.1 static MetaFeature*
139550               _CIM_Network_features[] =
139551               {
139552                   0,
139553               };
139554               
139555               static const char*
139556               __root_cimv2_CIM_Network_qualifiers[] =
139557               {
139558                   /* UMLPackagePath */
139559                   "\057CIM::Network::Systems",
139560                   /* Version */
139561                   "\0632.7.0",
139562                   /* MappingStrings */
139563                   "\026\000\001Recommendation.ITU|M3100.Network\000",
139564                   0,
139565               };
139566               
139567               MetaClass
139568               __root_cimv2_CIM_Network =
139569               {
139570 mike  1.1.2.1     /* flags */
139571                   META_FLAG_CLASS,
139572                   /* name */
139573                   "CIM_Network",
139574                   /* qualifiers */
139575                   __root_cimv2_CIM_Network_qualifiers,
139576                   /* super */
139577                   &__root_cimv2_CIM_AdminDomain,
139578                   /* features */
139579                   _CIM_Network_features,
139580               };
139581               
139582               //==============================================================================
139583               //
139584               // Class: CIM_NetworkService
139585               //
139586               //==============================================================================
139587               
139588               static const char*
139589               _CIM_NetworkService_Keywords_qualifiers[] =
139590               {
139591 mike  1.1.2.1     /* Deprecated */
139592                   "\013\000\001No value\000",
139593                   0,
139594               };
139595               
139596               static MetaProperty
139597               _CIM_NetworkService_Keywords =
139598               {
139599                   /* flags */
139600                   META_FLAG_PROPERTY|META_FLAG_READ,
139601                   /* name */
139602                   "Keywords",
139603                   /* qualifiers */
139604                   _CIM_NetworkService_Keywords_qualifiers,
139605                   /* type */
139606                   CIMTYPE_STRING,
139607                   /* subscript */
139608                   0,
139609                   /* value */
139610                   0,
139611               };
139612 mike  1.1.2.1 
139613               static const char*
139614               _CIM_NetworkService_ServiceURL_qualifiers[] =
139615               {
139616                   /* Deprecated */
139617                   "\013\000\001CIM_ServiceAccessURI\000",
139618                   0,
139619               };
139620               
139621               static MetaProperty
139622               _CIM_NetworkService_ServiceURL =
139623               {
139624                   /* flags */
139625                   META_FLAG_PROPERTY|META_FLAG_READ,
139626                   /* name */
139627                   "ServiceURL",
139628                   /* qualifiers */
139629                   _CIM_NetworkService_ServiceURL_qualifiers,
139630                   /* type */
139631                   CIMTYPE_STRING,
139632                   /* subscript */
139633 mike  1.1.2.1     -1,
139634                   /* value */
139635                   0,
139636               };
139637               
139638               static const char*
139639               _CIM_NetworkService_StartupConditions_qualifiers[] =
139640               {
139641                   /* Deprecated */
139642                   "\013\000\001No value\000",
139643                   0,
139644               };
139645               
139646               static MetaProperty
139647               _CIM_NetworkService_StartupConditions =
139648               {
139649                   /* flags */
139650                   META_FLAG_PROPERTY|META_FLAG_READ,
139651                   /* name */
139652                   "StartupConditions",
139653                   /* qualifiers */
139654 mike  1.1.2.1     _CIM_NetworkService_StartupConditions_qualifiers,
139655                   /* type */
139656                   CIMTYPE_STRING,
139657                   /* subscript */
139658                   0,
139659                   /* value */
139660                   0,
139661               };
139662               
139663               static const char*
139664               _CIM_NetworkService_StartupParameters_qualifiers[] =
139665               {
139666                   /* Deprecated */
139667                   "\013\000\001No value\000",
139668                   0,
139669               };
139670               
139671               static MetaProperty
139672               _CIM_NetworkService_StartupParameters =
139673               {
139674                   /* flags */
139675 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
139676                   /* name */
139677                   "StartupParameters",
139678                   /* qualifiers */
139679                   _CIM_NetworkService_StartupParameters_qualifiers,
139680                   /* type */
139681                   CIMTYPE_STRING,
139682                   /* subscript */
139683                   0,
139684                   /* value */
139685                   0,
139686               };
139687               
139688               static MetaFeature*
139689               _CIM_NetworkService_features[] =
139690               {
139691                   (MetaFeature*)&_CIM_NetworkService_Keywords,
139692                   (MetaFeature*)&_CIM_NetworkService_ServiceURL,
139693                   (MetaFeature*)&_CIM_NetworkService_StartupConditions,
139694                   (MetaFeature*)&_CIM_NetworkService_StartupParameters,
139695                   0,
139696 mike  1.1.2.1 };
139697               
139698               static const char*
139699               __root_cimv2_CIM_NetworkService_qualifiers[] =
139700               {
139701                   /* Deprecated */
139702                   "\013\000\001CIM_Service\000",
139703                   /* UMLPackagePath */
139704                   "\057CIM::Network::RoutingForwarding",
139705                   /* Abstract */
139706                   "\002\001",
139707                   /* Version */
139708                   "\0632.7.0",
139709                   0,
139710               };
139711               
139712               MetaClass
139713               __root_cimv2_CIM_NetworkService =
139714               {
139715                   /* flags */
139716                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
139717 mike  1.1.2.1     /* name */
139718                   "CIM_NetworkService",
139719                   /* qualifiers */
139720                   __root_cimv2_CIM_NetworkService_qualifiers,
139721                   /* super */
139722                   &__root_cimv2_CIM_Service,
139723                   /* features */
139724                   _CIM_NetworkService_features,
139725               };
139726               
139727               //==============================================================================
139728               //
139729               // Class: CIM_NetworkServicesInAdminDomain
139730               //
139731               //==============================================================================
139732               
139733               static const char*
139734               _CIM_NetworkServicesInAdminDomain_Antecedent_qualifiers[] =
139735               {
139736                   /* Deprecated */
139737                   "\013\000\001CIM_Dependency.Antecedent\000",
139738 mike  1.1.2.1     /* Override */
139739                   "\044Antecedent",
139740                   0,
139741               };
139742               
139743               static MetaReference
139744               _CIM_NetworkServicesInAdminDomain_Antecedent =
139745               {
139746                   /* flags */
139747                   META_FLAG_REFERENCE|META_FLAG_READ,
139748                   /* name */
139749                   "Antecedent",
139750                   /* qualifiers */
139751                   _CIM_NetworkServicesInAdminDomain_Antecedent_qualifiers,
139752                   /* subscript */
139753                   -1,
139754                   /* refId */
139755                   &__root_cimv2_CIM_AdminDomain,
139756               };
139757               
139758               static const char*
139759 mike  1.1.2.1 _CIM_NetworkServicesInAdminDomain_Dependent_qualifiers[] =
139760               {
139761                   /* Deprecated */
139762                   "\013\000\001CIM_Dependency.Dependent\000",
139763                   /* Override */
139764                   "\044Dependent",
139765                   0,
139766               };
139767               
139768               static MetaReference
139769               _CIM_NetworkServicesInAdminDomain_Dependent =
139770               {
139771                   /* flags */
139772                   META_FLAG_REFERENCE|META_FLAG_READ,
139773                   /* name */
139774                   "Dependent",
139775                   /* qualifiers */
139776                   _CIM_NetworkServicesInAdminDomain_Dependent_qualifiers,
139777                   /* subscript */
139778                   -1,
139779                   /* refId */
139780 mike  1.1.2.1     &__root_cimv2_CIM_NetworkService,
139781               };
139782               
139783               static MetaFeature*
139784               _CIM_NetworkServicesInAdminDomain_features[] =
139785               {
139786                   (MetaFeature*)&_CIM_NetworkServicesInAdminDomain_Antecedent,
139787                   (MetaFeature*)&_CIM_NetworkServicesInAdminDomain_Dependent,
139788                   0,
139789               };
139790               
139791               static const char*
139792               __root_cimv2_CIM_NetworkServicesInAdminDomain_qualifiers[] =
139793               {
139794                   /* ASSOCIATION */
139795                   "\000\001",
139796                   /* Deprecated */
139797                   "\013\000\001CIM_HostedDependency\000",
139798                   /* UMLPackagePath */
139799                   "\057CIM::Network::RoutingForwarding",
139800                   /* Version */
139801 mike  1.1.2.1     "\0632.7.0",
139802                   0,
139803               };
139804               
139805               MetaClass
139806               __root_cimv2_CIM_NetworkServicesInAdminDomain =
139807               {
139808                   /* flags */
139809                   META_FLAG_ASSOCIATION,
139810                   /* name */
139811                   "CIM_NetworkServicesInAdminDomain",
139812                   /* qualifiers */
139813                   __root_cimv2_CIM_NetworkServicesInAdminDomain_qualifiers,
139814                   /* super */
139815                   &__root_cimv2_CIM_HostedDependency,
139816                   /* features */
139817                   _CIM_NetworkServicesInAdminDomain_features,
139818               };
139819               
139820               //==============================================================================
139821               //
139822 mike  1.1.2.1 // Class: CIM_NetworksInAdminDomain
139823               //
139824               //==============================================================================
139825               
139826               static const char*
139827               _CIM_NetworksInAdminDomain_Domain_qualifiers[] =
139828               {
139829                   /* Deprecated */
139830                   "\013\000\001CIM_HostedCollection.Antecedent\000",
139831                   /* Key */
139832                   "\025\001",
139833                   /* Min */
139834                   "\033\000\000\000\001",
139835                   /* Max */
139836                   "\027\000\000\000\001",
139837                   0,
139838               };
139839               
139840               static MetaReference
139841               _CIM_NetworksInAdminDomain_Domain =
139842               {
139843 mike  1.1.2.1     /* flags */
139844                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139845                   /* name */
139846                   "Domain",
139847                   /* qualifiers */
139848                   _CIM_NetworksInAdminDomain_Domain_qualifiers,
139849                   /* subscript */
139850                   -1,
139851                   /* refId */
139852                   &__root_cimv2_CIM_AdminDomain,
139853               };
139854               
139855               static const char*
139856               _CIM_NetworksInAdminDomain_Network_qualifiers[] =
139857               {
139858                   /* Deprecated */
139859                   "\013\000\001CIM_HostedCollection.Dependent\000",
139860                   /* Key */
139861                   "\025\001",
139862                   /* Weak */
139863                   "\064\001",
139864 mike  1.1.2.1     0,
139865               };
139866               
139867               static MetaReference
139868               _CIM_NetworksInAdminDomain_Network =
139869               {
139870                   /* flags */
139871                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
139872                   /* name */
139873                   "Network",
139874                   /* qualifiers */
139875                   _CIM_NetworksInAdminDomain_Network_qualifiers,
139876                   /* subscript */
139877                   -1,
139878                   /* refId */
139879                   &__root_cimv2_CIM_LogicalNetwork,
139880               };
139881               
139882               static MetaFeature*
139883               _CIM_NetworksInAdminDomain_features[] =
139884               {
139885 mike  1.1.2.1     (MetaFeature*)&_CIM_NetworksInAdminDomain_Domain,
139886                   (MetaFeature*)&_CIM_NetworksInAdminDomain_Network,
139887                   0,
139888               };
139889               
139890               static const char*
139891               __root_cimv2_CIM_NetworksInAdminDomain_qualifiers[] =
139892               {
139893                   /* ASSOCIATION */
139894                   "\000\001",
139895                   /* Deprecated */
139896                   "\013\000\001CIM_HostedCollection\000",
139897                   /* UMLPackagePath */
139898                   "\057CIM::Network::Collections",
139899                   /* Version */
139900                   "\0632.7.0",
139901                   0,
139902               };
139903               
139904               MetaClass
139905               __root_cimv2_CIM_NetworksInAdminDomain =
139906 mike  1.1.2.1 {
139907                   /* flags */
139908                   META_FLAG_ASSOCIATION,
139909                   /* name */
139910                   "CIM_NetworksInAdminDomain",
139911                   /* qualifiers */
139912                   __root_cimv2_CIM_NetworksInAdminDomain_qualifiers,
139913                   /* super */
139914                   0,
139915                   /* features */
139916                   _CIM_NetworksInAdminDomain_features,
139917               };
139918               
139919               //==============================================================================
139920               //
139921               // Class: CIM_NextService
139922               //
139923               //==============================================================================
139924               
139925               static const char*
139926               _CIM_NextService_PrecedingService_qualifiers[] =
139927 mike  1.1.2.1 {
139928                   /* Key */
139929                   "\025\001",
139930                   0,
139931               };
139932               
139933               static MetaReference
139934               _CIM_NextService_PrecedingService =
139935               {
139936                   /* flags */
139937                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139938                   /* name */
139939                   "PrecedingService",
139940                   /* qualifiers */
139941                   _CIM_NextService_PrecedingService_qualifiers,
139942                   /* subscript */
139943                   -1,
139944                   /* refId */
139945                   &__root_cimv2_CIM_ConditioningService,
139946               };
139947               
139948 mike  1.1.2.1 static const char*
139949               _CIM_NextService_FollowingService_qualifiers[] =
139950               {
139951                   /* Key */
139952                   "\025\001",
139953                   0,
139954               };
139955               
139956               static MetaReference
139957               _CIM_NextService_FollowingService =
139958               {
139959                   /* flags */
139960                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139961                   /* name */
139962                   "FollowingService",
139963                   /* qualifiers */
139964                   _CIM_NextService_FollowingService_qualifiers,
139965                   /* subscript */
139966                   -1,
139967                   /* refId */
139968                   &__root_cimv2_CIM_ConditioningService,
139969 mike  1.1.2.1 };
139970               
139971               static MetaFeature*
139972               _CIM_NextService_features[] =
139973               {
139974                   (MetaFeature*)&_CIM_NextService_PrecedingService,
139975                   (MetaFeature*)&_CIM_NextService_FollowingService,
139976                   0,
139977               };
139978               
139979               static const char*
139980               __root_cimv2_CIM_NextService_qualifiers[] =
139981               {
139982                   /* ASSOCIATION */
139983                   "\000\001",
139984                   /* UMLPackagePath */
139985                   "\057CIM::Network::QoS",
139986                   /* Version */
139987                   "\0632.7.0",
139988                   0,
139989               };
139990 mike  1.1.2.1 
139991               MetaClass
139992               __root_cimv2_CIM_NextService =
139993               {
139994                   /* flags */
139995                   META_FLAG_ASSOCIATION,
139996                   /* name */
139997                   "CIM_NextService",
139998                   /* qualifiers */
139999                   __root_cimv2_CIM_NextService_qualifiers,
140000                   /* super */
140001                   0,
140002                   /* features */
140003                   _CIM_NextService_features,
140004               };
140005               
140006               //==============================================================================
140007               //
140008               // Class: CIM_NextServiceAfterMeter
140009               //
140010               //==============================================================================
140011 mike  1.1.2.1 
140012               static const char*
140013               _CIM_NextServiceAfterMeter_PrecedingService_qualifiers[] =
140014               {
140015                   /* Key */
140016                   "\025\001",
140017                   0,
140018               };
140019               
140020               static MetaReference
140021               _CIM_NextServiceAfterMeter_PrecedingService =
140022               {
140023                   /* flags */
140024                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
140025                   /* name */
140026                   "PrecedingService",
140027                   /* qualifiers */
140028                   _CIM_NextServiceAfterMeter_PrecedingService_qualifiers,
140029                   /* subscript */
140030                   -1,
140031                   /* refId */
140032 mike  1.1.2.1     &__root_cimv2_CIM_MeterService,
140033               };
140034               
140035               static const char*
140036               _CIM_NextServiceAfterMeter_FollowingService_qualifiers[] =
140037               {
140038                   /* Key */
140039                   "\025\001",
140040                   0,
140041               };
140042               
140043               static MetaReference
140044               _CIM_NextServiceAfterMeter_FollowingService =
140045               {
140046                   /* flags */
140047                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
140048                   /* name */
140049                   "FollowingService",
140050                   /* qualifiers */
140051                   _CIM_NextServiceAfterMeter_FollowingService_qualifiers,
140052                   /* subscript */
140053 mike  1.1.2.1     -1,
140054                   /* refId */
140055                   &__root_cimv2_CIM_ConditioningService,
140056               };
140057               
140058               static const char*
140059               _CIM_NextServiceAfterMeter_MeterResult_qualifiers[] =
140060               {
140061                   /* Key */
140062                   "\025\001",
140063                   /* ValueMap */
140064                   "\061\000\0040\0001\0002\0003\000",
140065                   /* Values */
140066                   "\062\000\004Unknown\000Conforming\000Partially Conforming\000Non-Conforming\000",
140067                   0,
140068               };
140069               
140070               static MetaProperty
140071               _CIM_NextServiceAfterMeter_MeterResult =
140072               {
140073                   /* flags */
140074 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
140075                   /* name */
140076                   "MeterResult",
140077                   /* qualifiers */
140078                   _CIM_NextServiceAfterMeter_MeterResult_qualifiers,
140079                   /* type */
140080                   CIMTYPE_UINT16,
140081                   /* subscript */
140082                   -1,
140083                   /* value */
140084                   0,
140085               };
140086               
140087               static MetaFeature*
140088               _CIM_NextServiceAfterMeter_features[] =
140089               {
140090                   (MetaFeature*)&_CIM_NextServiceAfterMeter_PrecedingService,
140091                   (MetaFeature*)&_CIM_NextServiceAfterMeter_FollowingService,
140092                   (MetaFeature*)&_CIM_NextServiceAfterMeter_MeterResult,
140093                   0,
140094               };
140095 mike  1.1.2.1 
140096               static const char*
140097               __root_cimv2_CIM_NextServiceAfterMeter_qualifiers[] =
140098               {
140099                   /* ASSOCIATION */
140100                   "\000\001",
140101                   /* UMLPackagePath */
140102                   "\057CIM::Network::QoS",
140103                   /* Version */
140104                   "\0632.7.0",
140105                   0,
140106               };
140107               
140108               MetaClass
140109               __root_cimv2_CIM_NextServiceAfterMeter =
140110               {
140111                   /* flags */
140112                   META_FLAG_ASSOCIATION,
140113                   /* name */
140114                   "CIM_NextServiceAfterMeter",
140115                   /* qualifiers */
140116 mike  1.1.2.1     __root_cimv2_CIM_NextServiceAfterMeter_qualifiers,
140117                   /* super */
140118                   0,
140119                   /* features */
140120                   _CIM_NextServiceAfterMeter_features,
140121               };
140122               
140123               //==============================================================================
140124               //
140125               // Class: CIM_NFS
140126               //
140127               //==============================================================================
140128               
140129               static const char*
140130               _CIM_NFS_HardMount_qualifiers[] =
140131               {
140132                   0,
140133               };
140134               
140135               static MetaProperty
140136               _CIM_NFS_HardMount =
140137 mike  1.1.2.1 {
140138                   /* flags */
140139                   META_FLAG_PROPERTY|META_FLAG_READ,
140140                   /* name */
140141                   "HardMount",
140142                   /* qualifiers */
140143                   _CIM_NFS_HardMount_qualifiers,
140144                   /* type */
140145                   CIMTYPE_BOOLEAN,
140146                   /* subscript */
140147                   -1,
140148                   /* value */
140149                   0,
140150               };
140151               
140152               static const char*
140153               _CIM_NFS_ForegroundMount_qualifiers[] =
140154               {
140155                   0,
140156               };
140157               
140158 mike  1.1.2.1 static MetaProperty
140159               _CIM_NFS_ForegroundMount =
140160               {
140161                   /* flags */
140162                   META_FLAG_PROPERTY|META_FLAG_READ,
140163                   /* name */
140164                   "ForegroundMount",
140165                   /* qualifiers */
140166                   _CIM_NFS_ForegroundMount_qualifiers,
140167                   /* type */
140168                   CIMTYPE_BOOLEAN,
140169                   /* subscript */
140170                   -1,
140171                   /* value */
140172                   0,
140173               };
140174               
140175               static const char*
140176               _CIM_NFS_Interrupt_qualifiers[] =
140177               {
140178                   0,
140179 mike  1.1.2.1 };
140180               
140181               static MetaProperty
140182               _CIM_NFS_Interrupt =
140183               {
140184                   /* flags */
140185                   META_FLAG_PROPERTY|META_FLAG_READ,
140186                   /* name */
140187                   "Interrupt",
140188                   /* qualifiers */
140189                   _CIM_NFS_Interrupt_qualifiers,
140190                   /* type */
140191                   CIMTYPE_BOOLEAN,
140192                   /* subscript */
140193                   -1,
140194                   /* value */
140195                   0,
140196               };
140197               
140198               static const char*
140199               _CIM_NFS_MountFailureRetries_qualifiers[] =
140200 mike  1.1.2.1 {
140201                   0,
140202               };
140203               
140204               static MetaProperty
140205               _CIM_NFS_MountFailureRetries =
140206               {
140207                   /* flags */
140208                   META_FLAG_PROPERTY|META_FLAG_READ,
140209                   /* name */
140210                   "MountFailureRetries",
140211                   /* qualifiers */
140212                   _CIM_NFS_MountFailureRetries_qualifiers,
140213                   /* type */
140214                   CIMTYPE_UINT16,
140215                   /* subscript */
140216                   -1,
140217                   /* value */
140218                   0,
140219               };
140220               
140221 mike  1.1.2.1 static const char*
140222               _CIM_NFS_RetransmissionAttempts_qualifiers[] =
140223               {
140224                   0,
140225               };
140226               
140227               static MetaProperty
140228               _CIM_NFS_RetransmissionAttempts =
140229               {
140230                   /* flags */
140231                   META_FLAG_PROPERTY|META_FLAG_READ,
140232                   /* name */
140233                   "RetransmissionAttempts",
140234                   /* qualifiers */
140235                   _CIM_NFS_RetransmissionAttempts_qualifiers,
140236                   /* type */
140237                   CIMTYPE_UINT16,
140238                   /* subscript */
140239                   -1,
140240                   /* value */
140241                   0,
140242 mike  1.1.2.1 };
140243               
140244               static const char*
140245               _CIM_NFS_RetransmissionTimeout_qualifiers[] =
140246               {
140247                   /* Units */
140248                   "\060Tenths of Seconds",
140249                   0,
140250               };
140251               
140252               static MetaProperty
140253               _CIM_NFS_RetransmissionTimeout =
140254               {
140255                   /* flags */
140256                   META_FLAG_PROPERTY|META_FLAG_READ,
140257                   /* name */
140258                   "RetransmissionTimeout",
140259                   /* qualifiers */
140260                   _CIM_NFS_RetransmissionTimeout_qualifiers,
140261                   /* type */
140262                   CIMTYPE_UINT32,
140263 mike  1.1.2.1     /* subscript */
140264                   -1,
140265                   /* value */
140266                   0,
140267               };
140268               
140269               static const char*
140270               _CIM_NFS_ReadBufferSize_qualifiers[] =
140271               {
140272                   /* Units */
140273                   "\060Bytes",
140274                   0,
140275               };
140276               
140277               static MetaProperty
140278               _CIM_NFS_ReadBufferSize =
140279               {
140280                   /* flags */
140281                   META_FLAG_PROPERTY|META_FLAG_READ,
140282                   /* name */
140283                   "ReadBufferSize",
140284 mike  1.1.2.1     /* qualifiers */
140285                   _CIM_NFS_ReadBufferSize_qualifiers,
140286                   /* type */
140287                   CIMTYPE_UINT64,
140288                   /* subscript */
140289                   -1,
140290                   /* value */
140291                   0,
140292               };
140293               
140294               static const char*
140295               _CIM_NFS_WriteBufferSize_qualifiers[] =
140296               {
140297                   /* Units */
140298                   "\060Bytes",
140299                   0,
140300               };
140301               
140302               static MetaProperty
140303               _CIM_NFS_WriteBufferSize =
140304               {
140305 mike  1.1.2.1     /* flags */
140306                   META_FLAG_PROPERTY|META_FLAG_READ,
140307                   /* name */
140308                   "WriteBufferSize",
140309                   /* qualifiers */
140310                   _CIM_NFS_WriteBufferSize_qualifiers,
140311                   /* type */
140312                   CIMTYPE_UINT64,
140313                   /* subscript */
140314                   -1,
140315                   /* value */
140316                   0,
140317               };
140318               
140319               static const char*
140320               _CIM_NFS_ServerCommunicationPort_qualifiers[] =
140321               {
140322                   0,
140323               };
140324               
140325               static MetaProperty
140326 mike  1.1.2.1 _CIM_NFS_ServerCommunicationPort =
140327               {
140328                   /* flags */
140329                   META_FLAG_PROPERTY|META_FLAG_READ,
140330                   /* name */
140331                   "ServerCommunicationPort",
140332                   /* qualifiers */
140333                   _CIM_NFS_ServerCommunicationPort_qualifiers,
140334                   /* type */
140335                   CIMTYPE_UINT32,
140336                   /* subscript */
140337                   -1,
140338                   /* value */
140339                   0,
140340               };
140341               
140342               static const char*
140343               _CIM_NFS_AttributeCaching_qualifiers[] =
140344               {
140345                   0,
140346               };
140347 mike  1.1.2.1 
140348               static MetaProperty
140349               _CIM_NFS_AttributeCaching =
140350               {
140351                   /* flags */
140352                   META_FLAG_PROPERTY|META_FLAG_READ,
140353                   /* name */
140354                   "AttributeCaching",
140355                   /* qualifiers */
140356                   _CIM_NFS_AttributeCaching_qualifiers,
140357                   /* type */
140358                   CIMTYPE_BOOLEAN,
140359                   /* subscript */
140360                   -1,
140361                   /* value */
140362                   0,
140363               };
140364               
140365               static const char*
140366               _CIM_NFS_AttributeCachingForRegularFilesMin_qualifiers[] =
140367               {
140368 mike  1.1.2.1     /* Units */
140369                   "\060Seconds",
140370                   0,
140371               };
140372               
140373               static MetaProperty
140374               _CIM_NFS_AttributeCachingForRegularFilesMin =
140375               {
140376                   /* flags */
140377                   META_FLAG_PROPERTY|META_FLAG_READ,
140378                   /* name */
140379                   "AttributeCachingForRegularFilesMin",
140380                   /* qualifiers */
140381                   _CIM_NFS_AttributeCachingForRegularFilesMin_qualifiers,
140382                   /* type */
140383                   CIMTYPE_UINT16,
140384                   /* subscript */
140385                   -1,
140386                   /* value */
140387                   0,
140388               };
140389 mike  1.1.2.1 
140390               static const char*
140391               _CIM_NFS_AttributeCachingForRegularFilesMax_qualifiers[] =
140392               {
140393                   /* Units */
140394                   "\060Seconds",
140395                   0,
140396               };
140397               
140398               static MetaProperty
140399               _CIM_NFS_AttributeCachingForRegularFilesMax =
140400               {
140401                   /* flags */
140402                   META_FLAG_PROPERTY|META_FLAG_READ,
140403                   /* name */
140404                   "AttributeCachingForRegularFilesMax",
140405                   /* qualifiers */
140406                   _CIM_NFS_AttributeCachingForRegularFilesMax_qualifiers,
140407                   /* type */
140408                   CIMTYPE_UINT16,
140409                   /* subscript */
140410 mike  1.1.2.1     -1,
140411                   /* value */
140412                   0,
140413               };
140414               
140415               static const char*
140416               _CIM_NFS_AttributeCachingForDirectoriesMin_qualifiers[] =
140417               {
140418                   /* Units */
140419                   "\060Seconds",
140420                   0,
140421               };
140422               
140423               static MetaProperty
140424               _CIM_NFS_AttributeCachingForDirectoriesMin =
140425               {
140426                   /* flags */
140427                   META_FLAG_PROPERTY|META_FLAG_READ,
140428                   /* name */
140429                   "AttributeCachingForDirectoriesMin",
140430                   /* qualifiers */
140431 mike  1.1.2.1     _CIM_NFS_AttributeCachingForDirectoriesMin_qualifiers,
140432                   /* type */
140433                   CIMTYPE_UINT16,
140434                   /* subscript */
140435                   -1,
140436                   /* value */
140437                   0,
140438               };
140439               
140440               static const char*
140441               _CIM_NFS_AttributeCachingForDirectoriesMax_qualifiers[] =
140442               {
140443                   /* Units */
140444                   "\060Seconds",
140445                   0,
140446               };
140447               
140448               static MetaProperty
140449               _CIM_NFS_AttributeCachingForDirectoriesMax =
140450               {
140451                   /* flags */
140452 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
140453                   /* name */
140454                   "AttributeCachingForDirectoriesMax",
140455                   /* qualifiers */
140456                   _CIM_NFS_AttributeCachingForDirectoriesMax_qualifiers,
140457                   /* type */
140458                   CIMTYPE_UINT16,
140459                   /* subscript */
140460                   -1,
140461                   /* value */
140462                   0,
140463               };
140464               
140465               static MetaFeature*
140466               _CIM_NFS_features[] =
140467               {
140468                   (MetaFeature*)&_CIM_NFS_HardMount,
140469                   (MetaFeature*)&_CIM_NFS_ForegroundMount,
140470                   (MetaFeature*)&_CIM_NFS_Interrupt,
140471                   (MetaFeature*)&_CIM_NFS_MountFailureRetries,
140472                   (MetaFeature*)&_CIM_NFS_RetransmissionAttempts,
140473 mike  1.1.2.1     (MetaFeature*)&_CIM_NFS_RetransmissionTimeout,
140474                   (MetaFeature*)&_CIM_NFS_ReadBufferSize,
140475                   (MetaFeature*)&_CIM_NFS_WriteBufferSize,
140476                   (MetaFeature*)&_CIM_NFS_ServerCommunicationPort,
140477                   (MetaFeature*)&_CIM_NFS_AttributeCaching,
140478                   (MetaFeature*)&_CIM_NFS_AttributeCachingForRegularFilesMin,
140479                   (MetaFeature*)&_CIM_NFS_AttributeCachingForRegularFilesMax,
140480                   (MetaFeature*)&_CIM_NFS_AttributeCachingForDirectoriesMin,
140481                   (MetaFeature*)&_CIM_NFS_AttributeCachingForDirectoriesMax,
140482                   0,
140483               };
140484               
140485               static const char*
140486               __root_cimv2_CIM_NFS_qualifiers[] =
140487               {
140488                   /* UMLPackagePath */
140489                   "\057CIM::System::FileElements",
140490                   /* Version */
140491                   "\0632.6.0",
140492                   0,
140493               };
140494 mike  1.1.2.1 
140495               MetaClass
140496               __root_cimv2_CIM_NFS =
140497               {
140498                   /* flags */
140499                   META_FLAG_CLASS,
140500                   /* name */
140501                   "CIM_NFS",
140502                   /* qualifiers */
140503                   __root_cimv2_CIM_NFS_qualifiers,
140504                   /* super */
140505                   &__root_cimv2_CIM_RemoteFileSystem,
140506                   /* features */
140507                   _CIM_NFS_features,
140508               };
140509               
140510               //==============================================================================
140511               //
140512               // Class: CIM_NonVolatileStorage
140513               //
140514               //==============================================================================
140515 mike  1.1.2.1 
140516               static const char*
140517               _CIM_NonVolatileStorage_IsWriteable_qualifiers[] =
140518               {
140519                   /* Deprecated */
140520                   "\013\000\001CIM_Memory.Access\000",
140521                   0,
140522               };
140523               
140524               static MetaProperty
140525               _CIM_NonVolatileStorage_IsWriteable =
140526               {
140527                   /* flags */
140528                   META_FLAG_PROPERTY|META_FLAG_READ,
140529                   /* name */
140530                   "IsWriteable",
140531                   /* qualifiers */
140532                   _CIM_NonVolatileStorage_IsWriteable_qualifiers,
140533                   /* type */
140534                   CIMTYPE_BOOLEAN,
140535                   /* subscript */
140536 mike  1.1.2.1     -1,
140537                   /* value */
140538                   0,
140539               };
140540               
140541               static const char*
140542               _CIM_NonVolatileStorage_ApplicationWriteable_qualifiers[] =
140543               {
140544                   /* Deprecated */
140545                   "\013\000\001no value\000",
140546                   0,
140547               };
140548               
140549               static MetaProperty
140550               _CIM_NonVolatileStorage_ApplicationWriteable =
140551               {
140552                   /* flags */
140553                   META_FLAG_PROPERTY|META_FLAG_READ,
140554                   /* name */
140555                   "ApplicationWriteable",
140556                   /* qualifiers */
140557 mike  1.1.2.1     _CIM_NonVolatileStorage_ApplicationWriteable_qualifiers,
140558                   /* type */
140559                   CIMTYPE_BOOLEAN,
140560                   /* subscript */
140561                   -1,
140562                   /* value */
140563                   0,
140564               };
140565               
140566               static const char*
140567               _CIM_NonVolatileStorage_StartAddressForApplicationWrite_qualifiers[] =
140568               {
140569                   /* Deprecated */
140570                   "\013\000\001no value\000",
140571                   /* ModelCorrespondence */
140572                   "\036\000\001CIM_NonVolatileStorage.ApplicationWriteable\000",
140573                   0,
140574               };
140575               
140576               static MetaProperty
140577               _CIM_NonVolatileStorage_StartAddressForApplicationWrite =
140578 mike  1.1.2.1 {
140579                   /* flags */
140580                   META_FLAG_PROPERTY|META_FLAG_READ,
140581                   /* name */
140582                   "StartAddressForApplicationWrite",
140583                   /* qualifiers */
140584                   _CIM_NonVolatileStorage_StartAddressForApplicationWrite_qualifiers,
140585                   /* type */
140586                   CIMTYPE_UINT64,
140587                   /* subscript */
140588                   -1,
140589                   /* value */
140590                   0,
140591               };
140592               
140593               static const char*
140594               _CIM_NonVolatileStorage_ApplicationWriteableSize_qualifiers[] =
140595               {
140596                   /* Deprecated */
140597                   "\013\000\001no value\000",
140598                   /* Units */
140599 mike  1.1.2.1     "\060Bits",
140600                   /* ModelCorrespondence */
140601                   "\036\000\001CIM_NonVolatileStorage.ApplicationWriteable\000",
140602                   0,
140603               };
140604               
140605               static MetaProperty
140606               _CIM_NonVolatileStorage_ApplicationWriteableSize =
140607               {
140608                   /* flags */
140609                   META_FLAG_PROPERTY|META_FLAG_READ,
140610                   /* name */
140611                   "ApplicationWriteableSize",
140612                   /* qualifiers */
140613                   _CIM_NonVolatileStorage_ApplicationWriteableSize_qualifiers,
140614                   /* type */
140615                   CIMTYPE_UINT64,
140616                   /* subscript */
140617                   -1,
140618                   /* value */
140619                   0,
140620 mike  1.1.2.1 };
140621               
140622               static MetaFeature*
140623               _CIM_NonVolatileStorage_features[] =
140624               {
140625                   (MetaFeature*)&_CIM_NonVolatileStorage_IsWriteable,
140626                   (MetaFeature*)&_CIM_NonVolatileStorage_ApplicationWriteable,
140627                   (MetaFeature*)&_CIM_NonVolatileStorage_StartAddressForApplicationWrite,
140628                   (MetaFeature*)&_CIM_NonVolatileStorage_ApplicationWriteableSize,
140629                   0,
140630               };
140631               
140632               static const char*
140633               __root_cimv2_CIM_NonVolatileStorage_qualifiers[] =
140634               {
140635                   /* Deprecated */
140636                   "\013\000\001CIM_Memory\000",
140637                   /* UMLPackagePath */
140638                   "\057CIM::Device::Memory",
140639                   /* Version */
140640                   "\0632.8.0",
140641 mike  1.1.2.1     0,
140642               };
140643               
140644               MetaClass
140645               __root_cimv2_CIM_NonVolatileStorage =
140646               {
140647                   /* flags */
140648                   META_FLAG_CLASS,
140649                   /* name */
140650                   "CIM_NonVolatileStorage",
140651                   /* qualifiers */
140652                   __root_cimv2_CIM_NonVolatileStorage_qualifiers,
140653                   /* super */
140654                   &__root_cimv2_CIM_Memory,
140655                   /* features */
140656                   _CIM_NonVolatileStorage_features,
140657               };
140658               
140659               //==============================================================================
140660               //
140661               // Class: CIM_NumericSensor
140662 mike  1.1.2.1 //
140663               //==============================================================================
140664               
140665               static const char*
140666               _CIM_NumericSensor_BaseUnits_qualifiers[] =
140667               {
140668                   /* ValueMap */
140669                   "\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",
140670                   /* Values */
140671                   "\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",
140672                   /* ModelCorrespondence */
140673                   "\036\000\002CIM_NumericSensor.UnitModifier\000CIM_NumericSensor.RateUnits\000",
140674                   0,
140675               };
140676               
140677               static MetaProperty
140678               _CIM_NumericSensor_BaseUnits =
140679               {
140680                   /* flags */
140681                   META_FLAG_PROPERTY|META_FLAG_READ,
140682                   /* name */
140683 mike  1.1.2.1     "BaseUnits",
140684                   /* qualifiers */
140685                   _CIM_NumericSensor_BaseUnits_qualifiers,
140686                   /* type */
140687                   CIMTYPE_UINT16,
140688                   /* subscript */
140689                   -1,
140690                   /* value */
140691                   0,
140692               };
140693               
140694               static const char*
140695               _CIM_NumericSensor_UnitModifier_qualifiers[] =
140696               {
140697                   /* ModelCorrespondence */
140698                   "\036\000\002CIM_NumericSensor.BaseUnits\000CIM_NumericSensor.RateUnits\000",
140699                   0,
140700               };
140701               
140702               static MetaProperty
140703               _CIM_NumericSensor_UnitModifier =
140704 mike  1.1.2.1 {
140705                   /* flags */
140706                   META_FLAG_PROPERTY|META_FLAG_READ,
140707                   /* name */
140708                   "UnitModifier",
140709                   /* qualifiers */
140710                   _CIM_NumericSensor_UnitModifier_qualifiers,
140711                   /* type */
140712                   CIMTYPE_SINT32,
140713                   /* subscript */
140714                   -1,
140715                   /* value */
140716                   0,
140717               };
140718               
140719               static const char*
140720               _CIM_NumericSensor_RateUnits_qualifiers[] =
140721               {
140722                   /* ValueMap */
140723                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
140724                   /* Values */
140725 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",
140726                   /* ModelCorrespondence */
140727                   "\036\000\002CIM_NumericSensor.UnitModifier\000CIM_NumericSensor.BaseUnits\000",
140728                   0,
140729               };
140730               
140731               static MetaProperty
140732               _CIM_NumericSensor_RateUnits =
140733               {
140734                   /* flags */
140735                   META_FLAG_PROPERTY|META_FLAG_READ,
140736                   /* name */
140737                   "RateUnits",
140738                   /* qualifiers */
140739                   _CIM_NumericSensor_RateUnits_qualifiers,
140740                   /* type */
140741                   CIMTYPE_UINT16,
140742                   /* subscript */
140743                   -1,
140744                   /* value */
140745                   0,
140746 mike  1.1.2.1 };
140747               
140748               static const char*
140749               _CIM_NumericSensor_CurrentReading_qualifiers[] =
140750               {
140751                   /* MappingStrings */
140752                   "\026\000\003MIF.DMTF|Temperature Probe|002.5\000MIF.DMTF|Electrical Current Probe|001.5\000MIF.DMTF|Voltage Probe|001.5\000",
140753                   0,
140754               };
140755               
140756               static MetaProperty
140757               _CIM_NumericSensor_CurrentReading =
140758               {
140759                   /* flags */
140760                   META_FLAG_PROPERTY|META_FLAG_READ,
140761                   /* name */
140762                   "CurrentReading",
140763                   /* qualifiers */
140764                   _CIM_NumericSensor_CurrentReading_qualifiers,
140765                   /* type */
140766                   CIMTYPE_SINT32,
140767 mike  1.1.2.1     /* subscript */
140768                   -1,
140769                   /* value */
140770                   0,
140771               };
140772               
140773               static const char*
140774               _CIM_NumericSensor_NominalReading_qualifiers[] =
140775               {
140776                   /* MappingStrings */
140777                   "\026\000\003MIF.DMTF|Temperature Probe|002.6\000MIF.DMTF|Electrical Current Probe|001.6\000MIF.DMTF|Voltage Probe|001.6\000",
140778                   0,
140779               };
140780               
140781               static MetaProperty
140782               _CIM_NumericSensor_NominalReading =
140783               {
140784                   /* flags */
140785                   META_FLAG_PROPERTY|META_FLAG_READ,
140786                   /* name */
140787                   "NominalReading",
140788 mike  1.1.2.1     /* qualifiers */
140789                   _CIM_NumericSensor_NominalReading_qualifiers,
140790                   /* type */
140791                   CIMTYPE_SINT32,
140792                   /* subscript */
140793                   -1,
140794                   /* value */
140795                   0,
140796               };
140797               
140798               static const char*
140799               _CIM_NumericSensor_NormalMax_qualifiers[] =
140800               {
140801                   /* MappingStrings */
140802                   "\026\000\003MIF.DMTF|Temperature Probe|002.7\000MIF.DMTF|Electrical Current Probe|001.7\000MIF.DMTF|Voltage Probe|001.7\000",
140803                   0,
140804               };
140805               
140806               static MetaProperty
140807               _CIM_NumericSensor_NormalMax =
140808               {
140809 mike  1.1.2.1     /* flags */
140810                   META_FLAG_PROPERTY|META_FLAG_READ,
140811                   /* name */
140812                   "NormalMax",
140813                   /* qualifiers */
140814                   _CIM_NumericSensor_NormalMax_qualifiers,
140815                   /* type */
140816                   CIMTYPE_SINT32,
140817                   /* subscript */
140818                   -1,
140819                   /* value */
140820                   0,
140821               };
140822               
140823               static const char*
140824               _CIM_NumericSensor_NormalMin_qualifiers[] =
140825               {
140826                   /* MappingStrings */
140827                   "\026\000\003MIF.DMTF|Temperature Probe|002.8\000MIF.DMTF|Electrical Current Probe|001.8\000MIF.DMTF|Voltage Probe|001.8\000",
140828                   0,
140829               };
140830 mike  1.1.2.1 
140831               static MetaProperty
140832               _CIM_NumericSensor_NormalMin =
140833               {
140834                   /* flags */
140835                   META_FLAG_PROPERTY|META_FLAG_READ,
140836                   /* name */
140837                   "NormalMin",
140838                   /* qualifiers */
140839                   _CIM_NumericSensor_NormalMin_qualifiers,
140840                   /* type */
140841                   CIMTYPE_SINT32,
140842                   /* subscript */
140843                   -1,
140844                   /* value */
140845                   0,
140846               };
140847               
140848               static const char*
140849               _CIM_NumericSensor_MaxReadable_qualifiers[] =
140850               {
140851 mike  1.1.2.1     /* MappingStrings */
140852                   "\026\000\003MIF.DMTF|Temperature Probe|002.9\000MIF.DMTF|Electrical Current Probe|001.9\000MIF.DMTF|Voltage Probe|001.9\000",
140853                   0,
140854               };
140855               
140856               static MetaProperty
140857               _CIM_NumericSensor_MaxReadable =
140858               {
140859                   /* flags */
140860                   META_FLAG_PROPERTY|META_FLAG_READ,
140861                   /* name */
140862                   "MaxReadable",
140863                   /* qualifiers */
140864                   _CIM_NumericSensor_MaxReadable_qualifiers,
140865                   /* type */
140866                   CIMTYPE_SINT32,
140867                   /* subscript */
140868                   -1,
140869                   /* value */
140870                   0,
140871               };
140872 mike  1.1.2.1 
140873               static const char*
140874               _CIM_NumericSensor_MinReadable_qualifiers[] =
140875               {
140876                   /* MappingStrings */
140877                   "\026\000\003MIF.DMTF|Temperature Probe|002.10\000MIF.DMTF|Electrical Current Probe|001.10\000MIF.DMTF|Voltage Probe|001.10\000",
140878                   0,
140879               };
140880               
140881               static MetaProperty
140882               _CIM_NumericSensor_MinReadable =
140883               {
140884                   /* flags */
140885                   META_FLAG_PROPERTY|META_FLAG_READ,
140886                   /* name */
140887                   "MinReadable",
140888                   /* qualifiers */
140889                   _CIM_NumericSensor_MinReadable_qualifiers,
140890                   /* type */
140891                   CIMTYPE_SINT32,
140892                   /* subscript */
140893 mike  1.1.2.1     -1,
140894                   /* value */
140895                   0,
140896               };
140897               
140898               static const char*
140899               _CIM_NumericSensor_Resolution_qualifiers[] =
140900               {
140901                   /* MappingStrings */
140902                   "\026\000\003MIF.DMTF|Temperature Probe|002.17\000MIF.DMTF|Electrical Current Probe|001.17\000MIF.DMTF|Voltage Probe|001.17\000",
140903                   0,
140904               };
140905               
140906               static MetaProperty
140907               _CIM_NumericSensor_Resolution =
140908               {
140909                   /* flags */
140910                   META_FLAG_PROPERTY|META_FLAG_READ,
140911                   /* name */
140912                   "Resolution",
140913                   /* qualifiers */
140914 mike  1.1.2.1     _CIM_NumericSensor_Resolution_qualifiers,
140915                   /* type */
140916                   CIMTYPE_UINT32,
140917                   /* subscript */
140918                   -1,
140919                   /* value */
140920                   0,
140921               };
140922               
140923               static const char*
140924               _CIM_NumericSensor_Tolerance_qualifiers[] =
140925               {
140926                   /* Deprecated */
140927                   "\013\000\002CIM_NumericSensor.Resolution\000CIM_NumericSensor.Accuracy\000",
140928                   0,
140929               };
140930               
140931               static MetaProperty
140932               _CIM_NumericSensor_Tolerance =
140933               {
140934                   /* flags */
140935 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
140936                   /* name */
140937                   "Tolerance",
140938                   /* qualifiers */
140939                   _CIM_NumericSensor_Tolerance_qualifiers,
140940                   /* type */
140941                   CIMTYPE_SINT32,
140942                   /* subscript */
140943                   -1,
140944                   /* value */
140945                   0,
140946               };
140947               
140948               static const char*
140949               _CIM_NumericSensor_Accuracy_qualifiers[] =
140950               {
140951                   /* Units */
140952                   "\060Hundredths of Percent",
140953                   /* MappingStrings */
140954                   "\026\000\003MIF.DMTF|Temperature Probe|002.19\000MIF.DMTF|Electrical Current Probe|001.19\000MIF.DMTF|Voltage Probe|001.19\000",
140955                   0,
140956 mike  1.1.2.1 };
140957               
140958               static MetaProperty
140959               _CIM_NumericSensor_Accuracy =
140960               {
140961                   /* flags */
140962                   META_FLAG_PROPERTY|META_FLAG_READ,
140963                   /* name */
140964                   "Accuracy",
140965                   /* qualifiers */
140966                   _CIM_NumericSensor_Accuracy_qualifiers,
140967                   /* type */
140968                   CIMTYPE_SINT32,
140969                   /* subscript */
140970                   -1,
140971                   /* value */
140972                   0,
140973               };
140974               
140975               static const char*
140976               _CIM_NumericSensor_IsLinear_qualifiers[] =
140977 mike  1.1.2.1 {
140978                   0,
140979               };
140980               
140981               static MetaProperty
140982               _CIM_NumericSensor_IsLinear =
140983               {
140984                   /* flags */
140985                   META_FLAG_PROPERTY|META_FLAG_READ,
140986                   /* name */
140987                   "IsLinear",
140988                   /* qualifiers */
140989                   _CIM_NumericSensor_IsLinear_qualifiers,
140990                   /* type */
140991                   CIMTYPE_BOOLEAN,
140992                   /* subscript */
140993                   -1,
140994                   /* value */
140995                   0,
140996               };
140997               
140998 mike  1.1.2.1 static const char*
140999               _CIM_NumericSensor_Hysteresis_qualifiers[] =
141000               {
141001                   0,
141002               };
141003               
141004               static MetaProperty
141005               _CIM_NumericSensor_Hysteresis =
141006               {
141007                   /* flags */
141008                   META_FLAG_PROPERTY|META_FLAG_READ,
141009                   /* name */
141010                   "Hysteresis",
141011                   /* qualifiers */
141012                   _CIM_NumericSensor_Hysteresis_qualifiers,
141013                   /* type */
141014                   CIMTYPE_UINT32,
141015                   /* subscript */
141016                   -1,
141017                   /* value */
141018                   0,
141019 mike  1.1.2.1 };
141020               
141021               static const char*
141022               _CIM_NumericSensor_LowerThresholdNonCritical_qualifiers[] =
141023               {
141024                   /* MappingStrings */
141025                   "\026\000\003MIF.DMTF|Temperature Probe|002.11\000MIF.DMTF|Electrical Current Probe|001.11\000MIF.DMTF|Voltage Probe|001.11\000",
141026                   0,
141027               };
141028               
141029               static MetaProperty
141030               _CIM_NumericSensor_LowerThresholdNonCritical =
141031               {
141032                   /* flags */
141033                   META_FLAG_PROPERTY|META_FLAG_READ,
141034                   /* name */
141035                   "LowerThresholdNonCritical",
141036                   /* qualifiers */
141037                   _CIM_NumericSensor_LowerThresholdNonCritical_qualifiers,
141038                   /* type */
141039                   CIMTYPE_SINT32,
141040 mike  1.1.2.1     /* subscript */
141041                   -1,
141042                   /* value */
141043                   0,
141044               };
141045               
141046               static const char*
141047               _CIM_NumericSensor_UpperThresholdNonCritical_qualifiers[] =
141048               {
141049                   /* MappingStrings */
141050                   "\026\000\003MIF.DMTF|Temperature Probe|002.12\000MIF.DMTF|Electrical Current Probe|001.12\000MIF.DMTF|Voltage Probe|001.12\000",
141051                   0,
141052               };
141053               
141054               static MetaProperty
141055               _CIM_NumericSensor_UpperThresholdNonCritical =
141056               {
141057                   /* flags */
141058                   META_FLAG_PROPERTY|META_FLAG_READ,
141059                   /* name */
141060                   "UpperThresholdNonCritical",
141061 mike  1.1.2.1     /* qualifiers */
141062                   _CIM_NumericSensor_UpperThresholdNonCritical_qualifiers,
141063                   /* type */
141064                   CIMTYPE_SINT32,
141065                   /* subscript */
141066                   -1,
141067                   /* value */
141068                   0,
141069               };
141070               
141071               static const char*
141072               _CIM_NumericSensor_LowerThresholdCritical_qualifiers[] =
141073               {
141074                   /* MappingStrings */
141075                   "\026\000\003MIF.DMTF|Temperature Probe|002.13\000MIF.DMTF|Electrical Current Probe|001.13\000MIF.DMTF|Voltage Probe|001.13\000",
141076                   0,
141077               };
141078               
141079               static MetaProperty
141080               _CIM_NumericSensor_LowerThresholdCritical =
141081               {
141082 mike  1.1.2.1     /* flags */
141083                   META_FLAG_PROPERTY|META_FLAG_READ,
141084                   /* name */
141085                   "LowerThresholdCritical",
141086                   /* qualifiers */
141087                   _CIM_NumericSensor_LowerThresholdCritical_qualifiers,
141088                   /* type */
141089                   CIMTYPE_SINT32,
141090                   /* subscript */
141091                   -1,
141092                   /* value */
141093                   0,
141094               };
141095               
141096               static const char*
141097               _CIM_NumericSensor_UpperThresholdCritical_qualifiers[] =
141098               {
141099                   /* MappingStrings */
141100                   "\026\000\003MIF.DMTF|Temperature Probe|002.14\000MIF.DMTF|Electrical Current Probe|001.14\000MIF.DMTF|Voltage Probe|001.14\000",
141101                   0,
141102               };
141103 mike  1.1.2.1 
141104               static MetaProperty
141105               _CIM_NumericSensor_UpperThresholdCritical =
141106               {
141107                   /* flags */
141108                   META_FLAG_PROPERTY|META_FLAG_READ,
141109                   /* name */
141110                   "UpperThresholdCritical",
141111                   /* qualifiers */
141112                   _CIM_NumericSensor_UpperThresholdCritical_qualifiers,
141113                   /* type */
141114                   CIMTYPE_SINT32,
141115                   /* subscript */
141116                   -1,
141117                   /* value */
141118                   0,
141119               };
141120               
141121               static const char*
141122               _CIM_NumericSensor_LowerThresholdFatal_qualifiers[] =
141123               {
141124 mike  1.1.2.1     /* MappingStrings */
141125                   "\026\000\003MIF.DMTF|Temperature Probe|002.15\000MIF.DMTF|Electrical Current Probe|001.15\000MIF.DMTF|Voltage Probe|001.15\000",
141126                   0,
141127               };
141128               
141129               static MetaProperty
141130               _CIM_NumericSensor_LowerThresholdFatal =
141131               {
141132                   /* flags */
141133                   META_FLAG_PROPERTY|META_FLAG_READ,
141134                   /* name */
141135                   "LowerThresholdFatal",
141136                   /* qualifiers */
141137                   _CIM_NumericSensor_LowerThresholdFatal_qualifiers,
141138                   /* type */
141139                   CIMTYPE_SINT32,
141140                   /* subscript */
141141                   -1,
141142                   /* value */
141143                   0,
141144               };
141145 mike  1.1.2.1 
141146               static const char*
141147               _CIM_NumericSensor_UpperThresholdFatal_qualifiers[] =
141148               {
141149                   /* MappingStrings */
141150                   "\026\000\003MIF.DMTF|Temperature Probe|002.16\000MIF.DMTF|Electrical Current Probe|001.16\000MIF.DMTF|Voltage Probe|001.16\000",
141151                   0,
141152               };
141153               
141154               static MetaProperty
141155               _CIM_NumericSensor_UpperThresholdFatal =
141156               {
141157                   /* flags */
141158                   META_FLAG_PROPERTY|META_FLAG_READ,
141159                   /* name */
141160                   "UpperThresholdFatal",
141161                   /* qualifiers */
141162                   _CIM_NumericSensor_UpperThresholdFatal_qualifiers,
141163                   /* type */
141164                   CIMTYPE_SINT32,
141165                   /* subscript */
141166 mike  1.1.2.1     -1,
141167                   /* value */
141168                   0,
141169               };
141170               
141171               static const char*
141172               _CIM_NumericSensor_SupportedThresholds_qualifiers[] =
141173               {
141174                   /* ValueMap */
141175                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141176                   /* Values */
141177                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141178                   0,
141179               };
141180               
141181               static MetaProperty
141182               _CIM_NumericSensor_SupportedThresholds =
141183               {
141184                   /* flags */
141185                   META_FLAG_PROPERTY|META_FLAG_READ,
141186                   /* name */
141187 mike  1.1.2.1     "SupportedThresholds",
141188                   /* qualifiers */
141189                   _CIM_NumericSensor_SupportedThresholds_qualifiers,
141190                   /* type */
141191                   CIMTYPE_UINT16,
141192                   /* subscript */
141193                   0,
141194                   /* value */
141195                   0,
141196               };
141197               
141198               static const char*
141199               _CIM_NumericSensor_EnabledThresholds_qualifiers[] =
141200               {
141201                   /* ValueMap */
141202                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141203                   /* Values */
141204                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141205                   0,
141206               };
141207               
141208 mike  1.1.2.1 static MetaProperty
141209               _CIM_NumericSensor_EnabledThresholds =
141210               {
141211                   /* flags */
141212                   META_FLAG_PROPERTY|META_FLAG_READ,
141213                   /* name */
141214                   "EnabledThresholds",
141215                   /* qualifiers */
141216                   _CIM_NumericSensor_EnabledThresholds_qualifiers,
141217                   /* type */
141218                   CIMTYPE_UINT16,
141219                   /* subscript */
141220                   0,
141221                   /* value */
141222                   0,
141223               };
141224               
141225               static const char*
141226               _CIM_NumericSensor_SettableThresholds_qualifiers[] =
141227               {
141228                   /* ValueMap */
141229 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
141230                   /* Values */
141231                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141232                   0,
141233               };
141234               
141235               static MetaProperty
141236               _CIM_NumericSensor_SettableThresholds =
141237               {
141238                   /* flags */
141239                   META_FLAG_PROPERTY|META_FLAG_READ,
141240                   /* name */
141241                   "SettableThresholds",
141242                   /* qualifiers */
141243                   _CIM_NumericSensor_SettableThresholds_qualifiers,
141244                   /* type */
141245                   CIMTYPE_UINT16,
141246                   /* subscript */
141247                   0,
141248                   /* value */
141249                   0,
141250 mike  1.1.2.1 };
141251               
141252               static MetaFeature*
141253               _CIM_NumericSensor_RestoreDefaultThresholds_parameters[] =
141254               {
141255                   0,
141256               };
141257               
141258               static const char*
141259               _CIM_NumericSensor_RestoreDefaultThresholds_qualifiers[] =
141260               {
141261                   0,
141262               };
141263               
141264               static MetaMethod
141265               _CIM_NumericSensor_RestoreDefaultThresholds =
141266               {
141267                   /* flags */
141268                   META_FLAG_METHOD,
141269                   /* name */
141270                   "CIM_NumericSensor",
141271 mike  1.1.2.1     /* qualifiers */
141272                   _CIM_NumericSensor_RestoreDefaultThresholds_qualifiers,
141273                   /* type */
141274                   CIMTYPE_UINT32,
141275                   /* parameters */
141276                   _CIM_NumericSensor_RestoreDefaultThresholds_parameters,
141277               };
141278               
141279               static const char*
141280               _CIM_NumericSensor_GetNonLinearFactors_SensorReading_qualifiers[] =
141281               {
141282                   /* IN */
141283                   "\024\001",
141284                   0,
141285               };
141286               
141287               static MetaProperty
141288               _CIM_NumericSensor_GetNonLinearFactors_SensorReading =
141289               {
141290                   /* flags */
141291                   META_FLAG_PROPERTY|META_FLAG_IN,
141292 mike  1.1.2.1     /* name */
141293                   "SensorReading",
141294                   /* qualifiers */
141295                   _CIM_NumericSensor_GetNonLinearFactors_SensorReading_qualifiers,
141296                   /* type */
141297                   CIMTYPE_SINT32,
141298                   /* subscript */
141299                   -1,
141300                   /* value */
141301                   0,
141302               };
141303               
141304               static const char*
141305               _CIM_NumericSensor_GetNonLinearFactors_Accuracy_qualifiers[] =
141306               {
141307                   /* IN */
141308                   "\024\000",
141309                   /* OUT */
141310                   "\043\001",
141311                   0,
141312               };
141313 mike  1.1.2.1 
141314               static MetaProperty
141315               _CIM_NumericSensor_GetNonLinearFactors_Accuracy =
141316               {
141317                   /* flags */
141318                   META_FLAG_PROPERTY|META_FLAG_OUT,
141319                   /* name */
141320                   "Accuracy",
141321                   /* qualifiers */
141322                   _CIM_NumericSensor_GetNonLinearFactors_Accuracy_qualifiers,
141323                   /* type */
141324                   CIMTYPE_SINT32,
141325                   /* subscript */
141326                   -1,
141327                   /* value */
141328                   0,
141329               };
141330               
141331               static const char*
141332               _CIM_NumericSensor_GetNonLinearFactors_Resolution_qualifiers[] =
141333               {
141334 mike  1.1.2.1     /* IN */
141335                   "\024\000",
141336                   /* OUT */
141337                   "\043\001",
141338                   0,
141339               };
141340               
141341               static MetaProperty
141342               _CIM_NumericSensor_GetNonLinearFactors_Resolution =
141343               {
141344                   /* flags */
141345                   META_FLAG_PROPERTY|META_FLAG_OUT,
141346                   /* name */
141347                   "Resolution",
141348                   /* qualifiers */
141349                   _CIM_NumericSensor_GetNonLinearFactors_Resolution_qualifiers,
141350                   /* type */
141351                   CIMTYPE_UINT32,
141352                   /* subscript */
141353                   -1,
141354                   /* value */
141355 mike  1.1.2.1     0,
141356               };
141357               
141358               static const char*
141359               _CIM_NumericSensor_GetNonLinearFactors_Tolerance_qualifiers[] =
141360               {
141361                   /* IN */
141362                   "\024\000",
141363                   /* OUT */
141364                   "\043\001",
141365                   0,
141366               };
141367               
141368               static MetaProperty
141369               _CIM_NumericSensor_GetNonLinearFactors_Tolerance =
141370               {
141371                   /* flags */
141372                   META_FLAG_PROPERTY|META_FLAG_OUT,
141373                   /* name */
141374                   "Tolerance",
141375                   /* qualifiers */
141376 mike  1.1.2.1     _CIM_NumericSensor_GetNonLinearFactors_Tolerance_qualifiers,
141377                   /* type */
141378                   CIMTYPE_SINT32,
141379                   /* subscript */
141380                   -1,
141381                   /* value */
141382                   0,
141383               };
141384               
141385               static const char*
141386               _CIM_NumericSensor_GetNonLinearFactors_Hysteresis_qualifiers[] =
141387               {
141388                   /* IN */
141389                   "\024\000",
141390                   /* OUT */
141391                   "\043\001",
141392                   0,
141393               };
141394               
141395               static MetaProperty
141396               _CIM_NumericSensor_GetNonLinearFactors_Hysteresis =
141397 mike  1.1.2.1 {
141398                   /* flags */
141399                   META_FLAG_PROPERTY|META_FLAG_OUT,
141400                   /* name */
141401                   "Hysteresis",
141402                   /* qualifiers */
141403                   _CIM_NumericSensor_GetNonLinearFactors_Hysteresis_qualifiers,
141404                   /* type */
141405                   CIMTYPE_UINT32,
141406                   /* subscript */
141407                   -1,
141408                   /* value */
141409                   0,
141410               };
141411               
141412               static MetaFeature*
141413               _CIM_NumericSensor_GetNonLinearFactors_parameters[] =
141414               {
141415                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_SensorReading,
141416                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Accuracy,
141417                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Resolution,
141418 mike  1.1.2.1     (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Tolerance,
141419                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Hysteresis,
141420                   0,
141421               };
141422               
141423               static const char*
141424               _CIM_NumericSensor_GetNonLinearFactors_qualifiers[] =
141425               {
141426                   /* Deprecated */
141427                   "\013\000\001No Value\000",
141428                   0,
141429               };
141430               
141431               static MetaMethod
141432               _CIM_NumericSensor_GetNonLinearFactors =
141433               {
141434                   /* flags */
141435                   META_FLAG_METHOD,
141436                   /* name */
141437                   "CIM_NumericSensor",
141438                   /* qualifiers */
141439 mike  1.1.2.1     _CIM_NumericSensor_GetNonLinearFactors_qualifiers,
141440                   /* type */
141441                   CIMTYPE_UINT32,
141442                   /* parameters */
141443                   _CIM_NumericSensor_GetNonLinearFactors_parameters,
141444               };
141445               
141446               static MetaFeature*
141447               _CIM_NumericSensor_features[] =
141448               {
141449                   (MetaFeature*)&_CIM_NumericSensor_BaseUnits,
141450                   (MetaFeature*)&_CIM_NumericSensor_UnitModifier,
141451                   (MetaFeature*)&_CIM_NumericSensor_RateUnits,
141452                   (MetaFeature*)&_CIM_NumericSensor_CurrentReading,
141453                   (MetaFeature*)&_CIM_NumericSensor_NominalReading,
141454                   (MetaFeature*)&_CIM_NumericSensor_NormalMax,
141455                   (MetaFeature*)&_CIM_NumericSensor_NormalMin,
141456                   (MetaFeature*)&_CIM_NumericSensor_MaxReadable,
141457                   (MetaFeature*)&_CIM_NumericSensor_MinReadable,
141458                   (MetaFeature*)&_CIM_NumericSensor_Resolution,
141459                   (MetaFeature*)&_CIM_NumericSensor_Tolerance,
141460 mike  1.1.2.1     (MetaFeature*)&_CIM_NumericSensor_Accuracy,
141461                   (MetaFeature*)&_CIM_NumericSensor_IsLinear,
141462                   (MetaFeature*)&_CIM_NumericSensor_Hysteresis,
141463                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdNonCritical,
141464                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdNonCritical,
141465                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdCritical,
141466                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdCritical,
141467                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdFatal,
141468                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdFatal,
141469                   (MetaFeature*)&_CIM_NumericSensor_SupportedThresholds,
141470                   (MetaFeature*)&_CIM_NumericSensor_EnabledThresholds,
141471                   (MetaFeature*)&_CIM_NumericSensor_SettableThresholds,
141472                   (MetaFeature*)&_CIM_NumericSensor_RestoreDefaultThresholds,
141473                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors,
141474                   0,
141475               };
141476               
141477               static const char*
141478               __root_cimv2_CIM_NumericSensor_qualifiers[] =
141479               {
141480                   /* UMLPackagePath */
141481 mike  1.1.2.1     "\057CIM::Device::Sensors",
141482                   /* Version */
141483                   "\0632.8.0",
141484                   0,
141485               };
141486               
141487               MetaClass
141488               __root_cimv2_CIM_NumericSensor =
141489               {
141490                   /* flags */
141491                   META_FLAG_CLASS,
141492                   /* name */
141493                   "CIM_NumericSensor",
141494                   /* qualifiers */
141495                   __root_cimv2_CIM_NumericSensor_qualifiers,
141496                   /* super */
141497                   &__root_cimv2_CIM_Sensor,
141498                   /* features */
141499                   _CIM_NumericSensor_features,
141500               };
141501               
141502 mike  1.1.2.1 //==============================================================================
141503               //
141504               // Class: CIM_ObjectManager
141505               //
141506               //==============================================================================
141507               
141508               static const char*
141509               _CIM_ObjectManager_GatherStatisticalData_qualifiers[] =
141510               {
141511                   /* Write */
141512                   "\065\001",
141513                   0,
141514               };
141515               
141516               static MetaProperty
141517               _CIM_ObjectManager_GatherStatisticalData =
141518               {
141519                   /* flags */
141520                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
141521                   /* name */
141522                   "GatherStatisticalData",
141523 mike  1.1.2.1     /* qualifiers */
141524                   _CIM_ObjectManager_GatherStatisticalData_qualifiers,
141525                   /* type */
141526                   CIMTYPE_BOOLEAN,
141527                   /* subscript */
141528                   -1,
141529                   /* value */
141530                   "\001",
141531               };
141532               
141533               static const char*
141534               _CIM_ObjectManager_Name_qualifiers[] =
141535               {
141536                   /* Override */
141537                   "\044Name",
141538                   0,
141539               };
141540               
141541               static MetaProperty
141542               _CIM_ObjectManager_Name =
141543               {
141544 mike  1.1.2.1     /* flags */
141545                   META_FLAG_PROPERTY|META_FLAG_READ,
141546                   /* name */
141547                   "Name",
141548                   /* qualifiers */
141549                   _CIM_ObjectManager_Name_qualifiers,
141550                   /* type */
141551                   CIMTYPE_STRING,
141552                   /* subscript */
141553                   -1,
141554                   /* value */
141555                   0,
141556               };
141557               
141558               static const char*
141559               _CIM_ObjectManager_ElementName_qualifiers[] =
141560               {
141561                   /* Override */
141562                   "\044ElementName",
141563                   0,
141564               };
141565 mike  1.1.2.1 
141566               static MetaProperty
141567               _CIM_ObjectManager_ElementName =
141568               {
141569                   /* flags */
141570                   META_FLAG_PROPERTY|META_FLAG_READ,
141571                   /* name */
141572                   "ElementName",
141573                   /* qualifiers */
141574                   _CIM_ObjectManager_ElementName_qualifiers,
141575                   /* type */
141576                   CIMTYPE_STRING,
141577                   /* subscript */
141578                   -1,
141579                   /* value */
141580                   0,
141581               };
141582               
141583               static const char*
141584               _CIM_ObjectManager_Description_qualifiers[] =
141585               {
141586 mike  1.1.2.1     /* Override */
141587                   "\044Description",
141588                   0,
141589               };
141590               
141591               static MetaProperty
141592               _CIM_ObjectManager_Description =
141593               {
141594                   /* flags */
141595                   META_FLAG_PROPERTY|META_FLAG_READ,
141596                   /* name */
141597                   "Description",
141598                   /* qualifiers */
141599                   _CIM_ObjectManager_Description_qualifiers,
141600                   /* type */
141601                   CIMTYPE_STRING,
141602                   /* subscript */
141603                   -1,
141604                   /* value */
141605                   0,
141606               };
141607 mike  1.1.2.1 
141608               static MetaFeature*
141609               _CIM_ObjectManager_features[] =
141610               {
141611                   (MetaFeature*)&_CIM_ObjectManager_GatherStatisticalData,
141612                   (MetaFeature*)&_CIM_ObjectManager_Name,
141613                   (MetaFeature*)&_CIM_ObjectManager_ElementName,
141614                   (MetaFeature*)&_CIM_ObjectManager_Description,
141615                   0,
141616               };
141617               
141618               static const char*
141619               __root_cimv2_CIM_ObjectManager_qualifiers[] =
141620               {
141621                   /* UMLPackagePath */
141622                   "\057CIM::Interop",
141623                   /* Version */
141624                   "\0632.8.0",
141625                   0,
141626               };
141627               
141628 mike  1.1.2.1 MetaClass
141629               __root_cimv2_CIM_ObjectManager =
141630               {
141631                   /* flags */
141632                   META_FLAG_CLASS,
141633                   /* name */
141634                   "CIM_ObjectManager",
141635                   /* qualifiers */
141636                   __root_cimv2_CIM_ObjectManager_qualifiers,
141637                   /* super */
141638                   &__root_cimv2_CIM_WBEMService,
141639                   /* features */
141640                   _CIM_ObjectManager_features,
141641               };
141642               
141643               //==============================================================================
141644               //
141645               // Class: CIM_ObjectManagerAdapter
141646               //
141647               //==============================================================================
141648               
141649 mike  1.1.2.1 static const char*
141650               _CIM_ObjectManagerAdapter_Name_qualifiers[] =
141651               {
141652                   /* Override */
141653                   "\044Name",
141654                   0,
141655               };
141656               
141657               static MetaProperty
141658               _CIM_ObjectManagerAdapter_Name =
141659               {
141660                   /* flags */
141661                   META_FLAG_PROPERTY|META_FLAG_READ,
141662                   /* name */
141663                   "Name",
141664                   /* qualifiers */
141665                   _CIM_ObjectManagerAdapter_Name_qualifiers,
141666                   /* type */
141667                   CIMTYPE_STRING,
141668                   /* subscript */
141669                   -1,
141670 mike  1.1.2.1     /* value */
141671                   0,
141672               };
141673               
141674               static const char*
141675               _CIM_ObjectManagerAdapter_ElementName_qualifiers[] =
141676               {
141677                   /* Override */
141678                   "\044ElementName",
141679                   0,
141680               };
141681               
141682               static MetaProperty
141683               _CIM_ObjectManagerAdapter_ElementName =
141684               {
141685                   /* flags */
141686                   META_FLAG_PROPERTY|META_FLAG_READ,
141687                   /* name */
141688                   "ElementName",
141689                   /* qualifiers */
141690                   _CIM_ObjectManagerAdapter_ElementName_qualifiers,
141691 mike  1.1.2.1     /* type */
141692                   CIMTYPE_STRING,
141693                   /* subscript */
141694                   -1,
141695                   /* value */
141696                   0,
141697               };
141698               
141699               static const char*
141700               _CIM_ObjectManagerAdapter_Handle_qualifiers[] =
141701               {
141702                   /* Required */
141703                   "\050\001",
141704                   0,
141705               };
141706               
141707               static MetaProperty
141708               _CIM_ObjectManagerAdapter_Handle =
141709               {
141710                   /* flags */
141711                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141712 mike  1.1.2.1     /* name */
141713                   "Handle",
141714                   /* qualifiers */
141715                   _CIM_ObjectManagerAdapter_Handle_qualifiers,
141716                   /* type */
141717                   CIMTYPE_STRING,
141718                   /* subscript */
141719                   -1,
141720                   /* value */
141721                   0,
141722               };
141723               
141724               static const char*
141725               _CIM_ObjectManagerAdapter_AdapterType_qualifiers[] =
141726               {
141727                   /* Required */
141728                   "\050\001",
141729                   /* ValueMap */
141730                   "\061\000\0051\0002\0003\0004\0005\000",
141731                   /* Values */
141732                   "\062\000\005Other\000Client\000Provider\000Indication Handler\000Repository\000",
141733 mike  1.1.2.1     /* ModelCorrespondence */
141734                   "\036\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
141735                   0,
141736               };
141737               
141738               static MetaProperty
141739               _CIM_ObjectManagerAdapter_AdapterType =
141740               {
141741                   /* flags */
141742                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141743                   /* name */
141744                   "AdapterType",
141745                   /* qualifiers */
141746                   _CIM_ObjectManagerAdapter_AdapterType_qualifiers,
141747                   /* type */
141748                   CIMTYPE_UINT16,
141749                   /* subscript */
141750                   -1,
141751                   /* value */
141752                   0,
141753               };
141754 mike  1.1.2.1 
141755               static const char*
141756               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers[] =
141757               {
141758                   /* ModelCorrespondence */
141759                   "\036\000\001CIM_ObjectManagerAdapter.AdapterType\000",
141760                   0,
141761               };
141762               
141763               static MetaProperty
141764               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription =
141765               {
141766                   /* flags */
141767                   META_FLAG_PROPERTY|META_FLAG_READ,
141768                   /* name */
141769                   "OtherAdapterTypeDescription",
141770                   /* qualifiers */
141771                   _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers,
141772                   /* type */
141773                   CIMTYPE_STRING,
141774                   /* subscript */
141775 mike  1.1.2.1     -1,
141776                   /* value */
141777                   0,
141778               };
141779               
141780               static MetaFeature*
141781               _CIM_ObjectManagerAdapter_features[] =
141782               {
141783                   (MetaFeature*)&_CIM_ObjectManagerAdapter_Name,
141784                   (MetaFeature*)&_CIM_ObjectManagerAdapter_ElementName,
141785                   (MetaFeature*)&_CIM_ObjectManagerAdapter_Handle,
141786                   (MetaFeature*)&_CIM_ObjectManagerAdapter_AdapterType,
141787                   (MetaFeature*)&_CIM_ObjectManagerAdapter_OtherAdapterTypeDescription,
141788                   0,
141789               };
141790               
141791               static const char*
141792               __root_cimv2_CIM_ObjectManagerAdapter_qualifiers[] =
141793               {
141794                   /* UMLPackagePath */
141795                   "\057CIM::Interop",
141796 mike  1.1.2.1     /* Version */
141797                   "\0632.8.0",
141798                   0,
141799               };
141800               
141801               MetaClass
141802               __root_cimv2_CIM_ObjectManagerAdapter =
141803               {
141804                   /* flags */
141805                   META_FLAG_CLASS,
141806                   /* name */
141807                   "CIM_ObjectManagerAdapter",
141808                   /* qualifiers */
141809                   __root_cimv2_CIM_ObjectManagerAdapter_qualifiers,
141810                   /* super */
141811                   &__root_cimv2_CIM_WBEMService,
141812                   /* features */
141813                   _CIM_ObjectManagerAdapter_features,
141814               };
141815               
141816               //==============================================================================
141817 mike  1.1.2.1 //
141818               // Class: CIM_ObjectManagerCommunicationMechanism
141819               //
141820               //==============================================================================
141821               
141822               static const char*
141823               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers[] =
141824               {
141825                   /* Required */
141826                   "\050\001",
141827                   /* ValueMap */
141828                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141829                   /* Values */
141830                   "\062\000\006Unknown\000Other\000CIM-XML\000SM-CLP\000WS-Management\000WSDM\000",
141831                   /* ModelCorrespondence */
141832                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.OtherCommunicationMechanismDescription\000",
141833                   0,
141834               };
141835               
141836               static MetaProperty
141837               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism =
141838 mike  1.1.2.1 {
141839                   /* flags */
141840                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141841                   /* name */
141842                   "CommunicationMechanism",
141843                   /* qualifiers */
141844                   _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers,
141845                   /* type */
141846                   CIMTYPE_UINT16,
141847                   /* subscript */
141848                   -1,
141849                   /* value */
141850                   0,
141851               };
141852               
141853               static const char*
141854               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers[] =
141855               {
141856                   /* ModelCorrespondence */
141857                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.CommunicationMechanism\000",
141858                   0,
141859 mike  1.1.2.1 };
141860               
141861               static MetaProperty
141862               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription =
141863               {
141864                   /* flags */
141865                   META_FLAG_PROPERTY|META_FLAG_READ,
141866                   /* name */
141867                   "OtherCommunicationMechanismDescription",
141868                   /* qualifiers */
141869                   _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers,
141870                   /* type */
141871                   CIMTYPE_STRING,
141872                   /* subscript */
141873                   -1,
141874                   /* value */
141875                   0,
141876               };
141877               
141878               static const char*
141879               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers[] =
141880 mike  1.1.2.1 {
141881                   /* Required */
141882                   "\050\001",
141883                   /* ValueMap */
141884                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
141885                   /* Values */
141886                   "\062\000\012Unknown\000Other\000Basic Read\000Basic Write\000Schema Manipulation\000Instance Manipulation\000Association Traversal\000Query Execution\000Qualifier Declaration\000Indications\000",
141887                   /* ArrayType */
141888                   "\005Indexed",
141889                   /* ModelCorrespondence */
141890                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfileDescriptions\000",
141891                   0,
141892               };
141893               
141894               static MetaProperty
141895               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported =
141896               {
141897                   /* flags */
141898                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141899                   /* name */
141900                   "FunctionalProfilesSupported",
141901 mike  1.1.2.1     /* qualifiers */
141902                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers,
141903                   /* type */
141904                   CIMTYPE_UINT16,
141905                   /* subscript */
141906                   0,
141907                   /* value */
141908                   0,
141909               };
141910               
141911               static const char*
141912               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers[] =
141913               {
141914                   /* ArrayType */
141915                   "\005Indexed",
141916                   /* ModelCorrespondence */
141917                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfilesSupported\000",
141918                   0,
141919               };
141920               
141921               static MetaProperty
141922 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions =
141923               {
141924                   /* flags */
141925                   META_FLAG_PROPERTY|META_FLAG_READ,
141926                   /* name */
141927                   "FunctionalProfileDescriptions",
141928                   /* qualifiers */
141929                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers,
141930                   /* type */
141931                   CIMTYPE_STRING,
141932                   /* subscript */
141933                   0,
141934                   /* value */
141935                   0,
141936               };
141937               
141938               static const char*
141939               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers[] =
141940               {
141941                   /* Required */
141942                   "\050\001",
141943 mike  1.1.2.1     0,
141944               };
141945               
141946               static MetaProperty
141947               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported =
141948               {
141949                   /* flags */
141950                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141951                   /* name */
141952                   "MultipleOperationsSupported",
141953                   /* qualifiers */
141954                   _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers,
141955                   /* type */
141956                   CIMTYPE_BOOLEAN,
141957                   /* subscript */
141958                   -1,
141959                   /* value */
141960                   0,
141961               };
141962               
141963               static const char*
141964 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers[] =
141965               {
141966                   /* Required */
141967                   "\050\001",
141968                   /* ValueMap */
141969                   "\061\000\0050\0001\0002\0003\0004\000",
141970                   /* Values */
141971                   "\062\000\005Unknown\000Other\000None\000Basic\000Digest\000",
141972                   /* ArrayType */
141973                   "\005Indexed",
141974                   /* ModelCorrespondence */
141975                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismDescriptions\000",
141976                   0,
141977               };
141978               
141979               static MetaProperty
141980               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported =
141981               {
141982                   /* flags */
141983                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141984                   /* name */
141985 mike  1.1.2.1     "AuthenticationMechanismsSupported",
141986                   /* qualifiers */
141987                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers,
141988                   /* type */
141989                   CIMTYPE_UINT16,
141990                   /* subscript */
141991                   0,
141992                   /* value */
141993                   0,
141994               };
141995               
141996               static const char*
141997               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers[] =
141998               {
141999                   /* ArrayType */
142000                   "\005Indexed",
142001                   /* ModelCorrespondence */
142002                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismsSupported\000",
142003                   0,
142004               };
142005               
142006 mike  1.1.2.1 static MetaProperty
142007               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions =
142008               {
142009                   /* flags */
142010                   META_FLAG_PROPERTY|META_FLAG_READ,
142011                   /* name */
142012                   "AuthenticationMechanismDescriptions",
142013                   /* qualifiers */
142014                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers,
142015                   /* type */
142016                   CIMTYPE_STRING,
142017                   /* subscript */
142018                   0,
142019                   /* value */
142020                   0,
142021               };
142022               
142023               static const char*
142024               _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers[] =
142025               {
142026                   /* Required */
142027 mike  1.1.2.1     "\050\001",
142028                   0,
142029               };
142030               
142031               static MetaProperty
142032               _CIM_ObjectManagerCommunicationMechanism_Version =
142033               {
142034                   /* flags */
142035                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
142036                   /* name */
142037                   "Version",
142038                   /* qualifiers */
142039                   _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers,
142040                   /* type */
142041                   CIMTYPE_STRING,
142042                   /* subscript */
142043                   -1,
142044                   /* value */
142045                   0,
142046               };
142047               
142048 mike  1.1.2.1 static const char*
142049               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers[] =
142050               {
142051                   /* Required */
142052                   "\050\001",
142053                   /* ValueMap */
142054                   "\061\000\0031\0002\0003\000",
142055                   /* Values */
142056                   "\062\000\003Other\000Not Advertised\000SLP\000",
142057                   /* ArrayType */
142058                   "\005Indexed",
142059                   /* ModelCorrespondence */
142060                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypeDescriptions\000",
142061                   0,
142062               };
142063               
142064               static MetaProperty
142065               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes =
142066               {
142067                   /* flags */
142068                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
142069 mike  1.1.2.1     /* name */
142070                   "AdvertiseTypes",
142071                   /* qualifiers */
142072                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers,
142073                   /* type */
142074                   CIMTYPE_UINT16,
142075                   /* subscript */
142076                   0,
142077                   /* value */
142078                   0,
142079               };
142080               
142081               static const char*
142082               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers[] =
142083               {
142084                   /* ArrayType */
142085                   "\005Indexed",
142086                   /* ModelCorrespondence */
142087                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypes\000",
142088                   0,
142089               };
142090 mike  1.1.2.1 
142091               static MetaProperty
142092               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions =
142093               {
142094                   /* flags */
142095                   META_FLAG_PROPERTY|META_FLAG_READ,
142096                   /* name */
142097                   "AdvertiseTypeDescriptions",
142098                   /* qualifiers */
142099                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers,
142100                   /* type */
142101                   CIMTYPE_STRING,
142102                   /* subscript */
142103                   0,
142104                   /* value */
142105                   0,
142106               };
142107               
142108               static MetaFeature*
142109               _CIM_ObjectManagerCommunicationMechanism_features[] =
142110               {
142111 mike  1.1.2.1     (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism,
142112                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription,
142113                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported,
142114                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions,
142115                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported,
142116                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported,
142117                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions,
142118                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_Version,
142119                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes,
142120                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions,
142121                   0,
142122               };
142123               
142124               static const char*
142125               __root_cimv2_CIM_ObjectManagerCommunicationMechanism_qualifiers[] =
142126               {
142127                   /* UMLPackagePath */
142128                   "\057CIM::Interop",
142129                   /* Version */
142130                   "\0632.13.0",
142131                   0,
142132 mike  1.1.2.1 };
142133               
142134               MetaClass
142135               __root_cimv2_CIM_ObjectManagerCommunicationMechanism =
142136               {
142137                   /* flags */
142138                   META_FLAG_CLASS,
142139                   /* name */
142140                   "CIM_ObjectManagerCommunicationMechanism",
142141                   /* qualifiers */
142142                   __root_cimv2_CIM_ObjectManagerCommunicationMechanism_qualifiers,
142143                   /* super */
142144                   &__root_cimv2_CIM_ServiceAccessPoint,
142145                   /* features */
142146                   _CIM_ObjectManagerCommunicationMechanism_features,
142147               };
142148               
142149               //==============================================================================
142150               //
142151               // Class: CIM_OOBAlertService
142152               //
142153 mike  1.1.2.1 //==============================================================================
142154               
142155               static const char*
142156               _CIM_OOBAlertService_DestinationType_qualifiers[] =
142157               {
142158                   /* ValueMap */
142159                   "\061\000\0050\0001\0002\0003\0004\000",
142160                   /* Values */
142161                   "\062\000\005Unknown\000Other\000Pager\000TCP Port\000UDP Port\000",
142162                   /* ModelCorrespondence */
142163                   "\036\000\001CIM_OOBAlertService.OtherDestinationTypeDescription\000",
142164                   0,
142165               };
142166               
142167               static MetaProperty
142168               _CIM_OOBAlertService_DestinationType =
142169               {
142170                   /* flags */
142171                   META_FLAG_PROPERTY|META_FLAG_READ,
142172                   /* name */
142173                   "DestinationType",
142174 mike  1.1.2.1     /* qualifiers */
142175                   _CIM_OOBAlertService_DestinationType_qualifiers,
142176                   /* type */
142177                   CIMTYPE_UINT16,
142178                   /* subscript */
142179                   -1,
142180                   /* value */
142181                   0,
142182               };
142183               
142184               static const char*
142185               _CIM_OOBAlertService_OtherDestinationTypeDescription_qualifiers[] =
142186               {
142187                   /* ModelCorrespondence */
142188                   "\036\000\001CIM_OOBAlertService.DestinationType\000",
142189                   0,
142190               };
142191               
142192               static MetaProperty
142193               _CIM_OOBAlertService_OtherDestinationTypeDescription =
142194               {
142195 mike  1.1.2.1     /* flags */
142196                   META_FLAG_PROPERTY|META_FLAG_READ,
142197                   /* name */
142198                   "OtherDestinationTypeDescription",
142199                   /* qualifiers */
142200                   _CIM_OOBAlertService_OtherDestinationTypeDescription_qualifiers,
142201                   /* type */
142202                   CIMTYPE_STRING,
142203                   /* subscript */
142204                   -1,
142205                   /* value */
142206                   0,
142207               };
142208               
142209               static const char*
142210               _CIM_OOBAlertService_DestinationAddress_qualifiers[] =
142211               {
142212                   0,
142213               };
142214               
142215               static MetaProperty
142216 mike  1.1.2.1 _CIM_OOBAlertService_DestinationAddress =
142217               {
142218                   /* flags */
142219                   META_FLAG_PROPERTY|META_FLAG_READ,
142220                   /* name */
142221                   "DestinationAddress",
142222                   /* qualifiers */
142223                   _CIM_OOBAlertService_DestinationAddress_qualifiers,
142224                   /* type */
142225                   CIMTYPE_STRING,
142226                   /* subscript */
142227                   -1,
142228                   /* value */
142229                   0,
142230               };
142231               
142232               static const char*
142233               _CIM_OOBAlertService_MessageFormat_qualifiers[] =
142234               {
142235                   /* ValueMap */
142236                   "\061\000\0060\0001\0002\0003\0004\0005\000",
142237 mike  1.1.2.1     /* Values */
142238                   "\062\000\006Unknown\000Other\000Numeric\000AlphaNumeric\000Free Form Text\000Platform Event Trap\000",
142239                   /* ModelCorrespondence */
142240                   "\036\000\001CIM_OOBAlertService.OtherMessageFormatDescription\000",
142241                   0,
142242               };
142243               
142244               static MetaProperty
142245               _CIM_OOBAlertService_MessageFormat =
142246               {
142247                   /* flags */
142248                   META_FLAG_PROPERTY|META_FLAG_READ,
142249                   /* name */
142250                   "MessageFormat",
142251                   /* qualifiers */
142252                   _CIM_OOBAlertService_MessageFormat_qualifiers,
142253                   /* type */
142254                   CIMTYPE_UINT16,
142255                   /* subscript */
142256                   -1,
142257                   /* value */
142258 mike  1.1.2.1     0,
142259               };
142260               
142261               static const char*
142262               _CIM_OOBAlertService_OtherMessageFormatDescription_qualifiers[] =
142263               {
142264                   /* ModelCorrespondence */
142265                   "\036\000\001CIM_OOBAlertService.MessageFormat\000",
142266                   0,
142267               };
142268               
142269               static MetaProperty
142270               _CIM_OOBAlertService_OtherMessageFormatDescription =
142271               {
142272                   /* flags */
142273                   META_FLAG_PROPERTY|META_FLAG_READ,
142274                   /* name */
142275                   "OtherMessageFormatDescription",
142276                   /* qualifiers */
142277                   _CIM_OOBAlertService_OtherMessageFormatDescription_qualifiers,
142278                   /* type */
142279 mike  1.1.2.1     CIMTYPE_STRING,
142280                   /* subscript */
142281                   -1,
142282                   /* value */
142283                   0,
142284               };
142285               
142286               static const char*
142287               _CIM_OOBAlertService_OnlySendsFixedMessage_qualifiers[] =
142288               {
142289                   0,
142290               };
142291               
142292               static MetaProperty
142293               _CIM_OOBAlertService_OnlySendsFixedMessage =
142294               {
142295                   /* flags */
142296                   META_FLAG_PROPERTY|META_FLAG_READ,
142297                   /* name */
142298                   "OnlySendsFixedMessage",
142299                   /* qualifiers */
142300 mike  1.1.2.1     _CIM_OOBAlertService_OnlySendsFixedMessage_qualifiers,
142301                   /* type */
142302                   CIMTYPE_BOOLEAN,
142303                   /* subscript */
142304                   -1,
142305                   /* value */
142306                   0,
142307               };
142308               
142309               static const char*
142310               _CIM_OOBAlertService_FixedPartOfMessage_qualifiers[] =
142311               {
142312                   0,
142313               };
142314               
142315               static MetaProperty
142316               _CIM_OOBAlertService_FixedPartOfMessage =
142317               {
142318                   /* flags */
142319                   META_FLAG_PROPERTY|META_FLAG_READ,
142320                   /* name */
142321 mike  1.1.2.1     "FixedPartOfMessage",
142322                   /* qualifiers */
142323                   _CIM_OOBAlertService_FixedPartOfMessage_qualifiers,
142324                   /* type */
142325                   CIMTYPE_STRING,
142326                   /* subscript */
142327                   -1,
142328                   /* value */
142329                   0,
142330               };
142331               
142332               static const char*
142333               _CIM_OOBAlertService_DestinationIsAckCapable_qualifiers[] =
142334               {
142335                   0,
142336               };
142337               
142338               static MetaProperty
142339               _CIM_OOBAlertService_DestinationIsAckCapable =
142340               {
142341                   /* flags */
142342 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
142343                   /* name */
142344                   "DestinationIsAckCapable",
142345                   /* qualifiers */
142346                   _CIM_OOBAlertService_DestinationIsAckCapable_qualifiers,
142347                   /* type */
142348                   CIMTYPE_BOOLEAN,
142349                   /* subscript */
142350                   -1,
142351                   /* value */
142352                   0,
142353               };
142354               
142355               static const char*
142356               _CIM_OOBAlertService_RetryCount_qualifiers[] =
142357               {
142358                   0,
142359               };
142360               
142361               static MetaProperty
142362               _CIM_OOBAlertService_RetryCount =
142363 mike  1.1.2.1 {
142364                   /* flags */
142365                   META_FLAG_PROPERTY|META_FLAG_READ,
142366                   /* name */
142367                   "RetryCount",
142368                   /* qualifiers */
142369                   _CIM_OOBAlertService_RetryCount_qualifiers,
142370                   /* type */
142371                   CIMTYPE_UINT16,
142372                   /* subscript */
142373                   -1,
142374                   /* value */
142375                   0,
142376               };
142377               
142378               static const char*
142379               _CIM_OOBAlertService_RetryInterval_qualifiers[] =
142380               {
142381                   /* Units */
142382                   "\060Seconds",
142383                   0,
142384 mike  1.1.2.1 };
142385               
142386               static MetaProperty
142387               _CIM_OOBAlertService_RetryInterval =
142388               {
142389                   /* flags */
142390                   META_FLAG_PROPERTY|META_FLAG_READ,
142391                   /* name */
142392                   "RetryInterval",
142393                   /* qualifiers */
142394                   _CIM_OOBAlertService_RetryInterval_qualifiers,
142395                   /* type */
142396                   CIMTYPE_UINT16,
142397                   /* subscript */
142398                   -1,
142399                   /* value */
142400                   0,
142401               };
142402               
142403               static const char*
142404               _CIM_OOBAlertService_PresenceHeartbeatCapable_qualifiers[] =
142405 mike  1.1.2.1 {
142406                   /* Read */
142407                   "\047\001",
142408                   0,
142409               };
142410               
142411               static MetaProperty
142412               _CIM_OOBAlertService_PresenceHeartbeatCapable =
142413               {
142414                   /* flags */
142415                   META_FLAG_PROPERTY|META_FLAG_READ,
142416                   /* name */
142417                   "PresenceHeartbeatCapable",
142418                   /* qualifiers */
142419                   _CIM_OOBAlertService_PresenceHeartbeatCapable_qualifiers,
142420                   /* type */
142421                   CIMTYPE_BOOLEAN,
142422                   /* subscript */
142423                   -1,
142424                   /* value */
142425                   0,
142426 mike  1.1.2.1 };
142427               
142428               static const char*
142429               _CIM_OOBAlertService_EnablePresenceHeartbeats_qualifiers[] =
142430               {
142431                   /* ModelCorrespondence */
142432                   "\036\000\001CIM_OOBAlertService.PresenceHeartbeatCapable\000",
142433                   0,
142434               };
142435               
142436               static MetaProperty
142437               _CIM_OOBAlertService_EnablePresenceHeartbeats =
142438               {
142439                   /* flags */
142440                   META_FLAG_PROPERTY|META_FLAG_READ,
142441                   /* name */
142442                   "EnablePresenceHeartbeats",
142443                   /* qualifiers */
142444                   _CIM_OOBAlertService_EnablePresenceHeartbeats_qualifiers,
142445                   /* type */
142446                   CIMTYPE_BOOLEAN,
142447 mike  1.1.2.1     /* subscript */
142448                   -1,
142449                   /* value */
142450                   0,
142451               };
142452               
142453               static MetaFeature*
142454               _CIM_OOBAlertService_features[] =
142455               {
142456                   (MetaFeature*)&_CIM_OOBAlertService_DestinationType,
142457                   (MetaFeature*)&_CIM_OOBAlertService_OtherDestinationTypeDescription,
142458                   (MetaFeature*)&_CIM_OOBAlertService_DestinationAddress,
142459                   (MetaFeature*)&_CIM_OOBAlertService_MessageFormat,
142460                   (MetaFeature*)&_CIM_OOBAlertService_OtherMessageFormatDescription,
142461                   (MetaFeature*)&_CIM_OOBAlertService_OnlySendsFixedMessage,
142462                   (MetaFeature*)&_CIM_OOBAlertService_FixedPartOfMessage,
142463                   (MetaFeature*)&_CIM_OOBAlertService_DestinationIsAckCapable,
142464                   (MetaFeature*)&_CIM_OOBAlertService_RetryCount,
142465                   (MetaFeature*)&_CIM_OOBAlertService_RetryInterval,
142466                   (MetaFeature*)&_CIM_OOBAlertService_PresenceHeartbeatCapable,
142467                   (MetaFeature*)&_CIM_OOBAlertService_EnablePresenceHeartbeats,
142468 mike  1.1.2.1     0,
142469               };
142470               
142471               static const char*
142472               __root_cimv2_CIM_OOBAlertService_qualifiers[] =
142473               {
142474                   /* UMLPackagePath */
142475                   "\057CIM::System::Boot",
142476                   /* Version */
142477                   "\0632.6.0",
142478                   0,
142479               };
142480               
142481               MetaClass
142482               __root_cimv2_CIM_OOBAlertService =
142483               {
142484                   /* flags */
142485                   META_FLAG_CLASS,
142486                   /* name */
142487                   "CIM_OOBAlertService",
142488                   /* qualifiers */
142489 mike  1.1.2.1     __root_cimv2_CIM_OOBAlertService_qualifiers,
142490                   /* super */
142491                   &__root_cimv2_CIM_Service,
142492                   /* features */
142493                   _CIM_OOBAlertService_features,
142494               };
142495               
142496               //==============================================================================
142497               //
142498               // Class: CIM_OOBAlertServiceOnModem
142499               //
142500               //==============================================================================
142501               
142502               static const char*
142503               _CIM_OOBAlertServiceOnModem_Antecedent_qualifiers[] =
142504               {
142505                   /* Override */
142506                   "\044Antecedent",
142507                   /* Max */
142508                   "\027\000\000\000\001",
142509                   0,
142510 mike  1.1.2.1 };
142511               
142512               static MetaReference
142513               _CIM_OOBAlertServiceOnModem_Antecedent =
142514               {
142515                   /* flags */
142516                   META_FLAG_REFERENCE|META_FLAG_READ,
142517                   /* name */
142518                   "Antecedent",
142519                   /* qualifiers */
142520                   _CIM_OOBAlertServiceOnModem_Antecedent_qualifiers,
142521                   /* subscript */
142522                   -1,
142523                   /* refId */
142524                   &__root_cimv2_CIM_Modem,
142525               };
142526               
142527               static const char*
142528               _CIM_OOBAlertServiceOnModem_Dependent_qualifiers[] =
142529               {
142530                   /* Override */
142531 mike  1.1.2.1     "\044Dependent",
142532                   0,
142533               };
142534               
142535               static MetaReference
142536               _CIM_OOBAlertServiceOnModem_Dependent =
142537               {
142538                   /* flags */
142539                   META_FLAG_REFERENCE|META_FLAG_READ,
142540                   /* name */
142541                   "Dependent",
142542                   /* qualifiers */
142543                   _CIM_OOBAlertServiceOnModem_Dependent_qualifiers,
142544                   /* subscript */
142545                   -1,
142546                   /* refId */
142547                   &__root_cimv2_CIM_OOBAlertService,
142548               };
142549               
142550               static MetaFeature*
142551               _CIM_OOBAlertServiceOnModem_features[] =
142552 mike  1.1.2.1 {
142553                   (MetaFeature*)&_CIM_OOBAlertServiceOnModem_Antecedent,
142554                   (MetaFeature*)&_CIM_OOBAlertServiceOnModem_Dependent,
142555                   0,
142556               };
142557               
142558               static const char*
142559               __root_cimv2_CIM_OOBAlertServiceOnModem_qualifiers[] =
142560               {
142561                   /* ASSOCIATION */
142562                   "\000\001",
142563                   /* UMLPackagePath */
142564                   "\057CIM::Device::Modems",
142565                   /* Version */
142566                   "\0632.10.0",
142567                   0,
142568               };
142569               
142570               MetaClass
142571               __root_cimv2_CIM_OOBAlertServiceOnModem =
142572               {
142573 mike  1.1.2.1     /* flags */
142574                   META_FLAG_ASSOCIATION,
142575                   /* name */
142576                   "CIM_OOBAlertServiceOnModem",
142577                   /* qualifiers */
142578                   __root_cimv2_CIM_OOBAlertServiceOnModem_qualifiers,
142579                   /* super */
142580                   &__root_cimv2_CIM_DeviceServiceImplementation,
142581                   /* features */
142582                   _CIM_OOBAlertServiceOnModem_features,
142583               };
142584               
142585               //==============================================================================
142586               //
142587               // Class: CIM_OOBAlertServiceOnNetworkAdapter
142588               //
142589               //==============================================================================
142590               
142591               static const char*
142592               _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent_qualifiers[] =
142593               {
142594 mike  1.1.2.1     /* Deprecated */
142595                   "\013\000\001CIM_OOBAlertServiceOnNetworkPort.Antecedent\000",
142596                   /* Override */
142597                   "\044Antecedent",
142598                   /* Max */
142599                   "\027\000\000\000\001",
142600                   0,
142601               };
142602               
142603               static MetaReference
142604               _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent =
142605               {
142606                   /* flags */
142607                   META_FLAG_REFERENCE|META_FLAG_READ,
142608                   /* name */
142609                   "Antecedent",
142610                   /* qualifiers */
142611                   _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent_qualifiers,
142612                   /* subscript */
142613                   -1,
142614                   /* refId */
142615 mike  1.1.2.1     &__root_cimv2_CIM_NetworkAdapter,
142616               };
142617               
142618               static const char*
142619               _CIM_OOBAlertServiceOnNetworkAdapter_Dependent_qualifiers[] =
142620               {
142621                   /* Deprecated */
142622                   "\013\000\001CIM_OOBAlertServiceOnNetworkPort.Dependent\000",
142623                   /* Override */
142624                   "\044Dependent",
142625                   0,
142626               };
142627               
142628               static MetaReference
142629               _CIM_OOBAlertServiceOnNetworkAdapter_Dependent =
142630               {
142631                   /* flags */
142632                   META_FLAG_REFERENCE|META_FLAG_READ,
142633                   /* name */
142634                   "Dependent",
142635                   /* qualifiers */
142636 mike  1.1.2.1     _CIM_OOBAlertServiceOnNetworkAdapter_Dependent_qualifiers,
142637                   /* subscript */
142638                   -1,
142639                   /* refId */
142640                   &__root_cimv2_CIM_OOBAlertService,
142641               };
142642               
142643               static MetaFeature*
142644               _CIM_OOBAlertServiceOnNetworkAdapter_features[] =
142645               {
142646                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkAdapter_Antecedent,
142647                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkAdapter_Dependent,
142648                   0,
142649               };
142650               
142651               static const char*
142652               __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter_qualifiers[] =
142653               {
142654                   /* ASSOCIATION */
142655                   "\000\001",
142656                   /* Deprecated */
142657 mike  1.1.2.1     "\013\000\001CIM_OOBAlertServiceOnNetworkPort\000",
142658                   /* UMLPackagePath */
142659                   "\057CIM::Device::NetworkAdapter",
142660                   /* Version */
142661                   "\0632.10.0",
142662                   0,
142663               };
142664               
142665               MetaClass
142666               __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter =
142667               {
142668                   /* flags */
142669                   META_FLAG_ASSOCIATION,
142670                   /* name */
142671                   "CIM_OOBAlertServiceOnNetworkAdapter",
142672                   /* qualifiers */
142673                   __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter_qualifiers,
142674                   /* super */
142675                   &__root_cimv2_CIM_DeviceServiceImplementation,
142676                   /* features */
142677                   _CIM_OOBAlertServiceOnNetworkAdapter_features,
142678 mike  1.1.2.1 };
142679               
142680               //==============================================================================
142681               //
142682               // Class: CIM_OOBAlertServiceOnNetworkPort
142683               //
142684               //==============================================================================
142685               
142686               static const char*
142687               _CIM_OOBAlertServiceOnNetworkPort_Antecedent_qualifiers[] =
142688               {
142689                   /* Override */
142690                   "\044Antecedent",
142691                   /* Max */
142692                   "\027\000\000\000\001",
142693                   0,
142694               };
142695               
142696               static MetaReference
142697               _CIM_OOBAlertServiceOnNetworkPort_Antecedent =
142698               {
142699 mike  1.1.2.1     /* flags */
142700                   META_FLAG_REFERENCE|META_FLAG_READ,
142701                   /* name */
142702                   "Antecedent",
142703                   /* qualifiers */
142704                   _CIM_OOBAlertServiceOnNetworkPort_Antecedent_qualifiers,
142705                   /* subscript */
142706                   -1,
142707                   /* refId */
142708                   &__root_cimv2_CIM_NetworkPort,
142709               };
142710               
142711               static const char*
142712               _CIM_OOBAlertServiceOnNetworkPort_Dependent_qualifiers[] =
142713               {
142714                   /* Override */
142715                   "\044Dependent",
142716                   0,
142717               };
142718               
142719               static MetaReference
142720 mike  1.1.2.1 _CIM_OOBAlertServiceOnNetworkPort_Dependent =
142721               {
142722                   /* flags */
142723                   META_FLAG_REFERENCE|META_FLAG_READ,
142724                   /* name */
142725                   "Dependent",
142726                   /* qualifiers */
142727                   _CIM_OOBAlertServiceOnNetworkPort_Dependent_qualifiers,
142728                   /* subscript */
142729                   -1,
142730                   /* refId */
142731                   &__root_cimv2_CIM_OOBAlertService,
142732               };
142733               
142734               static MetaFeature*
142735               _CIM_OOBAlertServiceOnNetworkPort_features[] =
142736               {
142737                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkPort_Antecedent,
142738                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkPort_Dependent,
142739                   0,
142740               };
142741 mike  1.1.2.1 
142742               static const char*
142743               __root_cimv2_CIM_OOBAlertServiceOnNetworkPort_qualifiers[] =
142744               {
142745                   /* ASSOCIATION */
142746                   "\000\001",
142747                   /* UMLPackagePath */
142748                   "\057CIM::Device::Ports",
142749                   /* Version */
142750                   "\0632.10.0",
142751                   0,
142752               };
142753               
142754               MetaClass
142755               __root_cimv2_CIM_OOBAlertServiceOnNetworkPort =
142756               {
142757                   /* flags */
142758                   META_FLAG_ASSOCIATION,
142759                   /* name */
142760                   "CIM_OOBAlertServiceOnNetworkPort",
142761                   /* qualifiers */
142762 mike  1.1.2.1     __root_cimv2_CIM_OOBAlertServiceOnNetworkPort_qualifiers,
142763                   /* super */
142764                   &__root_cimv2_CIM_DeviceServiceImplementation,
142765                   /* features */
142766                   _CIM_OOBAlertServiceOnNetworkPort_features,
142767               };
142768               
142769               //==============================================================================
142770               //
142771               // Class: CIM_OperationLog
142772               //
142773               //==============================================================================
142774               
142775               static const char*
142776               _CIM_OperationLog_Antecedent_qualifiers[] =
142777               {
142778                   /* Override */
142779                   "\044Antecedent",
142780                   0,
142781               };
142782               
142783 mike  1.1.2.1 static MetaReference
142784               _CIM_OperationLog_Antecedent =
142785               {
142786                   /* flags */
142787                   META_FLAG_REFERENCE|META_FLAG_READ,
142788                   /* name */
142789                   "Antecedent",
142790                   /* qualifiers */
142791                   _CIM_OperationLog_Antecedent_qualifiers,
142792                   /* subscript */
142793                   -1,
142794                   /* refId */
142795                   &__root_cimv2_CIM_MessageLog,
142796               };
142797               
142798               static const char*
142799               _CIM_OperationLog_Dependent_qualifiers[] =
142800               {
142801                   /* Override */
142802                   "\044Dependent",
142803                   /* Min */
142804 mike  1.1.2.1     "\033\000\000\000\001",
142805                   /* Max */
142806                   "\027\000\000\000\001",
142807                   0,
142808               };
142809               
142810               static MetaReference
142811               _CIM_OperationLog_Dependent =
142812               {
142813                   /* flags */
142814                   META_FLAG_REFERENCE|META_FLAG_READ,
142815                   /* name */
142816                   "Dependent",
142817                   /* qualifiers */
142818                   _CIM_OperationLog_Dependent_qualifiers,
142819                   /* subscript */
142820                   -1,
142821                   /* refId */
142822                   &__root_cimv2_CIM_LogicalElement,
142823               };
142824               
142825 mike  1.1.2.1 static MetaFeature*
142826               _CIM_OperationLog_features[] =
142827               {
142828                   (MetaFeature*)&_CIM_OperationLog_Antecedent,
142829                   (MetaFeature*)&_CIM_OperationLog_Dependent,
142830                   0,
142831               };
142832               
142833               static const char*
142834               __root_cimv2_CIM_OperationLog_qualifiers[] =
142835               {
142836                   /* ASSOCIATION */
142837                   "\000\001",
142838                   /* UMLPackagePath */
142839                   "\057CIM::System::Logs",
142840                   /* Version */
142841                   "\0632.8.0",
142842                   0,
142843               };
142844               
142845               MetaClass
142846 mike  1.1.2.1 __root_cimv2_CIM_OperationLog =
142847               {
142848                   /* flags */
142849                   META_FLAG_ASSOCIATION,
142850                   /* name */
142851                   "CIM_OperationLog",
142852                   /* qualifiers */
142853                   __root_cimv2_CIM_OperationLog_qualifiers,
142854                   /* super */
142855                   &__root_cimv2_CIM_UseOfMessageLog,
142856                   /* features */
142857                   _CIM_OperationLog_features,
142858               };
142859               
142860               //==============================================================================
142861               //
142862               // Class: CIM_OSProcess
142863               //
142864               //==============================================================================
142865               
142866               static const char*
142867 mike  1.1.2.1 _CIM_OSProcess_GroupComponent_qualifiers[] =
142868               {
142869                   /* Aggregate */
142870                   "\003\001",
142871                   /* Override */
142872                   "\044GroupComponent",
142873                   /* Min */
142874                   "\033\000\000\000\001",
142875                   /* Max */
142876                   "\027\000\000\000\001",
142877                   0,
142878               };
142879               
142880               static MetaReference
142881               _CIM_OSProcess_GroupComponent =
142882               {
142883                   /* flags */
142884                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
142885                   /* name */
142886                   "GroupComponent",
142887                   /* qualifiers */
142888 mike  1.1.2.1     _CIM_OSProcess_GroupComponent_qualifiers,
142889                   /* subscript */
142890                   -1,
142891                   /* refId */
142892                   &__root_cimv2_CIM_OperatingSystem,
142893               };
142894               
142895               static const char*
142896               _CIM_OSProcess_PartComponent_qualifiers[] =
142897               {
142898                   /* Override */
142899                   "\044PartComponent",
142900                   /* Weak */
142901                   "\064\001",
142902                   0,
142903               };
142904               
142905               static MetaReference
142906               _CIM_OSProcess_PartComponent =
142907               {
142908                   /* flags */
142909 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
142910                   /* name */
142911                   "PartComponent",
142912                   /* qualifiers */
142913                   _CIM_OSProcess_PartComponent_qualifiers,
142914                   /* subscript */
142915                   -1,
142916                   /* refId */
142917                   &__root_cimv2_CIM_Process,
142918               };
142919               
142920               static MetaFeature*
142921               _CIM_OSProcess_features[] =
142922               {
142923                   (MetaFeature*)&_CIM_OSProcess_GroupComponent,
142924                   (MetaFeature*)&_CIM_OSProcess_PartComponent,
142925                   0,
142926               };
142927               
142928               static const char*
142929               __root_cimv2_CIM_OSProcess_qualifiers[] =
142930 mike  1.1.2.1 {
142931                   /* ASSOCIATION */
142932                   "\000\001",
142933                   /* UMLPackagePath */
142934                   "\057CIM::System::Processing",
142935                   /* Aggregation */
142936                   "\004\001",
142937                   /* Composition */
142938                   "\011\001",
142939                   /* Version */
142940                   "\0632.7.0",
142941                   0,
142942               };
142943               
142944               MetaClass
142945               __root_cimv2_CIM_OSProcess =
142946               {
142947                   /* flags */
142948                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
142949                   /* name */
142950                   "CIM_OSProcess",
142951 mike  1.1.2.1     /* qualifiers */
142952                   __root_cimv2_CIM_OSProcess_qualifiers,
142953                   /* super */
142954                   &__root_cimv2_CIM_Component,
142955                   /* features */
142956                   _CIM_OSProcess_features,
142957               };
142958               
142959               //==============================================================================
142960               //
142961               // Class: CIM_OwningPrintQueue
142962               //
142963               //==============================================================================
142964               
142965               static const char*
142966               _CIM_OwningPrintQueue_Antecedent_qualifiers[] =
142967               {
142968                   /* Override */
142969                   "\044Antecedent",
142970                   /* Min */
142971                   "\033\000\000\000\001",
142972 mike  1.1.2.1     /* Max */
142973                   "\027\000\000\000\001",
142974                   0,
142975               };
142976               
142977               static MetaReference
142978               _CIM_OwningPrintQueue_Antecedent =
142979               {
142980                   /* flags */
142981                   META_FLAG_REFERENCE|META_FLAG_READ,
142982                   /* name */
142983                   "Antecedent",
142984                   /* qualifiers */
142985                   _CIM_OwningPrintQueue_Antecedent_qualifiers,
142986                   /* subscript */
142987                   -1,
142988                   /* refId */
142989                   &__root_cimv2_CIM_PrintQueue,
142990               };
142991               
142992               static const char*
142993 mike  1.1.2.1 _CIM_OwningPrintQueue_Dependent_qualifiers[] =
142994               {
142995                   /* Override */
142996                   "\044Dependent",
142997                   /* Weak */
142998                   "\064\001",
142999                   0,
143000               };
143001               
143002               static MetaReference
143003               _CIM_OwningPrintQueue_Dependent =
143004               {
143005                   /* flags */
143006                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
143007                   /* name */
143008                   "Dependent",
143009                   /* qualifiers */
143010                   _CIM_OwningPrintQueue_Dependent_qualifiers,
143011                   /* subscript */
143012                   -1,
143013                   /* refId */
143014 mike  1.1.2.1     &__root_cimv2_CIM_PrintJob,
143015               };
143016               
143017               static const char*
143018               _CIM_OwningPrintQueue_QueuePosition_qualifiers[] =
143019               {
143020                   0,
143021               };
143022               
143023               static MetaProperty
143024               _CIM_OwningPrintQueue_QueuePosition =
143025               {
143026                   /* flags */
143027                   META_FLAG_PROPERTY|META_FLAG_READ,
143028                   /* name */
143029                   "QueuePosition",
143030                   /* qualifiers */
143031                   _CIM_OwningPrintQueue_QueuePosition_qualifiers,
143032                   /* type */
143033                   CIMTYPE_UINT32,
143034                   /* subscript */
143035 mike  1.1.2.1     -1,
143036                   /* value */
143037                   0,
143038               };
143039               
143040               static MetaFeature*
143041               _CIM_OwningPrintQueue_features[] =
143042               {
143043                   (MetaFeature*)&_CIM_OwningPrintQueue_Antecedent,
143044                   (MetaFeature*)&_CIM_OwningPrintQueue_Dependent,
143045                   (MetaFeature*)&_CIM_OwningPrintQueue_QueuePosition,
143046                   0,
143047               };
143048               
143049               static const char*
143050               __root_cimv2_CIM_OwningPrintQueue_qualifiers[] =
143051               {
143052                   /* ASSOCIATION */
143053                   "\000\001",
143054                   /* UMLPackagePath */
143055                   "\057CIM::Device::Printing",
143056 mike  1.1.2.1     /* Version */
143057                   "\0632.10.0",
143058                   0,
143059               };
143060               
143061               MetaClass
143062               __root_cimv2_CIM_OwningPrintQueue =
143063               {
143064                   /* flags */
143065                   META_FLAG_ASSOCIATION,
143066                   /* name */
143067                   "CIM_OwningPrintQueue",
143068                   /* qualifiers */
143069                   __root_cimv2_CIM_OwningPrintQueue_qualifiers,
143070                   /* super */
143071                   &__root_cimv2_CIM_JobDestinationJobs,
143072                   /* features */
143073                   _CIM_OwningPrintQueue_features,
143074               };
143075               
143076               //==============================================================================
143077 mike  1.1.2.1 //
143078               // Class: CIM_PackageAlarm
143079               //
143080               //==============================================================================
143081               
143082               static const char*
143083               _CIM_PackageAlarm_Antecedent_qualifiers[] =
143084               {
143085                   /* Deprecated */
143086                   "\013\000\001CIM_PackageDependency.Antecedent\000",
143087                   /* Override */
143088                   "\044Antecedent",
143089                   0,
143090               };
143091               
143092               static MetaReference
143093               _CIM_PackageAlarm_Antecedent =
143094               {
143095                   /* flags */
143096                   META_FLAG_REFERENCE|META_FLAG_READ,
143097                   /* name */
143098 mike  1.1.2.1     "Antecedent",
143099                   /* qualifiers */
143100                   _CIM_PackageAlarm_Antecedent_qualifiers,
143101                   /* subscript */
143102                   -1,
143103                   /* refId */
143104                   &__root_cimv2_CIM_AlarmDevice,
143105               };
143106               
143107               static const char*
143108               _CIM_PackageAlarm_Dependent_qualifiers[] =
143109               {
143110                   /* Deprecated */
143111                   "\013\000\001CIM_PackageDependency.Dependent\000",
143112                   /* Override */
143113                   "\044Dependent",
143114                   0,
143115               };
143116               
143117               static MetaReference
143118               _CIM_PackageAlarm_Dependent =
143119 mike  1.1.2.1 {
143120                   /* flags */
143121                   META_FLAG_REFERENCE|META_FLAG_READ,
143122                   /* name */
143123                   "Dependent",
143124                   /* qualifiers */
143125                   _CIM_PackageAlarm_Dependent_qualifiers,
143126                   /* subscript */
143127                   -1,
143128                   /* refId */
143129                   &__root_cimv2_CIM_PhysicalPackage,
143130               };
143131               
143132               static MetaFeature*
143133               _CIM_PackageAlarm_features[] =
143134               {
143135                   (MetaFeature*)&_CIM_PackageAlarm_Antecedent,
143136                   (MetaFeature*)&_CIM_PackageAlarm_Dependent,
143137                   0,
143138               };
143139               
143140 mike  1.1.2.1 static const char*
143141               __root_cimv2_CIM_PackageAlarm_qualifiers[] =
143142               {
143143                   /* ASSOCIATION */
143144                   "\000\001",
143145                   /* Deprecated */
143146                   "\013\000\001CIM_PackageDependency\000",
143147                   /* UMLPackagePath */
143148                   "\057CIM::Device::Sensors",
143149                   /* Version */
143150                   "\0632.7.0",
143151                   0,
143152               };
143153               
143154               MetaClass
143155               __root_cimv2_CIM_PackageAlarm =
143156               {
143157                   /* flags */
143158                   META_FLAG_ASSOCIATION,
143159                   /* name */
143160                   "CIM_PackageAlarm",
143161 mike  1.1.2.1     /* qualifiers */
143162                   __root_cimv2_CIM_PackageAlarm_qualifiers,
143163                   /* super */
143164                   &__root_cimv2_CIM_PackageDependency,
143165                   /* features */
143166                   _CIM_PackageAlarm_features,
143167               };
143168               
143169               //==============================================================================
143170               //
143171               // Class: CIM_PackageCooling
143172               //
143173               //==============================================================================
143174               
143175               static const char*
143176               _CIM_PackageCooling_Antecedent_qualifiers[] =
143177               {
143178                   /* Deprecated */
143179                   "\013\000\001CIM_PackageDependency.Antecedent\000",
143180                   /* Override */
143181                   "\044Antecedent",
143182 mike  1.1.2.1     0,
143183               };
143184               
143185               static MetaReference
143186               _CIM_PackageCooling_Antecedent =
143187               {
143188                   /* flags */
143189                   META_FLAG_REFERENCE|META_FLAG_READ,
143190                   /* name */
143191                   "Antecedent",
143192                   /* qualifiers */
143193                   _CIM_PackageCooling_Antecedent_qualifiers,
143194                   /* subscript */
143195                   -1,
143196                   /* refId */
143197                   &__root_cimv2_CIM_CoolingDevice,
143198               };
143199               
143200               static const char*
143201               _CIM_PackageCooling_Dependent_qualifiers[] =
143202               {
143203 mike  1.1.2.1     /* Deprecated */
143204                   "\013\000\001CIM_PackageDependency.Dependent\000",
143205                   /* Override */
143206                   "\044Dependent",
143207                   0,
143208               };
143209               
143210               static MetaReference
143211               _CIM_PackageCooling_Dependent =
143212               {
143213                   /* flags */
143214                   META_FLAG_REFERENCE|META_FLAG_READ,
143215                   /* name */
143216                   "Dependent",
143217                   /* qualifiers */
143218                   _CIM_PackageCooling_Dependent_qualifiers,
143219                   /* subscript */
143220                   -1,
143221                   /* refId */
143222                   &__root_cimv2_CIM_PhysicalPackage,
143223               };
143224 mike  1.1.2.1 
143225               static MetaFeature*
143226               _CIM_PackageCooling_features[] =
143227               {
143228                   (MetaFeature*)&_CIM_PackageCooling_Antecedent,
143229                   (MetaFeature*)&_CIM_PackageCooling_Dependent,
143230                   0,
143231               };
143232               
143233               static const char*
143234               __root_cimv2_CIM_PackageCooling_qualifiers[] =
143235               {
143236                   /* ASSOCIATION */
143237                   "\000\001",
143238                   /* Deprecated */
143239                   "\013\000\001CIM_PackageDependency\000",
143240                   /* UMLPackagePath */
143241                   "\057CIM::Device::CoolingAndPower",
143242                   /* Version */
143243                   "\0632.10.0",
143244                   0,
143245 mike  1.1.2.1 };
143246               
143247               MetaClass
143248               __root_cimv2_CIM_PackageCooling =
143249               {
143250                   /* flags */
143251                   META_FLAG_ASSOCIATION,
143252                   /* name */
143253                   "CIM_PackageCooling",
143254                   /* qualifiers */
143255                   __root_cimv2_CIM_PackageCooling_qualifiers,
143256                   /* super */
143257                   &__root_cimv2_CIM_PackageDependency,
143258                   /* features */
143259                   _CIM_PackageCooling_features,
143260               };
143261               
143262               //==============================================================================
143263               //
143264               // Class: CIM_PacketSchedulingService
143265               //
143266 mike  1.1.2.1 //==============================================================================
143267               
143268               static const char*
143269               _CIM_PacketSchedulingService_SchedulerType_qualifiers[] =
143270               {
143271                   /* ValueMap */
143272                   "\061\000\0061\0002\0003\0004\0005\0006\000",
143273                   /* Values */
143274                   "\062\000\006Other\000FIFO\000Priority\000Allocation\000Bounded Priority\000Weighted Round Robin Packet\000",
143275                   /* ModelCorrespondence */
143276                   "\036\000\001CIM_PacketSchedulingService.OtherSchedulerType\000",
143277                   0,
143278               };
143279               
143280               static MetaProperty
143281               _CIM_PacketSchedulingService_SchedulerType =
143282               {
143283                   /* flags */
143284                   META_FLAG_PROPERTY|META_FLAG_READ,
143285                   /* name */
143286                   "SchedulerType",
143287 mike  1.1.2.1     /* qualifiers */
143288                   _CIM_PacketSchedulingService_SchedulerType_qualifiers,
143289                   /* type */
143290                   CIMTYPE_UINT16,
143291                   /* subscript */
143292                   -1,
143293                   /* value */
143294                   0,
143295               };
143296               
143297               static const char*
143298               _CIM_PacketSchedulingService_OtherSchedulerType_qualifiers[] =
143299               {
143300                   /* ModelCorrespondence */
143301                   "\036\000\001CIM_PacketSchedulingService.SchedulerType\000",
143302                   0,
143303               };
143304               
143305               static MetaProperty
143306               _CIM_PacketSchedulingService_OtherSchedulerType =
143307               {
143308 mike  1.1.2.1     /* flags */
143309                   META_FLAG_PROPERTY|META_FLAG_READ,
143310                   /* name */
143311                   "OtherSchedulerType",
143312                   /* qualifiers */
143313                   _CIM_PacketSchedulingService_OtherSchedulerType_qualifiers,
143314                   /* type */
143315                   CIMTYPE_STRING,
143316                   /* subscript */
143317                   -1,
143318                   /* value */
143319                   0,
143320               };
143321               
143322               static MetaFeature*
143323               _CIM_PacketSchedulingService_features[] =
143324               {
143325                   (MetaFeature*)&_CIM_PacketSchedulingService_SchedulerType,
143326                   (MetaFeature*)&_CIM_PacketSchedulingService_OtherSchedulerType,
143327                   0,
143328               };
143329 mike  1.1.2.1 
143330               static const char*
143331               __root_cimv2_CIM_PacketSchedulingService_qualifiers[] =
143332               {
143333                   /* UMLPackagePath */
143334                   "\057CIM::Network::QoS",
143335                   /* Version */
143336                   "\0632.7.0",
143337                   0,
143338               };
143339               
143340               MetaClass
143341               __root_cimv2_CIM_PacketSchedulingService =
143342               {
143343                   /* flags */
143344                   META_FLAG_CLASS,
143345                   /* name */
143346                   "CIM_PacketSchedulingService",
143347                   /* qualifiers */
143348                   __root_cimv2_CIM_PacketSchedulingService_qualifiers,
143349                   /* super */
143350 mike  1.1.2.1     &__root_cimv2_CIM_ConditioningService,
143351                   /* features */
143352                   _CIM_PacketSchedulingService_features,
143353               };
143354               
143355               //==============================================================================
143356               //
143357               // Class: CIM_ParallelController
143358               //
143359               //==============================================================================
143360               
143361               static const char*
143362               _CIM_ParallelController_DMASupport_qualifiers[] =
143363               {
143364                   /* MappingStrings */
143365                   "\026\000\001MIF.DMTF|Parallel Ports|003.7\000",
143366                   0,
143367               };
143368               
143369               static MetaProperty
143370               _CIM_ParallelController_DMASupport =
143371 mike  1.1.2.1 {
143372                   /* flags */
143373                   META_FLAG_PROPERTY|META_FLAG_READ,
143374                   /* name */
143375                   "DMASupport",
143376                   /* qualifiers */
143377                   _CIM_ParallelController_DMASupport_qualifiers,
143378                   /* type */
143379                   CIMTYPE_BOOLEAN,
143380                   /* subscript */
143381                   -1,
143382                   /* value */
143383                   0,
143384               };
143385               
143386               static const char*
143387               _CIM_ParallelController_Capabilities_qualifiers[] =
143388               {
143389                   /* ValueMap */
143390                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
143391                   /* Values */
143392 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",
143393                   /* MappingStrings */
143394                   "\026\000\001MIF.DMTF|Parallel Ports|003.8\000",
143395                   /* ArrayType */
143396                   "\005Indexed",
143397                   /* ModelCorrespondence */
143398                   "\036\000\001CIM_ParallelController.CapabilityDescriptions\000",
143399                   0,
143400               };
143401               
143402               static MetaProperty
143403               _CIM_ParallelController_Capabilities =
143404               {
143405                   /* flags */
143406                   META_FLAG_PROPERTY|META_FLAG_READ,
143407                   /* name */
143408                   "Capabilities",
143409                   /* qualifiers */
143410                   _CIM_ParallelController_Capabilities_qualifiers,
143411                   /* type */
143412                   CIMTYPE_UINT16,
143413 mike  1.1.2.1     /* subscript */
143414                   0,
143415                   /* value */
143416                   0,
143417               };
143418               
143419               static const char*
143420               _CIM_ParallelController_CapabilityDescriptions_qualifiers[] =
143421               {
143422                   /* ArrayType */
143423                   "\005Indexed",
143424                   /* ModelCorrespondence */
143425                   "\036\000\001CIM_ParallelController.Capabilities\000",
143426                   0,
143427               };
143428               
143429               static MetaProperty
143430               _CIM_ParallelController_CapabilityDescriptions =
143431               {
143432                   /* flags */
143433                   META_FLAG_PROPERTY|META_FLAG_READ,
143434 mike  1.1.2.1     /* name */
143435                   "CapabilityDescriptions",
143436                   /* qualifiers */
143437                   _CIM_ParallelController_CapabilityDescriptions_qualifiers,
143438                   /* type */
143439                   CIMTYPE_STRING,
143440                   /* subscript */
143441                   0,
143442                   /* value */
143443                   0,
143444               };
143445               
143446               static const char*
143447               _CIM_ParallelController_Security_qualifiers[] =
143448               {
143449                   /* ValueMap */
143450                   "\061\000\0061\0002\0003\0004\0005\0006\000",
143451                   /* Values */
143452                   "\062\000\006Other\000Unknown\000None\000External Interface Locked Out\000External Interface Enabled\000Boot Bypass\000",
143453                   /* MappingStrings */
143454                   "\026\000\001MIF.DMTF|Parallel Ports|003.10\000",
143455 mike  1.1.2.1     0,
143456               };
143457               
143458               static MetaProperty
143459               _CIM_ParallelController_Security =
143460               {
143461                   /* flags */
143462                   META_FLAG_PROPERTY|META_FLAG_READ,
143463                   /* name */
143464                   "Security",
143465                   /* qualifiers */
143466                   _CIM_ParallelController_Security_qualifiers,
143467                   /* type */
143468                   CIMTYPE_UINT16,
143469                   /* subscript */
143470                   -1,
143471                   /* value */
143472                   0,
143473               };
143474               
143475               static MetaFeature*
143476 mike  1.1.2.1 _CIM_ParallelController_features[] =
143477               {
143478                   (MetaFeature*)&_CIM_ParallelController_DMASupport,
143479                   (MetaFeature*)&_CIM_ParallelController_Capabilities,
143480                   (MetaFeature*)&_CIM_ParallelController_CapabilityDescriptions,
143481                   (MetaFeature*)&_CIM_ParallelController_Security,
143482                   0,
143483               };
143484               
143485               static const char*
143486               __root_cimv2_CIM_ParallelController_qualifiers[] =
143487               {
143488                   /* UMLPackagePath */
143489                   "\057CIM::Device::Controller",
143490                   /* Version */
143491                   "\0632.10.0",
143492                   0,
143493               };
143494               
143495               MetaClass
143496               __root_cimv2_CIM_ParallelController =
143497 mike  1.1.2.1 {
143498                   /* flags */
143499                   META_FLAG_CLASS,
143500                   /* name */
143501                   "CIM_ParallelController",
143502                   /* qualifiers */
143503                   __root_cimv2_CIM_ParallelController_qualifiers,
143504                   /* super */
143505                   &__root_cimv2_CIM_Controller,
143506                   /* features */
143507                   _CIM_ParallelController_features,
143508               };
143509               
143510               //==============================================================================
143511               //
143512               // Class: CIM_PCIController
143513               //
143514               //==============================================================================
143515               
143516               static const char*
143517               _CIM_PCIController_CommandRegister_qualifiers[] =
143518 mike  1.1.2.1 {
143519                   0,
143520               };
143521               
143522               static MetaProperty
143523               _CIM_PCIController_CommandRegister =
143524               {
143525                   /* flags */
143526                   META_FLAG_PROPERTY|META_FLAG_READ,
143527                   /* name */
143528                   "CommandRegister",
143529                   /* qualifiers */
143530                   _CIM_PCIController_CommandRegister_qualifiers,
143531                   /* type */
143532                   CIMTYPE_UINT16,
143533                   /* subscript */
143534                   -1,
143535                   /* value */
143536                   0,
143537               };
143538               
143539 mike  1.1.2.1 static const char*
143540               _CIM_PCIController_Capabilities_qualifiers[] =
143541               {
143542                   /* ValueMap */
143543                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
143544                   /* Values */
143545                   "\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",
143546                   /* ArrayType */
143547                   "\005Indexed",
143548                   /* ModelCorrespondence */
143549                   "\036\000\001CIM_PCIController.CapabilityDescriptions\000",
143550                   0,
143551               };
143552               
143553               static MetaProperty
143554               _CIM_PCIController_Capabilities =
143555               {
143556                   /* flags */
143557                   META_FLAG_PROPERTY|META_FLAG_READ,
143558                   /* name */
143559                   "Capabilities",
143560 mike  1.1.2.1     /* qualifiers */
143561                   _CIM_PCIController_Capabilities_qualifiers,
143562                   /* type */
143563                   CIMTYPE_UINT16,
143564                   /* subscript */
143565                   0,
143566                   /* value */
143567                   0,
143568               };
143569               
143570               static const char*
143571               _CIM_PCIController_CapabilityDescriptions_qualifiers[] =
143572               {
143573                   /* ArrayType */
143574                   "\005Indexed",
143575                   /* ModelCorrespondence */
143576                   "\036\000\001CIM_PCIController.Capabilities\000",
143577                   0,
143578               };
143579               
143580               static MetaProperty
143581 mike  1.1.2.1 _CIM_PCIController_CapabilityDescriptions =
143582               {
143583                   /* flags */
143584                   META_FLAG_PROPERTY|META_FLAG_READ,
143585                   /* name */
143586                   "CapabilityDescriptions",
143587                   /* qualifiers */
143588                   _CIM_PCIController_CapabilityDescriptions_qualifiers,
143589                   /* type */
143590                   CIMTYPE_STRING,
143591                   /* subscript */
143592                   0,
143593                   /* value */
143594                   0,
143595               };
143596               
143597               static const char*
143598               _CIM_PCIController_DeviceSelectTiming_qualifiers[] =
143599               {
143600                   /* ValueMap */
143601                   "\061\000\0060\0001\0002\0003\0004\0005\000",
143602 mike  1.1.2.1     /* Values */
143603                   "\062\000\006Unknown\000Other\000Fast\000Medium\000Slow\000Reserved\000",
143604                   0,
143605               };
143606               
143607               static MetaProperty
143608               _CIM_PCIController_DeviceSelectTiming =
143609               {
143610                   /* flags */
143611                   META_FLAG_PROPERTY|META_FLAG_READ,
143612                   /* name */
143613                   "DeviceSelectTiming",
143614                   /* qualifiers */
143615                   _CIM_PCIController_DeviceSelectTiming_qualifiers,
143616                   /* type */
143617                   CIMTYPE_UINT16,
143618                   /* subscript */
143619                   -1,
143620                   /* value */
143621                   0,
143622               };
143623 mike  1.1.2.1 
143624               static const char*
143625               _CIM_PCIController_ClassCode_qualifiers[] =
143626               {
143627                   /* ValueMap */
143628                   "\061\000\0240\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018..254\000255\000",
143629                   /* Values */
143630                   "\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",
143631                   0,
143632               };
143633               
143634               static MetaProperty
143635               _CIM_PCIController_ClassCode =
143636               {
143637                   /* flags */
143638                   META_FLAG_PROPERTY|META_FLAG_READ,
143639                   /* name */
143640                   "ClassCode",
143641                   /* qualifiers */
143642                   _CIM_PCIController_ClassCode_qualifiers,
143643                   /* type */
143644 mike  1.1.2.1     CIMTYPE_UINT8,
143645                   /* subscript */
143646                   -1,
143647                   /* value */
143648                   0,
143649               };
143650               
143651               static const char*
143652               _CIM_PCIController_CacheLineSize_qualifiers[] =
143653               {
143654                   /* Units */
143655                   "\060DoubleWords",
143656                   0,
143657               };
143658               
143659               static MetaProperty
143660               _CIM_PCIController_CacheLineSize =
143661               {
143662                   /* flags */
143663                   META_FLAG_PROPERTY|META_FLAG_READ,
143664                   /* name */
143665 mike  1.1.2.1     "CacheLineSize",
143666                   /* qualifiers */
143667                   _CIM_PCIController_CacheLineSize_qualifiers,
143668                   /* type */
143669                   CIMTYPE_UINT8,
143670                   /* subscript */
143671                   -1,
143672                   /* value */
143673                   0,
143674               };
143675               
143676               static const char*
143677               _CIM_PCIController_LatencyTimer_qualifiers[] =
143678               {
143679                   /* Units */
143680                   "\060PCI clock cycles",
143681                   0,
143682               };
143683               
143684               static MetaProperty
143685               _CIM_PCIController_LatencyTimer =
143686 mike  1.1.2.1 {
143687                   /* flags */
143688                   META_FLAG_PROPERTY|META_FLAG_READ,
143689                   /* name */
143690                   "LatencyTimer",
143691                   /* qualifiers */
143692                   _CIM_PCIController_LatencyTimer_qualifiers,
143693                   /* type */
143694                   CIMTYPE_UINT8,
143695                   /* subscript */
143696                   -1,
143697                   /* value */
143698                   0,
143699               };
143700               
143701               static const char*
143702               _CIM_PCIController_InterruptPin_qualifiers[] =
143703               {
143704                   /* ValueMap */
143705                   "\061\000\0060\0001\0002\0003\0004\0005\000",
143706                   /* Values */
143707 mike  1.1.2.1     "\062\000\006None\000INTA#\000INTB#\000INTC#\000INTD#\000Unknown\000",
143708                   0,
143709               };
143710               
143711               static MetaProperty
143712               _CIM_PCIController_InterruptPin =
143713               {
143714                   /* flags */
143715                   META_FLAG_PROPERTY|META_FLAG_READ,
143716                   /* name */
143717                   "InterruptPin",
143718                   /* qualifiers */
143719                   _CIM_PCIController_InterruptPin_qualifiers,
143720                   /* type */
143721                   CIMTYPE_UINT16,
143722                   /* subscript */
143723                   -1,
143724                   /* value */
143725                   0,
143726               };
143727               
143728 mike  1.1.2.1 static const char*
143729               _CIM_PCIController_ExpansionROMBaseAddress_qualifiers[] =
143730               {
143731                   /* Units */
143732                   "\060DoubleWords",
143733                   0,
143734               };
143735               
143736               static MetaProperty
143737               _CIM_PCIController_ExpansionROMBaseAddress =
143738               {
143739                   /* flags */
143740                   META_FLAG_PROPERTY|META_FLAG_READ,
143741                   /* name */
143742                   "ExpansionROMBaseAddress",
143743                   /* qualifiers */
143744                   _CIM_PCIController_ExpansionROMBaseAddress_qualifiers,
143745                   /* type */
143746                   CIMTYPE_UINT32,
143747                   /* subscript */
143748                   -1,
143749 mike  1.1.2.1     /* value */
143750                   0,
143751               };
143752               
143753               static const char*
143754               _CIM_PCIController_SelfTestEnabled_qualifiers[] =
143755               {
143756                   0,
143757               };
143758               
143759               static MetaProperty
143760               _CIM_PCIController_SelfTestEnabled =
143761               {
143762                   /* flags */
143763                   META_FLAG_PROPERTY|META_FLAG_READ,
143764                   /* name */
143765                   "SelfTestEnabled",
143766                   /* qualifiers */
143767                   _CIM_PCIController_SelfTestEnabled_qualifiers,
143768                   /* type */
143769                   CIMTYPE_BOOLEAN,
143770 mike  1.1.2.1     /* subscript */
143771                   -1,
143772                   /* value */
143773                   0,
143774               };
143775               
143776               static MetaFeature*
143777               _CIM_PCIController_BISTExecution_parameters[] =
143778               {
143779                   0,
143780               };
143781               
143782               static const char*
143783               _CIM_PCIController_BISTExecution_qualifiers[] =
143784               {
143785                   0,
143786               };
143787               
143788               static MetaMethod
143789               _CIM_PCIController_BISTExecution =
143790               {
143791 mike  1.1.2.1     /* flags */
143792                   META_FLAG_METHOD,
143793                   /* name */
143794                   "CIM_PCIController",
143795                   /* qualifiers */
143796                   _CIM_PCIController_BISTExecution_qualifiers,
143797                   /* type */
143798                   CIMTYPE_UINT8,
143799                   /* parameters */
143800                   _CIM_PCIController_BISTExecution_parameters,
143801               };
143802               
143803               static MetaFeature*
143804               _CIM_PCIController_features[] =
143805               {
143806                   (MetaFeature*)&_CIM_PCIController_CommandRegister,
143807                   (MetaFeature*)&_CIM_PCIController_Capabilities,
143808                   (MetaFeature*)&_CIM_PCIController_CapabilityDescriptions,
143809                   (MetaFeature*)&_CIM_PCIController_DeviceSelectTiming,
143810                   (MetaFeature*)&_CIM_PCIController_ClassCode,
143811                   (MetaFeature*)&_CIM_PCIController_CacheLineSize,
143812 mike  1.1.2.1     (MetaFeature*)&_CIM_PCIController_LatencyTimer,
143813                   (MetaFeature*)&_CIM_PCIController_InterruptPin,
143814                   (MetaFeature*)&_CIM_PCIController_ExpansionROMBaseAddress,
143815                   (MetaFeature*)&_CIM_PCIController_SelfTestEnabled,
143816                   (MetaFeature*)&_CIM_PCIController_BISTExecution,
143817                   0,
143818               };
143819               
143820               static const char*
143821               __root_cimv2_CIM_PCIController_qualifiers[] =
143822               {
143823                   /* UMLPackagePath */
143824                   "\057CIM::Device::Controller",
143825                   /* Version */
143826                   "\0632.10.0",
143827                   0,
143828               };
143829               
143830               MetaClass
143831               __root_cimv2_CIM_PCIController =
143832               {
143833 mike  1.1.2.1     /* flags */
143834                   META_FLAG_CLASS,
143835                   /* name */
143836                   "CIM_PCIController",
143837                   /* qualifiers */
143838                   __root_cimv2_CIM_PCIController_qualifiers,
143839                   /* super */
143840                   &__root_cimv2_CIM_Controller,
143841                   /* features */
143842                   _CIM_PCIController_features,
143843               };
143844               
143845               //==============================================================================
143846               //
143847               // Class: CIM_PCIDevice
143848               //
143849               //==============================================================================
143850               
143851               static const char*
143852               _CIM_PCIDevice_BaseAddress_qualifiers[] =
143853               {
143854 mike  1.1.2.1     0,
143855               };
143856               
143857               static MetaProperty
143858               _CIM_PCIDevice_BaseAddress =
143859               {
143860                   /* flags */
143861                   META_FLAG_PROPERTY|META_FLAG_READ,
143862                   /* name */
143863                   "BaseAddress",
143864                   /* qualifiers */
143865                   _CIM_PCIDevice_BaseAddress_qualifiers,
143866                   /* type */
143867                   CIMTYPE_UINT32,
143868                   /* subscript */
143869                   6,
143870                   /* value */
143871                   0,
143872               };
143873               
143874               static const char*
143875 mike  1.1.2.1 _CIM_PCIDevice_SubsystemID_qualifiers[] =
143876               {
143877                   0,
143878               };
143879               
143880               static MetaProperty
143881               _CIM_PCIDevice_SubsystemID =
143882               {
143883                   /* flags */
143884                   META_FLAG_PROPERTY|META_FLAG_READ,
143885                   /* name */
143886                   "SubsystemID",
143887                   /* qualifiers */
143888                   _CIM_PCIDevice_SubsystemID_qualifiers,
143889                   /* type */
143890                   CIMTYPE_UINT16,
143891                   /* subscript */
143892                   -1,
143893                   /* value */
143894                   0,
143895               };
143896 mike  1.1.2.1 
143897               static const char*
143898               _CIM_PCIDevice_SubsystemVendorID_qualifiers[] =
143899               {
143900                   0,
143901               };
143902               
143903               static MetaProperty
143904               _CIM_PCIDevice_SubsystemVendorID =
143905               {
143906                   /* flags */
143907                   META_FLAG_PROPERTY|META_FLAG_READ,
143908                   /* name */
143909                   "SubsystemVendorID",
143910                   /* qualifiers */
143911                   _CIM_PCIDevice_SubsystemVendorID_qualifiers,
143912                   /* type */
143913                   CIMTYPE_UINT16,
143914                   /* subscript */
143915                   -1,
143916                   /* value */
143917 mike  1.1.2.1     0,
143918               };
143919               
143920               static const char*
143921               _CIM_PCIDevice_MinGrantTime_qualifiers[] =
143922               {
143923                   /* Units */
143924                   "\060250 nanoseconds",
143925                   0,
143926               };
143927               
143928               static MetaProperty
143929               _CIM_PCIDevice_MinGrantTime =
143930               {
143931                   /* flags */
143932                   META_FLAG_PROPERTY|META_FLAG_READ,
143933                   /* name */
143934                   "MinGrantTime",
143935                   /* qualifiers */
143936                   _CIM_PCIDevice_MinGrantTime_qualifiers,
143937                   /* type */
143938 mike  1.1.2.1     CIMTYPE_UINT8,
143939                   /* subscript */
143940                   -1,
143941                   /* value */
143942                   0,
143943               };
143944               
143945               static const char*
143946               _CIM_PCIDevice_MaxLatency_qualifiers[] =
143947               {
143948                   /* Units */
143949                   "\060250 nanoseconds",
143950                   0,
143951               };
143952               
143953               static MetaProperty
143954               _CIM_PCIDevice_MaxLatency =
143955               {
143956                   /* flags */
143957                   META_FLAG_PROPERTY|META_FLAG_READ,
143958                   /* name */
143959 mike  1.1.2.1     "MaxLatency",
143960                   /* qualifiers */
143961                   _CIM_PCIDevice_MaxLatency_qualifiers,
143962                   /* type */
143963                   CIMTYPE_UINT8,
143964                   /* subscript */
143965                   -1,
143966                   /* value */
143967                   0,
143968               };
143969               
143970               static MetaFeature*
143971               _CIM_PCIDevice_features[] =
143972               {
143973                   (MetaFeature*)&_CIM_PCIDevice_BaseAddress,
143974                   (MetaFeature*)&_CIM_PCIDevice_SubsystemID,
143975                   (MetaFeature*)&_CIM_PCIDevice_SubsystemVendorID,
143976                   (MetaFeature*)&_CIM_PCIDevice_MinGrantTime,
143977                   (MetaFeature*)&_CIM_PCIDevice_MaxLatency,
143978                   0,
143979               };
143980 mike  1.1.2.1 
143981               static const char*
143982               __root_cimv2_CIM_PCIDevice_qualifiers[] =
143983               {
143984                   /* UMLPackagePath */
143985                   "\057CIM::Device::Controller",
143986                   /* Version */
143987                   "\0632.10.0",
143988                   0,
143989               };
143990               
143991               MetaClass
143992               __root_cimv2_CIM_PCIDevice =
143993               {
143994                   /* flags */
143995                   META_FLAG_CLASS,
143996                   /* name */
143997                   "CIM_PCIDevice",
143998                   /* qualifiers */
143999                   __root_cimv2_CIM_PCIDevice_qualifiers,
144000                   /* super */
144001 mike  1.1.2.1     &__root_cimv2_CIM_PCIController,
144002                   /* features */
144003                   _CIM_PCIDevice_features,
144004               };
144005               
144006               //==============================================================================
144007               //
144008               // Class: CIM_PCMCIAController
144009               //
144010               //==============================================================================
144011               
144012               static MetaFeature*
144013               _CIM_PCMCIAController_features[] =
144014               {
144015                   0,
144016               };
144017               
144018               static const char*
144019               __root_cimv2_CIM_PCMCIAController_qualifiers[] =
144020               {
144021                   /* UMLPackagePath */
144022 mike  1.1.2.1     "\057CIM::Device::Controller",
144023                   /* Version */
144024                   "\0632.6.0",
144025                   0,
144026               };
144027               
144028               MetaClass
144029               __root_cimv2_CIM_PCMCIAController =
144030               {
144031                   /* flags */
144032                   META_FLAG_CLASS,
144033                   /* name */
144034                   "CIM_PCMCIAController",
144035                   /* qualifiers */
144036                   __root_cimv2_CIM_PCMCIAController_qualifiers,
144037                   /* super */
144038                   &__root_cimv2_CIM_Controller,
144039                   /* features */
144040                   _CIM_PCMCIAController_features,
144041               };
144042               
144043 mike  1.1.2.1 //==============================================================================
144044               //
144045               // Class: CIM_PhysicalExtent
144046               //
144047               //==============================================================================
144048               
144049               static const char*
144050               _CIM_PhysicalExtent_BlockSize_qualifiers[] =
144051               {
144052                   /* Deprecated */
144053                   "\013\000\002CIM_CompositeExtentBasedOn.BlockSize\000CIM_ProtectedExtentBasedOn.BlockSize\000",
144054                   /* Override */
144055                   "\044BlockSize",
144056                   /* MappingStrings */
144057                   "\026\000\001MIF.DMTF|Physical Extent|001.4\000",
144058                   0,
144059               };
144060               
144061               static MetaProperty
144062               _CIM_PhysicalExtent_BlockSize =
144063               {
144064 mike  1.1.2.1     /* flags */
144065                   META_FLAG_PROPERTY|META_FLAG_READ,
144066                   /* name */
144067                   "BlockSize",
144068                   /* qualifiers */
144069                   _CIM_PhysicalExtent_BlockSize_qualifiers,
144070                   /* type */
144071                   CIMTYPE_UINT64,
144072                   /* subscript */
144073                   -1,
144074                   /* value */
144075                   0,
144076               };
144077               
144078               static const char*
144079               _CIM_PhysicalExtent_NumberOfBlocks_qualifiers[] =
144080               {
144081                   /* Deprecated */
144082                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_ProtectedExtentBasedOn.NumberOfBlocks\000",
144083                   /* Override */
144084                   "\044NumberOfBlocks",
144085 mike  1.1.2.1     /* MappingStrings */
144086                   "\026\000\001MIF.DMTF|Physical Extent|001.3\000",
144087                   0,
144088               };
144089               
144090               static MetaProperty
144091               _CIM_PhysicalExtent_NumberOfBlocks =
144092               {
144093                   /* flags */
144094                   META_FLAG_PROPERTY|META_FLAG_READ,
144095                   /* name */
144096                   "NumberOfBlocks",
144097                   /* qualifiers */
144098                   _CIM_PhysicalExtent_NumberOfBlocks_qualifiers,
144099                   /* type */
144100                   CIMTYPE_UINT64,
144101                   /* subscript */
144102                   -1,
144103                   /* value */
144104                   0,
144105               };
144106 mike  1.1.2.1 
144107               static const char*
144108               _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave_qualifiers[] =
144109               {
144110                   /* Deprecated */
144111                   "\013\000\002CIM_CompositeExtentBasedOn.UnitsBeforeCheckDataInterleave\000CIM_ProtectedExtentBasedOn.UnitsBeforeCheckDataInterleave\000",
144112                   /* Units */
144113                   "\060Bytes",
144114                   /* MappingStrings */
144115                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
144116                   0,
144117               };
144118               
144119               static MetaProperty
144120               _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave =
144121               {
144122                   /* flags */
144123                   META_FLAG_PROPERTY|META_FLAG_READ,
144124                   /* name */
144125                   "UnitsBeforeCheckDataInterleave",
144126                   /* qualifiers */
144127 mike  1.1.2.1     _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave_qualifiers,
144128                   /* type */
144129                   CIMTYPE_UINT64,
144130                   /* subscript */
144131                   -1,
144132                   /* value */
144133                   0,
144134               };
144135               
144136               static const char*
144137               _CIM_PhysicalExtent_UnitsOfCheckData_qualifiers[] =
144138               {
144139                   /* Deprecated */
144140                   "\013\000\002CIM_CompositeExtentBasedOn.UnitsOfCheckData\000CIM_ProtectedExtentBasedOn.UnitsOfCheckData\000",
144141                   /* Units */
144142                   "\060Bytes",
144143                   /* MappingStrings */
144144                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
144145                   0,
144146               };
144147               
144148 mike  1.1.2.1 static MetaProperty
144149               _CIM_PhysicalExtent_UnitsOfCheckData =
144150               {
144151                   /* flags */
144152                   META_FLAG_PROPERTY|META_FLAG_READ,
144153                   /* name */
144154                   "UnitsOfCheckData",
144155                   /* qualifiers */
144156                   _CIM_PhysicalExtent_UnitsOfCheckData_qualifiers,
144157                   /* type */
144158                   CIMTYPE_UINT64,
144159                   /* subscript */
144160                   -1,
144161                   /* value */
144162                   0,
144163               };
144164               
144165               static const char*
144166               _CIM_PhysicalExtent_UnitsOfUserData_qualifiers[] =
144167               {
144168                   /* Deprecated */
144169 mike  1.1.2.1     "\013\000\002CIM_CompositeExtentBasedOn.UnitsOfUserData\000CIM_ProtectedExtentBasedOn.UnitsOfUserData\000",
144170                   /* Units */
144171                   "\060Bytes",
144172                   /* MappingStrings */
144173                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
144174                   0,
144175               };
144176               
144177               static MetaProperty
144178               _CIM_PhysicalExtent_UnitsOfUserData =
144179               {
144180                   /* flags */
144181                   META_FLAG_PROPERTY|META_FLAG_READ,
144182                   /* name */
144183                   "UnitsOfUserData",
144184                   /* qualifiers */
144185                   _CIM_PhysicalExtent_UnitsOfUserData_qualifiers,
144186                   /* type */
144187                   CIMTYPE_UINT64,
144188                   /* subscript */
144189                   -1,
144190 mike  1.1.2.1     /* value */
144191                   0,
144192               };
144193               
144194               static MetaFeature*
144195               _CIM_PhysicalExtent_features[] =
144196               {
144197                   (MetaFeature*)&_CIM_PhysicalExtent_BlockSize,
144198                   (MetaFeature*)&_CIM_PhysicalExtent_NumberOfBlocks,
144199                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave,
144200                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsOfCheckData,
144201                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsOfUserData,
144202                   0,
144203               };
144204               
144205               static const char*
144206               __root_cimv2_CIM_PhysicalExtent_qualifiers[] =
144207               {
144208                   /* Deprecated */
144209                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
144210                   /* UMLPackagePath */
144211 mike  1.1.2.1     "\057CIM::Device::SccExtents",
144212                   /* Version */
144213                   "\0632.7.0",
144214                   0,
144215               };
144216               
144217               MetaClass
144218               __root_cimv2_CIM_PhysicalExtent =
144219               {
144220                   /* flags */
144221                   META_FLAG_CLASS,
144222                   /* name */
144223                   "CIM_PhysicalExtent",
144224                   /* qualifiers */
144225                   __root_cimv2_CIM_PhysicalExtent_qualifiers,
144226                   /* super */
144227                   &__root_cimv2_CIM_StorageExtent,
144228                   /* features */
144229                   _CIM_PhysicalExtent_features,
144230               };
144231               
144232 mike  1.1.2.1 //==============================================================================
144233               //
144234               // Class: CIM_PickerForChanger
144235               //
144236               //==============================================================================
144237               
144238               static const char*
144239               _CIM_PickerForChanger_Antecedent_qualifiers[] =
144240               {
144241                   /* Override */
144242                   "\044Antecedent",
144243                   0,
144244               };
144245               
144246               static MetaReference
144247               _CIM_PickerForChanger_Antecedent =
144248               {
144249                   /* flags */
144250                   META_FLAG_REFERENCE|META_FLAG_READ,
144251                   /* name */
144252                   "Antecedent",
144253 mike  1.1.2.1     /* qualifiers */
144254                   _CIM_PickerForChanger_Antecedent_qualifiers,
144255                   /* subscript */
144256                   -1,
144257                   /* refId */
144258                   &__root_cimv2_CIM_PickerElement,
144259               };
144260               
144261               static const char*
144262               _CIM_PickerForChanger_Dependent_qualifiers[] =
144263               {
144264                   /* Override */
144265                   "\044Dependent",
144266                   /* Max */
144267                   "\027\000\000\000\001",
144268                   0,
144269               };
144270               
144271               static MetaReference
144272               _CIM_PickerForChanger_Dependent =
144273               {
144274 mike  1.1.2.1     /* flags */
144275                   META_FLAG_REFERENCE|META_FLAG_READ,
144276                   /* name */
144277                   "Dependent",
144278                   /* qualifiers */
144279                   _CIM_PickerForChanger_Dependent_qualifiers,
144280                   /* subscript */
144281                   -1,
144282                   /* refId */
144283                   &__root_cimv2_CIM_ChangerDevice,
144284               };
144285               
144286               static MetaFeature*
144287               _CIM_PickerForChanger_features[] =
144288               {
144289                   (MetaFeature*)&_CIM_PickerForChanger_Antecedent,
144290                   (MetaFeature*)&_CIM_PickerForChanger_Dependent,
144291                   0,
144292               };
144293               
144294               static const char*
144295 mike  1.1.2.1 __root_cimv2_CIM_PickerForChanger_qualifiers[] =
144296               {
144297                   /* ASSOCIATION */
144298                   "\000\001",
144299                   /* UMLPackagePath */
144300                   "\057CIM::Device::StorageLib",
144301                   /* Version */
144302                   "\0632.6.0",
144303                   0,
144304               };
144305               
144306               MetaClass
144307               __root_cimv2_CIM_PickerForChanger =
144308               {
144309                   /* flags */
144310                   META_FLAG_ASSOCIATION,
144311                   /* name */
144312                   "CIM_PickerForChanger",
144313                   /* qualifiers */
144314                   __root_cimv2_CIM_PickerForChanger_qualifiers,
144315                   /* super */
144316 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
144317                   /* features */
144318                   _CIM_PickerForChanger_features,
144319               };
144320               
144321               //==============================================================================
144322               //
144323               // Class: CIM_PointingDevice
144324               //
144325               //==============================================================================
144326               
144327               static const char*
144328               _CIM_PointingDevice_PointingType_qualifiers[] =
144329               {
144330                   /* ValueMap */
144331                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
144332                   /* Values */
144333                   "\062\000\011Other\000Unknown\000Mouse\000Track Ball\000Track Point\000Glide Point\000Touch Pad\000Touch Screen\000Mouse - Optical Sensor\000",
144334                   /* MappingStrings */
144335                   "\026\000\001MIF.DMTF|Pointing Device|003.1\000",
144336                   0,
144337 mike  1.1.2.1 };
144338               
144339               static MetaProperty
144340               _CIM_PointingDevice_PointingType =
144341               {
144342                   /* flags */
144343                   META_FLAG_PROPERTY|META_FLAG_READ,
144344                   /* name */
144345                   "PointingType",
144346                   /* qualifiers */
144347                   _CIM_PointingDevice_PointingType_qualifiers,
144348                   /* type */
144349                   CIMTYPE_UINT16,
144350                   /* subscript */
144351                   -1,
144352                   /* value */
144353                   0,
144354               };
144355               
144356               static const char*
144357               _CIM_PointingDevice_NumberOfButtons_qualifiers[] =
144358 mike  1.1.2.1 {
144359                   /* MappingStrings */
144360                   "\026\000\001MIF.DMTF|Pointing Device|003.4\000",
144361                   0,
144362               };
144363               
144364               static MetaProperty
144365               _CIM_PointingDevice_NumberOfButtons =
144366               {
144367                   /* flags */
144368                   META_FLAG_PROPERTY|META_FLAG_READ,
144369                   /* name */
144370                   "NumberOfButtons",
144371                   /* qualifiers */
144372                   _CIM_PointingDevice_NumberOfButtons_qualifiers,
144373                   /* type */
144374                   CIMTYPE_UINT8,
144375                   /* subscript */
144376                   -1,
144377                   /* value */
144378                   0,
144379 mike  1.1.2.1 };
144380               
144381               static const char*
144382               _CIM_PointingDevice_Handedness_qualifiers[] =
144383               {
144384                   /* ValueMap */
144385                   "\061\000\0040\0001\0002\0003\000",
144386                   /* Values */
144387                   "\062\000\004Unknown\000Not Applicable\000Right Handed Operation\000Left Handed Operation\000",
144388                   0,
144389               };
144390               
144391               static MetaProperty
144392               _CIM_PointingDevice_Handedness =
144393               {
144394                   /* flags */
144395                   META_FLAG_PROPERTY|META_FLAG_READ,
144396                   /* name */
144397                   "Handedness",
144398                   /* qualifiers */
144399                   _CIM_PointingDevice_Handedness_qualifiers,
144400 mike  1.1.2.1     /* type */
144401                   CIMTYPE_UINT16,
144402                   /* subscript */
144403                   -1,
144404                   /* value */
144405                   0,
144406               };
144407               
144408               static const char*
144409               _CIM_PointingDevice_Resolution_qualifiers[] =
144410               {
144411                   /* Units */
144412                   "\060Counts per Inch",
144413                   0,
144414               };
144415               
144416               static MetaProperty
144417               _CIM_PointingDevice_Resolution =
144418               {
144419                   /* flags */
144420                   META_FLAG_PROPERTY|META_FLAG_READ,
144421 mike  1.1.2.1     /* name */
144422                   "Resolution",
144423                   /* qualifiers */
144424                   _CIM_PointingDevice_Resolution_qualifiers,
144425                   /* type */
144426                   CIMTYPE_UINT32,
144427                   /* subscript */
144428                   -1,
144429                   /* value */
144430                   0,
144431               };
144432               
144433               static MetaFeature*
144434               _CIM_PointingDevice_features[] =
144435               {
144436                   (MetaFeature*)&_CIM_PointingDevice_PointingType,
144437                   (MetaFeature*)&_CIM_PointingDevice_NumberOfButtons,
144438                   (MetaFeature*)&_CIM_PointingDevice_Handedness,
144439                   (MetaFeature*)&_CIM_PointingDevice_Resolution,
144440                   0,
144441               };
144442 mike  1.1.2.1 
144443               static const char*
144444               __root_cimv2_CIM_PointingDevice_qualifiers[] =
144445               {
144446                   /* UMLPackagePath */
144447                   "\057CIM::Device::UserDevices",
144448                   /* Version */
144449                   "\0632.7.0",
144450                   0,
144451               };
144452               
144453               MetaClass
144454               __root_cimv2_CIM_PointingDevice =
144455               {
144456                   /* flags */
144457                   META_FLAG_CLASS,
144458                   /* name */
144459                   "CIM_PointingDevice",
144460                   /* qualifiers */
144461                   __root_cimv2_CIM_PointingDevice_qualifiers,
144462                   /* super */
144463 mike  1.1.2.1     &__root_cimv2_CIM_UserDevice,
144464                   /* features */
144465                   _CIM_PointingDevice_features,
144466               };
144467               
144468               //==============================================================================
144469               //
144470               // Class: CIM_PolicyInSystem
144471               //
144472               //==============================================================================
144473               
144474               static const char*
144475               _CIM_PolicyInSystem_Antecedent_qualifiers[] =
144476               {
144477                   /* Override */
144478                   "\044Antecedent",
144479                   /* Max */
144480                   "\027\000\000\000\001",
144481                   0,
144482               };
144483               
144484 mike  1.1.2.1 static MetaReference
144485               _CIM_PolicyInSystem_Antecedent =
144486               {
144487                   /* flags */
144488                   META_FLAG_REFERENCE|META_FLAG_READ,
144489                   /* name */
144490                   "Antecedent",
144491                   /* qualifiers */
144492                   _CIM_PolicyInSystem_Antecedent_qualifiers,
144493                   /* subscript */
144494                   -1,
144495                   /* refId */
144496                   &__root_cimv2_CIM_System,
144497               };
144498               
144499               static const char*
144500               _CIM_PolicyInSystem_Dependent_qualifiers[] =
144501               {
144502                   /* Override */
144503                   "\044Dependent",
144504                   0,
144505 mike  1.1.2.1 };
144506               
144507               static MetaReference
144508               _CIM_PolicyInSystem_Dependent =
144509               {
144510                   /* flags */
144511                   META_FLAG_REFERENCE|META_FLAG_READ,
144512                   /* name */
144513                   "Dependent",
144514                   /* qualifiers */
144515                   _CIM_PolicyInSystem_Dependent_qualifiers,
144516                   /* subscript */
144517                   -1,
144518                   /* refId */
144519                   &__root_cimv2_CIM_Policy,
144520               };
144521               
144522               static MetaFeature*
144523               _CIM_PolicyInSystem_features[] =
144524               {
144525                   (MetaFeature*)&_CIM_PolicyInSystem_Antecedent,
144526 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyInSystem_Dependent,
144527                   0,
144528               };
144529               
144530               static const char*
144531               __root_cimv2_CIM_PolicyInSystem_qualifiers[] =
144532               {
144533                   /* ASSOCIATION */
144534                   "\000\001",
144535                   /* UMLPackagePath */
144536                   "\057CIM::Policy",
144537                   /* Abstract */
144538                   "\002\001",
144539                   /* Version */
144540                   "\0632.8.0",
144541                   0,
144542               };
144543               
144544               MetaClass
144545               __root_cimv2_CIM_PolicyInSystem =
144546               {
144547 mike  1.1.2.1     /* flags */
144548                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
144549                   /* name */
144550                   "CIM_PolicyInSystem",
144551                   /* qualifiers */
144552                   __root_cimv2_CIM_PolicyInSystem_qualifiers,
144553                   /* super */
144554                   &__root_cimv2_CIM_HostedDependency,
144555                   /* features */
144556                   _CIM_PolicyInSystem_features,
144557               };
144558               
144559               //==============================================================================
144560               //
144561               // Class: CIM_PolicyRepository
144562               //
144563               //==============================================================================
144564               
144565               static MetaFeature*
144566               _CIM_PolicyRepository_features[] =
144567               {
144568 mike  1.1.2.1     0,
144569               };
144570               
144571               static const char*
144572               __root_cimv2_CIM_PolicyRepository_qualifiers[] =
144573               {
144574                   /* Deprecated */
144575                   "\013\000\001CIM_ReusablePolicyContainer\000",
144576                   /* UMLPackagePath */
144577                   "\057CIM::Policy",
144578                   /* Version */
144579                   "\0632.7.0",
144580                   0,
144581               };
144582               
144583               MetaClass
144584               __root_cimv2_CIM_PolicyRepository =
144585               {
144586                   /* flags */
144587                   META_FLAG_CLASS,
144588                   /* name */
144589 mike  1.1.2.1     "CIM_PolicyRepository",
144590                   /* qualifiers */
144591                   __root_cimv2_CIM_PolicyRepository_qualifiers,
144592                   /* super */
144593                   &__root_cimv2_CIM_AdminDomain,
144594                   /* features */
144595                   _CIM_PolicyRepository_features,
144596               };
144597               
144598               //==============================================================================
144599               //
144600               // Class: CIM_PolicyRepositoryInPolicyRepository
144601               //
144602               //==============================================================================
144603               
144604               static const char*
144605               _CIM_PolicyRepositoryInPolicyRepository_GroupComponent_qualifiers[] =
144606               {
144607                   /* Deprecated */
144608                   "\013\000\001CIM_PolicyContainerInPolicyContainer.GroupComponent\000",
144609                   /* Aggregate */
144610 mike  1.1.2.1     "\003\001",
144611                   /* Override */
144612                   "\044GroupComponent",
144613                   0,
144614               };
144615               
144616               static MetaReference
144617               _CIM_PolicyRepositoryInPolicyRepository_GroupComponent =
144618               {
144619                   /* flags */
144620                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
144621                   /* name */
144622                   "GroupComponent",
144623                   /* qualifiers */
144624                   _CIM_PolicyRepositoryInPolicyRepository_GroupComponent_qualifiers,
144625                   /* subscript */
144626                   -1,
144627                   /* refId */
144628                   &__root_cimv2_CIM_PolicyRepository,
144629               };
144630               
144631 mike  1.1.2.1 static const char*
144632               _CIM_PolicyRepositoryInPolicyRepository_PartComponent_qualifiers[] =
144633               {
144634                   /* Deprecated */
144635                   "\013\000\001CIM_PolicyContainerInPolicyContainer.PartComponent\000",
144636                   /* Override */
144637                   "\044PartComponent",
144638                   0,
144639               };
144640               
144641               static MetaReference
144642               _CIM_PolicyRepositoryInPolicyRepository_PartComponent =
144643               {
144644                   /* flags */
144645                   META_FLAG_REFERENCE|META_FLAG_READ,
144646                   /* name */
144647                   "PartComponent",
144648                   /* qualifiers */
144649                   _CIM_PolicyRepositoryInPolicyRepository_PartComponent_qualifiers,
144650                   /* subscript */
144651                   -1,
144652 mike  1.1.2.1     /* refId */
144653                   &__root_cimv2_CIM_PolicyRepository,
144654               };
144655               
144656               static MetaFeature*
144657               _CIM_PolicyRepositoryInPolicyRepository_features[] =
144658               {
144659                   (MetaFeature*)&_CIM_PolicyRepositoryInPolicyRepository_GroupComponent,
144660                   (MetaFeature*)&_CIM_PolicyRepositoryInPolicyRepository_PartComponent,
144661                   0,
144662               };
144663               
144664               static const char*
144665               __root_cimv2_CIM_PolicyRepositoryInPolicyRepository_qualifiers[] =
144666               {
144667                   /* ASSOCIATION */
144668                   "\000\001",
144669                   /* Deprecated */
144670                   "\013\000\001CIM_PolicyContainerInPolicyContainer\000",
144671                   /* UMLPackagePath */
144672                   "\057CIM::Policy",
144673 mike  1.1.2.1     /* Aggregation */
144674                   "\004\001",
144675                   /* Version */
144676                   "\0632.7.0",
144677                   0,
144678               };
144679               
144680               MetaClass
144681               __root_cimv2_CIM_PolicyRepositoryInPolicyRepository =
144682               {
144683                   /* flags */
144684                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
144685                   /* name */
144686                   "CIM_PolicyRepositoryInPolicyRepository",
144687                   /* qualifiers */
144688                   __root_cimv2_CIM_PolicyRepositoryInPolicyRepository_qualifiers,
144689                   /* super */
144690                   &__root_cimv2_CIM_SystemComponent,
144691                   /* features */
144692                   _CIM_PolicyRepositoryInPolicyRepository_features,
144693               };
144694 mike  1.1.2.1 
144695               //==============================================================================
144696               //
144697               // Class: CIM_PolicyRoleCollectionInSystem
144698               //
144699               //==============================================================================
144700               
144701               static const char*
144702               _CIM_PolicyRoleCollectionInSystem_Antecedent_qualifiers[] =
144703               {
144704                   /* Override */
144705                   "\044Antecedent",
144706                   /* Min */
144707                   "\033\000\000\000\001",
144708                   /* Max */
144709                   "\027\000\000\000\001",
144710                   0,
144711               };
144712               
144713               static MetaReference
144714               _CIM_PolicyRoleCollectionInSystem_Antecedent =
144715 mike  1.1.2.1 {
144716                   /* flags */
144717                   META_FLAG_REFERENCE|META_FLAG_READ,
144718                   /* name */
144719                   "Antecedent",
144720                   /* qualifiers */
144721                   _CIM_PolicyRoleCollectionInSystem_Antecedent_qualifiers,
144722                   /* subscript */
144723                   -1,
144724                   /* refId */
144725                   &__root_cimv2_CIM_System,
144726               };
144727               
144728               static const char*
144729               _CIM_PolicyRoleCollectionInSystem_Dependent_qualifiers[] =
144730               {
144731                   /* Override */
144732                   "\044Dependent",
144733                   0,
144734               };
144735               
144736 mike  1.1.2.1 static MetaReference
144737               _CIM_PolicyRoleCollectionInSystem_Dependent =
144738               {
144739                   /* flags */
144740                   META_FLAG_REFERENCE|META_FLAG_READ,
144741                   /* name */
144742                   "Dependent",
144743                   /* qualifiers */
144744                   _CIM_PolicyRoleCollectionInSystem_Dependent_qualifiers,
144745                   /* subscript */
144746                   -1,
144747                   /* refId */
144748                   &__root_cimv2_CIM_PolicyRoleCollection,
144749               };
144750               
144751               static MetaFeature*
144752               _CIM_PolicyRoleCollectionInSystem_features[] =
144753               {
144754                   (MetaFeature*)&_CIM_PolicyRoleCollectionInSystem_Antecedent,
144755                   (MetaFeature*)&_CIM_PolicyRoleCollectionInSystem_Dependent,
144756                   0,
144757 mike  1.1.2.1 };
144758               
144759               static const char*
144760               __root_cimv2_CIM_PolicyRoleCollectionInSystem_qualifiers[] =
144761               {
144762                   /* ASSOCIATION */
144763                   "\000\001",
144764                   /* UMLPackagePath */
144765                   "\057CIM::Policy",
144766                   /* Version */
144767                   "\0632.7.0",
144768                   0,
144769               };
144770               
144771               MetaClass
144772               __root_cimv2_CIM_PolicyRoleCollectionInSystem =
144773               {
144774                   /* flags */
144775                   META_FLAG_ASSOCIATION,
144776                   /* name */
144777                   "CIM_PolicyRoleCollectionInSystem",
144778 mike  1.1.2.1     /* qualifiers */
144779                   __root_cimv2_CIM_PolicyRoleCollectionInSystem_qualifiers,
144780                   /* super */
144781                   &__root_cimv2_CIM_HostedCollection,
144782                   /* features */
144783                   _CIM_PolicyRoleCollectionInSystem_features,
144784               };
144785               
144786               //==============================================================================
144787               //
144788               // Class: CIM_PolicySetInSystem
144789               //
144790               //==============================================================================
144791               
144792               static const char*
144793               _CIM_PolicySetInSystem_Antecedent_qualifiers[] =
144794               {
144795                   /* Override */
144796                   "\044Antecedent",
144797                   /* Min */
144798                   "\033\000\000\000\001",
144799 mike  1.1.2.1     /* Max */
144800                   "\027\000\000\000\001",
144801                   0,
144802               };
144803               
144804               static MetaReference
144805               _CIM_PolicySetInSystem_Antecedent =
144806               {
144807                   /* flags */
144808                   META_FLAG_REFERENCE|META_FLAG_READ,
144809                   /* name */
144810                   "Antecedent",
144811                   /* qualifiers */
144812                   _CIM_PolicySetInSystem_Antecedent_qualifiers,
144813                   /* subscript */
144814                   -1,
144815                   /* refId */
144816                   &__root_cimv2_CIM_System,
144817               };
144818               
144819               static const char*
144820 mike  1.1.2.1 _CIM_PolicySetInSystem_Dependent_qualifiers[] =
144821               {
144822                   /* Override */
144823                   "\044Dependent",
144824                   0,
144825               };
144826               
144827               static MetaReference
144828               _CIM_PolicySetInSystem_Dependent =
144829               {
144830                   /* flags */
144831                   META_FLAG_REFERENCE|META_FLAG_READ,
144832                   /* name */
144833                   "Dependent",
144834                   /* qualifiers */
144835                   _CIM_PolicySetInSystem_Dependent_qualifiers,
144836                   /* subscript */
144837                   -1,
144838                   /* refId */
144839                   &__root_cimv2_CIM_PolicySet,
144840               };
144841 mike  1.1.2.1 
144842               static const char*
144843               _CIM_PolicySetInSystem_Priority_qualifiers[] =
144844               {
144845                   0,
144846               };
144847               
144848               static MetaProperty
144849               _CIM_PolicySetInSystem_Priority =
144850               {
144851                   /* flags */
144852                   META_FLAG_PROPERTY|META_FLAG_READ,
144853                   /* name */
144854                   "Priority",
144855                   /* qualifiers */
144856                   _CIM_PolicySetInSystem_Priority_qualifiers,
144857                   /* type */
144858                   CIMTYPE_UINT16,
144859                   /* subscript */
144860                   -1,
144861                   /* value */
144862 mike  1.1.2.1     0,
144863               };
144864               
144865               static MetaFeature*
144866               _CIM_PolicySetInSystem_features[] =
144867               {
144868                   (MetaFeature*)&_CIM_PolicySetInSystem_Antecedent,
144869                   (MetaFeature*)&_CIM_PolicySetInSystem_Dependent,
144870                   (MetaFeature*)&_CIM_PolicySetInSystem_Priority,
144871                   0,
144872               };
144873               
144874               static const char*
144875               __root_cimv2_CIM_PolicySetInSystem_qualifiers[] =
144876               {
144877                   /* ASSOCIATION */
144878                   "\000\001",
144879                   /* UMLPackagePath */
144880                   "\057CIM::Policy",
144881                   /* Abstract */
144882                   "\002\001",
144883 mike  1.1.2.1     /* Version */
144884                   "\0632.6.0",
144885                   0,
144886               };
144887               
144888               MetaClass
144889               __root_cimv2_CIM_PolicySetInSystem =
144890               {
144891                   /* flags */
144892                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
144893                   /* name */
144894                   "CIM_PolicySetInSystem",
144895                   /* qualifiers */
144896                   __root_cimv2_CIM_PolicySetInSystem_qualifiers,
144897                   /* super */
144898                   &__root_cimv2_CIM_PolicyInSystem,
144899                   /* features */
144900                   _CIM_PolicySetInSystem_features,
144901               };
144902               
144903               //==============================================================================
144904 mike  1.1.2.1 //
144905               // Class: CIM_PortController
144906               //
144907               //==============================================================================
144908               
144909               static const char*
144910               _CIM_PortController_ControllerType_qualifiers[] =
144911               {
144912                   /* ValueMap */
144913                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
144914                   /* Values */
144915                   "\062\000\011Unknown\000Other\000Ethernet\000IB\000FC\000FDDI\000ATM\000Token Ring\000Frame Relay\000",
144916                   /* ModelCorrespondence */
144917                   "\036\000\001CIM_PortController.OtherControllerType\000",
144918                   0,
144919               };
144920               
144921               static MetaProperty
144922               _CIM_PortController_ControllerType =
144923               {
144924                   /* flags */
144925 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
144926                   /* name */
144927                   "ControllerType",
144928                   /* qualifiers */
144929                   _CIM_PortController_ControllerType_qualifiers,
144930                   /* type */
144931                   CIMTYPE_UINT16,
144932                   /* subscript */
144933                   -1,
144934                   /* value */
144935                   0,
144936               };
144937               
144938               static const char*
144939               _CIM_PortController_OtherControllerType_qualifiers[] =
144940               {
144941                   /* ModelCorrespondence */
144942                   "\036\000\001CIM_PortController.ControllerType\000",
144943                   0,
144944               };
144945               
144946 mike  1.1.2.1 static MetaProperty
144947               _CIM_PortController_OtherControllerType =
144948               {
144949                   /* flags */
144950                   META_FLAG_PROPERTY|META_FLAG_READ,
144951                   /* name */
144952                   "OtherControllerType",
144953                   /* qualifiers */
144954                   _CIM_PortController_OtherControllerType_qualifiers,
144955                   /* type */
144956                   CIMTYPE_STRING,
144957                   /* subscript */
144958                   -1,
144959                   /* value */
144960                   0,
144961               };
144962               
144963               static const char*
144964               _CIM_PortController_ControllerVersion_qualifiers[] =
144965               {
144966                   0,
144967 mike  1.1.2.1 };
144968               
144969               static MetaProperty
144970               _CIM_PortController_ControllerVersion =
144971               {
144972                   /* flags */
144973                   META_FLAG_PROPERTY|META_FLAG_READ,
144974                   /* name */
144975                   "ControllerVersion",
144976                   /* qualifiers */
144977                   _CIM_PortController_ControllerVersion_qualifiers,
144978                   /* type */
144979                   CIMTYPE_UINT16,
144980                   /* subscript */
144981                   -1,
144982                   /* value */
144983                   0,
144984               };
144985               
144986               static MetaFeature*
144987               _CIM_PortController_features[] =
144988 mike  1.1.2.1 {
144989                   (MetaFeature*)&_CIM_PortController_ControllerType,
144990                   (MetaFeature*)&_CIM_PortController_OtherControllerType,
144991                   (MetaFeature*)&_CIM_PortController_ControllerVersion,
144992                   0,
144993               };
144994               
144995               static const char*
144996               __root_cimv2_CIM_PortController_qualifiers[] =
144997               {
144998                   /* UMLPackagePath */
144999                   "\057CIM::Device::Controller",
145000                   /* Version */
145001                   "\0632.10.0",
145002                   0,
145003               };
145004               
145005               MetaClass
145006               __root_cimv2_CIM_PortController =
145007               {
145008                   /* flags */
145009 mike  1.1.2.1     META_FLAG_CLASS,
145010                   /* name */
145011                   "CIM_PortController",
145012                   /* qualifiers */
145013                   __root_cimv2_CIM_PortController_qualifiers,
145014                   /* super */
145015                   &__root_cimv2_CIM_Controller,
145016                   /* features */
145017                   _CIM_PortController_features,
145018               };
145019               
145020               //==============================================================================
145021               //
145022               // Class: CIM_PortResource
145023               //
145024               //==============================================================================
145025               
145026               static MetaFeature*
145027               _CIM_PortResource_features[] =
145028               {
145029                   0,
145030 mike  1.1.2.1 };
145031               
145032               static const char*
145033               __root_cimv2_CIM_PortResource_qualifiers[] =
145034               {
145035                   /* UMLPackagePath */
145036                   "\057CIM::System::SystemResources",
145037                   /* Version */
145038                   "\0632.6.0",
145039                   0,
145040               };
145041               
145042               MetaClass
145043               __root_cimv2_CIM_PortResource =
145044               {
145045                   /* flags */
145046                   META_FLAG_CLASS,
145047                   /* name */
145048                   "CIM_PortResource",
145049                   /* qualifiers */
145050                   __root_cimv2_CIM_PortResource_qualifiers,
145051 mike  1.1.2.1     /* super */
145052                   &__root_cimv2_CIM_MemoryMappedIO,
145053                   /* features */
145054                   _CIM_PortResource_features,
145055               };
145056               
145057               //==============================================================================
145058               //
145059               // Class: CIM_POTSModem
145060               //
145061               //==============================================================================
145062               
145063               static const char*
145064               _CIM_POTSModem_Capabilities_qualifiers[] =
145065               {
145066                   /* ValueMap */
145067                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
145068                   /* Values */
145069                   "\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",
145070                   /* ArrayType */
145071                   "\005Indexed",
145072 mike  1.1.2.1     /* ModelCorrespondence */
145073                   "\036\000\001CIM_POTSModem.CapabilityDescriptions\000",
145074                   0,
145075               };
145076               
145077               static MetaProperty
145078               _CIM_POTSModem_Capabilities =
145079               {
145080                   /* flags */
145081                   META_FLAG_PROPERTY|META_FLAG_READ,
145082                   /* name */
145083                   "Capabilities",
145084                   /* qualifiers */
145085                   _CIM_POTSModem_Capabilities_qualifiers,
145086                   /* type */
145087                   CIMTYPE_UINT16,
145088                   /* subscript */
145089                   0,
145090                   /* value */
145091                   0,
145092               };
145093 mike  1.1.2.1 
145094               static const char*
145095               _CIM_POTSModem_CapabilityDescriptions_qualifiers[] =
145096               {
145097                   /* ArrayType */
145098                   "\005Indexed",
145099                   /* ModelCorrespondence */
145100                   "\036\000\001CIM_POTSModem.Capabilities\000",
145101                   0,
145102               };
145103               
145104               static MetaProperty
145105               _CIM_POTSModem_CapabilityDescriptions =
145106               {
145107                   /* flags */
145108                   META_FLAG_PROPERTY|META_FLAG_READ,
145109                   /* name */
145110                   "CapabilityDescriptions",
145111                   /* qualifiers */
145112                   _CIM_POTSModem_CapabilityDescriptions_qualifiers,
145113                   /* type */
145114 mike  1.1.2.1     CIMTYPE_STRING,
145115                   /* subscript */
145116                   0,
145117                   /* value */
145118                   0,
145119               };
145120               
145121               static const char*
145122               _CIM_POTSModem_EnabledCapabilities_qualifiers[] =
145123               {
145124                   /* ValueMap */
145125                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
145126                   /* Values */
145127                   "\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",
145128                   /* ModelCorrespondence */
145129                   "\036\000\001CIM_POTSModem.Capabilities\000",
145130                   0,
145131               };
145132               
145133               static MetaProperty
145134               _CIM_POTSModem_EnabledCapabilities =
145135 mike  1.1.2.1 {
145136                   /* flags */
145137                   META_FLAG_PROPERTY|META_FLAG_READ,
145138                   /* name */
145139                   "EnabledCapabilities",
145140                   /* qualifiers */
145141                   _CIM_POTSModem_EnabledCapabilities_qualifiers,
145142                   /* type */
145143                   CIMTYPE_UINT16,
145144                   /* subscript */
145145                   0,
145146                   /* value */
145147                   0,
145148               };
145149               
145150               static const char*
145151               _CIM_POTSModem_MaxBaudRateToSerialPort_qualifiers[] =
145152               {
145153                   /* Units */
145154                   "\060Bits per Second",
145155                   0,
145156 mike  1.1.2.1 };
145157               
145158               static MetaProperty
145159               _CIM_POTSModem_MaxBaudRateToSerialPort =
145160               {
145161                   /* flags */
145162                   META_FLAG_PROPERTY|META_FLAG_READ,
145163                   /* name */
145164                   "MaxBaudRateToSerialPort",
145165                   /* qualifiers */
145166                   _CIM_POTSModem_MaxBaudRateToSerialPort_qualifiers,
145167                   /* type */
145168                   CIMTYPE_UINT32,
145169                   /* subscript */
145170                   -1,
145171                   /* value */
145172                   0,
145173               };
145174               
145175               static const char*
145176               _CIM_POTSModem_MaxBaudRateToPhone_qualifiers[] =
145177 mike  1.1.2.1 {
145178                   /* Units */
145179                   "\060Bits per Second",
145180                   0,
145181               };
145182               
145183               static MetaProperty
145184               _CIM_POTSModem_MaxBaudRateToPhone =
145185               {
145186                   /* flags */
145187                   META_FLAG_PROPERTY|META_FLAG_READ,
145188                   /* name */
145189                   "MaxBaudRateToPhone",
145190                   /* qualifiers */
145191                   _CIM_POTSModem_MaxBaudRateToPhone_qualifiers,
145192                   /* type */
145193                   CIMTYPE_UINT32,
145194                   /* subscript */
145195                   -1,
145196                   /* value */
145197                   0,
145198 mike  1.1.2.1 };
145199               
145200               static const char*
145201               _CIM_POTSModem_SupportsSynchronousConnect_qualifiers[] =
145202               {
145203                   0,
145204               };
145205               
145206               static MetaProperty
145207               _CIM_POTSModem_SupportsSynchronousConnect =
145208               {
145209                   /* flags */
145210                   META_FLAG_PROPERTY|META_FLAG_READ,
145211                   /* name */
145212                   "SupportsSynchronousConnect",
145213                   /* qualifiers */
145214                   _CIM_POTSModem_SupportsSynchronousConnect_qualifiers,
145215                   /* type */
145216                   CIMTYPE_BOOLEAN,
145217                   /* subscript */
145218                   -1,
145219 mike  1.1.2.1     /* value */
145220                   0,
145221               };
145222               
145223               static const char*
145224               _CIM_POTSModem_DialType_qualifiers[] =
145225               {
145226                   /* ValueMap */
145227                   "\061\000\0030\0001\0002\000",
145228                   /* Values */
145229                   "\062\000\003Unknown\000Tone\000Pulse\000",
145230                   0,
145231               };
145232               
145233               static MetaProperty
145234               _CIM_POTSModem_DialType =
145235               {
145236                   /* flags */
145237                   META_FLAG_PROPERTY|META_FLAG_READ,
145238                   /* name */
145239                   "DialType",
145240 mike  1.1.2.1     /* qualifiers */
145241                   _CIM_POTSModem_DialType_qualifiers,
145242                   /* type */
145243                   CIMTYPE_UINT16,
145244                   /* subscript */
145245                   -1,
145246                   /* value */
145247                   0,
145248               };
145249               
145250               static const char*
145251               _CIM_POTSModem_InactivityTimeout_qualifiers[] =
145252               {
145253                   /* Units */
145254                   "\060Seconds",
145255                   0,
145256               };
145257               
145258               static MetaProperty
145259               _CIM_POTSModem_InactivityTimeout =
145260               {
145261 mike  1.1.2.1     /* flags */
145262                   META_FLAG_PROPERTY|META_FLAG_READ,
145263                   /* name */
145264                   "InactivityTimeout",
145265                   /* qualifiers */
145266                   _CIM_POTSModem_InactivityTimeout_qualifiers,
145267                   /* type */
145268                   CIMTYPE_UINT32,
145269                   /* subscript */
145270                   -1,
145271                   /* value */
145272                   0,
145273               };
145274               
145275               static const char*
145276               _CIM_POTSModem_SpeakerVolumeInfo_qualifiers[] =
145277               {
145278                   /* ValueMap */
145279                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
145280                   /* Values */
145281                   "\062\000\010Unknown\000Other\000Not Supported\000High\000Medium\000Low\000Off\000Auto\000",
145282 mike  1.1.2.1     0,
145283               };
145284               
145285               static MetaProperty
145286               _CIM_POTSModem_SpeakerVolumeInfo =
145287               {
145288                   /* flags */
145289                   META_FLAG_PROPERTY|META_FLAG_READ,
145290                   /* name */
145291                   "SpeakerVolumeInfo",
145292                   /* qualifiers */
145293                   _CIM_POTSModem_SpeakerVolumeInfo_qualifiers,
145294                   /* type */
145295                   CIMTYPE_UINT16,
145296                   /* subscript */
145297                   -1,
145298                   /* value */
145299                   0,
145300               };
145301               
145302               static const char*
145303 mike  1.1.2.1 _CIM_POTSModem_CountriesSupported_qualifiers[] =
145304               {
145305                   /* MaxLen */
145306                   "\030\000\000\000\100",
145307                   0,
145308               };
145309               
145310               static MetaProperty
145311               _CIM_POTSModem_CountriesSupported =
145312               {
145313                   /* flags */
145314                   META_FLAG_PROPERTY|META_FLAG_READ,
145315                   /* name */
145316                   "CountriesSupported",
145317                   /* qualifiers */
145318                   _CIM_POTSModem_CountriesSupported_qualifiers,
145319                   /* type */
145320                   CIMTYPE_STRING,
145321                   /* subscript */
145322                   0,
145323                   /* value */
145324 mike  1.1.2.1     0,
145325               };
145326               
145327               static const char*
145328               _CIM_POTSModem_CountrySelected_qualifiers[] =
145329               {
145330                   /* MaxLen */
145331                   "\030\000\000\000\100",
145332                   0,
145333               };
145334               
145335               static MetaProperty
145336               _CIM_POTSModem_CountrySelected =
145337               {
145338                   /* flags */
145339                   META_FLAG_PROPERTY|META_FLAG_READ,
145340                   /* name */
145341                   "CountrySelected",
145342                   /* qualifiers */
145343                   _CIM_POTSModem_CountrySelected_qualifiers,
145344                   /* type */
145345 mike  1.1.2.1     CIMTYPE_STRING,
145346                   /* subscript */
145347                   -1,
145348                   /* value */
145349                   0,
145350               };
145351               
145352               static const char*
145353               _CIM_POTSModem_RingsBeforeAnswer_qualifiers[] =
145354               {
145355                   0,
145356               };
145357               
145358               static MetaProperty
145359               _CIM_POTSModem_RingsBeforeAnswer =
145360               {
145361                   /* flags */
145362                   META_FLAG_PROPERTY|META_FLAG_READ,
145363                   /* name */
145364                   "RingsBeforeAnswer",
145365                   /* qualifiers */
145366 mike  1.1.2.1     _CIM_POTSModem_RingsBeforeAnswer_qualifiers,
145367                   /* type */
145368                   CIMTYPE_UINT8,
145369                   /* subscript */
145370                   -1,
145371                   /* value */
145372                   0,
145373               };
145374               
145375               static const char*
145376               _CIM_POTSModem_MaxNumberOfPasswords_qualifiers[] =
145377               {
145378                   0,
145379               };
145380               
145381               static MetaProperty
145382               _CIM_POTSModem_MaxNumberOfPasswords =
145383               {
145384                   /* flags */
145385                   META_FLAG_PROPERTY|META_FLAG_READ,
145386                   /* name */
145387 mike  1.1.2.1     "MaxNumberOfPasswords",
145388                   /* qualifiers */
145389                   _CIM_POTSModem_MaxNumberOfPasswords_qualifiers,
145390                   /* type */
145391                   CIMTYPE_UINT16,
145392                   /* subscript */
145393                   -1,
145394                   /* value */
145395                   0,
145396               };
145397               
145398               static const char*
145399               _CIM_POTSModem_CurrentPasswords_qualifiers[] =
145400               {
145401                   /* MaxLen */
145402                   "\030\000\000\000\030",
145403                   0,
145404               };
145405               
145406               static MetaProperty
145407               _CIM_POTSModem_CurrentPasswords =
145408 mike  1.1.2.1 {
145409                   /* flags */
145410                   META_FLAG_PROPERTY|META_FLAG_READ,
145411                   /* name */
145412                   "CurrentPasswords",
145413                   /* qualifiers */
145414                   _CIM_POTSModem_CurrentPasswords_qualifiers,
145415                   /* type */
145416                   CIMTYPE_STRING,
145417                   /* subscript */
145418                   0,
145419                   /* value */
145420                   0,
145421               };
145422               
145423               static const char*
145424               _CIM_POTSModem_SupportsCallback_qualifiers[] =
145425               {
145426                   0,
145427               };
145428               
145429 mike  1.1.2.1 static MetaProperty
145430               _CIM_POTSModem_SupportsCallback =
145431               {
145432                   /* flags */
145433                   META_FLAG_PROPERTY|META_FLAG_READ,
145434                   /* name */
145435                   "SupportsCallback",
145436                   /* qualifiers */
145437                   _CIM_POTSModem_SupportsCallback_qualifiers,
145438                   /* type */
145439                   CIMTYPE_BOOLEAN,
145440                   /* subscript */
145441                   -1,
145442                   /* value */
145443                   0,
145444               };
145445               
145446               static const char*
145447               _CIM_POTSModem_AnswerMode_qualifiers[] =
145448               {
145449                   /* ValueMap */
145450 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
145451                   /* Values */
145452                   "\062\000\006Unknown\000Other\000Disabled\000Manual Answer\000Auto Answer\000Auto Answer with Call-Back\000",
145453                   0,
145454               };
145455               
145456               static MetaProperty
145457               _CIM_POTSModem_AnswerMode =
145458               {
145459                   /* flags */
145460                   META_FLAG_PROPERTY|META_FLAG_READ,
145461                   /* name */
145462                   "AnswerMode",
145463                   /* qualifiers */
145464                   _CIM_POTSModem_AnswerMode_qualifiers,
145465                   /* type */
145466                   CIMTYPE_UINT16,
145467                   /* subscript */
145468                   -1,
145469                   /* value */
145470                   0,
145471 mike  1.1.2.1 };
145472               
145473               static const char*
145474               _CIM_POTSModem_Equalization_qualifiers[] =
145475               {
145476                   /* ValueMap */
145477                   "\061\000\0040\0001\0002\0003\000",
145478                   /* Values */
145479                   "\062\000\004Unknown\000Other\000Long\000Short\000",
145480                   0,
145481               };
145482               
145483               static MetaProperty
145484               _CIM_POTSModem_Equalization =
145485               {
145486                   /* flags */
145487                   META_FLAG_PROPERTY|META_FLAG_READ,
145488                   /* name */
145489                   "Equalization",
145490                   /* qualifiers */
145491                   _CIM_POTSModem_Equalization_qualifiers,
145492 mike  1.1.2.1     /* type */
145493                   CIMTYPE_UINT16,
145494                   /* subscript */
145495                   -1,
145496                   /* value */
145497                   0,
145498               };
145499               
145500               static const char*
145501               _CIM_POTSModem_BlackListedNumbers_qualifiers[] =
145502               {
145503                   0,
145504               };
145505               
145506               static MetaProperty
145507               _CIM_POTSModem_BlackListedNumbers =
145508               {
145509                   /* flags */
145510                   META_FLAG_PROPERTY|META_FLAG_READ,
145511                   /* name */
145512                   "BlackListedNumbers",
145513 mike  1.1.2.1     /* qualifiers */
145514                   _CIM_POTSModem_BlackListedNumbers_qualifiers,
145515                   /* type */
145516                   CIMTYPE_STRING,
145517                   /* subscript */
145518                   0,
145519                   /* value */
145520                   0,
145521               };
145522               
145523               static MetaFeature*
145524               _CIM_POTSModem_features[] =
145525               {
145526                   (MetaFeature*)&_CIM_POTSModem_Capabilities,
145527                   (MetaFeature*)&_CIM_POTSModem_CapabilityDescriptions,
145528                   (MetaFeature*)&_CIM_POTSModem_EnabledCapabilities,
145529                   (MetaFeature*)&_CIM_POTSModem_MaxBaudRateToSerialPort,
145530                   (MetaFeature*)&_CIM_POTSModem_MaxBaudRateToPhone,
145531                   (MetaFeature*)&_CIM_POTSModem_SupportsSynchronousConnect,
145532                   (MetaFeature*)&_CIM_POTSModem_DialType,
145533                   (MetaFeature*)&_CIM_POTSModem_InactivityTimeout,
145534 mike  1.1.2.1     (MetaFeature*)&_CIM_POTSModem_SpeakerVolumeInfo,
145535                   (MetaFeature*)&_CIM_POTSModem_CountriesSupported,
145536                   (MetaFeature*)&_CIM_POTSModem_CountrySelected,
145537                   (MetaFeature*)&_CIM_POTSModem_RingsBeforeAnswer,
145538                   (MetaFeature*)&_CIM_POTSModem_MaxNumberOfPasswords,
145539                   (MetaFeature*)&_CIM_POTSModem_CurrentPasswords,
145540                   (MetaFeature*)&_CIM_POTSModem_SupportsCallback,
145541                   (MetaFeature*)&_CIM_POTSModem_AnswerMode,
145542                   (MetaFeature*)&_CIM_POTSModem_Equalization,
145543                   (MetaFeature*)&_CIM_POTSModem_BlackListedNumbers,
145544                   0,
145545               };
145546               
145547               static const char*
145548               __root_cimv2_CIM_POTSModem_qualifiers[] =
145549               {
145550                   /* UMLPackagePath */
145551                   "\057CIM::Device::Modems",
145552                   /* Version */
145553                   "\0632.10.0",
145554                   0,
145555 mike  1.1.2.1 };
145556               
145557               MetaClass
145558               __root_cimv2_CIM_POTSModem =
145559               {
145560                   /* flags */
145561                   META_FLAG_CLASS,
145562                   /* name */
145563                   "CIM_POTSModem",
145564                   /* qualifiers */
145565                   __root_cimv2_CIM_POTSModem_qualifiers,
145566                   /* super */
145567                   &__root_cimv2_CIM_CallBasedModem,
145568                   /* features */
145569                   _CIM_POTSModem_features,
145570               };
145571               
145572               //==============================================================================
145573               //
145574               // Class: CIM_PowerManagementService
145575               //
145576 mike  1.1.2.1 //==============================================================================
145577               
145578               static const char*
145579               _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers[] =
145580               {
145581                   /* IN */
145582                   "\024\001",
145583                   /* ValueMap */
145584                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
145585                   /* Values */
145586                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
145587                   0,
145588               };
145589               
145590               static MetaProperty
145591               _CIM_PowerManagementService_SetPowerState_PowerState =
145592               {
145593                   /* flags */
145594                   META_FLAG_PROPERTY|META_FLAG_IN,
145595                   /* name */
145596                   "PowerState",
145597 mike  1.1.2.1     /* qualifiers */
145598                   _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers,
145599                   /* type */
145600                   CIMTYPE_UINT16,
145601                   /* subscript */
145602                   -1,
145603                   /* value */
145604                   0,
145605               };
145606               
145607               static const char*
145608               _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers[] =
145609               {
145610                   /* IN */
145611                   "\024\001",
145612                   0,
145613               };
145614               
145615               static MetaReference
145616               _CIM_PowerManagementService_SetPowerState_ManagedElement =
145617               {
145618 mike  1.1.2.1     /* flags */
145619                   META_FLAG_REFERENCE|META_FLAG_IN,
145620                   /* name */
145621                   "ManagedElement",
145622                   /* qualifiers */
145623                   _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers,
145624                   /* subscript */
145625                   -1,
145626                   /* ref */
145627                   &__root_cimv2_CIM_ManagedElement,
145628               };
145629               
145630               static const char*
145631               _CIM_PowerManagementService_SetPowerState_Time_qualifiers[] =
145632               {
145633                   /* IN */
145634                   "\024\001",
145635                   0,
145636               };
145637               
145638               static MetaProperty
145639 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState_Time =
145640               {
145641                   /* flags */
145642                   META_FLAG_PROPERTY|META_FLAG_IN,
145643                   /* name */
145644                   "Time",
145645                   /* qualifiers */
145646                   _CIM_PowerManagementService_SetPowerState_Time_qualifiers,
145647                   /* type */
145648                   CIMTYPE_DATETIME,
145649                   /* subscript */
145650                   -1,
145651                   /* value */
145652                   0,
145653               };
145654               
145655               static MetaFeature*
145656               _CIM_PowerManagementService_SetPowerState_parameters[] =
145657               {
145658                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_PowerState,
145659                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_ManagedElement,
145660 mike  1.1.2.1     (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_Time,
145661                   0,
145662               };
145663               
145664               static const char*
145665               _CIM_PowerManagementService_SetPowerState_qualifiers[] =
145666               {
145667                   0,
145668               };
145669               
145670               static MetaMethod
145671               _CIM_PowerManagementService_SetPowerState =
145672               {
145673                   /* flags */
145674                   META_FLAG_METHOD,
145675                   /* name */
145676                   "CIM_PowerManagementService",
145677                   /* qualifiers */
145678                   _CIM_PowerManagementService_SetPowerState_qualifiers,
145679                   /* type */
145680                   CIMTYPE_UINT32,
145681 mike  1.1.2.1     /* parameters */
145682                   _CIM_PowerManagementService_SetPowerState_parameters,
145683               };
145684               
145685               static MetaFeature*
145686               _CIM_PowerManagementService_features[] =
145687               {
145688                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState,
145689                   0,
145690               };
145691               
145692               static const char*
145693               __root_cimv2_CIM_PowerManagementService_qualifiers[] =
145694               {
145695                   /* UMLPackagePath */
145696                   "\057CIM::Core::PowerMgmt",
145697                   /* Version */
145698                   "\0632.7.0",
145699                   0,
145700               };
145701               
145702 mike  1.1.2.1 MetaClass
145703               __root_cimv2_CIM_PowerManagementService =
145704               {
145705                   /* flags */
145706                   META_FLAG_CLASS,
145707                   /* name */
145708                   "CIM_PowerManagementService",
145709                   /* qualifiers */
145710                   __root_cimv2_CIM_PowerManagementService_qualifiers,
145711                   /* super */
145712                   &__root_cimv2_CIM_Service,
145713                   /* features */
145714                   _CIM_PowerManagementService_features,
145715               };
145716               
145717               //==============================================================================
145718               //
145719               // Class: CIM_PreambleMarkerService
145720               //
145721               //==============================================================================
145722               
145723 mike  1.1.2.1 static const char*
145724               _CIM_PreambleMarkerService_FilterItemList_qualifiers[] =
145725               {
145726                   /* ArrayType */
145727                   "\005Ordered",
145728                   0,
145729               };
145730               
145731               static MetaProperty
145732               _CIM_PreambleMarkerService_FilterItemList =
145733               {
145734                   /* flags */
145735                   META_FLAG_PROPERTY|META_FLAG_READ,
145736                   /* name */
145737                   "FilterItemList",
145738                   /* qualifiers */
145739                   _CIM_PreambleMarkerService_FilterItemList_qualifiers,
145740                   /* type */
145741                   CIMTYPE_STRING,
145742                   /* subscript */
145743                   0,
145744 mike  1.1.2.1     /* value */
145745                   0,
145746               };
145747               
145748               static MetaFeature*
145749               _CIM_PreambleMarkerService_features[] =
145750               {
145751                   (MetaFeature*)&_CIM_PreambleMarkerService_FilterItemList,
145752                   0,
145753               };
145754               
145755               static const char*
145756               __root_cimv2_CIM_PreambleMarkerService_qualifiers[] =
145757               {
145758                   /* UMLPackagePath */
145759                   "\057CIM::Network::QoS",
145760                   /* Version */
145761                   "\0632.7.0",
145762                   0,
145763               };
145764               
145765 mike  1.1.2.1 MetaClass
145766               __root_cimv2_CIM_PreambleMarkerService =
145767               {
145768                   /* flags */
145769                   META_FLAG_CLASS,
145770                   /* name */
145771                   "CIM_PreambleMarkerService",
145772                   /* qualifiers */
145773                   __root_cimv2_CIM_PreambleMarkerService_qualifiers,
145774                   /* super */
145775                   &__root_cimv2_CIM_MarkerService,
145776                   /* features */
145777                   _CIM_PreambleMarkerService_features,
145778               };
145779               
145780               //==============================================================================
145781               //
145782               // Class: CIM_PrinterServicingQueue
145783               //
145784               //==============================================================================
145785               
145786 mike  1.1.2.1 static const char*
145787               _CIM_PrinterServicingQueue_Antecedent_qualifiers[] =
145788               {
145789                   /* Override */
145790                   "\044Antecedent",
145791                   0,
145792               };
145793               
145794               static MetaReference
145795               _CIM_PrinterServicingQueue_Antecedent =
145796               {
145797                   /* flags */
145798                   META_FLAG_REFERENCE|META_FLAG_READ,
145799                   /* name */
145800                   "Antecedent",
145801                   /* qualifiers */
145802                   _CIM_PrinterServicingQueue_Antecedent_qualifiers,
145803                   /* subscript */
145804                   -1,
145805                   /* refId */
145806                   &__root_cimv2_CIM_Printer,
145807 mike  1.1.2.1 };
145808               
145809               static const char*
145810               _CIM_PrinterServicingQueue_Dependent_qualifiers[] =
145811               {
145812                   /* Override */
145813                   "\044Dependent",
145814                   0,
145815               };
145816               
145817               static MetaReference
145818               _CIM_PrinterServicingQueue_Dependent =
145819               {
145820                   /* flags */
145821                   META_FLAG_REFERENCE|META_FLAG_READ,
145822                   /* name */
145823                   "Dependent",
145824                   /* qualifiers */
145825                   _CIM_PrinterServicingQueue_Dependent_qualifiers,
145826                   /* subscript */
145827                   -1,
145828 mike  1.1.2.1     /* refId */
145829                   &__root_cimv2_CIM_PrintQueue,
145830               };
145831               
145832               static MetaFeature*
145833               _CIM_PrinterServicingQueue_features[] =
145834               {
145835                   (MetaFeature*)&_CIM_PrinterServicingQueue_Antecedent,
145836                   (MetaFeature*)&_CIM_PrinterServicingQueue_Dependent,
145837                   0,
145838               };
145839               
145840               static const char*
145841               __root_cimv2_CIM_PrinterServicingQueue_qualifiers[] =
145842               {
145843                   /* ASSOCIATION */
145844                   "\000\001",
145845                   /* UMLPackagePath */
145846                   "\057CIM::Device::Printing",
145847                   /* Version */
145848                   "\0632.10.0",
145849 mike  1.1.2.1     0,
145850               };
145851               
145852               MetaClass
145853               __root_cimv2_CIM_PrinterServicingQueue =
145854               {
145855                   /* flags */
145856                   META_FLAG_ASSOCIATION,
145857                   /* name */
145858                   "CIM_PrinterServicingQueue",
145859                   /* qualifiers */
145860                   __root_cimv2_CIM_PrinterServicingQueue_qualifiers,
145861                   /* super */
145862                   &__root_cimv2_CIM_Dependency,
145863                   /* features */
145864                   _CIM_PrinterServicingQueue_features,
145865               };
145866               
145867               //==============================================================================
145868               //
145869               // Class: CIM_PrintSAP
145870 mike  1.1.2.1 //
145871               //==============================================================================
145872               
145873               static const char*
145874               _CIM_PrintSAP_PrintProtocol_qualifiers[] =
145875               {
145876                   /* ValueMap */
145877                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
145878                   /* Values */
145879                   "\062\000\010Unknown\000Other\000SMB\000BSD\000SYSV\000HPNP\000IPP\000Local\000",
145880                   /* ArrayType */
145881                   "\005Indexed",
145882                   /* ModelCorrespondence */
145883                   "\036\000\001CIM_PrintSAP.PrintProtocolInfo\000",
145884                   0,
145885               };
145886               
145887               static MetaProperty
145888               _CIM_PrintSAP_PrintProtocol =
145889               {
145890                   /* flags */
145891 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
145892                   /* name */
145893                   "PrintProtocol",
145894                   /* qualifiers */
145895                   _CIM_PrintSAP_PrintProtocol_qualifiers,
145896                   /* type */
145897                   CIMTYPE_UINT16,
145898                   /* subscript */
145899                   0,
145900                   /* value */
145901                   0,
145902               };
145903               
145904               static const char*
145905               _CIM_PrintSAP_PrintProtocolInfo_qualifiers[] =
145906               {
145907                   /* ArrayType */
145908                   "\005Indexed",
145909                   /* ModelCorrespondence */
145910                   "\036\000\001CIM_PrintSAP.PrintProtocol\000",
145911                   0,
145912 mike  1.1.2.1 };
145913               
145914               static MetaProperty
145915               _CIM_PrintSAP_PrintProtocolInfo =
145916               {
145917                   /* flags */
145918                   META_FLAG_PROPERTY|META_FLAG_READ,
145919                   /* name */
145920                   "PrintProtocolInfo",
145921                   /* qualifiers */
145922                   _CIM_PrintSAP_PrintProtocolInfo_qualifiers,
145923                   /* type */
145924                   CIMTYPE_STRING,
145925                   /* subscript */
145926                   0,
145927                   /* value */
145928                   0,
145929               };
145930               
145931               static MetaFeature*
145932               _CIM_PrintSAP_features[] =
145933 mike  1.1.2.1 {
145934                   (MetaFeature*)&_CIM_PrintSAP_PrintProtocol,
145935                   (MetaFeature*)&_CIM_PrintSAP_PrintProtocolInfo,
145936                   0,
145937               };
145938               
145939               static const char*
145940               __root_cimv2_CIM_PrintSAP_qualifiers[] =
145941               {
145942                   /* UMLPackagePath */
145943                   "\057CIM::Device::Printing",
145944                   /* Version */
145945                   "\0632.10.0",
145946                   0,
145947               };
145948               
145949               MetaClass
145950               __root_cimv2_CIM_PrintSAP =
145951               {
145952                   /* flags */
145953                   META_FLAG_CLASS,
145954 mike  1.1.2.1     /* name */
145955                   "CIM_PrintSAP",
145956                   /* qualifiers */
145957                   __root_cimv2_CIM_PrintSAP_qualifiers,
145958                   /* super */
145959                   &__root_cimv2_CIM_ServiceAccessPoint,
145960                   /* features */
145961                   _CIM_PrintSAP_features,
145962               };
145963               
145964               //==============================================================================
145965               //
145966               // Class: CIM_PrintService
145967               //
145968               //==============================================================================
145969               
145970               static const char*
145971               _CIM_PrintService_PaperTypesAvailable_qualifiers[] =
145972               {
145973                   /* ModelCorrespondence */
145974                   "\036\000\002CIM_Printer.PaperTypesAvailable\000CIM_PrintJob.RequiredPaperType\000",
145975 mike  1.1.2.1     0,
145976               };
145977               
145978               static MetaProperty
145979               _CIM_PrintService_PaperTypesAvailable =
145980               {
145981                   /* flags */
145982                   META_FLAG_PROPERTY|META_FLAG_READ,
145983                   /* name */
145984                   "PaperTypesAvailable",
145985                   /* qualifiers */
145986                   _CIM_PrintService_PaperTypesAvailable_qualifiers,
145987                   /* type */
145988                   CIMTYPE_STRING,
145989                   /* subscript */
145990                   0,
145991                   /* value */
145992                   0,
145993               };
145994               
145995               static const char*
145996 mike  1.1.2.1 _CIM_PrintService_LanguagesSupported_qualifiers[] =
145997               {
145998                   /* ValueMap */
145999                   "\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",
146000                   /* Values */
146001                   "\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",
146002                   /* MappingStrings */
146003                   "\026\000\001MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000",
146004                   /* ArrayType */
146005                   "\005Indexed",
146006                   /* ModelCorrespondence */
146007                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintJob.Language\000CIM_PrintService.MimeTypesSupported\000",
146008                   0,
146009               };
146010               
146011               static MetaProperty
146012               _CIM_PrintService_LanguagesSupported =
146013               {
146014                   /* flags */
146015                   META_FLAG_PROPERTY|META_FLAG_READ,
146016                   /* name */
146017 mike  1.1.2.1     "LanguagesSupported",
146018                   /* qualifiers */
146019                   _CIM_PrintService_LanguagesSupported_qualifiers,
146020                   /* type */
146021                   CIMTYPE_UINT16,
146022                   /* subscript */
146023                   0,
146024                   /* value */
146025                   0,
146026               };
146027               
146028               static const char*
146029               _CIM_PrintService_MimeTypesSupported_qualifiers[] =
146030               {
146031                   /* ModelCorrespondence */
146032                   "\036\000\003CIM_Printer.MimeTypesSupported\000CIM_PrintJob.MimeTypes\000CIM_PrintService.LanguagesSupported\000",
146033                   0,
146034               };
146035               
146036               static MetaProperty
146037               _CIM_PrintService_MimeTypesSupported =
146038 mike  1.1.2.1 {
146039                   /* flags */
146040                   META_FLAG_PROPERTY|META_FLAG_READ,
146041                   /* name */
146042                   "MimeTypesSupported",
146043                   /* qualifiers */
146044                   _CIM_PrintService_MimeTypesSupported_qualifiers,
146045                   /* type */
146046                   CIMTYPE_STRING,
146047                   /* subscript */
146048                   0,
146049                   /* value */
146050                   0,
146051               };
146052               
146053               static const char*
146054               _CIM_PrintService_Capabilities_qualifiers[] =
146055               {
146056                   /* ValueMap */
146057                   "\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",
146058                   /* Values */
146059 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",
146060                   /* ArrayType */
146061                   "\005Indexed",
146062                   /* ModelCorrespondence */
146063                   "\036\000\003CIM_Printer.Capabilities\000CIM_PrintJob.Finishing\000CIM_PrintService.CapabilityDescriptions\000",
146064                   0,
146065               };
146066               
146067               static MetaProperty
146068               _CIM_PrintService_Capabilities =
146069               {
146070                   /* flags */
146071                   META_FLAG_PROPERTY|META_FLAG_READ,
146072                   /* name */
146073                   "Capabilities",
146074                   /* qualifiers */
146075                   _CIM_PrintService_Capabilities_qualifiers,
146076                   /* type */
146077                   CIMTYPE_UINT16,
146078                   /* subscript */
146079                   0,
146080 mike  1.1.2.1     /* value */
146081                   0,
146082               };
146083               
146084               static const char*
146085               _CIM_PrintService_CapabilityDescriptions_qualifiers[] =
146086               {
146087                   /* ArrayType */
146088                   "\005Indexed",
146089                   /* ModelCorrespondence */
146090                   "\036\000\001CIM_PrintService.Capabilities\000",
146091                   0,
146092               };
146093               
146094               static MetaProperty
146095               _CIM_PrintService_CapabilityDescriptions =
146096               {
146097                   /* flags */
146098                   META_FLAG_PROPERTY|META_FLAG_READ,
146099                   /* name */
146100                   "CapabilityDescriptions",
146101 mike  1.1.2.1     /* qualifiers */
146102                   _CIM_PrintService_CapabilityDescriptions_qualifiers,
146103                   /* type */
146104                   CIMTYPE_STRING,
146105                   /* subscript */
146106                   0,
146107                   /* value */
146108                   0,
146109               };
146110               
146111               static const char*
146112               _CIM_PrintService_AvailableFilters_qualifiers[] =
146113               {
146114                   0,
146115               };
146116               
146117               static MetaProperty
146118               _CIM_PrintService_AvailableFilters =
146119               {
146120                   /* flags */
146121                   META_FLAG_PROPERTY|META_FLAG_READ,
146122 mike  1.1.2.1     /* name */
146123                   "AvailableFilters",
146124                   /* qualifiers */
146125                   _CIM_PrintService_AvailableFilters_qualifiers,
146126                   /* type */
146127                   CIMTYPE_STRING,
146128                   /* subscript */
146129                   0,
146130                   /* value */
146131                   0,
146132               };
146133               
146134               static MetaFeature*
146135               _CIM_PrintService_features[] =
146136               {
146137                   (MetaFeature*)&_CIM_PrintService_PaperTypesAvailable,
146138                   (MetaFeature*)&_CIM_PrintService_LanguagesSupported,
146139                   (MetaFeature*)&_CIM_PrintService_MimeTypesSupported,
146140                   (MetaFeature*)&_CIM_PrintService_Capabilities,
146141                   (MetaFeature*)&_CIM_PrintService_CapabilityDescriptions,
146142                   (MetaFeature*)&_CIM_PrintService_AvailableFilters,
146143 mike  1.1.2.1     0,
146144               };
146145               
146146               static const char*
146147               __root_cimv2_CIM_PrintService_qualifiers[] =
146148               {
146149                   /* UMLPackagePath */
146150                   "\057CIM::Device::Printing",
146151                   /* Version */
146152                   "\0632.10.0",
146153                   0,
146154               };
146155               
146156               MetaClass
146157               __root_cimv2_CIM_PrintService =
146158               {
146159                   /* flags */
146160                   META_FLAG_CLASS,
146161                   /* name */
146162                   "CIM_PrintService",
146163                   /* qualifiers */
146164 mike  1.1.2.1     __root_cimv2_CIM_PrintService_qualifiers,
146165                   /* super */
146166                   &__root_cimv2_CIM_Service,
146167                   /* features */
146168                   _CIM_PrintService_features,
146169               };
146170               
146171               //==============================================================================
146172               //
146173               // Class: CIM_Priority8021QMarkerService
146174               //
146175               //==============================================================================
146176               
146177               static const char*
146178               _CIM_Priority8021QMarkerService_PriorityValue_qualifiers[] =
146179               {
146180                   /* MinValue */
146181                   "\035\000\000\000\000\000\000\000\000",
146182                   /* MaxValue */
146183                   "\031\000\000\000\000\000\000\000\007",
146184                   0,
146185 mike  1.1.2.1 };
146186               
146187               static MetaProperty
146188               _CIM_Priority8021QMarkerService_PriorityValue =
146189               {
146190                   /* flags */
146191                   META_FLAG_PROPERTY|META_FLAG_READ,
146192                   /* name */
146193                   "PriorityValue",
146194                   /* qualifiers */
146195                   _CIM_Priority8021QMarkerService_PriorityValue_qualifiers,
146196                   /* type */
146197                   CIMTYPE_UINT8,
146198                   /* subscript */
146199                   -1,
146200                   /* value */
146201                   0,
146202               };
146203               
146204               static MetaFeature*
146205               _CIM_Priority8021QMarkerService_features[] =
146206 mike  1.1.2.1 {
146207                   (MetaFeature*)&_CIM_Priority8021QMarkerService_PriorityValue,
146208                   0,
146209               };
146210               
146211               static const char*
146212               __root_cimv2_CIM_Priority8021QMarkerService_qualifiers[] =
146213               {
146214                   /* UMLPackagePath */
146215                   "\057CIM::Network::QoS",
146216                   /* Version */
146217                   "\0632.7.0",
146218                   0,
146219               };
146220               
146221               MetaClass
146222               __root_cimv2_CIM_Priority8021QMarkerService =
146223               {
146224                   /* flags */
146225                   META_FLAG_CLASS,
146226                   /* name */
146227 mike  1.1.2.1     "CIM_Priority8021QMarkerService",
146228                   /* qualifiers */
146229                   __root_cimv2_CIM_Priority8021QMarkerService_qualifiers,
146230                   /* super */
146231                   &__root_cimv2_CIM_MarkerService,
146232                   /* features */
146233                   _CIM_Priority8021QMarkerService_features,
146234               };
146235               
146236               //==============================================================================
146237               //
146238               // Class: CIM_ProcessThread
146239               //
146240               //==============================================================================
146241               
146242               static const char*
146243               _CIM_ProcessThread_GroupComponent_qualifiers[] =
146244               {
146245                   /* Aggregate */
146246                   "\003\001",
146247                   /* Override */
146248 mike  1.1.2.1     "\044GroupComponent",
146249                   /* Min */
146250                   "\033\000\000\000\001",
146251                   /* Max */
146252                   "\027\000\000\000\001",
146253                   0,
146254               };
146255               
146256               static MetaReference
146257               _CIM_ProcessThread_GroupComponent =
146258               {
146259                   /* flags */
146260                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
146261                   /* name */
146262                   "GroupComponent",
146263                   /* qualifiers */
146264                   _CIM_ProcessThread_GroupComponent_qualifiers,
146265                   /* subscript */
146266                   -1,
146267                   /* refId */
146268                   &__root_cimv2_CIM_Process,
146269 mike  1.1.2.1 };
146270               
146271               static const char*
146272               _CIM_ProcessThread_PartComponent_qualifiers[] =
146273               {
146274                   /* Override */
146275                   "\044PartComponent",
146276                   /* Weak */
146277                   "\064\001",
146278                   0,
146279               };
146280               
146281               static MetaReference
146282               _CIM_ProcessThread_PartComponent =
146283               {
146284                   /* flags */
146285                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
146286                   /* name */
146287                   "PartComponent",
146288                   /* qualifiers */
146289                   _CIM_ProcessThread_PartComponent_qualifiers,
146290 mike  1.1.2.1     /* subscript */
146291                   -1,
146292                   /* refId */
146293                   &__root_cimv2_CIM_Thread,
146294               };
146295               
146296               static MetaFeature*
146297               _CIM_ProcessThread_features[] =
146298               {
146299                   (MetaFeature*)&_CIM_ProcessThread_GroupComponent,
146300                   (MetaFeature*)&_CIM_ProcessThread_PartComponent,
146301                   0,
146302               };
146303               
146304               static const char*
146305               __root_cimv2_CIM_ProcessThread_qualifiers[] =
146306               {
146307                   /* ASSOCIATION */
146308                   "\000\001",
146309                   /* UMLPackagePath */
146310                   "\057CIM::System::Processing",
146311 mike  1.1.2.1     /* Aggregation */
146312                   "\004\001",
146313                   /* Composition */
146314                   "\011\001",
146315                   /* Version */
146316                   "\0632.7.0",
146317                   0,
146318               };
146319               
146320               MetaClass
146321               __root_cimv2_CIM_ProcessThread =
146322               {
146323                   /* flags */
146324                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
146325                   /* name */
146326                   "CIM_ProcessThread",
146327                   /* qualifiers */
146328                   __root_cimv2_CIM_ProcessThread_qualifiers,
146329                   /* super */
146330                   &__root_cimv2_CIM_Component,
146331                   /* features */
146332 mike  1.1.2.1     _CIM_ProcessThread_features,
146333               };
146334               
146335               //==============================================================================
146336               //
146337               // Class: CIM_ProductServiceComponent
146338               //
146339               //==============================================================================
146340               
146341               static const char*
146342               _CIM_ProductServiceComponent_GroupComponent_qualifiers[] =
146343               {
146344                   /* Aggregate */
146345                   "\003\001",
146346                   /* Override */
146347                   "\044GroupComponent",
146348                   /* Max */
146349                   "\027\000\000\000\001",
146350                   0,
146351               };
146352               
146353 mike  1.1.2.1 static MetaReference
146354               _CIM_ProductServiceComponent_GroupComponent =
146355               {
146356                   /* flags */
146357                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
146358                   /* name */
146359                   "GroupComponent",
146360                   /* qualifiers */
146361                   _CIM_ProductServiceComponent_GroupComponent_qualifiers,
146362                   /* subscript */
146363                   -1,
146364                   /* refId */
146365                   &__root_cimv2_CIM_Product,
146366               };
146367               
146368               static const char*
146369               _CIM_ProductServiceComponent_PartComponent_qualifiers[] =
146370               {
146371                   /* Override */
146372                   "\044PartComponent",
146373                   0,
146374 mike  1.1.2.1 };
146375               
146376               static MetaReference
146377               _CIM_ProductServiceComponent_PartComponent =
146378               {
146379                   /* flags */
146380                   META_FLAG_REFERENCE|META_FLAG_READ,
146381                   /* name */
146382                   "PartComponent",
146383                   /* qualifiers */
146384                   _CIM_ProductServiceComponent_PartComponent_qualifiers,
146385                   /* subscript */
146386                   -1,
146387                   /* refId */
146388                   &__root_cimv2_CIM_Service,
146389               };
146390               
146391               static MetaFeature*
146392               _CIM_ProductServiceComponent_features[] =
146393               {
146394                   (MetaFeature*)&_CIM_ProductServiceComponent_GroupComponent,
146395 mike  1.1.2.1     (MetaFeature*)&_CIM_ProductServiceComponent_PartComponent,
146396                   0,
146397               };
146398               
146399               static const char*
146400               __root_cimv2_CIM_ProductServiceComponent_qualifiers[] =
146401               {
146402                   /* ASSOCIATION */
146403                   "\000\001",
146404                   /* UMLPackagePath */
146405                   "\057CIM::Core::ProductFRU",
146406                   /* Aggregation */
146407                   "\004\001",
146408                   /* Composition */
146409                   "\011\001",
146410                   /* Version */
146411                   "\0632.7.0",
146412                   0,
146413               };
146414               
146415               MetaClass
146416 mike  1.1.2.1 __root_cimv2_CIM_ProductServiceComponent =
146417               {
146418                   /* flags */
146419                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
146420                   /* name */
146421                   "CIM_ProductServiceComponent",
146422                   /* qualifiers */
146423                   __root_cimv2_CIM_ProductServiceComponent_qualifiers,
146424                   /* super */
146425                   &__root_cimv2_CIM_Component,
146426                   /* features */
146427                   _CIM_ProductServiceComponent_features,
146428               };
146429               
146430               //==============================================================================
146431               //
146432               // Class: CIM_ProtectedExtentBasedOn
146433               //
146434               //==============================================================================
146435               
146436               static const char*
146437 mike  1.1.2.1 _CIM_ProtectedExtentBasedOn_Antecedent_qualifiers[] =
146438               {
146439                   /* Override */
146440                   "\044Antecedent",
146441                   0,
146442               };
146443               
146444               static MetaReference
146445               _CIM_ProtectedExtentBasedOn_Antecedent =
146446               {
146447                   /* flags */
146448                   META_FLAG_REFERENCE|META_FLAG_READ,
146449                   /* name */
146450                   "Antecedent",
146451                   /* qualifiers */
146452                   _CIM_ProtectedExtentBasedOn_Antecedent_qualifiers,
146453                   /* subscript */
146454                   -1,
146455                   /* refId */
146456                   &__root_cimv2_CIM_StorageExtent,
146457               };
146458 mike  1.1.2.1 
146459               static const char*
146460               _CIM_ProtectedExtentBasedOn_Dependent_qualifiers[] =
146461               {
146462                   /* Override */
146463                   "\044Dependent",
146464                   0,
146465               };
146466               
146467               static MetaReference
146468               _CIM_ProtectedExtentBasedOn_Dependent =
146469               {
146470                   /* flags */
146471                   META_FLAG_REFERENCE|META_FLAG_READ,
146472                   /* name */
146473                   "Dependent",
146474                   /* qualifiers */
146475                   _CIM_ProtectedExtentBasedOn_Dependent_qualifiers,
146476                   /* subscript */
146477                   -1,
146478                   /* refId */
146479 mike  1.1.2.1     &__root_cimv2_CIM_StorageExtent,
146480               };
146481               
146482               static const char*
146483               _CIM_ProtectedExtentBasedOn_StartingAddress_qualifiers[] =
146484               {
146485                   /* Override */
146486                   "\044StartingAddress",
146487                   /* MappingStrings */
146488                   "\026\000\001MIF.DMTF|Physical Extent|001.2\000",
146489                   0,
146490               };
146491               
146492               static MetaProperty
146493               _CIM_ProtectedExtentBasedOn_StartingAddress =
146494               {
146495                   /* flags */
146496                   META_FLAG_PROPERTY|META_FLAG_READ,
146497                   /* name */
146498                   "StartingAddress",
146499                   /* qualifiers */
146500 mike  1.1.2.1     _CIM_ProtectedExtentBasedOn_StartingAddress_qualifiers,
146501                   /* type */
146502                   CIMTYPE_UINT64,
146503                   /* subscript */
146504                   -1,
146505                   /* value */
146506                   0,
146507               };
146508               
146509               static const char*
146510               _CIM_ProtectedExtentBasedOn_NumberOfBlocks_qualifiers[] =
146511               {
146512                   /* MappingStrings */
146513                   "\026\000\001MIF.DMTF|Physical Extent|001.3\000",
146514                   /* ModelCorrespondence */
146515                   "\036\000\001CIM_StorageExtent.NumberOfBlocks\000",
146516                   0,
146517               };
146518               
146519               static MetaProperty
146520               _CIM_ProtectedExtentBasedOn_NumberOfBlocks =
146521 mike  1.1.2.1 {
146522                   /* flags */
146523                   META_FLAG_PROPERTY|META_FLAG_READ,
146524                   /* name */
146525                   "NumberOfBlocks",
146526                   /* qualifiers */
146527                   _CIM_ProtectedExtentBasedOn_NumberOfBlocks_qualifiers,
146528                   /* type */
146529                   CIMTYPE_UINT64,
146530                   /* subscript */
146531                   -1,
146532                   /* value */
146533                   0,
146534               };
146535               
146536               static const char*
146537               _CIM_ProtectedExtentBasedOn_BlockSize_qualifiers[] =
146538               {
146539                   /* Units */
146540                   "\060Bytes",
146541                   /* MappingStrings */
146542 mike  1.1.2.1     "\026\000\001MIF.DMTF|Physical Extent|001.4\000",
146543                   /* ModelCorrespondence */
146544                   "\036\000\001CIM_StorageExtent.BlockSize\000",
146545                   0,
146546               };
146547               
146548               static MetaProperty
146549               _CIM_ProtectedExtentBasedOn_BlockSize =
146550               {
146551                   /* flags */
146552                   META_FLAG_PROPERTY|META_FLAG_READ,
146553                   /* name */
146554                   "BlockSize",
146555                   /* qualifiers */
146556                   _CIM_ProtectedExtentBasedOn_BlockSize_qualifiers,
146557                   /* type */
146558                   CIMTYPE_UINT64,
146559                   /* subscript */
146560                   -1,
146561                   /* value */
146562                   0,
146563 mike  1.1.2.1 };
146564               
146565               static const char*
146566               _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers[] =
146567               {
146568                   /* Units */
146569                   "\060Bytes",
146570                   /* MappingStrings */
146571                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
146572                   0,
146573               };
146574               
146575               static MetaProperty
146576               _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave =
146577               {
146578                   /* flags */
146579                   META_FLAG_PROPERTY|META_FLAG_READ,
146580                   /* name */
146581                   "UnitsBeforeCheckDataInterleave",
146582                   /* qualifiers */
146583                   _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers,
146584 mike  1.1.2.1     /* type */
146585                   CIMTYPE_UINT64,
146586                   /* subscript */
146587                   -1,
146588                   /* value */
146589                   0,
146590               };
146591               
146592               static const char*
146593               _CIM_ProtectedExtentBasedOn_UnitsOfCheckData_qualifiers[] =
146594               {
146595                   /* Units */
146596                   "\060Bytes",
146597                   /* MappingStrings */
146598                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
146599                   0,
146600               };
146601               
146602               static MetaProperty
146603               _CIM_ProtectedExtentBasedOn_UnitsOfCheckData =
146604               {
146605 mike  1.1.2.1     /* flags */
146606                   META_FLAG_PROPERTY|META_FLAG_READ,
146607                   /* name */
146608                   "UnitsOfCheckData",
146609                   /* qualifiers */
146610                   _CIM_ProtectedExtentBasedOn_UnitsOfCheckData_qualifiers,
146611                   /* type */
146612                   CIMTYPE_UINT64,
146613                   /* subscript */
146614                   -1,
146615                   /* value */
146616                   0,
146617               };
146618               
146619               static const char*
146620               _CIM_ProtectedExtentBasedOn_UnitsOfUserData_qualifiers[] =
146621               {
146622                   /* Units */
146623                   "\060Bytes",
146624                   /* MappingStrings */
146625                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
146626 mike  1.1.2.1     0,
146627               };
146628               
146629               static MetaProperty
146630               _CIM_ProtectedExtentBasedOn_UnitsOfUserData =
146631               {
146632                   /* flags */
146633                   META_FLAG_PROPERTY|META_FLAG_READ,
146634                   /* name */
146635                   "UnitsOfUserData",
146636                   /* qualifiers */
146637                   _CIM_ProtectedExtentBasedOn_UnitsOfUserData_qualifiers,
146638                   /* type */
146639                   CIMTYPE_UINT64,
146640                   /* subscript */
146641                   -1,
146642                   /* value */
146643                   0,
146644               };
146645               
146646               static MetaFeature*
146647 mike  1.1.2.1 _CIM_ProtectedExtentBasedOn_features[] =
146648               {
146649                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_Antecedent,
146650                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_Dependent,
146651                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_StartingAddress,
146652                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_NumberOfBlocks,
146653                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_BlockSize,
146654                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave,
146655                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsOfCheckData,
146656                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsOfUserData,
146657                   0,
146658               };
146659               
146660               static const char*
146661               __root_cimv2_CIM_ProtectedExtentBasedOn_qualifiers[] =
146662               {
146663                   /* ASSOCIATION */
146664                   "\000\001",
146665                   /* UMLPackagePath */
146666                   "\057CIM::Device::StorageExtents",
146667                   /* Version */
146668 mike  1.1.2.1     "\0632.7.0",
146669                   0,
146670               };
146671               
146672               MetaClass
146673               __root_cimv2_CIM_ProtectedExtentBasedOn =
146674               {
146675                   /* flags */
146676                   META_FLAG_ASSOCIATION,
146677                   /* name */
146678                   "CIM_ProtectedExtentBasedOn",
146679                   /* qualifiers */
146680                   __root_cimv2_CIM_ProtectedExtentBasedOn_qualifiers,
146681                   /* super */
146682                   &__root_cimv2_CIM_BasedOn,
146683                   /* features */
146684                   _CIM_ProtectedExtentBasedOn_features,
146685               };
146686               
146687               //==============================================================================
146688               //
146689 mike  1.1.2.1 // Class: CIM_ProtectedSpaceExtent
146690               //
146691               //==============================================================================
146692               
146693               static const char*
146694               _CIM_ProtectedSpaceExtent_BlockSize_qualifiers[] =
146695               {
146696                   /* Deprecated */
146697                   "\013\000\002CIM_CompositeExtentBasedOn.BlockSize\000CIM_ProtectedExtentBasedOn.BlockSize\000",
146698                   /* Override */
146699                   "\044BlockSize",
146700                   /* MappingStrings */
146701                   "\026\000\001MIF.DMTF|Protected Space Extent|001.4\000",
146702                   0,
146703               };
146704               
146705               static MetaProperty
146706               _CIM_ProtectedSpaceExtent_BlockSize =
146707               {
146708                   /* flags */
146709                   META_FLAG_PROPERTY|META_FLAG_READ,
146710 mike  1.1.2.1     /* name */
146711                   "BlockSize",
146712                   /* qualifiers */
146713                   _CIM_ProtectedSpaceExtent_BlockSize_qualifiers,
146714                   /* type */
146715                   CIMTYPE_UINT64,
146716                   /* subscript */
146717                   -1,
146718                   /* value */
146719                   0,
146720               };
146721               
146722               static const char*
146723               _CIM_ProtectedSpaceExtent_NumberOfBlocks_qualifiers[] =
146724               {
146725                   /* Deprecated */
146726                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_ProtectedExtentBasedOn.NumberOfBlocks\000",
146727                   /* Override */
146728                   "\044NumberOfBlocks",
146729                   /* MappingStrings */
146730                   "\026\000\001MIF.DMTF|Protected Space Extent|001.3\000",
146731 mike  1.1.2.1     0,
146732               };
146733               
146734               static MetaProperty
146735               _CIM_ProtectedSpaceExtent_NumberOfBlocks =
146736               {
146737                   /* flags */
146738                   META_FLAG_PROPERTY|META_FLAG_READ,
146739                   /* name */
146740                   "NumberOfBlocks",
146741                   /* qualifiers */
146742                   _CIM_ProtectedSpaceExtent_NumberOfBlocks_qualifiers,
146743                   /* type */
146744                   CIMTYPE_UINT64,
146745                   /* subscript */
146746                   -1,
146747                   /* value */
146748                   0,
146749               };
146750               
146751               static const char*
146752 mike  1.1.2.1 _CIM_ProtectedSpaceExtent_UserDataStripeDepth_qualifiers[] =
146753               {
146754                   /* Deprecated */
146755                   "\013\000\001CIM_CompositeExtentBasedOn.UserDataStripeDepth\000",
146756                   /* Units */
146757                   "\060Bytes",
146758                   /* MappingStrings */
146759                   "\026\000\001MIF.DMTF|Protected Space Extent|001.6\000",
146760                   0,
146761               };
146762               
146763               static MetaProperty
146764               _CIM_ProtectedSpaceExtent_UserDataStripeDepth =
146765               {
146766                   /* flags */
146767                   META_FLAG_PROPERTY|META_FLAG_READ,
146768                   /* name */
146769                   "UserDataStripeDepth",
146770                   /* qualifiers */
146771                   _CIM_ProtectedSpaceExtent_UserDataStripeDepth_qualifiers,
146772                   /* type */
146773 mike  1.1.2.1     CIMTYPE_UINT64,
146774                   /* subscript */
146775                   -1,
146776                   /* value */
146777                   0,
146778               };
146779               
146780               static MetaFeature*
146781               _CIM_ProtectedSpaceExtent_features[] =
146782               {
146783                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_BlockSize,
146784                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_NumberOfBlocks,
146785                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_UserDataStripeDepth,
146786                   0,
146787               };
146788               
146789               static const char*
146790               __root_cimv2_CIM_ProtectedSpaceExtent_qualifiers[] =
146791               {
146792                   /* Deprecated */
146793                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
146794 mike  1.1.2.1     /* UMLPackagePath */
146795                   "\057CIM::Device::SccExtents",
146796                   /* Version */
146797                   "\0632.7.0",
146798                   0,
146799               };
146800               
146801               MetaClass
146802               __root_cimv2_CIM_ProtectedSpaceExtent =
146803               {
146804                   /* flags */
146805                   META_FLAG_CLASS,
146806                   /* name */
146807                   "CIM_ProtectedSpaceExtent",
146808                   /* qualifiers */
146809                   __root_cimv2_CIM_ProtectedSpaceExtent_qualifiers,
146810                   /* super */
146811                   &__root_cimv2_CIM_StorageExtent,
146812                   /* features */
146813                   _CIM_ProtectedSpaceExtent_features,
146814               };
146815 mike  1.1.2.1 
146816               //==============================================================================
146817               //
146818               // Class: CIM_ProtocolAdapter
146819               //
146820               //==============================================================================
146821               
146822               static const char*
146823               _CIM_ProtocolAdapter_Name_qualifiers[] =
146824               {
146825                   /* Deprecated */
146826                   "\013\000\001CIM_ObjectManagerAdapter.Name\000",
146827                   /* Override */
146828                   "\044Name",
146829                   0,
146830               };
146831               
146832               static MetaProperty
146833               _CIM_ProtocolAdapter_Name =
146834               {
146835                   /* flags */
146836 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
146837                   /* name */
146838                   "Name",
146839                   /* qualifiers */
146840                   _CIM_ProtocolAdapter_Name_qualifiers,
146841                   /* type */
146842                   CIMTYPE_STRING,
146843                   /* subscript */
146844                   -1,
146845                   /* value */
146846                   0,
146847               };
146848               
146849               static const char*
146850               _CIM_ProtocolAdapter_Handle_qualifiers[] =
146851               {
146852                   /* Deprecated */
146853                   "\013\000\001CIM_ObjectManagerAdapter.Handle\000",
146854                   /* Required */
146855                   "\050\001",
146856                   0,
146857 mike  1.1.2.1 };
146858               
146859               static MetaProperty
146860               _CIM_ProtocolAdapter_Handle =
146861               {
146862                   /* flags */
146863                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
146864                   /* name */
146865                   "Handle",
146866                   /* qualifiers */
146867                   _CIM_ProtocolAdapter_Handle_qualifiers,
146868                   /* type */
146869                   CIMTYPE_STRING,
146870                   /* subscript */
146871                   -1,
146872                   /* value */
146873                   0,
146874               };
146875               
146876               static const char*
146877               _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers[] =
146878 mike  1.1.2.1 {
146879                   /* Deprecated */
146880                   "\013\000\001CIM_ObjectManagerAdapter.AdapterType\000",
146881                   /* Required */
146882                   "\050\001",
146883                   /* ValueMap */
146884                   "\061\000\0031\0002\0003\000",
146885                   /* Values */
146886                   "\062\000\003Other\000Client\000Provider\000",
146887                   /* ModelCorrespondence */
146888                   "\036\000\001CIM_ProtocolAdapter.OtherProtocolAdapterType\000",
146889                   0,
146890               };
146891               
146892               static MetaProperty
146893               _CIM_ProtocolAdapter_ProtocolAdapterType =
146894               {
146895                   /* flags */
146896                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
146897                   /* name */
146898                   "ProtocolAdapterType",
146899 mike  1.1.2.1     /* qualifiers */
146900                   _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers,
146901                   /* type */
146902                   CIMTYPE_UINT16,
146903                   /* subscript */
146904                   -1,
146905                   /* value */
146906                   0,
146907               };
146908               
146909               static const char*
146910               _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers[] =
146911               {
146912                   /* Deprecated */
146913                   "\013\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
146914                   /* ModelCorrespondence */
146915                   "\036\000\001CIM_ProtocolAdapter.ProtocolAdapterType\000",
146916                   0,
146917               };
146918               
146919               static MetaProperty
146920 mike  1.1.2.1 _CIM_ProtocolAdapter_OtherProtocolAdapterType =
146921               {
146922                   /* flags */
146923                   META_FLAG_PROPERTY|META_FLAG_READ,
146924                   /* name */
146925                   "OtherProtocolAdapterType",
146926                   /* qualifiers */
146927                   _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers,
146928                   /* type */
146929                   CIMTYPE_STRING,
146930                   /* subscript */
146931                   -1,
146932                   /* value */
146933                   0,
146934               };
146935               
146936               static MetaFeature*
146937               _CIM_ProtocolAdapter_features[] =
146938               {
146939                   (MetaFeature*)&_CIM_ProtocolAdapter_Name,
146940                   (MetaFeature*)&_CIM_ProtocolAdapter_Handle,
146941 mike  1.1.2.1     (MetaFeature*)&_CIM_ProtocolAdapter_ProtocolAdapterType,
146942                   (MetaFeature*)&_CIM_ProtocolAdapter_OtherProtocolAdapterType,
146943                   0,
146944               };
146945               
146946               static const char*
146947               __root_cimv2_CIM_ProtocolAdapter_qualifiers[] =
146948               {
146949                   /* Deprecated */
146950                   "\013\000\001CIM_ObjectManagerAdapter\000",
146951                   /* UMLPackagePath */
146952                   "\057CIM::Interop",
146953                   /* Version */
146954                   "\0632.8.0",
146955                   0,
146956               };
146957               
146958               MetaClass
146959               __root_cimv2_CIM_ProtocolAdapter =
146960               {
146961                   /* flags */
146962 mike  1.1.2.1     META_FLAG_CLASS,
146963                   /* name */
146964                   "CIM_ProtocolAdapter",
146965                   /* qualifiers */
146966                   __root_cimv2_CIM_ProtocolAdapter_qualifiers,
146967                   /* super */
146968                   &__root_cimv2_CIM_WBEMService,
146969                   /* features */
146970                   _CIM_ProtocolAdapter_features,
146971               };
146972               
146973               //==============================================================================
146974               //
146975               // Class: CIM_ProtocolControllerAccessesUnit
146976               //
146977               //==============================================================================
146978               
146979               static const char*
146980               _CIM_ProtocolControllerAccessesUnit_Antecedent_qualifiers[] =
146981               {
146982                   /* Override */
146983 mike  1.1.2.1     "\044Antecedent",
146984                   0,
146985               };
146986               
146987               static MetaReference
146988               _CIM_ProtocolControllerAccessesUnit_Antecedent =
146989               {
146990                   /* flags */
146991                   META_FLAG_REFERENCE|META_FLAG_READ,
146992                   /* name */
146993                   "Antecedent",
146994                   /* qualifiers */
146995                   _CIM_ProtocolControllerAccessesUnit_Antecedent_qualifiers,
146996                   /* subscript */
146997                   -1,
146998                   /* refId */
146999                   &__root_cimv2_CIM_ProtocolController,
147000               };
147001               
147002               static const char*
147003               _CIM_ProtocolControllerAccessesUnit_Dependent_qualifiers[] =
147004 mike  1.1.2.1 {
147005                   /* Override */
147006                   "\044Dependent",
147007                   0,
147008               };
147009               
147010               static MetaReference
147011               _CIM_ProtocolControllerAccessesUnit_Dependent =
147012               {
147013                   /* flags */
147014                   META_FLAG_REFERENCE|META_FLAG_READ,
147015                   /* name */
147016                   "Dependent",
147017                   /* qualifiers */
147018                   _CIM_ProtocolControllerAccessesUnit_Dependent_qualifiers,
147019                   /* subscript */
147020                   -1,
147021                   /* refId */
147022                   &__root_cimv2_CIM_LogicalDevice,
147023               };
147024               
147025 mike  1.1.2.1 static const char*
147026               _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber_qualifiers[] =
147027               {
147028                   0,
147029               };
147030               
147031               static MetaProperty
147032               _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber =
147033               {
147034                   /* flags */
147035                   META_FLAG_PROPERTY|META_FLAG_READ,
147036                   /* name */
147037                   "TargetControllerNumber",
147038                   /* qualifiers */
147039                   _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber_qualifiers,
147040                   /* type */
147041                   CIMTYPE_STRING,
147042                   /* subscript */
147043                   -1,
147044                   /* value */
147045                   0,
147046 mike  1.1.2.1 };
147047               
147048               static MetaFeature*
147049               _CIM_ProtocolControllerAccessesUnit_features[] =
147050               {
147051                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_Antecedent,
147052                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_Dependent,
147053                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_TargetControllerNumber,
147054                   0,
147055               };
147056               
147057               static const char*
147058               __root_cimv2_CIM_ProtocolControllerAccessesUnit_qualifiers[] =
147059               {
147060                   /* ASSOCIATION */
147061                   "\000\001",
147062                   /* UMLPackagePath */
147063                   "\057CIM::Device::ProtocolController",
147064                   /* Version */
147065                   "\0632.8.0",
147066                   0,
147067 mike  1.1.2.1 };
147068               
147069               MetaClass
147070               __root_cimv2_CIM_ProtocolControllerAccessesUnit =
147071               {
147072                   /* flags */
147073                   META_FLAG_ASSOCIATION,
147074                   /* name */
147075                   "CIM_ProtocolControllerAccessesUnit",
147076                   /* qualifiers */
147077                   __root_cimv2_CIM_ProtocolControllerAccessesUnit_qualifiers,
147078                   /* super */
147079                   &__root_cimv2_CIM_ProtocolControllerForDevice,
147080                   /* features */
147081                   _CIM_ProtocolControllerAccessesUnit_features,
147082               };
147083               
147084               //==============================================================================
147085               //
147086               // Class: CIM_ProtocolEndpoint
147087               //
147088 mike  1.1.2.1 //==============================================================================
147089               
147090               static const char*
147091               _CIM_ProtocolEndpoint_Description_qualifiers[] =
147092               {
147093                   /* Override */
147094                   "\044Description",
147095                   /* MappingStrings */
147096                   "\026\000\001MIB.IETF|IF-MIB.ifDescr\000",
147097                   0,
147098               };
147099               
147100               static MetaProperty
147101               _CIM_ProtocolEndpoint_Description =
147102               {
147103                   /* flags */
147104                   META_FLAG_PROPERTY|META_FLAG_READ,
147105                   /* name */
147106                   "Description",
147107                   /* qualifiers */
147108                   _CIM_ProtocolEndpoint_Description_qualifiers,
147109 mike  1.1.2.1     /* type */
147110                   CIMTYPE_STRING,
147111                   /* subscript */
147112                   -1,
147113                   /* value */
147114                   0,
147115               };
147116               
147117               static const char*
147118               _CIM_ProtocolEndpoint_OperationalStatus_qualifiers[] =
147119               {
147120                   /* Override */
147121                   "\044OperationalStatus",
147122                   /* MappingStrings */
147123                   "\026\000\001MIB.IETF|IF-MIB.ifOperStatus\000",
147124                   0,
147125               };
147126               
147127               static MetaProperty
147128               _CIM_ProtocolEndpoint_OperationalStatus =
147129               {
147130 mike  1.1.2.1     /* flags */
147131                   META_FLAG_PROPERTY|META_FLAG_READ,
147132                   /* name */
147133                   "OperationalStatus",
147134                   /* qualifiers */
147135                   _CIM_ProtocolEndpoint_OperationalStatus_qualifiers,
147136                   /* type */
147137                   CIMTYPE_UINT16,
147138                   /* subscript */
147139                   0,
147140                   /* value */
147141                   0,
147142               };
147143               
147144               static const char*
147145               _CIM_ProtocolEndpoint_EnabledState_qualifiers[] =
147146               {
147147                   /* Override */
147148                   "\044EnabledState",
147149                   /* MappingStrings */
147150                   "\026\000\001MIB.IETF|IF-MIB.ifAdminStatus\000",
147151 mike  1.1.2.1     0,
147152               };
147153               
147154               static MetaProperty
147155               _CIM_ProtocolEndpoint_EnabledState =
147156               {
147157                   /* flags */
147158                   META_FLAG_PROPERTY|META_FLAG_READ,
147159                   /* name */
147160                   "EnabledState",
147161                   /* qualifiers */
147162                   _CIM_ProtocolEndpoint_EnabledState_qualifiers,
147163                   /* type */
147164                   CIMTYPE_UINT16,
147165                   /* subscript */
147166                   -1,
147167                   /* value */
147168                   0,
147169               };
147170               
147171               static const char*
147172 mike  1.1.2.1 _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers[] =
147173               {
147174                   /* Override */
147175                   "\044TimeOfLastStateChange",
147176                   /* MappingStrings */
147177                   "\026\000\001MIB.IETF|IF-MIB.ifLastChange\000",
147178                   0,
147179               };
147180               
147181               static MetaProperty
147182               _CIM_ProtocolEndpoint_TimeOfLastStateChange =
147183               {
147184                   /* flags */
147185                   META_FLAG_PROPERTY|META_FLAG_READ,
147186                   /* name */
147187                   "TimeOfLastStateChange",
147188                   /* qualifiers */
147189                   _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers,
147190                   /* type */
147191                   CIMTYPE_DATETIME,
147192                   /* subscript */
147193 mike  1.1.2.1     -1,
147194                   /* value */
147195                   0,
147196               };
147197               
147198               static const char*
147199               _CIM_ProtocolEndpoint_Name_qualifiers[] =
147200               {
147201                   /* Override */
147202                   "\044Name",
147203                   /* MaxLen */
147204                   "\030\000\000\001\000",
147205                   0,
147206               };
147207               
147208               static MetaProperty
147209               _CIM_ProtocolEndpoint_Name =
147210               {
147211                   /* flags */
147212                   META_FLAG_PROPERTY|META_FLAG_READ,
147213                   /* name */
147214 mike  1.1.2.1     "Name",
147215                   /* qualifiers */
147216                   _CIM_ProtocolEndpoint_Name_qualifiers,
147217                   /* type */
147218                   CIMTYPE_STRING,
147219                   /* subscript */
147220                   -1,
147221                   /* value */
147222                   0,
147223               };
147224               
147225               static const char*
147226               _CIM_ProtocolEndpoint_NameFormat_qualifiers[] =
147227               {
147228                   /* MaxLen */
147229                   "\030\000\000\001\000",
147230                   0,
147231               };
147232               
147233               static MetaProperty
147234               _CIM_ProtocolEndpoint_NameFormat =
147235 mike  1.1.2.1 {
147236                   /* flags */
147237                   META_FLAG_PROPERTY|META_FLAG_READ,
147238                   /* name */
147239                   "NameFormat",
147240                   /* qualifiers */
147241                   _CIM_ProtocolEndpoint_NameFormat_qualifiers,
147242                   /* type */
147243                   CIMTYPE_STRING,
147244                   /* subscript */
147245                   -1,
147246                   /* value */
147247                   0,
147248               };
147249               
147250               static const char*
147251               _CIM_ProtocolEndpoint_ProtocolType_qualifiers[] =
147252               {
147253                   /* Deprecated */
147254                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
147255                   /* ValueMap */
147256 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",
147257                   /* Values */
147258                   "\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",
147259                   /* ModelCorrespondence */
147260                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
147261                   0,
147262               };
147263               
147264               static MetaProperty
147265               _CIM_ProtocolEndpoint_ProtocolType =
147266               {
147267                   /* flags */
147268                   META_FLAG_PROPERTY|META_FLAG_READ,
147269                   /* name */
147270                   "ProtocolType",
147271                   /* qualifiers */
147272                   _CIM_ProtocolEndpoint_ProtocolType_qualifiers,
147273                   /* type */
147274                   CIMTYPE_UINT16,
147275                   /* subscript */
147276                   -1,
147277 mike  1.1.2.1     /* value */
147278                   0,
147279               };
147280               
147281               static const char*
147282               _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers[] =
147283               {
147284                   /* ValueMap */
147285                   "\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",
147286                   /* Values */
147287                   "\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",
147288                   /* MappingStrings */
147289                   "\026\000\001MIB.IETF|IF-MIB.ifType\000",
147290                   /* ModelCorrespondence */
147291                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
147292                   0,
147293               };
147294               
147295               static MetaProperty
147296               _CIM_ProtocolEndpoint_ProtocolIFType =
147297               {
147298 mike  1.1.2.1     /* flags */
147299                   META_FLAG_PROPERTY|META_FLAG_READ,
147300                   /* name */
147301                   "ProtocolIFType",
147302                   /* qualifiers */
147303                   _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers,
147304                   /* type */
147305                   CIMTYPE_UINT16,
147306                   /* subscript */
147307                   -1,
147308                   /* value */
147309                   0,
147310               };
147311               
147312               static const char*
147313               _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers[] =
147314               {
147315                   /* MaxLen */
147316                   "\030\000\000\000\100",
147317                   /* ModelCorrespondence */
147318                   "\036\000\002CIM_ProtocolEndpoint.ProtocolType\000CIM_ProtocolEndpoint.ProtocolIFType\000",
147319 mike  1.1.2.1     0,
147320               };
147321               
147322               static MetaProperty
147323               _CIM_ProtocolEndpoint_OtherTypeDescription =
147324               {
147325                   /* flags */
147326                   META_FLAG_PROPERTY|META_FLAG_READ,
147327                   /* name */
147328                   "OtherTypeDescription",
147329                   /* qualifiers */
147330                   _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers,
147331                   /* type */
147332                   CIMTYPE_STRING,
147333                   /* subscript */
147334                   -1,
147335                   /* value */
147336                   0,
147337               };
147338               
147339               static MetaFeature*
147340 mike  1.1.2.1 _CIM_ProtocolEndpoint_features[] =
147341               {
147342                   (MetaFeature*)&_CIM_ProtocolEndpoint_Description,
147343                   (MetaFeature*)&_CIM_ProtocolEndpoint_OperationalStatus,
147344                   (MetaFeature*)&_CIM_ProtocolEndpoint_EnabledState,
147345                   (MetaFeature*)&_CIM_ProtocolEndpoint_TimeOfLastStateChange,
147346                   (MetaFeature*)&_CIM_ProtocolEndpoint_Name,
147347                   (MetaFeature*)&_CIM_ProtocolEndpoint_NameFormat,
147348                   (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolType,
147349                   (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolIFType,
147350                   (MetaFeature*)&_CIM_ProtocolEndpoint_OtherTypeDescription,
147351                   0,
147352               };
147353               
147354               static const char*
147355               __root_cimv2_CIM_ProtocolEndpoint_qualifiers[] =
147356               {
147357                   /* UMLPackagePath */
147358                   "\057CIM::Core::Service",
147359                   /* Version */
147360                   "\0632.8.0",
147361 mike  1.1.2.1     0,
147362               };
147363               
147364               MetaClass
147365               __root_cimv2_CIM_ProtocolEndpoint =
147366               {
147367                   /* flags */
147368                   META_FLAG_CLASS,
147369                   /* name */
147370                   "CIM_ProtocolEndpoint",
147371                   /* qualifiers */
147372                   __root_cimv2_CIM_ProtocolEndpoint_qualifiers,
147373                   /* super */
147374                   &__root_cimv2_CIM_ServiceAccessPoint,
147375                   /* features */
147376                   _CIM_ProtocolEndpoint_features,
147377               };
147378               
147379               //==============================================================================
147380               //
147381               // Class: CIM_ProvidesServiceToElement
147382 mike  1.1.2.1 //
147383               //==============================================================================
147384               
147385               static const char*
147386               _CIM_ProvidesServiceToElement_Antecedent_qualifiers[] =
147387               {
147388                   /* Deprecated */
147389                   "\013\000\001CIM_ServiceAvailableToElement.ServiceProvided\000",
147390                   /* Override */
147391                   "\044Antecedent",
147392                   0,
147393               };
147394               
147395               static MetaReference
147396               _CIM_ProvidesServiceToElement_Antecedent =
147397               {
147398                   /* flags */
147399                   META_FLAG_REFERENCE|META_FLAG_READ,
147400                   /* name */
147401                   "Antecedent",
147402                   /* qualifiers */
147403 mike  1.1.2.1     _CIM_ProvidesServiceToElement_Antecedent_qualifiers,
147404                   /* subscript */
147405                   -1,
147406                   /* refId */
147407                   &__root_cimv2_CIM_Service,
147408               };
147409               
147410               static const char*
147411               _CIM_ProvidesServiceToElement_Dependent_qualifiers[] =
147412               {
147413                   /* Deprecated */
147414                   "\013\000\001CIM_ServiceAvailableToElement.UserOfService\000",
147415                   /* Override */
147416                   "\044Dependent",
147417                   0,
147418               };
147419               
147420               static MetaReference
147421               _CIM_ProvidesServiceToElement_Dependent =
147422               {
147423                   /* flags */
147424 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
147425                   /* name */
147426                   "Dependent",
147427                   /* qualifiers */
147428                   _CIM_ProvidesServiceToElement_Dependent_qualifiers,
147429                   /* subscript */
147430                   -1,
147431                   /* refId */
147432                   &__root_cimv2_CIM_ManagedElement,
147433               };
147434               
147435               static MetaFeature*
147436               _CIM_ProvidesServiceToElement_features[] =
147437               {
147438                   (MetaFeature*)&_CIM_ProvidesServiceToElement_Antecedent,
147439                   (MetaFeature*)&_CIM_ProvidesServiceToElement_Dependent,
147440                   0,
147441               };
147442               
147443               static const char*
147444               __root_cimv2_CIM_ProvidesServiceToElement_qualifiers[] =
147445 mike  1.1.2.1 {
147446                   /* ASSOCIATION */
147447                   "\000\001",
147448                   /* Deprecated */
147449                   "\013\000\001CIM_ServiceAvailableToElement\000",
147450                   /* UMLPackagePath */
147451                   "\057CIM::Core::Service",
147452                   /* Version */
147453                   "\0632.10.0",
147454                   0,
147455               };
147456               
147457               MetaClass
147458               __root_cimv2_CIM_ProvidesServiceToElement =
147459               {
147460                   /* flags */
147461                   META_FLAG_ASSOCIATION,
147462                   /* name */
147463                   "CIM_ProvidesServiceToElement",
147464                   /* qualifiers */
147465                   __root_cimv2_CIM_ProvidesServiceToElement_qualifiers,
147466 mike  1.1.2.1     /* super */
147467                   &__root_cimv2_CIM_Dependency,
147468                   /* features */
147469                   _CIM_ProvidesServiceToElement_features,
147470               };
147471               
147472               //==============================================================================
147473               //
147474               // Class: CIM_PSExtentBasedOnPExtent
147475               //
147476               //==============================================================================
147477               
147478               static const char*
147479               _CIM_PSExtentBasedOnPExtent_Antecedent_qualifiers[] =
147480               {
147481                   /* Deprecated */
147482                   "\013\000\002CIM_CompositeExtentBasedOn.Antecedent\000CIM_ProtectedExtentBasedOn.Antecedent\000",
147483                   /* Override */
147484                   "\044Antecedent",
147485                   0,
147486               };
147487 mike  1.1.2.1 
147488               static MetaReference
147489               _CIM_PSExtentBasedOnPExtent_Antecedent =
147490               {
147491                   /* flags */
147492                   META_FLAG_REFERENCE|META_FLAG_READ,
147493                   /* name */
147494                   "Antecedent",
147495                   /* qualifiers */
147496                   _CIM_PSExtentBasedOnPExtent_Antecedent_qualifiers,
147497                   /* subscript */
147498                   -1,
147499                   /* refId */
147500                   &__root_cimv2_CIM_PhysicalExtent,
147501               };
147502               
147503               static const char*
147504               _CIM_PSExtentBasedOnPExtent_Dependent_qualifiers[] =
147505               {
147506                   /* Deprecated */
147507                   "\013\000\002CIM_CompositeExtentBasedOn.Dependent\000CIM_ProtectedExtentBasedOn.Dependent\000",
147508 mike  1.1.2.1     /* Override */
147509                   "\044Dependent",
147510                   0,
147511               };
147512               
147513               static MetaReference
147514               _CIM_PSExtentBasedOnPExtent_Dependent =
147515               {
147516                   /* flags */
147517                   META_FLAG_REFERENCE|META_FLAG_READ,
147518                   /* name */
147519                   "Dependent",
147520                   /* qualifiers */
147521                   _CIM_PSExtentBasedOnPExtent_Dependent_qualifiers,
147522                   /* subscript */
147523                   -1,
147524                   /* refId */
147525                   &__root_cimv2_CIM_ProtectedSpaceExtent,
147526               };
147527               
147528               static const char*
147529 mike  1.1.2.1 _CIM_PSExtentBasedOnPExtent_StartingAddress_qualifiers[] =
147530               {
147531                   /* Deprecated */
147532                   "\013\000\002CIM_CompositeExtentBasedOn.StartingAddress\000CIM_ProtectedExtentBasedOn.StartingAddress\000",
147533                   /* Override */
147534                   "\044StartingAddress",
147535                   /* MappingStrings */
147536                   "\026\000\001MIF.DMTF|Protected Space Extent|001.2\000",
147537                   0,
147538               };
147539               
147540               static MetaProperty
147541               _CIM_PSExtentBasedOnPExtent_StartingAddress =
147542               {
147543                   /* flags */
147544                   META_FLAG_PROPERTY|META_FLAG_READ,
147545                   /* name */
147546                   "StartingAddress",
147547                   /* qualifiers */
147548                   _CIM_PSExtentBasedOnPExtent_StartingAddress_qualifiers,
147549                   /* type */
147550 mike  1.1.2.1     CIMTYPE_UINT64,
147551                   /* subscript */
147552                   -1,
147553                   /* value */
147554                   0,
147555               };
147556               
147557               static MetaFeature*
147558               _CIM_PSExtentBasedOnPExtent_features[] =
147559               {
147560                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_Antecedent,
147561                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_Dependent,
147562                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_StartingAddress,
147563                   0,
147564               };
147565               
147566               static const char*
147567               __root_cimv2_CIM_PSExtentBasedOnPExtent_qualifiers[] =
147568               {
147569                   /* ASSOCIATION */
147570                   "\000\001",
147571 mike  1.1.2.1     /* Deprecated */
147572                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
147573                   /* UMLPackagePath */
147574                   "\057CIM::Device::SccExtents",
147575                   /* Version */
147576                   "\0632.7.0",
147577                   0,
147578               };
147579               
147580               MetaClass
147581               __root_cimv2_CIM_PSExtentBasedOnPExtent =
147582               {
147583                   /* flags */
147584                   META_FLAG_ASSOCIATION,
147585                   /* name */
147586                   "CIM_PSExtentBasedOnPExtent",
147587                   /* qualifiers */
147588                   __root_cimv2_CIM_PSExtentBasedOnPExtent_qualifiers,
147589                   /* super */
147590                   &__root_cimv2_CIM_BasedOn,
147591                   /* features */
147592 mike  1.1.2.1     _CIM_PSExtentBasedOnPExtent_features,
147593               };
147594               
147595               //==============================================================================
147596               //
147597               // Class: CIM_QoSService
147598               //
147599               //==============================================================================
147600               
147601               static MetaFeature*
147602               _CIM_QoSService_features[] =
147603               {
147604                   0,
147605               };
147606               
147607               static const char*
147608               __root_cimv2_CIM_QoSService_qualifiers[] =
147609               {
147610                   /* UMLPackagePath */
147611                   "\057CIM::Network::QoS",
147612                   /* Version */
147613 mike  1.1.2.1     "\0632.7.0",
147614                   0,
147615               };
147616               
147617               MetaClass
147618               __root_cimv2_CIM_QoSService =
147619               {
147620                   /* flags */
147621                   META_FLAG_CLASS,
147622                   /* name */
147623                   "CIM_QoSService",
147624                   /* qualifiers */
147625                   __root_cimv2_CIM_QoSService_qualifiers,
147626                   /* super */
147627                   &__root_cimv2_CIM_Service,
147628                   /* features */
147629                   _CIM_QoSService_features,
147630               };
147631               
147632               //==============================================================================
147633               //
147634 mike  1.1.2.1 // Class: CIM_QoSSubService
147635               //
147636               //==============================================================================
147637               
147638               static const char*
147639               _CIM_QoSSubService_GroupComponent_qualifiers[] =
147640               {
147641                   /* Aggregate */
147642                   "\003\001",
147643                   /* Override */
147644                   "\044GroupComponent",
147645                   /* Max */
147646                   "\027\000\000\000\001",
147647                   0,
147648               };
147649               
147650               static MetaReference
147651               _CIM_QoSSubService_GroupComponent =
147652               {
147653                   /* flags */
147654                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
147655 mike  1.1.2.1     /* name */
147656                   "GroupComponent",
147657                   /* qualifiers */
147658                   _CIM_QoSSubService_GroupComponent_qualifiers,
147659                   /* subscript */
147660                   -1,
147661                   /* refId */
147662                   &__root_cimv2_CIM_QoSService,
147663               };
147664               
147665               static const char*
147666               _CIM_QoSSubService_PartComponent_qualifiers[] =
147667               {
147668                   /* Override */
147669                   "\044PartComponent",
147670                   0,
147671               };
147672               
147673               static MetaReference
147674               _CIM_QoSSubService_PartComponent =
147675               {
147676 mike  1.1.2.1     /* flags */
147677                   META_FLAG_REFERENCE|META_FLAG_READ,
147678                   /* name */
147679                   "PartComponent",
147680                   /* qualifiers */
147681                   _CIM_QoSSubService_PartComponent_qualifiers,
147682                   /* subscript */
147683                   -1,
147684                   /* refId */
147685                   &__root_cimv2_CIM_QoSService,
147686               };
147687               
147688               static MetaFeature*
147689               _CIM_QoSSubService_features[] =
147690               {
147691                   (MetaFeature*)&_CIM_QoSSubService_GroupComponent,
147692                   (MetaFeature*)&_CIM_QoSSubService_PartComponent,
147693                   0,
147694               };
147695               
147696               static const char*
147697 mike  1.1.2.1 __root_cimv2_CIM_QoSSubService_qualifiers[] =
147698               {
147699                   /* ASSOCIATION */
147700                   "\000\001",
147701                   /* UMLPackagePath */
147702                   "\057CIM::Network::QoS",
147703                   /* Aggregation */
147704                   "\004\001",
147705                   /* Composition */
147706                   "\011\001",
147707                   /* Version */
147708                   "\0632.7.0",
147709                   0,
147710               };
147711               
147712               MetaClass
147713               __root_cimv2_CIM_QoSSubService =
147714               {
147715                   /* flags */
147716                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
147717                   /* name */
147718 mike  1.1.2.1     "CIM_QoSSubService",
147719                   /* qualifiers */
147720                   __root_cimv2_CIM_QoSSubService_qualifiers,
147721                   /* super */
147722                   &__root_cimv2_CIM_ServiceComponent,
147723                   /* features */
147724                   _CIM_QoSSubService_features,
147725               };
147726               
147727               //==============================================================================
147728               //
147729               // Class: CIM_QueueForPrintService
147730               //
147731               //==============================================================================
147732               
147733               static const char*
147734               _CIM_QueueForPrintService_Antecedent_qualifiers[] =
147735               {
147736                   /* Override */
147737                   "\044Antecedent",
147738                   0,
147739 mike  1.1.2.1 };
147740               
147741               static MetaReference
147742               _CIM_QueueForPrintService_Antecedent =
147743               {
147744                   /* flags */
147745                   META_FLAG_REFERENCE|META_FLAG_READ,
147746                   /* name */
147747                   "Antecedent",
147748                   /* qualifiers */
147749                   _CIM_QueueForPrintService_Antecedent_qualifiers,
147750                   /* subscript */
147751                   -1,
147752                   /* refId */
147753                   &__root_cimv2_CIM_PrintQueue,
147754               };
147755               
147756               static const char*
147757               _CIM_QueueForPrintService_Dependent_qualifiers[] =
147758               {
147759                   /* Override */
147760 mike  1.1.2.1     "\044Dependent",
147761                   0,
147762               };
147763               
147764               static MetaReference
147765               _CIM_QueueForPrintService_Dependent =
147766               {
147767                   /* flags */
147768                   META_FLAG_REFERENCE|META_FLAG_READ,
147769                   /* name */
147770                   "Dependent",
147771                   /* qualifiers */
147772                   _CIM_QueueForPrintService_Dependent_qualifiers,
147773                   /* subscript */
147774                   -1,
147775                   /* refId */
147776                   &__root_cimv2_CIM_PrintService,
147777               };
147778               
147779               static const char*
147780               _CIM_QueueForPrintService_QueueAcceptingFromService_qualifiers[] =
147781 mike  1.1.2.1 {
147782                   0,
147783               };
147784               
147785               static MetaProperty
147786               _CIM_QueueForPrintService_QueueAcceptingFromService =
147787               {
147788                   /* flags */
147789                   META_FLAG_PROPERTY|META_FLAG_READ,
147790                   /* name */
147791                   "QueueAcceptingFromService",
147792                   /* qualifiers */
147793                   _CIM_QueueForPrintService_QueueAcceptingFromService_qualifiers,
147794                   /* type */
147795                   CIMTYPE_BOOLEAN,
147796                   /* subscript */
147797                   -1,
147798                   /* value */
147799                   0,
147800               };
147801               
147802 mike  1.1.2.1 static MetaFeature*
147803               _CIM_QueueForPrintService_features[] =
147804               {
147805                   (MetaFeature*)&_CIM_QueueForPrintService_Antecedent,
147806                   (MetaFeature*)&_CIM_QueueForPrintService_Dependent,
147807                   (MetaFeature*)&_CIM_QueueForPrintService_QueueAcceptingFromService,
147808                   0,
147809               };
147810               
147811               static const char*
147812               __root_cimv2_CIM_QueueForPrintService_qualifiers[] =
147813               {
147814                   /* ASSOCIATION */
147815                   "\000\001",
147816                   /* UMLPackagePath */
147817                   "\057CIM::Device::Printing",
147818                   /* Version */
147819                   "\0632.6.0",
147820                   0,
147821               };
147822               
147823 mike  1.1.2.1 MetaClass
147824               __root_cimv2_CIM_QueueForPrintService =
147825               {
147826                   /* flags */
147827                   META_FLAG_ASSOCIATION,
147828                   /* name */
147829                   "CIM_QueueForPrintService",
147830                   /* qualifiers */
147831                   __root_cimv2_CIM_QueueForPrintService_qualifiers,
147832                   /* super */
147833                   &__root_cimv2_CIM_Dependency,
147834                   /* features */
147835                   _CIM_QueueForPrintService_features,
147836               };
147837               
147838               //==============================================================================
147839               //
147840               // Class: CIM_QueueForwardsToPrintSAP
147841               //
147842               //==============================================================================
147843               
147844 mike  1.1.2.1 static const char*
147845               _CIM_QueueForwardsToPrintSAP_Antecedent_qualifiers[] =
147846               {
147847                   /* Override */
147848                   "\044Antecedent",
147849                   0,
147850               };
147851               
147852               static MetaReference
147853               _CIM_QueueForwardsToPrintSAP_Antecedent =
147854               {
147855                   /* flags */
147856                   META_FLAG_REFERENCE|META_FLAG_READ,
147857                   /* name */
147858                   "Antecedent",
147859                   /* qualifiers */
147860                   _CIM_QueueForwardsToPrintSAP_Antecedent_qualifiers,
147861                   /* subscript */
147862                   -1,
147863                   /* refId */
147864                   &__root_cimv2_CIM_PrintSAP,
147865 mike  1.1.2.1 };
147866               
147867               static const char*
147868               _CIM_QueueForwardsToPrintSAP_Dependent_qualifiers[] =
147869               {
147870                   /* Override */
147871                   "\044Dependent",
147872                   0,
147873               };
147874               
147875               static MetaReference
147876               _CIM_QueueForwardsToPrintSAP_Dependent =
147877               {
147878                   /* flags */
147879                   META_FLAG_REFERENCE|META_FLAG_READ,
147880                   /* name */
147881                   "Dependent",
147882                   /* qualifiers */
147883                   _CIM_QueueForwardsToPrintSAP_Dependent_qualifiers,
147884                   /* subscript */
147885                   -1,
147886 mike  1.1.2.1     /* refId */
147887                   &__root_cimv2_CIM_PrintQueue,
147888               };
147889               
147890               static MetaFeature*
147891               _CIM_QueueForwardsToPrintSAP_features[] =
147892               {
147893                   (MetaFeature*)&_CIM_QueueForwardsToPrintSAP_Antecedent,
147894                   (MetaFeature*)&_CIM_QueueForwardsToPrintSAP_Dependent,
147895                   0,
147896               };
147897               
147898               static const char*
147899               __root_cimv2_CIM_QueueForwardsToPrintSAP_qualifiers[] =
147900               {
147901                   /* ASSOCIATION */
147902                   "\000\001",
147903                   /* UMLPackagePath */
147904                   "\057CIM::Device::Printing",
147905                   /* Version */
147906                   "\0632.10.0",
147907 mike  1.1.2.1     0,
147908               };
147909               
147910               MetaClass
147911               __root_cimv2_CIM_QueueForwardsToPrintSAP =
147912               {
147913                   /* flags */
147914                   META_FLAG_ASSOCIATION,
147915                   /* name */
147916                   "CIM_QueueForwardsToPrintSAP",
147917                   /* qualifiers */
147918                   __root_cimv2_CIM_QueueForwardsToPrintSAP_qualifiers,
147919                   /* super */
147920                   &__root_cimv2_CIM_Dependency,
147921                   /* features */
147922                   _CIM_QueueForwardsToPrintSAP_features,
147923               };
147924               
147925               //==============================================================================
147926               //
147927               // Class: CIM_QueuingService
147928 mike  1.1.2.1 //
147929               //==============================================================================
147930               
147931               static const char*
147932               _CIM_QueuingService_CurrentQueueDepth_qualifiers[] =
147933               {
147934                   /* Gauge */
147935                   "\023\001",
147936                   /* ModelCorrespondence */
147937                   "\036\000\001CIM_QueuingService.DepthUnits\000",
147938                   0,
147939               };
147940               
147941               static MetaProperty
147942               _CIM_QueuingService_CurrentQueueDepth =
147943               {
147944                   /* flags */
147945                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
147946                   /* name */
147947                   "CurrentQueueDepth",
147948                   /* qualifiers */
147949 mike  1.1.2.1     _CIM_QueuingService_CurrentQueueDepth_qualifiers,
147950                   /* type */
147951                   CIMTYPE_UINT32,
147952                   /* subscript */
147953                   -1,
147954                   /* value */
147955                   0,
147956               };
147957               
147958               static const char*
147959               _CIM_QueuingService_DepthUnits_qualifiers[] =
147960               {
147961                   /* ValueMap */
147962                   "\061\000\0021\0002\000",
147963                   /* Values */
147964                   "\062\000\002Bytes\000Packets\000",
147965                   0,
147966               };
147967               
147968               static MetaProperty
147969               _CIM_QueuingService_DepthUnits =
147970 mike  1.1.2.1 {
147971                   /* flags */
147972                   META_FLAG_PROPERTY|META_FLAG_READ,
147973                   /* name */
147974                   "DepthUnits",
147975                   /* qualifiers */
147976                   _CIM_QueuingService_DepthUnits_qualifiers,
147977                   /* type */
147978                   CIMTYPE_UINT16,
147979                   /* subscript */
147980                   -1,
147981                   /* value */
147982                   0,
147983               };
147984               
147985               static MetaFeature*
147986               _CIM_QueuingService_features[] =
147987               {
147988                   (MetaFeature*)&_CIM_QueuingService_CurrentQueueDepth,
147989                   (MetaFeature*)&_CIM_QueuingService_DepthUnits,
147990                   0,
147991 mike  1.1.2.1 };
147992               
147993               static const char*
147994               __root_cimv2_CIM_QueuingService_qualifiers[] =
147995               {
147996                   /* UMLPackagePath */
147997                   "\057CIM::Network::QoS",
147998                   /* Version */
147999                   "\0632.7.0",
148000                   0,
148001               };
148002               
148003               MetaClass
148004               __root_cimv2_CIM_QueuingService =
148005               {
148006                   /* flags */
148007                   META_FLAG_CLASS,
148008                   /* name */
148009                   "CIM_QueuingService",
148010                   /* qualifiers */
148011                   __root_cimv2_CIM_QueuingService_qualifiers,
148012 mike  1.1.2.1     /* super */
148013                   &__root_cimv2_CIM_ConditioningService,
148014                   /* features */
148015                   _CIM_QueuingService_features,
148016               };
148017               
148018               //==============================================================================
148019               //
148020               // Class: CIM_RealizesExtent
148021               //
148022               //==============================================================================
148023               
148024               static const char*
148025               _CIM_RealizesExtent_Antecedent_qualifiers[] =
148026               {
148027                   /* Override */
148028                   "\044Antecedent",
148029                   /* Max */
148030                   "\027\000\000\000\001",
148031                   0,
148032               };
148033 mike  1.1.2.1 
148034               static MetaReference
148035               _CIM_RealizesExtent_Antecedent =
148036               {
148037                   /* flags */
148038                   META_FLAG_REFERENCE|META_FLAG_READ,
148039                   /* name */
148040                   "Antecedent",
148041                   /* qualifiers */
148042                   _CIM_RealizesExtent_Antecedent_qualifiers,
148043                   /* subscript */
148044                   -1,
148045                   /* refId */
148046                   &__root_cimv2_CIM_PhysicalComponent,
148047               };
148048               
148049               static const char*
148050               _CIM_RealizesExtent_Dependent_qualifiers[] =
148051               {
148052                   /* Override */
148053                   "\044Dependent",
148054 mike  1.1.2.1     0,
148055               };
148056               
148057               static MetaReference
148058               _CIM_RealizesExtent_Dependent =
148059               {
148060                   /* flags */
148061                   META_FLAG_REFERENCE|META_FLAG_READ,
148062                   /* name */
148063                   "Dependent",
148064                   /* qualifiers */
148065                   _CIM_RealizesExtent_Dependent_qualifiers,
148066                   /* subscript */
148067                   -1,
148068                   /* refId */
148069                   &__root_cimv2_CIM_StorageExtent,
148070               };
148071               
148072               static const char*
148073               _CIM_RealizesExtent_StartingAddress_qualifiers[] =
148074               {
148075 mike  1.1.2.1     0,
148076               };
148077               
148078               static MetaProperty
148079               _CIM_RealizesExtent_StartingAddress =
148080               {
148081                   /* flags */
148082                   META_FLAG_PROPERTY|META_FLAG_READ,
148083                   /* name */
148084                   "StartingAddress",
148085                   /* qualifiers */
148086                   _CIM_RealizesExtent_StartingAddress_qualifiers,
148087                   /* type */
148088                   CIMTYPE_UINT64,
148089                   /* subscript */
148090                   -1,
148091                   /* value */
148092                   0,
148093               };
148094               
148095               static MetaFeature*
148096 mike  1.1.2.1 _CIM_RealizesExtent_features[] =
148097               {
148098                   (MetaFeature*)&_CIM_RealizesExtent_Antecedent,
148099                   (MetaFeature*)&_CIM_RealizesExtent_Dependent,
148100                   (MetaFeature*)&_CIM_RealizesExtent_StartingAddress,
148101                   0,
148102               };
148103               
148104               static const char*
148105               __root_cimv2_CIM_RealizesExtent_qualifiers[] =
148106               {
148107                   /* ASSOCIATION */
148108                   "\000\001",
148109                   /* UMLPackagePath */
148110                   "\057CIM::Device::StorageExtents",
148111                   /* Version */
148112                   "\0632.6.0",
148113                   0,
148114               };
148115               
148116               MetaClass
148117 mike  1.1.2.1 __root_cimv2_CIM_RealizesExtent =
148118               {
148119                   /* flags */
148120                   META_FLAG_ASSOCIATION,
148121                   /* name */
148122                   "CIM_RealizesExtent",
148123                   /* qualifiers */
148124                   __root_cimv2_CIM_RealizesExtent_qualifiers,
148125                   /* super */
148126                   &__root_cimv2_CIM_Realizes,
148127                   /* features */
148128                   _CIM_RealizesExtent_features,
148129               };
148130               
148131               //==============================================================================
148132               //
148133               // Class: CIM_RealizesPExtent
148134               //
148135               //==============================================================================
148136               
148137               static const char*
148138 mike  1.1.2.1 _CIM_RealizesPExtent_Antecedent_qualifiers[] =
148139               {
148140                   /* Deprecated */
148141                   "\013\000\001CIM_RealizesExtent.Antecedent\000",
148142                   /* Override */
148143                   "\044Antecedent",
148144                   /* Max */
148145                   "\027\000\000\000\001",
148146                   0,
148147               };
148148               
148149               static MetaReference
148150               _CIM_RealizesPExtent_Antecedent =
148151               {
148152                   /* flags */
148153                   META_FLAG_REFERENCE|META_FLAG_READ,
148154                   /* name */
148155                   "Antecedent",
148156                   /* qualifiers */
148157                   _CIM_RealizesPExtent_Antecedent_qualifiers,
148158                   /* subscript */
148159 mike  1.1.2.1     -1,
148160                   /* refId */
148161                   &__root_cimv2_CIM_PhysicalMedia,
148162               };
148163               
148164               static const char*
148165               _CIM_RealizesPExtent_Dependent_qualifiers[] =
148166               {
148167                   /* Deprecated */
148168                   "\013\000\001CIM_RealizesExtent.Dependent\000",
148169                   /* Override */
148170                   "\044Dependent",
148171                   0,
148172               };
148173               
148174               static MetaReference
148175               _CIM_RealizesPExtent_Dependent =
148176               {
148177                   /* flags */
148178                   META_FLAG_REFERENCE|META_FLAG_READ,
148179                   /* name */
148180 mike  1.1.2.1     "Dependent",
148181                   /* qualifiers */
148182                   _CIM_RealizesPExtent_Dependent_qualifiers,
148183                   /* subscript */
148184                   -1,
148185                   /* refId */
148186                   &__root_cimv2_CIM_PhysicalExtent,
148187               };
148188               
148189               static MetaFeature*
148190               _CIM_RealizesPExtent_features[] =
148191               {
148192                   (MetaFeature*)&_CIM_RealizesPExtent_Antecedent,
148193                   (MetaFeature*)&_CIM_RealizesPExtent_Dependent,
148194                   0,
148195               };
148196               
148197               static const char*
148198               __root_cimv2_CIM_RealizesPExtent_qualifiers[] =
148199               {
148200                   /* ASSOCIATION */
148201 mike  1.1.2.1     "\000\001",
148202                   /* Deprecated */
148203                   "\013\000\001CIM_RealizesExtent\000",
148204                   /* UMLPackagePath */
148205                   "\057CIM::Device::SccExtents",
148206                   /* Version */
148207                   "\0632.7.0",
148208                   0,
148209               };
148210               
148211               MetaClass
148212               __root_cimv2_CIM_RealizesPExtent =
148213               {
148214                   /* flags */
148215                   META_FLAG_ASSOCIATION,
148216                   /* name */
148217                   "CIM_RealizesPExtent",
148218                   /* qualifiers */
148219                   __root_cimv2_CIM_RealizesPExtent_qualifiers,
148220                   /* super */
148221                   &__root_cimv2_CIM_RealizesExtent,
148222 mike  1.1.2.1     /* features */
148223                   _CIM_RealizesPExtent_features,
148224               };
148225               
148226               //==============================================================================
148227               //
148228               // Class: CIM_REDDropperService
148229               //
148230               //==============================================================================
148231               
148232               static const char*
148233               _CIM_REDDropperService_MinQueueThreshold_qualifiers[] =
148234               {
148235                   /* ModelCorrespondence */
148236                   "\036\000\001CIM_REDDropperService.ThresholdUnits\000",
148237                   0,
148238               };
148239               
148240               static MetaProperty
148241               _CIM_REDDropperService_MinQueueThreshold =
148242               {
148243 mike  1.1.2.1     /* flags */
148244                   META_FLAG_PROPERTY|META_FLAG_READ,
148245                   /* name */
148246                   "MinQueueThreshold",
148247                   /* qualifiers */
148248                   _CIM_REDDropperService_MinQueueThreshold_qualifiers,
148249                   /* type */
148250                   CIMTYPE_UINT32,
148251                   /* subscript */
148252                   -1,
148253                   /* value */
148254                   0,
148255               };
148256               
148257               static const char*
148258               _CIM_REDDropperService_MaxQueueThreshold_qualifiers[] =
148259               {
148260                   /* MinValue */
148261                   "\035\000\000\000\000\000\000\000\000",
148262                   /* MaxValue */
148263                   "\031\000\000\000\000\000\000\003\350",
148264 mike  1.1.2.1     /* ModelCorrespondence */
148265                   "\036\000\001CIM_REDDropperService.ThresholdUnits\000",
148266                   0,
148267               };
148268               
148269               static MetaProperty
148270               _CIM_REDDropperService_MaxQueueThreshold =
148271               {
148272                   /* flags */
148273                   META_FLAG_PROPERTY|META_FLAG_READ,
148274                   /* name */
148275                   "MaxQueueThreshold",
148276                   /* qualifiers */
148277                   _CIM_REDDropperService_MaxQueueThreshold_qualifiers,
148278                   /* type */
148279                   CIMTYPE_UINT32,
148280                   /* subscript */
148281                   -1,
148282                   /* value */
148283                   0,
148284               };
148285 mike  1.1.2.1 
148286               static const char*
148287               _CIM_REDDropperService_StartProbability_qualifiers[] =
148288               {
148289                   /* Units */
148290                   "\060Per Thousand Packets",
148291                   /* ModelCorrespondence */
148292                   "\036\000\001CIM_REDDropperService.StopProbability\000",
148293                   0,
148294               };
148295               
148296               static MetaProperty
148297               _CIM_REDDropperService_StartProbability =
148298               {
148299                   /* flags */
148300                   META_FLAG_PROPERTY|META_FLAG_READ,
148301                   /* name */
148302                   "StartProbability",
148303                   /* qualifiers */
148304                   _CIM_REDDropperService_StartProbability_qualifiers,
148305                   /* type */
148306 mike  1.1.2.1     CIMTYPE_UINT32,
148307                   /* subscript */
148308                   -1,
148309                   /* value */
148310                   0,
148311               };
148312               
148313               static const char*
148314               _CIM_REDDropperService_StopProbability_qualifiers[] =
148315               {
148316                   /* Units */
148317                   "\060Per Thousand Packets",
148318                   /* MinValue */
148319                   "\035\000\000\000\000\000\000\000\000",
148320                   /* MaxValue */
148321                   "\031\000\000\000\000\000\000\003\350",
148322                   /* ModelCorrespondence */
148323                   "\036\000\001CIM_REDDropperService.StartProbability\000",
148324                   0,
148325               };
148326               
148327 mike  1.1.2.1 static MetaProperty
148328               _CIM_REDDropperService_StopProbability =
148329               {
148330                   /* flags */
148331                   META_FLAG_PROPERTY|META_FLAG_READ,
148332                   /* name */
148333                   "StopProbability",
148334                   /* qualifiers */
148335                   _CIM_REDDropperService_StopProbability_qualifiers,
148336                   /* type */
148337                   CIMTYPE_UINT32,
148338                   /* subscript */
148339                   -1,
148340                   /* value */
148341                   0,
148342               };
148343               
148344               static const char*
148345               _CIM_REDDropperService_ThresholdUnits_qualifiers[] =
148346               {
148347                   /* ValueMap */
148348 mike  1.1.2.1     "\061\000\0021\0002\000",
148349                   /* Values */
148350                   "\062\000\002Bytes\000Packets\000",
148351                   0,
148352               };
148353               
148354               static MetaProperty
148355               _CIM_REDDropperService_ThresholdUnits =
148356               {
148357                   /* flags */
148358                   META_FLAG_PROPERTY|META_FLAG_READ,
148359                   /* name */
148360                   "ThresholdUnits",
148361                   /* qualifiers */
148362                   _CIM_REDDropperService_ThresholdUnits_qualifiers,
148363                   /* type */
148364                   CIMTYPE_UINT16,
148365                   /* subscript */
148366                   -1,
148367                   /* value */
148368                   0,
148369 mike  1.1.2.1 };
148370               
148371               static MetaFeature*
148372               _CIM_REDDropperService_features[] =
148373               {
148374                   (MetaFeature*)&_CIM_REDDropperService_MinQueueThreshold,
148375                   (MetaFeature*)&_CIM_REDDropperService_MaxQueueThreshold,
148376                   (MetaFeature*)&_CIM_REDDropperService_StartProbability,
148377                   (MetaFeature*)&_CIM_REDDropperService_StopProbability,
148378                   (MetaFeature*)&_CIM_REDDropperService_ThresholdUnits,
148379                   0,
148380               };
148381               
148382               static const char*
148383               __root_cimv2_CIM_REDDropperService_qualifiers[] =
148384               {
148385                   /* UMLPackagePath */
148386                   "\057CIM::Network::QoS",
148387                   /* Version */
148388                   "\0632.7.0",
148389                   0,
148390 mike  1.1.2.1 };
148391               
148392               MetaClass
148393               __root_cimv2_CIM_REDDropperService =
148394               {
148395                   /* flags */
148396                   META_FLAG_CLASS,
148397                   /* name */
148398                   "CIM_REDDropperService",
148399                   /* qualifiers */
148400                   __root_cimv2_CIM_REDDropperService_qualifiers,
148401                   /* super */
148402                   &__root_cimv2_CIM_DropperService,
148403                   /* features */
148404                   _CIM_REDDropperService_features,
148405               };
148406               
148407               //==============================================================================
148408               //
148409               // Class: CIM_Refrigeration
148410               //
148411 mike  1.1.2.1 //==============================================================================
148412               
148413               static MetaFeature*
148414               _CIM_Refrigeration_features[] =
148415               {
148416                   0,
148417               };
148418               
148419               static const char*
148420               __root_cimv2_CIM_Refrigeration_qualifiers[] =
148421               {
148422                   /* UMLPackagePath */
148423                   "\057CIM::Device::CoolingAndPower",
148424                   /* Version */
148425                   "\0632.6.0",
148426                   0,
148427               };
148428               
148429               MetaClass
148430               __root_cimv2_CIM_Refrigeration =
148431               {
148432 mike  1.1.2.1     /* flags */
148433                   META_FLAG_CLASS,
148434                   /* name */
148435                   "CIM_Refrigeration",
148436                   /* qualifiers */
148437                   __root_cimv2_CIM_Refrigeration_qualifiers,
148438                   /* super */
148439                   &__root_cimv2_CIM_CoolingDevice,
148440                   /* features */
148441                   _CIM_Refrigeration_features,
148442               };
148443               
148444               //==============================================================================
148445               //
148446               // Class: CIM_RemoteServiceAccessPoint
148447               //
148448               //==============================================================================
148449               
148450               static const char*
148451               _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers[] =
148452               {
148453 mike  1.1.2.1     /* ModelCorrespondence */
148454                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
148455                   0,
148456               };
148457               
148458               static MetaProperty
148459               _CIM_RemoteServiceAccessPoint_AccessInfo =
148460               {
148461                   /* flags */
148462                   META_FLAG_PROPERTY|META_FLAG_READ,
148463                   /* name */
148464                   "AccessInfo",
148465                   /* qualifiers */
148466                   _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers,
148467                   /* type */
148468                   CIMTYPE_STRING,
148469                   /* subscript */
148470                   -1,
148471                   /* value */
148472                   0,
148473               };
148474 mike  1.1.2.1 
148475               static const char*
148476               _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers[] =
148477               {
148478                   /* ValueMap */
148479                   "\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",
148480                   /* Values */
148481                   "\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",
148482                   /* ModelCorrespondence */
148483                   "\036\000\001CIM_RemoteServiceAccessPoint.OtherInfoFormatDescription\000",
148484                   0,
148485               };
148486               
148487               static MetaProperty
148488               _CIM_RemoteServiceAccessPoint_InfoFormat =
148489               {
148490                   /* flags */
148491                   META_FLAG_PROPERTY|META_FLAG_READ,
148492                   /* name */
148493                   "InfoFormat",
148494                   /* qualifiers */
148495 mike  1.1.2.1     _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers,
148496                   /* type */
148497                   CIMTYPE_UINT16,
148498                   /* subscript */
148499                   -1,
148500                   /* value */
148501                   0,
148502               };
148503               
148504               static const char*
148505               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers[] =
148506               {
148507                   /* ModelCorrespondence */
148508                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
148509                   0,
148510               };
148511               
148512               static MetaProperty
148513               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription =
148514               {
148515                   /* flags */
148516 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
148517                   /* name */
148518                   "OtherInfoFormatDescription",
148519                   /* qualifiers */
148520                   _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers,
148521                   /* type */
148522                   CIMTYPE_STRING,
148523                   /* subscript */
148524                   -1,
148525                   /* value */
148526                   0,
148527               };
148528               
148529               static MetaFeature*
148530               _CIM_RemoteServiceAccessPoint_features[] =
148531               {
148532                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_AccessInfo,
148533                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_InfoFormat,
148534                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription,
148535                   0,
148536               };
148537 mike  1.1.2.1 
148538               static const char*
148539               __root_cimv2_CIM_RemoteServiceAccessPoint_qualifiers[] =
148540               {
148541                   /* UMLPackagePath */
148542                   "\057CIM::Core::Service",
148543                   /* Version */
148544                   "\0632.10.0",
148545                   0,
148546               };
148547               
148548               MetaClass
148549               __root_cimv2_CIM_RemoteServiceAccessPoint =
148550               {
148551                   /* flags */
148552                   META_FLAG_CLASS,
148553                   /* name */
148554                   "CIM_RemoteServiceAccessPoint",
148555                   /* qualifiers */
148556                   __root_cimv2_CIM_RemoteServiceAccessPoint_qualifiers,
148557                   /* super */
148558 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
148559                   /* features */
148560                   _CIM_RemoteServiceAccessPoint_features,
148561               };
148562               
148563               //==============================================================================
148564               //
148565               // Class: CIM_ResidesOnExtent
148566               //
148567               //==============================================================================
148568               
148569               static const char*
148570               _CIM_ResidesOnExtent_Antecedent_qualifiers[] =
148571               {
148572                   /* Override */
148573                   "\044Antecedent",
148574                   0,
148575               };
148576               
148577               static MetaReference
148578               _CIM_ResidesOnExtent_Antecedent =
148579 mike  1.1.2.1 {
148580                   /* flags */
148581                   META_FLAG_REFERENCE|META_FLAG_READ,
148582                   /* name */
148583                   "Antecedent",
148584                   /* qualifiers */
148585                   _CIM_ResidesOnExtent_Antecedent_qualifiers,
148586                   /* subscript */
148587                   -1,
148588                   /* refId */
148589                   &__root_cimv2_CIM_StorageExtent,
148590               };
148591               
148592               static const char*
148593               _CIM_ResidesOnExtent_Dependent_qualifiers[] =
148594               {
148595                   /* Override */
148596                   "\044Dependent",
148597                   0,
148598               };
148599               
148600 mike  1.1.2.1 static MetaReference
148601               _CIM_ResidesOnExtent_Dependent =
148602               {
148603                   /* flags */
148604                   META_FLAG_REFERENCE|META_FLAG_READ,
148605                   /* name */
148606                   "Dependent",
148607                   /* qualifiers */
148608                   _CIM_ResidesOnExtent_Dependent_qualifiers,
148609                   /* subscript */
148610                   -1,
148611                   /* refId */
148612                   &__root_cimv2_CIM_LogicalElement,
148613               };
148614               
148615               static MetaFeature*
148616               _CIM_ResidesOnExtent_features[] =
148617               {
148618                   (MetaFeature*)&_CIM_ResidesOnExtent_Antecedent,
148619                   (MetaFeature*)&_CIM_ResidesOnExtent_Dependent,
148620                   0,
148621 mike  1.1.2.1 };
148622               
148623               static const char*
148624               __root_cimv2_CIM_ResidesOnExtent_qualifiers[] =
148625               {
148626                   /* ASSOCIATION */
148627                   "\000\001",
148628                   /* UMLPackagePath */
148629                   "\057CIM::System::FileElements",
148630                   /* Version */
148631                   "\0632.8.0",
148632                   0,
148633               };
148634               
148635               MetaClass
148636               __root_cimv2_CIM_ResidesOnExtent =
148637               {
148638                   /* flags */
148639                   META_FLAG_ASSOCIATION,
148640                   /* name */
148641                   "CIM_ResidesOnExtent",
148642 mike  1.1.2.1     /* qualifiers */
148643                   __root_cimv2_CIM_ResidesOnExtent_qualifiers,
148644                   /* super */
148645                   &__root_cimv2_CIM_Dependency,
148646                   /* features */
148647                   _CIM_ResidesOnExtent_features,
148648               };
148649               
148650               //==============================================================================
148651               //
148652               // Class: CIM_ResourceOfSystem
148653               //
148654               //==============================================================================
148655               
148656               static const char*
148657               _CIM_ResourceOfSystem_GroupComponent_qualifiers[] =
148658               {
148659                   /* Aggregate */
148660                   "\003\001",
148661                   /* Override */
148662                   "\044GroupComponent",
148663 mike  1.1.2.1     /* Min */
148664                   "\033\000\000\000\001",
148665                   /* Max */
148666                   "\027\000\000\000\001",
148667                   0,
148668               };
148669               
148670               static MetaReference
148671               _CIM_ResourceOfSystem_GroupComponent =
148672               {
148673                   /* flags */
148674                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
148675                   /* name */
148676                   "GroupComponent",
148677                   /* qualifiers */
148678                   _CIM_ResourceOfSystem_GroupComponent_qualifiers,
148679                   /* subscript */
148680                   -1,
148681                   /* refId */
148682                   &__root_cimv2_CIM_System,
148683               };
148684 mike  1.1.2.1 
148685               static const char*
148686               _CIM_ResourceOfSystem_PartComponent_qualifiers[] =
148687               {
148688                   /* Override */
148689                   "\044PartComponent",
148690                   0,
148691               };
148692               
148693               static MetaReference
148694               _CIM_ResourceOfSystem_PartComponent =
148695               {
148696                   /* flags */
148697                   META_FLAG_REFERENCE|META_FLAG_READ,
148698                   /* name */
148699                   "PartComponent",
148700                   /* qualifiers */
148701                   _CIM_ResourceOfSystem_PartComponent_qualifiers,
148702                   /* subscript */
148703                   -1,
148704                   /* refId */
148705 mike  1.1.2.1     &__root_cimv2_CIM_SystemResource,
148706               };
148707               
148708               static MetaFeature*
148709               _CIM_ResourceOfSystem_features[] =
148710               {
148711                   (MetaFeature*)&_CIM_ResourceOfSystem_GroupComponent,
148712                   (MetaFeature*)&_CIM_ResourceOfSystem_PartComponent,
148713                   0,
148714               };
148715               
148716               static const char*
148717               __root_cimv2_CIM_ResourceOfSystem_qualifiers[] =
148718               {
148719                   /* ASSOCIATION */
148720                   "\000\001",
148721                   /* UMLPackagePath */
148722                   "\057CIM::System::SystemResources",
148723                   /* Aggregation */
148724                   "\004\001",
148725                   /* Composition */
148726 mike  1.1.2.1     "\011\001",
148727                   /* Version */
148728                   "\0632.7.2",
148729                   0,
148730               };
148731               
148732               MetaClass
148733               __root_cimv2_CIM_ResourceOfSystem =
148734               {
148735                   /* flags */
148736                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
148737                   /* name */
148738                   "CIM_ResourceOfSystem",
148739                   /* qualifiers */
148740                   __root_cimv2_CIM_ResourceOfSystem_qualifiers,
148741                   /* super */
148742                   &__root_cimv2_CIM_SystemComponent,
148743                   /* features */
148744                   _CIM_ResourceOfSystem_features,
148745               };
148746               
148747 mike  1.1.2.1 //==============================================================================
148748               //
148749               // Class: CIM_ReusablePolicyContainer
148750               //
148751               //==============================================================================
148752               
148753               static MetaFeature*
148754               _CIM_ReusablePolicyContainer_features[] =
148755               {
148756                   0,
148757               };
148758               
148759               static const char*
148760               __root_cimv2_CIM_ReusablePolicyContainer_qualifiers[] =
148761               {
148762                   /* UMLPackagePath */
148763                   "\057CIM::Policy",
148764                   /* Version */
148765                   "\0632.6.0",
148766                   0,
148767               };
148768 mike  1.1.2.1 
148769               MetaClass
148770               __root_cimv2_CIM_ReusablePolicyContainer =
148771               {
148772                   /* flags */
148773                   META_FLAG_CLASS,
148774                   /* name */
148775                   "CIM_ReusablePolicyContainer",
148776                   /* qualifiers */
148777                   __root_cimv2_CIM_ReusablePolicyContainer_qualifiers,
148778                   /* super */
148779                   &__root_cimv2_CIM_AdminDomain,
148780                   /* features */
148781                   _CIM_ReusablePolicyContainer_features,
148782               };
148783               
148784               //==============================================================================
148785               //
148786               // Class: CIM_RouteCalculationService
148787               //
148788               //==============================================================================
148789 mike  1.1.2.1 
148790               static const char*
148791               _CIM_RouteCalculationService_RouterID_qualifiers[] =
148792               {
148793                   0,
148794               };
148795               
148796               static MetaProperty
148797               _CIM_RouteCalculationService_RouterID =
148798               {
148799                   /* flags */
148800                   META_FLAG_PROPERTY|META_FLAG_READ,
148801                   /* name */
148802                   "RouterID",
148803                   /* qualifiers */
148804                   _CIM_RouteCalculationService_RouterID_qualifiers,
148805                   /* type */
148806                   CIMTYPE_STRING,
148807                   /* subscript */
148808                   -1,
148809                   /* value */
148810 mike  1.1.2.1     0,
148811               };
148812               
148813               static const char*
148814               _CIM_RouteCalculationService_AlgorithmType_qualifiers[] =
148815               {
148816                   /* ValueMap */
148817                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
148818                   /* Values */
148819                   "\062\000\011Unknown\000RIPv1\000RIPv2\000OSPFv1\000OSPFv2\000BGPv1\000BGPv2\000BGPv3\000BGPv4\000",
148820                   0,
148821               };
148822               
148823               static MetaProperty
148824               _CIM_RouteCalculationService_AlgorithmType =
148825               {
148826                   /* flags */
148827                   META_FLAG_PROPERTY|META_FLAG_READ,
148828                   /* name */
148829                   "AlgorithmType",
148830                   /* qualifiers */
148831 mike  1.1.2.1     _CIM_RouteCalculationService_AlgorithmType_qualifiers,
148832                   /* type */
148833                   CIMTYPE_UINT16,
148834                   /* subscript */
148835                   -1,
148836                   /* value */
148837                   0,
148838               };
148839               
148840               static MetaFeature*
148841               _CIM_RouteCalculationService_features[] =
148842               {
148843                   (MetaFeature*)&_CIM_RouteCalculationService_RouterID,
148844                   (MetaFeature*)&_CIM_RouteCalculationService_AlgorithmType,
148845                   0,
148846               };
148847               
148848               static const char*
148849               __root_cimv2_CIM_RouteCalculationService_qualifiers[] =
148850               {
148851                   /* UMLPackagePath */
148852 mike  1.1.2.1     "\057CIM::Network::RoutingForwarding",
148853                   /* Abstract */
148854                   "\002\001",
148855                   /* Version */
148856                   "\0632.7.0",
148857                   0,
148858               };
148859               
148860               MetaClass
148861               __root_cimv2_CIM_RouteCalculationService =
148862               {
148863                   /* flags */
148864                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
148865                   /* name */
148866                   "CIM_RouteCalculationService",
148867                   /* qualifiers */
148868                   __root_cimv2_CIM_RouteCalculationService_qualifiers,
148869                   /* super */
148870                   &__root_cimv2_CIM_NetworkService,
148871                   /* features */
148872                   _CIM_RouteCalculationService_features,
148873 mike  1.1.2.1 };
148874               
148875               //==============================================================================
148876               //
148877               // Class: CIM_RoutersInAS
148878               //
148879               //==============================================================================
148880               
148881               static const char*
148882               _CIM_RoutersInAS_GroupComponent_qualifiers[] =
148883               {
148884                   /* Aggregate */
148885                   "\003\001",
148886                   /* Override */
148887                   "\044GroupComponent",
148888                   /* Max */
148889                   "\027\000\000\000\001",
148890                   0,
148891               };
148892               
148893               static MetaReference
148894 mike  1.1.2.1 _CIM_RoutersInAS_GroupComponent =
148895               {
148896                   /* flags */
148897                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
148898                   /* name */
148899                   "GroupComponent",
148900                   /* qualifiers */
148901                   _CIM_RoutersInAS_GroupComponent_qualifiers,
148902                   /* subscript */
148903                   -1,
148904                   /* refId */
148905                   &__root_cimv2_CIM_AutonomousSystem,
148906               };
148907               
148908               static const char*
148909               _CIM_RoutersInAS_PartComponent_qualifiers[] =
148910               {
148911                   /* Override */
148912                   "\044PartComponent",
148913                   0,
148914               };
148915 mike  1.1.2.1 
148916               static MetaReference
148917               _CIM_RoutersInAS_PartComponent =
148918               {
148919                   /* flags */
148920                   META_FLAG_REFERENCE|META_FLAG_READ,
148921                   /* name */
148922                   "PartComponent",
148923                   /* qualifiers */
148924                   _CIM_RoutersInAS_PartComponent_qualifiers,
148925                   /* subscript */
148926                   -1,
148927                   /* refId */
148928                   &__root_cimv2_CIM_ComputerSystem,
148929               };
148930               
148931               static const char*
148932               _CIM_RoutersInAS_BGPSupportedAttributes_qualifiers[] =
148933               {
148934                   0,
148935               };
148936 mike  1.1.2.1 
148937               static MetaProperty
148938               _CIM_RoutersInAS_BGPSupportedAttributes =
148939               {
148940                   /* flags */
148941                   META_FLAG_PROPERTY|META_FLAG_READ,
148942                   /* name */
148943                   "BGPSupportedAttributes",
148944                   /* qualifiers */
148945                   _CIM_RoutersInAS_BGPSupportedAttributes_qualifiers,
148946                   /* type */
148947                   CIMTYPE_STRING,
148948                   /* subscript */
148949                   0,
148950                   /* value */
148951                   0,
148952               };
148953               
148954               static const char*
148955               _CIM_RoutersInAS_AddCommunityValue_qualifiers[] =
148956               {
148957 mike  1.1.2.1     0,
148958               };
148959               
148960               static MetaProperty
148961               _CIM_RoutersInAS_AddCommunityValue =
148962               {
148963                   /* flags */
148964                   META_FLAG_PROPERTY|META_FLAG_READ,
148965                   /* name */
148966                   "AddCommunityValue",
148967                   /* qualifiers */
148968                   _CIM_RoutersInAS_AddCommunityValue_qualifiers,
148969                   /* type */
148970                   CIMTYPE_BOOLEAN,
148971                   /* subscript */
148972                   -1,
148973                   /* value */
148974                   0,
148975               };
148976               
148977               static const char*
148978 mike  1.1.2.1 _CIM_RoutersInAS_Role_qualifiers[] =
148979               {
148980                   /* ValueMap */
148981                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
148982                   /* Values */
148983                   "\062\000\010Unknown\000Other\000Conventional BGP Speaker\000Route Reflector\000Router Reflector Client\000Route Reflector Non-Client\000Peer Group Member\000Confederation Member\000",
148984                   0,
148985               };
148986               
148987               static MetaProperty
148988               _CIM_RoutersInAS_Role =
148989               {
148990                   /* flags */
148991                   META_FLAG_PROPERTY|META_FLAG_READ,
148992                   /* name */
148993                   "Role",
148994                   /* qualifiers */
148995                   _CIM_RoutersInAS_Role_qualifiers,
148996                   /* type */
148997                   CIMTYPE_UINT16,
148998                   /* subscript */
148999 mike  1.1.2.1     -1,
149000                   /* value */
149001                   0,
149002               };
149003               
149004               static const char*
149005               _CIM_RoutersInAS_OtherRoleDescription_qualifiers[] =
149006               {
149007                   /* MaxLen */
149008                   "\030\000\000\000\100",
149009                   0,
149010               };
149011               
149012               static MetaProperty
149013               _CIM_RoutersInAS_OtherRoleDescription =
149014               {
149015                   /* flags */
149016                   META_FLAG_PROPERTY|META_FLAG_READ,
149017                   /* name */
149018                   "OtherRoleDescription",
149019                   /* qualifiers */
149020 mike  1.1.2.1     _CIM_RoutersInAS_OtherRoleDescription_qualifiers,
149021                   /* type */
149022                   CIMTYPE_STRING,
149023                   /* subscript */
149024                   -1,
149025                   /* value */
149026                   0,
149027               };
149028               
149029               static MetaFeature*
149030               _CIM_RoutersInAS_features[] =
149031               {
149032                   (MetaFeature*)&_CIM_RoutersInAS_GroupComponent,
149033                   (MetaFeature*)&_CIM_RoutersInAS_PartComponent,
149034                   (MetaFeature*)&_CIM_RoutersInAS_BGPSupportedAttributes,
149035                   (MetaFeature*)&_CIM_RoutersInAS_AddCommunityValue,
149036                   (MetaFeature*)&_CIM_RoutersInAS_Role,
149037                   (MetaFeature*)&_CIM_RoutersInAS_OtherRoleDescription,
149038                   0,
149039               };
149040               
149041 mike  1.1.2.1 static const char*
149042               __root_cimv2_CIM_RoutersInAS_qualifiers[] =
149043               {
149044                   /* ASSOCIATION */
149045                   "\000\001",
149046                   /* UMLPackagePath */
149047                   "\057CIM::Network::Systems",
149048                   /* Aggregation */
149049                   "\004\001",
149050                   /* Composition */
149051                   "\011\001",
149052                   /* Version */
149053                   "\0632.7.0",
149054                   0,
149055               };
149056               
149057               MetaClass
149058               __root_cimv2_CIM_RoutersInAS =
149059               {
149060                   /* flags */
149061                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149062 mike  1.1.2.1     /* name */
149063                   "CIM_RoutersInAS",
149064                   /* qualifiers */
149065                   __root_cimv2_CIM_RoutersInAS_qualifiers,
149066                   /* super */
149067                   &__root_cimv2_CIM_SystemComponent,
149068                   /* features */
149069                   _CIM_RoutersInAS_features,
149070               };
149071               
149072               //==============================================================================
149073               //
149074               // Class: CIM_RoutersInBGPCluster
149075               //
149076               //==============================================================================
149077               
149078               static const char*
149079               _CIM_RoutersInBGPCluster_Collection_qualifiers[] =
149080               {
149081                   /* Aggregate */
149082                   "\003\001",
149083 mike  1.1.2.1     /* Override */
149084                   "\044Collection",
149085                   /* Max */
149086                   "\027\000\000\000\001",
149087                   0,
149088               };
149089               
149090               static MetaReference
149091               _CIM_RoutersInBGPCluster_Collection =
149092               {
149093                   /* flags */
149094                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
149095                   /* name */
149096                   "Collection",
149097                   /* qualifiers */
149098                   _CIM_RoutersInBGPCluster_Collection_qualifiers,
149099                   /* subscript */
149100                   -1,
149101                   /* refId */
149102                   &__root_cimv2_CIM_BGPCluster,
149103               };
149104 mike  1.1.2.1 
149105               static const char*
149106               _CIM_RoutersInBGPCluster_Member_qualifiers[] =
149107               {
149108                   /* Override */
149109                   "\044Member",
149110                   /* Min */
149111                   "\033\000\000\000\003",
149112                   0,
149113               };
149114               
149115               static MetaReference
149116               _CIM_RoutersInBGPCluster_Member =
149117               {
149118                   /* flags */
149119                   META_FLAG_REFERENCE|META_FLAG_READ,
149120                   /* name */
149121                   "Member",
149122                   /* qualifiers */
149123                   _CIM_RoutersInBGPCluster_Member_qualifiers,
149124                   /* subscript */
149125 mike  1.1.2.1     -1,
149126                   /* refId */
149127                   &__root_cimv2_CIM_ComputerSystem,
149128               };
149129               
149130               static MetaFeature*
149131               _CIM_RoutersInBGPCluster_features[] =
149132               {
149133                   (MetaFeature*)&_CIM_RoutersInBGPCluster_Collection,
149134                   (MetaFeature*)&_CIM_RoutersInBGPCluster_Member,
149135                   0,
149136               };
149137               
149138               static const char*
149139               __root_cimv2_CIM_RoutersInBGPCluster_qualifiers[] =
149140               {
149141                   /* ASSOCIATION */
149142                   "\000\001",
149143                   /* UMLPackagePath */
149144                   "\057CIM::Network::BGP",
149145                   /* Aggregation */
149146 mike  1.1.2.1     "\004\001",
149147                   /* Version */
149148                   "\0632.6.0",
149149                   0,
149150               };
149151               
149152               MetaClass
149153               __root_cimv2_CIM_RoutersInBGPCluster =
149154               {
149155                   /* flags */
149156                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149157                   /* name */
149158                   "CIM_RoutersInBGPCluster",
149159                   /* qualifiers */
149160                   __root_cimv2_CIM_RoutersInBGPCluster_qualifiers,
149161                   /* super */
149162                   &__root_cimv2_CIM_CollectedMSEs,
149163                   /* features */
149164                   _CIM_RoutersInBGPCluster_features,
149165               };
149166               
149167 mike  1.1.2.1 //==============================================================================
149168               //
149169               // Class: CIM_RouteUsesEndpoint
149170               //
149171               //==============================================================================
149172               
149173               static const char*
149174               _CIM_RouteUsesEndpoint_Antecedent_qualifiers[] =
149175               {
149176                   /* Override */
149177                   "\044Antecedent",
149178                   /* Max */
149179                   "\027\000\000\000\001",
149180                   0,
149181               };
149182               
149183               static MetaReference
149184               _CIM_RouteUsesEndpoint_Antecedent =
149185               {
149186                   /* flags */
149187                   META_FLAG_REFERENCE|META_FLAG_READ,
149188 mike  1.1.2.1     /* name */
149189                   "Antecedent",
149190                   /* qualifiers */
149191                   _CIM_RouteUsesEndpoint_Antecedent_qualifiers,
149192                   /* subscript */
149193                   -1,
149194                   /* refId */
149195                   &__root_cimv2_CIM_ProtocolEndpoint,
149196               };
149197               
149198               static const char*
149199               _CIM_RouteUsesEndpoint_Dependent_qualifiers[] =
149200               {
149201                   /* Override */
149202                   "\044Dependent",
149203                   0,
149204               };
149205               
149206               static MetaReference
149207               _CIM_RouteUsesEndpoint_Dependent =
149208               {
149209 mike  1.1.2.1     /* flags */
149210                   META_FLAG_REFERENCE|META_FLAG_READ,
149211                   /* name */
149212                   "Dependent",
149213                   /* qualifiers */
149214                   _CIM_RouteUsesEndpoint_Dependent_qualifiers,
149215                   /* subscript */
149216                   -1,
149217                   /* refId */
149218                   &__root_cimv2_CIM_NextHopRoute,
149219               };
149220               
149221               static MetaFeature*
149222               _CIM_RouteUsesEndpoint_features[] =
149223               {
149224                   (MetaFeature*)&_CIM_RouteUsesEndpoint_Antecedent,
149225                   (MetaFeature*)&_CIM_RouteUsesEndpoint_Dependent,
149226                   0,
149227               };
149228               
149229               static const char*
149230 mike  1.1.2.1 __root_cimv2_CIM_RouteUsesEndpoint_qualifiers[] =
149231               {
149232                   /* ASSOCIATION */
149233                   "\000\001",
149234                   /* UMLPackagePath */
149235                   "\057CIM::Network::Routes",
149236                   /* Version */
149237                   "\0632.7.0",
149238                   0,
149239               };
149240               
149241               MetaClass
149242               __root_cimv2_CIM_RouteUsesEndpoint =
149243               {
149244                   /* flags */
149245                   META_FLAG_ASSOCIATION,
149246                   /* name */
149247                   "CIM_RouteUsesEndpoint",
149248                   /* qualifiers */
149249                   __root_cimv2_CIM_RouteUsesEndpoint_qualifiers,
149250                   /* super */
149251 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
149252                   /* features */
149253                   _CIM_RouteUsesEndpoint_features,
149254               };
149255               
149256               //==============================================================================
149257               //
149258               // Class: CIM_RoutingProtocolDomain
149259               //
149260               //==============================================================================
149261               
149262               static MetaFeature*
149263               _CIM_RoutingProtocolDomain_features[] =
149264               {
149265                   0,
149266               };
149267               
149268               static const char*
149269               __root_cimv2_CIM_RoutingProtocolDomain_qualifiers[] =
149270               {
149271                   /* UMLPackagePath */
149272 mike  1.1.2.1     "\057CIM::Network::RoutingForwarding",
149273                   /* Version */
149274                   "\0632.7.0",
149275                   0,
149276               };
149277               
149278               MetaClass
149279               __root_cimv2_CIM_RoutingProtocolDomain =
149280               {
149281                   /* flags */
149282                   META_FLAG_CLASS,
149283                   /* name */
149284                   "CIM_RoutingProtocolDomain",
149285                   /* qualifiers */
149286                   __root_cimv2_CIM_RoutingProtocolDomain_qualifiers,
149287                   /* super */
149288                   &__root_cimv2_CIM_AdminDomain,
149289                   /* features */
149290                   _CIM_RoutingProtocolDomain_features,
149291               };
149292               
149293 mike  1.1.2.1 //==============================================================================
149294               //
149295               // Class: CIM_RoutingProtocolDomainInAS
149296               //
149297               //==============================================================================
149298               
149299               static const char*
149300               _CIM_RoutingProtocolDomainInAS_GroupComponent_qualifiers[] =
149301               {
149302                   /* Aggregate */
149303                   "\003\001",
149304                   /* Override */
149305                   "\044GroupComponent",
149306                   /* Max */
149307                   "\027\000\000\000\001",
149308                   0,
149309               };
149310               
149311               static MetaReference
149312               _CIM_RoutingProtocolDomainInAS_GroupComponent =
149313               {
149314 mike  1.1.2.1     /* flags */
149315                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
149316                   /* name */
149317                   "GroupComponent",
149318                   /* qualifiers */
149319                   _CIM_RoutingProtocolDomainInAS_GroupComponent_qualifiers,
149320                   /* subscript */
149321                   -1,
149322                   /* refId */
149323                   &__root_cimv2_CIM_AutonomousSystem,
149324               };
149325               
149326               static const char*
149327               _CIM_RoutingProtocolDomainInAS_PartComponent_qualifiers[] =
149328               {
149329                   /* Override */
149330                   "\044PartComponent",
149331                   0,
149332               };
149333               
149334               static MetaReference
149335 mike  1.1.2.1 _CIM_RoutingProtocolDomainInAS_PartComponent =
149336               {
149337                   /* flags */
149338                   META_FLAG_REFERENCE|META_FLAG_READ,
149339                   /* name */
149340                   "PartComponent",
149341                   /* qualifiers */
149342                   _CIM_RoutingProtocolDomainInAS_PartComponent_qualifiers,
149343                   /* subscript */
149344                   -1,
149345                   /* refId */
149346                   &__root_cimv2_CIM_RoutingProtocolDomain,
149347               };
149348               
149349               static MetaFeature*
149350               _CIM_RoutingProtocolDomainInAS_features[] =
149351               {
149352                   (MetaFeature*)&_CIM_RoutingProtocolDomainInAS_GroupComponent,
149353                   (MetaFeature*)&_CIM_RoutingProtocolDomainInAS_PartComponent,
149354                   0,
149355               };
149356 mike  1.1.2.1 
149357               static const char*
149358               __root_cimv2_CIM_RoutingProtocolDomainInAS_qualifiers[] =
149359               {
149360                   /* ASSOCIATION */
149361                   "\000\001",
149362                   /* UMLPackagePath */
149363                   "\057CIM::Network::RoutingForwarding",
149364                   /* Aggregation */
149365                   "\004\001",
149366                   /* Version */
149367                   "\0632.7.0",
149368                   0,
149369               };
149370               
149371               MetaClass
149372               __root_cimv2_CIM_RoutingProtocolDomainInAS =
149373               {
149374                   /* flags */
149375                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149376                   /* name */
149377 mike  1.1.2.1     "CIM_RoutingProtocolDomainInAS",
149378                   /* qualifiers */
149379                   __root_cimv2_CIM_RoutingProtocolDomainInAS_qualifiers,
149380                   /* super */
149381                   &__root_cimv2_CIM_ContainedDomain,
149382                   /* features */
149383                   _CIM_RoutingProtocolDomainInAS_features,
149384               };
149385               
149386               //==============================================================================
149387               //
149388               // Class: CIM_RunningOS
149389               //
149390               //==============================================================================
149391               
149392               static const char*
149393               _CIM_RunningOS_Antecedent_qualifiers[] =
149394               {
149395                   /* Override */
149396                   "\044Antecedent",
149397                   /* Max */
149398 mike  1.1.2.1     "\027\000\000\000\001",
149399                   0,
149400               };
149401               
149402               static MetaReference
149403               _CIM_RunningOS_Antecedent =
149404               {
149405                   /* flags */
149406                   META_FLAG_REFERENCE|META_FLAG_READ,
149407                   /* name */
149408                   "Antecedent",
149409                   /* qualifiers */
149410                   _CIM_RunningOS_Antecedent_qualifiers,
149411                   /* subscript */
149412                   -1,
149413                   /* refId */
149414                   &__root_cimv2_CIM_OperatingSystem,
149415               };
149416               
149417               static const char*
149418               _CIM_RunningOS_Dependent_qualifiers[] =
149419 mike  1.1.2.1 {
149420                   /* Override */
149421                   "\044Dependent",
149422                   /* Max */
149423                   "\027\000\000\000\001",
149424                   0,
149425               };
149426               
149427               static MetaReference
149428               _CIM_RunningOS_Dependent =
149429               {
149430                   /* flags */
149431                   META_FLAG_REFERENCE|META_FLAG_READ,
149432                   /* name */
149433                   "Dependent",
149434                   /* qualifiers */
149435                   _CIM_RunningOS_Dependent_qualifiers,
149436                   /* subscript */
149437                   -1,
149438                   /* refId */
149439                   &__root_cimv2_CIM_ComputerSystem,
149440 mike  1.1.2.1 };
149441               
149442               static MetaFeature*
149443               _CIM_RunningOS_features[] =
149444               {
149445                   (MetaFeature*)&_CIM_RunningOS_Antecedent,
149446                   (MetaFeature*)&_CIM_RunningOS_Dependent,
149447                   0,
149448               };
149449               
149450               static const char*
149451               __root_cimv2_CIM_RunningOS_qualifiers[] =
149452               {
149453                   /* ASSOCIATION */
149454                   "\000\001",
149455                   /* UMLPackagePath */
149456                   "\057CIM::System::OperatingSystem",
149457                   /* Version */
149458                   "\0632.6.0",
149459                   0,
149460               };
149461 mike  1.1.2.1 
149462               MetaClass
149463               __root_cimv2_CIM_RunningOS =
149464               {
149465                   /* flags */
149466                   META_FLAG_ASSOCIATION,
149467                   /* name */
149468                   "CIM_RunningOS",
149469                   /* qualifiers */
149470                   __root_cimv2_CIM_RunningOS_qualifiers,
149471                   /* super */
149472                   &__root_cimv2_CIM_Dependency,
149473                   /* features */
149474                   _CIM_RunningOS_features,
149475               };
149476               
149477               //==============================================================================
149478               //
149479               // Class: CIM_SAPAvailableForElement
149480               //
149481               //==============================================================================
149482 mike  1.1.2.1 
149483               static const char*
149484               _CIM_SAPAvailableForElement_AvailableSAP_qualifiers[] =
149485               {
149486                   /* Key */
149487                   "\025\001",
149488                   0,
149489               };
149490               
149491               static MetaReference
149492               _CIM_SAPAvailableForElement_AvailableSAP =
149493               {
149494                   /* flags */
149495                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149496                   /* name */
149497                   "AvailableSAP",
149498                   /* qualifiers */
149499                   _CIM_SAPAvailableForElement_AvailableSAP_qualifiers,
149500                   /* subscript */
149501                   -1,
149502                   /* refId */
149503 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
149504               };
149505               
149506               static const char*
149507               _CIM_SAPAvailableForElement_ManagedElement_qualifiers[] =
149508               {
149509                   /* Key */
149510                   "\025\001",
149511                   0,
149512               };
149513               
149514               static MetaReference
149515               _CIM_SAPAvailableForElement_ManagedElement =
149516               {
149517                   /* flags */
149518                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149519                   /* name */
149520                   "ManagedElement",
149521                   /* qualifiers */
149522                   _CIM_SAPAvailableForElement_ManagedElement_qualifiers,
149523                   /* subscript */
149524 mike  1.1.2.1     -1,
149525                   /* refId */
149526                   &__root_cimv2_CIM_ManagedElement,
149527               };
149528               
149529               static MetaFeature*
149530               _CIM_SAPAvailableForElement_features[] =
149531               {
149532                   (MetaFeature*)&_CIM_SAPAvailableForElement_AvailableSAP,
149533                   (MetaFeature*)&_CIM_SAPAvailableForElement_ManagedElement,
149534                   0,
149535               };
149536               
149537               static const char*
149538               __root_cimv2_CIM_SAPAvailableForElement_qualifiers[] =
149539               {
149540                   /* ASSOCIATION */
149541                   "\000\001",
149542                   /* UMLPackagePath */
149543                   "\057CIM::Core::Service",
149544                   /* Version */
149545 mike  1.1.2.1     "\0632.10.0",
149546                   0,
149547               };
149548               
149549               MetaClass
149550               __root_cimv2_CIM_SAPAvailableForElement =
149551               {
149552                   /* flags */
149553                   META_FLAG_ASSOCIATION,
149554                   /* name */
149555                   "CIM_SAPAvailableForElement",
149556                   /* qualifiers */
149557                   __root_cimv2_CIM_SAPAvailableForElement_qualifiers,
149558                   /* super */
149559                   0,
149560                   /* features */
149561                   _CIM_SAPAvailableForElement_features,
149562               };
149563               
149564               //==============================================================================
149565               //
149566 mike  1.1.2.1 // Class: CIM_SAPSAPDependency
149567               //
149568               //==============================================================================
149569               
149570               static const char*
149571               _CIM_SAPSAPDependency_Antecedent_qualifiers[] =
149572               {
149573                   /* Override */
149574                   "\044Antecedent",
149575                   0,
149576               };
149577               
149578               static MetaReference
149579               _CIM_SAPSAPDependency_Antecedent =
149580               {
149581                   /* flags */
149582                   META_FLAG_REFERENCE|META_FLAG_READ,
149583                   /* name */
149584                   "Antecedent",
149585                   /* qualifiers */
149586                   _CIM_SAPSAPDependency_Antecedent_qualifiers,
149587 mike  1.1.2.1     /* subscript */
149588                   -1,
149589                   /* refId */
149590                   &__root_cimv2_CIM_ServiceAccessPoint,
149591               };
149592               
149593               static const char*
149594               _CIM_SAPSAPDependency_Dependent_qualifiers[] =
149595               {
149596                   /* Override */
149597                   "\044Dependent",
149598                   0,
149599               };
149600               
149601               static MetaReference
149602               _CIM_SAPSAPDependency_Dependent =
149603               {
149604                   /* flags */
149605                   META_FLAG_REFERENCE|META_FLAG_READ,
149606                   /* name */
149607                   "Dependent",
149608 mike  1.1.2.1     /* qualifiers */
149609                   _CIM_SAPSAPDependency_Dependent_qualifiers,
149610                   /* subscript */
149611                   -1,
149612                   /* refId */
149613                   &__root_cimv2_CIM_ServiceAccessPoint,
149614               };
149615               
149616               static MetaFeature*
149617               _CIM_SAPSAPDependency_features[] =
149618               {
149619                   (MetaFeature*)&_CIM_SAPSAPDependency_Antecedent,
149620                   (MetaFeature*)&_CIM_SAPSAPDependency_Dependent,
149621                   0,
149622               };
149623               
149624               static const char*
149625               __root_cimv2_CIM_SAPSAPDependency_qualifiers[] =
149626               {
149627                   /* ASSOCIATION */
149628                   "\000\001",
149629 mike  1.1.2.1     /* UMLPackagePath */
149630                   "\057CIM::Core::Service",
149631                   /* Version */
149632                   "\0632.10.0",
149633                   0,
149634               };
149635               
149636               MetaClass
149637               __root_cimv2_CIM_SAPSAPDependency =
149638               {
149639                   /* flags */
149640                   META_FLAG_ASSOCIATION,
149641                   /* name */
149642                   "CIM_SAPSAPDependency",
149643                   /* qualifiers */
149644                   __root_cimv2_CIM_SAPSAPDependency_qualifiers,
149645                   /* super */
149646                   &__root_cimv2_CIM_Dependency,
149647                   /* features */
149648                   _CIM_SAPSAPDependency_features,
149649               };
149650 mike  1.1.2.1 
149651               //==============================================================================
149652               //
149653               // Class: CIM_SAPStatistics
149654               //
149655               //==============================================================================
149656               
149657               static const char*
149658               _CIM_SAPStatistics_Stats_qualifiers[] =
149659               {
149660                   /* Override */
149661                   "\044Stats",
149662                   /* Weak */
149663                   "\064\001",
149664                   0,
149665               };
149666               
149667               static MetaReference
149668               _CIM_SAPStatistics_Stats =
149669               {
149670                   /* flags */
149671 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
149672                   /* name */
149673                   "Stats",
149674                   /* qualifiers */
149675                   _CIM_SAPStatistics_Stats_qualifiers,
149676                   /* subscript */
149677                   -1,
149678                   /* refId */
149679                   &__root_cimv2_CIM_SAPStatisticalInformation,
149680               };
149681               
149682               static const char*
149683               _CIM_SAPStatistics_Element_qualifiers[] =
149684               {
149685                   /* Override */
149686                   "\044Element",
149687                   /* Min */
149688                   "\033\000\000\000\001",
149689                   /* Max */
149690                   "\027\000\000\000\001",
149691                   0,
149692 mike  1.1.2.1 };
149693               
149694               static MetaReference
149695               _CIM_SAPStatistics_Element =
149696               {
149697                   /* flags */
149698                   META_FLAG_REFERENCE|META_FLAG_READ,
149699                   /* name */
149700                   "Element",
149701                   /* qualifiers */
149702                   _CIM_SAPStatistics_Element_qualifiers,
149703                   /* subscript */
149704                   -1,
149705                   /* refId */
149706                   &__root_cimv2_CIM_ServiceAccessPoint,
149707               };
149708               
149709               static MetaFeature*
149710               _CIM_SAPStatistics_features[] =
149711               {
149712                   (MetaFeature*)&_CIM_SAPStatistics_Stats,
149713 mike  1.1.2.1     (MetaFeature*)&_CIM_SAPStatistics_Element,
149714                   0,
149715               };
149716               
149717               static const char*
149718               __root_cimv2_CIM_SAPStatistics_qualifiers[] =
149719               {
149720                   /* ASSOCIATION */
149721                   "\000\001",
149722                   /* UMLPackagePath */
149723                   "\057CIM::Core::Statistics",
149724                   /* Version */
149725                   "\0632.6.0",
149726                   0,
149727               };
149728               
149729               MetaClass
149730               __root_cimv2_CIM_SAPStatistics =
149731               {
149732                   /* flags */
149733                   META_FLAG_ASSOCIATION,
149734 mike  1.1.2.1     /* name */
149735                   "CIM_SAPStatistics",
149736                   /* qualifiers */
149737                   __root_cimv2_CIM_SAPStatistics_qualifiers,
149738                   /* super */
149739                   &__root_cimv2_CIM_Statistics,
149740                   /* features */
149741                   _CIM_SAPStatistics_features,
149742               };
149743               
149744               //==============================================================================
149745               //
149746               // Class: CIM_SchedulingServiceToSchedule
149747               //
149748               //==============================================================================
149749               
149750               static const char*
149751               _CIM_SchedulingServiceToSchedule_SchedService_qualifiers[] =
149752               {
149753                   /* Key */
149754                   "\025\001",
149755 mike  1.1.2.1     /* Max */
149756                   "\027\000\000\000\001",
149757                   0,
149758               };
149759               
149760               static MetaReference
149761               _CIM_SchedulingServiceToSchedule_SchedService =
149762               {
149763                   /* flags */
149764                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149765                   /* name */
149766                   "SchedService",
149767                   /* qualifiers */
149768                   _CIM_SchedulingServiceToSchedule_SchedService_qualifiers,
149769                   /* subscript */
149770                   -1,
149771                   /* refId */
149772                   &__root_cimv2_CIM_PacketSchedulingService,
149773               };
149774               
149775               static const char*
149776 mike  1.1.2.1 _CIM_SchedulingServiceToSchedule_SchedElement_qualifiers[] =
149777               {
149778                   /* Key */
149779                   "\025\001",
149780                   0,
149781               };
149782               
149783               static MetaReference
149784               _CIM_SchedulingServiceToSchedule_SchedElement =
149785               {
149786                   /* flags */
149787                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149788                   /* name */
149789                   "SchedElement",
149790                   /* qualifiers */
149791                   _CIM_SchedulingServiceToSchedule_SchedElement_qualifiers,
149792                   /* subscript */
149793                   -1,
149794                   /* refId */
149795                   &__root_cimv2_CIM_SchedulingElement,
149796               };
149797 mike  1.1.2.1 
149798               static MetaFeature*
149799               _CIM_SchedulingServiceToSchedule_features[] =
149800               {
149801                   (MetaFeature*)&_CIM_SchedulingServiceToSchedule_SchedService,
149802                   (MetaFeature*)&_CIM_SchedulingServiceToSchedule_SchedElement,
149803                   0,
149804               };
149805               
149806               static const char*
149807               __root_cimv2_CIM_SchedulingServiceToSchedule_qualifiers[] =
149808               {
149809                   /* ASSOCIATION */
149810                   "\000\001",
149811                   /* UMLPackagePath */
149812                   "\057CIM::Network::QoS",
149813                   /* Version */
149814                   "\0632.7.0",
149815                   0,
149816               };
149817               
149818 mike  1.1.2.1 MetaClass
149819               __root_cimv2_CIM_SchedulingServiceToSchedule =
149820               {
149821                   /* flags */
149822                   META_FLAG_ASSOCIATION,
149823                   /* name */
149824                   "CIM_SchedulingServiceToSchedule",
149825                   /* qualifiers */
149826                   __root_cimv2_CIM_SchedulingServiceToSchedule_qualifiers,
149827                   /* super */
149828                   0,
149829                   /* features */
149830                   _CIM_SchedulingServiceToSchedule_features,
149831               };
149832               
149833               //==============================================================================
149834               //
149835               // Class: CIM_SCSIController
149836               //
149837               //==============================================================================
149838               
149839 mike  1.1.2.1 static const char*
149840               _CIM_SCSIController_ProtectionManagement_qualifiers[] =
149841               {
149842                   /* Deprecated */
149843                   "\013\000\001No Value\000",
149844                   /* ValueMap */
149845                   "\061\000\0061\0002\0003\0004\0005\0006\000",
149846                   /* Values */
149847                   "\062\000\006Other\000Unknown\000Unprotected\000Protected\000Protected through SCC (SCSI-3 Controller Command)\000Protected through SCC-2 (SCSI-3 Controller Command)\000",
149848                   /* MappingStrings */
149849                   "\026\000\001MIF.DMTF|Storage Controller|001.3\000",
149850                   0,
149851               };
149852               
149853               static MetaProperty
149854               _CIM_SCSIController_ProtectionManagement =
149855               {
149856                   /* flags */
149857                   META_FLAG_PROPERTY|META_FLAG_READ,
149858                   /* name */
149859                   "ProtectionManagement",
149860 mike  1.1.2.1     /* qualifiers */
149861                   _CIM_SCSIController_ProtectionManagement_qualifiers,
149862                   /* type */
149863                   CIMTYPE_UINT16,
149864                   /* subscript */
149865                   -1,
149866                   /* value */
149867                   0,
149868               };
149869               
149870               static const char*
149871               _CIM_SCSIController_MaxDataWidth_qualifiers[] =
149872               {
149873                   /* Deprecated */
149874                   "\013\000\001No Value\000",
149875                   /* Units */
149876                   "\060Bits",
149877                   /* MappingStrings */
149878                   "\026\000\001MIF.DMTF|Bus Port|004.7\000",
149879                   0,
149880               };
149881 mike  1.1.2.1 
149882               static MetaProperty
149883               _CIM_SCSIController_MaxDataWidth =
149884               {
149885                   /* flags */
149886                   META_FLAG_PROPERTY|META_FLAG_READ,
149887                   /* name */
149888                   "MaxDataWidth",
149889                   /* qualifiers */
149890                   _CIM_SCSIController_MaxDataWidth_qualifiers,
149891                   /* type */
149892                   CIMTYPE_UINT32,
149893                   /* subscript */
149894                   -1,
149895                   /* value */
149896                   0,
149897               };
149898               
149899               static const char*
149900               _CIM_SCSIController_MaxTransferRate_qualifiers[] =
149901               {
149902 mike  1.1.2.1     /* Deprecated */
149903                   "\013\000\001No Value\000",
149904                   /* Units */
149905                   "\060Bits per Second",
149906                   /* MappingStrings */
149907                   "\026\000\001MIF.DMTF|Bus Port|004.8\000",
149908                   0,
149909               };
149910               
149911               static MetaProperty
149912               _CIM_SCSIController_MaxTransferRate =
149913               {
149914                   /* flags */
149915                   META_FLAG_PROPERTY|META_FLAG_READ,
149916                   /* name */
149917                   "MaxTransferRate",
149918                   /* qualifiers */
149919                   _CIM_SCSIController_MaxTransferRate_qualifiers,
149920                   /* type */
149921                   CIMTYPE_UINT64,
149922                   /* subscript */
149923 mike  1.1.2.1     -1,
149924                   /* value */
149925                   0,
149926               };
149927               
149928               static const char*
149929               _CIM_SCSIController_ControllerTimeouts_qualifiers[] =
149930               {
149931                   /* Deprecated */
149932                   "\013\000\001No Value\000",
149933                   /* Counter */
149934                   "\012\001",
149935                   0,
149936               };
149937               
149938               static MetaProperty
149939               _CIM_SCSIController_ControllerTimeouts =
149940               {
149941                   /* flags */
149942                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
149943                   /* name */
149944 mike  1.1.2.1     "ControllerTimeouts",
149945                   /* qualifiers */
149946                   _CIM_SCSIController_ControllerTimeouts_qualifiers,
149947                   /* type */
149948                   CIMTYPE_UINT32,
149949                   /* subscript */
149950                   -1,
149951                   /* value */
149952                   0,
149953               };
149954               
149955               static const char*
149956               _CIM_SCSIController_SignalCapabilities_qualifiers[] =
149957               {
149958                   /* Deprecated */
149959                   "\013\000\001No Value\000",
149960                   /* ValueMap */
149961                   "\061\000\0061\0002\0003\0004\0005\0006\000",
149962                   /* Values */
149963                   "\062\000\006Other\000Unknown\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000",
149964                   /* ModelCorrespondence */
149965 mike  1.1.2.1     "\036\000\001CIM_SCSIInterface.SCSISignal\000",
149966                   0,
149967               };
149968               
149969               static MetaProperty
149970               _CIM_SCSIController_SignalCapabilities =
149971               {
149972                   /* flags */
149973                   META_FLAG_PROPERTY|META_FLAG_READ,
149974                   /* name */
149975                   "SignalCapabilities",
149976                   /* qualifiers */
149977                   _CIM_SCSIController_SignalCapabilities_qualifiers,
149978                   /* type */
149979                   CIMTYPE_UINT16,
149980                   /* subscript */
149981                   0,
149982                   /* value */
149983                   0,
149984               };
149985               
149986 mike  1.1.2.1 static MetaFeature*
149987               _CIM_SCSIController_features[] =
149988               {
149989                   (MetaFeature*)&_CIM_SCSIController_ProtectionManagement,
149990                   (MetaFeature*)&_CIM_SCSIController_MaxDataWidth,
149991                   (MetaFeature*)&_CIM_SCSIController_MaxTransferRate,
149992                   (MetaFeature*)&_CIM_SCSIController_ControllerTimeouts,
149993                   (MetaFeature*)&_CIM_SCSIController_SignalCapabilities,
149994                   0,
149995               };
149996               
149997               static const char*
149998               __root_cimv2_CIM_SCSIController_qualifiers[] =
149999               {
150000                   /* Deprecated */
150001                   "\013\000\001CIM_SCSIProtocolController\000",
150002                   /* UMLPackagePath */
150003                   "\057CIM::Device::Controller",
150004                   /* Version */
150005                   "\0632.10.0",
150006                   0,
150007 mike  1.1.2.1 };
150008               
150009               MetaClass
150010               __root_cimv2_CIM_SCSIController =
150011               {
150012                   /* flags */
150013                   META_FLAG_CLASS,
150014                   /* name */
150015                   "CIM_SCSIController",
150016                   /* qualifiers */
150017                   __root_cimv2_CIM_SCSIController_qualifiers,
150018                   /* super */
150019                   &__root_cimv2_CIM_Controller,
150020                   /* features */
150021                   _CIM_SCSIController_features,
150022               };
150023               
150024               //==============================================================================
150025               //
150026               // Class: CIM_SCSIProtocolEndpoint
150027               //
150028 mike  1.1.2.1 //==============================================================================
150029               
150030               static const char*
150031               _CIM_SCSIProtocolEndpoint_Name_qualifiers[] =
150032               {
150033                   /* Override */
150034                   "\044Name",
150035                   /* MaxLen */
150036                   "\030\000\000\001\000",
150037                   /* MappingStrings */
150038                   "\026\000\001SPC.INCITS-T10 |Protocol Specific Parameters | Name\000",
150039                   /* ModelCorrespondence */
150040                   "\036\000\002CIM_SCSIProtocolEndpoint.ConnectionType\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
150041                   0,
150042               };
150043               
150044               static MetaProperty
150045               _CIM_SCSIProtocolEndpoint_Name =
150046               {
150047                   /* flags */
150048                   META_FLAG_PROPERTY|META_FLAG_READ,
150049 mike  1.1.2.1     /* name */
150050                   "Name",
150051                   /* qualifiers */
150052                   _CIM_SCSIProtocolEndpoint_Name_qualifiers,
150053                   /* type */
150054                   CIMTYPE_STRING,
150055                   /* subscript */
150056                   -1,
150057                   /* value */
150058                   0,
150059               };
150060               
150061               static const char*
150062               _CIM_SCSIProtocolEndpoint_ConnectionType_qualifiers[] =
150063               {
150064                   /* ValueMap */
150065                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
150066                   /* Values */
150067                   "\062\000\011Other\000Fibre Channel\000Parallel SCSI\000SSA\000IEEE 1394\000RDMA\000iSCSI\000SAS\000ADT\000",
150068                   /* MappingStrings */
150069                   "\026\000\001SPC.INCITS-T10 | Protocol Identifier | Values\000",
150070 mike  1.1.2.1     /* ModelCorrespondence */
150071                   "\036\000\002CIM_SCSIProtocolEndpoint.Name\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
150072                   0,
150073               };
150074               
150075               static MetaProperty
150076               _CIM_SCSIProtocolEndpoint_ConnectionType =
150077               {
150078                   /* flags */
150079                   META_FLAG_PROPERTY|META_FLAG_READ,
150080                   /* name */
150081                   "ConnectionType",
150082                   /* qualifiers */
150083                   _CIM_SCSIProtocolEndpoint_ConnectionType_qualifiers,
150084                   /* type */
150085                   CIMTYPE_UINT16,
150086                   /* subscript */
150087                   -1,
150088                   /* value */
150089                   0,
150090               };
150091 mike  1.1.2.1 
150092               static const char*
150093               _CIM_SCSIProtocolEndpoint_Role_qualifiers[] =
150094               {
150095                   /* ValueMap */
150096                   "\061\000\0040\0002\0003\0004\000",
150097                   /* Values */
150098                   "\062\000\004Unknown\000Initiator\000Target\000Both Initiator and Target\000",
150099                   0,
150100               };
150101               
150102               static MetaProperty
150103               _CIM_SCSIProtocolEndpoint_Role =
150104               {
150105                   /* flags */
150106                   META_FLAG_PROPERTY|META_FLAG_READ,
150107                   /* name */
150108                   "Role",
150109                   /* qualifiers */
150110                   _CIM_SCSIProtocolEndpoint_Role_qualifiers,
150111                   /* type */
150112 mike  1.1.2.1     CIMTYPE_UINT16,
150113                   /* subscript */
150114                   -1,
150115                   /* value */
150116                   0,
150117               };
150118               
150119               static const char*
150120               _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber_qualifiers[] =
150121               {
150122                   /* MinValue */
150123                   "\035\000\000\000\000\000\000\000\001",
150124                   /* MappingStrings */
150125                   "\026\000\001SPC.INCITS-T10 | RelativeTargetPort | IdentifierFormat\000",
150126                   0,
150127               };
150128               
150129               static MetaProperty
150130               _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber =
150131               {
150132                   /* flags */
150133 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
150134                   /* name */
150135                   "TargetRelativePortNumber",
150136                   /* qualifiers */
150137                   _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber_qualifiers,
150138                   /* type */
150139                   CIMTYPE_UINT32,
150140                   /* subscript */
150141                   -1,
150142                   /* value */
150143                   0,
150144               };
150145               
150146               static const char*
150147               _CIM_SCSIProtocolEndpoint_OtherConnectionType_qualifiers[] =
150148               {
150149                   /* ModelCorrespondence */
150150                   "\036\000\002CIM_SCSIProtocolEndpoint.Name\000CIM_SCSIProtocolEndpoint.ConnectionType\000",
150151                   0,
150152               };
150153               
150154 mike  1.1.2.1 static MetaProperty
150155               _CIM_SCSIProtocolEndpoint_OtherConnectionType =
150156               {
150157                   /* flags */
150158                   META_FLAG_PROPERTY|META_FLAG_READ,
150159                   /* name */
150160                   "OtherConnectionType",
150161                   /* qualifiers */
150162                   _CIM_SCSIProtocolEndpoint_OtherConnectionType_qualifiers,
150163                   /* type */
150164                   CIMTYPE_STRING,
150165                   /* subscript */
150166                   -1,
150167                   /* value */
150168                   0,
150169               };
150170               
150171               static MetaFeature*
150172               _CIM_SCSIProtocolEndpoint_features[] =
150173               {
150174                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_Name,
150175 mike  1.1.2.1     (MetaFeature*)&_CIM_SCSIProtocolEndpoint_ConnectionType,
150176                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_Role,
150177                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_TargetRelativePortNumber,
150178                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_OtherConnectionType,
150179                   0,
150180               };
150181               
150182               static const char*
150183               __root_cimv2_CIM_SCSIProtocolEndpoint_qualifiers[] =
150184               {
150185                   /* UMLPackagePath */
150186                   "\057CIM::Network::ProtocolEndpoints",
150187                   /* Version */
150188                   "\0632.11.0",
150189                   0,
150190               };
150191               
150192               MetaClass
150193               __root_cimv2_CIM_SCSIProtocolEndpoint =
150194               {
150195                   /* flags */
150196 mike  1.1.2.1     META_FLAG_CLASS,
150197                   /* name */
150198                   "CIM_SCSIProtocolEndpoint",
150199                   /* qualifiers */
150200                   __root_cimv2_CIM_SCSIProtocolEndpoint_qualifiers,
150201                   /* super */
150202                   &__root_cimv2_CIM_ProtocolEndpoint,
150203                   /* features */
150204                   _CIM_SCSIProtocolEndpoint_features,
150205               };
150206               
150207               //==============================================================================
150208               //
150209               // Class: CIM_SDSLModem
150210               //
150211               //==============================================================================
150212               
150213               static MetaFeature*
150214               _CIM_SDSLModem_features[] =
150215               {
150216                   0,
150217 mike  1.1.2.1 };
150218               
150219               static const char*
150220               __root_cimv2_CIM_SDSLModem_qualifiers[] =
150221               {
150222                   /* UMLPackagePath */
150223                   "\057CIM::Device::Modems",
150224                   /* Version */
150225                   "\0632.6.0",
150226                   0,
150227               };
150228               
150229               MetaClass
150230               __root_cimv2_CIM_SDSLModem =
150231               {
150232                   /* flags */
150233                   META_FLAG_CLASS,
150234                   /* name */
150235                   "CIM_SDSLModem",
150236                   /* qualifiers */
150237                   __root_cimv2_CIM_SDSLModem_qualifiers,
150238 mike  1.1.2.1     /* super */
150239                   &__root_cimv2_CIM_DSLModem,
150240                   /* features */
150241                   _CIM_SDSLModem_features,
150242               };
150243               
150244               //==============================================================================
150245               //
150246               // Class: CIM_SecurityAssociationEndpoint
150247               //
150248               //==============================================================================
150249               
150250               static const char*
150251               _CIM_SecurityAssociationEndpoint_InstallDate_qualifiers[] =
150252               {
150253                   /* Override */
150254                   "\044InstallDate",
150255                   0,
150256               };
150257               
150258               static MetaProperty
150259 mike  1.1.2.1 _CIM_SecurityAssociationEndpoint_InstallDate =
150260               {
150261                   /* flags */
150262                   META_FLAG_PROPERTY|META_FLAG_READ,
150263                   /* name */
150264                   "InstallDate",
150265                   /* qualifiers */
150266                   _CIM_SecurityAssociationEndpoint_InstallDate_qualifiers,
150267                   /* type */
150268                   CIMTYPE_DATETIME,
150269                   /* subscript */
150270                   -1,
150271                   /* value */
150272                   0,
150273               };
150274               
150275               static const char*
150276               _CIM_SecurityAssociationEndpoint_LifetimeSeconds_qualifiers[] =
150277               {
150278                   /* Units */
150279                   "\060Seconds",
150280 mike  1.1.2.1     0,
150281               };
150282               
150283               static MetaProperty
150284               _CIM_SecurityAssociationEndpoint_LifetimeSeconds =
150285               {
150286                   /* flags */
150287                   META_FLAG_PROPERTY|META_FLAG_READ,
150288                   /* name */
150289                   "LifetimeSeconds",
150290                   /* qualifiers */
150291                   _CIM_SecurityAssociationEndpoint_LifetimeSeconds_qualifiers,
150292                   /* type */
150293                   CIMTYPE_UINT64,
150294                   /* subscript */
150295                   -1,
150296                   /* value */
150297                   "\000\000\000\000\000\000\000\000",
150298               };
150299               
150300               static const char*
150301 mike  1.1.2.1 _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage_qualifiers[] =
150302               {
150303                   /* Write */
150304                   "\065\001",
150305                   /* Units */
150306                   "\060Percent",
150307                   /* MinValue */
150308                   "\035\000\000\000\000\000\000\000\000",
150309                   /* MaxValue */
150310                   "\031\000\000\000\000\000\000\000\144",
150311                   0,
150312               };
150313               
150314               static MetaProperty
150315               _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage =
150316               {
150317                   /* flags */
150318                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150319                   /* name */
150320                   "RefreshThresholdSecondsPercentage",
150321                   /* qualifiers */
150322 mike  1.1.2.1     _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage_qualifiers,
150323                   /* type */
150324                   CIMTYPE_UINT8,
150325                   /* subscript */
150326                   -1,
150327                   /* value */
150328                   0,
150329               };
150330               
150331               static const char*
150332               _CIM_SecurityAssociationEndpoint_IdleDurationSeconds_qualifiers[] =
150333               {
150334                   /* Units */
150335                   "\060Seconds",
150336                   0,
150337               };
150338               
150339               static MetaProperty
150340               _CIM_SecurityAssociationEndpoint_IdleDurationSeconds =
150341               {
150342                   /* flags */
150343 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
150344                   /* name */
150345                   "IdleDurationSeconds",
150346                   /* qualifiers */
150347                   _CIM_SecurityAssociationEndpoint_IdleDurationSeconds_qualifiers,
150348                   /* type */
150349                   CIMTYPE_UINT64,
150350                   /* subscript */
150351                   -1,
150352                   /* value */
150353                   "\000\000\000\000\000\000\000\000",
150354               };
150355               
150356               static const char*
150357               _CIM_SecurityAssociationEndpoint_LifetimeKilobytes_qualifiers[] =
150358               {
150359                   /* Units */
150360                   "\060KiloBytes",
150361                   0,
150362               };
150363               
150364 mike  1.1.2.1 static MetaProperty
150365               _CIM_SecurityAssociationEndpoint_LifetimeKilobytes =
150366               {
150367                   /* flags */
150368                   META_FLAG_PROPERTY|META_FLAG_READ,
150369                   /* name */
150370                   "LifetimeKilobytes",
150371                   /* qualifiers */
150372                   _CIM_SecurityAssociationEndpoint_LifetimeKilobytes_qualifiers,
150373                   /* type */
150374                   CIMTYPE_UINT64,
150375                   /* subscript */
150376                   -1,
150377                   /* value */
150378                   "\000\000\000\000\000\000\000\000",
150379               };
150380               
150381               static const char*
150382               _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage_qualifiers[] =
150383               {
150384                   /* Write */
150385 mike  1.1.2.1     "\065\001",
150386                   /* Units */
150387                   "\060Percent",
150388                   /* MinValue */
150389                   "\035\000\000\000\000\000\000\000\000",
150390                   /* MaxValue */
150391                   "\031\000\000\000\000\000\000\000\144",
150392                   0,
150393               };
150394               
150395               static MetaProperty
150396               _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage =
150397               {
150398                   /* flags */
150399                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150400                   /* name */
150401                   "RefreshThresholdKbytesPercentage",
150402                   /* qualifiers */
150403                   _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage_qualifiers,
150404                   /* type */
150405                   CIMTYPE_UINT8,
150406 mike  1.1.2.1     /* subscript */
150407                   -1,
150408                   /* value */
150409                   0,
150410               };
150411               
150412               static const char*
150413               _CIM_SecurityAssociationEndpoint_PacketLoggingActive_qualifiers[] =
150414               {
150415                   /* Write */
150416                   "\065\001",
150417                   0,
150418               };
150419               
150420               static MetaProperty
150421               _CIM_SecurityAssociationEndpoint_PacketLoggingActive =
150422               {
150423                   /* flags */
150424                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150425                   /* name */
150426                   "PacketLoggingActive",
150427 mike  1.1.2.1     /* qualifiers */
150428                   _CIM_SecurityAssociationEndpoint_PacketLoggingActive_qualifiers,
150429                   /* type */
150430                   CIMTYPE_BOOLEAN,
150431                   /* subscript */
150432                   -1,
150433                   /* value */
150434                   0,
150435               };
150436               
150437               static MetaFeature*
150438               _CIM_SecurityAssociationEndpoint_features[] =
150439               {
150440                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_InstallDate,
150441                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_LifetimeSeconds,
150442                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage,
150443                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_IdleDurationSeconds,
150444                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_LifetimeKilobytes,
150445                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage,
150446                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_PacketLoggingActive,
150447                   0,
150448 mike  1.1.2.1 };
150449               
150450               static const char*
150451               __root_cimv2_CIM_SecurityAssociationEndpoint_qualifiers[] =
150452               {
150453                   /* UMLPackagePath */
150454                   "\057CIM::Network::IPsec",
150455                   /* Version */
150456                   "\0632.8.0",
150457                   0,
150458               };
150459               
150460               MetaClass
150461               __root_cimv2_CIM_SecurityAssociationEndpoint =
150462               {
150463                   /* flags */
150464                   META_FLAG_CLASS,
150465                   /* name */
150466                   "CIM_SecurityAssociationEndpoint",
150467                   /* qualifiers */
150468                   __root_cimv2_CIM_SecurityAssociationEndpoint_qualifiers,
150469 mike  1.1.2.1     /* super */
150470                   &__root_cimv2_CIM_ProtocolEndpoint,
150471                   /* features */
150472                   _CIM_SecurityAssociationEndpoint_features,
150473               };
150474               
150475               //==============================================================================
150476               //
150477               // Class: CIM_SecurityService
150478               //
150479               //==============================================================================
150480               
150481               static MetaFeature*
150482               _CIM_SecurityService_features[] =
150483               {
150484                   0,
150485               };
150486               
150487               static const char*
150488               __root_cimv2_CIM_SecurityService_qualifiers[] =
150489               {
150490 mike  1.1.2.1     /* UMLPackagePath */
150491                   "\057CIM::User::SecurityServices",
150492                   /* Abstract */
150493                   "\002\001",
150494                   /* Version */
150495                   "\0632.6.0",
150496                   0,
150497               };
150498               
150499               MetaClass
150500               __root_cimv2_CIM_SecurityService =
150501               {
150502                   /* flags */
150503                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
150504                   /* name */
150505                   "CIM_SecurityService",
150506                   /* qualifiers */
150507                   __root_cimv2_CIM_SecurityService_qualifiers,
150508                   /* super */
150509                   &__root_cimv2_CIM_Service,
150510                   /* features */
150511 mike  1.1.2.1     _CIM_SecurityService_features,
150512               };
150513               
150514               //==============================================================================
150515               //
150516               // Class: CIM_SecurityServiceForSystem
150517               //
150518               //==============================================================================
150519               
150520               static const char*
150521               _CIM_SecurityServiceForSystem_Antecedent_qualifiers[] =
150522               {
150523                   /* Override */
150524                   "\044Antecedent",
150525                   0,
150526               };
150527               
150528               static MetaReference
150529               _CIM_SecurityServiceForSystem_Antecedent =
150530               {
150531                   /* flags */
150532 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
150533                   /* name */
150534                   "Antecedent",
150535                   /* qualifiers */
150536                   _CIM_SecurityServiceForSystem_Antecedent_qualifiers,
150537                   /* subscript */
150538                   -1,
150539                   /* refId */
150540                   &__root_cimv2_CIM_SecurityService,
150541               };
150542               
150543               static const char*
150544               _CIM_SecurityServiceForSystem_Dependent_qualifiers[] =
150545               {
150546                   /* Override */
150547                   "\044Dependent",
150548                   0,
150549               };
150550               
150551               static MetaReference
150552               _CIM_SecurityServiceForSystem_Dependent =
150553 mike  1.1.2.1 {
150554                   /* flags */
150555                   META_FLAG_REFERENCE|META_FLAG_READ,
150556                   /* name */
150557                   "Dependent",
150558                   /* qualifiers */
150559                   _CIM_SecurityServiceForSystem_Dependent_qualifiers,
150560                   /* subscript */
150561                   -1,
150562                   /* refId */
150563                   &__root_cimv2_CIM_System,
150564               };
150565               
150566               static MetaFeature*
150567               _CIM_SecurityServiceForSystem_features[] =
150568               {
150569                   (MetaFeature*)&_CIM_SecurityServiceForSystem_Antecedent,
150570                   (MetaFeature*)&_CIM_SecurityServiceForSystem_Dependent,
150571                   0,
150572               };
150573               
150574 mike  1.1.2.1 static const char*
150575               __root_cimv2_CIM_SecurityServiceForSystem_qualifiers[] =
150576               {
150577                   /* ASSOCIATION */
150578                   "\000\001",
150579                   /* UMLPackagePath */
150580                   "\057CIM::User::SecurityServices",
150581                   /* Version */
150582                   "\0632.6.0",
150583                   0,
150584               };
150585               
150586               MetaClass
150587               __root_cimv2_CIM_SecurityServiceForSystem =
150588               {
150589                   /* flags */
150590                   META_FLAG_ASSOCIATION,
150591                   /* name */
150592                   "CIM_SecurityServiceForSystem",
150593                   /* qualifiers */
150594                   __root_cimv2_CIM_SecurityServiceForSystem_qualifiers,
150595 mike  1.1.2.1     /* super */
150596                   &__root_cimv2_CIM_ProvidesServiceToElement,
150597                   /* features */
150598                   _CIM_SecurityServiceForSystem_features,
150599               };
150600               
150601               //==============================================================================
150602               //
150603               // Class: CIM_SecurityServiceUsesAccount
150604               //
150605               //==============================================================================
150606               
150607               static const char*
150608               _CIM_SecurityServiceUsesAccount_Antecedent_qualifiers[] =
150609               {
150610                   /* Override */
150611                   "\044Antecedent",
150612                   0,
150613               };
150614               
150615               static MetaReference
150616 mike  1.1.2.1 _CIM_SecurityServiceUsesAccount_Antecedent =
150617               {
150618                   /* flags */
150619                   META_FLAG_REFERENCE|META_FLAG_READ,
150620                   /* name */
150621                   "Antecedent",
150622                   /* qualifiers */
150623                   _CIM_SecurityServiceUsesAccount_Antecedent_qualifiers,
150624                   /* subscript */
150625                   -1,
150626                   /* refId */
150627                   &__root_cimv2_CIM_Account,
150628               };
150629               
150630               static const char*
150631               _CIM_SecurityServiceUsesAccount_Dependent_qualifiers[] =
150632               {
150633                   /* Override */
150634                   "\044Dependent",
150635                   0,
150636               };
150637 mike  1.1.2.1 
150638               static MetaReference
150639               _CIM_SecurityServiceUsesAccount_Dependent =
150640               {
150641                   /* flags */
150642                   META_FLAG_REFERENCE|META_FLAG_READ,
150643                   /* name */
150644                   "Dependent",
150645                   /* qualifiers */
150646                   _CIM_SecurityServiceUsesAccount_Dependent_qualifiers,
150647                   /* subscript */
150648                   -1,
150649                   /* refId */
150650                   &__root_cimv2_CIM_SecurityService,
150651               };
150652               
150653               static MetaFeature*
150654               _CIM_SecurityServiceUsesAccount_features[] =
150655               {
150656                   (MetaFeature*)&_CIM_SecurityServiceUsesAccount_Antecedent,
150657                   (MetaFeature*)&_CIM_SecurityServiceUsesAccount_Dependent,
150658 mike  1.1.2.1     0,
150659               };
150660               
150661               static const char*
150662               __root_cimv2_CIM_SecurityServiceUsesAccount_qualifiers[] =
150663               {
150664                   /* ASSOCIATION */
150665                   "\000\001",
150666                   /* UMLPackagePath */
150667                   "\057CIM::User::Account",
150668                   /* Version */
150669                   "\0632.6.0",
150670                   0,
150671               };
150672               
150673               MetaClass
150674               __root_cimv2_CIM_SecurityServiceUsesAccount =
150675               {
150676                   /* flags */
150677                   META_FLAG_ASSOCIATION,
150678                   /* name */
150679 mike  1.1.2.1     "CIM_SecurityServiceUsesAccount",
150680                   /* qualifiers */
150681                   __root_cimv2_CIM_SecurityServiceUsesAccount_qualifiers,
150682                   /* super */
150683                   &__root_cimv2_CIM_Dependency,
150684                   /* features */
150685                   _CIM_SecurityServiceUsesAccount_features,
150686               };
150687               
150688               //==============================================================================
150689               //
150690               // Class: CIM_SerialController
150691               //
150692               //==============================================================================
150693               
150694               static const char*
150695               _CIM_SerialController_Capabilities_qualifiers[] =
150696               {
150697                   /* ValueMap */
150698                   "\061\000\0101\0002\0003\0004\0005\0006\000160\000161\000",
150699                   /* Values */
150700 mike  1.1.2.1     "\062\000\010Other\000Unknown\000XT/AT Compatible\00016450 Compatible\00016550 Compatible\00016550A Compatible\0008251 Compatible\0008251FIFO Compatible\000",
150701                   /* MappingStrings */
150702                   "\026\000\001MIF.DMTF|Serial Ports|004.7\000",
150703                   /* ArrayType */
150704                   "\005Indexed",
150705                   /* ModelCorrespondence */
150706                   "\036\000\001CIM_SerialController.CapabilityDescriptions\000",
150707                   0,
150708               };
150709               
150710               static MetaProperty
150711               _CIM_SerialController_Capabilities =
150712               {
150713                   /* flags */
150714                   META_FLAG_PROPERTY|META_FLAG_READ,
150715                   /* name */
150716                   "Capabilities",
150717                   /* qualifiers */
150718                   _CIM_SerialController_Capabilities_qualifiers,
150719                   /* type */
150720                   CIMTYPE_UINT16,
150721 mike  1.1.2.1     /* subscript */
150722                   0,
150723                   /* value */
150724                   0,
150725               };
150726               
150727               static const char*
150728               _CIM_SerialController_CapabilityDescriptions_qualifiers[] =
150729               {
150730                   /* ArrayType */
150731                   "\005Indexed",
150732                   /* ModelCorrespondence */
150733                   "\036\000\001CIM_SerialController.Capabilities\000",
150734                   0,
150735               };
150736               
150737               static MetaProperty
150738               _CIM_SerialController_CapabilityDescriptions =
150739               {
150740                   /* flags */
150741                   META_FLAG_PROPERTY|META_FLAG_READ,
150742 mike  1.1.2.1     /* name */
150743                   "CapabilityDescriptions",
150744                   /* qualifiers */
150745                   _CIM_SerialController_CapabilityDescriptions_qualifiers,
150746                   /* type */
150747                   CIMTYPE_STRING,
150748                   /* subscript */
150749                   0,
150750                   /* value */
150751                   0,
150752               };
150753               
150754               static const char*
150755               _CIM_SerialController_MaxBaudRate_qualifiers[] =
150756               {
150757                   /* Units */
150758                   "\060Bits per Second",
150759                   /* MappingStrings */
150760                   "\026\000\001MIF.DMTF|Serial Ports|004.6\000",
150761                   0,
150762               };
150763 mike  1.1.2.1 
150764               static MetaProperty
150765               _CIM_SerialController_MaxBaudRate =
150766               {
150767                   /* flags */
150768                   META_FLAG_PROPERTY|META_FLAG_READ,
150769                   /* name */
150770                   "MaxBaudRate",
150771                   /* qualifiers */
150772                   _CIM_SerialController_MaxBaudRate_qualifiers,
150773                   /* type */
150774                   CIMTYPE_UINT32,
150775                   /* subscript */
150776                   -1,
150777                   /* value */
150778                   0,
150779               };
150780               
150781               static const char*
150782               _CIM_SerialController_Security_qualifiers[] =
150783               {
150784 mike  1.1.2.1     /* ValueMap */
150785                   "\061\000\0061\0002\0003\0004\0005\0006\000",
150786                   /* Values */
150787                   "\062\000\006Other\000Unknown\000None\000External Interface Locked Out\000External Interface Enabled\000Boot Bypass\000",
150788                   /* MappingStrings */
150789                   "\026\000\001MIF.DMTF|Serial Ports|004.9\000",
150790                   0,
150791               };
150792               
150793               static MetaProperty
150794               _CIM_SerialController_Security =
150795               {
150796                   /* flags */
150797                   META_FLAG_PROPERTY|META_FLAG_READ,
150798                   /* name */
150799                   "Security",
150800                   /* qualifiers */
150801                   _CIM_SerialController_Security_qualifiers,
150802                   /* type */
150803                   CIMTYPE_UINT16,
150804                   /* subscript */
150805 mike  1.1.2.1     -1,
150806                   /* value */
150807                   0,
150808               };
150809               
150810               static MetaFeature*
150811               _CIM_SerialController_features[] =
150812               {
150813                   (MetaFeature*)&_CIM_SerialController_Capabilities,
150814                   (MetaFeature*)&_CIM_SerialController_CapabilityDescriptions,
150815                   (MetaFeature*)&_CIM_SerialController_MaxBaudRate,
150816                   (MetaFeature*)&_CIM_SerialController_Security,
150817                   0,
150818               };
150819               
150820               static const char*
150821               __root_cimv2_CIM_SerialController_qualifiers[] =
150822               {
150823                   /* UMLPackagePath */
150824                   "\057CIM::Device::Controller",
150825                   /* Version */
150826 mike  1.1.2.1     "\0632.10.0",
150827                   0,
150828               };
150829               
150830               MetaClass
150831               __root_cimv2_CIM_SerialController =
150832               {
150833                   /* flags */
150834                   META_FLAG_CLASS,
150835                   /* name */
150836                   "CIM_SerialController",
150837                   /* qualifiers */
150838                   __root_cimv2_CIM_SerialController_qualifiers,
150839                   /* super */
150840                   &__root_cimv2_CIM_Controller,
150841                   /* features */
150842                   _CIM_SerialController_features,
150843               };
150844               
150845               //==============================================================================
150846               //
150847 mike  1.1.2.1 // Class: CIM_ServiceAccessBySAP
150848               //
150849               //==============================================================================
150850               
150851               static const char*
150852               _CIM_ServiceAccessBySAP_Antecedent_qualifiers[] =
150853               {
150854                   /* Override */
150855                   "\044Antecedent",
150856                   0,
150857               };
150858               
150859               static MetaReference
150860               _CIM_ServiceAccessBySAP_Antecedent =
150861               {
150862                   /* flags */
150863                   META_FLAG_REFERENCE|META_FLAG_READ,
150864                   /* name */
150865                   "Antecedent",
150866                   /* qualifiers */
150867                   _CIM_ServiceAccessBySAP_Antecedent_qualifiers,
150868 mike  1.1.2.1     /* subscript */
150869                   -1,
150870                   /* refId */
150871                   &__root_cimv2_CIM_Service,
150872               };
150873               
150874               static const char*
150875               _CIM_ServiceAccessBySAP_Dependent_qualifiers[] =
150876               {
150877                   /* Override */
150878                   "\044Dependent",
150879                   0,
150880               };
150881               
150882               static MetaReference
150883               _CIM_ServiceAccessBySAP_Dependent =
150884               {
150885                   /* flags */
150886                   META_FLAG_REFERENCE|META_FLAG_READ,
150887                   /* name */
150888                   "Dependent",
150889 mike  1.1.2.1     /* qualifiers */
150890                   _CIM_ServiceAccessBySAP_Dependent_qualifiers,
150891                   /* subscript */
150892                   -1,
150893                   /* refId */
150894                   &__root_cimv2_CIM_ServiceAccessPoint,
150895               };
150896               
150897               static MetaFeature*
150898               _CIM_ServiceAccessBySAP_features[] =
150899               {
150900                   (MetaFeature*)&_CIM_ServiceAccessBySAP_Antecedent,
150901                   (MetaFeature*)&_CIM_ServiceAccessBySAP_Dependent,
150902                   0,
150903               };
150904               
150905               static const char*
150906               __root_cimv2_CIM_ServiceAccessBySAP_qualifiers[] =
150907               {
150908                   /* ASSOCIATION */
150909                   "\000\001",
150910 mike  1.1.2.1     /* UMLPackagePath */
150911                   "\057CIM::Core::Service",
150912                   /* Version */
150913                   "\0632.10.0",
150914                   0,
150915               };
150916               
150917               MetaClass
150918               __root_cimv2_CIM_ServiceAccessBySAP =
150919               {
150920                   /* flags */
150921                   META_FLAG_ASSOCIATION,
150922                   /* name */
150923                   "CIM_ServiceAccessBySAP",
150924                   /* qualifiers */
150925                   __root_cimv2_CIM_ServiceAccessBySAP_qualifiers,
150926                   /* super */
150927                   &__root_cimv2_CIM_Dependency,
150928                   /* features */
150929                   _CIM_ServiceAccessBySAP_features,
150930               };
150931 mike  1.1.2.1 
150932               //==============================================================================
150933               //
150934               // Class: CIM_ServiceAvailableToDatabase
150935               //
150936               //==============================================================================
150937               
150938               static const char*
150939               _CIM_ServiceAvailableToDatabase_ServiceProvided_qualifiers[] =
150940               {
150941                   /* Override */
150942                   "\044ServiceProvided",
150943                   0,
150944               };
150945               
150946               static MetaReference
150947               _CIM_ServiceAvailableToDatabase_ServiceProvided =
150948               {
150949                   /* flags */
150950                   META_FLAG_REFERENCE|META_FLAG_READ,
150951                   /* name */
150952 mike  1.1.2.1     "ServiceProvided",
150953                   /* qualifiers */
150954                   _CIM_ServiceAvailableToDatabase_ServiceProvided_qualifiers,
150955                   /* subscript */
150956                   -1,
150957                   /* refId */
150958                   &__root_cimv2_CIM_DatabaseService,
150959               };
150960               
150961               static const char*
150962               _CIM_ServiceAvailableToDatabase_UserOfService_qualifiers[] =
150963               {
150964                   /* Override */
150965                   "\044UserOfService",
150966                   0,
150967               };
150968               
150969               static MetaReference
150970               _CIM_ServiceAvailableToDatabase_UserOfService =
150971               {
150972                   /* flags */
150973 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
150974                   /* name */
150975                   "UserOfService",
150976                   /* qualifiers */
150977                   _CIM_ServiceAvailableToDatabase_UserOfService_qualifiers,
150978                   /* subscript */
150979                   -1,
150980                   /* refId */
150981                   &__root_cimv2_CIM_CommonDatabase,
150982               };
150983               
150984               static const char*
150985               _CIM_ServiceAvailableToDatabase_AvailableState_qualifiers[] =
150986               {
150987                   /* ValueMap */
150988                   "\061\000\0051\0002\0003\0004\0005\000",
150989                   /* Values */
150990                   "\062\000\005Other\000Active\000Available\000Restricted\000Unavailable\000",
150991                   /* MappingStrings */
150992                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsRelState\000",
150993                   /* ModelCorrespondence */
150994 mike  1.1.2.1     "\036\000\001CIM_ServiceAvailableToDatabase.OtherAvailableState\000",
150995                   0,
150996               };
150997               
150998               static MetaProperty
150999               _CIM_ServiceAvailableToDatabase_AvailableState =
151000               {
151001                   /* flags */
151002                   META_FLAG_PROPERTY|META_FLAG_READ,
151003                   /* name */
151004                   "AvailableState",
151005                   /* qualifiers */
151006                   _CIM_ServiceAvailableToDatabase_AvailableState_qualifiers,
151007                   /* type */
151008                   CIMTYPE_UINT16,
151009                   /* subscript */
151010                   -1,
151011                   /* value */
151012                   0,
151013               };
151014               
151015 mike  1.1.2.1 static const char*
151016               _CIM_ServiceAvailableToDatabase_OtherAvailableState_qualifiers[] =
151017               {
151018                   /* ModelCorrespondence */
151019                   "\036\000\001CIM_ServiceAvailableToDatabase.AvailableState\000",
151020                   0,
151021               };
151022               
151023               static MetaProperty
151024               _CIM_ServiceAvailableToDatabase_OtherAvailableState =
151025               {
151026                   /* flags */
151027                   META_FLAG_PROPERTY|META_FLAG_READ,
151028                   /* name */
151029                   "OtherAvailableState",
151030                   /* qualifiers */
151031                   _CIM_ServiceAvailableToDatabase_OtherAvailableState_qualifiers,
151032                   /* type */
151033                   CIMTYPE_STRING,
151034                   /* subscript */
151035                   -1,
151036 mike  1.1.2.1     /* value */
151037                   0,
151038               };
151039               
151040               static const char*
151041               _CIM_ServiceAvailableToDatabase_ActiveTime_qualifiers[] =
151042               {
151043                   /* MappingStrings */
151044                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsRelActiveTime\000",
151045                   0,
151046               };
151047               
151048               static MetaProperty
151049               _CIM_ServiceAvailableToDatabase_ActiveTime =
151050               {
151051                   /* flags */
151052                   META_FLAG_PROPERTY|META_FLAG_READ,
151053                   /* name */
151054                   "ActiveTime",
151055                   /* qualifiers */
151056                   _CIM_ServiceAvailableToDatabase_ActiveTime_qualifiers,
151057 mike  1.1.2.1     /* type */
151058                   CIMTYPE_DATETIME,
151059                   /* subscript */
151060                   -1,
151061                   /* value */
151062                   0,
151063               };
151064               
151065               static MetaFeature*
151066               _CIM_ServiceAvailableToDatabase_features[] =
151067               {
151068                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_ServiceProvided,
151069                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_UserOfService,
151070                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_AvailableState,
151071                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_OtherAvailableState,
151072                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_ActiveTime,
151073                   0,
151074               };
151075               
151076               static const char*
151077               __root_cimv2_CIM_ServiceAvailableToDatabase_qualifiers[] =
151078 mike  1.1.2.1 {
151079                   /* ASSOCIATION */
151080                   "\000\001",
151081                   /* UMLPackagePath */
151082                   "\057CIM::Database::System",
151083                   /* Version */
151084                   "\0632.7.0",
151085                   0,
151086               };
151087               
151088               MetaClass
151089               __root_cimv2_CIM_ServiceAvailableToDatabase =
151090               {
151091                   /* flags */
151092                   META_FLAG_ASSOCIATION,
151093                   /* name */
151094                   "CIM_ServiceAvailableToDatabase",
151095                   /* qualifiers */
151096                   __root_cimv2_CIM_ServiceAvailableToDatabase_qualifiers,
151097                   /* super */
151098                   &__root_cimv2_CIM_ServiceAvailableToElement,
151099 mike  1.1.2.1     /* features */
151100                   _CIM_ServiceAvailableToDatabase_features,
151101               };
151102               
151103               //==============================================================================
151104               //
151105               // Class: CIM_ServiceServiceDependency
151106               //
151107               //==============================================================================
151108               
151109               static const char*
151110               _CIM_ServiceServiceDependency_Antecedent_qualifiers[] =
151111               {
151112                   /* Override */
151113                   "\044Antecedent",
151114                   0,
151115               };
151116               
151117               static MetaReference
151118               _CIM_ServiceServiceDependency_Antecedent =
151119               {
151120 mike  1.1.2.1     /* flags */
151121                   META_FLAG_REFERENCE|META_FLAG_READ,
151122                   /* name */
151123                   "Antecedent",
151124                   /* qualifiers */
151125                   _CIM_ServiceServiceDependency_Antecedent_qualifiers,
151126                   /* subscript */
151127                   -1,
151128                   /* refId */
151129                   &__root_cimv2_CIM_Service,
151130               };
151131               
151132               static const char*
151133               _CIM_ServiceServiceDependency_Dependent_qualifiers[] =
151134               {
151135                   /* Override */
151136                   "\044Dependent",
151137                   0,
151138               };
151139               
151140               static MetaReference
151141 mike  1.1.2.1 _CIM_ServiceServiceDependency_Dependent =
151142               {
151143                   /* flags */
151144                   META_FLAG_REFERENCE|META_FLAG_READ,
151145                   /* name */
151146                   "Dependent",
151147                   /* qualifiers */
151148                   _CIM_ServiceServiceDependency_Dependent_qualifiers,
151149                   /* subscript */
151150                   -1,
151151                   /* refId */
151152                   &__root_cimv2_CIM_Service,
151153               };
151154               
151155               static const char*
151156               _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers[] =
151157               {
151158                   /* ValueMap */
151159                   "\061\000\0050\0001\0002\0003\0004\000",
151160                   /* Values */
151161                   "\062\000\005Unknown\000Other\000Service Must Have Completed\000Service Must Be Started\000Service Must Not Be Started\000",
151162 mike  1.1.2.1     0,
151163               };
151164               
151165               static MetaProperty
151166               _CIM_ServiceServiceDependency_TypeOfDependency =
151167               {
151168                   /* flags */
151169                   META_FLAG_PROPERTY|META_FLAG_READ,
151170                   /* name */
151171                   "TypeOfDependency",
151172                   /* qualifiers */
151173                   _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers,
151174                   /* type */
151175                   CIMTYPE_UINT16,
151176                   /* subscript */
151177                   -1,
151178                   /* value */
151179                   0,
151180               };
151181               
151182               static const char*
151183 mike  1.1.2.1 _CIM_ServiceServiceDependency_RestartService_qualifiers[] =
151184               {
151185                   0,
151186               };
151187               
151188               static MetaProperty
151189               _CIM_ServiceServiceDependency_RestartService =
151190               {
151191                   /* flags */
151192                   META_FLAG_PROPERTY|META_FLAG_READ,
151193                   /* name */
151194                   "RestartService",
151195                   /* qualifiers */
151196                   _CIM_ServiceServiceDependency_RestartService_qualifiers,
151197                   /* type */
151198                   CIMTYPE_BOOLEAN,
151199                   /* subscript */
151200                   -1,
151201                   /* value */
151202                   0,
151203               };
151204 mike  1.1.2.1 
151205               static MetaFeature*
151206               _CIM_ServiceServiceDependency_features[] =
151207               {
151208                   (MetaFeature*)&_CIM_ServiceServiceDependency_Antecedent,
151209                   (MetaFeature*)&_CIM_ServiceServiceDependency_Dependent,
151210                   (MetaFeature*)&_CIM_ServiceServiceDependency_TypeOfDependency,
151211                   (MetaFeature*)&_CIM_ServiceServiceDependency_RestartService,
151212                   0,
151213               };
151214               
151215               static const char*
151216               __root_cimv2_CIM_ServiceServiceDependency_qualifiers[] =
151217               {
151218                   /* ASSOCIATION */
151219                   "\000\001",
151220                   /* UMLPackagePath */
151221                   "\057CIM::Core::Service",
151222                   /* Version */
151223                   "\0632.10.0",
151224                   0,
151225 mike  1.1.2.1 };
151226               
151227               MetaClass
151228               __root_cimv2_CIM_ServiceServiceDependency =
151229               {
151230                   /* flags */
151231                   META_FLAG_ASSOCIATION,
151232                   /* name */
151233                   "CIM_ServiceServiceDependency",
151234                   /* qualifiers */
151235                   __root_cimv2_CIM_ServiceServiceDependency_qualifiers,
151236                   /* super */
151237                   &__root_cimv2_CIM_ProvidesServiceToElement,
151238                   /* features */
151239                   _CIM_ServiceServiceDependency_features,
151240               };
151241               
151242               //==============================================================================
151243               //
151244               // Class: CIM_ServiceUsesSecurityService
151245               //
151246 mike  1.1.2.1 //==============================================================================
151247               
151248               static const char*
151249               _CIM_ServiceUsesSecurityService_Antecedent_qualifiers[] =
151250               {
151251                   /* Override */
151252                   "\044Antecedent",
151253                   0,
151254               };
151255               
151256               static MetaReference
151257               _CIM_ServiceUsesSecurityService_Antecedent =
151258               {
151259                   /* flags */
151260                   META_FLAG_REFERENCE|META_FLAG_READ,
151261                   /* name */
151262                   "Antecedent",
151263                   /* qualifiers */
151264                   _CIM_ServiceUsesSecurityService_Antecedent_qualifiers,
151265                   /* subscript */
151266                   -1,
151267 mike  1.1.2.1     /* refId */
151268                   &__root_cimv2_CIM_SecurityService,
151269               };
151270               
151271               static const char*
151272               _CIM_ServiceUsesSecurityService_Dependent_qualifiers[] =
151273               {
151274                   /* Override */
151275                   "\044Dependent",
151276                   0,
151277               };
151278               
151279               static MetaReference
151280               _CIM_ServiceUsesSecurityService_Dependent =
151281               {
151282                   /* flags */
151283                   META_FLAG_REFERENCE|META_FLAG_READ,
151284                   /* name */
151285                   "Dependent",
151286                   /* qualifiers */
151287                   _CIM_ServiceUsesSecurityService_Dependent_qualifiers,
151288 mike  1.1.2.1     /* subscript */
151289                   -1,
151290                   /* refId */
151291                   &__root_cimv2_CIM_Service,
151292               };
151293               
151294               static MetaFeature*
151295               _CIM_ServiceUsesSecurityService_features[] =
151296               {
151297                   (MetaFeature*)&_CIM_ServiceUsesSecurityService_Antecedent,
151298                   (MetaFeature*)&_CIM_ServiceUsesSecurityService_Dependent,
151299                   0,
151300               };
151301               
151302               static const char*
151303               __root_cimv2_CIM_ServiceUsesSecurityService_qualifiers[] =
151304               {
151305                   /* ASSOCIATION */
151306                   "\000\001",
151307                   /* UMLPackagePath */
151308                   "\057CIM::User::SecurityServices",
151309 mike  1.1.2.1     /* Version */
151310                   "\0632.6.0",
151311                   0,
151312               };
151313               
151314               MetaClass
151315               __root_cimv2_CIM_ServiceUsesSecurityService =
151316               {
151317                   /* flags */
151318                   META_FLAG_ASSOCIATION,
151319                   /* name */
151320                   "CIM_ServiceUsesSecurityService",
151321                   /* qualifiers */
151322                   __root_cimv2_CIM_ServiceUsesSecurityService_qualifiers,
151323                   /* super */
151324                   &__root_cimv2_CIM_ServiceServiceDependency,
151325                   /* features */
151326                   _CIM_ServiceUsesSecurityService_features,
151327               };
151328               
151329               //==============================================================================
151330 mike  1.1.2.1 //
151331               // Class: CIM_SettingForSystem
151332               //
151333               //==============================================================================
151334               
151335               static const char*
151336               _CIM_SettingForSystem_Antecedent_qualifiers[] =
151337               {
151338                   /* Override */
151339                   "\044Antecedent",
151340                   /* Min */
151341                   "\033\000\000\000\001",
151342                   /* Max */
151343                   "\027\000\000\000\001",
151344                   0,
151345               };
151346               
151347               static MetaReference
151348               _CIM_SettingForSystem_Antecedent =
151349               {
151350                   /* flags */
151351 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
151352                   /* name */
151353                   "Antecedent",
151354                   /* qualifiers */
151355                   _CIM_SettingForSystem_Antecedent_qualifiers,
151356                   /* subscript */
151357                   -1,
151358                   /* refId */
151359                   &__root_cimv2_CIM_System,
151360               };
151361               
151362               static const char*
151363               _CIM_SettingForSystem_Dependent_qualifiers[] =
151364               {
151365                   /* Override */
151366                   "\044Dependent",
151367                   /* Weak */
151368                   "\064\001",
151369                   0,
151370               };
151371               
151372 mike  1.1.2.1 static MetaReference
151373               _CIM_SettingForSystem_Dependent =
151374               {
151375                   /* flags */
151376                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
151377                   /* name */
151378                   "Dependent",
151379                   /* qualifiers */
151380                   _CIM_SettingForSystem_Dependent_qualifiers,
151381                   /* subscript */
151382                   -1,
151383                   /* refId */
151384                   &__root_cimv2_CIM_SystemSetting,
151385               };
151386               
151387               static MetaFeature*
151388               _CIM_SettingForSystem_features[] =
151389               {
151390                   (MetaFeature*)&_CIM_SettingForSystem_Antecedent,
151391                   (MetaFeature*)&_CIM_SettingForSystem_Dependent,
151392                   0,
151393 mike  1.1.2.1 };
151394               
151395               static const char*
151396               __root_cimv2_CIM_SettingForSystem_qualifiers[] =
151397               {
151398                   /* ASSOCIATION */
151399                   "\000\001",
151400                   /* UMLPackagePath */
151401                   "\057CIM::Core::Settings",
151402                   /* Version */
151403                   "\0632.10.0",
151404                   0,
151405               };
151406               
151407               MetaClass
151408               __root_cimv2_CIM_SettingForSystem =
151409               {
151410                   /* flags */
151411                   META_FLAG_ASSOCIATION,
151412                   /* name */
151413                   "CIM_SettingForSystem",
151414 mike  1.1.2.1     /* qualifiers */
151415                   __root_cimv2_CIM_SettingForSystem_qualifiers,
151416                   /* super */
151417                   &__root_cimv2_CIM_HostedDependency,
151418                   /* features */
151419                   _CIM_SettingForSystem_features,
151420               };
151421               
151422               //==============================================================================
151423               //
151424               // Class: CIM_Snapshot
151425               //
151426               //==============================================================================
151427               
151428               static const char*
151429               _CIM_Snapshot_IsSynced_qualifiers[] =
151430               {
151431                   /* Deprecated */
151432                   "\013\000\001CIM_Synchronized.SyncMaintained\000",
151433                   0,
151434               };
151435 mike  1.1.2.1 
151436               static MetaProperty
151437               _CIM_Snapshot_IsSynced =
151438               {
151439                   /* flags */
151440                   META_FLAG_PROPERTY|META_FLAG_READ,
151441                   /* name */
151442                   "IsSynced",
151443                   /* qualifiers */
151444                   _CIM_Snapshot_IsSynced_qualifiers,
151445                   /* type */
151446                   CIMTYPE_BOOLEAN,
151447                   /* subscript */
151448                   -1,
151449                   /* value */
151450                   0,
151451               };
151452               
151453               static const char*
151454               _CIM_Snapshot_SyncTime_qualifiers[] =
151455               {
151456 mike  1.1.2.1     /* Deprecated */
151457                   "\013\000\001CIM_Synchronized.WhenSynced\000",
151458                   0,
151459               };
151460               
151461               static MetaProperty
151462               _CIM_Snapshot_SyncTime =
151463               {
151464                   /* flags */
151465                   META_FLAG_PROPERTY|META_FLAG_READ,
151466                   /* name */
151467                   "SyncTime",
151468                   /* qualifiers */
151469                   _CIM_Snapshot_SyncTime_qualifiers,
151470                   /* type */
151471                   CIMTYPE_DATETIME,
151472                   /* subscript */
151473                   -1,
151474                   /* value */
151475                   0,
151476               };
151477 mike  1.1.2.1 
151478               static MetaFeature*
151479               _CIM_Snapshot_features[] =
151480               {
151481                   (MetaFeature*)&_CIM_Snapshot_IsSynced,
151482                   (MetaFeature*)&_CIM_Snapshot_SyncTime,
151483                   0,
151484               };
151485               
151486               static const char*
151487               __root_cimv2_CIM_Snapshot_qualifiers[] =
151488               {
151489                   /* Deprecated */
151490                   "\013\000\001No Value\000",
151491                   /* UMLPackagePath */
151492                   "\057CIM::Device::SccExtents",
151493                   /* Version */
151494                   "\0632.7.0",
151495                   0,
151496               };
151497               
151498 mike  1.1.2.1 MetaClass
151499               __root_cimv2_CIM_Snapshot =
151500               {
151501                   /* flags */
151502                   META_FLAG_CLASS,
151503                   /* name */
151504                   "CIM_Snapshot",
151505                   /* qualifiers */
151506                   __root_cimv2_CIM_Snapshot_qualifiers,
151507                   /* super */
151508                   &__root_cimv2_CIM_StorageExtent,
151509                   /* features */
151510                   _CIM_Snapshot_features,
151511               };
151512               
151513               //==============================================================================
151514               //
151515               // Class: CIM_SnapshotOfExtent
151516               //
151517               //==============================================================================
151518               
151519 mike  1.1.2.1 static const char*
151520               _CIM_SnapshotOfExtent_Antecedent_qualifiers[] =
151521               {
151522                   /* Deprecated */
151523                   "\013\000\001No Value\000",
151524                   /* Override */
151525                   "\044Antecedent",
151526                   /* Max */
151527                   "\027\000\000\000\001",
151528                   0,
151529               };
151530               
151531               static MetaReference
151532               _CIM_SnapshotOfExtent_Antecedent =
151533               {
151534                   /* flags */
151535                   META_FLAG_REFERENCE|META_FLAG_READ,
151536                   /* name */
151537                   "Antecedent",
151538                   /* qualifiers */
151539                   _CIM_SnapshotOfExtent_Antecedent_qualifiers,
151540 mike  1.1.2.1     /* subscript */
151541                   -1,
151542                   /* refId */
151543                   &__root_cimv2_CIM_StorageExtent,
151544               };
151545               
151546               static const char*
151547               _CIM_SnapshotOfExtent_Dependent_qualifiers[] =
151548               {
151549                   /* Deprecated */
151550                   "\013\000\001No Value\000",
151551                   /* Override */
151552                   "\044Dependent",
151553                   0,
151554               };
151555               
151556               static MetaReference
151557               _CIM_SnapshotOfExtent_Dependent =
151558               {
151559                   /* flags */
151560                   META_FLAG_REFERENCE|META_FLAG_READ,
151561 mike  1.1.2.1     /* name */
151562                   "Dependent",
151563                   /* qualifiers */
151564                   _CIM_SnapshotOfExtent_Dependent_qualifiers,
151565                   /* subscript */
151566                   -1,
151567                   /* refId */
151568                   &__root_cimv2_CIM_Snapshot,
151569               };
151570               
151571               static const char*
151572               _CIM_SnapshotOfExtent_SnapshotType_qualifiers[] =
151573               {
151574                   /* Deprecated */
151575                   "\013\000\001CIM_StorageSynchronized.CopyType\000",
151576                   /* ValueMap */
151577                   "\061\000\0050\0001\0002\0003\0004\000",
151578                   /* Values */
151579                   "\062\000\005Other\000Unknown\000Copy\000Before Delta\000After Delta\000",
151580                   0,
151581               };
151582 mike  1.1.2.1 
151583               static MetaProperty
151584               _CIM_SnapshotOfExtent_SnapshotType =
151585               {
151586                   /* flags */
151587                   META_FLAG_PROPERTY|META_FLAG_READ,
151588                   /* name */
151589                   "SnapshotType",
151590                   /* qualifiers */
151591                   _CIM_SnapshotOfExtent_SnapshotType_qualifiers,
151592                   /* type */
151593                   CIMTYPE_UINT16,
151594                   /* subscript */
151595                   -1,
151596                   /* value */
151597                   0,
151598               };
151599               
151600               static MetaFeature*
151601               _CIM_SnapshotOfExtent_features[] =
151602               {
151603 mike  1.1.2.1     (MetaFeature*)&_CIM_SnapshotOfExtent_Antecedent,
151604                   (MetaFeature*)&_CIM_SnapshotOfExtent_Dependent,
151605                   (MetaFeature*)&_CIM_SnapshotOfExtent_SnapshotType,
151606                   0,
151607               };
151608               
151609               static const char*
151610               __root_cimv2_CIM_SnapshotOfExtent_qualifiers[] =
151611               {
151612                   /* ASSOCIATION */
151613                   "\000\001",
151614                   /* Deprecated */
151615                   "\013\000\001No Value\000",
151616                   /* UMLPackagePath */
151617                   "\057CIM::Device::SccExtents",
151618                   /* Version */
151619                   "\0632.7.0",
151620                   0,
151621               };
151622               
151623               MetaClass
151624 mike  1.1.2.1 __root_cimv2_CIM_SnapshotOfExtent =
151625               {
151626                   /* flags */
151627                   META_FLAG_ASSOCIATION,
151628                   /* name */
151629                   "CIM_SnapshotOfExtent",
151630                   /* qualifiers */
151631                   __root_cimv2_CIM_SnapshotOfExtent_qualifiers,
151632                   /* super */
151633                   &__root_cimv2_CIM_Dependency,
151634                   /* features */
151635                   _CIM_SnapshotOfExtent_features,
151636               };
151637               
151638               //==============================================================================
151639               //
151640               // Class: CIM_Specific802dot1QVLANService
151641               //
151642               //==============================================================================
151643               
151644               static MetaFeature*
151645 mike  1.1.2.1 _CIM_Specific802dot1QVLANService_features[] =
151646               {
151647                   0,
151648               };
151649               
151650               static const char*
151651               __root_cimv2_CIM_Specific802dot1QVLANService_qualifiers[] =
151652               {
151653                   /* Deprecated */
151654                   "\013\000\001No Value\000",
151655                   /* UMLPackagePath */
151656                   "\057CIM::Network::VLAN",
151657                   /* Version */
151658                   "\0632.8.0",
151659                   0,
151660               };
151661               
151662               MetaClass
151663               __root_cimv2_CIM_Specific802dot1QVLANService =
151664               {
151665                   /* flags */
151666 mike  1.1.2.1     META_FLAG_CLASS,
151667                   /* name */
151668                   "CIM_Specific802dot1QVLANService",
151669                   /* qualifiers */
151670                   __root_cimv2_CIM_Specific802dot1QVLANService_qualifiers,
151671                   /* super */
151672                   &__root_cimv2_CIM_VLANService,
151673                   /* features */
151674                   _CIM_Specific802dot1QVLANService_features,
151675               };
151676               
151677               //==============================================================================
151678               //
151679               // Class: CIM_SSAController
151680               //
151681               //==============================================================================
151682               
151683               static MetaFeature*
151684               _CIM_SSAController_features[] =
151685               {
151686                   0,
151687 mike  1.1.2.1 };
151688               
151689               static const char*
151690               __root_cimv2_CIM_SSAController_qualifiers[] =
151691               {
151692                   /* UMLPackagePath */
151693                   "\057CIM::Device::Controller",
151694                   /* Version */
151695                   "\0632.6.0",
151696                   0,
151697               };
151698               
151699               MetaClass
151700               __root_cimv2_CIM_SSAController =
151701               {
151702                   /* flags */
151703                   META_FLAG_CLASS,
151704                   /* name */
151705                   "CIM_SSAController",
151706                   /* qualifiers */
151707                   __root_cimv2_CIM_SSAController_qualifiers,
151708 mike  1.1.2.1     /* super */
151709                   &__root_cimv2_CIM_Controller,
151710                   /* features */
151711                   _CIM_SSAController_features,
151712               };
151713               
151714               //==============================================================================
151715               //
151716               // Class: CIM_StorageConfigurationService
151717               //
151718               //==============================================================================
151719               
151720               static const char*
151721               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName_qualifiers[] =
151722               {
151723                   /* IN */
151724                   "\024\001",
151725                   0,
151726               };
151727               
151728               static MetaProperty
151729 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName =
151730               {
151731                   /* flags */
151732                   META_FLAG_PROPERTY|META_FLAG_IN,
151733                   /* name */
151734                   "ElementName",
151735                   /* qualifiers */
151736                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName_qualifiers,
151737                   /* type */
151738                   CIMTYPE_STRING,
151739                   /* subscript */
151740                   -1,
151741                   /* value */
151742                   0,
151743               };
151744               
151745               static const char*
151746               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job_qualifiers[] =
151747               {
151748                   /* IN */
151749                   "\024\000",
151750 mike  1.1.2.1     /* OUT */
151751                   "\043\001",
151752                   0,
151753               };
151754               
151755               static MetaReference
151756               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job =
151757               {
151758                   /* flags */
151759                   META_FLAG_REFERENCE|META_FLAG_OUT,
151760                   /* name */
151761                   "Job",
151762                   /* qualifiers */
151763                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job_qualifiers,
151764                   /* subscript */
151765                   -1,
151766                   /* ref */
151767                   &__root_cimv2_CIM_ConcreteJob,
151768               };
151769               
151770               static const char*
151771 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal_qualifiers[] =
151772               {
151773                   /* IN */
151774                   "\024\001",
151775                   0,
151776               };
151777               
151778               static MetaReference
151779               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal =
151780               {
151781                   /* flags */
151782                   META_FLAG_REFERENCE|META_FLAG_IN,
151783                   /* name */
151784                   "Goal",
151785                   /* qualifiers */
151786                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal_qualifiers,
151787                   /* subscript */
151788                   -1,
151789                   /* ref */
151790                   &__root_cimv2_CIM_StorageSetting,
151791               };
151792 mike  1.1.2.1 
151793               static const char*
151794               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size_qualifiers[] =
151795               {
151796                   /* IN */
151797                   "\024\001",
151798                   /* OUT */
151799                   "\043\001",
151800                   /* Units */
151801                   "\060Bytes",
151802                   0,
151803               };
151804               
151805               static MetaProperty
151806               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size =
151807               {
151808                   /* flags */
151809                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
151810                   /* name */
151811                   "Size",
151812                   /* qualifiers */
151813 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size_qualifiers,
151814                   /* type */
151815                   CIMTYPE_UINT64,
151816                   /* subscript */
151817                   -1,
151818                   /* value */
151819                   0,
151820               };
151821               
151822               static const char*
151823               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools_qualifiers[] =
151824               {
151825                   /* IN */
151826                   "\024\001",
151827                   0,
151828               };
151829               
151830               static MetaProperty
151831               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools =
151832               {
151833                   /* flags */
151834 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
151835                   /* name */
151836                   "InPools",
151837                   /* qualifiers */
151838                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools_qualifiers,
151839                   /* type */
151840                   CIMTYPE_STRING,
151841                   /* subscript */
151842                   0,
151843                   /* value */
151844                   0,
151845               };
151846               
151847               static const char*
151848               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents_qualifiers[] =
151849               {
151850                   /* IN */
151851                   "\024\001",
151852                   0,
151853               };
151854               
151855 mike  1.1.2.1 static MetaProperty
151856               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents =
151857               {
151858                   /* flags */
151859                   META_FLAG_PROPERTY|META_FLAG_IN,
151860                   /* name */
151861                   "InExtents",
151862                   /* qualifiers */
151863                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents_qualifiers,
151864                   /* type */
151865                   CIMTYPE_STRING,
151866                   /* subscript */
151867                   0,
151868                   /* value */
151869                   0,
151870               };
151871               
151872               static const char*
151873               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool_qualifiers[] =
151874               {
151875                   /* IN */
151876 mike  1.1.2.1     "\024\001",
151877                   /* OUT */
151878                   "\043\001",
151879                   0,
151880               };
151881               
151882               static MetaReference
151883               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool =
151884               {
151885                   /* flags */
151886                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
151887                   /* name */
151888                   "Pool",
151889                   /* qualifiers */
151890                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool_qualifiers,
151891                   /* subscript */
151892                   -1,
151893                   /* ref */
151894                   &__root_cimv2_CIM_StoragePool,
151895               };
151896               
151897 mike  1.1.2.1 static MetaFeature*
151898               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_parameters[] =
151899               {
151900                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName,
151901                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job,
151902                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal,
151903                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size,
151904                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools,
151905                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents,
151906                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool,
151907                   0,
151908               };
151909               
151910               static const char*
151911               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_qualifiers[] =
151912               {
151913                   /* ValueMap */
151914                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
151915                   /* Values */
151916                   "\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",
151917                   0,
151918 mike  1.1.2.1 };
151919               
151920               static MetaMethod
151921               _CIM_StorageConfigurationService_CreateOrModifyStoragePool =
151922               {
151923                   /* flags */
151924                   META_FLAG_METHOD,
151925                   /* name */
151926                   "CIM_StorageConfigurationService",
151927                   /* qualifiers */
151928                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_qualifiers,
151929                   /* type */
151930                   CIMTYPE_UINT32,
151931                   /* parameters */
151932                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_parameters,
151933               };
151934               
151935               static const char*
151936               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName_qualifiers[] =
151937               {
151938                   /* IN */
151939 mike  1.1.2.1     "\024\001",
151940                   0,
151941               };
151942               
151943               static MetaProperty
151944               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName =
151945               {
151946                   /* flags */
151947                   META_FLAG_PROPERTY|META_FLAG_IN,
151948                   /* name */
151949                   "ElementName",
151950                   /* qualifiers */
151951                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName_qualifiers,
151952                   /* type */
151953                   CIMTYPE_STRING,
151954                   /* subscript */
151955                   -1,
151956                   /* value */
151957                   0,
151958               };
151959               
151960 mike  1.1.2.1 static const char*
151961               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType_qualifiers[] =
151962               {
151963                   /* IN */
151964                   "\024\001",
151965                   /* ValueMap */
151966                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
151967                   /* Values */
151968                   "\062\000\007Unknown\000Reserved\000StorageVolume\000StorageExtent\000LogicalDisk\000DMTF Reserved\000Vendor Specific\000",
151969                   0,
151970               };
151971               
151972               static MetaProperty
151973               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType =
151974               {
151975                   /* flags */
151976                   META_FLAG_PROPERTY|META_FLAG_IN,
151977                   /* name */
151978                   "ElementType",
151979                   /* qualifiers */
151980                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType_qualifiers,
151981 mike  1.1.2.1     /* type */
151982                   CIMTYPE_UINT16,
151983                   /* subscript */
151984                   -1,
151985                   /* value */
151986                   0,
151987               };
151988               
151989               static const char*
151990               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job_qualifiers[] =
151991               {
151992                   /* IN */
151993                   "\024\000",
151994                   /* OUT */
151995                   "\043\001",
151996                   0,
151997               };
151998               
151999               static MetaReference
152000               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job =
152001               {
152002 mike  1.1.2.1     /* flags */
152003                   META_FLAG_REFERENCE|META_FLAG_OUT,
152004                   /* name */
152005                   "Job",
152006                   /* qualifiers */
152007                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job_qualifiers,
152008                   /* subscript */
152009                   -1,
152010                   /* ref */
152011                   &__root_cimv2_CIM_ConcreteJob,
152012               };
152013               
152014               static const char*
152015               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal_qualifiers[] =
152016               {
152017                   /* IN */
152018                   "\024\001",
152019                   0,
152020               };
152021               
152022               static MetaReference
152023 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal =
152024               {
152025                   /* flags */
152026                   META_FLAG_REFERENCE|META_FLAG_IN,
152027                   /* name */
152028                   "Goal",
152029                   /* qualifiers */
152030                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal_qualifiers,
152031                   /* subscript */
152032                   -1,
152033                   /* ref */
152034                   &__root_cimv2_CIM_ManagedElement,
152035               };
152036               
152037               static const char*
152038               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size_qualifiers[] =
152039               {
152040                   /* IN */
152041                   "\024\001",
152042                   /* OUT */
152043                   "\043\001",
152044 mike  1.1.2.1     /* Units */
152045                   "\060Bytes",
152046                   0,
152047               };
152048               
152049               static MetaProperty
152050               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size =
152051               {
152052                   /* flags */
152053                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
152054                   /* name */
152055                   "Size",
152056                   /* qualifiers */
152057                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size_qualifiers,
152058                   /* type */
152059                   CIMTYPE_UINT64,
152060                   /* subscript */
152061                   -1,
152062                   /* value */
152063                   0,
152064               };
152065 mike  1.1.2.1 
152066               static const char*
152067               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool_qualifiers[] =
152068               {
152069                   /* IN */
152070                   "\024\001",
152071                   0,
152072               };
152073               
152074               static MetaReference
152075               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool =
152076               {
152077                   /* flags */
152078                   META_FLAG_REFERENCE|META_FLAG_IN,
152079                   /* name */
152080                   "InPool",
152081                   /* qualifiers */
152082                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool_qualifiers,
152083                   /* subscript */
152084                   -1,
152085                   /* ref */
152086 mike  1.1.2.1     &__root_cimv2_CIM_StoragePool,
152087               };
152088               
152089               static const char*
152090               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement_qualifiers[] =
152091               {
152092                   /* IN */
152093                   "\024\001",
152094                   /* OUT */
152095                   "\043\001",
152096                   0,
152097               };
152098               
152099               static MetaReference
152100               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement =
152101               {
152102                   /* flags */
152103                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
152104                   /* name */
152105                   "TheElement",
152106                   /* qualifiers */
152107 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement_qualifiers,
152108                   /* subscript */
152109                   -1,
152110                   /* ref */
152111                   &__root_cimv2_CIM_LogicalElement,
152112               };
152113               
152114               static MetaFeature*
152115               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_parameters[] =
152116               {
152117                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName,
152118                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType,
152119                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job,
152120                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal,
152121                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size,
152122                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool,
152123                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement,
152124                   0,
152125               };
152126               
152127               static const char*
152128 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_qualifiers[] =
152129               {
152130                   /* ValueMap */
152131                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
152132                   /* Values */
152133                   "\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",
152134                   0,
152135               };
152136               
152137               static MetaMethod
152138               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool =
152139               {
152140                   /* flags */
152141                   META_FLAG_METHOD,
152142                   /* name */
152143                   "CIM_StorageConfigurationService",
152144                   /* qualifiers */
152145                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_qualifiers,
152146                   /* type */
152147                   CIMTYPE_UINT32,
152148                   /* parameters */
152149 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_parameters,
152150               };
152151               
152152               static const char*
152153               _CIM_StorageConfigurationService_DeleteStoragePool_Job_qualifiers[] =
152154               {
152155                   /* IN */
152156                   "\024\000",
152157                   /* OUT */
152158                   "\043\001",
152159                   0,
152160               };
152161               
152162               static MetaReference
152163               _CIM_StorageConfigurationService_DeleteStoragePool_Job =
152164               {
152165                   /* flags */
152166                   META_FLAG_REFERENCE|META_FLAG_OUT,
152167                   /* name */
152168                   "Job",
152169                   /* qualifiers */
152170 mike  1.1.2.1     _CIM_StorageConfigurationService_DeleteStoragePool_Job_qualifiers,
152171                   /* subscript */
152172                   -1,
152173                   /* ref */
152174                   &__root_cimv2_CIM_ConcreteJob,
152175               };
152176               
152177               static const char*
152178               _CIM_StorageConfigurationService_DeleteStoragePool_Pool_qualifiers[] =
152179               {
152180                   /* IN */
152181                   "\024\001",
152182                   0,
152183               };
152184               
152185               static MetaReference
152186               _CIM_StorageConfigurationService_DeleteStoragePool_Pool =
152187               {
152188                   /* flags */
152189                   META_FLAG_REFERENCE|META_FLAG_IN,
152190                   /* name */
152191 mike  1.1.2.1     "Pool",
152192                   /* qualifiers */
152193                   _CIM_StorageConfigurationService_DeleteStoragePool_Pool_qualifiers,
152194                   /* subscript */
152195                   -1,
152196                   /* ref */
152197                   &__root_cimv2_CIM_StoragePool,
152198               };
152199               
152200               static MetaFeature*
152201               _CIM_StorageConfigurationService_DeleteStoragePool_parameters[] =
152202               {
152203                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool_Job,
152204                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool_Pool,
152205                   0,
152206               };
152207               
152208               static const char*
152209               _CIM_StorageConfigurationService_DeleteStoragePool_qualifiers[] =
152210               {
152211                   /* ValueMap */
152212 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152213                   /* Values */
152214                   "\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",
152215                   0,
152216               };
152217               
152218               static MetaMethod
152219               _CIM_StorageConfigurationService_DeleteStoragePool =
152220               {
152221                   /* flags */
152222                   META_FLAG_METHOD,
152223                   /* name */
152224                   "CIM_StorageConfigurationService",
152225                   /* qualifiers */
152226                   _CIM_StorageConfigurationService_DeleteStoragePool_qualifiers,
152227                   /* type */
152228                   CIMTYPE_UINT32,
152229                   /* parameters */
152230                   _CIM_StorageConfigurationService_DeleteStoragePool_parameters,
152231               };
152232               
152233 mike  1.1.2.1 static const char*
152234               _CIM_StorageConfigurationService_ReturnToStoragePool_Job_qualifiers[] =
152235               {
152236                   /* IN */
152237                   "\024\000",
152238                   /* OUT */
152239                   "\043\001",
152240                   0,
152241               };
152242               
152243               static MetaReference
152244               _CIM_StorageConfigurationService_ReturnToStoragePool_Job =
152245               {
152246                   /* flags */
152247                   META_FLAG_REFERENCE|META_FLAG_OUT,
152248                   /* name */
152249                   "Job",
152250                   /* qualifiers */
152251                   _CIM_StorageConfigurationService_ReturnToStoragePool_Job_qualifiers,
152252                   /* subscript */
152253                   -1,
152254 mike  1.1.2.1     /* ref */
152255                   &__root_cimv2_CIM_ConcreteJob,
152256               };
152257               
152258               static const char*
152259               _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement_qualifiers[] =
152260               {
152261                   /* IN */
152262                   "\024\001",
152263                   0,
152264               };
152265               
152266               static MetaReference
152267               _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement =
152268               {
152269                   /* flags */
152270                   META_FLAG_REFERENCE|META_FLAG_IN,
152271                   /* name */
152272                   "TheElement",
152273                   /* qualifiers */
152274                   _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement_qualifiers,
152275 mike  1.1.2.1     /* subscript */
152276                   -1,
152277                   /* ref */
152278                   &__root_cimv2_CIM_LogicalElement,
152279               };
152280               
152281               static MetaFeature*
152282               _CIM_StorageConfigurationService_ReturnToStoragePool_parameters[] =
152283               {
152284                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool_Job,
152285                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool_TheElement,
152286                   0,
152287               };
152288               
152289               static const char*
152290               _CIM_StorageConfigurationService_ReturnToStoragePool_qualifiers[] =
152291               {
152292                   /* ValueMap */
152293                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152294                   /* Values */
152295                   "\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",
152296 mike  1.1.2.1     0,
152297               };
152298               
152299               static MetaMethod
152300               _CIM_StorageConfigurationService_ReturnToStoragePool =
152301               {
152302                   /* flags */
152303                   META_FLAG_METHOD,
152304                   /* name */
152305                   "CIM_StorageConfigurationService",
152306                   /* qualifiers */
152307                   _CIM_StorageConfigurationService_ReturnToStoragePool_qualifiers,
152308                   /* type */
152309                   CIMTYPE_UINT32,
152310                   /* parameters */
152311                   _CIM_StorageConfigurationService_ReturnToStoragePool_parameters,
152312               };
152313               
152314               static const char*
152315               _CIM_StorageConfigurationService_CreateReplica_ElementName_qualifiers[] =
152316               {
152317 mike  1.1.2.1     /* IN */
152318                   "\024\001",
152319                   0,
152320               };
152321               
152322               static MetaProperty
152323               _CIM_StorageConfigurationService_CreateReplica_ElementName =
152324               {
152325                   /* flags */
152326                   META_FLAG_PROPERTY|META_FLAG_IN,
152327                   /* name */
152328                   "ElementName",
152329                   /* qualifiers */
152330                   _CIM_StorageConfigurationService_CreateReplica_ElementName_qualifiers,
152331                   /* type */
152332                   CIMTYPE_STRING,
152333                   /* subscript */
152334                   -1,
152335                   /* value */
152336                   0,
152337               };
152338 mike  1.1.2.1 
152339               static const char*
152340               _CIM_StorageConfigurationService_CreateReplica_Job_qualifiers[] =
152341               {
152342                   /* IN */
152343                   "\024\000",
152344                   /* OUT */
152345                   "\043\001",
152346                   0,
152347               };
152348               
152349               static MetaReference
152350               _CIM_StorageConfigurationService_CreateReplica_Job =
152351               {
152352                   /* flags */
152353                   META_FLAG_REFERENCE|META_FLAG_OUT,
152354                   /* name */
152355                   "Job",
152356                   /* qualifiers */
152357                   _CIM_StorageConfigurationService_CreateReplica_Job_qualifiers,
152358                   /* subscript */
152359 mike  1.1.2.1     -1,
152360                   /* ref */
152361                   &__root_cimv2_CIM_ConcreteJob,
152362               };
152363               
152364               static const char*
152365               _CIM_StorageConfigurationService_CreateReplica_SourceElement_qualifiers[] =
152366               {
152367                   /* Required */
152368                   "\050\001",
152369                   /* IN */
152370                   "\024\001",
152371                   0,
152372               };
152373               
152374               static MetaReference
152375               _CIM_StorageConfigurationService_CreateReplica_SourceElement =
152376               {
152377                   /* flags */
152378                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152379                   /* name */
152380 mike  1.1.2.1     "SourceElement",
152381                   /* qualifiers */
152382                   _CIM_StorageConfigurationService_CreateReplica_SourceElement_qualifiers,
152383                   /* subscript */
152384                   -1,
152385                   /* ref */
152386                   &__root_cimv2_CIM_LogicalElement,
152387               };
152388               
152389               static const char*
152390               _CIM_StorageConfigurationService_CreateReplica_TargetElement_qualifiers[] =
152391               {
152392                   /* IN */
152393                   "\024\000",
152394                   /* OUT */
152395                   "\043\001",
152396                   0,
152397               };
152398               
152399               static MetaReference
152400               _CIM_StorageConfigurationService_CreateReplica_TargetElement =
152401 mike  1.1.2.1 {
152402                   /* flags */
152403                   META_FLAG_REFERENCE|META_FLAG_OUT,
152404                   /* name */
152405                   "TargetElement",
152406                   /* qualifiers */
152407                   _CIM_StorageConfigurationService_CreateReplica_TargetElement_qualifiers,
152408                   /* subscript */
152409                   -1,
152410                   /* ref */
152411                   &__root_cimv2_CIM_LogicalElement,
152412               };
152413               
152414               static const char*
152415               _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal_qualifiers[] =
152416               {
152417                   /* IN */
152418                   "\024\001",
152419                   0,
152420               };
152421               
152422 mike  1.1.2.1 static MetaReference
152423               _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal =
152424               {
152425                   /* flags */
152426                   META_FLAG_REFERENCE|META_FLAG_IN,
152427                   /* name */
152428                   "TargetSettingGoal",
152429                   /* qualifiers */
152430                   _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal_qualifiers,
152431                   /* subscript */
152432                   -1,
152433                   /* ref */
152434                   &__root_cimv2_CIM_StorageSetting,
152435               };
152436               
152437               static const char*
152438               _CIM_StorageConfigurationService_CreateReplica_TargetPool_qualifiers[] =
152439               {
152440                   /* IN */
152441                   "\024\001",
152442                   0,
152443 mike  1.1.2.1 };
152444               
152445               static MetaReference
152446               _CIM_StorageConfigurationService_CreateReplica_TargetPool =
152447               {
152448                   /* flags */
152449                   META_FLAG_REFERENCE|META_FLAG_IN,
152450                   /* name */
152451                   "TargetPool",
152452                   /* qualifiers */
152453                   _CIM_StorageConfigurationService_CreateReplica_TargetPool_qualifiers,
152454                   /* subscript */
152455                   -1,
152456                   /* ref */
152457                   &__root_cimv2_CIM_StoragePool,
152458               };
152459               
152460               static const char*
152461               _CIM_StorageConfigurationService_CreateReplica_CopyType_qualifiers[] =
152462               {
152463                   /* IN */
152464 mike  1.1.2.1     "\024\001",
152465                   /* ValueMap */
152466                   "\061\000\0062\0003\0004\0005\000..\00032768..65535\000",
152467                   /* Values */
152468                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
152469                   0,
152470               };
152471               
152472               static MetaProperty
152473               _CIM_StorageConfigurationService_CreateReplica_CopyType =
152474               {
152475                   /* flags */
152476                   META_FLAG_PROPERTY|META_FLAG_IN,
152477                   /* name */
152478                   "CopyType",
152479                   /* qualifiers */
152480                   _CIM_StorageConfigurationService_CreateReplica_CopyType_qualifiers,
152481                   /* type */
152482                   CIMTYPE_UINT16,
152483                   /* subscript */
152484                   -1,
152485 mike  1.1.2.1     /* value */
152486                   0,
152487               };
152488               
152489               static MetaFeature*
152490               _CIM_StorageConfigurationService_CreateReplica_parameters[] =
152491               {
152492                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_ElementName,
152493                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_Job,
152494                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_SourceElement,
152495                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetElement,
152496                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal,
152497                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetPool,
152498                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_CopyType,
152499                   0,
152500               };
152501               
152502               static const char*
152503               _CIM_StorageConfigurationService_CreateReplica_qualifiers[] =
152504               {
152505                   /* ValueMap */
152506 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152507                   /* Values */
152508                   "\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",
152509                   0,
152510               };
152511               
152512               static MetaMethod
152513               _CIM_StorageConfigurationService_CreateReplica =
152514               {
152515                   /* flags */
152516                   META_FLAG_METHOD,
152517                   /* name */
152518                   "CIM_StorageConfigurationService",
152519                   /* qualifiers */
152520                   _CIM_StorageConfigurationService_CreateReplica_qualifiers,
152521                   /* type */
152522                   CIMTYPE_UINT32,
152523                   /* parameters */
152524                   _CIM_StorageConfigurationService_CreateReplica_parameters,
152525               };
152526               
152527 mike  1.1.2.1 static const char*
152528               _CIM_StorageConfigurationService_ModifySynchronization_Operation_qualifiers[] =
152529               {
152530                   /* IN */
152531                   "\024\001",
152532                   /* ValueMap */
152533                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..0xFFFF\000",
152534                   /* Values */
152535                   "\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",
152536                   0,
152537               };
152538               
152539               static MetaProperty
152540               _CIM_StorageConfigurationService_ModifySynchronization_Operation =
152541               {
152542                   /* flags */
152543                   META_FLAG_PROPERTY|META_FLAG_IN,
152544                   /* name */
152545                   "Operation",
152546                   /* qualifiers */
152547                   _CIM_StorageConfigurationService_ModifySynchronization_Operation_qualifiers,
152548 mike  1.1.2.1     /* type */
152549                   CIMTYPE_UINT16,
152550                   /* subscript */
152551                   -1,
152552                   /* value */
152553                   0,
152554               };
152555               
152556               static const char*
152557               _CIM_StorageConfigurationService_ModifySynchronization_Job_qualifiers[] =
152558               {
152559                   /* IN */
152560                   "\024\000",
152561                   /* OUT */
152562                   "\043\001",
152563                   0,
152564               };
152565               
152566               static MetaReference
152567               _CIM_StorageConfigurationService_ModifySynchronization_Job =
152568               {
152569 mike  1.1.2.1     /* flags */
152570                   META_FLAG_REFERENCE|META_FLAG_OUT,
152571                   /* name */
152572                   "Job",
152573                   /* qualifiers */
152574                   _CIM_StorageConfigurationService_ModifySynchronization_Job_qualifiers,
152575                   /* subscript */
152576                   -1,
152577                   /* ref */
152578                   &__root_cimv2_CIM_ConcreteJob,
152579               };
152580               
152581               static const char*
152582               _CIM_StorageConfigurationService_ModifySynchronization_Synchronization_qualifiers[] =
152583               {
152584                   /* IN */
152585                   "\024\001",
152586                   0,
152587               };
152588               
152589               static MetaReference
152590 mike  1.1.2.1 _CIM_StorageConfigurationService_ModifySynchronization_Synchronization =
152591               {
152592                   /* flags */
152593                   META_FLAG_REFERENCE|META_FLAG_IN,
152594                   /* name */
152595                   "Synchronization",
152596                   /* qualifiers */
152597                   _CIM_StorageConfigurationService_ModifySynchronization_Synchronization_qualifiers,
152598                   /* subscript */
152599                   -1,
152600                   /* ref */
152601                   &__root_cimv2_CIM_StorageSynchronized,
152602               };
152603               
152604               static MetaFeature*
152605               _CIM_StorageConfigurationService_ModifySynchronization_parameters[] =
152606               {
152607                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Operation,
152608                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Job,
152609                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Synchronization,
152610                   0,
152611 mike  1.1.2.1 };
152612               
152613               static const char*
152614               _CIM_StorageConfigurationService_ModifySynchronization_qualifiers[] =
152615               {
152616                   /* ValueMap */
152617                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0000x1000\0000x1001..0x7FFF\0000x8000..0xFFFF\000",
152618                   /* Values */
152619                   "\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",
152620                   0,
152621               };
152622               
152623               static MetaMethod
152624               _CIM_StorageConfigurationService_ModifySynchronization =
152625               {
152626                   /* flags */
152627                   META_FLAG_METHOD,
152628                   /* name */
152629                   "CIM_StorageConfigurationService",
152630                   /* qualifiers */
152631                   _CIM_StorageConfigurationService_ModifySynchronization_qualifiers,
152632 mike  1.1.2.1     /* type */
152633                   CIMTYPE_UINT32,
152634                   /* parameters */
152635                   _CIM_StorageConfigurationService_ModifySynchronization_parameters,
152636               };
152637               
152638               static const char*
152639               _CIM_StorageConfigurationService_AttachReplica_Job_qualifiers[] =
152640               {
152641                   /* IN */
152642                   "\024\000",
152643                   /* OUT */
152644                   "\043\001",
152645                   0,
152646               };
152647               
152648               static MetaReference
152649               _CIM_StorageConfigurationService_AttachReplica_Job =
152650               {
152651                   /* flags */
152652                   META_FLAG_REFERENCE|META_FLAG_OUT,
152653 mike  1.1.2.1     /* name */
152654                   "Job",
152655                   /* qualifiers */
152656                   _CIM_StorageConfigurationService_AttachReplica_Job_qualifiers,
152657                   /* subscript */
152658                   -1,
152659                   /* ref */
152660                   &__root_cimv2_CIM_ConcreteJob,
152661               };
152662               
152663               static const char*
152664               _CIM_StorageConfigurationService_AttachReplica_SourceElement_qualifiers[] =
152665               {
152666                   /* Required */
152667                   "\050\001",
152668                   /* IN */
152669                   "\024\001",
152670                   0,
152671               };
152672               
152673               static MetaReference
152674 mike  1.1.2.1 _CIM_StorageConfigurationService_AttachReplica_SourceElement =
152675               {
152676                   /* flags */
152677                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152678                   /* name */
152679                   "SourceElement",
152680                   /* qualifiers */
152681                   _CIM_StorageConfigurationService_AttachReplica_SourceElement_qualifiers,
152682                   /* subscript */
152683                   -1,
152684                   /* ref */
152685                   &__root_cimv2_CIM_ManagedElement,
152686               };
152687               
152688               static const char*
152689               _CIM_StorageConfigurationService_AttachReplica_TargetElement_qualifiers[] =
152690               {
152691                   /* IN */
152692                   "\024\001",
152693                   0,
152694               };
152695 mike  1.1.2.1 
152696               static MetaReference
152697               _CIM_StorageConfigurationService_AttachReplica_TargetElement =
152698               {
152699                   /* flags */
152700                   META_FLAG_REFERENCE|META_FLAG_IN,
152701                   /* name */
152702                   "TargetElement",
152703                   /* qualifiers */
152704                   _CIM_StorageConfigurationService_AttachReplica_TargetElement_qualifiers,
152705                   /* subscript */
152706                   -1,
152707                   /* ref */
152708                   &__root_cimv2_CIM_ManagedElement,
152709               };
152710               
152711               static const char*
152712               _CIM_StorageConfigurationService_AttachReplica_CopyType_qualifiers[] =
152713               {
152714                   /* IN */
152715                   "\024\001",
152716 mike  1.1.2.1     /* ValueMap */
152717                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
152718                   /* Values */
152719                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
152720                   0,
152721               };
152722               
152723               static MetaProperty
152724               _CIM_StorageConfigurationService_AttachReplica_CopyType =
152725               {
152726                   /* flags */
152727                   META_FLAG_PROPERTY|META_FLAG_IN,
152728                   /* name */
152729                   "CopyType",
152730                   /* qualifiers */
152731                   _CIM_StorageConfigurationService_AttachReplica_CopyType_qualifiers,
152732                   /* type */
152733                   CIMTYPE_UINT16,
152734                   /* subscript */
152735                   -1,
152736                   /* value */
152737 mike  1.1.2.1     0,
152738               };
152739               
152740               static MetaFeature*
152741               _CIM_StorageConfigurationService_AttachReplica_parameters[] =
152742               {
152743                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_Job,
152744                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_SourceElement,
152745                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_TargetElement,
152746                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_CopyType,
152747                   0,
152748               };
152749               
152750               static const char*
152751               _CIM_StorageConfigurationService_AttachReplica_qualifiers[] =
152752               {
152753                   /* ValueMap */
152754                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0000x1000\0000x1001..0x7FFF\0000x8000..0xFFFF\000",
152755                   /* Values */
152756                   "\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",
152757                   0,
152758 mike  1.1.2.1 };
152759               
152760               static MetaMethod
152761               _CIM_StorageConfigurationService_AttachReplica =
152762               {
152763                   /* flags */
152764                   META_FLAG_METHOD,
152765                   /* name */
152766                   "CIM_StorageConfigurationService",
152767                   /* qualifiers */
152768                   _CIM_StorageConfigurationService_AttachReplica_qualifiers,
152769                   /* type */
152770                   CIMTYPE_UINT32,
152771                   /* parameters */
152772                   _CIM_StorageConfigurationService_AttachReplica_parameters,
152773               };
152774               
152775               static const char*
152776               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName_qualifiers[] =
152777               {
152778                   /* IN */
152779 mike  1.1.2.1     "\024\001",
152780                   0,
152781               };
152782               
152783               static MetaProperty
152784               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName =
152785               {
152786                   /* flags */
152787                   META_FLAG_PROPERTY|META_FLAG_IN,
152788                   /* name */
152789                   "ElementName",
152790                   /* qualifiers */
152791                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName_qualifiers,
152792                   /* type */
152793                   CIMTYPE_STRING,
152794                   /* subscript */
152795                   -1,
152796                   /* value */
152797                   0,
152798               };
152799               
152800 mike  1.1.2.1 static const char*
152801               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType_qualifiers[] =
152802               {
152803                   /* Required */
152804                   "\050\001",
152805                   /* IN */
152806                   "\024\001",
152807                   /* ValueMap */
152808                   "\061\000\0100\0001\0002\0003\0004\0005\000..\00032768..65535\000",
152809                   /* Values */
152810                   "\062\000\010Unknown\000Reserved\000Storage Volume\000Storage Extent\000Storage Pool\000Logical Disk\000DMTF Reserved\000Vendor Specific\000",
152811                   0,
152812               };
152813               
152814               static MetaProperty
152815               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType =
152816               {
152817                   /* flags */
152818                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
152819                   /* name */
152820                   "ElementType",
152821 mike  1.1.2.1     /* qualifiers */
152822                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType_qualifiers,
152823                   /* type */
152824                   CIMTYPE_UINT16,
152825                   /* subscript */
152826                   -1,
152827                   /* value */
152828                   0,
152829               };
152830               
152831               static const char*
152832               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job_qualifiers[] =
152833               {
152834                   /* IN */
152835                   "\024\000",
152836                   /* OUT */
152837                   "\043\001",
152838                   0,
152839               };
152840               
152841               static MetaReference
152842 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job =
152843               {
152844                   /* flags */
152845                   META_FLAG_REFERENCE|META_FLAG_OUT,
152846                   /* name */
152847                   "Job",
152848                   /* qualifiers */
152849                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job_qualifiers,
152850                   /* subscript */
152851                   -1,
152852                   /* ref */
152853                   &__root_cimv2_CIM_ConcreteJob,
152854               };
152855               
152856               static const char*
152857               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal_qualifiers[] =
152858               {
152859                   /* IN */
152860                   "\024\001",
152861                   0,
152862               };
152863 mike  1.1.2.1 
152864               static MetaReference
152865               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal =
152866               {
152867                   /* flags */
152868                   META_FLAG_REFERENCE|META_FLAG_IN,
152869                   /* name */
152870                   "Goal",
152871                   /* qualifiers */
152872                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal_qualifiers,
152873                   /* subscript */
152874                   -1,
152875                   /* ref */
152876                   &__root_cimv2_CIM_ManagedElement,
152877               };
152878               
152879               static const char*
152880               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size_qualifiers[] =
152881               {
152882                   /* IN */
152883                   "\024\001",
152884 mike  1.1.2.1     /* OUT */
152885                   "\043\001",
152886                   /* Units */
152887                   "\060Bytes",
152888                   0,
152889               };
152890               
152891               static MetaProperty
152892               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size =
152893               {
152894                   /* flags */
152895                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
152896                   /* name */
152897                   "Size",
152898                   /* qualifiers */
152899                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size_qualifiers,
152900                   /* type */
152901                   CIMTYPE_UINT64,
152902                   /* subscript */
152903                   -1,
152904                   /* value */
152905 mike  1.1.2.1     0,
152906               };
152907               
152908               static const char*
152909               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements_qualifiers[] =
152910               {
152911                   /* Required */
152912                   "\050\001",
152913                   /* IN */
152914                   "\024\001",
152915                   0,
152916               };
152917               
152918               static MetaReference
152919               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements =
152920               {
152921                   /* flags */
152922                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152923                   /* name */
152924                   "InElements",
152925                   /* qualifiers */
152926 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements_qualifiers,
152927                   /* subscript */
152928                   0,
152929                   /* ref */
152930                   &__root_cimv2_CIM_StorageExtent,
152931               };
152932               
152933               static const char*
152934               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement_qualifiers[] =
152935               {
152936                   /* IN */
152937                   "\024\001",
152938                   /* OUT */
152939                   "\043\001",
152940                   0,
152941               };
152942               
152943               static MetaReference
152944               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement =
152945               {
152946                   /* flags */
152947 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
152948                   /* name */
152949                   "TheElement",
152950                   /* qualifiers */
152951                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement_qualifiers,
152952                   /* subscript */
152953                   -1,
152954                   /* ref */
152955                   &__root_cimv2_CIM_LogicalElement,
152956               };
152957               
152958               static MetaFeature*
152959               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_parameters[] =
152960               {
152961                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName,
152962                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType,
152963                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job,
152964                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal,
152965                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size,
152966                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements,
152967                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement,
152968 mike  1.1.2.1     0,
152969               };
152970               
152971               static const char*
152972               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_qualifiers[] =
152973               {
152974                   /* ValueMap */
152975                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
152976                   /* Values */
152977                   "\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",
152978                   0,
152979               };
152980               
152981               static MetaMethod
152982               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements =
152983               {
152984                   /* flags */
152985                   META_FLAG_METHOD,
152986                   /* name */
152987                   "CIM_StorageConfigurationService",
152988                   /* qualifiers */
152989 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_qualifiers,
152990                   /* type */
152991                   CIMTYPE_UINT32,
152992                   /* parameters */
152993                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_parameters,
152994               };
152995               
152996               static MetaFeature*
152997               _CIM_StorageConfigurationService_features[] =
152998               {
152999                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool,
153000                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool,
153001                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool,
153002                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool,
153003                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica,
153004                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization,
153005                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica,
153006                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements,
153007                   0,
153008               };
153009               
153010 mike  1.1.2.1 static const char*
153011               __root_cimv2_CIM_StorageConfigurationService_qualifiers[] =
153012               {
153013                   /* UMLPackagePath */
153014                   "\057CIM::Device::StorageServices",
153015                   /* Version */
153016                   "\0632.11.0",
153017                   0,
153018               };
153019               
153020               MetaClass
153021               __root_cimv2_CIM_StorageConfigurationService =
153022               {
153023                   /* flags */
153024                   META_FLAG_CLASS,
153025                   /* name */
153026                   "CIM_StorageConfigurationService",
153027                   /* qualifiers */
153028                   __root_cimv2_CIM_StorageConfigurationService_qualifiers,
153029                   /* super */
153030                   &__root_cimv2_CIM_Service,
153031 mike  1.1.2.1     /* features */
153032                   _CIM_StorageConfigurationService_features,
153033               };
153034               
153035               //==============================================================================
153036               //
153037               // Class: CIM_StorageDefect
153038               //
153039               //==============================================================================
153040               
153041               static const char*
153042               _CIM_StorageDefect_Extent_qualifiers[] =
153043               {
153044                   /* Key */
153045                   "\025\001",
153046                   /* Aggregate */
153047                   "\003\001",
153048                   /* Min */
153049                   "\033\000\000\000\001",
153050                   /* Max */
153051                   "\027\000\000\000\001",
153052 mike  1.1.2.1     0,
153053               };
153054               
153055               static MetaReference
153056               _CIM_StorageDefect_Extent =
153057               {
153058                   /* flags */
153059                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
153060                   /* name */
153061                   "Extent",
153062                   /* qualifiers */
153063                   _CIM_StorageDefect_Extent_qualifiers,
153064                   /* subscript */
153065                   -1,
153066                   /* refId */
153067                   &__root_cimv2_CIM_StorageExtent,
153068               };
153069               
153070               static const char*
153071               _CIM_StorageDefect_Error_qualifiers[] =
153072               {
153073 mike  1.1.2.1     /* Key */
153074                   "\025\001",
153075                   /* Weak */
153076                   "\064\001",
153077                   0,
153078               };
153079               
153080               static MetaReference
153081               _CIM_StorageDefect_Error =
153082               {
153083                   /* flags */
153084                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
153085                   /* name */
153086                   "Error",
153087                   /* qualifiers */
153088                   _CIM_StorageDefect_Error_qualifiers,
153089                   /* subscript */
153090                   -1,
153091                   /* refId */
153092                   &__root_cimv2_CIM_StorageError,
153093               };
153094 mike  1.1.2.1 
153095               static MetaFeature*
153096               _CIM_StorageDefect_features[] =
153097               {
153098                   (MetaFeature*)&_CIM_StorageDefect_Extent,
153099                   (MetaFeature*)&_CIM_StorageDefect_Error,
153100                   0,
153101               };
153102               
153103               static const char*
153104               __root_cimv2_CIM_StorageDefect_qualifiers[] =
153105               {
153106                   /* ASSOCIATION */
153107                   "\000\001",
153108                   /* UMLPackagePath */
153109                   "\057CIM::Device::StorageExtents",
153110                   /* Aggregation */
153111                   "\004\001",
153112                   /* Version */
153113                   "\0632.6.0",
153114                   0,
153115 mike  1.1.2.1 };
153116               
153117               MetaClass
153118               __root_cimv2_CIM_StorageDefect =
153119               {
153120                   /* flags */
153121                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
153122                   /* name */
153123                   "CIM_StorageDefect",
153124                   /* qualifiers */
153125                   __root_cimv2_CIM_StorageDefect_qualifiers,
153126                   /* super */
153127                   0,
153128                   /* features */
153129                   _CIM_StorageDefect_features,
153130               };
153131               
153132               //==============================================================================
153133               //
153134               // Class: CIM_StorageLibrary
153135               //
153136 mike  1.1.2.1 //==============================================================================
153137               
153138               static const char*
153139               _CIM_StorageLibrary_Capabilities_qualifiers[] =
153140               {
153141                   /* ValueMap */
153142                   "\061\000\0050\0001\0002\0003\0004\000",
153143                   /* Values */
153144                   "\062\000\005Unknown\000Other\000Automatic Cleaning\000Manual Operation\000Front Panel Lockable\000",
153145                   0,
153146               };
153147               
153148               static MetaProperty
153149               _CIM_StorageLibrary_Capabilities =
153150               {
153151                   /* flags */
153152                   META_FLAG_PROPERTY|META_FLAG_READ,
153153                   /* name */
153154                   "Capabilities",
153155                   /* qualifiers */
153156                   _CIM_StorageLibrary_Capabilities_qualifiers,
153157 mike  1.1.2.1     /* type */
153158                   CIMTYPE_UINT16,
153159                   /* subscript */
153160                   0,
153161                   /* value */
153162                   0,
153163               };
153164               
153165               static const char*
153166               _CIM_StorageLibrary_Overfilled_qualifiers[] =
153167               {
153168                   0,
153169               };
153170               
153171               static MetaProperty
153172               _CIM_StorageLibrary_Overfilled =
153173               {
153174                   /* flags */
153175                   META_FLAG_PROPERTY|META_FLAG_READ,
153176                   /* name */
153177                   "Overfilled",
153178 mike  1.1.2.1     /* qualifiers */
153179                   _CIM_StorageLibrary_Overfilled_qualifiers,
153180                   /* type */
153181                   CIMTYPE_BOOLEAN,
153182                   /* subscript */
153183                   -1,
153184                   /* value */
153185                   0,
153186               };
153187               
153188               static const char*
153189               _CIM_StorageLibrary_AuditNeeded_qualifiers[] =
153190               {
153191                   0,
153192               };
153193               
153194               static MetaProperty
153195               _CIM_StorageLibrary_AuditNeeded =
153196               {
153197                   /* flags */
153198                   META_FLAG_PROPERTY|META_FLAG_READ,
153199 mike  1.1.2.1     /* name */
153200                   "AuditNeeded",
153201                   /* qualifiers */
153202                   _CIM_StorageLibrary_AuditNeeded_qualifiers,
153203                   /* type */
153204                   CIMTYPE_BOOLEAN,
153205                   /* subscript */
153206                   -1,
153207                   /* value */
153208                   0,
153209               };
153210               
153211               static const char*
153212               _CIM_StorageLibrary_AuditInProgress_qualifiers[] =
153213               {
153214                   0,
153215               };
153216               
153217               static MetaProperty
153218               _CIM_StorageLibrary_AuditInProgress =
153219               {
153220 mike  1.1.2.1     /* flags */
153221                   META_FLAG_PROPERTY|META_FLAG_READ,
153222                   /* name */
153223                   "AuditInProgress",
153224                   /* qualifiers */
153225                   _CIM_StorageLibrary_AuditInProgress_qualifiers,
153226                   /* type */
153227                   CIMTYPE_BOOLEAN,
153228                   /* subscript */
153229                   -1,
153230                   /* value */
153231                   0,
153232               };
153233               
153234               static const char*
153235               _CIM_StorageLibrary_MaxAuditTime_qualifiers[] =
153236               {
153237                   /* Units */
153238                   "\060Seconds",
153239                   0,
153240               };
153241 mike  1.1.2.1 
153242               static MetaProperty
153243               _CIM_StorageLibrary_MaxAuditTime =
153244               {
153245                   /* flags */
153246                   META_FLAG_PROPERTY|META_FLAG_READ,
153247                   /* name */
153248                   "MaxAuditTime",
153249                   /* qualifiers */
153250                   _CIM_StorageLibrary_MaxAuditTime_qualifiers,
153251                   /* type */
153252                   CIMTYPE_UINT64,
153253                   /* subscript */
153254                   -1,
153255                   /* value */
153256                   0,
153257               };
153258               
153259               static const char*
153260               _CIM_StorageLibrary_Automated_qualifiers[] =
153261               {
153262 mike  1.1.2.1     0,
153263               };
153264               
153265               static MetaProperty
153266               _CIM_StorageLibrary_Automated =
153267               {
153268                   /* flags */
153269                   META_FLAG_PROPERTY|META_FLAG_READ,
153270                   /* name */
153271                   "Automated",
153272                   /* qualifiers */
153273                   _CIM_StorageLibrary_Automated_qualifiers,
153274                   /* type */
153275                   CIMTYPE_BOOLEAN,
153276                   /* subscript */
153277                   -1,
153278                   /* value */
153279                   0,
153280               };
153281               
153282               static const char*
153283 mike  1.1.2.1 _CIM_StorageLibrary_RoboticsEnabled_qualifiers[] =
153284               {
153285                   0,
153286               };
153287               
153288               static MetaProperty
153289               _CIM_StorageLibrary_RoboticsEnabled =
153290               {
153291                   /* flags */
153292                   META_FLAG_PROPERTY|META_FLAG_READ,
153293                   /* name */
153294                   "RoboticsEnabled",
153295                   /* qualifiers */
153296                   _CIM_StorageLibrary_RoboticsEnabled_qualifiers,
153297                   /* type */
153298                   CIMTYPE_BOOLEAN,
153299                   /* subscript */
153300                   -1,
153301                   /* value */
153302                   0,
153303               };
153304 mike  1.1.2.1 
153305               static const char*
153306               _CIM_StorageLibrary_EnableRobotics_Enable_qualifiers[] =
153307               {
153308                   /* IN */
153309                   "\024\001",
153310                   0,
153311               };
153312               
153313               static MetaProperty
153314               _CIM_StorageLibrary_EnableRobotics_Enable =
153315               {
153316                   /* flags */
153317                   META_FLAG_PROPERTY|META_FLAG_IN,
153318                   /* name */
153319                   "Enable",
153320                   /* qualifiers */
153321                   _CIM_StorageLibrary_EnableRobotics_Enable_qualifiers,
153322                   /* type */
153323                   CIMTYPE_BOOLEAN,
153324                   /* subscript */
153325 mike  1.1.2.1     -1,
153326                   /* value */
153327                   0,
153328               };
153329               
153330               static MetaFeature*
153331               _CIM_StorageLibrary_EnableRobotics_parameters[] =
153332               {
153333                   (MetaFeature*)&_CIM_StorageLibrary_EnableRobotics_Enable,
153334                   0,
153335               };
153336               
153337               static const char*
153338               _CIM_StorageLibrary_EnableRobotics_qualifiers[] =
153339               {
153340                   0,
153341               };
153342               
153343               static MetaMethod
153344               _CIM_StorageLibrary_EnableRobotics =
153345               {
153346 mike  1.1.2.1     /* flags */
153347                   META_FLAG_METHOD,
153348                   /* name */
153349                   "CIM_StorageLibrary",
153350                   /* qualifiers */
153351                   _CIM_StorageLibrary_EnableRobotics_qualifiers,
153352                   /* type */
153353                   CIMTYPE_UINT32,
153354                   /* parameters */
153355                   _CIM_StorageLibrary_EnableRobotics_parameters,
153356               };
153357               
153358               static MetaFeature*
153359               _CIM_StorageLibrary_features[] =
153360               {
153361                   (MetaFeature*)&_CIM_StorageLibrary_Capabilities,
153362                   (MetaFeature*)&_CIM_StorageLibrary_Overfilled,
153363                   (MetaFeature*)&_CIM_StorageLibrary_AuditNeeded,
153364                   (MetaFeature*)&_CIM_StorageLibrary_AuditInProgress,
153365                   (MetaFeature*)&_CIM_StorageLibrary_MaxAuditTime,
153366                   (MetaFeature*)&_CIM_StorageLibrary_Automated,
153367 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageLibrary_RoboticsEnabled,
153368                   (MetaFeature*)&_CIM_StorageLibrary_EnableRobotics,
153369                   0,
153370               };
153371               
153372               static const char*
153373               __root_cimv2_CIM_StorageLibrary_qualifiers[] =
153374               {
153375                   /* UMLPackagePath */
153376                   "\057CIM::Device::StorageLib",
153377                   /* Version */
153378                   "\0632.6.0",
153379                   0,
153380               };
153381               
153382               MetaClass
153383               __root_cimv2_CIM_StorageLibrary =
153384               {
153385                   /* flags */
153386                   META_FLAG_CLASS,
153387                   /* name */
153388 mike  1.1.2.1     "CIM_StorageLibrary",
153389                   /* qualifiers */
153390                   __root_cimv2_CIM_StorageLibrary_qualifiers,
153391                   /* super */
153392                   &__root_cimv2_CIM_System,
153393                   /* features */
153394                   _CIM_StorageLibrary_features,
153395               };
153396               
153397               //==============================================================================
153398               //
153399               // Class: CIM_SwitchPort
153400               //
153401               //==============================================================================
153402               
153403               static const char*
153404               _CIM_SwitchPort_PortNumber_qualifiers[] =
153405               {
153406                   /* MappingStrings */
153407                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dPort\000",
153408                   0,
153409 mike  1.1.2.1 };
153410               
153411               static MetaProperty
153412               _CIM_SwitchPort_PortNumber =
153413               {
153414                   /* flags */
153415                   META_FLAG_PROPERTY|META_FLAG_READ,
153416                   /* name */
153417                   "PortNumber",
153418                   /* qualifiers */
153419                   _CIM_SwitchPort_PortNumber_qualifiers,
153420                   /* type */
153421                   CIMTYPE_UINT16,
153422                   /* subscript */
153423                   -1,
153424                   /* value */
153425                   0,
153426               };
153427               
153428               static MetaFeature*
153429               _CIM_SwitchPort_features[] =
153430 mike  1.1.2.1 {
153431                   (MetaFeature*)&_CIM_SwitchPort_PortNumber,
153432                   0,
153433               };
153434               
153435               static const char*
153436               __root_cimv2_CIM_SwitchPort_qualifiers[] =
153437               {
153438                   /* UMLPackagePath */
153439                   "\057CIM::Network::ProtocolEndpoints",
153440                   /* Version */
153441                   "\0632.7.0",
153442                   0,
153443               };
153444               
153445               MetaClass
153446               __root_cimv2_CIM_SwitchPort =
153447               {
153448                   /* flags */
153449                   META_FLAG_CLASS,
153450                   /* name */
153451 mike  1.1.2.1     "CIM_SwitchPort",
153452                   /* qualifiers */
153453                   __root_cimv2_CIM_SwitchPort_qualifiers,
153454                   /* super */
153455                   &__root_cimv2_CIM_ProtocolEndpoint,
153456                   /* features */
153457                   _CIM_SwitchPort_features,
153458               };
153459               
153460               //==============================================================================
153461               //
153462               // Class: CIM_SwitchPortDynamicForwarding
153463               //
153464               //==============================================================================
153465               
153466               static const char*
153467               _CIM_SwitchPortDynamicForwarding_Antecedent_qualifiers[] =
153468               {
153469                   /* Override */
153470                   "\044Antecedent",
153471                   /* Min */
153472 mike  1.1.2.1     "\033\000\000\000\001",
153473                   0,
153474               };
153475               
153476               static MetaReference
153477               _CIM_SwitchPortDynamicForwarding_Antecedent =
153478               {
153479                   /* flags */
153480                   META_FLAG_REFERENCE|META_FLAG_READ,
153481                   /* name */
153482                   "Antecedent",
153483                   /* qualifiers */
153484                   _CIM_SwitchPortDynamicForwarding_Antecedent_qualifiers,
153485                   /* subscript */
153486                   -1,
153487                   /* refId */
153488                   &__root_cimv2_CIM_SwitchPort,
153489               };
153490               
153491               static const char*
153492               _CIM_SwitchPortDynamicForwarding_Dependent_qualifiers[] =
153493 mike  1.1.2.1 {
153494                   /* Override */
153495                   "\044Dependent",
153496                   0,
153497               };
153498               
153499               static MetaReference
153500               _CIM_SwitchPortDynamicForwarding_Dependent =
153501               {
153502                   /* flags */
153503                   META_FLAG_REFERENCE|META_FLAG_READ,
153504                   /* name */
153505                   "Dependent",
153506                   /* qualifiers */
153507                   _CIM_SwitchPortDynamicForwarding_Dependent_qualifiers,
153508                   /* subscript */
153509                   -1,
153510                   /* refId */
153511                   &__root_cimv2_CIM_DynamicForwardingEntry,
153512               };
153513               
153514 mike  1.1.2.1 static MetaFeature*
153515               _CIM_SwitchPortDynamicForwarding_features[] =
153516               {
153517                   (MetaFeature*)&_CIM_SwitchPortDynamicForwarding_Antecedent,
153518                   (MetaFeature*)&_CIM_SwitchPortDynamicForwarding_Dependent,
153519                   0,
153520               };
153521               
153522               static const char*
153523               __root_cimv2_CIM_SwitchPortDynamicForwarding_qualifiers[] =
153524               {
153525                   /* ASSOCIATION */
153526                   "\000\001",
153527                   /* UMLPackagePath */
153528                   "\057CIM::Network::SwitchingBridging",
153529                   /* Version */
153530                   "\0632.7.0",
153531                   0,
153532               };
153533               
153534               MetaClass
153535 mike  1.1.2.1 __root_cimv2_CIM_SwitchPortDynamicForwarding =
153536               {
153537                   /* flags */
153538                   META_FLAG_ASSOCIATION,
153539                   /* name */
153540                   "CIM_SwitchPortDynamicForwarding",
153541                   /* qualifiers */
153542                   __root_cimv2_CIM_SwitchPortDynamicForwarding_qualifiers,
153543                   /* super */
153544                   &__root_cimv2_CIM_Dependency,
153545                   /* features */
153546                   _CIM_SwitchPortDynamicForwarding_features,
153547               };
153548               
153549               //==============================================================================
153550               //
153551               // Class: CIM_SwitchPortPair
153552               //
153553               //==============================================================================
153554               
153555               static const char*
153556 mike  1.1.2.1 _CIM_SwitchPortPair_Antecedent_qualifiers[] =
153557               {
153558                   /* Override */
153559                   "\044Antecedent",
153560                   0,
153561               };
153562               
153563               static MetaReference
153564               _CIM_SwitchPortPair_Antecedent =
153565               {
153566                   /* flags */
153567                   META_FLAG_REFERENCE|META_FLAG_READ,
153568                   /* name */
153569                   "Antecedent",
153570                   /* qualifiers */
153571                   _CIM_SwitchPortPair_Antecedent_qualifiers,
153572                   /* subscript */
153573                   -1,
153574                   /* refId */
153575                   &__root_cimv2_CIM_SwitchPort,
153576               };
153577 mike  1.1.2.1 
153578               static const char*
153579               _CIM_SwitchPortPair_Dependent_qualifiers[] =
153580               {
153581                   /* Override */
153582                   "\044Dependent",
153583                   0,
153584               };
153585               
153586               static MetaReference
153587               _CIM_SwitchPortPair_Dependent =
153588               {
153589                   /* flags */
153590                   META_FLAG_REFERENCE|META_FLAG_READ,
153591                   /* name */
153592                   "Dependent",
153593                   /* qualifiers */
153594                   _CIM_SwitchPortPair_Dependent_qualifiers,
153595                   /* subscript */
153596                   -1,
153597                   /* refId */
153598 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPort,
153599               };
153600               
153601               static const char*
153602               _CIM_SwitchPortPair_BridgeNum_qualifiers[] =
153603               {
153604                   /* MappingStrings */
153605                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeNum\000",
153606                   0,
153607               };
153608               
153609               static MetaProperty
153610               _CIM_SwitchPortPair_BridgeNum =
153611               {
153612                   /* flags */
153613                   META_FLAG_PROPERTY|META_FLAG_READ,
153614                   /* name */
153615                   "BridgeNum",
153616                   /* qualifiers */
153617                   _CIM_SwitchPortPair_BridgeNum_qualifiers,
153618                   /* type */
153619 mike  1.1.2.1     CIMTYPE_UINT16,
153620                   /* subscript */
153621                   -1,
153622                   /* value */
153623                   0,
153624               };
153625               
153626               static const char*
153627               _CIM_SwitchPortPair_BridgeState_qualifiers[] =
153628               {
153629                   /* ValueMap */
153630                   "\061\000\0031\0002\0003\000",
153631                   /* Values */
153632                   "\062\000\003Enabled\000Disabled\000Invalid\000",
153633                   /* MappingStrings */
153634                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeState\000",
153635                   0,
153636               };
153637               
153638               static MetaProperty
153639               _CIM_SwitchPortPair_BridgeState =
153640 mike  1.1.2.1 {
153641                   /* flags */
153642                   META_FLAG_PROPERTY|META_FLAG_READ,
153643                   /* name */
153644                   "BridgeState",
153645                   /* qualifiers */
153646                   _CIM_SwitchPortPair_BridgeState_qualifiers,
153647                   /* type */
153648                   CIMTYPE_UINT16,
153649                   /* subscript */
153650                   -1,
153651                   /* value */
153652                   0,
153653               };
153654               
153655               static MetaFeature*
153656               _CIM_SwitchPortPair_features[] =
153657               {
153658                   (MetaFeature*)&_CIM_SwitchPortPair_Antecedent,
153659                   (MetaFeature*)&_CIM_SwitchPortPair_Dependent,
153660                   (MetaFeature*)&_CIM_SwitchPortPair_BridgeNum,
153661 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchPortPair_BridgeState,
153662                   0,
153663               };
153664               
153665               static const char*
153666               __root_cimv2_CIM_SwitchPortPair_qualifiers[] =
153667               {
153668                   /* ASSOCIATION */
153669                   "\000\001",
153670                   /* UMLPackagePath */
153671                   "\057CIM::Network::SwitchingBridging",
153672                   /* Version */
153673                   "\0632.7.0",
153674                   0,
153675               };
153676               
153677               MetaClass
153678               __root_cimv2_CIM_SwitchPortPair =
153679               {
153680                   /* flags */
153681                   META_FLAG_ASSOCIATION,
153682 mike  1.1.2.1     /* name */
153683                   "CIM_SwitchPortPair",
153684                   /* qualifiers */
153685                   __root_cimv2_CIM_SwitchPortPair_qualifiers,
153686                   /* super */
153687                   &__root_cimv2_CIM_SAPSAPDependency,
153688                   /* features */
153689                   _CIM_SwitchPortPair_features,
153690               };
153691               
153692               //==============================================================================
153693               //
153694               // Class: CIM_SwitchPortStaticForwarding
153695               //
153696               //==============================================================================
153697               
153698               static const char*
153699               _CIM_SwitchPortStaticForwarding_Antecedent_qualifiers[] =
153700               {
153701                   /* Override */
153702                   "\044Antecedent",
153703 mike  1.1.2.1     /* Min */
153704                   "\033\000\000\000\001",
153705                   0,
153706               };
153707               
153708               static MetaReference
153709               _CIM_SwitchPortStaticForwarding_Antecedent =
153710               {
153711                   /* flags */
153712                   META_FLAG_REFERENCE|META_FLAG_READ,
153713                   /* name */
153714                   "Antecedent",
153715                   /* qualifiers */
153716                   _CIM_SwitchPortStaticForwarding_Antecedent_qualifiers,
153717                   /* subscript */
153718                   -1,
153719                   /* refId */
153720                   &__root_cimv2_CIM_SwitchPort,
153721               };
153722               
153723               static const char*
153724 mike  1.1.2.1 _CIM_SwitchPortStaticForwarding_Dependent_qualifiers[] =
153725               {
153726                   /* Override */
153727                   "\044Dependent",
153728                   0,
153729               };
153730               
153731               static MetaReference
153732               _CIM_SwitchPortStaticForwarding_Dependent =
153733               {
153734                   /* flags */
153735                   META_FLAG_REFERENCE|META_FLAG_READ,
153736                   /* name */
153737                   "Dependent",
153738                   /* qualifiers */
153739                   _CIM_SwitchPortStaticForwarding_Dependent_qualifiers,
153740                   /* subscript */
153741                   -1,
153742                   /* refId */
153743                   &__root_cimv2_CIM_StaticForwardingEntry,
153744               };
153745 mike  1.1.2.1 
153746               static MetaFeature*
153747               _CIM_SwitchPortStaticForwarding_features[] =
153748               {
153749                   (MetaFeature*)&_CIM_SwitchPortStaticForwarding_Antecedent,
153750                   (MetaFeature*)&_CIM_SwitchPortStaticForwarding_Dependent,
153751                   0,
153752               };
153753               
153754               static const char*
153755               __root_cimv2_CIM_SwitchPortStaticForwarding_qualifiers[] =
153756               {
153757                   /* ASSOCIATION */
153758                   "\000\001",
153759                   /* UMLPackagePath */
153760                   "\057CIM::Network::SwitchingBridging",
153761                   /* Version */
153762                   "\0632.6.0",
153763                   0,
153764               };
153765               
153766 mike  1.1.2.1 MetaClass
153767               __root_cimv2_CIM_SwitchPortStaticForwarding =
153768               {
153769                   /* flags */
153770                   META_FLAG_ASSOCIATION,
153771                   /* name */
153772                   "CIM_SwitchPortStaticForwarding",
153773                   /* qualifiers */
153774                   __root_cimv2_CIM_SwitchPortStaticForwarding_qualifiers,
153775                   /* super */
153776                   &__root_cimv2_CIM_Dependency,
153777                   /* features */
153778                   _CIM_SwitchPortStaticForwarding_features,
153779               };
153780               
153781               //==============================================================================
153782               //
153783               // Class: CIM_SystemBIOS
153784               //
153785               //==============================================================================
153786               
153787 mike  1.1.2.1 static const char*
153788               _CIM_SystemBIOS_GroupComponent_qualifiers[] =
153789               {
153790                   /* Aggregate */
153791                   "\003\001",
153792                   /* Override */
153793                   "\044GroupComponent",
153794                   /* Max */
153795                   "\027\000\000\000\001",
153796                   0,
153797               };
153798               
153799               static MetaReference
153800               _CIM_SystemBIOS_GroupComponent =
153801               {
153802                   /* flags */
153803                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
153804                   /* name */
153805                   "GroupComponent",
153806                   /* qualifiers */
153807                   _CIM_SystemBIOS_GroupComponent_qualifiers,
153808 mike  1.1.2.1     /* subscript */
153809                   -1,
153810                   /* refId */
153811                   &__root_cimv2_CIM_ComputerSystem,
153812               };
153813               
153814               static const char*
153815               _CIM_SystemBIOS_PartComponent_qualifiers[] =
153816               {
153817                   /* Override */
153818                   "\044PartComponent",
153819                   0,
153820               };
153821               
153822               static MetaReference
153823               _CIM_SystemBIOS_PartComponent =
153824               {
153825                   /* flags */
153826                   META_FLAG_REFERENCE|META_FLAG_READ,
153827                   /* name */
153828                   "PartComponent",
153829 mike  1.1.2.1     /* qualifiers */
153830                   _CIM_SystemBIOS_PartComponent_qualifiers,
153831                   /* subscript */
153832                   -1,
153833                   /* refId */
153834                   &__root_cimv2_CIM_BIOSElement,
153835               };
153836               
153837               static MetaFeature*
153838               _CIM_SystemBIOS_features[] =
153839               {
153840                   (MetaFeature*)&_CIM_SystemBIOS_GroupComponent,
153841                   (MetaFeature*)&_CIM_SystemBIOS_PartComponent,
153842                   0,
153843               };
153844               
153845               static const char*
153846               __root_cimv2_CIM_SystemBIOS_qualifiers[] =
153847               {
153848                   /* ASSOCIATION */
153849                   "\000\001",
153850 mike  1.1.2.1     /* UMLPackagePath */
153851                   "\057CIM::Application::BIOS",
153852                   /* Aggregation */
153853                   "\004\001",
153854                   /* Version */
153855                   "\0632.7.0",
153856                   0,
153857               };
153858               
153859               MetaClass
153860               __root_cimv2_CIM_SystemBIOS =
153861               {
153862                   /* flags */
153863                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
153864                   /* name */
153865                   "CIM_SystemBIOS",
153866                   /* qualifiers */
153867                   __root_cimv2_CIM_SystemBIOS_qualifiers,
153868                   /* super */
153869                   &__root_cimv2_CIM_SystemComponent,
153870                   /* features */
153871 mike  1.1.2.1     _CIM_SystemBIOS_features,
153872               };
153873               
153874               //==============================================================================
153875               //
153876               // Class: CIM_Tachometer
153877               //
153878               //==============================================================================
153879               
153880               static const char*
153881               _CIM_Tachometer_SensorType_qualifiers[] =
153882               {
153883                   /* Deprecated */
153884                   "\013\000\001No value\000",
153885                   /* Override */
153886                   "\044SensorType",
153887                   0,
153888               };
153889               
153890               static MetaProperty
153891               _CIM_Tachometer_SensorType =
153892 mike  1.1.2.1 {
153893                   /* flags */
153894                   META_FLAG_PROPERTY|META_FLAG_READ,
153895                   /* name */
153896                   "SensorType",
153897                   /* qualifiers */
153898                   _CIM_Tachometer_SensorType_qualifiers,
153899                   /* type */
153900                   CIMTYPE_UINT16,
153901                   /* subscript */
153902                   -1,
153903                   /* value */
153904                   "\000\005",
153905               };
153906               
153907               static const char*
153908               _CIM_Tachometer_BaseUnits_qualifiers[] =
153909               {
153910                   /* Deprecated */
153911                   "\013\000\001No value\000",
153912                   /* Override */
153913 mike  1.1.2.1     "\044BaseUnits",
153914                   0,
153915               };
153916               
153917               static MetaProperty
153918               _CIM_Tachometer_BaseUnits =
153919               {
153920                   /* flags */
153921                   META_FLAG_PROPERTY|META_FLAG_READ,
153922                   /* name */
153923                   "BaseUnits",
153924                   /* qualifiers */
153925                   _CIM_Tachometer_BaseUnits_qualifiers,
153926                   /* type */
153927                   CIMTYPE_UINT16,
153928                   /* subscript */
153929                   -1,
153930                   /* value */
153931                   "\000\046",
153932               };
153933               
153934 mike  1.1.2.1 static const char*
153935               _CIM_Tachometer_UnitModifier_qualifiers[] =
153936               {
153937                   /* Deprecated */
153938                   "\013\000\001No value\000",
153939                   /* Override */
153940                   "\044UnitModifier",
153941                   0,
153942               };
153943               
153944               static MetaProperty
153945               _CIM_Tachometer_UnitModifier =
153946               {
153947                   /* flags */
153948                   META_FLAG_PROPERTY|META_FLAG_READ,
153949                   /* name */
153950                   "UnitModifier",
153951                   /* qualifiers */
153952                   _CIM_Tachometer_UnitModifier_qualifiers,
153953                   /* type */
153954                   CIMTYPE_SINT32,
153955 mike  1.1.2.1     /* subscript */
153956                   -1,
153957                   /* value */
153958                   "\000\000\000\001",
153959               };
153960               
153961               static const char*
153962               _CIM_Tachometer_RateUnits_qualifiers[] =
153963               {
153964                   /* Deprecated */
153965                   "\013\000\001No value\000",
153966                   /* Override */
153967                   "\044RateUnits",
153968                   0,
153969               };
153970               
153971               static MetaProperty
153972               _CIM_Tachometer_RateUnits =
153973               {
153974                   /* flags */
153975                   META_FLAG_PROPERTY|META_FLAG_READ,
153976 mike  1.1.2.1     /* name */
153977                   "RateUnits",
153978                   /* qualifiers */
153979                   _CIM_Tachometer_RateUnits_qualifiers,
153980                   /* type */
153981                   CIMTYPE_UINT16,
153982                   /* subscript */
153983                   -1,
153984                   /* value */
153985                   "\000\004",
153986               };
153987               
153988               static const char*
153989               _CIM_Tachometer_Resolution_qualifiers[] =
153990               {
153991                   /* Deprecated */
153992                   "\013\000\001No value\000",
153993                   /* Override */
153994                   "\044Resolution",
153995                   /* Units */
153996                   "\060Tenths of Revolutions per Minute",
153997 mike  1.1.2.1     0,
153998               };
153999               
154000               static MetaProperty
154001               _CIM_Tachometer_Resolution =
154002               {
154003                   /* flags */
154004                   META_FLAG_PROPERTY|META_FLAG_READ,
154005                   /* name */
154006                   "Resolution",
154007                   /* qualifiers */
154008                   _CIM_Tachometer_Resolution_qualifiers,
154009                   /* type */
154010                   CIMTYPE_UINT32,
154011                   /* subscript */
154012                   -1,
154013                   /* value */
154014                   0,
154015               };
154016               
154017               static MetaFeature*
154018 mike  1.1.2.1 _CIM_Tachometer_features[] =
154019               {
154020                   (MetaFeature*)&_CIM_Tachometer_SensorType,
154021                   (MetaFeature*)&_CIM_Tachometer_BaseUnits,
154022                   (MetaFeature*)&_CIM_Tachometer_UnitModifier,
154023                   (MetaFeature*)&_CIM_Tachometer_RateUnits,
154024                   (MetaFeature*)&_CIM_Tachometer_Resolution,
154025                   0,
154026               };
154027               
154028               static const char*
154029               __root_cimv2_CIM_Tachometer_qualifiers[] =
154030               {
154031                   /* Deprecated */
154032                   "\013\000\001CIM_NumericSensor\000",
154033                   /* UMLPackagePath */
154034                   "\057CIM::Device::Sensors",
154035                   /* Version */
154036                   "\0632.8.0",
154037                   0,
154038               };
154039 mike  1.1.2.1 
154040               MetaClass
154041               __root_cimv2_CIM_Tachometer =
154042               {
154043                   /* flags */
154044                   META_FLAG_CLASS,
154045                   /* name */
154046                   "CIM_Tachometer",
154047                   /* qualifiers */
154048                   __root_cimv2_CIM_Tachometer_qualifiers,
154049                   /* super */
154050                   &__root_cimv2_CIM_NumericSensor,
154051                   /* features */
154052                   _CIM_Tachometer_features,
154053               };
154054               
154055               //==============================================================================
154056               //
154057               // Class: CIM_TapePartition
154058               //
154059               //==============================================================================
154060 mike  1.1.2.1 
154061               static const char*
154062               _CIM_TapePartition_UnusedBlocks_qualifiers[] =
154063               {
154064                   /* Gauge */
154065                   "\023\001",
154066                   0,
154067               };
154068               
154069               static MetaProperty
154070               _CIM_TapePartition_UnusedBlocks =
154071               {
154072                   /* flags */
154073                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
154074                   /* name */
154075                   "UnusedBlocks",
154076                   /* qualifiers */
154077                   _CIM_TapePartition_UnusedBlocks_qualifiers,
154078                   /* type */
154079                   CIMTYPE_UINT64,
154080                   /* subscript */
154081 mike  1.1.2.1     -1,
154082                   /* value */
154083                   0,
154084               };
154085               
154086               static MetaFeature*
154087               _CIM_TapePartition_features[] =
154088               {
154089                   (MetaFeature*)&_CIM_TapePartition_UnusedBlocks,
154090                   0,
154091               };
154092               
154093               static const char*
154094               __root_cimv2_CIM_TapePartition_qualifiers[] =
154095               {
154096                   /* UMLPackagePath */
154097                   "\057CIM::Device::StorageExtents",
154098                   /* Version */
154099                   "\0632.6.0",
154100                   0,
154101               };
154102 mike  1.1.2.1 
154103               MetaClass
154104               __root_cimv2_CIM_TapePartition =
154105               {
154106                   /* flags */
154107                   META_FLAG_CLASS,
154108                   /* name */
154109                   "CIM_TapePartition",
154110                   /* qualifiers */
154111                   __root_cimv2_CIM_TapePartition_qualifiers,
154112                   /* super */
154113                   &__root_cimv2_CIM_MediaPartition,
154114                   /* features */
154115                   _CIM_TapePartition_features,
154116               };
154117               
154118               //==============================================================================
154119               //
154120               // Class: CIM_TapePartitionOnSurface
154121               //
154122               //==============================================================================
154123 mike  1.1.2.1 
154124               static const char*
154125               _CIM_TapePartitionOnSurface_Antecedent_qualifiers[] =
154126               {
154127                   /* Override */
154128                   "\044Antecedent",
154129                   /* Max */
154130                   "\027\000\000\000\001",
154131                   0,
154132               };
154133               
154134               static MetaReference
154135               _CIM_TapePartitionOnSurface_Antecedent =
154136               {
154137                   /* flags */
154138                   META_FLAG_REFERENCE|META_FLAG_READ,
154139                   /* name */
154140                   "Antecedent",
154141                   /* qualifiers */
154142                   _CIM_TapePartitionOnSurface_Antecedent_qualifiers,
154143                   /* subscript */
154144 mike  1.1.2.1     -1,
154145                   /* refId */
154146                   &__root_cimv2_CIM_StorageExtent,
154147               };
154148               
154149               static const char*
154150               _CIM_TapePartitionOnSurface_Dependent_qualifiers[] =
154151               {
154152                   /* Override */
154153                   "\044Dependent",
154154                   0,
154155               };
154156               
154157               static MetaReference
154158               _CIM_TapePartitionOnSurface_Dependent =
154159               {
154160                   /* flags */
154161                   META_FLAG_REFERENCE|META_FLAG_READ,
154162                   /* name */
154163                   "Dependent",
154164                   /* qualifiers */
154165 mike  1.1.2.1     _CIM_TapePartitionOnSurface_Dependent_qualifiers,
154166                   /* subscript */
154167                   -1,
154168                   /* refId */
154169                   &__root_cimv2_CIM_TapePartition,
154170               };
154171               
154172               static MetaFeature*
154173               _CIM_TapePartitionOnSurface_features[] =
154174               {
154175                   (MetaFeature*)&_CIM_TapePartitionOnSurface_Antecedent,
154176                   (MetaFeature*)&_CIM_TapePartitionOnSurface_Dependent,
154177                   0,
154178               };
154179               
154180               static const char*
154181               __root_cimv2_CIM_TapePartitionOnSurface_qualifiers[] =
154182               {
154183                   /* ASSOCIATION */
154184                   "\000\001",
154185                   /* UMLPackagePath */
154186 mike  1.1.2.1     "\057CIM::Device::StorageExtents",
154187                   /* Version */
154188                   "\0632.6.0",
154189                   0,
154190               };
154191               
154192               MetaClass
154193               __root_cimv2_CIM_TapePartitionOnSurface =
154194               {
154195                   /* flags */
154196                   META_FLAG_ASSOCIATION,
154197                   /* name */
154198                   "CIM_TapePartitionOnSurface",
154199                   /* qualifiers */
154200                   __root_cimv2_CIM_TapePartitionOnSurface_qualifiers,
154201                   /* super */
154202                   &__root_cimv2_CIM_BasedOn,
154203                   /* features */
154204                   _CIM_TapePartitionOnSurface_features,
154205               };
154206               
154207 mike  1.1.2.1 //==============================================================================
154208               //
154209               // Class: CIM_TCPProtocolEndpoint
154210               //
154211               //==============================================================================
154212               
154213               static const char*
154214               _CIM_TCPProtocolEndpoint_PortNumber_qualifiers[] =
154215               {
154216                   0,
154217               };
154218               
154219               static MetaProperty
154220               _CIM_TCPProtocolEndpoint_PortNumber =
154221               {
154222                   /* flags */
154223                   META_FLAG_PROPERTY|META_FLAG_READ,
154224                   /* name */
154225                   "PortNumber",
154226                   /* qualifiers */
154227                   _CIM_TCPProtocolEndpoint_PortNumber_qualifiers,
154228 mike  1.1.2.1     /* type */
154229                   CIMTYPE_UINT32,
154230                   /* subscript */
154231                   -1,
154232                   /* value */
154233                   0,
154234               };
154235               
154236               static const char*
154237               _CIM_TCPProtocolEndpoint_ProtocolIFType_qualifiers[] =
154238               {
154239                   /* Override */
154240                   "\044ProtocolIFType",
154241                   /* ValueMap */
154242                   "\061\000\0051\000225..4095\0004111\0004301..32767\00032768..\000",
154243                   /* Values */
154244                   "\062\000\005Other\000IANA Reserved\000TCP\000DMTF Reserved\000Vendor Reserved\000",
154245                   0,
154246               };
154247               
154248               static MetaProperty
154249 mike  1.1.2.1 _CIM_TCPProtocolEndpoint_ProtocolIFType =
154250               {
154251                   /* flags */
154252                   META_FLAG_PROPERTY|META_FLAG_READ,
154253                   /* name */
154254                   "ProtocolIFType",
154255                   /* qualifiers */
154256                   _CIM_TCPProtocolEndpoint_ProtocolIFType_qualifiers,
154257                   /* type */
154258                   CIMTYPE_UINT16,
154259                   /* subscript */
154260                   -1,
154261                   /* value */
154262                   "\020\017",
154263               };
154264               
154265               static MetaFeature*
154266               _CIM_TCPProtocolEndpoint_features[] =
154267               {
154268                   (MetaFeature*)&_CIM_TCPProtocolEndpoint_PortNumber,
154269                   (MetaFeature*)&_CIM_TCPProtocolEndpoint_ProtocolIFType,
154270 mike  1.1.2.1     0,
154271               };
154272               
154273               static const char*
154274               __root_cimv2_CIM_TCPProtocolEndpoint_qualifiers[] =
154275               {
154276                   /* UMLPackagePath */
154277                   "\057CIM::Network::ProtocolEndpoints",
154278                   /* Version */
154279                   "\0632.8.0",
154280                   0,
154281               };
154282               
154283               MetaClass
154284               __root_cimv2_CIM_TCPProtocolEndpoint =
154285               {
154286                   /* flags */
154287                   META_FLAG_CLASS,
154288                   /* name */
154289                   "CIM_TCPProtocolEndpoint",
154290                   /* qualifiers */
154291 mike  1.1.2.1     __root_cimv2_CIM_TCPProtocolEndpoint_qualifiers,
154292                   /* super */
154293                   &__root_cimv2_CIM_ProtocolEndpoint,
154294                   /* features */
154295                   _CIM_TCPProtocolEndpoint_features,
154296               };
154297               
154298               //==============================================================================
154299               //
154300               // Class: CIM_TemperatureSensor
154301               //
154302               //==============================================================================
154303               
154304               static const char*
154305               _CIM_TemperatureSensor_SensorType_qualifiers[] =
154306               {
154307                   /* Deprecated */
154308                   "\013\000\001No Value\000",
154309                   /* Override */
154310                   "\044SensorType",
154311                   0,
154312 mike  1.1.2.1 };
154313               
154314               static MetaProperty
154315               _CIM_TemperatureSensor_SensorType =
154316               {
154317                   /* flags */
154318                   META_FLAG_PROPERTY|META_FLAG_READ,
154319                   /* name */
154320                   "SensorType",
154321                   /* qualifiers */
154322                   _CIM_TemperatureSensor_SensorType_qualifiers,
154323                   /* type */
154324                   CIMTYPE_UINT16,
154325                   /* subscript */
154326                   -1,
154327                   /* value */
154328                   "\000\002",
154329               };
154330               
154331               static const char*
154332               _CIM_TemperatureSensor_BaseUnits_qualifiers[] =
154333 mike  1.1.2.1 {
154334                   /* Deprecated */
154335                   "\013\000\001No Value\000",
154336                   /* Override */
154337                   "\044BaseUnits",
154338                   0,
154339               };
154340               
154341               static MetaProperty
154342               _CIM_TemperatureSensor_BaseUnits =
154343               {
154344                   /* flags */
154345                   META_FLAG_PROPERTY|META_FLAG_READ,
154346                   /* name */
154347                   "BaseUnits",
154348                   /* qualifiers */
154349                   _CIM_TemperatureSensor_BaseUnits_qualifiers,
154350                   /* type */
154351                   CIMTYPE_UINT16,
154352                   /* subscript */
154353                   -1,
154354 mike  1.1.2.1     /* value */
154355                   "\000\002",
154356               };
154357               
154358               static const char*
154359               _CIM_TemperatureSensor_UnitModifier_qualifiers[] =
154360               {
154361                   /* Deprecated */
154362                   "\013\000\001No Value\000",
154363                   /* Override */
154364                   "\044UnitModifier",
154365                   0,
154366               };
154367               
154368               static MetaProperty
154369               _CIM_TemperatureSensor_UnitModifier =
154370               {
154371                   /* flags */
154372                   META_FLAG_PROPERTY|META_FLAG_READ,
154373                   /* name */
154374                   "UnitModifier",
154375 mike  1.1.2.1     /* qualifiers */
154376                   _CIM_TemperatureSensor_UnitModifier_qualifiers,
154377                   /* type */
154378                   CIMTYPE_SINT32,
154379                   /* subscript */
154380                   -1,
154381                   /* value */
154382                   "\377\377\377\377",
154383               };
154384               
154385               static const char*
154386               _CIM_TemperatureSensor_RateUnits_qualifiers[] =
154387               {
154388                   /* Deprecated */
154389                   "\013\000\001No Value\000",
154390                   /* Override */
154391                   "\044RateUnits",
154392                   0,
154393               };
154394               
154395               static MetaProperty
154396 mike  1.1.2.1 _CIM_TemperatureSensor_RateUnits =
154397               {
154398                   /* flags */
154399                   META_FLAG_PROPERTY|META_FLAG_READ,
154400                   /* name */
154401                   "RateUnits",
154402                   /* qualifiers */
154403                   _CIM_TemperatureSensor_RateUnits_qualifiers,
154404                   /* type */
154405                   CIMTYPE_UINT16,
154406                   /* subscript */
154407                   -1,
154408                   /* value */
154409                   "\000\000",
154410               };
154411               
154412               static const char*
154413               _CIM_TemperatureSensor_CurrentReading_qualifiers[] =
154414               {
154415                   /* Deprecated */
154416                   "\013\000\001No Value\000",
154417 mike  1.1.2.1     /* Override */
154418                   "\044CurrentReading",
154419                   /* MappingStrings */
154420                   "\026\000\001MIF.DMTF|Temperature Probe|002.5\000",
154421                   0,
154422               };
154423               
154424               static MetaProperty
154425               _CIM_TemperatureSensor_CurrentReading =
154426               {
154427                   /* flags */
154428                   META_FLAG_PROPERTY|META_FLAG_READ,
154429                   /* name */
154430                   "CurrentReading",
154431                   /* qualifiers */
154432                   _CIM_TemperatureSensor_CurrentReading_qualifiers,
154433                   /* type */
154434                   CIMTYPE_SINT32,
154435                   /* subscript */
154436                   -1,
154437                   /* value */
154438 mike  1.1.2.1     0,
154439               };
154440               
154441               static const char*
154442               _CIM_TemperatureSensor_NominalReading_qualifiers[] =
154443               {
154444                   /* Deprecated */
154445                   "\013\000\001No Value\000",
154446                   /* Override */
154447                   "\044NominalReading",
154448                   /* MappingStrings */
154449                   "\026\000\001MIF.DMTF|Temperature Probe|002.6\000",
154450                   0,
154451               };
154452               
154453               static MetaProperty
154454               _CIM_TemperatureSensor_NominalReading =
154455               {
154456                   /* flags */
154457                   META_FLAG_PROPERTY|META_FLAG_READ,
154458                   /* name */
154459 mike  1.1.2.1     "NominalReading",
154460                   /* qualifiers */
154461                   _CIM_TemperatureSensor_NominalReading_qualifiers,
154462                   /* type */
154463                   CIMTYPE_SINT32,
154464                   /* subscript */
154465                   -1,
154466                   /* value */
154467                   0,
154468               };
154469               
154470               static const char*
154471               _CIM_TemperatureSensor_NormalMax_qualifiers[] =
154472               {
154473                   /* Deprecated */
154474                   "\013\000\001No Value\000",
154475                   /* Override */
154476                   "\044NormalMax",
154477                   /* MappingStrings */
154478                   "\026\000\001MIF.DMTF|Temperature Probe|002.7\000",
154479                   0,
154480 mike  1.1.2.1 };
154481               
154482               static MetaProperty
154483               _CIM_TemperatureSensor_NormalMax =
154484               {
154485                   /* flags */
154486                   META_FLAG_PROPERTY|META_FLAG_READ,
154487                   /* name */
154488                   "NormalMax",
154489                   /* qualifiers */
154490                   _CIM_TemperatureSensor_NormalMax_qualifiers,
154491                   /* type */
154492                   CIMTYPE_SINT32,
154493                   /* subscript */
154494                   -1,
154495                   /* value */
154496                   0,
154497               };
154498               
154499               static const char*
154500               _CIM_TemperatureSensor_NormalMin_qualifiers[] =
154501 mike  1.1.2.1 {
154502                   /* Deprecated */
154503                   "\013\000\001No Value\000",
154504                   /* Override */
154505                   "\044NormalMin",
154506                   /* MappingStrings */
154507                   "\026\000\001MIF.DMTF|Temperature Probe|002.8\000",
154508                   0,
154509               };
154510               
154511               static MetaProperty
154512               _CIM_TemperatureSensor_NormalMin =
154513               {
154514                   /* flags */
154515                   META_FLAG_PROPERTY|META_FLAG_READ,
154516                   /* name */
154517                   "NormalMin",
154518                   /* qualifiers */
154519                   _CIM_TemperatureSensor_NormalMin_qualifiers,
154520                   /* type */
154521                   CIMTYPE_SINT32,
154522 mike  1.1.2.1     /* subscript */
154523                   -1,
154524                   /* value */
154525                   0,
154526               };
154527               
154528               static const char*
154529               _CIM_TemperatureSensor_MaxReadable_qualifiers[] =
154530               {
154531                   /* Deprecated */
154532                   "\013\000\001No Value\000",
154533                   /* Override */
154534                   "\044MaxReadable",
154535                   /* MappingStrings */
154536                   "\026\000\001MIF.DMTF|Temperature Probe|002.9\000",
154537                   0,
154538               };
154539               
154540               static MetaProperty
154541               _CIM_TemperatureSensor_MaxReadable =
154542               {
154543 mike  1.1.2.1     /* flags */
154544                   META_FLAG_PROPERTY|META_FLAG_READ,
154545                   /* name */
154546                   "MaxReadable",
154547                   /* qualifiers */
154548                   _CIM_TemperatureSensor_MaxReadable_qualifiers,
154549                   /* type */
154550                   CIMTYPE_SINT32,
154551                   /* subscript */
154552                   -1,
154553                   /* value */
154554                   0,
154555               };
154556               
154557               static const char*
154558               _CIM_TemperatureSensor_MinReadable_qualifiers[] =
154559               {
154560                   /* Deprecated */
154561                   "\013\000\001No Value\000",
154562                   /* Override */
154563                   "\044MinReadable",
154564 mike  1.1.2.1     /* MappingStrings */
154565                   "\026\000\001MIF.DMTF|Temperature Probe|002.10\000",
154566                   0,
154567               };
154568               
154569               static MetaProperty
154570               _CIM_TemperatureSensor_MinReadable =
154571               {
154572                   /* flags */
154573                   META_FLAG_PROPERTY|META_FLAG_READ,
154574                   /* name */
154575                   "MinReadable",
154576                   /* qualifiers */
154577                   _CIM_TemperatureSensor_MinReadable_qualifiers,
154578                   /* type */
154579                   CIMTYPE_SINT32,
154580                   /* subscript */
154581                   -1,
154582                   /* value */
154583                   0,
154584               };
154585 mike  1.1.2.1 
154586               static const char*
154587               _CIM_TemperatureSensor_Resolution_qualifiers[] =
154588               {
154589                   /* Deprecated */
154590                   "\013\000\001No Value\000",
154591                   /* Override */
154592                   "\044Resolution",
154593                   /* Units */
154594                   "\060Hundredths of Degrees C",
154595                   /* MappingStrings */
154596                   "\026\000\001MIF.DMTF|Temperature Probe|002.17\000",
154597                   0,
154598               };
154599               
154600               static MetaProperty
154601               _CIM_TemperatureSensor_Resolution =
154602               {
154603                   /* flags */
154604                   META_FLAG_PROPERTY|META_FLAG_READ,
154605                   /* name */
154606 mike  1.1.2.1     "Resolution",
154607                   /* qualifiers */
154608                   _CIM_TemperatureSensor_Resolution_qualifiers,
154609                   /* type */
154610                   CIMTYPE_UINT32,
154611                   /* subscript */
154612                   -1,
154613                   /* value */
154614                   0,
154615               };
154616               
154617               static const char*
154618               _CIM_TemperatureSensor_Tolerance_qualifiers[] =
154619               {
154620                   /* Deprecated */
154621                   "\013\000\001No Value\000",
154622                   /* Override */
154623                   "\044Tolerance",
154624                   /* MappingStrings */
154625                   "\026\000\001MIF.DMTF|Temperature Probe|002.18\000",
154626                   0,
154627 mike  1.1.2.1 };
154628               
154629               static MetaProperty
154630               _CIM_TemperatureSensor_Tolerance =
154631               {
154632                   /* flags */
154633                   META_FLAG_PROPERTY|META_FLAG_READ,
154634                   /* name */
154635                   "Tolerance",
154636                   /* qualifiers */
154637                   _CIM_TemperatureSensor_Tolerance_qualifiers,
154638                   /* type */
154639                   CIMTYPE_SINT32,
154640                   /* subscript */
154641                   -1,
154642                   /* value */
154643                   0,
154644               };
154645               
154646               static const char*
154647               _CIM_TemperatureSensor_Accuracy_qualifiers[] =
154648 mike  1.1.2.1 {
154649                   /* Deprecated */
154650                   "\013\000\001No Value\000",
154651                   /* Override */
154652                   "\044Accuracy",
154653                   /* MappingStrings */
154654                   "\026\000\001MIF.DMTF|Temperature Probe|002.19\000",
154655                   0,
154656               };
154657               
154658               static MetaProperty
154659               _CIM_TemperatureSensor_Accuracy =
154660               {
154661                   /* flags */
154662                   META_FLAG_PROPERTY|META_FLAG_READ,
154663                   /* name */
154664                   "Accuracy",
154665                   /* qualifiers */
154666                   _CIM_TemperatureSensor_Accuracy_qualifiers,
154667                   /* type */
154668                   CIMTYPE_SINT32,
154669 mike  1.1.2.1     /* subscript */
154670                   -1,
154671                   /* value */
154672                   0,
154673               };
154674               
154675               static const char*
154676               _CIM_TemperatureSensor_LowerThresholdNonCritical_qualifiers[] =
154677               {
154678                   /* Deprecated */
154679                   "\013\000\001No Value\000",
154680                   /* Override */
154681                   "\044LowerThresholdNonCritical",
154682                   /* MappingStrings */
154683                   "\026\000\001MIF.DMTF|Temperature Probe|002.11\000",
154684                   0,
154685               };
154686               
154687               static MetaProperty
154688               _CIM_TemperatureSensor_LowerThresholdNonCritical =
154689               {
154690 mike  1.1.2.1     /* flags */
154691                   META_FLAG_PROPERTY|META_FLAG_READ,
154692                   /* name */
154693                   "LowerThresholdNonCritical",
154694                   /* qualifiers */
154695                   _CIM_TemperatureSensor_LowerThresholdNonCritical_qualifiers,
154696                   /* type */
154697                   CIMTYPE_SINT32,
154698                   /* subscript */
154699                   -1,
154700                   /* value */
154701                   0,
154702               };
154703               
154704               static const char*
154705               _CIM_TemperatureSensor_UpperThresholdNonCritical_qualifiers[] =
154706               {
154707                   /* Deprecated */
154708                   "\013\000\001No Value\000",
154709                   /* Override */
154710                   "\044UpperThresholdNonCritical",
154711 mike  1.1.2.1     /* MappingStrings */
154712                   "\026\000\001MIF.DMTF|Temperature Probe|002.12\000",
154713                   0,
154714               };
154715               
154716               static MetaProperty
154717               _CIM_TemperatureSensor_UpperThresholdNonCritical =
154718               {
154719                   /* flags */
154720                   META_FLAG_PROPERTY|META_FLAG_READ,
154721                   /* name */
154722                   "UpperThresholdNonCritical",
154723                   /* qualifiers */
154724                   _CIM_TemperatureSensor_UpperThresholdNonCritical_qualifiers,
154725                   /* type */
154726                   CIMTYPE_SINT32,
154727                   /* subscript */
154728                   -1,
154729                   /* value */
154730                   0,
154731               };
154732 mike  1.1.2.1 
154733               static const char*
154734               _CIM_TemperatureSensor_LowerThresholdCritical_qualifiers[] =
154735               {
154736                   /* Deprecated */
154737                   "\013\000\001No Value\000",
154738                   /* Override */
154739                   "\044LowerThresholdCritical",
154740                   /* MappingStrings */
154741                   "\026\000\001MIF.DMTF|Temperature Probe|002.13\000",
154742                   0,
154743               };
154744               
154745               static MetaProperty
154746               _CIM_TemperatureSensor_LowerThresholdCritical =
154747               {
154748                   /* flags */
154749                   META_FLAG_PROPERTY|META_FLAG_READ,
154750                   /* name */
154751                   "LowerThresholdCritical",
154752                   /* qualifiers */
154753 mike  1.1.2.1     _CIM_TemperatureSensor_LowerThresholdCritical_qualifiers,
154754                   /* type */
154755                   CIMTYPE_SINT32,
154756                   /* subscript */
154757                   -1,
154758                   /* value */
154759                   0,
154760               };
154761               
154762               static const char*
154763               _CIM_TemperatureSensor_UpperThresholdCritical_qualifiers[] =
154764               {
154765                   /* Deprecated */
154766                   "\013\000\001No Value\000",
154767                   /* Override */
154768                   "\044UpperThresholdCritical",
154769                   /* MappingStrings */
154770                   "\026\000\001MIF.DMTF|Temperature Probe|002.14\000",
154771                   0,
154772               };
154773               
154774 mike  1.1.2.1 static MetaProperty
154775               _CIM_TemperatureSensor_UpperThresholdCritical =
154776               {
154777                   /* flags */
154778                   META_FLAG_PROPERTY|META_FLAG_READ,
154779                   /* name */
154780                   "UpperThresholdCritical",
154781                   /* qualifiers */
154782                   _CIM_TemperatureSensor_UpperThresholdCritical_qualifiers,
154783                   /* type */
154784                   CIMTYPE_SINT32,
154785                   /* subscript */
154786                   -1,
154787                   /* value */
154788                   0,
154789               };
154790               
154791               static const char*
154792               _CIM_TemperatureSensor_LowerThresholdFatal_qualifiers[] =
154793               {
154794                   /* Deprecated */
154795 mike  1.1.2.1     "\013\000\001No Value\000",
154796                   /* Override */
154797                   "\044LowerThresholdFatal",
154798                   /* MappingStrings */
154799                   "\026\000\001MIF.DMTF|Temperature Probe|002.15\000",
154800                   0,
154801               };
154802               
154803               static MetaProperty
154804               _CIM_TemperatureSensor_LowerThresholdFatal =
154805               {
154806                   /* flags */
154807                   META_FLAG_PROPERTY|META_FLAG_READ,
154808                   /* name */
154809                   "LowerThresholdFatal",
154810                   /* qualifiers */
154811                   _CIM_TemperatureSensor_LowerThresholdFatal_qualifiers,
154812                   /* type */
154813                   CIMTYPE_SINT32,
154814                   /* subscript */
154815                   -1,
154816 mike  1.1.2.1     /* value */
154817                   0,
154818               };
154819               
154820               static const char*
154821               _CIM_TemperatureSensor_UpperThresholdFatal_qualifiers[] =
154822               {
154823                   /* Deprecated */
154824                   "\013\000\001No Value\000",
154825                   /* Override */
154826                   "\044UpperThresholdFatal",
154827                   /* MappingStrings */
154828                   "\026\000\001MIF.DMTF|Temperature Probe|002.16\000",
154829                   0,
154830               };
154831               
154832               static MetaProperty
154833               _CIM_TemperatureSensor_UpperThresholdFatal =
154834               {
154835                   /* flags */
154836                   META_FLAG_PROPERTY|META_FLAG_READ,
154837 mike  1.1.2.1     /* name */
154838                   "UpperThresholdFatal",
154839                   /* qualifiers */
154840                   _CIM_TemperatureSensor_UpperThresholdFatal_qualifiers,
154841                   /* type */
154842                   CIMTYPE_SINT32,
154843                   /* subscript */
154844                   -1,
154845                   /* value */
154846                   0,
154847               };
154848               
154849               static MetaFeature*
154850               _CIM_TemperatureSensor_features[] =
154851               {
154852                   (MetaFeature*)&_CIM_TemperatureSensor_SensorType,
154853                   (MetaFeature*)&_CIM_TemperatureSensor_BaseUnits,
154854                   (MetaFeature*)&_CIM_TemperatureSensor_UnitModifier,
154855                   (MetaFeature*)&_CIM_TemperatureSensor_RateUnits,
154856                   (MetaFeature*)&_CIM_TemperatureSensor_CurrentReading,
154857                   (MetaFeature*)&_CIM_TemperatureSensor_NominalReading,
154858 mike  1.1.2.1     (MetaFeature*)&_CIM_TemperatureSensor_NormalMax,
154859                   (MetaFeature*)&_CIM_TemperatureSensor_NormalMin,
154860                   (MetaFeature*)&_CIM_TemperatureSensor_MaxReadable,
154861                   (MetaFeature*)&_CIM_TemperatureSensor_MinReadable,
154862                   (MetaFeature*)&_CIM_TemperatureSensor_Resolution,
154863                   (MetaFeature*)&_CIM_TemperatureSensor_Tolerance,
154864                   (MetaFeature*)&_CIM_TemperatureSensor_Accuracy,
154865                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdNonCritical,
154866                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdNonCritical,
154867                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdCritical,
154868                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdCritical,
154869                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdFatal,
154870                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdFatal,
154871                   0,
154872               };
154873               
154874               static const char*
154875               __root_cimv2_CIM_TemperatureSensor_qualifiers[] =
154876               {
154877                   /* Deprecated */
154878                   "\013\000\001CIM_NumericSensor\000",
154879 mike  1.1.2.1     /* UMLPackagePath */
154880                   "\057CIM::Device::Sensors",
154881                   /* Version */
154882                   "\0632.8.0",
154883                   0,
154884               };
154885               
154886               MetaClass
154887               __root_cimv2_CIM_TemperatureSensor =
154888               {
154889                   /* flags */
154890                   META_FLAG_CLASS,
154891                   /* name */
154892                   "CIM_TemperatureSensor",
154893                   /* qualifiers */
154894                   __root_cimv2_CIM_TemperatureSensor_qualifiers,
154895                   /* super */
154896                   &__root_cimv2_CIM_NumericSensor,
154897                   /* features */
154898                   _CIM_TemperatureSensor_features,
154899               };
154900 mike  1.1.2.1 
154901               //==============================================================================
154902               //
154903               // Class: CIM_TokenBucketMeterService
154904               //
154905               //==============================================================================
154906               
154907               static const char*
154908               _CIM_TokenBucketMeterService_AverageRate_qualifiers[] =
154909               {
154910                   /* Units */
154911                   "\060KiloBits per Second",
154912                   0,
154913               };
154914               
154915               static MetaProperty
154916               _CIM_TokenBucketMeterService_AverageRate =
154917               {
154918                   /* flags */
154919                   META_FLAG_PROPERTY|META_FLAG_READ,
154920                   /* name */
154921 mike  1.1.2.1     "AverageRate",
154922                   /* qualifiers */
154923                   _CIM_TokenBucketMeterService_AverageRate_qualifiers,
154924                   /* type */
154925                   CIMTYPE_UINT32,
154926                   /* subscript */
154927                   -1,
154928                   /* value */
154929                   0,
154930               };
154931               
154932               static const char*
154933               _CIM_TokenBucketMeterService_PeakRate_qualifiers[] =
154934               {
154935                   /* Units */
154936                   "\060KiloBits per Second",
154937                   0,
154938               };
154939               
154940               static MetaProperty
154941               _CIM_TokenBucketMeterService_PeakRate =
154942 mike  1.1.2.1 {
154943                   /* flags */
154944                   META_FLAG_PROPERTY|META_FLAG_READ,
154945                   /* name */
154946                   "PeakRate",
154947                   /* qualifiers */
154948                   _CIM_TokenBucketMeterService_PeakRate_qualifiers,
154949                   /* type */
154950                   CIMTYPE_UINT32,
154951                   /* subscript */
154952                   -1,
154953                   /* value */
154954                   0,
154955               };
154956               
154957               static const char*
154958               _CIM_TokenBucketMeterService_BurstSize_qualifiers[] =
154959               {
154960                   /* Units */
154961                   "\060KiloBytes",
154962                   0,
154963 mike  1.1.2.1 };
154964               
154965               static MetaProperty
154966               _CIM_TokenBucketMeterService_BurstSize =
154967               {
154968                   /* flags */
154969                   META_FLAG_PROPERTY|META_FLAG_READ,
154970                   /* name */
154971                   "BurstSize",
154972                   /* qualifiers */
154973                   _CIM_TokenBucketMeterService_BurstSize_qualifiers,
154974                   /* type */
154975                   CIMTYPE_UINT32,
154976                   /* subscript */
154977                   -1,
154978                   /* value */
154979                   0,
154980               };
154981               
154982               static const char*
154983               _CIM_TokenBucketMeterService_ExcessBurstSize_qualifiers[] =
154984 mike  1.1.2.1 {
154985                   /* Units */
154986                   "\060KiloBytes",
154987                   0,
154988               };
154989               
154990               static MetaProperty
154991               _CIM_TokenBucketMeterService_ExcessBurstSize =
154992               {
154993                   /* flags */
154994                   META_FLAG_PROPERTY|META_FLAG_READ,
154995                   /* name */
154996                   "ExcessBurstSize",
154997                   /* qualifiers */
154998                   _CIM_TokenBucketMeterService_ExcessBurstSize_qualifiers,
154999                   /* type */
155000                   CIMTYPE_UINT32,
155001                   /* subscript */
155002                   -1,
155003                   /* value */
155004                   0,
155005 mike  1.1.2.1 };
155006               
155007               static MetaFeature*
155008               _CIM_TokenBucketMeterService_features[] =
155009               {
155010                   (MetaFeature*)&_CIM_TokenBucketMeterService_AverageRate,
155011                   (MetaFeature*)&_CIM_TokenBucketMeterService_PeakRate,
155012                   (MetaFeature*)&_CIM_TokenBucketMeterService_BurstSize,
155013                   (MetaFeature*)&_CIM_TokenBucketMeterService_ExcessBurstSize,
155014                   0,
155015               };
155016               
155017               static const char*
155018               __root_cimv2_CIM_TokenBucketMeterService_qualifiers[] =
155019               {
155020                   /* UMLPackagePath */
155021                   "\057CIM::Network::QoS",
155022                   /* Version */
155023                   "\0632.7.0",
155024                   0,
155025               };
155026 mike  1.1.2.1 
155027               MetaClass
155028               __root_cimv2_CIM_TokenBucketMeterService =
155029               {
155030                   /* flags */
155031                   META_FLAG_CLASS,
155032                   /* name */
155033                   "CIM_TokenBucketMeterService",
155034                   /* qualifiers */
155035                   __root_cimv2_CIM_TokenBucketMeterService_qualifiers,
155036                   /* super */
155037                   &__root_cimv2_CIM_MeterService,
155038                   /* features */
155039                   _CIM_TokenBucketMeterService_features,
155040               };
155041               
155042               //==============================================================================
155043               //
155044               // Class: CIM_ToSMarkerService
155045               //
155046               //==============================================================================
155047 mike  1.1.2.1 
155048               static const char*
155049               _CIM_ToSMarkerService_ToSValue_qualifiers[] =
155050               {
155051                   0,
155052               };
155053               
155054               static MetaProperty
155055               _CIM_ToSMarkerService_ToSValue =
155056               {
155057                   /* flags */
155058                   META_FLAG_PROPERTY|META_FLAG_READ,
155059                   /* name */
155060                   "ToSValue",
155061                   /* qualifiers */
155062                   _CIM_ToSMarkerService_ToSValue_qualifiers,
155063                   /* type */
155064                   CIMTYPE_UINT8,
155065                   /* subscript */
155066                   -1,
155067                   /* value */
155068 mike  1.1.2.1     0,
155069               };
155070               
155071               static MetaFeature*
155072               _CIM_ToSMarkerService_features[] =
155073               {
155074                   (MetaFeature*)&_CIM_ToSMarkerService_ToSValue,
155075                   0,
155076               };
155077               
155078               static const char*
155079               __root_cimv2_CIM_ToSMarkerService_qualifiers[] =
155080               {
155081                   /* UMLPackagePath */
155082                   "\057CIM::Network::QoS",
155083                   /* Version */
155084                   "\0632.7.0",
155085                   0,
155086               };
155087               
155088               MetaClass
155089 mike  1.1.2.1 __root_cimv2_CIM_ToSMarkerService =
155090               {
155091                   /* flags */
155092                   META_FLAG_CLASS,
155093                   /* name */
155094                   "CIM_ToSMarkerService",
155095                   /* qualifiers */
155096                   __root_cimv2_CIM_ToSMarkerService_qualifiers,
155097                   /* super */
155098                   &__root_cimv2_CIM_MarkerService,
155099                   /* features */
155100                   _CIM_ToSMarkerService_features,
155101               };
155102               
155103               //==============================================================================
155104               //
155105               // Class: CIM_TrapSourceForSNMPService
155106               //
155107               //==============================================================================
155108               
155109               static const char*
155110 mike  1.1.2.1 _CIM_TrapSourceForSNMPService_Antecedent_qualifiers[] =
155111               {
155112                   /* Override */
155113                   "\044Antecedent",
155114                   /* Max */
155115                   "\027\000\000\000\001",
155116                   0,
155117               };
155118               
155119               static MetaReference
155120               _CIM_TrapSourceForSNMPService_Antecedent =
155121               {
155122                   /* flags */
155123                   META_FLAG_REFERENCE|META_FLAG_READ,
155124                   /* name */
155125                   "Antecedent",
155126                   /* qualifiers */
155127                   _CIM_TrapSourceForSNMPService_Antecedent_qualifiers,
155128                   /* subscript */
155129                   -1,
155130                   /* refId */
155131 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolEndpoint,
155132               };
155133               
155134               static const char*
155135               _CIM_TrapSourceForSNMPService_Dependent_qualifiers[] =
155136               {
155137                   /* Override */
155138                   "\044Dependent",
155139                   0,
155140               };
155141               
155142               static MetaReference
155143               _CIM_TrapSourceForSNMPService_Dependent =
155144               {
155145                   /* flags */
155146                   META_FLAG_REFERENCE|META_FLAG_READ,
155147                   /* name */
155148                   "Dependent",
155149                   /* qualifiers */
155150                   _CIM_TrapSourceForSNMPService_Dependent_qualifiers,
155151                   /* subscript */
155152 mike  1.1.2.1     -1,
155153                   /* refId */
155154                   &__root_cimv2_CIM_SNMPService,
155155               };
155156               
155157               static MetaFeature*
155158               _CIM_TrapSourceForSNMPService_features[] =
155159               {
155160                   (MetaFeature*)&_CIM_TrapSourceForSNMPService_Antecedent,
155161                   (MetaFeature*)&_CIM_TrapSourceForSNMPService_Dependent,
155162                   0,
155163               };
155164               
155165               static const char*
155166               __root_cimv2_CIM_TrapSourceForSNMPService_qualifiers[] =
155167               {
155168                   /* ASSOCIATION */
155169                   "\000\001",
155170                   /* UMLPackagePath */
155171                   "\057CIM::Network::SNMP",
155172                   /* Version */
155173 mike  1.1.2.1     "\0632.7.0",
155174                   0,
155175               };
155176               
155177               MetaClass
155178               __root_cimv2_CIM_TrapSourceForSNMPService =
155179               {
155180                   /* flags */
155181                   META_FLAG_ASSOCIATION,
155182                   /* name */
155183                   "CIM_TrapSourceForSNMPService",
155184                   /* qualifiers */
155185                   __root_cimv2_CIM_TrapSourceForSNMPService_qualifiers,
155186                   /* super */
155187                   &__root_cimv2_CIM_ServiceSAPDependency,
155188                   /* features */
155189                   _CIM_TrapSourceForSNMPService_features,
155190               };
155191               
155192               //==============================================================================
155193               //
155194 mike  1.1.2.1 // Class: CIM_UDPProtocolEndpoint
155195               //
155196               //==============================================================================
155197               
155198               static const char*
155199               _CIM_UDPProtocolEndpoint_PortNumber_qualifiers[] =
155200               {
155201                   0,
155202               };
155203               
155204               static MetaProperty
155205               _CIM_UDPProtocolEndpoint_PortNumber =
155206               {
155207                   /* flags */
155208                   META_FLAG_PROPERTY|META_FLAG_READ,
155209                   /* name */
155210                   "PortNumber",
155211                   /* qualifiers */
155212                   _CIM_UDPProtocolEndpoint_PortNumber_qualifiers,
155213                   /* type */
155214                   CIMTYPE_UINT32,
155215 mike  1.1.2.1     /* subscript */
155216                   -1,
155217                   /* value */
155218                   0,
155219               };
155220               
155221               static const char*
155222               _CIM_UDPProtocolEndpoint_ProtocolIFType_qualifiers[] =
155223               {
155224                   /* Override */
155225                   "\044ProtocolIFType",
155226                   /* ValueMap */
155227                   "\061\000\0051\000225..4095\0004110\0004301..32767\00032768..\000",
155228                   /* Values */
155229                   "\062\000\005Other\000IANA Reserved\000UDP\000DMTF Reserved\000Vendor Reserved\000",
155230                   0,
155231               };
155232               
155233               static MetaProperty
155234               _CIM_UDPProtocolEndpoint_ProtocolIFType =
155235               {
155236 mike  1.1.2.1     /* flags */
155237                   META_FLAG_PROPERTY|META_FLAG_READ,
155238                   /* name */
155239                   "ProtocolIFType",
155240                   /* qualifiers */
155241                   _CIM_UDPProtocolEndpoint_ProtocolIFType_qualifiers,
155242                   /* type */
155243                   CIMTYPE_UINT16,
155244                   /* subscript */
155245                   -1,
155246                   /* value */
155247                   "\020\016",
155248               };
155249               
155250               static MetaFeature*
155251               _CIM_UDPProtocolEndpoint_features[] =
155252               {
155253                   (MetaFeature*)&_CIM_UDPProtocolEndpoint_PortNumber,
155254                   (MetaFeature*)&_CIM_UDPProtocolEndpoint_ProtocolIFType,
155255                   0,
155256               };
155257 mike  1.1.2.1 
155258               static const char*
155259               __root_cimv2_CIM_UDPProtocolEndpoint_qualifiers[] =
155260               {
155261                   /* UMLPackagePath */
155262                   "\057CIM::Network::ProtocolEndpoints",
155263                   /* Version */
155264                   "\0632.8.0",
155265                   0,
155266               };
155267               
155268               MetaClass
155269               __root_cimv2_CIM_UDPProtocolEndpoint =
155270               {
155271                   /* flags */
155272                   META_FLAG_CLASS,
155273                   /* name */
155274                   "CIM_UDPProtocolEndpoint",
155275                   /* qualifiers */
155276                   __root_cimv2_CIM_UDPProtocolEndpoint_qualifiers,
155277                   /* super */
155278 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolEndpoint,
155279                   /* features */
155280                   _CIM_UDPProtocolEndpoint_features,
155281               };
155282               
155283               //==============================================================================
155284               //
155285               // Class: CIM_Unimodem
155286               //
155287               //==============================================================================
155288               
155289               static const char*
155290               _CIM_Unimodem_CallSetupResultCode_qualifiers[] =
155291               {
155292                   /* ValueMap */
155293                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
155294                   /* Values */
155295                   "\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",
155296                   0,
155297               };
155298               
155299 mike  1.1.2.1 static MetaProperty
155300               _CIM_Unimodem_CallSetupResultCode =
155301               {
155302                   /* flags */
155303                   META_FLAG_PROPERTY|META_FLAG_READ,
155304                   /* name */
155305                   "CallSetupResultCode",
155306                   /* qualifiers */
155307                   _CIM_Unimodem_CallSetupResultCode_qualifiers,
155308                   /* type */
155309                   CIMTYPE_UINT16,
155310                   /* subscript */
155311                   -1,
155312                   /* value */
155313                   0,
155314               };
155315               
155316               static const char*
155317               _CIM_Unimodem_MultiMediaMode_qualifiers[] =
155318               {
155319                   /* ValueMap */
155320 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
155321                   /* Values */
155322                   "\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",
155323                   0,
155324               };
155325               
155326               static MetaProperty
155327               _CIM_Unimodem_MultiMediaMode =
155328               {
155329                   /* flags */
155330                   META_FLAG_PROPERTY|META_FLAG_READ,
155331                   /* name */
155332                   "MultiMediaMode",
155333                   /* qualifiers */
155334                   _CIM_Unimodem_MultiMediaMode_qualifiers,
155335                   /* type */
155336                   CIMTYPE_UINT16,
155337                   /* subscript */
155338                   -1,
155339                   /* value */
155340                   0,
155341 mike  1.1.2.1 };
155342               
155343               static const char*
155344               _CIM_Unimodem_DTEDCEInterfaceMode_qualifiers[] =
155345               {
155346                   /* ValueMap */
155347                   "\061\000\0030\0001\0002\000",
155348                   /* Values */
155349                   "\062\000\003Async Data\000V.80 Transparent Synchronous Mode\000V.80 Framed Synchronous Mode\000",
155350                   0,
155351               };
155352               
155353               static MetaProperty
155354               _CIM_Unimodem_DTEDCEInterfaceMode =
155355               {
155356                   /* flags */
155357                   META_FLAG_PROPERTY|META_FLAG_READ,
155358                   /* name */
155359                   "DTEDCEInterfaceMode",
155360                   /* qualifiers */
155361                   _CIM_Unimodem_DTEDCEInterfaceMode_qualifiers,
155362 mike  1.1.2.1     /* type */
155363                   CIMTYPE_UINT16,
155364                   /* subscript */
155365                   -1,
155366                   /* value */
155367                   0,
155368               };
155369               
155370               static const char*
155371               _CIM_Unimodem_TransmitCarrierNegotiation_qualifiers[] =
155372               {
155373                   /* ValueMap */
155374                   "\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",
155375                   /* Values */
155376                   "\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",
155377                   0,
155378               };
155379               
155380               static MetaProperty
155381               _CIM_Unimodem_TransmitCarrierNegotiation =
155382               {
155383 mike  1.1.2.1     /* flags */
155384                   META_FLAG_PROPERTY|META_FLAG_READ,
155385                   /* name */
155386                   "TransmitCarrierNegotiation",
155387                   /* qualifiers */
155388                   _CIM_Unimodem_TransmitCarrierNegotiation_qualifiers,
155389                   /* type */
155390                   CIMTYPE_UINT16,
155391                   /* subscript */
155392                   -1,
155393                   /* value */
155394                   0,
155395               };
155396               
155397               static const char*
155398               _CIM_Unimodem_ReceiveCarrierNegotiation_qualifiers[] =
155399               {
155400                   /* ValueMap */
155401                   "\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",
155402                   /* Values */
155403                   "\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",
155404 mike  1.1.2.1     0,
155405               };
155406               
155407               static MetaProperty
155408               _CIM_Unimodem_ReceiveCarrierNegotiation =
155409               {
155410                   /* flags */
155411                   META_FLAG_PROPERTY|META_FLAG_READ,
155412                   /* name */
155413                   "ReceiveCarrierNegotiation",
155414                   /* qualifiers */
155415                   _CIM_Unimodem_ReceiveCarrierNegotiation_qualifiers,
155416                   /* type */
155417                   CIMTYPE_UINT16,
155418                   /* subscript */
155419                   -1,
155420                   /* value */
155421                   0,
155422               };
155423               
155424               static const char*
155425 mike  1.1.2.1 _CIM_Unimodem_InitialTransmitCarrierDataRate_qualifiers[] =
155426               {
155427                   /* Units */
155428                   "\060Bits per Second",
155429                   0,
155430               };
155431               
155432               static MetaProperty
155433               _CIM_Unimodem_InitialTransmitCarrierDataRate =
155434               {
155435                   /* flags */
155436                   META_FLAG_PROPERTY|META_FLAG_READ,
155437                   /* name */
155438                   "InitialTransmitCarrierDataRate",
155439                   /* qualifiers */
155440                   _CIM_Unimodem_InitialTransmitCarrierDataRate_qualifiers,
155441                   /* type */
155442                   CIMTYPE_UINT32,
155443                   /* subscript */
155444                   -1,
155445                   /* value */
155446 mike  1.1.2.1     0,
155447               };
155448               
155449               static const char*
155450               _CIM_Unimodem_InitialReceiveCarrierDataRate_qualifiers[] =
155451               {
155452                   /* Units */
155453                   "\060Bits per Second",
155454                   0,
155455               };
155456               
155457               static MetaProperty
155458               _CIM_Unimodem_InitialReceiveCarrierDataRate =
155459               {
155460                   /* flags */
155461                   META_FLAG_PROPERTY|META_FLAG_READ,
155462                   /* name */
155463                   "InitialReceiveCarrierDataRate",
155464                   /* qualifiers */
155465                   _CIM_Unimodem_InitialReceiveCarrierDataRate_qualifiers,
155466                   /* type */
155467 mike  1.1.2.1     CIMTYPE_UINT32,
155468                   /* subscript */
155469                   -1,
155470                   /* value */
155471                   0,
155472               };
155473               
155474               static const char*
155475               _CIM_Unimodem_CarrierRetrainsRequested_qualifiers[] =
155476               {
155477                   /* Counter */
155478                   "\012\001",
155479                   0,
155480               };
155481               
155482               static MetaProperty
155483               _CIM_Unimodem_CarrierRetrainsRequested =
155484               {
155485                   /* flags */
155486                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155487                   /* name */
155488 mike  1.1.2.1     "CarrierRetrainsRequested",
155489                   /* qualifiers */
155490                   _CIM_Unimodem_CarrierRetrainsRequested_qualifiers,
155491                   /* type */
155492                   CIMTYPE_UINT8,
155493                   /* subscript */
155494                   -1,
155495                   /* value */
155496                   0,
155497               };
155498               
155499               static const char*
155500               _CIM_Unimodem_CarrierRetrainsGranted_qualifiers[] =
155501               {
155502                   /* Counter */
155503                   "\012\001",
155504                   0,
155505               };
155506               
155507               static MetaProperty
155508               _CIM_Unimodem_CarrierRetrainsGranted =
155509 mike  1.1.2.1 {
155510                   /* flags */
155511                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155512                   /* name */
155513                   "CarrierRetrainsGranted",
155514                   /* qualifiers */
155515                   _CIM_Unimodem_CarrierRetrainsGranted_qualifiers,
155516                   /* type */
155517                   CIMTYPE_UINT8,
155518                   /* subscript */
155519                   -1,
155520                   /* value */
155521                   0,
155522               };
155523               
155524               static const char*
155525               _CIM_Unimodem_FinalTransmitCarrierDataRate_qualifiers[] =
155526               {
155527                   /* Units */
155528                   "\060Bits per Second",
155529                   0,
155530 mike  1.1.2.1 };
155531               
155532               static MetaProperty
155533               _CIM_Unimodem_FinalTransmitCarrierDataRate =
155534               {
155535                   /* flags */
155536                   META_FLAG_PROPERTY|META_FLAG_READ,
155537                   /* name */
155538                   "FinalTransmitCarrierDataRate",
155539                   /* qualifiers */
155540                   _CIM_Unimodem_FinalTransmitCarrierDataRate_qualifiers,
155541                   /* type */
155542                   CIMTYPE_UINT32,
155543                   /* subscript */
155544                   -1,
155545                   /* value */
155546                   0,
155547               };
155548               
155549               static const char*
155550               _CIM_Unimodem_FinalReceiveCarrierDataRate_qualifiers[] =
155551 mike  1.1.2.1 {
155552                   /* Units */
155553                   "\060Bits per Second",
155554                   0,
155555               };
155556               
155557               static MetaProperty
155558               _CIM_Unimodem_FinalReceiveCarrierDataRate =
155559               {
155560                   /* flags */
155561                   META_FLAG_PROPERTY|META_FLAG_READ,
155562                   /* name */
155563                   "FinalReceiveCarrierDataRate",
155564                   /* qualifiers */
155565                   _CIM_Unimodem_FinalReceiveCarrierDataRate_qualifiers,
155566                   /* type */
155567                   CIMTYPE_UINT32,
155568                   /* subscript */
155569                   -1,
155570                   /* value */
155571                   0,
155572 mike  1.1.2.1 };
155573               
155574               static const char*
155575               _CIM_Unimodem_TerminationCause_qualifiers[] =
155576               {
155577                   /* ValueMap */
155578                   "\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",
155579                   /* Values */
155580                   "\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",
155581                   0,
155582               };
155583               
155584               static MetaProperty
155585               _CIM_Unimodem_TerminationCause =
155586               {
155587                   /* flags */
155588                   META_FLAG_PROPERTY|META_FLAG_READ,
155589                   /* name */
155590                   "TerminationCause",
155591                   /* qualifiers */
155592                   _CIM_Unimodem_TerminationCause_qualifiers,
155593 mike  1.1.2.1     /* type */
155594                   CIMTYPE_UINT16,
155595                   /* subscript */
155596                   -1,
155597                   /* value */
155598                   0,
155599               };
155600               
155601               static const char*
155602               _CIM_Unimodem_UnimodemRevision_qualifiers[] =
155603               {
155604                   0,
155605               };
155606               
155607               static MetaProperty
155608               _CIM_Unimodem_UnimodemRevision =
155609               {
155610                   /* flags */
155611                   META_FLAG_PROPERTY|META_FLAG_READ,
155612                   /* name */
155613                   "UnimodemRevision",
155614 mike  1.1.2.1     /* qualifiers */
155615                   _CIM_Unimodem_UnimodemRevision_qualifiers,
155616                   /* type */
155617                   CIMTYPE_STRING,
155618                   /* subscript */
155619                   -1,
155620                   /* value */
155621                   0,
155622               };
155623               
155624               static const char*
155625               _CIM_Unimodem_EstimatedNoiseLevel_qualifiers[] =
155626               {
155627                   /* Units */
155628                   "\060-dBm",
155629                   /* Gauge */
155630                   "\023\001",
155631                   0,
155632               };
155633               
155634               static MetaProperty
155635 mike  1.1.2.1 _CIM_Unimodem_EstimatedNoiseLevel =
155636               {
155637                   /* flags */
155638                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
155639                   /* name */
155640                   "EstimatedNoiseLevel",
155641                   /* qualifiers */
155642                   _CIM_Unimodem_EstimatedNoiseLevel_qualifiers,
155643                   /* type */
155644                   CIMTYPE_UINT32,
155645                   /* subscript */
155646                   -1,
155647                   /* value */
155648                   0,
155649               };
155650               
155651               static const char*
155652               _CIM_Unimodem_NormalizedMeanSquaredError_qualifiers[] =
155653               {
155654                   0,
155655               };
155656 mike  1.1.2.1 
155657               static MetaProperty
155658               _CIM_Unimodem_NormalizedMeanSquaredError =
155659               {
155660                   /* flags */
155661                   META_FLAG_PROPERTY|META_FLAG_READ,
155662                   /* name */
155663                   "NormalizedMeanSquaredError",
155664                   /* qualifiers */
155665                   _CIM_Unimodem_NormalizedMeanSquaredError_qualifiers,
155666                   /* type */
155667                   CIMTYPE_UINT32,
155668                   /* subscript */
155669                   -1,
155670                   /* value */
155671                   0,
155672               };
155673               
155674               static const char*
155675               _CIM_Unimodem_TemporaryCarrierLossEventCount_qualifiers[] =
155676               {
155677 mike  1.1.2.1     /* Counter */
155678                   "\012\001",
155679                   0,
155680               };
155681               
155682               static MetaProperty
155683               _CIM_Unimodem_TemporaryCarrierLossEventCount =
155684               {
155685                   /* flags */
155686                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155687                   /* name */
155688                   "TemporaryCarrierLossEventCount",
155689                   /* qualifiers */
155690                   _CIM_Unimodem_TemporaryCarrierLossEventCount_qualifiers,
155691                   /* type */
155692                   CIMTYPE_UINT8,
155693                   /* subscript */
155694                   -1,
155695                   /* value */
155696                   0,
155697               };
155698 mike  1.1.2.1 
155699               static const char*
155700               _CIM_Unimodem_CarrierRenegotiationEventCount_qualifiers[] =
155701               {
155702                   /* Counter */
155703                   "\012\001",
155704                   0,
155705               };
155706               
155707               static MetaProperty
155708               _CIM_Unimodem_CarrierRenegotiationEventCount =
155709               {
155710                   /* flags */
155711                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155712                   /* name */
155713                   "CarrierRenegotiationEventCount",
155714                   /* qualifiers */
155715                   _CIM_Unimodem_CarrierRenegotiationEventCount_qualifiers,
155716                   /* type */
155717                   CIMTYPE_UINT8,
155718                   /* subscript */
155719 mike  1.1.2.1     -1,
155720                   /* value */
155721                   0,
155722               };
155723               
155724               static const char*
155725               _CIM_Unimodem_ErrorControlFrameSize_qualifiers[] =
155726               {
155727                   /* Units */
155728                   "\060Bytes",
155729                   0,
155730               };
155731               
155732               static MetaProperty
155733               _CIM_Unimodem_ErrorControlFrameSize =
155734               {
155735                   /* flags */
155736                   META_FLAG_PROPERTY|META_FLAG_READ,
155737                   /* name */
155738                   "ErrorControlFrameSize",
155739                   /* qualifiers */
155740 mike  1.1.2.1     _CIM_Unimodem_ErrorControlFrameSize_qualifiers,
155741                   /* type */
155742                   CIMTYPE_UINT16,
155743                   /* subscript */
155744                   -1,
155745                   /* value */
155746                   0,
155747               };
155748               
155749               static const char*
155750               _CIM_Unimodem_ErrorControlLinkTimeouts_qualifiers[] =
155751               {
155752                   /* Counter */
155753                   "\012\001",
155754                   0,
155755               };
155756               
155757               static MetaProperty
155758               _CIM_Unimodem_ErrorControlLinkTimeouts =
155759               {
155760                   /* flags */
155761 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155762                   /* name */
155763                   "ErrorControlLinkTimeouts",
155764                   /* qualifiers */
155765                   _CIM_Unimodem_ErrorControlLinkTimeouts_qualifiers,
155766                   /* type */
155767                   CIMTYPE_UINT8,
155768                   /* subscript */
155769                   -1,
155770                   /* value */
155771                   0,
155772               };
155773               
155774               static const char*
155775               _CIM_Unimodem_ErrorControlLinkNAKs_qualifiers[] =
155776               {
155777                   /* Counter */
155778                   "\012\001",
155779                   0,
155780               };
155781               
155782 mike  1.1.2.1 static MetaProperty
155783               _CIM_Unimodem_ErrorControlLinkNAKs =
155784               {
155785                   /* flags */
155786                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155787                   /* name */
155788                   "ErrorControlLinkNAKs",
155789                   /* qualifiers */
155790                   _CIM_Unimodem_ErrorControlLinkNAKs_qualifiers,
155791                   /* type */
155792                   CIMTYPE_UINT8,
155793                   /* subscript */
155794                   -1,
155795                   /* value */
155796                   0,
155797               };
155798               
155799               static const char*
155800               _CIM_Unimodem_TransmitFlowControl_qualifiers[] =
155801               {
155802                   /* ValueMap */
155803 mike  1.1.2.1     "\061\000\0040\0001\0002\0003\000",
155804                   /* Values */
155805                   "\062\000\004Unknown\000Off\000DC1/DC3\000V.24 ckt 106/133\000",
155806                   0,
155807               };
155808               
155809               static MetaProperty
155810               _CIM_Unimodem_TransmitFlowControl =
155811               {
155812                   /* flags */
155813                   META_FLAG_PROPERTY|META_FLAG_READ,
155814                   /* name */
155815                   "TransmitFlowControl",
155816                   /* qualifiers */
155817                   _CIM_Unimodem_TransmitFlowControl_qualifiers,
155818                   /* type */
155819                   CIMTYPE_UINT16,
155820                   /* subscript */
155821                   -1,
155822                   /* value */
155823                   0,
155824 mike  1.1.2.1 };
155825               
155826               static const char*
155827               _CIM_Unimodem_ReceiveFlowControl_qualifiers[] =
155828               {
155829                   /* ValueMap */
155830                   "\061\000\0040\0001\0002\0003\000",
155831                   /* Values */
155832                   "\062\000\004Unknown\000Off\000DC1/DC3\000V.24 ckt 106/133\000",
155833                   0,
155834               };
155835               
155836               static MetaProperty
155837               _CIM_Unimodem_ReceiveFlowControl =
155838               {
155839                   /* flags */
155840                   META_FLAG_PROPERTY|META_FLAG_READ,
155841                   /* name */
155842                   "ReceiveFlowControl",
155843                   /* qualifiers */
155844                   _CIM_Unimodem_ReceiveFlowControl_qualifiers,
155845 mike  1.1.2.1     /* type */
155846                   CIMTYPE_UINT16,
155847                   /* subscript */
155848                   -1,
155849                   /* value */
155850                   0,
155851               };
155852               
155853               static const char*
155854               _CIM_Unimodem_TransmitCharsSentFromDTE_qualifiers[] =
155855               {
155856                   /* Counter */
155857                   "\012\001",
155858                   0,
155859               };
155860               
155861               static MetaProperty
155862               _CIM_Unimodem_TransmitCharsSentFromDTE =
155863               {
155864                   /* flags */
155865                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155866 mike  1.1.2.1     /* name */
155867                   "TransmitCharsSentFromDTE",
155868                   /* qualifiers */
155869                   _CIM_Unimodem_TransmitCharsSentFromDTE_qualifiers,
155870                   /* type */
155871                   CIMTYPE_UINT64,
155872                   /* subscript */
155873                   -1,
155874                   /* value */
155875                   0,
155876               };
155877               
155878               static const char*
155879               _CIM_Unimodem_ReceiveCharsSentToDTE_qualifiers[] =
155880               {
155881                   /* Counter */
155882                   "\012\001",
155883                   0,
155884               };
155885               
155886               static MetaProperty
155887 mike  1.1.2.1 _CIM_Unimodem_ReceiveCharsSentToDTE =
155888               {
155889                   /* flags */
155890                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155891                   /* name */
155892                   "ReceiveCharsSentToDTE",
155893                   /* qualifiers */
155894                   _CIM_Unimodem_ReceiveCharsSentToDTE_qualifiers,
155895                   /* type */
155896                   CIMTYPE_UINT64,
155897                   /* subscript */
155898                   -1,
155899                   /* value */
155900                   0,
155901               };
155902               
155903               static const char*
155904               _CIM_Unimodem_TransmitCharsLost_qualifiers[] =
155905               {
155906                   /* Counter */
155907                   "\012\001",
155908 mike  1.1.2.1     0,
155909               };
155910               
155911               static MetaProperty
155912               _CIM_Unimodem_TransmitCharsLost =
155913               {
155914                   /* flags */
155915                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155916                   /* name */
155917                   "TransmitCharsLost",
155918                   /* qualifiers */
155919                   _CIM_Unimodem_TransmitCharsLost_qualifiers,
155920                   /* type */
155921                   CIMTYPE_UINT64,
155922                   /* subscript */
155923                   -1,
155924                   /* value */
155925                   0,
155926               };
155927               
155928               static const char*
155929 mike  1.1.2.1 _CIM_Unimodem_ReceiveCharsLost_qualifiers[] =
155930               {
155931                   /* Counter */
155932                   "\012\001",
155933                   0,
155934               };
155935               
155936               static MetaProperty
155937               _CIM_Unimodem_ReceiveCharsLost =
155938               {
155939                   /* flags */
155940                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155941                   /* name */
155942                   "ReceiveCharsLost",
155943                   /* qualifiers */
155944                   _CIM_Unimodem_ReceiveCharsLost_qualifiers,
155945                   /* type */
155946                   CIMTYPE_UINT64,
155947                   /* subscript */
155948                   -1,
155949                   /* value */
155950 mike  1.1.2.1     0,
155951               };
155952               
155953               static const char*
155954               _CIM_Unimodem_TransmitIFrameCount_qualifiers[] =
155955               {
155956                   /* Counter */
155957                   "\012\001",
155958                   0,
155959               };
155960               
155961               static MetaProperty
155962               _CIM_Unimodem_TransmitIFrameCount =
155963               {
155964                   /* flags */
155965                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155966                   /* name */
155967                   "TransmitIFrameCount",
155968                   /* qualifiers */
155969                   _CIM_Unimodem_TransmitIFrameCount_qualifiers,
155970                   /* type */
155971 mike  1.1.2.1     CIMTYPE_UINT64,
155972                   /* subscript */
155973                   -1,
155974                   /* value */
155975                   0,
155976               };
155977               
155978               static const char*
155979               _CIM_Unimodem_ReceiveIFrameCount_qualifiers[] =
155980               {
155981                   /* Counter */
155982                   "\012\001",
155983                   0,
155984               };
155985               
155986               static MetaProperty
155987               _CIM_Unimodem_ReceiveIFrameCount =
155988               {
155989                   /* flags */
155990                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155991                   /* name */
155992 mike  1.1.2.1     "ReceiveIFrameCount",
155993                   /* qualifiers */
155994                   _CIM_Unimodem_ReceiveIFrameCount_qualifiers,
155995                   /* type */
155996                   CIMTYPE_UINT64,
155997                   /* subscript */
155998                   -1,
155999                   /* value */
156000                   0,
156001               };
156002               
156003               static const char*
156004               _CIM_Unimodem_TransmitIFrameErrorCount_qualifiers[] =
156005               {
156006                   /* Counter */
156007                   "\012\001",
156008                   0,
156009               };
156010               
156011               static MetaProperty
156012               _CIM_Unimodem_TransmitIFrameErrorCount =
156013 mike  1.1.2.1 {
156014                   /* flags */
156015                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156016                   /* name */
156017                   "TransmitIFrameErrorCount",
156018                   /* qualifiers */
156019                   _CIM_Unimodem_TransmitIFrameErrorCount_qualifiers,
156020                   /* type */
156021                   CIMTYPE_UINT64,
156022                   /* subscript */
156023                   -1,
156024                   /* value */
156025                   0,
156026               };
156027               
156028               static const char*
156029               _CIM_Unimodem_ReceivedIFrameErrorCount_qualifiers[] =
156030               {
156031                   /* Counter */
156032                   "\012\001",
156033                   0,
156034 mike  1.1.2.1 };
156035               
156036               static MetaProperty
156037               _CIM_Unimodem_ReceivedIFrameErrorCount =
156038               {
156039                   /* flags */
156040                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156041                   /* name */
156042                   "ReceivedIFrameErrorCount",
156043                   /* qualifiers */
156044                   _CIM_Unimodem_ReceivedIFrameErrorCount_qualifiers,
156045                   /* type */
156046                   CIMTYPE_UINT64,
156047                   /* subscript */
156048                   -1,
156049                   /* value */
156050                   0,
156051               };
156052               
156053               static const char*
156054               _CIM_Unimodem_CallWaitingEventCount_qualifiers[] =
156055 mike  1.1.2.1 {
156056                   /* Counter */
156057                   "\012\001",
156058                   0,
156059               };
156060               
156061               static MetaProperty
156062               _CIM_Unimodem_CallWaitingEventCount =
156063               {
156064                   /* flags */
156065                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156066                   /* name */
156067                   "CallWaitingEventCount",
156068                   /* qualifiers */
156069                   _CIM_Unimodem_CallWaitingEventCount_qualifiers,
156070                   /* type */
156071                   CIMTYPE_UINT8,
156072                   /* subscript */
156073                   -1,
156074                   /* value */
156075                   0,
156076 mike  1.1.2.1 };
156077               
156078               static MetaFeature*
156079               _CIM_Unimodem_features[] =
156080               {
156081                   (MetaFeature*)&_CIM_Unimodem_CallSetupResultCode,
156082                   (MetaFeature*)&_CIM_Unimodem_MultiMediaMode,
156083                   (MetaFeature*)&_CIM_Unimodem_DTEDCEInterfaceMode,
156084                   (MetaFeature*)&_CIM_Unimodem_TransmitCarrierNegotiation,
156085                   (MetaFeature*)&_CIM_Unimodem_ReceiveCarrierNegotiation,
156086                   (MetaFeature*)&_CIM_Unimodem_InitialTransmitCarrierDataRate,
156087                   (MetaFeature*)&_CIM_Unimodem_InitialReceiveCarrierDataRate,
156088                   (MetaFeature*)&_CIM_Unimodem_CarrierRetrainsRequested,
156089                   (MetaFeature*)&_CIM_Unimodem_CarrierRetrainsGranted,
156090                   (MetaFeature*)&_CIM_Unimodem_FinalTransmitCarrierDataRate,
156091                   (MetaFeature*)&_CIM_Unimodem_FinalReceiveCarrierDataRate,
156092                   (MetaFeature*)&_CIM_Unimodem_TerminationCause,
156093                   (MetaFeature*)&_CIM_Unimodem_UnimodemRevision,
156094                   (MetaFeature*)&_CIM_Unimodem_EstimatedNoiseLevel,
156095                   (MetaFeature*)&_CIM_Unimodem_NormalizedMeanSquaredError,
156096                   (MetaFeature*)&_CIM_Unimodem_TemporaryCarrierLossEventCount,
156097 mike  1.1.2.1     (MetaFeature*)&_CIM_Unimodem_CarrierRenegotiationEventCount,
156098                   (MetaFeature*)&_CIM_Unimodem_ErrorControlFrameSize,
156099                   (MetaFeature*)&_CIM_Unimodem_ErrorControlLinkTimeouts,
156100                   (MetaFeature*)&_CIM_Unimodem_ErrorControlLinkNAKs,
156101                   (MetaFeature*)&_CIM_Unimodem_TransmitFlowControl,
156102                   (MetaFeature*)&_CIM_Unimodem_ReceiveFlowControl,
156103                   (MetaFeature*)&_CIM_Unimodem_TransmitCharsSentFromDTE,
156104                   (MetaFeature*)&_CIM_Unimodem_ReceiveCharsSentToDTE,
156105                   (MetaFeature*)&_CIM_Unimodem_TransmitCharsLost,
156106                   (MetaFeature*)&_CIM_Unimodem_ReceiveCharsLost,
156107                   (MetaFeature*)&_CIM_Unimodem_TransmitIFrameCount,
156108                   (MetaFeature*)&_CIM_Unimodem_ReceiveIFrameCount,
156109                   (MetaFeature*)&_CIM_Unimodem_TransmitIFrameErrorCount,
156110                   (MetaFeature*)&_CIM_Unimodem_ReceivedIFrameErrorCount,
156111                   (MetaFeature*)&_CIM_Unimodem_CallWaitingEventCount,
156112                   0,
156113               };
156114               
156115               static const char*
156116               __root_cimv2_CIM_Unimodem_qualifiers[] =
156117               {
156118 mike  1.1.2.1     /* UMLPackagePath */
156119                   "\057CIM::Device::Modems",
156120                   /* Version */
156121                   "\0632.10.0",
156122                   0,
156123               };
156124               
156125               MetaClass
156126               __root_cimv2_CIM_Unimodem =
156127               {
156128                   /* flags */
156129                   META_FLAG_CLASS,
156130                   /* name */
156131                   "CIM_Unimodem",
156132                   /* qualifiers */
156133                   __root_cimv2_CIM_Unimodem_qualifiers,
156134                   /* super */
156135                   &__root_cimv2_CIM_POTSModem,
156136                   /* features */
156137                   _CIM_Unimodem_features,
156138               };
156139 mike  1.1.2.1 
156140               //==============================================================================
156141               //
156142               // Class: CIM_UnitaryComputerSystem
156143               //
156144               //==============================================================================
156145               
156146               static const char*
156147               _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers[] =
156148               {
156149                   0,
156150               };
156151               
156152               static MetaProperty
156153               _CIM_UnitaryComputerSystem_InitialLoadInfo =
156154               {
156155                   /* flags */
156156                   META_FLAG_PROPERTY|META_FLAG_READ,
156157                   /* name */
156158                   "InitialLoadInfo",
156159                   /* qualifiers */
156160 mike  1.1.2.1     _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers,
156161                   /* type */
156162                   CIMTYPE_STRING,
156163                   /* subscript */
156164                   0,
156165                   /* value */
156166                   0,
156167               };
156168               
156169               static const char*
156170               _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers[] =
156171               {
156172                   /* MappingStrings */
156173                   "\026\000\003MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadDevice\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadParameters\000MIF.DMTF|Host System|001.3\000",
156174                   0,
156175               };
156176               
156177               static MetaProperty
156178               _CIM_UnitaryComputerSystem_LastLoadInfo =
156179               {
156180                   /* flags */
156181 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
156182                   /* name */
156183                   "LastLoadInfo",
156184                   /* qualifiers */
156185                   _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers,
156186                   /* type */
156187                   CIMTYPE_STRING,
156188                   /* subscript */
156189                   -1,
156190                   /* value */
156191                   0,
156192               };
156193               
156194               static const char*
156195               _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers[] =
156196               {
156197                   /* Deprecated */
156198                   "\013\000\001CIM_PowerManagementCapabilities\000",
156199                   0,
156200               };
156201               
156202 mike  1.1.2.1 static MetaProperty
156203               _CIM_UnitaryComputerSystem_PowerManagementSupported =
156204               {
156205                   /* flags */
156206                   META_FLAG_PROPERTY|META_FLAG_READ,
156207                   /* name */
156208                   "PowerManagementSupported",
156209                   /* qualifiers */
156210                   _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers,
156211                   /* type */
156212                   CIMTYPE_BOOLEAN,
156213                   /* subscript */
156214                   -1,
156215                   /* value */
156216                   0,
156217               };
156218               
156219               static const char*
156220               _CIM_UnitaryComputerSystem_PowerState_qualifiers[] =
156221               {
156222                   /* ValueMap */
156223 mike  1.1.2.1     "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
156224                   /* Values */
156225                   "\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",
156226                   0,
156227               };
156228               
156229               static MetaProperty
156230               _CIM_UnitaryComputerSystem_PowerState =
156231               {
156232                   /* flags */
156233                   META_FLAG_PROPERTY|META_FLAG_READ,
156234                   /* name */
156235                   "PowerState",
156236                   /* qualifiers */
156237                   _CIM_UnitaryComputerSystem_PowerState_qualifiers,
156238                   /* type */
156239                   CIMTYPE_UINT16,
156240                   /* subscript */
156241                   -1,
156242                   /* value */
156243                   0,
156244 mike  1.1.2.1 };
156245               
156246               static const char*
156247               _CIM_UnitaryComputerSystem_WakeUpType_qualifiers[] =
156248               {
156249                   /* ValueMap */
156250                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
156251                   /* Values */
156252                   "\062\000\011Reserved\000Other\000Unknown\000APM Timer\000Modem Ring\000LAN Remote\000Power Switch\000PCI PME#\000A/C Power Restored\000",
156253                   0,
156254               };
156255               
156256               static MetaProperty
156257               _CIM_UnitaryComputerSystem_WakeUpType =
156258               {
156259                   /* flags */
156260                   META_FLAG_PROPERTY|META_FLAG_READ,
156261                   /* name */
156262                   "WakeUpType",
156263                   /* qualifiers */
156264                   _CIM_UnitaryComputerSystem_WakeUpType_qualifiers,
156265 mike  1.1.2.1     /* type */
156266                   CIMTYPE_UINT16,
156267                   /* subscript */
156268                   -1,
156269                   /* value */
156270                   0,
156271               };
156272               
156273               static MetaFeature*
156274               _CIM_UnitaryComputerSystem_features[] =
156275               {
156276                   (MetaFeature*)&_CIM_UnitaryComputerSystem_InitialLoadInfo,
156277                   (MetaFeature*)&_CIM_UnitaryComputerSystem_LastLoadInfo,
156278                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerManagementSupported,
156279                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerState,
156280                   (MetaFeature*)&_CIM_UnitaryComputerSystem_WakeUpType,
156281                   0,
156282               };
156283               
156284               static const char*
156285               __root_cimv2_CIM_UnitaryComputerSystem_qualifiers[] =
156286 mike  1.1.2.1 {
156287                   /* UMLPackagePath */
156288                   "\057CIM::System::SystemElements",
156289                   /* Version */
156290                   "\0632.8.0",
156291                   0,
156292               };
156293               
156294               MetaClass
156295               __root_cimv2_CIM_UnitaryComputerSystem =
156296               {
156297                   /* flags */
156298                   META_FLAG_CLASS,
156299                   /* name */
156300                   "CIM_UnitaryComputerSystem",
156301                   /* qualifiers */
156302                   __root_cimv2_CIM_UnitaryComputerSystem_qualifiers,
156303                   /* super */
156304                   &__root_cimv2_CIM_ComputerSystem,
156305                   /* features */
156306                   _CIM_UnitaryComputerSystem_features,
156307 mike  1.1.2.1 };
156308               
156309               //==============================================================================
156310               //
156311               // Class: CIM_USBConnection
156312               //
156313               //==============================================================================
156314               
156315               static const char*
156316               _CIM_USBConnection_Antecedent_qualifiers[] =
156317               {
156318                   /* Override */
156319                   "\044Antecedent",
156320                   /* Max */
156321                   "\027\000\000\000\001",
156322                   0,
156323               };
156324               
156325               static MetaReference
156326               _CIM_USBConnection_Antecedent =
156327               {
156328 mike  1.1.2.1     /* flags */
156329                   META_FLAG_REFERENCE|META_FLAG_READ,
156330                   /* name */
156331                   "Antecedent",
156332                   /* qualifiers */
156333                   _CIM_USBConnection_Antecedent_qualifiers,
156334                   /* subscript */
156335                   -1,
156336                   /* refId */
156337                   &__root_cimv2_CIM_USBPort,
156338               };
156339               
156340               static const char*
156341               _CIM_USBConnection_Dependent_qualifiers[] =
156342               {
156343                   /* Override */
156344                   "\044Dependent",
156345                   /* Max */
156346                   "\027\000\000\000\001",
156347                   0,
156348               };
156349 mike  1.1.2.1 
156350               static MetaReference
156351               _CIM_USBConnection_Dependent =
156352               {
156353                   /* flags */
156354                   META_FLAG_REFERENCE|META_FLAG_READ,
156355                   /* name */
156356                   "Dependent",
156357                   /* qualifiers */
156358                   _CIM_USBConnection_Dependent_qualifiers,
156359                   /* subscript */
156360                   -1,
156361                   /* refId */
156362                   &__root_cimv2_CIM_USBDevice,
156363               };
156364               
156365               static MetaFeature*
156366               _CIM_USBConnection_features[] =
156367               {
156368                   (MetaFeature*)&_CIM_USBConnection_Antecedent,
156369                   (MetaFeature*)&_CIM_USBConnection_Dependent,
156370 mike  1.1.2.1     0,
156371               };
156372               
156373               static const char*
156374               __root_cimv2_CIM_USBConnection_qualifiers[] =
156375               {
156376                   /* ASSOCIATION */
156377                   "\000\001",
156378                   /* UMLPackagePath */
156379                   "\057CIM::Device::USB",
156380                   /* Version */
156381                   "\0632.6.0",
156382                   0,
156383               };
156384               
156385               MetaClass
156386               __root_cimv2_CIM_USBConnection =
156387               {
156388                   /* flags */
156389                   META_FLAG_ASSOCIATION,
156390                   /* name */
156391 mike  1.1.2.1     "CIM_USBConnection",
156392                   /* qualifiers */
156393                   __root_cimv2_CIM_USBConnection_qualifiers,
156394                   /* super */
156395                   &__root_cimv2_CIM_DeviceConnection,
156396                   /* features */
156397                   _CIM_USBConnection_features,
156398               };
156399               
156400               //==============================================================================
156401               //
156402               // Class: CIM_USBController
156403               //
156404               //==============================================================================
156405               
156406               static const char*
156407               _CIM_USBController_USBVersion_qualifiers[] =
156408               {
156409                   0,
156410               };
156411               
156412 mike  1.1.2.1 static MetaProperty
156413               _CIM_USBController_USBVersion =
156414               {
156415                   /* flags */
156416                   META_FLAG_PROPERTY|META_FLAG_READ,
156417                   /* name */
156418                   "USBVersion",
156419                   /* qualifiers */
156420                   _CIM_USBController_USBVersion_qualifiers,
156421                   /* type */
156422                   CIMTYPE_UINT16,
156423                   /* subscript */
156424                   -1,
156425                   /* value */
156426                   0,
156427               };
156428               
156429               static const char*
156430               _CIM_USBController_InterfaceType_qualifiers[] =
156431               {
156432                   /* ValueMap */
156433 mike  1.1.2.1     "\061\000\0040\0001\0002\0003\000",
156434                   /* Values */
156435                   "\062\000\004Unknown\000Other\000UHCI\000OHCI\000",
156436                   /* ModelCorrespondence */
156437                   "\036\000\001CIM_USBController.ControllerVersion\000",
156438                   0,
156439               };
156440               
156441               static MetaProperty
156442               _CIM_USBController_InterfaceType =
156443               {
156444                   /* flags */
156445                   META_FLAG_PROPERTY|META_FLAG_READ,
156446                   /* name */
156447                   "InterfaceType",
156448                   /* qualifiers */
156449                   _CIM_USBController_InterfaceType_qualifiers,
156450                   /* type */
156451                   CIMTYPE_UINT16,
156452                   /* subscript */
156453                   -1,
156454 mike  1.1.2.1     /* value */
156455                   0,
156456               };
156457               
156458               static const char*
156459               _CIM_USBController_ControllerVersion_qualifiers[] =
156460               {
156461                   /* ModelCorrespondence */
156462                   "\036\000\001CIM_USBController.InterfaceType\000",
156463                   0,
156464               };
156465               
156466               static MetaProperty
156467               _CIM_USBController_ControllerVersion =
156468               {
156469                   /* flags */
156470                   META_FLAG_PROPERTY|META_FLAG_READ,
156471                   /* name */
156472                   "ControllerVersion",
156473                   /* qualifiers */
156474                   _CIM_USBController_ControllerVersion_qualifiers,
156475 mike  1.1.2.1     /* type */
156476                   CIMTYPE_UINT16,
156477                   /* subscript */
156478                   -1,
156479                   /* value */
156480                   0,
156481               };
156482               
156483               static MetaFeature*
156484               _CIM_USBController_features[] =
156485               {
156486                   (MetaFeature*)&_CIM_USBController_USBVersion,
156487                   (MetaFeature*)&_CIM_USBController_InterfaceType,
156488                   (MetaFeature*)&_CIM_USBController_ControllerVersion,
156489                   0,
156490               };
156491               
156492               static const char*
156493               __root_cimv2_CIM_USBController_qualifiers[] =
156494               {
156495                   /* UMLPackagePath */
156496 mike  1.1.2.1     "\057CIM::Device::Controller",
156497                   /* Version */
156498                   "\0632.10.0",
156499                   0,
156500               };
156501               
156502               MetaClass
156503               __root_cimv2_CIM_USBController =
156504               {
156505                   /* flags */
156506                   META_FLAG_CLASS,
156507                   /* name */
156508                   "CIM_USBController",
156509                   /* qualifiers */
156510                   __root_cimv2_CIM_USBController_qualifiers,
156511                   /* super */
156512                   &__root_cimv2_CIM_Controller,
156513                   /* features */
156514                   _CIM_USBController_features,
156515               };
156516               
156517 mike  1.1.2.1 //==============================================================================
156518               //
156519               // Class: CIM_VDSLModem
156520               //
156521               //==============================================================================
156522               
156523               static MetaFeature*
156524               _CIM_VDSLModem_features[] =
156525               {
156526                   0,
156527               };
156528               
156529               static const char*
156530               __root_cimv2_CIM_VDSLModem_qualifiers[] =
156531               {
156532                   /* UMLPackagePath */
156533                   "\057CIM::Device::Modems",
156534                   /* Version */
156535                   "\0632.6.0",
156536                   0,
156537               };
156538 mike  1.1.2.1 
156539               MetaClass
156540               __root_cimv2_CIM_VDSLModem =
156541               {
156542                   /* flags */
156543                   META_FLAG_CLASS,
156544                   /* name */
156545                   "CIM_VDSLModem",
156546                   /* qualifiers */
156547                   __root_cimv2_CIM_VDSLModem_qualifiers,
156548                   /* super */
156549                   &__root_cimv2_CIM_DSLModem,
156550                   /* features */
156551                   _CIM_VDSLModem_features,
156552               };
156553               
156554               //==============================================================================
156555               //
156556               // Class: CIM_VideoController
156557               //
156558               //==============================================================================
156559 mike  1.1.2.1 
156560               static const char*
156561               _CIM_VideoController_Description_qualifiers[] =
156562               {
156563                   /* Override */
156564                   "\044Description",
156565                   /* MappingStrings */
156566                   "\026\000\001MIF.DMTF|Video|004.18\000",
156567                   0,
156568               };
156569               
156570               static MetaProperty
156571               _CIM_VideoController_Description =
156572               {
156573                   /* flags */
156574                   META_FLAG_PROPERTY|META_FLAG_READ,
156575                   /* name */
156576                   "Description",
156577                   /* qualifiers */
156578                   _CIM_VideoController_Description_qualifiers,
156579                   /* type */
156580 mike  1.1.2.1     CIMTYPE_STRING,
156581                   /* subscript */
156582                   -1,
156583                   /* value */
156584                   0,
156585               };
156586               
156587               static const char*
156588               _CIM_VideoController_VideoProcessor_qualifiers[] =
156589               {
156590                   0,
156591               };
156592               
156593               static MetaProperty
156594               _CIM_VideoController_VideoProcessor =
156595               {
156596                   /* flags */
156597                   META_FLAG_PROPERTY|META_FLAG_READ,
156598                   /* name */
156599                   "VideoProcessor",
156600                   /* qualifiers */
156601 mike  1.1.2.1     _CIM_VideoController_VideoProcessor_qualifiers,
156602                   /* type */
156603                   CIMTYPE_STRING,
156604                   /* subscript */
156605                   -1,
156606                   /* value */
156607                   0,
156608               };
156609               
156610               static const char*
156611               _CIM_VideoController_VideoMemoryType_qualifiers[] =
156612               {
156613                   /* ValueMap */
156614                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
156615                   /* Values */
156616                   "\062\000\015Other\000Unknown\000VRAM\000DRAM\000SRAM\000WRAM\000EDO RAM\000Burst Synchronous DRAM\000Pipelined Burst SRAM\000CDRAM\0003DRAM\000SDRAM\000SGRAM\000",
156617                   /* MappingStrings */
156618                   "\026\000\001MIF.DMTF|Video|004.6\000",
156619                   0,
156620               };
156621               
156622 mike  1.1.2.1 static MetaProperty
156623               _CIM_VideoController_VideoMemoryType =
156624               {
156625                   /* flags */
156626                   META_FLAG_PROPERTY|META_FLAG_READ,
156627                   /* name */
156628                   "VideoMemoryType",
156629                   /* qualifiers */
156630                   _CIM_VideoController_VideoMemoryType_qualifiers,
156631                   /* type */
156632                   CIMTYPE_UINT16,
156633                   /* subscript */
156634                   -1,
156635                   /* value */
156636                   0,
156637               };
156638               
156639               static const char*
156640               _CIM_VideoController_NumberOfVideoPages_qualifiers[] =
156641               {
156642                   0,
156643 mike  1.1.2.1 };
156644               
156645               static MetaProperty
156646               _CIM_VideoController_NumberOfVideoPages =
156647               {
156648                   /* flags */
156649                   META_FLAG_PROPERTY|META_FLAG_READ,
156650                   /* name */
156651                   "NumberOfVideoPages",
156652                   /* qualifiers */
156653                   _CIM_VideoController_NumberOfVideoPages_qualifiers,
156654                   /* type */
156655                   CIMTYPE_UINT32,
156656                   /* subscript */
156657                   -1,
156658                   /* value */
156659                   0,
156660               };
156661               
156662               static const char*
156663               _CIM_VideoController_MaxMemorySupported_qualifiers[] =
156664 mike  1.1.2.1 {
156665                   /* Units */
156666                   "\060Bytes",
156667                   0,
156668               };
156669               
156670               static MetaProperty
156671               _CIM_VideoController_MaxMemorySupported =
156672               {
156673                   /* flags */
156674                   META_FLAG_PROPERTY|META_FLAG_READ,
156675                   /* name */
156676                   "MaxMemorySupported",
156677                   /* qualifiers */
156678                   _CIM_VideoController_MaxMemorySupported_qualifiers,
156679                   /* type */
156680                   CIMTYPE_UINT32,
156681                   /* subscript */
156682                   -1,
156683                   /* value */
156684                   0,
156685 mike  1.1.2.1 };
156686               
156687               static const char*
156688               _CIM_VideoController_AcceleratorCapabilities_qualifiers[] =
156689               {
156690                   /* ValueMap */
156691                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
156692                   /* Values */
156693                   "\062\000\011Unknown\000Other\000Graphics Accelerator\0003D Accelerator\000PCI Fast Write\000MultiMonitor Support\000PCI Mastering\000Second Monochrome Adapter Support\000Large Memory Address Support\000",
156694                   /* ArrayType */
156695                   "\005Indexed",
156696                   /* ModelCorrespondence */
156697                   "\036\000\001CIM_VideoController.CapabilityDescriptions\000",
156698                   0,
156699               };
156700               
156701               static MetaProperty
156702               _CIM_VideoController_AcceleratorCapabilities =
156703               {
156704                   /* flags */
156705                   META_FLAG_PROPERTY|META_FLAG_READ,
156706 mike  1.1.2.1     /* name */
156707                   "AcceleratorCapabilities",
156708                   /* qualifiers */
156709                   _CIM_VideoController_AcceleratorCapabilities_qualifiers,
156710                   /* type */
156711                   CIMTYPE_UINT16,
156712                   /* subscript */
156713                   0,
156714                   /* value */
156715                   0,
156716               };
156717               
156718               static const char*
156719               _CIM_VideoController_CapabilityDescriptions_qualifiers[] =
156720               {
156721                   /* ArrayType */
156722                   "\005Indexed",
156723                   /* ModelCorrespondence */
156724                   "\036\000\001CIM_VideoController.AcceleratorCapabilities\000",
156725                   0,
156726               };
156727 mike  1.1.2.1 
156728               static MetaProperty
156729               _CIM_VideoController_CapabilityDescriptions =
156730               {
156731                   /* flags */
156732                   META_FLAG_PROPERTY|META_FLAG_READ,
156733                   /* name */
156734                   "CapabilityDescriptions",
156735                   /* qualifiers */
156736                   _CIM_VideoController_CapabilityDescriptions_qualifiers,
156737                   /* type */
156738                   CIMTYPE_STRING,
156739                   /* subscript */
156740                   0,
156741                   /* value */
156742                   0,
156743               };
156744               
156745               static const char*
156746               _CIM_VideoController_CurrentBitsPerPixel_qualifiers[] =
156747               {
156748 mike  1.1.2.1     /* Units */
156749                   "\060Bits",
156750                   /* MappingStrings */
156751                   "\026\000\001MIF.DMTF|Video|004.12\000",
156752                   0,
156753               };
156754               
156755               static MetaProperty
156756               _CIM_VideoController_CurrentBitsPerPixel =
156757               {
156758                   /* flags */
156759                   META_FLAG_PROPERTY|META_FLAG_READ,
156760                   /* name */
156761                   "CurrentBitsPerPixel",
156762                   /* qualifiers */
156763                   _CIM_VideoController_CurrentBitsPerPixel_qualifiers,
156764                   /* type */
156765                   CIMTYPE_UINT32,
156766                   /* subscript */
156767                   -1,
156768                   /* value */
156769 mike  1.1.2.1     0,
156770               };
156771               
156772               static const char*
156773               _CIM_VideoController_CurrentHorizontalResolution_qualifiers[] =
156774               {
156775                   /* Units */
156776                   "\060Pixels",
156777                   /* MappingStrings */
156778                   "\026\000\001MIF.DMTF|Video|004.11\000",
156779                   0,
156780               };
156781               
156782               static MetaProperty
156783               _CIM_VideoController_CurrentHorizontalResolution =
156784               {
156785                   /* flags */
156786                   META_FLAG_PROPERTY|META_FLAG_READ,
156787                   /* name */
156788                   "CurrentHorizontalResolution",
156789                   /* qualifiers */
156790 mike  1.1.2.1     _CIM_VideoController_CurrentHorizontalResolution_qualifiers,
156791                   /* type */
156792                   CIMTYPE_UINT32,
156793                   /* subscript */
156794                   -1,
156795                   /* value */
156796                   0,
156797               };
156798               
156799               static const char*
156800               _CIM_VideoController_CurrentVerticalResolution_qualifiers[] =
156801               {
156802                   /* Units */
156803                   "\060Pixels",
156804                   /* MappingStrings */
156805                   "\026\000\001MIF.DMTF|Video|004.10\000",
156806                   0,
156807               };
156808               
156809               static MetaProperty
156810               _CIM_VideoController_CurrentVerticalResolution =
156811 mike  1.1.2.1 {
156812                   /* flags */
156813                   META_FLAG_PROPERTY|META_FLAG_READ,
156814                   /* name */
156815                   "CurrentVerticalResolution",
156816                   /* qualifiers */
156817                   _CIM_VideoController_CurrentVerticalResolution_qualifiers,
156818                   /* type */
156819                   CIMTYPE_UINT32,
156820                   /* subscript */
156821                   -1,
156822                   /* value */
156823                   0,
156824               };
156825               
156826               static const char*
156827               _CIM_VideoController_MaxRefreshRate_qualifiers[] =
156828               {
156829                   /* Units */
156830                   "\060Hertz",
156831                   /* MappingStrings */
156832 mike  1.1.2.1     "\026\000\001MIF.DMTF|Video|004.5\000",
156833                   0,
156834               };
156835               
156836               static MetaProperty
156837               _CIM_VideoController_MaxRefreshRate =
156838               {
156839                   /* flags */
156840                   META_FLAG_PROPERTY|META_FLAG_READ,
156841                   /* name */
156842                   "MaxRefreshRate",
156843                   /* qualifiers */
156844                   _CIM_VideoController_MaxRefreshRate_qualifiers,
156845                   /* type */
156846                   CIMTYPE_UINT32,
156847                   /* subscript */
156848                   -1,
156849                   /* value */
156850                   0,
156851               };
156852               
156853 mike  1.1.2.1 static const char*
156854               _CIM_VideoController_MinRefreshRate_qualifiers[] =
156855               {
156856                   /* Units */
156857                   "\060Hertz",
156858                   /* MappingStrings */
156859                   "\026\000\001MIF.DMTF|Video|004.4\000",
156860                   0,
156861               };
156862               
156863               static MetaProperty
156864               _CIM_VideoController_MinRefreshRate =
156865               {
156866                   /* flags */
156867                   META_FLAG_PROPERTY|META_FLAG_READ,
156868                   /* name */
156869                   "MinRefreshRate",
156870                   /* qualifiers */
156871                   _CIM_VideoController_MinRefreshRate_qualifiers,
156872                   /* type */
156873                   CIMTYPE_UINT32,
156874 mike  1.1.2.1     /* subscript */
156875                   -1,
156876                   /* value */
156877                   0,
156878               };
156879               
156880               static const char*
156881               _CIM_VideoController_CurrentRefreshRate_qualifiers[] =
156882               {
156883                   /* Units */
156884                   "\060Hertz",
156885                   /* MappingStrings */
156886                   "\026\000\001MIF.DMTF|Video|004.15\000",
156887                   0,
156888               };
156889               
156890               static MetaProperty
156891               _CIM_VideoController_CurrentRefreshRate =
156892               {
156893                   /* flags */
156894                   META_FLAG_PROPERTY|META_FLAG_READ,
156895 mike  1.1.2.1     /* name */
156896                   "CurrentRefreshRate",
156897                   /* qualifiers */
156898                   _CIM_VideoController_CurrentRefreshRate_qualifiers,
156899                   /* type */
156900                   CIMTYPE_UINT32,
156901                   /* subscript */
156902                   -1,
156903                   /* value */
156904                   0,
156905               };
156906               
156907               static const char*
156908               _CIM_VideoController_CurrentScanMode_qualifiers[] =
156909               {
156910                   /* ValueMap */
156911                   "\061\000\0041\0002\0003\0004\000",
156912                   /* Values */
156913                   "\062\000\004Other\000Unknown\000Interlaced\000Non Interlaced\000",
156914                   /* MappingStrings */
156915                   "\026\000\001MIF.DMTF|Video|004.8\000",
156916 mike  1.1.2.1     0,
156917               };
156918               
156919               static MetaProperty
156920               _CIM_VideoController_CurrentScanMode =
156921               {
156922                   /* flags */
156923                   META_FLAG_PROPERTY|META_FLAG_READ,
156924                   /* name */
156925                   "CurrentScanMode",
156926                   /* qualifiers */
156927                   _CIM_VideoController_CurrentScanMode_qualifiers,
156928                   /* type */
156929                   CIMTYPE_UINT16,
156930                   /* subscript */
156931                   -1,
156932                   /* value */
156933                   0,
156934               };
156935               
156936               static const char*
156937 mike  1.1.2.1 _CIM_VideoController_CurrentNumberOfRows_qualifiers[] =
156938               {
156939                   /* MappingStrings */
156940                   "\026\000\001MIF.DMTF|Video|004.13\000",
156941                   0,
156942               };
156943               
156944               static MetaProperty
156945               _CIM_VideoController_CurrentNumberOfRows =
156946               {
156947                   /* flags */
156948                   META_FLAG_PROPERTY|META_FLAG_READ,
156949                   /* name */
156950                   "CurrentNumberOfRows",
156951                   /* qualifiers */
156952                   _CIM_VideoController_CurrentNumberOfRows_qualifiers,
156953                   /* type */
156954                   CIMTYPE_UINT32,
156955                   /* subscript */
156956                   -1,
156957                   /* value */
156958 mike  1.1.2.1     0,
156959               };
156960               
156961               static const char*
156962               _CIM_VideoController_CurrentNumberOfColumns_qualifiers[] =
156963               {
156964                   /* MappingStrings */
156965                   "\026\000\001MIF.DMTF|Video|004.14\000",
156966                   0,
156967               };
156968               
156969               static MetaProperty
156970               _CIM_VideoController_CurrentNumberOfColumns =
156971               {
156972                   /* flags */
156973                   META_FLAG_PROPERTY|META_FLAG_READ,
156974                   /* name */
156975                   "CurrentNumberOfColumns",
156976                   /* qualifiers */
156977                   _CIM_VideoController_CurrentNumberOfColumns_qualifiers,
156978                   /* type */
156979 mike  1.1.2.1     CIMTYPE_UINT32,
156980                   /* subscript */
156981                   -1,
156982                   /* value */
156983                   0,
156984               };
156985               
156986               static const char*
156987               _CIM_VideoController_CurrentNumberOfColors_qualifiers[] =
156988               {
156989                   0,
156990               };
156991               
156992               static MetaProperty
156993               _CIM_VideoController_CurrentNumberOfColors =
156994               {
156995                   /* flags */
156996                   META_FLAG_PROPERTY|META_FLAG_READ,
156997                   /* name */
156998                   "CurrentNumberOfColors",
156999                   /* qualifiers */
157000 mike  1.1.2.1     _CIM_VideoController_CurrentNumberOfColors_qualifiers,
157001                   /* type */
157002                   CIMTYPE_UINT64,
157003                   /* subscript */
157004                   -1,
157005                   /* value */
157006                   0,
157007               };
157008               
157009               static MetaFeature*
157010               _CIM_VideoController_features[] =
157011               {
157012                   (MetaFeature*)&_CIM_VideoController_Description,
157013                   (MetaFeature*)&_CIM_VideoController_VideoProcessor,
157014                   (MetaFeature*)&_CIM_VideoController_VideoMemoryType,
157015                   (MetaFeature*)&_CIM_VideoController_NumberOfVideoPages,
157016                   (MetaFeature*)&_CIM_VideoController_MaxMemorySupported,
157017                   (MetaFeature*)&_CIM_VideoController_AcceleratorCapabilities,
157018                   (MetaFeature*)&_CIM_VideoController_CapabilityDescriptions,
157019                   (MetaFeature*)&_CIM_VideoController_CurrentBitsPerPixel,
157020                   (MetaFeature*)&_CIM_VideoController_CurrentHorizontalResolution,
157021 mike  1.1.2.1     (MetaFeature*)&_CIM_VideoController_CurrentVerticalResolution,
157022                   (MetaFeature*)&_CIM_VideoController_MaxRefreshRate,
157023                   (MetaFeature*)&_CIM_VideoController_MinRefreshRate,
157024                   (MetaFeature*)&_CIM_VideoController_CurrentRefreshRate,
157025                   (MetaFeature*)&_CIM_VideoController_CurrentScanMode,
157026                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfRows,
157027                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfColumns,
157028                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfColors,
157029                   0,
157030               };
157031               
157032               static const char*
157033               __root_cimv2_CIM_VideoController_qualifiers[] =
157034               {
157035                   /* UMLPackagePath */
157036                   "\057CIM::Device::Controller",
157037                   /* Version */
157038                   "\0632.8.0",
157039                   0,
157040               };
157041               
157042 mike  1.1.2.1 MetaClass
157043               __root_cimv2_CIM_VideoController =
157044               {
157045                   /* flags */
157046                   META_FLAG_CLASS,
157047                   /* name */
157048                   "CIM_VideoController",
157049                   /* qualifiers */
157050                   __root_cimv2_CIM_VideoController_qualifiers,
157051                   /* super */
157052                   &__root_cimv2_CIM_Controller,
157053                   /* features */
157054                   _CIM_VideoController_features,
157055               };
157056               
157057               //==============================================================================
157058               //
157059               // Class: CIM_VideoSetting
157060               //
157061               //==============================================================================
157062               
157063 mike  1.1.2.1 static const char*
157064               _CIM_VideoSetting_Element_qualifiers[] =
157065               {
157066                   /* Override */
157067                   "\044Element",
157068                   0,
157069               };
157070               
157071               static MetaReference
157072               _CIM_VideoSetting_Element =
157073               {
157074                   /* flags */
157075                   META_FLAG_REFERENCE|META_FLAG_READ,
157076                   /* name */
157077                   "Element",
157078                   /* qualifiers */
157079                   _CIM_VideoSetting_Element_qualifiers,
157080                   /* subscript */
157081                   -1,
157082                   /* refId */
157083                   &__root_cimv2_CIM_VideoController,
157084 mike  1.1.2.1 };
157085               
157086               static const char*
157087               _CIM_VideoSetting_Setting_qualifiers[] =
157088               {
157089                   /* Override */
157090                   "\044Setting",
157091                   0,
157092               };
157093               
157094               static MetaReference
157095               _CIM_VideoSetting_Setting =
157096               {
157097                   /* flags */
157098                   META_FLAG_REFERENCE|META_FLAG_READ,
157099                   /* name */
157100                   "Setting",
157101                   /* qualifiers */
157102                   _CIM_VideoSetting_Setting_qualifiers,
157103                   /* subscript */
157104                   -1,
157105 mike  1.1.2.1     /* refId */
157106                   &__root_cimv2_CIM_VideoControllerResolution,
157107               };
157108               
157109               static MetaFeature*
157110               _CIM_VideoSetting_features[] =
157111               {
157112                   (MetaFeature*)&_CIM_VideoSetting_Element,
157113                   (MetaFeature*)&_CIM_VideoSetting_Setting,
157114                   0,
157115               };
157116               
157117               static const char*
157118               __root_cimv2_CIM_VideoSetting_qualifiers[] =
157119               {
157120                   /* ASSOCIATION */
157121                   "\000\001",
157122                   /* UMLPackagePath */
157123                   "\057CIM::Device::Controller",
157124                   /* Version */
157125                   "\0632.6.0",
157126 mike  1.1.2.1     0,
157127               };
157128               
157129               MetaClass
157130               __root_cimv2_CIM_VideoSetting =
157131               {
157132                   /* flags */
157133                   META_FLAG_ASSOCIATION,
157134                   /* name */
157135                   "CIM_VideoSetting",
157136                   /* qualifiers */
157137                   __root_cimv2_CIM_VideoSetting_qualifiers,
157138                   /* super */
157139                   &__root_cimv2_CIM_ElementSetting,
157140                   /* features */
157141                   _CIM_VideoSetting_features,
157142               };
157143               
157144               //==============================================================================
157145               //
157146               // Class: CIM_VirtualComputerSystem
157147 mike  1.1.2.1 //
157148               //==============================================================================
157149               
157150               static const char*
157151               _CIM_VirtualComputerSystem_VirtualSystem_qualifiers[] =
157152               {
157153                   0,
157154               };
157155               
157156               static MetaProperty
157157               _CIM_VirtualComputerSystem_VirtualSystem =
157158               {
157159                   /* flags */
157160                   META_FLAG_PROPERTY|META_FLAG_READ,
157161                   /* name */
157162                   "VirtualSystem",
157163                   /* qualifiers */
157164                   _CIM_VirtualComputerSystem_VirtualSystem_qualifiers,
157165                   /* type */
157166                   CIMTYPE_STRING,
157167                   /* subscript */
157168 mike  1.1.2.1     -1,
157169                   /* value */
157170                   0,
157171               };
157172               
157173               static MetaFeature*
157174               _CIM_VirtualComputerSystem_features[] =
157175               {
157176                   (MetaFeature*)&_CIM_VirtualComputerSystem_VirtualSystem,
157177                   0,
157178               };
157179               
157180               static const char*
157181               __root_cimv2_CIM_VirtualComputerSystem_qualifiers[] =
157182               {
157183                   /* UMLPackagePath */
157184                   "\057CIM::System::SystemElements",
157185                   /* Version */
157186                   "\0632.6.0",
157187                   0,
157188               };
157189 mike  1.1.2.1 
157190               MetaClass
157191               __root_cimv2_CIM_VirtualComputerSystem =
157192               {
157193                   /* flags */
157194                   META_FLAG_CLASS,
157195                   /* name */
157196                   "CIM_VirtualComputerSystem",
157197                   /* qualifiers */
157198                   __root_cimv2_CIM_VirtualComputerSystem_qualifiers,
157199                   /* super */
157200                   &__root_cimv2_CIM_ComputerSystem,
157201                   /* features */
157202                   _CIM_VirtualComputerSystem_features,
157203               };
157204               
157205               //==============================================================================
157206               //
157207               // Class: CIM_VLANFor
157208               //
157209               //==============================================================================
157210 mike  1.1.2.1 
157211               static const char*
157212               _CIM_VLANFor_Antecedent_qualifiers[] =
157213               {
157214                   /* Deprecated */
157215                   "\013\000\001No Value\000",
157216                   /* Override */
157217                   "\044Antecedent",
157218                   0,
157219               };
157220               
157221               static MetaReference
157222               _CIM_VLANFor_Antecedent =
157223               {
157224                   /* flags */
157225                   META_FLAG_REFERENCE|META_FLAG_READ,
157226                   /* name */
157227                   "Antecedent",
157228                   /* qualifiers */
157229                   _CIM_VLANFor_Antecedent_qualifiers,
157230                   /* subscript */
157231 mike  1.1.2.1     -1,
157232                   /* refId */
157233                   &__root_cimv2_CIM_VLAN,
157234               };
157235               
157236               static const char*
157237               _CIM_VLANFor_Dependent_qualifiers[] =
157238               {
157239                   /* Deprecated */
157240                   "\013\000\001No Value\000",
157241                   /* Override */
157242                   "\044Dependent",
157243                   /* Min */
157244                   "\033\000\000\000\001",
157245                   0,
157246               };
157247               
157248               static MetaReference
157249               _CIM_VLANFor_Dependent =
157250               {
157251                   /* flags */
157252 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
157253                   /* name */
157254                   "Dependent",
157255                   /* qualifiers */
157256                   _CIM_VLANFor_Dependent_qualifiers,
157257                   /* subscript */
157258                   -1,
157259                   /* refId */
157260                   &__root_cimv2_CIM_VLANService,
157261               };
157262               
157263               static MetaFeature*
157264               _CIM_VLANFor_features[] =
157265               {
157266                   (MetaFeature*)&_CIM_VLANFor_Antecedent,
157267                   (MetaFeature*)&_CIM_VLANFor_Dependent,
157268                   0,
157269               };
157270               
157271               static const char*
157272               __root_cimv2_CIM_VLANFor_qualifiers[] =
157273 mike  1.1.2.1 {
157274                   /* ASSOCIATION */
157275                   "\000\001",
157276                   /* Deprecated */
157277                   "\013\000\001No Value\000",
157278                   /* UMLPackagePath */
157279                   "\057CIM::Network::VLAN",
157280                   /* Version */
157281                   "\0632.8.0",
157282                   0,
157283               };
157284               
157285               MetaClass
157286               __root_cimv2_CIM_VLANFor =
157287               {
157288                   /* flags */
157289                   META_FLAG_ASSOCIATION,
157290                   /* name */
157291                   "CIM_VLANFor",
157292                   /* qualifiers */
157293                   __root_cimv2_CIM_VLANFor_qualifiers,
157294 mike  1.1.2.1     /* super */
157295                   &__root_cimv2_CIM_ServiceSAPDependency,
157296                   /* features */
157297                   _CIM_VLANFor_features,
157298               };
157299               
157300               //==============================================================================
157301               //
157302               // Class: CIM_VolatileStorage
157303               //
157304               //==============================================================================
157305               
157306               static const char*
157307               _CIM_VolatileStorage_Cacheable_qualifiers[] =
157308               {
157309                   /* Deprecated */
157310                   "\013\000\001CIM_AssociatedCacheMemory\000",
157311                   /* MappingStrings */
157312                   "\026\000\001MIF.DMTF|System Resource Memory Info|002.5\000",
157313                   0,
157314               };
157315 mike  1.1.2.1 
157316               static MetaProperty
157317               _CIM_VolatileStorage_Cacheable =
157318               {
157319                   /* flags */
157320                   META_FLAG_PROPERTY|META_FLAG_READ,
157321                   /* name */
157322                   "Cacheable",
157323                   /* qualifiers */
157324                   _CIM_VolatileStorage_Cacheable_qualifiers,
157325                   /* type */
157326                   CIMTYPE_BOOLEAN,
157327                   /* subscript */
157328                   -1,
157329                   /* value */
157330                   0,
157331               };
157332               
157333               static const char*
157334               _CIM_VolatileStorage_CacheType_qualifiers[] =
157335               {
157336 mike  1.1.2.1     /* Deprecated */
157337                   "\013\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
157338                   /* ValueMap */
157339                   "\061\000\0051\0002\0003\0004\0005\000",
157340                   /* Values */
157341                   "\062\000\005Other\000Unknown\000Write-Back\000Write-Through\000Not Applicable\000",
157342                   /* MappingStrings */
157343                   "\026\000\001MIF.DMTF|System Resource Memory Info|002.6\000",
157344                   0,
157345               };
157346               
157347               static MetaProperty
157348               _CIM_VolatileStorage_CacheType =
157349               {
157350                   /* flags */
157351                   META_FLAG_PROPERTY|META_FLAG_READ,
157352                   /* name */
157353                   "CacheType",
157354                   /* qualifiers */
157355                   _CIM_VolatileStorage_CacheType_qualifiers,
157356                   /* type */
157357 mike  1.1.2.1     CIMTYPE_UINT16,
157358                   /* subscript */
157359                   -1,
157360                   /* value */
157361                   0,
157362               };
157363               
157364               static MetaFeature*
157365               _CIM_VolatileStorage_features[] =
157366               {
157367                   (MetaFeature*)&_CIM_VolatileStorage_Cacheable,
157368                   (MetaFeature*)&_CIM_VolatileStorage_CacheType,
157369                   0,
157370               };
157371               
157372               static const char*
157373               __root_cimv2_CIM_VolatileStorage_qualifiers[] =
157374               {
157375                   /* Deprecated */
157376                   "\013\000\001CIM_Memory\000",
157377                   /* UMLPackagePath */
157378 mike  1.1.2.1     "\057CIM::Device::Memory",
157379                   /* Version */
157380                   "\0632.8.0",
157381                   0,
157382               };
157383               
157384               MetaClass
157385               __root_cimv2_CIM_VolatileStorage =
157386               {
157387                   /* flags */
157388                   META_FLAG_CLASS,
157389                   /* name */
157390                   "CIM_VolatileStorage",
157391                   /* qualifiers */
157392                   __root_cimv2_CIM_VolatileStorage_qualifiers,
157393                   /* super */
157394                   &__root_cimv2_CIM_Memory,
157395                   /* features */
157396                   _CIM_VolatileStorage_features,
157397               };
157398               
157399 mike  1.1.2.1 //==============================================================================
157400               //
157401               // Class: CIM_VoltageSensor
157402               //
157403               //==============================================================================
157404               
157405               static const char*
157406               _CIM_VoltageSensor_SensorType_qualifiers[] =
157407               {
157408                   /* Deprecated */
157409                   "\013\000\001No value\000",
157410                   /* Override */
157411                   "\044SensorType",
157412                   0,
157413               };
157414               
157415               static MetaProperty
157416               _CIM_VoltageSensor_SensorType =
157417               {
157418                   /* flags */
157419                   META_FLAG_PROPERTY|META_FLAG_READ,
157420 mike  1.1.2.1     /* name */
157421                   "SensorType",
157422                   /* qualifiers */
157423                   _CIM_VoltageSensor_SensorType_qualifiers,
157424                   /* type */
157425                   CIMTYPE_UINT16,
157426                   /* subscript */
157427                   -1,
157428                   /* value */
157429                   "\000\003",
157430               };
157431               
157432               static const char*
157433               _CIM_VoltageSensor_BaseUnits_qualifiers[] =
157434               {
157435                   /* Deprecated */
157436                   "\013\000\001No value\000",
157437                   /* Override */
157438                   "\044BaseUnits",
157439                   0,
157440               };
157441 mike  1.1.2.1 
157442               static MetaProperty
157443               _CIM_VoltageSensor_BaseUnits =
157444               {
157445                   /* flags */
157446                   META_FLAG_PROPERTY|META_FLAG_READ,
157447                   /* name */
157448                   "BaseUnits",
157449                   /* qualifiers */
157450                   _CIM_VoltageSensor_BaseUnits_qualifiers,
157451                   /* type */
157452                   CIMTYPE_UINT16,
157453                   /* subscript */
157454                   -1,
157455                   /* value */
157456                   "\000\005",
157457               };
157458               
157459               static const char*
157460               _CIM_VoltageSensor_UnitModifier_qualifiers[] =
157461               {
157462 mike  1.1.2.1     /* Deprecated */
157463                   "\013\000\001No value\000",
157464                   /* Override */
157465                   "\044UnitModifier",
157466                   0,
157467               };
157468               
157469               static MetaProperty
157470               _CIM_VoltageSensor_UnitModifier =
157471               {
157472                   /* flags */
157473                   META_FLAG_PROPERTY|META_FLAG_READ,
157474                   /* name */
157475                   "UnitModifier",
157476                   /* qualifiers */
157477                   _CIM_VoltageSensor_UnitModifier_qualifiers,
157478                   /* type */
157479                   CIMTYPE_SINT32,
157480                   /* subscript */
157481                   -1,
157482                   /* value */
157483 mike  1.1.2.1     "\377\377\377\375",
157484               };
157485               
157486               static const char*
157487               _CIM_VoltageSensor_RateUnits_qualifiers[] =
157488               {
157489                   /* Deprecated */
157490                   "\013\000\001No value\000",
157491                   /* Override */
157492                   "\044RateUnits",
157493                   0,
157494               };
157495               
157496               static MetaProperty
157497               _CIM_VoltageSensor_RateUnits =
157498               {
157499                   /* flags */
157500                   META_FLAG_PROPERTY|META_FLAG_READ,
157501                   /* name */
157502                   "RateUnits",
157503                   /* qualifiers */
157504 mike  1.1.2.1     _CIM_VoltageSensor_RateUnits_qualifiers,
157505                   /* type */
157506                   CIMTYPE_UINT16,
157507                   /* subscript */
157508                   -1,
157509                   /* value */
157510                   "\000\000",
157511               };
157512               
157513               static const char*
157514               _CIM_VoltageSensor_CurrentReading_qualifiers[] =
157515               {
157516                   /* Deprecated */
157517                   "\013\000\001No value\000",
157518                   /* Override */
157519                   "\044CurrentReading",
157520                   /* MappingStrings */
157521                   "\026\000\001MIF.DMTF|Voltage Probe|001.5\000",
157522                   0,
157523               };
157524               
157525 mike  1.1.2.1 static MetaProperty
157526               _CIM_VoltageSensor_CurrentReading =
157527               {
157528                   /* flags */
157529                   META_FLAG_PROPERTY|META_FLAG_READ,
157530                   /* name */
157531                   "CurrentReading",
157532                   /* qualifiers */
157533                   _CIM_VoltageSensor_CurrentReading_qualifiers,
157534                   /* type */
157535                   CIMTYPE_SINT32,
157536                   /* subscript */
157537                   -1,
157538                   /* value */
157539                   0,
157540               };
157541               
157542               static const char*
157543               _CIM_VoltageSensor_NominalReading_qualifiers[] =
157544               {
157545                   /* Deprecated */
157546 mike  1.1.2.1     "\013\000\001No value\000",
157547                   /* Override */
157548                   "\044NominalReading",
157549                   /* MappingStrings */
157550                   "\026\000\001MIF.DMTF|Voltage Probe|001.6\000",
157551                   0,
157552               };
157553               
157554               static MetaProperty
157555               _CIM_VoltageSensor_NominalReading =
157556               {
157557                   /* flags */
157558                   META_FLAG_PROPERTY|META_FLAG_READ,
157559                   /* name */
157560                   "NominalReading",
157561                   /* qualifiers */
157562                   _CIM_VoltageSensor_NominalReading_qualifiers,
157563                   /* type */
157564                   CIMTYPE_SINT32,
157565                   /* subscript */
157566                   -1,
157567 mike  1.1.2.1     /* value */
157568                   0,
157569               };
157570               
157571               static const char*
157572               _CIM_VoltageSensor_NormalMax_qualifiers[] =
157573               {
157574                   /* Deprecated */
157575                   "\013\000\001No value\000",
157576                   /* Override */
157577                   "\044NormalMax",
157578                   /* MappingStrings */
157579                   "\026\000\001MIF.DMTF|Voltage Probe|001.7\000",
157580                   0,
157581               };
157582               
157583               static MetaProperty
157584               _CIM_VoltageSensor_NormalMax =
157585               {
157586                   /* flags */
157587                   META_FLAG_PROPERTY|META_FLAG_READ,
157588 mike  1.1.2.1     /* name */
157589                   "NormalMax",
157590                   /* qualifiers */
157591                   _CIM_VoltageSensor_NormalMax_qualifiers,
157592                   /* type */
157593                   CIMTYPE_SINT32,
157594                   /* subscript */
157595                   -1,
157596                   /* value */
157597                   0,
157598               };
157599               
157600               static const char*
157601               _CIM_VoltageSensor_NormalMin_qualifiers[] =
157602               {
157603                   /* Deprecated */
157604                   "\013\000\001No value\000",
157605                   /* Override */
157606                   "\044NormalMin",
157607                   /* MappingStrings */
157608                   "\026\000\001MIF.DMTF|Voltage Probe|001.8\000",
157609 mike  1.1.2.1     0,
157610               };
157611               
157612               static MetaProperty
157613               _CIM_VoltageSensor_NormalMin =
157614               {
157615                   /* flags */
157616                   META_FLAG_PROPERTY|META_FLAG_READ,
157617                   /* name */
157618                   "NormalMin",
157619                   /* qualifiers */
157620                   _CIM_VoltageSensor_NormalMin_qualifiers,
157621                   /* type */
157622                   CIMTYPE_SINT32,
157623                   /* subscript */
157624                   -1,
157625                   /* value */
157626                   0,
157627               };
157628               
157629               static const char*
157630 mike  1.1.2.1 _CIM_VoltageSensor_MaxReadable_qualifiers[] =
157631               {
157632                   /* Deprecated */
157633                   "\013\000\001No value\000",
157634                   /* Override */
157635                   "\044MaxReadable",
157636                   /* MappingStrings */
157637                   "\026\000\001MIF.DMTF|Voltage Probe|001.9\000",
157638                   0,
157639               };
157640               
157641               static MetaProperty
157642               _CIM_VoltageSensor_MaxReadable =
157643               {
157644                   /* flags */
157645                   META_FLAG_PROPERTY|META_FLAG_READ,
157646                   /* name */
157647                   "MaxReadable",
157648                   /* qualifiers */
157649                   _CIM_VoltageSensor_MaxReadable_qualifiers,
157650                   /* type */
157651 mike  1.1.2.1     CIMTYPE_SINT32,
157652                   /* subscript */
157653                   -1,
157654                   /* value */
157655                   0,
157656               };
157657               
157658               static const char*
157659               _CIM_VoltageSensor_MinReadable_qualifiers[] =
157660               {
157661                   /* Deprecated */
157662                   "\013\000\001No value\000",
157663                   /* Override */
157664                   "\044MinReadable",
157665                   /* MappingStrings */
157666                   "\026\000\001MIF.DMTF|Voltage Probe|001.10\000",
157667                   0,
157668               };
157669               
157670               static MetaProperty
157671               _CIM_VoltageSensor_MinReadable =
157672 mike  1.1.2.1 {
157673                   /* flags */
157674                   META_FLAG_PROPERTY|META_FLAG_READ,
157675                   /* name */
157676                   "MinReadable",
157677                   /* qualifiers */
157678                   _CIM_VoltageSensor_MinReadable_qualifiers,
157679                   /* type */
157680                   CIMTYPE_SINT32,
157681                   /* subscript */
157682                   -1,
157683                   /* value */
157684                   0,
157685               };
157686               
157687               static const char*
157688               _CIM_VoltageSensor_Resolution_qualifiers[] =
157689               {
157690                   /* Deprecated */
157691                   "\013\000\001No value\000",
157692                   /* Override */
157693 mike  1.1.2.1     "\044Resolution",
157694                   /* Units */
157695                   "\060Tenths of MilliVolts",
157696                   /* MappingStrings */
157697                   "\026\000\001MIF.DMTF|Voltage Probe|001.17\000",
157698                   0,
157699               };
157700               
157701               static MetaProperty
157702               _CIM_VoltageSensor_Resolution =
157703               {
157704                   /* flags */
157705                   META_FLAG_PROPERTY|META_FLAG_READ,
157706                   /* name */
157707                   "Resolution",
157708                   /* qualifiers */
157709                   _CIM_VoltageSensor_Resolution_qualifiers,
157710                   /* type */
157711                   CIMTYPE_UINT32,
157712                   /* subscript */
157713                   -1,
157714 mike  1.1.2.1     /* value */
157715                   0,
157716               };
157717               
157718               static const char*
157719               _CIM_VoltageSensor_Tolerance_qualifiers[] =
157720               {
157721                   /* Deprecated */
157722                   "\013\000\001No value\000",
157723                   /* Override */
157724                   "\044Tolerance",
157725                   /* MappingStrings */
157726                   "\026\000\001MIF.DMTF|Voltage Probe|001.18\000",
157727                   0,
157728               };
157729               
157730               static MetaProperty
157731               _CIM_VoltageSensor_Tolerance =
157732               {
157733                   /* flags */
157734                   META_FLAG_PROPERTY|META_FLAG_READ,
157735 mike  1.1.2.1     /* name */
157736                   "Tolerance",
157737                   /* qualifiers */
157738                   _CIM_VoltageSensor_Tolerance_qualifiers,
157739                   /* type */
157740                   CIMTYPE_SINT32,
157741                   /* subscript */
157742                   -1,
157743                   /* value */
157744                   0,
157745               };
157746               
157747               static const char*
157748               _CIM_VoltageSensor_Accuracy_qualifiers[] =
157749               {
157750                   /* Deprecated */
157751                   "\013\000\001No value\000",
157752                   /* Override */
157753                   "\044Accuracy",
157754                   /* MappingStrings */
157755                   "\026\000\001MIF.DMTF|Voltage Probe|001.19\000",
157756 mike  1.1.2.1     0,
157757               };
157758               
157759               static MetaProperty
157760               _CIM_VoltageSensor_Accuracy =
157761               {
157762                   /* flags */
157763                   META_FLAG_PROPERTY|META_FLAG_READ,
157764                   /* name */
157765                   "Accuracy",
157766                   /* qualifiers */
157767                   _CIM_VoltageSensor_Accuracy_qualifiers,
157768                   /* type */
157769                   CIMTYPE_SINT32,
157770                   /* subscript */
157771                   -1,
157772                   /* value */
157773                   0,
157774               };
157775               
157776               static const char*
157777 mike  1.1.2.1 _CIM_VoltageSensor_LowerThresholdNonCritical_qualifiers[] =
157778               {
157779                   /* Deprecated */
157780                   "\013\000\001No value\000",
157781                   /* Override */
157782                   "\044LowerThresholdNonCritical",
157783                   /* MappingStrings */
157784                   "\026\000\001MIF.DMTF|Voltage Probe|001.11\000",
157785                   0,
157786               };
157787               
157788               static MetaProperty
157789               _CIM_VoltageSensor_LowerThresholdNonCritical =
157790               {
157791                   /* flags */
157792                   META_FLAG_PROPERTY|META_FLAG_READ,
157793                   /* name */
157794                   "LowerThresholdNonCritical",
157795                   /* qualifiers */
157796                   _CIM_VoltageSensor_LowerThresholdNonCritical_qualifiers,
157797                   /* type */
157798 mike  1.1.2.1     CIMTYPE_SINT32,
157799                   /* subscript */
157800                   -1,
157801                   /* value */
157802                   0,
157803               };
157804               
157805               static const char*
157806               _CIM_VoltageSensor_UpperThresholdNonCritical_qualifiers[] =
157807               {
157808                   /* Deprecated */
157809                   "\013\000\001No value\000",
157810                   /* Override */
157811                   "\044UpperThresholdNonCritical",
157812                   /* MappingStrings */
157813                   "\026\000\001MIF.DMTF|Voltage Probe|001.12\000",
157814                   0,
157815               };
157816               
157817               static MetaProperty
157818               _CIM_VoltageSensor_UpperThresholdNonCritical =
157819 mike  1.1.2.1 {
157820                   /* flags */
157821                   META_FLAG_PROPERTY|META_FLAG_READ,
157822                   /* name */
157823                   "UpperThresholdNonCritical",
157824                   /* qualifiers */
157825                   _CIM_VoltageSensor_UpperThresholdNonCritical_qualifiers,
157826                   /* type */
157827                   CIMTYPE_SINT32,
157828                   /* subscript */
157829                   -1,
157830                   /* value */
157831                   0,
157832               };
157833               
157834               static const char*
157835               _CIM_VoltageSensor_LowerThresholdCritical_qualifiers[] =
157836               {
157837                   /* Deprecated */
157838                   "\013\000\001No value\000",
157839                   /* Override */
157840 mike  1.1.2.1     "\044LowerThresholdCritical",
157841                   /* MappingStrings */
157842                   "\026\000\001MIF.DMTF|Voltage Probe|001.13\000",
157843                   0,
157844               };
157845               
157846               static MetaProperty
157847               _CIM_VoltageSensor_LowerThresholdCritical =
157848               {
157849                   /* flags */
157850                   META_FLAG_PROPERTY|META_FLAG_READ,
157851                   /* name */
157852                   "LowerThresholdCritical",
157853                   /* qualifiers */
157854                   _CIM_VoltageSensor_LowerThresholdCritical_qualifiers,
157855                   /* type */
157856                   CIMTYPE_SINT32,
157857                   /* subscript */
157858                   -1,
157859                   /* value */
157860                   0,
157861 mike  1.1.2.1 };
157862               
157863               static const char*
157864               _CIM_VoltageSensor_UpperThresholdCritical_qualifiers[] =
157865               {
157866                   /* Deprecated */
157867                   "\013\000\001No value\000",
157868                   /* Override */
157869                   "\044UpperThresholdCritical",
157870                   /* MappingStrings */
157871                   "\026\000\001MIF.DMTF|Voltage Probe|001.14\000",
157872                   0,
157873               };
157874               
157875               static MetaProperty
157876               _CIM_VoltageSensor_UpperThresholdCritical =
157877               {
157878                   /* flags */
157879                   META_FLAG_PROPERTY|META_FLAG_READ,
157880                   /* name */
157881                   "UpperThresholdCritical",
157882 mike  1.1.2.1     /* qualifiers */
157883                   _CIM_VoltageSensor_UpperThresholdCritical_qualifiers,
157884                   /* type */
157885                   CIMTYPE_SINT32,
157886                   /* subscript */
157887                   -1,
157888                   /* value */
157889                   0,
157890               };
157891               
157892               static const char*
157893               _CIM_VoltageSensor_LowerThresholdFatal_qualifiers[] =
157894               {
157895                   /* Deprecated */
157896                   "\013\000\001No value\000",
157897                   /* Override */
157898                   "\044LowerThresholdFatal",
157899                   /* MappingStrings */
157900                   "\026\000\001MIF.DMTF|Voltage Probe|001.15\000",
157901                   0,
157902               };
157903 mike  1.1.2.1 
157904               static MetaProperty
157905               _CIM_VoltageSensor_LowerThresholdFatal =
157906               {
157907                   /* flags */
157908                   META_FLAG_PROPERTY|META_FLAG_READ,
157909                   /* name */
157910                   "LowerThresholdFatal",
157911                   /* qualifiers */
157912                   _CIM_VoltageSensor_LowerThresholdFatal_qualifiers,
157913                   /* type */
157914                   CIMTYPE_SINT32,
157915                   /* subscript */
157916                   -1,
157917                   /* value */
157918                   0,
157919               };
157920               
157921               static const char*
157922               _CIM_VoltageSensor_UpperThresholdFatal_qualifiers[] =
157923               {
157924 mike  1.1.2.1     /* Deprecated */
157925                   "\013\000\001No value\000",
157926                   /* Override */
157927                   "\044UpperThresholdFatal",
157928                   /* MappingStrings */
157929                   "\026\000\001MIF.DMTF|Voltage Probe|001.16\000",
157930                   0,
157931               };
157932               
157933               static MetaProperty
157934               _CIM_VoltageSensor_UpperThresholdFatal =
157935               {
157936                   /* flags */
157937                   META_FLAG_PROPERTY|META_FLAG_READ,
157938                   /* name */
157939                   "UpperThresholdFatal",
157940                   /* qualifiers */
157941                   _CIM_VoltageSensor_UpperThresholdFatal_qualifiers,
157942                   /* type */
157943                   CIMTYPE_SINT32,
157944                   /* subscript */
157945 mike  1.1.2.1     -1,
157946                   /* value */
157947                   0,
157948               };
157949               
157950               static MetaFeature*
157951               _CIM_VoltageSensor_features[] =
157952               {
157953                   (MetaFeature*)&_CIM_VoltageSensor_SensorType,
157954                   (MetaFeature*)&_CIM_VoltageSensor_BaseUnits,
157955                   (MetaFeature*)&_CIM_VoltageSensor_UnitModifier,
157956                   (MetaFeature*)&_CIM_VoltageSensor_RateUnits,
157957                   (MetaFeature*)&_CIM_VoltageSensor_CurrentReading,
157958                   (MetaFeature*)&_CIM_VoltageSensor_NominalReading,
157959                   (MetaFeature*)&_CIM_VoltageSensor_NormalMax,
157960                   (MetaFeature*)&_CIM_VoltageSensor_NormalMin,
157961                   (MetaFeature*)&_CIM_VoltageSensor_MaxReadable,
157962                   (MetaFeature*)&_CIM_VoltageSensor_MinReadable,
157963                   (MetaFeature*)&_CIM_VoltageSensor_Resolution,
157964                   (MetaFeature*)&_CIM_VoltageSensor_Tolerance,
157965                   (MetaFeature*)&_CIM_VoltageSensor_Accuracy,
157966 mike  1.1.2.1     (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdNonCritical,
157967                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdNonCritical,
157968                   (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdCritical,
157969                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdCritical,
157970                   (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdFatal,
157971                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdFatal,
157972                   0,
157973               };
157974               
157975               static const char*
157976               __root_cimv2_CIM_VoltageSensor_qualifiers[] =
157977               {
157978                   /* Deprecated */
157979                   "\013\000\001CIM_NumericSensor\000",
157980                   /* UMLPackagePath */
157981                   "\057CIM::Device::Sensors",
157982                   /* Version */
157983                   "\0632.8.0",
157984                   0,
157985               };
157986               
157987 mike  1.1.2.1 MetaClass
157988               __root_cimv2_CIM_VoltageSensor =
157989               {
157990                   /* flags */
157991                   META_FLAG_CLASS,
157992                   /* name */
157993                   "CIM_VoltageSensor",
157994                   /* qualifiers */
157995                   __root_cimv2_CIM_VoltageSensor_qualifiers,
157996                   /* super */
157997                   &__root_cimv2_CIM_NumericSensor,
157998                   /* features */
157999                   _CIM_VoltageSensor_features,
158000               };
158001               
158002               //==============================================================================
158003               //
158004               // Class: CIM_VolumeSetBasedOnPSExtent
158005               //
158006               //==============================================================================
158007               
158008 mike  1.1.2.1 static const char*
158009               _CIM_VolumeSetBasedOnPSExtent_Antecedent_qualifiers[] =
158010               {
158011                   /* Deprecated */
158012                   "\013\000\001CIM_CompositeExtentBasedOn.Antecedent\000",
158013                   /* Override */
158014                   "\044Antecedent",
158015                   /* Min */
158016                   "\033\000\000\000\001",
158017                   0,
158018               };
158019               
158020               static MetaReference
158021               _CIM_VolumeSetBasedOnPSExtent_Antecedent =
158022               {
158023                   /* flags */
158024                   META_FLAG_REFERENCE|META_FLAG_READ,
158025                   /* name */
158026                   "Antecedent",
158027                   /* qualifiers */
158028                   _CIM_VolumeSetBasedOnPSExtent_Antecedent_qualifiers,
158029 mike  1.1.2.1     /* subscript */
158030                   -1,
158031                   /* refId */
158032                   &__root_cimv2_CIM_ProtectedSpaceExtent,
158033               };
158034               
158035               static const char*
158036               _CIM_VolumeSetBasedOnPSExtent_Dependent_qualifiers[] =
158037               {
158038                   /* Deprecated */
158039                   "\013\000\001CIM_CompositeExtentBasedOn.Dependent\000",
158040                   /* Override */
158041                   "\044Dependent",
158042                   0,
158043               };
158044               
158045               static MetaReference
158046               _CIM_VolumeSetBasedOnPSExtent_Dependent =
158047               {
158048                   /* flags */
158049                   META_FLAG_REFERENCE|META_FLAG_READ,
158050 mike  1.1.2.1     /* name */
158051                   "Dependent",
158052                   /* qualifiers */
158053                   _CIM_VolumeSetBasedOnPSExtent_Dependent_qualifiers,
158054                   /* subscript */
158055                   -1,
158056                   /* refId */
158057                   &__root_cimv2_CIM_VolumeSet,
158058               };
158059               
158060               static const char*
158061               _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing_qualifiers[] =
158062               {
158063                   /* Deprecated */
158064                   "\013\000\001CIM_CompositeExtentBasedOn.LBAsMappedByDecrementing\000",
158065                   0,
158066               };
158067               
158068               static MetaProperty
158069               _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing =
158070               {
158071 mike  1.1.2.1     /* flags */
158072                   META_FLAG_PROPERTY|META_FLAG_READ,
158073                   /* name */
158074                   "LBAsMappedByDecrementing",
158075                   /* qualifiers */
158076                   _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing_qualifiers,
158077                   /* type */
158078                   CIMTYPE_BOOLEAN,
158079                   /* subscript */
158080                   -1,
158081                   /* value */
158082                   0,
158083               };
158084               
158085               static const char*
158086               _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData_qualifiers[] =
158087               {
158088                   /* Deprecated */
158089                   "\013\000\001CIM_CompositeExtentBasedOn.LBAMappingIncludesCheckData\000",
158090                   0,
158091               };
158092 mike  1.1.2.1 
158093               static MetaProperty
158094               _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData =
158095               {
158096                   /* flags */
158097                   META_FLAG_PROPERTY|META_FLAG_READ,
158098                   /* name */
158099                   "LBAMappingIncludesCheckData",
158100                   /* qualifiers */
158101                   _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData_qualifiers,
158102                   /* type */
158103                   CIMTYPE_BOOLEAN,
158104                   /* subscript */
158105                   -1,
158106                   /* value */
158107                   0,
158108               };
158109               
158110               static MetaFeature*
158111               _CIM_VolumeSetBasedOnPSExtent_features[] =
158112               {
158113 mike  1.1.2.1     (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_Antecedent,
158114                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_Dependent,
158115                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing,
158116                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData,
158117                   0,
158118               };
158119               
158120               static const char*
158121               __root_cimv2_CIM_VolumeSetBasedOnPSExtent_qualifiers[] =
158122               {
158123                   /* ASSOCIATION */
158124                   "\000\001",
158125                   /* Deprecated */
158126                   "\013\000\001CIM_CompositeExtentBasedOn\000",
158127                   /* UMLPackagePath */
158128                   "\057CIM::Device::SccExtents",
158129                   /* Version */
158130                   "\0632.7.0",
158131                   0,
158132               };
158133               
158134 mike  1.1.2.1 MetaClass
158135               __root_cimv2_CIM_VolumeSetBasedOnPSExtent =
158136               {
158137                   /* flags */
158138                   META_FLAG_ASSOCIATION,
158139                   /* name */
158140                   "CIM_VolumeSetBasedOnPSExtent",
158141                   /* qualifiers */
158142                   __root_cimv2_CIM_VolumeSetBasedOnPSExtent_qualifiers,
158143                   /* super */
158144                   &__root_cimv2_CIM_BasedOn,
158145                   /* features */
158146                   _CIM_VolumeSetBasedOnPSExtent_features,
158147               };
158148               
158149               //==============================================================================
158150               //
158151               // Class: CIM_WakeUpServiceOnModem
158152               //
158153               //==============================================================================
158154               
158155 mike  1.1.2.1 static const char*
158156               _CIM_WakeUpServiceOnModem_Antecedent_qualifiers[] =
158157               {
158158                   /* Override */
158159                   "\044Antecedent",
158160                   /* Max */
158161                   "\027\000\000\000\001",
158162                   0,
158163               };
158164               
158165               static MetaReference
158166               _CIM_WakeUpServiceOnModem_Antecedent =
158167               {
158168                   /* flags */
158169                   META_FLAG_REFERENCE|META_FLAG_READ,
158170                   /* name */
158171                   "Antecedent",
158172                   /* qualifiers */
158173                   _CIM_WakeUpServiceOnModem_Antecedent_qualifiers,
158174                   /* subscript */
158175                   -1,
158176 mike  1.1.2.1     /* refId */
158177                   &__root_cimv2_CIM_Modem,
158178               };
158179               
158180               static const char*
158181               _CIM_WakeUpServiceOnModem_Dependent_qualifiers[] =
158182               {
158183                   /* Override */
158184                   "\044Dependent",
158185                   0,
158186               };
158187               
158188               static MetaReference
158189               _CIM_WakeUpServiceOnModem_Dependent =
158190               {
158191                   /* flags */
158192                   META_FLAG_REFERENCE|META_FLAG_READ,
158193                   /* name */
158194                   "Dependent",
158195                   /* qualifiers */
158196                   _CIM_WakeUpServiceOnModem_Dependent_qualifiers,
158197 mike  1.1.2.1     /* subscript */
158198                   -1,
158199                   /* refId */
158200                   &__root_cimv2_CIM_WakeUpService,
158201               };
158202               
158203               static MetaFeature*
158204               _CIM_WakeUpServiceOnModem_features[] =
158205               {
158206                   (MetaFeature*)&_CIM_WakeUpServiceOnModem_Antecedent,
158207                   (MetaFeature*)&_CIM_WakeUpServiceOnModem_Dependent,
158208                   0,
158209               };
158210               
158211               static const char*
158212               __root_cimv2_CIM_WakeUpServiceOnModem_qualifiers[] =
158213               {
158214                   /* ASSOCIATION */
158215                   "\000\001",
158216                   /* UMLPackagePath */
158217                   "\057CIM::Device::Modems",
158218 mike  1.1.2.1     /* Version */
158219                   "\0632.10.0",
158220                   0,
158221               };
158222               
158223               MetaClass
158224               __root_cimv2_CIM_WakeUpServiceOnModem =
158225               {
158226                   /* flags */
158227                   META_FLAG_ASSOCIATION,
158228                   /* name */
158229                   "CIM_WakeUpServiceOnModem",
158230                   /* qualifiers */
158231                   __root_cimv2_CIM_WakeUpServiceOnModem_qualifiers,
158232                   /* super */
158233                   &__root_cimv2_CIM_DeviceServiceImplementation,
158234                   /* features */
158235                   _CIM_WakeUpServiceOnModem_features,
158236               };
158237               
158238               //==============================================================================
158239 mike  1.1.2.1 //
158240               // Class: CIM_WakeUpServiceOnNetworkAdapter
158241               //
158242               //==============================================================================
158243               
158244               static const char*
158245               _CIM_WakeUpServiceOnNetworkAdapter_Antecedent_qualifiers[] =
158246               {
158247                   /* Deprecated */
158248                   "\013\000\001CIM_WakeUpServiceOnNetworkPort.Antecedent\000",
158249                   /* Override */
158250                   "\044Antecedent",
158251                   /* Max */
158252                   "\027\000\000\000\001",
158253                   0,
158254               };
158255               
158256               static MetaReference
158257               _CIM_WakeUpServiceOnNetworkAdapter_Antecedent =
158258               {
158259                   /* flags */
158260 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
158261                   /* name */
158262                   "Antecedent",
158263                   /* qualifiers */
158264                   _CIM_WakeUpServiceOnNetworkAdapter_Antecedent_qualifiers,
158265                   /* subscript */
158266                   -1,
158267                   /* refId */
158268                   &__root_cimv2_CIM_NetworkAdapter,
158269               };
158270               
158271               static const char*
158272               _CIM_WakeUpServiceOnNetworkAdapter_Dependent_qualifiers[] =
158273               {
158274                   /* Deprecated */
158275                   "\013\000\001CIM_WakeUpServiceOnNetworkPort.Dependent\000",
158276                   /* Override */
158277                   "\044Dependent",
158278                   0,
158279               };
158280               
158281 mike  1.1.2.1 static MetaReference
158282               _CIM_WakeUpServiceOnNetworkAdapter_Dependent =
158283               {
158284                   /* flags */
158285                   META_FLAG_REFERENCE|META_FLAG_READ,
158286                   /* name */
158287                   "Dependent",
158288                   /* qualifiers */
158289                   _CIM_WakeUpServiceOnNetworkAdapter_Dependent_qualifiers,
158290                   /* subscript */
158291                   -1,
158292                   /* refId */
158293                   &__root_cimv2_CIM_WakeUpService,
158294               };
158295               
158296               static MetaFeature*
158297               _CIM_WakeUpServiceOnNetworkAdapter_features[] =
158298               {
158299                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkAdapter_Antecedent,
158300                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkAdapter_Dependent,
158301                   0,
158302 mike  1.1.2.1 };
158303               
158304               static const char*
158305               __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter_qualifiers[] =
158306               {
158307                   /* ASSOCIATION */
158308                   "\000\001",
158309                   /* Deprecated */
158310                   "\013\000\001CIM_WakeUpServiceOnNetworkPort\000",
158311                   /* UMLPackagePath */
158312                   "\057CIM::Device::NetworkAdapter",
158313                   /* Version */
158314                   "\0632.10.0",
158315                   0,
158316               };
158317               
158318               MetaClass
158319               __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter =
158320               {
158321                   /* flags */
158322                   META_FLAG_ASSOCIATION,
158323 mike  1.1.2.1     /* name */
158324                   "CIM_WakeUpServiceOnNetworkAdapter",
158325                   /* qualifiers */
158326                   __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter_qualifiers,
158327                   /* super */
158328                   &__root_cimv2_CIM_DeviceServiceImplementation,
158329                   /* features */
158330                   _CIM_WakeUpServiceOnNetworkAdapter_features,
158331               };
158332               
158333               //==============================================================================
158334               //
158335               // Class: CIM_WakeUpServiceOnNetworkPort
158336               //
158337               //==============================================================================
158338               
158339               static const char*
158340               _CIM_WakeUpServiceOnNetworkPort_Antecedent_qualifiers[] =
158341               {
158342                   /* Override */
158343                   "\044Antecedent",
158344 mike  1.1.2.1     /* Max */
158345                   "\027\000\000\000\001",
158346                   0,
158347               };
158348               
158349               static MetaReference
158350               _CIM_WakeUpServiceOnNetworkPort_Antecedent =
158351               {
158352                   /* flags */
158353                   META_FLAG_REFERENCE|META_FLAG_READ,
158354                   /* name */
158355                   "Antecedent",
158356                   /* qualifiers */
158357                   _CIM_WakeUpServiceOnNetworkPort_Antecedent_qualifiers,
158358                   /* subscript */
158359                   -1,
158360                   /* refId */
158361                   &__root_cimv2_CIM_NetworkPort,
158362               };
158363               
158364               static const char*
158365 mike  1.1.2.1 _CIM_WakeUpServiceOnNetworkPort_Dependent_qualifiers[] =
158366               {
158367                   /* Override */
158368                   "\044Dependent",
158369                   0,
158370               };
158371               
158372               static MetaReference
158373               _CIM_WakeUpServiceOnNetworkPort_Dependent =
158374               {
158375                   /* flags */
158376                   META_FLAG_REFERENCE|META_FLAG_READ,
158377                   /* name */
158378                   "Dependent",
158379                   /* qualifiers */
158380                   _CIM_WakeUpServiceOnNetworkPort_Dependent_qualifiers,
158381                   /* subscript */
158382                   -1,
158383                   /* refId */
158384                   &__root_cimv2_CIM_WakeUpService,
158385               };
158386 mike  1.1.2.1 
158387               static MetaFeature*
158388               _CIM_WakeUpServiceOnNetworkPort_features[] =
158389               {
158390                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkPort_Antecedent,
158391                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkPort_Dependent,
158392                   0,
158393               };
158394               
158395               static const char*
158396               __root_cimv2_CIM_WakeUpServiceOnNetworkPort_qualifiers[] =
158397               {
158398                   /* ASSOCIATION */
158399                   "\000\001",
158400                   /* UMLPackagePath */
158401                   "\057CIM::Device::Ports",
158402                   /* Version */
158403                   "\0632.10.0",
158404                   0,
158405               };
158406               
158407 mike  1.1.2.1 MetaClass
158408               __root_cimv2_CIM_WakeUpServiceOnNetworkPort =
158409               {
158410                   /* flags */
158411                   META_FLAG_ASSOCIATION,
158412                   /* name */
158413                   "CIM_WakeUpServiceOnNetworkPort",
158414                   /* qualifiers */
158415                   __root_cimv2_CIM_WakeUpServiceOnNetworkPort_qualifiers,
158416                   /* super */
158417                   &__root_cimv2_CIM_DeviceServiceImplementation,
158418                   /* features */
158419                   _CIM_WakeUpServiceOnNetworkPort_features,
158420               };
158421               
158422               //==============================================================================
158423               //
158424               // Class: CIM_WeightedREDDropperService
158425               //
158426               //==============================================================================
158427               
158428 mike  1.1.2.1 static const char*
158429               _CIM_WeightedREDDropperService_DropMetric_qualifiers[] =
158430               {
158431                   /* Deprecated */
158432                   "\013\000\001No value\000",
158433                   /* ValueMap */
158434                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
158435                   /* Values */
158436                   "\062\000\007Other\000IP Precedence\000DSCP Value\000802.1P Priority Value\000RSVP Session\000Queue Depth\000Packet Arrival Rate\000",
158437                   /* ModelCorrespondence */
158438                   "\036\000\001CIM_WeightedREDDropperService.OtherDropMetric\000",
158439                   0,
158440               };
158441               
158442               static MetaProperty
158443               _CIM_WeightedREDDropperService_DropMetric =
158444               {
158445                   /* flags */
158446                   META_FLAG_PROPERTY|META_FLAG_READ,
158447                   /* name */
158448                   "DropMetric",
158449 mike  1.1.2.1     /* qualifiers */
158450                   _CIM_WeightedREDDropperService_DropMetric_qualifiers,
158451                   /* type */
158452                   CIMTYPE_UINT16,
158453                   /* subscript */
158454                   -1,
158455                   /* value */
158456                   0,
158457               };
158458               
158459               static const char*
158460               _CIM_WeightedREDDropperService_OtherDropMetric_qualifiers[] =
158461               {
158462                   /* Deprecated */
158463                   "\013\000\001No value\000",
158464                   /* ModelCorrespondence */
158465                   "\036\000\001CIM_WeightedREDDropperService.DropMetric\000",
158466                   0,
158467               };
158468               
158469               static MetaProperty
158470 mike  1.1.2.1 _CIM_WeightedREDDropperService_OtherDropMetric =
158471               {
158472                   /* flags */
158473                   META_FLAG_PROPERTY|META_FLAG_READ,
158474                   /* name */
158475                   "OtherDropMetric",
158476                   /* qualifiers */
158477                   _CIM_WeightedREDDropperService_OtherDropMetric_qualifiers,
158478                   /* type */
158479                   CIMTYPE_STRING,
158480                   /* subscript */
158481                   -1,
158482                   /* value */
158483                   0,
158484               };
158485               
158486               static const char*
158487               _CIM_WeightedREDDropperService_Weight_qualifiers[] =
158488               {
158489                   /* Deprecated */
158490                   "\013\000\001CIM_DropThresholdCalculationService.SmoothingWeight\000",
158491 mike  1.1.2.1     /* MinValue */
158492                   "\035\000\000\000\000\000\000\000\000",
158493                   /* MaxValue */
158494                   "\031\000\000\000\000\000\000\000\144",
158495                   0,
158496               };
158497               
158498               static MetaProperty
158499               _CIM_WeightedREDDropperService_Weight =
158500               {
158501                   /* flags */
158502                   META_FLAG_PROPERTY|META_FLAG_READ,
158503                   /* name */
158504                   "Weight",
158505                   /* qualifiers */
158506                   _CIM_WeightedREDDropperService_Weight_qualifiers,
158507                   /* type */
158508                   CIMTYPE_REAL32,
158509                   /* subscript */
158510                   -1,
158511                   /* value */
158512 mike  1.1.2.1     0,
158513               };
158514               
158515               static MetaFeature*
158516               _CIM_WeightedREDDropperService_features[] =
158517               {
158518                   (MetaFeature*)&_CIM_WeightedREDDropperService_DropMetric,
158519                   (MetaFeature*)&_CIM_WeightedREDDropperService_OtherDropMetric,
158520                   (MetaFeature*)&_CIM_WeightedREDDropperService_Weight,
158521                   0,
158522               };
158523               
158524               static const char*
158525               __root_cimv2_CIM_WeightedREDDropperService_qualifiers[] =
158526               {
158527                   /* Deprecated */
158528                   "\013\000\001No value\000",
158529                   /* UMLPackagePath */
158530                   "\057CIM::Network::QoS",
158531                   /* Version */
158532                   "\0632.7.0",
158533 mike  1.1.2.1     0,
158534               };
158535               
158536               MetaClass
158537               __root_cimv2_CIM_WeightedREDDropperService =
158538               {
158539                   /* flags */
158540                   META_FLAG_CLASS,
158541                   /* name */
158542                   "CIM_WeightedREDDropperService",
158543                   /* qualifiers */
158544                   __root_cimv2_CIM_WeightedREDDropperService_qualifiers,
158545                   /* super */
158546                   &__root_cimv2_CIM_DropperService,
158547                   /* features */
158548                   _CIM_WeightedREDDropperService_features,
158549               };
158550               
158551               //==============================================================================
158552               //
158553               // Class: CIM_AccountManagementService
158554 mike  1.1.2.1 //
158555               //==============================================================================
158556               
158557               static MetaFeature*
158558               _CIM_AccountManagementService_features[] =
158559               {
158560                   0,
158561               };
158562               
158563               static const char*
158564               __root_cimv2_CIM_AccountManagementService_qualifiers[] =
158565               {
158566                   /* UMLPackagePath */
158567                   "\057CIM::User::Account",
158568                   /* Version */
158569                   "\0632.6.0",
158570                   0,
158571               };
158572               
158573               MetaClass
158574               __root_cimv2_CIM_AccountManagementService =
158575 mike  1.1.2.1 {
158576                   /* flags */
158577                   META_FLAG_CLASS,
158578                   /* name */
158579                   "CIM_AccountManagementService",
158580                   /* qualifiers */
158581                   __root_cimv2_CIM_AccountManagementService_qualifiers,
158582                   /* super */
158583                   &__root_cimv2_CIM_SecurityService,
158584                   /* features */
158585                   _CIM_AccountManagementService_features,
158586               };
158587               
158588               //==============================================================================
158589               //
158590               // Class: CIM_Action
158591               //
158592               //==============================================================================
158593               
158594               static const char*
158595               _CIM_Action_Name_qualifiers[] =
158596 mike  1.1.2.1 {
158597                   /* Key */
158598                   "\025\001",
158599                   /* Propagated */
158600                   "\045CIM_SoftwareElement.Name",
158601                   /* MaxLen */
158602                   "\030\000\000\001\000",
158603                   0,
158604               };
158605               
158606               static MetaProperty
158607               _CIM_Action_Name =
158608               {
158609                   /* flags */
158610                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158611                   /* name */
158612                   "Name",
158613                   /* qualifiers */
158614                   _CIM_Action_Name_qualifiers,
158615                   /* type */
158616                   CIMTYPE_STRING,
158617 mike  1.1.2.1     /* subscript */
158618                   -1,
158619                   /* value */
158620                   0,
158621               };
158622               
158623               static const char*
158624               _CIM_Action_Version_qualifiers[] =
158625               {
158626                   /* Key */
158627                   "\025\001",
158628                   /* Propagated */
158629                   "\045CIM_SoftwareElement.Version",
158630                   /* MaxLen */
158631                   "\030\000\000\000\100",
158632                   0,
158633               };
158634               
158635               static MetaProperty
158636               _CIM_Action_Version =
158637               {
158638 mike  1.1.2.1     /* flags */
158639                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158640                   /* name */
158641                   "Version",
158642                   /* qualifiers */
158643                   _CIM_Action_Version_qualifiers,
158644                   /* type */
158645                   CIMTYPE_STRING,
158646                   /* subscript */
158647                   -1,
158648                   /* value */
158649                   0,
158650               };
158651               
158652               static const char*
158653               _CIM_Action_SoftwareElementState_qualifiers[] =
158654               {
158655                   /* Key */
158656                   "\025\001",
158657                   /* Propagated */
158658                   "\045CIM_SoftwareElement.SoftwareElementState",
158659 mike  1.1.2.1     /* ValueMap */
158660                   "\061\000\0040\0001\0002\0003\000",
158661                   /* Values */
158662                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
158663                   0,
158664               };
158665               
158666               static MetaProperty
158667               _CIM_Action_SoftwareElementState =
158668               {
158669                   /* flags */
158670                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158671                   /* name */
158672                   "SoftwareElementState",
158673                   /* qualifiers */
158674                   _CIM_Action_SoftwareElementState_qualifiers,
158675                   /* type */
158676                   CIMTYPE_UINT16,
158677                   /* subscript */
158678                   -1,
158679                   /* value */
158680 mike  1.1.2.1     0,
158681               };
158682               
158683               static const char*
158684               _CIM_Action_SoftwareElementID_qualifiers[] =
158685               {
158686                   /* Key */
158687                   "\025\001",
158688                   /* Propagated */
158689                   "\045CIM_SoftwareElement.SoftwareElementID",
158690                   /* MaxLen */
158691                   "\030\000\000\001\000",
158692                   0,
158693               };
158694               
158695               static MetaProperty
158696               _CIM_Action_SoftwareElementID =
158697               {
158698                   /* flags */
158699                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158700                   /* name */
158701 mike  1.1.2.1     "SoftwareElementID",
158702                   /* qualifiers */
158703                   _CIM_Action_SoftwareElementID_qualifiers,
158704                   /* type */
158705                   CIMTYPE_STRING,
158706                   /* subscript */
158707                   -1,
158708                   /* value */
158709                   0,
158710               };
158711               
158712               static const char*
158713               _CIM_Action_TargetOperatingSystem_qualifiers[] =
158714               {
158715                   /* Key */
158716                   "\025\001",
158717                   /* Propagated */
158718                   "\045CIM_SoftwareElement.TargetOperatingSystem",
158719                   /* ValueMap */
158720                   "\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",
158721                   /* Values */
158722 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",
158723                   0,
158724               };
158725               
158726               static MetaProperty
158727               _CIM_Action_TargetOperatingSystem =
158728               {
158729                   /* flags */
158730                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158731                   /* name */
158732                   "TargetOperatingSystem",
158733                   /* qualifiers */
158734                   _CIM_Action_TargetOperatingSystem_qualifiers,
158735                   /* type */
158736                   CIMTYPE_UINT16,
158737                   /* subscript */
158738                   -1,
158739                   /* value */
158740                   0,
158741               };
158742               
158743 mike  1.1.2.1 static const char*
158744               _CIM_Action_ActionID_qualifiers[] =
158745               {
158746                   /* Key */
158747                   "\025\001",
158748                   /* MaxLen */
158749                   "\030\000\000\001\000",
158750                   0,
158751               };
158752               
158753               static MetaProperty
158754               _CIM_Action_ActionID =
158755               {
158756                   /* flags */
158757                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158758                   /* name */
158759                   "ActionID",
158760                   /* qualifiers */
158761                   _CIM_Action_ActionID_qualifiers,
158762                   /* type */
158763                   CIMTYPE_STRING,
158764 mike  1.1.2.1     /* subscript */
158765                   -1,
158766                   /* value */
158767                   0,
158768               };
158769               
158770               static const char*
158771               _CIM_Action_Direction_qualifiers[] =
158772               {
158773                   /* ValueMap */
158774                   "\061\000\0020\0001\000",
158775                   /* Values */
158776                   "\062\000\002Install\000Uninstall\000",
158777                   0,
158778               };
158779               
158780               static MetaProperty
158781               _CIM_Action_Direction =
158782               {
158783                   /* flags */
158784                   META_FLAG_PROPERTY|META_FLAG_READ,
158785 mike  1.1.2.1     /* name */
158786                   "Direction",
158787                   /* qualifiers */
158788                   _CIM_Action_Direction_qualifiers,
158789                   /* type */
158790                   CIMTYPE_UINT16,
158791                   /* subscript */
158792                   -1,
158793                   /* value */
158794                   0,
158795               };
158796               
158797               static MetaFeature*
158798               _CIM_Action_Invoke_parameters[] =
158799               {
158800                   0,
158801               };
158802               
158803               static const char*
158804               _CIM_Action_Invoke_qualifiers[] =
158805               {
158806 mike  1.1.2.1     0,
158807               };
158808               
158809               static MetaMethod
158810               _CIM_Action_Invoke =
158811               {
158812                   /* flags */
158813                   META_FLAG_METHOD,
158814                   /* name */
158815                   "CIM_Action",
158816                   /* qualifiers */
158817                   _CIM_Action_Invoke_qualifiers,
158818                   /* type */
158819                   CIMTYPE_UINT32,
158820                   /* parameters */
158821                   _CIM_Action_Invoke_parameters,
158822               };
158823               
158824               static const char*
158825               _CIM_Action_InvokeOnSystem_TargetSystem_qualifiers[] =
158826               {
158827 mike  1.1.2.1     /* IN */
158828                   "\024\001",
158829                   0,
158830               };
158831               
158832               static MetaReference
158833               _CIM_Action_InvokeOnSystem_TargetSystem =
158834               {
158835                   /* flags */
158836                   META_FLAG_REFERENCE|META_FLAG_IN,
158837                   /* name */
158838                   "TargetSystem",
158839                   /* qualifiers */
158840                   _CIM_Action_InvokeOnSystem_TargetSystem_qualifiers,
158841                   /* subscript */
158842                   -1,
158843                   /* ref */
158844                   &__root_cimv2_CIM_ComputerSystem,
158845               };
158846               
158847               static MetaFeature*
158848 mike  1.1.2.1 _CIM_Action_InvokeOnSystem_parameters[] =
158849               {
158850                   (MetaFeature*)&_CIM_Action_InvokeOnSystem_TargetSystem,
158851                   0,
158852               };
158853               
158854               static const char*
158855               _CIM_Action_InvokeOnSystem_qualifiers[] =
158856               {
158857                   0,
158858               };
158859               
158860               static MetaMethod
158861               _CIM_Action_InvokeOnSystem =
158862               {
158863                   /* flags */
158864                   META_FLAG_METHOD,
158865                   /* name */
158866                   "CIM_Action",
158867                   /* qualifiers */
158868                   _CIM_Action_InvokeOnSystem_qualifiers,
158869 mike  1.1.2.1     /* type */
158870                   CIMTYPE_UINT32,
158871                   /* parameters */
158872                   _CIM_Action_InvokeOnSystem_parameters,
158873               };
158874               
158875               static MetaFeature*
158876               _CIM_Action_features[] =
158877               {
158878                   (MetaFeature*)&_CIM_Action_Name,
158879                   (MetaFeature*)&_CIM_Action_Version,
158880                   (MetaFeature*)&_CIM_Action_SoftwareElementState,
158881                   (MetaFeature*)&_CIM_Action_SoftwareElementID,
158882                   (MetaFeature*)&_CIM_Action_TargetOperatingSystem,
158883                   (MetaFeature*)&_CIM_Action_ActionID,
158884                   (MetaFeature*)&_CIM_Action_Direction,
158885                   (MetaFeature*)&_CIM_Action_Invoke,
158886                   (MetaFeature*)&_CIM_Action_InvokeOnSystem,
158887                   0,
158888               };
158889               
158890 mike  1.1.2.1 static const char*
158891               __root_cimv2_CIM_Action_qualifiers[] =
158892               {
158893                   /* UMLPackagePath */
158894                   "\057CIM::Application::CheckAction",
158895                   /* Abstract */
158896                   "\002\001",
158897                   /* Version */
158898                   "\0632.7.0",
158899                   0,
158900               };
158901               
158902               MetaClass
158903               __root_cimv2_CIM_Action =
158904               {
158905                   /* flags */
158906                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
158907                   /* name */
158908                   "CIM_Action",
158909                   /* qualifiers */
158910                   __root_cimv2_CIM_Action_qualifiers,
158911 mike  1.1.2.1     /* super */
158912                   &__root_cimv2_CIM_ManagedElement,
158913                   /* features */
158914                   _CIM_Action_features,
158915               };
158916               
158917               //==============================================================================
158918               //
158919               // Class: CIM_ActionSequence
158920               //
158921               //==============================================================================
158922               
158923               static const char*
158924               _CIM_ActionSequence_Next_qualifiers[] =
158925               {
158926                   /* Key */
158927                   "\025\001",
158928                   /* Max */
158929                   "\027\000\000\000\001",
158930                   0,
158931               };
158932 mike  1.1.2.1 
158933               static MetaReference
158934               _CIM_ActionSequence_Next =
158935               {
158936                   /* flags */
158937                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
158938                   /* name */
158939                   "Next",
158940                   /* qualifiers */
158941                   _CIM_ActionSequence_Next_qualifiers,
158942                   /* subscript */
158943                   -1,
158944                   /* refId */
158945                   &__root_cimv2_CIM_Action,
158946               };
158947               
158948               static const char*
158949               _CIM_ActionSequence_Prior_qualifiers[] =
158950               {
158951                   /* Key */
158952                   "\025\001",
158953 mike  1.1.2.1     /* Max */
158954                   "\027\000\000\000\001",
158955                   0,
158956               };
158957               
158958               static MetaReference
158959               _CIM_ActionSequence_Prior =
158960               {
158961                   /* flags */
158962                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
158963                   /* name */
158964                   "Prior",
158965                   /* qualifiers */
158966                   _CIM_ActionSequence_Prior_qualifiers,
158967                   /* subscript */
158968                   -1,
158969                   /* refId */
158970                   &__root_cimv2_CIM_Action,
158971               };
158972               
158973               static MetaFeature*
158974 mike  1.1.2.1 _CIM_ActionSequence_features[] =
158975               {
158976                   (MetaFeature*)&_CIM_ActionSequence_Next,
158977                   (MetaFeature*)&_CIM_ActionSequence_Prior,
158978                   0,
158979               };
158980               
158981               static const char*
158982               __root_cimv2_CIM_ActionSequence_qualifiers[] =
158983               {
158984                   /* ASSOCIATION */
158985                   "\000\001",
158986                   /* UMLPackagePath */
158987                   "\057CIM::Application::CheckAction",
158988                   /* Version */
158989                   "\0632.6.0",
158990                   0,
158991               };
158992               
158993               MetaClass
158994               __root_cimv2_CIM_ActionSequence =
158995 mike  1.1.2.1 {
158996                   /* flags */
158997                   META_FLAG_ASSOCIATION,
158998                   /* name */
158999                   "CIM_ActionSequence",
159000                   /* qualifiers */
159001                   __root_cimv2_CIM_ActionSequence_qualifiers,
159002                   /* super */
159003                   0,
159004                   /* features */
159005                   _CIM_ActionSequence_features,
159006               };
159007               
159008               //==============================================================================
159009               //
159010               // Class: CIM_ActiveConnection
159011               //
159012               //==============================================================================
159013               
159014               static const char*
159015               _CIM_ActiveConnection_Antecedent_qualifiers[] =
159016 mike  1.1.2.1 {
159017                   /* Override */
159018                   "\044Antecedent",
159019                   0,
159020               };
159021               
159022               static MetaReference
159023               _CIM_ActiveConnection_Antecedent =
159024               {
159025                   /* flags */
159026                   META_FLAG_REFERENCE|META_FLAG_READ,
159027                   /* name */
159028                   "Antecedent",
159029                   /* qualifiers */
159030                   _CIM_ActiveConnection_Antecedent_qualifiers,
159031                   /* subscript */
159032                   -1,
159033                   /* refId */
159034                   &__root_cimv2_CIM_ServiceAccessPoint,
159035               };
159036               
159037 mike  1.1.2.1 static const char*
159038               _CIM_ActiveConnection_Dependent_qualifiers[] =
159039               {
159040                   /* Override */
159041                   "\044Dependent",
159042                   0,
159043               };
159044               
159045               static MetaReference
159046               _CIM_ActiveConnection_Dependent =
159047               {
159048                   /* flags */
159049                   META_FLAG_REFERENCE|META_FLAG_READ,
159050                   /* name */
159051                   "Dependent",
159052                   /* qualifiers */
159053                   _CIM_ActiveConnection_Dependent_qualifiers,
159054                   /* subscript */
159055                   -1,
159056                   /* refId */
159057                   &__root_cimv2_CIM_ServiceAccessPoint,
159058 mike  1.1.2.1 };
159059               
159060               static const char*
159061               _CIM_ActiveConnection_TrafficType_qualifiers[] =
159062               {
159063                   /* Deprecated */
159064                   "\013\000\001No value\000",
159065                   /* ValueMap */
159066                   "\061\000\0060\0001\0002\0003\0004\0005\000",
159067                   /* Values */
159068                   "\062\000\006Unknown\000Other\000Unicast\000Broadcast\000Multicast\000Anycast\000",
159069                   /* ModelCorrespondence */
159070                   "\036\000\001CIM_ActiveConnection.OtherTrafficDescription\000",
159071                   0,
159072               };
159073               
159074               static MetaProperty
159075               _CIM_ActiveConnection_TrafficType =
159076               {
159077                   /* flags */
159078                   META_FLAG_PROPERTY|META_FLAG_READ,
159079 mike  1.1.2.1     /* name */
159080                   "TrafficType",
159081                   /* qualifiers */
159082                   _CIM_ActiveConnection_TrafficType_qualifiers,
159083                   /* type */
159084                   CIMTYPE_UINT16,
159085                   /* subscript */
159086                   -1,
159087                   /* value */
159088                   0,
159089               };
159090               
159091               static const char*
159092               _CIM_ActiveConnection_OtherTrafficDescription_qualifiers[] =
159093               {
159094                   /* Deprecated */
159095                   "\013\000\001No value\000",
159096                   /* MaxLen */
159097                   "\030\000\000\000\100",
159098                   /* ModelCorrespondence */
159099                   "\036\000\001CIM_ActiveConnection.TrafficType\000",
159100 mike  1.1.2.1     0,
159101               };
159102               
159103               static MetaProperty
159104               _CIM_ActiveConnection_OtherTrafficDescription =
159105               {
159106                   /* flags */
159107                   META_FLAG_PROPERTY|META_FLAG_READ,
159108                   /* name */
159109                   "OtherTrafficDescription",
159110                   /* qualifiers */
159111                   _CIM_ActiveConnection_OtherTrafficDescription_qualifiers,
159112                   /* type */
159113                   CIMTYPE_STRING,
159114                   /* subscript */
159115                   -1,
159116                   /* value */
159117                   0,
159118               };
159119               
159120               static const char*
159121 mike  1.1.2.1 _CIM_ActiveConnection_IsUnidirectional_qualifiers[] =
159122               {
159123                   0,
159124               };
159125               
159126               static MetaProperty
159127               _CIM_ActiveConnection_IsUnidirectional =
159128               {
159129                   /* flags */
159130                   META_FLAG_PROPERTY|META_FLAG_READ,
159131                   /* name */
159132                   "IsUnidirectional",
159133                   /* qualifiers */
159134                   _CIM_ActiveConnection_IsUnidirectional_qualifiers,
159135                   /* type */
159136                   CIMTYPE_BOOLEAN,
159137                   /* subscript */
159138                   -1,
159139                   /* value */
159140                   0,
159141               };
159142 mike  1.1.2.1 
159143               static MetaFeature*
159144               _CIM_ActiveConnection_features[] =
159145               {
159146                   (MetaFeature*)&_CIM_ActiveConnection_Antecedent,
159147                   (MetaFeature*)&_CIM_ActiveConnection_Dependent,
159148                   (MetaFeature*)&_CIM_ActiveConnection_TrafficType,
159149                   (MetaFeature*)&_CIM_ActiveConnection_OtherTrafficDescription,
159150                   (MetaFeature*)&_CIM_ActiveConnection_IsUnidirectional,
159151                   0,
159152               };
159153               
159154               static const char*
159155               __root_cimv2_CIM_ActiveConnection_qualifiers[] =
159156               {
159157                   /* ASSOCIATION */
159158                   "\000\001",
159159                   /* UMLPackagePath */
159160                   "\057CIM::Core::Service",
159161                   /* Version */
159162                   "\0632.10.0",
159163 mike  1.1.2.1     0,
159164               };
159165               
159166               MetaClass
159167               __root_cimv2_CIM_ActiveConnection =
159168               {
159169                   /* flags */
159170                   META_FLAG_ASSOCIATION,
159171                   /* name */
159172                   "CIM_ActiveConnection",
159173                   /* qualifiers */
159174                   __root_cimv2_CIM_ActiveConnection_qualifiers,
159175                   /* super */
159176                   &__root_cimv2_CIM_SAPSAPDependency,
159177                   /* features */
159178                   _CIM_ActiveConnection_features,
159179               };
159180               
159181               //==============================================================================
159182               //
159183               // Class: CIM_ADSLModem
159184 mike  1.1.2.1 //
159185               //==============================================================================
159186               
159187               static const char*
159188               _CIM_ADSLModem_NoiseMargin_qualifiers[] =
159189               {
159190                   /* Units */
159191                   "\060Tenths of Decibels",
159192                   0,
159193               };
159194               
159195               static MetaProperty
159196               _CIM_ADSLModem_NoiseMargin =
159197               {
159198                   /* flags */
159199                   META_FLAG_PROPERTY|META_FLAG_READ,
159200                   /* name */
159201                   "NoiseMargin",
159202                   /* qualifiers */
159203                   _CIM_ADSLModem_NoiseMargin_qualifiers,
159204                   /* type */
159205 mike  1.1.2.1     CIMTYPE_UINT32,
159206                   /* subscript */
159207                   -1,
159208                   /* value */
159209                   0,
159210               };
159211               
159212               static const char*
159213               _CIM_ADSLModem_LineAttenuation_qualifiers[] =
159214               {
159215                   /* Units */
159216                   "\060Tenths of Decibels",
159217                   /* Gauge */
159218                   "\023\001",
159219                   0,
159220               };
159221               
159222               static MetaProperty
159223               _CIM_ADSLModem_LineAttenuation =
159224               {
159225                   /* flags */
159226 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
159227                   /* name */
159228                   "LineAttenuation",
159229                   /* qualifiers */
159230                   _CIM_ADSLModem_LineAttenuation_qualifiers,
159231                   /* type */
159232                   CIMTYPE_UINT32,
159233                   /* subscript */
159234                   -1,
159235                   /* value */
159236                   0,
159237               };
159238               
159239               static const char*
159240               _CIM_ADSLModem_LineState_qualifiers[] =
159241               {
159242                   /* ValueMap */
159243                   "\061\000\0051\0002\0004\0008\00032\000",
159244                   /* Values */
159245                   "\062\000\005No Defect\000Loss Of Framing\000Loss Of Signal\000Loss Of Power\000Loss Of Signal Quality\000",
159246                   0,
159247 mike  1.1.2.1 };
159248               
159249               static MetaProperty
159250               _CIM_ADSLModem_LineState =
159251               {
159252                   /* flags */
159253                   META_FLAG_PROPERTY|META_FLAG_READ,
159254                   /* name */
159255                   "LineState",
159256                   /* qualifiers */
159257                   _CIM_ADSLModem_LineState_qualifiers,
159258                   /* type */
159259                   CIMTYPE_UINT32,
159260                   /* subscript */
159261                   -1,
159262                   /* value */
159263                   0,
159264               };
159265               
159266               static const char*
159267               _CIM_ADSLModem_TotalOutputPower_qualifiers[] =
159268 mike  1.1.2.1 {
159269                   /* Units */
159270                   "\060Tenths of Decibels",
159271                   /* Gauge */
159272                   "\023\001",
159273                   0,
159274               };
159275               
159276               static MetaProperty
159277               _CIM_ADSLModem_TotalOutputPower =
159278               {
159279                   /* flags */
159280                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
159281                   /* name */
159282                   "TotalOutputPower",
159283                   /* qualifiers */
159284                   _CIM_ADSLModem_TotalOutputPower_qualifiers,
159285                   /* type */
159286                   CIMTYPE_UINT32,
159287                   /* subscript */
159288                   -1,
159289 mike  1.1.2.1     /* value */
159290                   0,
159291               };
159292               
159293               static const char*
159294               _CIM_ADSLModem_MaxDataRate_qualifiers[] =
159295               {
159296                   /* Units */
159297                   "\060Bits per Second",
159298                   0,
159299               };
159300               
159301               static MetaProperty
159302               _CIM_ADSLModem_MaxDataRate =
159303               {
159304                   /* flags */
159305                   META_FLAG_PROPERTY|META_FLAG_READ,
159306                   /* name */
159307                   "MaxDataRate",
159308                   /* qualifiers */
159309                   _CIM_ADSLModem_MaxDataRate_qualifiers,
159310 mike  1.1.2.1     /* type */
159311                   CIMTYPE_UINT32,
159312                   /* subscript */
159313                   -1,
159314                   /* value */
159315                   0,
159316               };
159317               
159318               static MetaFeature*
159319               _CIM_ADSLModem_features[] =
159320               {
159321                   (MetaFeature*)&_CIM_ADSLModem_NoiseMargin,
159322                   (MetaFeature*)&_CIM_ADSLModem_LineAttenuation,
159323                   (MetaFeature*)&_CIM_ADSLModem_LineState,
159324                   (MetaFeature*)&_CIM_ADSLModem_TotalOutputPower,
159325                   (MetaFeature*)&_CIM_ADSLModem_MaxDataRate,
159326                   0,
159327               };
159328               
159329               static const char*
159330               __root_cimv2_CIM_ADSLModem_qualifiers[] =
159331 mike  1.1.2.1 {
159332                   /* UMLPackagePath */
159333                   "\057CIM::Device::Modems",
159334                   /* Version */
159335                   "\0632.10.0",
159336                   0,
159337               };
159338               
159339               MetaClass
159340               __root_cimv2_CIM_ADSLModem =
159341               {
159342                   /* flags */
159343                   META_FLAG_CLASS,
159344                   /* name */
159345                   "CIM_ADSLModem",
159346                   /* qualifiers */
159347                   __root_cimv2_CIM_ADSLModem_qualifiers,
159348                   /* super */
159349                   &__root_cimv2_CIM_DSLModem,
159350                   /* features */
159351                   _CIM_ADSLModem_features,
159352 mike  1.1.2.1 };
159353               
159354               //==============================================================================
159355               //
159356               // Class: CIM_AggregatePSExtentBasedOnAggregatePExtent
159357               //
159358               //==============================================================================
159359               
159360               static const char*
159361               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent_qualifiers[] =
159362               {
159363                   /* Deprecated */
159364                   "\013\000\001CIM_ProtectedExtentBasedOn.Antecedent\000",
159365                   /* Override */
159366                   "\044Antecedent",
159367                   /* Max */
159368                   "\027\000\000\000\001",
159369                   0,
159370               };
159371               
159372               static MetaReference
159373 mike  1.1.2.1 _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent =
159374               {
159375                   /* flags */
159376                   META_FLAG_REFERENCE|META_FLAG_READ,
159377                   /* name */
159378                   "Antecedent",
159379                   /* qualifiers */
159380                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent_qualifiers,
159381                   /* subscript */
159382                   -1,
159383                   /* refId */
159384                   &__root_cimv2_CIM_AggregatePExtent,
159385               };
159386               
159387               static const char*
159388               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent_qualifiers[] =
159389               {
159390                   /* Deprecated */
159391                   "\013\000\001CIM_ProtectedExtentBasedOn.Dependent\000",
159392                   /* Override */
159393                   "\044Dependent",
159394 mike  1.1.2.1     0,
159395               };
159396               
159397               static MetaReference
159398               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent =
159399               {
159400                   /* flags */
159401                   META_FLAG_REFERENCE|META_FLAG_READ,
159402                   /* name */
159403                   "Dependent",
159404                   /* qualifiers */
159405                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent_qualifiers,
159406                   /* subscript */
159407                   -1,
159408                   /* refId */
159409                   &__root_cimv2_CIM_AggregatePSExtent,
159410               };
159411               
159412               static MetaFeature*
159413               _CIM_AggregatePSExtentBasedOnAggregatePExtent_features[] =
159414               {
159415 mike  1.1.2.1     (MetaFeature*)&_CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent,
159416                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent,
159417                   0,
159418               };
159419               
159420               static const char*
159421               __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent_qualifiers[] =
159422               {
159423                   /* ASSOCIATION */
159424                   "\000\001",
159425                   /* Deprecated */
159426                   "\013\000\001CIM_ProtectedExtentBasedOn\000",
159427                   /* UMLPackagePath */
159428                   "\057CIM::Device::SccExtents",
159429                   /* Version */
159430                   "\0632.8.0",
159431                   0,
159432               };
159433               
159434               MetaClass
159435               __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent =
159436 mike  1.1.2.1 {
159437                   /* flags */
159438                   META_FLAG_ASSOCIATION,
159439                   /* name */
159440                   "CIM_AggregatePSExtentBasedOnAggregatePExtent",
159441                   /* qualifiers */
159442                   __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent_qualifiers,
159443                   /* super */
159444                   &__root_cimv2_CIM_BasedOn,
159445                   /* features */
159446                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_features,
159447               };
159448               
159449               //==============================================================================
159450               //
159451               // Class: CIM_AggregatePSExtentBasedOnPExtent
159452               //
159453               //==============================================================================
159454               
159455               static const char*
159456               _CIM_AggregatePSExtentBasedOnPExtent_Antecedent_qualifiers[] =
159457 mike  1.1.2.1 {
159458                   /* Deprecated */
159459                   "\013\000\001CIM_ProtectedExtentBasedOn.Antecedent\000",
159460                   /* Override */
159461                   "\044Antecedent",
159462                   /* Max */
159463                   "\027\000\000\000\001",
159464                   0,
159465               };
159466               
159467               static MetaReference
159468               _CIM_AggregatePSExtentBasedOnPExtent_Antecedent =
159469               {
159470                   /* flags */
159471                   META_FLAG_REFERENCE|META_FLAG_READ,
159472                   /* name */
159473                   "Antecedent",
159474                   /* qualifiers */
159475                   _CIM_AggregatePSExtentBasedOnPExtent_Antecedent_qualifiers,
159476                   /* subscript */
159477                   -1,
159478 mike  1.1.2.1     /* refId */
159479                   &__root_cimv2_CIM_PhysicalExtent,
159480               };
159481               
159482               static const char*
159483               _CIM_AggregatePSExtentBasedOnPExtent_Dependent_qualifiers[] =
159484               {
159485                   /* Deprecated */
159486                   "\013\000\001CIM_ProtectedExtentBasedOn.Dependent\000",
159487                   /* Override */
159488                   "\044Dependent",
159489                   0,
159490               };
159491               
159492               static MetaReference
159493               _CIM_AggregatePSExtentBasedOnPExtent_Dependent =
159494               {
159495                   /* flags */
159496                   META_FLAG_REFERENCE|META_FLAG_READ,
159497                   /* name */
159498                   "Dependent",
159499 mike  1.1.2.1     /* qualifiers */
159500                   _CIM_AggregatePSExtentBasedOnPExtent_Dependent_qualifiers,
159501                   /* subscript */
159502                   -1,
159503                   /* refId */
159504                   &__root_cimv2_CIM_AggregatePSExtent,
159505               };
159506               
159507               static MetaFeature*
159508               _CIM_AggregatePSExtentBasedOnPExtent_features[] =
159509               {
159510                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnPExtent_Antecedent,
159511                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnPExtent_Dependent,
159512                   0,
159513               };
159514               
159515               static const char*
159516               __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent_qualifiers[] =
159517               {
159518                   /* ASSOCIATION */
159519                   "\000\001",
159520 mike  1.1.2.1     /* Deprecated */
159521                   "\013\000\001CIM_ProtectedExtentBasedOn\000",
159522                   /* UMLPackagePath */
159523                   "\057CIM::Device::SccExtents",
159524                   /* Version */
159525                   "\0632.8.0",
159526                   0,
159527               };
159528               
159529               MetaClass
159530               __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent =
159531               {
159532                   /* flags */
159533                   META_FLAG_ASSOCIATION,
159534                   /* name */
159535                   "CIM_AggregatePSExtentBasedOnPExtent",
159536                   /* qualifiers */
159537                   __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent_qualifiers,
159538                   /* super */
159539                   &__root_cimv2_CIM_BasedOn,
159540                   /* features */
159541 mike  1.1.2.1     _CIM_AggregatePSExtentBasedOnPExtent_features,
159542               };
159543               
159544               //==============================================================================
159545               //
159546               // Class: CIM_AggregateRedundancyComponent
159547               //
159548               //==============================================================================
159549               
159550               static const char*
159551               _CIM_AggregateRedundancyComponent_GroupComponent_qualifiers[] =
159552               {
159553                   /* Deprecated */
159554                   "\013\000\001CIM_ExtentRedundancyComponent.GroupComponent\000",
159555                   /* Aggregate */
159556                   "\003\001",
159557                   /* Override */
159558                   "\044GroupComponent",
159559                   0,
159560               };
159561               
159562 mike  1.1.2.1 static MetaReference
159563               _CIM_AggregateRedundancyComponent_GroupComponent =
159564               {
159565                   /* flags */
159566                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
159567                   /* name */
159568                   "GroupComponent",
159569                   /* qualifiers */
159570                   _CIM_AggregateRedundancyComponent_GroupComponent_qualifiers,
159571                   /* subscript */
159572                   -1,
159573                   /* refId */
159574                   &__root_cimv2_CIM_StorageRedundancyGroup,
159575               };
159576               
159577               static const char*
159578               _CIM_AggregateRedundancyComponent_PartComponent_qualifiers[] =
159579               {
159580                   /* Deprecated */
159581                   "\013\000\001CIM_ExtentRedundancyComponent.PartComponent\000",
159582                   /* Override */
159583 mike  1.1.2.1     "\044PartComponent",
159584                   0,
159585               };
159586               
159587               static MetaReference
159588               _CIM_AggregateRedundancyComponent_PartComponent =
159589               {
159590                   /* flags */
159591                   META_FLAG_REFERENCE|META_FLAG_READ,
159592                   /* name */
159593                   "PartComponent",
159594                   /* qualifiers */
159595                   _CIM_AggregateRedundancyComponent_PartComponent_qualifiers,
159596                   /* subscript */
159597                   -1,
159598                   /* refId */
159599                   &__root_cimv2_CIM_AggregatePExtent,
159600               };
159601               
159602               static MetaFeature*
159603               _CIM_AggregateRedundancyComponent_features[] =
159604 mike  1.1.2.1 {
159605                   (MetaFeature*)&_CIM_AggregateRedundancyComponent_GroupComponent,
159606                   (MetaFeature*)&_CIM_AggregateRedundancyComponent_PartComponent,
159607                   0,
159608               };
159609               
159610               static const char*
159611               __root_cimv2_CIM_AggregateRedundancyComponent_qualifiers[] =
159612               {
159613                   /* ASSOCIATION */
159614                   "\000\001",
159615                   /* Deprecated */
159616                   "\013\000\001CIM_ExtentRedundancyComponent\000",
159617                   /* UMLPackagePath */
159618                   "\057CIM::Device::SccExtents",
159619                   /* Aggregation */
159620                   "\004\001",
159621                   /* Version */
159622                   "\0632.7.0",
159623                   0,
159624               };
159625 mike  1.1.2.1 
159626               MetaClass
159627               __root_cimv2_CIM_AggregateRedundancyComponent =
159628               {
159629                   /* flags */
159630                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
159631                   /* name */
159632                   "CIM_AggregateRedundancyComponent",
159633                   /* qualifiers */
159634                   __root_cimv2_CIM_AggregateRedundancyComponent_qualifiers,
159635                   /* super */
159636                   &__root_cimv2_CIM_ExtentRedundancyComponent,
159637                   /* features */
159638                   _CIM_AggregateRedundancyComponent_features,
159639               };
159640               
159641               //==============================================================================
159642               //
159643               // Class: CIM_AGPVideoController
159644               //
159645               //==============================================================================
159646 mike  1.1.2.1 
159647               static const char*
159648               _CIM_AGPVideoController_Capabilities_qualifiers[] =
159649               {
159650                   /* Deprecated */
159651                   "\013\000\001CIM_VideoController.AcceleratorCapabilities\000",
159652                   /* ValueMap */
159653                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
159654                   /* Values */
159655                   "\062\000\007Unknown\000Other\000PCI Fast Write\000MultiMonitor Support\000PCI Mastering\000Second Monochrome Adapter Support\000Large Memory Address Support\000",
159656                   /* ArrayType */
159657                   "\005Indexed",
159658                   /* ModelCorrespondence */
159659                   "\036\000\001CIM_AGPVideoController.CapabilityDescriptions\000",
159660                   0,
159661               };
159662               
159663               static MetaProperty
159664               _CIM_AGPVideoController_Capabilities =
159665               {
159666                   /* flags */
159667 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
159668                   /* name */
159669                   "Capabilities",
159670                   /* qualifiers */
159671                   _CIM_AGPVideoController_Capabilities_qualifiers,
159672                   /* type */
159673                   CIMTYPE_UINT16,
159674                   /* subscript */
159675                   0,
159676                   /* value */
159677                   0,
159678               };
159679               
159680               static const char*
159681               _CIM_AGPVideoController_NonlocalVideoMemorySize_qualifiers[] =
159682               {
159683                   /* Units */
159684                   "\060KiloBytes",
159685                   0,
159686               };
159687               
159688 mike  1.1.2.1 static MetaProperty
159689               _CIM_AGPVideoController_NonlocalVideoMemorySize =
159690               {
159691                   /* flags */
159692                   META_FLAG_PROPERTY|META_FLAG_READ,
159693                   /* name */
159694                   "NonlocalVideoMemorySize",
159695                   /* qualifiers */
159696                   _CIM_AGPVideoController_NonlocalVideoMemorySize_qualifiers,
159697                   /* type */
159698                   CIMTYPE_UINT32,
159699                   /* subscript */
159700                   -1,
159701                   /* value */
159702                   0,
159703               };
159704               
159705               static const char*
159706               _CIM_AGPVideoController_LocalBusWidth_qualifiers[] =
159707               {
159708                   /* Units */
159709 mike  1.1.2.1     "\060Bits",
159710                   0,
159711               };
159712               
159713               static MetaProperty
159714               _CIM_AGPVideoController_LocalBusWidth =
159715               {
159716                   /* flags */
159717                   META_FLAG_PROPERTY|META_FLAG_READ,
159718                   /* name */
159719                   "LocalBusWidth",
159720                   /* qualifiers */
159721                   _CIM_AGPVideoController_LocalBusWidth_qualifiers,
159722                   /* type */
159723                   CIMTYPE_UINT32,
159724                   /* subscript */
159725                   -1,
159726                   /* value */
159727                   0,
159728               };
159729               
159730 mike  1.1.2.1 static const char*
159731               _CIM_AGPVideoController_UsageModel_qualifiers[] =
159732               {
159733                   /* ValueMap */
159734                   "\061\000\0050\0001\0002\0003\0004\000",
159735                   /* Values */
159736                   "\062\000\005Unknown\000Other\000Execute\000DMA\000Both\000",
159737                   0,
159738               };
159739               
159740               static MetaProperty
159741               _CIM_AGPVideoController_UsageModel =
159742               {
159743                   /* flags */
159744                   META_FLAG_PROPERTY|META_FLAG_READ,
159745                   /* name */
159746                   "UsageModel",
159747                   /* qualifiers */
159748                   _CIM_AGPVideoController_UsageModel_qualifiers,
159749                   /* type */
159750                   CIMTYPE_UINT16,
159751 mike  1.1.2.1     /* subscript */
159752                   -1,
159753                   /* value */
159754                   0,
159755               };
159756               
159757               static const char*
159758               _CIM_AGPVideoController_DataTransferRate_qualifiers[] =
159759               {
159760                   /* ValueMap */
159761                   "\061\000\0050\0001\0002\0003\0004\000",
159762                   /* Values */
159763                   "\062\000\005Unknown\000Other\0001X\0002X\0004X\000",
159764                   0,
159765               };
159766               
159767               static MetaProperty
159768               _CIM_AGPVideoController_DataTransferRate =
159769               {
159770                   /* flags */
159771                   META_FLAG_PROPERTY|META_FLAG_READ,
159772 mike  1.1.2.1     /* name */
159773                   "DataTransferRate",
159774                   /* qualifiers */
159775                   _CIM_AGPVideoController_DataTransferRate_qualifiers,
159776                   /* type */
159777                   CIMTYPE_UINT16,
159778                   /* subscript */
159779                   -1,
159780                   /* value */
159781                   0,
159782               };
159783               
159784               static const char*
159785               _CIM_AGPVideoController_AddressingMode_qualifiers[] =
159786               {
159787                   /* ValueMap */
159788                   "\061\000\0040\0001\0002\0003\000",
159789                   /* Values */
159790                   "\062\000\004Unknown\000Other\000Sideband\000Pipeline\000",
159791                   0,
159792               };
159793 mike  1.1.2.1 
159794               static MetaProperty
159795               _CIM_AGPVideoController_AddressingMode =
159796               {
159797                   /* flags */
159798                   META_FLAG_PROPERTY|META_FLAG_READ,
159799                   /* name */
159800                   "AddressingMode",
159801                   /* qualifiers */
159802                   _CIM_AGPVideoController_AddressingMode_qualifiers,
159803                   /* type */
159804                   CIMTYPE_UINT16,
159805                   /* subscript */
159806                   -1,
159807                   /* value */
159808                   0,
159809               };
159810               
159811               static const char*
159812               _CIM_AGPVideoController_MaximumAGPCommandQueuePath_qualifiers[] =
159813               {
159814 mike  1.1.2.1     0,
159815               };
159816               
159817               static MetaProperty
159818               _CIM_AGPVideoController_MaximumAGPCommandQueuePath =
159819               {
159820                   /* flags */
159821                   META_FLAG_PROPERTY|META_FLAG_READ,
159822                   /* name */
159823                   "MaximumAGPCommandQueuePath",
159824                   /* qualifiers */
159825                   _CIM_AGPVideoController_MaximumAGPCommandQueuePath_qualifiers,
159826                   /* type */
159827                   CIMTYPE_UINT32,
159828                   /* subscript */
159829                   -1,
159830                   /* value */
159831                   0,
159832               };
159833               
159834               static const char*
159835 mike  1.1.2.1 _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions_qualifiers[] =
159836               {
159837                   0,
159838               };
159839               
159840               static MetaProperty
159841               _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions =
159842               {
159843                   /* flags */
159844                   META_FLAG_PROPERTY|META_FLAG_READ,
159845                   /* name */
159846                   "MaxNumberOfPipelinedAGPTransactions",
159847                   /* qualifiers */
159848                   _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions_qualifiers,
159849                   /* type */
159850                   CIMTYPE_UINT32,
159851                   /* subscript */
159852                   -1,
159853                   /* value */
159854                   0,
159855               };
159856 mike  1.1.2.1 
159857               static const char*
159858               _CIM_AGPVideoController_GraphicsApertureSize_qualifiers[] =
159859               {
159860                   /* Units */
159861                   "\060KiloBytes",
159862                   0,
159863               };
159864               
159865               static MetaProperty
159866               _CIM_AGPVideoController_GraphicsApertureSize =
159867               {
159868                   /* flags */
159869                   META_FLAG_PROPERTY|META_FLAG_READ,
159870                   /* name */
159871                   "GraphicsApertureSize",
159872                   /* qualifiers */
159873                   _CIM_AGPVideoController_GraphicsApertureSize_qualifiers,
159874                   /* type */
159875                   CIMTYPE_UINT32,
159876                   /* subscript */
159877 mike  1.1.2.1     -1,
159878                   /* value */
159879                   0,
159880               };
159881               
159882               static const char*
159883               _CIM_AGPVideoController_AGPSpecificationVersionConformance_qualifiers[] =
159884               {
159885                   0,
159886               };
159887               
159888               static MetaProperty
159889               _CIM_AGPVideoController_AGPSpecificationVersionConformance =
159890               {
159891                   /* flags */
159892                   META_FLAG_PROPERTY|META_FLAG_READ,
159893                   /* name */
159894                   "AGPSpecificationVersionConformance",
159895                   /* qualifiers */
159896                   _CIM_AGPVideoController_AGPSpecificationVersionConformance_qualifiers,
159897                   /* type */
159898 mike  1.1.2.1     CIMTYPE_STRING,
159899                   /* subscript */
159900                   -1,
159901                   /* value */
159902                   0,
159903               };
159904               
159905               static MetaFeature*
159906               _CIM_AGPVideoController_features[] =
159907               {
159908                   (MetaFeature*)&_CIM_AGPVideoController_Capabilities,
159909                   (MetaFeature*)&_CIM_AGPVideoController_NonlocalVideoMemorySize,
159910                   (MetaFeature*)&_CIM_AGPVideoController_LocalBusWidth,
159911                   (MetaFeature*)&_CIM_AGPVideoController_UsageModel,
159912                   (MetaFeature*)&_CIM_AGPVideoController_DataTransferRate,
159913                   (MetaFeature*)&_CIM_AGPVideoController_AddressingMode,
159914                   (MetaFeature*)&_CIM_AGPVideoController_MaximumAGPCommandQueuePath,
159915                   (MetaFeature*)&_CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions,
159916                   (MetaFeature*)&_CIM_AGPVideoController_GraphicsApertureSize,
159917                   (MetaFeature*)&_CIM_AGPVideoController_AGPSpecificationVersionConformance,
159918                   0,
159919 mike  1.1.2.1 };
159920               
159921               static const char*
159922               __root_cimv2_CIM_AGPVideoController_qualifiers[] =
159923               {
159924                   /* UMLPackagePath */
159925                   "\057CIM::Device::Controller",
159926                   /* Version */
159927                   "\0632.7.0",
159928                   0,
159929               };
159930               
159931               MetaClass
159932               __root_cimv2_CIM_AGPVideoController =
159933               {
159934                   /* flags */
159935                   META_FLAG_CLASS,
159936                   /* name */
159937                   "CIM_AGPVideoController",
159938                   /* qualifiers */
159939                   __root_cimv2_CIM_AGPVideoController_qualifiers,
159940 mike  1.1.2.1     /* super */
159941                   &__root_cimv2_CIM_VideoController,
159942                   /* features */
159943                   _CIM_AGPVideoController_features,
159944               };
159945               
159946               //==============================================================================
159947               //
159948               // Class: CIM_AllocatedDMA
159949               //
159950               //==============================================================================
159951               
159952               static const char*
159953               _CIM_AllocatedDMA_Antecedent_qualifiers[] =
159954               {
159955                   /* Override */
159956                   "\044Antecedent",
159957                   0,
159958               };
159959               
159960               static MetaReference
159961 mike  1.1.2.1 _CIM_AllocatedDMA_Antecedent =
159962               {
159963                   /* flags */
159964                   META_FLAG_REFERENCE|META_FLAG_READ,
159965                   /* name */
159966                   "Antecedent",
159967                   /* qualifiers */
159968                   _CIM_AllocatedDMA_Antecedent_qualifiers,
159969                   /* subscript */
159970                   -1,
159971                   /* refId */
159972                   &__root_cimv2_CIM_DMA,
159973               };
159974               
159975               static const char*
159976               _CIM_AllocatedDMA_Dependent_qualifiers[] =
159977               {
159978                   /* Override */
159979                   "\044Dependent",
159980                   0,
159981               };
159982 mike  1.1.2.1 
159983               static MetaReference
159984               _CIM_AllocatedDMA_Dependent =
159985               {
159986                   /* flags */
159987                   META_FLAG_REFERENCE|META_FLAG_READ,
159988                   /* name */
159989                   "Dependent",
159990                   /* qualifiers */
159991                   _CIM_AllocatedDMA_Dependent_qualifiers,
159992                   /* subscript */
159993                   -1,
159994                   /* refId */
159995                   &__root_cimv2_CIM_LogicalDevice,
159996               };
159997               
159998               static const char*
159999               _CIM_AllocatedDMA_BusMaster_qualifiers[] =
160000               {
160001                   /* MappingStrings */
160002                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.6\000",
160003 mike  1.1.2.1     0,
160004               };
160005               
160006               static MetaProperty
160007               _CIM_AllocatedDMA_BusMaster =
160008               {
160009                   /* flags */
160010                   META_FLAG_PROPERTY|META_FLAG_READ,
160011                   /* name */
160012                   "BusMaster",
160013                   /* qualifiers */
160014                   _CIM_AllocatedDMA_BusMaster_qualifiers,
160015                   /* type */
160016                   CIMTYPE_BOOLEAN,
160017                   /* subscript */
160018                   -1,
160019                   /* value */
160020                   0,
160021               };
160022               
160023               static MetaFeature*
160024 mike  1.1.2.1 _CIM_AllocatedDMA_features[] =
160025               {
160026                   (MetaFeature*)&_CIM_AllocatedDMA_Antecedent,
160027                   (MetaFeature*)&_CIM_AllocatedDMA_Dependent,
160028                   (MetaFeature*)&_CIM_AllocatedDMA_BusMaster,
160029                   0,
160030               };
160031               
160032               static const char*
160033               __root_cimv2_CIM_AllocatedDMA_qualifiers[] =
160034               {
160035                   /* ASSOCIATION */
160036                   "\000\001",
160037                   /* UMLPackagePath */
160038                   "\057CIM::System::SystemResources",
160039                   /* Version */
160040                   "\0632.6.0",
160041                   0,
160042               };
160043               
160044               MetaClass
160045 mike  1.1.2.1 __root_cimv2_CIM_AllocatedDMA =
160046               {
160047                   /* flags */
160048                   META_FLAG_ASSOCIATION,
160049                   /* name */
160050                   "CIM_AllocatedDMA",
160051                   /* qualifiers */
160052                   __root_cimv2_CIM_AllocatedDMA_qualifiers,
160053                   /* super */
160054                   &__root_cimv2_CIM_AllocatedResource,
160055                   /* features */
160056                   _CIM_AllocatedDMA_features,
160057               };
160058               
160059               //==============================================================================
160060               //
160061               // Class: CIM_AssociatedBattery
160062               //
160063               //==============================================================================
160064               
160065               static const char*
160066 mike  1.1.2.1 _CIM_AssociatedBattery_Antecedent_qualifiers[] =
160067               {
160068                   /* Override */
160069                   "\044Antecedent",
160070                   0,
160071               };
160072               
160073               static MetaReference
160074               _CIM_AssociatedBattery_Antecedent =
160075               {
160076                   /* flags */
160077                   META_FLAG_REFERENCE|META_FLAG_READ,
160078                   /* name */
160079                   "Antecedent",
160080                   /* qualifiers */
160081                   _CIM_AssociatedBattery_Antecedent_qualifiers,
160082                   /* subscript */
160083                   -1,
160084                   /* refId */
160085                   &__root_cimv2_CIM_Battery,
160086               };
160087 mike  1.1.2.1 
160088               static const char*
160089               _CIM_AssociatedBattery_Dependent_qualifiers[] =
160090               {
160091                   /* Override */
160092                   "\044Dependent",
160093                   0,
160094               };
160095               
160096               static MetaReference
160097               _CIM_AssociatedBattery_Dependent =
160098               {
160099                   /* flags */
160100                   META_FLAG_REFERENCE|META_FLAG_READ,
160101                   /* name */
160102                   "Dependent",
160103                   /* qualifiers */
160104                   _CIM_AssociatedBattery_Dependent_qualifiers,
160105                   /* subscript */
160106                   -1,
160107                   /* refId */
160108 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
160109               };
160110               
160111               static MetaFeature*
160112               _CIM_AssociatedBattery_features[] =
160113               {
160114                   (MetaFeature*)&_CIM_AssociatedBattery_Antecedent,
160115                   (MetaFeature*)&_CIM_AssociatedBattery_Dependent,
160116                   0,
160117               };
160118               
160119               static const char*
160120               __root_cimv2_CIM_AssociatedBattery_qualifiers[] =
160121               {
160122                   /* ASSOCIATION */
160123                   "\000\001",
160124                   /* UMLPackagePath */
160125                   "\057CIM::Device::CoolingAndPower",
160126                   /* Version */
160127                   "\0632.10.0",
160128                   0,
160129 mike  1.1.2.1 };
160130               
160131               MetaClass
160132               __root_cimv2_CIM_AssociatedBattery =
160133               {
160134                   /* flags */
160135                   META_FLAG_ASSOCIATION,
160136                   /* name */
160137                   "CIM_AssociatedBattery",
160138                   /* qualifiers */
160139                   __root_cimv2_CIM_AssociatedBattery_qualifiers,
160140                   /* super */
160141                   &__root_cimv2_CIM_Dependency,
160142                   /* features */
160143                   _CIM_AssociatedBattery_features,
160144               };
160145               
160146               //==============================================================================
160147               //
160148               // Class: CIM_AssociatedCooling
160149               //
160150 mike  1.1.2.1 //==============================================================================
160151               
160152               static const char*
160153               _CIM_AssociatedCooling_Antecedent_qualifiers[] =
160154               {
160155                   /* Override */
160156                   "\044Antecedent",
160157                   0,
160158               };
160159               
160160               static MetaReference
160161               _CIM_AssociatedCooling_Antecedent =
160162               {
160163                   /* flags */
160164                   META_FLAG_REFERENCE|META_FLAG_READ,
160165                   /* name */
160166                   "Antecedent",
160167                   /* qualifiers */
160168                   _CIM_AssociatedCooling_Antecedent_qualifiers,
160169                   /* subscript */
160170                   -1,
160171 mike  1.1.2.1     /* refId */
160172                   &__root_cimv2_CIM_CoolingDevice,
160173               };
160174               
160175               static const char*
160176               _CIM_AssociatedCooling_Dependent_qualifiers[] =
160177               {
160178                   /* Override */
160179                   "\044Dependent",
160180                   0,
160181               };
160182               
160183               static MetaReference
160184               _CIM_AssociatedCooling_Dependent =
160185               {
160186                   /* flags */
160187                   META_FLAG_REFERENCE|META_FLAG_READ,
160188                   /* name */
160189                   "Dependent",
160190                   /* qualifiers */
160191                   _CIM_AssociatedCooling_Dependent_qualifiers,
160192 mike  1.1.2.1     /* subscript */
160193                   -1,
160194                   /* refId */
160195                   &__root_cimv2_CIM_LogicalDevice,
160196               };
160197               
160198               static MetaFeature*
160199               _CIM_AssociatedCooling_features[] =
160200               {
160201                   (MetaFeature*)&_CIM_AssociatedCooling_Antecedent,
160202                   (MetaFeature*)&_CIM_AssociatedCooling_Dependent,
160203                   0,
160204               };
160205               
160206               static const char*
160207               __root_cimv2_CIM_AssociatedCooling_qualifiers[] =
160208               {
160209                   /* ASSOCIATION */
160210                   "\000\001",
160211                   /* UMLPackagePath */
160212                   "\057CIM::Device::CoolingAndPower",
160213 mike  1.1.2.1     /* Version */
160214                   "\0632.6.0",
160215                   0,
160216               };
160217               
160218               MetaClass
160219               __root_cimv2_CIM_AssociatedCooling =
160220               {
160221                   /* flags */
160222                   META_FLAG_ASSOCIATION,
160223                   /* name */
160224                   "CIM_AssociatedCooling",
160225                   /* qualifiers */
160226                   __root_cimv2_CIM_AssociatedCooling_qualifiers,
160227                   /* super */
160228                   &__root_cimv2_CIM_Dependency,
160229                   /* features */
160230                   _CIM_AssociatedCooling_features,
160231               };
160232               
160233               //==============================================================================
160234 mike  1.1.2.1 //
160235               // Class: CIM_AssociatedDatabaseSystem
160236               //
160237               //==============================================================================
160238               
160239               static const char*
160240               _CIM_AssociatedDatabaseSystem_Antecedent_qualifiers[] =
160241               {
160242                   /* Override */
160243                   "\044Antecedent",
160244                   /* Min */
160245                   "\033\000\000\000\001",
160246                   0,
160247               };
160248               
160249               static MetaReference
160250               _CIM_AssociatedDatabaseSystem_Antecedent =
160251               {
160252                   /* flags */
160253                   META_FLAG_REFERENCE|META_FLAG_READ,
160254                   /* name */
160255 mike  1.1.2.1     "Antecedent",
160256                   /* qualifiers */
160257                   _CIM_AssociatedDatabaseSystem_Antecedent_qualifiers,
160258                   /* subscript */
160259                   -1,
160260                   /* refId */
160261                   &__root_cimv2_CIM_DatabaseSystem,
160262               };
160263               
160264               static const char*
160265               _CIM_AssociatedDatabaseSystem_Dependent_qualifiers[] =
160266               {
160267                   /* Override */
160268                   "\044Dependent",
160269                   0,
160270               };
160271               
160272               static MetaReference
160273               _CIM_AssociatedDatabaseSystem_Dependent =
160274               {
160275                   /* flags */
160276 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
160277                   /* name */
160278                   "Dependent",
160279                   /* qualifiers */
160280                   _CIM_AssociatedDatabaseSystem_Dependent_qualifiers,
160281                   /* subscript */
160282                   -1,
160283                   /* refId */
160284                   &__root_cimv2_CIM_CommonDatabase,
160285               };
160286               
160287               static MetaFeature*
160288               _CIM_AssociatedDatabaseSystem_features[] =
160289               {
160290                   (MetaFeature*)&_CIM_AssociatedDatabaseSystem_Antecedent,
160291                   (MetaFeature*)&_CIM_AssociatedDatabaseSystem_Dependent,
160292                   0,
160293               };
160294               
160295               static const char*
160296               __root_cimv2_CIM_AssociatedDatabaseSystem_qualifiers[] =
160297 mike  1.1.2.1 {
160298                   /* ASSOCIATION */
160299                   "\000\001",
160300                   /* UMLPackagePath */
160301                   "\057CIM::Database::System",
160302                   /* Version */
160303                   "\0632.7.0",
160304                   0,
160305               };
160306               
160307               MetaClass
160308               __root_cimv2_CIM_AssociatedDatabaseSystem =
160309               {
160310                   /* flags */
160311                   META_FLAG_ASSOCIATION,
160312                   /* name */
160313                   "CIM_AssociatedDatabaseSystem",
160314                   /* qualifiers */
160315                   __root_cimv2_CIM_AssociatedDatabaseSystem_qualifiers,
160316                   /* super */
160317                   &__root_cimv2_CIM_Dependency,
160318 mike  1.1.2.1     /* features */
160319                   _CIM_AssociatedDatabaseSystem_features,
160320               };
160321               
160322               //==============================================================================
160323               //
160324               // Class: CIM_AssociatedLabelReader
160325               //
160326               //==============================================================================
160327               
160328               static const char*
160329               _CIM_AssociatedLabelReader_Antecedent_qualifiers[] =
160330               {
160331                   /* Override */
160332                   "\044Antecedent",
160333                   0,
160334               };
160335               
160336               static MetaReference
160337               _CIM_AssociatedLabelReader_Antecedent =
160338               {
160339 mike  1.1.2.1     /* flags */
160340                   META_FLAG_REFERENCE|META_FLAG_READ,
160341                   /* name */
160342                   "Antecedent",
160343                   /* qualifiers */
160344                   _CIM_AssociatedLabelReader_Antecedent_qualifiers,
160345                   /* subscript */
160346                   -1,
160347                   /* refId */
160348                   &__root_cimv2_CIM_LabelReader,
160349               };
160350               
160351               static const char*
160352               _CIM_AssociatedLabelReader_Dependent_qualifiers[] =
160353               {
160354                   /* Override */
160355                   "\044Dependent",
160356                   0,
160357               };
160358               
160359               static MetaReference
160360 mike  1.1.2.1 _CIM_AssociatedLabelReader_Dependent =
160361               {
160362                   /* flags */
160363                   META_FLAG_REFERENCE|META_FLAG_READ,
160364                   /* name */
160365                   "Dependent",
160366                   /* qualifiers */
160367                   _CIM_AssociatedLabelReader_Dependent_qualifiers,
160368                   /* subscript */
160369                   -1,
160370                   /* refId */
160371                   &__root_cimv2_CIM_LogicalDevice,
160372               };
160373               
160374               static MetaFeature*
160375               _CIM_AssociatedLabelReader_features[] =
160376               {
160377                   (MetaFeature*)&_CIM_AssociatedLabelReader_Antecedent,
160378                   (MetaFeature*)&_CIM_AssociatedLabelReader_Dependent,
160379                   0,
160380               };
160381 mike  1.1.2.1 
160382               static const char*
160383               __root_cimv2_CIM_AssociatedLabelReader_qualifiers[] =
160384               {
160385                   /* ASSOCIATION */
160386                   "\000\001",
160387                   /* UMLPackagePath */
160388                   "\057CIM::Device::StorageLib",
160389                   /* Version */
160390                   "\0632.6.0",
160391                   0,
160392               };
160393               
160394               MetaClass
160395               __root_cimv2_CIM_AssociatedLabelReader =
160396               {
160397                   /* flags */
160398                   META_FLAG_ASSOCIATION,
160399                   /* name */
160400                   "CIM_AssociatedLabelReader",
160401                   /* qualifiers */
160402 mike  1.1.2.1     __root_cimv2_CIM_AssociatedLabelReader_qualifiers,
160403                   /* super */
160404                   &__root_cimv2_CIM_Dependency,
160405                   /* features */
160406                   _CIM_AssociatedLabelReader_features,
160407               };
160408               
160409               //==============================================================================
160410               //
160411               // Class: CIM_AssociatedMemory
160412               //
160413               //==============================================================================
160414               
160415               static const char*
160416               _CIM_AssociatedMemory_Antecedent_qualifiers[] =
160417               {
160418                   /* Override */
160419                   "\044Antecedent",
160420                   0,
160421               };
160422               
160423 mike  1.1.2.1 static MetaReference
160424               _CIM_AssociatedMemory_Antecedent =
160425               {
160426                   /* flags */
160427                   META_FLAG_REFERENCE|META_FLAG_READ,
160428                   /* name */
160429                   "Antecedent",
160430                   /* qualifiers */
160431                   _CIM_AssociatedMemory_Antecedent_qualifiers,
160432                   /* subscript */
160433                   -1,
160434                   /* refId */
160435                   &__root_cimv2_CIM_Memory,
160436               };
160437               
160438               static const char*
160439               _CIM_AssociatedMemory_Dependent_qualifiers[] =
160440               {
160441                   /* Override */
160442                   "\044Dependent",
160443                   0,
160444 mike  1.1.2.1 };
160445               
160446               static MetaReference
160447               _CIM_AssociatedMemory_Dependent =
160448               {
160449                   /* flags */
160450                   META_FLAG_REFERENCE|META_FLAG_READ,
160451                   /* name */
160452                   "Dependent",
160453                   /* qualifiers */
160454                   _CIM_AssociatedMemory_Dependent_qualifiers,
160455                   /* subscript */
160456                   -1,
160457                   /* refId */
160458                   &__root_cimv2_CIM_LogicalElement,
160459               };
160460               
160461               static MetaFeature*
160462               _CIM_AssociatedMemory_features[] =
160463               {
160464                   (MetaFeature*)&_CIM_AssociatedMemory_Antecedent,
160465 mike  1.1.2.1     (MetaFeature*)&_CIM_AssociatedMemory_Dependent,
160466                   0,
160467               };
160468               
160469               static const char*
160470               __root_cimv2_CIM_AssociatedMemory_qualifiers[] =
160471               {
160472                   /* ASSOCIATION */
160473                   "\000\001",
160474                   /* UMLPackagePath */
160475                   "\057CIM::Device::Memory",
160476                   /* Version */
160477                   "\0632.8.0",
160478                   0,
160479               };
160480               
160481               MetaClass
160482               __root_cimv2_CIM_AssociatedMemory =
160483               {
160484                   /* flags */
160485                   META_FLAG_ASSOCIATION,
160486 mike  1.1.2.1     /* name */
160487                   "CIM_AssociatedMemory",
160488                   /* qualifiers */
160489                   __root_cimv2_CIM_AssociatedMemory_qualifiers,
160490                   /* super */
160491                   &__root_cimv2_CIM_Dependency,
160492                   /* features */
160493                   _CIM_AssociatedMemory_features,
160494               };
160495               
160496               //==============================================================================
160497               //
160498               // Class: CIM_AssociatedNextHop
160499               //
160500               //==============================================================================
160501               
160502               static const char*
160503               _CIM_AssociatedNextHop_Antecedent_qualifiers[] =
160504               {
160505                   /* Override */
160506                   "\044Antecedent",
160507 mike  1.1.2.1     /* Max */
160508                   "\027\000\000\000\001",
160509                   0,
160510               };
160511               
160512               static MetaReference
160513               _CIM_AssociatedNextHop_Antecedent =
160514               {
160515                   /* flags */
160516                   META_FLAG_REFERENCE|META_FLAG_READ,
160517                   /* name */
160518                   "Antecedent",
160519                   /* qualifiers */
160520                   _CIM_AssociatedNextHop_Antecedent_qualifiers,
160521                   /* subscript */
160522                   -1,
160523                   /* refId */
160524                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
160525               };
160526               
160527               static const char*
160528 mike  1.1.2.1 _CIM_AssociatedNextHop_Dependent_qualifiers[] =
160529               {
160530                   /* Override */
160531                   "\044Dependent",
160532                   0,
160533               };
160534               
160535               static MetaReference
160536               _CIM_AssociatedNextHop_Dependent =
160537               {
160538                   /* flags */
160539                   META_FLAG_REFERENCE|META_FLAG_READ,
160540                   /* name */
160541                   "Dependent",
160542                   /* qualifiers */
160543                   _CIM_AssociatedNextHop_Dependent_qualifiers,
160544                   /* subscript */
160545                   -1,
160546                   /* refId */
160547                   &__root_cimv2_CIM_NextHopRoute,
160548               };
160549 mike  1.1.2.1 
160550               static MetaFeature*
160551               _CIM_AssociatedNextHop_features[] =
160552               {
160553                   (MetaFeature*)&_CIM_AssociatedNextHop_Antecedent,
160554                   (MetaFeature*)&_CIM_AssociatedNextHop_Dependent,
160555                   0,
160556               };
160557               
160558               static const char*
160559               __root_cimv2_CIM_AssociatedNextHop_qualifiers[] =
160560               {
160561                   /* ASSOCIATION */
160562                   "\000\001",
160563                   /* UMLPackagePath */
160564                   "\057CIM::Network::Routes",
160565                   /* Version */
160566                   "\0632.7.0",
160567                   0,
160568               };
160569               
160570 mike  1.1.2.1 MetaClass
160571               __root_cimv2_CIM_AssociatedNextHop =
160572               {
160573                   /* flags */
160574                   META_FLAG_ASSOCIATION,
160575                   /* name */
160576                   "CIM_AssociatedNextHop",
160577                   /* qualifiers */
160578                   __root_cimv2_CIM_AssociatedNextHop_qualifiers,
160579                   /* super */
160580                   &__root_cimv2_CIM_Dependency,
160581                   /* features */
160582                   _CIM_AssociatedNextHop_features,
160583               };
160584               
160585               //==============================================================================
160586               //
160587               // Class: CIM_AssociatedProcessorMemory
160588               //
160589               //==============================================================================
160590               
160591 mike  1.1.2.1 static const char*
160592               _CIM_AssociatedProcessorMemory_Dependent_qualifiers[] =
160593               {
160594                   /* Override */
160595                   "\044Dependent",
160596                   0,
160597               };
160598               
160599               static MetaReference
160600               _CIM_AssociatedProcessorMemory_Dependent =
160601               {
160602                   /* flags */
160603                   META_FLAG_REFERENCE|META_FLAG_READ,
160604                   /* name */
160605                   "Dependent",
160606                   /* qualifiers */
160607                   _CIM_AssociatedProcessorMemory_Dependent_qualifiers,
160608                   /* subscript */
160609                   -1,
160610                   /* refId */
160611                   &__root_cimv2_CIM_Processor,
160612 mike  1.1.2.1 };
160613               
160614               static const char*
160615               _CIM_AssociatedProcessorMemory_BusSpeed_qualifiers[] =
160616               {
160617                   /* Units */
160618                   "\060MegaHertz",
160619                   0,
160620               };
160621               
160622               static MetaProperty
160623               _CIM_AssociatedProcessorMemory_BusSpeed =
160624               {
160625                   /* flags */
160626                   META_FLAG_PROPERTY|META_FLAG_READ,
160627                   /* name */
160628                   "BusSpeed",
160629                   /* qualifiers */
160630                   _CIM_AssociatedProcessorMemory_BusSpeed_qualifiers,
160631                   /* type */
160632                   CIMTYPE_UINT32,
160633 mike  1.1.2.1     /* subscript */
160634                   -1,
160635                   /* value */
160636                   0,
160637               };
160638               
160639               static MetaFeature*
160640               _CIM_AssociatedProcessorMemory_features[] =
160641               {
160642                   (MetaFeature*)&_CIM_AssociatedProcessorMemory_Dependent,
160643                   (MetaFeature*)&_CIM_AssociatedProcessorMemory_BusSpeed,
160644                   0,
160645               };
160646               
160647               static const char*
160648               __root_cimv2_CIM_AssociatedProcessorMemory_qualifiers[] =
160649               {
160650                   /* ASSOCIATION */
160651                   "\000\001",
160652                   /* UMLPackagePath */
160653                   "\057CIM::Device::Memory",
160654 mike  1.1.2.1     /* Version */
160655                   "\0632.6.0",
160656                   0,
160657               };
160658               
160659               MetaClass
160660               __root_cimv2_CIM_AssociatedProcessorMemory =
160661               {
160662                   /* flags */
160663                   META_FLAG_ASSOCIATION,
160664                   /* name */
160665                   "CIM_AssociatedProcessorMemory",
160666                   /* qualifiers */
160667                   __root_cimv2_CIM_AssociatedProcessorMemory_qualifiers,
160668                   /* super */
160669                   &__root_cimv2_CIM_AssociatedMemory,
160670                   /* features */
160671                   _CIM_AssociatedProcessorMemory_features,
160672               };
160673               
160674               //==============================================================================
160675 mike  1.1.2.1 //
160676               // Class: CIM_AssociatedSupplyVoltageSensor
160677               //
160678               //==============================================================================
160679               
160680               static const char*
160681               _CIM_AssociatedSupplyVoltageSensor_Antecedent_qualifiers[] =
160682               {
160683                   /* Deprecated */
160684                   "\013\000\001CIM_AssociatedSensor.Antecedent\000",
160685                   /* Override */
160686                   "\044Antecedent",
160687                   0,
160688               };
160689               
160690               static MetaReference
160691               _CIM_AssociatedSupplyVoltageSensor_Antecedent =
160692               {
160693                   /* flags */
160694                   META_FLAG_REFERENCE|META_FLAG_READ,
160695                   /* name */
160696 mike  1.1.2.1     "Antecedent",
160697                   /* qualifiers */
160698                   _CIM_AssociatedSupplyVoltageSensor_Antecedent_qualifiers,
160699                   /* subscript */
160700                   -1,
160701                   /* refId */
160702                   &__root_cimv2_CIM_VoltageSensor,
160703               };
160704               
160705               static const char*
160706               _CIM_AssociatedSupplyVoltageSensor_Dependent_qualifiers[] =
160707               {
160708                   /* Deprecated */
160709                   "\013\000\001CIM_AssociatedSensor.Dependent\000",
160710                   /* Override */
160711                   "\044Dependent",
160712                   0,
160713               };
160714               
160715               static MetaReference
160716               _CIM_AssociatedSupplyVoltageSensor_Dependent =
160717 mike  1.1.2.1 {
160718                   /* flags */
160719                   META_FLAG_REFERENCE|META_FLAG_READ,
160720                   /* name */
160721                   "Dependent",
160722                   /* qualifiers */
160723                   _CIM_AssociatedSupplyVoltageSensor_Dependent_qualifiers,
160724                   /* subscript */
160725                   -1,
160726                   /* refId */
160727                   &__root_cimv2_CIM_PowerSupply,
160728               };
160729               
160730               static const char*
160731               _CIM_AssociatedSupplyVoltageSensor_MonitoringRange_qualifiers[] =
160732               {
160733                   /* Deprecated */
160734                   "\013\000\001No Value\000",
160735                   /* ValueMap */
160736                   "\061\000\0050\0001\0002\0003\0004\000",
160737                   /* Values */
160738 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Range 1\000Range 2\000Both Range 1 and 2\000",
160739                   0,
160740               };
160741               
160742               static MetaProperty
160743               _CIM_AssociatedSupplyVoltageSensor_MonitoringRange =
160744               {
160745                   /* flags */
160746                   META_FLAG_PROPERTY|META_FLAG_READ,
160747                   /* name */
160748                   "MonitoringRange",
160749                   /* qualifiers */
160750                   _CIM_AssociatedSupplyVoltageSensor_MonitoringRange_qualifiers,
160751                   /* type */
160752                   CIMTYPE_UINT16,
160753                   /* subscript */
160754                   -1,
160755                   /* value */
160756                   0,
160757               };
160758               
160759 mike  1.1.2.1 static MetaFeature*
160760               _CIM_AssociatedSupplyVoltageSensor_features[] =
160761               {
160762                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_Antecedent,
160763                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_Dependent,
160764                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_MonitoringRange,
160765                   0,
160766               };
160767               
160768               static const char*
160769               __root_cimv2_CIM_AssociatedSupplyVoltageSensor_qualifiers[] =
160770               {
160771                   /* ASSOCIATION */
160772                   "\000\001",
160773                   /* Deprecated */
160774                   "\013\000\001CIM_AssociatedSensor\000",
160775                   /* UMLPackagePath */
160776                   "\057CIM::Device::Sensors",
160777                   /* Version */
160778                   "\0632.8.0",
160779                   0,
160780 mike  1.1.2.1 };
160781               
160782               MetaClass
160783               __root_cimv2_CIM_AssociatedSupplyVoltageSensor =
160784               {
160785                   /* flags */
160786                   META_FLAG_ASSOCIATION,
160787                   /* name */
160788                   "CIM_AssociatedSupplyVoltageSensor",
160789                   /* qualifiers */
160790                   __root_cimv2_CIM_AssociatedSupplyVoltageSensor_qualifiers,
160791                   /* super */
160792                   &__root_cimv2_CIM_AssociatedSensor,
160793                   /* features */
160794                   _CIM_AssociatedSupplyVoltageSensor_features,
160795               };
160796               
160797               //==============================================================================
160798               //
160799               // Class: CIM_AuthenticationService
160800               //
160801 mike  1.1.2.1 //==============================================================================
160802               
160803               static MetaFeature*
160804               _CIM_AuthenticationService_features[] =
160805               {
160806                   0,
160807               };
160808               
160809               static const char*
160810               __root_cimv2_CIM_AuthenticationService_qualifiers[] =
160811               {
160812                   /* UMLPackagePath */
160813                   "\057CIM::User::SecurityServices",
160814                   /* Version */
160815                   "\0632.8.0",
160816                   0,
160817               };
160818               
160819               MetaClass
160820               __root_cimv2_CIM_AuthenticationService =
160821               {
160822 mike  1.1.2.1     /* flags */
160823                   META_FLAG_CLASS,
160824                   /* name */
160825                   "CIM_AuthenticationService",
160826                   /* qualifiers */
160827                   __root_cimv2_CIM_AuthenticationService_qualifiers,
160828                   /* super */
160829                   &__root_cimv2_CIM_SecurityService,
160830                   /* features */
160831                   _CIM_AuthenticationService_features,
160832               };
160833               
160834               //==============================================================================
160835               //
160836               // Class: CIM_AuthorizationService
160837               //
160838               //==============================================================================
160839               
160840               static MetaFeature*
160841               _CIM_AuthorizationService_features[] =
160842               {
160843 mike  1.1.2.1     0,
160844               };
160845               
160846               static const char*
160847               __root_cimv2_CIM_AuthorizationService_qualifiers[] =
160848               {
160849                   /* UMLPackagePath */
160850                   "\057CIM::User::SecurityServices",
160851                   /* Version */
160852                   "\0632.8.0",
160853                   0,
160854               };
160855               
160856               MetaClass
160857               __root_cimv2_CIM_AuthorizationService =
160858               {
160859                   /* flags */
160860                   META_FLAG_CLASS,
160861                   /* name */
160862                   "CIM_AuthorizationService",
160863                   /* qualifiers */
160864 mike  1.1.2.1     __root_cimv2_CIM_AuthorizationService_qualifiers,
160865                   /* super */
160866                   &__root_cimv2_CIM_SecurityService,
160867                   /* features */
160868                   _CIM_AuthorizationService_features,
160869               };
160870               
160871               //==============================================================================
160872               //
160873               // Class: CIM_AuthorizedUse
160874               //
160875               //==============================================================================
160876               
160877               static const char*
160878               _CIM_AuthorizedUse_Antecedent_qualifiers[] =
160879               {
160880                   /* Deprecated */
160881                   "\013\000\001No value\000",
160882                   /* Override */
160883                   "\044Antecedent",
160884                   0,
160885 mike  1.1.2.1 };
160886               
160887               static MetaReference
160888               _CIM_AuthorizedUse_Antecedent =
160889               {
160890                   /* flags */
160891                   META_FLAG_REFERENCE|META_FLAG_READ,
160892                   /* name */
160893                   "Antecedent",
160894                   /* qualifiers */
160895                   _CIM_AuthorizedUse_Antecedent_qualifiers,
160896                   /* subscript */
160897                   -1,
160898                   /* refId */
160899                   &__root_cimv2_CIM_AccessControlInformation,
160900               };
160901               
160902               static const char*
160903               _CIM_AuthorizedUse_Dependent_qualifiers[] =
160904               {
160905                   /* Deprecated */
160906 mike  1.1.2.1     "\013\000\001No value\000",
160907                   /* Override */
160908                   "\044Dependent",
160909                   0,
160910               };
160911               
160912               static MetaReference
160913               _CIM_AuthorizedUse_Dependent =
160914               {
160915                   /* flags */
160916                   META_FLAG_REFERENCE|META_FLAG_READ,
160917                   /* name */
160918                   "Dependent",
160919                   /* qualifiers */
160920                   _CIM_AuthorizedUse_Dependent_qualifiers,
160921                   /* subscript */
160922                   -1,
160923                   /* refId */
160924                   &__root_cimv2_CIM_AuthorizationService,
160925               };
160926               
160927 mike  1.1.2.1 static MetaFeature*
160928               _CIM_AuthorizedUse_features[] =
160929               {
160930                   (MetaFeature*)&_CIM_AuthorizedUse_Antecedent,
160931                   (MetaFeature*)&_CIM_AuthorizedUse_Dependent,
160932                   0,
160933               };
160934               
160935               static const char*
160936               __root_cimv2_CIM_AuthorizedUse_qualifiers[] =
160937               {
160938                   /* ASSOCIATION */
160939                   "\000\001",
160940                   /* Deprecated */
160941                   "\013\000\001No value\000",
160942                   /* UMLPackagePath */
160943                   "\057CIM::User::AccessControl",
160944                   /* Version */
160945                   "\0632.8.0",
160946                   0,
160947               };
160948 mike  1.1.2.1 
160949               MetaClass
160950               __root_cimv2_CIM_AuthorizedUse =
160951               {
160952                   /* flags */
160953                   META_FLAG_ASSOCIATION,
160954                   /* name */
160955                   "CIM_AuthorizedUse",
160956                   /* qualifiers */
160957                   __root_cimv2_CIM_AuthorizedUse_qualifiers,
160958                   /* super */
160959                   &__root_cimv2_CIM_Dependency,
160960                   /* features */
160961                   _CIM_AuthorizedUse_features,
160962               };
160963               
160964               //==============================================================================
160965               //
160966               // Class: CIM_AvailableDiagnosticService
160967               //
160968               //==============================================================================
160969 mike  1.1.2.1 
160970               static const char*
160971               _CIM_AvailableDiagnosticService_ServiceProvided_qualifiers[] =
160972               {
160973                   /* Override */
160974                   "\044ServiceProvided",
160975                   0,
160976               };
160977               
160978               static MetaReference
160979               _CIM_AvailableDiagnosticService_ServiceProvided =
160980               {
160981                   /* flags */
160982                   META_FLAG_REFERENCE|META_FLAG_READ,
160983                   /* name */
160984                   "ServiceProvided",
160985                   /* qualifiers */
160986                   _CIM_AvailableDiagnosticService_ServiceProvided_qualifiers,
160987                   /* subscript */
160988                   -1,
160989                   /* refId */
160990 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticService,
160991               };
160992               
160993               static const char*
160994               _CIM_AvailableDiagnosticService_EstimatedDurationOfService_qualifiers[] =
160995               {
160996                   /* ValueMap */
160997                   "\061\000\0060\0002\0003\0004\0005\0006\000",
160998                   /* Values */
160999                   "\062\000\006Unknown\000Milliseconds\000Seconds\000Minutes\000Hours\000Days\000",
161000                   /* ModelCorrespondence */
161001                   "\036\000\001CIM_AvailableDiagnosticService.EstimatedDurationQualifier\000",
161002                   0,
161003               };
161004               
161005               static MetaProperty
161006               _CIM_AvailableDiagnosticService_EstimatedDurationOfService =
161007               {
161008                   /* flags */
161009                   META_FLAG_PROPERTY|META_FLAG_READ,
161010                   /* name */
161011 mike  1.1.2.1     "EstimatedDurationOfService",
161012                   /* qualifiers */
161013                   _CIM_AvailableDiagnosticService_EstimatedDurationOfService_qualifiers,
161014                   /* type */
161015                   CIMTYPE_UINT16,
161016                   /* subscript */
161017                   -1,
161018                   /* value */
161019                   0,
161020               };
161021               
161022               static const char*
161023               _CIM_AvailableDiagnosticService_EstimatedDurationQualifier_qualifiers[] =
161024               {
161025                   /* ModelCorrespondence */
161026                   "\036\000\001CIM_AvailableDiagnosticService.EstimatedDurationOfService\000",
161027                   0,
161028               };
161029               
161030               static MetaProperty
161031               _CIM_AvailableDiagnosticService_EstimatedDurationQualifier =
161032 mike  1.1.2.1 {
161033                   /* flags */
161034                   META_FLAG_PROPERTY|META_FLAG_READ,
161035                   /* name */
161036                   "EstimatedDurationQualifier",
161037                   /* qualifiers */
161038                   _CIM_AvailableDiagnosticService_EstimatedDurationQualifier_qualifiers,
161039                   /* type */
161040                   CIMTYPE_UINT32,
161041                   /* subscript */
161042                   -1,
161043                   /* value */
161044                   0,
161045               };
161046               
161047               static MetaFeature*
161048               _CIM_AvailableDiagnosticService_features[] =
161049               {
161050                   (MetaFeature*)&_CIM_AvailableDiagnosticService_ServiceProvided,
161051                   (MetaFeature*)&_CIM_AvailableDiagnosticService_EstimatedDurationOfService,
161052                   (MetaFeature*)&_CIM_AvailableDiagnosticService_EstimatedDurationQualifier,
161053 mike  1.1.2.1     0,
161054               };
161055               
161056               static const char*
161057               __root_cimv2_CIM_AvailableDiagnosticService_qualifiers[] =
161058               {
161059                   /* ASSOCIATION */
161060                   "\000\001",
161061                   /* UMLPackagePath */
161062                   "\057CIM::System::Diagnostics",
161063                   /* Version */
161064                   "\0632.9.0",
161065                   0,
161066               };
161067               
161068               MetaClass
161069               __root_cimv2_CIM_AvailableDiagnosticService =
161070               {
161071                   /* flags */
161072                   META_FLAG_ASSOCIATION,
161073                   /* name */
161074 mike  1.1.2.1     "CIM_AvailableDiagnosticService",
161075                   /* qualifiers */
161076                   __root_cimv2_CIM_AvailableDiagnosticService_qualifiers,
161077                   /* super */
161078                   &__root_cimv2_CIM_ServiceAvailableToElement,
161079                   /* features */
161080                   _CIM_AvailableDiagnosticService_features,
161081               };
161082               
161083               //==============================================================================
161084               //
161085               // Class: CIM_AverageRateMeterService
161086               //
161087               //==============================================================================
161088               
161089               static const char*
161090               _CIM_AverageRateMeterService_AverageRate_qualifiers[] =
161091               {
161092                   /* Units */
161093                   "\060KiloBits per Second",
161094                   0,
161095 mike  1.1.2.1 };
161096               
161097               static MetaProperty
161098               _CIM_AverageRateMeterService_AverageRate =
161099               {
161100                   /* flags */
161101                   META_FLAG_PROPERTY|META_FLAG_READ,
161102                   /* name */
161103                   "AverageRate",
161104                   /* qualifiers */
161105                   _CIM_AverageRateMeterService_AverageRate_qualifiers,
161106                   /* type */
161107                   CIMTYPE_UINT32,
161108                   /* subscript */
161109                   -1,
161110                   /* value */
161111                   0,
161112               };
161113               
161114               static const char*
161115               _CIM_AverageRateMeterService_DeltaInterval_qualifiers[] =
161116 mike  1.1.2.1 {
161117                   /* Units */
161118                   "\060MicroSeconds",
161119                   0,
161120               };
161121               
161122               static MetaProperty
161123               _CIM_AverageRateMeterService_DeltaInterval =
161124               {
161125                   /* flags */
161126                   META_FLAG_PROPERTY|META_FLAG_READ,
161127                   /* name */
161128                   "DeltaInterval",
161129                   /* qualifiers */
161130                   _CIM_AverageRateMeterService_DeltaInterval_qualifiers,
161131                   /* type */
161132                   CIMTYPE_UINT64,
161133                   /* subscript */
161134                   -1,
161135                   /* value */
161136                   0,
161137 mike  1.1.2.1 };
161138               
161139               static MetaFeature*
161140               _CIM_AverageRateMeterService_features[] =
161141               {
161142                   (MetaFeature*)&_CIM_AverageRateMeterService_AverageRate,
161143                   (MetaFeature*)&_CIM_AverageRateMeterService_DeltaInterval,
161144                   0,
161145               };
161146               
161147               static const char*
161148               __root_cimv2_CIM_AverageRateMeterService_qualifiers[] =
161149               {
161150                   /* UMLPackagePath */
161151                   "\057CIM::Network::QoS",
161152                   /* Version */
161153                   "\0632.7.0",
161154                   0,
161155               };
161156               
161157               MetaClass
161158 mike  1.1.2.1 __root_cimv2_CIM_AverageRateMeterService =
161159               {
161160                   /* flags */
161161                   META_FLAG_CLASS,
161162                   /* name */
161163                   "CIM_AverageRateMeterService",
161164                   /* qualifiers */
161165                   __root_cimv2_CIM_AverageRateMeterService_qualifiers,
161166                   /* super */
161167                   &__root_cimv2_CIM_MeterService,
161168                   /* features */
161169                   _CIM_AverageRateMeterService_features,
161170               };
161171               
161172               //==============================================================================
161173               //
161174               // Class: CIM_BGPProtocolEndpoint
161175               //
161176               //==============================================================================
161177               
161178               static const char*
161179 mike  1.1.2.1 _CIM_BGPProtocolEndpoint_IsEBGP_qualifiers[] =
161180               {
161181                   0,
161182               };
161183               
161184               static MetaProperty
161185               _CIM_BGPProtocolEndpoint_IsEBGP =
161186               {
161187                   /* flags */
161188                   META_FLAG_PROPERTY|META_FLAG_READ,
161189                   /* name */
161190                   "IsEBGP",
161191                   /* qualifiers */
161192                   _CIM_BGPProtocolEndpoint_IsEBGP_qualifiers,
161193                   /* type */
161194                   CIMTYPE_BOOLEAN,
161195                   /* subscript */
161196                   -1,
161197                   /* value */
161198                   0,
161199               };
161200 mike  1.1.2.1 
161201               static const char*
161202               _CIM_BGPProtocolEndpoint_IsEBGPMultihop_qualifiers[] =
161203               {
161204                   0,
161205               };
161206               
161207               static MetaProperty
161208               _CIM_BGPProtocolEndpoint_IsEBGPMultihop =
161209               {
161210                   /* flags */
161211                   META_FLAG_PROPERTY|META_FLAG_READ,
161212                   /* name */
161213                   "IsEBGPMultihop",
161214                   /* qualifiers */
161215                   _CIM_BGPProtocolEndpoint_IsEBGPMultihop_qualifiers,
161216                   /* type */
161217                   CIMTYPE_BOOLEAN,
161218                   /* subscript */
161219                   -1,
161220                   /* value */
161221 mike  1.1.2.1     0,
161222               };
161223               
161224               static const char*
161225               _CIM_BGPProtocolEndpoint_LocalIdentifier_qualifiers[] =
161226               {
161227                   /* MappingStrings */
161228                   "\026\000\001MIB.IETF|BGP4-MIB.bgpIdentifier\000",
161229                   0,
161230               };
161231               
161232               static MetaProperty
161233               _CIM_BGPProtocolEndpoint_LocalIdentifier =
161234               {
161235                   /* flags */
161236                   META_FLAG_PROPERTY|META_FLAG_READ,
161237                   /* name */
161238                   "LocalIdentifier",
161239                   /* qualifiers */
161240                   _CIM_BGPProtocolEndpoint_LocalIdentifier_qualifiers,
161241                   /* type */
161242 mike  1.1.2.1     CIMTYPE_STRING,
161243                   /* subscript */
161244                   -1,
161245                   /* value */
161246                   0,
161247               };
161248               
161249               static const char*
161250               _CIM_BGPProtocolEndpoint_PeerIdentifier_qualifiers[] =
161251               {
161252                   /* MappingStrings */
161253                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerIdentifier\000",
161254                   0,
161255               };
161256               
161257               static MetaProperty
161258               _CIM_BGPProtocolEndpoint_PeerIdentifier =
161259               {
161260                   /* flags */
161261                   META_FLAG_PROPERTY|META_FLAG_READ,
161262                   /* name */
161263 mike  1.1.2.1     "PeerIdentifier",
161264                   /* qualifiers */
161265                   _CIM_BGPProtocolEndpoint_PeerIdentifier_qualifiers,
161266                   /* type */
161267                   CIMTYPE_STRING,
161268                   /* subscript */
161269                   -1,
161270                   /* value */
161271                   0,
161272               };
161273               
161274               static const char*
161275               _CIM_BGPProtocolEndpoint_State_qualifiers[] =
161276               {
161277                   /* ValueMap */
161278                   "\061\000\0061\0002\0003\0004\0005\0006\000",
161279                   /* Values */
161280                   "\062\000\006Idle\000Connect\000Active\000OpenSet\000OpenConfirm\000Established\000",
161281                   /* MappingStrings */
161282                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerState\000",
161283                   0,
161284 mike  1.1.2.1 };
161285               
161286               static MetaProperty
161287               _CIM_BGPProtocolEndpoint_State =
161288               {
161289                   /* flags */
161290                   META_FLAG_PROPERTY|META_FLAG_READ,
161291                   /* name */
161292                   "State",
161293                   /* qualifiers */
161294                   _CIM_BGPProtocolEndpoint_State_qualifiers,
161295                   /* type */
161296                   CIMTYPE_UINT16,
161297                   /* subscript */
161298                   -1,
161299                   /* value */
161300                   0,
161301               };
161302               
161303               static const char*
161304               _CIM_BGPProtocolEndpoint_AdminStatus_qualifiers[] =
161305 mike  1.1.2.1 {
161306                   /* Deprecated */
161307                   "\013\000\001CIM_EnabledLogicalElement.RequestedState\000",
161308                   /* ValueMap */
161309                   "\061\000\0021\0002\000",
161310                   /* Values */
161311                   "\062\000\002Stop\000Start\000",
161312                   /* MappingStrings */
161313                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerAdminStatus\000",
161314                   0,
161315               };
161316               
161317               static MetaProperty
161318               _CIM_BGPProtocolEndpoint_AdminStatus =
161319               {
161320                   /* flags */
161321                   META_FLAG_PROPERTY|META_FLAG_READ,
161322                   /* name */
161323                   "AdminStatus",
161324                   /* qualifiers */
161325                   _CIM_BGPProtocolEndpoint_AdminStatus_qualifiers,
161326 mike  1.1.2.1     /* type */
161327                   CIMTYPE_UINT16,
161328                   /* subscript */
161329                   -1,
161330                   /* value */
161331                   0,
161332               };
161333               
161334               static const char*
161335               _CIM_BGPProtocolEndpoint_NegotiatedVersion_qualifiers[] =
161336               {
161337                   /* MappingStrings */
161338                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerNegotiatedVersion\000",
161339                   0,
161340               };
161341               
161342               static MetaProperty
161343               _CIM_BGPProtocolEndpoint_NegotiatedVersion =
161344               {
161345                   /* flags */
161346                   META_FLAG_PROPERTY|META_FLAG_READ,
161347 mike  1.1.2.1     /* name */
161348                   "NegotiatedVersion",
161349                   /* qualifiers */
161350                   _CIM_BGPProtocolEndpoint_NegotiatedVersion_qualifiers,
161351                   /* type */
161352                   CIMTYPE_STRING,
161353                   /* subscript */
161354                   -1,
161355                   /* value */
161356                   0,
161357               };
161358               
161359               static const char*
161360               _CIM_BGPProtocolEndpoint_LocalAddress_qualifiers[] =
161361               {
161362                   /* Deprecated */
161363                   "\013\000\002CIM_BindsTo\000CIM_IPProtocolEndpoint\000",
161364                   /* MappingStrings */
161365                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLocalAddr\000",
161366                   0,
161367               };
161368 mike  1.1.2.1 
161369               static MetaProperty
161370               _CIM_BGPProtocolEndpoint_LocalAddress =
161371               {
161372                   /* flags */
161373                   META_FLAG_PROPERTY|META_FLAG_READ,
161374                   /* name */
161375                   "LocalAddress",
161376                   /* qualifiers */
161377                   _CIM_BGPProtocolEndpoint_LocalAddress_qualifiers,
161378                   /* type */
161379                   CIMTYPE_STRING,
161380                   /* subscript */
161381                   -1,
161382                   /* value */
161383                   0,
161384               };
161385               
161386               static const char*
161387               _CIM_BGPProtocolEndpoint_LocalPort_qualifiers[] =
161388               {
161389 mike  1.1.2.1     /* Deprecated */
161390                   "\013\000\002CIM_BindsTo\000CIM_TCPProtocolEndpoint\000",
161391                   /* MappingStrings */
161392                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLocalPort\000",
161393                   0,
161394               };
161395               
161396               static MetaProperty
161397               _CIM_BGPProtocolEndpoint_LocalPort =
161398               {
161399                   /* flags */
161400                   META_FLAG_PROPERTY|META_FLAG_READ,
161401                   /* name */
161402                   "LocalPort",
161403                   /* qualifiers */
161404                   _CIM_BGPProtocolEndpoint_LocalPort_qualifiers,
161405                   /* type */
161406                   CIMTYPE_UINT16,
161407                   /* subscript */
161408                   -1,
161409                   /* value */
161410 mike  1.1.2.1     0,
161411               };
161412               
161413               static const char*
161414               _CIM_BGPProtocolEndpoint_RemoteAddress_qualifiers[] =
161415               {
161416                   /* Deprecated */
161417                   "\013\000\002CIM_BindsTo\000CIM_RemoteServiceAccessPoint\000",
161418                   /* MappingStrings */
161419                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemoteAddr\000",
161420                   0,
161421               };
161422               
161423               static MetaProperty
161424               _CIM_BGPProtocolEndpoint_RemoteAddress =
161425               {
161426                   /* flags */
161427                   META_FLAG_PROPERTY|META_FLAG_READ,
161428                   /* name */
161429                   "RemoteAddress",
161430                   /* qualifiers */
161431 mike  1.1.2.1     _CIM_BGPProtocolEndpoint_RemoteAddress_qualifiers,
161432                   /* type */
161433                   CIMTYPE_STRING,
161434                   /* subscript */
161435                   -1,
161436                   /* value */
161437                   0,
161438               };
161439               
161440               static const char*
161441               _CIM_BGPProtocolEndpoint_RemotePort_qualifiers[] =
161442               {
161443                   /* Deprecated */
161444                   "\013\000\002CIM_BindsTo\000CIM_RemotePort\000",
161445                   /* MappingStrings */
161446                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemotePort\000",
161447                   0,
161448               };
161449               
161450               static MetaProperty
161451               _CIM_BGPProtocolEndpoint_RemotePort =
161452 mike  1.1.2.1 {
161453                   /* flags */
161454                   META_FLAG_PROPERTY|META_FLAG_READ,
161455                   /* name */
161456                   "RemotePort",
161457                   /* qualifiers */
161458                   _CIM_BGPProtocolEndpoint_RemotePort_qualifiers,
161459                   /* type */
161460                   CIMTYPE_UINT16,
161461                   /* subscript */
161462                   -1,
161463                   /* value */
161464                   0,
161465               };
161466               
161467               static const char*
161468               _CIM_BGPProtocolEndpoint_RemoteAS_qualifiers[] =
161469               {
161470                   /* MappingStrings */
161471                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemoteAs\000",
161472                   0,
161473 mike  1.1.2.1 };
161474               
161475               static MetaProperty
161476               _CIM_BGPProtocolEndpoint_RemoteAS =
161477               {
161478                   /* flags */
161479                   META_FLAG_PROPERTY|META_FLAG_READ,
161480                   /* name */
161481                   "RemoteAS",
161482                   /* qualifiers */
161483                   _CIM_BGPProtocolEndpoint_RemoteAS_qualifiers,
161484                   /* type */
161485                   CIMTYPE_UINT16,
161486                   /* subscript */
161487                   -1,
161488                   /* value */
161489                   0,
161490               };
161491               
161492               static const char*
161493               _CIM_BGPProtocolEndpoint_ConnectRetryInterval_qualifiers[] =
161494 mike  1.1.2.1 {
161495                   /* Units */
161496                   "\060Seconds",
161497                   /* MappingStrings */
161498                   "\026\000\001MIB.IETF|BGP4-MIB.bgpConnectRetryInterval\000",
161499                   0,
161500               };
161501               
161502               static MetaProperty
161503               _CIM_BGPProtocolEndpoint_ConnectRetryInterval =
161504               {
161505                   /* flags */
161506                   META_FLAG_PROPERTY|META_FLAG_READ,
161507                   /* name */
161508                   "ConnectRetryInterval",
161509                   /* qualifiers */
161510                   _CIM_BGPProtocolEndpoint_ConnectRetryInterval_qualifiers,
161511                   /* type */
161512                   CIMTYPE_UINT32,
161513                   /* subscript */
161514                   -1,
161515 mike  1.1.2.1     /* value */
161516                   "\000\000\000\170",
161517               };
161518               
161519               static const char*
161520               _CIM_BGPProtocolEndpoint_HoldTimeConfigured_qualifiers[] =
161521               {
161522                   /* Units */
161523                   "\060Seconds",
161524                   /* MappingStrings */
161525                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTimeConfigured\000",
161526                   0,
161527               };
161528               
161529               static MetaProperty
161530               _CIM_BGPProtocolEndpoint_HoldTimeConfigured =
161531               {
161532                   /* flags */
161533                   META_FLAG_PROPERTY|META_FLAG_READ,
161534                   /* name */
161535                   "HoldTimeConfigured",
161536 mike  1.1.2.1     /* qualifiers */
161537                   _CIM_BGPProtocolEndpoint_HoldTimeConfigured_qualifiers,
161538                   /* type */
161539                   CIMTYPE_UINT16,
161540                   /* subscript */
161541                   -1,
161542                   /* value */
161543                   "\000\132",
161544               };
161545               
161546               static const char*
161547               _CIM_BGPProtocolEndpoint_KeepAliveConfigured_qualifiers[] =
161548               {
161549                   /* Units */
161550                   "\060Seconds",
161551                   /* MappingStrings */
161552                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAliveConfigured\000",
161553                   0,
161554               };
161555               
161556               static MetaProperty
161557 mike  1.1.2.1 _CIM_BGPProtocolEndpoint_KeepAliveConfigured =
161558               {
161559                   /* flags */
161560                   META_FLAG_PROPERTY|META_FLAG_READ,
161561                   /* name */
161562                   "KeepAliveConfigured",
161563                   /* qualifiers */
161564                   _CIM_BGPProtocolEndpoint_KeepAliveConfigured_qualifiers,
161565                   /* type */
161566                   CIMTYPE_UINT16,
161567                   /* subscript */
161568                   -1,
161569                   /* value */
161570                   "\000\036",
161571               };
161572               
161573               static const char*
161574               _CIM_BGPProtocolEndpoint_MinASOriginationInterval_qualifiers[] =
161575               {
161576                   /* Units */
161577                   "\060Seconds",
161578 mike  1.1.2.1     /* MappingStrings */
161579                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinASOriginationInterval\000",
161580                   0,
161581               };
161582               
161583               static MetaProperty
161584               _CIM_BGPProtocolEndpoint_MinASOriginationInterval =
161585               {
161586                   /* flags */
161587                   META_FLAG_PROPERTY|META_FLAG_READ,
161588                   /* name */
161589                   "MinASOriginationInterval",
161590                   /* qualifiers */
161591                   _CIM_BGPProtocolEndpoint_MinASOriginationInterval_qualifiers,
161592                   /* type */
161593                   CIMTYPE_UINT16,
161594                   /* subscript */
161595                   -1,
161596                   /* value */
161597                   "\000\017",
161598               };
161599 mike  1.1.2.1 
161600               static const char*
161601               _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval_qualifiers[] =
161602               {
161603                   /* Units */
161604                   "\060Seconds",
161605                   /* MappingStrings */
161606                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinRouteAdvertisementInterval\000",
161607                   0,
161608               };
161609               
161610               static MetaProperty
161611               _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval =
161612               {
161613                   /* flags */
161614                   META_FLAG_PROPERTY|META_FLAG_READ,
161615                   /* name */
161616                   "MinRouteAdvertisementInterval",
161617                   /* qualifiers */
161618                   _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval_qualifiers,
161619                   /* type */
161620 mike  1.1.2.1     CIMTYPE_UINT16,
161621                   /* subscript */
161622                   -1,
161623                   /* value */
161624                   "\000\036",
161625               };
161626               
161627               static const char*
161628               _CIM_BGPProtocolEndpoint_HoldTime_qualifiers[] =
161629               {
161630                   /* Units */
161631                   "\060Seconds",
161632                   /* MappingStrings */
161633                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTime\000",
161634                   0,
161635               };
161636               
161637               static MetaProperty
161638               _CIM_BGPProtocolEndpoint_HoldTime =
161639               {
161640                   /* flags */
161641 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
161642                   /* name */
161643                   "HoldTime",
161644                   /* qualifiers */
161645                   _CIM_BGPProtocolEndpoint_HoldTime_qualifiers,
161646                   /* type */
161647                   CIMTYPE_UINT16,
161648                   /* subscript */
161649                   -1,
161650                   /* value */
161651                   0,
161652               };
161653               
161654               static const char*
161655               _CIM_BGPProtocolEndpoint_KeepAlive_qualifiers[] =
161656               {
161657                   /* Units */
161658                   "\060Seconds",
161659                   /* MappingStrings */
161660                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAlive\000",
161661                   0,
161662 mike  1.1.2.1 };
161663               
161664               static MetaProperty
161665               _CIM_BGPProtocolEndpoint_KeepAlive =
161666               {
161667                   /* flags */
161668                   META_FLAG_PROPERTY|META_FLAG_READ,
161669                   /* name */
161670                   "KeepAlive",
161671                   /* qualifiers */
161672                   _CIM_BGPProtocolEndpoint_KeepAlive_qualifiers,
161673                   /* type */
161674                   CIMTYPE_UINT16,
161675                   /* subscript */
161676                   -1,
161677                   /* value */
161678                   0,
161679               };
161680               
161681               static const char*
161682               _CIM_BGPProtocolEndpoint_ProtocolIFType_qualifiers[] =
161683 mike  1.1.2.1 {
161684                   /* Override */
161685                   "\044ProtocolIFType",
161686                   /* ValueMap */
161687                   "\061\000\0051\000225..4095\0004108\0004301..32767\00032768..\000",
161688                   /* Values */
161689                   "\062\000\005Other\000IANA Reserved\000BGP\000DMTF Reserved\000Vendor Reserved\000",
161690                   0,
161691               };
161692               
161693               static MetaProperty
161694               _CIM_BGPProtocolEndpoint_ProtocolIFType =
161695               {
161696                   /* flags */
161697                   META_FLAG_PROPERTY|META_FLAG_READ,
161698                   /* name */
161699                   "ProtocolIFType",
161700                   /* qualifiers */
161701                   _CIM_BGPProtocolEndpoint_ProtocolIFType_qualifiers,
161702                   /* type */
161703                   CIMTYPE_UINT16,
161704 mike  1.1.2.1     /* subscript */
161705                   -1,
161706                   /* value */
161707                   "\020\014",
161708               };
161709               
161710               static MetaFeature*
161711               _CIM_BGPProtocolEndpoint_features[] =
161712               {
161713                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_IsEBGP,
161714                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_IsEBGPMultihop,
161715                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalIdentifier,
161716                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_PeerIdentifier,
161717                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_State,
161718                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_AdminStatus,
161719                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_NegotiatedVersion,
161720                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalAddress,
161721                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalPort,
161722                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemoteAddress,
161723                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemotePort,
161724                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemoteAS,
161725 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPProtocolEndpoint_ConnectRetryInterval,
161726                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_HoldTimeConfigured,
161727                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_KeepAliveConfigured,
161728                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_MinASOriginationInterval,
161729                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval,
161730                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_HoldTime,
161731                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_KeepAlive,
161732                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_ProtocolIFType,
161733                   0,
161734               };
161735               
161736               static const char*
161737               __root_cimv2_CIM_BGPProtocolEndpoint_qualifiers[] =
161738               {
161739                   /* UMLPackagePath */
161740                   "\057CIM::Network::ProtocolEndpoints",
161741                   /* Version */
161742                   "\0632.8.0",
161743                   0,
161744               };
161745               
161746 mike  1.1.2.1 MetaClass
161747               __root_cimv2_CIM_BGPProtocolEndpoint =
161748               {
161749                   /* flags */
161750                   META_FLAG_CLASS,
161751                   /* name */
161752                   "CIM_BGPProtocolEndpoint",
161753                   /* qualifiers */
161754                   __root_cimv2_CIM_BGPProtocolEndpoint_qualifiers,
161755                   /* super */
161756                   &__root_cimv2_CIM_ProtocolEndpoint,
161757                   /* features */
161758                   _CIM_BGPProtocolEndpoint_features,
161759               };
161760               
161761               //==============================================================================
161762               //
161763               // Class: CIM_BGPService
161764               //
161765               //==============================================================================
161766               
161767 mike  1.1.2.1 static const char*
161768               _CIM_BGPService_BGPVersion_qualifiers[] =
161769               {
161770                   /* MappingStrings */
161771                   "\026\000\001MIB.IETF|BGP4-MIB.bgpVersion\000",
161772                   0,
161773               };
161774               
161775               static MetaProperty
161776               _CIM_BGPService_BGPVersion =
161777               {
161778                   /* flags */
161779                   META_FLAG_PROPERTY|META_FLAG_READ,
161780                   /* name */
161781                   "BGPVersion",
161782                   /* qualifiers */
161783                   _CIM_BGPService_BGPVersion_qualifiers,
161784                   /* type */
161785                   CIMTYPE_UINT8,
161786                   /* subscript */
161787                   -1,
161788 mike  1.1.2.1     /* value */
161789                   0,
161790               };
161791               
161792               static const char*
161793               _CIM_BGPService_LastErrorCode_qualifiers[] =
161794               {
161795                   /* ValueMap */
161796                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
161797                   /* Values */
161798                   "\062\000\007None\000Message Header Error\000OPEN Message Error\000UPDATE Message Error\000Hold Timer Expired\000Finite State Machine Error\000Cease\000",
161799                   0,
161800               };
161801               
161802               static MetaProperty
161803               _CIM_BGPService_LastErrorCode =
161804               {
161805                   /* flags */
161806                   META_FLAG_PROPERTY|META_FLAG_READ,
161807                   /* name */
161808                   "LastErrorCode",
161809 mike  1.1.2.1     /* qualifiers */
161810                   _CIM_BGPService_LastErrorCode_qualifiers,
161811                   /* type */
161812                   CIMTYPE_UINT16,
161813                   /* subscript */
161814                   -1,
161815                   /* value */
161816                   0,
161817               };
161818               
161819               static const char*
161820               _CIM_BGPService_LastMessageErrorSubCode_qualifiers[] =
161821               {
161822                   /* ValueMap */
161823                   "\061\000\0040\0001\0002\0003\000",
161824                   /* Values */
161825                   "\062\000\004None\000Connection Not Synchronized\000Bad Message Length\000Bad Message Type\000",
161826                   0,
161827               };
161828               
161829               static MetaProperty
161830 mike  1.1.2.1 _CIM_BGPService_LastMessageErrorSubCode =
161831               {
161832                   /* flags */
161833                   META_FLAG_PROPERTY|META_FLAG_READ,
161834                   /* name */
161835                   "LastMessageErrorSubCode",
161836                   /* qualifiers */
161837                   _CIM_BGPService_LastMessageErrorSubCode_qualifiers,
161838                   /* type */
161839                   CIMTYPE_UINT16,
161840                   /* subscript */
161841                   -1,
161842                   /* value */
161843                   0,
161844               };
161845               
161846               static const char*
161847               _CIM_BGPService_LastOpenErrorSubCode_qualifiers[] =
161848               {
161849                   /* ValueMap */
161850                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
161851 mike  1.1.2.1     /* Values */
161852                   "\062\000\007None\000Unsupported Version Number\000Bad Peer AS\000Bad BGP Identifier\000Unsupported Optional Parameter\000Authentication Failure\000Unacceptable Hold Time\000",
161853                   0,
161854               };
161855               
161856               static MetaProperty
161857               _CIM_BGPService_LastOpenErrorSubCode =
161858               {
161859                   /* flags */
161860                   META_FLAG_PROPERTY|META_FLAG_READ,
161861                   /* name */
161862                   "LastOpenErrorSubCode",
161863                   /* qualifiers */
161864                   _CIM_BGPService_LastOpenErrorSubCode_qualifiers,
161865                   /* type */
161866                   CIMTYPE_UINT16,
161867                   /* subscript */
161868                   -1,
161869                   /* value */
161870                   0,
161871               };
161872 mike  1.1.2.1 
161873               static const char*
161874               _CIM_BGPService_LastUpdateErrorSubCode_qualifiers[] =
161875               {
161876                   /* ValueMap */
161877                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
161878                   /* Values */
161879                   "\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",
161880                   0,
161881               };
161882               
161883               static MetaProperty
161884               _CIM_BGPService_LastUpdateErrorSubCode =
161885               {
161886                   /* flags */
161887                   META_FLAG_PROPERTY|META_FLAG_READ,
161888                   /* name */
161889                   "LastUpdateErrorSubCode",
161890                   /* qualifiers */
161891                   _CIM_BGPService_LastUpdateErrorSubCode_qualifiers,
161892                   /* type */
161893 mike  1.1.2.1     CIMTYPE_UINT16,
161894                   /* subscript */
161895                   -1,
161896                   /* value */
161897                   0,
161898               };
161899               
161900               static MetaFeature*
161901               _CIM_BGPService_features[] =
161902               {
161903                   (MetaFeature*)&_CIM_BGPService_BGPVersion,
161904                   (MetaFeature*)&_CIM_BGPService_LastErrorCode,
161905                   (MetaFeature*)&_CIM_BGPService_LastMessageErrorSubCode,
161906                   (MetaFeature*)&_CIM_BGPService_LastOpenErrorSubCode,
161907                   (MetaFeature*)&_CIM_BGPService_LastUpdateErrorSubCode,
161908                   0,
161909               };
161910               
161911               static const char*
161912               __root_cimv2_CIM_BGPService_qualifiers[] =
161913               {
161914 mike  1.1.2.1     /* UMLPackagePath */
161915                   "\057CIM::Network::BGP",
161916                   /* Version */
161917                   "\0632.7.0",
161918                   0,
161919               };
161920               
161921               MetaClass
161922               __root_cimv2_CIM_BGPService =
161923               {
161924                   /* flags */
161925                   META_FLAG_CLASS,
161926                   /* name */
161927                   "CIM_BGPService",
161928                   /* qualifiers */
161929                   __root_cimv2_CIM_BGPService_qualifiers,
161930                   /* super */
161931                   &__root_cimv2_CIM_RouteCalculationService,
161932                   /* features */
161933                   _CIM_BGPService_features,
161934               };
161935 mike  1.1.2.1 
161936               //==============================================================================
161937               //
161938               // Class: CIM_BGPServiceAttributes
161939               //
161940               //==============================================================================
161941               
161942               static const char*
161943               _CIM_BGPServiceAttributes_GroupComponent_qualifiers[] =
161944               {
161945                   /* Deprecated */
161946                   "\013\000\001No value\000",
161947                   /* Aggregate */
161948                   "\003\001",
161949                   /* Override */
161950                   "\044GroupComponent",
161951                   /* Max */
161952                   "\027\000\000\000\001",
161953                   0,
161954               };
161955               
161956 mike  1.1.2.1 static MetaReference
161957               _CIM_BGPServiceAttributes_GroupComponent =
161958               {
161959                   /* flags */
161960                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
161961                   /* name */
161962                   "GroupComponent",
161963                   /* qualifiers */
161964                   _CIM_BGPServiceAttributes_GroupComponent_qualifiers,
161965                   /* subscript */
161966                   -1,
161967                   /* refId */
161968                   &__root_cimv2_CIM_BGPService,
161969               };
161970               
161971               static const char*
161972               _CIM_BGPServiceAttributes_PartComponent_qualifiers[] =
161973               {
161974                   /* Deprecated */
161975                   "\013\000\001No value\000",
161976                   /* Override */
161977 mike  1.1.2.1     "\044PartComponent",
161978                   /* Max */
161979                   "\027\000\000\000\001",
161980                   0,
161981               };
161982               
161983               static MetaReference
161984               _CIM_BGPServiceAttributes_PartComponent =
161985               {
161986                   /* flags */
161987                   META_FLAG_REFERENCE|META_FLAG_READ,
161988                   /* name */
161989                   "PartComponent",
161990                   /* qualifiers */
161991                   _CIM_BGPServiceAttributes_PartComponent_qualifiers,
161992                   /* subscript */
161993                   -1,
161994                   /* refId */
161995                   &__root_cimv2_CIM_BGPPathAttributes,
161996               };
161997               
161998 mike  1.1.2.1 static MetaFeature*
161999               _CIM_BGPServiceAttributes_features[] =
162000               {
162001                   (MetaFeature*)&_CIM_BGPServiceAttributes_GroupComponent,
162002                   (MetaFeature*)&_CIM_BGPServiceAttributes_PartComponent,
162003                   0,
162004               };
162005               
162006               static const char*
162007               __root_cimv2_CIM_BGPServiceAttributes_qualifiers[] =
162008               {
162009                   /* ASSOCIATION */
162010                   "\000\001",
162011                   /* Deprecated */
162012                   "\013\000\001No value\000",
162013                   /* UMLPackagePath */
162014                   "\057CIM::Network::BGP",
162015                   /* Aggregation */
162016                   "\004\001",
162017                   /* Version */
162018                   "\0632.7.0",
162019 mike  1.1.2.1     0,
162020               };
162021               
162022               MetaClass
162023               __root_cimv2_CIM_BGPServiceAttributes =
162024               {
162025                   /* flags */
162026                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
162027                   /* name */
162028                   "CIM_BGPServiceAttributes",
162029                   /* qualifiers */
162030                   __root_cimv2_CIM_BGPServiceAttributes_qualifiers,
162031                   /* super */
162032                   &__root_cimv2_CIM_Component,
162033                   /* features */
162034                   _CIM_BGPServiceAttributes_features,
162035               };
162036               
162037               //==============================================================================
162038               //
162039               // Class: CIM_BGPServiceStatistics
162040 mike  1.1.2.1 //
162041               //==============================================================================
162042               
162043               static const char*
162044               _CIM_BGPServiceStatistics_Stats_qualifiers[] =
162045               {
162046                   /* Deprecated */
162047                   "\013\000\001CIM_ElementStatisticalData.Stats\000",
162048                   /* Override */
162049                   "\044Stats",
162050                   /* Max */
162051                   "\027\000\000\000\001",
162052                   0,
162053               };
162054               
162055               static MetaReference
162056               _CIM_BGPServiceStatistics_Stats =
162057               {
162058                   /* flags */
162059                   META_FLAG_REFERENCE|META_FLAG_READ,
162060                   /* name */
162061 mike  1.1.2.1     "Stats",
162062                   /* qualifiers */
162063                   _CIM_BGPServiceStatistics_Stats_qualifiers,
162064                   /* subscript */
162065                   -1,
162066                   /* refId */
162067                   &__root_cimv2_CIM_BGPStatistics,
162068               };
162069               
162070               static const char*
162071               _CIM_BGPServiceStatistics_Element_qualifiers[] =
162072               {
162073                   /* Deprecated */
162074                   "\013\000\001CIM_ElementStatisticalData.ManagedElement\000",
162075                   /* Override */
162076                   "\044Element",
162077                   /* Min */
162078                   "\033\000\000\000\001",
162079                   /* Max */
162080                   "\027\000\000\000\001",
162081                   0,
162082 mike  1.1.2.1 };
162083               
162084               static MetaReference
162085               _CIM_BGPServiceStatistics_Element =
162086               {
162087                   /* flags */
162088                   META_FLAG_REFERENCE|META_FLAG_READ,
162089                   /* name */
162090                   "Element",
162091                   /* qualifiers */
162092                   _CIM_BGPServiceStatistics_Element_qualifiers,
162093                   /* subscript */
162094                   -1,
162095                   /* refId */
162096                   &__root_cimv2_CIM_BGPService,
162097               };
162098               
162099               static MetaFeature*
162100               _CIM_BGPServiceStatistics_features[] =
162101               {
162102                   (MetaFeature*)&_CIM_BGPServiceStatistics_Stats,
162103 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPServiceStatistics_Element,
162104                   0,
162105               };
162106               
162107               static const char*
162108               __root_cimv2_CIM_BGPServiceStatistics_qualifiers[] =
162109               {
162110                   /* ASSOCIATION */
162111                   "\000\001",
162112                   /* Deprecated */
162113                   "\013\000\001CIM_ElementStatisticalData\000",
162114                   /* UMLPackagePath */
162115                   "\057CIM::Network::BGP",
162116                   /* Version */
162117                   "\0632.7.0",
162118                   0,
162119               };
162120               
162121               MetaClass
162122               __root_cimv2_CIM_BGPServiceStatistics =
162123               {
162124 mike  1.1.2.1     /* flags */
162125                   META_FLAG_ASSOCIATION,
162126                   /* name */
162127                   "CIM_BGPServiceStatistics",
162128                   /* qualifiers */
162129                   __root_cimv2_CIM_BGPServiceStatistics_qualifiers,
162130                   /* super */
162131                   &__root_cimv2_CIM_ServiceStatistics,
162132                   /* features */
162133                   _CIM_BGPServiceStatistics_features,
162134               };
162135               
162136               //==============================================================================
162137               //
162138               // Class: CIM_BindsTo
162139               //
162140               //==============================================================================
162141               
162142               static const char*
162143               _CIM_BindsTo_Antecedent_qualifiers[] =
162144               {
162145 mike  1.1.2.1     /* Override */
162146                   "\044Antecedent",
162147                   0,
162148               };
162149               
162150               static MetaReference
162151               _CIM_BindsTo_Antecedent =
162152               {
162153                   /* flags */
162154                   META_FLAG_REFERENCE|META_FLAG_READ,
162155                   /* name */
162156                   "Antecedent",
162157                   /* qualifiers */
162158                   _CIM_BindsTo_Antecedent_qualifiers,
162159                   /* subscript */
162160                   -1,
162161                   /* refId */
162162                   &__root_cimv2_CIM_ProtocolEndpoint,
162163               };
162164               
162165               static const char*
162166 mike  1.1.2.1 _CIM_BindsTo_Dependent_qualifiers[] =
162167               {
162168                   /* Override */
162169                   "\044Dependent",
162170                   0,
162171               };
162172               
162173               static MetaReference
162174               _CIM_BindsTo_Dependent =
162175               {
162176                   /* flags */
162177                   META_FLAG_REFERENCE|META_FLAG_READ,
162178                   /* name */
162179                   "Dependent",
162180                   /* qualifiers */
162181                   _CIM_BindsTo_Dependent_qualifiers,
162182                   /* subscript */
162183                   -1,
162184                   /* refId */
162185                   &__root_cimv2_CIM_ServiceAccessPoint,
162186               };
162187 mike  1.1.2.1 
162188               static MetaFeature*
162189               _CIM_BindsTo_features[] =
162190               {
162191                   (MetaFeature*)&_CIM_BindsTo_Antecedent,
162192                   (MetaFeature*)&_CIM_BindsTo_Dependent,
162193                   0,
162194               };
162195               
162196               static const char*
162197               __root_cimv2_CIM_BindsTo_qualifiers[] =
162198               {
162199                   /* ASSOCIATION */
162200                   "\000\001",
162201                   /* UMLPackagePath */
162202                   "\057CIM::Core::Service",
162203                   /* Version */
162204                   "\0632.10.0",
162205                   0,
162206               };
162207               
162208 mike  1.1.2.1 MetaClass
162209               __root_cimv2_CIM_BindsTo =
162210               {
162211                   /* flags */
162212                   META_FLAG_ASSOCIATION,
162213                   /* name */
162214                   "CIM_BindsTo",
162215                   /* qualifiers */
162216                   __root_cimv2_CIM_BindsTo_qualifiers,
162217                   /* super */
162218                   &__root_cimv2_CIM_SAPSAPDependency,
162219                   /* features */
162220                   _CIM_BindsTo_features,
162221               };
162222               
162223               //==============================================================================
162224               //
162225               // Class: CIM_BIOSLoadedInNV
162226               //
162227               //==============================================================================
162228               
162229 mike  1.1.2.1 static const char*
162230               _CIM_BIOSLoadedInNV_Antecedent_qualifiers[] =
162231               {
162232                   /* Override */
162233                   "\044Antecedent",
162234                   0,
162235               };
162236               
162237               static MetaReference
162238               _CIM_BIOSLoadedInNV_Antecedent =
162239               {
162240                   /* flags */
162241                   META_FLAG_REFERENCE|META_FLAG_READ,
162242                   /* name */
162243                   "Antecedent",
162244                   /* qualifiers */
162245                   _CIM_BIOSLoadedInNV_Antecedent_qualifiers,
162246                   /* subscript */
162247                   -1,
162248                   /* refId */
162249                   &__root_cimv2_CIM_Memory,
162250 mike  1.1.2.1 };
162251               
162252               static const char*
162253               _CIM_BIOSLoadedInNV_Dependent_qualifiers[] =
162254               {
162255                   /* Override */
162256                   "\044Dependent",
162257                   0,
162258               };
162259               
162260               static MetaReference
162261               _CIM_BIOSLoadedInNV_Dependent =
162262               {
162263                   /* flags */
162264                   META_FLAG_REFERENCE|META_FLAG_READ,
162265                   /* name */
162266                   "Dependent",
162267                   /* qualifiers */
162268                   _CIM_BIOSLoadedInNV_Dependent_qualifiers,
162269                   /* subscript */
162270                   -1,
162271 mike  1.1.2.1     /* refId */
162272                   &__root_cimv2_CIM_BIOSElement,
162273               };
162274               
162275               static const char*
162276               _CIM_BIOSLoadedInNV_StartingAddress_qualifiers[] =
162277               {
162278                   0,
162279               };
162280               
162281               static MetaProperty
162282               _CIM_BIOSLoadedInNV_StartingAddress =
162283               {
162284                   /* flags */
162285                   META_FLAG_PROPERTY|META_FLAG_READ,
162286                   /* name */
162287                   "StartingAddress",
162288                   /* qualifiers */
162289                   _CIM_BIOSLoadedInNV_StartingAddress_qualifiers,
162290                   /* type */
162291                   CIMTYPE_UINT64,
162292 mike  1.1.2.1     /* subscript */
162293                   -1,
162294                   /* value */
162295                   0,
162296               };
162297               
162298               static const char*
162299               _CIM_BIOSLoadedInNV_EndingAddress_qualifiers[] =
162300               {
162301                   0,
162302               };
162303               
162304               static MetaProperty
162305               _CIM_BIOSLoadedInNV_EndingAddress =
162306               {
162307                   /* flags */
162308                   META_FLAG_PROPERTY|META_FLAG_READ,
162309                   /* name */
162310                   "EndingAddress",
162311                   /* qualifiers */
162312                   _CIM_BIOSLoadedInNV_EndingAddress_qualifiers,
162313 mike  1.1.2.1     /* type */
162314                   CIMTYPE_UINT64,
162315                   /* subscript */
162316                   -1,
162317                   /* value */
162318                   0,
162319               };
162320               
162321               static MetaFeature*
162322               _CIM_BIOSLoadedInNV_features[] =
162323               {
162324                   (MetaFeature*)&_CIM_BIOSLoadedInNV_Antecedent,
162325                   (MetaFeature*)&_CIM_BIOSLoadedInNV_Dependent,
162326                   (MetaFeature*)&_CIM_BIOSLoadedInNV_StartingAddress,
162327                   (MetaFeature*)&_CIM_BIOSLoadedInNV_EndingAddress,
162328                   0,
162329               };
162330               
162331               static const char*
162332               __root_cimv2_CIM_BIOSLoadedInNV_qualifiers[] =
162333               {
162334 mike  1.1.2.1     /* ASSOCIATION */
162335                   "\000\001",
162336                   /* UMLPackagePath */
162337                   "\057CIM::Device::Memory",
162338                   /* Version */
162339                   "\0632.8.0",
162340                   0,
162341               };
162342               
162343               MetaClass
162344               __root_cimv2_CIM_BIOSLoadedInNV =
162345               {
162346                   /* flags */
162347                   META_FLAG_ASSOCIATION,
162348                   /* name */
162349                   "CIM_BIOSLoadedInNV",
162350                   /* qualifiers */
162351                   __root_cimv2_CIM_BIOSLoadedInNV_qualifiers,
162352                   /* super */
162353                   &__root_cimv2_CIM_Dependency,
162354                   /* features */
162355 mike  1.1.2.1     _CIM_BIOSLoadedInNV_features,
162356               };
162357               
162358               //==============================================================================
162359               //
162360               // Class: CIM_BootServiceAccessBySAP
162361               //
162362               //==============================================================================
162363               
162364               static const char*
162365               _CIM_BootServiceAccessBySAP_Antecedent_qualifiers[] =
162366               {
162367                   /* Override */
162368                   "\044Antecedent",
162369                   0,
162370               };
162371               
162372               static MetaReference
162373               _CIM_BootServiceAccessBySAP_Antecedent =
162374               {
162375                   /* flags */
162376 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
162377                   /* name */
162378                   "Antecedent",
162379                   /* qualifiers */
162380                   _CIM_BootServiceAccessBySAP_Antecedent_qualifiers,
162381                   /* subscript */
162382                   -1,
162383                   /* refId */
162384                   &__root_cimv2_CIM_BootService,
162385               };
162386               
162387               static const char*
162388               _CIM_BootServiceAccessBySAP_Dependent_qualifiers[] =
162389               {
162390                   /* Override */
162391                   "\044Dependent",
162392                   0,
162393               };
162394               
162395               static MetaReference
162396               _CIM_BootServiceAccessBySAP_Dependent =
162397 mike  1.1.2.1 {
162398                   /* flags */
162399                   META_FLAG_REFERENCE|META_FLAG_READ,
162400                   /* name */
162401                   "Dependent",
162402                   /* qualifiers */
162403                   _CIM_BootServiceAccessBySAP_Dependent_qualifiers,
162404                   /* subscript */
162405                   -1,
162406                   /* refId */
162407                   &__root_cimv2_CIM_BootSAP,
162408               };
162409               
162410               static MetaFeature*
162411               _CIM_BootServiceAccessBySAP_features[] =
162412               {
162413                   (MetaFeature*)&_CIM_BootServiceAccessBySAP_Antecedent,
162414                   (MetaFeature*)&_CIM_BootServiceAccessBySAP_Dependent,
162415                   0,
162416               };
162417               
162418 mike  1.1.2.1 static const char*
162419               __root_cimv2_CIM_BootServiceAccessBySAP_qualifiers[] =
162420               {
162421                   /* ASSOCIATION */
162422                   "\000\001",
162423                   /* UMLPackagePath */
162424                   "\057CIM::System::Boot",
162425                   /* Version */
162426                   "\0632.6.0",
162427                   0,
162428               };
162429               
162430               MetaClass
162431               __root_cimv2_CIM_BootServiceAccessBySAP =
162432               {
162433                   /* flags */
162434                   META_FLAG_ASSOCIATION,
162435                   /* name */
162436                   "CIM_BootServiceAccessBySAP",
162437                   /* qualifiers */
162438                   __root_cimv2_CIM_BootServiceAccessBySAP_qualifiers,
162439 mike  1.1.2.1     /* super */
162440                   &__root_cimv2_CIM_ServiceAccessBySAP,
162441                   /* features */
162442                   _CIM_BootServiceAccessBySAP_features,
162443               };
162444               
162445               //==============================================================================
162446               //
162447               // Class: CIM_CableModem
162448               //
162449               //==============================================================================
162450               
162451               static MetaFeature*
162452               _CIM_CableModem_features[] =
162453               {
162454                   0,
162455               };
162456               
162457               static const char*
162458               __root_cimv2_CIM_CableModem_qualifiers[] =
162459               {
162460 mike  1.1.2.1     /* UMLPackagePath */
162461                   "\057CIM::Device::Modems",
162462                   /* Version */
162463                   "\0632.6.0",
162464                   0,
162465               };
162466               
162467               MetaClass
162468               __root_cimv2_CIM_CableModem =
162469               {
162470                   /* flags */
162471                   META_FLAG_CLASS,
162472                   /* name */
162473                   "CIM_CableModem",
162474                   /* qualifiers */
162475                   __root_cimv2_CIM_CableModem_qualifiers,
162476                   /* super */
162477                   &__root_cimv2_CIM_ConnectionBasedModem,
162478                   /* features */
162479                   _CIM_CableModem_features,
162480               };
162481 mike  1.1.2.1 
162482               //==============================================================================
162483               //
162484               // Class: CIM_CacheMemory
162485               //
162486               //==============================================================================
162487               
162488               static const char*
162489               _CIM_CacheMemory_Level_qualifiers[] =
162490               {
162491                   /* Deprecated */
162492                   "\013\000\001CIM_AssociatedCacheMemory.Level\000",
162493                   /* ValueMap */
162494                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162495                   /* Values */
162496                   "\062\000\006Other\000Unknown\000Primary\000Secondary\000Tertiary\000Not Applicable\000",
162497                   /* MappingStrings */
162498                   "\026\000\001MIF.DMTF|System Cache|006.2\000",
162499                   0,
162500               };
162501               
162502 mike  1.1.2.1 static MetaProperty
162503               _CIM_CacheMemory_Level =
162504               {
162505                   /* flags */
162506                   META_FLAG_PROPERTY|META_FLAG_READ,
162507                   /* name */
162508                   "Level",
162509                   /* qualifiers */
162510                   _CIM_CacheMemory_Level_qualifiers,
162511                   /* type */
162512                   CIMTYPE_UINT16,
162513                   /* subscript */
162514                   -1,
162515                   /* value */
162516                   0,
162517               };
162518               
162519               static const char*
162520               _CIM_CacheMemory_WritePolicy_qualifiers[] =
162521               {
162522                   /* Deprecated */
162523 mike  1.1.2.1     "\013\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
162524                   /* ValueMap */
162525                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162526                   /* Values */
162527                   "\062\000\006Other\000Unknown\000Write Back\000Write Through\000Varies with Address\000Determination Per I/O\000",
162528                   /* MappingStrings */
162529                   "\026\000\001MIF.DMTF|System Cache|006.5\000",
162530                   0,
162531               };
162532               
162533               static MetaProperty
162534               _CIM_CacheMemory_WritePolicy =
162535               {
162536                   /* flags */
162537                   META_FLAG_PROPERTY|META_FLAG_READ,
162538                   /* name */
162539                   "WritePolicy",
162540                   /* qualifiers */
162541                   _CIM_CacheMemory_WritePolicy_qualifiers,
162542                   /* type */
162543                   CIMTYPE_UINT16,
162544 mike  1.1.2.1     /* subscript */
162545                   -1,
162546                   /* value */
162547                   0,
162548               };
162549               
162550               static const char*
162551               _CIM_CacheMemory_CacheType_qualifiers[] =
162552               {
162553                   /* Deprecated */
162554                   "\013\000\001CIM_AssociatedCacheMemory.CacheType\000",
162555                   /* ValueMap */
162556                   "\061\000\0051\0002\0003\0004\0005\000",
162557                   /* Values */
162558                   "\062\000\005Other\000Unknown\000Instruction\000Data\000Unified\000",
162559                   /* MappingStrings */
162560                   "\026\000\001MIF.DMTF|System Cache|006.9\000",
162561                   0,
162562               };
162563               
162564               static MetaProperty
162565 mike  1.1.2.1 _CIM_CacheMemory_CacheType =
162566               {
162567                   /* flags */
162568                   META_FLAG_PROPERTY|META_FLAG_READ,
162569                   /* name */
162570                   "CacheType",
162571                   /* qualifiers */
162572                   _CIM_CacheMemory_CacheType_qualifiers,
162573                   /* type */
162574                   CIMTYPE_UINT16,
162575                   /* subscript */
162576                   -1,
162577                   /* value */
162578                   0,
162579               };
162580               
162581               static const char*
162582               _CIM_CacheMemory_LineSize_qualifiers[] =
162583               {
162584                   /* Deprecated */
162585                   "\013\000\001CIM_AssociatedCacheMemory.LineSize\000",
162586 mike  1.1.2.1     /* Units */
162587                   "\060Bytes",
162588                   /* MappingStrings */
162589                   "\026\000\001MIF.DMTF|System Cache|006.10\000",
162590                   0,
162591               };
162592               
162593               static MetaProperty
162594               _CIM_CacheMemory_LineSize =
162595               {
162596                   /* flags */
162597                   META_FLAG_PROPERTY|META_FLAG_READ,
162598                   /* name */
162599                   "LineSize",
162600                   /* qualifiers */
162601                   _CIM_CacheMemory_LineSize_qualifiers,
162602                   /* type */
162603                   CIMTYPE_UINT32,
162604                   /* subscript */
162605                   -1,
162606                   /* value */
162607 mike  1.1.2.1     0,
162608               };
162609               
162610               static const char*
162611               _CIM_CacheMemory_ReplacementPolicy_qualifiers[] =
162612               {
162613                   /* Deprecated */
162614                   "\013\000\001CIM_AssociatedCacheMemory.ReplacementPolicy\000",
162615                   /* ValueMap */
162616                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
162617                   /* Values */
162618                   "\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",
162619                   /* MappingStrings */
162620                   "\026\000\001MIF.DMTF|System Cache|006.12\000",
162621                   0,
162622               };
162623               
162624               static MetaProperty
162625               _CIM_CacheMemory_ReplacementPolicy =
162626               {
162627                   /* flags */
162628 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
162629                   /* name */
162630                   "ReplacementPolicy",
162631                   /* qualifiers */
162632                   _CIM_CacheMemory_ReplacementPolicy_qualifiers,
162633                   /* type */
162634                   CIMTYPE_UINT16,
162635                   /* subscript */
162636                   -1,
162637                   /* value */
162638                   0,
162639               };
162640               
162641               static const char*
162642               _CIM_CacheMemory_ReadPolicy_qualifiers[] =
162643               {
162644                   /* Deprecated */
162645                   "\013\000\001CIM_AssociatedCacheMemory.ReadPolicy\000",
162646                   /* ValueMap */
162647                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162648                   /* Values */
162649 mike  1.1.2.1     "\062\000\006Other\000Unknown\000Read\000Read-Ahead\000Read and Read-Ahead\000Determination Per I/O\000",
162650                   /* MappingStrings */
162651                   "\026\000\001MIF.DMTF|System Cache|006.13\000",
162652                   0,
162653               };
162654               
162655               static MetaProperty
162656               _CIM_CacheMemory_ReadPolicy =
162657               {
162658                   /* flags */
162659                   META_FLAG_PROPERTY|META_FLAG_READ,
162660                   /* name */
162661                   "ReadPolicy",
162662                   /* qualifiers */
162663                   _CIM_CacheMemory_ReadPolicy_qualifiers,
162664                   /* type */
162665                   CIMTYPE_UINT16,
162666                   /* subscript */
162667                   -1,
162668                   /* value */
162669                   0,
162670 mike  1.1.2.1 };
162671               
162672               static const char*
162673               _CIM_CacheMemory_FlushTimer_qualifiers[] =
162674               {
162675                   /* Deprecated */
162676                   "\013\000\001CIM_AssociatedCacheMemory.FlushTimer\000",
162677                   /* Units */
162678                   "\060Seconds",
162679                   /* MappingStrings */
162680                   "\026\000\001MIF.DMTF|System Cache|006.14\000",
162681                   0,
162682               };
162683               
162684               static MetaProperty
162685               _CIM_CacheMemory_FlushTimer =
162686               {
162687                   /* flags */
162688                   META_FLAG_PROPERTY|META_FLAG_READ,
162689                   /* name */
162690                   "FlushTimer",
162691 mike  1.1.2.1     /* qualifiers */
162692                   _CIM_CacheMemory_FlushTimer_qualifiers,
162693                   /* type */
162694                   CIMTYPE_UINT32,
162695                   /* subscript */
162696                   -1,
162697                   /* value */
162698                   0,
162699               };
162700               
162701               static const char*
162702               _CIM_CacheMemory_Associativity_qualifiers[] =
162703               {
162704                   /* Deprecated */
162705                   "\013\000\001CIM_AssociatedCacheMemory.Associativity\000",
162706                   /* ValueMap */
162707                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
162708                   /* Values */
162709                   "\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",
162710                   /* MappingStrings */
162711                   "\026\000\001MIF.DMTF|System Cache|006.15\000",
162712 mike  1.1.2.1     0,
162713               };
162714               
162715               static MetaProperty
162716               _CIM_CacheMemory_Associativity =
162717               {
162718                   /* flags */
162719                   META_FLAG_PROPERTY|META_FLAG_READ,
162720                   /* name */
162721                   "Associativity",
162722                   /* qualifiers */
162723                   _CIM_CacheMemory_Associativity_qualifiers,
162724                   /* type */
162725                   CIMTYPE_UINT16,
162726                   /* subscript */
162727                   -1,
162728                   /* value */
162729                   0,
162730               };
162731               
162732               static MetaFeature*
162733 mike  1.1.2.1 _CIM_CacheMemory_features[] =
162734               {
162735                   (MetaFeature*)&_CIM_CacheMemory_Level,
162736                   (MetaFeature*)&_CIM_CacheMemory_WritePolicy,
162737                   (MetaFeature*)&_CIM_CacheMemory_CacheType,
162738                   (MetaFeature*)&_CIM_CacheMemory_LineSize,
162739                   (MetaFeature*)&_CIM_CacheMemory_ReplacementPolicy,
162740                   (MetaFeature*)&_CIM_CacheMemory_ReadPolicy,
162741                   (MetaFeature*)&_CIM_CacheMemory_FlushTimer,
162742                   (MetaFeature*)&_CIM_CacheMemory_Associativity,
162743                   0,
162744               };
162745               
162746               static const char*
162747               __root_cimv2_CIM_CacheMemory_qualifiers[] =
162748               {
162749                   /* Deprecated */
162750                   "\013\000\001CIM_AssociatedCacheMemory\000",
162751                   /* UMLPackagePath */
162752                   "\057CIM::Device::Memory",
162753                   /* Version */
162754 mike  1.1.2.1     "\0632.8.0",
162755                   0,
162756               };
162757               
162758               MetaClass
162759               __root_cimv2_CIM_CacheMemory =
162760               {
162761                   /* flags */
162762                   META_FLAG_CLASS,
162763                   /* name */
162764                   "CIM_CacheMemory",
162765                   /* qualifiers */
162766                   __root_cimv2_CIM_CacheMemory_qualifiers,
162767                   /* super */
162768                   &__root_cimv2_CIM_Memory,
162769                   /* features */
162770                   _CIM_CacheMemory_features,
162771               };
162772               
162773               //==============================================================================
162774               //
162775 mike  1.1.2.1 // Class: CIM_CalculatedRoutes
162776               //
162777               //==============================================================================
162778               
162779               static const char*
162780               _CIM_CalculatedRoutes_Antecedent_qualifiers[] =
162781               {
162782                   /* Deprecated */
162783                   "\013\000\002CIM_ConcreteDependency.Antecedent\000CIM_NextHopIPRoute.RouteDerivation\000",
162784                   /* Override */
162785                   "\044Antecedent",
162786                   /* Max */
162787                   "\027\000\000\000\001",
162788                   0,
162789               };
162790               
162791               static MetaReference
162792               _CIM_CalculatedRoutes_Antecedent =
162793               {
162794                   /* flags */
162795                   META_FLAG_REFERENCE|META_FLAG_READ,
162796 mike  1.1.2.1     /* name */
162797                   "Antecedent",
162798                   /* qualifiers */
162799                   _CIM_CalculatedRoutes_Antecedent_qualifiers,
162800                   /* subscript */
162801                   -1,
162802                   /* refId */
162803                   &__root_cimv2_CIM_RouteCalculationService,
162804               };
162805               
162806               static const char*
162807               _CIM_CalculatedRoutes_Dependent_qualifiers[] =
162808               {
162809                   /* Deprecated */
162810                   "\013\000\001CIM_ConcreteDependency.Dependent\000",
162811                   /* Override */
162812                   "\044Dependent",
162813                   0,
162814               };
162815               
162816               static MetaReference
162817 mike  1.1.2.1 _CIM_CalculatedRoutes_Dependent =
162818               {
162819                   /* flags */
162820                   META_FLAG_REFERENCE|META_FLAG_READ,
162821                   /* name */
162822                   "Dependent",
162823                   /* qualifiers */
162824                   _CIM_CalculatedRoutes_Dependent_qualifiers,
162825                   /* subscript */
162826                   -1,
162827                   /* refId */
162828                   &__root_cimv2_CIM_IPRoute,
162829               };
162830               
162831               static MetaFeature*
162832               _CIM_CalculatedRoutes_features[] =
162833               {
162834                   (MetaFeature*)&_CIM_CalculatedRoutes_Antecedent,
162835                   (MetaFeature*)&_CIM_CalculatedRoutes_Dependent,
162836                   0,
162837               };
162838 mike  1.1.2.1 
162839               static const char*
162840               __root_cimv2_CIM_CalculatedRoutes_qualifiers[] =
162841               {
162842                   /* ASSOCIATION */
162843                   "\000\001",
162844                   /* Deprecated */
162845                   "\013\000\002CIM_ConcreteDependency\000CIM_NextHopIPRoute.RouteDerivation\000",
162846                   /* UMLPackagePath */
162847                   "\057CIM::Network::Routes",
162848                   /* Version */
162849                   "\0632.7.0",
162850                   0,
162851               };
162852               
162853               MetaClass
162854               __root_cimv2_CIM_CalculatedRoutes =
162855               {
162856                   /* flags */
162857                   META_FLAG_ASSOCIATION,
162858                   /* name */
162859 mike  1.1.2.1     "CIM_CalculatedRoutes",
162860                   /* qualifiers */
162861                   __root_cimv2_CIM_CalculatedRoutes_qualifiers,
162862                   /* super */
162863                   &__root_cimv2_CIM_Dependency,
162864                   /* features */
162865                   _CIM_CalculatedRoutes_features,
162866               };
162867               
162868               //==============================================================================
162869               //
162870               // Class: CIM_CalculatesAmong
162871               //
162872               //==============================================================================
162873               
162874               static const char*
162875               _CIM_CalculatesAmong_Antecedent_qualifiers[] =
162876               {
162877                   /* Override */
162878                   "\044Antecedent",
162879                   0,
162880 mike  1.1.2.1 };
162881               
162882               static MetaReference
162883               _CIM_CalculatesAmong_Antecedent =
162884               {
162885                   /* flags */
162886                   META_FLAG_REFERENCE|META_FLAG_READ,
162887                   /* name */
162888                   "Antecedent",
162889                   /* qualifiers */
162890                   _CIM_CalculatesAmong_Antecedent_qualifiers,
162891                   /* subscript */
162892                   -1,
162893                   /* refId */
162894                   &__root_cimv2_CIM_ProtocolEndpoint,
162895               };
162896               
162897               static const char*
162898               _CIM_CalculatesAmong_Dependent_qualifiers[] =
162899               {
162900                   /* Override */
162901 mike  1.1.2.1     "\044Dependent",
162902                   0,
162903               };
162904               
162905               static MetaReference
162906               _CIM_CalculatesAmong_Dependent =
162907               {
162908                   /* flags */
162909                   META_FLAG_REFERENCE|META_FLAG_READ,
162910                   /* name */
162911                   "Dependent",
162912                   /* qualifiers */
162913                   _CIM_CalculatesAmong_Dependent_qualifiers,
162914                   /* subscript */
162915                   -1,
162916                   /* refId */
162917                   &__root_cimv2_CIM_RouteCalculationService,
162918               };
162919               
162920               static const char*
162921               _CIM_CalculatesAmong_IsStatic_qualifiers[] =
162922 mike  1.1.2.1 {
162923                   /* Deprecated */
162924                   "\013\000\001No value\000",
162925                   0,
162926               };
162927               
162928               static MetaProperty
162929               _CIM_CalculatesAmong_IsStatic =
162930               {
162931                   /* flags */
162932                   META_FLAG_PROPERTY|META_FLAG_READ,
162933                   /* name */
162934                   "IsStatic",
162935                   /* qualifiers */
162936                   _CIM_CalculatesAmong_IsStatic_qualifiers,
162937                   /* type */
162938                   CIMTYPE_BOOLEAN,
162939                   /* subscript */
162940                   -1,
162941                   /* value */
162942                   0,
162943 mike  1.1.2.1 };
162944               
162945               static MetaFeature*
162946               _CIM_CalculatesAmong_features[] =
162947               {
162948                   (MetaFeature*)&_CIM_CalculatesAmong_Antecedent,
162949                   (MetaFeature*)&_CIM_CalculatesAmong_Dependent,
162950                   (MetaFeature*)&_CIM_CalculatesAmong_IsStatic,
162951                   0,
162952               };
162953               
162954               static const char*
162955               __root_cimv2_CIM_CalculatesAmong_qualifiers[] =
162956               {
162957                   /* ASSOCIATION */
162958                   "\000\001",
162959                   /* UMLPackagePath */
162960                   "\057CIM::Network::RoutingForwarding",
162961                   /* Version */
162962                   "\0632.7.0",
162963                   0,
162964 mike  1.1.2.1 };
162965               
162966               MetaClass
162967               __root_cimv2_CIM_CalculatesAmong =
162968               {
162969                   /* flags */
162970                   META_FLAG_ASSOCIATION,
162971                   /* name */
162972                   "CIM_CalculatesAmong",
162973                   /* qualifiers */
162974                   __root_cimv2_CIM_CalculatesAmong_qualifiers,
162975                   /* super */
162976                   &__root_cimv2_CIM_ServiceSAPDependency,
162977                   /* features */
162978                   _CIM_CalculatesAmong_features,
162979               };
162980               
162981               //==============================================================================
162982               //
162983               // Class: CIM_CalculationBasedOnQueue
162984               //
162985 mike  1.1.2.1 //==============================================================================
162986               
162987               static const char*
162988               _CIM_CalculationBasedOnQueue_Antecedent_qualifiers[] =
162989               {
162990                   /* Override */
162991                   "\044Antecedent",
162992                   /* Min */
162993                   "\033\000\000\000\001",
162994                   /* Max */
162995                   "\027\000\000\000\001",
162996                   0,
162997               };
162998               
162999               static MetaReference
163000               _CIM_CalculationBasedOnQueue_Antecedent =
163001               {
163002                   /* flags */
163003                   META_FLAG_REFERENCE|META_FLAG_READ,
163004                   /* name */
163005                   "Antecedent",
163006 mike  1.1.2.1     /* qualifiers */
163007                   _CIM_CalculationBasedOnQueue_Antecedent_qualifiers,
163008                   /* subscript */
163009                   -1,
163010                   /* refId */
163011                   &__root_cimv2_CIM_QueuingService,
163012               };
163013               
163014               static const char*
163015               _CIM_CalculationBasedOnQueue_Dependent_qualifiers[] =
163016               {
163017                   /* Override */
163018                   "\044Dependent",
163019                   0,
163020               };
163021               
163022               static MetaReference
163023               _CIM_CalculationBasedOnQueue_Dependent =
163024               {
163025                   /* flags */
163026                   META_FLAG_REFERENCE|META_FLAG_READ,
163027 mike  1.1.2.1     /* name */
163028                   "Dependent",
163029                   /* qualifiers */
163030                   _CIM_CalculationBasedOnQueue_Dependent_qualifiers,
163031                   /* subscript */
163032                   -1,
163033                   /* refId */
163034                   &__root_cimv2_CIM_DropThresholdCalculationService,
163035               };
163036               
163037               static MetaFeature*
163038               _CIM_CalculationBasedOnQueue_features[] =
163039               {
163040                   (MetaFeature*)&_CIM_CalculationBasedOnQueue_Antecedent,
163041                   (MetaFeature*)&_CIM_CalculationBasedOnQueue_Dependent,
163042                   0,
163043               };
163044               
163045               static const char*
163046               __root_cimv2_CIM_CalculationBasedOnQueue_qualifiers[] =
163047               {
163048 mike  1.1.2.1     /* ASSOCIATION */
163049                   "\000\001",
163050                   /* UMLPackagePath */
163051                   "\057CIM::Network::QoS",
163052                   /* Version */
163053                   "\0632.7.0",
163054                   0,
163055               };
163056               
163057               MetaClass
163058               __root_cimv2_CIM_CalculationBasedOnQueue =
163059               {
163060                   /* flags */
163061                   META_FLAG_ASSOCIATION,
163062                   /* name */
163063                   "CIM_CalculationBasedOnQueue",
163064                   /* qualifiers */
163065                   __root_cimv2_CIM_CalculationBasedOnQueue_qualifiers,
163066                   /* super */
163067                   &__root_cimv2_CIM_ServiceServiceDependency,
163068                   /* features */
163069 mike  1.1.2.1     _CIM_CalculationBasedOnQueue_features,
163070               };
163071               
163072               //==============================================================================
163073               //
163074               // Class: CIM_CalculationServiceForDropper
163075               //
163076               //==============================================================================
163077               
163078               static const char*
163079               _CIM_CalculationServiceForDropper_Antecedent_qualifiers[] =
163080               {
163081                   /* Override */
163082                   "\044Antecedent",
163083                   /* Min */
163084                   "\033\000\000\000\001",
163085                   0,
163086               };
163087               
163088               static MetaReference
163089               _CIM_CalculationServiceForDropper_Antecedent =
163090 mike  1.1.2.1 {
163091                   /* flags */
163092                   META_FLAG_REFERENCE|META_FLAG_READ,
163093                   /* name */
163094                   "Antecedent",
163095                   /* qualifiers */
163096                   _CIM_CalculationServiceForDropper_Antecedent_qualifiers,
163097                   /* subscript */
163098                   -1,
163099                   /* refId */
163100                   &__root_cimv2_CIM_DropThresholdCalculationService,
163101               };
163102               
163103               static const char*
163104               _CIM_CalculationServiceForDropper_Dependent_qualifiers[] =
163105               {
163106                   /* Override */
163107                   "\044Dependent",
163108                   0,
163109               };
163110               
163111 mike  1.1.2.1 static MetaReference
163112               _CIM_CalculationServiceForDropper_Dependent =
163113               {
163114                   /* flags */
163115                   META_FLAG_REFERENCE|META_FLAG_READ,
163116                   /* name */
163117                   "Dependent",
163118                   /* qualifiers */
163119                   _CIM_CalculationServiceForDropper_Dependent_qualifiers,
163120                   /* subscript */
163121                   -1,
163122                   /* refId */
163123                   &__root_cimv2_CIM_REDDropperService,
163124               };
163125               
163126               static MetaFeature*
163127               _CIM_CalculationServiceForDropper_features[] =
163128               {
163129                   (MetaFeature*)&_CIM_CalculationServiceForDropper_Antecedent,
163130                   (MetaFeature*)&_CIM_CalculationServiceForDropper_Dependent,
163131                   0,
163132 mike  1.1.2.1 };
163133               
163134               static const char*
163135               __root_cimv2_CIM_CalculationServiceForDropper_qualifiers[] =
163136               {
163137                   /* ASSOCIATION */
163138                   "\000\001",
163139                   /* UMLPackagePath */
163140                   "\057CIM::Network::QoS",
163141                   /* Version */
163142                   "\0632.7.0",
163143                   0,
163144               };
163145               
163146               MetaClass
163147               __root_cimv2_CIM_CalculationServiceForDropper =
163148               {
163149                   /* flags */
163150                   META_FLAG_ASSOCIATION,
163151                   /* name */
163152                   "CIM_CalculationServiceForDropper",
163153 mike  1.1.2.1     /* qualifiers */
163154                   __root_cimv2_CIM_CalculationServiceForDropper_qualifiers,
163155                   /* super */
163156                   &__root_cimv2_CIM_ServiceServiceDependency,
163157                   /* features */
163158                   _CIM_CalculationServiceForDropper_features,
163159               };
163160               
163161               //==============================================================================
163162               //
163163               // Class: CIM_Check
163164               //
163165               //==============================================================================
163166               
163167               static const char*
163168               _CIM_Check_Name_qualifiers[] =
163169               {
163170                   /* Key */
163171                   "\025\001",
163172                   /* Propagated */
163173                   "\045CIM_SoftwareElement.Name",
163174 mike  1.1.2.1     /* MaxLen */
163175                   "\030\000\000\001\000",
163176                   0,
163177               };
163178               
163179               static MetaProperty
163180               _CIM_Check_Name =
163181               {
163182                   /* flags */
163183                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163184                   /* name */
163185                   "Name",
163186                   /* qualifiers */
163187                   _CIM_Check_Name_qualifiers,
163188                   /* type */
163189                   CIMTYPE_STRING,
163190                   /* subscript */
163191                   -1,
163192                   /* value */
163193                   0,
163194               };
163195 mike  1.1.2.1 
163196               static const char*
163197               _CIM_Check_Version_qualifiers[] =
163198               {
163199                   /* Key */
163200                   "\025\001",
163201                   /* Propagated */
163202                   "\045CIM_SoftwareElement.Version",
163203                   /* MaxLen */
163204                   "\030\000\000\000\100",
163205                   0,
163206               };
163207               
163208               static MetaProperty
163209               _CIM_Check_Version =
163210               {
163211                   /* flags */
163212                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163213                   /* name */
163214                   "Version",
163215                   /* qualifiers */
163216 mike  1.1.2.1     _CIM_Check_Version_qualifiers,
163217                   /* type */
163218                   CIMTYPE_STRING,
163219                   /* subscript */
163220                   -1,
163221                   /* value */
163222                   0,
163223               };
163224               
163225               static const char*
163226               _CIM_Check_SoftwareElementState_qualifiers[] =
163227               {
163228                   /* Key */
163229                   "\025\001",
163230                   /* Propagated */
163231                   "\045CIM_SoftwareElement.SoftwareElementState",
163232                   /* ValueMap */
163233                   "\061\000\0040\0001\0002\0003\000",
163234                   /* Values */
163235                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
163236                   0,
163237 mike  1.1.2.1 };
163238               
163239               static MetaProperty
163240               _CIM_Check_SoftwareElementState =
163241               {
163242                   /* flags */
163243                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163244                   /* name */
163245                   "SoftwareElementState",
163246                   /* qualifiers */
163247                   _CIM_Check_SoftwareElementState_qualifiers,
163248                   /* type */
163249                   CIMTYPE_UINT16,
163250                   /* subscript */
163251                   -1,
163252                   /* value */
163253                   0,
163254               };
163255               
163256               static const char*
163257               _CIM_Check_SoftwareElementID_qualifiers[] =
163258 mike  1.1.2.1 {
163259                   /* Key */
163260                   "\025\001",
163261                   /* Propagated */
163262                   "\045CIM_SoftwareElement.SoftwareElementID",
163263                   /* MaxLen */
163264                   "\030\000\000\001\000",
163265                   0,
163266               };
163267               
163268               static MetaProperty
163269               _CIM_Check_SoftwareElementID =
163270               {
163271                   /* flags */
163272                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163273                   /* name */
163274                   "SoftwareElementID",
163275                   /* qualifiers */
163276                   _CIM_Check_SoftwareElementID_qualifiers,
163277                   /* type */
163278                   CIMTYPE_STRING,
163279 mike  1.1.2.1     /* subscript */
163280                   -1,
163281                   /* value */
163282                   0,
163283               };
163284               
163285               static const char*
163286               _CIM_Check_TargetOperatingSystem_qualifiers[] =
163287               {
163288                   /* Key */
163289                   "\025\001",
163290                   /* Propagated */
163291                   "\045CIM_SoftwareElement.TargetOperatingSystem",
163292                   /* ValueMap */
163293                   "\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",
163294                   /* Values */
163295                   "\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",
163296                   0,
163297               };
163298               
163299               static MetaProperty
163300 mike  1.1.2.1 _CIM_Check_TargetOperatingSystem =
163301               {
163302                   /* flags */
163303                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163304                   /* name */
163305                   "TargetOperatingSystem",
163306                   /* qualifiers */
163307                   _CIM_Check_TargetOperatingSystem_qualifiers,
163308                   /* type */
163309                   CIMTYPE_UINT16,
163310                   /* subscript */
163311                   -1,
163312                   /* value */
163313                   0,
163314               };
163315               
163316               static const char*
163317               _CIM_Check_CheckID_qualifiers[] =
163318               {
163319                   /* Key */
163320                   "\025\001",
163321 mike  1.1.2.1     /* MaxLen */
163322                   "\030\000\000\001\000",
163323                   0,
163324               };
163325               
163326               static MetaProperty
163327               _CIM_Check_CheckID =
163328               {
163329                   /* flags */
163330                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163331                   /* name */
163332                   "CheckID",
163333                   /* qualifiers */
163334                   _CIM_Check_CheckID_qualifiers,
163335                   /* type */
163336                   CIMTYPE_STRING,
163337                   /* subscript */
163338                   -1,
163339                   /* value */
163340                   0,
163341               };
163342 mike  1.1.2.1 
163343               static const char*
163344               _CIM_Check_CheckMode_qualifiers[] =
163345               {
163346                   0,
163347               };
163348               
163349               static MetaProperty
163350               _CIM_Check_CheckMode =
163351               {
163352                   /* flags */
163353                   META_FLAG_PROPERTY|META_FLAG_READ,
163354                   /* name */
163355                   "CheckMode",
163356                   /* qualifiers */
163357                   _CIM_Check_CheckMode_qualifiers,
163358                   /* type */
163359                   CIMTYPE_BOOLEAN,
163360                   /* subscript */
163361                   -1,
163362                   /* value */
163363 mike  1.1.2.1     0,
163364               };
163365               
163366               static MetaFeature*
163367               _CIM_Check_Invoke_parameters[] =
163368               {
163369                   0,
163370               };
163371               
163372               static const char*
163373               _CIM_Check_Invoke_qualifiers[] =
163374               {
163375                   0,
163376               };
163377               
163378               static MetaMethod
163379               _CIM_Check_Invoke =
163380               {
163381                   /* flags */
163382                   META_FLAG_METHOD,
163383                   /* name */
163384 mike  1.1.2.1     "CIM_Check",
163385                   /* qualifiers */
163386                   _CIM_Check_Invoke_qualifiers,
163387                   /* type */
163388                   CIMTYPE_UINT32,
163389                   /* parameters */
163390                   _CIM_Check_Invoke_parameters,
163391               };
163392               
163393               static const char*
163394               _CIM_Check_InvokeOnSystem_TargetSystem_qualifiers[] =
163395               {
163396                   /* IN */
163397                   "\024\001",
163398                   0,
163399               };
163400               
163401               static MetaReference
163402               _CIM_Check_InvokeOnSystem_TargetSystem =
163403               {
163404                   /* flags */
163405 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
163406                   /* name */
163407                   "TargetSystem",
163408                   /* qualifiers */
163409                   _CIM_Check_InvokeOnSystem_TargetSystem_qualifiers,
163410                   /* subscript */
163411                   -1,
163412                   /* ref */
163413                   &__root_cimv2_CIM_ComputerSystem,
163414               };
163415               
163416               static MetaFeature*
163417               _CIM_Check_InvokeOnSystem_parameters[] =
163418               {
163419                   (MetaFeature*)&_CIM_Check_InvokeOnSystem_TargetSystem,
163420                   0,
163421               };
163422               
163423               static const char*
163424               _CIM_Check_InvokeOnSystem_qualifiers[] =
163425               {
163426 mike  1.1.2.1     0,
163427               };
163428               
163429               static MetaMethod
163430               _CIM_Check_InvokeOnSystem =
163431               {
163432                   /* flags */
163433                   META_FLAG_METHOD,
163434                   /* name */
163435                   "CIM_Check",
163436                   /* qualifiers */
163437                   _CIM_Check_InvokeOnSystem_qualifiers,
163438                   /* type */
163439                   CIMTYPE_UINT32,
163440                   /* parameters */
163441                   _CIM_Check_InvokeOnSystem_parameters,
163442               };
163443               
163444               static MetaFeature*
163445               _CIM_Check_features[] =
163446               {
163447 mike  1.1.2.1     (MetaFeature*)&_CIM_Check_Name,
163448                   (MetaFeature*)&_CIM_Check_Version,
163449                   (MetaFeature*)&_CIM_Check_SoftwareElementState,
163450                   (MetaFeature*)&_CIM_Check_SoftwareElementID,
163451                   (MetaFeature*)&_CIM_Check_TargetOperatingSystem,
163452                   (MetaFeature*)&_CIM_Check_CheckID,
163453                   (MetaFeature*)&_CIM_Check_CheckMode,
163454                   (MetaFeature*)&_CIM_Check_Invoke,
163455                   (MetaFeature*)&_CIM_Check_InvokeOnSystem,
163456                   0,
163457               };
163458               
163459               static const char*
163460               __root_cimv2_CIM_Check_qualifiers[] =
163461               {
163462                   /* UMLPackagePath */
163463                   "\057CIM::Application::CheckAction",
163464                   /* Abstract */
163465                   "\002\001",
163466                   /* Version */
163467                   "\0632.7.0",
163468 mike  1.1.2.1     0,
163469               };
163470               
163471               MetaClass
163472               __root_cimv2_CIM_Check =
163473               {
163474                   /* flags */
163475                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
163476                   /* name */
163477                   "CIM_Check",
163478                   /* qualifiers */
163479                   __root_cimv2_CIM_Check_qualifiers,
163480                   /* super */
163481                   &__root_cimv2_CIM_ManagedElement,
163482                   /* features */
163483                   _CIM_Check_features,
163484               };
163485               
163486               //==============================================================================
163487               //
163488               // Class: CIM_CIMXMLCommunicationMechanism
163489 mike  1.1.2.1 //
163490               //==============================================================================
163491               
163492               static const char*
163493               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers[] =
163494               {
163495                   /* Required */
163496                   "\050\001",
163497                   /* Override */
163498                   "\044CommunicationMechanism",
163499                   /* ValueMap */
163500                   "\061\000\0012\000",
163501                   /* Values */
163502                   "\062\000\001CIM-XML\000",
163503                   0,
163504               };
163505               
163506               static MetaProperty
163507               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism =
163508               {
163509                   /* flags */
163510 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163511                   /* name */
163512                   "CommunicationMechanism",
163513                   /* qualifiers */
163514                   _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers,
163515                   /* type */
163516                   CIMTYPE_UINT16,
163517                   /* subscript */
163518                   -1,
163519                   /* value */
163520                   "\000\002",
163521               };
163522               
163523               static const char*
163524               _CIM_CIMXMLCommunicationMechanism_Version_qualifiers[] =
163525               {
163526                   /* Required */
163527                   "\050\001",
163528                   /* Override */
163529                   "\044Version",
163530                   /* ValueMap */
163531 mike  1.1.2.1     "\061\000\0031.0\0001.1\0001.2\000",
163532                   0,
163533               };
163534               
163535               static MetaProperty
163536               _CIM_CIMXMLCommunicationMechanism_Version =
163537               {
163538                   /* flags */
163539                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163540                   /* name */
163541                   "Version",
163542                   /* qualifiers */
163543                   _CIM_CIMXMLCommunicationMechanism_Version_qualifiers,
163544                   /* type */
163545                   CIMTYPE_STRING,
163546                   /* subscript */
163547                   -1,
163548                   /* value */
163549                   0,
163550               };
163551               
163552 mike  1.1.2.1 static const char*
163553               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers[] =
163554               {
163555                   /* Deprecated */
163556                   "\013\000\001CIM_CIMXMLCommunicationMechanism.Version\000",
163557                   /* Required */
163558                   "\050\001",
163559                   /* ValueMap */
163560                   "\061\000\0020\0001\000",
163561                   /* Values */
163562                   "\062\000\002Unknown\0001.0\000",
163563                   0,
163564               };
163565               
163566               static MetaProperty
163567               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion =
163568               {
163569                   /* flags */
163570                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163571                   /* name */
163572                   "CIMXMLProtocolVersion",
163573 mike  1.1.2.1     /* qualifiers */
163574                   _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers,
163575                   /* type */
163576                   CIMTYPE_UINT16,
163577                   /* subscript */
163578                   -1,
163579                   /* value */
163580                   0,
163581               };
163582               
163583               static const char*
163584               _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers[] =
163585               {
163586                   /* Required */
163587                   "\050\001",
163588                   0,
163589               };
163590               
163591               static MetaProperty
163592               _CIM_CIMXMLCommunicationMechanism_CIMValidated =
163593               {
163594 mike  1.1.2.1     /* flags */
163595                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163596                   /* name */
163597                   "CIMValidated",
163598                   /* qualifiers */
163599                   _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers,
163600                   /* type */
163601                   CIMTYPE_BOOLEAN,
163602                   /* subscript */
163603                   -1,
163604                   /* value */
163605                   0,
163606               };
163607               
163608               static MetaFeature*
163609               _CIM_CIMXMLCommunicationMechanism_features[] =
163610               {
163611                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CommunicationMechanism,
163612                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_Version,
163613                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion,
163614                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMValidated,
163615 mike  1.1.2.1     0,
163616               };
163617               
163618               static const char*
163619               __root_cimv2_CIM_CIMXMLCommunicationMechanism_qualifiers[] =
163620               {
163621                   /* UMLPackagePath */
163622                   "\057CIM::Interop",
163623                   /* Version */
163624                   "\0632.8.0",
163625                   0,
163626               };
163627               
163628               MetaClass
163629               __root_cimv2_CIM_CIMXMLCommunicationMechanism =
163630               {
163631                   /* flags */
163632                   META_FLAG_CLASS,
163633                   /* name */
163634                   "CIM_CIMXMLCommunicationMechanism",
163635                   /* qualifiers */
163636 mike  1.1.2.1     __root_cimv2_CIM_CIMXMLCommunicationMechanism_qualifiers,
163637                   /* super */
163638                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
163639                   /* features */
163640                   _CIM_CIMXMLCommunicationMechanism_features,
163641               };
163642               
163643               //==============================================================================
163644               //
163645               // Class: CIM_ClassifierService
163646               //
163647               //==============================================================================
163648               
163649               static MetaFeature*
163650               _CIM_ClassifierService_features[] =
163651               {
163652                   0,
163653               };
163654               
163655               static const char*
163656               __root_cimv2_CIM_ClassifierService_qualifiers[] =
163657 mike  1.1.2.1 {
163658                   /* UMLPackagePath */
163659                   "\057CIM::Network::QoS",
163660                   /* Version */
163661                   "\0632.7.0",
163662                   0,
163663               };
163664               
163665               MetaClass
163666               __root_cimv2_CIM_ClassifierService =
163667               {
163668                   /* flags */
163669                   META_FLAG_CLASS,
163670                   /* name */
163671                   "CIM_ClassifierService",
163672                   /* qualifiers */
163673                   __root_cimv2_CIM_ClassifierService_qualifiers,
163674                   /* super */
163675                   &__root_cimv2_CIM_ConditioningService,
163676                   /* features */
163677                   _CIM_ClassifierService_features,
163678 mike  1.1.2.1 };
163679               
163680               //==============================================================================
163681               //
163682               // Class: CIM_Cluster
163683               //
163684               //==============================================================================
163685               
163686               static const char*
163687               _CIM_Cluster_Interconnect_qualifiers[] =
163688               {
163689                   0,
163690               };
163691               
163692               static MetaProperty
163693               _CIM_Cluster_Interconnect =
163694               {
163695                   /* flags */
163696                   META_FLAG_PROPERTY|META_FLAG_READ,
163697                   /* name */
163698                   "Interconnect",
163699 mike  1.1.2.1     /* qualifiers */
163700                   _CIM_Cluster_Interconnect_qualifiers,
163701                   /* type */
163702                   CIMTYPE_STRING,
163703                   /* subscript */
163704                   -1,
163705                   /* value */
163706                   0,
163707               };
163708               
163709               static const char*
163710               _CIM_Cluster_InterconnectAddress_qualifiers[] =
163711               {
163712                   0,
163713               };
163714               
163715               static MetaProperty
163716               _CIM_Cluster_InterconnectAddress =
163717               {
163718                   /* flags */
163719                   META_FLAG_PROPERTY|META_FLAG_READ,
163720 mike  1.1.2.1     /* name */
163721                   "InterconnectAddress",
163722                   /* qualifiers */
163723                   _CIM_Cluster_InterconnectAddress_qualifiers,
163724                   /* type */
163725                   CIMTYPE_STRING,
163726                   /* subscript */
163727                   -1,
163728                   /* value */
163729                   0,
163730               };
163731               
163732               static const char*
163733               _CIM_Cluster_Types_qualifiers[] =
163734               {
163735                   /* ValueMap */
163736                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
163737                   /* Values */
163738                   "\062\000\007Unknown\000Other\000Failover\000Performance\000Distributed OS\000Node Grouping\000SysPlex\000",
163739                   0,
163740               };
163741 mike  1.1.2.1 
163742               static MetaProperty
163743               _CIM_Cluster_Types =
163744               {
163745                   /* flags */
163746                   META_FLAG_PROPERTY|META_FLAG_READ,
163747                   /* name */
163748                   "Types",
163749                   /* qualifiers */
163750                   _CIM_Cluster_Types_qualifiers,
163751                   /* type */
163752                   CIMTYPE_UINT16,
163753                   /* subscript */
163754                   0,
163755                   /* value */
163756                   0,
163757               };
163758               
163759               static const char*
163760               _CIM_Cluster_MaxNumberOfNodes_qualifiers[] =
163761               {
163762 mike  1.1.2.1     0,
163763               };
163764               
163765               static MetaProperty
163766               _CIM_Cluster_MaxNumberOfNodes =
163767               {
163768                   /* flags */
163769                   META_FLAG_PROPERTY|META_FLAG_READ,
163770                   /* name */
163771                   "MaxNumberOfNodes",
163772                   /* qualifiers */
163773                   _CIM_Cluster_MaxNumberOfNodes_qualifiers,
163774                   /* type */
163775                   CIMTYPE_UINT32,
163776                   /* subscript */
163777                   -1,
163778                   /* value */
163779                   0,
163780               };
163781               
163782               static const char*
163783 mike  1.1.2.1 _CIM_Cluster_ClusterState_qualifiers[] =
163784               {
163785                   /* ValueMap */
163786                   "\061\000\0060\0001\0002\0003\0004\0005\000",
163787                   /* Values */
163788                   "\062\000\006Unknown\000Other\000On-line\000Off-line\000Degraded\000Unavailable\000",
163789                   0,
163790               };
163791               
163792               static MetaProperty
163793               _CIM_Cluster_ClusterState =
163794               {
163795                   /* flags */
163796                   META_FLAG_PROPERTY|META_FLAG_READ,
163797                   /* name */
163798                   "ClusterState",
163799                   /* qualifiers */
163800                   _CIM_Cluster_ClusterState_qualifiers,
163801                   /* type */
163802                   CIMTYPE_UINT16,
163803                   /* subscript */
163804 mike  1.1.2.1     -1,
163805                   /* value */
163806                   0,
163807               };
163808               
163809               static MetaFeature*
163810               _CIM_Cluster_features[] =
163811               {
163812                   (MetaFeature*)&_CIM_Cluster_Interconnect,
163813                   (MetaFeature*)&_CIM_Cluster_InterconnectAddress,
163814                   (MetaFeature*)&_CIM_Cluster_Types,
163815                   (MetaFeature*)&_CIM_Cluster_MaxNumberOfNodes,
163816                   (MetaFeature*)&_CIM_Cluster_ClusterState,
163817                   0,
163818               };
163819               
163820               static const char*
163821               __root_cimv2_CIM_Cluster_qualifiers[] =
163822               {
163823                   /* UMLPackagePath */
163824                   "\057CIM::System::SystemElements",
163825 mike  1.1.2.1     /* Version */
163826                   "\0632.6.0",
163827                   0,
163828               };
163829               
163830               MetaClass
163831               __root_cimv2_CIM_Cluster =
163832               {
163833                   /* flags */
163834                   META_FLAG_CLASS,
163835                   /* name */
163836                   "CIM_Cluster",
163837                   /* qualifiers */
163838                   __root_cimv2_CIM_Cluster_qualifiers,
163839                   /* super */
163840                   &__root_cimv2_CIM_ComputerSystem,
163841                   /* features */
163842                   _CIM_Cluster_features,
163843               };
163844               
163845               //==============================================================================
163846 mike  1.1.2.1 //
163847               // Class: CIM_ClusteringService
163848               //
163849               //==============================================================================
163850               
163851               static const char*
163852               _CIM_ClusteringService_AddNode_CS_qualifiers[] =
163853               {
163854                   /* IN */
163855                   "\024\001",
163856                   0,
163857               };
163858               
163859               static MetaReference
163860               _CIM_ClusteringService_AddNode_CS =
163861               {
163862                   /* flags */
163863                   META_FLAG_REFERENCE|META_FLAG_IN,
163864                   /* name */
163865                   "CS",
163866                   /* qualifiers */
163867 mike  1.1.2.1     _CIM_ClusteringService_AddNode_CS_qualifiers,
163868                   /* subscript */
163869                   -1,
163870                   /* ref */
163871                   &__root_cimv2_CIM_ComputerSystem,
163872               };
163873               
163874               static MetaFeature*
163875               _CIM_ClusteringService_AddNode_parameters[] =
163876               {
163877                   (MetaFeature*)&_CIM_ClusteringService_AddNode_CS,
163878                   0,
163879               };
163880               
163881               static const char*
163882               _CIM_ClusteringService_AddNode_qualifiers[] =
163883               {
163884                   0,
163885               };
163886               
163887               static MetaMethod
163888 mike  1.1.2.1 _CIM_ClusteringService_AddNode =
163889               {
163890                   /* flags */
163891                   META_FLAG_METHOD,
163892                   /* name */
163893                   "CIM_ClusteringService",
163894                   /* qualifiers */
163895                   _CIM_ClusteringService_AddNode_qualifiers,
163896                   /* type */
163897                   CIMTYPE_UINT32,
163898                   /* parameters */
163899                   _CIM_ClusteringService_AddNode_parameters,
163900               };
163901               
163902               static const char*
163903               _CIM_ClusteringService_EvictNode_CS_qualifiers[] =
163904               {
163905                   /* IN */
163906                   "\024\001",
163907                   0,
163908               };
163909 mike  1.1.2.1 
163910               static MetaReference
163911               _CIM_ClusteringService_EvictNode_CS =
163912               {
163913                   /* flags */
163914                   META_FLAG_REFERENCE|META_FLAG_IN,
163915                   /* name */
163916                   "CS",
163917                   /* qualifiers */
163918                   _CIM_ClusteringService_EvictNode_CS_qualifiers,
163919                   /* subscript */
163920                   -1,
163921                   /* ref */
163922                   &__root_cimv2_CIM_ComputerSystem,
163923               };
163924               
163925               static MetaFeature*
163926               _CIM_ClusteringService_EvictNode_parameters[] =
163927               {
163928                   (MetaFeature*)&_CIM_ClusteringService_EvictNode_CS,
163929                   0,
163930 mike  1.1.2.1 };
163931               
163932               static const char*
163933               _CIM_ClusteringService_EvictNode_qualifiers[] =
163934               {
163935                   0,
163936               };
163937               
163938               static MetaMethod
163939               _CIM_ClusteringService_EvictNode =
163940               {
163941                   /* flags */
163942                   META_FLAG_METHOD,
163943                   /* name */
163944                   "CIM_ClusteringService",
163945                   /* qualifiers */
163946                   _CIM_ClusteringService_EvictNode_qualifiers,
163947                   /* type */
163948                   CIMTYPE_UINT32,
163949                   /* parameters */
163950                   _CIM_ClusteringService_EvictNode_parameters,
163951 mike  1.1.2.1 };
163952               
163953               static MetaFeature*
163954               _CIM_ClusteringService_features[] =
163955               {
163956                   (MetaFeature*)&_CIM_ClusteringService_AddNode,
163957                   (MetaFeature*)&_CIM_ClusteringService_EvictNode,
163958                   0,
163959               };
163960               
163961               static const char*
163962               __root_cimv2_CIM_ClusteringService_qualifiers[] =
163963               {
163964                   /* UMLPackagePath */
163965                   "\057CIM::System::SystemElements",
163966                   /* Version */
163967                   "\0632.8.0",
163968                   0,
163969               };
163970               
163971               MetaClass
163972 mike  1.1.2.1 __root_cimv2_CIM_ClusteringService =
163973               {
163974                   /* flags */
163975                   META_FLAG_CLASS,
163976                   /* name */
163977                   "CIM_ClusteringService",
163978                   /* qualifiers */
163979                   __root_cimv2_CIM_ClusteringService_qualifiers,
163980                   /* super */
163981                   &__root_cimv2_CIM_Service,
163982                   /* features */
163983                   _CIM_ClusteringService_features,
163984               };
163985               
163986               //==============================================================================
163987               //
163988               // Class: CIM_ClusterServiceAccessBySAP
163989               //
163990               //==============================================================================
163991               
163992               static const char*
163993 mike  1.1.2.1 _CIM_ClusterServiceAccessBySAP_Antecedent_qualifiers[] =
163994               {
163995                   /* Override */
163996                   "\044Antecedent",
163997                   0,
163998               };
163999               
164000               static MetaReference
164001               _CIM_ClusterServiceAccessBySAP_Antecedent =
164002               {
164003                   /* flags */
164004                   META_FLAG_REFERENCE|META_FLAG_READ,
164005                   /* name */
164006                   "Antecedent",
164007                   /* qualifiers */
164008                   _CIM_ClusterServiceAccessBySAP_Antecedent_qualifiers,
164009                   /* subscript */
164010                   -1,
164011                   /* refId */
164012                   &__root_cimv2_CIM_ClusteringService,
164013               };
164014 mike  1.1.2.1 
164015               static const char*
164016               _CIM_ClusterServiceAccessBySAP_Dependent_qualifiers[] =
164017               {
164018                   /* Override */
164019                   "\044Dependent",
164020                   0,
164021               };
164022               
164023               static MetaReference
164024               _CIM_ClusterServiceAccessBySAP_Dependent =
164025               {
164026                   /* flags */
164027                   META_FLAG_REFERENCE|META_FLAG_READ,
164028                   /* name */
164029                   "Dependent",
164030                   /* qualifiers */
164031                   _CIM_ClusterServiceAccessBySAP_Dependent_qualifiers,
164032                   /* subscript */
164033                   -1,
164034                   /* refId */
164035 mike  1.1.2.1     &__root_cimv2_CIM_ClusteringSAP,
164036               };
164037               
164038               static MetaFeature*
164039               _CIM_ClusterServiceAccessBySAP_features[] =
164040               {
164041                   (MetaFeature*)&_CIM_ClusterServiceAccessBySAP_Antecedent,
164042                   (MetaFeature*)&_CIM_ClusterServiceAccessBySAP_Dependent,
164043                   0,
164044               };
164045               
164046               static const char*
164047               __root_cimv2_CIM_ClusterServiceAccessBySAP_qualifiers[] =
164048               {
164049                   /* ASSOCIATION */
164050                   "\000\001",
164051                   /* UMLPackagePath */
164052                   "\057CIM::System::SystemElements",
164053                   /* Version */
164054                   "\0632.6.0",
164055                   0,
164056 mike  1.1.2.1 };
164057               
164058               MetaClass
164059               __root_cimv2_CIM_ClusterServiceAccessBySAP =
164060               {
164061                   /* flags */
164062                   META_FLAG_ASSOCIATION,
164063                   /* name */
164064                   "CIM_ClusterServiceAccessBySAP",
164065                   /* qualifiers */
164066                   __root_cimv2_CIM_ClusterServiceAccessBySAP_qualifiers,
164067                   /* super */
164068                   &__root_cimv2_CIM_ServiceAccessBySAP,
164069                   /* features */
164070                   _CIM_ClusterServiceAccessBySAP_features,
164071               };
164072               
164073               //==============================================================================
164074               //
164075               // Class: CIM_CollectionOfSensors
164076               //
164077 mike  1.1.2.1 //==============================================================================
164078               
164079               static const char*
164080               _CIM_CollectionOfSensors_GroupComponent_qualifiers[] =
164081               {
164082                   /* Aggregate */
164083                   "\003\001",
164084                   /* Override */
164085                   "\044GroupComponent",
164086                   /* Max */
164087                   "\027\000\000\000\001",
164088                   0,
164089               };
164090               
164091               static MetaReference
164092               _CIM_CollectionOfSensors_GroupComponent =
164093               {
164094                   /* flags */
164095                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164096                   /* name */
164097                   "GroupComponent",
164098 mike  1.1.2.1     /* qualifiers */
164099                   _CIM_CollectionOfSensors_GroupComponent_qualifiers,
164100                   /* subscript */
164101                   -1,
164102                   /* refId */
164103                   &__root_cimv2_CIM_MultiStateSensor,
164104               };
164105               
164106               static const char*
164107               _CIM_CollectionOfSensors_PartComponent_qualifiers[] =
164108               {
164109                   /* Override */
164110                   "\044PartComponent",
164111                   /* Min */
164112                   "\033\000\000\000\002",
164113                   0,
164114               };
164115               
164116               static MetaReference
164117               _CIM_CollectionOfSensors_PartComponent =
164118               {
164119 mike  1.1.2.1     /* flags */
164120                   META_FLAG_REFERENCE|META_FLAG_READ,
164121                   /* name */
164122                   "PartComponent",
164123                   /* qualifiers */
164124                   _CIM_CollectionOfSensors_PartComponent_qualifiers,
164125                   /* subscript */
164126                   -1,
164127                   /* refId */
164128                   &__root_cimv2_CIM_Sensor,
164129               };
164130               
164131               static MetaFeature*
164132               _CIM_CollectionOfSensors_features[] =
164133               {
164134                   (MetaFeature*)&_CIM_CollectionOfSensors_GroupComponent,
164135                   (MetaFeature*)&_CIM_CollectionOfSensors_PartComponent,
164136                   0,
164137               };
164138               
164139               static const char*
164140 mike  1.1.2.1 __root_cimv2_CIM_CollectionOfSensors_qualifiers[] =
164141               {
164142                   /* ASSOCIATION */
164143                   "\000\001",
164144                   /* UMLPackagePath */
164145                   "\057CIM::Device::Sensors",
164146                   /* Aggregation */
164147                   "\004\001",
164148                   /* Composition */
164149                   "\011\001",
164150                   /* Version */
164151                   "\0632.7.0",
164152                   0,
164153               };
164154               
164155               MetaClass
164156               __root_cimv2_CIM_CollectionOfSensors =
164157               {
164158                   /* flags */
164159                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164160                   /* name */
164161 mike  1.1.2.1     "CIM_CollectionOfSensors",
164162                   /* qualifiers */
164163                   __root_cimv2_CIM_CollectionOfSensors_qualifiers,
164164                   /* super */
164165                   &__root_cimv2_CIM_Component,
164166                   /* features */
164167                   _CIM_CollectionOfSensors_features,
164168               };
164169               
164170               //==============================================================================
164171               //
164172               // Class: CIM_CommMechanismForAdapter
164173               //
164174               //==============================================================================
164175               
164176               static const char*
164177               _CIM_CommMechanismForAdapter_Antecedent_qualifiers[] =
164178               {
164179                   /* Deprecated */
164180                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Antecedent\000",
164181                   /* Override */
164182 mike  1.1.2.1     "\044Antecedent",
164183                   0,
164184               };
164185               
164186               static MetaReference
164187               _CIM_CommMechanismForAdapter_Antecedent =
164188               {
164189                   /* flags */
164190                   META_FLAG_REFERENCE|META_FLAG_READ,
164191                   /* name */
164192                   "Antecedent",
164193                   /* qualifiers */
164194                   _CIM_CommMechanismForAdapter_Antecedent_qualifiers,
164195                   /* subscript */
164196                   -1,
164197                   /* refId */
164198                   &__root_cimv2_CIM_ProtocolAdapter,
164199               };
164200               
164201               static const char*
164202               _CIM_CommMechanismForAdapter_Dependent_qualifiers[] =
164203 mike  1.1.2.1 {
164204                   /* Deprecated */
164205                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Dependent\000",
164206                   /* Override */
164207                   "\044Dependent",
164208                   /* Min */
164209                   "\033\000\000\000\001",
164210                   0,
164211               };
164212               
164213               static MetaReference
164214               _CIM_CommMechanismForAdapter_Dependent =
164215               {
164216                   /* flags */
164217                   META_FLAG_REFERENCE|META_FLAG_READ,
164218                   /* name */
164219                   "Dependent",
164220                   /* qualifiers */
164221                   _CIM_CommMechanismForAdapter_Dependent_qualifiers,
164222                   /* subscript */
164223                   -1,
164224 mike  1.1.2.1     /* refId */
164225                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164226               };
164227               
164228               static MetaFeature*
164229               _CIM_CommMechanismForAdapter_features[] =
164230               {
164231                   (MetaFeature*)&_CIM_CommMechanismForAdapter_Antecedent,
164232                   (MetaFeature*)&_CIM_CommMechanismForAdapter_Dependent,
164233                   0,
164234               };
164235               
164236               static const char*
164237               __root_cimv2_CIM_CommMechanismForAdapter_qualifiers[] =
164238               {
164239                   /* ASSOCIATION */
164240                   "\000\001",
164241                   /* Deprecated */
164242                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter\000",
164243                   /* UMLPackagePath */
164244                   "\057CIM::Interop",
164245 mike  1.1.2.1     /* Version */
164246                   "\0632.8.0",
164247                   0,
164248               };
164249               
164250               MetaClass
164251               __root_cimv2_CIM_CommMechanismForAdapter =
164252               {
164253                   /* flags */
164254                   META_FLAG_ASSOCIATION,
164255                   /* name */
164256                   "CIM_CommMechanismForAdapter",
164257                   /* qualifiers */
164258                   __root_cimv2_CIM_CommMechanismForAdapter_qualifiers,
164259                   /* super */
164260                   &__root_cimv2_CIM_Dependency,
164261                   /* features */
164262                   _CIM_CommMechanismForAdapter_features,
164263               };
164264               
164265               //==============================================================================
164266 mike  1.1.2.1 //
164267               // Class: CIM_CommMechanismForManager
164268               //
164269               //==============================================================================
164270               
164271               static const char*
164272               _CIM_CommMechanismForManager_Antecedent_qualifiers[] =
164273               {
164274                   /* Override */
164275                   "\044Antecedent",
164276                   /* Min */
164277                   "\033\000\000\000\001",
164278                   /* Max */
164279                   "\027\000\000\000\001",
164280                   0,
164281               };
164282               
164283               static MetaReference
164284               _CIM_CommMechanismForManager_Antecedent =
164285               {
164286                   /* flags */
164287 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
164288                   /* name */
164289                   "Antecedent",
164290                   /* qualifiers */
164291                   _CIM_CommMechanismForManager_Antecedent_qualifiers,
164292                   /* subscript */
164293                   -1,
164294                   /* refId */
164295                   &__root_cimv2_CIM_ObjectManager,
164296               };
164297               
164298               static const char*
164299               _CIM_CommMechanismForManager_Dependent_qualifiers[] =
164300               {
164301                   /* Override */
164302                   "\044Dependent",
164303                   /* Min */
164304                   "\033\000\000\000\001",
164305                   0,
164306               };
164307               
164308 mike  1.1.2.1 static MetaReference
164309               _CIM_CommMechanismForManager_Dependent =
164310               {
164311                   /* flags */
164312                   META_FLAG_REFERENCE|META_FLAG_READ,
164313                   /* name */
164314                   "Dependent",
164315                   /* qualifiers */
164316                   _CIM_CommMechanismForManager_Dependent_qualifiers,
164317                   /* subscript */
164318                   -1,
164319                   /* refId */
164320                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164321               };
164322               
164323               static MetaFeature*
164324               _CIM_CommMechanismForManager_features[] =
164325               {
164326                   (MetaFeature*)&_CIM_CommMechanismForManager_Antecedent,
164327                   (MetaFeature*)&_CIM_CommMechanismForManager_Dependent,
164328                   0,
164329 mike  1.1.2.1 };
164330               
164331               static const char*
164332               __root_cimv2_CIM_CommMechanismForManager_qualifiers[] =
164333               {
164334                   /* ASSOCIATION */
164335                   "\000\001",
164336                   /* UMLPackagePath */
164337                   "\057CIM::Interop",
164338                   /* Version */
164339                   "\0632.6.0",
164340                   0,
164341               };
164342               
164343               MetaClass
164344               __root_cimv2_CIM_CommMechanismForManager =
164345               {
164346                   /* flags */
164347                   META_FLAG_ASSOCIATION,
164348                   /* name */
164349                   "CIM_CommMechanismForManager",
164350 mike  1.1.2.1     /* qualifiers */
164351                   __root_cimv2_CIM_CommMechanismForManager_qualifiers,
164352                   /* super */
164353                   &__root_cimv2_CIM_ServiceAccessBySAP,
164354                   /* features */
164355                   _CIM_CommMechanismForManager_features,
164356               };
164357               
164358               //==============================================================================
164359               //
164360               // Class: CIM_CommMechanismForObjectManagerAdapter
164361               //
164362               //==============================================================================
164363               
164364               static const char*
164365               _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers[] =
164366               {
164367                   /* Override */
164368                   "\044Antecedent",
164369                   0,
164370               };
164371 mike  1.1.2.1 
164372               static MetaReference
164373               _CIM_CommMechanismForObjectManagerAdapter_Antecedent =
164374               {
164375                   /* flags */
164376                   META_FLAG_REFERENCE|META_FLAG_READ,
164377                   /* name */
164378                   "Antecedent",
164379                   /* qualifiers */
164380                   _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers,
164381                   /* subscript */
164382                   -1,
164383                   /* refId */
164384                   &__root_cimv2_CIM_ObjectManagerAdapter,
164385               };
164386               
164387               static const char*
164388               _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers[] =
164389               {
164390                   /* Override */
164391                   "\044Dependent",
164392 mike  1.1.2.1     /* Min */
164393                   "\033\000\000\000\001",
164394                   0,
164395               };
164396               
164397               static MetaReference
164398               _CIM_CommMechanismForObjectManagerAdapter_Dependent =
164399               {
164400                   /* flags */
164401                   META_FLAG_REFERENCE|META_FLAG_READ,
164402                   /* name */
164403                   "Dependent",
164404                   /* qualifiers */
164405                   _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers,
164406                   /* subscript */
164407                   -1,
164408                   /* refId */
164409                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164410               };
164411               
164412               static MetaFeature*
164413 mike  1.1.2.1 _CIM_CommMechanismForObjectManagerAdapter_features[] =
164414               {
164415                   (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Antecedent,
164416                   (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Dependent,
164417                   0,
164418               };
164419               
164420               static const char*
164421               __root_cimv2_CIM_CommMechanismForObjectManagerAdapter_qualifiers[] =
164422               {
164423                   /* ASSOCIATION */
164424                   "\000\001",
164425                   /* UMLPackagePath */
164426                   "\057CIM::Interop",
164427                   /* Version */
164428                   "\0632.8.0",
164429                   0,
164430               };
164431               
164432               MetaClass
164433               __root_cimv2_CIM_CommMechanismForObjectManagerAdapter =
164434 mike  1.1.2.1 {
164435                   /* flags */
164436                   META_FLAG_ASSOCIATION,
164437                   /* name */
164438                   "CIM_CommMechanismForObjectManagerAdapter",
164439                   /* qualifiers */
164440                   __root_cimv2_CIM_CommMechanismForObjectManagerAdapter_qualifiers,
164441                   /* super */
164442                   &__root_cimv2_CIM_Dependency,
164443                   /* features */
164444                   _CIM_CommMechanismForObjectManagerAdapter_features,
164445               };
164446               
164447               //==============================================================================
164448               //
164449               // Class: CIM_ComponentCS
164450               //
164451               //==============================================================================
164452               
164453               static const char*
164454               _CIM_ComponentCS_GroupComponent_qualifiers[] =
164455 mike  1.1.2.1 {
164456                   /* Aggregate */
164457                   "\003\001",
164458                   /* Override */
164459                   "\044GroupComponent",
164460                   /* Max */
164461                   "\027\000\000\000\001",
164462                   0,
164463               };
164464               
164465               static MetaReference
164466               _CIM_ComponentCS_GroupComponent =
164467               {
164468                   /* flags */
164469                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164470                   /* name */
164471                   "GroupComponent",
164472                   /* qualifiers */
164473                   _CIM_ComponentCS_GroupComponent_qualifiers,
164474                   /* subscript */
164475                   -1,
164476 mike  1.1.2.1     /* refId */
164477                   &__root_cimv2_CIM_ComputerSystem,
164478               };
164479               
164480               static const char*
164481               _CIM_ComponentCS_PartComponent_qualifiers[] =
164482               {
164483                   /* Override */
164484                   "\044PartComponent",
164485                   0,
164486               };
164487               
164488               static MetaReference
164489               _CIM_ComponentCS_PartComponent =
164490               {
164491                   /* flags */
164492                   META_FLAG_REFERENCE|META_FLAG_READ,
164493                   /* name */
164494                   "PartComponent",
164495                   /* qualifiers */
164496                   _CIM_ComponentCS_PartComponent_qualifiers,
164497 mike  1.1.2.1     /* subscript */
164498                   -1,
164499                   /* refId */
164500                   &__root_cimv2_CIM_ComputerSystem,
164501               };
164502               
164503               static MetaFeature*
164504               _CIM_ComponentCS_features[] =
164505               {
164506                   (MetaFeature*)&_CIM_ComponentCS_GroupComponent,
164507                   (MetaFeature*)&_CIM_ComponentCS_PartComponent,
164508                   0,
164509               };
164510               
164511               static const char*
164512               __root_cimv2_CIM_ComponentCS_qualifiers[] =
164513               {
164514                   /* ASSOCIATION */
164515                   "\000\001",
164516                   /* UMLPackagePath */
164517                   "\057CIM::System::SystemElements",
164518 mike  1.1.2.1     /* Aggregation */
164519                   "\004\001",
164520                   /* Composition */
164521                   "\011\001",
164522                   /* Version */
164523                   "\0632.13.0",
164524                   0,
164525               };
164526               
164527               MetaClass
164528               __root_cimv2_CIM_ComponentCS =
164529               {
164530                   /* flags */
164531                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164532                   /* name */
164533                   "CIM_ComponentCS",
164534                   /* qualifiers */
164535                   __root_cimv2_CIM_ComponentCS_qualifiers,
164536                   /* super */
164537                   &__root_cimv2_CIM_SystemComponent,
164538                   /* features */
164539 mike  1.1.2.1     _CIM_ComponentCS_features,
164540               };
164541               
164542               //==============================================================================
164543               //
164544               // Class: CIM_ComputerSystemMemory
164545               //
164546               //==============================================================================
164547               
164548               static const char*
164549               _CIM_ComputerSystemMemory_GroupComponent_qualifiers[] =
164550               {
164551                   /* Deprecated */
164552                   "\013\000\001CIM_SystemDevice.GroupComponent\000",
164553                   /* Aggregate */
164554                   "\003\001",
164555                   /* Override */
164556                   "\044GroupComponent",
164557                   /* Min */
164558                   "\033\000\000\000\001",
164559                   /* Max */
164560 mike  1.1.2.1     "\027\000\000\000\001",
164561                   0,
164562               };
164563               
164564               static MetaReference
164565               _CIM_ComputerSystemMemory_GroupComponent =
164566               {
164567                   /* flags */
164568                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164569                   /* name */
164570                   "GroupComponent",
164571                   /* qualifiers */
164572                   _CIM_ComputerSystemMemory_GroupComponent_qualifiers,
164573                   /* subscript */
164574                   -1,
164575                   /* refId */
164576                   &__root_cimv2_CIM_UnitaryComputerSystem,
164577               };
164578               
164579               static const char*
164580               _CIM_ComputerSystemMemory_PartComponent_qualifiers[] =
164581 mike  1.1.2.1 {
164582                   /* Deprecated */
164583                   "\013\000\001CIM_SystemDevice.PartComponent\000",
164584                   /* Override */
164585                   "\044PartComponent",
164586                   0,
164587               };
164588               
164589               static MetaReference
164590               _CIM_ComputerSystemMemory_PartComponent =
164591               {
164592                   /* flags */
164593                   META_FLAG_REFERENCE|META_FLAG_READ,
164594                   /* name */
164595                   "PartComponent",
164596                   /* qualifiers */
164597                   _CIM_ComputerSystemMemory_PartComponent_qualifiers,
164598                   /* subscript */
164599                   -1,
164600                   /* refId */
164601                   &__root_cimv2_CIM_Memory,
164602 mike  1.1.2.1 };
164603               
164604               static MetaFeature*
164605               _CIM_ComputerSystemMemory_features[] =
164606               {
164607                   (MetaFeature*)&_CIM_ComputerSystemMemory_GroupComponent,
164608                   (MetaFeature*)&_CIM_ComputerSystemMemory_PartComponent,
164609                   0,
164610               };
164611               
164612               static const char*
164613               __root_cimv2_CIM_ComputerSystemMemory_qualifiers[] =
164614               {
164615                   /* ASSOCIATION */
164616                   "\000\001",
164617                   /* Deprecated */
164618                   "\013\000\001CIM_SystemDevice\000",
164619                   /* UMLPackagePath */
164620                   "\057CIM::Device::Memory",
164621                   /* Aggregation */
164622                   "\004\001",
164623 mike  1.1.2.1     /* Composition */
164624                   "\011\001",
164625                   /* Version */
164626                   "\0632.8.0",
164627                   0,
164628               };
164629               
164630               MetaClass
164631               __root_cimv2_CIM_ComputerSystemMemory =
164632               {
164633                   /* flags */
164634                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164635                   /* name */
164636                   "CIM_ComputerSystemMemory",
164637                   /* qualifiers */
164638                   __root_cimv2_CIM_ComputerSystemMemory_qualifiers,
164639                   /* super */
164640                   &__root_cimv2_CIM_SystemDevice,
164641                   /* features */
164642                   _CIM_ComputerSystemMemory_features,
164643               };
164644 mike  1.1.2.1 
164645               //==============================================================================
164646               //
164647               // Class: CIM_ComputerSystemProcessor
164648               //
164649               //==============================================================================
164650               
164651               static const char*
164652               _CIM_ComputerSystemProcessor_GroupComponent_qualifiers[] =
164653               {
164654                   /* Deprecated */
164655                   "\013\000\001CIM_SystemDevice.GroupComponent\000",
164656                   /* Aggregate */
164657                   "\003\001",
164658                   /* Override */
164659                   "\044GroupComponent",
164660                   0,
164661               };
164662               
164663               static MetaReference
164664               _CIM_ComputerSystemProcessor_GroupComponent =
164665 mike  1.1.2.1 {
164666                   /* flags */
164667                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164668                   /* name */
164669                   "GroupComponent",
164670                   /* qualifiers */
164671                   _CIM_ComputerSystemProcessor_GroupComponent_qualifiers,
164672                   /* subscript */
164673                   -1,
164674                   /* refId */
164675                   &__root_cimv2_CIM_UnitaryComputerSystem,
164676               };
164677               
164678               static const char*
164679               _CIM_ComputerSystemProcessor_PartComponent_qualifiers[] =
164680               {
164681                   /* Deprecated */
164682                   "\013\000\001CIM_SystemDevice.PartComponent\000",
164683                   /* Override */
164684                   "\044PartComponent",
164685                   0,
164686 mike  1.1.2.1 };
164687               
164688               static MetaReference
164689               _CIM_ComputerSystemProcessor_PartComponent =
164690               {
164691                   /* flags */
164692                   META_FLAG_REFERENCE|META_FLAG_READ,
164693                   /* name */
164694                   "PartComponent",
164695                   /* qualifiers */
164696                   _CIM_ComputerSystemProcessor_PartComponent_qualifiers,
164697                   /* subscript */
164698                   -1,
164699                   /* refId */
164700                   &__root_cimv2_CIM_Processor,
164701               };
164702               
164703               static MetaFeature*
164704               _CIM_ComputerSystemProcessor_features[] =
164705               {
164706                   (MetaFeature*)&_CIM_ComputerSystemProcessor_GroupComponent,
164707 mike  1.1.2.1     (MetaFeature*)&_CIM_ComputerSystemProcessor_PartComponent,
164708                   0,
164709               };
164710               
164711               static const char*
164712               __root_cimv2_CIM_ComputerSystemProcessor_qualifiers[] =
164713               {
164714                   /* ASSOCIATION */
164715                   "\000\001",
164716                   /* Deprecated */
164717                   "\013\000\001CIM_SystemDevice\000",
164718                   /* UMLPackagePath */
164719                   "\057CIM::Device::Processor",
164720                   /* Aggregation */
164721                   "\004\001",
164722                   /* Composition */
164723                   "\011\001",
164724                   /* Version */
164725                   "\0632.10.0",
164726                   0,
164727               };
164728 mike  1.1.2.1 
164729               MetaClass
164730               __root_cimv2_CIM_ComputerSystemProcessor =
164731               {
164732                   /* flags */
164733                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164734                   /* name */
164735                   "CIM_ComputerSystemProcessor",
164736                   /* qualifiers */
164737                   __root_cimv2_CIM_ComputerSystemProcessor_qualifiers,
164738                   /* super */
164739                   &__root_cimv2_CIM_SystemDevice,
164740                   /* features */
164741                   _CIM_ComputerSystemProcessor_features,
164742               };
164743               
164744               //==============================================================================
164745               //
164746               // Class: CIM_ComputerSystemResource
164747               //
164748               //==============================================================================
164749 mike  1.1.2.1 
164750               static const char*
164751               _CIM_ComputerSystemResource_GroupComponent_qualifiers[] =
164752               {
164753                   /* Aggregate */
164754                   "\003\001",
164755                   /* Override */
164756                   "\044GroupComponent",
164757                   /* Min */
164758                   "\033\000\000\000\001",
164759                   /* Max */
164760                   "\027\000\000\000\001",
164761                   0,
164762               };
164763               
164764               static MetaReference
164765               _CIM_ComputerSystemResource_GroupComponent =
164766               {
164767                   /* flags */
164768                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164769                   /* name */
164770 mike  1.1.2.1     "GroupComponent",
164771                   /* qualifiers */
164772                   _CIM_ComputerSystemResource_GroupComponent_qualifiers,
164773                   /* subscript */
164774                   -1,
164775                   /* refId */
164776                   &__root_cimv2_CIM_ComputerSystem,
164777               };
164778               
164779               static const char*
164780               _CIM_ComputerSystemResource_PartComponent_qualifiers[] =
164781               {
164782                   /* Override */
164783                   "\044PartComponent",
164784                   0,
164785               };
164786               
164787               static MetaReference
164788               _CIM_ComputerSystemResource_PartComponent =
164789               {
164790                   /* flags */
164791 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
164792                   /* name */
164793                   "PartComponent",
164794                   /* qualifiers */
164795                   _CIM_ComputerSystemResource_PartComponent_qualifiers,
164796                   /* subscript */
164797                   -1,
164798                   /* refId */
164799                   &__root_cimv2_CIM_SystemResource,
164800               };
164801               
164802               static MetaFeature*
164803               _CIM_ComputerSystemResource_features[] =
164804               {
164805                   (MetaFeature*)&_CIM_ComputerSystemResource_GroupComponent,
164806                   (MetaFeature*)&_CIM_ComputerSystemResource_PartComponent,
164807                   0,
164808               };
164809               
164810               static const char*
164811               __root_cimv2_CIM_ComputerSystemResource_qualifiers[] =
164812 mike  1.1.2.1 {
164813                   /* ASSOCIATION */
164814                   "\000\001",
164815                   /* UMLPackagePath */
164816                   "\057CIM::System::SystemResources",
164817                   /* Aggregation */
164818                   "\004\001",
164819                   /* Composition */
164820                   "\011\001",
164821                   /* Version */
164822                   "\0632.7.0",
164823                   0,
164824               };
164825               
164826               MetaClass
164827               __root_cimv2_CIM_ComputerSystemResource =
164828               {
164829                   /* flags */
164830                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164831                   /* name */
164832                   "CIM_ComputerSystemResource",
164833 mike  1.1.2.1     /* qualifiers */
164834                   __root_cimv2_CIM_ComputerSystemResource_qualifiers,
164835                   /* super */
164836                   &__root_cimv2_CIM_ResourceOfSystem,
164837                   /* features */
164838                   _CIM_ComputerSystemResource_features,
164839               };
164840               
164841               //==============================================================================
164842               //
164843               // Class: CIM_ConditioningServiceOnEndpoint
164844               //
164845               //==============================================================================
164846               
164847               static const char*
164848               _CIM_ConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
164849               {
164850                   /* Deprecated */
164851                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint.Antecedent\000CIM_EgressConditioningServiceOnEndpoint.Antecedent \000",
164852                   /* Override */
164853                   "\044Antecedent",
164854 mike  1.1.2.1     /* Max */
164855                   "\027\000\000\000\001",
164856                   0,
164857               };
164858               
164859               static MetaReference
164860               _CIM_ConditioningServiceOnEndpoint_Antecedent =
164861               {
164862                   /* flags */
164863                   META_FLAG_REFERENCE|META_FLAG_READ,
164864                   /* name */
164865                   "Antecedent",
164866                   /* qualifiers */
164867                   _CIM_ConditioningServiceOnEndpoint_Antecedent_qualifiers,
164868                   /* subscript */
164869                   -1,
164870                   /* refId */
164871                   &__root_cimv2_CIM_ProtocolEndpoint,
164872               };
164873               
164874               static const char*
164875 mike  1.1.2.1 _CIM_ConditioningServiceOnEndpoint_Dependent_qualifiers[] =
164876               {
164877                   /* Deprecated */
164878                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint.Dependent\000CIM_EgressConditioningServiceOnEndpoint.Dependent\000",
164879                   /* Override */
164880                   "\044Dependent",
164881                   0,
164882               };
164883               
164884               static MetaReference
164885               _CIM_ConditioningServiceOnEndpoint_Dependent =
164886               {
164887                   /* flags */
164888                   META_FLAG_REFERENCE|META_FLAG_READ,
164889                   /* name */
164890                   "Dependent",
164891                   /* qualifiers */
164892                   _CIM_ConditioningServiceOnEndpoint_Dependent_qualifiers,
164893                   /* subscript */
164894                   -1,
164895                   /* refId */
164896 mike  1.1.2.1     &__root_cimv2_CIM_ConditioningService,
164897               };
164898               
164899               static const char*
164900               _CIM_ConditioningServiceOnEndpoint_ServiceType_qualifiers[] =
164901               {
164902                   /* Deprecated */
164903                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint\000CIM_EgressConditioningServiceOnEndpoint\000",
164904                   /* ValueMap */
164905                   "\061\000\0030\0001\0002\000",
164906                   /* Values */
164907                   "\062\000\003Unknown\000Ingress\000Egress\000",
164908                   0,
164909               };
164910               
164911               static MetaProperty
164912               _CIM_ConditioningServiceOnEndpoint_ServiceType =
164913               {
164914                   /* flags */
164915                   META_FLAG_PROPERTY|META_FLAG_READ,
164916                   /* name */
164917 mike  1.1.2.1     "ServiceType",
164918                   /* qualifiers */
164919                   _CIM_ConditioningServiceOnEndpoint_ServiceType_qualifiers,
164920                   /* type */
164921                   CIMTYPE_UINT16,
164922                   /* subscript */
164923                   -1,
164924                   /* value */
164925                   0,
164926               };
164927               
164928               static MetaFeature*
164929               _CIM_ConditioningServiceOnEndpoint_features[] =
164930               {
164931                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_Antecedent,
164932                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_Dependent,
164933                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_ServiceType,
164934                   0,
164935               };
164936               
164937               static const char*
164938 mike  1.1.2.1 __root_cimv2_CIM_ConditioningServiceOnEndpoint_qualifiers[] =
164939               {
164940                   /* ASSOCIATION */
164941                   "\000\001",
164942                   /* Deprecated */
164943                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint\000CIM_EgressConditioningServiceOnEndpoint\000",
164944                   /* UMLPackagePath */
164945                   "\057CIM::Network::QoS",
164946                   /* Version */
164947                   "\0632.7.0",
164948                   0,
164949               };
164950               
164951               MetaClass
164952               __root_cimv2_CIM_ConditioningServiceOnEndpoint =
164953               {
164954                   /* flags */
164955                   META_FLAG_ASSOCIATION,
164956                   /* name */
164957                   "CIM_ConditioningServiceOnEndpoint",
164958                   /* qualifiers */
164959 mike  1.1.2.1     __root_cimv2_CIM_ConditioningServiceOnEndpoint_qualifiers,
164960                   /* super */
164961                   &__root_cimv2_CIM_Dependency,
164962                   /* features */
164963                   _CIM_ConditioningServiceOnEndpoint_features,
164964               };
164965               
164966               //==============================================================================
164967               //
164968               // Class: CIM_ControlledBy
164969               //
164970               //==============================================================================
164971               
164972               static const char*
164973               _CIM_ControlledBy_Antecedent_qualifiers[] =
164974               {
164975                   /* Override */
164976                   "\044Antecedent",
164977                   0,
164978               };
164979               
164980 mike  1.1.2.1 static MetaReference
164981               _CIM_ControlledBy_Antecedent =
164982               {
164983                   /* flags */
164984                   META_FLAG_REFERENCE|META_FLAG_READ,
164985                   /* name */
164986                   "Antecedent",
164987                   /* qualifiers */
164988                   _CIM_ControlledBy_Antecedent_qualifiers,
164989                   /* subscript */
164990                   -1,
164991                   /* refId */
164992                   &__root_cimv2_CIM_Controller,
164993               };
164994               
164995               static const char*
164996               _CIM_ControlledBy_Dependent_qualifiers[] =
164997               {
164998                   /* Override */
164999                   "\044Dependent",
165000                   0,
165001 mike  1.1.2.1 };
165002               
165003               static MetaReference
165004               _CIM_ControlledBy_Dependent =
165005               {
165006                   /* flags */
165007                   META_FLAG_REFERENCE|META_FLAG_READ,
165008                   /* name */
165009                   "Dependent",
165010                   /* qualifiers */
165011                   _CIM_ControlledBy_Dependent_qualifiers,
165012                   /* subscript */
165013                   -1,
165014                   /* refId */
165015                   &__root_cimv2_CIM_LogicalDevice,
165016               };
165017               
165018               static const char*
165019               _CIM_ControlledBy_AccessState_qualifiers[] =
165020               {
165021                   /* ValueMap */
165022 mike  1.1.2.1     "\061\000\0030\0001\0002\000",
165023                   /* Values */
165024                   "\062\000\003Unknown\000Active\000Inactive\000",
165025                   0,
165026               };
165027               
165028               static MetaProperty
165029               _CIM_ControlledBy_AccessState =
165030               {
165031                   /* flags */
165032                   META_FLAG_PROPERTY|META_FLAG_READ,
165033                   /* name */
165034                   "AccessState",
165035                   /* qualifiers */
165036                   _CIM_ControlledBy_AccessState_qualifiers,
165037                   /* type */
165038                   CIMTYPE_UINT16,
165039                   /* subscript */
165040                   -1,
165041                   /* value */
165042                   0,
165043 mike  1.1.2.1 };
165044               
165045               static const char*
165046               _CIM_ControlledBy_TimeOfDeviceReset_qualifiers[] =
165047               {
165048                   0,
165049               };
165050               
165051               static MetaProperty
165052               _CIM_ControlledBy_TimeOfDeviceReset =
165053               {
165054                   /* flags */
165055                   META_FLAG_PROPERTY|META_FLAG_READ,
165056                   /* name */
165057                   "TimeOfDeviceReset",
165058                   /* qualifiers */
165059                   _CIM_ControlledBy_TimeOfDeviceReset_qualifiers,
165060                   /* type */
165061                   CIMTYPE_DATETIME,
165062                   /* subscript */
165063                   -1,
165064 mike  1.1.2.1     /* value */
165065                   0,
165066               };
165067               
165068               static const char*
165069               _CIM_ControlledBy_NumberOfHardResets_qualifiers[] =
165070               {
165071                   /* Counter */
165072                   "\012\001",
165073                   0,
165074               };
165075               
165076               static MetaProperty
165077               _CIM_ControlledBy_NumberOfHardResets =
165078               {
165079                   /* flags */
165080                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
165081                   /* name */
165082                   "NumberOfHardResets",
165083                   /* qualifiers */
165084                   _CIM_ControlledBy_NumberOfHardResets_qualifiers,
165085 mike  1.1.2.1     /* type */
165086                   CIMTYPE_UINT32,
165087                   /* subscript */
165088                   -1,
165089                   /* value */
165090                   0,
165091               };
165092               
165093               static const char*
165094               _CIM_ControlledBy_NumberOfSoftResets_qualifiers[] =
165095               {
165096                   /* Counter */
165097                   "\012\001",
165098                   0,
165099               };
165100               
165101               static MetaProperty
165102               _CIM_ControlledBy_NumberOfSoftResets =
165103               {
165104                   /* flags */
165105                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
165106 mike  1.1.2.1     /* name */
165107                   "NumberOfSoftResets",
165108                   /* qualifiers */
165109                   _CIM_ControlledBy_NumberOfSoftResets_qualifiers,
165110                   /* type */
165111                   CIMTYPE_UINT32,
165112                   /* subscript */
165113                   -1,
165114                   /* value */
165115                   0,
165116               };
165117               
165118               static const char*
165119               _CIM_ControlledBy_DeviceNumber_qualifiers[] =
165120               {
165121                   0,
165122               };
165123               
165124               static MetaProperty
165125               _CIM_ControlledBy_DeviceNumber =
165126               {
165127 mike  1.1.2.1     /* flags */
165128                   META_FLAG_PROPERTY|META_FLAG_READ,
165129                   /* name */
165130                   "DeviceNumber",
165131                   /* qualifiers */
165132                   _CIM_ControlledBy_DeviceNumber_qualifiers,
165133                   /* type */
165134                   CIMTYPE_STRING,
165135                   /* subscript */
165136                   -1,
165137                   /* value */
165138                   0,
165139               };
165140               
165141               static const char*
165142               _CIM_ControlledBy_AccessMode_qualifiers[] =
165143               {
165144                   /* ValueMap */
165145                   "\061\000\0032\0003\0004\000",
165146                   /* Values */
165147                   "\062\000\003ReadWrite\000ReadOnly\000NoAccess\000",
165148 mike  1.1.2.1     0,
165149               };
165150               
165151               static MetaProperty
165152               _CIM_ControlledBy_AccessMode =
165153               {
165154                   /* flags */
165155                   META_FLAG_PROPERTY|META_FLAG_READ,
165156                   /* name */
165157                   "AccessMode",
165158                   /* qualifiers */
165159                   _CIM_ControlledBy_AccessMode_qualifiers,
165160                   /* type */
165161                   CIMTYPE_UINT16,
165162                   /* subscript */
165163                   -1,
165164                   /* value */
165165                   0,
165166               };
165167               
165168               static const char*
165169 mike  1.1.2.1 _CIM_ControlledBy_AccessPriority_qualifiers[] =
165170               {
165171                   0,
165172               };
165173               
165174               static MetaProperty
165175               _CIM_ControlledBy_AccessPriority =
165176               {
165177                   /* flags */
165178                   META_FLAG_PROPERTY|META_FLAG_READ,
165179                   /* name */
165180                   "AccessPriority",
165181                   /* qualifiers */
165182                   _CIM_ControlledBy_AccessPriority_qualifiers,
165183                   /* type */
165184                   CIMTYPE_UINT16,
165185                   /* subscript */
165186                   -1,
165187                   /* value */
165188                   0,
165189               };
165190 mike  1.1.2.1 
165191               static MetaFeature*
165192               _CIM_ControlledBy_features[] =
165193               {
165194                   (MetaFeature*)&_CIM_ControlledBy_Antecedent,
165195                   (MetaFeature*)&_CIM_ControlledBy_Dependent,
165196                   (MetaFeature*)&_CIM_ControlledBy_AccessState,
165197                   (MetaFeature*)&_CIM_ControlledBy_TimeOfDeviceReset,
165198                   (MetaFeature*)&_CIM_ControlledBy_NumberOfHardResets,
165199                   (MetaFeature*)&_CIM_ControlledBy_NumberOfSoftResets,
165200                   (MetaFeature*)&_CIM_ControlledBy_DeviceNumber,
165201                   (MetaFeature*)&_CIM_ControlledBy_AccessMode,
165202                   (MetaFeature*)&_CIM_ControlledBy_AccessPriority,
165203                   0,
165204               };
165205               
165206               static const char*
165207               __root_cimv2_CIM_ControlledBy_qualifiers[] =
165208               {
165209                   /* ASSOCIATION */
165210                   "\000\001",
165211 mike  1.1.2.1     /* UMLPackagePath */
165212                   "\057CIM::Device::Controller",
165213                   /* Version */
165214                   "\0632.10.0",
165215                   0,
165216               };
165217               
165218               MetaClass
165219               __root_cimv2_CIM_ControlledBy =
165220               {
165221                   /* flags */
165222                   META_FLAG_ASSOCIATION,
165223                   /* name */
165224                   "CIM_ControlledBy",
165225                   /* qualifiers */
165226                   __root_cimv2_CIM_ControlledBy_qualifiers,
165227                   /* super */
165228                   &__root_cimv2_CIM_DeviceConnection,
165229                   /* features */
165230                   _CIM_ControlledBy_features,
165231               };
165232 mike  1.1.2.1 
165233               //==============================================================================
165234               //
165235               // Class: CIM_CredentialManagementService
165236               //
165237               //==============================================================================
165238               
165239               static MetaFeature*
165240               _CIM_CredentialManagementService_features[] =
165241               {
165242                   0,
165243               };
165244               
165245               static const char*
165246               __root_cimv2_CIM_CredentialManagementService_qualifiers[] =
165247               {
165248                   /* UMLPackagePath */
165249                   "\057CIM::User::SecurityServices",
165250                   /* Version */
165251                   "\0632.6.0",
165252                   0,
165253 mike  1.1.2.1 };
165254               
165255               MetaClass
165256               __root_cimv2_CIM_CredentialManagementService =
165257               {
165258                   /* flags */
165259                   META_FLAG_CLASS,
165260                   /* name */
165261                   "CIM_CredentialManagementService",
165262                   /* qualifiers */
165263                   __root_cimv2_CIM_CredentialManagementService_qualifiers,
165264                   /* super */
165265                   &__root_cimv2_CIM_AuthenticationService,
165266                   /* features */
165267                   _CIM_CredentialManagementService_features,
165268               };
165269               
165270               //==============================================================================
165271               //
165272               // Class: CIM_CurrentSensor
165273               //
165274 mike  1.1.2.1 //==============================================================================
165275               
165276               static const char*
165277               _CIM_CurrentSensor_SensorType_qualifiers[] =
165278               {
165279                   /* Deprecated */
165280                   "\013\000\001No Value\000",
165281                   /* Override */
165282                   "\044SensorType",
165283                   0,
165284               };
165285               
165286               static MetaProperty
165287               _CIM_CurrentSensor_SensorType =
165288               {
165289                   /* flags */
165290                   META_FLAG_PROPERTY|META_FLAG_READ,
165291                   /* name */
165292                   "SensorType",
165293                   /* qualifiers */
165294                   _CIM_CurrentSensor_SensorType_qualifiers,
165295 mike  1.1.2.1     /* type */
165296                   CIMTYPE_UINT16,
165297                   /* subscript */
165298                   -1,
165299                   /* value */
165300                   "\000\004",
165301               };
165302               
165303               static const char*
165304               _CIM_CurrentSensor_BaseUnits_qualifiers[] =
165305               {
165306                   /* Deprecated */
165307                   "\013\000\001No Value\000",
165308                   /* Override */
165309                   "\044BaseUnits",
165310                   0,
165311               };
165312               
165313               static MetaProperty
165314               _CIM_CurrentSensor_BaseUnits =
165315               {
165316 mike  1.1.2.1     /* flags */
165317                   META_FLAG_PROPERTY|META_FLAG_READ,
165318                   /* name */
165319                   "BaseUnits",
165320                   /* qualifiers */
165321                   _CIM_CurrentSensor_BaseUnits_qualifiers,
165322                   /* type */
165323                   CIMTYPE_UINT16,
165324                   /* subscript */
165325                   -1,
165326                   /* value */
165327                   "\000\006",
165328               };
165329               
165330               static const char*
165331               _CIM_CurrentSensor_UnitModifier_qualifiers[] =
165332               {
165333                   /* Deprecated */
165334                   "\013\000\001No Value\000",
165335                   /* Override */
165336                   "\044UnitModifier",
165337 mike  1.1.2.1     0,
165338               };
165339               
165340               static MetaProperty
165341               _CIM_CurrentSensor_UnitModifier =
165342               {
165343                   /* flags */
165344                   META_FLAG_PROPERTY|META_FLAG_READ,
165345                   /* name */
165346                   "UnitModifier",
165347                   /* qualifiers */
165348                   _CIM_CurrentSensor_UnitModifier_qualifiers,
165349                   /* type */
165350                   CIMTYPE_SINT32,
165351                   /* subscript */
165352                   -1,
165353                   /* value */
165354                   "\377\377\377\375",
165355               };
165356               
165357               static const char*
165358 mike  1.1.2.1 _CIM_CurrentSensor_RateUnits_qualifiers[] =
165359               {
165360                   /* Deprecated */
165361                   "\013\000\001No Value\000",
165362                   /* Override */
165363                   "\044RateUnits",
165364                   0,
165365               };
165366               
165367               static MetaProperty
165368               _CIM_CurrentSensor_RateUnits =
165369               {
165370                   /* flags */
165371                   META_FLAG_PROPERTY|META_FLAG_READ,
165372                   /* name */
165373                   "RateUnits",
165374                   /* qualifiers */
165375                   _CIM_CurrentSensor_RateUnits_qualifiers,
165376                   /* type */
165377                   CIMTYPE_UINT16,
165378                   /* subscript */
165379 mike  1.1.2.1     -1,
165380                   /* value */
165381                   "\000\000",
165382               };
165383               
165384               static const char*
165385               _CIM_CurrentSensor_CurrentReading_qualifiers[] =
165386               {
165387                   /* Deprecated */
165388                   "\013\000\001No Value\000",
165389                   /* Override */
165390                   "\044CurrentReading",
165391                   /* MappingStrings */
165392                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.5\000",
165393                   0,
165394               };
165395               
165396               static MetaProperty
165397               _CIM_CurrentSensor_CurrentReading =
165398               {
165399                   /* flags */
165400 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
165401                   /* name */
165402                   "CurrentReading",
165403                   /* qualifiers */
165404                   _CIM_CurrentSensor_CurrentReading_qualifiers,
165405                   /* type */
165406                   CIMTYPE_SINT32,
165407                   /* subscript */
165408                   -1,
165409                   /* value */
165410                   0,
165411               };
165412               
165413               static const char*
165414               _CIM_CurrentSensor_NominalReading_qualifiers[] =
165415               {
165416                   /* Deprecated */
165417                   "\013\000\001No Value\000",
165418                   /* Override */
165419                   "\044NominalReading",
165420                   /* MappingStrings */
165421 mike  1.1.2.1     "\026\000\001MIF.DMTF|Electrical Current Probe|001.6\000",
165422                   0,
165423               };
165424               
165425               static MetaProperty
165426               _CIM_CurrentSensor_NominalReading =
165427               {
165428                   /* flags */
165429                   META_FLAG_PROPERTY|META_FLAG_READ,
165430                   /* name */
165431                   "NominalReading",
165432                   /* qualifiers */
165433                   _CIM_CurrentSensor_NominalReading_qualifiers,
165434                   /* type */
165435                   CIMTYPE_SINT32,
165436                   /* subscript */
165437                   -1,
165438                   /* value */
165439                   0,
165440               };
165441               
165442 mike  1.1.2.1 static const char*
165443               _CIM_CurrentSensor_NormalMax_qualifiers[] =
165444               {
165445                   /* Deprecated */
165446                   "\013\000\001No Value\000",
165447                   /* Override */
165448                   "\044NormalMax",
165449                   /* MappingStrings */
165450                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.7\000",
165451                   0,
165452               };
165453               
165454               static MetaProperty
165455               _CIM_CurrentSensor_NormalMax =
165456               {
165457                   /* flags */
165458                   META_FLAG_PROPERTY|META_FLAG_READ,
165459                   /* name */
165460                   "NormalMax",
165461                   /* qualifiers */
165462                   _CIM_CurrentSensor_NormalMax_qualifiers,
165463 mike  1.1.2.1     /* type */
165464                   CIMTYPE_SINT32,
165465                   /* subscript */
165466                   -1,
165467                   /* value */
165468                   0,
165469               };
165470               
165471               static const char*
165472               _CIM_CurrentSensor_NormalMin_qualifiers[] =
165473               {
165474                   /* Deprecated */
165475                   "\013\000\001No Value\000",
165476                   /* Override */
165477                   "\044NormalMin",
165478                   /* MappingStrings */
165479                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.8\000",
165480                   0,
165481               };
165482               
165483               static MetaProperty
165484 mike  1.1.2.1 _CIM_CurrentSensor_NormalMin =
165485               {
165486                   /* flags */
165487                   META_FLAG_PROPERTY|META_FLAG_READ,
165488                   /* name */
165489                   "NormalMin",
165490                   /* qualifiers */
165491                   _CIM_CurrentSensor_NormalMin_qualifiers,
165492                   /* type */
165493                   CIMTYPE_SINT32,
165494                   /* subscript */
165495                   -1,
165496                   /* value */
165497                   0,
165498               };
165499               
165500               static const char*
165501               _CIM_CurrentSensor_MaxReadable_qualifiers[] =
165502               {
165503                   /* Deprecated */
165504                   "\013\000\001No Value\000",
165505 mike  1.1.2.1     /* Override */
165506                   "\044MaxReadable",
165507                   /* MappingStrings */
165508                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.9\000",
165509                   0,
165510               };
165511               
165512               static MetaProperty
165513               _CIM_CurrentSensor_MaxReadable =
165514               {
165515                   /* flags */
165516                   META_FLAG_PROPERTY|META_FLAG_READ,
165517                   /* name */
165518                   "MaxReadable",
165519                   /* qualifiers */
165520                   _CIM_CurrentSensor_MaxReadable_qualifiers,
165521                   /* type */
165522                   CIMTYPE_SINT32,
165523                   /* subscript */
165524                   -1,
165525                   /* value */
165526 mike  1.1.2.1     0,
165527               };
165528               
165529               static const char*
165530               _CIM_CurrentSensor_MinReadable_qualifiers[] =
165531               {
165532                   /* Deprecated */
165533                   "\013\000\001No Value\000",
165534                   /* Override */
165535                   "\044MinReadable",
165536                   /* MappingStrings */
165537                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.10\000",
165538                   0,
165539               };
165540               
165541               static MetaProperty
165542               _CIM_CurrentSensor_MinReadable =
165543               {
165544                   /* flags */
165545                   META_FLAG_PROPERTY|META_FLAG_READ,
165546                   /* name */
165547 mike  1.1.2.1     "MinReadable",
165548                   /* qualifiers */
165549                   _CIM_CurrentSensor_MinReadable_qualifiers,
165550                   /* type */
165551                   CIMTYPE_SINT32,
165552                   /* subscript */
165553                   -1,
165554                   /* value */
165555                   0,
165556               };
165557               
165558               static const char*
165559               _CIM_CurrentSensor_Resolution_qualifiers[] =
165560               {
165561                   /* Deprecated */
165562                   "\013\000\001No Value\000",
165563                   /* Override */
165564                   "\044Resolution",
165565                   /* Units */
165566                   "\060Tenths of MilliAmps",
165567                   /* MappingStrings */
165568 mike  1.1.2.1     "\026\000\001MIF.DMTF|Electrical Current Probe|001.17\000",
165569                   0,
165570               };
165571               
165572               static MetaProperty
165573               _CIM_CurrentSensor_Resolution =
165574               {
165575                   /* flags */
165576                   META_FLAG_PROPERTY|META_FLAG_READ,
165577                   /* name */
165578                   "Resolution",
165579                   /* qualifiers */
165580                   _CIM_CurrentSensor_Resolution_qualifiers,
165581                   /* type */
165582                   CIMTYPE_UINT32,
165583                   /* subscript */
165584                   -1,
165585                   /* value */
165586                   0,
165587               };
165588               
165589 mike  1.1.2.1 static const char*
165590               _CIM_CurrentSensor_Tolerance_qualifiers[] =
165591               {
165592                   /* Deprecated */
165593                   "\013\000\001No Value\000",
165594                   /* Override */
165595                   "\044Tolerance",
165596                   /* MappingStrings */
165597                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.18\000",
165598                   0,
165599               };
165600               
165601               static MetaProperty
165602               _CIM_CurrentSensor_Tolerance =
165603               {
165604                   /* flags */
165605                   META_FLAG_PROPERTY|META_FLAG_READ,
165606                   /* name */
165607                   "Tolerance",
165608                   /* qualifiers */
165609                   _CIM_CurrentSensor_Tolerance_qualifiers,
165610 mike  1.1.2.1     /* type */
165611                   CIMTYPE_SINT32,
165612                   /* subscript */
165613                   -1,
165614                   /* value */
165615                   0,
165616               };
165617               
165618               static const char*
165619               _CIM_CurrentSensor_Accuracy_qualifiers[] =
165620               {
165621                   /* Deprecated */
165622                   "\013\000\001No Value\000",
165623                   /* Override */
165624                   "\044Accuracy",
165625                   /* MappingStrings */
165626                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.19\000",
165627                   0,
165628               };
165629               
165630               static MetaProperty
165631 mike  1.1.2.1 _CIM_CurrentSensor_Accuracy =
165632               {
165633                   /* flags */
165634                   META_FLAG_PROPERTY|META_FLAG_READ,
165635                   /* name */
165636                   "Accuracy",
165637                   /* qualifiers */
165638                   _CIM_CurrentSensor_Accuracy_qualifiers,
165639                   /* type */
165640                   CIMTYPE_SINT32,
165641                   /* subscript */
165642                   -1,
165643                   /* value */
165644                   0,
165645               };
165646               
165647               static const char*
165648               _CIM_CurrentSensor_LowerThresholdNonCritical_qualifiers[] =
165649               {
165650                   /* Deprecated */
165651                   "\013\000\001No Value\000",
165652 mike  1.1.2.1     /* Override */
165653                   "\044LowerThresholdNonCritical",
165654                   /* MappingStrings */
165655                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.11\000",
165656                   0,
165657               };
165658               
165659               static MetaProperty
165660               _CIM_CurrentSensor_LowerThresholdNonCritical =
165661               {
165662                   /* flags */
165663                   META_FLAG_PROPERTY|META_FLAG_READ,
165664                   /* name */
165665                   "LowerThresholdNonCritical",
165666                   /* qualifiers */
165667                   _CIM_CurrentSensor_LowerThresholdNonCritical_qualifiers,
165668                   /* type */
165669                   CIMTYPE_SINT32,
165670                   /* subscript */
165671                   -1,
165672                   /* value */
165673 mike  1.1.2.1     0,
165674               };
165675               
165676               static const char*
165677               _CIM_CurrentSensor_UpperThresholdNonCritical_qualifiers[] =
165678               {
165679                   /* Deprecated */
165680                   "\013\000\001No Value\000",
165681                   /* Override */
165682                   "\044UpperThresholdNonCritical",
165683                   /* MappingStrings */
165684                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.12\000",
165685                   0,
165686               };
165687               
165688               static MetaProperty
165689               _CIM_CurrentSensor_UpperThresholdNonCritical =
165690               {
165691                   /* flags */
165692                   META_FLAG_PROPERTY|META_FLAG_READ,
165693                   /* name */
165694 mike  1.1.2.1     "UpperThresholdNonCritical",
165695                   /* qualifiers */
165696                   _CIM_CurrentSensor_UpperThresholdNonCritical_qualifiers,
165697                   /* type */
165698                   CIMTYPE_SINT32,
165699                   /* subscript */
165700                   -1,
165701                   /* value */
165702                   0,
165703               };
165704               
165705               static const char*
165706               _CIM_CurrentSensor_LowerThresholdCritical_qualifiers[] =
165707               {
165708                   /* Deprecated */
165709                   "\013\000\001No Value\000",
165710                   /* Override */
165711                   "\044LowerThresholdCritical",
165712                   /* MappingStrings */
165713                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.13\000",
165714                   0,
165715 mike  1.1.2.1 };
165716               
165717               static MetaProperty
165718               _CIM_CurrentSensor_LowerThresholdCritical =
165719               {
165720                   /* flags */
165721                   META_FLAG_PROPERTY|META_FLAG_READ,
165722                   /* name */
165723                   "LowerThresholdCritical",
165724                   /* qualifiers */
165725                   _CIM_CurrentSensor_LowerThresholdCritical_qualifiers,
165726                   /* type */
165727                   CIMTYPE_SINT32,
165728                   /* subscript */
165729                   -1,
165730                   /* value */
165731                   0,
165732               };
165733               
165734               static const char*
165735               _CIM_CurrentSensor_UpperThresholdCritical_qualifiers[] =
165736 mike  1.1.2.1 {
165737                   /* Deprecated */
165738                   "\013\000\001No Value\000",
165739                   /* Override */
165740                   "\044UpperThresholdCritical",
165741                   /* MappingStrings */
165742                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.14\000",
165743                   0,
165744               };
165745               
165746               static MetaProperty
165747               _CIM_CurrentSensor_UpperThresholdCritical =
165748               {
165749                   /* flags */
165750                   META_FLAG_PROPERTY|META_FLAG_READ,
165751                   /* name */
165752                   "UpperThresholdCritical",
165753                   /* qualifiers */
165754                   _CIM_CurrentSensor_UpperThresholdCritical_qualifiers,
165755                   /* type */
165756                   CIMTYPE_SINT32,
165757 mike  1.1.2.1     /* subscript */
165758                   -1,
165759                   /* value */
165760                   0,
165761               };
165762               
165763               static const char*
165764               _CIM_CurrentSensor_LowerThresholdFatal_qualifiers[] =
165765               {
165766                   /* Deprecated */
165767                   "\013\000\001No Value\000",
165768                   /* Override */
165769                   "\044LowerThresholdFatal",
165770                   /* MappingStrings */
165771                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.15\000",
165772                   0,
165773               };
165774               
165775               static MetaProperty
165776               _CIM_CurrentSensor_LowerThresholdFatal =
165777               {
165778 mike  1.1.2.1     /* flags */
165779                   META_FLAG_PROPERTY|META_FLAG_READ,
165780                   /* name */
165781                   "LowerThresholdFatal",
165782                   /* qualifiers */
165783                   _CIM_CurrentSensor_LowerThresholdFatal_qualifiers,
165784                   /* type */
165785                   CIMTYPE_SINT32,
165786                   /* subscript */
165787                   -1,
165788                   /* value */
165789                   0,
165790               };
165791               
165792               static const char*
165793               _CIM_CurrentSensor_UpperThresholdFatal_qualifiers[] =
165794               {
165795                   /* Deprecated */
165796                   "\013\000\001No Value\000",
165797                   /* Override */
165798                   "\044UpperThresholdFatal",
165799 mike  1.1.2.1     /* MappingStrings */
165800                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.16\000",
165801                   0,
165802               };
165803               
165804               static MetaProperty
165805               _CIM_CurrentSensor_UpperThresholdFatal =
165806               {
165807                   /* flags */
165808                   META_FLAG_PROPERTY|META_FLAG_READ,
165809                   /* name */
165810                   "UpperThresholdFatal",
165811                   /* qualifiers */
165812                   _CIM_CurrentSensor_UpperThresholdFatal_qualifiers,
165813                   /* type */
165814                   CIMTYPE_SINT32,
165815                   /* subscript */
165816                   -1,
165817                   /* value */
165818                   0,
165819               };
165820 mike  1.1.2.1 
165821               static MetaFeature*
165822               _CIM_CurrentSensor_features[] =
165823               {
165824                   (MetaFeature*)&_CIM_CurrentSensor_SensorType,
165825                   (MetaFeature*)&_CIM_CurrentSensor_BaseUnits,
165826                   (MetaFeature*)&_CIM_CurrentSensor_UnitModifier,
165827                   (MetaFeature*)&_CIM_CurrentSensor_RateUnits,
165828                   (MetaFeature*)&_CIM_CurrentSensor_CurrentReading,
165829                   (MetaFeature*)&_CIM_CurrentSensor_NominalReading,
165830                   (MetaFeature*)&_CIM_CurrentSensor_NormalMax,
165831                   (MetaFeature*)&_CIM_CurrentSensor_NormalMin,
165832                   (MetaFeature*)&_CIM_CurrentSensor_MaxReadable,
165833                   (MetaFeature*)&_CIM_CurrentSensor_MinReadable,
165834                   (MetaFeature*)&_CIM_CurrentSensor_Resolution,
165835                   (MetaFeature*)&_CIM_CurrentSensor_Tolerance,
165836                   (MetaFeature*)&_CIM_CurrentSensor_Accuracy,
165837                   (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdNonCritical,
165838                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdNonCritical,
165839                   (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdCritical,
165840                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdCritical,
165841 mike  1.1.2.1     (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdFatal,
165842                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdFatal,
165843                   0,
165844               };
165845               
165846               static const char*
165847               __root_cimv2_CIM_CurrentSensor_qualifiers[] =
165848               {
165849                   /* Deprecated */
165850                   "\013\000\001CIM_NumericSensor\000",
165851                   /* UMLPackagePath */
165852                   "\057CIM::Device::Sensors",
165853                   /* Version */
165854                   "\0632.8.0",
165855                   0,
165856               };
165857               
165858               MetaClass
165859               __root_cimv2_CIM_CurrentSensor =
165860               {
165861                   /* flags */
165862 mike  1.1.2.1     META_FLAG_CLASS,
165863                   /* name */
165864                   "CIM_CurrentSensor",
165865                   /* qualifiers */
165866                   __root_cimv2_CIM_CurrentSensor_qualifiers,
165867                   /* super */
165868                   &__root_cimv2_CIM_NumericSensor,
165869                   /* features */
165870                   _CIM_CurrentSensor_features,
165871               };
165872               
165873               //==============================================================================
165874               //
165875               // Class: CIM_DatabaseStorage
165876               //
165877               //==============================================================================
165878               
165879               static const char*
165880               _CIM_DatabaseStorage_GroupComponent_qualifiers[] =
165881               {
165882                   /* Aggregate */
165883 mike  1.1.2.1     "\003\001",
165884                   /* Override */
165885                   "\044GroupComponent",
165886                   /* Min */
165887                   "\033\000\000\000\001",
165888                   /* Max */
165889                   "\027\000\000\000\001",
165890                   0,
165891               };
165892               
165893               static MetaReference
165894               _CIM_DatabaseStorage_GroupComponent =
165895               {
165896                   /* flags */
165897                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
165898                   /* name */
165899                   "GroupComponent",
165900                   /* qualifiers */
165901                   _CIM_DatabaseStorage_GroupComponent_qualifiers,
165902                   /* subscript */
165903                   -1,
165904 mike  1.1.2.1     /* refId */
165905                   &__root_cimv2_CIM_CommonDatabase,
165906               };
165907               
165908               static const char*
165909               _CIM_DatabaseStorage_PartComponent_qualifiers[] =
165910               {
165911                   /* Override */
165912                   "\044PartComponent",
165913                   0,
165914               };
165915               
165916               static MetaReference
165917               _CIM_DatabaseStorage_PartComponent =
165918               {
165919                   /* flags */
165920                   META_FLAG_REFERENCE|META_FLAG_READ,
165921                   /* name */
165922                   "PartComponent",
165923                   /* qualifiers */
165924                   _CIM_DatabaseStorage_PartComponent_qualifiers,
165925 mike  1.1.2.1     /* subscript */
165926                   -1,
165927                   /* refId */
165928                   &__root_cimv2_CIM_DatabaseStorageArea,
165929               };
165930               
165931               static MetaFeature*
165932               _CIM_DatabaseStorage_features[] =
165933               {
165934                   (MetaFeature*)&_CIM_DatabaseStorage_GroupComponent,
165935                   (MetaFeature*)&_CIM_DatabaseStorage_PartComponent,
165936                   0,
165937               };
165938               
165939               static const char*
165940               __root_cimv2_CIM_DatabaseStorage_qualifiers[] =
165941               {
165942                   /* ASSOCIATION */
165943                   "\000\001",
165944                   /* UMLPackagePath */
165945                   "\057CIM::Database::Storage",
165946 mike  1.1.2.1     /* Aggregation */
165947                   "\004\001",
165948                   /* Version */
165949                   "\0632.8.0",
165950                   0,
165951               };
165952               
165953               MetaClass
165954               __root_cimv2_CIM_DatabaseStorage =
165955               {
165956                   /* flags */
165957                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
165958                   /* name */
165959                   "CIM_DatabaseStorage",
165960                   /* qualifiers */
165961                   __root_cimv2_CIM_DatabaseStorage_qualifiers,
165962                   /* super */
165963                   &__root_cimv2_CIM_Component,
165964                   /* features */
165965                   _CIM_DatabaseStorage_features,
165966               };
165967 mike  1.1.2.1 
165968               //==============================================================================
165969               //
165970               // Class: CIM_DesktopMonitor
165971               //
165972               //==============================================================================
165973               
165974               static const char*
165975               _CIM_DesktopMonitor_DisplayType_qualifiers[] =
165976               {
165977                   /* ValueMap */
165978                   "\061\000\0060\0001\0002\0003\0004\0005\000",
165979                   /* Values */
165980                   "\062\000\006Unknown\000Other\000Multiscan Color\000Multiscan Monochrome\000Fixed Frequency Color\000Fixed Frequency Monochrome\000",
165981                   0,
165982               };
165983               
165984               static MetaProperty
165985               _CIM_DesktopMonitor_DisplayType =
165986               {
165987                   /* flags */
165988 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
165989                   /* name */
165990                   "DisplayType",
165991                   /* qualifiers */
165992                   _CIM_DesktopMonitor_DisplayType_qualifiers,
165993                   /* type */
165994                   CIMTYPE_UINT16,
165995                   /* subscript */
165996                   -1,
165997                   /* value */
165998                   0,
165999               };
166000               
166001               static const char*
166002               _CIM_DesktopMonitor_Bandwidth_qualifiers[] =
166003               {
166004                   /* Units */
166005                   "\060MegaHertz",
166006                   0,
166007               };
166008               
166009 mike  1.1.2.1 static MetaProperty
166010               _CIM_DesktopMonitor_Bandwidth =
166011               {
166012                   /* flags */
166013                   META_FLAG_PROPERTY|META_FLAG_READ,
166014                   /* name */
166015                   "Bandwidth",
166016                   /* qualifiers */
166017                   _CIM_DesktopMonitor_Bandwidth_qualifiers,
166018                   /* type */
166019                   CIMTYPE_UINT32,
166020                   /* subscript */
166021                   -1,
166022                   /* value */
166023                   0,
166024               };
166025               
166026               static const char*
166027               _CIM_DesktopMonitor_ScreenHeight_qualifiers[] =
166028               {
166029                   0,
166030 mike  1.1.2.1 };
166031               
166032               static MetaProperty
166033               _CIM_DesktopMonitor_ScreenHeight =
166034               {
166035                   /* flags */
166036                   META_FLAG_PROPERTY|META_FLAG_READ,
166037                   /* name */
166038                   "ScreenHeight",
166039                   /* qualifiers */
166040                   _CIM_DesktopMonitor_ScreenHeight_qualifiers,
166041                   /* type */
166042                   CIMTYPE_UINT32,
166043                   /* subscript */
166044                   -1,
166045                   /* value */
166046                   0,
166047               };
166048               
166049               static const char*
166050               _CIM_DesktopMonitor_ScreenWidth_qualifiers[] =
166051 mike  1.1.2.1 {
166052                   0,
166053               };
166054               
166055               static MetaProperty
166056               _CIM_DesktopMonitor_ScreenWidth =
166057               {
166058                   /* flags */
166059                   META_FLAG_PROPERTY|META_FLAG_READ,
166060                   /* name */
166061                   "ScreenWidth",
166062                   /* qualifiers */
166063                   _CIM_DesktopMonitor_ScreenWidth_qualifiers,
166064                   /* type */
166065                   CIMTYPE_UINT32,
166066                   /* subscript */
166067                   -1,
166068                   /* value */
166069                   0,
166070               };
166071               
166072 mike  1.1.2.1 static MetaFeature*
166073               _CIM_DesktopMonitor_features[] =
166074               {
166075                   (MetaFeature*)&_CIM_DesktopMonitor_DisplayType,
166076                   (MetaFeature*)&_CIM_DesktopMonitor_Bandwidth,
166077                   (MetaFeature*)&_CIM_DesktopMonitor_ScreenHeight,
166078                   (MetaFeature*)&_CIM_DesktopMonitor_ScreenWidth,
166079                   0,
166080               };
166081               
166082               static const char*
166083               __root_cimv2_CIM_DesktopMonitor_qualifiers[] =
166084               {
166085                   /* UMLPackagePath */
166086                   "\057CIM::Device::UserDevices",
166087                   /* Version */
166088                   "\0632.6.0",
166089                   0,
166090               };
166091               
166092               MetaClass
166093 mike  1.1.2.1 __root_cimv2_CIM_DesktopMonitor =
166094               {
166095                   /* flags */
166096                   META_FLAG_CLASS,
166097                   /* name */
166098                   "CIM_DesktopMonitor",
166099                   /* qualifiers */
166100                   __root_cimv2_CIM_DesktopMonitor_qualifiers,
166101                   /* super */
166102                   &__root_cimv2_CIM_Display,
166103                   /* features */
166104                   _CIM_DesktopMonitor_features,
166105               };
166106               
166107               //==============================================================================
166108               //
166109               // Class: CIM_DiagnosticResultForTest
166110               //
166111               //==============================================================================
166112               
166113               static const char*
166114 mike  1.1.2.1 _CIM_DiagnosticResultForTest_DiagnosticResult_qualifiers[] =
166115               {
166116                   /* Deprecated */
166117                   "\013\000\001No Value\000",
166118                   /* Key */
166119                   "\025\001",
166120                   /* Weak */
166121                   "\064\001",
166122                   /* Min */
166123                   "\033\000\000\000\001",
166124                   /* Max */
166125                   "\027\000\000\000\001",
166126                   0,
166127               };
166128               
166129               static MetaReference
166130               _CIM_DiagnosticResultForTest_DiagnosticResult =
166131               {
166132                   /* flags */
166133                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
166134                   /* name */
166135 mike  1.1.2.1     "DiagnosticResult",
166136                   /* qualifiers */
166137                   _CIM_DiagnosticResultForTest_DiagnosticResult_qualifiers,
166138                   /* subscript */
166139                   -1,
166140                   /* refId */
166141                   &__root_cimv2_CIM_DiagnosticResult,
166142               };
166143               
166144               static const char*
166145               _CIM_DiagnosticResultForTest_DiagnosticTest_qualifiers[] =
166146               {
166147                   /* Deprecated */
166148                   "\013\000\001No Value\000",
166149                   /* Key */
166150                   "\025\001",
166151                   /* Min */
166152                   "\033\000\000\000\001",
166153                   /* Max */
166154                   "\027\000\000\000\001",
166155                   0,
166156 mike  1.1.2.1 };
166157               
166158               static MetaReference
166159               _CIM_DiagnosticResultForTest_DiagnosticTest =
166160               {
166161                   /* flags */
166162                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
166163                   /* name */
166164                   "DiagnosticTest",
166165                   /* qualifiers */
166166                   _CIM_DiagnosticResultForTest_DiagnosticTest_qualifiers,
166167                   /* subscript */
166168                   -1,
166169                   /* refId */
166170                   &__root_cimv2_CIM_DiagnosticTest,
166171               };
166172               
166173               static MetaFeature*
166174               _CIM_DiagnosticResultForTest_features[] =
166175               {
166176                   (MetaFeature*)&_CIM_DiagnosticResultForTest_DiagnosticResult,
166177 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticResultForTest_DiagnosticTest,
166178                   0,
166179               };
166180               
166181               static const char*
166182               __root_cimv2_CIM_DiagnosticResultForTest_qualifiers[] =
166183               {
166184                   /* ASSOCIATION */
166185                   "\000\001",
166186                   /* Deprecated */
166187                   "\013\000\001No Value\000",
166188                   /* UMLPackagePath */
166189                   "\057CIM::System::Diagnostics",
166190                   /* Version */
166191                   "\0632.9.0",
166192                   0,
166193               };
166194               
166195               MetaClass
166196               __root_cimv2_CIM_DiagnosticResultForTest =
166197               {
166198 mike  1.1.2.1     /* flags */
166199                   META_FLAG_ASSOCIATION,
166200                   /* name */
166201                   "CIM_DiagnosticResultForTest",
166202                   /* qualifiers */
166203                   __root_cimv2_CIM_DiagnosticResultForTest_qualifiers,
166204                   /* super */
166205                   0,
166206                   /* features */
166207                   _CIM_DiagnosticResultForTest_features,
166208               };
166209               
166210               //==============================================================================
166211               //
166212               // Class: CIM_DiagnosticSettingForTest
166213               //
166214               //==============================================================================
166215               
166216               static const char*
166217               _CIM_DiagnosticSettingForTest_Element_qualifiers[] =
166218               {
166219 mike  1.1.2.1     /* Deprecated */
166220                   "\013\000\001CIM_ElementSetting.Element\000",
166221                   /* Override */
166222                   "\044Element",
166223                   0,
166224               };
166225               
166226               static MetaReference
166227               _CIM_DiagnosticSettingForTest_Element =
166228               {
166229                   /* flags */
166230                   META_FLAG_REFERENCE|META_FLAG_READ,
166231                   /* name */
166232                   "Element",
166233                   /* qualifiers */
166234                   _CIM_DiagnosticSettingForTest_Element_qualifiers,
166235                   /* subscript */
166236                   -1,
166237                   /* refId */
166238                   &__root_cimv2_CIM_DiagnosticTest,
166239               };
166240 mike  1.1.2.1 
166241               static const char*
166242               _CIM_DiagnosticSettingForTest_Setting_qualifiers[] =
166243               {
166244                   /* Deprecated */
166245                   "\013\000\001CIM_ElementSetting.Setting\000",
166246                   /* Override */
166247                   "\044Setting",
166248                   0,
166249               };
166250               
166251               static MetaReference
166252               _CIM_DiagnosticSettingForTest_Setting =
166253               {
166254                   /* flags */
166255                   META_FLAG_REFERENCE|META_FLAG_READ,
166256                   /* name */
166257                   "Setting",
166258                   /* qualifiers */
166259                   _CIM_DiagnosticSettingForTest_Setting_qualifiers,
166260                   /* subscript */
166261 mike  1.1.2.1     -1,
166262                   /* refId */
166263                   &__root_cimv2_CIM_DiagnosticSetting,
166264               };
166265               
166266               static MetaFeature*
166267               _CIM_DiagnosticSettingForTest_features[] =
166268               {
166269                   (MetaFeature*)&_CIM_DiagnosticSettingForTest_Element,
166270                   (MetaFeature*)&_CIM_DiagnosticSettingForTest_Setting,
166271                   0,
166272               };
166273               
166274               static const char*
166275               __root_cimv2_CIM_DiagnosticSettingForTest_qualifiers[] =
166276               {
166277                   /* ASSOCIATION */
166278                   "\000\001",
166279                   /* Deprecated */
166280                   "\013\000\001CIM_ElementSetting\000",
166281                   /* UMLPackagePath */
166282 mike  1.1.2.1     "\057CIM::System::Diagnostics",
166283                   /* Version */
166284                   "\0632.9.0",
166285                   0,
166286               };
166287               
166288               MetaClass
166289               __root_cimv2_CIM_DiagnosticSettingForTest =
166290               {
166291                   /* flags */
166292                   META_FLAG_ASSOCIATION,
166293                   /* name */
166294                   "CIM_DiagnosticSettingForTest",
166295                   /* qualifiers */
166296                   __root_cimv2_CIM_DiagnosticSettingForTest_qualifiers,
166297                   /* super */
166298                   &__root_cimv2_CIM_ElementSetting,
166299                   /* features */
166300                   _CIM_DiagnosticSettingForTest_features,
166301               };
166302               
166303 mike  1.1.2.1 //==============================================================================
166304               //
166305               // Class: CIM_DiagnosticTestForMSE
166306               //
166307               //==============================================================================
166308               
166309               static const char*
166310               _CIM_DiagnosticTestForMSE_Antecedent_qualifiers[] =
166311               {
166312                   /* Deprecated */
166313                   "\013\000\001CIM_AvailableDiagnosticService.ServiceProvided\000",
166314                   /* Override */
166315                   "\044Antecedent",
166316                   0,
166317               };
166318               
166319               static MetaReference
166320               _CIM_DiagnosticTestForMSE_Antecedent =
166321               {
166322                   /* flags */
166323                   META_FLAG_REFERENCE|META_FLAG_READ,
166324 mike  1.1.2.1     /* name */
166325                   "Antecedent",
166326                   /* qualifiers */
166327                   _CIM_DiagnosticTestForMSE_Antecedent_qualifiers,
166328                   /* subscript */
166329                   -1,
166330                   /* refId */
166331                   &__root_cimv2_CIM_DiagnosticTest,
166332               };
166333               
166334               static const char*
166335               _CIM_DiagnosticTestForMSE_Dependent_qualifiers[] =
166336               {
166337                   /* Deprecated */
166338                   "\013\000\001CIM_AvailableDiagnosticService.UserOfService\000",
166339                   /* Override */
166340                   "\044Dependent",
166341                   0,
166342               };
166343               
166344               static MetaReference
166345 mike  1.1.2.1 _CIM_DiagnosticTestForMSE_Dependent =
166346               {
166347                   /* flags */
166348                   META_FLAG_REFERENCE|META_FLAG_READ,
166349                   /* name */
166350                   "Dependent",
166351                   /* qualifiers */
166352                   _CIM_DiagnosticTestForMSE_Dependent_qualifiers,
166353                   /* subscript */
166354                   -1,
166355                   /* refId */
166356                   &__root_cimv2_CIM_ManagedSystemElement,
166357               };
166358               
166359               static const char*
166360               _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming_qualifiers[] =
166361               {
166362                   /* Deprecated */
166363                   "\013\000\001CIM_AvailableDiagnosticService.EstimatedDurationOfService\000",
166364                   /* Units */
166365                   "\060Seconds",
166366 mike  1.1.2.1     /* ModelCorrespondence */
166367                   "\036\000\001CIM_DiagnosticResult.EstimatedTimeOfPerforming\000",
166368                   0,
166369               };
166370               
166371               static MetaProperty
166372               _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming =
166373               {
166374                   /* flags */
166375                   META_FLAG_PROPERTY|META_FLAG_READ,
166376                   /* name */
166377                   "EstimatedTimeOfPerforming",
166378                   /* qualifiers */
166379                   _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming_qualifiers,
166380                   /* type */
166381                   CIMTYPE_UINT32,
166382                   /* subscript */
166383                   -1,
166384                   /* value */
166385                   0,
166386               };
166387 mike  1.1.2.1 
166388               static const char*
166389               _CIM_DiagnosticTestForMSE_IsExclusiveForMSE_qualifiers[] =
166390               {
166391                   /* Deprecated */
166392                   "\013\000\001CIM_ServiceAffectsElement.ElementEffects\000",
166393                   0,
166394               };
166395               
166396               static MetaProperty
166397               _CIM_DiagnosticTestForMSE_IsExclusiveForMSE =
166398               {
166399                   /* flags */
166400                   META_FLAG_PROPERTY|META_FLAG_READ,
166401                   /* name */
166402                   "IsExclusiveForMSE",
166403                   /* qualifiers */
166404                   _CIM_DiagnosticTestForMSE_IsExclusiveForMSE_qualifiers,
166405                   /* type */
166406                   CIMTYPE_BOOLEAN,
166407                   /* subscript */
166408 mike  1.1.2.1     -1,
166409                   /* value */
166410                   0,
166411               };
166412               
166413               static MetaFeature*
166414               _CIM_DiagnosticTestForMSE_features[] =
166415               {
166416                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_Antecedent,
166417                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_Dependent,
166418                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming,
166419                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_IsExclusiveForMSE,
166420                   0,
166421               };
166422               
166423               static const char*
166424               __root_cimv2_CIM_DiagnosticTestForMSE_qualifiers[] =
166425               {
166426                   /* ASSOCIATION */
166427                   "\000\001",
166428                   /* Deprecated */
166429 mike  1.1.2.1     "\013\000\001CIM_AvailableDiagnosticService\000",
166430                   /* UMLPackagePath */
166431                   "\057CIM::System::Diagnostics",
166432                   /* Version */
166433                   "\0632.9.0",
166434                   0,
166435               };
166436               
166437               MetaClass
166438               __root_cimv2_CIM_DiagnosticTestForMSE =
166439               {
166440                   /* flags */
166441                   META_FLAG_ASSOCIATION,
166442                   /* name */
166443                   "CIM_DiagnosticTestForMSE",
166444                   /* qualifiers */
166445                   __root_cimv2_CIM_DiagnosticTestForMSE_qualifiers,
166446                   /* super */
166447                   &__root_cimv2_CIM_ProvidesServiceToElement,
166448                   /* features */
166449                   _CIM_DiagnosticTestForMSE_features,
166450 mike  1.1.2.1 };
166451               
166452               //==============================================================================
166453               //
166454               // Class: CIM_DiffServService
166455               //
166456               //==============================================================================
166457               
166458               static const char*
166459               _CIM_DiffServService_DSCP_qualifiers[] =
166460               {
166461                   /* Deprecated */
166462                   "\013\000\001CIM_DiffServService.PHBID\000",
166463                   0,
166464               };
166465               
166466               static MetaProperty
166467               _CIM_DiffServService_DSCP =
166468               {
166469                   /* flags */
166470                   META_FLAG_PROPERTY|META_FLAG_READ,
166471 mike  1.1.2.1     /* name */
166472                   "DSCP",
166473                   /* qualifiers */
166474                   _CIM_DiffServService_DSCP_qualifiers,
166475                   /* type */
166476                   CIMTYPE_UINT8,
166477                   /* subscript */
166478                   -1,
166479                   /* value */
166480                   0,
166481               };
166482               
166483               static const char*
166484               _CIM_DiffServService_PHBID_qualifiers[] =
166485               {
166486                   0,
166487               };
166488               
166489               static MetaProperty
166490               _CIM_DiffServService_PHBID =
166491               {
166492 mike  1.1.2.1     /* flags */
166493                   META_FLAG_PROPERTY|META_FLAG_READ,
166494                   /* name */
166495                   "PHBID",
166496                   /* qualifiers */
166497                   _CIM_DiffServService_PHBID_qualifiers,
166498                   /* type */
166499                   CIMTYPE_UINT16,
166500                   /* subscript */
166501                   -1,
166502                   /* value */
166503                   0,
166504               };
166505               
166506               static MetaFeature*
166507               _CIM_DiffServService_features[] =
166508               {
166509                   (MetaFeature*)&_CIM_DiffServService_DSCP,
166510                   (MetaFeature*)&_CIM_DiffServService_PHBID,
166511                   0,
166512               };
166513 mike  1.1.2.1 
166514               static const char*
166515               __root_cimv2_CIM_DiffServService_qualifiers[] =
166516               {
166517                   /* UMLPackagePath */
166518                   "\057CIM::Network::QoS",
166519                   /* Version */
166520                   "\0632.7.0",
166521                   0,
166522               };
166523               
166524               MetaClass
166525               __root_cimv2_CIM_DiffServService =
166526               {
166527                   /* flags */
166528                   META_FLAG_CLASS,
166529                   /* name */
166530                   "CIM_DiffServService",
166531                   /* qualifiers */
166532                   __root_cimv2_CIM_DiffServService_qualifiers,
166533                   /* super */
166534 mike  1.1.2.1     &__root_cimv2_CIM_QoSService,
166535                   /* features */
166536                   _CIM_DiffServService_features,
166537               };
166538               
166539               //==============================================================================
166540               //
166541               // Class: CIM_DirectoryAction
166542               //
166543               //==============================================================================
166544               
166545               static const char*
166546               _CIM_DirectoryAction_DirectoryName_qualifiers[] =
166547               {
166548                   /* MaxLen */
166549                   "\030\000\000\004\000",
166550                   0,
166551               };
166552               
166553               static MetaProperty
166554               _CIM_DirectoryAction_DirectoryName =
166555 mike  1.1.2.1 {
166556                   /* flags */
166557                   META_FLAG_PROPERTY|META_FLAG_READ,
166558                   /* name */
166559                   "DirectoryName",
166560                   /* qualifiers */
166561                   _CIM_DirectoryAction_DirectoryName_qualifiers,
166562                   /* type */
166563                   CIMTYPE_STRING,
166564                   /* subscript */
166565                   -1,
166566                   /* value */
166567                   0,
166568               };
166569               
166570               static MetaFeature*
166571               _CIM_DirectoryAction_features[] =
166572               {
166573                   (MetaFeature*)&_CIM_DirectoryAction_DirectoryName,
166574                   0,
166575               };
166576 mike  1.1.2.1 
166577               static const char*
166578               __root_cimv2_CIM_DirectoryAction_qualifiers[] =
166579               {
166580                   /* UMLPackagePath */
166581                   "\057CIM::Application::CheckAction",
166582                   /* Abstract */
166583                   "\002\001",
166584                   /* Version */
166585                   "\0632.6.0",
166586                   0,
166587               };
166588               
166589               MetaClass
166590               __root_cimv2_CIM_DirectoryAction =
166591               {
166592                   /* flags */
166593                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
166594                   /* name */
166595                   "CIM_DirectoryAction",
166596                   /* qualifiers */
166597 mike  1.1.2.1     __root_cimv2_CIM_DirectoryAction_qualifiers,
166598                   /* super */
166599                   &__root_cimv2_CIM_Action,
166600                   /* features */
166601                   _CIM_DirectoryAction_features,
166602               };
166603               
166604               //==============================================================================
166605               //
166606               // Class: CIM_DirectorySpecification
166607               //
166608               //==============================================================================
166609               
166610               static const char*
166611               _CIM_DirectorySpecification_DirectoryType_qualifiers[] =
166612               {
166613                   /* ValueMap */
166614                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
166615                   /* Values */
166616                   "\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",
166617                   /* MappingStrings */
166618 mike  1.1.2.1     "\026\000\001MIF.DMTF|Location|001.2\000",
166619                   0,
166620               };
166621               
166622               static MetaProperty
166623               _CIM_DirectorySpecification_DirectoryType =
166624               {
166625                   /* flags */
166626                   META_FLAG_PROPERTY|META_FLAG_READ,
166627                   /* name */
166628                   "DirectoryType",
166629                   /* qualifiers */
166630                   _CIM_DirectorySpecification_DirectoryType_qualifiers,
166631                   /* type */
166632                   CIMTYPE_UINT16,
166633                   /* subscript */
166634                   -1,
166635                   /* value */
166636                   0,
166637               };
166638               
166639 mike  1.1.2.1 static const char*
166640               _CIM_DirectorySpecification_DirectoryPath_qualifiers[] =
166641               {
166642                   /* MaxLen */
166643                   "\030\000\000\004\000",
166644                   0,
166645               };
166646               
166647               static MetaProperty
166648               _CIM_DirectorySpecification_DirectoryPath =
166649               {
166650                   /* flags */
166651                   META_FLAG_PROPERTY|META_FLAG_READ,
166652                   /* name */
166653                   "DirectoryPath",
166654                   /* qualifiers */
166655                   _CIM_DirectorySpecification_DirectoryPath_qualifiers,
166656                   /* type */
166657                   CIMTYPE_STRING,
166658                   /* subscript */
166659                   -1,
166660 mike  1.1.2.1     /* value */
166661                   0,
166662               };
166663               
166664               static MetaFeature*
166665               _CIM_DirectorySpecification_features[] =
166666               {
166667                   (MetaFeature*)&_CIM_DirectorySpecification_DirectoryType,
166668                   (MetaFeature*)&_CIM_DirectorySpecification_DirectoryPath,
166669                   0,
166670               };
166671               
166672               static const char*
166673               __root_cimv2_CIM_DirectorySpecification_qualifiers[] =
166674               {
166675                   /* UMLPackagePath */
166676                   "\057CIM::Application::CheckAction",
166677                   /* Version */
166678                   "\0632.6.0",
166679                   0,
166680               };
166681 mike  1.1.2.1 
166682               MetaClass
166683               __root_cimv2_CIM_DirectorySpecification =
166684               {
166685                   /* flags */
166686                   META_FLAG_CLASS,
166687                   /* name */
166688                   "CIM_DirectorySpecification",
166689                   /* qualifiers */
166690                   __root_cimv2_CIM_DirectorySpecification_qualifiers,
166691                   /* super */
166692                   &__root_cimv2_CIM_Check,
166693                   /* features */
166694                   _CIM_DirectorySpecification_features,
166695               };
166696               
166697               //==============================================================================
166698               //
166699               // Class: CIM_DiskPartition
166700               //
166701               //==============================================================================
166702 mike  1.1.2.1 
166703               static const char*
166704               _CIM_DiskPartition_PrimaryPartition_qualifiers[] =
166705               {
166706                   0,
166707               };
166708               
166709               static MetaProperty
166710               _CIM_DiskPartition_PrimaryPartition =
166711               {
166712                   /* flags */
166713                   META_FLAG_PROPERTY|META_FLAG_READ,
166714                   /* name */
166715                   "PrimaryPartition",
166716                   /* qualifiers */
166717                   _CIM_DiskPartition_PrimaryPartition_qualifiers,
166718                   /* type */
166719                   CIMTYPE_BOOLEAN,
166720                   /* subscript */
166721                   -1,
166722                   /* value */
166723 mike  1.1.2.1     0,
166724               };
166725               
166726               static const char*
166727               _CIM_DiskPartition_PartitionType_qualifiers[] =
166728               {
166729                   /* ValueMap */
166730                   "\061\000\0040\0001\0002\0003\000",
166731                   /* Values */
166732                   "\062\000\004Unknown\000Primary\000Extended\000Logical\000",
166733                   0,
166734               };
166735               
166736               static MetaProperty
166737               _CIM_DiskPartition_PartitionType =
166738               {
166739                   /* flags */
166740                   META_FLAG_PROPERTY|META_FLAG_READ,
166741                   /* name */
166742                   "PartitionType",
166743                   /* qualifiers */
166744 mike  1.1.2.1     _CIM_DiskPartition_PartitionType_qualifiers,
166745                   /* type */
166746                   CIMTYPE_UINT16,
166747                   /* subscript */
166748                   -1,
166749                   /* value */
166750                   0,
166751               };
166752               
166753               static const char*
166754               _CIM_DiskPartition_PartitionSubtype_qualifiers[] =
166755               {
166756                   /* ValueMap */
166757                   "\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",
166758                   /* Values */
166759                   "\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",
166760                   0,
166761               };
166762               
166763               static MetaProperty
166764               _CIM_DiskPartition_PartitionSubtype =
166765 mike  1.1.2.1 {
166766                   /* flags */
166767                   META_FLAG_PROPERTY|META_FLAG_READ,
166768                   /* name */
166769                   "PartitionSubtype",
166770                   /* qualifiers */
166771                   _CIM_DiskPartition_PartitionSubtype_qualifiers,
166772                   /* type */
166773                   CIMTYPE_UINT16,
166774                   /* subscript */
166775                   -1,
166776                   /* value */
166777                   0,
166778               };
166779               
166780               static MetaFeature*
166781               _CIM_DiskPartition_features[] =
166782               {
166783                   (MetaFeature*)&_CIM_DiskPartition_PrimaryPartition,
166784                   (MetaFeature*)&_CIM_DiskPartition_PartitionType,
166785                   (MetaFeature*)&_CIM_DiskPartition_PartitionSubtype,
166786 mike  1.1.2.1     0,
166787               };
166788               
166789               static const char*
166790               __root_cimv2_CIM_DiskPartition_qualifiers[] =
166791               {
166792                   /* UMLPackagePath */
166793                   "\057CIM::Device::StorageExtents",
166794                   /* Version */
166795                   "\0632.6.0",
166796                   0,
166797               };
166798               
166799               MetaClass
166800               __root_cimv2_CIM_DiskPartition =
166801               {
166802                   /* flags */
166803                   META_FLAG_CLASS,
166804                   /* name */
166805                   "CIM_DiskPartition",
166806                   /* qualifiers */
166807 mike  1.1.2.1     __root_cimv2_CIM_DiskPartition_qualifiers,
166808                   /* super */
166809                   &__root_cimv2_CIM_MediaPartition,
166810                   /* features */
166811                   _CIM_DiskPartition_features,
166812               };
166813               
166814               //==============================================================================
166815               //
166816               // Class: CIM_DiskPartitionBasedOnVolume
166817               //
166818               //==============================================================================
166819               
166820               static const char*
166821               _CIM_DiskPartitionBasedOnVolume_Antecedent_qualifiers[] =
166822               {
166823                   /* Override */
166824                   "\044Antecedent",
166825                   /* Max */
166826                   "\027\000\000\000\001",
166827                   0,
166828 mike  1.1.2.1 };
166829               
166830               static MetaReference
166831               _CIM_DiskPartitionBasedOnVolume_Antecedent =
166832               {
166833                   /* flags */
166834                   META_FLAG_REFERENCE|META_FLAG_READ,
166835                   /* name */
166836                   "Antecedent",
166837                   /* qualifiers */
166838                   _CIM_DiskPartitionBasedOnVolume_Antecedent_qualifiers,
166839                   /* subscript */
166840                   -1,
166841                   /* refId */
166842                   &__root_cimv2_CIM_StorageVolume,
166843               };
166844               
166845               static const char*
166846               _CIM_DiskPartitionBasedOnVolume_Dependent_qualifiers[] =
166847               {
166848                   /* Override */
166849 mike  1.1.2.1     "\044Dependent",
166850                   0,
166851               };
166852               
166853               static MetaReference
166854               _CIM_DiskPartitionBasedOnVolume_Dependent =
166855               {
166856                   /* flags */
166857                   META_FLAG_REFERENCE|META_FLAG_READ,
166858                   /* name */
166859                   "Dependent",
166860                   /* qualifiers */
166861                   _CIM_DiskPartitionBasedOnVolume_Dependent_qualifiers,
166862                   /* subscript */
166863                   -1,
166864                   /* refId */
166865                   &__root_cimv2_CIM_DiskPartition,
166866               };
166867               
166868               static MetaFeature*
166869               _CIM_DiskPartitionBasedOnVolume_features[] =
166870 mike  1.1.2.1 {
166871                   (MetaFeature*)&_CIM_DiskPartitionBasedOnVolume_Antecedent,
166872                   (MetaFeature*)&_CIM_DiskPartitionBasedOnVolume_Dependent,
166873                   0,
166874               };
166875               
166876               static const char*
166877               __root_cimv2_CIM_DiskPartitionBasedOnVolume_qualifiers[] =
166878               {
166879                   /* ASSOCIATION */
166880                   "\000\001",
166881                   /* UMLPackagePath */
166882                   "\057CIM::Device::StorageExtents",
166883                   /* Version */
166884                   "\0632.6.0",
166885                   0,
166886               };
166887               
166888               MetaClass
166889               __root_cimv2_CIM_DiskPartitionBasedOnVolume =
166890               {
166891 mike  1.1.2.1     /* flags */
166892                   META_FLAG_ASSOCIATION,
166893                   /* name */
166894                   "CIM_DiskPartitionBasedOnVolume",
166895                   /* qualifiers */
166896                   __root_cimv2_CIM_DiskPartitionBasedOnVolume_qualifiers,
166897                   /* super */
166898                   &__root_cimv2_CIM_BasedOn,
166899                   /* features */
166900                   _CIM_DiskPartitionBasedOnVolume_features,
166901               };
166902               
166903               //==============================================================================
166904               //
166905               // Class: CIM_DiskSpaceCheck
166906               //
166907               //==============================================================================
166908               
166909               static const char*
166910               _CIM_DiskSpaceCheck_AvailableDiskSpace_qualifiers[] =
166911               {
166912 mike  1.1.2.1     /* Units */
166913                   "\060KiloBytes",
166914                   /* ModelCorrespondence */
166915                   "\036\000\001CIM_FileSystem.AvailableSpace\000",
166916                   0,
166917               };
166918               
166919               static MetaProperty
166920               _CIM_DiskSpaceCheck_AvailableDiskSpace =
166921               {
166922                   /* flags */
166923                   META_FLAG_PROPERTY|META_FLAG_READ,
166924                   /* name */
166925                   "AvailableDiskSpace",
166926                   /* qualifiers */
166927                   _CIM_DiskSpaceCheck_AvailableDiskSpace_qualifiers,
166928                   /* type */
166929                   CIMTYPE_UINT64,
166930                   /* subscript */
166931                   -1,
166932                   /* value */
166933 mike  1.1.2.1     0,
166934               };
166935               
166936               static MetaFeature*
166937               _CIM_DiskSpaceCheck_features[] =
166938               {
166939                   (MetaFeature*)&_CIM_DiskSpaceCheck_AvailableDiskSpace,
166940                   0,
166941               };
166942               
166943               static const char*
166944               __root_cimv2_CIM_DiskSpaceCheck_qualifiers[] =
166945               {
166946                   /* UMLPackagePath */
166947                   "\057CIM::Application::CheckAction",
166948                   /* Version */
166949                   "\0632.6.0",
166950                   0,
166951               };
166952               
166953               MetaClass
166954 mike  1.1.2.1 __root_cimv2_CIM_DiskSpaceCheck =
166955               {
166956                   /* flags */
166957                   META_FLAG_CLASS,
166958                   /* name */
166959                   "CIM_DiskSpaceCheck",
166960                   /* qualifiers */
166961                   __root_cimv2_CIM_DiskSpaceCheck_qualifiers,
166962                   /* super */
166963                   &__root_cimv2_CIM_Check,
166964                   /* features */
166965                   _CIM_DiskSpaceCheck_features,
166966               };
166967               
166968               //==============================================================================
166969               //
166970               // Class: CIM_DSCPMarkerService
166971               //
166972               //==============================================================================
166973               
166974               static const char*
166975 mike  1.1.2.1 _CIM_DSCPMarkerService_DSCPValue_qualifiers[] =
166976               {
166977                   /* MinValue */
166978                   "\035\000\000\000\000\000\000\000\000",
166979                   /* MaxValue */
166980                   "\031\000\000\000\000\000\000\000\077",
166981                   0,
166982               };
166983               
166984               static MetaProperty
166985               _CIM_DSCPMarkerService_DSCPValue =
166986               {
166987                   /* flags */
166988                   META_FLAG_PROPERTY|META_FLAG_READ,
166989                   /* name */
166990                   "DSCPValue",
166991                   /* qualifiers */
166992                   _CIM_DSCPMarkerService_DSCPValue_qualifiers,
166993                   /* type */
166994                   CIMTYPE_UINT8,
166995                   /* subscript */
166996 mike  1.1.2.1     -1,
166997                   /* value */
166998                   0,
166999               };
167000               
167001               static MetaFeature*
167002               _CIM_DSCPMarkerService_features[] =
167003               {
167004                   (MetaFeature*)&_CIM_DSCPMarkerService_DSCPValue,
167005                   0,
167006               };
167007               
167008               static const char*
167009               __root_cimv2_CIM_DSCPMarkerService_qualifiers[] =
167010               {
167011                   /* UMLPackagePath */
167012                   "\057CIM::Network::QoS",
167013                   /* Version */
167014                   "\0632.7.0",
167015                   0,
167016               };
167017 mike  1.1.2.1 
167018               MetaClass
167019               __root_cimv2_CIM_DSCPMarkerService =
167020               {
167021                   /* flags */
167022                   META_FLAG_CLASS,
167023                   /* name */
167024                   "CIM_DSCPMarkerService",
167025                   /* qualifiers */
167026                   __root_cimv2_CIM_DSCPMarkerService_qualifiers,
167027                   /* super */
167028                   &__root_cimv2_CIM_MarkerService,
167029                   /* features */
167030                   _CIM_DSCPMarkerService_features,
167031               };
167032               
167033               //==============================================================================
167034               //
167035               // Class: CIM_EFService
167036               //
167037               //==============================================================================
167038 mike  1.1.2.1 
167039               static MetaFeature*
167040               _CIM_EFService_features[] =
167041               {
167042                   0,
167043               };
167044               
167045               static const char*
167046               __root_cimv2_CIM_EFService_qualifiers[] =
167047               {
167048                   /* Deprecated */
167049                   "\013\000\001CIM_DiffServService\000",
167050                   /* UMLPackagePath */
167051                   "\057CIM::Network::QoS",
167052                   /* Version */
167053                   "\0632.7.0",
167054                   0,
167055               };
167056               
167057               MetaClass
167058               __root_cimv2_CIM_EFService =
167059 mike  1.1.2.1 {
167060                   /* flags */
167061                   META_FLAG_CLASS,
167062                   /* name */
167063                   "CIM_EFService",
167064                   /* qualifiers */
167065                   __root_cimv2_CIM_EFService_qualifiers,
167066                   /* super */
167067                   &__root_cimv2_CIM_DiffServService,
167068                   /* features */
167069                   _CIM_EFService_features,
167070               };
167071               
167072               //==============================================================================
167073               //
167074               // Class: CIM_EGPRouteCalcDependency
167075               //
167076               //==============================================================================
167077               
167078               static const char*
167079               _CIM_EGPRouteCalcDependency_Antecedent_qualifiers[] =
167080 mike  1.1.2.1 {
167081                   /* Override */
167082                   "\044Antecedent",
167083                   0,
167084               };
167085               
167086               static MetaReference
167087               _CIM_EGPRouteCalcDependency_Antecedent =
167088               {
167089                   /* flags */
167090                   META_FLAG_REFERENCE|META_FLAG_READ,
167091                   /* name */
167092                   "Antecedent",
167093                   /* qualifiers */
167094                   _CIM_EGPRouteCalcDependency_Antecedent_qualifiers,
167095                   /* subscript */
167096                   -1,
167097                   /* refId */
167098                   &__root_cimv2_CIM_RouteCalculationService,
167099               };
167100               
167101 mike  1.1.2.1 static const char*
167102               _CIM_EGPRouteCalcDependency_Dependent_qualifiers[] =
167103               {
167104                   /* Override */
167105                   "\044Dependent",
167106                   0,
167107               };
167108               
167109               static MetaReference
167110               _CIM_EGPRouteCalcDependency_Dependent =
167111               {
167112                   /* flags */
167113                   META_FLAG_REFERENCE|META_FLAG_READ,
167114                   /* name */
167115                   "Dependent",
167116                   /* qualifiers */
167117                   _CIM_EGPRouteCalcDependency_Dependent_qualifiers,
167118                   /* subscript */
167119                   -1,
167120                   /* refId */
167121                   &__root_cimv2_CIM_RouteCalculationService,
167122 mike  1.1.2.1 };
167123               
167124               static const char*
167125               _CIM_EGPRouteCalcDependency_IGPInjection_qualifiers[] =
167126               {
167127                   /* ValueMap */
167128                   "\061\000\0031\0002\0003\000",
167129                   /* Values */
167130                   "\062\000\003None\000Partial\000Full\000",
167131                   0,
167132               };
167133               
167134               static MetaProperty
167135               _CIM_EGPRouteCalcDependency_IGPInjection =
167136               {
167137                   /* flags */
167138                   META_FLAG_PROPERTY|META_FLAG_READ,
167139                   /* name */
167140                   "IGPInjection",
167141                   /* qualifiers */
167142                   _CIM_EGPRouteCalcDependency_IGPInjection_qualifiers,
167143 mike  1.1.2.1     /* type */
167144                   CIMTYPE_UINT16,
167145                   /* subscript */
167146                   -1,
167147                   /* value */
167148                   0,
167149               };
167150               
167151               static MetaFeature*
167152               _CIM_EGPRouteCalcDependency_features[] =
167153               {
167154                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_Antecedent,
167155                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_Dependent,
167156                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_IGPInjection,
167157                   0,
167158               };
167159               
167160               static const char*
167161               __root_cimv2_CIM_EGPRouteCalcDependency_qualifiers[] =
167162               {
167163                   /* ASSOCIATION */
167164 mike  1.1.2.1     "\000\001",
167165                   /* UMLPackagePath */
167166                   "\057CIM::Network::BGP",
167167                   /* Version */
167168                   "\0632.6.0",
167169                   0,
167170               };
167171               
167172               MetaClass
167173               __root_cimv2_CIM_EGPRouteCalcDependency =
167174               {
167175                   /* flags */
167176                   META_FLAG_ASSOCIATION,
167177                   /* name */
167178                   "CIM_EGPRouteCalcDependency",
167179                   /* qualifiers */
167180                   __root_cimv2_CIM_EGPRouteCalcDependency_qualifiers,
167181                   /* super */
167182                   &__root_cimv2_CIM_ServiceServiceDependency,
167183                   /* features */
167184                   _CIM_EGPRouteCalcDependency_features,
167185 mike  1.1.2.1 };
167186               
167187               //==============================================================================
167188               //
167189               // Class: CIM_EgressConditioningServiceOnEndpoint
167190               //
167191               //==============================================================================
167192               
167193               static const char*
167194               _CIM_EgressConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
167195               {
167196                   /* Override */
167197                   "\044Antecedent",
167198                   /* Max */
167199                   "\027\000\000\000\001",
167200                   0,
167201               };
167202               
167203               static MetaReference
167204               _CIM_EgressConditioningServiceOnEndpoint_Antecedent =
167205               {
167206 mike  1.1.2.1     /* flags */
167207                   META_FLAG_REFERENCE|META_FLAG_READ,
167208                   /* name */
167209                   "Antecedent",
167210                   /* qualifiers */
167211                   _CIM_EgressConditioningServiceOnEndpoint_Antecedent_qualifiers,
167212                   /* subscript */
167213                   -1,
167214                   /* refId */
167215                   &__root_cimv2_CIM_ProtocolEndpoint,
167216               };
167217               
167218               static const char*
167219               _CIM_EgressConditioningServiceOnEndpoint_Dependent_qualifiers[] =
167220               {
167221                   /* Override */
167222                   "\044Dependent",
167223                   0,
167224               };
167225               
167226               static MetaReference
167227 mike  1.1.2.1 _CIM_EgressConditioningServiceOnEndpoint_Dependent =
167228               {
167229                   /* flags */
167230                   META_FLAG_REFERENCE|META_FLAG_READ,
167231                   /* name */
167232                   "Dependent",
167233                   /* qualifiers */
167234                   _CIM_EgressConditioningServiceOnEndpoint_Dependent_qualifiers,
167235                   /* subscript */
167236                   -1,
167237                   /* refId */
167238                   &__root_cimv2_CIM_ConditioningService,
167239               };
167240               
167241               static MetaFeature*
167242               _CIM_EgressConditioningServiceOnEndpoint_features[] =
167243               {
167244                   (MetaFeature*)&_CIM_EgressConditioningServiceOnEndpoint_Antecedent,
167245                   (MetaFeature*)&_CIM_EgressConditioningServiceOnEndpoint_Dependent,
167246                   0,
167247               };
167248 mike  1.1.2.1 
167249               static const char*
167250               __root_cimv2_CIM_EgressConditioningServiceOnEndpoint_qualifiers[] =
167251               {
167252                   /* ASSOCIATION */
167253                   "\000\001",
167254                   /* UMLPackagePath */
167255                   "\057CIM::Network::QoS",
167256                   /* Version */
167257                   "\0632.7.0",
167258                   0,
167259               };
167260               
167261               MetaClass
167262               __root_cimv2_CIM_EgressConditioningServiceOnEndpoint =
167263               {
167264                   /* flags */
167265                   META_FLAG_ASSOCIATION,
167266                   /* name */
167267                   "CIM_EgressConditioningServiceOnEndpoint",
167268                   /* qualifiers */
167269 mike  1.1.2.1     __root_cimv2_CIM_EgressConditioningServiceOnEndpoint_qualifiers,
167270                   /* super */
167271                   &__root_cimv2_CIM_ServiceSAPDependency,
167272                   /* features */
167273                   _CIM_EgressConditioningServiceOnEndpoint_features,
167274               };
167275               
167276               //==============================================================================
167277               //
167278               // Class: CIM_ElementInSchedulingService
167279               //
167280               //==============================================================================
167281               
167282               static const char*
167283               _CIM_ElementInSchedulingService_GroupComponent_qualifiers[] =
167284               {
167285                   /* Aggregate */
167286                   "\003\001",
167287                   /* Override */
167288                   "\044GroupComponent",
167289                   /* Max */
167290 mike  1.1.2.1     "\027\000\000\000\001",
167291                   0,
167292               };
167293               
167294               static MetaReference
167295               _CIM_ElementInSchedulingService_GroupComponent =
167296               {
167297                   /* flags */
167298                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
167299                   /* name */
167300                   "GroupComponent",
167301                   /* qualifiers */
167302                   _CIM_ElementInSchedulingService_GroupComponent_qualifiers,
167303                   /* subscript */
167304                   -1,
167305                   /* refId */
167306                   &__root_cimv2_CIM_PacketSchedulingService,
167307               };
167308               
167309               static const char*
167310               _CIM_ElementInSchedulingService_PartComponent_qualifiers[] =
167311 mike  1.1.2.1 {
167312                   /* Override */
167313                   "\044PartComponent",
167314                   /* Min */
167315                   "\033\000\000\000\001",
167316                   0,
167317               };
167318               
167319               static MetaReference
167320               _CIM_ElementInSchedulingService_PartComponent =
167321               {
167322                   /* flags */
167323                   META_FLAG_REFERENCE|META_FLAG_READ,
167324                   /* name */
167325                   "PartComponent",
167326                   /* qualifiers */
167327                   _CIM_ElementInSchedulingService_PartComponent_qualifiers,
167328                   /* subscript */
167329                   -1,
167330                   /* refId */
167331                   &__root_cimv2_CIM_SchedulingElement,
167332 mike  1.1.2.1 };
167333               
167334               static MetaFeature*
167335               _CIM_ElementInSchedulingService_features[] =
167336               {
167337                   (MetaFeature*)&_CIM_ElementInSchedulingService_GroupComponent,
167338                   (MetaFeature*)&_CIM_ElementInSchedulingService_PartComponent,
167339                   0,
167340               };
167341               
167342               static const char*
167343               __root_cimv2_CIM_ElementInSchedulingService_qualifiers[] =
167344               {
167345                   /* ASSOCIATION */
167346                   "\000\001",
167347                   /* UMLPackagePath */
167348                   "\057CIM::Network::QoS",
167349                   /* Aggregation */
167350                   "\004\001",
167351                   /* Composition */
167352                   "\011\001",
167353 mike  1.1.2.1     /* Version */
167354                   "\0632.7.0",
167355                   0,
167356               };
167357               
167358               MetaClass
167359               __root_cimv2_CIM_ElementInSchedulingService =
167360               {
167361                   /* flags */
167362                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
167363                   /* name */
167364                   "CIM_ElementInSchedulingService",
167365                   /* qualifiers */
167366                   __root_cimv2_CIM_ElementInSchedulingService_qualifiers,
167367                   /* super */
167368                   &__root_cimv2_CIM_Component,
167369                   /* features */
167370                   _CIM_ElementInSchedulingService_features,
167371               };
167372               
167373               //==============================================================================
167374 mike  1.1.2.1 //
167375               // Class: CIM_EndpointIdentity
167376               //
167377               //==============================================================================
167378               
167379               static const char*
167380               _CIM_EndpointIdentity_SystemElement_qualifiers[] =
167381               {
167382                   /* Override */
167383                   "\044SystemElement",
167384                   0,
167385               };
167386               
167387               static MetaReference
167388               _CIM_EndpointIdentity_SystemElement =
167389               {
167390                   /* flags */
167391                   META_FLAG_REFERENCE|META_FLAG_READ,
167392                   /* name */
167393                   "SystemElement",
167394                   /* qualifiers */
167395 mike  1.1.2.1     _CIM_EndpointIdentity_SystemElement_qualifiers,
167396                   /* subscript */
167397                   -1,
167398                   /* refId */
167399                   &__root_cimv2_CIM_ProtocolEndpoint,
167400               };
167401               
167402               static const char*
167403               _CIM_EndpointIdentity_SameElement_qualifiers[] =
167404               {
167405                   /* Override */
167406                   "\044SameElement",
167407                   0,
167408               };
167409               
167410               static MetaReference
167411               _CIM_EndpointIdentity_SameElement =
167412               {
167413                   /* flags */
167414                   META_FLAG_REFERENCE|META_FLAG_READ,
167415                   /* name */
167416 mike  1.1.2.1     "SameElement",
167417                   /* qualifiers */
167418                   _CIM_EndpointIdentity_SameElement_qualifiers,
167419                   /* subscript */
167420                   -1,
167421                   /* refId */
167422                   &__root_cimv2_CIM_ProtocolEndpoint,
167423               };
167424               
167425               static MetaFeature*
167426               _CIM_EndpointIdentity_features[] =
167427               {
167428                   (MetaFeature*)&_CIM_EndpointIdentity_SystemElement,
167429                   (MetaFeature*)&_CIM_EndpointIdentity_SameElement,
167430                   0,
167431               };
167432               
167433               static const char*
167434               __root_cimv2_CIM_EndpointIdentity_qualifiers[] =
167435               {
167436                   /* ASSOCIATION */
167437 mike  1.1.2.1     "\000\001",
167438                   /* UMLPackagePath */
167439                   "\057CIM::Network::ProtocolEndpoints",
167440                   /* Version */
167441                   "\0632.6.0",
167442                   0,
167443               };
167444               
167445               MetaClass
167446               __root_cimv2_CIM_EndpointIdentity =
167447               {
167448                   /* flags */
167449                   META_FLAG_ASSOCIATION,
167450                   /* name */
167451                   "CIM_EndpointIdentity",
167452                   /* qualifiers */
167453                   __root_cimv2_CIM_EndpointIdentity_qualifiers,
167454                   /* super */
167455                   &__root_cimv2_CIM_LogicalIdentity,
167456                   /* features */
167457                   _CIM_EndpointIdentity_features,
167458 mike  1.1.2.1 };
167459               
167460               //==============================================================================
167461               //
167462               // Class: CIM_EndpointOfNetworkPipe
167463               //
167464               //==============================================================================
167465               
167466               static const char*
167467               _CIM_EndpointOfNetworkPipe_Antecedent_qualifiers[] =
167468               {
167469                   /* Override */
167470                   "\044Antecedent",
167471                   /* Min */
167472                   "\033\000\000\000\002",
167473                   /* Max */
167474                   "\027\000\000\000\002",
167475                   0,
167476               };
167477               
167478               static MetaReference
167479 mike  1.1.2.1 _CIM_EndpointOfNetworkPipe_Antecedent =
167480               {
167481                   /* flags */
167482                   META_FLAG_REFERENCE|META_FLAG_READ,
167483                   /* name */
167484                   "Antecedent",
167485                   /* qualifiers */
167486                   _CIM_EndpointOfNetworkPipe_Antecedent_qualifiers,
167487                   /* subscript */
167488                   -1,
167489                   /* refId */
167490                   &__root_cimv2_CIM_ProtocolEndpoint,
167491               };
167492               
167493               static const char*
167494               _CIM_EndpointOfNetworkPipe_Dependent_qualifiers[] =
167495               {
167496                   /* Override */
167497                   "\044Dependent",
167498                   0,
167499               };
167500 mike  1.1.2.1 
167501               static MetaReference
167502               _CIM_EndpointOfNetworkPipe_Dependent =
167503               {
167504                   /* flags */
167505                   META_FLAG_REFERENCE|META_FLAG_READ,
167506                   /* name */
167507                   "Dependent",
167508                   /* qualifiers */
167509                   _CIM_EndpointOfNetworkPipe_Dependent_qualifiers,
167510                   /* subscript */
167511                   -1,
167512                   /* refId */
167513                   &__root_cimv2_CIM_NetworkPipe,
167514               };
167515               
167516               static const char*
167517               _CIM_EndpointOfNetworkPipe_SourceOrSink_qualifiers[] =
167518               {
167519                   /* ValueMap */
167520                   "\061\000\0040\0002\0003\0004\000",
167521 mike  1.1.2.1     /* Values */
167522                   "\062\000\004Unknown\000Source\000Sink\000Not Applicable\000",
167523                   0,
167524               };
167525               
167526               static MetaProperty
167527               _CIM_EndpointOfNetworkPipe_SourceOrSink =
167528               {
167529                   /* flags */
167530                   META_FLAG_PROPERTY|META_FLAG_READ,
167531                   /* name */
167532                   "SourceOrSink",
167533                   /* qualifiers */
167534                   _CIM_EndpointOfNetworkPipe_SourceOrSink_qualifiers,
167535                   /* type */
167536                   CIMTYPE_UINT16,
167537                   /* subscript */
167538                   -1,
167539                   /* value */
167540                   0,
167541               };
167542 mike  1.1.2.1 
167543               static MetaFeature*
167544               _CIM_EndpointOfNetworkPipe_features[] =
167545               {
167546                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_Antecedent,
167547                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_Dependent,
167548                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_SourceOrSink,
167549                   0,
167550               };
167551               
167552               static const char*
167553               __root_cimv2_CIM_EndpointOfNetworkPipe_qualifiers[] =
167554               {
167555                   /* ASSOCIATION */
167556                   "\000\001",
167557                   /* UMLPackagePath */
167558                   "\057CIM::Network::Pipes",
167559                   /* Version */
167560                   "\0632.7.0",
167561                   /* MappingStrings */
167562                   "\026\000\002Recommendation.ITU|M3100.Pipe.a-TPInstance\000Recommendation.ITU|M3100.Pipe.z-TPInstance\000",
167563 mike  1.1.2.1     0,
167564               };
167565               
167566               MetaClass
167567               __root_cimv2_CIM_EndpointOfNetworkPipe =
167568               {
167569                   /* flags */
167570                   META_FLAG_ASSOCIATION,
167571                   /* name */
167572                   "CIM_EndpointOfNetworkPipe",
167573                   /* qualifiers */
167574                   __root_cimv2_CIM_EndpointOfNetworkPipe_qualifiers,
167575                   /* super */
167576                   &__root_cimv2_CIM_Dependency,
167577                   /* features */
167578                   _CIM_EndpointOfNetworkPipe_features,
167579               };
167580               
167581               //==============================================================================
167582               //
167583               // Class: CIM_EWMAMeterService
167584 mike  1.1.2.1 //
167585               //==============================================================================
167586               
167587               static const char*
167588               _CIM_EWMAMeterService_AverageRate_qualifiers[] =
167589               {
167590                   /* Units */
167591                   "\060KiloBits Per Second",
167592                   0,
167593               };
167594               
167595               static MetaProperty
167596               _CIM_EWMAMeterService_AverageRate =
167597               {
167598                   /* flags */
167599                   META_FLAG_PROPERTY|META_FLAG_READ,
167600                   /* name */
167601                   "AverageRate",
167602                   /* qualifiers */
167603                   _CIM_EWMAMeterService_AverageRate_qualifiers,
167604                   /* type */
167605 mike  1.1.2.1     CIMTYPE_UINT32,
167606                   /* subscript */
167607                   -1,
167608                   /* value */
167609                   0,
167610               };
167611               
167612               static const char*
167613               _CIM_EWMAMeterService_DeltaInterval_qualifiers[] =
167614               {
167615                   /* Units */
167616                   "\060MicroSeconds",
167617                   0,
167618               };
167619               
167620               static MetaProperty
167621               _CIM_EWMAMeterService_DeltaInterval =
167622               {
167623                   /* flags */
167624                   META_FLAG_PROPERTY|META_FLAG_READ,
167625                   /* name */
167626 mike  1.1.2.1     "DeltaInterval",
167627                   /* qualifiers */
167628                   _CIM_EWMAMeterService_DeltaInterval_qualifiers,
167629                   /* type */
167630                   CIMTYPE_UINT64,
167631                   /* subscript */
167632                   -1,
167633                   /* value */
167634                   0,
167635               };
167636               
167637               static const char*
167638               _CIM_EWMAMeterService_Gain_qualifiers[] =
167639               {
167640                   0,
167641               };
167642               
167643               static MetaProperty
167644               _CIM_EWMAMeterService_Gain =
167645               {
167646                   /* flags */
167647 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
167648                   /* name */
167649                   "Gain",
167650                   /* qualifiers */
167651                   _CIM_EWMAMeterService_Gain_qualifiers,
167652                   /* type */
167653                   CIMTYPE_UINT32,
167654                   /* subscript */
167655                   -1,
167656                   /* value */
167657                   0,
167658               };
167659               
167660               static MetaFeature*
167661               _CIM_EWMAMeterService_features[] =
167662               {
167663                   (MetaFeature*)&_CIM_EWMAMeterService_AverageRate,
167664                   (MetaFeature*)&_CIM_EWMAMeterService_DeltaInterval,
167665                   (MetaFeature*)&_CIM_EWMAMeterService_Gain,
167666                   0,
167667               };
167668 mike  1.1.2.1 
167669               static const char*
167670               __root_cimv2_CIM_EWMAMeterService_qualifiers[] =
167671               {
167672                   /* UMLPackagePath */
167673                   "\057CIM::Network::QoS",
167674                   /* Version */
167675                   "\0632.7.0",
167676                   0,
167677               };
167678               
167679               MetaClass
167680               __root_cimv2_CIM_EWMAMeterService =
167681               {
167682                   /* flags */
167683                   META_FLAG_CLASS,
167684                   /* name */
167685                   "CIM_EWMAMeterService",
167686                   /* qualifiers */
167687                   __root_cimv2_CIM_EWMAMeterService_qualifiers,
167688                   /* super */
167689 mike  1.1.2.1     &__root_cimv2_CIM_MeterService,
167690                   /* features */
167691                   _CIM_EWMAMeterService_features,
167692               };
167693               
167694               //==============================================================================
167695               //
167696               // Class: CIM_ExecuteProgram
167697               //
167698               //==============================================================================
167699               
167700               static const char*
167701               _CIM_ExecuteProgram_ProgramPath_qualifiers[] =
167702               {
167703                   /* MaxLen */
167704                   "\030\000\000\004\000",
167705                   0,
167706               };
167707               
167708               static MetaProperty
167709               _CIM_ExecuteProgram_ProgramPath =
167710 mike  1.1.2.1 {
167711                   /* flags */
167712                   META_FLAG_PROPERTY|META_FLAG_READ,
167713                   /* name */
167714                   "ProgramPath",
167715                   /* qualifiers */
167716                   _CIM_ExecuteProgram_ProgramPath_qualifiers,
167717                   /* type */
167718                   CIMTYPE_STRING,
167719                   /* subscript */
167720                   -1,
167721                   /* value */
167722                   0,
167723               };
167724               
167725               static const char*
167726               _CIM_ExecuteProgram_CommandLine_qualifiers[] =
167727               {
167728                   0,
167729               };
167730               
167731 mike  1.1.2.1 static MetaProperty
167732               _CIM_ExecuteProgram_CommandLine =
167733               {
167734                   /* flags */
167735                   META_FLAG_PROPERTY|META_FLAG_READ,
167736                   /* name */
167737                   "CommandLine",
167738                   /* qualifiers */
167739                   _CIM_ExecuteProgram_CommandLine_qualifiers,
167740                   /* type */
167741                   CIMTYPE_STRING,
167742                   /* subscript */
167743                   -1,
167744                   /* value */
167745                   0,
167746               };
167747               
167748               static MetaFeature*
167749               _CIM_ExecuteProgram_features[] =
167750               {
167751                   (MetaFeature*)&_CIM_ExecuteProgram_ProgramPath,
167752 mike  1.1.2.1     (MetaFeature*)&_CIM_ExecuteProgram_CommandLine,
167753                   0,
167754               };
167755               
167756               static const char*
167757               __root_cimv2_CIM_ExecuteProgram_qualifiers[] =
167758               {
167759                   /* UMLPackagePath */
167760                   "\057CIM::Application::CheckAction",
167761                   /* Version */
167762                   "\0632.6.0",
167763                   0,
167764               };
167765               
167766               MetaClass
167767               __root_cimv2_CIM_ExecuteProgram =
167768               {
167769                   /* flags */
167770                   META_FLAG_CLASS,
167771                   /* name */
167772                   "CIM_ExecuteProgram",
167773 mike  1.1.2.1     /* qualifiers */
167774                   __root_cimv2_CIM_ExecuteProgram_qualifiers,
167775                   /* super */
167776                   &__root_cimv2_CIM_Action,
167777                   /* features */
167778                   _CIM_ExecuteProgram_features,
167779               };
167780               
167781               //==============================================================================
167782               //
167783               // Class: CIM_FileAction
167784               //
167785               //==============================================================================
167786               
167787               static MetaFeature*
167788               _CIM_FileAction_features[] =
167789               {
167790                   0,
167791               };
167792               
167793               static const char*
167794 mike  1.1.2.1 __root_cimv2_CIM_FileAction_qualifiers[] =
167795               {
167796                   /* UMLPackagePath */
167797                   "\057CIM::Application::CheckAction",
167798                   /* Abstract */
167799                   "\002\001",
167800                   /* Version */
167801                   "\0632.6.0",
167802                   0,
167803               };
167804               
167805               MetaClass
167806               __root_cimv2_CIM_FileAction =
167807               {
167808                   /* flags */
167809                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
167810                   /* name */
167811                   "CIM_FileAction",
167812                   /* qualifiers */
167813                   __root_cimv2_CIM_FileAction_qualifiers,
167814                   /* super */
167815 mike  1.1.2.1     &__root_cimv2_CIM_Action,
167816                   /* features */
167817                   _CIM_FileAction_features,
167818               };
167819               
167820               //==============================================================================
167821               //
167822               // Class: CIM_FileSpecification
167823               //
167824               //==============================================================================
167825               
167826               static const char*
167827               _CIM_FileSpecification_FileName_qualifiers[] =
167828               {
167829                   /* MaxLen */
167830                   "\030\000\000\004\000",
167831                   0,
167832               };
167833               
167834               static MetaProperty
167835               _CIM_FileSpecification_FileName =
167836 mike  1.1.2.1 {
167837                   /* flags */
167838                   META_FLAG_PROPERTY|META_FLAG_READ,
167839                   /* name */
167840                   "FileName",
167841                   /* qualifiers */
167842                   _CIM_FileSpecification_FileName_qualifiers,
167843                   /* type */
167844                   CIMTYPE_STRING,
167845                   /* subscript */
167846                   -1,
167847                   /* value */
167848                   0,
167849               };
167850               
167851               static const char*
167852               _CIM_FileSpecification_CreateTimeStamp_qualifiers[] =
167853               {
167854                   0,
167855               };
167856               
167857 mike  1.1.2.1 static MetaProperty
167858               _CIM_FileSpecification_CreateTimeStamp =
167859               {
167860                   /* flags */
167861                   META_FLAG_PROPERTY|META_FLAG_READ,
167862                   /* name */
167863                   "CreateTimeStamp",
167864                   /* qualifiers */
167865                   _CIM_FileSpecification_CreateTimeStamp_qualifiers,
167866                   /* type */
167867                   CIMTYPE_DATETIME,
167868                   /* subscript */
167869                   -1,
167870                   /* value */
167871                   0,
167872               };
167873               
167874               static const char*
167875               _CIM_FileSpecification_FileSize_qualifiers[] =
167876               {
167877                   /* Units */
167878 mike  1.1.2.1     "\060KiloBytes",
167879                   0,
167880               };
167881               
167882               static MetaProperty
167883               _CIM_FileSpecification_FileSize =
167884               {
167885                   /* flags */
167886                   META_FLAG_PROPERTY|META_FLAG_READ,
167887                   /* name */
167888                   "FileSize",
167889                   /* qualifiers */
167890                   _CIM_FileSpecification_FileSize_qualifiers,
167891                   /* type */
167892                   CIMTYPE_UINT64,
167893                   /* subscript */
167894                   -1,
167895                   /* value */
167896                   0,
167897               };
167898               
167899 mike  1.1.2.1 static const char*
167900               _CIM_FileSpecification_CheckSum_qualifiers[] =
167901               {
167902                   /* MappingStrings */
167903                   "\026\000\001MIF.DMTF|Software Signature|002.4\000",
167904                   0,
167905               };
167906               
167907               static MetaProperty
167908               _CIM_FileSpecification_CheckSum =
167909               {
167910                   /* flags */
167911                   META_FLAG_PROPERTY|META_FLAG_READ,
167912                   /* name */
167913                   "CheckSum",
167914                   /* qualifiers */
167915                   _CIM_FileSpecification_CheckSum_qualifiers,
167916                   /* type */
167917                   CIMTYPE_UINT32,
167918                   /* subscript */
167919                   -1,
167920 mike  1.1.2.1     /* value */
167921                   0,
167922               };
167923               
167924               static const char*
167925               _CIM_FileSpecification_CRC1_qualifiers[] =
167926               {
167927                   /* MappingStrings */
167928                   "\026\000\001MIF.DMTF|Software Signature|002.5\000",
167929                   0,
167930               };
167931               
167932               static MetaProperty
167933               _CIM_FileSpecification_CRC1 =
167934               {
167935                   /* flags */
167936                   META_FLAG_PROPERTY|META_FLAG_READ,
167937                   /* name */
167938                   "CRC1",
167939                   /* qualifiers */
167940                   _CIM_FileSpecification_CRC1_qualifiers,
167941 mike  1.1.2.1     /* type */
167942                   CIMTYPE_UINT32,
167943                   /* subscript */
167944                   -1,
167945                   /* value */
167946                   0,
167947               };
167948               
167949               static const char*
167950               _CIM_FileSpecification_CRC2_qualifiers[] =
167951               {
167952                   /* MappingStrings */
167953                   "\026\000\001MIF.DMTF|Software Signature|002.6\000",
167954                   0,
167955               };
167956               
167957               static MetaProperty
167958               _CIM_FileSpecification_CRC2 =
167959               {
167960                   /* flags */
167961                   META_FLAG_PROPERTY|META_FLAG_READ,
167962 mike  1.1.2.1     /* name */
167963                   "CRC2",
167964                   /* qualifiers */
167965                   _CIM_FileSpecification_CRC2_qualifiers,
167966                   /* type */
167967                   CIMTYPE_UINT32,
167968                   /* subscript */
167969                   -1,
167970                   /* value */
167971                   0,
167972               };
167973               
167974               static const char*
167975               _CIM_FileSpecification_MD5Checksum_qualifiers[] =
167976               {
167977                   /* MaxLen */
167978                   "\030\000\000\000\040",
167979                   0,
167980               };
167981               
167982               static MetaProperty
167983 mike  1.1.2.1 _CIM_FileSpecification_MD5Checksum =
167984               {
167985                   /* flags */
167986                   META_FLAG_PROPERTY|META_FLAG_READ,
167987                   /* name */
167988                   "MD5Checksum",
167989                   /* qualifiers */
167990                   _CIM_FileSpecification_MD5Checksum_qualifiers,
167991                   /* type */
167992                   CIMTYPE_STRING,
167993                   /* subscript */
167994                   -1,
167995                   /* value */
167996                   0,
167997               };
167998               
167999               static MetaFeature*
168000               _CIM_FileSpecification_features[] =
168001               {
168002                   (MetaFeature*)&_CIM_FileSpecification_FileName,
168003                   (MetaFeature*)&_CIM_FileSpecification_CreateTimeStamp,
168004 mike  1.1.2.1     (MetaFeature*)&_CIM_FileSpecification_FileSize,
168005                   (MetaFeature*)&_CIM_FileSpecification_CheckSum,
168006                   (MetaFeature*)&_CIM_FileSpecification_CRC1,
168007                   (MetaFeature*)&_CIM_FileSpecification_CRC2,
168008                   (MetaFeature*)&_CIM_FileSpecification_MD5Checksum,
168009                   0,
168010               };
168011               
168012               static const char*
168013               __root_cimv2_CIM_FileSpecification_qualifiers[] =
168014               {
168015                   /* UMLPackagePath */
168016                   "\057CIM::Application::CheckAction",
168017                   /* Version */
168018                   "\0632.6.0",
168019                   0,
168020               };
168021               
168022               MetaClass
168023               __root_cimv2_CIM_FileSpecification =
168024               {
168025 mike  1.1.2.1     /* flags */
168026                   META_FLAG_CLASS,
168027                   /* name */
168028                   "CIM_FileSpecification",
168029                   /* qualifiers */
168030                   __root_cimv2_CIM_FileSpecification_qualifiers,
168031                   /* super */
168032                   &__root_cimv2_CIM_Check,
168033                   /* features */
168034                   _CIM_FileSpecification_features,
168035               };
168036               
168037               //==============================================================================
168038               //
168039               // Class: CIM_FilterOfSecurityAssociation
168040               //
168041               //==============================================================================
168042               
168043               static const char*
168044               _CIM_FilterOfSecurityAssociation_Antecedent_qualifiers[] =
168045               {
168046 mike  1.1.2.1     /* Override */
168047                   "\044Antecedent",
168048                   /* Max */
168049                   "\027\000\000\000\001",
168050                   0,
168051               };
168052               
168053               static MetaReference
168054               _CIM_FilterOfSecurityAssociation_Antecedent =
168055               {
168056                   /* flags */
168057                   META_FLAG_REFERENCE|META_FLAG_READ,
168058                   /* name */
168059                   "Antecedent",
168060                   /* qualifiers */
168061                   _CIM_FilterOfSecurityAssociation_Antecedent_qualifiers,
168062                   /* subscript */
168063                   -1,
168064                   /* refId */
168065                   &__root_cimv2_CIM_FilterList,
168066               };
168067 mike  1.1.2.1 
168068               static const char*
168069               _CIM_FilterOfSecurityAssociation_Dependent_qualifiers[] =
168070               {
168071                   /* Override */
168072                   "\044Dependent",
168073                   0,
168074               };
168075               
168076               static MetaReference
168077               _CIM_FilterOfSecurityAssociation_Dependent =
168078               {
168079                   /* flags */
168080                   META_FLAG_REFERENCE|META_FLAG_READ,
168081                   /* name */
168082                   "Dependent",
168083                   /* qualifiers */
168084                   _CIM_FilterOfSecurityAssociation_Dependent_qualifiers,
168085                   /* subscript */
168086                   -1,
168087                   /* refId */
168088 mike  1.1.2.1     &__root_cimv2_CIM_SecurityAssociationEndpoint,
168089               };
168090               
168091               static MetaFeature*
168092               _CIM_FilterOfSecurityAssociation_features[] =
168093               {
168094                   (MetaFeature*)&_CIM_FilterOfSecurityAssociation_Antecedent,
168095                   (MetaFeature*)&_CIM_FilterOfSecurityAssociation_Dependent,
168096                   0,
168097               };
168098               
168099               static const char*
168100               __root_cimv2_CIM_FilterOfSecurityAssociation_qualifiers[] =
168101               {
168102                   /* ASSOCIATION */
168103                   "\000\001",
168104                   /* UMLPackagePath */
168105                   "\057CIM::Network::IPsec",
168106                   /* Version */
168107                   "\0632.8.0",
168108                   0,
168109 mike  1.1.2.1 };
168110               
168111               MetaClass
168112               __root_cimv2_CIM_FilterOfSecurityAssociation =
168113               {
168114                   /* flags */
168115                   META_FLAG_ASSOCIATION,
168116                   /* name */
168117                   "CIM_FilterOfSecurityAssociation",
168118                   /* qualifiers */
168119                   __root_cimv2_CIM_FilterOfSecurityAssociation_qualifiers,
168120                   /* super */
168121                   &__root_cimv2_CIM_Dependency,
168122                   /* features */
168123                   _CIM_FilterOfSecurityAssociation_features,
168124               };
168125               
168126               //==============================================================================
168127               //
168128               // Class: CIM_FlowService
168129               //
168130 mike  1.1.2.1 //==============================================================================
168131               
168132               static const char*
168133               _CIM_FlowService_FlowID_qualifiers[] =
168134               {
168135                   0,
168136               };
168137               
168138               static MetaProperty
168139               _CIM_FlowService_FlowID =
168140               {
168141                   /* flags */
168142                   META_FLAG_PROPERTY|META_FLAG_READ,
168143                   /* name */
168144                   "FlowID",
168145                   /* qualifiers */
168146                   _CIM_FlowService_FlowID_qualifiers,
168147                   /* type */
168148                   CIMTYPE_STRING,
168149                   /* subscript */
168150                   -1,
168151 mike  1.1.2.1     /* value */
168152                   0,
168153               };
168154               
168155               static MetaFeature*
168156               _CIM_FlowService_features[] =
168157               {
168158                   (MetaFeature*)&_CIM_FlowService_FlowID,
168159                   0,
168160               };
168161               
168162               static const char*
168163               __root_cimv2_CIM_FlowService_qualifiers[] =
168164               {
168165                   /* UMLPackagePath */
168166                   "\057CIM::Network::QoS",
168167                   /* Version */
168168                   "\0632.7.0",
168169                   0,
168170               };
168171               
168172 mike  1.1.2.1 MetaClass
168173               __root_cimv2_CIM_FlowService =
168174               {
168175                   /* flags */
168176                   META_FLAG_CLASS,
168177                   /* name */
168178                   "CIM_FlowService",
168179                   /* qualifiers */
168180                   __root_cimv2_CIM_FlowService_qualifiers,
168181                   /* super */
168182                   &__root_cimv2_CIM_QoSService,
168183                   /* features */
168184                   _CIM_FlowService_features,
168185               };
168186               
168187               //==============================================================================
168188               //
168189               // Class: CIM_ForwardingService
168190               //
168191               //==============================================================================
168192               
168193 mike  1.1.2.1 static const char*
168194               _CIM_ForwardingService_ProtocolType_qualifiers[] =
168195               {
168196                   /* ValueMap */
168197                   "\061\000\0240\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
168198                   /* Values */
168199                   "\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",
168200                   /* ModelCorrespondence */
168201                   "\036\000\001CIM_ForwardingService.OtherProtocolType\000",
168202                   0,
168203               };
168204               
168205               static MetaProperty
168206               _CIM_ForwardingService_ProtocolType =
168207               {
168208                   /* flags */
168209                   META_FLAG_PROPERTY|META_FLAG_READ,
168210                   /* name */
168211                   "ProtocolType",
168212                   /* qualifiers */
168213                   _CIM_ForwardingService_ProtocolType_qualifiers,
168214 mike  1.1.2.1     /* type */
168215                   CIMTYPE_UINT16,
168216                   /* subscript */
168217                   -1,
168218                   /* value */
168219                   0,
168220               };
168221               
168222               static const char*
168223               _CIM_ForwardingService_OtherProtocolType_qualifiers[] =
168224               {
168225                   /* MaxLen */
168226                   "\030\000\000\000\040",
168227                   /* ModelCorrespondence */
168228                   "\036\000\001CIM_ForwardingService.ProtocolType\000",
168229                   0,
168230               };
168231               
168232               static MetaProperty
168233               _CIM_ForwardingService_OtherProtocolType =
168234               {
168235 mike  1.1.2.1     /* flags */
168236                   META_FLAG_PROPERTY|META_FLAG_READ,
168237                   /* name */
168238                   "OtherProtocolType",
168239                   /* qualifiers */
168240                   _CIM_ForwardingService_OtherProtocolType_qualifiers,
168241                   /* type */
168242                   CIMTYPE_STRING,
168243                   /* subscript */
168244                   -1,
168245                   /* value */
168246                   0,
168247               };
168248               
168249               static MetaFeature*
168250               _CIM_ForwardingService_features[] =
168251               {
168252                   (MetaFeature*)&_CIM_ForwardingService_ProtocolType,
168253                   (MetaFeature*)&_CIM_ForwardingService_OtherProtocolType,
168254                   0,
168255               };
168256 mike  1.1.2.1 
168257               static const char*
168258               __root_cimv2_CIM_ForwardingService_qualifiers[] =
168259               {
168260                   /* UMLPackagePath */
168261                   "\057CIM::Network::RoutingForwarding",
168262                   /* Version */
168263                   "\0632.7.0",
168264                   0,
168265               };
168266               
168267               MetaClass
168268               __root_cimv2_CIM_ForwardingService =
168269               {
168270                   /* flags */
168271                   META_FLAG_CLASS,
168272                   /* name */
168273                   "CIM_ForwardingService",
168274                   /* qualifiers */
168275                   __root_cimv2_CIM_ForwardingService_qualifiers,
168276                   /* super */
168277 mike  1.1.2.1     &__root_cimv2_CIM_NetworkService,
168278                   /* features */
168279                   _CIM_ForwardingService_features,
168280               };
168281               
168282               //==============================================================================
168283               //
168284               // Class: CIM_ForwardsAmong
168285               //
168286               //==============================================================================
168287               
168288               static const char*
168289               _CIM_ForwardsAmong_Antecedent_qualifiers[] =
168290               {
168291                   /* Override */
168292                   "\044Antecedent",
168293                   0,
168294               };
168295               
168296               static MetaReference
168297               _CIM_ForwardsAmong_Antecedent =
168298 mike  1.1.2.1 {
168299                   /* flags */
168300                   META_FLAG_REFERENCE|META_FLAG_READ,
168301                   /* name */
168302                   "Antecedent",
168303                   /* qualifiers */
168304                   _CIM_ForwardsAmong_Antecedent_qualifiers,
168305                   /* subscript */
168306                   -1,
168307                   /* refId */
168308                   &__root_cimv2_CIM_ProtocolEndpoint,
168309               };
168310               
168311               static const char*
168312               _CIM_ForwardsAmong_Dependent_qualifiers[] =
168313               {
168314                   /* Override */
168315                   "\044Dependent",
168316                   0,
168317               };
168318               
168319 mike  1.1.2.1 static MetaReference
168320               _CIM_ForwardsAmong_Dependent =
168321               {
168322                   /* flags */
168323                   META_FLAG_REFERENCE|META_FLAG_READ,
168324                   /* name */
168325                   "Dependent",
168326                   /* qualifiers */
168327                   _CIM_ForwardsAmong_Dependent_qualifiers,
168328                   /* subscript */
168329                   -1,
168330                   /* refId */
168331                   &__root_cimv2_CIM_ForwardingService,
168332               };
168333               
168334               static MetaFeature*
168335               _CIM_ForwardsAmong_features[] =
168336               {
168337                   (MetaFeature*)&_CIM_ForwardsAmong_Antecedent,
168338                   (MetaFeature*)&_CIM_ForwardsAmong_Dependent,
168339                   0,
168340 mike  1.1.2.1 };
168341               
168342               static const char*
168343               __root_cimv2_CIM_ForwardsAmong_qualifiers[] =
168344               {
168345                   /* ASSOCIATION */
168346                   "\000\001",
168347                   /* UMLPackagePath */
168348                   "\057CIM::Network::RoutingForwarding",
168349                   /* Version */
168350                   "\0632.6.0",
168351                   0,
168352               };
168353               
168354               MetaClass
168355               __root_cimv2_CIM_ForwardsAmong =
168356               {
168357                   /* flags */
168358                   META_FLAG_ASSOCIATION,
168359                   /* name */
168360                   "CIM_ForwardsAmong",
168361 mike  1.1.2.1     /* qualifiers */
168362                   __root_cimv2_CIM_ForwardsAmong_qualifiers,
168363                   /* super */
168364                   &__root_cimv2_CIM_ServiceSAPDependency,
168365                   /* features */
168366                   _CIM_ForwardsAmong_features,
168367               };
168368               
168369               //==============================================================================
168370               //
168371               // Class: CIM_FromDirectoryAction
168372               //
168373               //==============================================================================
168374               
168375               static const char*
168376               _CIM_FromDirectoryAction_SourceDirectory_qualifiers[] =
168377               {
168378                   /* Key */
168379                   "\025\001",
168380                   /* Max */
168381                   "\027\000\000\000\001",
168382 mike  1.1.2.1     0,
168383               };
168384               
168385               static MetaReference
168386               _CIM_FromDirectoryAction_SourceDirectory =
168387               {
168388                   /* flags */
168389                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168390                   /* name */
168391                   "SourceDirectory",
168392                   /* qualifiers */
168393                   _CIM_FromDirectoryAction_SourceDirectory_qualifiers,
168394                   /* subscript */
168395                   -1,
168396                   /* refId */
168397                   &__root_cimv2_CIM_DirectoryAction,
168398               };
168399               
168400               static const char*
168401               _CIM_FromDirectoryAction_FileName_qualifiers[] =
168402               {
168403 mike  1.1.2.1     /* Key */
168404                   "\025\001",
168405                   0,
168406               };
168407               
168408               static MetaReference
168409               _CIM_FromDirectoryAction_FileName =
168410               {
168411                   /* flags */
168412                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168413                   /* name */
168414                   "FileName",
168415                   /* qualifiers */
168416                   _CIM_FromDirectoryAction_FileName_qualifiers,
168417                   /* subscript */
168418                   -1,
168419                   /* refId */
168420                   &__root_cimv2_CIM_FileAction,
168421               };
168422               
168423               static MetaFeature*
168424 mike  1.1.2.1 _CIM_FromDirectoryAction_features[] =
168425               {
168426                   (MetaFeature*)&_CIM_FromDirectoryAction_SourceDirectory,
168427                   (MetaFeature*)&_CIM_FromDirectoryAction_FileName,
168428                   0,
168429               };
168430               
168431               static const char*
168432               __root_cimv2_CIM_FromDirectoryAction_qualifiers[] =
168433               {
168434                   /* ASSOCIATION */
168435                   "\000\001",
168436                   /* UMLPackagePath */
168437                   "\057CIM::Application::CheckAction",
168438                   /* Version */
168439                   "\0632.6.0",
168440                   0,
168441               };
168442               
168443               MetaClass
168444               __root_cimv2_CIM_FromDirectoryAction =
168445 mike  1.1.2.1 {
168446                   /* flags */
168447                   META_FLAG_ASSOCIATION,
168448                   /* name */
168449                   "CIM_FromDirectoryAction",
168450                   /* qualifiers */
168451                   __root_cimv2_CIM_FromDirectoryAction_qualifiers,
168452                   /* super */
168453                   0,
168454                   /* features */
168455                   _CIM_FromDirectoryAction_features,
168456               };
168457               
168458               //==============================================================================
168459               //
168460               // Class: CIM_FromDirectorySpecification
168461               //
168462               //==============================================================================
168463               
168464               static const char*
168465               _CIM_FromDirectorySpecification_SourceDirectory_qualifiers[] =
168466 mike  1.1.2.1 {
168467                   /* Key */
168468                   "\025\001",
168469                   /* Max */
168470                   "\027\000\000\000\001",
168471                   0,
168472               };
168473               
168474               static MetaReference
168475               _CIM_FromDirectorySpecification_SourceDirectory =
168476               {
168477                   /* flags */
168478                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168479                   /* name */
168480                   "SourceDirectory",
168481                   /* qualifiers */
168482                   _CIM_FromDirectorySpecification_SourceDirectory_qualifiers,
168483                   /* subscript */
168484                   -1,
168485                   /* refId */
168486                   &__root_cimv2_CIM_DirectorySpecification,
168487 mike  1.1.2.1 };
168488               
168489               static const char*
168490               _CIM_FromDirectorySpecification_FileName_qualifiers[] =
168491               {
168492                   /* Key */
168493                   "\025\001",
168494                   0,
168495               };
168496               
168497               static MetaReference
168498               _CIM_FromDirectorySpecification_FileName =
168499               {
168500                   /* flags */
168501                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168502                   /* name */
168503                   "FileName",
168504                   /* qualifiers */
168505                   _CIM_FromDirectorySpecification_FileName_qualifiers,
168506                   /* subscript */
168507                   -1,
168508 mike  1.1.2.1     /* refId */
168509                   &__root_cimv2_CIM_FileAction,
168510               };
168511               
168512               static MetaFeature*
168513               _CIM_FromDirectorySpecification_features[] =
168514               {
168515                   (MetaFeature*)&_CIM_FromDirectorySpecification_SourceDirectory,
168516                   (MetaFeature*)&_CIM_FromDirectorySpecification_FileName,
168517                   0,
168518               };
168519               
168520               static const char*
168521               __root_cimv2_CIM_FromDirectorySpecification_qualifiers[] =
168522               {
168523                   /* ASSOCIATION */
168524                   "\000\001",
168525                   /* UMLPackagePath */
168526                   "\057CIM::Application::CheckAction",
168527                   /* Version */
168528                   "\0632.6.0",
168529 mike  1.1.2.1     0,
168530               };
168531               
168532               MetaClass
168533               __root_cimv2_CIM_FromDirectorySpecification =
168534               {
168535                   /* flags */
168536                   META_FLAG_ASSOCIATION,
168537                   /* name */
168538                   "CIM_FromDirectorySpecification",
168539                   /* qualifiers */
168540                   __root_cimv2_CIM_FromDirectorySpecification_qualifiers,
168541                   /* super */
168542                   0,
168543                   /* features */
168544                   _CIM_FromDirectorySpecification_features,
168545               };
168546               
168547               //==============================================================================
168548               //
168549               // Class: CIM_Hdr8021PService
168550 mike  1.1.2.1 //
168551               //==============================================================================
168552               
168553               static const char*
168554               _CIM_Hdr8021PService_PriorityValue_qualifiers[] =
168555               {
168556                   /* Deprecated */
168557                   "\013\000\001CIM_Hdr8021Filter.HdrPriorityValue8021\000",
168558                   0,
168559               };
168560               
168561               static MetaProperty
168562               _CIM_Hdr8021PService_PriorityValue =
168563               {
168564                   /* flags */
168565                   META_FLAG_PROPERTY|META_FLAG_READ,
168566                   /* name */
168567                   "PriorityValue",
168568                   /* qualifiers */
168569                   _CIM_Hdr8021PService_PriorityValue_qualifiers,
168570                   /* type */
168571 mike  1.1.2.1     CIMTYPE_UINT8,
168572                   /* subscript */
168573                   -1,
168574                   /* value */
168575                   0,
168576               };
168577               
168578               static MetaFeature*
168579               _CIM_Hdr8021PService_features[] =
168580               {
168581                   (MetaFeature*)&_CIM_Hdr8021PService_PriorityValue,
168582                   0,
168583               };
168584               
168585               static const char*
168586               __root_cimv2_CIM_Hdr8021PService_qualifiers[] =
168587               {
168588                   /* Deprecated */
168589                   "\013\000\001CIM_QoSService\000",
168590                   /* UMLPackagePath */
168591                   "\057CIM::Network::QoS",
168592 mike  1.1.2.1     /* Version */
168593                   "\0632.7.0",
168594                   0,
168595               };
168596               
168597               MetaClass
168598               __root_cimv2_CIM_Hdr8021PService =
168599               {
168600                   /* flags */
168601                   META_FLAG_CLASS,
168602                   /* name */
168603                   "CIM_Hdr8021PService",
168604                   /* qualifiers */
168605                   __root_cimv2_CIM_Hdr8021PService_qualifiers,
168606                   /* super */
168607                   &__root_cimv2_CIM_QoSService,
168608                   /* features */
168609                   _CIM_Hdr8021PService_features,
168610               };
168611               
168612               //==============================================================================
168613 mike  1.1.2.1 //
168614               // Class: CIM_HeadTailDropQueueBinding
168615               //
168616               //==============================================================================
168617               
168618               static const char*
168619               _CIM_HeadTailDropQueueBinding_Antecedent_qualifiers[] =
168620               {
168621                   /* Override */
168622                   "\044Antecedent",
168623                   /* Min */
168624                   "\033\000\000\000\001",
168625                   0,
168626               };
168627               
168628               static MetaReference
168629               _CIM_HeadTailDropQueueBinding_Antecedent =
168630               {
168631                   /* flags */
168632                   META_FLAG_REFERENCE|META_FLAG_READ,
168633                   /* name */
168634 mike  1.1.2.1     "Antecedent",
168635                   /* qualifiers */
168636                   _CIM_HeadTailDropQueueBinding_Antecedent_qualifiers,
168637                   /* subscript */
168638                   -1,
168639                   /* refId */
168640                   &__root_cimv2_CIM_QueuingService,
168641               };
168642               
168643               static const char*
168644               _CIM_HeadTailDropQueueBinding_Dependent_qualifiers[] =
168645               {
168646                   /* Override */
168647                   "\044Dependent",
168648                   0,
168649               };
168650               
168651               static MetaReference
168652               _CIM_HeadTailDropQueueBinding_Dependent =
168653               {
168654                   /* flags */
168655 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
168656                   /* name */
168657                   "Dependent",
168658                   /* qualifiers */
168659                   _CIM_HeadTailDropQueueBinding_Dependent_qualifiers,
168660                   /* subscript */
168661                   -1,
168662                   /* refId */
168663                   &__root_cimv2_CIM_HeadTailDropper,
168664               };
168665               
168666               static MetaFeature*
168667               _CIM_HeadTailDropQueueBinding_features[] =
168668               {
168669                   (MetaFeature*)&_CIM_HeadTailDropQueueBinding_Antecedent,
168670                   (MetaFeature*)&_CIM_HeadTailDropQueueBinding_Dependent,
168671                   0,
168672               };
168673               
168674               static const char*
168675               __root_cimv2_CIM_HeadTailDropQueueBinding_qualifiers[] =
168676 mike  1.1.2.1 {
168677                   /* ASSOCIATION */
168678                   "\000\001",
168679                   /* UMLPackagePath */
168680                   "\057CIM::Network::QoS",
168681                   /* Version */
168682                   "\0632.7.0",
168683                   0,
168684               };
168685               
168686               MetaClass
168687               __root_cimv2_CIM_HeadTailDropQueueBinding =
168688               {
168689                   /* flags */
168690                   META_FLAG_ASSOCIATION,
168691                   /* name */
168692                   "CIM_HeadTailDropQueueBinding",
168693                   /* qualifiers */
168694                   __root_cimv2_CIM_HeadTailDropQueueBinding_qualifiers,
168695                   /* super */
168696                   &__root_cimv2_CIM_Dependency,
168697 mike  1.1.2.1     /* features */
168698                   _CIM_HeadTailDropQueueBinding_features,
168699               };
168700               
168701               //==============================================================================
168702               //
168703               // Class: CIM_HostedBootService
168704               //
168705               //==============================================================================
168706               
168707               static const char*
168708               _CIM_HostedBootService_Antecedent_qualifiers[] =
168709               {
168710                   /* Override */
168711                   "\044Antecedent",
168712                   /* Min */
168713                   "\033\000\000\000\001",
168714                   /* Max */
168715                   "\027\000\000\000\001",
168716                   0,
168717               };
168718 mike  1.1.2.1 
168719               static MetaReference
168720               _CIM_HostedBootService_Antecedent =
168721               {
168722                   /* flags */
168723                   META_FLAG_REFERENCE|META_FLAG_READ,
168724                   /* name */
168725                   "Antecedent",
168726                   /* qualifiers */
168727                   _CIM_HostedBootService_Antecedent_qualifiers,
168728                   /* subscript */
168729                   -1,
168730                   /* refId */
168731                   &__root_cimv2_CIM_System,
168732               };
168733               
168734               static const char*
168735               _CIM_HostedBootService_Dependent_qualifiers[] =
168736               {
168737                   /* Override */
168738                   "\044Dependent",
168739 mike  1.1.2.1     0,
168740               };
168741               
168742               static MetaReference
168743               _CIM_HostedBootService_Dependent =
168744               {
168745                   /* flags */
168746                   META_FLAG_REFERENCE|META_FLAG_READ,
168747                   /* name */
168748                   "Dependent",
168749                   /* qualifiers */
168750                   _CIM_HostedBootService_Dependent_qualifiers,
168751                   /* subscript */
168752                   -1,
168753                   /* refId */
168754                   &__root_cimv2_CIM_BootService,
168755               };
168756               
168757               static MetaFeature*
168758               _CIM_HostedBootService_features[] =
168759               {
168760 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedBootService_Antecedent,
168761                   (MetaFeature*)&_CIM_HostedBootService_Dependent,
168762                   0,
168763               };
168764               
168765               static const char*
168766               __root_cimv2_CIM_HostedBootService_qualifiers[] =
168767               {
168768                   /* ASSOCIATION */
168769                   "\000\001",
168770                   /* UMLPackagePath */
168771                   "\057CIM::System::Boot",
168772                   /* Version */
168773                   "\0632.6.0",
168774                   0,
168775               };
168776               
168777               MetaClass
168778               __root_cimv2_CIM_HostedBootService =
168779               {
168780                   /* flags */
168781 mike  1.1.2.1     META_FLAG_ASSOCIATION,
168782                   /* name */
168783                   "CIM_HostedBootService",
168784                   /* qualifiers */
168785                   __root_cimv2_CIM_HostedBootService_qualifiers,
168786                   /* super */
168787                   &__root_cimv2_CIM_HostedService,
168788                   /* features */
168789                   _CIM_HostedBootService_features,
168790               };
168791               
168792               //==============================================================================
168793               //
168794               // Class: CIM_HostedClusterService
168795               //
168796               //==============================================================================
168797               
168798               static const char*
168799               _CIM_HostedClusterService_Antecedent_qualifiers[] =
168800               {
168801                   /* Override */
168802 mike  1.1.2.1     "\044Antecedent",
168803                   /* Min */
168804                   "\033\000\000\000\001",
168805                   /* Max */
168806                   "\027\000\000\000\001",
168807                   0,
168808               };
168809               
168810               static MetaReference
168811               _CIM_HostedClusterService_Antecedent =
168812               {
168813                   /* flags */
168814                   META_FLAG_REFERENCE|META_FLAG_READ,
168815                   /* name */
168816                   "Antecedent",
168817                   /* qualifiers */
168818                   _CIM_HostedClusterService_Antecedent_qualifiers,
168819                   /* subscript */
168820                   -1,
168821                   /* refId */
168822                   &__root_cimv2_CIM_ComputerSystem,
168823 mike  1.1.2.1 };
168824               
168825               static const char*
168826               _CIM_HostedClusterService_Dependent_qualifiers[] =
168827               {
168828                   /* Override */
168829                   "\044Dependent",
168830                   0,
168831               };
168832               
168833               static MetaReference
168834               _CIM_HostedClusterService_Dependent =
168835               {
168836                   /* flags */
168837                   META_FLAG_REFERENCE|META_FLAG_READ,
168838                   /* name */
168839                   "Dependent",
168840                   /* qualifiers */
168841                   _CIM_HostedClusterService_Dependent_qualifiers,
168842                   /* subscript */
168843                   -1,
168844 mike  1.1.2.1     /* refId */
168845                   &__root_cimv2_CIM_ClusteringService,
168846               };
168847               
168848               static MetaFeature*
168849               _CIM_HostedClusterService_features[] =
168850               {
168851                   (MetaFeature*)&_CIM_HostedClusterService_Antecedent,
168852                   (MetaFeature*)&_CIM_HostedClusterService_Dependent,
168853                   0,
168854               };
168855               
168856               static const char*
168857               __root_cimv2_CIM_HostedClusterService_qualifiers[] =
168858               {
168859                   /* ASSOCIATION */
168860                   "\000\001",
168861                   /* UMLPackagePath */
168862                   "\057CIM::System::SystemElements",
168863                   /* Version */
168864                   "\0632.8.1000",
168865 mike  1.1.2.1     0,
168866               };
168867               
168868               MetaClass
168869               __root_cimv2_CIM_HostedClusterService =
168870               {
168871                   /* flags */
168872                   META_FLAG_ASSOCIATION,
168873                   /* name */
168874                   "CIM_HostedClusterService",
168875                   /* qualifiers */
168876                   __root_cimv2_CIM_HostedClusterService_qualifiers,
168877                   /* super */
168878                   &__root_cimv2_CIM_HostedService,
168879                   /* features */
168880                   _CIM_HostedClusterService_features,
168881               };
168882               
168883               //==============================================================================
168884               //
168885               // Class: CIM_HostedForwardingServices
168886 mike  1.1.2.1 //
168887               //==============================================================================
168888               
168889               static const char*
168890               _CIM_HostedForwardingServices_Antecedent_qualifiers[] =
168891               {
168892                   /* Deprecated */
168893                   "\013\000\001CIM_HostedService.Antecedent\000",
168894                   /* Override */
168895                   "\044Antecedent",
168896                   /* Min */
168897                   "\033\000\000\000\001",
168898                   /* Max */
168899                   "\027\000\000\000\001",
168900                   0,
168901               };
168902               
168903               static MetaReference
168904               _CIM_HostedForwardingServices_Antecedent =
168905               {
168906                   /* flags */
168907 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
168908                   /* name */
168909                   "Antecedent",
168910                   /* qualifiers */
168911                   _CIM_HostedForwardingServices_Antecedent_qualifiers,
168912                   /* subscript */
168913                   -1,
168914                   /* refId */
168915                   &__root_cimv2_CIM_ComputerSystem,
168916               };
168917               
168918               static const char*
168919               _CIM_HostedForwardingServices_Dependent_qualifiers[] =
168920               {
168921                   /* Deprecated */
168922                   "\013\000\001CIM_HostedService.Dependent\000",
168923                   /* Override */
168924                   "\044Dependent",
168925                   0,
168926               };
168927               
168928 mike  1.1.2.1 static MetaReference
168929               _CIM_HostedForwardingServices_Dependent =
168930               {
168931                   /* flags */
168932                   META_FLAG_REFERENCE|META_FLAG_READ,
168933                   /* name */
168934                   "Dependent",
168935                   /* qualifiers */
168936                   _CIM_HostedForwardingServices_Dependent_qualifiers,
168937                   /* subscript */
168938                   -1,
168939                   /* refId */
168940                   &__root_cimv2_CIM_ForwardingService,
168941               };
168942               
168943               static MetaFeature*
168944               _CIM_HostedForwardingServices_features[] =
168945               {
168946                   (MetaFeature*)&_CIM_HostedForwardingServices_Antecedent,
168947                   (MetaFeature*)&_CIM_HostedForwardingServices_Dependent,
168948                   0,
168949 mike  1.1.2.1 };
168950               
168951               static const char*
168952               __root_cimv2_CIM_HostedForwardingServices_qualifiers[] =
168953               {
168954                   /* ASSOCIATION */
168955                   "\000\001",
168956                   /* Deprecated */
168957                   "\013\000\001CIM_HostedService\000",
168958                   /* UMLPackagePath */
168959                   "\057CIM::Network::RoutingForwarding",
168960                   /* Version */
168961                   "\0632.7.1",
168962                   0,
168963               };
168964               
168965               MetaClass
168966               __root_cimv2_CIM_HostedForwardingServices =
168967               {
168968                   /* flags */
168969                   META_FLAG_ASSOCIATION,
168970 mike  1.1.2.1     /* name */
168971                   "CIM_HostedForwardingServices",
168972                   /* qualifiers */
168973                   __root_cimv2_CIM_HostedForwardingServices_qualifiers,
168974                   /* super */
168975                   &__root_cimv2_CIM_HostedService,
168976                   /* features */
168977                   _CIM_HostedForwardingServices_features,
168978               };
168979               
168980               //==============================================================================
168981               //
168982               // Class: CIM_HostedNetworkPipe
168983               //
168984               //==============================================================================
168985               
168986               static const char*
168987               _CIM_HostedNetworkPipe_Antecedent_qualifiers[] =
168988               {
168989                   /* Override */
168990                   "\044Antecedent",
168991 mike  1.1.2.1     /* Min */
168992                   "\033\000\000\000\001",
168993                   /* Max */
168994                   "\027\000\000\000\001",
168995                   0,
168996               };
168997               
168998               static MetaReference
168999               _CIM_HostedNetworkPipe_Antecedent =
169000               {
169001                   /* flags */
169002                   META_FLAG_REFERENCE|META_FLAG_READ,
169003                   /* name */
169004                   "Antecedent",
169005                   /* qualifiers */
169006                   _CIM_HostedNetworkPipe_Antecedent_qualifiers,
169007                   /* subscript */
169008                   -1,
169009                   /* refId */
169010                   &__root_cimv2_CIM_Network,
169011               };
169012 mike  1.1.2.1 
169013               static const char*
169014               _CIM_HostedNetworkPipe_Dependent_qualifiers[] =
169015               {
169016                   /* Override */
169017                   "\044Dependent",
169018                   0,
169019               };
169020               
169021               static MetaReference
169022               _CIM_HostedNetworkPipe_Dependent =
169023               {
169024                   /* flags */
169025                   META_FLAG_REFERENCE|META_FLAG_READ,
169026                   /* name */
169027                   "Dependent",
169028                   /* qualifiers */
169029                   _CIM_HostedNetworkPipe_Dependent_qualifiers,
169030                   /* subscript */
169031                   -1,
169032                   /* refId */
169033 mike  1.1.2.1     &__root_cimv2_CIM_NetworkPipe,
169034               };
169035               
169036               static MetaFeature*
169037               _CIM_HostedNetworkPipe_features[] =
169038               {
169039                   (MetaFeature*)&_CIM_HostedNetworkPipe_Antecedent,
169040                   (MetaFeature*)&_CIM_HostedNetworkPipe_Dependent,
169041                   0,
169042               };
169043               
169044               static const char*
169045               __root_cimv2_CIM_HostedNetworkPipe_qualifiers[] =
169046               {
169047                   /* ASSOCIATION */
169048                   "\000\001",
169049                   /* UMLPackagePath */
169050                   "\057CIM::Network::Pipes",
169051                   /* Version */
169052                   "\0632.7.0",
169053                   0,
169054 mike  1.1.2.1 };
169055               
169056               MetaClass
169057               __root_cimv2_CIM_HostedNetworkPipe =
169058               {
169059                   /* flags */
169060                   META_FLAG_ASSOCIATION,
169061                   /* name */
169062                   "CIM_HostedNetworkPipe",
169063                   /* qualifiers */
169064                   __root_cimv2_CIM_HostedNetworkPipe_qualifiers,
169065                   /* super */
169066                   &__root_cimv2_CIM_HostedDependency,
169067                   /* features */
169068                   _CIM_HostedNetworkPipe_features,
169069               };
169070               
169071               //==============================================================================
169072               //
169073               // Class: CIM_HostedRoutingServices
169074               //
169075 mike  1.1.2.1 //==============================================================================
169076               
169077               static const char*
169078               _CIM_HostedRoutingServices_Antecedent_qualifiers[] =
169079               {
169080                   /* Deprecated */
169081                   "\013\000\001CIM_HostedService.Antecedent\000",
169082                   /* Override */
169083                   "\044Antecedent",
169084                   /* Min */
169085                   "\033\000\000\000\001",
169086                   /* Max */
169087                   "\027\000\000\000\001",
169088                   0,
169089               };
169090               
169091               static MetaReference
169092               _CIM_HostedRoutingServices_Antecedent =
169093               {
169094                   /* flags */
169095                   META_FLAG_REFERENCE|META_FLAG_READ,
169096 mike  1.1.2.1     /* name */
169097                   "Antecedent",
169098                   /* qualifiers */
169099                   _CIM_HostedRoutingServices_Antecedent_qualifiers,
169100                   /* subscript */
169101                   -1,
169102                   /* refId */
169103                   &__root_cimv2_CIM_ComputerSystem,
169104               };
169105               
169106               static const char*
169107               _CIM_HostedRoutingServices_Dependent_qualifiers[] =
169108               {
169109                   /* Deprecated */
169110                   "\013\000\001CIM_HostedService.Dependent\000",
169111                   /* Override */
169112                   "\044Dependent",
169113                   0,
169114               };
169115               
169116               static MetaReference
169117 mike  1.1.2.1 _CIM_HostedRoutingServices_Dependent =
169118               {
169119                   /* flags */
169120                   META_FLAG_REFERENCE|META_FLAG_READ,
169121                   /* name */
169122                   "Dependent",
169123                   /* qualifiers */
169124                   _CIM_HostedRoutingServices_Dependent_qualifiers,
169125                   /* subscript */
169126                   -1,
169127                   /* refId */
169128                   &__root_cimv2_CIM_RouteCalculationService,
169129               };
169130               
169131               static MetaFeature*
169132               _CIM_HostedRoutingServices_features[] =
169133               {
169134                   (MetaFeature*)&_CIM_HostedRoutingServices_Antecedent,
169135                   (MetaFeature*)&_CIM_HostedRoutingServices_Dependent,
169136                   0,
169137               };
169138 mike  1.1.2.1 
169139               static const char*
169140               __root_cimv2_CIM_HostedRoutingServices_qualifiers[] =
169141               {
169142                   /* ASSOCIATION */
169143                   "\000\001",
169144                   /* Deprecated */
169145                   "\013\000\001CIM_HostedService\000",
169146                   /* UMLPackagePath */
169147                   "\057CIM::Network::RoutingForwarding",
169148                   /* Version */
169149                   "\0632.7.1",
169150                   0,
169151               };
169152               
169153               MetaClass
169154               __root_cimv2_CIM_HostedRoutingServices =
169155               {
169156                   /* flags */
169157                   META_FLAG_ASSOCIATION,
169158                   /* name */
169159 mike  1.1.2.1     "CIM_HostedRoutingServices",
169160                   /* qualifiers */
169161                   __root_cimv2_CIM_HostedRoutingServices_qualifiers,
169162                   /* super */
169163                   &__root_cimv2_CIM_HostedService,
169164                   /* features */
169165                   _CIM_HostedRoutingServices_features,
169166               };
169167               
169168               //==============================================================================
169169               //
169170               // Class: CIM_HostingCS
169171               //
169172               //==============================================================================
169173               
169174               static const char*
169175               _CIM_HostingCS_Antecedent_qualifiers[] =
169176               {
169177                   /* Override */
169178                   "\044Antecedent",
169179                   /* Min */
169180 mike  1.1.2.1     "\033\000\000\000\001",
169181                   0,
169182               };
169183               
169184               static MetaReference
169185               _CIM_HostingCS_Antecedent =
169186               {
169187                   /* flags */
169188                   META_FLAG_REFERENCE|META_FLAG_READ,
169189                   /* name */
169190                   "Antecedent",
169191                   /* qualifiers */
169192                   _CIM_HostingCS_Antecedent_qualifiers,
169193                   /* subscript */
169194                   -1,
169195                   /* refId */
169196                   &__root_cimv2_CIM_ComputerSystem,
169197               };
169198               
169199               static const char*
169200               _CIM_HostingCS_Dependent_qualifiers[] =
169201 mike  1.1.2.1 {
169202                   /* Override */
169203                   "\044Dependent",
169204                   0,
169205               };
169206               
169207               static MetaReference
169208               _CIM_HostingCS_Dependent =
169209               {
169210                   /* flags */
169211                   META_FLAG_REFERENCE|META_FLAG_READ,
169212                   /* name */
169213                   "Dependent",
169214                   /* qualifiers */
169215                   _CIM_HostingCS_Dependent_qualifiers,
169216                   /* subscript */
169217                   -1,
169218                   /* refId */
169219                   &__root_cimv2_CIM_VirtualComputerSystem,
169220               };
169221               
169222 mike  1.1.2.1 static MetaFeature*
169223               _CIM_HostingCS_features[] =
169224               {
169225                   (MetaFeature*)&_CIM_HostingCS_Antecedent,
169226                   (MetaFeature*)&_CIM_HostingCS_Dependent,
169227                   0,
169228               };
169229               
169230               static const char*
169231               __root_cimv2_CIM_HostingCS_qualifiers[] =
169232               {
169233                   /* ASSOCIATION */
169234                   "\000\001",
169235                   /* UMLPackagePath */
169236                   "\057CIM::System::SystemElements",
169237                   /* Version */
169238                   "\0632.8.0",
169239                   0,
169240               };
169241               
169242               MetaClass
169243 mike  1.1.2.1 __root_cimv2_CIM_HostingCS =
169244               {
169245                   /* flags */
169246                   META_FLAG_ASSOCIATION,
169247                   /* name */
169248                   "CIM_HostingCS",
169249                   /* qualifiers */
169250                   __root_cimv2_CIM_HostingCS_qualifiers,
169251                   /* super */
169252                   &__root_cimv2_CIM_HostedDependency,
169253                   /* features */
169254                   _CIM_HostingCS_features,
169255               };
169256               
169257               //==============================================================================
169258               //
169259               // Class: CIM_IKESAEndpoint
169260               //
169261               //==============================================================================
169262               
169263               static const char*
169264 mike  1.1.2.1 _CIM_IKESAEndpoint_InitiatorCookie_qualifiers[] =
169265               {
169266                   0,
169267               };
169268               
169269               static MetaProperty
169270               _CIM_IKESAEndpoint_InitiatorCookie =
169271               {
169272                   /* flags */
169273                   META_FLAG_PROPERTY|META_FLAG_READ,
169274                   /* name */
169275                   "InitiatorCookie",
169276                   /* qualifiers */
169277                   _CIM_IKESAEndpoint_InitiatorCookie_qualifiers,
169278                   /* type */
169279                   CIMTYPE_UINT64,
169280                   /* subscript */
169281                   -1,
169282                   /* value */
169283                   0,
169284               };
169285 mike  1.1.2.1 
169286               static const char*
169287               _CIM_IKESAEndpoint_ResponderCookie_qualifiers[] =
169288               {
169289                   0,
169290               };
169291               
169292               static MetaProperty
169293               _CIM_IKESAEndpoint_ResponderCookie =
169294               {
169295                   /* flags */
169296                   META_FLAG_PROPERTY|META_FLAG_READ,
169297                   /* name */
169298                   "ResponderCookie",
169299                   /* qualifiers */
169300                   _CIM_IKESAEndpoint_ResponderCookie_qualifiers,
169301                   /* type */
169302                   CIMTYPE_UINT64,
169303                   /* subscript */
169304                   -1,
169305                   /* value */
169306 mike  1.1.2.1     0,
169307               };
169308               
169309               static const char*
169310               _CIM_IKESAEndpoint_CipherAlgorithm_qualifiers[] =
169311               {
169312                   /* ValueMap */
169313                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008..65000\00065001..65535\000",
169314                   /* Values */
169315                   "\062\000\012Unknown\000Other\000DES\000IDEA\000Blowfish\000RC5\0003DES\000CAST\000DMTF/IANA Reserved\000Vendor Reserved\000",
169316                   /* MappingStrings */
169317                   "\026\000\001RFC2409.IETF|Appendix A\000",
169318                   /* ModelCorrespondence */
169319                   "\036\000\001CIM_IKESAEndpoint.OtherCipherAlgorithm\000",
169320                   0,
169321               };
169322               
169323               static MetaProperty
169324               _CIM_IKESAEndpoint_CipherAlgorithm =
169325               {
169326                   /* flags */
169327 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169328                   /* name */
169329                   "CipherAlgorithm",
169330                   /* qualifiers */
169331                   _CIM_IKESAEndpoint_CipherAlgorithm_qualifiers,
169332                   /* type */
169333                   CIMTYPE_UINT16,
169334                   /* subscript */
169335                   -1,
169336                   /* value */
169337                   0,
169338               };
169339               
169340               static const char*
169341               _CIM_IKESAEndpoint_OtherCipherAlgorithm_qualifiers[] =
169342               {
169343                   /* ModelCorrespondence */
169344                   "\036\000\001CIM_IKESAEndpoint.CipherAlgorithm\000",
169345                   0,
169346               };
169347               
169348 mike  1.1.2.1 static MetaProperty
169349               _CIM_IKESAEndpoint_OtherCipherAlgorithm =
169350               {
169351                   /* flags */
169352                   META_FLAG_PROPERTY|META_FLAG_READ,
169353                   /* name */
169354                   "OtherCipherAlgorithm",
169355                   /* qualifiers */
169356                   _CIM_IKESAEndpoint_OtherCipherAlgorithm_qualifiers,
169357                   /* type */
169358                   CIMTYPE_STRING,
169359                   /* subscript */
169360                   -1,
169361                   /* value */
169362                   0,
169363               };
169364               
169365               static const char*
169366               _CIM_IKESAEndpoint_HashAlgorithm_qualifiers[] =
169367               {
169368                   /* ValueMap */
169369 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005..65000\00065001..65535\000",
169370                   /* Values */
169371                   "\062\000\007Unknown\000Other\000MD5\000SHA-1\000Tiger\000DMTF/IANA Reserved\000Vendor Reserved\000",
169372                   /* MappingStrings */
169373                   "\026\000\001RFC2409.IETF|Appendix A\000",
169374                   /* ModelCorrespondence */
169375                   "\036\000\001CIM_IKESAEndpoint.OtherHashAlgorithm\000",
169376                   0,
169377               };
169378               
169379               static MetaProperty
169380               _CIM_IKESAEndpoint_HashAlgorithm =
169381               {
169382                   /* flags */
169383                   META_FLAG_PROPERTY|META_FLAG_READ,
169384                   /* name */
169385                   "HashAlgorithm",
169386                   /* qualifiers */
169387                   _CIM_IKESAEndpoint_HashAlgorithm_qualifiers,
169388                   /* type */
169389                   CIMTYPE_UINT16,
169390 mike  1.1.2.1     /* subscript */
169391                   -1,
169392                   /* value */
169393                   0,
169394               };
169395               
169396               static const char*
169397               _CIM_IKESAEndpoint_OtherHashAlgorithm_qualifiers[] =
169398               {
169399                   /* ModelCorrespondence */
169400                   "\036\000\001CIM_IKESAEndpoint.HashAlgorithm\000",
169401                   0,
169402               };
169403               
169404               static MetaProperty
169405               _CIM_IKESAEndpoint_OtherHashAlgorithm =
169406               {
169407                   /* flags */
169408                   META_FLAG_PROPERTY|META_FLAG_READ,
169409                   /* name */
169410                   "OtherHashAlgorithm",
169411 mike  1.1.2.1     /* qualifiers */
169412                   _CIM_IKESAEndpoint_OtherHashAlgorithm_qualifiers,
169413                   /* type */
169414                   CIMTYPE_STRING,
169415                   /* subscript */
169416                   -1,
169417                   /* value */
169418                   0,
169419               };
169420               
169421               static const char*
169422               _CIM_IKESAEndpoint_AuthenticationMethod_qualifiers[] =
169423               {
169424                   /* ValueMap */
169425                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007..65000\00065001..65535\000",
169426                   /* Values */
169427                   "\062\000\011Unknown\000Other\000Pre-shared Key\000DSS Signatures\000RSA Signatures\000Encryption with RSA\000Revised Encryption with RSA\000DMTF/IANA Reserved\000Vendor Reserved\000",
169428                   /* MappingStrings */
169429                   "\026\000\001RFC2409.IETF|Appendix A\000",
169430                   /* ModelCorrespondence */
169431                   "\036\000\001CIM_IKESAEndpoint.OtherAuthenticationMethod\000",
169432 mike  1.1.2.1     0,
169433               };
169434               
169435               static MetaProperty
169436               _CIM_IKESAEndpoint_AuthenticationMethod =
169437               {
169438                   /* flags */
169439                   META_FLAG_PROPERTY|META_FLAG_READ,
169440                   /* name */
169441                   "AuthenticationMethod",
169442                   /* qualifiers */
169443                   _CIM_IKESAEndpoint_AuthenticationMethod_qualifiers,
169444                   /* type */
169445                   CIMTYPE_UINT16,
169446                   /* subscript */
169447                   -1,
169448                   /* value */
169449                   0,
169450               };
169451               
169452               static const char*
169453 mike  1.1.2.1 _CIM_IKESAEndpoint_OtherAuthenticationMethod_qualifiers[] =
169454               {
169455                   /* ModelCorrespondence */
169456                   "\036\000\001CIM_IKESAEndpoint.AuthenticationMethod\000",
169457                   0,
169458               };
169459               
169460               static MetaProperty
169461               _CIM_IKESAEndpoint_OtherAuthenticationMethod =
169462               {
169463                   /* flags */
169464                   META_FLAG_PROPERTY|META_FLAG_READ,
169465                   /* name */
169466                   "OtherAuthenticationMethod",
169467                   /* qualifiers */
169468                   _CIM_IKESAEndpoint_OtherAuthenticationMethod_qualifiers,
169469                   /* type */
169470                   CIMTYPE_STRING,
169471                   /* subscript */
169472                   -1,
169473                   /* value */
169474 mike  1.1.2.1     0,
169475               };
169476               
169477               static const char*
169478               _CIM_IKESAEndpoint_GroupId_qualifiers[] =
169479               {
169480                   /* ValueMap */
169481                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
169482                   /* Values */
169483                   "\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",
169484                   /* MappingStrings */
169485                   "\026\000\001RFC2412.IETF|Appendix E\000",
169486                   /* ModelCorrespondence */
169487                   "\036\000\001CIM_IKESAEndpoint.VendorID\000",
169488                   0,
169489               };
169490               
169491               static MetaProperty
169492               _CIM_IKESAEndpoint_GroupId =
169493               {
169494                   /* flags */
169495 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169496                   /* name */
169497                   "GroupId",
169498                   /* qualifiers */
169499                   _CIM_IKESAEndpoint_GroupId_qualifiers,
169500                   /* type */
169501                   CIMTYPE_UINT16,
169502                   /* subscript */
169503                   -1,
169504                   /* value */
169505                   0,
169506               };
169507               
169508               static const char*
169509               _CIM_IKESAEndpoint_VendorID_qualifiers[] =
169510               {
169511                   /* ModelCorrespondence */
169512                   "\036\000\001CIM_IKESAEndpoint.GroupId\000",
169513                   0,
169514               };
169515               
169516 mike  1.1.2.1 static MetaProperty
169517               _CIM_IKESAEndpoint_VendorID =
169518               {
169519                   /* flags */
169520                   META_FLAG_PROPERTY|META_FLAG_READ,
169521                   /* name */
169522                   "VendorID",
169523                   /* qualifiers */
169524                   _CIM_IKESAEndpoint_VendorID_qualifiers,
169525                   /* type */
169526                   CIMTYPE_STRING,
169527                   /* subscript */
169528                   -1,
169529                   /* value */
169530                   0,
169531               };
169532               
169533               static MetaFeature*
169534               _CIM_IKESAEndpoint_features[] =
169535               {
169536                   (MetaFeature*)&_CIM_IKESAEndpoint_InitiatorCookie,
169537 mike  1.1.2.1     (MetaFeature*)&_CIM_IKESAEndpoint_ResponderCookie,
169538                   (MetaFeature*)&_CIM_IKESAEndpoint_CipherAlgorithm,
169539                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherCipherAlgorithm,
169540                   (MetaFeature*)&_CIM_IKESAEndpoint_HashAlgorithm,
169541                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherHashAlgorithm,
169542                   (MetaFeature*)&_CIM_IKESAEndpoint_AuthenticationMethod,
169543                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherAuthenticationMethod,
169544                   (MetaFeature*)&_CIM_IKESAEndpoint_GroupId,
169545                   (MetaFeature*)&_CIM_IKESAEndpoint_VendorID,
169546                   0,
169547               };
169548               
169549               static const char*
169550               __root_cimv2_CIM_IKESAEndpoint_qualifiers[] =
169551               {
169552                   /* UMLPackagePath */
169553                   "\057CIM::Network::IPsec",
169554                   /* Version */
169555                   "\0632.8.0",
169556                   0,
169557               };
169558 mike  1.1.2.1 
169559               MetaClass
169560               __root_cimv2_CIM_IKESAEndpoint =
169561               {
169562                   /* flags */
169563                   META_FLAG_CLASS,
169564                   /* name */
169565                   "CIM_IKESAEndpoint",
169566                   /* qualifiers */
169567                   __root_cimv2_CIM_IKESAEndpoint_qualifiers,
169568                   /* super */
169569                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
169570                   /* features */
169571                   _CIM_IKESAEndpoint_features,
169572               };
169573               
169574               //==============================================================================
169575               //
169576               // Class: CIM_InboundVLAN
169577               //
169578               //==============================================================================
169579 mike  1.1.2.1 
169580               static const char*
169581               _CIM_InboundVLAN_Antecedent_qualifiers[] =
169582               {
169583                   /* Deprecated */
169584                   "\013\000\001No Value\000",
169585                   /* Override */
169586                   "\044Antecedent",
169587                   0,
169588               };
169589               
169590               static MetaReference
169591               _CIM_InboundVLAN_Antecedent =
169592               {
169593                   /* flags */
169594                   META_FLAG_REFERENCE|META_FLAG_READ,
169595                   /* name */
169596                   "Antecedent",
169597                   /* qualifiers */
169598                   _CIM_InboundVLAN_Antecedent_qualifiers,
169599                   /* subscript */
169600 mike  1.1.2.1     -1,
169601                   /* refId */
169602                   &__root_cimv2_CIM_VLAN,
169603               };
169604               
169605               static const char*
169606               _CIM_InboundVLAN_Dependent_qualifiers[] =
169607               {
169608                   /* Deprecated */
169609                   "\013\000\001No Value\000",
169610                   /* Override */
169611                   "\044Dependent",
169612                   0,
169613               };
169614               
169615               static MetaReference
169616               _CIM_InboundVLAN_Dependent =
169617               {
169618                   /* flags */
169619                   META_FLAG_REFERENCE|META_FLAG_READ,
169620                   /* name */
169621 mike  1.1.2.1     "Dependent",
169622                   /* qualifiers */
169623                   _CIM_InboundVLAN_Dependent_qualifiers,
169624                   /* subscript */
169625                   -1,
169626                   /* refId */
169627                   &__root_cimv2_CIM_SwitchPort,
169628               };
169629               
169630               static const char*
169631               _CIM_InboundVLAN_Tagged_qualifiers[] =
169632               {
169633                   /* Deprecated */
169634                   "\013\000\001No Value\000",
169635                   0,
169636               };
169637               
169638               static MetaProperty
169639               _CIM_InboundVLAN_Tagged =
169640               {
169641                   /* flags */
169642 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169643                   /* name */
169644                   "Tagged",
169645                   /* qualifiers */
169646                   _CIM_InboundVLAN_Tagged_qualifiers,
169647                   /* type */
169648                   CIMTYPE_BOOLEAN,
169649                   /* subscript */
169650                   -1,
169651                   /* value */
169652                   0,
169653               };
169654               
169655               static const char*
169656               _CIM_InboundVLAN_Default_qualifiers[] =
169657               {
169658                   /* Deprecated */
169659                   "\013\000\001No Value\000",
169660                   0,
169661               };
169662               
169663 mike  1.1.2.1 static MetaProperty
169664               _CIM_InboundVLAN_Default =
169665               {
169666                   /* flags */
169667                   META_FLAG_PROPERTY|META_FLAG_READ,
169668                   /* name */
169669                   "Default",
169670                   /* qualifiers */
169671                   _CIM_InboundVLAN_Default_qualifiers,
169672                   /* type */
169673                   CIMTYPE_BOOLEAN,
169674                   /* subscript */
169675                   -1,
169676                   /* value */
169677                   0,
169678               };
169679               
169680               static MetaFeature*
169681               _CIM_InboundVLAN_features[] =
169682               {
169683                   (MetaFeature*)&_CIM_InboundVLAN_Antecedent,
169684 mike  1.1.2.1     (MetaFeature*)&_CIM_InboundVLAN_Dependent,
169685                   (MetaFeature*)&_CIM_InboundVLAN_Tagged,
169686                   (MetaFeature*)&_CIM_InboundVLAN_Default,
169687                   0,
169688               };
169689               
169690               static const char*
169691               __root_cimv2_CIM_InboundVLAN_qualifiers[] =
169692               {
169693                   /* ASSOCIATION */
169694                   "\000\001",
169695                   /* Deprecated */
169696                   "\013\000\001No Value\000",
169697                   /* UMLPackagePath */
169698                   "\057CIM::Network::VLAN",
169699                   /* Version */
169700                   "\0632.8.0",
169701                   0,
169702               };
169703               
169704               MetaClass
169705 mike  1.1.2.1 __root_cimv2_CIM_InboundVLAN =
169706               {
169707                   /* flags */
169708                   META_FLAG_ASSOCIATION,
169709                   /* name */
169710                   "CIM_InboundVLAN",
169711                   /* qualifiers */
169712                   __root_cimv2_CIM_InboundVLAN_qualifiers,
169713                   /* super */
169714                   &__root_cimv2_CIM_SAPSAPDependency,
169715                   /* features */
169716                   _CIM_InboundVLAN_features,
169717               };
169718               
169719               //==============================================================================
169720               //
169721               // Class: CIM_IngressConditioningServiceOnEndpoint
169722               //
169723               //==============================================================================
169724               
169725               static const char*
169726 mike  1.1.2.1 _CIM_IngressConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
169727               {
169728                   /* Override */
169729                   "\044Antecedent",
169730                   0,
169731               };
169732               
169733               static MetaReference
169734               _CIM_IngressConditioningServiceOnEndpoint_Antecedent =
169735               {
169736                   /* flags */
169737                   META_FLAG_REFERENCE|META_FLAG_READ,
169738                   /* name */
169739                   "Antecedent",
169740                   /* qualifiers */
169741                   _CIM_IngressConditioningServiceOnEndpoint_Antecedent_qualifiers,
169742                   /* subscript */
169743                   -1,
169744                   /* refId */
169745                   &__root_cimv2_CIM_ProtocolEndpoint,
169746               };
169747 mike  1.1.2.1 
169748               static const char*
169749               _CIM_IngressConditioningServiceOnEndpoint_Dependent_qualifiers[] =
169750               {
169751                   /* Override */
169752                   "\044Dependent",
169753                   /* Max */
169754                   "\027\000\000\000\001",
169755                   0,
169756               };
169757               
169758               static MetaReference
169759               _CIM_IngressConditioningServiceOnEndpoint_Dependent =
169760               {
169761                   /* flags */
169762                   META_FLAG_REFERENCE|META_FLAG_READ,
169763                   /* name */
169764                   "Dependent",
169765                   /* qualifiers */
169766                   _CIM_IngressConditioningServiceOnEndpoint_Dependent_qualifiers,
169767                   /* subscript */
169768 mike  1.1.2.1     -1,
169769                   /* refId */
169770                   &__root_cimv2_CIM_ConditioningService,
169771               };
169772               
169773               static MetaFeature*
169774               _CIM_IngressConditioningServiceOnEndpoint_features[] =
169775               {
169776                   (MetaFeature*)&_CIM_IngressConditioningServiceOnEndpoint_Antecedent,
169777                   (MetaFeature*)&_CIM_IngressConditioningServiceOnEndpoint_Dependent,
169778                   0,
169779               };
169780               
169781               static const char*
169782               __root_cimv2_CIM_IngressConditioningServiceOnEndpoint_qualifiers[] =
169783               {
169784                   /* ASSOCIATION */
169785                   "\000\001",
169786                   /* UMLPackagePath */
169787                   "\057CIM::Network::QoS",
169788                   /* Version */
169789 mike  1.1.2.1     "\0632.7.0",
169790                   0,
169791               };
169792               
169793               MetaClass
169794               __root_cimv2_CIM_IngressConditioningServiceOnEndpoint =
169795               {
169796                   /* flags */
169797                   META_FLAG_ASSOCIATION,
169798                   /* name */
169799                   "CIM_IngressConditioningServiceOnEndpoint",
169800                   /* qualifiers */
169801                   __root_cimv2_CIM_IngressConditioningServiceOnEndpoint_qualifiers,
169802                   /* super */
169803                   &__root_cimv2_CIM_ServiceSAPDependency,
169804                   /* features */
169805                   _CIM_IngressConditioningServiceOnEndpoint_features,
169806               };
169807               
169808               //==============================================================================
169809               //
169810 mike  1.1.2.1 // Class: CIM_InLogicalNetwork
169811               //
169812               //==============================================================================
169813               
169814               static const char*
169815               _CIM_InLogicalNetwork_Collection_qualifiers[] =
169816               {
169817                   /* Deprecated */
169818                   "\013\000\001CIM_MemberOfCollection.Collection\000",
169819                   /* Aggregate */
169820                   "\003\001",
169821                   /* Override */
169822                   "\044Collection",
169823                   0,
169824               };
169825               
169826               static MetaReference
169827               _CIM_InLogicalNetwork_Collection =
169828               {
169829                   /* flags */
169830                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
169831 mike  1.1.2.1     /* name */
169832                   "Collection",
169833                   /* qualifiers */
169834                   _CIM_InLogicalNetwork_Collection_qualifiers,
169835                   /* subscript */
169836                   -1,
169837                   /* refId */
169838                   &__root_cimv2_CIM_LogicalNetwork,
169839               };
169840               
169841               static const char*
169842               _CIM_InLogicalNetwork_Member_qualifiers[] =
169843               {
169844                   /* Deprecated */
169845                   "\013\000\001CIM_MemberOfCollection.Member\000",
169846                   /* Override */
169847                   "\044Member",
169848                   0,
169849               };
169850               
169851               static MetaReference
169852 mike  1.1.2.1 _CIM_InLogicalNetwork_Member =
169853               {
169854                   /* flags */
169855                   META_FLAG_REFERENCE|META_FLAG_READ,
169856                   /* name */
169857                   "Member",
169858                   /* qualifiers */
169859                   _CIM_InLogicalNetwork_Member_qualifiers,
169860                   /* subscript */
169861                   -1,
169862                   /* refId */
169863                   &__root_cimv2_CIM_ProtocolEndpoint,
169864               };
169865               
169866               static MetaFeature*
169867               _CIM_InLogicalNetwork_features[] =
169868               {
169869                   (MetaFeature*)&_CIM_InLogicalNetwork_Collection,
169870                   (MetaFeature*)&_CIM_InLogicalNetwork_Member,
169871                   0,
169872               };
169873 mike  1.1.2.1 
169874               static const char*
169875               __root_cimv2_CIM_InLogicalNetwork_qualifiers[] =
169876               {
169877                   /* ASSOCIATION */
169878                   "\000\001",
169879                   /* Deprecated */
169880                   "\013\000\001CIM_MemberOfCollection\000",
169881                   /* UMLPackagePath */
169882                   "\057CIM::Network::Collections",
169883                   /* Aggregation */
169884                   "\004\001",
169885                   /* Version */
169886                   "\0632.7.0",
169887                   0,
169888               };
169889               
169890               MetaClass
169891               __root_cimv2_CIM_InLogicalNetwork =
169892               {
169893                   /* flags */
169894 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
169895                   /* name */
169896                   "CIM_InLogicalNetwork",
169897                   /* qualifiers */
169898                   __root_cimv2_CIM_InLogicalNetwork_qualifiers,
169899                   /* super */
169900                   &__root_cimv2_CIM_CollectedMSEs,
169901                   /* features */
169902                   _CIM_InLogicalNetwork_features,
169903               };
169904               
169905               //==============================================================================
169906               //
169907               // Class: CIM_IPProtocolEndpoint
169908               //
169909               //==============================================================================
169910               
169911               static const char*
169912               _CIM_IPProtocolEndpoint_IPv4Address_qualifiers[] =
169913               {
169914                   0,
169915 mike  1.1.2.1 };
169916               
169917               static MetaProperty
169918               _CIM_IPProtocolEndpoint_IPv4Address =
169919               {
169920                   /* flags */
169921                   META_FLAG_PROPERTY|META_FLAG_READ,
169922                   /* name */
169923                   "IPv4Address",
169924                   /* qualifiers */
169925                   _CIM_IPProtocolEndpoint_IPv4Address_qualifiers,
169926                   /* type */
169927                   CIMTYPE_STRING,
169928                   /* subscript */
169929                   -1,
169930                   /* value */
169931                   0,
169932               };
169933               
169934               static const char*
169935               _CIM_IPProtocolEndpoint_IPv6Address_qualifiers[] =
169936 mike  1.1.2.1 {
169937                   0,
169938               };
169939               
169940               static MetaProperty
169941               _CIM_IPProtocolEndpoint_IPv6Address =
169942               {
169943                   /* flags */
169944                   META_FLAG_PROPERTY|META_FLAG_READ,
169945                   /* name */
169946                   "IPv6Address",
169947                   /* qualifiers */
169948                   _CIM_IPProtocolEndpoint_IPv6Address_qualifiers,
169949                   /* type */
169950                   CIMTYPE_STRING,
169951                   /* subscript */
169952                   -1,
169953                   /* value */
169954                   0,
169955               };
169956               
169957 mike  1.1.2.1 static const char*
169958               _CIM_IPProtocolEndpoint_Address_qualifiers[] =
169959               {
169960                   /* Deprecated */
169961                   "\013\000\002CIM_IPProtocolEndpoint.IPv4Address\000CIM_IPProtocolEndpoint.IPv6Address\000",
169962                   0,
169963               };
169964               
169965               static MetaProperty
169966               _CIM_IPProtocolEndpoint_Address =
169967               {
169968                   /* flags */
169969                   META_FLAG_PROPERTY|META_FLAG_READ,
169970                   /* name */
169971                   "Address",
169972                   /* qualifiers */
169973                   _CIM_IPProtocolEndpoint_Address_qualifiers,
169974                   /* type */
169975                   CIMTYPE_STRING,
169976                   /* subscript */
169977                   -1,
169978 mike  1.1.2.1     /* value */
169979                   0,
169980               };
169981               
169982               static const char*
169983               _CIM_IPProtocolEndpoint_SubnetMask_qualifiers[] =
169984               {
169985                   0,
169986               };
169987               
169988               static MetaProperty
169989               _CIM_IPProtocolEndpoint_SubnetMask =
169990               {
169991                   /* flags */
169992                   META_FLAG_PROPERTY|META_FLAG_READ,
169993                   /* name */
169994                   "SubnetMask",
169995                   /* qualifiers */
169996                   _CIM_IPProtocolEndpoint_SubnetMask_qualifiers,
169997                   /* type */
169998                   CIMTYPE_STRING,
169999 mike  1.1.2.1     /* subscript */
170000                   -1,
170001                   /* value */
170002                   0,
170003               };
170004               
170005               static const char*
170006               _CIM_IPProtocolEndpoint_PrefixLength_qualifiers[] =
170007               {
170008                   0,
170009               };
170010               
170011               static MetaProperty
170012               _CIM_IPProtocolEndpoint_PrefixLength =
170013               {
170014                   /* flags */
170015                   META_FLAG_PROPERTY|META_FLAG_READ,
170016                   /* name */
170017                   "PrefixLength",
170018                   /* qualifiers */
170019                   _CIM_IPProtocolEndpoint_PrefixLength_qualifiers,
170020 mike  1.1.2.1     /* type */
170021                   CIMTYPE_UINT8,
170022                   /* subscript */
170023                   -1,
170024                   /* value */
170025                   0,
170026               };
170027               
170028               static const char*
170029               _CIM_IPProtocolEndpoint_AddressType_qualifiers[] =
170030               {
170031                   /* Deprecated */
170032                   "\013\000\001No value\000",
170033                   /* ValueMap */
170034                   "\061\000\0030\0001\0002\000",
170035                   /* Values */
170036                   "\062\000\003Unknown\000IPv4\000IPv6\000",
170037                   0,
170038               };
170039               
170040               static MetaProperty
170041 mike  1.1.2.1 _CIM_IPProtocolEndpoint_AddressType =
170042               {
170043                   /* flags */
170044                   META_FLAG_PROPERTY|META_FLAG_READ,
170045                   /* name */
170046                   "AddressType",
170047                   /* qualifiers */
170048                   _CIM_IPProtocolEndpoint_AddressType_qualifiers,
170049                   /* type */
170050                   CIMTYPE_UINT16,
170051                   /* subscript */
170052                   -1,
170053                   /* value */
170054                   0,
170055               };
170056               
170057               static const char*
170058               _CIM_IPProtocolEndpoint_IPVersionSupport_qualifiers[] =
170059               {
170060                   /* Deprecated */
170061                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
170062 mike  1.1.2.1     /* ValueMap */
170063                   "\061\000\0040\0001\0002\0003\000",
170064                   /* Values */
170065                   "\062\000\004Unknown\000IPv4 Only\000IPv6 Only\000Both IPv4 and IPv6\000",
170066                   0,
170067               };
170068               
170069               static MetaProperty
170070               _CIM_IPProtocolEndpoint_IPVersionSupport =
170071               {
170072                   /* flags */
170073                   META_FLAG_PROPERTY|META_FLAG_READ,
170074                   /* name */
170075                   "IPVersionSupport",
170076                   /* qualifiers */
170077                   _CIM_IPProtocolEndpoint_IPVersionSupport_qualifiers,
170078                   /* type */
170079                   CIMTYPE_UINT16,
170080                   /* subscript */
170081                   -1,
170082                   /* value */
170083 mike  1.1.2.1     0,
170084               };
170085               
170086               static const char*
170087               _CIM_IPProtocolEndpoint_ProtocolIFType_qualifiers[] =
170088               {
170089                   /* Override */
170090                   "\044ProtocolIFType",
170091                   /* ValueMap */
170092                   "\061\000\0071\000225..4095\0004096\0004097\0004098\0004301..32767\00032768..\000",
170093                   /* Values */
170094                   "\062\000\007Other\000IANA Reserved\000IPv4\000IPv6\000IPv4/v6\000DMTF Reserved\000Vendor Reserved\000",
170095                   0,
170096               };
170097               
170098               static MetaProperty
170099               _CIM_IPProtocolEndpoint_ProtocolIFType =
170100               {
170101                   /* flags */
170102                   META_FLAG_PROPERTY|META_FLAG_READ,
170103                   /* name */
170104 mike  1.1.2.1     "ProtocolIFType",
170105                   /* qualifiers */
170106                   _CIM_IPProtocolEndpoint_ProtocolIFType_qualifiers,
170107                   /* type */
170108                   CIMTYPE_UINT16,
170109                   /* subscript */
170110                   -1,
170111                   /* value */
170112                   "\020\000",
170113               };
170114               
170115               static MetaFeature*
170116               _CIM_IPProtocolEndpoint_features[] =
170117               {
170118                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPv4Address,
170119                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPv6Address,
170120                   (MetaFeature*)&_CIM_IPProtocolEndpoint_Address,
170121                   (MetaFeature*)&_CIM_IPProtocolEndpoint_SubnetMask,
170122                   (MetaFeature*)&_CIM_IPProtocolEndpoint_PrefixLength,
170123                   (MetaFeature*)&_CIM_IPProtocolEndpoint_AddressType,
170124                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPVersionSupport,
170125 mike  1.1.2.1     (MetaFeature*)&_CIM_IPProtocolEndpoint_ProtocolIFType,
170126                   0,
170127               };
170128               
170129               static const char*
170130               __root_cimv2_CIM_IPProtocolEndpoint_qualifiers[] =
170131               {
170132                   /* UMLPackagePath */
170133                   "\057CIM::Network::ProtocolEndpoints",
170134                   /* Version */
170135                   "\0632.8.0",
170136                   0,
170137               };
170138               
170139               MetaClass
170140               __root_cimv2_CIM_IPProtocolEndpoint =
170141               {
170142                   /* flags */
170143                   META_FLAG_CLASS,
170144                   /* name */
170145                   "CIM_IPProtocolEndpoint",
170146 mike  1.1.2.1     /* qualifiers */
170147                   __root_cimv2_CIM_IPProtocolEndpoint_qualifiers,
170148                   /* super */
170149                   &__root_cimv2_CIM_ProtocolEndpoint,
170150                   /* features */
170151                   _CIM_IPProtocolEndpoint_features,
170152               };
170153               
170154               //==============================================================================
170155               //
170156               // Class: CIM_IPsecPolicyForEndpoint
170157               //
170158               //==============================================================================
170159               
170160               static const char*
170161               _CIM_IPsecPolicyForEndpoint_Antecedent_qualifiers[] =
170162               {
170163                   /* Override */
170164                   "\044Antecedent",
170165                   /* MappingStrings */
170166                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint.Antecedent\000",
170167 mike  1.1.2.1     0,
170168               };
170169               
170170               static MetaReference
170171               _CIM_IPsecPolicyForEndpoint_Antecedent =
170172               {
170173                   /* flags */
170174                   META_FLAG_REFERENCE|META_FLAG_READ,
170175                   /* name */
170176                   "Antecedent",
170177                   /* qualifiers */
170178                   _CIM_IPsecPolicyForEndpoint_Antecedent_qualifiers,
170179                   /* subscript */
170180                   -1,
170181                   /* refId */
170182                   &__root_cimv2_CIM_IPProtocolEndpoint,
170183               };
170184               
170185               static const char*
170186               _CIM_IPsecPolicyForEndpoint_Dependent_qualifiers[] =
170187               {
170188 mike  1.1.2.1     /* Override */
170189                   "\044Dependent",
170190                   /* Min */
170191                   "\033\000\000\000\000",
170192                   /* Max */
170193                   "\027\000\000\000\001",
170194                   /* MappingStrings */
170195                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint.Dependent\000",
170196                   0,
170197               };
170198               
170199               static MetaReference
170200               _CIM_IPsecPolicyForEndpoint_Dependent =
170201               {
170202                   /* flags */
170203                   META_FLAG_REFERENCE|META_FLAG_READ,
170204                   /* name */
170205                   "Dependent",
170206                   /* qualifiers */
170207                   _CIM_IPsecPolicyForEndpoint_Dependent_qualifiers,
170208                   /* subscript */
170209 mike  1.1.2.1     -1,
170210                   /* refId */
170211                   &__root_cimv2_CIM_PolicyGroup,
170212               };
170213               
170214               static MetaFeature*
170215               _CIM_IPsecPolicyForEndpoint_features[] =
170216               {
170217                   (MetaFeature*)&_CIM_IPsecPolicyForEndpoint_Antecedent,
170218                   (MetaFeature*)&_CIM_IPsecPolicyForEndpoint_Dependent,
170219                   0,
170220               };
170221               
170222               static const char*
170223               __root_cimv2_CIM_IPsecPolicyForEndpoint_qualifiers[] =
170224               {
170225                   /* ASSOCIATION */
170226                   "\000\001",
170227                   /* UMLPackagePath */
170228                   "\057CIM::IPsecPolicy",
170229                   /* Version */
170230 mike  1.1.2.1     "\0632.8.0",
170231                   /* MappingStrings */
170232                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint\000",
170233                   0,
170234               };
170235               
170236               MetaClass
170237               __root_cimv2_CIM_IPsecPolicyForEndpoint =
170238               {
170239                   /* flags */
170240                   META_FLAG_ASSOCIATION,
170241                   /* name */
170242                   "CIM_IPsecPolicyForEndpoint",
170243                   /* qualifiers */
170244                   __root_cimv2_CIM_IPsecPolicyForEndpoint_qualifiers,
170245                   /* super */
170246                   &__root_cimv2_CIM_Dependency,
170247                   /* features */
170248                   _CIM_IPsecPolicyForEndpoint_features,
170249               };
170250               
170251 mike  1.1.2.1 //==============================================================================
170252               //
170253               // Class: CIM_IPsecSAEndpoint
170254               //
170255               //==============================================================================
170256               
170257               static const char*
170258               _CIM_IPsecSAEndpoint_SPI_qualifiers[] =
170259               {
170260                   0,
170261               };
170262               
170263               static MetaProperty
170264               _CIM_IPsecSAEndpoint_SPI =
170265               {
170266                   /* flags */
170267                   META_FLAG_PROPERTY|META_FLAG_READ,
170268                   /* name */
170269                   "SPI",
170270                   /* qualifiers */
170271                   _CIM_IPsecSAEndpoint_SPI_qualifiers,
170272 mike  1.1.2.1     /* type */
170273                   CIMTYPE_UINT32,
170274                   /* subscript */
170275                   -1,
170276                   /* value */
170277                   0,
170278               };
170279               
170280               static const char*
170281               _CIM_IPsecSAEndpoint_InboundDirection_qualifiers[] =
170282               {
170283                   0,
170284               };
170285               
170286               static MetaProperty
170287               _CIM_IPsecSAEndpoint_InboundDirection =
170288               {
170289                   /* flags */
170290                   META_FLAG_PROPERTY|META_FLAG_READ,
170291                   /* name */
170292                   "InboundDirection",
170293 mike  1.1.2.1     /* qualifiers */
170294                   _CIM_IPsecSAEndpoint_InboundDirection_qualifiers,
170295                   /* type */
170296                   CIMTYPE_BOOLEAN,
170297                   /* subscript */
170298                   -1,
170299                   /* value */
170300                   0,
170301               };
170302               
170303               static const char*
170304               _CIM_IPsecSAEndpoint_EncapsulationMode_qualifiers[] =
170305               {
170306                   /* ValueMap */
170307                   "\061\000\0030\0002\0003\000",
170308                   /* Values */
170309                   "\062\000\003Unknown\000Tunnel\000Transport\000",
170310                   0,
170311               };
170312               
170313               static MetaProperty
170314 mike  1.1.2.1 _CIM_IPsecSAEndpoint_EncapsulationMode =
170315               {
170316                   /* flags */
170317                   META_FLAG_PROPERTY|META_FLAG_READ,
170318                   /* name */
170319                   "EncapsulationMode",
170320                   /* qualifiers */
170321                   _CIM_IPsecSAEndpoint_EncapsulationMode_qualifiers,
170322                   /* type */
170323                   CIMTYPE_UINT16,
170324                   /* subscript */
170325                   -1,
170326                   /* value */
170327                   0,
170328               };
170329               
170330               static const char*
170331               _CIM_IPsecSAEndpoint_DFHandling_qualifiers[] =
170332               {
170333                   /* ValueMap */
170334                   "\061\000\0040\0002\0003\0004\000",
170335 mike  1.1.2.1     /* Values */
170336                   "\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",
170337                   0,
170338               };
170339               
170340               static MetaProperty
170341               _CIM_IPsecSAEndpoint_DFHandling =
170342               {
170343                   /* flags */
170344                   META_FLAG_PROPERTY|META_FLAG_READ,
170345                   /* name */
170346                   "DFHandling",
170347                   /* qualifiers */
170348                   _CIM_IPsecSAEndpoint_DFHandling_qualifiers,
170349                   /* type */
170350                   CIMTYPE_UINT16,
170351                   /* subscript */
170352                   -1,
170353                   /* value */
170354                   0,
170355               };
170356 mike  1.1.2.1 
170357               static const char*
170358               _CIM_IPsecSAEndpoint_PFSInUse_qualifiers[] =
170359               {
170360                   0,
170361               };
170362               
170363               static MetaProperty
170364               _CIM_IPsecSAEndpoint_PFSInUse =
170365               {
170366                   /* flags */
170367                   META_FLAG_PROPERTY|META_FLAG_READ,
170368                   /* name */
170369                   "PFSInUse",
170370                   /* qualifiers */
170371                   _CIM_IPsecSAEndpoint_PFSInUse_qualifiers,
170372                   /* type */
170373                   CIMTYPE_BOOLEAN,
170374                   /* subscript */
170375                   -1,
170376                   /* value */
170377 mike  1.1.2.1     0,
170378               };
170379               
170380               static MetaFeature*
170381               _CIM_IPsecSAEndpoint_features[] =
170382               {
170383                   (MetaFeature*)&_CIM_IPsecSAEndpoint_SPI,
170384                   (MetaFeature*)&_CIM_IPsecSAEndpoint_InboundDirection,
170385                   (MetaFeature*)&_CIM_IPsecSAEndpoint_EncapsulationMode,
170386                   (MetaFeature*)&_CIM_IPsecSAEndpoint_DFHandling,
170387                   (MetaFeature*)&_CIM_IPsecSAEndpoint_PFSInUse,
170388                   0,
170389               };
170390               
170391               static const char*
170392               __root_cimv2_CIM_IPsecSAEndpoint_qualifiers[] =
170393               {
170394                   /* UMLPackagePath */
170395                   "\057CIM::Network::IPsec",
170396                   /* Version */
170397                   "\0632.8.0",
170398 mike  1.1.2.1     0,
170399               };
170400               
170401               MetaClass
170402               __root_cimv2_CIM_IPsecSAEndpoint =
170403               {
170404                   /* flags */
170405                   META_FLAG_CLASS,
170406                   /* name */
170407                   "CIM_IPsecSAEndpoint",
170408                   /* qualifiers */
170409                   __root_cimv2_CIM_IPsecSAEndpoint_qualifiers,
170410                   /* super */
170411                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
170412                   /* features */
170413                   _CIM_IPsecSAEndpoint_features,
170414               };
170415               
170416               //==============================================================================
170417               //
170418               // Class: CIM_IPXProtocolEndpoint
170419 mike  1.1.2.1 //
170420               //==============================================================================
170421               
170422               static const char*
170423               _CIM_IPXProtocolEndpoint_Address_qualifiers[] =
170424               {
170425                   0,
170426               };
170427               
170428               static MetaProperty
170429               _CIM_IPXProtocolEndpoint_Address =
170430               {
170431                   /* flags */
170432                   META_FLAG_PROPERTY|META_FLAG_READ,
170433                   /* name */
170434                   "Address",
170435                   /* qualifiers */
170436                   _CIM_IPXProtocolEndpoint_Address_qualifiers,
170437                   /* type */
170438                   CIMTYPE_STRING,
170439                   /* subscript */
170440 mike  1.1.2.1     -1,
170441                   /* value */
170442                   0,
170443               };
170444               
170445               static const char*
170446               _CIM_IPXProtocolEndpoint_ProtocolIFType_qualifiers[] =
170447               {
170448                   /* Override */
170449                   "\044ProtocolIFType",
170450                   /* ValueMap */
170451                   "\061\000\0051\000225..4095\0004099\0004301..32767\00032768..\000",
170452                   /* Values */
170453                   "\062\000\005Other\000IANA Reserved\000IPX\000DMTF Reserved\000Vendor Reserved\000",
170454                   0,
170455               };
170456               
170457               static MetaProperty
170458               _CIM_IPXProtocolEndpoint_ProtocolIFType =
170459               {
170460                   /* flags */
170461 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
170462                   /* name */
170463                   "ProtocolIFType",
170464                   /* qualifiers */
170465                   _CIM_IPXProtocolEndpoint_ProtocolIFType_qualifiers,
170466                   /* type */
170467                   CIMTYPE_UINT16,
170468                   /* subscript */
170469                   -1,
170470                   /* value */
170471                   "\020\003",
170472               };
170473               
170474               static MetaFeature*
170475               _CIM_IPXProtocolEndpoint_features[] =
170476               {
170477                   (MetaFeature*)&_CIM_IPXProtocolEndpoint_Address,
170478                   (MetaFeature*)&_CIM_IPXProtocolEndpoint_ProtocolIFType,
170479                   0,
170480               };
170481               
170482 mike  1.1.2.1 static const char*
170483               __root_cimv2_CIM_IPXProtocolEndpoint_qualifiers[] =
170484               {
170485                   /* UMLPackagePath */
170486                   "\057CIM::Network::ProtocolEndpoints",
170487                   /* Version */
170488                   "\0632.8.0",
170489                   0,
170490               };
170491               
170492               MetaClass
170493               __root_cimv2_CIM_IPXProtocolEndpoint =
170494               {
170495                   /* flags */
170496                   META_FLAG_CLASS,
170497                   /* name */
170498                   "CIM_IPXProtocolEndpoint",
170499                   /* qualifiers */
170500                   __root_cimv2_CIM_IPXProtocolEndpoint_qualifiers,
170501                   /* super */
170502                   &__root_cimv2_CIM_ProtocolEndpoint,
170503 mike  1.1.2.1     /* features */
170504                   _CIM_IPXProtocolEndpoint_features,
170505               };
170506               
170507               //==============================================================================
170508               //
170509               // Class: CIM_iSCSIProtocolEndpoint
170510               //
170511               //==============================================================================
170512               
170513               static const char*
170514               _CIM_iSCSIProtocolEndpoint_Name_qualifiers[] =
170515               {
170516                   /* Override */
170517                   "\044Name",
170518                   /* MaxLen */
170519                   "\030\000\000\001\000",
170520                   /* ModelCorrespondence */
170521                   "\036\000\002CIM_SCSIProtocolEndpoint.ConnectionType\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
170522                   0,
170523               };
170524 mike  1.1.2.1 
170525               static MetaProperty
170526               _CIM_iSCSIProtocolEndpoint_Name =
170527               {
170528                   /* flags */
170529                   META_FLAG_PROPERTY|META_FLAG_READ,
170530                   /* name */
170531                   "Name",
170532                   /* qualifiers */
170533                   _CIM_iSCSIProtocolEndpoint_Name_qualifiers,
170534                   /* type */
170535                   CIMTYPE_STRING,
170536                   /* subscript */
170537                   -1,
170538                   /* value */
170539                   0,
170540               };
170541               
170542               static const char*
170543               _CIM_iSCSIProtocolEndpoint_Identifier_qualifiers[] =
170544               {
170545 mike  1.1.2.1     /* Required */
170546                   "\050\001",
170547                   /* MaxLen */
170548                   "\030\000\000\000\015",
170549                   0,
170550               };
170551               
170552               static MetaProperty
170553               _CIM_iSCSIProtocolEndpoint_Identifier =
170554               {
170555                   /* flags */
170556                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
170557                   /* name */
170558                   "Identifier",
170559                   /* qualifiers */
170560                   _CIM_iSCSIProtocolEndpoint_Identifier_qualifiers,
170561                   /* type */
170562                   CIMTYPE_STRING,
170563                   /* subscript */
170564                   -1,
170565                   /* value */
170566 mike  1.1.2.1     0,
170567               };
170568               
170569               static const char*
170570               _CIM_iSCSIProtocolEndpoint_Role_qualifiers[] =
170571               {
170572                   /* Override */
170573                   "\044Role",
170574                   /* ValueMap */
170575                   "\061\000\0022\0003\000",
170576                   /* Values */
170577                   "\062\000\002Initiator\000Target\000",
170578                   0,
170579               };
170580               
170581               static MetaProperty
170582               _CIM_iSCSIProtocolEndpoint_Role =
170583               {
170584                   /* flags */
170585                   META_FLAG_PROPERTY|META_FLAG_READ,
170586                   /* name */
170587 mike  1.1.2.1     "Role",
170588                   /* qualifiers */
170589                   _CIM_iSCSIProtocolEndpoint_Role_qualifiers,
170590                   /* type */
170591                   CIMTYPE_UINT16,
170592                   /* subscript */
170593                   -1,
170594                   /* value */
170595                   0,
170596               };
170597               
170598               static MetaFeature*
170599               _CIM_iSCSIProtocolEndpoint_features[] =
170600               {
170601                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Name,
170602                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Identifier,
170603                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Role,
170604                   0,
170605               };
170606               
170607               static const char*
170608 mike  1.1.2.1 __root_cimv2_CIM_iSCSIProtocolEndpoint_qualifiers[] =
170609               {
170610                   /* UMLPackagePath */
170611                   "\057CIM::Network::ProtocolEndpoints",
170612                   /* Version */
170613                   "\0632.11.0",
170614                   0,
170615               };
170616               
170617               MetaClass
170618               __root_cimv2_CIM_iSCSIProtocolEndpoint =
170619               {
170620                   /* flags */
170621                   META_FLAG_CLASS,
170622                   /* name */
170623                   "CIM_iSCSIProtocolEndpoint",
170624                   /* qualifiers */
170625                   __root_cimv2_CIM_iSCSIProtocolEndpoint_qualifiers,
170626                   /* super */
170627                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
170628                   /* features */
170629 mike  1.1.2.1     _CIM_iSCSIProtocolEndpoint_features,
170630               };
170631               
170632               //==============================================================================
170633               //
170634               // Class: CIM_J2eeAppClientModule
170635               //
170636               //==============================================================================
170637               
170638               static MetaFeature*
170639               _CIM_J2eeAppClientModule_features[] =
170640               {
170641                   0,
170642               };
170643               
170644               static const char*
170645               __root_cimv2_CIM_J2eeAppClientModule_qualifiers[] =
170646               {
170647                   /* UMLPackagePath */
170648                   "\057CIM::Application::J2eeAppServer",
170649                   /* Version */
170650 mike  1.1.2.1     "\0632.8.0",
170651                   0,
170652               };
170653               
170654               MetaClass
170655               __root_cimv2_CIM_J2eeAppClientModule =
170656               {
170657                   /* flags */
170658                   META_FLAG_CLASS,
170659                   /* name */
170660                   "CIM_J2eeAppClientModule",
170661                   /* qualifiers */
170662                   __root_cimv2_CIM_J2eeAppClientModule_qualifiers,
170663                   /* super */
170664                   &__root_cimv2_CIM_J2eeModule,
170665                   /* features */
170666                   _CIM_J2eeAppClientModule_features,
170667               };
170668               
170669               //==============================================================================
170670               //
170671 mike  1.1.2.1 // Class: CIM_J2eeApplicationHostedOnServer
170672               //
170673               //==============================================================================
170674               
170675               static const char*
170676               _CIM_J2eeApplicationHostedOnServer_Antecedent_qualifiers[] =
170677               {
170678                   /* Override */
170679                   "\044Antecedent",
170680                   /* Max */
170681                   "\027\000\000\000\001",
170682                   0,
170683               };
170684               
170685               static MetaReference
170686               _CIM_J2eeApplicationHostedOnServer_Antecedent =
170687               {
170688                   /* flags */
170689                   META_FLAG_REFERENCE|META_FLAG_READ,
170690                   /* name */
170691                   "Antecedent",
170692 mike  1.1.2.1     /* qualifiers */
170693                   _CIM_J2eeApplicationHostedOnServer_Antecedent_qualifiers,
170694                   /* subscript */
170695                   -1,
170696                   /* refId */
170697                   &__root_cimv2_CIM_J2eeServer,
170698               };
170699               
170700               static const char*
170701               _CIM_J2eeApplicationHostedOnServer_Dependent_qualifiers[] =
170702               {
170703                   /* Override */
170704                   "\044Dependent",
170705                   0,
170706               };
170707               
170708               static MetaReference
170709               _CIM_J2eeApplicationHostedOnServer_Dependent =
170710               {
170711                   /* flags */
170712                   META_FLAG_REFERENCE|META_FLAG_READ,
170713 mike  1.1.2.1     /* name */
170714                   "Dependent",
170715                   /* qualifiers */
170716                   _CIM_J2eeApplicationHostedOnServer_Dependent_qualifiers,
170717                   /* subscript */
170718                   -1,
170719                   /* refId */
170720                   &__root_cimv2_CIM_J2eeApplication,
170721               };
170722               
170723               static MetaFeature*
170724               _CIM_J2eeApplicationHostedOnServer_features[] =
170725               {
170726                   (MetaFeature*)&_CIM_J2eeApplicationHostedOnServer_Antecedent,
170727                   (MetaFeature*)&_CIM_J2eeApplicationHostedOnServer_Dependent,
170728                   0,
170729               };
170730               
170731               static const char*
170732               __root_cimv2_CIM_J2eeApplicationHostedOnServer_qualifiers[] =
170733               {
170734 mike  1.1.2.1     /* ASSOCIATION */
170735                   "\000\001",
170736                   /* UMLPackagePath */
170737                   "\057CIM::Application::J2eeAppServer",
170738                   /* Version */
170739                   "\0632.8.0",
170740                   0,
170741               };
170742               
170743               MetaClass
170744               __root_cimv2_CIM_J2eeApplicationHostedOnServer =
170745               {
170746                   /* flags */
170747                   META_FLAG_ASSOCIATION,
170748                   /* name */
170749                   "CIM_J2eeApplicationHostedOnServer",
170750                   /* qualifiers */
170751                   __root_cimv2_CIM_J2eeApplicationHostedOnServer_qualifiers,
170752                   /* super */
170753                   &__root_cimv2_CIM_HostedDependency,
170754                   /* features */
170755 mike  1.1.2.1     _CIM_J2eeApplicationHostedOnServer_features,
170756               };
170757               
170758               //==============================================================================
170759               //
170760               // Class: CIM_J2eeApplicationModule
170761               //
170762               //==============================================================================
170763               
170764               static const char*
170765               _CIM_J2eeApplicationModule_GroupComponent_qualifiers[] =
170766               {
170767                   /* Aggregate */
170768                   "\003\001",
170769                   /* Override */
170770                   "\044GroupComponent",
170771                   0,
170772               };
170773               
170774               static MetaReference
170775               _CIM_J2eeApplicationModule_GroupComponent =
170776 mike  1.1.2.1 {
170777                   /* flags */
170778                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
170779                   /* name */
170780                   "GroupComponent",
170781                   /* qualifiers */
170782                   _CIM_J2eeApplicationModule_GroupComponent_qualifiers,
170783                   /* subscript */
170784                   -1,
170785                   /* refId */
170786                   &__root_cimv2_CIM_J2eeApplication,
170787               };
170788               
170789               static const char*
170790               _CIM_J2eeApplicationModule_PartComponent_qualifiers[] =
170791               {
170792                   /* Override */
170793                   "\044PartComponent",
170794                   0,
170795               };
170796               
170797 mike  1.1.2.1 static MetaReference
170798               _CIM_J2eeApplicationModule_PartComponent =
170799               {
170800                   /* flags */
170801                   META_FLAG_REFERENCE|META_FLAG_READ,
170802                   /* name */
170803                   "PartComponent",
170804                   /* qualifiers */
170805                   _CIM_J2eeApplicationModule_PartComponent_qualifiers,
170806                   /* subscript */
170807                   -1,
170808                   /* refId */
170809                   &__root_cimv2_CIM_J2eeModule,
170810               };
170811               
170812               static MetaFeature*
170813               _CIM_J2eeApplicationModule_features[] =
170814               {
170815                   (MetaFeature*)&_CIM_J2eeApplicationModule_GroupComponent,
170816                   (MetaFeature*)&_CIM_J2eeApplicationModule_PartComponent,
170817                   0,
170818 mike  1.1.2.1 };
170819               
170820               static const char*
170821               __root_cimv2_CIM_J2eeApplicationModule_qualifiers[] =
170822               {
170823                   /* ASSOCIATION */
170824                   "\000\001",
170825                   /* UMLPackagePath */
170826                   "\057CIM::Application::J2eeAppServer",
170827                   /* Aggregation */
170828                   "\004\001",
170829                   /* Version */
170830                   "\0632.8.0",
170831                   0,
170832               };
170833               
170834               MetaClass
170835               __root_cimv2_CIM_J2eeApplicationModule =
170836               {
170837                   /* flags */
170838                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
170839 mike  1.1.2.1     /* name */
170840                   "CIM_J2eeApplicationModule",
170841                   /* qualifiers */
170842                   __root_cimv2_CIM_J2eeApplicationModule_qualifiers,
170843                   /* super */
170844                   &__root_cimv2_CIM_SystemComponent,
170845                   /* features */
170846                   _CIM_J2eeApplicationModule_features,
170847               };
170848               
170849               //==============================================================================
170850               //
170851               // Class: CIM_J2eeEJBModule
170852               //
170853               //==============================================================================
170854               
170855               static MetaFeature*
170856               _CIM_J2eeEJBModule_features[] =
170857               {
170858                   0,
170859               };
170860 mike  1.1.2.1 
170861               static const char*
170862               __root_cimv2_CIM_J2eeEJBModule_qualifiers[] =
170863               {
170864                   /* UMLPackagePath */
170865                   "\057CIM::Application::J2eeAppServer",
170866                   /* Version */
170867                   "\0632.8.0",
170868                   0,
170869               };
170870               
170871               MetaClass
170872               __root_cimv2_CIM_J2eeEJBModule =
170873               {
170874                   /* flags */
170875                   META_FLAG_CLASS,
170876                   /* name */
170877                   "CIM_J2eeEJBModule",
170878                   /* qualifiers */
170879                   __root_cimv2_CIM_J2eeEJBModule_qualifiers,
170880                   /* super */
170881 mike  1.1.2.1     &__root_cimv2_CIM_J2eeModule,
170882                   /* features */
170883                   _CIM_J2eeEJBModule_features,
170884               };
170885               
170886               //==============================================================================
170887               //
170888               // Class: CIM_J2eeJavaMailResource
170889               //
170890               //==============================================================================
170891               
170892               static MetaFeature*
170893               _CIM_J2eeJavaMailResource_features[] =
170894               {
170895                   0,
170896               };
170897               
170898               static const char*
170899               __root_cimv2_CIM_J2eeJavaMailResource_qualifiers[] =
170900               {
170901                   /* UMLPackagePath */
170902 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
170903                   /* Version */
170904                   "\0632.8.0",
170905                   0,
170906               };
170907               
170908               MetaClass
170909               __root_cimv2_CIM_J2eeJavaMailResource =
170910               {
170911                   /* flags */
170912                   META_FLAG_CLASS,
170913                   /* name */
170914                   "CIM_J2eeJavaMailResource",
170915                   /* qualifiers */
170916                   __root_cimv2_CIM_J2eeJavaMailResource_qualifiers,
170917                   /* super */
170918                   &__root_cimv2_CIM_J2eeResource,
170919                   /* features */
170920                   _CIM_J2eeJavaMailResource_features,
170921               };
170922               
170923 mike  1.1.2.1 //==============================================================================
170924               //
170925               // Class: CIM_J2eeJCAResource
170926               //
170927               //==============================================================================
170928               
170929               static MetaFeature*
170930               _CIM_J2eeJCAResource_features[] =
170931               {
170932                   0,
170933               };
170934               
170935               static const char*
170936               __root_cimv2_CIM_J2eeJCAResource_qualifiers[] =
170937               {
170938                   /* UMLPackagePath */
170939                   "\057CIM::Application::J2eeAppServer",
170940                   /* Version */
170941                   "\0632.8.0",
170942                   0,
170943               };
170944 mike  1.1.2.1 
170945               MetaClass
170946               __root_cimv2_CIM_J2eeJCAResource =
170947               {
170948                   /* flags */
170949                   META_FLAG_CLASS,
170950                   /* name */
170951                   "CIM_J2eeJCAResource",
170952                   /* qualifiers */
170953                   __root_cimv2_CIM_J2eeJCAResource_qualifiers,
170954                   /* super */
170955                   &__root_cimv2_CIM_J2eeResource,
170956                   /* features */
170957                   _CIM_J2eeJCAResource_features,
170958               };
170959               
170960               //==============================================================================
170961               //
170962               // Class: CIM_J2eeJDBCResource
170963               //
170964               //==============================================================================
170965 mike  1.1.2.1 
170966               static MetaFeature*
170967               _CIM_J2eeJDBCResource_features[] =
170968               {
170969                   0,
170970               };
170971               
170972               static const char*
170973               __root_cimv2_CIM_J2eeJDBCResource_qualifiers[] =
170974               {
170975                   /* UMLPackagePath */
170976                   "\057CIM::Application::J2eeAppServer",
170977                   /* Version */
170978                   "\0632.8.0",
170979                   0,
170980               };
170981               
170982               MetaClass
170983               __root_cimv2_CIM_J2eeJDBCResource =
170984               {
170985                   /* flags */
170986 mike  1.1.2.1     META_FLAG_CLASS,
170987                   /* name */
170988                   "CIM_J2eeJDBCResource",
170989                   /* qualifiers */
170990                   __root_cimv2_CIM_J2eeJDBCResource_qualifiers,
170991                   /* super */
170992                   &__root_cimv2_CIM_J2eeResource,
170993                   /* features */
170994                   _CIM_J2eeJDBCResource_features,
170995               };
170996               
170997               //==============================================================================
170998               //
170999               // Class: CIM_J2eeJDBCResourceUsesDataSource
171000               //
171001               //==============================================================================
171002               
171003               static const char*
171004               _CIM_J2eeJDBCResourceUsesDataSource_Dependent_qualifiers[] =
171005               {
171006                   /* Override */
171007 mike  1.1.2.1     "\044Dependent",
171008                   /* Min */
171009                   "\033\000\000\000\001",
171010                   /* Max */
171011                   "\027\000\000\000\001",
171012                   0,
171013               };
171014               
171015               static MetaReference
171016               _CIM_J2eeJDBCResourceUsesDataSource_Dependent =
171017               {
171018                   /* flags */
171019                   META_FLAG_REFERENCE|META_FLAG_READ,
171020                   /* name */
171021                   "Dependent",
171022                   /* qualifiers */
171023                   _CIM_J2eeJDBCResourceUsesDataSource_Dependent_qualifiers,
171024                   /* subscript */
171025                   -1,
171026                   /* refId */
171027                   &__root_cimv2_CIM_J2eeJDBCResource,
171028 mike  1.1.2.1 };
171029               
171030               static const char*
171031               _CIM_J2eeJDBCResourceUsesDataSource_Antecedent_qualifiers[] =
171032               {
171033                   /* Override */
171034                   "\044Antecedent",
171035                   /* Min */
171036                   "\033\000\000\000\001",
171037                   0,
171038               };
171039               
171040               static MetaReference
171041               _CIM_J2eeJDBCResourceUsesDataSource_Antecedent =
171042               {
171043                   /* flags */
171044                   META_FLAG_REFERENCE|META_FLAG_READ,
171045                   /* name */
171046                   "Antecedent",
171047                   /* qualifiers */
171048                   _CIM_J2eeJDBCResourceUsesDataSource_Antecedent_qualifiers,
171049 mike  1.1.2.1     /* subscript */
171050                   -1,
171051                   /* refId */
171052                   &__root_cimv2_CIM_J2eeJDBCDataSource,
171053               };
171054               
171055               static MetaFeature*
171056               _CIM_J2eeJDBCResourceUsesDataSource_features[] =
171057               {
171058                   (MetaFeature*)&_CIM_J2eeJDBCResourceUsesDataSource_Dependent,
171059                   (MetaFeature*)&_CIM_J2eeJDBCResourceUsesDataSource_Antecedent,
171060                   0,
171061               };
171062               
171063               static const char*
171064               __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource_qualifiers[] =
171065               {
171066                   /* ASSOCIATION */
171067                   "\000\001",
171068                   /* UMLPackagePath */
171069                   "\057CIM::Application::J2eeAppServer",
171070 mike  1.1.2.1     /* Version */
171071                   "\0632.8.0",
171072                   0,
171073               };
171074               
171075               MetaClass
171076               __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource =
171077               {
171078                   /* flags */
171079                   META_FLAG_ASSOCIATION,
171080                   /* name */
171081                   "CIM_J2eeJDBCResourceUsesDataSource",
171082                   /* qualifiers */
171083                   __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource_qualifiers,
171084                   /* super */
171085                   &__root_cimv2_CIM_HostedDependency,
171086                   /* features */
171087                   _CIM_J2eeJDBCResourceUsesDataSource_features,
171088               };
171089               
171090               //==============================================================================
171091 mike  1.1.2.1 //
171092               // Class: CIM_J2eeJMSResource
171093               //
171094               //==============================================================================
171095               
171096               static MetaFeature*
171097               _CIM_J2eeJMSResource_features[] =
171098               {
171099                   0,
171100               };
171101               
171102               static const char*
171103               __root_cimv2_CIM_J2eeJMSResource_qualifiers[] =
171104               {
171105                   /* UMLPackagePath */
171106                   "\057CIM::Application::J2eeAppServer",
171107                   /* Version */
171108                   "\0632.8.0",
171109                   0,
171110               };
171111               
171112 mike  1.1.2.1 MetaClass
171113               __root_cimv2_CIM_J2eeJMSResource =
171114               {
171115                   /* flags */
171116                   META_FLAG_CLASS,
171117                   /* name */
171118                   "CIM_J2eeJMSResource",
171119                   /* qualifiers */
171120                   __root_cimv2_CIM_J2eeJMSResource_qualifiers,
171121                   /* super */
171122                   &__root_cimv2_CIM_J2eeResource,
171123                   /* features */
171124                   _CIM_J2eeJMSResource_features,
171125               };
171126               
171127               //==============================================================================
171128               //
171129               // Class: CIM_J2eeJNDIResource
171130               //
171131               //==============================================================================
171132               
171133 mike  1.1.2.1 static MetaFeature*
171134               _CIM_J2eeJNDIResource_features[] =
171135               {
171136                   0,
171137               };
171138               
171139               static const char*
171140               __root_cimv2_CIM_J2eeJNDIResource_qualifiers[] =
171141               {
171142                   /* UMLPackagePath */
171143                   "\057CIM::Application::J2eeAppServer",
171144                   /* Version */
171145                   "\0632.8.0",
171146                   0,
171147               };
171148               
171149               MetaClass
171150               __root_cimv2_CIM_J2eeJNDIResource =
171151               {
171152                   /* flags */
171153                   META_FLAG_CLASS,
171154 mike  1.1.2.1     /* name */
171155                   "CIM_J2eeJNDIResource",
171156                   /* qualifiers */
171157                   __root_cimv2_CIM_J2eeJNDIResource_qualifiers,
171158                   /* super */
171159                   &__root_cimv2_CIM_J2eeResource,
171160                   /* features */
171161                   _CIM_J2eeJNDIResource_features,
171162               };
171163               
171164               //==============================================================================
171165               //
171166               // Class: CIM_J2eeJTAResource
171167               //
171168               //==============================================================================
171169               
171170               static MetaFeature*
171171               _CIM_J2eeJTAResource_features[] =
171172               {
171173                   0,
171174               };
171175 mike  1.1.2.1 
171176               static const char*
171177               __root_cimv2_CIM_J2eeJTAResource_qualifiers[] =
171178               {
171179                   /* UMLPackagePath */
171180                   "\057CIM::Application::J2eeAppServer",
171181                   /* Version */
171182                   "\0632.8.0",
171183                   0,
171184               };
171185               
171186               MetaClass
171187               __root_cimv2_CIM_J2eeJTAResource =
171188               {
171189                   /* flags */
171190                   META_FLAG_CLASS,
171191                   /* name */
171192                   "CIM_J2eeJTAResource",
171193                   /* qualifiers */
171194                   __root_cimv2_CIM_J2eeJTAResource_qualifiers,
171195                   /* super */
171196 mike  1.1.2.1     &__root_cimv2_CIM_J2eeResource,
171197                   /* features */
171198                   _CIM_J2eeJTAResource_features,
171199               };
171200               
171201               //==============================================================================
171202               //
171203               // Class: CIM_J2eeResourceAdapterInModule
171204               //
171205               //==============================================================================
171206               
171207               static const char*
171208               _CIM_J2eeResourceAdapterInModule_GroupComponent_qualifiers[] =
171209               {
171210                   /* Aggregate */
171211                   "\003\001",
171212                   /* Override */
171213                   "\044GroupComponent",
171214                   /* Min */
171215                   "\033\000\000\000\001",
171216                   0,
171217 mike  1.1.2.1 };
171218               
171219               static MetaReference
171220               _CIM_J2eeResourceAdapterInModule_GroupComponent =
171221               {
171222                   /* flags */
171223                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
171224                   /* name */
171225                   "GroupComponent",
171226                   /* qualifiers */
171227                   _CIM_J2eeResourceAdapterInModule_GroupComponent_qualifiers,
171228                   /* subscript */
171229                   -1,
171230                   /* refId */
171231                   &__root_cimv2_CIM_J2eeResourceAdapterModule,
171232               };
171233               
171234               static const char*
171235               _CIM_J2eeResourceAdapterInModule_PartComponent_qualifiers[] =
171236               {
171237                   /* Override */
171238 mike  1.1.2.1     "\044PartComponent",
171239                   /* Min */
171240                   "\033\000\000\000\001",
171241                   0,
171242               };
171243               
171244               static MetaReference
171245               _CIM_J2eeResourceAdapterInModule_PartComponent =
171246               {
171247                   /* flags */
171248                   META_FLAG_REFERENCE|META_FLAG_READ,
171249                   /* name */
171250                   "PartComponent",
171251                   /* qualifiers */
171252                   _CIM_J2eeResourceAdapterInModule_PartComponent_qualifiers,
171253                   /* subscript */
171254                   -1,
171255                   /* refId */
171256                   &__root_cimv2_CIM_J2eeResourceAdapter,
171257               };
171258               
171259 mike  1.1.2.1 static MetaFeature*
171260               _CIM_J2eeResourceAdapterInModule_features[] =
171261               {
171262                   (MetaFeature*)&_CIM_J2eeResourceAdapterInModule_GroupComponent,
171263                   (MetaFeature*)&_CIM_J2eeResourceAdapterInModule_PartComponent,
171264                   0,
171265               };
171266               
171267               static const char*
171268               __root_cimv2_CIM_J2eeResourceAdapterInModule_qualifiers[] =
171269               {
171270                   /* ASSOCIATION */
171271                   "\000\001",
171272                   /* UMLPackagePath */
171273                   "\057CIM::Application::J2eeAppServer",
171274                   /* Aggregation */
171275                   "\004\001",
171276                   /* Version */
171277                   "\0632.8.0",
171278                   0,
171279               };
171280 mike  1.1.2.1 
171281               MetaClass
171282               __root_cimv2_CIM_J2eeResourceAdapterInModule =
171283               {
171284                   /* flags */
171285                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
171286                   /* name */
171287                   "CIM_J2eeResourceAdapterInModule",
171288                   /* qualifiers */
171289                   __root_cimv2_CIM_J2eeResourceAdapterInModule_qualifiers,
171290                   /* super */
171291                   &__root_cimv2_CIM_ServiceComponent,
171292                   /* features */
171293                   _CIM_J2eeResourceAdapterInModule_features,
171294               };
171295               
171296               //==============================================================================
171297               //
171298               // Class: CIM_J2eeResourceOnServer
171299               //
171300               //==============================================================================
171301 mike  1.1.2.1 
171302               static const char*
171303               _CIM_J2eeResourceOnServer_GroupComponent_qualifiers[] =
171304               {
171305                   /* Override */
171306                   "\044GroupComponent",
171307                   /* Min */
171308                   "\033\000\000\000\001",
171309                   /* Max */
171310                   "\027\000\000\000\001",
171311                   0,
171312               };
171313               
171314               static MetaReference
171315               _CIM_J2eeResourceOnServer_GroupComponent =
171316               {
171317                   /* flags */
171318                   META_FLAG_REFERENCE|META_FLAG_READ,
171319                   /* name */
171320                   "GroupComponent",
171321                   /* qualifiers */
171322 mike  1.1.2.1     _CIM_J2eeResourceOnServer_GroupComponent_qualifiers,
171323                   /* subscript */
171324                   -1,
171325                   /* refId */
171326                   &__root_cimv2_CIM_J2eeServer,
171327               };
171328               
171329               static const char*
171330               _CIM_J2eeResourceOnServer_PartComponent_qualifiers[] =
171331               {
171332                   /* Override */
171333                   "\044PartComponent",
171334                   0,
171335               };
171336               
171337               static MetaReference
171338               _CIM_J2eeResourceOnServer_PartComponent =
171339               {
171340                   /* flags */
171341                   META_FLAG_REFERENCE|META_FLAG_READ,
171342                   /* name */
171343 mike  1.1.2.1     "PartComponent",
171344                   /* qualifiers */
171345                   _CIM_J2eeResourceOnServer_PartComponent_qualifiers,
171346                   /* subscript */
171347                   -1,
171348                   /* refId */
171349                   &__root_cimv2_CIM_J2eeResource,
171350               };
171351               
171352               static MetaFeature*
171353               _CIM_J2eeResourceOnServer_features[] =
171354               {
171355                   (MetaFeature*)&_CIM_J2eeResourceOnServer_GroupComponent,
171356                   (MetaFeature*)&_CIM_J2eeResourceOnServer_PartComponent,
171357                   0,
171358               };
171359               
171360               static const char*
171361               __root_cimv2_CIM_J2eeResourceOnServer_qualifiers[] =
171362               {
171363                   /* ASSOCIATION */
171364 mike  1.1.2.1     "\000\001",
171365                   /* UMLPackagePath */
171366                   "\057CIM::Application::J2eeAppServer",
171367                   /* Version */
171368                   "\0632.8.0",
171369                   0,
171370               };
171371               
171372               MetaClass
171373               __root_cimv2_CIM_J2eeResourceOnServer =
171374               {
171375                   /* flags */
171376                   META_FLAG_ASSOCIATION,
171377                   /* name */
171378                   "CIM_J2eeResourceOnServer",
171379                   /* qualifiers */
171380                   __root_cimv2_CIM_J2eeResourceOnServer_qualifiers,
171381                   /* super */
171382                   &__root_cimv2_CIM_ResourceOfSystem,
171383                   /* features */
171384                   _CIM_J2eeResourceOnServer_features,
171385 mike  1.1.2.1 };
171386               
171387               //==============================================================================
171388               //
171389               // Class: CIM_J2eeServletInModule
171390               //
171391               //==============================================================================
171392               
171393               static const char*
171394               _CIM_J2eeServletInModule_GroupComponent_qualifiers[] =
171395               {
171396                   /* Aggregate */
171397                   "\003\001",
171398                   /* Override */
171399                   "\044GroupComponent",
171400                   /* Min */
171401                   "\033\000\000\000\001",
171402                   /* Max */
171403                   "\027\000\000\000\001",
171404                   0,
171405               };
171406 mike  1.1.2.1 
171407               static MetaReference
171408               _CIM_J2eeServletInModule_GroupComponent =
171409               {
171410                   /* flags */
171411                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
171412                   /* name */
171413                   "GroupComponent",
171414                   /* qualifiers */
171415                   _CIM_J2eeServletInModule_GroupComponent_qualifiers,
171416                   /* subscript */
171417                   -1,
171418                   /* refId */
171419                   &__root_cimv2_CIM_J2eeWebModule,
171420               };
171421               
171422               static const char*
171423               _CIM_J2eeServletInModule_PartComponent_qualifiers[] =
171424               {
171425                   /* Override */
171426                   "\044PartComponent",
171427 mike  1.1.2.1     /* Min */
171428                   "\033\000\000\000\001",
171429                   0,
171430               };
171431               
171432               static MetaReference
171433               _CIM_J2eeServletInModule_PartComponent =
171434               {
171435                   /* flags */
171436                   META_FLAG_REFERENCE|META_FLAG_READ,
171437                   /* name */
171438                   "PartComponent",
171439                   /* qualifiers */
171440                   _CIM_J2eeServletInModule_PartComponent_qualifiers,
171441                   /* subscript */
171442                   -1,
171443                   /* refId */
171444                   &__root_cimv2_CIM_J2eeServlet,
171445               };
171446               
171447               static MetaFeature*
171448 mike  1.1.2.1 _CIM_J2eeServletInModule_features[] =
171449               {
171450                   (MetaFeature*)&_CIM_J2eeServletInModule_GroupComponent,
171451                   (MetaFeature*)&_CIM_J2eeServletInModule_PartComponent,
171452                   0,
171453               };
171454               
171455               static const char*
171456               __root_cimv2_CIM_J2eeServletInModule_qualifiers[] =
171457               {
171458                   /* ASSOCIATION */
171459                   "\000\001",
171460                   /* UMLPackagePath */
171461                   "\057CIM::Application::J2eeAppServer",
171462                   /* Aggregation */
171463                   "\004\001",
171464                   /* Version */
171465                   "\0632.8.0",
171466                   0,
171467               };
171468               
171469 mike  1.1.2.1 MetaClass
171470               __root_cimv2_CIM_J2eeServletInModule =
171471               {
171472                   /* flags */
171473                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
171474                   /* name */
171475                   "CIM_J2eeServletInModule",
171476                   /* qualifiers */
171477                   __root_cimv2_CIM_J2eeServletInModule_qualifiers,
171478                   /* super */
171479                   &__root_cimv2_CIM_ServiceComponent,
171480                   /* features */
171481                   _CIM_J2eeServletInModule_features,
171482               };
171483               
171484               //==============================================================================
171485               //
171486               // Class: CIM_KerberosKeyDistributionCenter
171487               //
171488               //==============================================================================
171489               
171490 mike  1.1.2.1 static const char*
171491               _CIM_KerberosKeyDistributionCenter_Name_qualifiers[] =
171492               {
171493                   /* Override */
171494                   "\044Name",
171495                   0,
171496               };
171497               
171498               static MetaProperty
171499               _CIM_KerberosKeyDistributionCenter_Name =
171500               {
171501                   /* flags */
171502                   META_FLAG_PROPERTY|META_FLAG_READ,
171503                   /* name */
171504                   "Name",
171505                   /* qualifiers */
171506                   _CIM_KerberosKeyDistributionCenter_Name_qualifiers,
171507                   /* type */
171508                   CIMTYPE_STRING,
171509                   /* subscript */
171510                   -1,
171511 mike  1.1.2.1     /* value */
171512                   0,
171513               };
171514               
171515               static const char*
171516               _CIM_KerberosKeyDistributionCenter_Protocol_qualifiers[] =
171517               {
171518                   /* ValueMap */
171519                   "\061\000\0040\0001\0002\0003\000",
171520                   /* Values */
171521                   "\062\000\004V4\000V5\000DCE\000MS\000",
171522                   0,
171523               };
171524               
171525               static MetaProperty
171526               _CIM_KerberosKeyDistributionCenter_Protocol =
171527               {
171528                   /* flags */
171529                   META_FLAG_PROPERTY|META_FLAG_READ,
171530                   /* name */
171531                   "Protocol",
171532 mike  1.1.2.1     /* qualifiers */
171533                   _CIM_KerberosKeyDistributionCenter_Protocol_qualifiers,
171534                   /* type */
171535                   CIMTYPE_UINT16,
171536                   /* subscript */
171537                   0,
171538                   /* value */
171539                   0,
171540               };
171541               
171542               static MetaFeature*
171543               _CIM_KerberosKeyDistributionCenter_features[] =
171544               {
171545                   (MetaFeature*)&_CIM_KerberosKeyDistributionCenter_Name,
171546                   (MetaFeature*)&_CIM_KerberosKeyDistributionCenter_Protocol,
171547                   0,
171548               };
171549               
171550               static const char*
171551               __root_cimv2_CIM_KerberosKeyDistributionCenter_qualifiers[] =
171552               {
171553 mike  1.1.2.1     /* UMLPackagePath */
171554                   "\057CIM::User::Kerberos",
171555                   /* Version */
171556                   "\0632.6.0",
171557                   0,
171558               };
171559               
171560               MetaClass
171561               __root_cimv2_CIM_KerberosKeyDistributionCenter =
171562               {
171563                   /* flags */
171564                   META_FLAG_CLASS,
171565                   /* name */
171566                   "CIM_KerberosKeyDistributionCenter",
171567                   /* qualifiers */
171568                   __root_cimv2_CIM_KerberosKeyDistributionCenter_qualifiers,
171569                   /* super */
171570                   &__root_cimv2_CIM_CredentialManagementService,
171571                   /* features */
171572                   _CIM_KerberosKeyDistributionCenter_features,
171573               };
171574 mike  1.1.2.1 
171575               //==============================================================================
171576               //
171577               // Class: CIM_LANEndpoint
171578               //
171579               //==============================================================================
171580               
171581               static const char*
171582               _CIM_LANEndpoint_LANID_qualifiers[] =
171583               {
171584                   /* ModelCorrespondence */
171585                   "\036\000\002CIM_LANConnectivitySegment.LANID\000CIM_LANSegment.LANID\000",
171586                   0,
171587               };
171588               
171589               static MetaProperty
171590               _CIM_LANEndpoint_LANID =
171591               {
171592                   /* flags */
171593                   META_FLAG_PROPERTY|META_FLAG_READ,
171594                   /* name */
171595 mike  1.1.2.1     "LANID",
171596                   /* qualifiers */
171597                   _CIM_LANEndpoint_LANID_qualifiers,
171598                   /* type */
171599                   CIMTYPE_STRING,
171600                   /* subscript */
171601                   -1,
171602                   /* value */
171603                   0,
171604               };
171605               
171606               static const char*
171607               _CIM_LANEndpoint_LANType_qualifiers[] =
171608               {
171609                   /* Deprecated */
171610                   "\013\000\001CIM_ProtocolEndpoint.ProtocolType\000",
171611                   /* ValueMap */
171612                   "\061\000\0050\0001\0002\0003\0004\000",
171613                   /* Values */
171614                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
171615                   /* ModelCorrespondence */
171616 mike  1.1.2.1     "\036\000\002CIM_LANConnectivitySegment.ConnectivityType\000CIM_LANSegment.LANType\000",
171617                   0,
171618               };
171619               
171620               static MetaProperty
171621               _CIM_LANEndpoint_LANType =
171622               {
171623                   /* flags */
171624                   META_FLAG_PROPERTY|META_FLAG_READ,
171625                   /* name */
171626                   "LANType",
171627                   /* qualifiers */
171628                   _CIM_LANEndpoint_LANType_qualifiers,
171629                   /* type */
171630                   CIMTYPE_UINT16,
171631                   /* subscript */
171632                   -1,
171633                   /* value */
171634                   0,
171635               };
171636               
171637 mike  1.1.2.1 static const char*
171638               _CIM_LANEndpoint_OtherLANType_qualifiers[] =
171639               {
171640                   /* Deprecated */
171641                   "\013\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
171642                   /* ModelCorrespondence */
171643                   "\036\000\002CIM_LANConnectivitySegment.OtherTypeDescription\000CIM_LANEndpoint.LANType\000",
171644                   0,
171645               };
171646               
171647               static MetaProperty
171648               _CIM_LANEndpoint_OtherLANType =
171649               {
171650                   /* flags */
171651                   META_FLAG_PROPERTY|META_FLAG_READ,
171652                   /* name */
171653                   "OtherLANType",
171654                   /* qualifiers */
171655                   _CIM_LANEndpoint_OtherLANType_qualifiers,
171656                   /* type */
171657                   CIMTYPE_STRING,
171658 mike  1.1.2.1     /* subscript */
171659                   -1,
171660                   /* value */
171661                   0,
171662               };
171663               
171664               static const char*
171665               _CIM_LANEndpoint_MACAddress_qualifiers[] =
171666               {
171667                   /* MaxLen */
171668                   "\030\000\000\000\014",
171669                   0,
171670               };
171671               
171672               static MetaProperty
171673               _CIM_LANEndpoint_MACAddress =
171674               {
171675                   /* flags */
171676                   META_FLAG_PROPERTY|META_FLAG_READ,
171677                   /* name */
171678                   "MACAddress",
171679 mike  1.1.2.1     /* qualifiers */
171680                   _CIM_LANEndpoint_MACAddress_qualifiers,
171681                   /* type */
171682                   CIMTYPE_STRING,
171683                   /* subscript */
171684                   -1,
171685                   /* value */
171686                   0,
171687               };
171688               
171689               static const char*
171690               _CIM_LANEndpoint_AliasAddresses_qualifiers[] =
171691               {
171692                   0,
171693               };
171694               
171695               static MetaProperty
171696               _CIM_LANEndpoint_AliasAddresses =
171697               {
171698                   /* flags */
171699                   META_FLAG_PROPERTY|META_FLAG_READ,
171700 mike  1.1.2.1     /* name */
171701                   "AliasAddresses",
171702                   /* qualifiers */
171703                   _CIM_LANEndpoint_AliasAddresses_qualifiers,
171704                   /* type */
171705                   CIMTYPE_STRING,
171706                   /* subscript */
171707                   0,
171708                   /* value */
171709                   0,
171710               };
171711               
171712               static const char*
171713               _CIM_LANEndpoint_GroupAddresses_qualifiers[] =
171714               {
171715                   0,
171716               };
171717               
171718               static MetaProperty
171719               _CIM_LANEndpoint_GroupAddresses =
171720               {
171721 mike  1.1.2.1     /* flags */
171722                   META_FLAG_PROPERTY|META_FLAG_READ,
171723                   /* name */
171724                   "GroupAddresses",
171725                   /* qualifiers */
171726                   _CIM_LANEndpoint_GroupAddresses_qualifiers,
171727                   /* type */
171728                   CIMTYPE_STRING,
171729                   /* subscript */
171730                   0,
171731                   /* value */
171732                   0,
171733               };
171734               
171735               static const char*
171736               _CIM_LANEndpoint_MaxDataSize_qualifiers[] =
171737               {
171738                   /* Units */
171739                   "\060Bits",
171740                   0,
171741               };
171742 mike  1.1.2.1 
171743               static MetaProperty
171744               _CIM_LANEndpoint_MaxDataSize =
171745               {
171746                   /* flags */
171747                   META_FLAG_PROPERTY|META_FLAG_READ,
171748                   /* name */
171749                   "MaxDataSize",
171750                   /* qualifiers */
171751                   _CIM_LANEndpoint_MaxDataSize_qualifiers,
171752                   /* type */
171753                   CIMTYPE_UINT32,
171754                   /* subscript */
171755                   -1,
171756                   /* value */
171757                   0,
171758               };
171759               
171760               static MetaFeature*
171761               _CIM_LANEndpoint_features[] =
171762               {
171763 mike  1.1.2.1     (MetaFeature*)&_CIM_LANEndpoint_LANID,
171764                   (MetaFeature*)&_CIM_LANEndpoint_LANType,
171765                   (MetaFeature*)&_CIM_LANEndpoint_OtherLANType,
171766                   (MetaFeature*)&_CIM_LANEndpoint_MACAddress,
171767                   (MetaFeature*)&_CIM_LANEndpoint_AliasAddresses,
171768                   (MetaFeature*)&_CIM_LANEndpoint_GroupAddresses,
171769                   (MetaFeature*)&_CIM_LANEndpoint_MaxDataSize,
171770                   0,
171771               };
171772               
171773               static const char*
171774               __root_cimv2_CIM_LANEndpoint_qualifiers[] =
171775               {
171776                   /* UMLPackagePath */
171777                   "\057CIM::Network::ProtocolEndpoints",
171778                   /* Version */
171779                   "\0632.7.0",
171780                   0,
171781               };
171782               
171783               MetaClass
171784 mike  1.1.2.1 __root_cimv2_CIM_LANEndpoint =
171785               {
171786                   /* flags */
171787                   META_FLAG_CLASS,
171788                   /* name */
171789                   "CIM_LANEndpoint",
171790                   /* qualifiers */
171791                   __root_cimv2_CIM_LANEndpoint_qualifiers,
171792                   /* super */
171793                   &__root_cimv2_CIM_ProtocolEndpoint,
171794                   /* features */
171795                   _CIM_LANEndpoint_features,
171796               };
171797               
171798               //==============================================================================
171799               //
171800               // Class: CIM_LibraryPackage
171801               //
171802               //==============================================================================
171803               
171804               static const char*
171805 mike  1.1.2.1 _CIM_LibraryPackage_Antecedent_qualifiers[] =
171806               {
171807                   /* Override */
171808                   "\044Antecedent",
171809                   0,
171810               };
171811               
171812               static MetaReference
171813               _CIM_LibraryPackage_Antecedent =
171814               {
171815                   /* flags */
171816                   META_FLAG_REFERENCE|META_FLAG_READ,
171817                   /* name */
171818                   "Antecedent",
171819                   /* qualifiers */
171820                   _CIM_LibraryPackage_Antecedent_qualifiers,
171821                   /* subscript */
171822                   -1,
171823                   /* refId */
171824                   &__root_cimv2_CIM_PhysicalPackage,
171825               };
171826 mike  1.1.2.1 
171827               static const char*
171828               _CIM_LibraryPackage_Dependent_qualifiers[] =
171829               {
171830                   /* Override */
171831                   "\044Dependent",
171832                   0,
171833               };
171834               
171835               static MetaReference
171836               _CIM_LibraryPackage_Dependent =
171837               {
171838                   /* flags */
171839                   META_FLAG_REFERENCE|META_FLAG_READ,
171840                   /* name */
171841                   "Dependent",
171842                   /* qualifiers */
171843                   _CIM_LibraryPackage_Dependent_qualifiers,
171844                   /* subscript */
171845                   -1,
171846                   /* refId */
171847 mike  1.1.2.1     &__root_cimv2_CIM_StorageLibrary,
171848               };
171849               
171850               static MetaFeature*
171851               _CIM_LibraryPackage_features[] =
171852               {
171853                   (MetaFeature*)&_CIM_LibraryPackage_Antecedent,
171854                   (MetaFeature*)&_CIM_LibraryPackage_Dependent,
171855                   0,
171856               };
171857               
171858               static const char*
171859               __root_cimv2_CIM_LibraryPackage_qualifiers[] =
171860               {
171861                   /* ASSOCIATION */
171862                   "\000\001",
171863                   /* UMLPackagePath */
171864                   "\057CIM::Device::StorageLib",
171865                   /* Version */
171866                   "\0632.7.0",
171867                   0,
171868 mike  1.1.2.1 };
171869               
171870               MetaClass
171871               __root_cimv2_CIM_LibraryPackage =
171872               {
171873                   /* flags */
171874                   META_FLAG_ASSOCIATION,
171875                   /* name */
171876                   "CIM_LibraryPackage",
171877                   /* qualifiers */
171878                   __root_cimv2_CIM_LibraryPackage_qualifiers,
171879                   /* super */
171880                   &__root_cimv2_CIM_SystemPackaging,
171881                   /* features */
171882                   _CIM_LibraryPackage_features,
171883               };
171884               
171885               //==============================================================================
171886               //
171887               // Class: CIM_LocalCredentialManagementService
171888               //
171889 mike  1.1.2.1 //==============================================================================
171890               
171891               static MetaFeature*
171892               _CIM_LocalCredentialManagementService_features[] =
171893               {
171894                   0,
171895               };
171896               
171897               static const char*
171898               __root_cimv2_CIM_LocalCredentialManagementService_qualifiers[] =
171899               {
171900                   /* UMLPackagePath */
171901                   "\057CIM::User::SecurityServices",
171902                   /* Version */
171903                   "\0632.6.0",
171904                   0,
171905               };
171906               
171907               MetaClass
171908               __root_cimv2_CIM_LocalCredentialManagementService =
171909               {
171910 mike  1.1.2.1     /* flags */
171911                   META_FLAG_CLASS,
171912                   /* name */
171913                   "CIM_LocalCredentialManagementService",
171914                   /* qualifiers */
171915                   __root_cimv2_CIM_LocalCredentialManagementService_qualifiers,
171916                   /* super */
171917                   &__root_cimv2_CIM_CredentialManagementService,
171918                   /* features */
171919                   _CIM_LocalCredentialManagementService_features,
171920               };
171921               
171922               //==============================================================================
171923               //
171924               // Class: CIM_LogicalDiskBasedOnPartition
171925               //
171926               //==============================================================================
171927               
171928               static const char*
171929               _CIM_LogicalDiskBasedOnPartition_Antecedent_qualifiers[] =
171930               {
171931 mike  1.1.2.1     /* Override */
171932                   "\044Antecedent",
171933                   /* Max */
171934                   "\027\000\000\000\001",
171935                   0,
171936               };
171937               
171938               static MetaReference
171939               _CIM_LogicalDiskBasedOnPartition_Antecedent =
171940               {
171941                   /* flags */
171942                   META_FLAG_REFERENCE|META_FLAG_READ,
171943                   /* name */
171944                   "Antecedent",
171945                   /* qualifiers */
171946                   _CIM_LogicalDiskBasedOnPartition_Antecedent_qualifiers,
171947                   /* subscript */
171948                   -1,
171949                   /* refId */
171950                   &__root_cimv2_CIM_DiskPartition,
171951               };
171952 mike  1.1.2.1 
171953               static const char*
171954               _CIM_LogicalDiskBasedOnPartition_Dependent_qualifiers[] =
171955               {
171956                   /* Override */
171957                   "\044Dependent",
171958                   0,
171959               };
171960               
171961               static MetaReference
171962               _CIM_LogicalDiskBasedOnPartition_Dependent =
171963               {
171964                   /* flags */
171965                   META_FLAG_REFERENCE|META_FLAG_READ,
171966                   /* name */
171967                   "Dependent",
171968                   /* qualifiers */
171969                   _CIM_LogicalDiskBasedOnPartition_Dependent_qualifiers,
171970                   /* subscript */
171971                   -1,
171972                   /* refId */
171973 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDisk,
171974               };
171975               
171976               static MetaFeature*
171977               _CIM_LogicalDiskBasedOnPartition_features[] =
171978               {
171979                   (MetaFeature*)&_CIM_LogicalDiskBasedOnPartition_Antecedent,
171980                   (MetaFeature*)&_CIM_LogicalDiskBasedOnPartition_Dependent,
171981                   0,
171982               };
171983               
171984               static const char*
171985               __root_cimv2_CIM_LogicalDiskBasedOnPartition_qualifiers[] =
171986               {
171987                   /* ASSOCIATION */
171988                   "\000\001",
171989                   /* UMLPackagePath */
171990                   "\057CIM::Device::StorageExtents",
171991                   /* Version */
171992                   "\0632.6.0",
171993                   0,
171994 mike  1.1.2.1 };
171995               
171996               MetaClass
171997               __root_cimv2_CIM_LogicalDiskBasedOnPartition =
171998               {
171999                   /* flags */
172000                   META_FLAG_ASSOCIATION,
172001                   /* name */
172002                   "CIM_LogicalDiskBasedOnPartition",
172003                   /* qualifiers */
172004                   __root_cimv2_CIM_LogicalDiskBasedOnPartition_qualifiers,
172005                   /* super */
172006                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
172007                   /* features */
172008                   _CIM_LogicalDiskBasedOnPartition_features,
172009               };
172010               
172011               //==============================================================================
172012               //
172013               // Class: CIM_LogicalNetworkService
172014               //
172015 mike  1.1.2.1 //==============================================================================
172016               
172017               static const char*
172018               _CIM_LogicalNetworkService_Network_qualifiers[] =
172019               {
172020                   /* Deprecated */
172021                   "\013\000\001No value\000",
172022                   /* Key */
172023                   "\025\001",
172024                   0,
172025               };
172026               
172027               static MetaReference
172028               _CIM_LogicalNetworkService_Network =
172029               {
172030                   /* flags */
172031                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
172032                   /* name */
172033                   "Network",
172034                   /* qualifiers */
172035                   _CIM_LogicalNetworkService_Network_qualifiers,
172036 mike  1.1.2.1     /* subscript */
172037                   -1,
172038                   /* refId */
172039                   &__root_cimv2_CIM_LogicalNetwork,
172040               };
172041               
172042               static const char*
172043               _CIM_LogicalNetworkService_NetworkService_qualifiers[] =
172044               {
172045                   /* Deprecated */
172046                   "\013\000\001No value\000",
172047                   /* Key */
172048                   "\025\001",
172049                   0,
172050               };
172051               
172052               static MetaReference
172053               _CIM_LogicalNetworkService_NetworkService =
172054               {
172055                   /* flags */
172056                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
172057 mike  1.1.2.1     /* name */
172058                   "NetworkService",
172059                   /* qualifiers */
172060                   _CIM_LogicalNetworkService_NetworkService_qualifiers,
172061                   /* subscript */
172062                   -1,
172063                   /* refId */
172064                   &__root_cimv2_CIM_NetworkService,
172065               };
172066               
172067               static const char*
172068               _CIM_LogicalNetworkService_ContainmentType_qualifiers[] =
172069               {
172070                   /* Deprecated */
172071                   "\013\000\001No value\000",
172072                   /* ValueMap */
172073                   "\061\000\0040\0001\0002\0003\000",
172074                   /* Values */
172075                   "\062\000\004Unknown\000Originates In\000Terminates In\000Resides In\000",
172076                   0,
172077               };
172078 mike  1.1.2.1 
172079               static MetaProperty
172080               _CIM_LogicalNetworkService_ContainmentType =
172081               {
172082                   /* flags */
172083                   META_FLAG_PROPERTY|META_FLAG_READ,
172084                   /* name */
172085                   "ContainmentType",
172086                   /* qualifiers */
172087                   _CIM_LogicalNetworkService_ContainmentType_qualifiers,
172088                   /* type */
172089                   CIMTYPE_UINT16,
172090                   /* subscript */
172091                   -1,
172092                   /* value */
172093                   0,
172094               };
172095               
172096               static MetaFeature*
172097               _CIM_LogicalNetworkService_features[] =
172098               {
172099 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalNetworkService_Network,
172100                   (MetaFeature*)&_CIM_LogicalNetworkService_NetworkService,
172101                   (MetaFeature*)&_CIM_LogicalNetworkService_ContainmentType,
172102                   0,
172103               };
172104               
172105               static const char*
172106               __root_cimv2_CIM_LogicalNetworkService_qualifiers[] =
172107               {
172108                   /* ASSOCIATION */
172109                   "\000\001",
172110                   /* Deprecated */
172111                   "\013\000\001No value\000",
172112                   /* UMLPackagePath */
172113                   "\057CIM::Network::RoutingForwarding",
172114                   /* Version */
172115                   "\0632.7.0",
172116                   0,
172117               };
172118               
172119               MetaClass
172120 mike  1.1.2.1 __root_cimv2_CIM_LogicalNetworkService =
172121               {
172122                   /* flags */
172123                   META_FLAG_ASSOCIATION,
172124                   /* name */
172125                   "CIM_LogicalNetworkService",
172126                   /* qualifiers */
172127                   __root_cimv2_CIM_LogicalNetworkService_qualifiers,
172128                   /* super */
172129                   0,
172130                   /* features */
172131                   _CIM_LogicalNetworkService_features,
172132               };
172133               
172134               //==============================================================================
172135               //
172136               // Class: CIM_ManagedCredential
172137               //
172138               //==============================================================================
172139               
172140               static const char*
172141 mike  1.1.2.1 _CIM_ManagedCredential_Antecedent_qualifiers[] =
172142               {
172143                   /* Override */
172144                   "\044Antecedent",
172145                   /* Max */
172146                   "\027\000\000\000\001",
172147                   0,
172148               };
172149               
172150               static MetaReference
172151               _CIM_ManagedCredential_Antecedent =
172152               {
172153                   /* flags */
172154                   META_FLAG_REFERENCE|META_FLAG_READ,
172155                   /* name */
172156                   "Antecedent",
172157                   /* qualifiers */
172158                   _CIM_ManagedCredential_Antecedent_qualifiers,
172159                   /* subscript */
172160                   -1,
172161                   /* refId */
172162 mike  1.1.2.1     &__root_cimv2_CIM_CredentialManagementService,
172163               };
172164               
172165               static const char*
172166               _CIM_ManagedCredential_Dependent_qualifiers[] =
172167               {
172168                   /* Override */
172169                   "\044Dependent",
172170                   0,
172171               };
172172               
172173               static MetaReference
172174               _CIM_ManagedCredential_Dependent =
172175               {
172176                   /* flags */
172177                   META_FLAG_REFERENCE|META_FLAG_READ,
172178                   /* name */
172179                   "Dependent",
172180                   /* qualifiers */
172181                   _CIM_ManagedCredential_Dependent_qualifiers,
172182                   /* subscript */
172183 mike  1.1.2.1     -1,
172184                   /* refId */
172185                   &__root_cimv2_CIM_Credential,
172186               };
172187               
172188               static MetaFeature*
172189               _CIM_ManagedCredential_features[] =
172190               {
172191                   (MetaFeature*)&_CIM_ManagedCredential_Antecedent,
172192                   (MetaFeature*)&_CIM_ManagedCredential_Dependent,
172193                   0,
172194               };
172195               
172196               static const char*
172197               __root_cimv2_CIM_ManagedCredential_qualifiers[] =
172198               {
172199                   /* ASSOCIATION */
172200                   "\000\001",
172201                   /* UMLPackagePath */
172202                   "\057CIM::User::Credential",
172203                   /* Version */
172204 mike  1.1.2.1     "\0632.8.0",
172205                   0,
172206               };
172207               
172208               MetaClass
172209               __root_cimv2_CIM_ManagedCredential =
172210               {
172211                   /* flags */
172212                   META_FLAG_ASSOCIATION,
172213                   /* name */
172214                   "CIM_ManagedCredential",
172215                   /* qualifiers */
172216                   __root_cimv2_CIM_ManagedCredential_qualifiers,
172217                   /* super */
172218                   &__root_cimv2_CIM_Dependency,
172219                   /* features */
172220                   _CIM_ManagedCredential_features,
172221               };
172222               
172223               //==============================================================================
172224               //
172225 mike  1.1.2.1 // Class: CIM_ManagesAccount
172226               //
172227               //==============================================================================
172228               
172229               static const char*
172230               _CIM_ManagesAccount_Antecedent_qualifiers[] =
172231               {
172232                   /* Override */
172233                   "\044Antecedent",
172234                   0,
172235               };
172236               
172237               static MetaReference
172238               _CIM_ManagesAccount_Antecedent =
172239               {
172240                   /* flags */
172241                   META_FLAG_REFERENCE|META_FLAG_READ,
172242                   /* name */
172243                   "Antecedent",
172244                   /* qualifiers */
172245                   _CIM_ManagesAccount_Antecedent_qualifiers,
172246 mike  1.1.2.1     /* subscript */
172247                   -1,
172248                   /* refId */
172249                   &__root_cimv2_CIM_AccountManagementService,
172250               };
172251               
172252               static const char*
172253               _CIM_ManagesAccount_Dependent_qualifiers[] =
172254               {
172255                   /* Override */
172256                   "\044Dependent",
172257                   0,
172258               };
172259               
172260               static MetaReference
172261               _CIM_ManagesAccount_Dependent =
172262               {
172263                   /* flags */
172264                   META_FLAG_REFERENCE|META_FLAG_READ,
172265                   /* name */
172266                   "Dependent",
172267 mike  1.1.2.1     /* qualifiers */
172268                   _CIM_ManagesAccount_Dependent_qualifiers,
172269                   /* subscript */
172270                   -1,
172271                   /* refId */
172272                   &__root_cimv2_CIM_Account,
172273               };
172274               
172275               static MetaFeature*
172276               _CIM_ManagesAccount_features[] =
172277               {
172278                   (MetaFeature*)&_CIM_ManagesAccount_Antecedent,
172279                   (MetaFeature*)&_CIM_ManagesAccount_Dependent,
172280                   0,
172281               };
172282               
172283               static const char*
172284               __root_cimv2_CIM_ManagesAccount_qualifiers[] =
172285               {
172286                   /* ASSOCIATION */
172287                   "\000\001",
172288 mike  1.1.2.1     /* UMLPackagePath */
172289                   "\057CIM::User::Account",
172290                   /* Version */
172291                   "\0632.6.0",
172292                   0,
172293               };
172294               
172295               MetaClass
172296               __root_cimv2_CIM_ManagesAccount =
172297               {
172298                   /* flags */
172299                   META_FLAG_ASSOCIATION,
172300                   /* name */
172301                   "CIM_ManagesAccount",
172302                   /* qualifiers */
172303                   __root_cimv2_CIM_ManagesAccount_qualifiers,
172304                   /* super */
172305                   &__root_cimv2_CIM_Dependency,
172306                   /* features */
172307                   _CIM_ManagesAccount_features,
172308               };
172309 mike  1.1.2.1 
172310               //==============================================================================
172311               //
172312               // Class: CIM_ManagesAccountOnSystem
172313               //
172314               //==============================================================================
172315               
172316               static const char*
172317               _CIM_ManagesAccountOnSystem_Antecedent_qualifiers[] =
172318               {
172319                   /* Override */
172320                   "\044Antecedent",
172321                   0,
172322               };
172323               
172324               static MetaReference
172325               _CIM_ManagesAccountOnSystem_Antecedent =
172326               {
172327                   /* flags */
172328                   META_FLAG_REFERENCE|META_FLAG_READ,
172329                   /* name */
172330 mike  1.1.2.1     "Antecedent",
172331                   /* qualifiers */
172332                   _CIM_ManagesAccountOnSystem_Antecedent_qualifiers,
172333                   /* subscript */
172334                   -1,
172335                   /* refId */
172336                   &__root_cimv2_CIM_AccountManagementService,
172337               };
172338               
172339               static const char*
172340               _CIM_ManagesAccountOnSystem_Dependent_qualifiers[] =
172341               {
172342                   /* Override */
172343                   "\044Dependent",
172344                   0,
172345               };
172346               
172347               static MetaReference
172348               _CIM_ManagesAccountOnSystem_Dependent =
172349               {
172350                   /* flags */
172351 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
172352                   /* name */
172353                   "Dependent",
172354                   /* qualifiers */
172355                   _CIM_ManagesAccountOnSystem_Dependent_qualifiers,
172356                   /* subscript */
172357                   -1,
172358                   /* refId */
172359                   &__root_cimv2_CIM_System,
172360               };
172361               
172362               static MetaFeature*
172363               _CIM_ManagesAccountOnSystem_features[] =
172364               {
172365                   (MetaFeature*)&_CIM_ManagesAccountOnSystem_Antecedent,
172366                   (MetaFeature*)&_CIM_ManagesAccountOnSystem_Dependent,
172367                   0,
172368               };
172369               
172370               static const char*
172371               __root_cimv2_CIM_ManagesAccountOnSystem_qualifiers[] =
172372 mike  1.1.2.1 {
172373                   /* ASSOCIATION */
172374                   "\000\001",
172375                   /* UMLPackagePath */
172376                   "\057CIM::User::Account",
172377                   /* Version */
172378                   "\0632.6.0",
172379                   0,
172380               };
172381               
172382               MetaClass
172383               __root_cimv2_CIM_ManagesAccountOnSystem =
172384               {
172385                   /* flags */
172386                   META_FLAG_ASSOCIATION,
172387                   /* name */
172388                   "CIM_ManagesAccountOnSystem",
172389                   /* qualifiers */
172390                   __root_cimv2_CIM_ManagesAccountOnSystem_qualifiers,
172391                   /* super */
172392                   &__root_cimv2_CIM_SecurityServiceForSystem,
172393 mike  1.1.2.1     /* features */
172394                   _CIM_ManagesAccountOnSystem_features,
172395               };
172396               
172397               //==============================================================================
172398               //
172399               // Class: CIM_MemoryCheck
172400               //
172401               //==============================================================================
172402               
172403               static const char*
172404               _CIM_MemoryCheck_MemorySize_qualifiers[] =
172405               {
172406                   /* Units */
172407                   "\060KiloBytes",
172408                   /* ModelCorrespondence */
172409                   "\036\000\001CIM_OperatingSystem.FreePhysicalMemory\000",
172410                   0,
172411               };
172412               
172413               static MetaProperty
172414 mike  1.1.2.1 _CIM_MemoryCheck_MemorySize =
172415               {
172416                   /* flags */
172417                   META_FLAG_PROPERTY|META_FLAG_READ,
172418                   /* name */
172419                   "MemorySize",
172420                   /* qualifiers */
172421                   _CIM_MemoryCheck_MemorySize_qualifiers,
172422                   /* type */
172423                   CIMTYPE_UINT64,
172424                   /* subscript */
172425                   -1,
172426                   /* value */
172427                   0,
172428               };
172429               
172430               static MetaFeature*
172431               _CIM_MemoryCheck_features[] =
172432               {
172433                   (MetaFeature*)&_CIM_MemoryCheck_MemorySize,
172434                   0,
172435 mike  1.1.2.1 };
172436               
172437               static const char*
172438               __root_cimv2_CIM_MemoryCheck_qualifiers[] =
172439               {
172440                   /* UMLPackagePath */
172441                   "\057CIM::Application::CheckAction",
172442                   /* Version */
172443                   "\0632.6.0",
172444                   0,
172445               };
172446               
172447               MetaClass
172448               __root_cimv2_CIM_MemoryCheck =
172449               {
172450                   /* flags */
172451                   META_FLAG_CLASS,
172452                   /* name */
172453                   "CIM_MemoryCheck",
172454                   /* qualifiers */
172455                   __root_cimv2_CIM_MemoryCheck_qualifiers,
172456 mike  1.1.2.1     /* super */
172457                   &__root_cimv2_CIM_Check,
172458                   /* features */
172459                   _CIM_MemoryCheck_features,
172460               };
172461               
172462               //==============================================================================
172463               //
172464               // Class: CIM_ModifySettingAction
172465               //
172466               //==============================================================================
172467               
172468               static const char*
172469               _CIM_ModifySettingAction_SectionKey_qualifiers[] =
172470               {
172471                   /* MaxLen */
172472                   "\030\000\000\001\000",
172473                   0,
172474               };
172475               
172476               static MetaProperty
172477 mike  1.1.2.1 _CIM_ModifySettingAction_SectionKey =
172478               {
172479                   /* flags */
172480                   META_FLAG_PROPERTY|META_FLAG_READ,
172481                   /* name */
172482                   "SectionKey",
172483                   /* qualifiers */
172484                   _CIM_ModifySettingAction_SectionKey_qualifiers,
172485                   /* type */
172486                   CIMTYPE_STRING,
172487                   /* subscript */
172488                   -1,
172489                   /* value */
172490                   0,
172491               };
172492               
172493               static const char*
172494               _CIM_ModifySettingAction_EntryName_qualifiers[] =
172495               {
172496                   /* MaxLen */
172497                   "\030\000\000\001\000",
172498 mike  1.1.2.1     0,
172499               };
172500               
172501               static MetaProperty
172502               _CIM_ModifySettingAction_EntryName =
172503               {
172504                   /* flags */
172505                   META_FLAG_PROPERTY|META_FLAG_READ,
172506                   /* name */
172507                   "EntryName",
172508                   /* qualifiers */
172509                   _CIM_ModifySettingAction_EntryName_qualifiers,
172510                   /* type */
172511                   CIMTYPE_STRING,
172512                   /* subscript */
172513                   -1,
172514                   /* value */
172515                   0,
172516               };
172517               
172518               static const char*
172519 mike  1.1.2.1 _CIM_ModifySettingAction_EntryValue_qualifiers[] =
172520               {
172521                   0,
172522               };
172523               
172524               static MetaProperty
172525               _CIM_ModifySettingAction_EntryValue =
172526               {
172527                   /* flags */
172528                   META_FLAG_PROPERTY|META_FLAG_READ,
172529                   /* name */
172530                   "EntryValue",
172531                   /* qualifiers */
172532                   _CIM_ModifySettingAction_EntryValue_qualifiers,
172533                   /* type */
172534                   CIMTYPE_STRING,
172535                   /* subscript */
172536                   -1,
172537                   /* value */
172538                   0,
172539               };
172540 mike  1.1.2.1 
172541               static const char*
172542               _CIM_ModifySettingAction_FileName_qualifiers[] =
172543               {
172544                   /* MaxLen */
172545                   "\030\000\000\004\000",
172546                   0,
172547               };
172548               
172549               static MetaProperty
172550               _CIM_ModifySettingAction_FileName =
172551               {
172552                   /* flags */
172553                   META_FLAG_PROPERTY|META_FLAG_READ,
172554                   /* name */
172555                   "FileName",
172556                   /* qualifiers */
172557                   _CIM_ModifySettingAction_FileName_qualifiers,
172558                   /* type */
172559                   CIMTYPE_STRING,
172560                   /* subscript */
172561 mike  1.1.2.1     -1,
172562                   /* value */
172563                   0,
172564               };
172565               
172566               static const char*
172567               _CIM_ModifySettingAction_ActionType_qualifiers[] =
172568               {
172569                   /* ValueMap */
172570                   "\061\000\0040\0001\0002\0003\000",
172571                   /* Values */
172572                   "\062\000\004Create\000Delete\000Append\000Remove\000",
172573                   0,
172574               };
172575               
172576               static MetaProperty
172577               _CIM_ModifySettingAction_ActionType =
172578               {
172579                   /* flags */
172580                   META_FLAG_PROPERTY|META_FLAG_READ,
172581                   /* name */
172582 mike  1.1.2.1     "ActionType",
172583                   /* qualifiers */
172584                   _CIM_ModifySettingAction_ActionType_qualifiers,
172585                   /* type */
172586                   CIMTYPE_UINT16,
172587                   /* subscript */
172588                   -1,
172589                   /* value */
172590                   0,
172591               };
172592               
172593               static MetaFeature*
172594               _CIM_ModifySettingAction_features[] =
172595               {
172596                   (MetaFeature*)&_CIM_ModifySettingAction_SectionKey,
172597                   (MetaFeature*)&_CIM_ModifySettingAction_EntryName,
172598                   (MetaFeature*)&_CIM_ModifySettingAction_EntryValue,
172599                   (MetaFeature*)&_CIM_ModifySettingAction_FileName,
172600                   (MetaFeature*)&_CIM_ModifySettingAction_ActionType,
172601                   0,
172602               };
172603 mike  1.1.2.1 
172604               static const char*
172605               __root_cimv2_CIM_ModifySettingAction_qualifiers[] =
172606               {
172607                   /* UMLPackagePath */
172608                   "\057CIM::Application::CheckAction",
172609                   /* Version */
172610                   "\0632.6.0",
172611                   0,
172612               };
172613               
172614               MetaClass
172615               __root_cimv2_CIM_ModifySettingAction =
172616               {
172617                   /* flags */
172618                   META_FLAG_CLASS,
172619                   /* name */
172620                   "CIM_ModifySettingAction",
172621                   /* qualifiers */
172622                   __root_cimv2_CIM_ModifySettingAction_qualifiers,
172623                   /* super */
172624 mike  1.1.2.1     &__root_cimv2_CIM_Action,
172625                   /* features */
172626                   _CIM_ModifySettingAction_features,
172627               };
172628               
172629               //==============================================================================
172630               //
172631               // Class: CIM_MonitorSetting
172632               //
172633               //==============================================================================
172634               
172635               static const char*
172636               _CIM_MonitorSetting_Element_qualifiers[] =
172637               {
172638                   /* Override */
172639                   "\044Element",
172640                   0,
172641               };
172642               
172643               static MetaReference
172644               _CIM_MonitorSetting_Element =
172645 mike  1.1.2.1 {
172646                   /* flags */
172647                   META_FLAG_REFERENCE|META_FLAG_READ,
172648                   /* name */
172649                   "Element",
172650                   /* qualifiers */
172651                   _CIM_MonitorSetting_Element_qualifiers,
172652                   /* subscript */
172653                   -1,
172654                   /* refId */
172655                   &__root_cimv2_CIM_DesktopMonitor,
172656               };
172657               
172658               static const char*
172659               _CIM_MonitorSetting_Setting_qualifiers[] =
172660               {
172661                   /* Override */
172662                   "\044Setting",
172663                   0,
172664               };
172665               
172666 mike  1.1.2.1 static MetaReference
172667               _CIM_MonitorSetting_Setting =
172668               {
172669                   /* flags */
172670                   META_FLAG_REFERENCE|META_FLAG_READ,
172671                   /* name */
172672                   "Setting",
172673                   /* qualifiers */
172674                   _CIM_MonitorSetting_Setting_qualifiers,
172675                   /* subscript */
172676                   -1,
172677                   /* refId */
172678                   &__root_cimv2_CIM_MonitorResolution,
172679               };
172680               
172681               static MetaFeature*
172682               _CIM_MonitorSetting_features[] =
172683               {
172684                   (MetaFeature*)&_CIM_MonitorSetting_Element,
172685                   (MetaFeature*)&_CIM_MonitorSetting_Setting,
172686                   0,
172687 mike  1.1.2.1 };
172688               
172689               static const char*
172690               __root_cimv2_CIM_MonitorSetting_qualifiers[] =
172691               {
172692                   /* ASSOCIATION */
172693                   "\000\001",
172694                   /* UMLPackagePath */
172695                   "\057CIM::Device::UserDevices",
172696                   /* Version */
172697                   "\0632.6.0",
172698                   0,
172699               };
172700               
172701               MetaClass
172702               __root_cimv2_CIM_MonitorSetting =
172703               {
172704                   /* flags */
172705                   META_FLAG_ASSOCIATION,
172706                   /* name */
172707                   "CIM_MonitorSetting",
172708 mike  1.1.2.1     /* qualifiers */
172709                   __root_cimv2_CIM_MonitorSetting_qualifiers,
172710                   /* super */
172711                   &__root_cimv2_CIM_ElementSetting,
172712                   /* features */
172713                   _CIM_MonitorSetting_features,
172714               };
172715               
172716               //==============================================================================
172717               //
172718               // Class: CIM_NamespaceInManager
172719               //
172720               //==============================================================================
172721               
172722               static const char*
172723               _CIM_NamespaceInManager_Antecedent_qualifiers[] =
172724               {
172725                   /* Override */
172726                   "\044Antecedent",
172727                   /* Min */
172728                   "\033\000\000\000\001",
172729 mike  1.1.2.1     /* Max */
172730                   "\027\000\000\000\001",
172731                   0,
172732               };
172733               
172734               static MetaReference
172735               _CIM_NamespaceInManager_Antecedent =
172736               {
172737                   /* flags */
172738                   META_FLAG_REFERENCE|META_FLAG_READ,
172739                   /* name */
172740                   "Antecedent",
172741                   /* qualifiers */
172742                   _CIM_NamespaceInManager_Antecedent_qualifiers,
172743                   /* subscript */
172744                   -1,
172745                   /* refId */
172746                   &__root_cimv2_CIM_ObjectManager,
172747               };
172748               
172749               static const char*
172750 mike  1.1.2.1 _CIM_NamespaceInManager_Dependent_qualifiers[] =
172751               {
172752                   /* Override */
172753                   "\044Dependent",
172754                   /* Weak */
172755                   "\064\001",
172756                   0,
172757               };
172758               
172759               static MetaReference
172760               _CIM_NamespaceInManager_Dependent =
172761               {
172762                   /* flags */
172763                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
172764                   /* name */
172765                   "Dependent",
172766                   /* qualifiers */
172767                   _CIM_NamespaceInManager_Dependent_qualifiers,
172768                   /* subscript */
172769                   -1,
172770                   /* refId */
172771 mike  1.1.2.1     &__root_cimv2_CIM_Namespace,
172772               };
172773               
172774               static MetaFeature*
172775               _CIM_NamespaceInManager_features[] =
172776               {
172777                   (MetaFeature*)&_CIM_NamespaceInManager_Antecedent,
172778                   (MetaFeature*)&_CIM_NamespaceInManager_Dependent,
172779                   0,
172780               };
172781               
172782               static const char*
172783               __root_cimv2_CIM_NamespaceInManager_qualifiers[] =
172784               {
172785                   /* ASSOCIATION */
172786                   "\000\001",
172787                   /* UMLPackagePath */
172788                   "\057CIM::Interop",
172789                   /* Version */
172790                   "\0632.7.0",
172791                   0,
172792 mike  1.1.2.1 };
172793               
172794               MetaClass
172795               __root_cimv2_CIM_NamespaceInManager =
172796               {
172797                   /* flags */
172798                   META_FLAG_ASSOCIATION,
172799                   /* name */
172800                   "CIM_NamespaceInManager",
172801                   /* qualifiers */
172802                   __root_cimv2_CIM_NamespaceInManager_qualifiers,
172803                   /* super */
172804                   &__root_cimv2_CIM_HostedDependency,
172805                   /* features */
172806                   _CIM_NamespaceInManager_features,
172807               };
172808               
172809               //==============================================================================
172810               //
172811               // Class: CIM_NextScheduler
172812               //
172813 mike  1.1.2.1 //==============================================================================
172814               
172815               static const char*
172816               _CIM_NextScheduler_PrecedingService_qualifiers[] =
172817               {
172818                   /* Override */
172819                   "\044PrecedingService",
172820                   0,
172821               };
172822               
172823               static MetaReference
172824               _CIM_NextScheduler_PrecedingService =
172825               {
172826                   /* flags */
172827                   META_FLAG_REFERENCE|META_FLAG_READ,
172828                   /* name */
172829                   "PrecedingService",
172830                   /* qualifiers */
172831                   _CIM_NextScheduler_PrecedingService_qualifiers,
172832                   /* subscript */
172833                   -1,
172834 mike  1.1.2.1     /* refId */
172835                   &__root_cimv2_CIM_PacketSchedulingService,
172836               };
172837               
172838               static const char*
172839               _CIM_NextScheduler_FollowingService_qualifiers[] =
172840               {
172841                   /* Override */
172842                   "\044FollowingService",
172843                   /* Max */
172844                   "\027\000\000\000\001",
172845                   0,
172846               };
172847               
172848               static MetaReference
172849               _CIM_NextScheduler_FollowingService =
172850               {
172851                   /* flags */
172852                   META_FLAG_REFERENCE|META_FLAG_READ,
172853                   /* name */
172854                   "FollowingService",
172855 mike  1.1.2.1     /* qualifiers */
172856                   _CIM_NextScheduler_FollowingService_qualifiers,
172857                   /* subscript */
172858                   -1,
172859                   /* refId */
172860                   &__root_cimv2_CIM_PacketSchedulingService,
172861               };
172862               
172863               static MetaFeature*
172864               _CIM_NextScheduler_features[] =
172865               {
172866                   (MetaFeature*)&_CIM_NextScheduler_PrecedingService,
172867                   (MetaFeature*)&_CIM_NextScheduler_FollowingService,
172868                   0,
172869               };
172870               
172871               static const char*
172872               __root_cimv2_CIM_NextScheduler_qualifiers[] =
172873               {
172874                   /* ASSOCIATION */
172875                   "\000\001",
172876 mike  1.1.2.1     /* UMLPackagePath */
172877                   "\057CIM::Network::QoS",
172878                   /* Version */
172879                   "\0632.7.0",
172880                   0,
172881               };
172882               
172883               MetaClass
172884               __root_cimv2_CIM_NextScheduler =
172885               {
172886                   /* flags */
172887                   META_FLAG_ASSOCIATION,
172888                   /* name */
172889                   "CIM_NextScheduler",
172890                   /* qualifiers */
172891                   __root_cimv2_CIM_NextScheduler_qualifiers,
172892                   /* super */
172893                   &__root_cimv2_CIM_NextService,
172894                   /* features */
172895                   _CIM_NextScheduler_features,
172896               };
172897 mike  1.1.2.1 
172898               //==============================================================================
172899               //
172900               // Class: CIM_NonWorkConservingSchedulingService
172901               //
172902               //==============================================================================
172903               
172904               static MetaFeature*
172905               _CIM_NonWorkConservingSchedulingService_features[] =
172906               {
172907                   0,
172908               };
172909               
172910               static const char*
172911               __root_cimv2_CIM_NonWorkConservingSchedulingService_qualifiers[] =
172912               {
172913                   /* UMLPackagePath */
172914                   "\057CIM::Network::QoS",
172915                   /* Version */
172916                   "\0632.7.0",
172917                   0,
172918 mike  1.1.2.1 };
172919               
172920               MetaClass
172921               __root_cimv2_CIM_NonWorkConservingSchedulingService =
172922               {
172923                   /* flags */
172924                   META_FLAG_CLASS,
172925                   /* name */
172926                   "CIM_NonWorkConservingSchedulingService",
172927                   /* qualifiers */
172928                   __root_cimv2_CIM_NonWorkConservingSchedulingService_qualifiers,
172929                   /* super */
172930                   &__root_cimv2_CIM_PacketSchedulingService,
172931                   /* features */
172932                   _CIM_NonWorkConservingSchedulingService_features,
172933               };
172934               
172935               //==============================================================================
172936               //
172937               // Class: CIM_Notary
172938               //
172939 mike  1.1.2.1 //==============================================================================
172940               
172941               static const char*
172942               _CIM_Notary_Comparitors_qualifiers[] =
172943               {
172944                   /* ValueMap */
172945                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
172946                   /* Values */
172947                   "\062\000\011N/A\000Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
172948                   0,
172949               };
172950               
172951               static MetaProperty
172952               _CIM_Notary_Comparitors =
172953               {
172954                   /* flags */
172955                   META_FLAG_PROPERTY|META_FLAG_READ,
172956                   /* name */
172957                   "Comparitors",
172958                   /* qualifiers */
172959                   _CIM_Notary_Comparitors_qualifiers,
172960 mike  1.1.2.1     /* type */
172961                   CIMTYPE_UINT16,
172962                   /* subscript */
172963                   -1,
172964                   /* value */
172965                   0,
172966               };
172967               
172968               static const char*
172969               _CIM_Notary_SealProtocol_qualifiers[] =
172970               {
172971                   0,
172972               };
172973               
172974               static MetaProperty
172975               _CIM_Notary_SealProtocol =
172976               {
172977                   /* flags */
172978                   META_FLAG_PROPERTY|META_FLAG_READ,
172979                   /* name */
172980                   "SealProtocol",
172981 mike  1.1.2.1     /* qualifiers */
172982                   _CIM_Notary_SealProtocol_qualifiers,
172983                   /* type */
172984                   CIMTYPE_STRING,
172985                   /* subscript */
172986                   -1,
172987                   /* value */
172988                   0,
172989               };
172990               
172991               static const char*
172992               _CIM_Notary_CharterIssued_qualifiers[] =
172993               {
172994                   0,
172995               };
172996               
172997               static MetaProperty
172998               _CIM_Notary_CharterIssued =
172999               {
173000                   /* flags */
173001                   META_FLAG_PROPERTY|META_FLAG_READ,
173002 mike  1.1.2.1     /* name */
173003                   "CharterIssued",
173004                   /* qualifiers */
173005                   _CIM_Notary_CharterIssued_qualifiers,
173006                   /* type */
173007                   CIMTYPE_DATETIME,
173008                   /* subscript */
173009                   -1,
173010                   /* value */
173011                   0,
173012               };
173013               
173014               static const char*
173015               _CIM_Notary_CharterExpired_qualifiers[] =
173016               {
173017                   0,
173018               };
173019               
173020               static MetaProperty
173021               _CIM_Notary_CharterExpired =
173022               {
173023 mike  1.1.2.1     /* flags */
173024                   META_FLAG_PROPERTY|META_FLAG_READ,
173025                   /* name */
173026                   "CharterExpired",
173027                   /* qualifiers */
173028                   _CIM_Notary_CharterExpired_qualifiers,
173029                   /* type */
173030                   CIMTYPE_DATETIME,
173031                   /* subscript */
173032                   -1,
173033                   /* value */
173034                   0,
173035               };
173036               
173037               static MetaFeature*
173038               _CIM_Notary_features[] =
173039               {
173040                   (MetaFeature*)&_CIM_Notary_Comparitors,
173041                   (MetaFeature*)&_CIM_Notary_SealProtocol,
173042                   (MetaFeature*)&_CIM_Notary_CharterIssued,
173043                   (MetaFeature*)&_CIM_Notary_CharterExpired,
173044 mike  1.1.2.1     0,
173045               };
173046               
173047               static const char*
173048               __root_cimv2_CIM_Notary_qualifiers[] =
173049               {
173050                   /* UMLPackagePath */
173051                   "\057CIM::User::UsersAccess",
173052                   /* Version */
173053                   "\0632.8.0",
173054                   0,
173055               };
173056               
173057               MetaClass
173058               __root_cimv2_CIM_Notary =
173059               {
173060                   /* flags */
173061                   META_FLAG_CLASS,
173062                   /* name */
173063                   "CIM_Notary",
173064                   /* qualifiers */
173065 mike  1.1.2.1     __root_cimv2_CIM_Notary_qualifiers,
173066                   /* super */
173067                   &__root_cimv2_CIM_CredentialManagementService,
173068                   /* features */
173069                   _CIM_Notary_features,
173070               };
173071               
173072               //==============================================================================
173073               //
173074               // Class: CIM_NotaryVerifiesBiometric
173075               //
173076               //==============================================================================
173077               
173078               static const char*
173079               _CIM_NotaryVerifiesBiometric_Antecedent_qualifiers[] =
173080               {
173081                   /* Deprecated */
173082                   "\013\000\001CIM_ManagedCredential.Antecedent\000",
173083                   /* Override */
173084                   "\044Antecedent",
173085                   0,
173086 mike  1.1.2.1 };
173087               
173088               static MetaReference
173089               _CIM_NotaryVerifiesBiometric_Antecedent =
173090               {
173091                   /* flags */
173092                   META_FLAG_REFERENCE|META_FLAG_READ,
173093                   /* name */
173094                   "Antecedent",
173095                   /* qualifiers */
173096                   _CIM_NotaryVerifiesBiometric_Antecedent_qualifiers,
173097                   /* subscript */
173098                   -1,
173099                   /* refId */
173100                   &__root_cimv2_CIM_Notary,
173101               };
173102               
173103               static const char*
173104               _CIM_NotaryVerifiesBiometric_Dependent_qualifiers[] =
173105               {
173106                   /* Deprecated */
173107 mike  1.1.2.1     "\013\000\001CIM_ManagedCredential.Dependent\000",
173108                   /* Override */
173109                   "\044Dependent",
173110                   0,
173111               };
173112               
173113               static MetaReference
173114               _CIM_NotaryVerifiesBiometric_Dependent =
173115               {
173116                   /* flags */
173117                   META_FLAG_REFERENCE|META_FLAG_READ,
173118                   /* name */
173119                   "Dependent",
173120                   /* qualifiers */
173121                   _CIM_NotaryVerifiesBiometric_Dependent_qualifiers,
173122                   /* subscript */
173123                   -1,
173124                   /* refId */
173125                   &__root_cimv2_CIM_UsersAccess,
173126               };
173127               
173128 mike  1.1.2.1 static MetaFeature*
173129               _CIM_NotaryVerifiesBiometric_features[] =
173130               {
173131                   (MetaFeature*)&_CIM_NotaryVerifiesBiometric_Antecedent,
173132                   (MetaFeature*)&_CIM_NotaryVerifiesBiometric_Dependent,
173133                   0,
173134               };
173135               
173136               static const char*
173137               __root_cimv2_CIM_NotaryVerifiesBiometric_qualifiers[] =
173138               {
173139                   /* ASSOCIATION */
173140                   "\000\001",
173141                   /* Deprecated */
173142                   "\013\000\001CIM_ManagedCredential\000",
173143                   /* UMLPackagePath */
173144                   "\057CIM::User::UsersAccess",
173145                   /* Version */
173146                   "\0632.8.0",
173147                   0,
173148               };
173149 mike  1.1.2.1 
173150               MetaClass
173151               __root_cimv2_CIM_NotaryVerifiesBiometric =
173152               {
173153                   /* flags */
173154                   META_FLAG_ASSOCIATION,
173155                   /* name */
173156                   "CIM_NotaryVerifiesBiometric",
173157                   /* qualifiers */
173158                   __root_cimv2_CIM_NotaryVerifiesBiometric_qualifiers,
173159                   /* super */
173160                   &__root_cimv2_CIM_Dependency,
173161                   /* features */
173162                   _CIM_NotaryVerifiesBiometric_features,
173163               };
173164               
173165               //==============================================================================
173166               //
173167               // Class: CIM_OSPFArea
173168               //
173169               //==============================================================================
173170 mike  1.1.2.1 
173171               static const char*
173172               _CIM_OSPFArea_AreaID_qualifiers[] =
173173               {
173174                   /* MappingStrings */
173175                   "\026\000\001MIB.IETF|OSPF-MIB.ospfAreaId\000",
173176                   0,
173177               };
173178               
173179               static MetaProperty
173180               _CIM_OSPFArea_AreaID =
173181               {
173182                   /* flags */
173183                   META_FLAG_PROPERTY|META_FLAG_READ,
173184                   /* name */
173185                   "AreaID",
173186                   /* qualifiers */
173187                   _CIM_OSPFArea_AreaID_qualifiers,
173188                   /* type */
173189                   CIMTYPE_UINT32,
173190                   /* subscript */
173191 mike  1.1.2.1     -1,
173192                   /* value */
173193                   0,
173194               };
173195               
173196               static const char*
173197               _CIM_OSPFArea_AreaType_qualifiers[] =
173198               {
173199                   /* Required */
173200                   "\050\001",
173201                   /* ValueMap */
173202                   "\061\000\0032\0003\0004\000",
173203                   /* Values */
173204                   "\062\000\003Plain\000Stub\000NSSA\000",
173205                   0,
173206               };
173207               
173208               static MetaProperty
173209               _CIM_OSPFArea_AreaType =
173210               {
173211                   /* flags */
173212 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
173213                   /* name */
173214                   "AreaType",
173215                   /* qualifiers */
173216                   _CIM_OSPFArea_AreaType_qualifiers,
173217                   /* type */
173218                   CIMTYPE_UINT16,
173219                   /* subscript */
173220                   -1,
173221                   /* value */
173222                   0,
173223               };
173224               
173225               static const char*
173226               _CIM_OSPFArea_ExtLsdbLimit_qualifiers[] =
173227               {
173228                   /* MappingStrings */
173229                   "\026\000\001MIB.IETF|OSPF-MIB.ospfExtLsdbLimit\000",
173230                   0,
173231               };
173232               
173233 mike  1.1.2.1 static MetaProperty
173234               _CIM_OSPFArea_ExtLsdbLimit =
173235               {
173236                   /* flags */
173237                   META_FLAG_PROPERTY|META_FLAG_READ,
173238                   /* name */
173239                   "ExtLsdbLimit",
173240                   /* qualifiers */
173241                   _CIM_OSPFArea_ExtLsdbLimit_qualifiers,
173242                   /* type */
173243                   CIMTYPE_UINT32,
173244                   /* subscript */
173245                   -1,
173246                   /* value */
173247                   0,
173248               };
173249               
173250               static MetaFeature*
173251               _CIM_OSPFArea_features[] =
173252               {
173253                   (MetaFeature*)&_CIM_OSPFArea_AreaID,
173254 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFArea_AreaType,
173255                   (MetaFeature*)&_CIM_OSPFArea_ExtLsdbLimit,
173256                   0,
173257               };
173258               
173259               static const char*
173260               __root_cimv2_CIM_OSPFArea_qualifiers[] =
173261               {
173262                   /* UMLPackagePath */
173263                   "\057CIM::Network::OSPF",
173264                   /* Version */
173265                   "\0632.7.0",
173266                   0,
173267               };
173268               
173269               MetaClass
173270               __root_cimv2_CIM_OSPFArea =
173271               {
173272                   /* flags */
173273                   META_FLAG_CLASS,
173274                   /* name */
173275 mike  1.1.2.1     "CIM_OSPFArea",
173276                   /* qualifiers */
173277                   __root_cimv2_CIM_OSPFArea_qualifiers,
173278                   /* super */
173279                   &__root_cimv2_CIM_RoutingProtocolDomain,
173280                   /* features */
173281                   _CIM_OSPFArea_features,
173282               };
173283               
173284               //==============================================================================
173285               //
173286               // Class: CIM_OSPFProtocolEndpointBase
173287               //
173288               //==============================================================================
173289               
173290               static const char*
173291               _CIM_OSPFProtocolEndpointBase_EnabledState_qualifiers[] =
173292               {
173293                   /* Override */
173294                   "\044EnabledState",
173295                   /* MappingStrings */
173296 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAdminStat\000",
173297                   0,
173298               };
173299               
173300               static MetaProperty
173301               _CIM_OSPFProtocolEndpointBase_EnabledState =
173302               {
173303                   /* flags */
173304                   META_FLAG_PROPERTY|META_FLAG_READ,
173305                   /* name */
173306                   "EnabledState",
173307                   /* qualifiers */
173308                   _CIM_OSPFProtocolEndpointBase_EnabledState_qualifiers,
173309                   /* type */
173310                   CIMTYPE_UINT16,
173311                   /* subscript */
173312                   -1,
173313                   /* value */
173314                   0,
173315               };
173316               
173317 mike  1.1.2.1 static const char*
173318               _CIM_OSPFProtocolEndpointBase_TransitDelay_qualifiers[] =
173319               {
173320                   /* Units */
173321                   "\060Seconds",
173322                   /* MappingStrings */
173323                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfTransitDelay\000",
173324                   0,
173325               };
173326               
173327               static MetaProperty
173328               _CIM_OSPFProtocolEndpointBase_TransitDelay =
173329               {
173330                   /* flags */
173331                   META_FLAG_PROPERTY|META_FLAG_READ,
173332                   /* name */
173333                   "TransitDelay",
173334                   /* qualifiers */
173335                   _CIM_OSPFProtocolEndpointBase_TransitDelay_qualifiers,
173336                   /* type */
173337                   CIMTYPE_UINT16,
173338 mike  1.1.2.1     /* subscript */
173339                   -1,
173340                   /* value */
173341                   0,
173342               };
173343               
173344               static const char*
173345               _CIM_OSPFProtocolEndpointBase_RetransmitInterval_qualifiers[] =
173346               {
173347                   /* Units */
173348                   "\060Seconds",
173349                   /* MappingStrings */
173350                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRetransInterval\000",
173351                   0,
173352               };
173353               
173354               static MetaProperty
173355               _CIM_OSPFProtocolEndpointBase_RetransmitInterval =
173356               {
173357                   /* flags */
173358                   META_FLAG_PROPERTY|META_FLAG_READ,
173359 mike  1.1.2.1     /* name */
173360                   "RetransmitInterval",
173361                   /* qualifiers */
173362                   _CIM_OSPFProtocolEndpointBase_RetransmitInterval_qualifiers,
173363                   /* type */
173364                   CIMTYPE_UINT16,
173365                   /* subscript */
173366                   -1,
173367                   /* value */
173368                   0,
173369               };
173370               
173371               static const char*
173372               _CIM_OSPFProtocolEndpointBase_AuthType_qualifiers[] =
173373               {
173374                   /* Required */
173375                   "\050\001",
173376                   /* ValueMap */
173377                   "\061\000\0041\0002\0003\0004\000",
173378                   /* Values */
173379                   "\062\000\004Other\000Null authentication\000Simple password\000Cryptographic authentication\000",
173380 mike  1.1.2.1     /* MappingStrings */
173381                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAuthType\000",
173382                   0,
173383               };
173384               
173385               static MetaProperty
173386               _CIM_OSPFProtocolEndpointBase_AuthType =
173387               {
173388                   /* flags */
173389                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
173390                   /* name */
173391                   "AuthType",
173392                   /* qualifiers */
173393                   _CIM_OSPFProtocolEndpointBase_AuthType_qualifiers,
173394                   /* type */
173395                   CIMTYPE_UINT16,
173396                   /* subscript */
173397                   -1,
173398                   /* value */
173399                   0,
173400               };
173401 mike  1.1.2.1 
173402               static const char*
173403               _CIM_OSPFProtocolEndpointBase_OtherAuthType_qualifiers[] =
173404               {
173405                   /* ModelCorrespondence */
173406                   "\036\000\001CIM_OSPFProtocolEndpoint.AuthType\000",
173407                   0,
173408               };
173409               
173410               static MetaProperty
173411               _CIM_OSPFProtocolEndpointBase_OtherAuthType =
173412               {
173413                   /* flags */
173414                   META_FLAG_PROPERTY|META_FLAG_READ,
173415                   /* name */
173416                   "OtherAuthType",
173417                   /* qualifiers */
173418                   _CIM_OSPFProtocolEndpointBase_OtherAuthType_qualifiers,
173419                   /* type */
173420                   CIMTYPE_STRING,
173421                   /* subscript */
173422 mike  1.1.2.1     -1,
173423                   /* value */
173424                   0,
173425               };
173426               
173427               static const char*
173428               _CIM_OSPFProtocolEndpointBase_AuthKey_qualifiers[] =
173429               {
173430                   /* MappingStrings */
173431                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAuthKey\000",
173432                   0,
173433               };
173434               
173435               static MetaProperty
173436               _CIM_OSPFProtocolEndpointBase_AuthKey =
173437               {
173438                   /* flags */
173439                   META_FLAG_PROPERTY|META_FLAG_READ,
173440                   /* name */
173441                   "AuthKey",
173442                   /* qualifiers */
173443 mike  1.1.2.1     _CIM_OSPFProtocolEndpointBase_AuthKey_qualifiers,
173444                   /* type */
173445                   CIMTYPE_STRING,
173446                   /* subscript */
173447                   -1,
173448                   /* value */
173449                   0,
173450               };
173451               
173452               static const char*
173453               _CIM_OSPFProtocolEndpointBase_ProtocolIFType_qualifiers[] =
173454               {
173455                   /* Override */
173456                   "\044ProtocolIFType",
173457                   /* ValueMap */
173458                   "\061\000\0051\000225..4095\0004109\0004301..32767\00032768..\000",
173459                   /* Values */
173460                   "\062\000\005Other\000IANA Reserved\000OSPF\000DMTF Reserved\000Vendor Reserved\000",
173461                   0,
173462               };
173463               
173464 mike  1.1.2.1 static MetaProperty
173465               _CIM_OSPFProtocolEndpointBase_ProtocolIFType =
173466               {
173467                   /* flags */
173468                   META_FLAG_PROPERTY|META_FLAG_READ,
173469                   /* name */
173470                   "ProtocolIFType",
173471                   /* qualifiers */
173472                   _CIM_OSPFProtocolEndpointBase_ProtocolIFType_qualifiers,
173473                   /* type */
173474                   CIMTYPE_UINT16,
173475                   /* subscript */
173476                   -1,
173477                   /* value */
173478                   "\020\015",
173479               };
173480               
173481               static MetaFeature*
173482               _CIM_OSPFProtocolEndpointBase_features[] =
173483               {
173484                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_EnabledState,
173485 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_TransitDelay,
173486                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_RetransmitInterval,
173487                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_AuthType,
173488                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_OtherAuthType,
173489                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_AuthKey,
173490                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_ProtocolIFType,
173491                   0,
173492               };
173493               
173494               static const char*
173495               __root_cimv2_CIM_OSPFProtocolEndpointBase_qualifiers[] =
173496               {
173497                   /* UMLPackagePath */
173498                   "\057CIM::Network::ProtocolEndpoints",
173499                   /* Version */
173500                   "\0632.8.0",
173501                   0,
173502               };
173503               
173504               MetaClass
173505               __root_cimv2_CIM_OSPFProtocolEndpointBase =
173506 mike  1.1.2.1 {
173507                   /* flags */
173508                   META_FLAG_CLASS,
173509                   /* name */
173510                   "CIM_OSPFProtocolEndpointBase",
173511                   /* qualifiers */
173512                   __root_cimv2_CIM_OSPFProtocolEndpointBase_qualifiers,
173513                   /* super */
173514                   &__root_cimv2_CIM_ProtocolEndpoint,
173515                   /* features */
173516                   _CIM_OSPFProtocolEndpointBase_features,
173517               };
173518               
173519               //==============================================================================
173520               //
173521               // Class: CIM_OSPFService
173522               //
173523               //==============================================================================
173524               
173525               static const char*
173526               _CIM_OSPFService_RunningMOSPF_qualifiers[] =
173527 mike  1.1.2.1 {
173528                   /* MappingStrings */
173529                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173530                   0,
173531               };
173532               
173533               static MetaProperty
173534               _CIM_OSPFService_RunningMOSPF =
173535               {
173536                   /* flags */
173537                   META_FLAG_PROPERTY|META_FLAG_READ,
173538                   /* name */
173539                   "RunningMOSPF",
173540                   /* qualifiers */
173541                   _CIM_OSPFService_RunningMOSPF_qualifiers,
173542                   /* type */
173543                   CIMTYPE_BOOLEAN,
173544                   /* subscript */
173545                   -1,
173546                   /* value */
173547                   0,
173548 mike  1.1.2.1 };
173549               
173550               static const char*
173551               _CIM_OSPFService_IsInterAreaMulticastForwarder_qualifiers[] =
173552               {
173553                   /* MappingStrings */
173554                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173555                   0,
173556               };
173557               
173558               static MetaProperty
173559               _CIM_OSPFService_IsInterAreaMulticastForwarder =
173560               {
173561                   /* flags */
173562                   META_FLAG_PROPERTY|META_FLAG_READ,
173563                   /* name */
173564                   "IsInterAreaMulticastForwarder",
173565                   /* qualifiers */
173566                   _CIM_OSPFService_IsInterAreaMulticastForwarder_qualifiers,
173567                   /* type */
173568                   CIMTYPE_BOOLEAN,
173569 mike  1.1.2.1     /* subscript */
173570                   -1,
173571                   /* value */
173572                   0,
173573               };
173574               
173575               static const char*
173576               _CIM_OSPFService_IsInterAsMulticastForwarder_qualifiers[] =
173577               {
173578                   /* MappingStrings */
173579                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173580                   0,
173581               };
173582               
173583               static MetaProperty
173584               _CIM_OSPFService_IsInterAsMulticastForwarder =
173585               {
173586                   /* flags */
173587                   META_FLAG_PROPERTY|META_FLAG_READ,
173588                   /* name */
173589                   "IsInterAsMulticastForwarder",
173590 mike  1.1.2.1     /* qualifiers */
173591                   _CIM_OSPFService_IsInterAsMulticastForwarder_qualifiers,
173592                   /* type */
173593                   CIMTYPE_BOOLEAN,
173594                   /* subscript */
173595                   -1,
173596                   /* value */
173597                   0,
173598               };
173599               
173600               static const char*
173601               _CIM_OSPFService_ExitOverflowInterval_qualifiers[] =
173602               {
173603                   /* Units */
173604                   "\060Seconds",
173605                   /* MappingStrings */
173606                   "\026\000\001MIB.IETF|OSPF-MIB.ospfExitOverflowInterval\000",
173607                   0,
173608               };
173609               
173610               static MetaProperty
173611 mike  1.1.2.1 _CIM_OSPFService_ExitOverflowInterval =
173612               {
173613                   /* flags */
173614                   META_FLAG_PROPERTY|META_FLAG_READ,
173615                   /* name */
173616                   "ExitOverflowInterval",
173617                   /* qualifiers */
173618                   _CIM_OSPFService_ExitOverflowInterval_qualifiers,
173619                   /* type */
173620                   CIMTYPE_UINT32,
173621                   /* subscript */
173622                   -1,
173623                   /* value */
173624                   0,
173625               };
173626               
173627               static const char*
173628               _CIM_OSPFService_RFC1583Compatibility_qualifiers[] =
173629               {
173630                   0,
173631               };
173632 mike  1.1.2.1 
173633               static MetaProperty
173634               _CIM_OSPFService_RFC1583Compatibility =
173635               {
173636                   /* flags */
173637                   META_FLAG_PROPERTY|META_FLAG_READ,
173638                   /* name */
173639                   "RFC1583Compatibility",
173640                   /* qualifiers */
173641                   _CIM_OSPFService_RFC1583Compatibility_qualifiers,
173642                   /* type */
173643                   CIMTYPE_BOOLEAN,
173644                   /* subscript */
173645                   -1,
173646                   /* value */
173647                   0,
173648               };
173649               
173650               static MetaFeature*
173651               _CIM_OSPFService_features[] =
173652               {
173653 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFService_RunningMOSPF,
173654                   (MetaFeature*)&_CIM_OSPFService_IsInterAreaMulticastForwarder,
173655                   (MetaFeature*)&_CIM_OSPFService_IsInterAsMulticastForwarder,
173656                   (MetaFeature*)&_CIM_OSPFService_ExitOverflowInterval,
173657                   (MetaFeature*)&_CIM_OSPFService_RFC1583Compatibility,
173658                   0,
173659               };
173660               
173661               static const char*
173662               __root_cimv2_CIM_OSPFService_qualifiers[] =
173663               {
173664                   /* UMLPackagePath */
173665                   "\057CIM::Network::OSPF",
173666                   /* Version */
173667                   "\0632.7.0",
173668                   0,
173669               };
173670               
173671               MetaClass
173672               __root_cimv2_CIM_OSPFService =
173673               {
173674 mike  1.1.2.1     /* flags */
173675                   META_FLAG_CLASS,
173676                   /* name */
173677                   "CIM_OSPFService",
173678                   /* qualifiers */
173679                   __root_cimv2_CIM_OSPFService_qualifiers,
173680                   /* super */
173681                   &__root_cimv2_CIM_RouteCalculationService,
173682                   /* features */
173683                   _CIM_OSPFService_features,
173684               };
173685               
173686               //==============================================================================
173687               //
173688               // Class: CIM_OSPFServiceConfiguration
173689               //
173690               //==============================================================================
173691               
173692               static const char*
173693               _CIM_OSPFServiceConfiguration_Antecedent_qualifiers[] =
173694               {
173695 mike  1.1.2.1     /* Override */
173696                   "\044Antecedent",
173697                   /* Min */
173698                   "\033\000\000\000\001",
173699                   /* Max */
173700                   "\027\000\000\000\001",
173701                   0,
173702               };
173703               
173704               static MetaReference
173705               _CIM_OSPFServiceConfiguration_Antecedent =
173706               {
173707                   /* flags */
173708                   META_FLAG_REFERENCE|META_FLAG_READ,
173709                   /* name */
173710                   "Antecedent",
173711                   /* qualifiers */
173712                   _CIM_OSPFServiceConfiguration_Antecedent_qualifiers,
173713                   /* subscript */
173714                   -1,
173715                   /* refId */
173716 mike  1.1.2.1     &__root_cimv2_CIM_OSPFService,
173717               };
173718               
173719               static const char*
173720               _CIM_OSPFServiceConfiguration_Dependent_qualifiers[] =
173721               {
173722                   /* Override */
173723                   "\044Dependent",
173724                   0,
173725               };
173726               
173727               static MetaReference
173728               _CIM_OSPFServiceConfiguration_Dependent =
173729               {
173730                   /* flags */
173731                   META_FLAG_REFERENCE|META_FLAG_READ,
173732                   /* name */
173733                   "Dependent",
173734                   /* qualifiers */
173735                   _CIM_OSPFServiceConfiguration_Dependent_qualifiers,
173736                   /* subscript */
173737 mike  1.1.2.1     -1,
173738                   /* refId */
173739                   &__root_cimv2_CIM_OSPFAreaConfiguration,
173740               };
173741               
173742               static MetaFeature*
173743               _CIM_OSPFServiceConfiguration_features[] =
173744               {
173745                   (MetaFeature*)&_CIM_OSPFServiceConfiguration_Antecedent,
173746                   (MetaFeature*)&_CIM_OSPFServiceConfiguration_Dependent,
173747                   0,
173748               };
173749               
173750               static const char*
173751               __root_cimv2_CIM_OSPFServiceConfiguration_qualifiers[] =
173752               {
173753                   /* ASSOCIATION */
173754                   "\000\001",
173755                   /* UMLPackagePath */
173756                   "\057CIM::Network::OSPF",
173757                   /* Version */
173758 mike  1.1.2.1     "\0632.7.0",
173759                   0,
173760               };
173761               
173762               MetaClass
173763               __root_cimv2_CIM_OSPFServiceConfiguration =
173764               {
173765                   /* flags */
173766                   META_FLAG_ASSOCIATION,
173767                   /* name */
173768                   "CIM_OSPFServiceConfiguration",
173769                   /* qualifiers */
173770                   __root_cimv2_CIM_OSPFServiceConfiguration_qualifiers,
173771                   /* super */
173772                   &__root_cimv2_CIM_Dependency,
173773                   /* features */
173774                   _CIM_OSPFServiceConfiguration_features,
173775               };
173776               
173777               //==============================================================================
173778               //
173779 mike  1.1.2.1 // Class: CIM_OSPFVirtualInterface
173780               //
173781               //==============================================================================
173782               
173783               static MetaFeature*
173784               _CIM_OSPFVirtualInterface_features[] =
173785               {
173786                   0,
173787               };
173788               
173789               static const char*
173790               __root_cimv2_CIM_OSPFVirtualInterface_qualifiers[] =
173791               {
173792                   /* UMLPackagePath */
173793                   "\057CIM::Network::ProtocolEndpoints",
173794                   /* Version */
173795                   "\0632.7.0",
173796                   0,
173797               };
173798               
173799               MetaClass
173800 mike  1.1.2.1 __root_cimv2_CIM_OSPFVirtualInterface =
173801               {
173802                   /* flags */
173803                   META_FLAG_CLASS,
173804                   /* name */
173805                   "CIM_OSPFVirtualInterface",
173806                   /* qualifiers */
173807                   __root_cimv2_CIM_OSPFVirtualInterface_qualifiers,
173808                   /* super */
173809                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
173810                   /* features */
173811                   _CIM_OSPFVirtualInterface_features,
173812               };
173813               
173814               //==============================================================================
173815               //
173816               // Class: CIM_OSVersionCheck
173817               //
173818               //==============================================================================
173819               
173820               static const char*
173821 mike  1.1.2.1 _CIM_OSVersionCheck_MinimumVersion_qualifiers[] =
173822               {
173823                   /* MaxLen */
173824                   "\030\000\000\000\100",
173825                   /* ModelCorrespondence */
173826                   "\036\000\001CIM_OperatingSystem.Version\000",
173827                   0,
173828               };
173829               
173830               static MetaProperty
173831               _CIM_OSVersionCheck_MinimumVersion =
173832               {
173833                   /* flags */
173834                   META_FLAG_PROPERTY|META_FLAG_READ,
173835                   /* name */
173836                   "MinimumVersion",
173837                   /* qualifiers */
173838                   _CIM_OSVersionCheck_MinimumVersion_qualifiers,
173839                   /* type */
173840                   CIMTYPE_STRING,
173841                   /* subscript */
173842 mike  1.1.2.1     -1,
173843                   /* value */
173844                   0,
173845               };
173846               
173847               static const char*
173848               _CIM_OSVersionCheck_MaximumVersion_qualifiers[] =
173849               {
173850                   /* MaxLen */
173851                   "\030\000\000\000\100",
173852                   /* ModelCorrespondence */
173853                   "\036\000\001CIM_OperatingSystem.Version\000",
173854                   0,
173855               };
173856               
173857               static MetaProperty
173858               _CIM_OSVersionCheck_MaximumVersion =
173859               {
173860                   /* flags */
173861                   META_FLAG_PROPERTY|META_FLAG_READ,
173862                   /* name */
173863 mike  1.1.2.1     "MaximumVersion",
173864                   /* qualifiers */
173865                   _CIM_OSVersionCheck_MaximumVersion_qualifiers,
173866                   /* type */
173867                   CIMTYPE_STRING,
173868                   /* subscript */
173869                   -1,
173870                   /* value */
173871                   0,
173872               };
173873               
173874               static MetaFeature*
173875               _CIM_OSVersionCheck_features[] =
173876               {
173877                   (MetaFeature*)&_CIM_OSVersionCheck_MinimumVersion,
173878                   (MetaFeature*)&_CIM_OSVersionCheck_MaximumVersion,
173879                   0,
173880               };
173881               
173882               static const char*
173883               __root_cimv2_CIM_OSVersionCheck_qualifiers[] =
173884 mike  1.1.2.1 {
173885                   /* UMLPackagePath */
173886                   "\057CIM::Application::CheckAction",
173887                   /* Version */
173888                   "\0632.6.0",
173889                   0,
173890               };
173891               
173892               MetaClass
173893               __root_cimv2_CIM_OSVersionCheck =
173894               {
173895                   /* flags */
173896                   META_FLAG_CLASS,
173897                   /* name */
173898                   "CIM_OSVersionCheck",
173899                   /* qualifiers */
173900                   __root_cimv2_CIM_OSVersionCheck_qualifiers,
173901                   /* super */
173902                   &__root_cimv2_CIM_Check,
173903                   /* features */
173904                   _CIM_OSVersionCheck_features,
173905 mike  1.1.2.1 };
173906               
173907               //==============================================================================
173908               //
173909               // Class: CIM_OutboundVLAN
173910               //
173911               //==============================================================================
173912               
173913               static const char*
173914               _CIM_OutboundVLAN_Antecedent_qualifiers[] =
173915               {
173916                   /* Deprecated */
173917                   "\013\000\001No Value\000",
173918                   /* Override */
173919                   "\044Antecedent",
173920                   0,
173921               };
173922               
173923               static MetaReference
173924               _CIM_OutboundVLAN_Antecedent =
173925               {
173926 mike  1.1.2.1     /* flags */
173927                   META_FLAG_REFERENCE|META_FLAG_READ,
173928                   /* name */
173929                   "Antecedent",
173930                   /* qualifiers */
173931                   _CIM_OutboundVLAN_Antecedent_qualifiers,
173932                   /* subscript */
173933                   -1,
173934                   /* refId */
173935                   &__root_cimv2_CIM_VLAN,
173936               };
173937               
173938               static const char*
173939               _CIM_OutboundVLAN_Dependent_qualifiers[] =
173940               {
173941                   /* Deprecated */
173942                   "\013\000\001No Value\000",
173943                   /* Override */
173944                   "\044Dependent",
173945                   0,
173946               };
173947 mike  1.1.2.1 
173948               static MetaReference
173949               _CIM_OutboundVLAN_Dependent =
173950               {
173951                   /* flags */
173952                   META_FLAG_REFERENCE|META_FLAG_READ,
173953                   /* name */
173954                   "Dependent",
173955                   /* qualifiers */
173956                   _CIM_OutboundVLAN_Dependent_qualifiers,
173957                   /* subscript */
173958                   -1,
173959                   /* refId */
173960                   &__root_cimv2_CIM_SwitchPort,
173961               };
173962               
173963               static const char*
173964               _CIM_OutboundVLAN_Tagged_qualifiers[] =
173965               {
173966                   /* Deprecated */
173967                   "\013\000\001No Value\000",
173968 mike  1.1.2.1     0,
173969               };
173970               
173971               static MetaProperty
173972               _CIM_OutboundVLAN_Tagged =
173973               {
173974                   /* flags */
173975                   META_FLAG_PROPERTY|META_FLAG_READ,
173976                   /* name */
173977                   "Tagged",
173978                   /* qualifiers */
173979                   _CIM_OutboundVLAN_Tagged_qualifiers,
173980                   /* type */
173981                   CIMTYPE_BOOLEAN,
173982                   /* subscript */
173983                   -1,
173984                   /* value */
173985                   0,
173986               };
173987               
173988               static MetaFeature*
173989 mike  1.1.2.1 _CIM_OutboundVLAN_features[] =
173990               {
173991                   (MetaFeature*)&_CIM_OutboundVLAN_Antecedent,
173992                   (MetaFeature*)&_CIM_OutboundVLAN_Dependent,
173993                   (MetaFeature*)&_CIM_OutboundVLAN_Tagged,
173994                   0,
173995               };
173996               
173997               static const char*
173998               __root_cimv2_CIM_OutboundVLAN_qualifiers[] =
173999               {
174000                   /* ASSOCIATION */
174001                   "\000\001",
174002                   /* Deprecated */
174003                   "\013\000\001No Value\000",
174004                   /* UMLPackagePath */
174005                   "\057CIM::Network::VLAN",
174006                   /* Version */
174007                   "\0632.8.0",
174008                   0,
174009               };
174010 mike  1.1.2.1 
174011               MetaClass
174012               __root_cimv2_CIM_OutboundVLAN =
174013               {
174014                   /* flags */
174015                   META_FLAG_ASSOCIATION,
174016                   /* name */
174017                   "CIM_OutboundVLAN",
174018                   /* qualifiers */
174019                   __root_cimv2_CIM_OutboundVLAN_qualifiers,
174020                   /* super */
174021                   &__root_cimv2_CIM_SAPSAPDependency,
174022                   /* features */
174023                   _CIM_OutboundVLAN_features,
174024               };
174025               
174026               //==============================================================================
174027               //
174028               // Class: CIM_PackageTempSensor
174029               //
174030               //==============================================================================
174031 mike  1.1.2.1 
174032               static const char*
174033               _CIM_PackageTempSensor_Antecedent_qualifiers[] =
174034               {
174035                   /* Deprecated */
174036                   "\013\000\001CIM_PackageDependency.Antecedent\000",
174037                   /* Override */
174038                   "\044Antecedent",
174039                   0,
174040               };
174041               
174042               static MetaReference
174043               _CIM_PackageTempSensor_Antecedent =
174044               {
174045                   /* flags */
174046                   META_FLAG_REFERENCE|META_FLAG_READ,
174047                   /* name */
174048                   "Antecedent",
174049                   /* qualifiers */
174050                   _CIM_PackageTempSensor_Antecedent_qualifiers,
174051                   /* subscript */
174052 mike  1.1.2.1     -1,
174053                   /* refId */
174054                   &__root_cimv2_CIM_TemperatureSensor,
174055               };
174056               
174057               static const char*
174058               _CIM_PackageTempSensor_Dependent_qualifiers[] =
174059               {
174060                   /* Deprecated */
174061                   "\013\000\001CIM_PackageDependency.Dependent\000",
174062                   /* Override */
174063                   "\044Dependent",
174064                   0,
174065               };
174066               
174067               static MetaReference
174068               _CIM_PackageTempSensor_Dependent =
174069               {
174070                   /* flags */
174071                   META_FLAG_REFERENCE|META_FLAG_READ,
174072                   /* name */
174073 mike  1.1.2.1     "Dependent",
174074                   /* qualifiers */
174075                   _CIM_PackageTempSensor_Dependent_qualifiers,
174076                   /* subscript */
174077                   -1,
174078                   /* refId */
174079                   &__root_cimv2_CIM_PhysicalPackage,
174080               };
174081               
174082               static MetaFeature*
174083               _CIM_PackageTempSensor_features[] =
174084               {
174085                   (MetaFeature*)&_CIM_PackageTempSensor_Antecedent,
174086                   (MetaFeature*)&_CIM_PackageTempSensor_Dependent,
174087                   0,
174088               };
174089               
174090               static const char*
174091               __root_cimv2_CIM_PackageTempSensor_qualifiers[] =
174092               {
174093                   /* ASSOCIATION */
174094 mike  1.1.2.1     "\000\001",
174095                   /* Deprecated */
174096                   "\013\000\001CIM_PackageDependency\000",
174097                   /* UMLPackagePath */
174098                   "\057CIM::Device::Sensors",
174099                   /* Version */
174100                   "\0632.7.0",
174101                   0,
174102               };
174103               
174104               MetaClass
174105               __root_cimv2_CIM_PackageTempSensor =
174106               {
174107                   /* flags */
174108                   META_FLAG_ASSOCIATION,
174109                   /* name */
174110                   "CIM_PackageTempSensor",
174111                   /* qualifiers */
174112                   __root_cimv2_CIM_PackageTempSensor_qualifiers,
174113                   /* super */
174114                   &__root_cimv2_CIM_PackageDependency,
174115 mike  1.1.2.1     /* features */
174116                   _CIM_PackageTempSensor_features,
174117               };
174118               
174119               //==============================================================================
174120               //
174121               // Class: CIM_ParticipatingCS
174122               //
174123               //==============================================================================
174124               
174125               static const char*
174126               _CIM_ParticipatingCS_Antecedent_qualifiers[] =
174127               {
174128                   /* Override */
174129                   "\044Antecedent",
174130                   /* Min */
174131                   "\033\000\000\000\001",
174132                   0,
174133               };
174134               
174135               static MetaReference
174136 mike  1.1.2.1 _CIM_ParticipatingCS_Antecedent =
174137               {
174138                   /* flags */
174139                   META_FLAG_REFERENCE|META_FLAG_READ,
174140                   /* name */
174141                   "Antecedent",
174142                   /* qualifiers */
174143                   _CIM_ParticipatingCS_Antecedent_qualifiers,
174144                   /* subscript */
174145                   -1,
174146                   /* refId */
174147                   &__root_cimv2_CIM_ComputerSystem,
174148               };
174149               
174150               static const char*
174151               _CIM_ParticipatingCS_Dependent_qualifiers[] =
174152               {
174153                   /* Override */
174154                   "\044Dependent",
174155                   0,
174156               };
174157 mike  1.1.2.1 
174158               static MetaReference
174159               _CIM_ParticipatingCS_Dependent =
174160               {
174161                   /* flags */
174162                   META_FLAG_REFERENCE|META_FLAG_READ,
174163                   /* name */
174164                   "Dependent",
174165                   /* qualifiers */
174166                   _CIM_ParticipatingCS_Dependent_qualifiers,
174167                   /* subscript */
174168                   -1,
174169                   /* refId */
174170                   &__root_cimv2_CIM_Cluster,
174171               };
174172               
174173               static const char*
174174               _CIM_ParticipatingCS_StateOfNode_qualifiers[] =
174175               {
174176                   /* ValueMap */
174177                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
174178 mike  1.1.2.1     /* Values */
174179                   "\062\000\007Unknown\000Other\000Joining\000Paused\000Available\000Unavailable\000Degraded\000",
174180                   0,
174181               };
174182               
174183               static MetaProperty
174184               _CIM_ParticipatingCS_StateOfNode =
174185               {
174186                   /* flags */
174187                   META_FLAG_PROPERTY|META_FLAG_READ,
174188                   /* name */
174189                   "StateOfNode",
174190                   /* qualifiers */
174191                   _CIM_ParticipatingCS_StateOfNode_qualifiers,
174192                   /* type */
174193                   CIMTYPE_UINT16,
174194                   /* subscript */
174195                   -1,
174196                   /* value */
174197                   0,
174198               };
174199 mike  1.1.2.1 
174200               static const char*
174201               _CIM_ParticipatingCS_RoleOfNode_qualifiers[] =
174202               {
174203                   /* ValueMap */
174204                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
174205                   /* Values */
174206                   "\062\000\010Unknown\000Other\000Peer\000Primary\000Secondary\000Standby\000Base Plex\000Enhanced Plex\000",
174207                   0,
174208               };
174209               
174210               static MetaProperty
174211               _CIM_ParticipatingCS_RoleOfNode =
174212               {
174213                   /* flags */
174214                   META_FLAG_PROPERTY|META_FLAG_READ,
174215                   /* name */
174216                   "RoleOfNode",
174217                   /* qualifiers */
174218                   _CIM_ParticipatingCS_RoleOfNode_qualifiers,
174219                   /* type */
174220 mike  1.1.2.1     CIMTYPE_UINT16,
174221                   /* subscript */
174222                   -1,
174223                   /* value */
174224                   0,
174225               };
174226               
174227               static MetaFeature*
174228               _CIM_ParticipatingCS_features[] =
174229               {
174230                   (MetaFeature*)&_CIM_ParticipatingCS_Antecedent,
174231                   (MetaFeature*)&_CIM_ParticipatingCS_Dependent,
174232                   (MetaFeature*)&_CIM_ParticipatingCS_StateOfNode,
174233                   (MetaFeature*)&_CIM_ParticipatingCS_RoleOfNode,
174234                   0,
174235               };
174236               
174237               static const char*
174238               __root_cimv2_CIM_ParticipatingCS_qualifiers[] =
174239               {
174240                   /* ASSOCIATION */
174241 mike  1.1.2.1     "\000\001",
174242                   /* UMLPackagePath */
174243                   "\057CIM::System::SystemElements",
174244                   /* Version */
174245                   "\0632.6.0",
174246                   0,
174247               };
174248               
174249               MetaClass
174250               __root_cimv2_CIM_ParticipatingCS =
174251               {
174252                   /* flags */
174253                   META_FLAG_ASSOCIATION,
174254                   /* name */
174255                   "CIM_ParticipatingCS",
174256                   /* qualifiers */
174257                   __root_cimv2_CIM_ParticipatingCS_qualifiers,
174258                   /* super */
174259                   &__root_cimv2_CIM_Dependency,
174260                   /* features */
174261                   _CIM_ParticipatingCS_features,
174262 mike  1.1.2.1 };
174263               
174264               //==============================================================================
174265               //
174266               // Class: CIM_PCIBridge
174267               //
174268               //==============================================================================
174269               
174270               static const char*
174271               _CIM_PCIBridge_BaseAddress_qualifiers[] =
174272               {
174273                   0,
174274               };
174275               
174276               static MetaProperty
174277               _CIM_PCIBridge_BaseAddress =
174278               {
174279                   /* flags */
174280                   META_FLAG_PROPERTY|META_FLAG_READ,
174281                   /* name */
174282                   "BaseAddress",
174283 mike  1.1.2.1     /* qualifiers */
174284                   _CIM_PCIBridge_BaseAddress_qualifiers,
174285                   /* type */
174286                   CIMTYPE_UINT32,
174287                   /* subscript */
174288                   2,
174289                   /* value */
174290                   0,
174291               };
174292               
174293               static const char*
174294               _CIM_PCIBridge_BridgeType_qualifiers[] =
174295               {
174296                   /* ValueMap */
174297                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\000128\000",
174298                   /* Values */
174299                   "\062\000\012Host\000ISA\000EISA\000Micro Channel\000PCI\000PCMCIA\000NuBus\000CardBus\000RACEway\000Other\000",
174300                   0,
174301               };
174302               
174303               static MetaProperty
174304 mike  1.1.2.1 _CIM_PCIBridge_BridgeType =
174305               {
174306                   /* flags */
174307                   META_FLAG_PROPERTY|META_FLAG_READ,
174308                   /* name */
174309                   "BridgeType",
174310                   /* qualifiers */
174311                   _CIM_PCIBridge_BridgeType_qualifiers,
174312                   /* type */
174313                   CIMTYPE_UINT16,
174314                   /* subscript */
174315                   -1,
174316                   /* value */
174317                   0,
174318               };
174319               
174320               static const char*
174321               _CIM_PCIBridge_SecondaryLatencyTimer_qualifiers[] =
174322               {
174323                   /* Units */
174324                   "\060PCI clock cycles",
174325 mike  1.1.2.1     0,
174326               };
174327               
174328               static MetaProperty
174329               _CIM_PCIBridge_SecondaryLatencyTimer =
174330               {
174331                   /* flags */
174332                   META_FLAG_PROPERTY|META_FLAG_READ,
174333                   /* name */
174334                   "SecondaryLatencyTimer",
174335                   /* qualifiers */
174336                   _CIM_PCIBridge_SecondaryLatencyTimer_qualifiers,
174337                   /* type */
174338                   CIMTYPE_UINT8,
174339                   /* subscript */
174340                   -1,
174341                   /* value */
174342                   0,
174343               };
174344               
174345               static const char*
174346 mike  1.1.2.1 _CIM_PCIBridge_SubordinateBusNumber_qualifiers[] =
174347               {
174348                   0,
174349               };
174350               
174351               static MetaProperty
174352               _CIM_PCIBridge_SubordinateBusNumber =
174353               {
174354                   /* flags */
174355                   META_FLAG_PROPERTY|META_FLAG_READ,
174356                   /* name */
174357                   "SubordinateBusNumber",
174358                   /* qualifiers */
174359                   _CIM_PCIBridge_SubordinateBusNumber_qualifiers,
174360                   /* type */
174361                   CIMTYPE_UINT8,
174362                   /* subscript */
174363                   -1,
174364                   /* value */
174365                   0,
174366               };
174367 mike  1.1.2.1 
174368               static const char*
174369               _CIM_PCIBridge_SecondayBusNumber_qualifiers[] =
174370               {
174371                   0,
174372               };
174373               
174374               static MetaProperty
174375               _CIM_PCIBridge_SecondayBusNumber =
174376               {
174377                   /* flags */
174378                   META_FLAG_PROPERTY|META_FLAG_READ,
174379                   /* name */
174380                   "SecondayBusNumber",
174381                   /* qualifiers */
174382                   _CIM_PCIBridge_SecondayBusNumber_qualifiers,
174383                   /* type */
174384                   CIMTYPE_UINT8,
174385                   /* subscript */
174386                   -1,
174387                   /* value */
174388 mike  1.1.2.1     0,
174389               };
174390               
174391               static const char*
174392               _CIM_PCIBridge_PrimaryBusNumber_qualifiers[] =
174393               {
174394                   0,
174395               };
174396               
174397               static MetaProperty
174398               _CIM_PCIBridge_PrimaryBusNumber =
174399               {
174400                   /* flags */
174401                   META_FLAG_PROPERTY|META_FLAG_READ,
174402                   /* name */
174403                   "PrimaryBusNumber",
174404                   /* qualifiers */
174405                   _CIM_PCIBridge_PrimaryBusNumber_qualifiers,
174406                   /* type */
174407                   CIMTYPE_UINT8,
174408                   /* subscript */
174409 mike  1.1.2.1     -1,
174410                   /* value */
174411                   0,
174412               };
174413               
174414               static const char*
174415               _CIM_PCIBridge_SecondaryStatusRegister_qualifiers[] =
174416               {
174417                   0,
174418               };
174419               
174420               static MetaProperty
174421               _CIM_PCIBridge_SecondaryStatusRegister =
174422               {
174423                   /* flags */
174424                   META_FLAG_PROPERTY|META_FLAG_READ,
174425                   /* name */
174426                   "SecondaryStatusRegister",
174427                   /* qualifiers */
174428                   _CIM_PCIBridge_SecondaryStatusRegister_qualifiers,
174429                   /* type */
174430 mike  1.1.2.1     CIMTYPE_UINT16,
174431                   /* subscript */
174432                   -1,
174433                   /* value */
174434                   0,
174435               };
174436               
174437               static const char*
174438               _CIM_PCIBridge_SecondaryBusDeviceSelectTiming_qualifiers[] =
174439               {
174440                   /* ValueMap */
174441                   "\061\000\0060\0001\0002\0003\0004\0005\000",
174442                   /* Values */
174443                   "\062\000\006Unknown\000Other\000Fast\000Medium\000Slow\000Reserved\000",
174444                   0,
174445               };
174446               
174447               static MetaProperty
174448               _CIM_PCIBridge_SecondaryBusDeviceSelectTiming =
174449               {
174450                   /* flags */
174451 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
174452                   /* name */
174453                   "SecondaryBusDeviceSelectTiming",
174454                   /* qualifiers */
174455                   _CIM_PCIBridge_SecondaryBusDeviceSelectTiming_qualifiers,
174456                   /* type */
174457                   CIMTYPE_UINT16,
174458                   /* subscript */
174459                   -1,
174460                   /* value */
174461                   0,
174462               };
174463               
174464               static const char*
174465               _CIM_PCIBridge_IOLimit_qualifiers[] =
174466               {
174467                   0,
174468               };
174469               
174470               static MetaProperty
174471               _CIM_PCIBridge_IOLimit =
174472 mike  1.1.2.1 {
174473                   /* flags */
174474                   META_FLAG_PROPERTY|META_FLAG_READ,
174475                   /* name */
174476                   "IOLimit",
174477                   /* qualifiers */
174478                   _CIM_PCIBridge_IOLimit_qualifiers,
174479                   /* type */
174480                   CIMTYPE_UINT8,
174481                   /* subscript */
174482                   -1,
174483                   /* value */
174484                   0,
174485               };
174486               
174487               static const char*
174488               _CIM_PCIBridge_IOBase_qualifiers[] =
174489               {
174490                   0,
174491               };
174492               
174493 mike  1.1.2.1 static MetaProperty
174494               _CIM_PCIBridge_IOBase =
174495               {
174496                   /* flags */
174497                   META_FLAG_PROPERTY|META_FLAG_READ,
174498                   /* name */
174499                   "IOBase",
174500                   /* qualifiers */
174501                   _CIM_PCIBridge_IOBase_qualifiers,
174502                   /* type */
174503                   CIMTYPE_UINT8,
174504                   /* subscript */
174505                   -1,
174506                   /* value */
174507                   0,
174508               };
174509               
174510               static const char*
174511               _CIM_PCIBridge_MemoryLimit_qualifiers[] =
174512               {
174513                   0,
174514 mike  1.1.2.1 };
174515               
174516               static MetaProperty
174517               _CIM_PCIBridge_MemoryLimit =
174518               {
174519                   /* flags */
174520                   META_FLAG_PROPERTY|META_FLAG_READ,
174521                   /* name */
174522                   "MemoryLimit",
174523                   /* qualifiers */
174524                   _CIM_PCIBridge_MemoryLimit_qualifiers,
174525                   /* type */
174526                   CIMTYPE_UINT16,
174527                   /* subscript */
174528                   -1,
174529                   /* value */
174530                   0,
174531               };
174532               
174533               static const char*
174534               _CIM_PCIBridge_MemoryBase_qualifiers[] =
174535 mike  1.1.2.1 {
174536                   0,
174537               };
174538               
174539               static MetaProperty
174540               _CIM_PCIBridge_MemoryBase =
174541               {
174542                   /* flags */
174543                   META_FLAG_PROPERTY|META_FLAG_READ,
174544                   /* name */
174545                   "MemoryBase",
174546                   /* qualifiers */
174547                   _CIM_PCIBridge_MemoryBase_qualifiers,
174548                   /* type */
174549                   CIMTYPE_UINT16,
174550                   /* subscript */
174551                   -1,
174552                   /* value */
174553                   0,
174554               };
174555               
174556 mike  1.1.2.1 static const char*
174557               _CIM_PCIBridge_PrefetchMemoryLimit_qualifiers[] =
174558               {
174559                   0,
174560               };
174561               
174562               static MetaProperty
174563               _CIM_PCIBridge_PrefetchMemoryLimit =
174564               {
174565                   /* flags */
174566                   META_FLAG_PROPERTY|META_FLAG_READ,
174567                   /* name */
174568                   "PrefetchMemoryLimit",
174569                   /* qualifiers */
174570                   _CIM_PCIBridge_PrefetchMemoryLimit_qualifiers,
174571                   /* type */
174572                   CIMTYPE_UINT16,
174573                   /* subscript */
174574                   -1,
174575                   /* value */
174576                   0,
174577 mike  1.1.2.1 };
174578               
174579               static const char*
174580               _CIM_PCIBridge_PrefetchMemoryBase_qualifiers[] =
174581               {
174582                   0,
174583               };
174584               
174585               static MetaProperty
174586               _CIM_PCIBridge_PrefetchMemoryBase =
174587               {
174588                   /* flags */
174589                   META_FLAG_PROPERTY|META_FLAG_READ,
174590                   /* name */
174591                   "PrefetchMemoryBase",
174592                   /* qualifiers */
174593                   _CIM_PCIBridge_PrefetchMemoryBase_qualifiers,
174594                   /* type */
174595                   CIMTYPE_UINT16,
174596                   /* subscript */
174597                   -1,
174598 mike  1.1.2.1     /* value */
174599                   0,
174600               };
174601               
174602               static const char*
174603               _CIM_PCIBridge_PrefetchLimitUpper32_qualifiers[] =
174604               {
174605                   0,
174606               };
174607               
174608               static MetaProperty
174609               _CIM_PCIBridge_PrefetchLimitUpper32 =
174610               {
174611                   /* flags */
174612                   META_FLAG_PROPERTY|META_FLAG_READ,
174613                   /* name */
174614                   "PrefetchLimitUpper32",
174615                   /* qualifiers */
174616                   _CIM_PCIBridge_PrefetchLimitUpper32_qualifiers,
174617                   /* type */
174618                   CIMTYPE_UINT32,
174619 mike  1.1.2.1     /* subscript */
174620                   -1,
174621                   /* value */
174622                   0,
174623               };
174624               
174625               static const char*
174626               _CIM_PCIBridge_PrefetchBaseUpper32_qualifiers[] =
174627               {
174628                   0,
174629               };
174630               
174631               static MetaProperty
174632               _CIM_PCIBridge_PrefetchBaseUpper32 =
174633               {
174634                   /* flags */
174635                   META_FLAG_PROPERTY|META_FLAG_READ,
174636                   /* name */
174637                   "PrefetchBaseUpper32",
174638                   /* qualifiers */
174639                   _CIM_PCIBridge_PrefetchBaseUpper32_qualifiers,
174640 mike  1.1.2.1     /* type */
174641                   CIMTYPE_UINT32,
174642                   /* subscript */
174643                   -1,
174644                   /* value */
174645                   0,
174646               };
174647               
174648               static const char*
174649               _CIM_PCIBridge_IOLimitUpper16_qualifiers[] =
174650               {
174651                   0,
174652               };
174653               
174654               static MetaProperty
174655               _CIM_PCIBridge_IOLimitUpper16 =
174656               {
174657                   /* flags */
174658                   META_FLAG_PROPERTY|META_FLAG_READ,
174659                   /* name */
174660                   "IOLimitUpper16",
174661 mike  1.1.2.1     /* qualifiers */
174662                   _CIM_PCIBridge_IOLimitUpper16_qualifiers,
174663                   /* type */
174664                   CIMTYPE_UINT16,
174665                   /* subscript */
174666                   -1,
174667                   /* value */
174668                   0,
174669               };
174670               
174671               static const char*
174672               _CIM_PCIBridge_IOBaseUpper16_qualifiers[] =
174673               {
174674                   0,
174675               };
174676               
174677               static MetaProperty
174678               _CIM_PCIBridge_IOBaseUpper16 =
174679               {
174680                   /* flags */
174681                   META_FLAG_PROPERTY|META_FLAG_READ,
174682 mike  1.1.2.1     /* name */
174683                   "IOBaseUpper16",
174684                   /* qualifiers */
174685                   _CIM_PCIBridge_IOBaseUpper16_qualifiers,
174686                   /* type */
174687                   CIMTYPE_UINT16,
174688                   /* subscript */
174689                   -1,
174690                   /* value */
174691                   0,
174692               };
174693               
174694               static MetaFeature*
174695               _CIM_PCIBridge_features[] =
174696               {
174697                   (MetaFeature*)&_CIM_PCIBridge_BaseAddress,
174698                   (MetaFeature*)&_CIM_PCIBridge_BridgeType,
174699                   (MetaFeature*)&_CIM_PCIBridge_SecondaryLatencyTimer,
174700                   (MetaFeature*)&_CIM_PCIBridge_SubordinateBusNumber,
174701                   (MetaFeature*)&_CIM_PCIBridge_SecondayBusNumber,
174702                   (MetaFeature*)&_CIM_PCIBridge_PrimaryBusNumber,
174703 mike  1.1.2.1     (MetaFeature*)&_CIM_PCIBridge_SecondaryStatusRegister,
174704                   (MetaFeature*)&_CIM_PCIBridge_SecondaryBusDeviceSelectTiming,
174705                   (MetaFeature*)&_CIM_PCIBridge_IOLimit,
174706                   (MetaFeature*)&_CIM_PCIBridge_IOBase,
174707                   (MetaFeature*)&_CIM_PCIBridge_MemoryLimit,
174708                   (MetaFeature*)&_CIM_PCIBridge_MemoryBase,
174709                   (MetaFeature*)&_CIM_PCIBridge_PrefetchMemoryLimit,
174710                   (MetaFeature*)&_CIM_PCIBridge_PrefetchMemoryBase,
174711                   (MetaFeature*)&_CIM_PCIBridge_PrefetchLimitUpper32,
174712                   (MetaFeature*)&_CIM_PCIBridge_PrefetchBaseUpper32,
174713                   (MetaFeature*)&_CIM_PCIBridge_IOLimitUpper16,
174714                   (MetaFeature*)&_CIM_PCIBridge_IOBaseUpper16,
174715                   0,
174716               };
174717               
174718               static const char*
174719               __root_cimv2_CIM_PCIBridge_qualifiers[] =
174720               {
174721                   /* UMLPackagePath */
174722                   "\057CIM::Device::Controller",
174723                   /* Version */
174724 mike  1.1.2.1     "\0632.10.0",
174725                   0,
174726               };
174727               
174728               MetaClass
174729               __root_cimv2_CIM_PCIBridge =
174730               {
174731                   /* flags */
174732                   META_FLAG_CLASS,
174733                   /* name */
174734                   "CIM_PCIBridge",
174735                   /* qualifiers */
174736                   __root_cimv2_CIM_PCIBridge_qualifiers,
174737                   /* super */
174738                   &__root_cimv2_CIM_PCIController,
174739                   /* features */
174740                   _CIM_PCIBridge_features,
174741               };
174742               
174743               //==============================================================================
174744               //
174745 mike  1.1.2.1 // Class: CIM_PCVideoController
174746               //
174747               //==============================================================================
174748               
174749               static const char*
174750               _CIM_PCVideoController_VideoArchitecture_qualifiers[] =
174751               {
174752                   /* ValueMap */
174753                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000160\000",
174754                   /* Values */
174755                   "\062\000\015Other\000Unknown\000CGA\000EGA\000VGA\000SVGA\000MDA\000HGC\000MCGA\0008514A\000XGA\000Linear Frame Buffer\000PC-98\000",
174756                   /* MappingStrings */
174757                   "\026\000\001MIF.DMTF|Video|004.2\000",
174758                   0,
174759               };
174760               
174761               static MetaProperty
174762               _CIM_PCVideoController_VideoArchitecture =
174763               {
174764                   /* flags */
174765                   META_FLAG_PROPERTY|META_FLAG_READ,
174766 mike  1.1.2.1     /* name */
174767                   "VideoArchitecture",
174768                   /* qualifiers */
174769                   _CIM_PCVideoController_VideoArchitecture_qualifiers,
174770                   /* type */
174771                   CIMTYPE_UINT16,
174772                   /* subscript */
174773                   -1,
174774                   /* value */
174775                   0,
174776               };
174777               
174778               static const char*
174779               _CIM_PCVideoController_VideoMode_qualifiers[] =
174780               {
174781                   /* MappingStrings */
174782                   "\026\000\001MIF.DMTF|Video|004.3\000",
174783                   0,
174784               };
174785               
174786               static MetaProperty
174787 mike  1.1.2.1 _CIM_PCVideoController_VideoMode =
174788               {
174789                   /* flags */
174790                   META_FLAG_PROPERTY|META_FLAG_READ,
174791                   /* name */
174792                   "VideoMode",
174793                   /* qualifiers */
174794                   _CIM_PCVideoController_VideoMode_qualifiers,
174795                   /* type */
174796                   CIMTYPE_UINT16,
174797                   /* subscript */
174798                   -1,
174799                   /* value */
174800                   0,
174801               };
174802               
174803               static const char*
174804               _CIM_PCVideoController_NumberOfColorPlanes_qualifiers[] =
174805               {
174806                   0,
174807               };
174808 mike  1.1.2.1 
174809               static MetaProperty
174810               _CIM_PCVideoController_NumberOfColorPlanes =
174811               {
174812                   /* flags */
174813                   META_FLAG_PROPERTY|META_FLAG_READ,
174814                   /* name */
174815                   "NumberOfColorPlanes",
174816                   /* qualifiers */
174817                   _CIM_PCVideoController_NumberOfColorPlanes_qualifiers,
174818                   /* type */
174819                   CIMTYPE_UINT16,
174820                   /* subscript */
174821                   -1,
174822                   /* value */
174823                   0,
174824               };
174825               
174826               static MetaFeature*
174827               _CIM_PCVideoController_features[] =
174828               {
174829 mike  1.1.2.1     (MetaFeature*)&_CIM_PCVideoController_VideoArchitecture,
174830                   (MetaFeature*)&_CIM_PCVideoController_VideoMode,
174831                   (MetaFeature*)&_CIM_PCVideoController_NumberOfColorPlanes,
174832                   0,
174833               };
174834               
174835               static const char*
174836               __root_cimv2_CIM_PCVideoController_qualifiers[] =
174837               {
174838                   /* UMLPackagePath */
174839                   "\057CIM::Device::Controller",
174840                   /* Version */
174841                   "\0632.6.0",
174842                   0,
174843               };
174844               
174845               MetaClass
174846               __root_cimv2_CIM_PCVideoController =
174847               {
174848                   /* flags */
174849                   META_FLAG_CLASS,
174850 mike  1.1.2.1     /* name */
174851                   "CIM_PCVideoController",
174852                   /* qualifiers */
174853                   __root_cimv2_CIM_PCVideoController_qualifiers,
174854                   /* super */
174855                   &__root_cimv2_CIM_VideoController,
174856                   /* features */
174857                   _CIM_PCVideoController_features,
174858               };
174859               
174860               //==============================================================================
174861               //
174862               // Class: CIM_PeerGatewayForPreconfiguredTunnel
174863               //
174864               //==============================================================================
174865               
174866               static const char*
174867               _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent_qualifiers[] =
174868               {
174869                   /* Override */
174870                   "\044Antecedent",
174871 mike  1.1.2.1     /* Max */
174872                   "\027\000\000\000\001",
174873                   /* MappingStrings */
174874                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel.Antecedent\000",
174875                   0,
174876               };
174877               
174878               static MetaReference
174879               _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent =
174880               {
174881                   /* flags */
174882                   META_FLAG_REFERENCE|META_FLAG_READ,
174883                   /* name */
174884                   "Antecedent",
174885                   /* qualifiers */
174886                   _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent_qualifiers,
174887                   /* subscript */
174888                   -1,
174889                   /* refId */
174890                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
174891               };
174892 mike  1.1.2.1 
174893               static const char*
174894               _CIM_PeerGatewayForPreconfiguredTunnel_Dependent_qualifiers[] =
174895               {
174896                   /* Override */
174897                   "\044Dependent",
174898                   /* MappingStrings */
174899                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel.Dependent\000",
174900                   0,
174901               };
174902               
174903               static MetaReference
174904               _CIM_PeerGatewayForPreconfiguredTunnel_Dependent =
174905               {
174906                   /* flags */
174907                   META_FLAG_REFERENCE|META_FLAG_READ,
174908                   /* name */
174909                   "Dependent",
174910                   /* qualifiers */
174911                   _CIM_PeerGatewayForPreconfiguredTunnel_Dependent_qualifiers,
174912                   /* subscript */
174913 mike  1.1.2.1     -1,
174914                   /* refId */
174915                   &__root_cimv2_CIM_PreconfiguredTunnelAction,
174916               };
174917               
174918               static MetaFeature*
174919               _CIM_PeerGatewayForPreconfiguredTunnel_features[] =
174920               {
174921                   (MetaFeature*)&_CIM_PeerGatewayForPreconfiguredTunnel_Antecedent,
174922                   (MetaFeature*)&_CIM_PeerGatewayForPreconfiguredTunnel_Dependent,
174923                   0,
174924               };
174925               
174926               static const char*
174927               __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel_qualifiers[] =
174928               {
174929                   /* ASSOCIATION */
174930                   "\000\001",
174931                   /* UMLPackagePath */
174932                   "\057CIM::IPsecPolicy",
174933                   /* Version */
174934 mike  1.1.2.1     "\0632.8.0",
174935                   /* MappingStrings */
174936                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel\000",
174937                   0,
174938               };
174939               
174940               MetaClass
174941               __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel =
174942               {
174943                   /* flags */
174944                   META_FLAG_ASSOCIATION,
174945                   /* name */
174946                   "CIM_PeerGatewayForPreconfiguredTunnel",
174947                   /* qualifiers */
174948                   __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel_qualifiers,
174949                   /* super */
174950                   &__root_cimv2_CIM_Dependency,
174951                   /* features */
174952                   _CIM_PeerGatewayForPreconfiguredTunnel_features,
174953               };
174954               
174955 mike  1.1.2.1 //==============================================================================
174956               //
174957               // Class: CIM_PeerGatewayForTunnel
174958               //
174959               //==============================================================================
174960               
174961               static const char*
174962               _CIM_PeerGatewayForTunnel_Antecedent_qualifiers[] =
174963               {
174964                   /* Override */
174965                   "\044Antecedent",
174966                   /* MappingStrings */
174967                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.Antecedent\000",
174968                   0,
174969               };
174970               
174971               static MetaReference
174972               _CIM_PeerGatewayForTunnel_Antecedent =
174973               {
174974                   /* flags */
174975                   META_FLAG_REFERENCE|META_FLAG_READ,
174976 mike  1.1.2.1     /* name */
174977                   "Antecedent",
174978                   /* qualifiers */
174979                   _CIM_PeerGatewayForTunnel_Antecedent_qualifiers,
174980                   /* subscript */
174981                   -1,
174982                   /* refId */
174983                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
174984               };
174985               
174986               static const char*
174987               _CIM_PeerGatewayForTunnel_Dependent_qualifiers[] =
174988               {
174989                   /* Override */
174990                   "\044Dependent",
174991                   /* MappingStrings */
174992                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.Dependent\000",
174993                   0,
174994               };
174995               
174996               static MetaReference
174997 mike  1.1.2.1 _CIM_PeerGatewayForTunnel_Dependent =
174998               {
174999                   /* flags */
175000                   META_FLAG_REFERENCE|META_FLAG_READ,
175001                   /* name */
175002                   "Dependent",
175003                   /* qualifiers */
175004                   _CIM_PeerGatewayForTunnel_Dependent_qualifiers,
175005                   /* subscript */
175006                   -1,
175007                   /* refId */
175008                   &__root_cimv2_CIM_IPsecTunnelAction,
175009               };
175010               
175011               static const char*
175012               _CIM_PeerGatewayForTunnel_SequenceNumber_qualifiers[] =
175013               {
175014                   /* MappingStrings */
175015                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.SequenceNumber\000",
175016                   0,
175017               };
175018 mike  1.1.2.1 
175019               static MetaProperty
175020               _CIM_PeerGatewayForTunnel_SequenceNumber =
175021               {
175022                   /* flags */
175023                   META_FLAG_PROPERTY|META_FLAG_READ,
175024                   /* name */
175025                   "SequenceNumber",
175026                   /* qualifiers */
175027                   _CIM_PeerGatewayForTunnel_SequenceNumber_qualifiers,
175028                   /* type */
175029                   CIMTYPE_UINT16,
175030                   /* subscript */
175031                   -1,
175032                   /* value */
175033                   0,
175034               };
175035               
175036               static MetaFeature*
175037               _CIM_PeerGatewayForTunnel_features[] =
175038               {
175039 mike  1.1.2.1     (MetaFeature*)&_CIM_PeerGatewayForTunnel_Antecedent,
175040                   (MetaFeature*)&_CIM_PeerGatewayForTunnel_Dependent,
175041                   (MetaFeature*)&_CIM_PeerGatewayForTunnel_SequenceNumber,
175042                   0,
175043               };
175044               
175045               static const char*
175046               __root_cimv2_CIM_PeerGatewayForTunnel_qualifiers[] =
175047               {
175048                   /* ASSOCIATION */
175049                   "\000\001",
175050                   /* UMLPackagePath */
175051                   "\057CIM::IPsecPolicy",
175052                   /* Version */
175053                   "\0632.8.0",
175054                   /* MappingStrings */
175055                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel\000",
175056                   0,
175057               };
175058               
175059               MetaClass
175060 mike  1.1.2.1 __root_cimv2_CIM_PeerGatewayForTunnel =
175061               {
175062                   /* flags */
175063                   META_FLAG_ASSOCIATION,
175064                   /* name */
175065                   "CIM_PeerGatewayForTunnel",
175066                   /* qualifiers */
175067                   __root_cimv2_CIM_PeerGatewayForTunnel_qualifiers,
175068                   /* super */
175069                   &__root_cimv2_CIM_Dependency,
175070                   /* features */
175071                   _CIM_PeerGatewayForTunnel_features,
175072               };
175073               
175074               //==============================================================================
175075               //
175076               // Class: CIM_PeerOfSAEndpoint
175077               //
175078               //==============================================================================
175079               
175080               static const char*
175081 mike  1.1.2.1 _CIM_PeerOfSAEndpoint_Antecedent_qualifiers[] =
175082               {
175083                   /* Override */
175084                   "\044Antecedent",
175085                   /* Max */
175086                   "\027\000\000\000\001",
175087                   0,
175088               };
175089               
175090               static MetaReference
175091               _CIM_PeerOfSAEndpoint_Antecedent =
175092               {
175093                   /* flags */
175094                   META_FLAG_REFERENCE|META_FLAG_READ,
175095                   /* name */
175096                   "Antecedent",
175097                   /* qualifiers */
175098                   _CIM_PeerOfSAEndpoint_Antecedent_qualifiers,
175099                   /* subscript */
175100                   -1,
175101                   /* refId */
175102 mike  1.1.2.1     &__root_cimv2_CIM_RemoteServiceAccessPoint,
175103               };
175104               
175105               static const char*
175106               _CIM_PeerOfSAEndpoint_Dependent_qualifiers[] =
175107               {
175108                   /* Override */
175109                   "\044Dependent",
175110                   0,
175111               };
175112               
175113               static MetaReference
175114               _CIM_PeerOfSAEndpoint_Dependent =
175115               {
175116                   /* flags */
175117                   META_FLAG_REFERENCE|META_FLAG_READ,
175118                   /* name */
175119                   "Dependent",
175120                   /* qualifiers */
175121                   _CIM_PeerOfSAEndpoint_Dependent_qualifiers,
175122                   /* subscript */
175123 mike  1.1.2.1     -1,
175124                   /* refId */
175125                   &__root_cimv2_CIM_IPsecSAEndpoint,
175126               };
175127               
175128               static MetaFeature*
175129               _CIM_PeerOfSAEndpoint_features[] =
175130               {
175131                   (MetaFeature*)&_CIM_PeerOfSAEndpoint_Antecedent,
175132                   (MetaFeature*)&_CIM_PeerOfSAEndpoint_Dependent,
175133                   0,
175134               };
175135               
175136               static const char*
175137               __root_cimv2_CIM_PeerOfSAEndpoint_qualifiers[] =
175138               {
175139                   /* ASSOCIATION */
175140                   "\000\001",
175141                   /* UMLPackagePath */
175142                   "\057CIM::Network::IPsec",
175143                   /* Version */
175144 mike  1.1.2.1     "\0632.8.0",
175145                   0,
175146               };
175147               
175148               MetaClass
175149               __root_cimv2_CIM_PeerOfSAEndpoint =
175150               {
175151                   /* flags */
175152                   META_FLAG_ASSOCIATION,
175153                   /* name */
175154                   "CIM_PeerOfSAEndpoint",
175155                   /* qualifiers */
175156                   __root_cimv2_CIM_PeerOfSAEndpoint_qualifiers,
175157                   /* super */
175158                   &__root_cimv2_CIM_Dependency,
175159                   /* features */
175160                   _CIM_PeerOfSAEndpoint_features,
175161               };
175162               
175163               //==============================================================================
175164               //
175165 mike  1.1.2.1 // Class: CIM_PExtentRedundancyComponent
175166               //
175167               //==============================================================================
175168               
175169               static const char*
175170               _CIM_PExtentRedundancyComponent_GroupComponent_qualifiers[] =
175171               {
175172                   /* Deprecated */
175173                   "\013\000\001CIM_ExtentRedundancyComponent.GroupComponent\000",
175174                   /* Aggregate */
175175                   "\003\001",
175176                   /* Override */
175177                   "\044GroupComponent",
175178                   0,
175179               };
175180               
175181               static MetaReference
175182               _CIM_PExtentRedundancyComponent_GroupComponent =
175183               {
175184                   /* flags */
175185                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
175186 mike  1.1.2.1     /* name */
175187                   "GroupComponent",
175188                   /* qualifiers */
175189                   _CIM_PExtentRedundancyComponent_GroupComponent_qualifiers,
175190                   /* subscript */
175191                   -1,
175192                   /* refId */
175193                   &__root_cimv2_CIM_StorageRedundancyGroup,
175194               };
175195               
175196               static const char*
175197               _CIM_PExtentRedundancyComponent_PartComponent_qualifiers[] =
175198               {
175199                   /* Deprecated */
175200                   "\013\000\001CIM_ExtentRedundancyComponent.PartComponent\000",
175201                   /* Override */
175202                   "\044PartComponent",
175203                   0,
175204               };
175205               
175206               static MetaReference
175207 mike  1.1.2.1 _CIM_PExtentRedundancyComponent_PartComponent =
175208               {
175209                   /* flags */
175210                   META_FLAG_REFERENCE|META_FLAG_READ,
175211                   /* name */
175212                   "PartComponent",
175213                   /* qualifiers */
175214                   _CIM_PExtentRedundancyComponent_PartComponent_qualifiers,
175215                   /* subscript */
175216                   -1,
175217                   /* refId */
175218                   &__root_cimv2_CIM_PhysicalExtent,
175219               };
175220               
175221               static MetaFeature*
175222               _CIM_PExtentRedundancyComponent_features[] =
175223               {
175224                   (MetaFeature*)&_CIM_PExtentRedundancyComponent_GroupComponent,
175225                   (MetaFeature*)&_CIM_PExtentRedundancyComponent_PartComponent,
175226                   0,
175227               };
175228 mike  1.1.2.1 
175229               static const char*
175230               __root_cimv2_CIM_PExtentRedundancyComponent_qualifiers[] =
175231               {
175232                   /* ASSOCIATION */
175233                   "\000\001",
175234                   /* Deprecated */
175235                   "\013\000\001CIM_ExtentRedundancyComponent\000",
175236                   /* UMLPackagePath */
175237                   "\057CIM::Device::SccExtents",
175238                   /* Aggregation */
175239                   "\004\001",
175240                   /* Version */
175241                   "\0632.7.0",
175242                   0,
175243               };
175244               
175245               MetaClass
175246               __root_cimv2_CIM_PExtentRedundancyComponent =
175247               {
175248                   /* flags */
175249 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
175250                   /* name */
175251                   "CIM_PExtentRedundancyComponent",
175252                   /* qualifiers */
175253                   __root_cimv2_CIM_PExtentRedundancyComponent_qualifiers,
175254                   /* super */
175255                   &__root_cimv2_CIM_ExtentRedundancyComponent,
175256                   /* features */
175257                   _CIM_PExtentRedundancyComponent_features,
175258               };
175259               
175260               //==============================================================================
175261               //
175262               // Class: CIM_Phase1SAUsedForPhase2
175263               //
175264               //==============================================================================
175265               
175266               static const char*
175267               _CIM_Phase1SAUsedForPhase2_Antecedent_qualifiers[] =
175268               {
175269                   /* Override */
175270 mike  1.1.2.1     "\044Antecedent",
175271                   /* Max */
175272                   "\027\000\000\000\001",
175273                   0,
175274               };
175275               
175276               static MetaReference
175277               _CIM_Phase1SAUsedForPhase2_Antecedent =
175278               {
175279                   /* flags */
175280                   META_FLAG_REFERENCE|META_FLAG_READ,
175281                   /* name */
175282                   "Antecedent",
175283                   /* qualifiers */
175284                   _CIM_Phase1SAUsedForPhase2_Antecedent_qualifiers,
175285                   /* subscript */
175286                   -1,
175287                   /* refId */
175288                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
175289               };
175290               
175291 mike  1.1.2.1 static const char*
175292               _CIM_Phase1SAUsedForPhase2_Dependent_qualifiers[] =
175293               {
175294                   /* Override */
175295                   "\044Dependent",
175296                   0,
175297               };
175298               
175299               static MetaReference
175300               _CIM_Phase1SAUsedForPhase2_Dependent =
175301               {
175302                   /* flags */
175303                   META_FLAG_REFERENCE|META_FLAG_READ,
175304                   /* name */
175305                   "Dependent",
175306                   /* qualifiers */
175307                   _CIM_Phase1SAUsedForPhase2_Dependent_qualifiers,
175308                   /* subscript */
175309                   -1,
175310                   /* refId */
175311                   &__root_cimv2_CIM_IPsecSAEndpoint,
175312 mike  1.1.2.1 };
175313               
175314               static MetaFeature*
175315               _CIM_Phase1SAUsedForPhase2_features[] =
175316               {
175317                   (MetaFeature*)&_CIM_Phase1SAUsedForPhase2_Antecedent,
175318                   (MetaFeature*)&_CIM_Phase1SAUsedForPhase2_Dependent,
175319                   0,
175320               };
175321               
175322               static const char*
175323               __root_cimv2_CIM_Phase1SAUsedForPhase2_qualifiers[] =
175324               {
175325                   /* ASSOCIATION */
175326                   "\000\001",
175327                   /* UMLPackagePath */
175328                   "\057CIM::Network::IPsec",
175329                   /* Version */
175330                   "\0632.8.0",
175331                   0,
175332               };
175333 mike  1.1.2.1 
175334               MetaClass
175335               __root_cimv2_CIM_Phase1SAUsedForPhase2 =
175336               {
175337                   /* flags */
175338                   META_FLAG_ASSOCIATION,
175339                   /* name */
175340                   "CIM_Phase1SAUsedForPhase2",
175341                   /* qualifiers */
175342                   __root_cimv2_CIM_Phase1SAUsedForPhase2_qualifiers,
175343                   /* super */
175344                   &__root_cimv2_CIM_Dependency,
175345                   /* features */
175346                   _CIM_Phase1SAUsedForPhase2_features,
175347               };
175348               
175349               //==============================================================================
175350               //
175351               // Class: CIM_PickerLabelReader
175352               //
175353               //==============================================================================
175354 mike  1.1.2.1 
175355               static const char*
175356               _CIM_PickerLabelReader_Antecedent_qualifiers[] =
175357               {
175358                   /* Override */
175359                   "\044Antecedent",
175360                   0,
175361               };
175362               
175363               static MetaReference
175364               _CIM_PickerLabelReader_Antecedent =
175365               {
175366                   /* flags */
175367                   META_FLAG_REFERENCE|META_FLAG_READ,
175368                   /* name */
175369                   "Antecedent",
175370                   /* qualifiers */
175371                   _CIM_PickerLabelReader_Antecedent_qualifiers,
175372                   /* subscript */
175373                   -1,
175374                   /* refId */
175375 mike  1.1.2.1     &__root_cimv2_CIM_LabelReader,
175376               };
175377               
175378               static const char*
175379               _CIM_PickerLabelReader_Dependent_qualifiers[] =
175380               {
175381                   /* Override */
175382                   "\044Dependent",
175383                   0,
175384               };
175385               
175386               static MetaReference
175387               _CIM_PickerLabelReader_Dependent =
175388               {
175389                   /* flags */
175390                   META_FLAG_REFERENCE|META_FLAG_READ,
175391                   /* name */
175392                   "Dependent",
175393                   /* qualifiers */
175394                   _CIM_PickerLabelReader_Dependent_qualifiers,
175395                   /* subscript */
175396 mike  1.1.2.1     -1,
175397                   /* refId */
175398                   &__root_cimv2_CIM_PickerElement,
175399               };
175400               
175401               static MetaFeature*
175402               _CIM_PickerLabelReader_features[] =
175403               {
175404                   (MetaFeature*)&_CIM_PickerLabelReader_Antecedent,
175405                   (MetaFeature*)&_CIM_PickerLabelReader_Dependent,
175406                   0,
175407               };
175408               
175409               static const char*
175410               __root_cimv2_CIM_PickerLabelReader_qualifiers[] =
175411               {
175412                   /* ASSOCIATION */
175413                   "\000\001",
175414                   /* UMLPackagePath */
175415                   "\057CIM::Device::StorageLib",
175416                   /* Version */
175417 mike  1.1.2.1     "\0632.6.0",
175418                   0,
175419               };
175420               
175421               MetaClass
175422               __root_cimv2_CIM_PickerLabelReader =
175423               {
175424                   /* flags */
175425                   META_FLAG_ASSOCIATION,
175426                   /* name */
175427                   "CIM_PickerLabelReader",
175428                   /* qualifiers */
175429                   __root_cimv2_CIM_PickerLabelReader_qualifiers,
175430                   /* super */
175431                   &__root_cimv2_CIM_AssociatedLabelReader,
175432                   /* features */
175433                   _CIM_PickerLabelReader_features,
175434               };
175435               
175436               //==============================================================================
175437               //
175438 mike  1.1.2.1 // Class: CIM_PolicyActionInPolicyRepository
175439               //
175440               //==============================================================================
175441               
175442               static const char*
175443               _CIM_PolicyActionInPolicyRepository_Antecedent_qualifiers[] =
175444               {
175445                   /* Deprecated */
175446                   "\013\000\001CIM_ReusablePolicy.Antecedent\000",
175447                   /* Override */
175448                   "\044Antecedent",
175449                   /* Max */
175450                   "\027\000\000\000\001",
175451                   0,
175452               };
175453               
175454               static MetaReference
175455               _CIM_PolicyActionInPolicyRepository_Antecedent =
175456               {
175457                   /* flags */
175458                   META_FLAG_REFERENCE|META_FLAG_READ,
175459 mike  1.1.2.1     /* name */
175460                   "Antecedent",
175461                   /* qualifiers */
175462                   _CIM_PolicyActionInPolicyRepository_Antecedent_qualifiers,
175463                   /* subscript */
175464                   -1,
175465                   /* refId */
175466                   &__root_cimv2_CIM_PolicyRepository,
175467               };
175468               
175469               static const char*
175470               _CIM_PolicyActionInPolicyRepository_Dependent_qualifiers[] =
175471               {
175472                   /* Deprecated */
175473                   "\013\000\001CIM_ReusablePolicy.Dependent\000",
175474                   /* Override */
175475                   "\044Dependent",
175476                   0,
175477               };
175478               
175479               static MetaReference
175480 mike  1.1.2.1 _CIM_PolicyActionInPolicyRepository_Dependent =
175481               {
175482                   /* flags */
175483                   META_FLAG_REFERENCE|META_FLAG_READ,
175484                   /* name */
175485                   "Dependent",
175486                   /* qualifiers */
175487                   _CIM_PolicyActionInPolicyRepository_Dependent_qualifiers,
175488                   /* subscript */
175489                   -1,
175490                   /* refId */
175491                   &__root_cimv2_CIM_PolicyAction,
175492               };
175493               
175494               static MetaFeature*
175495               _CIM_PolicyActionInPolicyRepository_features[] =
175496               {
175497                   (MetaFeature*)&_CIM_PolicyActionInPolicyRepository_Antecedent,
175498                   (MetaFeature*)&_CIM_PolicyActionInPolicyRepository_Dependent,
175499                   0,
175500               };
175501 mike  1.1.2.1 
175502               static const char*
175503               __root_cimv2_CIM_PolicyActionInPolicyRepository_qualifiers[] =
175504               {
175505                   /* ASSOCIATION */
175506                   "\000\001",
175507                   /* Deprecated */
175508                   "\013\000\001CIM_ReusablePolicy\000",
175509                   /* UMLPackagePath */
175510                   "\057CIM::Policy",
175511                   /* Version */
175512                   "\0632.7.0",
175513                   0,
175514               };
175515               
175516               MetaClass
175517               __root_cimv2_CIM_PolicyActionInPolicyRepository =
175518               {
175519                   /* flags */
175520                   META_FLAG_ASSOCIATION,
175521                   /* name */
175522 mike  1.1.2.1     "CIM_PolicyActionInPolicyRepository",
175523                   /* qualifiers */
175524                   __root_cimv2_CIM_PolicyActionInPolicyRepository_qualifiers,
175525                   /* super */
175526                   &__root_cimv2_CIM_PolicyInSystem,
175527                   /* features */
175528                   _CIM_PolicyActionInPolicyRepository_features,
175529               };
175530               
175531               //==============================================================================
175532               //
175533               // Class: CIM_PolicyConditionInPolicyRepository
175534               //
175535               //==============================================================================
175536               
175537               static const char*
175538               _CIM_PolicyConditionInPolicyRepository_Antecedent_qualifiers[] =
175539               {
175540                   /* Deprecated */
175541                   "\013\000\001CIM_ReusablePolicy.Antecedent\000",
175542                   /* Override */
175543 mike  1.1.2.1     "\044Antecedent",
175544                   /* Max */
175545                   "\027\000\000\000\001",
175546                   0,
175547               };
175548               
175549               static MetaReference
175550               _CIM_PolicyConditionInPolicyRepository_Antecedent =
175551               {
175552                   /* flags */
175553                   META_FLAG_REFERENCE|META_FLAG_READ,
175554                   /* name */
175555                   "Antecedent",
175556                   /* qualifiers */
175557                   _CIM_PolicyConditionInPolicyRepository_Antecedent_qualifiers,
175558                   /* subscript */
175559                   -1,
175560                   /* refId */
175561                   &__root_cimv2_CIM_PolicyRepository,
175562               };
175563               
175564 mike  1.1.2.1 static const char*
175565               _CIM_PolicyConditionInPolicyRepository_Dependent_qualifiers[] =
175566               {
175567                   /* Deprecated */
175568                   "\013\000\001CIM_ReusablePolicy.Dependent\000",
175569                   /* Override */
175570                   "\044Dependent",
175571                   0,
175572               };
175573               
175574               static MetaReference
175575               _CIM_PolicyConditionInPolicyRepository_Dependent =
175576               {
175577                   /* flags */
175578                   META_FLAG_REFERENCE|META_FLAG_READ,
175579                   /* name */
175580                   "Dependent",
175581                   /* qualifiers */
175582                   _CIM_PolicyConditionInPolicyRepository_Dependent_qualifiers,
175583                   /* subscript */
175584                   -1,
175585 mike  1.1.2.1     /* refId */
175586                   &__root_cimv2_CIM_PolicyCondition,
175587               };
175588               
175589               static MetaFeature*
175590               _CIM_PolicyConditionInPolicyRepository_features[] =
175591               {
175592                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRepository_Antecedent,
175593                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRepository_Dependent,
175594                   0,
175595               };
175596               
175597               static const char*
175598               __root_cimv2_CIM_PolicyConditionInPolicyRepository_qualifiers[] =
175599               {
175600                   /* ASSOCIATION */
175601                   "\000\001",
175602                   /* Deprecated */
175603                   "\013\000\001CIM_ReusablePolicy\000",
175604                   /* UMLPackagePath */
175605                   "\057CIM::Policy",
175606 mike  1.1.2.1     /* Version */
175607                   "\0632.7.0",
175608                   0,
175609               };
175610               
175611               MetaClass
175612               __root_cimv2_CIM_PolicyConditionInPolicyRepository =
175613               {
175614                   /* flags */
175615                   META_FLAG_ASSOCIATION,
175616                   /* name */
175617                   "CIM_PolicyConditionInPolicyRepository",
175618                   /* qualifiers */
175619                   __root_cimv2_CIM_PolicyConditionInPolicyRepository_qualifiers,
175620                   /* super */
175621                   &__root_cimv2_CIM_PolicyInSystem,
175622                   /* features */
175623                   _CIM_PolicyConditionInPolicyRepository_features,
175624               };
175625               
175626               //==============================================================================
175627 mike  1.1.2.1 //
175628               // Class: CIM_PolicyContainerInPolicyContainer
175629               //
175630               //==============================================================================
175631               
175632               static const char*
175633               _CIM_PolicyContainerInPolicyContainer_GroupComponent_qualifiers[] =
175634               {
175635                   /* Aggregate */
175636                   "\003\001",
175637                   /* Override */
175638                   "\044GroupComponent",
175639                   0,
175640               };
175641               
175642               static MetaReference
175643               _CIM_PolicyContainerInPolicyContainer_GroupComponent =
175644               {
175645                   /* flags */
175646                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
175647                   /* name */
175648 mike  1.1.2.1     "GroupComponent",
175649                   /* qualifiers */
175650                   _CIM_PolicyContainerInPolicyContainer_GroupComponent_qualifiers,
175651                   /* subscript */
175652                   -1,
175653                   /* refId */
175654                   &__root_cimv2_CIM_ReusablePolicyContainer,
175655               };
175656               
175657               static const char*
175658               _CIM_PolicyContainerInPolicyContainer_PartComponent_qualifiers[] =
175659               {
175660                   /* Override */
175661                   "\044PartComponent",
175662                   0,
175663               };
175664               
175665               static MetaReference
175666               _CIM_PolicyContainerInPolicyContainer_PartComponent =
175667               {
175668                   /* flags */
175669 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
175670                   /* name */
175671                   "PartComponent",
175672                   /* qualifiers */
175673                   _CIM_PolicyContainerInPolicyContainer_PartComponent_qualifiers,
175674                   /* subscript */
175675                   -1,
175676                   /* refId */
175677                   &__root_cimv2_CIM_ReusablePolicyContainer,
175678               };
175679               
175680               static MetaFeature*
175681               _CIM_PolicyContainerInPolicyContainer_features[] =
175682               {
175683                   (MetaFeature*)&_CIM_PolicyContainerInPolicyContainer_GroupComponent,
175684                   (MetaFeature*)&_CIM_PolicyContainerInPolicyContainer_PartComponent,
175685                   0,
175686               };
175687               
175688               static const char*
175689               __root_cimv2_CIM_PolicyContainerInPolicyContainer_qualifiers[] =
175690 mike  1.1.2.1 {
175691                   /* ASSOCIATION */
175692                   "\000\001",
175693                   /* UMLPackagePath */
175694                   "\057CIM::Policy",
175695                   /* Aggregation */
175696                   "\004\001",
175697                   /* Version */
175698                   "\0632.6.0",
175699                   0,
175700               };
175701               
175702               MetaClass
175703               __root_cimv2_CIM_PolicyContainerInPolicyContainer =
175704               {
175705                   /* flags */
175706                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
175707                   /* name */
175708                   "CIM_PolicyContainerInPolicyContainer",
175709                   /* qualifiers */
175710                   __root_cimv2_CIM_PolicyContainerInPolicyContainer_qualifiers,
175711 mike  1.1.2.1     /* super */
175712                   &__root_cimv2_CIM_SystemComponent,
175713                   /* features */
175714                   _CIM_PolicyContainerInPolicyContainer_features,
175715               };
175716               
175717               //==============================================================================
175718               //
175719               // Class: CIM_PolicyGroupInSystem
175720               //
175721               //==============================================================================
175722               
175723               static const char*
175724               _CIM_PolicyGroupInSystem_Antecedent_qualifiers[] =
175725               {
175726                   /* Override */
175727                   "\044Antecedent",
175728                   /* Min */
175729                   "\033\000\000\000\001",
175730                   /* Max */
175731                   "\027\000\000\000\001",
175732 mike  1.1.2.1     0,
175733               };
175734               
175735               static MetaReference
175736               _CIM_PolicyGroupInSystem_Antecedent =
175737               {
175738                   /* flags */
175739                   META_FLAG_REFERENCE|META_FLAG_READ,
175740                   /* name */
175741                   "Antecedent",
175742                   /* qualifiers */
175743                   _CIM_PolicyGroupInSystem_Antecedent_qualifiers,
175744                   /* subscript */
175745                   -1,
175746                   /* refId */
175747                   &__root_cimv2_CIM_System,
175748               };
175749               
175750               static const char*
175751               _CIM_PolicyGroupInSystem_Dependent_qualifiers[] =
175752               {
175753 mike  1.1.2.1     /* Override */
175754                   "\044Dependent",
175755                   /* Weak */
175756                   "\064\001",
175757                   0,
175758               };
175759               
175760               static MetaReference
175761               _CIM_PolicyGroupInSystem_Dependent =
175762               {
175763                   /* flags */
175764                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
175765                   /* name */
175766                   "Dependent",
175767                   /* qualifiers */
175768                   _CIM_PolicyGroupInSystem_Dependent_qualifiers,
175769                   /* subscript */
175770                   -1,
175771                   /* refId */
175772                   &__root_cimv2_CIM_PolicyGroup,
175773               };
175774 mike  1.1.2.1 
175775               static MetaFeature*
175776               _CIM_PolicyGroupInSystem_features[] =
175777               {
175778                   (MetaFeature*)&_CIM_PolicyGroupInSystem_Antecedent,
175779                   (MetaFeature*)&_CIM_PolicyGroupInSystem_Dependent,
175780                   0,
175781               };
175782               
175783               static const char*
175784               __root_cimv2_CIM_PolicyGroupInSystem_qualifiers[] =
175785               {
175786                   /* ASSOCIATION */
175787                   "\000\001",
175788                   /* UMLPackagePath */
175789                   "\057CIM::Policy",
175790                   /* Version */
175791                   "\0632.6.0",
175792                   0,
175793               };
175794               
175795 mike  1.1.2.1 MetaClass
175796               __root_cimv2_CIM_PolicyGroupInSystem =
175797               {
175798                   /* flags */
175799                   META_FLAG_ASSOCIATION,
175800                   /* name */
175801                   "CIM_PolicyGroupInSystem",
175802                   /* qualifiers */
175803                   __root_cimv2_CIM_PolicyGroupInSystem_qualifiers,
175804                   /* super */
175805                   &__root_cimv2_CIM_PolicySetInSystem,
175806                   /* features */
175807                   _CIM_PolicyGroupInSystem_features,
175808               };
175809               
175810               //==============================================================================
175811               //
175812               // Class: CIM_PolicyRuleInSystem
175813               //
175814               //==============================================================================
175815               
175816 mike  1.1.2.1 static const char*
175817               _CIM_PolicyRuleInSystem_Antecedent_qualifiers[] =
175818               {
175819                   /* Override */
175820                   "\044Antecedent",
175821                   /* Min */
175822                   "\033\000\000\000\001",
175823                   /* Max */
175824                   "\027\000\000\000\001",
175825                   0,
175826               };
175827               
175828               static MetaReference
175829               _CIM_PolicyRuleInSystem_Antecedent =
175830               {
175831                   /* flags */
175832                   META_FLAG_REFERENCE|META_FLAG_READ,
175833                   /* name */
175834                   "Antecedent",
175835                   /* qualifiers */
175836                   _CIM_PolicyRuleInSystem_Antecedent_qualifiers,
175837 mike  1.1.2.1     /* subscript */
175838                   -1,
175839                   /* refId */
175840                   &__root_cimv2_CIM_System,
175841               };
175842               
175843               static const char*
175844               _CIM_PolicyRuleInSystem_Dependent_qualifiers[] =
175845               {
175846                   /* Override */
175847                   "\044Dependent",
175848                   /* Weak */
175849                   "\064\001",
175850                   0,
175851               };
175852               
175853               static MetaReference
175854               _CIM_PolicyRuleInSystem_Dependent =
175855               {
175856                   /* flags */
175857                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
175858 mike  1.1.2.1     /* name */
175859                   "Dependent",
175860                   /* qualifiers */
175861                   _CIM_PolicyRuleInSystem_Dependent_qualifiers,
175862                   /* subscript */
175863                   -1,
175864                   /* refId */
175865                   &__root_cimv2_CIM_PolicyRule,
175866               };
175867               
175868               static MetaFeature*
175869               _CIM_PolicyRuleInSystem_features[] =
175870               {
175871                   (MetaFeature*)&_CIM_PolicyRuleInSystem_Antecedent,
175872                   (MetaFeature*)&_CIM_PolicyRuleInSystem_Dependent,
175873                   0,
175874               };
175875               
175876               static const char*
175877               __root_cimv2_CIM_PolicyRuleInSystem_qualifiers[] =
175878               {
175879 mike  1.1.2.1     /* ASSOCIATION */
175880                   "\000\001",
175881                   /* UMLPackagePath */
175882                   "\057CIM::Policy",
175883                   /* Version */
175884                   "\0632.6.0",
175885                   0,
175886               };
175887               
175888               MetaClass
175889               __root_cimv2_CIM_PolicyRuleInSystem =
175890               {
175891                   /* flags */
175892                   META_FLAG_ASSOCIATION,
175893                   /* name */
175894                   "CIM_PolicyRuleInSystem",
175895                   /* qualifiers */
175896                   __root_cimv2_CIM_PolicyRuleInSystem_qualifiers,
175897                   /* super */
175898                   &__root_cimv2_CIM_PolicySetInSystem,
175899                   /* features */
175900 mike  1.1.2.1     _CIM_PolicyRuleInSystem_features,
175901               };
175902               
175903               //==============================================================================
175904               //
175905               // Class: CIM_PortImplementsEndpoint
175906               //
175907               //==============================================================================
175908               
175909               static const char*
175910               _CIM_PortImplementsEndpoint_Antecedent_qualifiers[] =
175911               {
175912                   /* Override */
175913                   "\044Antecedent",
175914                   0,
175915               };
175916               
175917               static MetaReference
175918               _CIM_PortImplementsEndpoint_Antecedent =
175919               {
175920                   /* flags */
175921 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
175922                   /* name */
175923                   "Antecedent",
175924                   /* qualifiers */
175925                   _CIM_PortImplementsEndpoint_Antecedent_qualifiers,
175926                   /* subscript */
175927                   -1,
175928                   /* refId */
175929                   &__root_cimv2_CIM_LogicalPort,
175930               };
175931               
175932               static const char*
175933               _CIM_PortImplementsEndpoint_Dependent_qualifiers[] =
175934               {
175935                   /* Override */
175936                   "\044Dependent",
175937                   0,
175938               };
175939               
175940               static MetaReference
175941               _CIM_PortImplementsEndpoint_Dependent =
175942 mike  1.1.2.1 {
175943                   /* flags */
175944                   META_FLAG_REFERENCE|META_FLAG_READ,
175945                   /* name */
175946                   "Dependent",
175947                   /* qualifiers */
175948                   _CIM_PortImplementsEndpoint_Dependent_qualifiers,
175949                   /* subscript */
175950                   -1,
175951                   /* refId */
175952                   &__root_cimv2_CIM_ProtocolEndpoint,
175953               };
175954               
175955               static MetaFeature*
175956               _CIM_PortImplementsEndpoint_features[] =
175957               {
175958                   (MetaFeature*)&_CIM_PortImplementsEndpoint_Antecedent,
175959                   (MetaFeature*)&_CIM_PortImplementsEndpoint_Dependent,
175960                   0,
175961               };
175962               
175963 mike  1.1.2.1 static const char*
175964               __root_cimv2_CIM_PortImplementsEndpoint_qualifiers[] =
175965               {
175966                   /* ASSOCIATION */
175967                   "\000\001",
175968                   /* UMLPackagePath */
175969                   "\057CIM::Device::Ports",
175970                   /* Version */
175971                   "\0632.10.0",
175972                   0,
175973               };
175974               
175975               MetaClass
175976               __root_cimv2_CIM_PortImplementsEndpoint =
175977               {
175978                   /* flags */
175979                   META_FLAG_ASSOCIATION,
175980                   /* name */
175981                   "CIM_PortImplementsEndpoint",
175982                   /* qualifiers */
175983                   __root_cimv2_CIM_PortImplementsEndpoint_qualifiers,
175984 mike  1.1.2.1     /* super */
175985                   &__root_cimv2_CIM_DeviceSAPImplementation,
175986                   /* features */
175987                   _CIM_PortImplementsEndpoint_features,
175988               };
175989               
175990               //==============================================================================
175991               //
175992               // Class: CIM_PrecedenceService
175993               //
175994               //==============================================================================
175995               
175996               static const char*
175997               _CIM_PrecedenceService_PrecedenceValue_qualifiers[] =
175998               {
175999                   /* Deprecated */
176000                   "\013\000\001CIM_IPHeadersFilter.HdrDSCP\000",
176001                   0,
176002               };
176003               
176004               static MetaProperty
176005 mike  1.1.2.1 _CIM_PrecedenceService_PrecedenceValue =
176006               {
176007                   /* flags */
176008                   META_FLAG_PROPERTY|META_FLAG_READ,
176009                   /* name */
176010                   "PrecedenceValue",
176011                   /* qualifiers */
176012                   _CIM_PrecedenceService_PrecedenceValue_qualifiers,
176013                   /* type */
176014                   CIMTYPE_UINT8,
176015                   /* subscript */
176016                   -1,
176017                   /* value */
176018                   0,
176019               };
176020               
176021               static MetaFeature*
176022               _CIM_PrecedenceService_features[] =
176023               {
176024                   (MetaFeature*)&_CIM_PrecedenceService_PrecedenceValue,
176025                   0,
176026 mike  1.1.2.1 };
176027               
176028               static const char*
176029               __root_cimv2_CIM_PrecedenceService_qualifiers[] =
176030               {
176031                   /* Deprecated */
176032                   "\013\000\001CIM_QoSService\000",
176033                   /* UMLPackagePath */
176034                   "\057CIM::Network::QoS",
176035                   /* Version */
176036                   "\0632.7.0",
176037                   0,
176038               };
176039               
176040               MetaClass
176041               __root_cimv2_CIM_PrecedenceService =
176042               {
176043                   /* flags */
176044                   META_FLAG_CLASS,
176045                   /* name */
176046                   "CIM_PrecedenceService",
176047 mike  1.1.2.1     /* qualifiers */
176048                   __root_cimv2_CIM_PrecedenceService_qualifiers,
176049                   /* super */
176050                   &__root_cimv2_CIM_QoSService,
176051                   /* features */
176052                   _CIM_PrecedenceService_features,
176053               };
176054               
176055               //==============================================================================
176056               //
176057               // Class: CIM_PrivilegeManagementService
176058               //
176059               //==============================================================================
176060               
176061               static const char*
176062               _CIM_PrivilegeManagementService_AssignAccess_Subject_qualifiers[] =
176063               {
176064                   /* Required */
176065                   "\050\001",
176066                   /* IN */
176067                   "\024\001",
176068 mike  1.1.2.1     0,
176069               };
176070               
176071               static MetaReference
176072               _CIM_PrivilegeManagementService_AssignAccess_Subject =
176073               {
176074                   /* flags */
176075                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
176076                   /* name */
176077                   "Subject",
176078                   /* qualifiers */
176079                   _CIM_PrivilegeManagementService_AssignAccess_Subject_qualifiers,
176080                   /* subscript */
176081                   -1,
176082                   /* ref */
176083                   &__root_cimv2_CIM_ManagedElement,
176084               };
176085               
176086               static const char*
176087               _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted_qualifiers[] =
176088               {
176089 mike  1.1.2.1     /* IN */
176090                   "\024\001",
176091                   /* ModelCorrespondence */
176092                   "\036\000\002CIM_AuthorizedPrivilege.PrivilegeGranted\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176093                   0,
176094               };
176095               
176096               static MetaProperty
176097               _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted =
176098               {
176099                   /* flags */
176100                   META_FLAG_PROPERTY|META_FLAG_IN,
176101                   /* name */
176102                   "PrivilegeGranted",
176103                   /* qualifiers */
176104                   _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted_qualifiers,
176105                   /* type */
176106                   CIMTYPE_BOOLEAN,
176107                   /* subscript */
176108                   -1,
176109                   /* value */
176110 mike  1.1.2.1     0,
176111               };
176112               
176113               static const char*
176114               _CIM_PrivilegeManagementService_AssignAccess_Activities_qualifiers[] =
176115               {
176116                   /* IN */
176117                   "\024\001",
176118                   /* ValueMap */
176119                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..\00016000..65535\000",
176120                   /* Values */
176121                   "\062\000\011Other\000Create\000Delete\000Detect\000Read\000Write\000Execute\000DMTF Reserved\000Vendor Reserved\000",
176122                   /* ArrayType */
176123                   "\005Indexed",
176124                   /* ModelCorrespondence */
176125                   "\036\000\002CIM_AuthorizedPrivilege.Activities\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176126                   0,
176127               };
176128               
176129               static MetaProperty
176130               _CIM_PrivilegeManagementService_AssignAccess_Activities =
176131 mike  1.1.2.1 {
176132                   /* flags */
176133                   META_FLAG_PROPERTY|META_FLAG_IN,
176134                   /* name */
176135                   "Activities",
176136                   /* qualifiers */
176137                   _CIM_PrivilegeManagementService_AssignAccess_Activities_qualifiers,
176138                   /* type */
176139                   CIMTYPE_UINT16,
176140                   /* subscript */
176141                   0,
176142                   /* value */
176143                   0,
176144               };
176145               
176146               static const char*
176147               _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers_qualifiers[] =
176148               {
176149                   /* IN */
176150                   "\024\001",
176151                   /* ArrayType */
176152 mike  1.1.2.1     "\005Indexed",
176153                   /* ModelCorrespondence */
176154                   "\036\000\002CIM_AuthorizedPrivilege.ActivityQualifers\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176155                   0,
176156               };
176157               
176158               static MetaProperty
176159               _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers =
176160               {
176161                   /* flags */
176162                   META_FLAG_PROPERTY|META_FLAG_IN,
176163                   /* name */
176164                   "ActivityQualifiers",
176165                   /* qualifiers */
176166                   _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers_qualifiers,
176167                   /* type */
176168                   CIMTYPE_STRING,
176169                   /* subscript */
176170                   0,
176171                   /* value */
176172                   0,
176173 mike  1.1.2.1 };
176174               
176175               static const char*
176176               _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats_qualifiers[] =
176177               {
176178                   /* IN */
176179                   "\024\001",
176180                   /* ValueMap */
176181                   "\061\000\0122\0003\0004\0005\0006\0007\0008\0009\00010..15999\00016000..65535\000",
176182                   /* Values */
176183                   "\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",
176184                   /* ArrayType */
176185                   "\005Indexed",
176186                   /* ModelCorrespondence */
176187                   "\036\000\002CIM_AuthorizedPrivilege.QualifierFormats\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176188                   0,
176189               };
176190               
176191               static MetaProperty
176192               _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats =
176193               {
176194 mike  1.1.2.1     /* flags */
176195                   META_FLAG_PROPERTY|META_FLAG_IN,
176196                   /* name */
176197                   "QualifierFormats",
176198                   /* qualifiers */
176199                   _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats_qualifiers,
176200                   /* type */
176201                   CIMTYPE_UINT16,
176202                   /* subscript */
176203                   0,
176204                   /* value */
176205                   0,
176206               };
176207               
176208               static const char*
176209               _CIM_PrivilegeManagementService_AssignAccess_Target_qualifiers[] =
176210               {
176211                   /* Required */
176212                   "\050\001",
176213                   /* IN */
176214                   "\024\001",
176215 mike  1.1.2.1     0,
176216               };
176217               
176218               static MetaReference
176219               _CIM_PrivilegeManagementService_AssignAccess_Target =
176220               {
176221                   /* flags */
176222                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
176223                   /* name */
176224                   "Target",
176225                   /* qualifiers */
176226                   _CIM_PrivilegeManagementService_AssignAccess_Target_qualifiers,
176227                   /* subscript */
176228                   -1,
176229                   /* ref */
176230                   &__root_cimv2_CIM_ManagedElement,
176231               };
176232               
176233               static const char*
176234               _CIM_PrivilegeManagementService_AssignAccess_Privilege_qualifiers[] =
176235               {
176236 mike  1.1.2.1     /* IN */
176237                   "\024\001",
176238                   /* OUT */
176239                   "\043\001",
176240                   0,
176241               };
176242               
176243               static MetaReference
176244               _CIM_PrivilegeManagementService_AssignAccess_Privilege =
176245               {
176246                   /* flags */
176247                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
176248                   /* name */
176249                   "Privilege",
176250                   /* qualifiers */
176251                   _CIM_PrivilegeManagementService_AssignAccess_Privilege_qualifiers,
176252                   /* subscript */
176253                   -1,
176254                   /* ref */
176255                   &__root_cimv2_CIM_AuthorizedPrivilege,
176256               };
176257 mike  1.1.2.1 
176258               static MetaFeature*
176259               _CIM_PrivilegeManagementService_AssignAccess_parameters[] =
176260               {
176261                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Subject,
176262                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted,
176263                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Activities,
176264                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers,
176265                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_QualifierFormats,
176266                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Target,
176267                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Privilege,
176268                   0,
176269               };
176270               
176271               static const char*
176272               _CIM_PrivilegeManagementService_AssignAccess_qualifiers[] =
176273               {
176274                   /* ValueMap */
176275                   "\061\000\0160\0001\0002\0003\0004\0005\0006..15999\00016000\00016001\00016002\00016003\00016004\00016005..31999\00032000..65535\000",
176276                   /* Values */
176277                   "\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",
176278 mike  1.1.2.1     0,
176279               };
176280               
176281               static MetaMethod
176282               _CIM_PrivilegeManagementService_AssignAccess =
176283               {
176284                   /* flags */
176285                   META_FLAG_METHOD,
176286                   /* name */
176287                   "CIM_PrivilegeManagementService",
176288                   /* qualifiers */
176289                   _CIM_PrivilegeManagementService_AssignAccess_qualifiers,
176290                   /* type */
176291                   CIMTYPE_UINT32,
176292                   /* parameters */
176293                   _CIM_PrivilegeManagementService_AssignAccess_parameters,
176294               };
176295               
176296               static const char*
176297               _CIM_PrivilegeManagementService_RemoveAccess_Subject_qualifiers[] =
176298               {
176299 mike  1.1.2.1     /* IN */
176300                   "\024\001",
176301                   0,
176302               };
176303               
176304               static MetaReference
176305               _CIM_PrivilegeManagementService_RemoveAccess_Subject =
176306               {
176307                   /* flags */
176308                   META_FLAG_REFERENCE|META_FLAG_IN,
176309                   /* name */
176310                   "Subject",
176311                   /* qualifiers */
176312                   _CIM_PrivilegeManagementService_RemoveAccess_Subject_qualifiers,
176313                   /* subscript */
176314                   -1,
176315                   /* ref */
176316                   &__root_cimv2_CIM_ManagedElement,
176317               };
176318               
176319               static const char*
176320 mike  1.1.2.1 _CIM_PrivilegeManagementService_RemoveAccess_Privilege_qualifiers[] =
176321               {
176322                   /* IN */
176323                   "\024\001",
176324                   0,
176325               };
176326               
176327               static MetaReference
176328               _CIM_PrivilegeManagementService_RemoveAccess_Privilege =
176329               {
176330                   /* flags */
176331                   META_FLAG_REFERENCE|META_FLAG_IN,
176332                   /* name */
176333                   "Privilege",
176334                   /* qualifiers */
176335                   _CIM_PrivilegeManagementService_RemoveAccess_Privilege_qualifiers,
176336                   /* subscript */
176337                   -1,
176338                   /* ref */
176339                   &__root_cimv2_CIM_AuthorizedPrivilege,
176340               };
176341 mike  1.1.2.1 
176342               static const char*
176343               _CIM_PrivilegeManagementService_RemoveAccess_Target_qualifiers[] =
176344               {
176345                   /* IN */
176346                   "\024\001",
176347                   0,
176348               };
176349               
176350               static MetaReference
176351               _CIM_PrivilegeManagementService_RemoveAccess_Target =
176352               {
176353                   /* flags */
176354                   META_FLAG_REFERENCE|META_FLAG_IN,
176355                   /* name */
176356                   "Target",
176357                   /* qualifiers */
176358                   _CIM_PrivilegeManagementService_RemoveAccess_Target_qualifiers,
176359                   /* subscript */
176360                   -1,
176361                   /* ref */
176362 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
176363               };
176364               
176365               static MetaFeature*
176366               _CIM_PrivilegeManagementService_RemoveAccess_parameters[] =
176367               {
176368                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Subject,
176369                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Privilege,
176370                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Target,
176371                   0,
176372               };
176373               
176374               static const char*
176375               _CIM_PrivilegeManagementService_RemoveAccess_qualifiers[] =
176376               {
176377                   /* ValueMap */
176378                   "\061\000\0150\0001\0002\0003\0004\0005\0006..15999\00016000\00016001\00016002\00016003\00016004..32767\00032768..65535\000",
176379                   /* Values */
176380                   "\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",
176381                   0,
176382               };
176383 mike  1.1.2.1 
176384               static MetaMethod
176385               _CIM_PrivilegeManagementService_RemoveAccess =
176386               {
176387                   /* flags */
176388                   META_FLAG_METHOD,
176389                   /* name */
176390                   "CIM_PrivilegeManagementService",
176391                   /* qualifiers */
176392                   _CIM_PrivilegeManagementService_RemoveAccess_qualifiers,
176393                   /* type */
176394                   CIMTYPE_UINT32,
176395                   /* parameters */
176396                   _CIM_PrivilegeManagementService_RemoveAccess_parameters,
176397               };
176398               
176399               static MetaFeature*
176400               _CIM_PrivilegeManagementService_features[] =
176401               {
176402                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess,
176403                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess,
176404 mike  1.1.2.1     0,
176405               };
176406               
176407               static const char*
176408               __root_cimv2_CIM_PrivilegeManagementService_qualifiers[] =
176409               {
176410                   /* UMLPackagePath */
176411                   "\057CIM::User::PrivilegeManagementService",
176412                   /* Version */
176413                   "\0632.8.0",
176414                   0,
176415               };
176416               
176417               MetaClass
176418               __root_cimv2_CIM_PrivilegeManagementService =
176419               {
176420                   /* flags */
176421                   META_FLAG_CLASS,
176422                   /* name */
176423                   "CIM_PrivilegeManagementService",
176424                   /* qualifiers */
176425 mike  1.1.2.1     __root_cimv2_CIM_PrivilegeManagementService_qualifiers,
176426                   /* super */
176427                   &__root_cimv2_CIM_AuthorizationService,
176428                   /* features */
176429                   _CIM_PrivilegeManagementService_features,
176430               };
176431               
176432               //==============================================================================
176433               //
176434               // Class: CIM_ProvidesEndpoint
176435               //
176436               //==============================================================================
176437               
176438               static const char*
176439               _CIM_ProvidesEndpoint_Antecedent_qualifiers[] =
176440               {
176441                   /* Override */
176442                   "\044Antecedent",
176443                   0,
176444               };
176445               
176446 mike  1.1.2.1 static MetaReference
176447               _CIM_ProvidesEndpoint_Antecedent =
176448               {
176449                   /* flags */
176450                   META_FLAG_REFERENCE|META_FLAG_READ,
176451                   /* name */
176452                   "Antecedent",
176453                   /* qualifiers */
176454                   _CIM_ProvidesEndpoint_Antecedent_qualifiers,
176455                   /* subscript */
176456                   -1,
176457                   /* refId */
176458                   &__root_cimv2_CIM_Service,
176459               };
176460               
176461               static const char*
176462               _CIM_ProvidesEndpoint_Dependent_qualifiers[] =
176463               {
176464                   /* Override */
176465                   "\044Dependent",
176466                   0,
176467 mike  1.1.2.1 };
176468               
176469               static MetaReference
176470               _CIM_ProvidesEndpoint_Dependent =
176471               {
176472                   /* flags */
176473                   META_FLAG_REFERENCE|META_FLAG_READ,
176474                   /* name */
176475                   "Dependent",
176476                   /* qualifiers */
176477                   _CIM_ProvidesEndpoint_Dependent_qualifiers,
176478                   /* subscript */
176479                   -1,
176480                   /* refId */
176481                   &__root_cimv2_CIM_ProtocolEndpoint,
176482               };
176483               
176484               static MetaFeature*
176485               _CIM_ProvidesEndpoint_features[] =
176486               {
176487                   (MetaFeature*)&_CIM_ProvidesEndpoint_Antecedent,
176488 mike  1.1.2.1     (MetaFeature*)&_CIM_ProvidesEndpoint_Dependent,
176489                   0,
176490               };
176491               
176492               static const char*
176493               __root_cimv2_CIM_ProvidesEndpoint_qualifiers[] =
176494               {
176495                   /* ASSOCIATION */
176496                   "\000\001",
176497                   /* UMLPackagePath */
176498                   "\057CIM::Core::Service",
176499                   /* Version */
176500                   "\0632.10.0",
176501                   0,
176502               };
176503               
176504               MetaClass
176505               __root_cimv2_CIM_ProvidesEndpoint =
176506               {
176507                   /* flags */
176508                   META_FLAG_ASSOCIATION,
176509 mike  1.1.2.1     /* name */
176510                   "CIM_ProvidesEndpoint",
176511                   /* qualifiers */
176512                   __root_cimv2_CIM_ProvidesEndpoint_qualifiers,
176513                   /* super */
176514                   &__root_cimv2_CIM_ServiceAccessBySAP,
176515                   /* features */
176516                   _CIM_ProvidesEndpoint_features,
176517               };
176518               
176519               //==============================================================================
176520               //
176521               // Class: CIM_PublicKeyManagementService
176522               //
176523               //==============================================================================
176524               
176525               static MetaFeature*
176526               _CIM_PublicKeyManagementService_features[] =
176527               {
176528                   0,
176529               };
176530 mike  1.1.2.1 
176531               static const char*
176532               __root_cimv2_CIM_PublicKeyManagementService_qualifiers[] =
176533               {
176534                   /* UMLPackagePath */
176535                   "\057CIM::User::PublicKey",
176536                   /* Version */
176537                   "\0632.6.0",
176538                   0,
176539               };
176540               
176541               MetaClass
176542               __root_cimv2_CIM_PublicKeyManagementService =
176543               {
176544                   /* flags */
176545                   META_FLAG_CLASS,
176546                   /* name */
176547                   "CIM_PublicKeyManagementService",
176548                   /* qualifiers */
176549                   __root_cimv2_CIM_PublicKeyManagementService_qualifiers,
176550                   /* super */
176551 mike  1.1.2.1     &__root_cimv2_CIM_LocalCredentialManagementService,
176552                   /* features */
176553                   _CIM_PublicKeyManagementService_features,
176554               };
176555               
176556               //==============================================================================
176557               //
176558               // Class: CIM_QoSConditioningSubService
176559               //
176560               //==============================================================================
176561               
176562               static const char*
176563               _CIM_QoSConditioningSubService_GroupComponent_qualifiers[] =
176564               {
176565                   /* Aggregate */
176566                   "\003\001",
176567                   /* Override */
176568                   "\044GroupComponent",
176569                   0,
176570               };
176571               
176572 mike  1.1.2.1 static MetaReference
176573               _CIM_QoSConditioningSubService_GroupComponent =
176574               {
176575                   /* flags */
176576                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
176577                   /* name */
176578                   "GroupComponent",
176579                   /* qualifiers */
176580                   _CIM_QoSConditioningSubService_GroupComponent_qualifiers,
176581                   /* subscript */
176582                   -1,
176583                   /* refId */
176584                   &__root_cimv2_CIM_QoSService,
176585               };
176586               
176587               static const char*
176588               _CIM_QoSConditioningSubService_PartComponent_qualifiers[] =
176589               {
176590                   /* Override */
176591                   "\044PartComponent",
176592                   0,
176593 mike  1.1.2.1 };
176594               
176595               static MetaReference
176596               _CIM_QoSConditioningSubService_PartComponent =
176597               {
176598                   /* flags */
176599                   META_FLAG_REFERENCE|META_FLAG_READ,
176600                   /* name */
176601                   "PartComponent",
176602                   /* qualifiers */
176603                   _CIM_QoSConditioningSubService_PartComponent_qualifiers,
176604                   /* subscript */
176605                   -1,
176606                   /* refId */
176607                   &__root_cimv2_CIM_ConditioningService,
176608               };
176609               
176610               static MetaFeature*
176611               _CIM_QoSConditioningSubService_features[] =
176612               {
176613                   (MetaFeature*)&_CIM_QoSConditioningSubService_GroupComponent,
176614 mike  1.1.2.1     (MetaFeature*)&_CIM_QoSConditioningSubService_PartComponent,
176615                   0,
176616               };
176617               
176618               static const char*
176619               __root_cimv2_CIM_QoSConditioningSubService_qualifiers[] =
176620               {
176621                   /* ASSOCIATION */
176622                   "\000\001",
176623                   /* UMLPackagePath */
176624                   "\057CIM::Network::QoS",
176625                   /* Aggregation */
176626                   "\004\001",
176627                   /* Version */
176628                   "\0632.7.0",
176629                   0,
176630               };
176631               
176632               MetaClass
176633               __root_cimv2_CIM_QoSConditioningSubService =
176634               {
176635 mike  1.1.2.1     /* flags */
176636                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
176637                   /* name */
176638                   "CIM_QoSConditioningSubService",
176639                   /* qualifiers */
176640                   __root_cimv2_CIM_QoSConditioningSubService_qualifiers,
176641                   /* super */
176642                   &__root_cimv2_CIM_ServiceComponent,
176643                   /* features */
176644                   _CIM_QoSConditioningSubService_features,
176645               };
176646               
176647               //==============================================================================
176648               //
176649               // Class: CIM_QueueAllocation
176650               //
176651               //==============================================================================
176652               
176653               static const char*
176654               _CIM_QueueAllocation_Antecedent_qualifiers[] =
176655               {
176656 mike  1.1.2.1     /* Override */
176657                   "\044Antecedent",
176658                   0,
176659               };
176660               
176661               static MetaReference
176662               _CIM_QueueAllocation_Antecedent =
176663               {
176664                   /* flags */
176665                   META_FLAG_REFERENCE|META_FLAG_READ,
176666                   /* name */
176667                   "Antecedent",
176668                   /* qualifiers */
176669                   _CIM_QueueAllocation_Antecedent_qualifiers,
176670                   /* subscript */
176671                   -1,
176672                   /* refId */
176673                   &__root_cimv2_CIM_BufferPool,
176674               };
176675               
176676               static const char*
176677 mike  1.1.2.1 _CIM_QueueAllocation_Dependent_qualifiers[] =
176678               {
176679                   /* Override */
176680                   "\044Dependent",
176681                   0,
176682               };
176683               
176684               static MetaReference
176685               _CIM_QueueAllocation_Dependent =
176686               {
176687                   /* flags */
176688                   META_FLAG_REFERENCE|META_FLAG_READ,
176689                   /* name */
176690                   "Dependent",
176691                   /* qualifiers */
176692                   _CIM_QueueAllocation_Dependent_qualifiers,
176693                   /* subscript */
176694                   -1,
176695                   /* refId */
176696                   &__root_cimv2_CIM_QueuingService,
176697               };
176698 mike  1.1.2.1 
176699               static const char*
176700               _CIM_QueueAllocation_AllocationPercentage_qualifiers[] =
176701               {
176702                   /* Units */
176703                   "\060Percent",
176704                   /* MinValue */
176705                   "\035\000\000\000\000\000\000\000\000",
176706                   /* MaxValue */
176707                   "\031\000\000\000\000\000\000\000\144",
176708                   0,
176709               };
176710               
176711               static MetaProperty
176712               _CIM_QueueAllocation_AllocationPercentage =
176713               {
176714                   /* flags */
176715                   META_FLAG_PROPERTY|META_FLAG_READ,
176716                   /* name */
176717                   "AllocationPercentage",
176718                   /* qualifiers */
176719 mike  1.1.2.1     _CIM_QueueAllocation_AllocationPercentage_qualifiers,
176720                   /* type */
176721                   CIMTYPE_UINT8,
176722                   /* subscript */
176723                   -1,
176724                   /* value */
176725                   0,
176726               };
176727               
176728               static MetaFeature*
176729               _CIM_QueueAllocation_features[] =
176730               {
176731                   (MetaFeature*)&_CIM_QueueAllocation_Antecedent,
176732                   (MetaFeature*)&_CIM_QueueAllocation_Dependent,
176733                   (MetaFeature*)&_CIM_QueueAllocation_AllocationPercentage,
176734                   0,
176735               };
176736               
176737               static const char*
176738               __root_cimv2_CIM_QueueAllocation_qualifiers[] =
176739               {
176740 mike  1.1.2.1     /* ASSOCIATION */
176741                   "\000\001",
176742                   /* UMLPackagePath */
176743                   "\057CIM::Network::QoS",
176744                   /* Version */
176745                   "\0632.6.0",
176746                   0,
176747               };
176748               
176749               MetaClass
176750               __root_cimv2_CIM_QueueAllocation =
176751               {
176752                   /* flags */
176753                   META_FLAG_ASSOCIATION,
176754                   /* name */
176755                   "CIM_QueueAllocation",
176756                   /* qualifiers */
176757                   __root_cimv2_CIM_QueueAllocation_qualifiers,
176758                   /* super */
176759                   &__root_cimv2_CIM_Dependency,
176760                   /* features */
176761 mike  1.1.2.1     _CIM_QueueAllocation_features,
176762               };
176763               
176764               //==============================================================================
176765               //
176766               // Class: CIM_QueueHierarchy
176767               //
176768               //==============================================================================
176769               
176770               static const char*
176771               _CIM_QueueHierarchy_Antecedent_qualifiers[] =
176772               {
176773                   /* Deprecated */
176774                   "\013\000\001No value\000",
176775                   /* Override */
176776                   "\044Antecedent",
176777                   0,
176778               };
176779               
176780               static MetaReference
176781               _CIM_QueueHierarchy_Antecedent =
176782 mike  1.1.2.1 {
176783                   /* flags */
176784                   META_FLAG_REFERENCE|META_FLAG_READ,
176785                   /* name */
176786                   "Antecedent",
176787                   /* qualifiers */
176788                   _CIM_QueueHierarchy_Antecedent_qualifiers,
176789                   /* subscript */
176790                   -1,
176791                   /* refId */
176792                   &__root_cimv2_CIM_QueuingService,
176793               };
176794               
176795               static const char*
176796               _CIM_QueueHierarchy_Dependent_qualifiers[] =
176797               {
176798                   /* Deprecated */
176799                   "\013\000\001No value\000",
176800                   /* Override */
176801                   "\044Dependent",
176802                   /* Max */
176803 mike  1.1.2.1     "\027\000\000\000\001",
176804                   0,
176805               };
176806               
176807               static MetaReference
176808               _CIM_QueueHierarchy_Dependent =
176809               {
176810                   /* flags */
176811                   META_FLAG_REFERENCE|META_FLAG_READ,
176812                   /* name */
176813                   "Dependent",
176814                   /* qualifiers */
176815                   _CIM_QueueHierarchy_Dependent_qualifiers,
176816                   /* subscript */
176817                   -1,
176818                   /* refId */
176819                   &__root_cimv2_CIM_QueuingService,
176820               };
176821               
176822               static MetaFeature*
176823               _CIM_QueueHierarchy_features[] =
176824 mike  1.1.2.1 {
176825                   (MetaFeature*)&_CIM_QueueHierarchy_Antecedent,
176826                   (MetaFeature*)&_CIM_QueueHierarchy_Dependent,
176827                   0,
176828               };
176829               
176830               static const char*
176831               __root_cimv2_CIM_QueueHierarchy_qualifiers[] =
176832               {
176833                   /* ASSOCIATION */
176834                   "\000\001",
176835                   /* Deprecated */
176836                   "\013\000\001No value\000",
176837                   /* UMLPackagePath */
176838                   "\057CIM::Network::QoS",
176839                   /* Version */
176840                   "\0632.7.0",
176841                   0,
176842               };
176843               
176844               MetaClass
176845 mike  1.1.2.1 __root_cimv2_CIM_QueueHierarchy =
176846               {
176847                   /* flags */
176848                   META_FLAG_ASSOCIATION,
176849                   /* name */
176850                   "CIM_QueueHierarchy",
176851                   /* qualifiers */
176852                   __root_cimv2_CIM_QueueHierarchy_qualifiers,
176853                   /* super */
176854                   &__root_cimv2_CIM_ServiceServiceDependency,
176855                   /* features */
176856                   _CIM_QueueHierarchy_features,
176857               };
176858               
176859               //==============================================================================
176860               //
176861               // Class: CIM_QueueToSchedule
176862               //
176863               //==============================================================================
176864               
176865               static const char*
176866 mike  1.1.2.1 _CIM_QueueToSchedule_Queue_qualifiers[] =
176867               {
176868                   /* Key */
176869                   "\025\001",
176870                   /* Max */
176871                   "\027\000\000\000\001",
176872                   0,
176873               };
176874               
176875               static MetaReference
176876               _CIM_QueueToSchedule_Queue =
176877               {
176878                   /* flags */
176879                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
176880                   /* name */
176881                   "Queue",
176882                   /* qualifiers */
176883                   _CIM_QueueToSchedule_Queue_qualifiers,
176884                   /* subscript */
176885                   -1,
176886                   /* refId */
176887 mike  1.1.2.1     &__root_cimv2_CIM_QueuingService,
176888               };
176889               
176890               static const char*
176891               _CIM_QueueToSchedule_SchedElement_qualifiers[] =
176892               {
176893                   /* Key */
176894                   "\025\001",
176895                   0,
176896               };
176897               
176898               static MetaReference
176899               _CIM_QueueToSchedule_SchedElement =
176900               {
176901                   /* flags */
176902                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
176903                   /* name */
176904                   "SchedElement",
176905                   /* qualifiers */
176906                   _CIM_QueueToSchedule_SchedElement_qualifiers,
176907                   /* subscript */
176908 mike  1.1.2.1     -1,
176909                   /* refId */
176910                   &__root_cimv2_CIM_SchedulingElement,
176911               };
176912               
176913               static MetaFeature*
176914               _CIM_QueueToSchedule_features[] =
176915               {
176916                   (MetaFeature*)&_CIM_QueueToSchedule_Queue,
176917                   (MetaFeature*)&_CIM_QueueToSchedule_SchedElement,
176918                   0,
176919               };
176920               
176921               static const char*
176922               __root_cimv2_CIM_QueueToSchedule_qualifiers[] =
176923               {
176924                   /* ASSOCIATION */
176925                   "\000\001",
176926                   /* UMLPackagePath */
176927                   "\057CIM::Network::QoS",
176928                   /* Version */
176929 mike  1.1.2.1     "\0632.7.0",
176930                   0,
176931               };
176932               
176933               MetaClass
176934               __root_cimv2_CIM_QueueToSchedule =
176935               {
176936                   /* flags */
176937                   META_FLAG_ASSOCIATION,
176938                   /* name */
176939                   "CIM_QueueToSchedule",
176940                   /* qualifiers */
176941                   __root_cimv2_CIM_QueueToSchedule_qualifiers,
176942                   /* super */
176943                   0,
176944                   /* features */
176945                   _CIM_QueueToSchedule_features,
176946               };
176947               
176948               //==============================================================================
176949               //
176950 mike  1.1.2.1 // Class: CIM_RealizedOnSide
176951               //
176952               //==============================================================================
176953               
176954               static const char*
176955               _CIM_RealizedOnSide_Antecedent_qualifiers[] =
176956               {
176957                   /* Override */
176958                   "\044Antecedent",
176959                   /* Max */
176960                   "\027\000\000\000\001",
176961                   0,
176962               };
176963               
176964               static MetaReference
176965               _CIM_RealizedOnSide_Antecedent =
176966               {
176967                   /* flags */
176968                   META_FLAG_REFERENCE|META_FLAG_READ,
176969                   /* name */
176970                   "Antecedent",
176971 mike  1.1.2.1     /* qualifiers */
176972                   _CIM_RealizedOnSide_Antecedent_qualifiers,
176973                   /* subscript */
176974                   -1,
176975                   /* refId */
176976                   &__root_cimv2_CIM_PhysicalMedia,
176977               };
176978               
176979               static const char*
176980               _CIM_RealizedOnSide_Dependent_qualifiers[] =
176981               {
176982                   /* Override */
176983                   "\044Dependent",
176984                   0,
176985               };
176986               
176987               static MetaReference
176988               _CIM_RealizedOnSide_Dependent =
176989               {
176990                   /* flags */
176991                   META_FLAG_REFERENCE|META_FLAG_READ,
176992 mike  1.1.2.1     /* name */
176993                   "Dependent",
176994                   /* qualifiers */
176995                   _CIM_RealizedOnSide_Dependent_qualifiers,
176996                   /* subscript */
176997                   -1,
176998                   /* refId */
176999                   &__root_cimv2_CIM_StorageExtent,
177000               };
177001               
177002               static const char*
177003               _CIM_RealizedOnSide_Side_qualifiers[] =
177004               {
177005                   /* ValueMap */
177006                   "\061\000\0050\0001\0002\0003\0004\000",
177007                   /* Values */
177008                   "\062\000\005Unknown\000Side 0\000Side 1\000Side A\000Side B\000",
177009                   0,
177010               };
177011               
177012               static MetaProperty
177013 mike  1.1.2.1 _CIM_RealizedOnSide_Side =
177014               {
177015                   /* flags */
177016                   META_FLAG_PROPERTY|META_FLAG_READ,
177017                   /* name */
177018                   "Side",
177019                   /* qualifiers */
177020                   _CIM_RealizedOnSide_Side_qualifiers,
177021                   /* type */
177022                   CIMTYPE_UINT16,
177023                   /* subscript */
177024                   -1,
177025                   /* value */
177026                   0,
177027               };
177028               
177029               static MetaFeature*
177030               _CIM_RealizedOnSide_features[] =
177031               {
177032                   (MetaFeature*)&_CIM_RealizedOnSide_Antecedent,
177033                   (MetaFeature*)&_CIM_RealizedOnSide_Dependent,
177034 mike  1.1.2.1     (MetaFeature*)&_CIM_RealizedOnSide_Side,
177035                   0,
177036               };
177037               
177038               static const char*
177039               __root_cimv2_CIM_RealizedOnSide_qualifiers[] =
177040               {
177041                   /* ASSOCIATION */
177042                   "\000\001",
177043                   /* UMLPackagePath */
177044                   "\057CIM::Device::StorageExtents",
177045                   /* Version */
177046                   "\0632.6.0",
177047                   0,
177048               };
177049               
177050               MetaClass
177051               __root_cimv2_CIM_RealizedOnSide =
177052               {
177053                   /* flags */
177054                   META_FLAG_ASSOCIATION,
177055 mike  1.1.2.1     /* name */
177056                   "CIM_RealizedOnSide",
177057                   /* qualifiers */
177058                   __root_cimv2_CIM_RealizedOnSide_qualifiers,
177059                   /* super */
177060                   &__root_cimv2_CIM_RealizesExtent,
177061                   /* features */
177062                   _CIM_RealizedOnSide_features,
177063               };
177064               
177065               //==============================================================================
177066               //
177067               // Class: CIM_RealizesAggregatePExtent
177068               //
177069               //==============================================================================
177070               
177071               static const char*
177072               _CIM_RealizesAggregatePExtent_Antecedent_qualifiers[] =
177073               {
177074                   /* Deprecated */
177075                   "\013\000\001CIM_RealizesExtent.Antecedent\000",
177076 mike  1.1.2.1     /* Override */
177077                   "\044Antecedent",
177078                   /* Max */
177079                   "\027\000\000\000\001",
177080                   0,
177081               };
177082               
177083               static MetaReference
177084               _CIM_RealizesAggregatePExtent_Antecedent =
177085               {
177086                   /* flags */
177087                   META_FLAG_REFERENCE|META_FLAG_READ,
177088                   /* name */
177089                   "Antecedent",
177090                   /* qualifiers */
177091                   _CIM_RealizesAggregatePExtent_Antecedent_qualifiers,
177092                   /* subscript */
177093                   -1,
177094                   /* refId */
177095                   &__root_cimv2_CIM_PhysicalMedia,
177096               };
177097 mike  1.1.2.1 
177098               static const char*
177099               _CIM_RealizesAggregatePExtent_Dependent_qualifiers[] =
177100               {
177101                   /* Deprecated */
177102                   "\013\000\001CIM_RealizesExtent.Dependent\000",
177103                   /* Override */
177104                   "\044Dependent",
177105                   0,
177106               };
177107               
177108               static MetaReference
177109               _CIM_RealizesAggregatePExtent_Dependent =
177110               {
177111                   /* flags */
177112                   META_FLAG_REFERENCE|META_FLAG_READ,
177113                   /* name */
177114                   "Dependent",
177115                   /* qualifiers */
177116                   _CIM_RealizesAggregatePExtent_Dependent_qualifiers,
177117                   /* subscript */
177118 mike  1.1.2.1     -1,
177119                   /* refId */
177120                   &__root_cimv2_CIM_AggregatePExtent,
177121               };
177122               
177123               static MetaFeature*
177124               _CIM_RealizesAggregatePExtent_features[] =
177125               {
177126                   (MetaFeature*)&_CIM_RealizesAggregatePExtent_Antecedent,
177127                   (MetaFeature*)&_CIM_RealizesAggregatePExtent_Dependent,
177128                   0,
177129               };
177130               
177131               static const char*
177132               __root_cimv2_CIM_RealizesAggregatePExtent_qualifiers[] =
177133               {
177134                   /* ASSOCIATION */
177135                   "\000\001",
177136                   /* Deprecated */
177137                   "\013\000\001CIM_RealizesExtent\000",
177138                   /* UMLPackagePath */
177139 mike  1.1.2.1     "\057CIM::Device::SccExtents",
177140                   /* Version */
177141                   "\0632.7.0",
177142                   0,
177143               };
177144               
177145               MetaClass
177146               __root_cimv2_CIM_RealizesAggregatePExtent =
177147               {
177148                   /* flags */
177149                   META_FLAG_ASSOCIATION,
177150                   /* name */
177151                   "CIM_RealizesAggregatePExtent",
177152                   /* qualifiers */
177153                   __root_cimv2_CIM_RealizesAggregatePExtent_qualifiers,
177154                   /* super */
177155                   &__root_cimv2_CIM_RealizesExtent,
177156                   /* features */
177157                   _CIM_RealizesAggregatePExtent_features,
177158               };
177159               
177160 mike  1.1.2.1 //==============================================================================
177161               //
177162               // Class: CIM_RealizesDiskPartition
177163               //
177164               //==============================================================================
177165               
177166               static const char*
177167               _CIM_RealizesDiskPartition_Antecedent_qualifiers[] =
177168               {
177169                   /* Override */
177170                   "\044Antecedent",
177171                   /* Max */
177172                   "\027\000\000\000\001",
177173                   0,
177174               };
177175               
177176               static MetaReference
177177               _CIM_RealizesDiskPartition_Antecedent =
177178               {
177179                   /* flags */
177180                   META_FLAG_REFERENCE|META_FLAG_READ,
177181 mike  1.1.2.1     /* name */
177182                   "Antecedent",
177183                   /* qualifiers */
177184                   _CIM_RealizesDiskPartition_Antecedent_qualifiers,
177185                   /* subscript */
177186                   -1,
177187                   /* refId */
177188                   &__root_cimv2_CIM_PhysicalMedia,
177189               };
177190               
177191               static const char*
177192               _CIM_RealizesDiskPartition_Dependent_qualifiers[] =
177193               {
177194                   /* Override */
177195                   "\044Dependent",
177196                   0,
177197               };
177198               
177199               static MetaReference
177200               _CIM_RealizesDiskPartition_Dependent =
177201               {
177202 mike  1.1.2.1     /* flags */
177203                   META_FLAG_REFERENCE|META_FLAG_READ,
177204                   /* name */
177205                   "Dependent",
177206                   /* qualifiers */
177207                   _CIM_RealizesDiskPartition_Dependent_qualifiers,
177208                   /* subscript */
177209                   -1,
177210                   /* refId */
177211                   &__root_cimv2_CIM_DiskPartition,
177212               };
177213               
177214               static MetaFeature*
177215               _CIM_RealizesDiskPartition_features[] =
177216               {
177217                   (MetaFeature*)&_CIM_RealizesDiskPartition_Antecedent,
177218                   (MetaFeature*)&_CIM_RealizesDiskPartition_Dependent,
177219                   0,
177220               };
177221               
177222               static const char*
177223 mike  1.1.2.1 __root_cimv2_CIM_RealizesDiskPartition_qualifiers[] =
177224               {
177225                   /* ASSOCIATION */
177226                   "\000\001",
177227                   /* UMLPackagePath */
177228                   "\057CIM::Device::StorageExtents",
177229                   /* Version */
177230                   "\0632.6.0",
177231                   0,
177232               };
177233               
177234               MetaClass
177235               __root_cimv2_CIM_RealizesDiskPartition =
177236               {
177237                   /* flags */
177238                   META_FLAG_ASSOCIATION,
177239                   /* name */
177240                   "CIM_RealizesDiskPartition",
177241                   /* qualifiers */
177242                   __root_cimv2_CIM_RealizesDiskPartition_qualifiers,
177243                   /* super */
177244 mike  1.1.2.1     &__root_cimv2_CIM_RealizesExtent,
177245                   /* features */
177246                   _CIM_RealizesDiskPartition_features,
177247               };
177248               
177249               //==============================================================================
177250               //
177251               // Class: CIM_RealizesTapePartition
177252               //
177253               //==============================================================================
177254               
177255               static const char*
177256               _CIM_RealizesTapePartition_Antecedent_qualifiers[] =
177257               {
177258                   /* Override */
177259                   "\044Antecedent",
177260                   /* Max */
177261                   "\027\000\000\000\001",
177262                   0,
177263               };
177264               
177265 mike  1.1.2.1 static MetaReference
177266               _CIM_RealizesTapePartition_Antecedent =
177267               {
177268                   /* flags */
177269                   META_FLAG_REFERENCE|META_FLAG_READ,
177270                   /* name */
177271                   "Antecedent",
177272                   /* qualifiers */
177273                   _CIM_RealizesTapePartition_Antecedent_qualifiers,
177274                   /* subscript */
177275                   -1,
177276                   /* refId */
177277                   &__root_cimv2_CIM_PhysicalTape,
177278               };
177279               
177280               static const char*
177281               _CIM_RealizesTapePartition_Dependent_qualifiers[] =
177282               {
177283                   /* Override */
177284                   "\044Dependent",
177285                   0,
177286 mike  1.1.2.1 };
177287               
177288               static MetaReference
177289               _CIM_RealizesTapePartition_Dependent =
177290               {
177291                   /* flags */
177292                   META_FLAG_REFERENCE|META_FLAG_READ,
177293                   /* name */
177294                   "Dependent",
177295                   /* qualifiers */
177296                   _CIM_RealizesTapePartition_Dependent_qualifiers,
177297                   /* subscript */
177298                   -1,
177299                   /* refId */
177300                   &__root_cimv2_CIM_TapePartition,
177301               };
177302               
177303               static MetaFeature*
177304               _CIM_RealizesTapePartition_features[] =
177305               {
177306                   (MetaFeature*)&_CIM_RealizesTapePartition_Antecedent,
177307 mike  1.1.2.1     (MetaFeature*)&_CIM_RealizesTapePartition_Dependent,
177308                   0,
177309               };
177310               
177311               static const char*
177312               __root_cimv2_CIM_RealizesTapePartition_qualifiers[] =
177313               {
177314                   /* ASSOCIATION */
177315                   "\000\001",
177316                   /* UMLPackagePath */
177317                   "\057CIM::Device::StorageExtents",
177318                   /* Version */
177319                   "\0632.6.0",
177320                   0,
177321               };
177322               
177323               MetaClass
177324               __root_cimv2_CIM_RealizesTapePartition =
177325               {
177326                   /* flags */
177327                   META_FLAG_ASSOCIATION,
177328 mike  1.1.2.1     /* name */
177329                   "CIM_RealizesTapePartition",
177330                   /* qualifiers */
177331                   __root_cimv2_CIM_RealizesTapePartition_qualifiers,
177332                   /* super */
177333                   &__root_cimv2_CIM_RealizesExtent,
177334                   /* features */
177335                   _CIM_RealizesTapePartition_features,
177336               };
177337               
177338               //==============================================================================
177339               //
177340               // Class: CIM_RebootAction
177341               //
177342               //==============================================================================
177343               
177344               static MetaFeature*
177345               _CIM_RebootAction_features[] =
177346               {
177347                   0,
177348               };
177349 mike  1.1.2.1 
177350               static const char*
177351               __root_cimv2_CIM_RebootAction_qualifiers[] =
177352               {
177353                   /* UMLPackagePath */
177354                   "\057CIM::Application::CheckAction",
177355                   /* Version */
177356                   "\0632.6.0",
177357                   0,
177358               };
177359               
177360               MetaClass
177361               __root_cimv2_CIM_RebootAction =
177362               {
177363                   /* flags */
177364                   META_FLAG_CLASS,
177365                   /* name */
177366                   "CIM_RebootAction",
177367                   /* qualifiers */
177368                   __root_cimv2_CIM_RebootAction_qualifiers,
177369                   /* super */
177370 mike  1.1.2.1     &__root_cimv2_CIM_Action,
177371                   /* features */
177372                   _CIM_RebootAction_features,
177373               };
177374               
177375               //==============================================================================
177376               //
177377               // Class: CIM_ReflectorClientService
177378               //
177379               //==============================================================================
177380               
177381               static const char*
177382               _CIM_ReflectorClientService_Antecedent_qualifiers[] =
177383               {
177384                   /* Override */
177385                   "\044Antecedent",
177386                   /* Max */
177387                   "\027\000\000\000\001",
177388                   0,
177389               };
177390               
177391 mike  1.1.2.1 static MetaReference
177392               _CIM_ReflectorClientService_Antecedent =
177393               {
177394                   /* flags */
177395                   META_FLAG_REFERENCE|META_FLAG_READ,
177396                   /* name */
177397                   "Antecedent",
177398                   /* qualifiers */
177399                   _CIM_ReflectorClientService_Antecedent_qualifiers,
177400                   /* subscript */
177401                   -1,
177402                   /* refId */
177403                   &__root_cimv2_CIM_BGPCluster,
177404               };
177405               
177406               static const char*
177407               _CIM_ReflectorClientService_Dependent_qualifiers[] =
177408               {
177409                   /* Override */
177410                   "\044Dependent",
177411                   /* Min */
177412 mike  1.1.2.1     "\033\000\000\000\001",
177413                   0,
177414               };
177415               
177416               static MetaReference
177417               _CIM_ReflectorClientService_Dependent =
177418               {
177419                   /* flags */
177420                   META_FLAG_REFERENCE|META_FLAG_READ,
177421                   /* name */
177422                   "Dependent",
177423                   /* qualifiers */
177424                   _CIM_ReflectorClientService_Dependent_qualifiers,
177425                   /* subscript */
177426                   -1,
177427                   /* refId */
177428                   &__root_cimv2_CIM_BGPService,
177429               };
177430               
177431               static MetaFeature*
177432               _CIM_ReflectorClientService_features[] =
177433 mike  1.1.2.1 {
177434                   (MetaFeature*)&_CIM_ReflectorClientService_Antecedent,
177435                   (MetaFeature*)&_CIM_ReflectorClientService_Dependent,
177436                   0,
177437               };
177438               
177439               static const char*
177440               __root_cimv2_CIM_ReflectorClientService_qualifiers[] =
177441               {
177442                   /* ASSOCIATION */
177443                   "\000\001",
177444                   /* UMLPackagePath */
177445                   "\057CIM::Network::BGP",
177446                   /* Version */
177447                   "\0632.6.0",
177448                   0,
177449               };
177450               
177451               MetaClass
177452               __root_cimv2_CIM_ReflectorClientService =
177453               {
177454 mike  1.1.2.1     /* flags */
177455                   META_FLAG_ASSOCIATION,
177456                   /* name */
177457                   "CIM_ReflectorClientService",
177458                   /* qualifiers */
177459                   __root_cimv2_CIM_ReflectorClientService_qualifiers,
177460                   /* super */
177461                   &__root_cimv2_CIM_Dependency,
177462                   /* features */
177463                   _CIM_ReflectorClientService_features,
177464               };
177465               
177466               //==============================================================================
177467               //
177468               // Class: CIM_ReflectorNonClientService
177469               //
177470               //==============================================================================
177471               
177472               static const char*
177473               _CIM_ReflectorNonClientService_Antecedent_qualifiers[] =
177474               {
177475 mike  1.1.2.1     /* Override */
177476                   "\044Antecedent",
177477                   /* Max */
177478                   "\027\000\000\000\001",
177479                   0,
177480               };
177481               
177482               static MetaReference
177483               _CIM_ReflectorNonClientService_Antecedent =
177484               {
177485                   /* flags */
177486                   META_FLAG_REFERENCE|META_FLAG_READ,
177487                   /* name */
177488                   "Antecedent",
177489                   /* qualifiers */
177490                   _CIM_ReflectorNonClientService_Antecedent_qualifiers,
177491                   /* subscript */
177492                   -1,
177493                   /* refId */
177494                   &__root_cimv2_CIM_BGPCluster,
177495               };
177496 mike  1.1.2.1 
177497               static const char*
177498               _CIM_ReflectorNonClientService_Dependent_qualifiers[] =
177499               {
177500                   /* Override */
177501                   "\044Dependent",
177502                   0,
177503               };
177504               
177505               static MetaReference
177506               _CIM_ReflectorNonClientService_Dependent =
177507               {
177508                   /* flags */
177509                   META_FLAG_REFERENCE|META_FLAG_READ,
177510                   /* name */
177511                   "Dependent",
177512                   /* qualifiers */
177513                   _CIM_ReflectorNonClientService_Dependent_qualifiers,
177514                   /* subscript */
177515                   -1,
177516                   /* refId */
177517 mike  1.1.2.1     &__root_cimv2_CIM_BGPService,
177518               };
177519               
177520               static MetaFeature*
177521               _CIM_ReflectorNonClientService_features[] =
177522               {
177523                   (MetaFeature*)&_CIM_ReflectorNonClientService_Antecedent,
177524                   (MetaFeature*)&_CIM_ReflectorNonClientService_Dependent,
177525                   0,
177526               };
177527               
177528               static const char*
177529               __root_cimv2_CIM_ReflectorNonClientService_qualifiers[] =
177530               {
177531                   /* ASSOCIATION */
177532                   "\000\001",
177533                   /* UMLPackagePath */
177534                   "\057CIM::Network::BGP",
177535                   /* Version */
177536                   "\0632.6.0",
177537                   0,
177538 mike  1.1.2.1 };
177539               
177540               MetaClass
177541               __root_cimv2_CIM_ReflectorNonClientService =
177542               {
177543                   /* flags */
177544                   META_FLAG_ASSOCIATION,
177545                   /* name */
177546                   "CIM_ReflectorNonClientService",
177547                   /* qualifiers */
177548                   __root_cimv2_CIM_ReflectorNonClientService_qualifiers,
177549                   /* super */
177550                   &__root_cimv2_CIM_Dependency,
177551                   /* features */
177552                   _CIM_ReflectorNonClientService_features,
177553               };
177554               
177555               //==============================================================================
177556               //
177557               // Class: CIM_ReflectorService
177558               //
177559 mike  1.1.2.1 //==============================================================================
177560               
177561               static const char*
177562               _CIM_ReflectorService_Antecedent_qualifiers[] =
177563               {
177564                   /* Override */
177565                   "\044Antecedent",
177566                   /* Max */
177567                   "\027\000\000\000\001",
177568                   0,
177569               };
177570               
177571               static MetaReference
177572               _CIM_ReflectorService_Antecedent =
177573               {
177574                   /* flags */
177575                   META_FLAG_REFERENCE|META_FLAG_READ,
177576                   /* name */
177577                   "Antecedent",
177578                   /* qualifiers */
177579                   _CIM_ReflectorService_Antecedent_qualifiers,
177580 mike  1.1.2.1     /* subscript */
177581                   -1,
177582                   /* refId */
177583                   &__root_cimv2_CIM_BGPCluster,
177584               };
177585               
177586               static const char*
177587               _CIM_ReflectorService_Dependent_qualifiers[] =
177588               {
177589                   /* Override */
177590                   "\044Dependent",
177591                   /* Min */
177592                   "\033\000\000\000\001",
177593                   0,
177594               };
177595               
177596               static MetaReference
177597               _CIM_ReflectorService_Dependent =
177598               {
177599                   /* flags */
177600                   META_FLAG_REFERENCE|META_FLAG_READ,
177601 mike  1.1.2.1     /* name */
177602                   "Dependent",
177603                   /* qualifiers */
177604                   _CIM_ReflectorService_Dependent_qualifiers,
177605                   /* subscript */
177606                   -1,
177607                   /* refId */
177608                   &__root_cimv2_CIM_BGPService,
177609               };
177610               
177611               static MetaFeature*
177612               _CIM_ReflectorService_features[] =
177613               {
177614                   (MetaFeature*)&_CIM_ReflectorService_Antecedent,
177615                   (MetaFeature*)&_CIM_ReflectorService_Dependent,
177616                   0,
177617               };
177618               
177619               static const char*
177620               __root_cimv2_CIM_ReflectorService_qualifiers[] =
177621               {
177622 mike  1.1.2.1     /* ASSOCIATION */
177623                   "\000\001",
177624                   /* UMLPackagePath */
177625                   "\057CIM::Network::BGP",
177626                   /* Version */
177627                   "\0632.6.0",
177628                   0,
177629               };
177630               
177631               MetaClass
177632               __root_cimv2_CIM_ReflectorService =
177633               {
177634                   /* flags */
177635                   META_FLAG_ASSOCIATION,
177636                   /* name */
177637                   "CIM_ReflectorService",
177638                   /* qualifiers */
177639                   __root_cimv2_CIM_ReflectorService_qualifiers,
177640                   /* super */
177641                   &__root_cimv2_CIM_Dependency,
177642                   /* features */
177643 mike  1.1.2.1     _CIM_ReflectorService_features,
177644               };
177645               
177646               //==============================================================================
177647               //
177648               // Class: CIM_RemotePort
177649               //
177650               //==============================================================================
177651               
177652               static const char*
177653               _CIM_RemotePort_PortInfo_qualifiers[] =
177654               {
177655                   /* ModelCorrespondence */
177656                   "\036\000\001CIM_RemotePort.PortProtocol\000",
177657                   0,
177658               };
177659               
177660               static MetaProperty
177661               _CIM_RemotePort_PortInfo =
177662               {
177663                   /* flags */
177664 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
177665                   /* name */
177666                   "PortInfo",
177667                   /* qualifiers */
177668                   _CIM_RemotePort_PortInfo_qualifiers,
177669                   /* type */
177670                   CIMTYPE_STRING,
177671                   /* subscript */
177672                   -1,
177673                   /* value */
177674                   0,
177675               };
177676               
177677               static const char*
177678               _CIM_RemotePort_PortProtocol_qualifiers[] =
177679               {
177680                   /* ValueMap */
177681                   "\061\000\0041\0002\0003\00032768..65535\000",
177682                   /* Values */
177683                   "\062\000\004Other\000TCP\000UDP\000Vendor Specific\000",
177684                   /* ModelCorrespondence */
177685 mike  1.1.2.1     "\036\000\001CIM_RemotePort.OtherProtocolDescription\000",
177686                   0,
177687               };
177688               
177689               static MetaProperty
177690               _CIM_RemotePort_PortProtocol =
177691               {
177692                   /* flags */
177693                   META_FLAG_PROPERTY|META_FLAG_READ,
177694                   /* name */
177695                   "PortProtocol",
177696                   /* qualifiers */
177697                   _CIM_RemotePort_PortProtocol_qualifiers,
177698                   /* type */
177699                   CIMTYPE_UINT16,
177700                   /* subscript */
177701                   -1,
177702                   /* value */
177703                   0,
177704               };
177705               
177706 mike  1.1.2.1 static const char*
177707               _CIM_RemotePort_OtherProtocolDescription_qualifiers[] =
177708               {
177709                   /* ModelCorrespondence */
177710                   "\036\000\001CIM_RemotePort.PortProtocol\000",
177711                   0,
177712               };
177713               
177714               static MetaProperty
177715               _CIM_RemotePort_OtherProtocolDescription =
177716               {
177717                   /* flags */
177718                   META_FLAG_PROPERTY|META_FLAG_READ,
177719                   /* name */
177720                   "OtherProtocolDescription",
177721                   /* qualifiers */
177722                   _CIM_RemotePort_OtherProtocolDescription_qualifiers,
177723                   /* type */
177724                   CIMTYPE_STRING,
177725                   /* subscript */
177726                   -1,
177727 mike  1.1.2.1     /* value */
177728                   0,
177729               };
177730               
177731               static MetaFeature*
177732               _CIM_RemotePort_features[] =
177733               {
177734                   (MetaFeature*)&_CIM_RemotePort_PortInfo,
177735                   (MetaFeature*)&_CIM_RemotePort_PortProtocol,
177736                   (MetaFeature*)&_CIM_RemotePort_OtherProtocolDescription,
177737                   0,
177738               };
177739               
177740               static const char*
177741               __root_cimv2_CIM_RemotePort_qualifiers[] =
177742               {
177743                   /* UMLPackagePath */
177744                   "\057CIM::Core::Service",
177745                   /* Version */
177746                   "\0632.7.0",
177747                   0,
177748 mike  1.1.2.1 };
177749               
177750               MetaClass
177751               __root_cimv2_CIM_RemotePort =
177752               {
177753                   /* flags */
177754                   META_FLAG_CLASS,
177755                   /* name */
177756                   "CIM_RemotePort",
177757                   /* qualifiers */
177758                   __root_cimv2_CIM_RemotePort_qualifiers,
177759                   /* super */
177760                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
177761                   /* features */
177762                   _CIM_RemotePort_features,
177763               };
177764               
177765               //==============================================================================
177766               //
177767               // Class: CIM_RemoveDirectoryAction
177768               //
177769 mike  1.1.2.1 //==============================================================================
177770               
177771               static const char*
177772               _CIM_RemoveDirectoryAction_MustBeEmpty_qualifiers[] =
177773               {
177774                   0,
177775               };
177776               
177777               static MetaProperty
177778               _CIM_RemoveDirectoryAction_MustBeEmpty =
177779               {
177780                   /* flags */
177781                   META_FLAG_PROPERTY|META_FLAG_READ,
177782                   /* name */
177783                   "MustBeEmpty",
177784                   /* qualifiers */
177785                   _CIM_RemoveDirectoryAction_MustBeEmpty_qualifiers,
177786                   /* type */
177787                   CIMTYPE_BOOLEAN,
177788                   /* subscript */
177789                   -1,
177790 mike  1.1.2.1     /* value */
177791                   0,
177792               };
177793               
177794               static MetaFeature*
177795               _CIM_RemoveDirectoryAction_features[] =
177796               {
177797                   (MetaFeature*)&_CIM_RemoveDirectoryAction_MustBeEmpty,
177798                   0,
177799               };
177800               
177801               static const char*
177802               __root_cimv2_CIM_RemoveDirectoryAction_qualifiers[] =
177803               {
177804                   /* UMLPackagePath */
177805                   "\057CIM::Application::CheckAction",
177806                   /* Version */
177807                   "\0632.6.0",
177808                   0,
177809               };
177810               
177811 mike  1.1.2.1 MetaClass
177812               __root_cimv2_CIM_RemoveDirectoryAction =
177813               {
177814                   /* flags */
177815                   META_FLAG_CLASS,
177816                   /* name */
177817                   "CIM_RemoveDirectoryAction",
177818                   /* qualifiers */
177819                   __root_cimv2_CIM_RemoveDirectoryAction_qualifiers,
177820                   /* super */
177821                   &__root_cimv2_CIM_DirectoryAction,
177822                   /* features */
177823                   _CIM_RemoveDirectoryAction_features,
177824               };
177825               
177826               //==============================================================================
177827               //
177828               // Class: CIM_RemoveFileAction
177829               //
177830               //==============================================================================
177831               
177832 mike  1.1.2.1 static const char*
177833               _CIM_RemoveFileAction_File_qualifiers[] =
177834               {
177835                   /* MaxLen */
177836                   "\030\000\000\004\000",
177837                   0,
177838               };
177839               
177840               static MetaProperty
177841               _CIM_RemoveFileAction_File =
177842               {
177843                   /* flags */
177844                   META_FLAG_PROPERTY|META_FLAG_READ,
177845                   /* name */
177846                   "File",
177847                   /* qualifiers */
177848                   _CIM_RemoveFileAction_File_qualifiers,
177849                   /* type */
177850                   CIMTYPE_STRING,
177851                   /* subscript */
177852                   -1,
177853 mike  1.1.2.1     /* value */
177854                   0,
177855               };
177856               
177857               static MetaFeature*
177858               _CIM_RemoveFileAction_features[] =
177859               {
177860                   (MetaFeature*)&_CIM_RemoveFileAction_File,
177861                   0,
177862               };
177863               
177864               static const char*
177865               __root_cimv2_CIM_RemoveFileAction_qualifiers[] =
177866               {
177867                   /* UMLPackagePath */
177868                   "\057CIM::Application::CheckAction",
177869                   /* Version */
177870                   "\0632.6.0",
177871                   0,
177872               };
177873               
177874 mike  1.1.2.1 MetaClass
177875               __root_cimv2_CIM_RemoveFileAction =
177876               {
177877                   /* flags */
177878                   META_FLAG_CLASS,
177879                   /* name */
177880                   "CIM_RemoveFileAction",
177881                   /* qualifiers */
177882                   __root_cimv2_CIM_RemoveFileAction_qualifiers,
177883                   /* super */
177884                   &__root_cimv2_CIM_FileAction,
177885                   /* features */
177886                   _CIM_RemoveFileAction_features,
177887               };
177888               
177889               //==============================================================================
177890               //
177891               // Class: CIM_RequireCredentialsFrom
177892               //
177893               //==============================================================================
177894               
177895 mike  1.1.2.1 static const char*
177896               _CIM_RequireCredentialsFrom_Antecedent_qualifiers[] =
177897               {
177898                   /* Deprecated */
177899                   "\013\000\001CIM_AuthenticationCondition\000",
177900                   /* Override */
177901                   "\044Antecedent",
177902                   0,
177903               };
177904               
177905               static MetaReference
177906               _CIM_RequireCredentialsFrom_Antecedent =
177907               {
177908                   /* flags */
177909                   META_FLAG_REFERENCE|META_FLAG_READ,
177910                   /* name */
177911                   "Antecedent",
177912                   /* qualifiers */
177913                   _CIM_RequireCredentialsFrom_Antecedent_qualifiers,
177914                   /* subscript */
177915                   -1,
177916 mike  1.1.2.1     /* refId */
177917                   &__root_cimv2_CIM_CredentialManagementService,
177918               };
177919               
177920               static const char*
177921               _CIM_RequireCredentialsFrom_Dependent_qualifiers[] =
177922               {
177923                   /* Deprecated */
177924                   "\013\000\001CIM_AuthenticationRule\000",
177925                   /* Override */
177926                   "\044Dependent",
177927                   0,
177928               };
177929               
177930               static MetaReference
177931               _CIM_RequireCredentialsFrom_Dependent =
177932               {
177933                   /* flags */
177934                   META_FLAG_REFERENCE|META_FLAG_READ,
177935                   /* name */
177936                   "Dependent",
177937 mike  1.1.2.1     /* qualifiers */
177938                   _CIM_RequireCredentialsFrom_Dependent_qualifiers,
177939                   /* subscript */
177940                   -1,
177941                   /* refId */
177942                   &__root_cimv2_CIM_AuthenticationRequirement,
177943               };
177944               
177945               static MetaFeature*
177946               _CIM_RequireCredentialsFrom_features[] =
177947               {
177948                   (MetaFeature*)&_CIM_RequireCredentialsFrom_Antecedent,
177949                   (MetaFeature*)&_CIM_RequireCredentialsFrom_Dependent,
177950                   0,
177951               };
177952               
177953               static const char*
177954               __root_cimv2_CIM_RequireCredentialsFrom_qualifiers[] =
177955               {
177956                   /* ASSOCIATION */
177957                   "\000\001",
177958 mike  1.1.2.1     /* Deprecated */
177959                   "\013\000\002CIM_AuthenticationCondition\000CIM_AuthenticationRule\000",
177960                   /* UMLPackagePath */
177961                   "\057CIM::User::AuthenticationReqmt",
177962                   /* Version */
177963                   "\0632.8.0",
177964                   0,
177965               };
177966               
177967               MetaClass
177968               __root_cimv2_CIM_RequireCredentialsFrom =
177969               {
177970                   /* flags */
177971                   META_FLAG_ASSOCIATION,
177972                   /* name */
177973                   "CIM_RequireCredentialsFrom",
177974                   /* qualifiers */
177975                   __root_cimv2_CIM_RequireCredentialsFrom_qualifiers,
177976                   /* super */
177977                   &__root_cimv2_CIM_Dependency,
177978                   /* features */
177979 mike  1.1.2.1     _CIM_RequireCredentialsFrom_features,
177980               };
177981               
177982               //==============================================================================
177983               //
177984               // Class: CIM_ReusablePolicy
177985               //
177986               //==============================================================================
177987               
177988               static const char*
177989               _CIM_ReusablePolicy_Antecedent_qualifiers[] =
177990               {
177991                   /* Override */
177992                   "\044Antecedent",
177993                   /* Max */
177994                   "\027\000\000\000\001",
177995                   0,
177996               };
177997               
177998               static MetaReference
177999               _CIM_ReusablePolicy_Antecedent =
178000 mike  1.1.2.1 {
178001                   /* flags */
178002                   META_FLAG_REFERENCE|META_FLAG_READ,
178003                   /* name */
178004                   "Antecedent",
178005                   /* qualifiers */
178006                   _CIM_ReusablePolicy_Antecedent_qualifiers,
178007                   /* subscript */
178008                   -1,
178009                   /* refId */
178010                   &__root_cimv2_CIM_ReusablePolicyContainer,
178011               };
178012               
178013               static const char*
178014               _CIM_ReusablePolicy_Dependent_qualifiers[] =
178015               {
178016                   /* Override */
178017                   "\044Dependent",
178018                   0,
178019               };
178020               
178021 mike  1.1.2.1 static MetaReference
178022               _CIM_ReusablePolicy_Dependent =
178023               {
178024                   /* flags */
178025                   META_FLAG_REFERENCE|META_FLAG_READ,
178026                   /* name */
178027                   "Dependent",
178028                   /* qualifiers */
178029                   _CIM_ReusablePolicy_Dependent_qualifiers,
178030                   /* subscript */
178031                   -1,
178032                   /* refId */
178033                   &__root_cimv2_CIM_Policy,
178034               };
178035               
178036               static MetaFeature*
178037               _CIM_ReusablePolicy_features[] =
178038               {
178039                   (MetaFeature*)&_CIM_ReusablePolicy_Antecedent,
178040                   (MetaFeature*)&_CIM_ReusablePolicy_Dependent,
178041                   0,
178042 mike  1.1.2.1 };
178043               
178044               static const char*
178045               __root_cimv2_CIM_ReusablePolicy_qualifiers[] =
178046               {
178047                   /* ASSOCIATION */
178048                   "\000\001",
178049                   /* UMLPackagePath */
178050                   "\057CIM::Policy",
178051                   /* Version */
178052                   "\0632.6.0",
178053                   0,
178054               };
178055               
178056               MetaClass
178057               __root_cimv2_CIM_ReusablePolicy =
178058               {
178059                   /* flags */
178060                   META_FLAG_ASSOCIATION,
178061                   /* name */
178062                   "CIM_ReusablePolicy",
178063 mike  1.1.2.1     /* qualifiers */
178064                   __root_cimv2_CIM_ReusablePolicy_qualifiers,
178065                   /* super */
178066                   &__root_cimv2_CIM_PolicyInSystem,
178067                   /* features */
178068                   _CIM_ReusablePolicy_features,
178069               };
178070               
178071               //==============================================================================
178072               //
178073               // Class: CIM_RouteForwardedByService
178074               //
178075               //==============================================================================
178076               
178077               static const char*
178078               _CIM_RouteForwardedByService_Antecedent_qualifiers[] =
178079               {
178080                   /* Deprecated */
178081                   "\013\000\001No value\000",
178082                   /* Override */
178083                   "\044Antecedent",
178084 mike  1.1.2.1     /* Min */
178085                   "\033\000\000\000\001",
178086                   0,
178087               };
178088               
178089               static MetaReference
178090               _CIM_RouteForwardedByService_Antecedent =
178091               {
178092                   /* flags */
178093                   META_FLAG_REFERENCE|META_FLAG_READ,
178094                   /* name */
178095                   "Antecedent",
178096                   /* qualifiers */
178097                   _CIM_RouteForwardedByService_Antecedent_qualifiers,
178098                   /* subscript */
178099                   -1,
178100                   /* refId */
178101                   &__root_cimv2_CIM_ForwardingService,
178102               };
178103               
178104               static const char*
178105 mike  1.1.2.1 _CIM_RouteForwardedByService_Dependent_qualifiers[] =
178106               {
178107                   /* Deprecated */
178108                   "\013\000\001No value\000",
178109                   /* Override */
178110                   "\044Dependent",
178111                   0,
178112               };
178113               
178114               static MetaReference
178115               _CIM_RouteForwardedByService_Dependent =
178116               {
178117                   /* flags */
178118                   META_FLAG_REFERENCE|META_FLAG_READ,
178119                   /* name */
178120                   "Dependent",
178121                   /* qualifiers */
178122                   _CIM_RouteForwardedByService_Dependent_qualifiers,
178123                   /* subscript */
178124                   -1,
178125                   /* refId */
178126 mike  1.1.2.1     &__root_cimv2_CIM_NextHopRouting,
178127               };
178128               
178129               static const char*
178130               _CIM_RouteForwardedByService_AdminDistance_qualifiers[] =
178131               {
178132                   /* Deprecated */
178133                   "\013\000\001CIM_NextHopRoute.AdminDistance\000",
178134                   0,
178135               };
178136               
178137               static MetaProperty
178138               _CIM_RouteForwardedByService_AdminDistance =
178139               {
178140                   /* flags */
178141                   META_FLAG_PROPERTY|META_FLAG_READ,
178142                   /* name */
178143                   "AdminDistance",
178144                   /* qualifiers */
178145                   _CIM_RouteForwardedByService_AdminDistance_qualifiers,
178146                   /* type */
178147 mike  1.1.2.1     CIMTYPE_UINT16,
178148                   /* subscript */
178149                   -1,
178150                   /* value */
178151                   0,
178152               };
178153               
178154               static const char*
178155               _CIM_RouteForwardedByService_PathMetric_qualifiers[] =
178156               {
178157                   /* Deprecated */
178158                   "\013\000\001CIM_NextHopRoute.RouteMetric\000",
178159                   0,
178160               };
178161               
178162               static MetaProperty
178163               _CIM_RouteForwardedByService_PathMetric =
178164               {
178165                   /* flags */
178166                   META_FLAG_PROPERTY|META_FLAG_READ,
178167                   /* name */
178168 mike  1.1.2.1     "PathMetric",
178169                   /* qualifiers */
178170                   _CIM_RouteForwardedByService_PathMetric_qualifiers,
178171                   /* type */
178172                   CIMTYPE_UINT16,
178173                   /* subscript */
178174                   -1,
178175                   /* value */
178176                   0,
178177               };
178178               
178179               static MetaFeature*
178180               _CIM_RouteForwardedByService_features[] =
178181               {
178182                   (MetaFeature*)&_CIM_RouteForwardedByService_Antecedent,
178183                   (MetaFeature*)&_CIM_RouteForwardedByService_Dependent,
178184                   (MetaFeature*)&_CIM_RouteForwardedByService_AdminDistance,
178185                   (MetaFeature*)&_CIM_RouteForwardedByService_PathMetric,
178186                   0,
178187               };
178188               
178189 mike  1.1.2.1 static const char*
178190               __root_cimv2_CIM_RouteForwardedByService_qualifiers[] =
178191               {
178192                   /* ASSOCIATION */
178193                   "\000\001",
178194                   /* Deprecated */
178195                   "\013\000\001No value\000",
178196                   /* UMLPackagePath */
178197                   "\057CIM::Network::Routes",
178198                   /* Version */
178199                   "\0632.7.0",
178200                   0,
178201               };
178202               
178203               MetaClass
178204               __root_cimv2_CIM_RouteForwardedByService =
178205               {
178206                   /* flags */
178207                   META_FLAG_ASSOCIATION,
178208                   /* name */
178209                   "CIM_RouteForwardedByService",
178210 mike  1.1.2.1     /* qualifiers */
178211                   __root_cimv2_CIM_RouteForwardedByService_qualifiers,
178212                   /* super */
178213                   &__root_cimv2_CIM_Dependency,
178214                   /* features */
178215                   _CIM_RouteForwardedByService_features,
178216               };
178217               
178218               //==============================================================================
178219               //
178220               // Class: CIM_RoutesBGP
178221               //
178222               //==============================================================================
178223               
178224               static const char*
178225               _CIM_RoutesBGP_Antecedent_qualifiers[] =
178226               {
178227                   /* Override */
178228                   "\044Antecedent",
178229                   /* Max */
178230                   "\027\000\000\000\002",
178231 mike  1.1.2.1     0,
178232               };
178233               
178234               static MetaReference
178235               _CIM_RoutesBGP_Antecedent =
178236               {
178237                   /* flags */
178238                   META_FLAG_REFERENCE|META_FLAG_READ,
178239                   /* name */
178240                   "Antecedent",
178241                   /* qualifiers */
178242                   _CIM_RoutesBGP_Antecedent_qualifiers,
178243                   /* subscript */
178244                   -1,
178245                   /* refId */
178246                   &__root_cimv2_CIM_BGPProtocolEndpoint,
178247               };
178248               
178249               static const char*
178250               _CIM_RoutesBGP_Dependent_qualifiers[] =
178251               {
178252 mike  1.1.2.1     /* Override */
178253                   "\044Dependent",
178254                   /* Min */
178255                   "\033\000\000\000\001",
178256                   0,
178257               };
178258               
178259               static MetaReference
178260               _CIM_RoutesBGP_Dependent =
178261               {
178262                   /* flags */
178263                   META_FLAG_REFERENCE|META_FLAG_READ,
178264                   /* name */
178265                   "Dependent",
178266                   /* qualifiers */
178267                   _CIM_RoutesBGP_Dependent_qualifiers,
178268                   /* subscript */
178269                   -1,
178270                   /* refId */
178271                   &__root_cimv2_CIM_BGPIPRoute,
178272               };
178273 mike  1.1.2.1 
178274               static MetaFeature*
178275               _CIM_RoutesBGP_features[] =
178276               {
178277                   (MetaFeature*)&_CIM_RoutesBGP_Antecedent,
178278                   (MetaFeature*)&_CIM_RoutesBGP_Dependent,
178279                   0,
178280               };
178281               
178282               static const char*
178283               __root_cimv2_CIM_RoutesBGP_qualifiers[] =
178284               {
178285                   /* ASSOCIATION */
178286                   "\000\001",
178287                   /* UMLPackagePath */
178288                   "\057CIM::Network::BGP",
178289                   /* Version */
178290                   "\0632.6.0",
178291                   0,
178292               };
178293               
178294 mike  1.1.2.1 MetaClass
178295               __root_cimv2_CIM_RoutesBGP =
178296               {
178297                   /* flags */
178298                   META_FLAG_ASSOCIATION,
178299                   /* name */
178300                   "CIM_RoutesBGP",
178301                   /* qualifiers */
178302                   __root_cimv2_CIM_RoutesBGP_qualifiers,
178303                   /* super */
178304                   &__root_cimv2_CIM_Dependency,
178305                   /* features */
178306                   _CIM_RoutesBGP_features,
178307               };
178308               
178309               //==============================================================================
178310               //
178311               // Class: CIM_RuleThatGeneratedSA
178312               //
178313               //==============================================================================
178314               
178315 mike  1.1.2.1 static const char*
178316               _CIM_RuleThatGeneratedSA_Antecedent_qualifiers[] =
178317               {
178318                   /* Override */
178319                   "\044Antecedent",
178320                   /* Min */
178321                   "\033\000\000\000\000",
178322                   /* Max */
178323                   "\027\000\000\000\001",
178324                   0,
178325               };
178326               
178327               static MetaReference
178328               _CIM_RuleThatGeneratedSA_Antecedent =
178329               {
178330                   /* flags */
178331                   META_FLAG_REFERENCE|META_FLAG_READ,
178332                   /* name */
178333                   "Antecedent",
178334                   /* qualifiers */
178335                   _CIM_RuleThatGeneratedSA_Antecedent_qualifiers,
178336 mike  1.1.2.1     /* subscript */
178337                   -1,
178338                   /* refId */
178339                   &__root_cimv2_CIM_SARule,
178340               };
178341               
178342               static const char*
178343               _CIM_RuleThatGeneratedSA_Dependent_qualifiers[] =
178344               {
178345                   /* Override */
178346                   "\044Dependent",
178347                   0,
178348               };
178349               
178350               static MetaReference
178351               _CIM_RuleThatGeneratedSA_Dependent =
178352               {
178353                   /* flags */
178354                   META_FLAG_REFERENCE|META_FLAG_READ,
178355                   /* name */
178356                   "Dependent",
178357 mike  1.1.2.1     /* qualifiers */
178358                   _CIM_RuleThatGeneratedSA_Dependent_qualifiers,
178359                   /* subscript */
178360                   -1,
178361                   /* refId */
178362                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
178363               };
178364               
178365               static MetaFeature*
178366               _CIM_RuleThatGeneratedSA_features[] =
178367               {
178368                   (MetaFeature*)&_CIM_RuleThatGeneratedSA_Antecedent,
178369                   (MetaFeature*)&_CIM_RuleThatGeneratedSA_Dependent,
178370                   0,
178371               };
178372               
178373               static const char*
178374               __root_cimv2_CIM_RuleThatGeneratedSA_qualifiers[] =
178375               {
178376                   /* ASSOCIATION */
178377                   "\000\001",
178378 mike  1.1.2.1     /* UMLPackagePath */
178379                   "\057CIM::IPsecPolicy",
178380                   /* Version */
178381                   "\0632.8.0",
178382                   0,
178383               };
178384               
178385               MetaClass
178386               __root_cimv2_CIM_RuleThatGeneratedSA =
178387               {
178388                   /* flags */
178389                   META_FLAG_ASSOCIATION,
178390                   /* name */
178391                   "CIM_RuleThatGeneratedSA",
178392                   /* qualifiers */
178393                   __root_cimv2_CIM_RuleThatGeneratedSA_qualifiers,
178394                   /* super */
178395                   &__root_cimv2_CIM_Dependency,
178396                   /* features */
178397                   _CIM_RuleThatGeneratedSA_features,
178398               };
178399 mike  1.1.2.1 
178400               //==============================================================================
178401               //
178402               // Class: CIM_SchedulerUsed
178403               //
178404               //==============================================================================
178405               
178406               static const char*
178407               _CIM_SchedulerUsed_Antecedent_qualifiers[] =
178408               {
178409                   /* Deprecated */
178410                   "\013\000\001CIM_QueueToSchedule.Queue\000",
178411                   /* Override */
178412                   "\044Antecedent",
178413                   /* Max */
178414                   "\027\000\000\000\001",
178415                   0,
178416               };
178417               
178418               static MetaReference
178419               _CIM_SchedulerUsed_Antecedent =
178420 mike  1.1.2.1 {
178421                   /* flags */
178422                   META_FLAG_REFERENCE|META_FLAG_READ,
178423                   /* name */
178424                   "Antecedent",
178425                   /* qualifiers */
178426                   _CIM_SchedulerUsed_Antecedent_qualifiers,
178427                   /* subscript */
178428                   -1,
178429                   /* refId */
178430                   &__root_cimv2_CIM_PacketSchedulingService,
178431               };
178432               
178433               static const char*
178434               _CIM_SchedulerUsed_Dependent_qualifiers[] =
178435               {
178436                   /* Deprecated */
178437                   "\013\000\001CIM_QueueToSchedule.SchedElement\000",
178438                   /* Override */
178439                   "\044Dependent",
178440                   0,
178441 mike  1.1.2.1 };
178442               
178443               static MetaReference
178444               _CIM_SchedulerUsed_Dependent =
178445               {
178446                   /* flags */
178447                   META_FLAG_REFERENCE|META_FLAG_READ,
178448                   /* name */
178449                   "Dependent",
178450                   /* qualifiers */
178451                   _CIM_SchedulerUsed_Dependent_qualifiers,
178452                   /* subscript */
178453                   -1,
178454                   /* refId */
178455                   &__root_cimv2_CIM_QueuingService,
178456               };
178457               
178458               static MetaFeature*
178459               _CIM_SchedulerUsed_features[] =
178460               {
178461                   (MetaFeature*)&_CIM_SchedulerUsed_Antecedent,
178462 mike  1.1.2.1     (MetaFeature*)&_CIM_SchedulerUsed_Dependent,
178463                   0,
178464               };
178465               
178466               static const char*
178467               __root_cimv2_CIM_SchedulerUsed_qualifiers[] =
178468               {
178469                   /* ASSOCIATION */
178470                   "\000\001",
178471                   /* Deprecated */
178472                   "\013\000\002CIM_QueueToSchedule\000CIM_SchedulingServiceToSchedule\000",
178473                   /* UMLPackagePath */
178474                   "\057CIM::Network::QoS",
178475                   /* Version */
178476                   "\0632.7.0",
178477                   0,
178478               };
178479               
178480               MetaClass
178481               __root_cimv2_CIM_SchedulerUsed =
178482               {
178483 mike  1.1.2.1     /* flags */
178484                   META_FLAG_ASSOCIATION,
178485                   /* name */
178486                   "CIM_SchedulerUsed",
178487                   /* qualifiers */
178488                   __root_cimv2_CIM_SchedulerUsed_qualifiers,
178489                   /* super */
178490                   &__root_cimv2_CIM_ServiceServiceDependency,
178491                   /* features */
178492                   _CIM_SchedulerUsed_features,
178493               };
178494               
178495               //==============================================================================
178496               //
178497               // Class: CIM_SCSIInitiatorTargetLogicalUnitPath
178498               //
178499               //==============================================================================
178500               
178501               static const char*
178502               _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator_qualifiers[] =
178503               {
178504 mike  1.1.2.1     /* Key */
178505                   "\025\001",
178506                   0,
178507               };
178508               
178509               static MetaReference
178510               _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator =
178511               {
178512                   /* flags */
178513                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178514                   /* name */
178515                   "Initiator",
178516                   /* qualifiers */
178517                   _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator_qualifiers,
178518                   /* subscript */
178519                   -1,
178520                   /* refId */
178521                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
178522               };
178523               
178524               static const char*
178525 mike  1.1.2.1 _CIM_SCSIInitiatorTargetLogicalUnitPath_Target_qualifiers[] =
178526               {
178527                   /* Key */
178528                   "\025\001",
178529                   0,
178530               };
178531               
178532               static MetaReference
178533               _CIM_SCSIInitiatorTargetLogicalUnitPath_Target =
178534               {
178535                   /* flags */
178536                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178537                   /* name */
178538                   "Target",
178539                   /* qualifiers */
178540                   _CIM_SCSIInitiatorTargetLogicalUnitPath_Target_qualifiers,
178541                   /* subscript */
178542                   -1,
178543                   /* refId */
178544                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
178545               };
178546 mike  1.1.2.1 
178547               static const char*
178548               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit_qualifiers[] =
178549               {
178550                   /* Key */
178551                   "\025\001",
178552                   0,
178553               };
178554               
178555               static MetaReference
178556               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit =
178557               {
178558                   /* flags */
178559                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178560                   /* name */
178561                   "LogicalUnit",
178562                   /* qualifiers */
178563                   _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit_qualifiers,
178564                   /* subscript */
178565                   -1,
178566                   /* refId */
178567 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
178568               };
178569               
178570               static const char*
178571               _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName_qualifiers[] =
178572               {
178573                   /* MappingStrings */
178574                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|deviceFileName\000",
178575                   0,
178576               };
178577               
178578               static MetaProperty
178579               _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName =
178580               {
178581                   /* flags */
178582                   META_FLAG_PROPERTY|META_FLAG_READ,
178583                   /* name */
178584                   "OSDeviceName",
178585                   /* qualifiers */
178586                   _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName_qualifiers,
178587                   /* type */
178588 mike  1.1.2.1     CIMTYPE_STRING,
178589                   /* subscript */
178590                   -1,
178591                   /* value */
178592                   0,
178593               };
178594               
178595               static const char*
178596               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight_qualifiers[] =
178597               {
178598                   /* Write */
178599                   "\065\001",
178600                   /* MappingStrings */
178601                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|weight\000",
178602                   0,
178603               };
178604               
178605               static MetaProperty
178606               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight =
178607               {
178608                   /* flags */
178609 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
178610                   /* name */
178611                   "AdministrativeWeight",
178612                   /* qualifiers */
178613                   _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight_qualifiers,
178614                   /* type */
178615                   CIMTYPE_UINT32,
178616                   /* subscript */
178617                   -1,
178618                   /* value */
178619                   0,
178620               };
178621               
178622               static const char*
178623               _CIM_SCSIInitiatorTargetLogicalUnitPath_State_qualifiers[] =
178624               {
178625                   /* Write */
178626                   "\065\001",
178627                   /* ValueMap */
178628                   "\061\000\0110\0002\0003\0004\0005\0006\0007\0008\0009\000",
178629                   /* Values */
178630 mike  1.1.2.1     "\062\000\011Unknown\000Active\000Passive\000Disabled\000Path Error\000Logical Unit Error\000Reserved\000Removed\000Transitioning\000",
178631                   /* MappingStrings */
178632                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|pathState\000",
178633                   0,
178634               };
178635               
178636               static MetaProperty
178637               _CIM_SCSIInitiatorTargetLogicalUnitPath_State =
178638               {
178639                   /* flags */
178640                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
178641                   /* name */
178642                   "State",
178643                   /* qualifiers */
178644                   _CIM_SCSIInitiatorTargetLogicalUnitPath_State_qualifiers,
178645                   /* type */
178646                   CIMTYPE_UINT32,
178647                   /* subscript */
178648                   -1,
178649                   /* value */
178650                   0,
178651 mike  1.1.2.1 };
178652               
178653               static const char*
178654               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride_qualifiers[] =
178655               {
178656                   /* ValueMap */
178657                   "\061\000\0032\0003\0004\000",
178658                   /* Values */
178659                   "\062\000\003Overriding\000Overridden\000No override in effect\000",
178660                   /* MappingStrings */
178661                   "\026\000\001MP_API.SNIA|MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES|overridePath\000",
178662                   /* ModelCorrespondence */
178663                   "\036\000\001CIM_SCSIPathConfigurationService.SetOverridePath\000",
178664                   0,
178665               };
178666               
178667               static MetaProperty
178668               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride =
178669               {
178670                   /* flags */
178671                   META_FLAG_PROPERTY|META_FLAG_READ,
178672 mike  1.1.2.1     /* name */
178673                   "AdministrativeOverride",
178674                   /* qualifiers */
178675                   _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride_qualifiers,
178676                   /* type */
178677                   CIMTYPE_UINT16,
178678                   /* subscript */
178679                   -1,
178680                   /* value */
178681                   0,
178682               };
178683               
178684               static const char*
178685               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber_qualifiers[] =
178686               {
178687                   /* MaxValue */
178688                   "\031\000\000\000\000\000\000\077\377",
178689                   /* MappingStrings */
178690                   "\026\000\002MP_API.SNIA|MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES|overridePathMP_API.SNIA|MP_CancelOverridePath\000MP_API.SNIA|MP_SetOverridePath\000",
178691                   0,
178692               };
178693 mike  1.1.2.1 
178694               static MetaProperty
178695               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber =
178696               {
178697                   /* flags */
178698                   META_FLAG_PROPERTY|META_FLAG_READ,
178699                   /* name */
178700                   "LogicalUnitNumber",
178701                   /* qualifiers */
178702                   _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber_qualifiers,
178703                   /* type */
178704                   CIMTYPE_UINT16,
178705                   /* subscript */
178706                   -1,
178707                   /* value */
178708                   0,
178709               };
178710               
178711               static MetaFeature*
178712               _CIM_SCSIInitiatorTargetLogicalUnitPath_features[] =
178713               {
178714 mike  1.1.2.1     (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator,
178715                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_Target,
178716                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit,
178717                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName,
178718                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight,
178719                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_State,
178720                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride,
178721                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber,
178722                   0,
178723               };
178724               
178725               static const char*
178726               __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath_qualifiers[] =
178727               {
178728                   /* ASSOCIATION */
178729                   "\000\001",
178730                   /* UMLPackagePath */
178731                   "\057CIM::Device::StorageDevices",
178732                   /* Version */
178733                   "\0632.10.0",
178734                   0,
178735 mike  1.1.2.1 };
178736               
178737               MetaClass
178738               __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath =
178739               {
178740                   /* flags */
178741                   META_FLAG_ASSOCIATION,
178742                   /* name */
178743                   "CIM_SCSIInitiatorTargetLogicalUnitPath",
178744                   /* qualifiers */
178745                   __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath_qualifiers,
178746                   /* super */
178747                   0,
178748                   /* features */
178749                   _CIM_SCSIInitiatorTargetLogicalUnitPath_features,
178750               };
178751               
178752               //==============================================================================
178753               //
178754               // Class: CIM_SCSIInterface
178755               //
178756 mike  1.1.2.1 //==============================================================================
178757               
178758               static const char*
178759               _CIM_SCSIInterface_Antecedent_qualifiers[] =
178760               {
178761                   /* Deprecated */
178762                   "\013\000\001No Value\000",
178763                   /* Override */
178764                   "\044Antecedent",
178765                   0,
178766               };
178767               
178768               static MetaReference
178769               _CIM_SCSIInterface_Antecedent =
178770               {
178771                   /* flags */
178772                   META_FLAG_REFERENCE|META_FLAG_READ,
178773                   /* name */
178774                   "Antecedent",
178775                   /* qualifiers */
178776                   _CIM_SCSIInterface_Antecedent_qualifiers,
178777 mike  1.1.2.1     /* subscript */
178778                   -1,
178779                   /* refId */
178780                   &__root_cimv2_CIM_SCSIController,
178781               };
178782               
178783               static const char*
178784               _CIM_SCSIInterface_SCSITimeouts_qualifiers[] =
178785               {
178786                   /* Deprecated */
178787                   "\013\000\001No Value\000",
178788                   /* Counter */
178789                   "\012\001",
178790                   0,
178791               };
178792               
178793               static MetaProperty
178794               _CIM_SCSIInterface_SCSITimeouts =
178795               {
178796                   /* flags */
178797                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
178798 mike  1.1.2.1     /* name */
178799                   "SCSITimeouts",
178800                   /* qualifiers */
178801                   _CIM_SCSIInterface_SCSITimeouts_qualifiers,
178802                   /* type */
178803                   CIMTYPE_UINT32,
178804                   /* subscript */
178805                   -1,
178806                   /* value */
178807                   0,
178808               };
178809               
178810               static const char*
178811               _CIM_SCSIInterface_SCSIRetries_qualifiers[] =
178812               {
178813                   /* Deprecated */
178814                   "\013\000\001No Value\000",
178815                   /* Counter */
178816                   "\012\001",
178817                   /* MappingStrings */
178818                   "\026\000\001MIF.DMTF|Mass Storage Statistics|001.18\000",
178819 mike  1.1.2.1     0,
178820               };
178821               
178822               static MetaProperty
178823               _CIM_SCSIInterface_SCSIRetries =
178824               {
178825                   /* flags */
178826                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
178827                   /* name */
178828                   "SCSIRetries",
178829                   /* qualifiers */
178830                   _CIM_SCSIInterface_SCSIRetries_qualifiers,
178831                   /* type */
178832                   CIMTYPE_UINT32,
178833                   /* subscript */
178834                   -1,
178835                   /* value */
178836                   0,
178837               };
178838               
178839               static const char*
178840 mike  1.1.2.1 _CIM_SCSIInterface_InitiatorId_qualifiers[] =
178841               {
178842                   /* Deprecated */
178843                   "\013\000\001No Value\000",
178844                   /* MappingStrings */
178845                   "\026\000\001MIF.DMTF|Bus Port|004.5\000",
178846                   0,
178847               };
178848               
178849               static MetaProperty
178850               _CIM_SCSIInterface_InitiatorId =
178851               {
178852                   /* flags */
178853                   META_FLAG_PROPERTY|META_FLAG_READ,
178854                   /* name */
178855                   "InitiatorId",
178856                   /* qualifiers */
178857                   _CIM_SCSIInterface_InitiatorId_qualifiers,
178858                   /* type */
178859                   CIMTYPE_UINT32,
178860                   /* subscript */
178861 mike  1.1.2.1     -1,
178862                   /* value */
178863                   0,
178864               };
178865               
178866               static const char*
178867               _CIM_SCSIInterface_TargetId_qualifiers[] =
178868               {
178869                   /* Deprecated */
178870                   "\013\000\001CIM_ProtocolControllerAccessesUnit.TargetControllerNumber\000",
178871                   /* MappingStrings */
178872                   "\026\000\001MIF.DMTF|Bus Port|004.5\000",
178873                   0,
178874               };
178875               
178876               static MetaProperty
178877               _CIM_SCSIInterface_TargetId =
178878               {
178879                   /* flags */
178880                   META_FLAG_PROPERTY|META_FLAG_READ,
178881                   /* name */
178882 mike  1.1.2.1     "TargetId",
178883                   /* qualifiers */
178884                   _CIM_SCSIInterface_TargetId_qualifiers,
178885                   /* type */
178886                   CIMTYPE_UINT32,
178887                   /* subscript */
178888                   -1,
178889                   /* value */
178890                   0,
178891               };
178892               
178893               static const char*
178894               _CIM_SCSIInterface_TargetLUN_qualifiers[] =
178895               {
178896                   /* Deprecated */
178897                   "\013\000\001CIM_ProtocolControllerForDevice.DeviceNumber\000",
178898                   /* MappingStrings */
178899                   "\026\000\001MIF.DMTF|Storage Devices|001.4\000",
178900                   0,
178901               };
178902               
178903 mike  1.1.2.1 static MetaProperty
178904               _CIM_SCSIInterface_TargetLUN =
178905               {
178906                   /* flags */
178907                   META_FLAG_PROPERTY|META_FLAG_READ,
178908                   /* name */
178909                   "TargetLUN",
178910                   /* qualifiers */
178911                   _CIM_SCSIInterface_TargetLUN_qualifiers,
178912                   /* type */
178913                   CIMTYPE_UINT64,
178914                   /* subscript */
178915                   -1,
178916                   /* value */
178917                   0,
178918               };
178919               
178920               static const char*
178921               _CIM_SCSIInterface_SCSIReservation_qualifiers[] =
178922               {
178923                   /* Deprecated */
178924 mike  1.1.2.1     "\013\000\001No Value\000",
178925                   /* ValueMap */
178926                   "\061\000\0040\0001\0002\0003\000",
178927                   /* Values */
178928                   "\062\000\004Unknown\000None\000Simple\000Persistent\000",
178929                   0,
178930               };
178931               
178932               static MetaProperty
178933               _CIM_SCSIInterface_SCSIReservation =
178934               {
178935                   /* flags */
178936                   META_FLAG_PROPERTY|META_FLAG_READ,
178937                   /* name */
178938                   "SCSIReservation",
178939                   /* qualifiers */
178940                   _CIM_SCSIInterface_SCSIReservation_qualifiers,
178941                   /* type */
178942                   CIMTYPE_UINT16,
178943                   /* subscript */
178944                   -1,
178945 mike  1.1.2.1     /* value */
178946                   0,
178947               };
178948               
178949               static const char*
178950               _CIM_SCSIInterface_SCSISignal_qualifiers[] =
178951               {
178952                   /* Deprecated */
178953                   "\013\000\001No Value\000",
178954                   /* ValueMap */
178955                   "\061\000\0061\0002\0003\0004\0005\0006\000",
178956                   /* Values */
178957                   "\062\000\006Other\000Unknown\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000",
178958                   /* MappingStrings */
178959                   "\026\000\001MIF.DMTF|Bus Port|004.4\000",
178960                   /* ModelCorrespondence */
178961                   "\036\000\001CIM_SCSIController.SignalCapabilities\000",
178962                   0,
178963               };
178964               
178965               static MetaProperty
178966 mike  1.1.2.1 _CIM_SCSIInterface_SCSISignal =
178967               {
178968                   /* flags */
178969                   META_FLAG_PROPERTY|META_FLAG_READ,
178970                   /* name */
178971                   "SCSISignal",
178972                   /* qualifiers */
178973                   _CIM_SCSIInterface_SCSISignal_qualifiers,
178974                   /* type */
178975                   CIMTYPE_UINT16,
178976                   /* subscript */
178977                   -1,
178978                   /* value */
178979                   0,
178980               };
178981               
178982               static const char*
178983               _CIM_SCSIInterface_MaxQueueDepth_qualifiers[] =
178984               {
178985                   /* Deprecated */
178986                   "\013\000\001No Value\000",
178987 mike  1.1.2.1     0,
178988               };
178989               
178990               static MetaProperty
178991               _CIM_SCSIInterface_MaxQueueDepth =
178992               {
178993                   /* flags */
178994                   META_FLAG_PROPERTY|META_FLAG_READ,
178995                   /* name */
178996                   "MaxQueueDepth",
178997                   /* qualifiers */
178998                   _CIM_SCSIInterface_MaxQueueDepth_qualifiers,
178999                   /* type */
179000                   CIMTYPE_UINT32,
179001                   /* subscript */
179002                   -1,
179003                   /* value */
179004                   0,
179005               };
179006               
179007               static const char*
179008 mike  1.1.2.1 _CIM_SCSIInterface_QueueDepthLimit_qualifiers[] =
179009               {
179010                   /* Deprecated */
179011                   "\013\000\001No Value\000",
179012                   0,
179013               };
179014               
179015               static MetaProperty
179016               _CIM_SCSIInterface_QueueDepthLimit =
179017               {
179018                   /* flags */
179019                   META_FLAG_PROPERTY|META_FLAG_READ,
179020                   /* name */
179021                   "QueueDepthLimit",
179022                   /* qualifiers */
179023                   _CIM_SCSIInterface_QueueDepthLimit_qualifiers,
179024                   /* type */
179025                   CIMTYPE_UINT32,
179026                   /* subscript */
179027                   -1,
179028                   /* value */
179029 mike  1.1.2.1     0,
179030               };
179031               
179032               static MetaFeature*
179033               _CIM_SCSIInterface_features[] =
179034               {
179035                   (MetaFeature*)&_CIM_SCSIInterface_Antecedent,
179036                   (MetaFeature*)&_CIM_SCSIInterface_SCSITimeouts,
179037                   (MetaFeature*)&_CIM_SCSIInterface_SCSIRetries,
179038                   (MetaFeature*)&_CIM_SCSIInterface_InitiatorId,
179039                   (MetaFeature*)&_CIM_SCSIInterface_TargetId,
179040                   (MetaFeature*)&_CIM_SCSIInterface_TargetLUN,
179041                   (MetaFeature*)&_CIM_SCSIInterface_SCSIReservation,
179042                   (MetaFeature*)&_CIM_SCSIInterface_SCSISignal,
179043                   (MetaFeature*)&_CIM_SCSIInterface_MaxQueueDepth,
179044                   (MetaFeature*)&_CIM_SCSIInterface_QueueDepthLimit,
179045                   0,
179046               };
179047               
179048               static const char*
179049               __root_cimv2_CIM_SCSIInterface_qualifiers[] =
179050 mike  1.1.2.1 {
179051                   /* ASSOCIATION */
179052                   "\000\001",
179053                   /* Deprecated */
179054                   "\013\000\001CIM_ProtocolControllerAccessesUnit\000",
179055                   /* UMLPackagePath */
179056                   "\057CIM::Device::Controller",
179057                   /* Version */
179058                   "\0632.10.0",
179059                   0,
179060               };
179061               
179062               MetaClass
179063               __root_cimv2_CIM_SCSIInterface =
179064               {
179065                   /* flags */
179066                   META_FLAG_ASSOCIATION,
179067                   /* name */
179068                   "CIM_SCSIInterface",
179069                   /* qualifiers */
179070                   __root_cimv2_CIM_SCSIInterface_qualifiers,
179071 mike  1.1.2.1     /* super */
179072                   &__root_cimv2_CIM_ControlledBy,
179073                   /* features */
179074                   _CIM_SCSIInterface_features,
179075               };
179076               
179077               //==============================================================================
179078               //
179079               // Class: CIM_SerialInterface
179080               //
179081               //==============================================================================
179082               
179083               static const char*
179084               _CIM_SerialInterface_Antecedent_qualifiers[] =
179085               {
179086                   /* Override */
179087                   "\044Antecedent",
179088                   0,
179089               };
179090               
179091               static MetaReference
179092 mike  1.1.2.1 _CIM_SerialInterface_Antecedent =
179093               {
179094                   /* flags */
179095                   META_FLAG_REFERENCE|META_FLAG_READ,
179096                   /* name */
179097                   "Antecedent",
179098                   /* qualifiers */
179099                   _CIM_SerialInterface_Antecedent_qualifiers,
179100                   /* subscript */
179101                   -1,
179102                   /* refId */
179103                   &__root_cimv2_CIM_SerialController,
179104               };
179105               
179106               static const char*
179107               _CIM_SerialInterface_NegotiatedDataWidth_qualifiers[] =
179108               {
179109                   /* Override */
179110                   "\044NegotiatedDataWidth",
179111                   /* Units */
179112                   "\060Bits",
179113 mike  1.1.2.1     0,
179114               };
179115               
179116               static MetaProperty
179117               _CIM_SerialInterface_NegotiatedDataWidth =
179118               {
179119                   /* flags */
179120                   META_FLAG_PROPERTY|META_FLAG_READ,
179121                   /* name */
179122                   "NegotiatedDataWidth",
179123                   /* qualifiers */
179124                   _CIM_SerialInterface_NegotiatedDataWidth_qualifiers,
179125                   /* type */
179126                   CIMTYPE_UINT32,
179127                   /* subscript */
179128                   -1,
179129                   /* value */
179130                   0,
179131               };
179132               
179133               static const char*
179134 mike  1.1.2.1 _CIM_SerialInterface_NumberOfStopBits_qualifiers[] =
179135               {
179136                   /* Units */
179137                   "\060Bits",
179138                   0,
179139               };
179140               
179141               static MetaProperty
179142               _CIM_SerialInterface_NumberOfStopBits =
179143               {
179144                   /* flags */
179145                   META_FLAG_PROPERTY|META_FLAG_READ,
179146                   /* name */
179147                   "NumberOfStopBits",
179148                   /* qualifiers */
179149                   _CIM_SerialInterface_NumberOfStopBits_qualifiers,
179150                   /* type */
179151                   CIMTYPE_UINT16,
179152                   /* subscript */
179153                   -1,
179154                   /* value */
179155 mike  1.1.2.1     0,
179156               };
179157               
179158               static const char*
179159               _CIM_SerialInterface_ParityInfo_qualifiers[] =
179160               {
179161                   /* ValueMap */
179162                   "\061\000\0040\0001\0002\0003\000",
179163                   /* Values */
179164                   "\062\000\004Unknown\000None\000Even\000Odd\000",
179165                   0,
179166               };
179167               
179168               static MetaProperty
179169               _CIM_SerialInterface_ParityInfo =
179170               {
179171                   /* flags */
179172                   META_FLAG_PROPERTY|META_FLAG_READ,
179173                   /* name */
179174                   "ParityInfo",
179175                   /* qualifiers */
179176 mike  1.1.2.1     _CIM_SerialInterface_ParityInfo_qualifiers,
179177                   /* type */
179178                   CIMTYPE_UINT16,
179179                   /* subscript */
179180                   -1,
179181                   /* value */
179182                   0,
179183               };
179184               
179185               static const char*
179186               _CIM_SerialInterface_FlowControlInfo_qualifiers[] =
179187               {
179188                   /* ValueMap */
179189                   "\061\000\0060\0001\0002\0003\0004\0005\000",
179190                   /* Values */
179191                   "\062\000\006Unknown\000Not Supported\000None\000XonXoff\000RTS/CTS\000Both XonXoff and RTS/CTS\000",
179192                   0,
179193               };
179194               
179195               static MetaProperty
179196               _CIM_SerialInterface_FlowControlInfo =
179197 mike  1.1.2.1 {
179198                   /* flags */
179199                   META_FLAG_PROPERTY|META_FLAG_READ,
179200                   /* name */
179201                   "FlowControlInfo",
179202                   /* qualifiers */
179203                   _CIM_SerialInterface_FlowControlInfo_qualifiers,
179204                   /* type */
179205                   CIMTYPE_UINT16,
179206                   /* subscript */
179207                   -1,
179208                   /* value */
179209                   0,
179210               };
179211               
179212               static MetaFeature*
179213               _CIM_SerialInterface_features[] =
179214               {
179215                   (MetaFeature*)&_CIM_SerialInterface_Antecedent,
179216                   (MetaFeature*)&_CIM_SerialInterface_NegotiatedDataWidth,
179217                   (MetaFeature*)&_CIM_SerialInterface_NumberOfStopBits,
179218 mike  1.1.2.1     (MetaFeature*)&_CIM_SerialInterface_ParityInfo,
179219                   (MetaFeature*)&_CIM_SerialInterface_FlowControlInfo,
179220                   0,
179221               };
179222               
179223               static const char*
179224               __root_cimv2_CIM_SerialInterface_qualifiers[] =
179225               {
179226                   /* ASSOCIATION */
179227                   "\000\001",
179228                   /* UMLPackagePath */
179229                   "\057CIM::Device::Controller",
179230                   /* Version */
179231                   "\0632.10.0",
179232                   0,
179233               };
179234               
179235               MetaClass
179236               __root_cimv2_CIM_SerialInterface =
179237               {
179238                   /* flags */
179239 mike  1.1.2.1     META_FLAG_ASSOCIATION,
179240                   /* name */
179241                   "CIM_SerialInterface",
179242                   /* qualifiers */
179243                   __root_cimv2_CIM_SerialInterface_qualifiers,
179244                   /* super */
179245                   &__root_cimv2_CIM_ControlledBy,
179246                   /* features */
179247                   _CIM_SerialInterface_features,
179248               };
179249               
179250               //==============================================================================
179251               //
179252               // Class: CIM_SettingCheck
179253               //
179254               //==============================================================================
179255               
179256               static const char*
179257               _CIM_SettingCheck_SectionKey_qualifiers[] =
179258               {
179259                   /* MaxLen */
179260 mike  1.1.2.1     "\030\000\000\001\000",
179261                   0,
179262               };
179263               
179264               static MetaProperty
179265               _CIM_SettingCheck_SectionKey =
179266               {
179267                   /* flags */
179268                   META_FLAG_PROPERTY|META_FLAG_READ,
179269                   /* name */
179270                   "SectionKey",
179271                   /* qualifiers */
179272                   _CIM_SettingCheck_SectionKey_qualifiers,
179273                   /* type */
179274                   CIMTYPE_STRING,
179275                   /* subscript */
179276                   -1,
179277                   /* value */
179278                   0,
179279               };
179280               
179281 mike  1.1.2.1 static const char*
179282               _CIM_SettingCheck_EntryName_qualifiers[] =
179283               {
179284                   /* MaxLen */
179285                   "\030\000\000\001\000",
179286                   0,
179287               };
179288               
179289               static MetaProperty
179290               _CIM_SettingCheck_EntryName =
179291               {
179292                   /* flags */
179293                   META_FLAG_PROPERTY|META_FLAG_READ,
179294                   /* name */
179295                   "EntryName",
179296                   /* qualifiers */
179297                   _CIM_SettingCheck_EntryName_qualifiers,
179298                   /* type */
179299                   CIMTYPE_STRING,
179300                   /* subscript */
179301                   -1,
179302 mike  1.1.2.1     /* value */
179303                   0,
179304               };
179305               
179306               static const char*
179307               _CIM_SettingCheck_EntryValue_qualifiers[] =
179308               {
179309                   0,
179310               };
179311               
179312               static MetaProperty
179313               _CIM_SettingCheck_EntryValue =
179314               {
179315                   /* flags */
179316                   META_FLAG_PROPERTY|META_FLAG_READ,
179317                   /* name */
179318                   "EntryValue",
179319                   /* qualifiers */
179320                   _CIM_SettingCheck_EntryValue_qualifiers,
179321                   /* type */
179322                   CIMTYPE_STRING,
179323 mike  1.1.2.1     /* subscript */
179324                   -1,
179325                   /* value */
179326                   0,
179327               };
179328               
179329               static const char*
179330               _CIM_SettingCheck_CheckType_qualifiers[] =
179331               {
179332                   /* ValueMap */
179333                   "\061\000\0020\0001\000",
179334                   /* Values */
179335                   "\062\000\002Matches\000Contains\000",
179336                   0,
179337               };
179338               
179339               static MetaProperty
179340               _CIM_SettingCheck_CheckType =
179341               {
179342                   /* flags */
179343                   META_FLAG_PROPERTY|META_FLAG_READ,
179344 mike  1.1.2.1     /* name */
179345                   "CheckType",
179346                   /* qualifiers */
179347                   _CIM_SettingCheck_CheckType_qualifiers,
179348                   /* type */
179349                   CIMTYPE_UINT16,
179350                   /* subscript */
179351                   -1,
179352                   /* value */
179353                   0,
179354               };
179355               
179356               static const char*
179357               _CIM_SettingCheck_FileName_qualifiers[] =
179358               {
179359                   /* MaxLen */
179360                   "\030\000\000\004\000",
179361                   0,
179362               };
179363               
179364               static MetaProperty
179365 mike  1.1.2.1 _CIM_SettingCheck_FileName =
179366               {
179367                   /* flags */
179368                   META_FLAG_PROPERTY|META_FLAG_READ,
179369                   /* name */
179370                   "FileName",
179371                   /* qualifiers */
179372                   _CIM_SettingCheck_FileName_qualifiers,
179373                   /* type */
179374                   CIMTYPE_STRING,
179375                   /* subscript */
179376                   -1,
179377                   /* value */
179378                   0,
179379               };
179380               
179381               static MetaFeature*
179382               _CIM_SettingCheck_features[] =
179383               {
179384                   (MetaFeature*)&_CIM_SettingCheck_SectionKey,
179385                   (MetaFeature*)&_CIM_SettingCheck_EntryName,
179386 mike  1.1.2.1     (MetaFeature*)&_CIM_SettingCheck_EntryValue,
179387                   (MetaFeature*)&_CIM_SettingCheck_CheckType,
179388                   (MetaFeature*)&_CIM_SettingCheck_FileName,
179389                   0,
179390               };
179391               
179392               static const char*
179393               __root_cimv2_CIM_SettingCheck_qualifiers[] =
179394               {
179395                   /* UMLPackagePath */
179396                   "\057CIM::Application::CheckAction",
179397                   /* Version */
179398                   "\0632.6.0",
179399                   0,
179400               };
179401               
179402               MetaClass
179403               __root_cimv2_CIM_SettingCheck =
179404               {
179405                   /* flags */
179406                   META_FLAG_CLASS,
179407 mike  1.1.2.1     /* name */
179408                   "CIM_SettingCheck",
179409                   /* qualifiers */
179410                   __root_cimv2_CIM_SettingCheck_qualifiers,
179411                   /* super */
179412                   &__root_cimv2_CIM_Check,
179413                   /* features */
179414                   _CIM_SettingCheck_features,
179415               };
179416               
179417               //==============================================================================
179418               //
179419               // Class: CIM_SharedSecretService
179420               //
179421               //==============================================================================
179422               
179423               static const char*
179424               _CIM_SharedSecretService_Algorithm_qualifiers[] =
179425               {
179426                   /* MaxLen */
179427                   "\030\000\000\001\000",
179428 mike  1.1.2.1     0,
179429               };
179430               
179431               static MetaProperty
179432               _CIM_SharedSecretService_Algorithm =
179433               {
179434                   /* flags */
179435                   META_FLAG_PROPERTY|META_FLAG_READ,
179436                   /* name */
179437                   "Algorithm",
179438                   /* qualifiers */
179439                   _CIM_SharedSecretService_Algorithm_qualifiers,
179440                   /* type */
179441                   CIMTYPE_STRING,
179442                   /* subscript */
179443                   -1,
179444                   /* value */
179445                   0,
179446               };
179447               
179448               static const char*
179449 mike  1.1.2.1 _CIM_SharedSecretService_Protocol_qualifiers[] =
179450               {
179451                   0,
179452               };
179453               
179454               static MetaProperty
179455               _CIM_SharedSecretService_Protocol =
179456               {
179457                   /* flags */
179458                   META_FLAG_PROPERTY|META_FLAG_READ,
179459                   /* name */
179460                   "Protocol",
179461                   /* qualifiers */
179462                   _CIM_SharedSecretService_Protocol_qualifiers,
179463                   /* type */
179464                   CIMTYPE_STRING,
179465                   /* subscript */
179466                   -1,
179467                   /* value */
179468                   0,
179469               };
179470 mike  1.1.2.1 
179471               static MetaFeature*
179472               _CIM_SharedSecretService_features[] =
179473               {
179474                   (MetaFeature*)&_CIM_SharedSecretService_Algorithm,
179475                   (MetaFeature*)&_CIM_SharedSecretService_Protocol,
179476                   0,
179477               };
179478               
179479               static const char*
179480               __root_cimv2_CIM_SharedSecretService_qualifiers[] =
179481               {
179482                   /* UMLPackagePath */
179483                   "\057CIM::User::SharedSecret",
179484                   /* Version */
179485                   "\0632.6.0",
179486                   0,
179487               };
179488               
179489               MetaClass
179490               __root_cimv2_CIM_SharedSecretService =
179491 mike  1.1.2.1 {
179492                   /* flags */
179493                   META_FLAG_CLASS,
179494                   /* name */
179495                   "CIM_SharedSecretService",
179496                   /* qualifiers */
179497                   __root_cimv2_CIM_SharedSecretService_qualifiers,
179498                   /* super */
179499                   &__root_cimv2_CIM_LocalCredentialManagementService,
179500                   /* features */
179501                   _CIM_SharedSecretService_features,
179502               };
179503               
179504               //==============================================================================
179505               //
179506               // Class: CIM_SNMPTrapTarget
179507               //
179508               //==============================================================================
179509               
179510               static const char*
179511               _CIM_SNMPTrapTarget_AccessInfo_qualifiers[] =
179512 mike  1.1.2.1 {
179513                   /* Override */
179514                   "\044AccessInfo",
179515                   0,
179516               };
179517               
179518               static MetaProperty
179519               _CIM_SNMPTrapTarget_AccessInfo =
179520               {
179521                   /* flags */
179522                   META_FLAG_PROPERTY|META_FLAG_READ,
179523                   /* name */
179524                   "AccessInfo",
179525                   /* qualifiers */
179526                   _CIM_SNMPTrapTarget_AccessInfo_qualifiers,
179527                   /* type */
179528                   CIMTYPE_STRING,
179529                   /* subscript */
179530                   -1,
179531                   /* value */
179532                   0,
179533 mike  1.1.2.1 };
179534               
179535               static const char*
179536               _CIM_SNMPTrapTarget_PortProtocol_qualifiers[] =
179537               {
179538                   /* Override */
179539                   "\044PortProtocol",
179540                   0,
179541               };
179542               
179543               static MetaProperty
179544               _CIM_SNMPTrapTarget_PortProtocol =
179545               {
179546                   /* flags */
179547                   META_FLAG_PROPERTY|META_FLAG_READ,
179548                   /* name */
179549                   "PortProtocol",
179550                   /* qualifiers */
179551                   _CIM_SNMPTrapTarget_PortProtocol_qualifiers,
179552                   /* type */
179553                   CIMTYPE_UINT16,
179554 mike  1.1.2.1     /* subscript */
179555                   -1,
179556                   /* value */
179557                   "\000\003",
179558               };
179559               
179560               static const char*
179561               _CIM_SNMPTrapTarget_PortInfo_qualifiers[] =
179562               {
179563                   /* Override */
179564                   "\044PortInfo",
179565                   0,
179566               };
179567               
179568               static MetaProperty
179569               _CIM_SNMPTrapTarget_PortInfo =
179570               {
179571                   /* flags */
179572                   META_FLAG_PROPERTY|META_FLAG_READ,
179573                   /* name */
179574                   "PortInfo",
179575 mike  1.1.2.1     /* qualifiers */
179576                   _CIM_SNMPTrapTarget_PortInfo_qualifiers,
179577                   /* type */
179578                   CIMTYPE_STRING,
179579                   /* subscript */
179580                   -1,
179581                   /* value */
179582                   "162",
179583               };
179584               
179585               static const char*
179586               _CIM_SNMPTrapTarget_NotificationMessage_qualifiers[] =
179587               {
179588                   /* ValueMap */
179589                   "\061\000\0021\0002\000",
179590                   /* Values */
179591                   "\062\000\002Traps\000Informs\000",
179592                   0,
179593               };
179594               
179595               static MetaProperty
179596 mike  1.1.2.1 _CIM_SNMPTrapTarget_NotificationMessage =
179597               {
179598                   /* flags */
179599                   META_FLAG_PROPERTY|META_FLAG_READ,
179600                   /* name */
179601                   "NotificationMessage",
179602                   /* qualifiers */
179603                   _CIM_SNMPTrapTarget_NotificationMessage_qualifiers,
179604                   /* type */
179605                   CIMTYPE_UINT16,
179606                   /* subscript */
179607                   -1,
179608                   /* value */
179609                   "\000\001",
179610               };
179611               
179612               static const char*
179613               _CIM_SNMPTrapTarget_SNMPVersion_qualifiers[] =
179614               {
179615                   /* ValueMap */
179616                   "\061\000\0031\0002\0003\000",
179617 mike  1.1.2.1     /* Values */
179618                   "\062\000\003v1\000v2C\000v3\000",
179619                   0,
179620               };
179621               
179622               static MetaProperty
179623               _CIM_SNMPTrapTarget_SNMPVersion =
179624               {
179625                   /* flags */
179626                   META_FLAG_PROPERTY|META_FLAG_READ,
179627                   /* name */
179628                   "SNMPVersion",
179629                   /* qualifiers */
179630                   _CIM_SNMPTrapTarget_SNMPVersion_qualifiers,
179631                   /* type */
179632                   CIMTYPE_UINT16,
179633                   /* subscript */
179634                   -1,
179635                   /* value */
179636                   0,
179637               };
179638 mike  1.1.2.1 
179639               static const char*
179640               _CIM_SNMPTrapTarget_CommunityString_qualifiers[] =
179641               {
179642                   0,
179643               };
179644               
179645               static MetaProperty
179646               _CIM_SNMPTrapTarget_CommunityString =
179647               {
179648                   /* flags */
179649                   META_FLAG_PROPERTY|META_FLAG_READ,
179650                   /* name */
179651                   "CommunityString",
179652                   /* qualifiers */
179653                   _CIM_SNMPTrapTarget_CommunityString_qualifiers,
179654                   /* type */
179655                   CIMTYPE_STRING,
179656                   /* subscript */
179657                   -1,
179658                   /* value */
179659 mike  1.1.2.1     0,
179660               };
179661               
179662               static MetaFeature*
179663               _CIM_SNMPTrapTarget_features[] =
179664               {
179665                   (MetaFeature*)&_CIM_SNMPTrapTarget_AccessInfo,
179666                   (MetaFeature*)&_CIM_SNMPTrapTarget_PortProtocol,
179667                   (MetaFeature*)&_CIM_SNMPTrapTarget_PortInfo,
179668                   (MetaFeature*)&_CIM_SNMPTrapTarget_NotificationMessage,
179669                   (MetaFeature*)&_CIM_SNMPTrapTarget_SNMPVersion,
179670                   (MetaFeature*)&_CIM_SNMPTrapTarget_CommunityString,
179671                   0,
179672               };
179673               
179674               static const char*
179675               __root_cimv2_CIM_SNMPTrapTarget_qualifiers[] =
179676               {
179677                   /* UMLPackagePath */
179678                   "\057CIM::Network::SNMP",
179679                   /* Version */
179680 mike  1.1.2.1     "\0632.7.0",
179681                   0,
179682               };
179683               
179684               MetaClass
179685               __root_cimv2_CIM_SNMPTrapTarget =
179686               {
179687                   /* flags */
179688                   META_FLAG_CLASS,
179689                   /* name */
179690                   "CIM_SNMPTrapTarget",
179691                   /* qualifiers */
179692                   __root_cimv2_CIM_SNMPTrapTarget_qualifiers,
179693                   /* super */
179694                   &__root_cimv2_CIM_RemotePort,
179695                   /* features */
179696                   _CIM_SNMPTrapTarget_features,
179697               };
179698               
179699               //==============================================================================
179700               //
179701 mike  1.1.2.1 // Class: CIM_SoftwareElementActions
179702               //
179703               //==============================================================================
179704               
179705               static const char*
179706               _CIM_SoftwareElementActions_Element_qualifiers[] =
179707               {
179708                   /* Key */
179709                   "\025\001",
179710                   /* Aggregate */
179711                   "\003\001",
179712                   /* Min */
179713                   "\033\000\000\000\001",
179714                   /* Max */
179715                   "\027\000\000\000\001",
179716                   0,
179717               };
179718               
179719               static MetaReference
179720               _CIM_SoftwareElementActions_Element =
179721               {
179722 mike  1.1.2.1     /* flags */
179723                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
179724                   /* name */
179725                   "Element",
179726                   /* qualifiers */
179727                   _CIM_SoftwareElementActions_Element_qualifiers,
179728                   /* subscript */
179729                   -1,
179730                   /* refId */
179731                   &__root_cimv2_CIM_SoftwareElement,
179732               };
179733               
179734               static const char*
179735               _CIM_SoftwareElementActions_Action_qualifiers[] =
179736               {
179737                   /* Key */
179738                   "\025\001",
179739                   /* Weak */
179740                   "\064\001",
179741                   0,
179742               };
179743 mike  1.1.2.1 
179744               static MetaReference
179745               _CIM_SoftwareElementActions_Action =
179746               {
179747                   /* flags */
179748                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
179749                   /* name */
179750                   "Action",
179751                   /* qualifiers */
179752                   _CIM_SoftwareElementActions_Action_qualifiers,
179753                   /* subscript */
179754                   -1,
179755                   /* refId */
179756                   &__root_cimv2_CIM_Action,
179757               };
179758               
179759               static MetaFeature*
179760               _CIM_SoftwareElementActions_features[] =
179761               {
179762                   (MetaFeature*)&_CIM_SoftwareElementActions_Element,
179763                   (MetaFeature*)&_CIM_SoftwareElementActions_Action,
179764 mike  1.1.2.1     0,
179765               };
179766               
179767               static const char*
179768               __root_cimv2_CIM_SoftwareElementActions_qualifiers[] =
179769               {
179770                   /* ASSOCIATION */
179771                   "\000\001",
179772                   /* UMLPackagePath */
179773                   "\057CIM::Application::CheckAction",
179774                   /* Aggregation */
179775                   "\004\001",
179776                   /* Version */
179777                   "\0632.6.0",
179778                   0,
179779               };
179780               
179781               MetaClass
179782               __root_cimv2_CIM_SoftwareElementActions =
179783               {
179784                   /* flags */
179785 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
179786                   /* name */
179787                   "CIM_SoftwareElementActions",
179788                   /* qualifiers */
179789                   __root_cimv2_CIM_SoftwareElementActions_qualifiers,
179790                   /* super */
179791                   0,
179792                   /* features */
179793                   _CIM_SoftwareElementActions_features,
179794               };
179795               
179796               //==============================================================================
179797               //
179798               // Class: CIM_SoftwareElementChecks
179799               //
179800               //==============================================================================
179801               
179802               static const char*
179803               _CIM_SoftwareElementChecks_Element_qualifiers[] =
179804               {
179805                   /* Key */
179806 mike  1.1.2.1     "\025\001",
179807                   /* Aggregate */
179808                   "\003\001",
179809                   /* Min */
179810                   "\033\000\000\000\001",
179811                   /* Max */
179812                   "\027\000\000\000\001",
179813                   0,
179814               };
179815               
179816               static MetaReference
179817               _CIM_SoftwareElementChecks_Element =
179818               {
179819                   /* flags */
179820                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
179821                   /* name */
179822                   "Element",
179823                   /* qualifiers */
179824                   _CIM_SoftwareElementChecks_Element_qualifiers,
179825                   /* subscript */
179826                   -1,
179827 mike  1.1.2.1     /* refId */
179828                   &__root_cimv2_CIM_SoftwareElement,
179829               };
179830               
179831               static const char*
179832               _CIM_SoftwareElementChecks_Check_qualifiers[] =
179833               {
179834                   /* Key */
179835                   "\025\001",
179836                   /* Weak */
179837                   "\064\001",
179838                   0,
179839               };
179840               
179841               static MetaReference
179842               _CIM_SoftwareElementChecks_Check =
179843               {
179844                   /* flags */
179845                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
179846                   /* name */
179847                   "Check",
179848 mike  1.1.2.1     /* qualifiers */
179849                   _CIM_SoftwareElementChecks_Check_qualifiers,
179850                   /* subscript */
179851                   -1,
179852                   /* refId */
179853                   &__root_cimv2_CIM_Check,
179854               };
179855               
179856               static const char*
179857               _CIM_SoftwareElementChecks_Phase_qualifiers[] =
179858               {
179859                   /* ValueMap */
179860                   "\061\000\0020\0001\000",
179861                   /* Values */
179862                   "\062\000\002In-State\000Next-State\000",
179863                   0,
179864               };
179865               
179866               static MetaProperty
179867               _CIM_SoftwareElementChecks_Phase =
179868               {
179869 mike  1.1.2.1     /* flags */
179870                   META_FLAG_PROPERTY|META_FLAG_READ,
179871                   /* name */
179872                   "Phase",
179873                   /* qualifiers */
179874                   _CIM_SoftwareElementChecks_Phase_qualifiers,
179875                   /* type */
179876                   CIMTYPE_UINT16,
179877                   /* subscript */
179878                   -1,
179879                   /* value */
179880                   0,
179881               };
179882               
179883               static MetaFeature*
179884               _CIM_SoftwareElementChecks_features[] =
179885               {
179886                   (MetaFeature*)&_CIM_SoftwareElementChecks_Element,
179887                   (MetaFeature*)&_CIM_SoftwareElementChecks_Check,
179888                   (MetaFeature*)&_CIM_SoftwareElementChecks_Phase,
179889                   0,
179890 mike  1.1.2.1 };
179891               
179892               static const char*
179893               __root_cimv2_CIM_SoftwareElementChecks_qualifiers[] =
179894               {
179895                   /* ASSOCIATION */
179896                   "\000\001",
179897                   /* UMLPackagePath */
179898                   "\057CIM::Application::CheckAction",
179899                   /* Aggregation */
179900                   "\004\001",
179901                   /* Version */
179902                   "\0632.6.0",
179903                   0,
179904               };
179905               
179906               MetaClass
179907               __root_cimv2_CIM_SoftwareElementChecks =
179908               {
179909                   /* flags */
179910                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
179911 mike  1.1.2.1     /* name */
179912                   "CIM_SoftwareElementChecks",
179913                   /* qualifiers */
179914                   __root_cimv2_CIM_SoftwareElementChecks_qualifiers,
179915                   /* super */
179916                   0,
179917                   /* features */
179918                   _CIM_SoftwareElementChecks_features,
179919               };
179920               
179921               //==============================================================================
179922               //
179923               // Class: CIM_SoftwareElementVersionCheck
179924               //
179925               //==============================================================================
179926               
179927               static const char*
179928               _CIM_SoftwareElementVersionCheck_SoftwareElementName_qualifiers[] =
179929               {
179930                   /* MaxLen */
179931                   "\030\000\000\001\000",
179932 mike  1.1.2.1     /* ModelCorrespondence */
179933                   "\036\000\001CIM_SoftwareElement.Name\000",
179934                   0,
179935               };
179936               
179937               static MetaProperty
179938               _CIM_SoftwareElementVersionCheck_SoftwareElementName =
179939               {
179940                   /* flags */
179941                   META_FLAG_PROPERTY|META_FLAG_READ,
179942                   /* name */
179943                   "SoftwareElementName",
179944                   /* qualifiers */
179945                   _CIM_SoftwareElementVersionCheck_SoftwareElementName_qualifiers,
179946                   /* type */
179947                   CIMTYPE_STRING,
179948                   /* subscript */
179949                   -1,
179950                   /* value */
179951                   0,
179952               };
179953 mike  1.1.2.1 
179954               static const char*
179955               _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion_qualifiers[] =
179956               {
179957                   /* MaxLen */
179958                   "\030\000\000\000\100",
179959                   /* ModelCorrespondence */
179960                   "\036\000\001CIM_SoftwareElement.Version\000",
179961                   0,
179962               };
179963               
179964               static MetaProperty
179965               _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion =
179966               {
179967                   /* flags */
179968                   META_FLAG_PROPERTY|META_FLAG_READ,
179969                   /* name */
179970                   "LowerSoftwareElementVersion",
179971                   /* qualifiers */
179972                   _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion_qualifiers,
179973                   /* type */
179974 mike  1.1.2.1     CIMTYPE_STRING,
179975                   /* subscript */
179976                   -1,
179977                   /* value */
179978                   0,
179979               };
179980               
179981               static const char*
179982               _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion_qualifiers[] =
179983               {
179984                   /* MaxLen */
179985                   "\030\000\000\000\100",
179986                   /* ModelCorrespondence */
179987                   "\036\000\001CIM_SoftwareElement.Version\000",
179988                   0,
179989               };
179990               
179991               static MetaProperty
179992               _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion =
179993               {
179994                   /* flags */
179995 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
179996                   /* name */
179997                   "UpperSoftwareElementVersion",
179998                   /* qualifiers */
179999                   _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion_qualifiers,
180000                   /* type */
180001                   CIMTYPE_STRING,
180002                   /* subscript */
180003                   -1,
180004                   /* value */
180005                   0,
180006               };
180007               
180008               static const char*
180009               _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired_qualifiers[] =
180010               {
180011                   /* ValueMap */
180012                   "\061\000\0040\0001\0002\0003\000",
180013                   /* Values */
180014                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
180015                   /* ModelCorrespondence */
180016 mike  1.1.2.1     "\036\000\001CIM_SoftwareElement.SoftwareElementState\000",
180017                   0,
180018               };
180019               
180020               static MetaProperty
180021               _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired =
180022               {
180023                   /* flags */
180024                   META_FLAG_PROPERTY|META_FLAG_READ,
180025                   /* name */
180026                   "SoftwareElementStateDesired",
180027                   /* qualifiers */
180028                   _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired_qualifiers,
180029                   /* type */
180030                   CIMTYPE_UINT16,
180031                   /* subscript */
180032                   -1,
180033                   /* value */
180034                   0,
180035               };
180036               
180037 mike  1.1.2.1 static const char*
180038               _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired_qualifiers[] =
180039               {
180040                   /* ValueMap */
180041                   "\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",
180042                   /* Values */
180043                   "\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",
180044                   /* ModelCorrespondence */
180045                   "\036\000\001CIM_SoftwareElement.TargetOperatingSystem\000",
180046                   0,
180047               };
180048               
180049               static MetaProperty
180050               _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired =
180051               {
180052                   /* flags */
180053                   META_FLAG_PROPERTY|META_FLAG_READ,
180054                   /* name */
180055                   "TargetOperatingSystemDesired",
180056                   /* qualifiers */
180057                   _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired_qualifiers,
180058 mike  1.1.2.1     /* type */
180059                   CIMTYPE_UINT16,
180060                   /* subscript */
180061                   -1,
180062                   /* value */
180063                   0,
180064               };
180065               
180066               static MetaFeature*
180067               _CIM_SoftwareElementVersionCheck_features[] =
180068               {
180069                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_SoftwareElementName,
180070                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion,
180071                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion,
180072                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired,
180073                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired,
180074                   0,
180075               };
180076               
180077               static const char*
180078               __root_cimv2_CIM_SoftwareElementVersionCheck_qualifiers[] =
180079 mike  1.1.2.1 {
180080                   /* UMLPackagePath */
180081                   "\057CIM::Application::CheckAction",
180082                   /* Version */
180083                   "\0632.7.0",
180084                   0,
180085               };
180086               
180087               MetaClass
180088               __root_cimv2_CIM_SoftwareElementVersionCheck =
180089               {
180090                   /* flags */
180091                   META_FLAG_CLASS,
180092                   /* name */
180093                   "CIM_SoftwareElementVersionCheck",
180094                   /* qualifiers */
180095                   __root_cimv2_CIM_SoftwareElementVersionCheck_qualifiers,
180096                   /* super */
180097                   &__root_cimv2_CIM_Check,
180098                   /* features */
180099                   _CIM_SoftwareElementVersionCheck_features,
180100 mike  1.1.2.1 };
180101               
180102               //==============================================================================
180103               //
180104               // Class: CIM_SourceRoutingService
180105               //
180106               //==============================================================================
180107               
180108               static const char*
180109               _CIM_SourceRoutingService_BridgeLfMode_qualifiers[] =
180110               {
180111                   /* ValueMap */
180112                   "\061\000\0021\0002\000",
180113                   /* Values */
180114                   "\062\000\002Mode3\000Mode6\000",
180115                   /* MappingStrings */
180116                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrBridgeLfMode\000",
180117                   0,
180118               };
180119               
180120               static MetaProperty
180121 mike  1.1.2.1 _CIM_SourceRoutingService_BridgeLfMode =
180122               {
180123                   /* flags */
180124                   META_FLAG_PROPERTY|META_FLAG_READ,
180125                   /* name */
180126                   "BridgeLfMode",
180127                   /* qualifiers */
180128                   _CIM_SourceRoutingService_BridgeLfMode_qualifiers,
180129                   /* type */
180130                   CIMTYPE_UINT16,
180131                   /* subscript */
180132                   -1,
180133                   /* value */
180134                   0,
180135               };
180136               
180137               static MetaFeature*
180138               _CIM_SourceRoutingService_features[] =
180139               {
180140                   (MetaFeature*)&_CIM_SourceRoutingService_BridgeLfMode,
180141                   0,
180142 mike  1.1.2.1 };
180143               
180144               static const char*
180145               __root_cimv2_CIM_SourceRoutingService_qualifiers[] =
180146               {
180147                   /* UMLPackagePath */
180148                   "\057CIM::Network::SwitchingBridging",
180149                   /* Version */
180150                   "\0632.7.0",
180151                   0,
180152               };
180153               
180154               MetaClass
180155               __root_cimv2_CIM_SourceRoutingService =
180156               {
180157                   /* flags */
180158                   META_FLAG_CLASS,
180159                   /* name */
180160                   "CIM_SourceRoutingService",
180161                   /* qualifiers */
180162                   __root_cimv2_CIM_SourceRoutingService_qualifiers,
180163 mike  1.1.2.1     /* super */
180164                   &__root_cimv2_CIM_ForwardingService,
180165                   /* features */
180166                   _CIM_SourceRoutingService_features,
180167               };
180168               
180169               //==============================================================================
180170               //
180171               // Class: CIM_SpanningTreeService
180172               //
180173               //==============================================================================
180174               
180175               static const char*
180176               _CIM_SpanningTreeService_ProtocolSpec_qualifiers[] =
180177               {
180178                   /* ValueMap */
180179                   "\061\000\0031\0002\0003\000",
180180                   /* Values */
180181                   "\062\000\003Unknown\000DEC LB100\000IEEE 802d\000",
180182                   /* MappingStrings */
180183                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpProtocolSpecification\000",
180184 mike  1.1.2.1     0,
180185               };
180186               
180187               static MetaProperty
180188               _CIM_SpanningTreeService_ProtocolSpec =
180189               {
180190                   /* flags */
180191                   META_FLAG_PROPERTY|META_FLAG_READ,
180192                   /* name */
180193                   "ProtocolSpec",
180194                   /* qualifiers */
180195                   _CIM_SpanningTreeService_ProtocolSpec_qualifiers,
180196                   /* type */
180197                   CIMTYPE_UINT16,
180198                   /* subscript */
180199                   -1,
180200                   /* value */
180201                   0,
180202               };
180203               
180204               static const char*
180205 mike  1.1.2.1 _CIM_SpanningTreeService_Priority_qualifiers[] =
180206               {
180207                   /* MappingStrings */
180208                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPriority\000",
180209                   0,
180210               };
180211               
180212               static MetaProperty
180213               _CIM_SpanningTreeService_Priority =
180214               {
180215                   /* flags */
180216                   META_FLAG_PROPERTY|META_FLAG_READ,
180217                   /* name */
180218                   "Priority",
180219                   /* qualifiers */
180220                   _CIM_SpanningTreeService_Priority_qualifiers,
180221                   /* type */
180222                   CIMTYPE_UINT16,
180223                   /* subscript */
180224                   -1,
180225                   /* value */
180226 mike  1.1.2.1     0,
180227               };
180228               
180229               static const char*
180230               _CIM_SpanningTreeService_SpanningTreeBridgeAddress_qualifiers[] =
180231               {
180232                   0,
180233               };
180234               
180235               static MetaProperty
180236               _CIM_SpanningTreeService_SpanningTreeBridgeAddress =
180237               {
180238                   /* flags */
180239                   META_FLAG_PROPERTY|META_FLAG_READ,
180240                   /* name */
180241                   "SpanningTreeBridgeAddress",
180242                   /* qualifiers */
180243                   _CIM_SpanningTreeService_SpanningTreeBridgeAddress_qualifiers,
180244                   /* type */
180245                   CIMTYPE_STRING,
180246                   /* subscript */
180247 mike  1.1.2.1     -1,
180248                   /* value */
180249                   0,
180250               };
180251               
180252               static const char*
180253               _CIM_SpanningTreeService_DesignatedRoot_qualifiers[] =
180254               {
180255                   /* MaxLen */
180256                   "\030\000\000\000\020",
180257                   /* MappingStrings */
180258                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpDesignatedRoot\000",
180259                   0,
180260               };
180261               
180262               static MetaProperty
180263               _CIM_SpanningTreeService_DesignatedRoot =
180264               {
180265                   /* flags */
180266                   META_FLAG_PROPERTY|META_FLAG_READ,
180267                   /* name */
180268 mike  1.1.2.1     "DesignatedRoot",
180269                   /* qualifiers */
180270                   _CIM_SpanningTreeService_DesignatedRoot_qualifiers,
180271                   /* type */
180272                   CIMTYPE_STRING,
180273                   /* subscript */
180274                   -1,
180275                   /* value */
180276                   0,
180277               };
180278               
180279               static const char*
180280               _CIM_SpanningTreeService_RootCost_qualifiers[] =
180281               {
180282                   /* MappingStrings */
180283                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpRootCost\000",
180284                   0,
180285               };
180286               
180287               static MetaProperty
180288               _CIM_SpanningTreeService_RootCost =
180289 mike  1.1.2.1 {
180290                   /* flags */
180291                   META_FLAG_PROPERTY|META_FLAG_READ,
180292                   /* name */
180293                   "RootCost",
180294                   /* qualifiers */
180295                   _CIM_SpanningTreeService_RootCost_qualifiers,
180296                   /* type */
180297                   CIMTYPE_UINT16,
180298                   /* subscript */
180299                   -1,
180300                   /* value */
180301                   0,
180302               };
180303               
180304               static const char*
180305               _CIM_SpanningTreeService_RootPort_qualifiers[] =
180306               {
180307                   /* MappingStrings */
180308                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpRootPort\000",
180309                   0,
180310 mike  1.1.2.1 };
180311               
180312               static MetaProperty
180313               _CIM_SpanningTreeService_RootPort =
180314               {
180315                   /* flags */
180316                   META_FLAG_PROPERTY|META_FLAG_READ,
180317                   /* name */
180318                   "RootPort",
180319                   /* qualifiers */
180320                   _CIM_SpanningTreeService_RootPort_qualifiers,
180321                   /* type */
180322                   CIMTYPE_UINT16,
180323                   /* subscript */
180324                   -1,
180325                   /* value */
180326                   0,
180327               };
180328               
180329               static const char*
180330               _CIM_SpanningTreeService_MaxAge_qualifiers[] =
180331 mike  1.1.2.1 {
180332                   /* Units */
180333                   "\060Hundredths of Seconds",
180334                   /* MappingStrings */
180335                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpMaxAge\000",
180336                   0,
180337               };
180338               
180339               static MetaProperty
180340               _CIM_SpanningTreeService_MaxAge =
180341               {
180342                   /* flags */
180343                   META_FLAG_PROPERTY|META_FLAG_READ,
180344                   /* name */
180345                   "MaxAge",
180346                   /* qualifiers */
180347                   _CIM_SpanningTreeService_MaxAge_qualifiers,
180348                   /* type */
180349                   CIMTYPE_UINT32,
180350                   /* subscript */
180351                   -1,
180352 mike  1.1.2.1     /* value */
180353                   0,
180354               };
180355               
180356               static const char*
180357               _CIM_SpanningTreeService_HelloTime_qualifiers[] =
180358               {
180359                   /* Units */
180360                   "\060Hundredths of Seconds",
180361                   /* MappingStrings */
180362                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpHelloTime\000",
180363                   0,
180364               };
180365               
180366               static MetaProperty
180367               _CIM_SpanningTreeService_HelloTime =
180368               {
180369                   /* flags */
180370                   META_FLAG_PROPERTY|META_FLAG_READ,
180371                   /* name */
180372                   "HelloTime",
180373 mike  1.1.2.1     /* qualifiers */
180374                   _CIM_SpanningTreeService_HelloTime_qualifiers,
180375                   /* type */
180376                   CIMTYPE_UINT32,
180377                   /* subscript */
180378                   -1,
180379                   /* value */
180380                   0,
180381               };
180382               
180383               static const char*
180384               _CIM_SpanningTreeService_HoldTime_qualifiers[] =
180385               {
180386                   /* Units */
180387                   "\060Hundredths of Seconds",
180388                   /* MappingStrings */
180389                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpHoldTime\000",
180390                   0,
180391               };
180392               
180393               static MetaProperty
180394 mike  1.1.2.1 _CIM_SpanningTreeService_HoldTime =
180395               {
180396                   /* flags */
180397                   META_FLAG_PROPERTY|META_FLAG_READ,
180398                   /* name */
180399                   "HoldTime",
180400                   /* qualifiers */
180401                   _CIM_SpanningTreeService_HoldTime_qualifiers,
180402                   /* type */
180403                   CIMTYPE_UINT32,
180404                   /* subscript */
180405                   -1,
180406                   /* value */
180407                   0,
180408               };
180409               
180410               static const char*
180411               _CIM_SpanningTreeService_ForwardDelay_qualifiers[] =
180412               {
180413                   /* Units */
180414                   "\060Hundredths of Seconds",
180415 mike  1.1.2.1     /* MappingStrings */
180416                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpForwardDelay\000",
180417                   0,
180418               };
180419               
180420               static MetaProperty
180421               _CIM_SpanningTreeService_ForwardDelay =
180422               {
180423                   /* flags */
180424                   META_FLAG_PROPERTY|META_FLAG_READ,
180425                   /* name */
180426                   "ForwardDelay",
180427                   /* qualifiers */
180428                   _CIM_SpanningTreeService_ForwardDelay_qualifiers,
180429                   /* type */
180430                   CIMTYPE_UINT32,
180431                   /* subscript */
180432                   -1,
180433                   /* value */
180434                   0,
180435               };
180436 mike  1.1.2.1 
180437               static const char*
180438               _CIM_SpanningTreeService_BridgeMaxAge_qualifiers[] =
180439               {
180440                   /* Units */
180441                   "\060Hundredths of Seconds",
180442                   /* MappingStrings */
180443                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeMaxAge\000",
180444                   0,
180445               };
180446               
180447               static MetaProperty
180448               _CIM_SpanningTreeService_BridgeMaxAge =
180449               {
180450                   /* flags */
180451                   META_FLAG_PROPERTY|META_FLAG_READ,
180452                   /* name */
180453                   "BridgeMaxAge",
180454                   /* qualifiers */
180455                   _CIM_SpanningTreeService_BridgeMaxAge_qualifiers,
180456                   /* type */
180457 mike  1.1.2.1     CIMTYPE_UINT32,
180458                   /* subscript */
180459                   -1,
180460                   /* value */
180461                   0,
180462               };
180463               
180464               static const char*
180465               _CIM_SpanningTreeService_BridgeHelloTime_qualifiers[] =
180466               {
180467                   /* Units */
180468                   "\060Hundredths of Seconds",
180469                   /* MappingStrings */
180470                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeHelloTime\000",
180471                   0,
180472               };
180473               
180474               static MetaProperty
180475               _CIM_SpanningTreeService_BridgeHelloTime =
180476               {
180477                   /* flags */
180478 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
180479                   /* name */
180480                   "BridgeHelloTime",
180481                   /* qualifiers */
180482                   _CIM_SpanningTreeService_BridgeHelloTime_qualifiers,
180483                   /* type */
180484                   CIMTYPE_UINT32,
180485                   /* subscript */
180486                   -1,
180487                   /* value */
180488                   0,
180489               };
180490               
180491               static const char*
180492               _CIM_SpanningTreeService_BridgeForwardDelay_qualifiers[] =
180493               {
180494                   /* Units */
180495                   "\060Hundredths of Seconds",
180496                   /* MappingStrings */
180497                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeForwardDelay\000",
180498                   0,
180499 mike  1.1.2.1 };
180500               
180501               static MetaProperty
180502               _CIM_SpanningTreeService_BridgeForwardDelay =
180503               {
180504                   /* flags */
180505                   META_FLAG_PROPERTY|META_FLAG_READ,
180506                   /* name */
180507                   "BridgeForwardDelay",
180508                   /* qualifiers */
180509                   _CIM_SpanningTreeService_BridgeForwardDelay_qualifiers,
180510                   /* type */
180511                   CIMTYPE_UINT32,
180512                   /* subscript */
180513                   -1,
180514                   /* value */
180515                   0,
180516               };
180517               
180518               static MetaFeature*
180519               _CIM_SpanningTreeService_features[] =
180520 mike  1.1.2.1 {
180521                   (MetaFeature*)&_CIM_SpanningTreeService_ProtocolSpec,
180522                   (MetaFeature*)&_CIM_SpanningTreeService_Priority,
180523                   (MetaFeature*)&_CIM_SpanningTreeService_SpanningTreeBridgeAddress,
180524                   (MetaFeature*)&_CIM_SpanningTreeService_DesignatedRoot,
180525                   (MetaFeature*)&_CIM_SpanningTreeService_RootCost,
180526                   (MetaFeature*)&_CIM_SpanningTreeService_RootPort,
180527                   (MetaFeature*)&_CIM_SpanningTreeService_MaxAge,
180528                   (MetaFeature*)&_CIM_SpanningTreeService_HelloTime,
180529                   (MetaFeature*)&_CIM_SpanningTreeService_HoldTime,
180530                   (MetaFeature*)&_CIM_SpanningTreeService_ForwardDelay,
180531                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeMaxAge,
180532                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeHelloTime,
180533                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeForwardDelay,
180534                   0,
180535               };
180536               
180537               static const char*
180538               __root_cimv2_CIM_SpanningTreeService_qualifiers[] =
180539               {
180540                   /* UMLPackagePath */
180541 mike  1.1.2.1     "\057CIM::Network::SwitchingBridging",
180542                   /* Version */
180543                   "\0632.7.0",
180544                   0,
180545               };
180546               
180547               MetaClass
180548               __root_cimv2_CIM_SpanningTreeService =
180549               {
180550                   /* flags */
180551                   META_FLAG_CLASS,
180552                   /* name */
180553                   "CIM_SpanningTreeService",
180554                   /* qualifiers */
180555                   __root_cimv2_CIM_SpanningTreeService_qualifiers,
180556                   /* super */
180557                   &__root_cimv2_CIM_ForwardingService,
180558                   /* features */
180559                   _CIM_SpanningTreeService_features,
180560               };
180561               
180562 mike  1.1.2.1 //==============================================================================
180563               //
180564               // Class: CIM_StorageHardwareIDManagementService
180565               //
180566               //==============================================================================
180567               
180568               static const char*
180569               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName_qualifiers[] =
180570               {
180571                   /* IN */
180572                   "\024\001",
180573                   0,
180574               };
180575               
180576               static MetaProperty
180577               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName =
180578               {
180579                   /* flags */
180580                   META_FLAG_PROPERTY|META_FLAG_IN,
180581                   /* name */
180582                   "ElementName",
180583 mike  1.1.2.1     /* qualifiers */
180584                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName_qualifiers,
180585                   /* type */
180586                   CIMTYPE_STRING,
180587                   /* subscript */
180588                   -1,
180589                   /* value */
180590                   0,
180591               };
180592               
180593               static const char*
180594               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID_qualifiers[] =
180595               {
180596                   /* IN */
180597                   "\024\001",
180598                   0,
180599               };
180600               
180601               static MetaProperty
180602               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID =
180603               {
180604 mike  1.1.2.1     /* flags */
180605                   META_FLAG_PROPERTY|META_FLAG_IN,
180606                   /* name */
180607                   "StorageID",
180608                   /* qualifiers */
180609                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID_qualifiers,
180610                   /* type */
180611                   CIMTYPE_STRING,
180612                   /* subscript */
180613                   -1,
180614                   /* value */
180615                   0,
180616               };
180617               
180618               static const char*
180619               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType_qualifiers[] =
180620               {
180621                   /* IN */
180622                   "\024\001",
180623                   /* ValueMap */
180624                   "\061\000\0051\0002\0003\0004\0005\000",
180625 mike  1.1.2.1     /* Values */
180626                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180627                   0,
180628               };
180629               
180630               static MetaProperty
180631               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType =
180632               {
180633                   /* flags */
180634                   META_FLAG_PROPERTY|META_FLAG_IN,
180635                   /* name */
180636                   "IDType",
180637                   /* qualifiers */
180638                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType_qualifiers,
180639                   /* type */
180640                   CIMTYPE_UINT16,
180641                   /* subscript */
180642                   -1,
180643                   /* value */
180644                   0,
180645               };
180646 mike  1.1.2.1 
180647               static const char*
180648               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType_qualifiers[] =
180649               {
180650                   /* IN */
180651                   "\024\001",
180652                   0,
180653               };
180654               
180655               static MetaProperty
180656               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType =
180657               {
180658                   /* flags */
180659                   META_FLAG_PROPERTY|META_FLAG_IN,
180660                   /* name */
180661                   "OtherIDType",
180662                   /* qualifiers */
180663                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType_qualifiers,
180664                   /* type */
180665                   CIMTYPE_STRING,
180666                   /* subscript */
180667 mike  1.1.2.1     -1,
180668                   /* value */
180669                   0,
180670               };
180671               
180672               static const char*
180673               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting_qualifiers[] =
180674               {
180675                   /* IN */
180676                   "\024\001",
180677                   0,
180678               };
180679               
180680               static MetaReference
180681               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting =
180682               {
180683                   /* flags */
180684                   META_FLAG_REFERENCE|META_FLAG_IN,
180685                   /* name */
180686                   "Setting",
180687                   /* qualifiers */
180688 mike  1.1.2.1     _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting_qualifiers,
180689                   /* subscript */
180690                   -1,
180691                   /* ref */
180692                   &__root_cimv2_CIM_StorageClientSettingData,
180693               };
180694               
180695               static const char*
180696               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID_qualifiers[] =
180697               {
180698                   /* IN */
180699                   "\024\000",
180700                   /* OUT */
180701                   "\043\001",
180702                   0,
180703               };
180704               
180705               static MetaReference
180706               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID =
180707               {
180708                   /* flags */
180709 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_OUT,
180710                   /* name */
180711                   "HardwareID",
180712                   /* qualifiers */
180713                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID_qualifiers,
180714                   /* subscript */
180715                   -1,
180716                   /* ref */
180717                   &__root_cimv2_CIM_StorageHardwareID,
180718               };
180719               
180720               static MetaFeature*
180721               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_parameters[] =
180722               {
180723                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName,
180724                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID,
180725                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType,
180726                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType,
180727                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting,
180728                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID,
180729                   0,
180730 mike  1.1.2.1 };
180731               
180732               static const char*
180733               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_qualifiers[] =
180734               {
180735                   /* ValueMap */
180736                   "\061\000\0130\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1003..0x7FFF\0000x8000..\000",
180737                   /* Values */
180738                   "\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",
180739                   0,
180740               };
180741               
180742               static MetaMethod
180743               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID =
180744               {
180745                   /* flags */
180746                   META_FLAG_METHOD,
180747                   /* name */
180748                   "CIM_StorageHardwareIDManagementService",
180749                   /* qualifiers */
180750                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_qualifiers,
180751 mike  1.1.2.1     /* type */
180752                   CIMTYPE_UINT32,
180753                   /* parameters */
180754                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_parameters,
180755               };
180756               
180757               static const char*
180758               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID_qualifiers[] =
180759               {
180760                   /* IN */
180761                   "\024\001",
180762                   0,
180763               };
180764               
180765               static MetaReference
180766               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID =
180767               {
180768                   /* flags */
180769                   META_FLAG_REFERENCE|META_FLAG_IN,
180770                   /* name */
180771                   "HardwareID",
180772 mike  1.1.2.1     /* qualifiers */
180773                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID_qualifiers,
180774                   /* subscript */
180775                   -1,
180776                   /* ref */
180777                   &__root_cimv2_CIM_StorageHardwareID,
180778               };
180779               
180780               static MetaFeature*
180781               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_parameters[] =
180782               {
180783                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID,
180784                   0,
180785               };
180786               
180787               static const char*
180788               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_qualifiers[] =
180789               {
180790                   /* ValueMap */
180791                   "\061\000\0120\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001..0x7FFF\0000x8000..\000",
180792                   /* Values */
180793 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",
180794                   0,
180795               };
180796               
180797               static MetaMethod
180798               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID =
180799               {
180800                   /* flags */
180801                   META_FLAG_METHOD,
180802                   /* name */
180803                   "CIM_StorageHardwareIDManagementService",
180804                   /* qualifiers */
180805                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_qualifiers,
180806                   /* type */
180807                   CIMTYPE_UINT32,
180808                   /* parameters */
180809                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_parameters,
180810               };
180811               
180812               static const char*
180813               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName_qualifiers[] =
180814 mike  1.1.2.1 {
180815                   /* IN */
180816                   "\024\001",
180817                   0,
180818               };
180819               
180820               static MetaProperty
180821               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName =
180822               {
180823                   /* flags */
180824                   META_FLAG_PROPERTY|META_FLAG_IN,
180825                   /* name */
180826                   "ElementName",
180827                   /* qualifiers */
180828                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName_qualifiers,
180829                   /* type */
180830                   CIMTYPE_STRING,
180831                   /* subscript */
180832                   -1,
180833                   /* value */
180834                   0,
180835 mike  1.1.2.1 };
180836               
180837               static const char*
180838               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID_qualifiers[] =
180839               {
180840                   /* IN */
180841                   "\024\001",
180842                   0,
180843               };
180844               
180845               static MetaProperty
180846               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID =
180847               {
180848                   /* flags */
180849                   META_FLAG_PROPERTY|META_FLAG_IN,
180850                   /* name */
180851                   "StorageID",
180852                   /* qualifiers */
180853                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID_qualifiers,
180854                   /* type */
180855                   CIMTYPE_STRING,
180856 mike  1.1.2.1     /* subscript */
180857                   -1,
180858                   /* value */
180859                   0,
180860               };
180861               
180862               static const char*
180863               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType_qualifiers[] =
180864               {
180865                   /* IN */
180866                   "\024\001",
180867                   /* ValueMap */
180868                   "\061\000\0051\0002\0003\0004\0005\000",
180869                   /* Values */
180870                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180871                   0,
180872               };
180873               
180874               static MetaProperty
180875               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType =
180876               {
180877 mike  1.1.2.1     /* flags */
180878                   META_FLAG_PROPERTY|META_FLAG_IN,
180879                   /* name */
180880                   "IDType",
180881                   /* qualifiers */
180882                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType_qualifiers,
180883                   /* type */
180884                   CIMTYPE_UINT16,
180885                   /* subscript */
180886                   -1,
180887                   /* value */
180888                   0,
180889               };
180890               
180891               static const char*
180892               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType_qualifiers[] =
180893               {
180894                   /* IN */
180895                   "\024\001",
180896                   0,
180897               };
180898 mike  1.1.2.1 
180899               static MetaProperty
180900               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType =
180901               {
180902                   /* flags */
180903                   META_FLAG_PROPERTY|META_FLAG_IN,
180904                   /* name */
180905                   "OtherIDType",
180906                   /* qualifiers */
180907                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType_qualifiers,
180908                   /* type */
180909                   CIMTYPE_STRING,
180910                   /* subscript */
180911                   -1,
180912                   /* value */
180913                   0,
180914               };
180915               
180916               static const char*
180917               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID_qualifiers[] =
180918               {
180919 mike  1.1.2.1     /* IN */
180920                   "\024\001",
180921                   0,
180922               };
180923               
180924               static MetaProperty
180925               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID =
180926               {
180927                   /* flags */
180928                   META_FLAG_PROPERTY|META_FLAG_IN,
180929                   /* name */
180930                   "GatewayID",
180931                   /* qualifiers */
180932                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID_qualifiers,
180933                   /* type */
180934                   CIMTYPE_STRING,
180935                   /* subscript */
180936                   -1,
180937                   /* value */
180938                   0,
180939               };
180940 mike  1.1.2.1 
180941               static const char*
180942               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType_qualifiers[] =
180943               {
180944                   /* IN */
180945                   "\024\001",
180946                   /* ValueMap */
180947                   "\061\000\0051\0002\0003\0004\0005\000",
180948                   /* Values */
180949                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180950                   0,
180951               };
180952               
180953               static MetaProperty
180954               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType =
180955               {
180956                   /* flags */
180957                   META_FLAG_PROPERTY|META_FLAG_IN,
180958                   /* name */
180959                   "GatewayIDType",
180960                   /* qualifiers */
180961 mike  1.1.2.1     _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType_qualifiers,
180962                   /* type */
180963                   CIMTYPE_UINT16,
180964                   /* subscript */
180965                   -1,
180966                   /* value */
180967                   0,
180968               };
180969               
180970               static const char*
180971               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType_qualifiers[] =
180972               {
180973                   /* IN */
180974                   "\024\001",
180975                   0,
180976               };
180977               
180978               static MetaProperty
180979               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType =
180980               {
180981                   /* flags */
180982 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
180983                   /* name */
180984                   "OtherGatewayIDType",
180985                   /* qualifiers */
180986                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType_qualifiers,
180987                   /* type */
180988                   CIMTYPE_STRING,
180989                   /* subscript */
180990                   -1,
180991                   /* value */
180992                   0,
180993               };
180994               
180995               static const char*
180996               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID_qualifiers[] =
180997               {
180998                   /* IN */
180999                   "\024\000",
181000                   /* OUT */
181001                   "\043\001",
181002                   0,
181003 mike  1.1.2.1 };
181004               
181005               static MetaReference
181006               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID =
181007               {
181008                   /* flags */
181009                   META_FLAG_REFERENCE|META_FLAG_OUT,
181010                   /* name */
181011                   "NewGatewayPathID",
181012                   /* qualifiers */
181013                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID_qualifiers,
181014                   /* subscript */
181015                   -1,
181016                   /* ref */
181017                   &__root_cimv2_CIM_GatewayPathID,
181018               };
181019               
181020               static MetaFeature*
181021               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_parameters[] =
181022               {
181023                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName,
181024 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID,
181025                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType,
181026                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType,
181027                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID,
181028                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType,
181029                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType,
181030                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID,
181031                   0,
181032               };
181033               
181034               static const char*
181035               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_qualifiers[] =
181036               {
181037                   /* ValueMap */
181038                   "\061\000\0150\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1003\0000x1004\0000x1005..0x7FFF\0000x8000..\000",
181039                   /* Values */
181040                   "\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",
181041                   0,
181042               };
181043               
181044               static MetaMethod
181045 mike  1.1.2.1 _CIM_StorageHardwareIDManagementService_CreateGatewayPathID =
181046               {
181047                   /* flags */
181048                   META_FLAG_METHOD,
181049                   /* name */
181050                   "CIM_StorageHardwareIDManagementService",
181051                   /* qualifiers */
181052                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_qualifiers,
181053                   /* type */
181054                   CIMTYPE_UINT32,
181055                   /* parameters */
181056                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_parameters,
181057               };
181058               
181059               static const char*
181060               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName_qualifiers[] =
181061               {
181062                   /* IN */
181063                   "\024\001",
181064                   0,
181065               };
181066 mike  1.1.2.1 
181067               static MetaProperty
181068               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName =
181069               {
181070                   /* flags */
181071                   META_FLAG_PROPERTY|META_FLAG_IN,
181072                   /* name */
181073                   "ElementName",
181074                   /* qualifiers */
181075                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName_qualifiers,
181076                   /* type */
181077                   CIMTYPE_STRING,
181078                   /* subscript */
181079                   -1,
181080                   /* value */
181081                   0,
181082               };
181083               
181084               static const char*
181085               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs_qualifiers[] =
181086               {
181087 mike  1.1.2.1     /* IN */
181088                   "\024\001",
181089                   0,
181090               };
181091               
181092               static MetaProperty
181093               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs =
181094               {
181095                   /* flags */
181096                   META_FLAG_PROPERTY|META_FLAG_IN,
181097                   /* name */
181098                   "HardwareIDs",
181099                   /* qualifiers */
181100                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs_qualifiers,
181101                   /* type */
181102                   CIMTYPE_STRING,
181103                   /* subscript */
181104                   0,
181105                   /* value */
181106                   0,
181107               };
181108 mike  1.1.2.1 
181109               static const char*
181110               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection_qualifiers[] =
181111               {
181112                   /* IN */
181113                   "\024\000",
181114                   /* OUT */
181115                   "\043\001",
181116                   0,
181117               };
181118               
181119               static MetaReference
181120               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection =
181121               {
181122                   /* flags */
181123                   META_FLAG_REFERENCE|META_FLAG_OUT,
181124                   /* name */
181125                   "Collection",
181126                   /* qualifiers */
181127                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection_qualifiers,
181128                   /* subscript */
181129 mike  1.1.2.1     -1,
181130                   /* ref */
181131                   &__root_cimv2_CIM_SystemSpecificCollection,
181132               };
181133               
181134               static MetaFeature*
181135               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_parameters[] =
181136               {
181137                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName,
181138                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs,
181139                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection,
181140                   0,
181141               };
181142               
181143               static const char*
181144               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_qualifiers[] =
181145               {
181146                   /* ValueMap */
181147                   "\061\000\0140\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1002\0000x1003..0x7FFF\0000x8000..\000",
181148                   /* Values */
181149                   "\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",
181150 mike  1.1.2.1     0,
181151               };
181152               
181153               static MetaMethod
181154               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection =
181155               {
181156                   /* flags */
181157                   META_FLAG_METHOD,
181158                   /* name */
181159                   "CIM_StorageHardwareIDManagementService",
181160                   /* qualifiers */
181161                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_qualifiers,
181162                   /* type */
181163                   CIMTYPE_UINT32,
181164                   /* parameters */
181165                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_parameters,
181166               };
181167               
181168               static const char*
181169               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs_qualifiers[] =
181170               {
181171 mike  1.1.2.1     /* IN */
181172                   "\024\001",
181173                   0,
181174               };
181175               
181176               static MetaProperty
181177               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs =
181178               {
181179                   /* flags */
181180                   META_FLAG_PROPERTY|META_FLAG_IN,
181181                   /* name */
181182                   "HardwareIDs",
181183                   /* qualifiers */
181184                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs_qualifiers,
181185                   /* type */
181186                   CIMTYPE_STRING,
181187                   /* subscript */
181188                   0,
181189                   /* value */
181190                   0,
181191               };
181192 mike  1.1.2.1 
181193               static const char*
181194               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection_qualifiers[] =
181195               {
181196                   /* IN */
181197                   "\024\001",
181198                   0,
181199               };
181200               
181201               static MetaReference
181202               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection =
181203               {
181204                   /* flags */
181205                   META_FLAG_REFERENCE|META_FLAG_IN,
181206                   /* name */
181207                   "Collection",
181208                   /* qualifiers */
181209                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection_qualifiers,
181210                   /* subscript */
181211                   -1,
181212                   /* ref */
181213 mike  1.1.2.1     &__root_cimv2_CIM_SystemSpecificCollection,
181214               };
181215               
181216               static MetaFeature*
181217               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_parameters[] =
181218               {
181219                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs,
181220                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection,
181221                   0,
181222               };
181223               
181224               static const char*
181225               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_qualifiers[] =
181226               {
181227                   /* ValueMap */
181228                   "\061\000\0140\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1002\0000x1003..0x7FFF\0000x8000..\000",
181229                   /* Values */
181230                   "\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",
181231                   0,
181232               };
181233               
181234 mike  1.1.2.1 static MetaMethod
181235               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection =
181236               {
181237                   /* flags */
181238                   META_FLAG_METHOD,
181239                   /* name */
181240                   "CIM_StorageHardwareIDManagementService",
181241                   /* qualifiers */
181242                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_qualifiers,
181243                   /* type */
181244                   CIMTYPE_UINT32,
181245                   /* parameters */
181246                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_parameters,
181247               };
181248               
181249               static MetaFeature*
181250               _CIM_StorageHardwareIDManagementService_features[] =
181251               {
181252                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID,
181253                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID,
181254                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID,
181255 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection,
181256                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection,
181257                   0,
181258               };
181259               
181260               static const char*
181261               __root_cimv2_CIM_StorageHardwareIDManagementService_qualifiers[] =
181262               {
181263                   /* UMLPackagePath */
181264                   "\057CIM::User::StorageHardwareID",
181265                   /* Version */
181266                   "\0632.8.1000",
181267                   0,
181268               };
181269               
181270               MetaClass
181271               __root_cimv2_CIM_StorageHardwareIDManagementService =
181272               {
181273                   /* flags */
181274                   META_FLAG_CLASS,
181275                   /* name */
181276 mike  1.1.2.1     "CIM_StorageHardwareIDManagementService",
181277                   /* qualifiers */
181278                   __root_cimv2_CIM_StorageHardwareIDManagementService_qualifiers,
181279                   /* super */
181280                   &__root_cimv2_CIM_AuthenticationService,
181281                   /* features */
181282                   _CIM_StorageHardwareIDManagementService_features,
181283               };
181284               
181285               //==============================================================================
181286               //
181287               // Class: CIM_SwapSpaceCheck
181288               //
181289               //==============================================================================
181290               
181291               static const char*
181292               _CIM_SwapSpaceCheck_SwapSpaceSize_qualifiers[] =
181293               {
181294                   /* Units */
181295                   "\060KiloBytes",
181296                   /* ModelCorrespondence */
181297 mike  1.1.2.1     "\036\000\001CIM_OperatingSystem.TotalSwapSpaceSize\000",
181298                   0,
181299               };
181300               
181301               static MetaProperty
181302               _CIM_SwapSpaceCheck_SwapSpaceSize =
181303               {
181304                   /* flags */
181305                   META_FLAG_PROPERTY|META_FLAG_READ,
181306                   /* name */
181307                   "SwapSpaceSize",
181308                   /* qualifiers */
181309                   _CIM_SwapSpaceCheck_SwapSpaceSize_qualifiers,
181310                   /* type */
181311                   CIMTYPE_UINT64,
181312                   /* subscript */
181313                   -1,
181314                   /* value */
181315                   0,
181316               };
181317               
181318 mike  1.1.2.1 static MetaFeature*
181319               _CIM_SwapSpaceCheck_features[] =
181320               {
181321                   (MetaFeature*)&_CIM_SwapSpaceCheck_SwapSpaceSize,
181322                   0,
181323               };
181324               
181325               static const char*
181326               __root_cimv2_CIM_SwapSpaceCheck_qualifiers[] =
181327               {
181328                   /* UMLPackagePath */
181329                   "\057CIM::Application::CheckAction",
181330                   /* Version */
181331                   "\0632.6.0",
181332                   0,
181333               };
181334               
181335               MetaClass
181336               __root_cimv2_CIM_SwapSpaceCheck =
181337               {
181338                   /* flags */
181339 mike  1.1.2.1     META_FLAG_CLASS,
181340                   /* name */
181341                   "CIM_SwapSpaceCheck",
181342                   /* qualifiers */
181343                   __root_cimv2_CIM_SwapSpaceCheck_qualifiers,
181344                   /* super */
181345                   &__root_cimv2_CIM_Check,
181346                   /* features */
181347                   _CIM_SwapSpaceCheck_features,
181348               };
181349               
181350               //==============================================================================
181351               //
181352               // Class: CIM_SwitchPortSourceRouting
181353               //
181354               //==============================================================================
181355               
181356               static const char*
181357               _CIM_SwitchPortSourceRouting_Antecedent_qualifiers[] =
181358               {
181359                   /* Override */
181360 mike  1.1.2.1     "\044Antecedent",
181361                   0,
181362               };
181363               
181364               static MetaReference
181365               _CIM_SwitchPortSourceRouting_Antecedent =
181366               {
181367                   /* flags */
181368                   META_FLAG_REFERENCE|META_FLAG_READ,
181369                   /* name */
181370                   "Antecedent",
181371                   /* qualifiers */
181372                   _CIM_SwitchPortSourceRouting_Antecedent_qualifiers,
181373                   /* subscript */
181374                   -1,
181375                   /* refId */
181376                   &__root_cimv2_CIM_SwitchPort,
181377               };
181378               
181379               static const char*
181380               _CIM_SwitchPortSourceRouting_Dependent_qualifiers[] =
181381 mike  1.1.2.1 {
181382                   /* Override */
181383                   "\044Dependent",
181384                   /* Max */
181385                   "\027\000\000\000\001",
181386                   0,
181387               };
181388               
181389               static MetaReference
181390               _CIM_SwitchPortSourceRouting_Dependent =
181391               {
181392                   /* flags */
181393                   META_FLAG_REFERENCE|META_FLAG_READ,
181394                   /* name */
181395                   "Dependent",
181396                   /* qualifiers */
181397                   _CIM_SwitchPortSourceRouting_Dependent_qualifiers,
181398                   /* subscript */
181399                   -1,
181400                   /* refId */
181401                   &__root_cimv2_CIM_SourceRoutingService,
181402 mike  1.1.2.1 };
181403               
181404               static const char*
181405               _CIM_SwitchPortSourceRouting_HopCount_qualifiers[] =
181406               {
181407                   /* MappingStrings */
181408                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortHopCount\000",
181409                   0,
181410               };
181411               
181412               static MetaProperty
181413               _CIM_SwitchPortSourceRouting_HopCount =
181414               {
181415                   /* flags */
181416                   META_FLAG_PROPERTY|META_FLAG_READ,
181417                   /* name */
181418                   "HopCount",
181419                   /* qualifiers */
181420                   _CIM_SwitchPortSourceRouting_HopCount_qualifiers,
181421                   /* type */
181422                   CIMTYPE_UINT16,
181423 mike  1.1.2.1     /* subscript */
181424                   -1,
181425                   /* value */
181426                   0,
181427               };
181428               
181429               static const char*
181430               _CIM_SwitchPortSourceRouting_LocalSegment_qualifiers[] =
181431               {
181432                   /* MappingStrings */
181433                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortLocalSegment\000",
181434                   0,
181435               };
181436               
181437               static MetaProperty
181438               _CIM_SwitchPortSourceRouting_LocalSegment =
181439               {
181440                   /* flags */
181441                   META_FLAG_PROPERTY|META_FLAG_READ,
181442                   /* name */
181443                   "LocalSegment",
181444 mike  1.1.2.1     /* qualifiers */
181445                   _CIM_SwitchPortSourceRouting_LocalSegment_qualifiers,
181446                   /* type */
181447                   CIMTYPE_UINT16,
181448                   /* subscript */
181449                   -1,
181450                   /* value */
181451                   0,
181452               };
181453               
181454               static const char*
181455               _CIM_SwitchPortSourceRouting_BridgeNum_qualifiers[] =
181456               {
181457                   /* MappingStrings */
181458                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortBridgeNum\000",
181459                   0,
181460               };
181461               
181462               static MetaProperty
181463               _CIM_SwitchPortSourceRouting_BridgeNum =
181464               {
181465 mike  1.1.2.1     /* flags */
181466                   META_FLAG_PROPERTY|META_FLAG_READ,
181467                   /* name */
181468                   "BridgeNum",
181469                   /* qualifiers */
181470                   _CIM_SwitchPortSourceRouting_BridgeNum_qualifiers,
181471                   /* type */
181472                   CIMTYPE_UINT16,
181473                   /* subscript */
181474                   -1,
181475                   /* value */
181476                   0,
181477               };
181478               
181479               static const char*
181480               _CIM_SwitchPortSourceRouting_TargetSegment_qualifiers[] =
181481               {
181482                   /* MappingStrings */
181483                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortTargetSegment\000",
181484                   0,
181485               };
181486 mike  1.1.2.1 
181487               static MetaProperty
181488               _CIM_SwitchPortSourceRouting_TargetSegment =
181489               {
181490                   /* flags */
181491                   META_FLAG_PROPERTY|META_FLAG_READ,
181492                   /* name */
181493                   "TargetSegment",
181494                   /* qualifiers */
181495                   _CIM_SwitchPortSourceRouting_TargetSegment_qualifiers,
181496                   /* type */
181497                   CIMTYPE_UINT16,
181498                   /* subscript */
181499                   -1,
181500                   /* value */
181501                   0,
181502               };
181503               
181504               static const char*
181505               _CIM_SwitchPortSourceRouting_STESpanMode_qualifiers[] =
181506               {
181507 mike  1.1.2.1     /* ValueMap */
181508                   "\061\000\0031\0002\0003\000",
181509                   /* Values */
181510                   "\062\000\003Auto-Span\000Disabled\000Forced\000",
181511                   /* MappingStrings */
181512                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSTESpanMod\000",
181513                   /* ModelCorrespondence */
181514                   "\036\000\001CIM_SwitchPortSpanningTree.State\000",
181515                   0,
181516               };
181517               
181518               static MetaProperty
181519               _CIM_SwitchPortSourceRouting_STESpanMode =
181520               {
181521                   /* flags */
181522                   META_FLAG_PROPERTY|META_FLAG_READ,
181523                   /* name */
181524                   "STESpanMode",
181525                   /* qualifiers */
181526                   _CIM_SwitchPortSourceRouting_STESpanMode_qualifiers,
181527                   /* type */
181528 mike  1.1.2.1     CIMTYPE_UINT16,
181529                   /* subscript */
181530                   -1,
181531                   /* value */
181532                   0,
181533               };
181534               
181535               static MetaFeature*
181536               _CIM_SwitchPortSourceRouting_features[] =
181537               {
181538                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_Antecedent,
181539                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_Dependent,
181540                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_HopCount,
181541                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_LocalSegment,
181542                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_BridgeNum,
181543                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_TargetSegment,
181544                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_STESpanMode,
181545                   0,
181546               };
181547               
181548               static const char*
181549 mike  1.1.2.1 __root_cimv2_CIM_SwitchPortSourceRouting_qualifiers[] =
181550               {
181551                   /* ASSOCIATION */
181552                   "\000\001",
181553                   /* UMLPackagePath */
181554                   "\057CIM::Network::SwitchingBridging",
181555                   /* Version */
181556                   "\0632.7.0",
181557                   0,
181558               };
181559               
181560               MetaClass
181561               __root_cimv2_CIM_SwitchPortSourceRouting =
181562               {
181563                   /* flags */
181564                   META_FLAG_ASSOCIATION,
181565                   /* name */
181566                   "CIM_SwitchPortSourceRouting",
181567                   /* qualifiers */
181568                   __root_cimv2_CIM_SwitchPortSourceRouting_qualifiers,
181569                   /* super */
181570 mike  1.1.2.1     &__root_cimv2_CIM_ServiceSAPDependency,
181571                   /* features */
181572                   _CIM_SwitchPortSourceRouting_features,
181573               };
181574               
181575               //==============================================================================
181576               //
181577               // Class: CIM_SwitchPortSpanningTree
181578               //
181579               //==============================================================================
181580               
181581               static const char*
181582               _CIM_SwitchPortSpanningTree_Antecedent_qualifiers[] =
181583               {
181584                   /* Override */
181585                   "\044Antecedent",
181586                   0,
181587               };
181588               
181589               static MetaReference
181590               _CIM_SwitchPortSpanningTree_Antecedent =
181591 mike  1.1.2.1 {
181592                   /* flags */
181593                   META_FLAG_REFERENCE|META_FLAG_READ,
181594                   /* name */
181595                   "Antecedent",
181596                   /* qualifiers */
181597                   _CIM_SwitchPortSpanningTree_Antecedent_qualifiers,
181598                   /* subscript */
181599                   -1,
181600                   /* refId */
181601                   &__root_cimv2_CIM_SwitchPort,
181602               };
181603               
181604               static const char*
181605               _CIM_SwitchPortSpanningTree_Dependent_qualifiers[] =
181606               {
181607                   /* Override */
181608                   "\044Dependent",
181609                   0,
181610               };
181611               
181612 mike  1.1.2.1 static MetaReference
181613               _CIM_SwitchPortSpanningTree_Dependent =
181614               {
181615                   /* flags */
181616                   META_FLAG_REFERENCE|META_FLAG_READ,
181617                   /* name */
181618                   "Dependent",
181619                   /* qualifiers */
181620                   _CIM_SwitchPortSpanningTree_Dependent_qualifiers,
181621                   /* subscript */
181622                   -1,
181623                   /* refId */
181624                   &__root_cimv2_CIM_SpanningTreeService,
181625               };
181626               
181627               static const char*
181628               _CIM_SwitchPortSpanningTree_Priority_qualifiers[] =
181629               {
181630                   /* MappingStrings */
181631                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortPriority\000",
181632                   0,
181633 mike  1.1.2.1 };
181634               
181635               static MetaProperty
181636               _CIM_SwitchPortSpanningTree_Priority =
181637               {
181638                   /* flags */
181639                   META_FLAG_PROPERTY|META_FLAG_READ,
181640                   /* name */
181641                   "Priority",
181642                   /* qualifiers */
181643                   _CIM_SwitchPortSpanningTree_Priority_qualifiers,
181644                   /* type */
181645                   CIMTYPE_UINT8,
181646                   /* subscript */
181647                   -1,
181648                   /* value */
181649                   0,
181650               };
181651               
181652               static const char*
181653               _CIM_SwitchPortSpanningTree_State_qualifiers[] =
181654 mike  1.1.2.1 {
181655                   /* ValueMap */
181656                   "\061\000\0061\0002\0003\0004\0005\0006\000",
181657                   /* Values */
181658                   "\062\000\006Disabled\000Blocking\000Listening\000Learning\000Forwarding\000Broken\000",
181659                   /* MappingStrings */
181660                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortState\000",
181661                   0,
181662               };
181663               
181664               static MetaProperty
181665               _CIM_SwitchPortSpanningTree_State =
181666               {
181667                   /* flags */
181668                   META_FLAG_PROPERTY|META_FLAG_READ,
181669                   /* name */
181670                   "State",
181671                   /* qualifiers */
181672                   _CIM_SwitchPortSpanningTree_State_qualifiers,
181673                   /* type */
181674                   CIMTYPE_UINT16,
181675 mike  1.1.2.1     /* subscript */
181676                   -1,
181677                   /* value */
181678                   0,
181679               };
181680               
181681               static const char*
181682               _CIM_SwitchPortSpanningTree_Enable_qualifiers[] =
181683               {
181684                   /* Deprecated */
181685                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
181686                   /* ValueMap */
181687                   "\061\000\0021\0002\000",
181688                   /* Values */
181689                   "\062\000\002Enabled\000Disabled\000",
181690                   /* MappingStrings */
181691                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortEnable\000",
181692                   0,
181693               };
181694               
181695               static MetaProperty
181696 mike  1.1.2.1 _CIM_SwitchPortSpanningTree_Enable =
181697               {
181698                   /* flags */
181699                   META_FLAG_PROPERTY|META_FLAG_READ,
181700                   /* name */
181701                   "Enable",
181702                   /* qualifiers */
181703                   _CIM_SwitchPortSpanningTree_Enable_qualifiers,
181704                   /* type */
181705                   CIMTYPE_UINT16,
181706                   /* subscript */
181707                   -1,
181708                   /* value */
181709                   0,
181710               };
181711               
181712               static const char*
181713               _CIM_SwitchPortSpanningTree_PathCost_qualifiers[] =
181714               {
181715                   /* MappingStrings */
181716                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortPathCost\000",
181717 mike  1.1.2.1     0,
181718               };
181719               
181720               static MetaProperty
181721               _CIM_SwitchPortSpanningTree_PathCost =
181722               {
181723                   /* flags */
181724                   META_FLAG_PROPERTY|META_FLAG_READ,
181725                   /* name */
181726                   "PathCost",
181727                   /* qualifiers */
181728                   _CIM_SwitchPortSpanningTree_PathCost_qualifiers,
181729                   /* type */
181730                   CIMTYPE_UINT16,
181731                   /* subscript */
181732                   -1,
181733                   /* value */
181734                   0,
181735               };
181736               
181737               static const char*
181738 mike  1.1.2.1 _CIM_SwitchPortSpanningTree_DesignatedRoot_qualifiers[] =
181739               {
181740                   /* MappingStrings */
181741                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedRoot\000",
181742                   0,
181743               };
181744               
181745               static MetaProperty
181746               _CIM_SwitchPortSpanningTree_DesignatedRoot =
181747               {
181748                   /* flags */
181749                   META_FLAG_PROPERTY|META_FLAG_READ,
181750                   /* name */
181751                   "DesignatedRoot",
181752                   /* qualifiers */
181753                   _CIM_SwitchPortSpanningTree_DesignatedRoot_qualifiers,
181754                   /* type */
181755                   CIMTYPE_STRING,
181756                   /* subscript */
181757                   -1,
181758                   /* value */
181759 mike  1.1.2.1     0,
181760               };
181761               
181762               static const char*
181763               _CIM_SwitchPortSpanningTree_DesignatedCost_qualifiers[] =
181764               {
181765                   /* MappingStrings */
181766                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedCost\000",
181767                   0,
181768               };
181769               
181770               static MetaProperty
181771               _CIM_SwitchPortSpanningTree_DesignatedCost =
181772               {
181773                   /* flags */
181774                   META_FLAG_PROPERTY|META_FLAG_READ,
181775                   /* name */
181776                   "DesignatedCost",
181777                   /* qualifiers */
181778                   _CIM_SwitchPortSpanningTree_DesignatedCost_qualifiers,
181779                   /* type */
181780 mike  1.1.2.1     CIMTYPE_UINT16,
181781                   /* subscript */
181782                   -1,
181783                   /* value */
181784                   0,
181785               };
181786               
181787               static const char*
181788               _CIM_SwitchPortSpanningTree_DesignatedBridge_qualifiers[] =
181789               {
181790                   /* MappingStrings */
181791                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedBridge\000",
181792                   0,
181793               };
181794               
181795               static MetaProperty
181796               _CIM_SwitchPortSpanningTree_DesignatedBridge =
181797               {
181798                   /* flags */
181799                   META_FLAG_PROPERTY|META_FLAG_READ,
181800                   /* name */
181801 mike  1.1.2.1     "DesignatedBridge",
181802                   /* qualifiers */
181803                   _CIM_SwitchPortSpanningTree_DesignatedBridge_qualifiers,
181804                   /* type */
181805                   CIMTYPE_STRING,
181806                   /* subscript */
181807                   -1,
181808                   /* value */
181809                   0,
181810               };
181811               
181812               static const char*
181813               _CIM_SwitchPortSpanningTree_DesignatedPort_qualifiers[] =
181814               {
181815                   /* MappingStrings */
181816                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedPort\000",
181817                   0,
181818               };
181819               
181820               static MetaProperty
181821               _CIM_SwitchPortSpanningTree_DesignatedPort =
181822 mike  1.1.2.1 {
181823                   /* flags */
181824                   META_FLAG_PROPERTY|META_FLAG_READ,
181825                   /* name */
181826                   "DesignatedPort",
181827                   /* qualifiers */
181828                   _CIM_SwitchPortSpanningTree_DesignatedPort_qualifiers,
181829                   /* type */
181830                   CIMTYPE_UINT16,
181831                   /* subscript */
181832                   -1,
181833                   /* value */
181834                   0,
181835               };
181836               
181837               static MetaFeature*
181838               _CIM_SwitchPortSpanningTree_features[] =
181839               {
181840                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Antecedent,
181841                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Dependent,
181842                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Priority,
181843 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchPortSpanningTree_State,
181844                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Enable,
181845                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_PathCost,
181846                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedRoot,
181847                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedCost,
181848                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedBridge,
181849                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedPort,
181850                   0,
181851               };
181852               
181853               static const char*
181854               __root_cimv2_CIM_SwitchPortSpanningTree_qualifiers[] =
181855               {
181856                   /* ASSOCIATION */
181857                   "\000\001",
181858                   /* UMLPackagePath */
181859                   "\057CIM::Network::SwitchingBridging",
181860                   /* Version */
181861                   "\0632.7.0",
181862                   0,
181863               };
181864 mike  1.1.2.1 
181865               MetaClass
181866               __root_cimv2_CIM_SwitchPortSpanningTree =
181867               {
181868                   /* flags */
181869                   META_FLAG_ASSOCIATION,
181870                   /* name */
181871                   "CIM_SwitchPortSpanningTree",
181872                   /* qualifiers */
181873                   __root_cimv2_CIM_SwitchPortSpanningTree_qualifiers,
181874                   /* super */
181875                   &__root_cimv2_CIM_ServiceSAPDependency,
181876                   /* features */
181877                   _CIM_SwitchPortSpanningTree_features,
181878               };
181879               
181880               //==============================================================================
181881               //
181882               // Class: CIM_SwitchService
181883               //
181884               //==============================================================================
181885 mike  1.1.2.1 
181886               static const char*
181887               _CIM_SwitchService_BridgeAddress_qualifiers[] =
181888               {
181889                   /* MaxLen */
181890                   "\030\000\000\000\040",
181891                   /* MappingStrings */
181892                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseBridgeAddress\000",
181893                   /* ModelCorrespondence */
181894                   "\036\000\001CIM_SwitchService.BridgeAddressType\000",
181895                   0,
181896               };
181897               
181898               static MetaProperty
181899               _CIM_SwitchService_BridgeAddress =
181900               {
181901                   /* flags */
181902                   META_FLAG_PROPERTY|META_FLAG_READ,
181903                   /* name */
181904                   "BridgeAddress",
181905                   /* qualifiers */
181906 mike  1.1.2.1     _CIM_SwitchService_BridgeAddress_qualifiers,
181907                   /* type */
181908                   CIMTYPE_STRING,
181909                   /* subscript */
181910                   -1,
181911                   /* value */
181912                   0,
181913               };
181914               
181915               static const char*
181916               _CIM_SwitchService_NumPorts_qualifiers[] =
181917               {
181918                   /* MappingStrings */
181919                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseNumPorts\000",
181920                   0,
181921               };
181922               
181923               static MetaProperty
181924               _CIM_SwitchService_NumPorts =
181925               {
181926                   /* flags */
181927 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
181928                   /* name */
181929                   "NumPorts",
181930                   /* qualifiers */
181931                   _CIM_SwitchService_NumPorts_qualifiers,
181932                   /* type */
181933                   CIMTYPE_UINT16,
181934                   /* subscript */
181935                   -1,
181936                   /* value */
181937                   0,
181938               };
181939               
181940               static const char*
181941               _CIM_SwitchService_BridgeType_qualifiers[] =
181942               {
181943                   /* ValueMap */
181944                   "\061\000\0041\0002\0003\0004\000",
181945                   /* Values */
181946                   "\062\000\004Unknown\000Transparent-only\000SourceRoute-only\000SRT\000",
181947                   /* MappingStrings */
181948 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseType\000",
181949                   0,
181950               };
181951               
181952               static MetaProperty
181953               _CIM_SwitchService_BridgeType =
181954               {
181955                   /* flags */
181956                   META_FLAG_PROPERTY|META_FLAG_READ,
181957                   /* name */
181958                   "BridgeType",
181959                   /* qualifiers */
181960                   _CIM_SwitchService_BridgeType_qualifiers,
181961                   /* type */
181962                   CIMTYPE_UINT8,
181963                   /* subscript */
181964                   -1,
181965                   /* value */
181966                   0,
181967               };
181968               
181969 mike  1.1.2.1 static const char*
181970               _CIM_SwitchService_BridgeAddressType_qualifiers[] =
181971               {
181972                   /* ValueMap */
181973                   "\061\000\0051\0002\0003\0004\0005\000",
181974                   /* Values */
181975                   "\062\000\005Other\000IPv4\000IPv6\000MAC\000MAC + Spanning Tree Priority\000",
181976                   /* ModelCorrespondence */
181977                   "\036\000\001CIM_SwitchService.BridgeAddress\000",
181978                   0,
181979               };
181980               
181981               static MetaProperty
181982               _CIM_SwitchService_BridgeAddressType =
181983               {
181984                   /* flags */
181985                   META_FLAG_PROPERTY|META_FLAG_READ,
181986                   /* name */
181987                   "BridgeAddressType",
181988                   /* qualifiers */
181989                   _CIM_SwitchService_BridgeAddressType_qualifiers,
181990 mike  1.1.2.1     /* type */
181991                   CIMTYPE_UINT16,
181992                   /* subscript */
181993                   -1,
181994                   /* value */
181995                   0,
181996               };
181997               
181998               static MetaFeature*
181999               _CIM_SwitchService_features[] =
182000               {
182001                   (MetaFeature*)&_CIM_SwitchService_BridgeAddress,
182002                   (MetaFeature*)&_CIM_SwitchService_NumPorts,
182003                   (MetaFeature*)&_CIM_SwitchService_BridgeType,
182004                   (MetaFeature*)&_CIM_SwitchService_BridgeAddressType,
182005                   0,
182006               };
182007               
182008               static const char*
182009               __root_cimv2_CIM_SwitchService_qualifiers[] =
182010               {
182011 mike  1.1.2.1     /* UMLPackagePath */
182012                   "\057CIM::Network::SwitchingBridging",
182013                   /* Version */
182014                   "\0632.7.0",
182015                   0,
182016               };
182017               
182018               MetaClass
182019               __root_cimv2_CIM_SwitchService =
182020               {
182021                   /* flags */
182022                   META_FLAG_CLASS,
182023                   /* name */
182024                   "CIM_SwitchService",
182025                   /* qualifiers */
182026                   __root_cimv2_CIM_SwitchService_qualifiers,
182027                   /* super */
182028                   &__root_cimv2_CIM_ForwardingService,
182029                   /* features */
182030                   _CIM_SwitchService_features,
182031               };
182032 mike  1.1.2.1 
182033               //==============================================================================
182034               //
182035               // Class: CIM_SwitchServiceSourceRouting
182036               //
182037               //==============================================================================
182038               
182039               static const char*
182040               _CIM_SwitchServiceSourceRouting_GroupComponent_qualifiers[] =
182041               {
182042                   /* Aggregate */
182043                   "\003\001",
182044                   /* Override */
182045                   "\044GroupComponent",
182046                   /* Min */
182047                   "\033\000\000\000\001",
182048                   0,
182049               };
182050               
182051               static MetaReference
182052               _CIM_SwitchServiceSourceRouting_GroupComponent =
182053 mike  1.1.2.1 {
182054                   /* flags */
182055                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182056                   /* name */
182057                   "GroupComponent",
182058                   /* qualifiers */
182059                   _CIM_SwitchServiceSourceRouting_GroupComponent_qualifiers,
182060                   /* subscript */
182061                   -1,
182062                   /* refId */
182063                   &__root_cimv2_CIM_SwitchService,
182064               };
182065               
182066               static const char*
182067               _CIM_SwitchServiceSourceRouting_PartComponent_qualifiers[] =
182068               {
182069                   /* Override */
182070                   "\044PartComponent",
182071                   0,
182072               };
182073               
182074 mike  1.1.2.1 static MetaReference
182075               _CIM_SwitchServiceSourceRouting_PartComponent =
182076               {
182077                   /* flags */
182078                   META_FLAG_REFERENCE|META_FLAG_READ,
182079                   /* name */
182080                   "PartComponent",
182081                   /* qualifiers */
182082                   _CIM_SwitchServiceSourceRouting_PartComponent_qualifiers,
182083                   /* subscript */
182084                   -1,
182085                   /* refId */
182086                   &__root_cimv2_CIM_SourceRoutingService,
182087               };
182088               
182089               static MetaFeature*
182090               _CIM_SwitchServiceSourceRouting_features[] =
182091               {
182092                   (MetaFeature*)&_CIM_SwitchServiceSourceRouting_GroupComponent,
182093                   (MetaFeature*)&_CIM_SwitchServiceSourceRouting_PartComponent,
182094                   0,
182095 mike  1.1.2.1 };
182096               
182097               static const char*
182098               __root_cimv2_CIM_SwitchServiceSourceRouting_qualifiers[] =
182099               {
182100                   /* ASSOCIATION */
182101                   "\000\001",
182102                   /* UMLPackagePath */
182103                   "\057CIM::Network::SwitchingBridging",
182104                   /* Aggregation */
182105                   "\004\001",
182106                   /* Version */
182107                   "\0632.6.0",
182108                   0,
182109               };
182110               
182111               MetaClass
182112               __root_cimv2_CIM_SwitchServiceSourceRouting =
182113               {
182114                   /* flags */
182115                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182116 mike  1.1.2.1     /* name */
182117                   "CIM_SwitchServiceSourceRouting",
182118                   /* qualifiers */
182119                   __root_cimv2_CIM_SwitchServiceSourceRouting_qualifiers,
182120                   /* super */
182121                   &__root_cimv2_CIM_ServiceComponent,
182122                   /* features */
182123                   _CIM_SwitchServiceSourceRouting_features,
182124               };
182125               
182126               //==============================================================================
182127               //
182128               // Class: CIM_SwitchServiceSpanningTree
182129               //
182130               //==============================================================================
182131               
182132               static const char*
182133               _CIM_SwitchServiceSpanningTree_GroupComponent_qualifiers[] =
182134               {
182135                   /* Aggregate */
182136                   "\003\001",
182137 mike  1.1.2.1     /* Override */
182138                   "\044GroupComponent",
182139                   /* Min */
182140                   "\033\000\000\000\001",
182141                   0,
182142               };
182143               
182144               static MetaReference
182145               _CIM_SwitchServiceSpanningTree_GroupComponent =
182146               {
182147                   /* flags */
182148                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182149                   /* name */
182150                   "GroupComponent",
182151                   /* qualifiers */
182152                   _CIM_SwitchServiceSpanningTree_GroupComponent_qualifiers,
182153                   /* subscript */
182154                   -1,
182155                   /* refId */
182156                   &__root_cimv2_CIM_SwitchService,
182157               };
182158 mike  1.1.2.1 
182159               static const char*
182160               _CIM_SwitchServiceSpanningTree_PartComponent_qualifiers[] =
182161               {
182162                   /* Override */
182163                   "\044PartComponent",
182164                   0,
182165               };
182166               
182167               static MetaReference
182168               _CIM_SwitchServiceSpanningTree_PartComponent =
182169               {
182170                   /* flags */
182171                   META_FLAG_REFERENCE|META_FLAG_READ,
182172                   /* name */
182173                   "PartComponent",
182174                   /* qualifiers */
182175                   _CIM_SwitchServiceSpanningTree_PartComponent_qualifiers,
182176                   /* subscript */
182177                   -1,
182178                   /* refId */
182179 mike  1.1.2.1     &__root_cimv2_CIM_SpanningTreeService,
182180               };
182181               
182182               static MetaFeature*
182183               _CIM_SwitchServiceSpanningTree_features[] =
182184               {
182185                   (MetaFeature*)&_CIM_SwitchServiceSpanningTree_GroupComponent,
182186                   (MetaFeature*)&_CIM_SwitchServiceSpanningTree_PartComponent,
182187                   0,
182188               };
182189               
182190               static const char*
182191               __root_cimv2_CIM_SwitchServiceSpanningTree_qualifiers[] =
182192               {
182193                   /* ASSOCIATION */
182194                   "\000\001",
182195                   /* UMLPackagePath */
182196                   "\057CIM::Network::SwitchingBridging",
182197                   /* Aggregation */
182198                   "\004\001",
182199                   /* Version */
182200 mike  1.1.2.1     "\0632.6.0",
182201                   0,
182202               };
182203               
182204               MetaClass
182205               __root_cimv2_CIM_SwitchServiceSpanningTree =
182206               {
182207                   /* flags */
182208                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182209                   /* name */
182210                   "CIM_SwitchServiceSpanningTree",
182211                   /* qualifiers */
182212                   __root_cimv2_CIM_SwitchServiceSpanningTree_qualifiers,
182213                   /* super */
182214                   &__root_cimv2_CIM_ServiceComponent,
182215                   /* features */
182216                   _CIM_SwitchServiceSpanningTree_features,
182217               };
182218               
182219               //==============================================================================
182220               //
182221 mike  1.1.2.1 // Class: CIM_SwitchServiceVLAN
182222               //
182223               //==============================================================================
182224               
182225               static const char*
182226               _CIM_SwitchServiceVLAN_GroupComponent_qualifiers[] =
182227               {
182228                   /* Deprecated */
182229                   "\013\000\001No Value\000",
182230                   /* Aggregate */
182231                   "\003\001",
182232                   /* Override */
182233                   "\044GroupComponent",
182234                   /* Min */
182235                   "\033\000\000\000\001",
182236                   /* Max */
182237                   "\027\000\000\000\001",
182238                   0,
182239               };
182240               
182241               static MetaReference
182242 mike  1.1.2.1 _CIM_SwitchServiceVLAN_GroupComponent =
182243               {
182244                   /* flags */
182245                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182246                   /* name */
182247                   "GroupComponent",
182248                   /* qualifiers */
182249                   _CIM_SwitchServiceVLAN_GroupComponent_qualifiers,
182250                   /* subscript */
182251                   -1,
182252                   /* refId */
182253                   &__root_cimv2_CIM_SwitchService,
182254               };
182255               
182256               static const char*
182257               _CIM_SwitchServiceVLAN_PartComponent_qualifiers[] =
182258               {
182259                   /* Deprecated */
182260                   "\013\000\001No Value\000",
182261                   /* Override */
182262                   "\044PartComponent",
182263 mike  1.1.2.1     0,
182264               };
182265               
182266               static MetaReference
182267               _CIM_SwitchServiceVLAN_PartComponent =
182268               {
182269                   /* flags */
182270                   META_FLAG_REFERENCE|META_FLAG_READ,
182271                   /* name */
182272                   "PartComponent",
182273                   /* qualifiers */
182274                   _CIM_SwitchServiceVLAN_PartComponent_qualifiers,
182275                   /* subscript */
182276                   -1,
182277                   /* refId */
182278                   &__root_cimv2_CIM_VLANService,
182279               };
182280               
182281               static MetaFeature*
182282               _CIM_SwitchServiceVLAN_features[] =
182283               {
182284 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchServiceVLAN_GroupComponent,
182285                   (MetaFeature*)&_CIM_SwitchServiceVLAN_PartComponent,
182286                   0,
182287               };
182288               
182289               static const char*
182290               __root_cimv2_CIM_SwitchServiceVLAN_qualifiers[] =
182291               {
182292                   /* ASSOCIATION */
182293                   "\000\001",
182294                   /* Deprecated */
182295                   "\013\000\001No Value\000",
182296                   /* UMLPackagePath */
182297                   "\057CIM::Network::VLAN",
182298                   /* Aggregation */
182299                   "\004\001",
182300                   /* Version */
182301                   "\0632.8.0",
182302                   0,
182303               };
182304               
182305 mike  1.1.2.1 MetaClass
182306               __root_cimv2_CIM_SwitchServiceVLAN =
182307               {
182308                   /* flags */
182309                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182310                   /* name */
182311                   "CIM_SwitchServiceVLAN",
182312                   /* qualifiers */
182313                   __root_cimv2_CIM_SwitchServiceVLAN_qualifiers,
182314                   /* super */
182315                   &__root_cimv2_CIM_ServiceComponent,
182316                   /* features */
182317                   _CIM_SwitchServiceVLAN_features,
182318               };
182319               
182320               //==============================================================================
182321               //
182322               // Class: CIM_SystemPartition
182323               //
182324               //==============================================================================
182325               
182326 mike  1.1.2.1 static const char*
182327               _CIM_SystemPartition_GroupComponent_qualifiers[] =
182328               {
182329                   /* Aggregate */
182330                   "\003\001",
182331                   /* Override */
182332                   "\044GroupComponent",
182333                   /* Max */
182334                   "\027\000\000\000\001",
182335                   0,
182336               };
182337               
182338               static MetaReference
182339               _CIM_SystemPartition_GroupComponent =
182340               {
182341                   /* flags */
182342                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182343                   /* name */
182344                   "GroupComponent",
182345                   /* qualifiers */
182346                   _CIM_SystemPartition_GroupComponent_qualifiers,
182347 mike  1.1.2.1     /* subscript */
182348                   -1,
182349                   /* refId */
182350                   &__root_cimv2_CIM_ComputerSystem,
182351               };
182352               
182353               static const char*
182354               _CIM_SystemPartition_PartComponent_qualifiers[] =
182355               {
182356                   /* Override */
182357                   "\044PartComponent",
182358                   0,
182359               };
182360               
182361               static MetaReference
182362               _CIM_SystemPartition_PartComponent =
182363               {
182364                   /* flags */
182365                   META_FLAG_REFERENCE|META_FLAG_READ,
182366                   /* name */
182367                   "PartComponent",
182368 mike  1.1.2.1     /* qualifiers */
182369                   _CIM_SystemPartition_PartComponent_qualifiers,
182370                   /* subscript */
182371                   -1,
182372                   /* refId */
182373                   &__root_cimv2_CIM_UnitaryComputerSystem,
182374               };
182375               
182376               static MetaFeature*
182377               _CIM_SystemPartition_features[] =
182378               {
182379                   (MetaFeature*)&_CIM_SystemPartition_GroupComponent,
182380                   (MetaFeature*)&_CIM_SystemPartition_PartComponent,
182381                   0,
182382               };
182383               
182384               static const char*
182385               __root_cimv2_CIM_SystemPartition_qualifiers[] =
182386               {
182387                   /* ASSOCIATION */
182388                   "\000\001",
182389 mike  1.1.2.1     /* UMLPackagePath */
182390                   "\057CIM::System::SystemElements",
182391                   /* Aggregation */
182392                   "\004\001",
182393                   /* Composition */
182394                   "\011\001",
182395                   /* Version */
182396                   "\0632.7.0",
182397                   0,
182398               };
182399               
182400               MetaClass
182401               __root_cimv2_CIM_SystemPartition =
182402               {
182403                   /* flags */
182404                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182405                   /* name */
182406                   "CIM_SystemPartition",
182407                   /* qualifiers */
182408                   __root_cimv2_CIM_SystemPartition_qualifiers,
182409                   /* super */
182410 mike  1.1.2.1     &__root_cimv2_CIM_ComponentCS,
182411                   /* features */
182412                   _CIM_SystemPartition_features,
182413               };
182414               
182415               //==============================================================================
182416               //
182417               // Class: CIM_TransformOfSecurityAssociation
182418               //
182419               //==============================================================================
182420               
182421               static const char*
182422               _CIM_TransformOfSecurityAssociation_SettingData_qualifiers[] =
182423               {
182424                   /* Override */
182425                   "\044SettingData",
182426                   /* Min */
182427                   "\033\000\000\000\001",
182428                   /* Max */
182429                   "\027\000\000\000\001",
182430                   0,
182431 mike  1.1.2.1 };
182432               
182433               static MetaReference
182434               _CIM_TransformOfSecurityAssociation_SettingData =
182435               {
182436                   /* flags */
182437                   META_FLAG_REFERENCE|META_FLAG_READ,
182438                   /* name */
182439                   "SettingData",
182440                   /* qualifiers */
182441                   _CIM_TransformOfSecurityAssociation_SettingData_qualifiers,
182442                   /* subscript */
182443                   -1,
182444                   /* refId */
182445                   &__root_cimv2_CIM_SATransform,
182446               };
182447               
182448               static const char*
182449               _CIM_TransformOfSecurityAssociation_ManagedElement_qualifiers[] =
182450               {
182451                   /* Override */
182452 mike  1.1.2.1     "\044ManagedElement",
182453                   0,
182454               };
182455               
182456               static MetaReference
182457               _CIM_TransformOfSecurityAssociation_ManagedElement =
182458               {
182459                   /* flags */
182460                   META_FLAG_REFERENCE|META_FLAG_READ,
182461                   /* name */
182462                   "ManagedElement",
182463                   /* qualifiers */
182464                   _CIM_TransformOfSecurityAssociation_ManagedElement_qualifiers,
182465                   /* subscript */
182466                   -1,
182467                   /* refId */
182468                   &__root_cimv2_CIM_IPsecSAEndpoint,
182469               };
182470               
182471               static MetaFeature*
182472               _CIM_TransformOfSecurityAssociation_features[] =
182473 mike  1.1.2.1 {
182474                   (MetaFeature*)&_CIM_TransformOfSecurityAssociation_SettingData,
182475                   (MetaFeature*)&_CIM_TransformOfSecurityAssociation_ManagedElement,
182476                   0,
182477               };
182478               
182479               static const char*
182480               __root_cimv2_CIM_TransformOfSecurityAssociation_qualifiers[] =
182481               {
182482                   /* ASSOCIATION */
182483                   "\000\001",
182484                   /* UMLPackagePath */
182485                   "\057CIM::Network::IPsec",
182486                   /* Version */
182487                   "\0632.8.0",
182488                   0,
182489               };
182490               
182491               MetaClass
182492               __root_cimv2_CIM_TransformOfSecurityAssociation =
182493               {
182494 mike  1.1.2.1     /* flags */
182495                   META_FLAG_ASSOCIATION,
182496                   /* name */
182497                   "CIM_TransformOfSecurityAssociation",
182498                   /* qualifiers */
182499                   __root_cimv2_CIM_TransformOfSecurityAssociation_qualifiers,
182500                   /* super */
182501                   &__root_cimv2_CIM_ElementSettingData,
182502                   /* features */
182503                   _CIM_TransformOfSecurityAssociation_features,
182504               };
182505               
182506               //==============================================================================
182507               //
182508               // Class: CIM_TransparentBridgingService
182509               //
182510               //==============================================================================
182511               
182512               static const char*
182513               _CIM_TransparentBridgingService_AgingTime_qualifiers[] =
182514               {
182515 mike  1.1.2.1     /* Units */
182516                   "\060Seconds",
182517                   /* MappingStrings */
182518                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpAgingTime\000",
182519                   0,
182520               };
182521               
182522               static MetaProperty
182523               _CIM_TransparentBridgingService_AgingTime =
182524               {
182525                   /* flags */
182526                   META_FLAG_PROPERTY|META_FLAG_READ,
182527                   /* name */
182528                   "AgingTime",
182529                   /* qualifiers */
182530                   _CIM_TransparentBridgingService_AgingTime_qualifiers,
182531                   /* type */
182532                   CIMTYPE_UINT32,
182533                   /* subscript */
182534                   -1,
182535                   /* value */
182536 mike  1.1.2.1     "\000\000\001\054",
182537               };
182538               
182539               static const char*
182540               _CIM_TransparentBridgingService_FID_qualifiers[] =
182541               {
182542                   0,
182543               };
182544               
182545               static MetaProperty
182546               _CIM_TransparentBridgingService_FID =
182547               {
182548                   /* flags */
182549                   META_FLAG_PROPERTY|META_FLAG_READ,
182550                   /* name */
182551                   "FID",
182552                   /* qualifiers */
182553                   _CIM_TransparentBridgingService_FID_qualifiers,
182554                   /* type */
182555                   CIMTYPE_UINT32,
182556                   /* subscript */
182557 mike  1.1.2.1     -1,
182558                   /* value */
182559                   0,
182560               };
182561               
182562               static MetaFeature*
182563               _CIM_TransparentBridgingService_features[] =
182564               {
182565                   (MetaFeature*)&_CIM_TransparentBridgingService_AgingTime,
182566                   (MetaFeature*)&_CIM_TransparentBridgingService_FID,
182567                   0,
182568               };
182569               
182570               static const char*
182571               __root_cimv2_CIM_TransparentBridgingService_qualifiers[] =
182572               {
182573                   /* UMLPackagePath */
182574                   "\057CIM::Network::SwitchingBridging",
182575                   /* Version */
182576                   "\0632.7.0",
182577                   0,
182578 mike  1.1.2.1 };
182579               
182580               MetaClass
182581               __root_cimv2_CIM_TransparentBridgingService =
182582               {
182583                   /* flags */
182584                   META_FLAG_CLASS,
182585                   /* name */
182586                   "CIM_TransparentBridgingService",
182587                   /* qualifiers */
182588                   __root_cimv2_CIM_TransparentBridgingService_qualifiers,
182589                   /* super */
182590                   &__root_cimv2_CIM_ForwardingService,
182591                   /* features */
182592                   _CIM_TransparentBridgingService_features,
182593               };
182594               
182595               //==============================================================================
182596               //
182597               // Class: CIM_TransparentBridgingStaticForwarding
182598               //
182599 mike  1.1.2.1 //==============================================================================
182600               
182601               static const char*
182602               _CIM_TransparentBridgingStaticForwarding_Antecedent_qualifiers[] =
182603               {
182604                   /* Override */
182605                   "\044Antecedent",
182606                   /* Min */
182607                   "\033\000\000\000\001",
182608                   /* Max */
182609                   "\027\000\000\000\001",
182610                   0,
182611               };
182612               
182613               static MetaReference
182614               _CIM_TransparentBridgingStaticForwarding_Antecedent =
182615               {
182616                   /* flags */
182617                   META_FLAG_REFERENCE|META_FLAG_READ,
182618                   /* name */
182619                   "Antecedent",
182620 mike  1.1.2.1     /* qualifiers */
182621                   _CIM_TransparentBridgingStaticForwarding_Antecedent_qualifiers,
182622                   /* subscript */
182623                   -1,
182624                   /* refId */
182625                   &__root_cimv2_CIM_TransparentBridgingService,
182626               };
182627               
182628               static const char*
182629               _CIM_TransparentBridgingStaticForwarding_Dependent_qualifiers[] =
182630               {
182631                   /* Override */
182632                   "\044Dependent",
182633                   /* Weak */
182634                   "\064\001",
182635                   0,
182636               };
182637               
182638               static MetaReference
182639               _CIM_TransparentBridgingStaticForwarding_Dependent =
182640               {
182641 mike  1.1.2.1     /* flags */
182642                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
182643                   /* name */
182644                   "Dependent",
182645                   /* qualifiers */
182646                   _CIM_TransparentBridgingStaticForwarding_Dependent_qualifiers,
182647                   /* subscript */
182648                   -1,
182649                   /* refId */
182650                   &__root_cimv2_CIM_StaticForwardingEntry,
182651               };
182652               
182653               static MetaFeature*
182654               _CIM_TransparentBridgingStaticForwarding_features[] =
182655               {
182656                   (MetaFeature*)&_CIM_TransparentBridgingStaticForwarding_Antecedent,
182657                   (MetaFeature*)&_CIM_TransparentBridgingStaticForwarding_Dependent,
182658                   0,
182659               };
182660               
182661               static const char*
182662 mike  1.1.2.1 __root_cimv2_CIM_TransparentBridgingStaticForwarding_qualifiers[] =
182663               {
182664                   /* ASSOCIATION */
182665                   "\000\001",
182666                   /* UMLPackagePath */
182667                   "\057CIM::Network::SwitchingBridging",
182668                   /* Version */
182669                   "\0632.6.0",
182670                   0,
182671               };
182672               
182673               MetaClass
182674               __root_cimv2_CIM_TransparentBridgingStaticForwarding =
182675               {
182676                   /* flags */
182677                   META_FLAG_ASSOCIATION,
182678                   /* name */
182679                   "CIM_TransparentBridgingStaticForwarding",
182680                   /* qualifiers */
182681                   __root_cimv2_CIM_TransparentBridgingStaticForwarding_qualifiers,
182682                   /* super */
182683 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
182684                   /* features */
182685                   _CIM_TransparentBridgingStaticForwarding_features,
182686               };
182687               
182688               //==============================================================================
182689               //
182690               // Class: CIM_TrustHierarchy
182691               //
182692               //==============================================================================
182693               
182694               static const char*
182695               _CIM_TrustHierarchy_Antecedent_qualifiers[] =
182696               {
182697                   /* Override */
182698                   "\044Antecedent",
182699                   /* Max */
182700                   "\027\000\000\000\001",
182701                   0,
182702               };
182703               
182704 mike  1.1.2.1 static MetaReference
182705               _CIM_TrustHierarchy_Antecedent =
182706               {
182707                   /* flags */
182708                   META_FLAG_REFERENCE|META_FLAG_READ,
182709                   /* name */
182710                   "Antecedent",
182711                   /* qualifiers */
182712                   _CIM_TrustHierarchy_Antecedent_qualifiers,
182713                   /* subscript */
182714                   -1,
182715                   /* refId */
182716                   &__root_cimv2_CIM_CredentialManagementService,
182717               };
182718               
182719               static const char*
182720               _CIM_TrustHierarchy_Dependent_qualifiers[] =
182721               {
182722                   /* Override */
182723                   "\044Dependent",
182724                   0,
182725 mike  1.1.2.1 };
182726               
182727               static MetaReference
182728               _CIM_TrustHierarchy_Dependent =
182729               {
182730                   /* flags */
182731                   META_FLAG_REFERENCE|META_FLAG_READ,
182732                   /* name */
182733                   "Dependent",
182734                   /* qualifiers */
182735                   _CIM_TrustHierarchy_Dependent_qualifiers,
182736                   /* subscript */
182737                   -1,
182738                   /* refId */
182739                   &__root_cimv2_CIM_CredentialManagementService,
182740               };
182741               
182742               static MetaFeature*
182743               _CIM_TrustHierarchy_features[] =
182744               {
182745                   (MetaFeature*)&_CIM_TrustHierarchy_Antecedent,
182746 mike  1.1.2.1     (MetaFeature*)&_CIM_TrustHierarchy_Dependent,
182747                   0,
182748               };
182749               
182750               static const char*
182751               __root_cimv2_CIM_TrustHierarchy_qualifiers[] =
182752               {
182753                   /* ASSOCIATION */
182754                   "\000\001",
182755                   /* UMLPackagePath */
182756                   "\057CIM::User::SecurityServices",
182757                   /* Version */
182758                   "\0632.6.0",
182759                   0,
182760               };
182761               
182762               MetaClass
182763               __root_cimv2_CIM_TrustHierarchy =
182764               {
182765                   /* flags */
182766                   META_FLAG_ASSOCIATION,
182767 mike  1.1.2.1     /* name */
182768                   "CIM_TrustHierarchy",
182769                   /* qualifiers */
182770                   __root_cimv2_CIM_TrustHierarchy_qualifiers,
182771                   /* super */
182772                   &__root_cimv2_CIM_Dependency,
182773                   /* features */
182774                   _CIM_TrustHierarchy_features,
182775               };
182776               
182777               //==============================================================================
182778               //
182779               // Class: CIM_USBControllerHasHub
182780               //
182781               //==============================================================================
182782               
182783               static const char*
182784               _CIM_USBControllerHasHub_Antecedent_qualifiers[] =
182785               {
182786                   /* Override */
182787                   "\044Antecedent",
182788 mike  1.1.2.1     /* Min */
182789                   "\033\000\000\000\001",
182790                   /* Max */
182791                   "\027\000\000\000\001",
182792                   0,
182793               };
182794               
182795               static MetaReference
182796               _CIM_USBControllerHasHub_Antecedent =
182797               {
182798                   /* flags */
182799                   META_FLAG_REFERENCE|META_FLAG_READ,
182800                   /* name */
182801                   "Antecedent",
182802                   /* qualifiers */
182803                   _CIM_USBControllerHasHub_Antecedent_qualifiers,
182804                   /* subscript */
182805                   -1,
182806                   /* refId */
182807                   &__root_cimv2_CIM_USBController,
182808               };
182809 mike  1.1.2.1 
182810               static const char*
182811               _CIM_USBControllerHasHub_Dependent_qualifiers[] =
182812               {
182813                   /* Override */
182814                   "\044Dependent",
182815                   /* Min */
182816                   "\033\000\000\000\001",
182817                   0,
182818               };
182819               
182820               static MetaReference
182821               _CIM_USBControllerHasHub_Dependent =
182822               {
182823                   /* flags */
182824                   META_FLAG_REFERENCE|META_FLAG_READ,
182825                   /* name */
182826                   "Dependent",
182827                   /* qualifiers */
182828                   _CIM_USBControllerHasHub_Dependent_qualifiers,
182829                   /* subscript */
182830 mike  1.1.2.1     -1,
182831                   /* refId */
182832                   &__root_cimv2_CIM_USBHub,
182833               };
182834               
182835               static MetaFeature*
182836               _CIM_USBControllerHasHub_features[] =
182837               {
182838                   (MetaFeature*)&_CIM_USBControllerHasHub_Antecedent,
182839                   (MetaFeature*)&_CIM_USBControllerHasHub_Dependent,
182840                   0,
182841               };
182842               
182843               static const char*
182844               __root_cimv2_CIM_USBControllerHasHub_qualifiers[] =
182845               {
182846                   /* ASSOCIATION */
182847                   "\000\001",
182848                   /* UMLPackagePath */
182849                   "\057CIM::Device::USB",
182850                   /* Version */
182851 mike  1.1.2.1     "\0632.6.0",
182852                   0,
182853               };
182854               
182855               MetaClass
182856               __root_cimv2_CIM_USBControllerHasHub =
182857               {
182858                   /* flags */
182859                   META_FLAG_ASSOCIATION,
182860                   /* name */
182861                   "CIM_USBControllerHasHub",
182862                   /* qualifiers */
182863                   __root_cimv2_CIM_USBControllerHasHub_qualifiers,
182864                   /* super */
182865                   &__root_cimv2_CIM_ControlledBy,
182866                   /* features */
182867                   _CIM_USBControllerHasHub_features,
182868               };
182869               
182870               //==============================================================================
182871               //
182872 mike  1.1.2.1 // Class: CIM_VerificationService
182873               //
182874               //==============================================================================
182875               
182876               static MetaFeature*
182877               _CIM_VerificationService_features[] =
182878               {
182879                   0,
182880               };
182881               
182882               static const char*
182883               __root_cimv2_CIM_VerificationService_qualifiers[] =
182884               {
182885                   /* UMLPackagePath */
182886                   "\057CIM::User::SecurityServices",
182887                   /* Version */
182888                   "\0632.6.0",
182889                   0,
182890               };
182891               
182892               MetaClass
182893 mike  1.1.2.1 __root_cimv2_CIM_VerificationService =
182894               {
182895                   /* flags */
182896                   META_FLAG_CLASS,
182897                   /* name */
182898                   "CIM_VerificationService",
182899                   /* qualifiers */
182900                   __root_cimv2_CIM_VerificationService_qualifiers,
182901                   /* super */
182902                   &__root_cimv2_CIM_AuthenticationService,
182903                   /* features */
182904                   _CIM_VerificationService_features,
182905               };
182906               
182907               //==============================================================================
182908               //
182909               // Class: CIM_VersionCompatibilityCheck
182910               //
182911               //==============================================================================
182912               
182913               static const char*
182914 mike  1.1.2.1 _CIM_VersionCompatibilityCheck_AllowDownVersion_qualifiers[] =
182915               {
182916                   0,
182917               };
182918               
182919               static MetaProperty
182920               _CIM_VersionCompatibilityCheck_AllowDownVersion =
182921               {
182922                   /* flags */
182923                   META_FLAG_PROPERTY|META_FLAG_READ,
182924                   /* name */
182925                   "AllowDownVersion",
182926                   /* qualifiers */
182927                   _CIM_VersionCompatibilityCheck_AllowDownVersion_qualifiers,
182928                   /* type */
182929                   CIMTYPE_BOOLEAN,
182930                   /* subscript */
182931                   -1,
182932                   /* value */
182933                   0,
182934               };
182935 mike  1.1.2.1 
182936               static const char*
182937               _CIM_VersionCompatibilityCheck_AllowMultipleVersions_qualifiers[] =
182938               {
182939                   0,
182940               };
182941               
182942               static MetaProperty
182943               _CIM_VersionCompatibilityCheck_AllowMultipleVersions =
182944               {
182945                   /* flags */
182946                   META_FLAG_PROPERTY|META_FLAG_READ,
182947                   /* name */
182948                   "AllowMultipleVersions",
182949                   /* qualifiers */
182950                   _CIM_VersionCompatibilityCheck_AllowMultipleVersions_qualifiers,
182951                   /* type */
182952                   CIMTYPE_BOOLEAN,
182953                   /* subscript */
182954                   -1,
182955                   /* value */
182956 mike  1.1.2.1     0,
182957               };
182958               
182959               static const char*
182960               _CIM_VersionCompatibilityCheck_Reinstall_qualifiers[] =
182961               {
182962                   0,
182963               };
182964               
182965               static MetaProperty
182966               _CIM_VersionCompatibilityCheck_Reinstall =
182967               {
182968                   /* flags */
182969                   META_FLAG_PROPERTY|META_FLAG_READ,
182970                   /* name */
182971                   "Reinstall",
182972                   /* qualifiers */
182973                   _CIM_VersionCompatibilityCheck_Reinstall_qualifiers,
182974                   /* type */
182975                   CIMTYPE_BOOLEAN,
182976                   /* subscript */
182977 mike  1.1.2.1     -1,
182978                   /* value */
182979                   0,
182980               };
182981               
182982               static MetaFeature*
182983               _CIM_VersionCompatibilityCheck_features[] =
182984               {
182985                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_AllowDownVersion,
182986                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_AllowMultipleVersions,
182987                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_Reinstall,
182988                   0,
182989               };
182990               
182991               static const char*
182992               __root_cimv2_CIM_VersionCompatibilityCheck_qualifiers[] =
182993               {
182994                   /* UMLPackagePath */
182995                   "\057CIM::Application::CheckAction",
182996                   /* Version */
182997                   "\0632.6.0",
182998 mike  1.1.2.1     0,
182999               };
183000               
183001               MetaClass
183002               __root_cimv2_CIM_VersionCompatibilityCheck =
183003               {
183004                   /* flags */
183005                   META_FLAG_CLASS,
183006                   /* name */
183007                   "CIM_VersionCompatibilityCheck",
183008                   /* qualifiers */
183009                   __root_cimv2_CIM_VersionCompatibilityCheck_qualifiers,
183010                   /* super */
183011                   &__root_cimv2_CIM_Check,
183012                   /* features */
183013                   _CIM_VersionCompatibilityCheck_features,
183014               };
183015               
183016               //==============================================================================
183017               //
183018               // Class: CIM_AcceptCredentialFrom
183019 mike  1.1.2.1 //
183020               //==============================================================================
183021               
183022               static const char*
183023               _CIM_AcceptCredentialFrom_Antecedent_qualifiers[] =
183024               {
183025                   /* Override */
183026                   "\044Antecedent",
183027                   /* MappingStrings */
183028                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom.Antecedent\000",
183029                   0,
183030               };
183031               
183032               static MetaReference
183033               _CIM_AcceptCredentialFrom_Antecedent =
183034               {
183035                   /* flags */
183036                   META_FLAG_REFERENCE|META_FLAG_READ,
183037                   /* name */
183038                   "Antecedent",
183039                   /* qualifiers */
183040 mike  1.1.2.1     _CIM_AcceptCredentialFrom_Antecedent_qualifiers,
183041                   /* subscript */
183042                   -1,
183043                   /* refId */
183044                   &__root_cimv2_CIM_CredentialManagementService,
183045               };
183046               
183047               static const char*
183048               _CIM_AcceptCredentialFrom_Dependent_qualifiers[] =
183049               {
183050                   /* Override */
183051                   "\044Dependent",
183052                   /* MappingStrings */
183053                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom.Dependent\000",
183054                   0,
183055               };
183056               
183057               static MetaReference
183058               _CIM_AcceptCredentialFrom_Dependent =
183059               {
183060                   /* flags */
183061 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
183062                   /* name */
183063                   "Dependent",
183064                   /* qualifiers */
183065                   _CIM_AcceptCredentialFrom_Dependent_qualifiers,
183066                   /* subscript */
183067                   -1,
183068                   /* refId */
183069                   &__root_cimv2_CIM_PacketFilterCondition,
183070               };
183071               
183072               static MetaFeature*
183073               _CIM_AcceptCredentialFrom_features[] =
183074               {
183075                   (MetaFeature*)&_CIM_AcceptCredentialFrom_Antecedent,
183076                   (MetaFeature*)&_CIM_AcceptCredentialFrom_Dependent,
183077                   0,
183078               };
183079               
183080               static const char*
183081               __root_cimv2_CIM_AcceptCredentialFrom_qualifiers[] =
183082 mike  1.1.2.1 {
183083                   /* ASSOCIATION */
183084                   "\000\001",
183085                   /* UMLPackagePath */
183086                   "\057CIM::Policy",
183087                   /* Version */
183088                   "\0632.8",
183089                   /* MappingStrings */
183090                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom\000",
183091                   0,
183092               };
183093               
183094               MetaClass
183095               __root_cimv2_CIM_AcceptCredentialFrom =
183096               {
183097                   /* flags */
183098                   META_FLAG_ASSOCIATION,
183099                   /* name */
183100                   "CIM_AcceptCredentialFrom",
183101                   /* qualifiers */
183102                   __root_cimv2_CIM_AcceptCredentialFrom_qualifiers,
183103 mike  1.1.2.1     /* super */
183104                   &__root_cimv2_CIM_Dependency,
183105                   /* features */
183106                   _CIM_AcceptCredentialFrom_features,
183107               };
183108               
183109               //==============================================================================
183110               //
183111               // Class: CIM_AccessLabelReader
183112               //
183113               //==============================================================================
183114               
183115               static const char*
183116               _CIM_AccessLabelReader_Antecedent_qualifiers[] =
183117               {
183118                   /* Override */
183119                   "\044Antecedent",
183120                   0,
183121               };
183122               
183123               static MetaReference
183124 mike  1.1.2.1 _CIM_AccessLabelReader_Antecedent =
183125               {
183126                   /* flags */
183127                   META_FLAG_REFERENCE|META_FLAG_READ,
183128                   /* name */
183129                   "Antecedent",
183130                   /* qualifiers */
183131                   _CIM_AccessLabelReader_Antecedent_qualifiers,
183132                   /* subscript */
183133                   -1,
183134                   /* refId */
183135                   &__root_cimv2_CIM_LabelReader,
183136               };
183137               
183138               static const char*
183139               _CIM_AccessLabelReader_Dependent_qualifiers[] =
183140               {
183141                   /* Override */
183142                   "\044Dependent",
183143                   0,
183144               };
183145 mike  1.1.2.1 
183146               static MetaReference
183147               _CIM_AccessLabelReader_Dependent =
183148               {
183149                   /* flags */
183150                   META_FLAG_REFERENCE|META_FLAG_READ,
183151                   /* name */
183152                   "Dependent",
183153                   /* qualifiers */
183154                   _CIM_AccessLabelReader_Dependent_qualifiers,
183155                   /* subscript */
183156                   -1,
183157                   /* refId */
183158                   &__root_cimv2_CIM_MediaAccessDevice,
183159               };
183160               
183161               static MetaFeature*
183162               _CIM_AccessLabelReader_features[] =
183163               {
183164                   (MetaFeature*)&_CIM_AccessLabelReader_Antecedent,
183165                   (MetaFeature*)&_CIM_AccessLabelReader_Dependent,
183166 mike  1.1.2.1     0,
183167               };
183168               
183169               static const char*
183170               __root_cimv2_CIM_AccessLabelReader_qualifiers[] =
183171               {
183172                   /* ASSOCIATION */
183173                   "\000\001",
183174                   /* UMLPackagePath */
183175                   "\057CIM::Device::StorageLib",
183176                   /* Version */
183177                   "\0632.6.0",
183178                   0,
183179               };
183180               
183181               MetaClass
183182               __root_cimv2_CIM_AccessLabelReader =
183183               {
183184                   /* flags */
183185                   META_FLAG_ASSOCIATION,
183186                   /* name */
183187 mike  1.1.2.1     "CIM_AccessLabelReader",
183188                   /* qualifiers */
183189                   __root_cimv2_CIM_AccessLabelReader_qualifiers,
183190                   /* super */
183191                   &__root_cimv2_CIM_AssociatedLabelReader,
183192                   /* features */
183193                   _CIM_AccessLabelReader_features,
183194               };
183195               
183196               //==============================================================================
183197               //
183198               // Class: CIM_AFService
183199               //
183200               //==============================================================================
183201               
183202               static const char*
183203               _CIM_AFService_ClassNumber_qualifiers[] =
183204               {
183205                   0,
183206               };
183207               
183208 mike  1.1.2.1 static MetaProperty
183209               _CIM_AFService_ClassNumber =
183210               {
183211                   /* flags */
183212                   META_FLAG_PROPERTY|META_FLAG_READ,
183213                   /* name */
183214                   "ClassNumber",
183215                   /* qualifiers */
183216                   _CIM_AFService_ClassNumber_qualifiers,
183217                   /* type */
183218                   CIMTYPE_UINT8,
183219                   /* subscript */
183220                   -1,
183221                   /* value */
183222                   0,
183223               };
183224               
183225               static const char*
183226               _CIM_AFService_DropperNumber_qualifiers[] =
183227               {
183228                   0,
183229 mike  1.1.2.1 };
183230               
183231               static MetaProperty
183232               _CIM_AFService_DropperNumber =
183233               {
183234                   /* flags */
183235                   META_FLAG_PROPERTY|META_FLAG_READ,
183236                   /* name */
183237                   "DropperNumber",
183238                   /* qualifiers */
183239                   _CIM_AFService_DropperNumber_qualifiers,
183240                   /* type */
183241                   CIMTYPE_UINT8,
183242                   /* subscript */
183243                   -1,
183244                   /* value */
183245                   0,
183246               };
183247               
183248               static MetaFeature*
183249               _CIM_AFService_features[] =
183250 mike  1.1.2.1 {
183251                   (MetaFeature*)&_CIM_AFService_ClassNumber,
183252                   (MetaFeature*)&_CIM_AFService_DropperNumber,
183253                   0,
183254               };
183255               
183256               static const char*
183257               __root_cimv2_CIM_AFService_qualifiers[] =
183258               {
183259                   /* UMLPackagePath */
183260                   "\057CIM::Network::QoS",
183261                   /* Version */
183262                   "\0632.7.0",
183263                   0,
183264               };
183265               
183266               MetaClass
183267               __root_cimv2_CIM_AFService =
183268               {
183269                   /* flags */
183270                   META_FLAG_CLASS,
183271 mike  1.1.2.1     /* name */
183272                   "CIM_AFService",
183273                   /* qualifiers */
183274                   __root_cimv2_CIM_AFService_qualifiers,
183275                   /* super */
183276                   &__root_cimv2_CIM_DiffServService,
183277                   /* features */
183278                   _CIM_AFService_features,
183279               };
183280               
183281               //==============================================================================
183282               //
183283               // Class: CIM_ArchitectureCheck
183284               //
183285               //==============================================================================
183286               
183287               static const char*
183288               _CIM_ArchitectureCheck_ArchitectureType_qualifiers[] =
183289               {
183290                   /* ValueMap */
183291                   "\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",
183292 mike  1.1.2.1     /* Values */
183293                   "\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",
183294                   /* MappingStrings */
183295                   "\026\000\001MIF.DMTF|Processor|017.3\000",
183296                   /* ModelCorrespondence */
183297                   "\036\000\001CIM_Processor.Family\000",
183298                   0,
183299               };
183300               
183301               static MetaProperty
183302               _CIM_ArchitectureCheck_ArchitectureType =
183303               {
183304                   /* flags */
183305                   META_FLAG_PROPERTY|META_FLAG_READ,
183306                   /* name */
183307                   "ArchitectureType",
183308                   /* qualifiers */
183309                   _CIM_ArchitectureCheck_ArchitectureType_qualifiers,
183310                   /* type */
183311                   CIMTYPE_UINT16,
183312                   /* subscript */
183313 mike  1.1.2.1     -1,
183314                   /* value */
183315                   0,
183316               };
183317               
183318               static MetaFeature*
183319               _CIM_ArchitectureCheck_features[] =
183320               {
183321                   (MetaFeature*)&_CIM_ArchitectureCheck_ArchitectureType,
183322                   0,
183323               };
183324               
183325               static const char*
183326               __root_cimv2_CIM_ArchitectureCheck_qualifiers[] =
183327               {
183328                   /* UMLPackagePath */
183329                   "\057CIM::Application::CheckAction",
183330                   /* Version */
183331                   "\0632.7.0",
183332                   0,
183333               };
183334 mike  1.1.2.1 
183335               MetaClass
183336               __root_cimv2_CIM_ArchitectureCheck =
183337               {
183338                   /* flags */
183339                   META_FLAG_CLASS,
183340                   /* name */
183341                   "CIM_ArchitectureCheck",
183342                   /* qualifiers */
183343                   __root_cimv2_CIM_ArchitectureCheck_qualifiers,
183344                   /* super */
183345                   &__root_cimv2_CIM_Check,
183346                   /* features */
183347                   _CIM_ArchitectureCheck_features,
183348               };
183349               
183350               //==============================================================================
183351               //
183352               // Class: CIM_AreaOfConfiguration
183353               //
183354               //==============================================================================
183355 mike  1.1.2.1 
183356               static const char*
183357               _CIM_AreaOfConfiguration_Antecedent_qualifiers[] =
183358               {
183359                   /* Override */
183360                   "\044Antecedent",
183361                   /* Max */
183362                   "\027\000\000\000\001",
183363                   0,
183364               };
183365               
183366               static MetaReference
183367               _CIM_AreaOfConfiguration_Antecedent =
183368               {
183369                   /* flags */
183370                   META_FLAG_REFERENCE|META_FLAG_READ,
183371                   /* name */
183372                   "Antecedent",
183373                   /* qualifiers */
183374                   _CIM_AreaOfConfiguration_Antecedent_qualifiers,
183375                   /* subscript */
183376 mike  1.1.2.1     -1,
183377                   /* refId */
183378                   &__root_cimv2_CIM_OSPFArea,
183379               };
183380               
183381               static const char*
183382               _CIM_AreaOfConfiguration_Dependent_qualifiers[] =
183383               {
183384                   /* Override */
183385                   "\044Dependent",
183386                   0,
183387               };
183388               
183389               static MetaReference
183390               _CIM_AreaOfConfiguration_Dependent =
183391               {
183392                   /* flags */
183393                   META_FLAG_REFERENCE|META_FLAG_READ,
183394                   /* name */
183395                   "Dependent",
183396                   /* qualifiers */
183397 mike  1.1.2.1     _CIM_AreaOfConfiguration_Dependent_qualifiers,
183398                   /* subscript */
183399                   -1,
183400                   /* refId */
183401                   &__root_cimv2_CIM_OSPFAreaConfiguration,
183402               };
183403               
183404               static MetaFeature*
183405               _CIM_AreaOfConfiguration_features[] =
183406               {
183407                   (MetaFeature*)&_CIM_AreaOfConfiguration_Antecedent,
183408                   (MetaFeature*)&_CIM_AreaOfConfiguration_Dependent,
183409                   0,
183410               };
183411               
183412               static const char*
183413               __root_cimv2_CIM_AreaOfConfiguration_qualifiers[] =
183414               {
183415                   /* ASSOCIATION */
183416                   "\000\001",
183417                   /* UMLPackagePath */
183418 mike  1.1.2.1     "\057CIM::Network::OSPF",
183419                   /* Version */
183420                   "\0632.7.0",
183421                   0,
183422               };
183423               
183424               MetaClass
183425               __root_cimv2_CIM_AreaOfConfiguration =
183426               {
183427                   /* flags */
183428                   META_FLAG_ASSOCIATION,
183429                   /* name */
183430                   "CIM_AreaOfConfiguration",
183431                   /* qualifiers */
183432                   __root_cimv2_CIM_AreaOfConfiguration_qualifiers,
183433                   /* super */
183434                   &__root_cimv2_CIM_Dependency,
183435                   /* features */
183436                   _CIM_AreaOfConfiguration_features,
183437               };
183438               
183439 mike  1.1.2.1 //==============================================================================
183440               //
183441               // Class: CIM_ASBGPEndpoints
183442               //
183443               //==============================================================================
183444               
183445               static const char*
183446               _CIM_ASBGPEndpoints_GroupComponent_qualifiers[] =
183447               {
183448                   /* Aggregate */
183449                   "\003\001",
183450                   /* Override */
183451                   "\044GroupComponent",
183452                   /* Max */
183453                   "\027\000\000\000\001",
183454                   0,
183455               };
183456               
183457               static MetaReference
183458               _CIM_ASBGPEndpoints_GroupComponent =
183459               {
183460 mike  1.1.2.1     /* flags */
183461                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
183462                   /* name */
183463                   "GroupComponent",
183464                   /* qualifiers */
183465                   _CIM_ASBGPEndpoints_GroupComponent_qualifiers,
183466                   /* subscript */
183467                   -1,
183468                   /* refId */
183469                   &__root_cimv2_CIM_AutonomousSystem,
183470               };
183471               
183472               static const char*
183473               _CIM_ASBGPEndpoints_PartComponent_qualifiers[] =
183474               {
183475                   /* Override */
183476                   "\044PartComponent",
183477                   0,
183478               };
183479               
183480               static MetaReference
183481 mike  1.1.2.1 _CIM_ASBGPEndpoints_PartComponent =
183482               {
183483                   /* flags */
183484                   META_FLAG_REFERENCE|META_FLAG_READ,
183485                   /* name */
183486                   "PartComponent",
183487                   /* qualifiers */
183488                   _CIM_ASBGPEndpoints_PartComponent_qualifiers,
183489                   /* subscript */
183490                   -1,
183491                   /* refId */
183492                   &__root_cimv2_CIM_BGPProtocolEndpoint,
183493               };
183494               
183495               static MetaFeature*
183496               _CIM_ASBGPEndpoints_features[] =
183497               {
183498                   (MetaFeature*)&_CIM_ASBGPEndpoints_GroupComponent,
183499                   (MetaFeature*)&_CIM_ASBGPEndpoints_PartComponent,
183500                   0,
183501               };
183502 mike  1.1.2.1 
183503               static const char*
183504               __root_cimv2_CIM_ASBGPEndpoints_qualifiers[] =
183505               {
183506                   /* ASSOCIATION */
183507                   "\000\001",
183508                   /* UMLPackagePath */
183509                   "\057CIM::Network::ProtocolEndpoints",
183510                   /* Aggregation */
183511                   "\004\001",
183512                   /* Composition */
183513                   "\011\001",
183514                   /* Version */
183515                   "\0632.7.0",
183516                   0,
183517               };
183518               
183519               MetaClass
183520               __root_cimv2_CIM_ASBGPEndpoints =
183521               {
183522                   /* flags */
183523 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
183524                   /* name */
183525                   "CIM_ASBGPEndpoints",
183526                   /* qualifiers */
183527                   __root_cimv2_CIM_ASBGPEndpoints_qualifiers,
183528                   /* super */
183529                   &__root_cimv2_CIM_SystemComponent,
183530                   /* features */
183531                   _CIM_ASBGPEndpoints_features,
183532               };
183533               
183534               //==============================================================================
183535               //
183536               // Class: CIM_AssociatedCacheMemory
183537               //
183538               //==============================================================================
183539               
183540               static const char*
183541               _CIM_AssociatedCacheMemory_Level_qualifiers[] =
183542               {
183543                   /* ValueMap */
183544 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
183545                   /* Values */
183546                   "\062\000\006Unknown\000Other\000Not Applicable\000Primary\000Secondary\000Tertiary\000",
183547                   /* MappingStrings */
183548                   "\026\000\001MIF.DMTF|System Cache|006.2\000",
183549                   /* ModelCorrespondence */
183550                   "\036\000\001CIM_AssociatedCacheMemory.OtherLevelDescription\000",
183551                   0,
183552               };
183553               
183554               static MetaProperty
183555               _CIM_AssociatedCacheMemory_Level =
183556               {
183557                   /* flags */
183558                   META_FLAG_PROPERTY|META_FLAG_READ,
183559                   /* name */
183560                   "Level",
183561                   /* qualifiers */
183562                   _CIM_AssociatedCacheMemory_Level_qualifiers,
183563                   /* type */
183564                   CIMTYPE_UINT16,
183565 mike  1.1.2.1     /* subscript */
183566                   -1,
183567                   /* value */
183568                   0,
183569               };
183570               
183571               static const char*
183572               _CIM_AssociatedCacheMemory_OtherLevelDescription_qualifiers[] =
183573               {
183574                   /* ModelCorrespondence */
183575                   "\036\000\001CIM_AssociatedCacheMemory.Level\000",
183576                   0,
183577               };
183578               
183579               static MetaProperty
183580               _CIM_AssociatedCacheMemory_OtherLevelDescription =
183581               {
183582                   /* flags */
183583                   META_FLAG_PROPERTY|META_FLAG_READ,
183584                   /* name */
183585                   "OtherLevelDescription",
183586 mike  1.1.2.1     /* qualifiers */
183587                   _CIM_AssociatedCacheMemory_OtherLevelDescription_qualifiers,
183588                   /* type */
183589                   CIMTYPE_STRING,
183590                   /* subscript */
183591                   -1,
183592                   /* value */
183593                   0,
183594               };
183595               
183596               static const char*
183597               _CIM_AssociatedCacheMemory_WritePolicy_qualifiers[] =
183598               {
183599                   /* ValueMap */
183600                   "\061\000\0060\0001\0002\0003\0004\0005\000",
183601                   /* Values */
183602                   "\062\000\006Unknown\000Other\000Write Back\000Write Through\000Varies with Address\000Determination Per I/O\000",
183603                   /* MappingStrings */
183604                   "\026\000\001MIF.DMTF|System Cache|006.5\000",
183605                   /* ModelCorrespondence */
183606                   "\036\000\001CIM_AssociatedCacheMemory.OtherWritePolicyDescription\000",
183607 mike  1.1.2.1     0,
183608               };
183609               
183610               static MetaProperty
183611               _CIM_AssociatedCacheMemory_WritePolicy =
183612               {
183613                   /* flags */
183614                   META_FLAG_PROPERTY|META_FLAG_READ,
183615                   /* name */
183616                   "WritePolicy",
183617                   /* qualifiers */
183618                   _CIM_AssociatedCacheMemory_WritePolicy_qualifiers,
183619                   /* type */
183620                   CIMTYPE_UINT16,
183621                   /* subscript */
183622                   -1,
183623                   /* value */
183624                   0,
183625               };
183626               
183627               static const char*
183628 mike  1.1.2.1 _CIM_AssociatedCacheMemory_OtherWritePolicyDescription_qualifiers[] =
183629               {
183630                   /* ModelCorrespondence */
183631                   "\036\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
183632                   0,
183633               };
183634               
183635               static MetaProperty
183636               _CIM_AssociatedCacheMemory_OtherWritePolicyDescription =
183637               {
183638                   /* flags */
183639                   META_FLAG_PROPERTY|META_FLAG_READ,
183640                   /* name */
183641                   "OtherWritePolicyDescription",
183642                   /* qualifiers */
183643                   _CIM_AssociatedCacheMemory_OtherWritePolicyDescription_qualifiers,
183644                   /* type */
183645                   CIMTYPE_STRING,
183646                   /* subscript */
183647                   -1,
183648                   /* value */
183649 mike  1.1.2.1     0,
183650               };
183651               
183652               static const char*
183653               _CIM_AssociatedCacheMemory_CacheType_qualifiers[] =
183654               {
183655                   /* ValueMap */
183656                   "\061\000\0050\0001\0002\0003\0004\000",
183657                   /* Values */
183658                   "\062\000\005Unknown\000Other\000Instruction\000Data\000Unified\000",
183659                   /* MappingStrings */
183660                   "\026\000\001MIF.DMTF|System Cache|006.9\000",
183661                   /* ModelCorrespondence */
183662                   "\036\000\001CIM_AssociatedCacheMemory.OtherCacheTypeDescription\000",
183663                   0,
183664               };
183665               
183666               static MetaProperty
183667               _CIM_AssociatedCacheMemory_CacheType =
183668               {
183669                   /* flags */
183670 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
183671                   /* name */
183672                   "CacheType",
183673                   /* qualifiers */
183674                   _CIM_AssociatedCacheMemory_CacheType_qualifiers,
183675                   /* type */
183676                   CIMTYPE_UINT16,
183677                   /* subscript */
183678                   -1,
183679                   /* value */
183680                   0,
183681               };
183682               
183683               static const char*
183684               _CIM_AssociatedCacheMemory_OtherCacheTypeDescription_qualifiers[] =
183685               {
183686                   /* ModelCorrespondence */
183687                   "\036\000\001CIM_AssociatedCacheMemory.CacheType\000",
183688                   0,
183689               };
183690               
183691 mike  1.1.2.1 static MetaProperty
183692               _CIM_AssociatedCacheMemory_OtherCacheTypeDescription =
183693               {
183694                   /* flags */
183695                   META_FLAG_PROPERTY|META_FLAG_READ,
183696                   /* name */
183697                   "OtherCacheTypeDescription",
183698                   /* qualifiers */
183699                   _CIM_AssociatedCacheMemory_OtherCacheTypeDescription_qualifiers,
183700                   /* type */
183701                   CIMTYPE_STRING,
183702                   /* subscript */
183703                   -1,
183704                   /* value */
183705                   0,
183706               };
183707               
183708               static const char*
183709               _CIM_AssociatedCacheMemory_LineSize_qualifiers[] =
183710               {
183711                   /* Units */
183712 mike  1.1.2.1     "\060Bytes",
183713                   /* MappingStrings */
183714                   "\026\000\001MIF.DMTF|System Cache|006.10\000",
183715                   0,
183716               };
183717               
183718               static MetaProperty
183719               _CIM_AssociatedCacheMemory_LineSize =
183720               {
183721                   /* flags */
183722                   META_FLAG_PROPERTY|META_FLAG_READ,
183723                   /* name */
183724                   "LineSize",
183725                   /* qualifiers */
183726                   _CIM_AssociatedCacheMemory_LineSize_qualifiers,
183727                   /* type */
183728                   CIMTYPE_UINT32,
183729                   /* subscript */
183730                   -1,
183731                   /* value */
183732                   0,
183733 mike  1.1.2.1 };
183734               
183735               static const char*
183736               _CIM_AssociatedCacheMemory_ReplacementPolicy_qualifiers[] =
183737               {
183738                   /* ValueMap */
183739                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
183740                   /* Values */
183741                   "\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",
183742                   /* MappingStrings */
183743                   "\026\000\001MIF.DMTF|System Cache|006.12\000",
183744                   /* ModelCorrespondence */
183745                   "\036\000\001CIM_AssociatedCacheMemory.OtherReplacementPolicyDescription\000",
183746                   0,
183747               };
183748               
183749               static MetaProperty
183750               _CIM_AssociatedCacheMemory_ReplacementPolicy =
183751               {
183752                   /* flags */
183753                   META_FLAG_PROPERTY|META_FLAG_READ,
183754 mike  1.1.2.1     /* name */
183755                   "ReplacementPolicy",
183756                   /* qualifiers */
183757                   _CIM_AssociatedCacheMemory_ReplacementPolicy_qualifiers,
183758                   /* type */
183759                   CIMTYPE_UINT16,
183760                   /* subscript */
183761                   -1,
183762                   /* value */
183763                   0,
183764               };
183765               
183766               static const char*
183767               _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription_qualifiers[] =
183768               {
183769                   /* ModelCorrespondence */
183770                   "\036\000\001CIM_AssociatedCacheMemory.ReplacementPolicy\000",
183771                   0,
183772               };
183773               
183774               static MetaProperty
183775 mike  1.1.2.1 _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription =
183776               {
183777                   /* flags */
183778                   META_FLAG_PROPERTY|META_FLAG_READ,
183779                   /* name */
183780                   "OtherReplacementPolicyDescription",
183781                   /* qualifiers */
183782                   _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription_qualifiers,
183783                   /* type */
183784                   CIMTYPE_STRING,
183785                   /* subscript */
183786                   -1,
183787                   /* value */
183788                   0,
183789               };
183790               
183791               static const char*
183792               _CIM_AssociatedCacheMemory_ReadPolicy_qualifiers[] =
183793               {
183794                   /* ValueMap */
183795                   "\061\000\0060\0001\0002\0003\0004\0005\000",
183796 mike  1.1.2.1     /* Values */
183797                   "\062\000\006Unknown\000Other\000Read\000Read-Ahead\000Read and Read-Ahead\000Determination Per I/O\000",
183798                   /* MappingStrings */
183799                   "\026\000\001MIF.DMTF|System Cache|006.13\000",
183800                   /* ModelCorrespondence */
183801                   "\036\000\001CIM_AssociatedCacheMemory.OtherReadPolicyDescription\000",
183802                   0,
183803               };
183804               
183805               static MetaProperty
183806               _CIM_AssociatedCacheMemory_ReadPolicy =
183807               {
183808                   /* flags */
183809                   META_FLAG_PROPERTY|META_FLAG_READ,
183810                   /* name */
183811                   "ReadPolicy",
183812                   /* qualifiers */
183813                   _CIM_AssociatedCacheMemory_ReadPolicy_qualifiers,
183814                   /* type */
183815                   CIMTYPE_UINT16,
183816                   /* subscript */
183817 mike  1.1.2.1     -1,
183818                   /* value */
183819                   0,
183820               };
183821               
183822               static const char*
183823               _CIM_AssociatedCacheMemory_OtherReadPolicyDescription_qualifiers[] =
183824               {
183825                   /* ModelCorrespondence */
183826                   "\036\000\001CIM_AssociatedCacheMemory.ReadPolicy\000",
183827                   0,
183828               };
183829               
183830               static MetaProperty
183831               _CIM_AssociatedCacheMemory_OtherReadPolicyDescription =
183832               {
183833                   /* flags */
183834                   META_FLAG_PROPERTY|META_FLAG_READ,
183835                   /* name */
183836                   "OtherReadPolicyDescription",
183837                   /* qualifiers */
183838 mike  1.1.2.1     _CIM_AssociatedCacheMemory_OtherReadPolicyDescription_qualifiers,
183839                   /* type */
183840                   CIMTYPE_STRING,
183841                   /* subscript */
183842                   -1,
183843                   /* value */
183844                   0,
183845               };
183846               
183847               static const char*
183848               _CIM_AssociatedCacheMemory_FlushTimer_qualifiers[] =
183849               {
183850                   /* Units */
183851                   "\060Seconds",
183852                   /* MappingStrings */
183853                   "\026\000\001MIF.DMTF|System Cache|006.14\000",
183854                   0,
183855               };
183856               
183857               static MetaProperty
183858               _CIM_AssociatedCacheMemory_FlushTimer =
183859 mike  1.1.2.1 {
183860                   /* flags */
183861                   META_FLAG_PROPERTY|META_FLAG_READ,
183862                   /* name */
183863                   "FlushTimer",
183864                   /* qualifiers */
183865                   _CIM_AssociatedCacheMemory_FlushTimer_qualifiers,
183866                   /* type */
183867                   CIMTYPE_UINT32,
183868                   /* subscript */
183869                   -1,
183870                   /* value */
183871                   0,
183872               };
183873               
183874               static const char*
183875               _CIM_AssociatedCacheMemory_Associativity_qualifiers[] =
183876               {
183877                   /* ValueMap */
183878                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
183879                   /* Values */
183880 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",
183881                   /* MappingStrings */
183882                   "\026\000\001MIF.DMTF|System Cache|006.15\000",
183883                   /* ModelCorrespondence */
183884                   "\036\000\001CIM_AssociatedCacheMemory.OtherAssociativityDescription\000",
183885                   0,
183886               };
183887               
183888               static MetaProperty
183889               _CIM_AssociatedCacheMemory_Associativity =
183890               {
183891                   /* flags */
183892                   META_FLAG_PROPERTY|META_FLAG_READ,
183893                   /* name */
183894                   "Associativity",
183895                   /* qualifiers */
183896                   _CIM_AssociatedCacheMemory_Associativity_qualifiers,
183897                   /* type */
183898                   CIMTYPE_UINT16,
183899                   /* subscript */
183900                   -1,
183901 mike  1.1.2.1     /* value */
183902                   0,
183903               };
183904               
183905               static const char*
183906               _CIM_AssociatedCacheMemory_OtherAssociativityDescription_qualifiers[] =
183907               {
183908                   /* ModelCorrespondence */
183909                   "\036\000\001CIM_AssociatedCacheMemory.Associativity\000",
183910                   0,
183911               };
183912               
183913               static MetaProperty
183914               _CIM_AssociatedCacheMemory_OtherAssociativityDescription =
183915               {
183916                   /* flags */
183917                   META_FLAG_PROPERTY|META_FLAG_READ,
183918                   /* name */
183919                   "OtherAssociativityDescription",
183920                   /* qualifiers */
183921                   _CIM_AssociatedCacheMemory_OtherAssociativityDescription_qualifiers,
183922 mike  1.1.2.1     /* type */
183923                   CIMTYPE_STRING,
183924                   /* subscript */
183925                   -1,
183926                   /* value */
183927                   0,
183928               };
183929               
183930               static MetaFeature*
183931               _CIM_AssociatedCacheMemory_features[] =
183932               {
183933                   (MetaFeature*)&_CIM_AssociatedCacheMemory_Level,
183934                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherLevelDescription,
183935                   (MetaFeature*)&_CIM_AssociatedCacheMemory_WritePolicy,
183936                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherWritePolicyDescription,
183937                   (MetaFeature*)&_CIM_AssociatedCacheMemory_CacheType,
183938                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherCacheTypeDescription,
183939                   (MetaFeature*)&_CIM_AssociatedCacheMemory_LineSize,
183940                   (MetaFeature*)&_CIM_AssociatedCacheMemory_ReplacementPolicy,
183941                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription,
183942                   (MetaFeature*)&_CIM_AssociatedCacheMemory_ReadPolicy,
183943 mike  1.1.2.1     (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherReadPolicyDescription,
183944                   (MetaFeature*)&_CIM_AssociatedCacheMemory_FlushTimer,
183945                   (MetaFeature*)&_CIM_AssociatedCacheMemory_Associativity,
183946                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherAssociativityDescription,
183947                   0,
183948               };
183949               
183950               static const char*
183951               __root_cimv2_CIM_AssociatedCacheMemory_qualifiers[] =
183952               {
183953                   /* ASSOCIATION */
183954                   "\000\001",
183955                   /* UMLPackagePath */
183956                   "\057CIM::Device::Memory",
183957                   /* Version */
183958                   "\0632.8.0",
183959                   0,
183960               };
183961               
183962               MetaClass
183963               __root_cimv2_CIM_AssociatedCacheMemory =
183964 mike  1.1.2.1 {
183965                   /* flags */
183966                   META_FLAG_ASSOCIATION,
183967                   /* name */
183968                   "CIM_AssociatedCacheMemory",
183969                   /* qualifiers */
183970                   __root_cimv2_CIM_AssociatedCacheMemory_qualifiers,
183971                   /* super */
183972                   &__root_cimv2_CIM_AssociatedMemory,
183973                   /* features */
183974                   _CIM_AssociatedCacheMemory_features,
183975               };
183976               
183977               //==============================================================================
183978               //
183979               // Class: CIM_AssociatedSupplyCurrentSensor
183980               //
183981               //==============================================================================
183982               
183983               static const char*
183984               _CIM_AssociatedSupplyCurrentSensor_Antecedent_qualifiers[] =
183985 mike  1.1.2.1 {
183986                   /* Deprecated */
183987                   "\013\000\001CIM_AssociatedSensor.Antecedent\000",
183988                   /* Override */
183989                   "\044Antecedent",
183990                   0,
183991               };
183992               
183993               static MetaReference
183994               _CIM_AssociatedSupplyCurrentSensor_Antecedent =
183995               {
183996                   /* flags */
183997                   META_FLAG_REFERENCE|META_FLAG_READ,
183998                   /* name */
183999                   "Antecedent",
184000                   /* qualifiers */
184001                   _CIM_AssociatedSupplyCurrentSensor_Antecedent_qualifiers,
184002                   /* subscript */
184003                   -1,
184004                   /* refId */
184005                   &__root_cimv2_CIM_CurrentSensor,
184006 mike  1.1.2.1 };
184007               
184008               static const char*
184009               _CIM_AssociatedSupplyCurrentSensor_Dependent_qualifiers[] =
184010               {
184011                   /* Deprecated */
184012                   "\013\000\001CIM_AssociatedSensor.Dependent\000",
184013                   /* Override */
184014                   "\044Dependent",
184015                   0,
184016               };
184017               
184018               static MetaReference
184019               _CIM_AssociatedSupplyCurrentSensor_Dependent =
184020               {
184021                   /* flags */
184022                   META_FLAG_REFERENCE|META_FLAG_READ,
184023                   /* name */
184024                   "Dependent",
184025                   /* qualifiers */
184026                   _CIM_AssociatedSupplyCurrentSensor_Dependent_qualifiers,
184027 mike  1.1.2.1     /* subscript */
184028                   -1,
184029                   /* refId */
184030                   &__root_cimv2_CIM_PowerSupply,
184031               };
184032               
184033               static const char*
184034               _CIM_AssociatedSupplyCurrentSensor_MonitoringRange_qualifiers[] =
184035               {
184036                   /* Deprecated */
184037                   "\013\000\001No Value\000",
184038                   /* ValueMap */
184039                   "\061\000\0050\0001\0002\0003\0004\000",
184040                   /* Values */
184041                   "\062\000\005Unknown\000Other\000Range 1\000Range 2\000Both Range 1 and 2\000",
184042                   0,
184043               };
184044               
184045               static MetaProperty
184046               _CIM_AssociatedSupplyCurrentSensor_MonitoringRange =
184047               {
184048 mike  1.1.2.1     /* flags */
184049                   META_FLAG_PROPERTY|META_FLAG_READ,
184050                   /* name */
184051                   "MonitoringRange",
184052                   /* qualifiers */
184053                   _CIM_AssociatedSupplyCurrentSensor_MonitoringRange_qualifiers,
184054                   /* type */
184055                   CIMTYPE_UINT16,
184056                   /* subscript */
184057                   -1,
184058                   /* value */
184059                   0,
184060               };
184061               
184062               static MetaFeature*
184063               _CIM_AssociatedSupplyCurrentSensor_features[] =
184064               {
184065                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_Antecedent,
184066                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_Dependent,
184067                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_MonitoringRange,
184068                   0,
184069 mike  1.1.2.1 };
184070               
184071               static const char*
184072               __root_cimv2_CIM_AssociatedSupplyCurrentSensor_qualifiers[] =
184073               {
184074                   /* ASSOCIATION */
184075                   "\000\001",
184076                   /* Deprecated */
184077                   "\013\000\001CIM_AssociatedSensor\000",
184078                   /* UMLPackagePath */
184079                   "\057CIM::Device::Sensors",
184080                   /* Version */
184081                   "\0632.8.0",
184082                   0,
184083               };
184084               
184085               MetaClass
184086               __root_cimv2_CIM_AssociatedSupplyCurrentSensor =
184087               {
184088                   /* flags */
184089                   META_FLAG_ASSOCIATION,
184090 mike  1.1.2.1     /* name */
184091                   "CIM_AssociatedSupplyCurrentSensor",
184092                   /* qualifiers */
184093                   __root_cimv2_CIM_AssociatedSupplyCurrentSensor_qualifiers,
184094                   /* super */
184095                   &__root_cimv2_CIM_AssociatedSensor,
184096                   /* features */
184097                   _CIM_AssociatedSupplyCurrentSensor_features,
184098               };
184099               
184100               //==============================================================================
184101               //
184102               // Class: CIM_AuthenticateForUse
184103               //
184104               //==============================================================================
184105               
184106               static const char*
184107               _CIM_AuthenticateForUse_Antecedent_qualifiers[] =
184108               {
184109                   /* Deprecated */
184110                   "\013\000\001No value\000",
184111 mike  1.1.2.1     /* Override */
184112                   "\044Antecedent",
184113                   0,
184114               };
184115               
184116               static MetaReference
184117               _CIM_AuthenticateForUse_Antecedent =
184118               {
184119                   /* flags */
184120                   META_FLAG_REFERENCE|META_FLAG_READ,
184121                   /* name */
184122                   "Antecedent",
184123                   /* qualifiers */
184124                   _CIM_AuthenticateForUse_Antecedent_qualifiers,
184125                   /* subscript */
184126                   -1,
184127                   /* refId */
184128                   &__root_cimv2_CIM_AuthenticationRequirement,
184129               };
184130               
184131               static const char*
184132 mike  1.1.2.1 _CIM_AuthenticateForUse_Dependent_qualifiers[] =
184133               {
184134                   /* Deprecated */
184135                   "\013\000\001No value\000",
184136                   /* Override */
184137                   "\044Dependent",
184138                   0,
184139               };
184140               
184141               static MetaReference
184142               _CIM_AuthenticateForUse_Dependent =
184143               {
184144                   /* flags */
184145                   META_FLAG_REFERENCE|META_FLAG_READ,
184146                   /* name */
184147                   "Dependent",
184148                   /* qualifiers */
184149                   _CIM_AuthenticateForUse_Dependent_qualifiers,
184150                   /* subscript */
184151                   -1,
184152                   /* refId */
184153 mike  1.1.2.1     &__root_cimv2_CIM_AuthenticationService,
184154               };
184155               
184156               static MetaFeature*
184157               _CIM_AuthenticateForUse_features[] =
184158               {
184159                   (MetaFeature*)&_CIM_AuthenticateForUse_Antecedent,
184160                   (MetaFeature*)&_CIM_AuthenticateForUse_Dependent,
184161                   0,
184162               };
184163               
184164               static const char*
184165               __root_cimv2_CIM_AuthenticateForUse_qualifiers[] =
184166               {
184167                   /* ASSOCIATION */
184168                   "\000\001",
184169                   /* Deprecated */
184170                   "\013\000\001No value\000",
184171                   /* UMLPackagePath */
184172                   "\057CIM::User::AuthenticationReqmt",
184173                   /* Version */
184174 mike  1.1.2.1     "\0632.8.0",
184175                   0,
184176               };
184177               
184178               MetaClass
184179               __root_cimv2_CIM_AuthenticateForUse =
184180               {
184181                   /* flags */
184182                   META_FLAG_ASSOCIATION,
184183                   /* name */
184184                   "CIM_AuthenticateForUse",
184185                   /* qualifiers */
184186                   __root_cimv2_CIM_AuthenticateForUse_qualifiers,
184187                   /* super */
184188                   &__root_cimv2_CIM_Dependency,
184189                   /* features */
184190                   _CIM_AuthenticateForUse_features,
184191               };
184192               
184193               //==============================================================================
184194               //
184195 mike  1.1.2.1 // Class: CIM_BGPAdminDistance
184196               //
184197               //==============================================================================
184198               
184199               static const char*
184200               _CIM_BGPAdminDistance_Antecedent_qualifiers[] =
184201               {
184202                   /* Override */
184203                   "\044Antecedent",
184204                   /* Min */
184205                   "\033\000\000\000\001",
184206                   /* Max */
184207                   "\027\000\000\000\001",
184208                   0,
184209               };
184210               
184211               static MetaReference
184212               _CIM_BGPAdminDistance_Antecedent =
184213               {
184214                   /* flags */
184215                   META_FLAG_REFERENCE|META_FLAG_READ,
184216 mike  1.1.2.1     /* name */
184217                   "Antecedent",
184218                   /* qualifiers */
184219                   _CIM_BGPAdminDistance_Antecedent_qualifiers,
184220                   /* subscript */
184221                   -1,
184222                   /* refId */
184223                   &__root_cimv2_CIM_AdministrativeDistance,
184224               };
184225               
184226               static const char*
184227               _CIM_BGPAdminDistance_Dependent_qualifiers[] =
184228               {
184229                   /* Override */
184230                   "\044Dependent",
184231                   0,
184232               };
184233               
184234               static MetaReference
184235               _CIM_BGPAdminDistance_Dependent =
184236               {
184237 mike  1.1.2.1     /* flags */
184238                   META_FLAG_REFERENCE|META_FLAG_READ,
184239                   /* name */
184240                   "Dependent",
184241                   /* qualifiers */
184242                   _CIM_BGPAdminDistance_Dependent_qualifiers,
184243                   /* subscript */
184244                   -1,
184245                   /* refId */
184246                   &__root_cimv2_CIM_BGPService,
184247               };
184248               
184249               static MetaFeature*
184250               _CIM_BGPAdminDistance_features[] =
184251               {
184252                   (MetaFeature*)&_CIM_BGPAdminDistance_Antecedent,
184253                   (MetaFeature*)&_CIM_BGPAdminDistance_Dependent,
184254                   0,
184255               };
184256               
184257               static const char*
184258 mike  1.1.2.1 __root_cimv2_CIM_BGPAdminDistance_qualifiers[] =
184259               {
184260                   /* ASSOCIATION */
184261                   "\000\001",
184262                   /* UMLPackagePath */
184263                   "\057CIM::Network::BGP",
184264                   /* Version */
184265                   "\0632.6.0",
184266                   0,
184267               };
184268               
184269               MetaClass
184270               __root_cimv2_CIM_BGPAdminDistance =
184271               {
184272                   /* flags */
184273                   META_FLAG_ASSOCIATION,
184274                   /* name */
184275                   "CIM_BGPAdminDistance",
184276                   /* qualifiers */
184277                   __root_cimv2_CIM_BGPAdminDistance_qualifiers,
184278                   /* super */
184279 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
184280                   /* features */
184281                   _CIM_BGPAdminDistance_features,
184282               };
184283               
184284               //==============================================================================
184285               //
184286               // Class: CIM_BGPPeerGroupService
184287               //
184288               //==============================================================================
184289               
184290               static const char*
184291               _CIM_BGPPeerGroupService_Antecedent_qualifiers[] =
184292               {
184293                   /* Override */
184294                   "\044Antecedent",
184295                   0,
184296               };
184297               
184298               static MetaReference
184299               _CIM_BGPPeerGroupService_Antecedent =
184300 mike  1.1.2.1 {
184301                   /* flags */
184302                   META_FLAG_REFERENCE|META_FLAG_READ,
184303                   /* name */
184304                   "Antecedent",
184305                   /* qualifiers */
184306                   _CIM_BGPPeerGroupService_Antecedent_qualifiers,
184307                   /* subscript */
184308                   -1,
184309                   /* refId */
184310                   &__root_cimv2_CIM_BGPPeerGroup,
184311               };
184312               
184313               static const char*
184314               _CIM_BGPPeerGroupService_Dependent_qualifiers[] =
184315               {
184316                   /* Override */
184317                   "\044Dependent",
184318                   0,
184319               };
184320               
184321 mike  1.1.2.1 static MetaReference
184322               _CIM_BGPPeerGroupService_Dependent =
184323               {
184324                   /* flags */
184325                   META_FLAG_REFERENCE|META_FLAG_READ,
184326                   /* name */
184327                   "Dependent",
184328                   /* qualifiers */
184329                   _CIM_BGPPeerGroupService_Dependent_qualifiers,
184330                   /* subscript */
184331                   -1,
184332                   /* refId */
184333                   &__root_cimv2_CIM_BGPService,
184334               };
184335               
184336               static MetaFeature*
184337               _CIM_BGPPeerGroupService_features[] =
184338               {
184339                   (MetaFeature*)&_CIM_BGPPeerGroupService_Antecedent,
184340                   (MetaFeature*)&_CIM_BGPPeerGroupService_Dependent,
184341                   0,
184342 mike  1.1.2.1 };
184343               
184344               static const char*
184345               __root_cimv2_CIM_BGPPeerGroupService_qualifiers[] =
184346               {
184347                   /* ASSOCIATION */
184348                   "\000\001",
184349                   /* UMLPackagePath */
184350                   "\057CIM::Network::BGP",
184351                   /* Version */
184352                   "\0632.7.0",
184353                   0,
184354               };
184355               
184356               MetaClass
184357               __root_cimv2_CIM_BGPPeerGroupService =
184358               {
184359                   /* flags */
184360                   META_FLAG_ASSOCIATION,
184361                   /* name */
184362                   "CIM_BGPPeerGroupService",
184363 mike  1.1.2.1     /* qualifiers */
184364                   __root_cimv2_CIM_BGPPeerGroupService_qualifiers,
184365                   /* super */
184366                   &__root_cimv2_CIM_Dependency,
184367                   /* features */
184368                   _CIM_BGPPeerGroupService_features,
184369               };
184370               
184371               //==============================================================================
184372               //
184373               // Class: CIM_BGPRoutingPolicy
184374               //
184375               //==============================================================================
184376               
184377               static const char*
184378               _CIM_BGPRoutingPolicy_Antecedent_qualifiers[] =
184379               {
184380                   /* Override */
184381                   "\044Antecedent",
184382                   0,
184383               };
184384 mike  1.1.2.1 
184385               static MetaReference
184386               _CIM_BGPRoutingPolicy_Antecedent =
184387               {
184388                   /* flags */
184389                   META_FLAG_REFERENCE|META_FLAG_READ,
184390                   /* name */
184391                   "Antecedent",
184392                   /* qualifiers */
184393                   _CIM_BGPRoutingPolicy_Antecedent_qualifiers,
184394                   /* subscript */
184395                   -1,
184396                   /* refId */
184397                   &__root_cimv2_CIM_RoutingPolicy,
184398               };
184399               
184400               static const char*
184401               _CIM_BGPRoutingPolicy_Dependent_qualifiers[] =
184402               {
184403                   /* Override */
184404                   "\044Dependent",
184405 mike  1.1.2.1     0,
184406               };
184407               
184408               static MetaReference
184409               _CIM_BGPRoutingPolicy_Dependent =
184410               {
184411                   /* flags */
184412                   META_FLAG_REFERENCE|META_FLAG_READ,
184413                   /* name */
184414                   "Dependent",
184415                   /* qualifiers */
184416                   _CIM_BGPRoutingPolicy_Dependent_qualifiers,
184417                   /* subscript */
184418                   -1,
184419                   /* refId */
184420                   &__root_cimv2_CIM_BGPService,
184421               };
184422               
184423               static MetaFeature*
184424               _CIM_BGPRoutingPolicy_features[] =
184425               {
184426 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPRoutingPolicy_Antecedent,
184427                   (MetaFeature*)&_CIM_BGPRoutingPolicy_Dependent,
184428                   0,
184429               };
184430               
184431               static const char*
184432               __root_cimv2_CIM_BGPRoutingPolicy_qualifiers[] =
184433               {
184434                   /* ASSOCIATION */
184435                   "\000\001",
184436                   /* UMLPackagePath */
184437                   "\057CIM::Network::BGP",
184438                   /* Version */
184439                   "\0632.6.0",
184440                   0,
184441               };
184442               
184443               MetaClass
184444               __root_cimv2_CIM_BGPRoutingPolicy =
184445               {
184446                   /* flags */
184447 mike  1.1.2.1     META_FLAG_ASSOCIATION,
184448                   /* name */
184449                   "CIM_BGPRoutingPolicy",
184450                   /* qualifiers */
184451                   __root_cimv2_CIM_BGPRoutingPolicy_qualifiers,
184452                   /* super */
184453                   &__root_cimv2_CIM_Dependency,
184454                   /* features */
184455                   _CIM_BGPRoutingPolicy_features,
184456               };
184457               
184458               //==============================================================================
184459               //
184460               // Class: CIM_BindsToLANEndpoint
184461               //
184462               //==============================================================================
184463               
184464               static const char*
184465               _CIM_BindsToLANEndpoint_Antecedent_qualifiers[] =
184466               {
184467                   /* Override */
184468 mike  1.1.2.1     "\044Antecedent",
184469                   0,
184470               };
184471               
184472               static MetaReference
184473               _CIM_BindsToLANEndpoint_Antecedent =
184474               {
184475                   /* flags */
184476                   META_FLAG_REFERENCE|META_FLAG_READ,
184477                   /* name */
184478                   "Antecedent",
184479                   /* qualifiers */
184480                   _CIM_BindsToLANEndpoint_Antecedent_qualifiers,
184481                   /* subscript */
184482                   -1,
184483                   /* refId */
184484                   &__root_cimv2_CIM_LANEndpoint,
184485               };
184486               
184487               static const char*
184488               _CIM_BindsToLANEndpoint_Dependent_qualifiers[] =
184489 mike  1.1.2.1 {
184490                   /* Override */
184491                   "\044Dependent",
184492                   0,
184493               };
184494               
184495               static MetaReference
184496               _CIM_BindsToLANEndpoint_Dependent =
184497               {
184498                   /* flags */
184499                   META_FLAG_REFERENCE|META_FLAG_READ,
184500                   /* name */
184501                   "Dependent",
184502                   /* qualifiers */
184503                   _CIM_BindsToLANEndpoint_Dependent_qualifiers,
184504                   /* subscript */
184505                   -1,
184506                   /* refId */
184507                   &__root_cimv2_CIM_ServiceAccessPoint,
184508               };
184509               
184510 mike  1.1.2.1 static const char*
184511               _CIM_BindsToLANEndpoint_FrameType_qualifiers[] =
184512               {
184513                   /* ValueMap */
184514                   "\061\000\0050\0001\0002\0003\0004\000",
184515                   /* Values */
184516                   "\062\000\005Unknown\000Ethernet\000802.2\000SNAP\000Raw802.3\000",
184517                   0,
184518               };
184519               
184520               static MetaProperty
184521               _CIM_BindsToLANEndpoint_FrameType =
184522               {
184523                   /* flags */
184524                   META_FLAG_PROPERTY|META_FLAG_READ,
184525                   /* name */
184526                   "FrameType",
184527                   /* qualifiers */
184528                   _CIM_BindsToLANEndpoint_FrameType_qualifiers,
184529                   /* type */
184530                   CIMTYPE_UINT16,
184531 mike  1.1.2.1     /* subscript */
184532                   -1,
184533                   /* value */
184534                   0,
184535               };
184536               
184537               static MetaFeature*
184538               _CIM_BindsToLANEndpoint_features[] =
184539               {
184540                   (MetaFeature*)&_CIM_BindsToLANEndpoint_Antecedent,
184541                   (MetaFeature*)&_CIM_BindsToLANEndpoint_Dependent,
184542                   (MetaFeature*)&_CIM_BindsToLANEndpoint_FrameType,
184543                   0,
184544               };
184545               
184546               static const char*
184547               __root_cimv2_CIM_BindsToLANEndpoint_qualifiers[] =
184548               {
184549                   /* ASSOCIATION */
184550                   "\000\001",
184551                   /* UMLPackagePath */
184552 mike  1.1.2.1     "\057CIM::Network::ProtocolEndpoints",
184553                   /* Version */
184554                   "\0632.6.0",
184555                   0,
184556               };
184557               
184558               MetaClass
184559               __root_cimv2_CIM_BindsToLANEndpoint =
184560               {
184561                   /* flags */
184562                   META_FLAG_ASSOCIATION,
184563                   /* name */
184564                   "CIM_BindsToLANEndpoint",
184565                   /* qualifiers */
184566                   __root_cimv2_CIM_BindsToLANEndpoint_qualifiers,
184567                   /* super */
184568                   &__root_cimv2_CIM_BindsTo,
184569                   /* features */
184570                   _CIM_BindsToLANEndpoint_features,
184571               };
184572               
184573 mike  1.1.2.1 //==============================================================================
184574               //
184575               // Class: CIM_CertificateAuthority
184576               //
184577               //==============================================================================
184578               
184579               static const char*
184580               _CIM_CertificateAuthority_CAPolicyStatement_qualifiers[] =
184581               {
184582                   0,
184583               };
184584               
184585               static MetaProperty
184586               _CIM_CertificateAuthority_CAPolicyStatement =
184587               {
184588                   /* flags */
184589                   META_FLAG_PROPERTY|META_FLAG_READ,
184590                   /* name */
184591                   "CAPolicyStatement",
184592                   /* qualifiers */
184593                   _CIM_CertificateAuthority_CAPolicyStatement_qualifiers,
184594 mike  1.1.2.1     /* type */
184595                   CIMTYPE_STRING,
184596                   /* subscript */
184597                   -1,
184598                   /* value */
184599                   0,
184600               };
184601               
184602               static const char*
184603               _CIM_CertificateAuthority_CRL_qualifiers[] =
184604               {
184605                   /* OctetString */
184606                   "\042\001",
184607                   0,
184608               };
184609               
184610               static MetaProperty
184611               _CIM_CertificateAuthority_CRL =
184612               {
184613                   /* flags */
184614                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
184615 mike  1.1.2.1     /* name */
184616                   "CRL",
184617                   /* qualifiers */
184618                   _CIM_CertificateAuthority_CRL_qualifiers,
184619                   /* type */
184620                   CIMTYPE_STRING,
184621                   /* subscript */
184622                   0,
184623                   /* value */
184624                   0,
184625               };
184626               
184627               static const char*
184628               _CIM_CertificateAuthority_CRLDistributionPoint_qualifiers[] =
184629               {
184630                   0,
184631               };
184632               
184633               static MetaProperty
184634               _CIM_CertificateAuthority_CRLDistributionPoint =
184635               {
184636 mike  1.1.2.1     /* flags */
184637                   META_FLAG_PROPERTY|META_FLAG_READ,
184638                   /* name */
184639                   "CRLDistributionPoint",
184640                   /* qualifiers */
184641                   _CIM_CertificateAuthority_CRLDistributionPoint_qualifiers,
184642                   /* type */
184643                   CIMTYPE_STRING,
184644                   /* subscript */
184645                   0,
184646                   /* value */
184647                   0,
184648               };
184649               
184650               static const char*
184651               _CIM_CertificateAuthority_CADistinguishedName_qualifiers[] =
184652               {
184653                   /* Dn */
184654                   "\016\001",
184655                   0,
184656               };
184657 mike  1.1.2.1 
184658               static MetaProperty
184659               _CIM_CertificateAuthority_CADistinguishedName =
184660               {
184661                   /* flags */
184662                   META_FLAG_PROPERTY|META_FLAG_DN|META_FLAG_READ,
184663                   /* name */
184664                   "CADistinguishedName",
184665                   /* qualifiers */
184666                   _CIM_CertificateAuthority_CADistinguishedName_qualifiers,
184667                   /* type */
184668                   CIMTYPE_STRING,
184669                   /* subscript */
184670                   -1,
184671                   /* value */
184672                   0,
184673               };
184674               
184675               static const char*
184676               _CIM_CertificateAuthority_CRLRefreshFrequency_qualifiers[] =
184677               {
184678 mike  1.1.2.1     /* Units */
184679                   "\060Hours",
184680                   0,
184681               };
184682               
184683               static MetaProperty
184684               _CIM_CertificateAuthority_CRLRefreshFrequency =
184685               {
184686                   /* flags */
184687                   META_FLAG_PROPERTY|META_FLAG_READ,
184688                   /* name */
184689                   "CRLRefreshFrequency",
184690                   /* qualifiers */
184691                   _CIM_CertificateAuthority_CRLRefreshFrequency_qualifiers,
184692                   /* type */
184693                   CIMTYPE_UINT8,
184694                   /* subscript */
184695                   -1,
184696                   /* value */
184697                   0,
184698               };
184699 mike  1.1.2.1 
184700               static const char*
184701               _CIM_CertificateAuthority_MaxChainLength_qualifiers[] =
184702               {
184703                   0,
184704               };
184705               
184706               static MetaProperty
184707               _CIM_CertificateAuthority_MaxChainLength =
184708               {
184709                   /* flags */
184710                   META_FLAG_PROPERTY|META_FLAG_READ,
184711                   /* name */
184712                   "MaxChainLength",
184713                   /* qualifiers */
184714                   _CIM_CertificateAuthority_MaxChainLength_qualifiers,
184715                   /* type */
184716                   CIMTYPE_UINT8,
184717                   /* subscript */
184718                   -1,
184719                   /* value */
184720 mike  1.1.2.1     0,
184721               };
184722               
184723               static MetaFeature*
184724               _CIM_CertificateAuthority_features[] =
184725               {
184726                   (MetaFeature*)&_CIM_CertificateAuthority_CAPolicyStatement,
184727                   (MetaFeature*)&_CIM_CertificateAuthority_CRL,
184728                   (MetaFeature*)&_CIM_CertificateAuthority_CRLDistributionPoint,
184729                   (MetaFeature*)&_CIM_CertificateAuthority_CADistinguishedName,
184730                   (MetaFeature*)&_CIM_CertificateAuthority_CRLRefreshFrequency,
184731                   (MetaFeature*)&_CIM_CertificateAuthority_MaxChainLength,
184732                   0,
184733               };
184734               
184735               static const char*
184736               __root_cimv2_CIM_CertificateAuthority_qualifiers[] =
184737               {
184738                   /* UMLPackagePath */
184739                   "\057CIM::User::PublicKey",
184740                   /* Version */
184741 mike  1.1.2.1     "\0632.8.0",
184742                   0,
184743               };
184744               
184745               MetaClass
184746               __root_cimv2_CIM_CertificateAuthority =
184747               {
184748                   /* flags */
184749                   META_FLAG_CLASS,
184750                   /* name */
184751                   "CIM_CertificateAuthority",
184752                   /* qualifiers */
184753                   __root_cimv2_CIM_CertificateAuthority_qualifiers,
184754                   /* super */
184755                   &__root_cimv2_CIM_CredentialManagementService,
184756                   /* features */
184757                   _CIM_CertificateAuthority_features,
184758               };
184759               
184760               //==============================================================================
184761               //
184762 mike  1.1.2.1 // Class: CIM_ClassifierElement
184763               //
184764               //==============================================================================
184765               
184766               static MetaFeature*
184767               _CIM_ClassifierElement_features[] =
184768               {
184769                   0,
184770               };
184771               
184772               static const char*
184773               __root_cimv2_CIM_ClassifierElement_qualifiers[] =
184774               {
184775                   /* UMLPackagePath */
184776                   "\057CIM::Network::QoS",
184777                   /* Version */
184778                   "\0632.7.0",
184779                   0,
184780               };
184781               
184782               MetaClass
184783 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElement =
184784               {
184785                   /* flags */
184786                   META_FLAG_CLASS,
184787                   /* name */
184788                   "CIM_ClassifierElement",
184789                   /* qualifiers */
184790                   __root_cimv2_CIM_ClassifierElement_qualifiers,
184791                   /* super */
184792                   &__root_cimv2_CIM_ClassifierService,
184793                   /* features */
184794                   _CIM_ClassifierElement_features,
184795               };
184796               
184797               //==============================================================================
184798               //
184799               // Class: CIM_ClassifierElementInClassifierService
184800               //
184801               //==============================================================================
184802               
184803               static const char*
184804 mike  1.1.2.1 _CIM_ClassifierElementInClassifierService_GroupComponent_qualifiers[] =
184805               {
184806                   /* Aggregate */
184807                   "\003\001",
184808                   /* Override */
184809                   "\044GroupComponent",
184810                   /* Min */
184811                   "\033\000\000\000\001",
184812                   /* Max */
184813                   "\027\000\000\000\001",
184814                   0,
184815               };
184816               
184817               static MetaReference
184818               _CIM_ClassifierElementInClassifierService_GroupComponent =
184819               {
184820                   /* flags */
184821                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
184822                   /* name */
184823                   "GroupComponent",
184824                   /* qualifiers */
184825 mike  1.1.2.1     _CIM_ClassifierElementInClassifierService_GroupComponent_qualifiers,
184826                   /* subscript */
184827                   -1,
184828                   /* refId */
184829                   &__root_cimv2_CIM_ClassifierService,
184830               };
184831               
184832               static const char*
184833               _CIM_ClassifierElementInClassifierService_PartComponent_qualifiers[] =
184834               {
184835                   /* Override */
184836                   "\044PartComponent",
184837                   0,
184838               };
184839               
184840               static MetaReference
184841               _CIM_ClassifierElementInClassifierService_PartComponent =
184842               {
184843                   /* flags */
184844                   META_FLAG_REFERENCE|META_FLAG_READ,
184845                   /* name */
184846 mike  1.1.2.1     "PartComponent",
184847                   /* qualifiers */
184848                   _CIM_ClassifierElementInClassifierService_PartComponent_qualifiers,
184849                   /* subscript */
184850                   -1,
184851                   /* refId */
184852                   &__root_cimv2_CIM_ClassifierElement,
184853               };
184854               
184855               static const char*
184856               _CIM_ClassifierElementInClassifierService_ClassifierOrder_qualifiers[] =
184857               {
184858                   0,
184859               };
184860               
184861               static MetaProperty
184862               _CIM_ClassifierElementInClassifierService_ClassifierOrder =
184863               {
184864                   /* flags */
184865                   META_FLAG_PROPERTY|META_FLAG_READ,
184866                   /* name */
184867 mike  1.1.2.1     "ClassifierOrder",
184868                   /* qualifiers */
184869                   _CIM_ClassifierElementInClassifierService_ClassifierOrder_qualifiers,
184870                   /* type */
184871                   CIMTYPE_UINT32,
184872                   /* subscript */
184873                   -1,
184874                   /* value */
184875                   0,
184876               };
184877               
184878               static MetaFeature*
184879               _CIM_ClassifierElementInClassifierService_features[] =
184880               {
184881                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_GroupComponent,
184882                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_PartComponent,
184883                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_ClassifierOrder,
184884                   0,
184885               };
184886               
184887               static const char*
184888 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElementInClassifierService_qualifiers[] =
184889               {
184890                   /* ASSOCIATION */
184891                   "\000\001",
184892                   /* UMLPackagePath */
184893                   "\057CIM::Network::QoS",
184894                   /* Aggregation */
184895                   "\004\001",
184896                   /* Composition */
184897                   "\011\001",
184898                   /* Version */
184899                   "\0632.7.0",
184900                   0,
184901               };
184902               
184903               MetaClass
184904               __root_cimv2_CIM_ClassifierElementInClassifierService =
184905               {
184906                   /* flags */
184907                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
184908                   /* name */
184909 mike  1.1.2.1     "CIM_ClassifierElementInClassifierService",
184910                   /* qualifiers */
184911                   __root_cimv2_CIM_ClassifierElementInClassifierService_qualifiers,
184912                   /* super */
184913                   &__root_cimv2_CIM_ServiceComponent,
184914                   /* features */
184915                   _CIM_ClassifierElementInClassifierService_features,
184916               };
184917               
184918               //==============================================================================
184919               //
184920               // Class: CIM_ClassifierElementUsesFilterList
184921               //
184922               //==============================================================================
184923               
184924               static const char*
184925               _CIM_ClassifierElementUsesFilterList_Antecedent_qualifiers[] =
184926               {
184927                   /* Override */
184928                   "\044Antecedent",
184929                   /* Max */
184930 mike  1.1.2.1     "\027\000\000\000\001",
184931                   0,
184932               };
184933               
184934               static MetaReference
184935               _CIM_ClassifierElementUsesFilterList_Antecedent =
184936               {
184937                   /* flags */
184938                   META_FLAG_REFERENCE|META_FLAG_READ,
184939                   /* name */
184940                   "Antecedent",
184941                   /* qualifiers */
184942                   _CIM_ClassifierElementUsesFilterList_Antecedent_qualifiers,
184943                   /* subscript */
184944                   -1,
184945                   /* refId */
184946                   &__root_cimv2_CIM_FilterList,
184947               };
184948               
184949               static const char*
184950               _CIM_ClassifierElementUsesFilterList_Dependent_qualifiers[] =
184951 mike  1.1.2.1 {
184952                   /* Override */
184953                   "\044Dependent",
184954                   0,
184955               };
184956               
184957               static MetaReference
184958               _CIM_ClassifierElementUsesFilterList_Dependent =
184959               {
184960                   /* flags */
184961                   META_FLAG_REFERENCE|META_FLAG_READ,
184962                   /* name */
184963                   "Dependent",
184964                   /* qualifiers */
184965                   _CIM_ClassifierElementUsesFilterList_Dependent_qualifiers,
184966                   /* subscript */
184967                   -1,
184968                   /* refId */
184969                   &__root_cimv2_CIM_ClassifierElement,
184970               };
184971               
184972 mike  1.1.2.1 static MetaFeature*
184973               _CIM_ClassifierElementUsesFilterList_features[] =
184974               {
184975                   (MetaFeature*)&_CIM_ClassifierElementUsesFilterList_Antecedent,
184976                   (MetaFeature*)&_CIM_ClassifierElementUsesFilterList_Dependent,
184977                   0,
184978               };
184979               
184980               static const char*
184981               __root_cimv2_CIM_ClassifierElementUsesFilterList_qualifiers[] =
184982               {
184983                   /* ASSOCIATION */
184984                   "\000\001",
184985                   /* UMLPackagePath */
184986                   "\057CIM::Network::QoS",
184987                   /* Version */
184988                   "\0632.7.0",
184989                   0,
184990               };
184991               
184992               MetaClass
184993 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElementUsesFilterList =
184994               {
184995                   /* flags */
184996                   META_FLAG_ASSOCIATION,
184997                   /* name */
184998                   "CIM_ClassifierElementUsesFilterList",
184999                   /* qualifiers */
185000                   __root_cimv2_CIM_ClassifierElementUsesFilterList_qualifiers,
185001                   /* super */
185002                   &__root_cimv2_CIM_Dependency,
185003                   /* features */
185004                   _CIM_ClassifierElementUsesFilterList_features,
185005               };
185006               
185007               //==============================================================================
185008               //
185009               // Class: CIM_ClassifierFilterSet
185010               //
185011               //==============================================================================
185012               
185013               static const char*
185014 mike  1.1.2.1 _CIM_ClassifierFilterSet_Antecedent_qualifiers[] =
185015               {
185016                   /* Deprecated */
185017                   "\013\000\001CIM_ClassifierElementUsesFilterList.Antecedent\000",
185018                   /* Override */
185019                   "\044Antecedent",
185020                   0,
185021               };
185022               
185023               static MetaReference
185024               _CIM_ClassifierFilterSet_Antecedent =
185025               {
185026                   /* flags */
185027                   META_FLAG_REFERENCE|META_FLAG_READ,
185028                   /* name */
185029                   "Antecedent",
185030                   /* qualifiers */
185031                   _CIM_ClassifierFilterSet_Antecedent_qualifiers,
185032                   /* subscript */
185033                   -1,
185034                   /* refId */
185035 mike  1.1.2.1     &__root_cimv2_CIM_FilterList,
185036               };
185037               
185038               static const char*
185039               _CIM_ClassifierFilterSet_Dependent_qualifiers[] =
185040               {
185041                   /* Deprecated */
185042                   "\013\000\001CIM_ClassifierElementUsesFilterList.Dependent\000",
185043                   /* Override */
185044                   "\044Dependent",
185045                   0,
185046               };
185047               
185048               static MetaReference
185049               _CIM_ClassifierFilterSet_Dependent =
185050               {
185051                   /* flags */
185052                   META_FLAG_REFERENCE|META_FLAG_READ,
185053                   /* name */
185054                   "Dependent",
185055                   /* qualifiers */
185056 mike  1.1.2.1     _CIM_ClassifierFilterSet_Dependent_qualifiers,
185057                   /* subscript */
185058                   -1,
185059                   /* refId */
185060                   &__root_cimv2_CIM_ClassifierService,
185061               };
185062               
185063               static const char*
185064               _CIM_ClassifierFilterSet_FilterListPosition_qualifiers[] =
185065               {
185066                   /* Deprecated */
185067                   "\013\000\001CIM_ClassifierElementInClassifierService.ClassifierOrder\000",
185068                   0,
185069               };
185070               
185071               static MetaProperty
185072               _CIM_ClassifierFilterSet_FilterListPosition =
185073               {
185074                   /* flags */
185075                   META_FLAG_PROPERTY|META_FLAG_READ,
185076                   /* name */
185077 mike  1.1.2.1     "FilterListPosition",
185078                   /* qualifiers */
185079                   _CIM_ClassifierFilterSet_FilterListPosition_qualifiers,
185080                   /* type */
185081                   CIMTYPE_UINT16,
185082                   /* subscript */
185083                   -1,
185084                   /* value */
185085                   0,
185086               };
185087               
185088               static MetaFeature*
185089               _CIM_ClassifierFilterSet_features[] =
185090               {
185091                   (MetaFeature*)&_CIM_ClassifierFilterSet_Antecedent,
185092                   (MetaFeature*)&_CIM_ClassifierFilterSet_Dependent,
185093                   (MetaFeature*)&_CIM_ClassifierFilterSet_FilterListPosition,
185094                   0,
185095               };
185096               
185097               static const char*
185098 mike  1.1.2.1 __root_cimv2_CIM_ClassifierFilterSet_qualifiers[] =
185099               {
185100                   /* ASSOCIATION */
185101                   "\000\001",
185102                   /* Deprecated */
185103                   "\013\000\002CIM_ClassifierElementUsesFilterList\000CIM_ClassifierElementInClassifierService\000",
185104                   /* UMLPackagePath */
185105                   "\057CIM::Network::QoS",
185106                   /* Version */
185107                   "\0632.7.0",
185108                   0,
185109               };
185110               
185111               MetaClass
185112               __root_cimv2_CIM_ClassifierFilterSet =
185113               {
185114                   /* flags */
185115                   META_FLAG_ASSOCIATION,
185116                   /* name */
185117                   "CIM_ClassifierFilterSet",
185118                   /* qualifiers */
185119 mike  1.1.2.1     __root_cimv2_CIM_ClassifierFilterSet_qualifiers,
185120                   /* super */
185121                   &__root_cimv2_CIM_Dependency,
185122                   /* features */
185123                   _CIM_ClassifierFilterSet_features,
185124               };
185125               
185126               //==============================================================================
185127               //
185128               // Class: CIM_ComputerSystemDMA
185129               //
185130               //==============================================================================
185131               
185132               static const char*
185133               _CIM_ComputerSystemDMA_GroupComponent_qualifiers[] =
185134               {
185135                   /* Aggregate */
185136                   "\003\001",
185137                   /* Override */
185138                   "\044GroupComponent",
185139                   /* Min */
185140 mike  1.1.2.1     "\033\000\000\000\001",
185141                   /* Max */
185142                   "\027\000\000\000\001",
185143                   0,
185144               };
185145               
185146               static MetaReference
185147               _CIM_ComputerSystemDMA_GroupComponent =
185148               {
185149                   /* flags */
185150                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185151                   /* name */
185152                   "GroupComponent",
185153                   /* qualifiers */
185154                   _CIM_ComputerSystemDMA_GroupComponent_qualifiers,
185155                   /* subscript */
185156                   -1,
185157                   /* refId */
185158                   &__root_cimv2_CIM_ComputerSystem,
185159               };
185160               
185161 mike  1.1.2.1 static const char*
185162               _CIM_ComputerSystemDMA_PartComponent_qualifiers[] =
185163               {
185164                   /* Override */
185165                   "\044PartComponent",
185166                   /* Weak */
185167                   "\064\001",
185168                   0,
185169               };
185170               
185171               static MetaReference
185172               _CIM_ComputerSystemDMA_PartComponent =
185173               {
185174                   /* flags */
185175                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185176                   /* name */
185177                   "PartComponent",
185178                   /* qualifiers */
185179                   _CIM_ComputerSystemDMA_PartComponent_qualifiers,
185180                   /* subscript */
185181                   -1,
185182 mike  1.1.2.1     /* refId */
185183                   &__root_cimv2_CIM_DMA,
185184               };
185185               
185186               static MetaFeature*
185187               _CIM_ComputerSystemDMA_features[] =
185188               {
185189                   (MetaFeature*)&_CIM_ComputerSystemDMA_GroupComponent,
185190                   (MetaFeature*)&_CIM_ComputerSystemDMA_PartComponent,
185191                   0,
185192               };
185193               
185194               static const char*
185195               __root_cimv2_CIM_ComputerSystemDMA_qualifiers[] =
185196               {
185197                   /* ASSOCIATION */
185198                   "\000\001",
185199                   /* UMLPackagePath */
185200                   "\057CIM::System::SystemResources",
185201                   /* Aggregation */
185202                   "\004\001",
185203 mike  1.1.2.1     /* Composition */
185204                   "\011\001",
185205                   /* Version */
185206                   "\0632.7.0",
185207                   0,
185208               };
185209               
185210               MetaClass
185211               __root_cimv2_CIM_ComputerSystemDMA =
185212               {
185213                   /* flags */
185214                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185215                   /* name */
185216                   "CIM_ComputerSystemDMA",
185217                   /* qualifiers */
185218                   __root_cimv2_CIM_ComputerSystemDMA_qualifiers,
185219                   /* super */
185220                   &__root_cimv2_CIM_ComputerSystemResource,
185221                   /* features */
185222                   _CIM_ComputerSystemDMA_features,
185223               };
185224 mike  1.1.2.1 
185225               //==============================================================================
185226               //
185227               // Class: CIM_ComputerSystemIRQ
185228               //
185229               //==============================================================================
185230               
185231               static const char*
185232               _CIM_ComputerSystemIRQ_GroupComponent_qualifiers[] =
185233               {
185234                   /* Aggregate */
185235                   "\003\001",
185236                   /* Override */
185237                   "\044GroupComponent",
185238                   /* Min */
185239                   "\033\000\000\000\001",
185240                   /* Max */
185241                   "\027\000\000\000\001",
185242                   0,
185243               };
185244               
185245 mike  1.1.2.1 static MetaReference
185246               _CIM_ComputerSystemIRQ_GroupComponent =
185247               {
185248                   /* flags */
185249                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185250                   /* name */
185251                   "GroupComponent",
185252                   /* qualifiers */
185253                   _CIM_ComputerSystemIRQ_GroupComponent_qualifiers,
185254                   /* subscript */
185255                   -1,
185256                   /* refId */
185257                   &__root_cimv2_CIM_ComputerSystem,
185258               };
185259               
185260               static const char*
185261               _CIM_ComputerSystemIRQ_PartComponent_qualifiers[] =
185262               {
185263                   /* Override */
185264                   "\044PartComponent",
185265                   /* Weak */
185266 mike  1.1.2.1     "\064\001",
185267                   0,
185268               };
185269               
185270               static MetaReference
185271               _CIM_ComputerSystemIRQ_PartComponent =
185272               {
185273                   /* flags */
185274                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185275                   /* name */
185276                   "PartComponent",
185277                   /* qualifiers */
185278                   _CIM_ComputerSystemIRQ_PartComponent_qualifiers,
185279                   /* subscript */
185280                   -1,
185281                   /* refId */
185282                   &__root_cimv2_CIM_IRQ,
185283               };
185284               
185285               static MetaFeature*
185286               _CIM_ComputerSystemIRQ_features[] =
185287 mike  1.1.2.1 {
185288                   (MetaFeature*)&_CIM_ComputerSystemIRQ_GroupComponent,
185289                   (MetaFeature*)&_CIM_ComputerSystemIRQ_PartComponent,
185290                   0,
185291               };
185292               
185293               static const char*
185294               __root_cimv2_CIM_ComputerSystemIRQ_qualifiers[] =
185295               {
185296                   /* ASSOCIATION */
185297                   "\000\001",
185298                   /* UMLPackagePath */
185299                   "\057CIM::System::SystemResources",
185300                   /* Aggregation */
185301                   "\004\001",
185302                   /* Composition */
185303                   "\011\001",
185304                   /* Version */
185305                   "\0632.7.0",
185306                   0,
185307               };
185308 mike  1.1.2.1 
185309               MetaClass
185310               __root_cimv2_CIM_ComputerSystemIRQ =
185311               {
185312                   /* flags */
185313                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185314                   /* name */
185315                   "CIM_ComputerSystemIRQ",
185316                   /* qualifiers */
185317                   __root_cimv2_CIM_ComputerSystemIRQ_qualifiers,
185318                   /* super */
185319                   &__root_cimv2_CIM_ComputerSystemResource,
185320                   /* features */
185321                   _CIM_ComputerSystemIRQ_features,
185322               };
185323               
185324               //==============================================================================
185325               //
185326               // Class: CIM_ComputerSystemMappedIO
185327               //
185328               //==============================================================================
185329 mike  1.1.2.1 
185330               static const char*
185331               _CIM_ComputerSystemMappedIO_GroupComponent_qualifiers[] =
185332               {
185333                   /* Aggregate */
185334                   "\003\001",
185335                   /* Override */
185336                   "\044GroupComponent",
185337                   /* Min */
185338                   "\033\000\000\000\001",
185339                   /* Max */
185340                   "\027\000\000\000\001",
185341                   0,
185342               };
185343               
185344               static MetaReference
185345               _CIM_ComputerSystemMappedIO_GroupComponent =
185346               {
185347                   /* flags */
185348                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185349                   /* name */
185350 mike  1.1.2.1     "GroupComponent",
185351                   /* qualifiers */
185352                   _CIM_ComputerSystemMappedIO_GroupComponent_qualifiers,
185353                   /* subscript */
185354                   -1,
185355                   /* refId */
185356                   &__root_cimv2_CIM_ComputerSystem,
185357               };
185358               
185359               static const char*
185360               _CIM_ComputerSystemMappedIO_PartComponent_qualifiers[] =
185361               {
185362                   /* Override */
185363                   "\044PartComponent",
185364                   /* Weak */
185365                   "\064\001",
185366                   0,
185367               };
185368               
185369               static MetaReference
185370               _CIM_ComputerSystemMappedIO_PartComponent =
185371 mike  1.1.2.1 {
185372                   /* flags */
185373                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185374                   /* name */
185375                   "PartComponent",
185376                   /* qualifiers */
185377                   _CIM_ComputerSystemMappedIO_PartComponent_qualifiers,
185378                   /* subscript */
185379                   -1,
185380                   /* refId */
185381                   &__root_cimv2_CIM_MemoryMappedIO,
185382               };
185383               
185384               static MetaFeature*
185385               _CIM_ComputerSystemMappedIO_features[] =
185386               {
185387                   (MetaFeature*)&_CIM_ComputerSystemMappedIO_GroupComponent,
185388                   (MetaFeature*)&_CIM_ComputerSystemMappedIO_PartComponent,
185389                   0,
185390               };
185391               
185392 mike  1.1.2.1 static const char*
185393               __root_cimv2_CIM_ComputerSystemMappedIO_qualifiers[] =
185394               {
185395                   /* ASSOCIATION */
185396                   "\000\001",
185397                   /* UMLPackagePath */
185398                   "\057CIM::System::SystemResources",
185399                   /* Aggregation */
185400                   "\004\001",
185401                   /* Composition */
185402                   "\011\001",
185403                   /* Version */
185404                   "\0632.7.0",
185405                   0,
185406               };
185407               
185408               MetaClass
185409               __root_cimv2_CIM_ComputerSystemMappedIO =
185410               {
185411                   /* flags */
185412                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185413 mike  1.1.2.1     /* name */
185414                   "CIM_ComputerSystemMappedIO",
185415                   /* qualifiers */
185416                   __root_cimv2_CIM_ComputerSystemMappedIO_qualifiers,
185417                   /* super */
185418                   &__root_cimv2_CIM_ComputerSystemResource,
185419                   /* features */
185420                   _CIM_ComputerSystemMappedIO_features,
185421               };
185422               
185423               //==============================================================================
185424               //
185425               // Class: CIM_CopyFileAction
185426               //
185427               //==============================================================================
185428               
185429               static const char*
185430               _CIM_CopyFileAction_Source_qualifiers[] =
185431               {
185432                   /* MaxLen */
185433                   "\030\000\000\004\000",
185434 mike  1.1.2.1     0,
185435               };
185436               
185437               static MetaProperty
185438               _CIM_CopyFileAction_Source =
185439               {
185440                   /* flags */
185441                   META_FLAG_PROPERTY|META_FLAG_READ,
185442                   /* name */
185443                   "Source",
185444                   /* qualifiers */
185445                   _CIM_CopyFileAction_Source_qualifiers,
185446                   /* type */
185447                   CIMTYPE_STRING,
185448                   /* subscript */
185449                   -1,
185450                   /* value */
185451                   0,
185452               };
185453               
185454               static const char*
185455 mike  1.1.2.1 _CIM_CopyFileAction_Destination_qualifiers[] =
185456               {
185457                   /* MaxLen */
185458                   "\030\000\000\004\000",
185459                   0,
185460               };
185461               
185462               static MetaProperty
185463               _CIM_CopyFileAction_Destination =
185464               {
185465                   /* flags */
185466                   META_FLAG_PROPERTY|META_FLAG_READ,
185467                   /* name */
185468                   "Destination",
185469                   /* qualifiers */
185470                   _CIM_CopyFileAction_Destination_qualifiers,
185471                   /* type */
185472                   CIMTYPE_STRING,
185473                   /* subscript */
185474                   -1,
185475                   /* value */
185476 mike  1.1.2.1     0,
185477               };
185478               
185479               static const char*
185480               _CIM_CopyFileAction_DeleteAfterCopy_qualifiers[] =
185481               {
185482                   0,
185483               };
185484               
185485               static MetaProperty
185486               _CIM_CopyFileAction_DeleteAfterCopy =
185487               {
185488                   /* flags */
185489                   META_FLAG_PROPERTY|META_FLAG_READ,
185490                   /* name */
185491                   "DeleteAfterCopy",
185492                   /* qualifiers */
185493                   _CIM_CopyFileAction_DeleteAfterCopy_qualifiers,
185494                   /* type */
185495                   CIMTYPE_BOOLEAN,
185496                   /* subscript */
185497 mike  1.1.2.1     -1,
185498                   /* value */
185499                   0,
185500               };
185501               
185502               static MetaFeature*
185503               _CIM_CopyFileAction_features[] =
185504               {
185505                   (MetaFeature*)&_CIM_CopyFileAction_Source,
185506                   (MetaFeature*)&_CIM_CopyFileAction_Destination,
185507                   (MetaFeature*)&_CIM_CopyFileAction_DeleteAfterCopy,
185508                   0,
185509               };
185510               
185511               static const char*
185512               __root_cimv2_CIM_CopyFileAction_qualifiers[] =
185513               {
185514                   /* UMLPackagePath */
185515                   "\057CIM::Application::CheckAction",
185516                   /* Version */
185517                   "\0632.6.0",
185518 mike  1.1.2.1     0,
185519               };
185520               
185521               MetaClass
185522               __root_cimv2_CIM_CopyFileAction =
185523               {
185524                   /* flags */
185525                   META_FLAG_CLASS,
185526                   /* name */
185527                   "CIM_CopyFileAction",
185528                   /* qualifiers */
185529                   __root_cimv2_CIM_CopyFileAction_qualifiers,
185530                   /* super */
185531                   &__root_cimv2_CIM_FileAction,
185532                   /* features */
185533                   _CIM_CopyFileAction_features,
185534               };
185535               
185536               //==============================================================================
185537               //
185538               // Class: CIM_CreateDirectoryAction
185539 mike  1.1.2.1 //
185540               //==============================================================================
185541               
185542               static MetaFeature*
185543               _CIM_CreateDirectoryAction_features[] =
185544               {
185545                   0,
185546               };
185547               
185548               static const char*
185549               __root_cimv2_CIM_CreateDirectoryAction_qualifiers[] =
185550               {
185551                   /* UMLPackagePath */
185552                   "\057CIM::Application::CheckAction",
185553                   /* Version */
185554                   "\0632.6.0",
185555                   0,
185556               };
185557               
185558               MetaClass
185559               __root_cimv2_CIM_CreateDirectoryAction =
185560 mike  1.1.2.1 {
185561                   /* flags */
185562                   META_FLAG_CLASS,
185563                   /* name */
185564                   "CIM_CreateDirectoryAction",
185565                   /* qualifiers */
185566                   __root_cimv2_CIM_CreateDirectoryAction_qualifiers,
185567                   /* super */
185568                   &__root_cimv2_CIM_DirectoryAction,
185569                   /* features */
185570                   _CIM_CreateDirectoryAction_features,
185571               };
185572               
185573               //==============================================================================
185574               //
185575               // Class: CIM_DirectorySpecificationFile
185576               //
185577               //==============================================================================
185578               
185579               static const char*
185580               _CIM_DirectorySpecificationFile_DirectorySpecification_qualifiers[] =
185581 mike  1.1.2.1 {
185582                   /* Key */
185583                   "\025\001",
185584                   /* Max */
185585                   "\027\000\000\000\001",
185586                   0,
185587               };
185588               
185589               static MetaReference
185590               _CIM_DirectorySpecificationFile_DirectorySpecification =
185591               {
185592                   /* flags */
185593                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
185594                   /* name */
185595                   "DirectorySpecification",
185596                   /* qualifiers */
185597                   _CIM_DirectorySpecificationFile_DirectorySpecification_qualifiers,
185598                   /* subscript */
185599                   -1,
185600                   /* refId */
185601                   &__root_cimv2_CIM_DirectorySpecification,
185602 mike  1.1.2.1 };
185603               
185604               static const char*
185605               _CIM_DirectorySpecificationFile_FileSpecification_qualifiers[] =
185606               {
185607                   /* Key */
185608                   "\025\001",
185609                   0,
185610               };
185611               
185612               static MetaReference
185613               _CIM_DirectorySpecificationFile_FileSpecification =
185614               {
185615                   /* flags */
185616                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
185617                   /* name */
185618                   "FileSpecification",
185619                   /* qualifiers */
185620                   _CIM_DirectorySpecificationFile_FileSpecification_qualifiers,
185621                   /* subscript */
185622                   -1,
185623 mike  1.1.2.1     /* refId */
185624                   &__root_cimv2_CIM_FileSpecification,
185625               };
185626               
185627               static MetaFeature*
185628               _CIM_DirectorySpecificationFile_features[] =
185629               {
185630                   (MetaFeature*)&_CIM_DirectorySpecificationFile_DirectorySpecification,
185631                   (MetaFeature*)&_CIM_DirectorySpecificationFile_FileSpecification,
185632                   0,
185633               };
185634               
185635               static const char*
185636               __root_cimv2_CIM_DirectorySpecificationFile_qualifiers[] =
185637               {
185638                   /* ASSOCIATION */
185639                   "\000\001",
185640                   /* UMLPackagePath */
185641                   "\057CIM::Application::CheckAction",
185642                   /* Version */
185643                   "\0632.6.0",
185644 mike  1.1.2.1     0,
185645               };
185646               
185647               MetaClass
185648               __root_cimv2_CIM_DirectorySpecificationFile =
185649               {
185650                   /* flags */
185651                   META_FLAG_ASSOCIATION,
185652                   /* name */
185653                   "CIM_DirectorySpecificationFile",
185654                   /* qualifiers */
185655                   __root_cimv2_CIM_DirectorySpecificationFile_qualifiers,
185656                   /* super */
185657                   0,
185658                   /* features */
185659                   _CIM_DirectorySpecificationFile_features,
185660               };
185661               
185662               //==============================================================================
185663               //
185664               // Class: CIM_EndpointInArea
185665 mike  1.1.2.1 //
185666               //==============================================================================
185667               
185668               static const char*
185669               _CIM_EndpointInArea_GroupComponent_qualifiers[] =
185670               {
185671                   /* Aggregate */
185672                   "\003\001",
185673                   /* Override */
185674                   "\044GroupComponent",
185675                   /* Min */
185676                   "\033\000\000\000\001",
185677                   /* Max */
185678                   "\027\000\000\000\001",
185679                   0,
185680               };
185681               
185682               static MetaReference
185683               _CIM_EndpointInArea_GroupComponent =
185684               {
185685                   /* flags */
185686 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185687                   /* name */
185688                   "GroupComponent",
185689                   /* qualifiers */
185690                   _CIM_EndpointInArea_GroupComponent_qualifiers,
185691                   /* subscript */
185692                   -1,
185693                   /* refId */
185694                   &__root_cimv2_CIM_OSPFArea,
185695               };
185696               
185697               static const char*
185698               _CIM_EndpointInArea_PartComponent_qualifiers[] =
185699               {
185700                   /* Override */
185701                   "\044PartComponent",
185702                   0,
185703               };
185704               
185705               static MetaReference
185706               _CIM_EndpointInArea_PartComponent =
185707 mike  1.1.2.1 {
185708                   /* flags */
185709                   META_FLAG_REFERENCE|META_FLAG_READ,
185710                   /* name */
185711                   "PartComponent",
185712                   /* qualifiers */
185713                   _CIM_EndpointInArea_PartComponent_qualifiers,
185714                   /* subscript */
185715                   -1,
185716                   /* refId */
185717                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
185718               };
185719               
185720               static MetaFeature*
185721               _CIM_EndpointInArea_features[] =
185722               {
185723                   (MetaFeature*)&_CIM_EndpointInArea_GroupComponent,
185724                   (MetaFeature*)&_CIM_EndpointInArea_PartComponent,
185725                   0,
185726               };
185727               
185728 mike  1.1.2.1 static const char*
185729               __root_cimv2_CIM_EndpointInArea_qualifiers[] =
185730               {
185731                   /* ASSOCIATION */
185732                   "\000\001",
185733                   /* UMLPackagePath */
185734                   "\057CIM::Network::OSPF",
185735                   /* Aggregation */
185736                   "\004\001",
185737                   /* Composition */
185738                   "\011\001",
185739                   /* Version */
185740                   "\0632.7.0",
185741                   0,
185742               };
185743               
185744               MetaClass
185745               __root_cimv2_CIM_EndpointInArea =
185746               {
185747                   /* flags */
185748                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185749 mike  1.1.2.1     /* name */
185750                   "CIM_EndpointInArea",
185751                   /* qualifiers */
185752                   __root_cimv2_CIM_EndpointInArea_qualifiers,
185753                   /* super */
185754                   &__root_cimv2_CIM_Component,
185755                   /* features */
185756                   _CIM_EndpointInArea_features,
185757               };
185758               
185759               //==============================================================================
185760               //
185761               // Class: CIM_EndpointInLink
185762               //
185763               //==============================================================================
185764               
185765               static const char*
185766               _CIM_EndpointInLink_Collection_qualifiers[] =
185767               {
185768                   /* Aggregate */
185769                   "\003\001",
185770 mike  1.1.2.1     /* Override */
185771                   "\044Collection",
185772                   /* Max */
185773                   "\027\000\000\000\001",
185774                   0,
185775               };
185776               
185777               static MetaReference
185778               _CIM_EndpointInLink_Collection =
185779               {
185780                   /* flags */
185781                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185782                   /* name */
185783                   "Collection",
185784                   /* qualifiers */
185785                   _CIM_EndpointInLink_Collection_qualifiers,
185786                   /* subscript */
185787                   -1,
185788                   /* refId */
185789                   &__root_cimv2_CIM_OSPFLink,
185790               };
185791 mike  1.1.2.1 
185792               static const char*
185793               _CIM_EndpointInLink_Member_qualifiers[] =
185794               {
185795                   /* Override */
185796                   "\044Member",
185797                   0,
185798               };
185799               
185800               static MetaReference
185801               _CIM_EndpointInLink_Member =
185802               {
185803                   /* flags */
185804                   META_FLAG_REFERENCE|META_FLAG_READ,
185805                   /* name */
185806                   "Member",
185807                   /* qualifiers */
185808                   _CIM_EndpointInLink_Member_qualifiers,
185809                   /* subscript */
185810                   -1,
185811                   /* refId */
185812 mike  1.1.2.1     &__root_cimv2_CIM_OSPFProtocolEndpointBase,
185813               };
185814               
185815               static MetaFeature*
185816               _CIM_EndpointInLink_features[] =
185817               {
185818                   (MetaFeature*)&_CIM_EndpointInLink_Collection,
185819                   (MetaFeature*)&_CIM_EndpointInLink_Member,
185820                   0,
185821               };
185822               
185823               static const char*
185824               __root_cimv2_CIM_EndpointInLink_qualifiers[] =
185825               {
185826                   /* ASSOCIATION */
185827                   "\000\001",
185828                   /* UMLPackagePath */
185829                   "\057CIM::Network::OSPF",
185830                   /* Aggregation */
185831                   "\004\001",
185832                   /* Version */
185833 mike  1.1.2.1     "\0632.7.0",
185834                   0,
185835               };
185836               
185837               MetaClass
185838               __root_cimv2_CIM_EndpointInLink =
185839               {
185840                   /* flags */
185841                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185842                   /* name */
185843                   "CIM_EndpointInLink",
185844                   /* qualifiers */
185845                   __root_cimv2_CIM_EndpointInLink_qualifiers,
185846                   /* super */
185847                   &__root_cimv2_CIM_MemberOfCollection,
185848                   /* features */
185849                   _CIM_EndpointInLink_features,
185850               };
185851               
185852               //==============================================================================
185853               //
185854 mike  1.1.2.1 // Class: CIM_FailNextScheduler
185855               //
185856               //==============================================================================
185857               
185858               static const char*
185859               _CIM_FailNextScheduler_PrecedingService_qualifiers[] =
185860               {
185861                   /* Override */
185862                   "\044PrecedingService",
185863                   0,
185864               };
185865               
185866               static MetaReference
185867               _CIM_FailNextScheduler_PrecedingService =
185868               {
185869                   /* flags */
185870                   META_FLAG_REFERENCE|META_FLAG_READ,
185871                   /* name */
185872                   "PrecedingService",
185873                   /* qualifiers */
185874                   _CIM_FailNextScheduler_PrecedingService_qualifiers,
185875 mike  1.1.2.1     /* subscript */
185876                   -1,
185877                   /* refId */
185878                   &__root_cimv2_CIM_NonWorkConservingSchedulingService,
185879               };
185880               
185881               static const char*
185882               _CIM_FailNextScheduler_FollowingService_qualifiers[] =
185883               {
185884                   /* Override */
185885                   "\044FollowingService",
185886                   /* Max */
185887                   "\027\000\000\000\001",
185888                   0,
185889               };
185890               
185891               static MetaReference
185892               _CIM_FailNextScheduler_FollowingService =
185893               {
185894                   /* flags */
185895                   META_FLAG_REFERENCE|META_FLAG_READ,
185896 mike  1.1.2.1     /* name */
185897                   "FollowingService",
185898                   /* qualifiers */
185899                   _CIM_FailNextScheduler_FollowingService_qualifiers,
185900                   /* subscript */
185901                   -1,
185902                   /* refId */
185903                   &__root_cimv2_CIM_PacketSchedulingService,
185904               };
185905               
185906               static MetaFeature*
185907               _CIM_FailNextScheduler_features[] =
185908               {
185909                   (MetaFeature*)&_CIM_FailNextScheduler_PrecedingService,
185910                   (MetaFeature*)&_CIM_FailNextScheduler_FollowingService,
185911                   0,
185912               };
185913               
185914               static const char*
185915               __root_cimv2_CIM_FailNextScheduler_qualifiers[] =
185916               {
185917 mike  1.1.2.1     /* ASSOCIATION */
185918                   "\000\001",
185919                   /* UMLPackagePath */
185920                   "\057CIM::Network::QoS",
185921                   /* Version */
185922                   "\0632.7.0",
185923                   0,
185924               };
185925               
185926               MetaClass
185927               __root_cimv2_CIM_FailNextScheduler =
185928               {
185929                   /* flags */
185930                   META_FLAG_ASSOCIATION,
185931                   /* name */
185932                   "CIM_FailNextScheduler",
185933                   /* qualifiers */
185934                   __root_cimv2_CIM_FailNextScheduler_qualifiers,
185935                   /* super */
185936                   &__root_cimv2_CIM_NextScheduler,
185937                   /* features */
185938 mike  1.1.2.1     _CIM_FailNextScheduler_features,
185939               };
185940               
185941               //==============================================================================
185942               //
185943               // Class: CIM_ForwardedRoutes
185944               //
185945               //==============================================================================
185946               
185947               static const char*
185948               _CIM_ForwardedRoutes_Antecedent_qualifiers[] =
185949               {
185950                   /* Deprecated */
185951                   "\013\000\001No value\000",
185952                   /* Override */
185953                   "\044Antecedent",
185954                   /* Min */
185955                   "\033\000\000\000\001",
185956                   /* Max */
185957                   "\027\000\000\000\001",
185958                   0,
185959 mike  1.1.2.1 };
185960               
185961               static MetaReference
185962               _CIM_ForwardedRoutes_Antecedent =
185963               {
185964                   /* flags */
185965                   META_FLAG_REFERENCE|META_FLAG_READ,
185966                   /* name */
185967                   "Antecedent",
185968                   /* qualifiers */
185969                   _CIM_ForwardedRoutes_Antecedent_qualifiers,
185970                   /* subscript */
185971                   -1,
185972                   /* refId */
185973                   &__root_cimv2_CIM_ForwardingService,
185974               };
185975               
185976               static const char*
185977               _CIM_ForwardedRoutes_Dependent_qualifiers[] =
185978               {
185979                   /* Deprecated */
185980 mike  1.1.2.1     "\013\000\001No value\000",
185981                   /* Override */
185982                   "\044Dependent",
185983                   /* Weak */
185984                   "\064\001",
185985                   0,
185986               };
185987               
185988               static MetaReference
185989               _CIM_ForwardedRoutes_Dependent =
185990               {
185991                   /* flags */
185992                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185993                   /* name */
185994                   "Dependent",
185995                   /* qualifiers */
185996                   _CIM_ForwardedRoutes_Dependent_qualifiers,
185997                   /* subscript */
185998                   -1,
185999                   /* refId */
186000                   &__root_cimv2_CIM_IPRoute,
186001 mike  1.1.2.1 };
186002               
186003               static MetaFeature*
186004               _CIM_ForwardedRoutes_features[] =
186005               {
186006                   (MetaFeature*)&_CIM_ForwardedRoutes_Antecedent,
186007                   (MetaFeature*)&_CIM_ForwardedRoutes_Dependent,
186008                   0,
186009               };
186010               
186011               static const char*
186012               __root_cimv2_CIM_ForwardedRoutes_qualifiers[] =
186013               {
186014                   /* ASSOCIATION */
186015                   "\000\001",
186016                   /* Deprecated */
186017                   "\013\000\001No value\000",
186018                   /* UMLPackagePath */
186019                   "\057CIM::Network::Routes",
186020                   /* Version */
186021                   "\0632.7.0",
186022 mike  1.1.2.1     0,
186023               };
186024               
186025               MetaClass
186026               __root_cimv2_CIM_ForwardedRoutes =
186027               {
186028                   /* flags */
186029                   META_FLAG_ASSOCIATION,
186030                   /* name */
186031                   "CIM_ForwardedRoutes",
186032                   /* qualifiers */
186033                   __root_cimv2_CIM_ForwardedRoutes_qualifiers,
186034                   /* super */
186035                   &__root_cimv2_CIM_RouteForwardedByService,
186036                   /* features */
186037                   _CIM_ForwardedRoutes_features,
186038               };
186039               
186040               //==============================================================================
186041               //
186042               // Class: CIM_IKESecretIsNamed
186043 mike  1.1.2.1 //
186044               //==============================================================================
186045               
186046               static const char*
186047               _CIM_IKESecretIsNamed_Antecedent_qualifiers[] =
186048               {
186049                   /* Override */
186050                   "\044Antecedent",
186051                   /* Min */
186052                   "\033\000\000\000\001",
186053                   /* Max */
186054                   "\027\000\000\000\001",
186055                   0,
186056               };
186057               
186058               static MetaReference
186059               _CIM_IKESecretIsNamed_Antecedent =
186060               {
186061                   /* flags */
186062                   META_FLAG_REFERENCE|META_FLAG_READ,
186063                   /* name */
186064 mike  1.1.2.1     "Antecedent",
186065                   /* qualifiers */
186066                   _CIM_IKESecretIsNamed_Antecedent_qualifiers,
186067                   /* subscript */
186068                   -1,
186069                   /* refId */
186070                   &__root_cimv2_CIM_SharedSecretService,
186071               };
186072               
186073               static const char*
186074               _CIM_IKESecretIsNamed_Dependent_qualifiers[] =
186075               {
186076                   /* Override */
186077                   "\044Dependent",
186078                   /* Weak */
186079                   "\064\001",
186080                   0,
186081               };
186082               
186083               static MetaReference
186084               _CIM_IKESecretIsNamed_Dependent =
186085 mike  1.1.2.1 {
186086                   /* flags */
186087                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186088                   /* name */
186089                   "Dependent",
186090                   /* qualifiers */
186091                   _CIM_IKESecretIsNamed_Dependent_qualifiers,
186092                   /* subscript */
186093                   -1,
186094                   /* refId */
186095                   &__root_cimv2_CIM_NamedSharedIKESecret,
186096               };
186097               
186098               static MetaFeature*
186099               _CIM_IKESecretIsNamed_features[] =
186100               {
186101                   (MetaFeature*)&_CIM_IKESecretIsNamed_Antecedent,
186102                   (MetaFeature*)&_CIM_IKESecretIsNamed_Dependent,
186103                   0,
186104               };
186105               
186106 mike  1.1.2.1 static const char*
186107               __root_cimv2_CIM_IKESecretIsNamed_qualifiers[] =
186108               {
186109                   /* ASSOCIATION */
186110                   "\000\001",
186111                   /* UMLPackagePath */
186112                   "\057CIM::User::SharedSecret",
186113                   /* Version */
186114                   "\0632.6.0",
186115                   0,
186116               };
186117               
186118               MetaClass
186119               __root_cimv2_CIM_IKESecretIsNamed =
186120               {
186121                   /* flags */
186122                   META_FLAG_ASSOCIATION,
186123                   /* name */
186124                   "CIM_IKESecretIsNamed",
186125                   /* qualifiers */
186126                   __root_cimv2_CIM_IKESecretIsNamed_qualifiers,
186127 mike  1.1.2.1     /* super */
186128                   &__root_cimv2_CIM_ManagedCredential,
186129                   /* features */
186130                   _CIM_IKESecretIsNamed_features,
186131               };
186132               
186133               //==============================================================================
186134               //
186135               // Class: CIM_InSegment
186136               //
186137               //==============================================================================
186138               
186139               static const char*
186140               _CIM_InSegment_Collection_qualifiers[] =
186141               {
186142                   /* Deprecated */
186143                   "\013\000\001CIM_MemberOfCollection.Collection\000",
186144                   /* Aggregate */
186145                   "\003\001",
186146                   /* Override */
186147                   "\044Collection",
186148 mike  1.1.2.1     /* Max */
186149                   "\027\000\000\000\001",
186150                   0,
186151               };
186152               
186153               static MetaReference
186154               _CIM_InSegment_Collection =
186155               {
186156                   /* flags */
186157                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
186158                   /* name */
186159                   "Collection",
186160                   /* qualifiers */
186161                   _CIM_InSegment_Collection_qualifiers,
186162                   /* subscript */
186163                   -1,
186164                   /* refId */
186165                   &__root_cimv2_CIM_LANSegment,
186166               };
186167               
186168               static const char*
186169 mike  1.1.2.1 _CIM_InSegment_Member_qualifiers[] =
186170               {
186171                   /* Deprecated */
186172                   "\013\000\001CIM_MemberOfCollection.Member\000",
186173                   /* Override */
186174                   "\044Member",
186175                   0,
186176               };
186177               
186178               static MetaReference
186179               _CIM_InSegment_Member =
186180               {
186181                   /* flags */
186182                   META_FLAG_REFERENCE|META_FLAG_READ,
186183                   /* name */
186184                   "Member",
186185                   /* qualifiers */
186186                   _CIM_InSegment_Member_qualifiers,
186187                   /* subscript */
186188                   -1,
186189                   /* refId */
186190 mike  1.1.2.1     &__root_cimv2_CIM_LANEndpoint,
186191               };
186192               
186193               static MetaFeature*
186194               _CIM_InSegment_features[] =
186195               {
186196                   (MetaFeature*)&_CIM_InSegment_Collection,
186197                   (MetaFeature*)&_CIM_InSegment_Member,
186198                   0,
186199               };
186200               
186201               static const char*
186202               __root_cimv2_CIM_InSegment_qualifiers[] =
186203               {
186204                   /* ASSOCIATION */
186205                   "\000\001",
186206                   /* Deprecated */
186207                   "\013\000\001CIM_MemberOfCollection\000",
186208                   /* UMLPackagePath */
186209                   "\057CIM::Network::ProtocolEndpoints",
186210                   /* Aggregation */
186211 mike  1.1.2.1     "\004\001",
186212                   /* Version */
186213                   "\0632.7.0",
186214                   0,
186215               };
186216               
186217               MetaClass
186218               __root_cimv2_CIM_InSegment =
186219               {
186220                   /* flags */
186221                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
186222                   /* name */
186223                   "CIM_InSegment",
186224                   /* qualifiers */
186225                   __root_cimv2_CIM_InSegment_qualifiers,
186226                   /* super */
186227                   &__root_cimv2_CIM_InLogicalNetwork,
186228                   /* features */
186229                   _CIM_InSegment_features,
186230               };
186231               
186232 mike  1.1.2.1 //==============================================================================
186233               //
186234               // Class: CIM_J2eeConnectionFactoryAvailableToJCAResource
186235               //
186236               //==============================================================================
186237               
186238               static const char*
186239               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent_qualifiers[] =
186240               {
186241                   /* Override */
186242                   "\044Dependent",
186243                   /* Min */
186244                   "\033\000\000\000\001",
186245                   /* Max */
186246                   "\027\000\000\000\001",
186247                   0,
186248               };
186249               
186250               static MetaReference
186251               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent =
186252               {
186253 mike  1.1.2.1     /* flags */
186254                   META_FLAG_REFERENCE|META_FLAG_READ,
186255                   /* name */
186256                   "Dependent",
186257                   /* qualifiers */
186258                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent_qualifiers,
186259                   /* subscript */
186260                   -1,
186261                   /* refId */
186262                   &__root_cimv2_CIM_J2eeJCAResource,
186263               };
186264               
186265               static const char*
186266               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent_qualifiers[] =
186267               {
186268                   /* Override */
186269                   "\044Antecedent",
186270                   /* Min */
186271                   "\033\000\000\000\001",
186272                   0,
186273               };
186274 mike  1.1.2.1 
186275               static MetaReference
186276               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent =
186277               {
186278                   /* flags */
186279                   META_FLAG_REFERENCE|META_FLAG_READ,
186280                   /* name */
186281                   "Antecedent",
186282                   /* qualifiers */
186283                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent_qualifiers,
186284                   /* subscript */
186285                   -1,
186286                   /* refId */
186287                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
186288               };
186289               
186290               static MetaFeature*
186291               _CIM_J2eeConnectionFactoryAvailableToJCAResource_features[] =
186292               {
186293                   (MetaFeature*)&_CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent,
186294                   (MetaFeature*)&_CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent,
186295 mike  1.1.2.1     0,
186296               };
186297               
186298               static const char*
186299               __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource_qualifiers[] =
186300               {
186301                   /* ASSOCIATION */
186302                   "\000\001",
186303                   /* UMLPackagePath */
186304                   "\057CIM::Application::J2eeAppServer",
186305                   /* Version */
186306                   "\0632.8.0",
186307                   0,
186308               };
186309               
186310               MetaClass
186311               __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource =
186312               {
186313                   /* flags */
186314                   META_FLAG_ASSOCIATION,
186315                   /* name */
186316 mike  1.1.2.1     "CIM_J2eeConnectionFactoryAvailableToJCAResource",
186317                   /* qualifiers */
186318                   __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource_qualifiers,
186319                   /* super */
186320                   &__root_cimv2_CIM_HostedDependency,
186321                   /* features */
186322                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_features,
186323               };
186324               
186325               //==============================================================================
186326               //
186327               // Class: CIM_J2eeEJBInModule
186328               //
186329               //==============================================================================
186330               
186331               static const char*
186332               _CIM_J2eeEJBInModule_GroupComponent_qualifiers[] =
186333               {
186334                   /* Aggregate */
186335                   "\003\001",
186336                   /* Override */
186337 mike  1.1.2.1     "\044GroupComponent",
186338                   /* Min */
186339                   "\033\000\000\000\001",
186340                   /* Max */
186341                   "\027\000\000\000\001",
186342                   0,
186343               };
186344               
186345               static MetaReference
186346               _CIM_J2eeEJBInModule_GroupComponent =
186347               {
186348                   /* flags */
186349                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
186350                   /* name */
186351                   "GroupComponent",
186352                   /* qualifiers */
186353                   _CIM_J2eeEJBInModule_GroupComponent_qualifiers,
186354                   /* subscript */
186355                   -1,
186356                   /* refId */
186357                   &__root_cimv2_CIM_J2eeEJBModule,
186358 mike  1.1.2.1 };
186359               
186360               static const char*
186361               _CIM_J2eeEJBInModule_PartComponent_qualifiers[] =
186362               {
186363                   /* Override */
186364                   "\044PartComponent",
186365                   /* Min */
186366                   "\033\000\000\000\001",
186367                   0,
186368               };
186369               
186370               static MetaReference
186371               _CIM_J2eeEJBInModule_PartComponent =
186372               {
186373                   /* flags */
186374                   META_FLAG_REFERENCE|META_FLAG_READ,
186375                   /* name */
186376                   "PartComponent",
186377                   /* qualifiers */
186378                   _CIM_J2eeEJBInModule_PartComponent_qualifiers,
186379 mike  1.1.2.1     /* subscript */
186380                   -1,
186381                   /* refId */
186382                   &__root_cimv2_CIM_J2eeEJB,
186383               };
186384               
186385               static MetaFeature*
186386               _CIM_J2eeEJBInModule_features[] =
186387               {
186388                   (MetaFeature*)&_CIM_J2eeEJBInModule_GroupComponent,
186389                   (MetaFeature*)&_CIM_J2eeEJBInModule_PartComponent,
186390                   0,
186391               };
186392               
186393               static const char*
186394               __root_cimv2_CIM_J2eeEJBInModule_qualifiers[] =
186395               {
186396                   /* ASSOCIATION */
186397                   "\000\001",
186398                   /* UMLPackagePath */
186399                   "\057CIM::Application::J2eeAppServer",
186400 mike  1.1.2.1     /* Aggregation */
186401                   "\004\001",
186402                   /* Version */
186403                   "\0632.8.0",
186404                   0,
186405               };
186406               
186407               MetaClass
186408               __root_cimv2_CIM_J2eeEJBInModule =
186409               {
186410                   /* flags */
186411                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
186412                   /* name */
186413                   "CIM_J2eeEJBInModule",
186414                   /* qualifiers */
186415                   __root_cimv2_CIM_J2eeEJBInModule_qualifiers,
186416                   /* super */
186417                   &__root_cimv2_CIM_ServiceComponent,
186418                   /* features */
186419                   _CIM_J2eeEJBInModule_features,
186420               };
186421 mike  1.1.2.1 
186422               //==============================================================================
186423               //
186424               // Class: CIM_KDCIssuesKerberosTicket
186425               //
186426               //==============================================================================
186427               
186428               static const char*
186429               _CIM_KDCIssuesKerberosTicket_Antecedent_qualifiers[] =
186430               {
186431                   /* Override */
186432                   "\044Antecedent",
186433                   /* Min */
186434                   "\033\000\000\000\001",
186435                   /* Max */
186436                   "\027\000\000\000\001",
186437                   0,
186438               };
186439               
186440               static MetaReference
186441               _CIM_KDCIssuesKerberosTicket_Antecedent =
186442 mike  1.1.2.1 {
186443                   /* flags */
186444                   META_FLAG_REFERENCE|META_FLAG_READ,
186445                   /* name */
186446                   "Antecedent",
186447                   /* qualifiers */
186448                   _CIM_KDCIssuesKerberosTicket_Antecedent_qualifiers,
186449                   /* subscript */
186450                   -1,
186451                   /* refId */
186452                   &__root_cimv2_CIM_KerberosKeyDistributionCenter,
186453               };
186454               
186455               static const char*
186456               _CIM_KDCIssuesKerberosTicket_Dependent_qualifiers[] =
186457               {
186458                   /* Override */
186459                   "\044Dependent",
186460                   /* Weak */
186461                   "\064\001",
186462                   0,
186463 mike  1.1.2.1 };
186464               
186465               static MetaReference
186466               _CIM_KDCIssuesKerberosTicket_Dependent =
186467               {
186468                   /* flags */
186469                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186470                   /* name */
186471                   "Dependent",
186472                   /* qualifiers */
186473                   _CIM_KDCIssuesKerberosTicket_Dependent_qualifiers,
186474                   /* subscript */
186475                   -1,
186476                   /* refId */
186477                   &__root_cimv2_CIM_KerberosTicket,
186478               };
186479               
186480               static MetaFeature*
186481               _CIM_KDCIssuesKerberosTicket_features[] =
186482               {
186483                   (MetaFeature*)&_CIM_KDCIssuesKerberosTicket_Antecedent,
186484 mike  1.1.2.1     (MetaFeature*)&_CIM_KDCIssuesKerberosTicket_Dependent,
186485                   0,
186486               };
186487               
186488               static const char*
186489               __root_cimv2_CIM_KDCIssuesKerberosTicket_qualifiers[] =
186490               {
186491                   /* ASSOCIATION */
186492                   "\000\001",
186493                   /* UMLPackagePath */
186494                   "\057CIM::User::Kerberos",
186495                   /* Version */
186496                   "\0632.6.0",
186497                   0,
186498               };
186499               
186500               MetaClass
186501               __root_cimv2_CIM_KDCIssuesKerberosTicket =
186502               {
186503                   /* flags */
186504                   META_FLAG_ASSOCIATION,
186505 mike  1.1.2.1     /* name */
186506                   "CIM_KDCIssuesKerberosTicket",
186507                   /* qualifiers */
186508                   __root_cimv2_CIM_KDCIssuesKerberosTicket_qualifiers,
186509                   /* super */
186510                   &__root_cimv2_CIM_ManagedCredential,
186511                   /* features */
186512                   _CIM_KDCIssuesKerberosTicket_features,
186513               };
186514               
186515               //==============================================================================
186516               //
186517               // Class: CIM_LocallyManagedPublicKey
186518               //
186519               //==============================================================================
186520               
186521               static const char*
186522               _CIM_LocallyManagedPublicKey_Antecedent_qualifiers[] =
186523               {
186524                   /* Override */
186525                   "\044Antecedent",
186526 mike  1.1.2.1     /* Min */
186527                   "\033\000\000\000\001",
186528                   /* Max */
186529                   "\027\000\000\000\001",
186530                   0,
186531               };
186532               
186533               static MetaReference
186534               _CIM_LocallyManagedPublicKey_Antecedent =
186535               {
186536                   /* flags */
186537                   META_FLAG_REFERENCE|META_FLAG_READ,
186538                   /* name */
186539                   "Antecedent",
186540                   /* qualifiers */
186541                   _CIM_LocallyManagedPublicKey_Antecedent_qualifiers,
186542                   /* subscript */
186543                   -1,
186544                   /* refId */
186545                   &__root_cimv2_CIM_PublicKeyManagementService,
186546               };
186547 mike  1.1.2.1 
186548               static const char*
186549               _CIM_LocallyManagedPublicKey_Dependent_qualifiers[] =
186550               {
186551                   /* Override */
186552                   "\044Dependent",
186553                   /* Weak */
186554                   "\064\001",
186555                   0,
186556               };
186557               
186558               static MetaReference
186559               _CIM_LocallyManagedPublicKey_Dependent =
186560               {
186561                   /* flags */
186562                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186563                   /* name */
186564                   "Dependent",
186565                   /* qualifiers */
186566                   _CIM_LocallyManagedPublicKey_Dependent_qualifiers,
186567                   /* subscript */
186568 mike  1.1.2.1     -1,
186569                   /* refId */
186570                   &__root_cimv2_CIM_UnsignedPublicKey,
186571               };
186572               
186573               static MetaFeature*
186574               _CIM_LocallyManagedPublicKey_features[] =
186575               {
186576                   (MetaFeature*)&_CIM_LocallyManagedPublicKey_Antecedent,
186577                   (MetaFeature*)&_CIM_LocallyManagedPublicKey_Dependent,
186578                   0,
186579               };
186580               
186581               static const char*
186582               __root_cimv2_CIM_LocallyManagedPublicKey_qualifiers[] =
186583               {
186584                   /* ASSOCIATION */
186585                   "\000\001",
186586                   /* UMLPackagePath */
186587                   "\057CIM::User::PublicKey",
186588                   /* Version */
186589 mike  1.1.2.1     "\0632.6.0",
186590                   0,
186591               };
186592               
186593               MetaClass
186594               __root_cimv2_CIM_LocallyManagedPublicKey =
186595               {
186596                   /* flags */
186597                   META_FLAG_ASSOCIATION,
186598                   /* name */
186599                   "CIM_LocallyManagedPublicKey",
186600                   /* qualifiers */
186601                   __root_cimv2_CIM_LocallyManagedPublicKey_qualifiers,
186602                   /* super */
186603                   &__root_cimv2_CIM_ManagedCredential,
186604                   /* features */
186605                   _CIM_LocallyManagedPublicKey_features,
186606               };
186607               
186608               //==============================================================================
186609               //
186610 mike  1.1.2.1 // Class: CIM_NextServiceAfterClassifierElement
186611               //
186612               //==============================================================================
186613               
186614               static const char*
186615               _CIM_NextServiceAfterClassifierElement_PrecedingService_qualifiers[] =
186616               {
186617                   /* Override */
186618                   "\044PrecedingService",
186619                   0,
186620               };
186621               
186622               static MetaReference
186623               _CIM_NextServiceAfterClassifierElement_PrecedingService =
186624               {
186625                   /* flags */
186626                   META_FLAG_REFERENCE|META_FLAG_READ,
186627                   /* name */
186628                   "PrecedingService",
186629                   /* qualifiers */
186630                   _CIM_NextServiceAfterClassifierElement_PrecedingService_qualifiers,
186631 mike  1.1.2.1     /* subscript */
186632                   -1,
186633                   /* refId */
186634                   &__root_cimv2_CIM_ClassifierElement,
186635               };
186636               
186637               static const char*
186638               _CIM_NextServiceAfterClassifierElement_FollowingService_qualifiers[] =
186639               {
186640                   /* Override */
186641                   "\044FollowingService",
186642                   /* Min */
186643                   "\033\000\000\000\001",
186644                   /* Max */
186645                   "\027\000\000\000\001",
186646                   0,
186647               };
186648               
186649               static MetaReference
186650               _CIM_NextServiceAfterClassifierElement_FollowingService =
186651               {
186652 mike  1.1.2.1     /* flags */
186653                   META_FLAG_REFERENCE|META_FLAG_READ,
186654                   /* name */
186655                   "FollowingService",
186656                   /* qualifiers */
186657                   _CIM_NextServiceAfterClassifierElement_FollowingService_qualifiers,
186658                   /* subscript */
186659                   -1,
186660                   /* refId */
186661                   &__root_cimv2_CIM_ConditioningService,
186662               };
186663               
186664               static MetaFeature*
186665               _CIM_NextServiceAfterClassifierElement_features[] =
186666               {
186667                   (MetaFeature*)&_CIM_NextServiceAfterClassifierElement_PrecedingService,
186668                   (MetaFeature*)&_CIM_NextServiceAfterClassifierElement_FollowingService,
186669                   0,
186670               };
186671               
186672               static const char*
186673 mike  1.1.2.1 __root_cimv2_CIM_NextServiceAfterClassifierElement_qualifiers[] =
186674               {
186675                   /* ASSOCIATION */
186676                   "\000\001",
186677                   /* UMLPackagePath */
186678                   "\057CIM::Network::QoS",
186679                   /* Version */
186680                   "\0632.7.0",
186681                   0,
186682               };
186683               
186684               MetaClass
186685               __root_cimv2_CIM_NextServiceAfterClassifierElement =
186686               {
186687                   /* flags */
186688                   META_FLAG_ASSOCIATION,
186689                   /* name */
186690                   "CIM_NextServiceAfterClassifierElement",
186691                   /* qualifiers */
186692                   __root_cimv2_CIM_NextServiceAfterClassifierElement_qualifiers,
186693                   /* super */
186694 mike  1.1.2.1     &__root_cimv2_CIM_NextService,
186695                   /* features */
186696                   _CIM_NextServiceAfterClassifierElement_features,
186697               };
186698               
186699               //==============================================================================
186700               //
186701               // Class: CIM_OSPFProtocolEndpoint
186702               //
186703               //==============================================================================
186704               
186705               static const char*
186706               _CIM_OSPFProtocolEndpoint_Priority_qualifiers[] =
186707               {
186708                   /* MappingStrings */
186709                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRtrPriority\000",
186710                   0,
186711               };
186712               
186713               static MetaProperty
186714               _CIM_OSPFProtocolEndpoint_Priority =
186715 mike  1.1.2.1 {
186716                   /* flags */
186717                   META_FLAG_PROPERTY|META_FLAG_READ,
186718                   /* name */
186719                   "Priority",
186720                   /* qualifiers */
186721                   _CIM_OSPFProtocolEndpoint_Priority_qualifiers,
186722                   /* type */
186723                   CIMTYPE_UINT8,
186724                   /* subscript */
186725                   -1,
186726                   /* value */
186727                   0,
186728               };
186729               
186730               static const char*
186731               _CIM_OSPFProtocolEndpoint_PollInterval_qualifiers[] =
186732               {
186733                   /* Units */
186734                   "\060Seconds",
186735                   /* MappingStrings */
186736 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfIfPollInterval\000",
186737                   0,
186738               };
186739               
186740               static MetaProperty
186741               _CIM_OSPFProtocolEndpoint_PollInterval =
186742               {
186743                   /* flags */
186744                   META_FLAG_PROPERTY|META_FLAG_READ,
186745                   /* name */
186746                   "PollInterval",
186747                   /* qualifiers */
186748                   _CIM_OSPFProtocolEndpoint_PollInterval_qualifiers,
186749                   /* type */
186750                   CIMTYPE_UINT16,
186751                   /* subscript */
186752                   -1,
186753                   /* value */
186754                   0,
186755               };
186756               
186757 mike  1.1.2.1 static const char*
186758               _CIM_OSPFProtocolEndpoint_Cost_qualifiers[] =
186759               {
186760                   /* MappingStrings */
186761                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfMetricStatus\000",
186762                   0,
186763               };
186764               
186765               static MetaProperty
186766               _CIM_OSPFProtocolEndpoint_Cost =
186767               {
186768                   /* flags */
186769                   META_FLAG_PROPERTY|META_FLAG_READ,
186770                   /* name */
186771                   "Cost",
186772                   /* qualifiers */
186773                   _CIM_OSPFProtocolEndpoint_Cost_qualifiers,
186774                   /* type */
186775                   CIMTYPE_UINT16,
186776                   /* subscript */
186777                   -1,
186778 mike  1.1.2.1     /* value */
186779                   0,
186780               };
186781               
186782               static const char*
186783               _CIM_OSPFProtocolEndpoint_IfDemand_qualifiers[] =
186784               {
186785                   /* MappingStrings */
186786                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfDemand\000",
186787                   0,
186788               };
186789               
186790               static MetaProperty
186791               _CIM_OSPFProtocolEndpoint_IfDemand =
186792               {
186793                   /* flags */
186794                   META_FLAG_PROPERTY|META_FLAG_READ,
186795                   /* name */
186796                   "IfDemand",
186797                   /* qualifiers */
186798                   _CIM_OSPFProtocolEndpoint_IfDemand_qualifiers,
186799 mike  1.1.2.1     /* type */
186800                   CIMTYPE_BOOLEAN,
186801                   /* subscript */
186802                   -1,
186803                   /* value */
186804                   0,
186805               };
186806               
186807               static MetaFeature*
186808               _CIM_OSPFProtocolEndpoint_features[] =
186809               {
186810                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_Priority,
186811                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_PollInterval,
186812                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_Cost,
186813                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_IfDemand,
186814                   0,
186815               };
186816               
186817               static const char*
186818               __root_cimv2_CIM_OSPFProtocolEndpoint_qualifiers[] =
186819               {
186820 mike  1.1.2.1     /* UMLPackagePath */
186821                   "\057CIM::Network::ProtocolEndpoints",
186822                   /* Version */
186823                   "\0632.7.0",
186824                   0,
186825               };
186826               
186827               MetaClass
186828               __root_cimv2_CIM_OSPFProtocolEndpoint =
186829               {
186830                   /* flags */
186831                   META_FLAG_CLASS,
186832                   /* name */
186833                   "CIM_OSPFProtocolEndpoint",
186834                   /* qualifiers */
186835                   __root_cimv2_CIM_OSPFProtocolEndpoint_qualifiers,
186836                   /* super */
186837                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
186838                   /* features */
186839                   _CIM_OSPFProtocolEndpoint_features,
186840               };
186841 mike  1.1.2.1 
186842               //==============================================================================
186843               //
186844               // Class: CIM_RelatedSpanningTree
186845               //
186846               //==============================================================================
186847               
186848               static const char*
186849               _CIM_RelatedSpanningTree_Antecedent_qualifiers[] =
186850               {
186851                   /* Override */
186852                   "\044Antecedent",
186853                   0,
186854               };
186855               
186856               static MetaReference
186857               _CIM_RelatedSpanningTree_Antecedent =
186858               {
186859                   /* flags */
186860                   META_FLAG_REFERENCE|META_FLAG_READ,
186861                   /* name */
186862 mike  1.1.2.1     "Antecedent",
186863                   /* qualifiers */
186864                   _CIM_RelatedSpanningTree_Antecedent_qualifiers,
186865                   /* subscript */
186866                   -1,
186867                   /* refId */
186868                   &__root_cimv2_CIM_TransparentBridgingService,
186869               };
186870               
186871               static const char*
186872               _CIM_RelatedSpanningTree_Dependent_qualifiers[] =
186873               {
186874                   /* Override */
186875                   "\044Dependent",
186876                   /* Max */
186877                   "\027\000\000\000\001",
186878                   0,
186879               };
186880               
186881               static MetaReference
186882               _CIM_RelatedSpanningTree_Dependent =
186883 mike  1.1.2.1 {
186884                   /* flags */
186885                   META_FLAG_REFERENCE|META_FLAG_READ,
186886                   /* name */
186887                   "Dependent",
186888                   /* qualifiers */
186889                   _CIM_RelatedSpanningTree_Dependent_qualifiers,
186890                   /* subscript */
186891                   -1,
186892                   /* refId */
186893                   &__root_cimv2_CIM_SpanningTreeService,
186894               };
186895               
186896               static MetaFeature*
186897               _CIM_RelatedSpanningTree_features[] =
186898               {
186899                   (MetaFeature*)&_CIM_RelatedSpanningTree_Antecedent,
186900                   (MetaFeature*)&_CIM_RelatedSpanningTree_Dependent,
186901                   0,
186902               };
186903               
186904 mike  1.1.2.1 static const char*
186905               __root_cimv2_CIM_RelatedSpanningTree_qualifiers[] =
186906               {
186907                   /* ASSOCIATION */
186908                   "\000\001",
186909                   /* UMLPackagePath */
186910                   "\057CIM::Network::SwitchingBridging",
186911                   /* Version */
186912                   "\0632.7.0",
186913                   0,
186914               };
186915               
186916               MetaClass
186917               __root_cimv2_CIM_RelatedSpanningTree =
186918               {
186919                   /* flags */
186920                   META_FLAG_ASSOCIATION,
186921                   /* name */
186922                   "CIM_RelatedSpanningTree",
186923                   /* qualifiers */
186924                   __root_cimv2_CIM_RelatedSpanningTree_qualifiers,
186925 mike  1.1.2.1     /* super */
186926                   &__root_cimv2_CIM_ServiceServiceDependency,
186927                   /* features */
186928                   _CIM_RelatedSpanningTree_features,
186929               };
186930               
186931               //==============================================================================
186932               //
186933               // Class: CIM_RelatedTransparentBridgingService
186934               //
186935               //==============================================================================
186936               
186937               static const char*
186938               _CIM_RelatedTransparentBridgingService_Antecedent_qualifiers[] =
186939               {
186940                   /* Deprecated */
186941                   "\013\000\001No Value\000",
186942                   /* Override */
186943                   "\044Antecedent",
186944                   0,
186945               };
186946 mike  1.1.2.1 
186947               static MetaReference
186948               _CIM_RelatedTransparentBridgingService_Antecedent =
186949               {
186950                   /* flags */
186951                   META_FLAG_REFERENCE|META_FLAG_READ,
186952                   /* name */
186953                   "Antecedent",
186954                   /* qualifiers */
186955                   _CIM_RelatedTransparentBridgingService_Antecedent_qualifiers,
186956                   /* subscript */
186957                   -1,
186958                   /* refId */
186959                   &__root_cimv2_CIM_VLAN,
186960               };
186961               
186962               static const char*
186963               _CIM_RelatedTransparentBridgingService_Dependent_qualifiers[] =
186964               {
186965                   /* Deprecated */
186966                   "\013\000\001No Value\000",
186967 mike  1.1.2.1     /* Override */
186968                   "\044Dependent",
186969                   0,
186970               };
186971               
186972               static MetaReference
186973               _CIM_RelatedTransparentBridgingService_Dependent =
186974               {
186975                   /* flags */
186976                   META_FLAG_REFERENCE|META_FLAG_READ,
186977                   /* name */
186978                   "Dependent",
186979                   /* qualifiers */
186980                   _CIM_RelatedTransparentBridgingService_Dependent_qualifiers,
186981                   /* subscript */
186982                   -1,
186983                   /* refId */
186984                   &__root_cimv2_CIM_TransparentBridgingService,
186985               };
186986               
186987               static MetaFeature*
186988 mike  1.1.2.1 _CIM_RelatedTransparentBridgingService_features[] =
186989               {
186990                   (MetaFeature*)&_CIM_RelatedTransparentBridgingService_Antecedent,
186991                   (MetaFeature*)&_CIM_RelatedTransparentBridgingService_Dependent,
186992                   0,
186993               };
186994               
186995               static const char*
186996               __root_cimv2_CIM_RelatedTransparentBridgingService_qualifiers[] =
186997               {
186998                   /* ASSOCIATION */
186999                   "\000\001",
187000                   /* Deprecated */
187001                   "\013\000\001No Value\000",
187002                   /* UMLPackagePath */
187003                   "\057CIM::Network::VLAN",
187004                   /* Version */
187005                   "\0632.8.0",
187006                   0,
187007               };
187008               
187009 mike  1.1.2.1 MetaClass
187010               __root_cimv2_CIM_RelatedTransparentBridgingService =
187011               {
187012                   /* flags */
187013                   META_FLAG_ASSOCIATION,
187014                   /* name */
187015                   "CIM_RelatedTransparentBridgingService",
187016                   /* qualifiers */
187017                   __root_cimv2_CIM_RelatedTransparentBridgingService_qualifiers,
187018                   /* super */
187019                   &__root_cimv2_CIM_ServiceSAPDependency,
187020                   /* features */
187021                   _CIM_RelatedTransparentBridgingService_features,
187022               };
187023               
187024               //==============================================================================
187025               //
187026               // Class: CIM_SharedSecretIsShared
187027               //
187028               //==============================================================================
187029               
187030 mike  1.1.2.1 static const char*
187031               _CIM_SharedSecretIsShared_Antecedent_qualifiers[] =
187032               {
187033                   /* Override */
187034                   "\044Antecedent",
187035                   /* Min */
187036                   "\033\000\000\000\001",
187037                   /* Max */
187038                   "\027\000\000\000\001",
187039                   0,
187040               };
187041               
187042               static MetaReference
187043               _CIM_SharedSecretIsShared_Antecedent =
187044               {
187045                   /* flags */
187046                   META_FLAG_REFERENCE|META_FLAG_READ,
187047                   /* name */
187048                   "Antecedent",
187049                   /* qualifiers */
187050                   _CIM_SharedSecretIsShared_Antecedent_qualifiers,
187051 mike  1.1.2.1     /* subscript */
187052                   -1,
187053                   /* refId */
187054                   &__root_cimv2_CIM_SharedSecretService,
187055               };
187056               
187057               static const char*
187058               _CIM_SharedSecretIsShared_Dependent_qualifiers[] =
187059               {
187060                   /* Override */
187061                   "\044Dependent",
187062                   /* Weak */
187063                   "\064\001",
187064                   0,
187065               };
187066               
187067               static MetaReference
187068               _CIM_SharedSecretIsShared_Dependent =
187069               {
187070                   /* flags */
187071                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187072 mike  1.1.2.1     /* name */
187073                   "Dependent",
187074                   /* qualifiers */
187075                   _CIM_SharedSecretIsShared_Dependent_qualifiers,
187076                   /* subscript */
187077                   -1,
187078                   /* refId */
187079                   &__root_cimv2_CIM_SharedSecret,
187080               };
187081               
187082               static MetaFeature*
187083               _CIM_SharedSecretIsShared_features[] =
187084               {
187085                   (MetaFeature*)&_CIM_SharedSecretIsShared_Antecedent,
187086                   (MetaFeature*)&_CIM_SharedSecretIsShared_Dependent,
187087                   0,
187088               };
187089               
187090               static const char*
187091               __root_cimv2_CIM_SharedSecretIsShared_qualifiers[] =
187092               {
187093 mike  1.1.2.1     /* ASSOCIATION */
187094                   "\000\001",
187095                   /* UMLPackagePath */
187096                   "\057CIM::User::SharedSecret",
187097                   /* Version */
187098                   "\0632.6.0",
187099                   0,
187100               };
187101               
187102               MetaClass
187103               __root_cimv2_CIM_SharedSecretIsShared =
187104               {
187105                   /* flags */
187106                   META_FLAG_ASSOCIATION,
187107                   /* name */
187108                   "CIM_SharedSecretIsShared",
187109                   /* qualifiers */
187110                   __root_cimv2_CIM_SharedSecretIsShared_qualifiers,
187111                   /* super */
187112                   &__root_cimv2_CIM_ManagedCredential,
187113                   /* features */
187114 mike  1.1.2.1     _CIM_SharedSecretIsShared_features,
187115               };
187116               
187117               //==============================================================================
187118               //
187119               // Class: CIM_Switchable
187120               //
187121               //==============================================================================
187122               
187123               static const char*
187124               _CIM_Switchable_Antecedent_qualifiers[] =
187125               {
187126                   /* Deprecated */
187127                   "\013\000\001CIM_EndpointIdentity.SystemElement\000",
187128                   /* Override */
187129                   "\044Antecedent",
187130                   /* Max */
187131                   "\027\000\000\000\001",
187132                   0,
187133               };
187134               
187135 mike  1.1.2.1 static MetaReference
187136               _CIM_Switchable_Antecedent =
187137               {
187138                   /* flags */
187139                   META_FLAG_REFERENCE|META_FLAG_READ,
187140                   /* name */
187141                   "Antecedent",
187142                   /* qualifiers */
187143                   _CIM_Switchable_Antecedent_qualifiers,
187144                   /* subscript */
187145                   -1,
187146                   /* refId */
187147                   &__root_cimv2_CIM_LANEndpoint,
187148               };
187149               
187150               static const char*
187151               _CIM_Switchable_Dependent_qualifiers[] =
187152               {
187153                   /* Deprecated */
187154                   "\013\000\001CIM_EndpointIdentity.SameElement\000",
187155                   /* Override */
187156 mike  1.1.2.1     "\044Dependent",
187157                   /* Max */
187158                   "\027\000\000\000\001",
187159                   0,
187160               };
187161               
187162               static MetaReference
187163               _CIM_Switchable_Dependent =
187164               {
187165                   /* flags */
187166                   META_FLAG_REFERENCE|META_FLAG_READ,
187167                   /* name */
187168                   "Dependent",
187169                   /* qualifiers */
187170                   _CIM_Switchable_Dependent_qualifiers,
187171                   /* subscript */
187172                   -1,
187173                   /* refId */
187174                   &__root_cimv2_CIM_SwitchPort,
187175               };
187176               
187177 mike  1.1.2.1 static MetaFeature*
187178               _CIM_Switchable_features[] =
187179               {
187180                   (MetaFeature*)&_CIM_Switchable_Antecedent,
187181                   (MetaFeature*)&_CIM_Switchable_Dependent,
187182                   0,
187183               };
187184               
187185               static const char*
187186               __root_cimv2_CIM_Switchable_qualifiers[] =
187187               {
187188                   /* ASSOCIATION */
187189                   "\000\001",
187190                   /* Deprecated */
187191                   "\013\000\001CIM_EndpointIdentity\000",
187192                   /* UMLPackagePath */
187193                   "\057CIM::Network::SwitchingBridging",
187194                   /* Version */
187195                   "\0632.7.0",
187196                   0,
187197               };
187198 mike  1.1.2.1 
187199               MetaClass
187200               __root_cimv2_CIM_Switchable =
187201               {
187202                   /* flags */
187203                   META_FLAG_ASSOCIATION,
187204                   /* name */
187205                   "CIM_Switchable",
187206                   /* qualifiers */
187207                   __root_cimv2_CIM_Switchable_qualifiers,
187208                   /* super */
187209                   &__root_cimv2_CIM_BindsToLANEndpoint,
187210                   /* features */
187211                   _CIM_Switchable_features,
187212               };
187213               
187214               //==============================================================================
187215               //
187216               // Class: CIM_SwitchesAmong
187217               //
187218               //==============================================================================
187219 mike  1.1.2.1 
187220               static const char*
187221               _CIM_SwitchesAmong_Antecedent_qualifiers[] =
187222               {
187223                   /* Override */
187224                   "\044Antecedent",
187225                   0,
187226               };
187227               
187228               static MetaReference
187229               _CIM_SwitchesAmong_Antecedent =
187230               {
187231                   /* flags */
187232                   META_FLAG_REFERENCE|META_FLAG_READ,
187233                   /* name */
187234                   "Antecedent",
187235                   /* qualifiers */
187236                   _CIM_SwitchesAmong_Antecedent_qualifiers,
187237                   /* subscript */
187238                   -1,
187239                   /* refId */
187240 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPort,
187241               };
187242               
187243               static const char*
187244               _CIM_SwitchesAmong_Dependent_qualifiers[] =
187245               {
187246                   /* Override */
187247                   "\044Dependent",
187248                   /* Max */
187249                   "\027\000\000\000\001",
187250                   0,
187251               };
187252               
187253               static MetaReference
187254               _CIM_SwitchesAmong_Dependent =
187255               {
187256                   /* flags */
187257                   META_FLAG_REFERENCE|META_FLAG_READ,
187258                   /* name */
187259                   "Dependent",
187260                   /* qualifiers */
187261 mike  1.1.2.1     _CIM_SwitchesAmong_Dependent_qualifiers,
187262                   /* subscript */
187263                   -1,
187264                   /* refId */
187265                   &__root_cimv2_CIM_SwitchService,
187266               };
187267               
187268               static MetaFeature*
187269               _CIM_SwitchesAmong_features[] =
187270               {
187271                   (MetaFeature*)&_CIM_SwitchesAmong_Antecedent,
187272                   (MetaFeature*)&_CIM_SwitchesAmong_Dependent,
187273                   0,
187274               };
187275               
187276               static const char*
187277               __root_cimv2_CIM_SwitchesAmong_qualifiers[] =
187278               {
187279                   /* ASSOCIATION */
187280                   "\000\001",
187281                   /* UMLPackagePath */
187282 mike  1.1.2.1     "\057CIM::Network::SwitchingBridging",
187283                   /* Version */
187284                   "\0632.6.0",
187285                   0,
187286               };
187287               
187288               MetaClass
187289               __root_cimv2_CIM_SwitchesAmong =
187290               {
187291                   /* flags */
187292                   META_FLAG_ASSOCIATION,
187293                   /* name */
187294                   "CIM_SwitchesAmong",
187295                   /* qualifiers */
187296                   __root_cimv2_CIM_SwitchesAmong_qualifiers,
187297                   /* super */
187298                   &__root_cimv2_CIM_ForwardsAmong,
187299                   /* features */
187300                   _CIM_SwitchesAmong_features,
187301               };
187302               
187303 mike  1.1.2.1 //==============================================================================
187304               //
187305               // Class: CIM_SwitchServiceTransparentBridging
187306               //
187307               //==============================================================================
187308               
187309               static const char*
187310               _CIM_SwitchServiceTransparentBridging_GroupComponent_qualifiers[] =
187311               {
187312                   /* Aggregate */
187313                   "\003\001",
187314                   /* Override */
187315                   "\044GroupComponent",
187316                   /* Min */
187317                   "\033\000\000\000\001",
187318                   0,
187319               };
187320               
187321               static MetaReference
187322               _CIM_SwitchServiceTransparentBridging_GroupComponent =
187323               {
187324 mike  1.1.2.1     /* flags */
187325                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
187326                   /* name */
187327                   "GroupComponent",
187328                   /* qualifiers */
187329                   _CIM_SwitchServiceTransparentBridging_GroupComponent_qualifiers,
187330                   /* subscript */
187331                   -1,
187332                   /* refId */
187333                   &__root_cimv2_CIM_SwitchService,
187334               };
187335               
187336               static const char*
187337               _CIM_SwitchServiceTransparentBridging_PartComponent_qualifiers[] =
187338               {
187339                   /* Override */
187340                   "\044PartComponent",
187341                   0,
187342               };
187343               
187344               static MetaReference
187345 mike  1.1.2.1 _CIM_SwitchServiceTransparentBridging_PartComponent =
187346               {
187347                   /* flags */
187348                   META_FLAG_REFERENCE|META_FLAG_READ,
187349                   /* name */
187350                   "PartComponent",
187351                   /* qualifiers */
187352                   _CIM_SwitchServiceTransparentBridging_PartComponent_qualifiers,
187353                   /* subscript */
187354                   -1,
187355                   /* refId */
187356                   &__root_cimv2_CIM_TransparentBridgingService,
187357               };
187358               
187359               static MetaFeature*
187360               _CIM_SwitchServiceTransparentBridging_features[] =
187361               {
187362                   (MetaFeature*)&_CIM_SwitchServiceTransparentBridging_GroupComponent,
187363                   (MetaFeature*)&_CIM_SwitchServiceTransparentBridging_PartComponent,
187364                   0,
187365               };
187366 mike  1.1.2.1 
187367               static const char*
187368               __root_cimv2_CIM_SwitchServiceTransparentBridging_qualifiers[] =
187369               {
187370                   /* ASSOCIATION */
187371                   "\000\001",
187372                   /* UMLPackagePath */
187373                   "\057CIM::Network::SwitchingBridging",
187374                   /* Aggregation */
187375                   "\004\001",
187376                   /* Version */
187377                   "\0632.6.0",
187378                   0,
187379               };
187380               
187381               MetaClass
187382               __root_cimv2_CIM_SwitchServiceTransparentBridging =
187383               {
187384                   /* flags */
187385                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
187386                   /* name */
187387 mike  1.1.2.1     "CIM_SwitchServiceTransparentBridging",
187388                   /* qualifiers */
187389                   __root_cimv2_CIM_SwitchServiceTransparentBridging_qualifiers,
187390                   /* super */
187391                   &__root_cimv2_CIM_ServiceComponent,
187392                   /* features */
187393                   _CIM_SwitchServiceTransparentBridging_features,
187394               };
187395               
187396               //==============================================================================
187397               //
187398               // Class: CIM_ToDirectoryAction
187399               //
187400               //==============================================================================
187401               
187402               static const char*
187403               _CIM_ToDirectoryAction_DestinationDirectory_qualifiers[] =
187404               {
187405                   /* Key */
187406                   "\025\001",
187407                   /* Max */
187408 mike  1.1.2.1     "\027\000\000\000\001",
187409                   0,
187410               };
187411               
187412               static MetaReference
187413               _CIM_ToDirectoryAction_DestinationDirectory =
187414               {
187415                   /* flags */
187416                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187417                   /* name */
187418                   "DestinationDirectory",
187419                   /* qualifiers */
187420                   _CIM_ToDirectoryAction_DestinationDirectory_qualifiers,
187421                   /* subscript */
187422                   -1,
187423                   /* refId */
187424                   &__root_cimv2_CIM_DirectoryAction,
187425               };
187426               
187427               static const char*
187428               _CIM_ToDirectoryAction_FileName_qualifiers[] =
187429 mike  1.1.2.1 {
187430                   /* Key */
187431                   "\025\001",
187432                   0,
187433               };
187434               
187435               static MetaReference
187436               _CIM_ToDirectoryAction_FileName =
187437               {
187438                   /* flags */
187439                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187440                   /* name */
187441                   "FileName",
187442                   /* qualifiers */
187443                   _CIM_ToDirectoryAction_FileName_qualifiers,
187444                   /* subscript */
187445                   -1,
187446                   /* refId */
187447                   &__root_cimv2_CIM_CopyFileAction,
187448               };
187449               
187450 mike  1.1.2.1 static MetaFeature*
187451               _CIM_ToDirectoryAction_features[] =
187452               {
187453                   (MetaFeature*)&_CIM_ToDirectoryAction_DestinationDirectory,
187454                   (MetaFeature*)&_CIM_ToDirectoryAction_FileName,
187455                   0,
187456               };
187457               
187458               static const char*
187459               __root_cimv2_CIM_ToDirectoryAction_qualifiers[] =
187460               {
187461                   /* ASSOCIATION */
187462                   "\000\001",
187463                   /* UMLPackagePath */
187464                   "\057CIM::Application::CheckAction",
187465                   /* Version */
187466                   "\0632.6.0",
187467                   0,
187468               };
187469               
187470               MetaClass
187471 mike  1.1.2.1 __root_cimv2_CIM_ToDirectoryAction =
187472               {
187473                   /* flags */
187474                   META_FLAG_ASSOCIATION,
187475                   /* name */
187476                   "CIM_ToDirectoryAction",
187477                   /* qualifiers */
187478                   __root_cimv2_CIM_ToDirectoryAction_qualifiers,
187479                   /* super */
187480                   0,
187481                   /* features */
187482                   _CIM_ToDirectoryAction_features,
187483               };
187484               
187485               //==============================================================================
187486               //
187487               // Class: CIM_ToDirectorySpecification
187488               //
187489               //==============================================================================
187490               
187491               static const char*
187492 mike  1.1.2.1 _CIM_ToDirectorySpecification_DestinationDirectory_qualifiers[] =
187493               {
187494                   /* Key */
187495                   "\025\001",
187496                   /* Max */
187497                   "\027\000\000\000\001",
187498                   0,
187499               };
187500               
187501               static MetaReference
187502               _CIM_ToDirectorySpecification_DestinationDirectory =
187503               {
187504                   /* flags */
187505                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187506                   /* name */
187507                   "DestinationDirectory",
187508                   /* qualifiers */
187509                   _CIM_ToDirectorySpecification_DestinationDirectory_qualifiers,
187510                   /* subscript */
187511                   -1,
187512                   /* refId */
187513 mike  1.1.2.1     &__root_cimv2_CIM_DirectorySpecification,
187514               };
187515               
187516               static const char*
187517               _CIM_ToDirectorySpecification_FileName_qualifiers[] =
187518               {
187519                   /* Key */
187520                   "\025\001",
187521                   0,
187522               };
187523               
187524               static MetaReference
187525               _CIM_ToDirectorySpecification_FileName =
187526               {
187527                   /* flags */
187528                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187529                   /* name */
187530                   "FileName",
187531                   /* qualifiers */
187532                   _CIM_ToDirectorySpecification_FileName_qualifiers,
187533                   /* subscript */
187534 mike  1.1.2.1     -1,
187535                   /* refId */
187536                   &__root_cimv2_CIM_CopyFileAction,
187537               };
187538               
187539               static MetaFeature*
187540               _CIM_ToDirectorySpecification_features[] =
187541               {
187542                   (MetaFeature*)&_CIM_ToDirectorySpecification_DestinationDirectory,
187543                   (MetaFeature*)&_CIM_ToDirectorySpecification_FileName,
187544                   0,
187545               };
187546               
187547               static const char*
187548               __root_cimv2_CIM_ToDirectorySpecification_qualifiers[] =
187549               {
187550                   /* ASSOCIATION */
187551                   "\000\001",
187552                   /* UMLPackagePath */
187553                   "\057CIM::Application::CheckAction",
187554                   /* Version */
187555 mike  1.1.2.1     "\0632.6.0",
187556                   0,
187557               };
187558               
187559               MetaClass
187560               __root_cimv2_CIM_ToDirectorySpecification =
187561               {
187562                   /* flags */
187563                   META_FLAG_ASSOCIATION,
187564                   /* name */
187565                   "CIM_ToDirectorySpecification",
187566                   /* qualifiers */
187567                   __root_cimv2_CIM_ToDirectorySpecification_qualifiers,
187568                   /* super */
187569                   0,
187570                   /* features */
187571                   _CIM_ToDirectorySpecification_features,
187572               };
187573               
187574               //==============================================================================
187575               //
187576 mike  1.1.2.1 // Class: CIM_TransparentBridgingDynamicForwarding
187577               //
187578               //==============================================================================
187579               
187580               static const char*
187581               _CIM_TransparentBridgingDynamicForwarding_Antecedent_qualifiers[] =
187582               {
187583                   /* Override */
187584                   "\044Antecedent",
187585                   /* Min */
187586                   "\033\000\000\000\001",
187587                   /* Max */
187588                   "\027\000\000\000\001",
187589                   0,
187590               };
187591               
187592               static MetaReference
187593               _CIM_TransparentBridgingDynamicForwarding_Antecedent =
187594               {
187595                   /* flags */
187596                   META_FLAG_REFERENCE|META_FLAG_READ,
187597 mike  1.1.2.1     /* name */
187598                   "Antecedent",
187599                   /* qualifiers */
187600                   _CIM_TransparentBridgingDynamicForwarding_Antecedent_qualifiers,
187601                   /* subscript */
187602                   -1,
187603                   /* refId */
187604                   &__root_cimv2_CIM_TransparentBridgingService,
187605               };
187606               
187607               static const char*
187608               _CIM_TransparentBridgingDynamicForwarding_Dependent_qualifiers[] =
187609               {
187610                   /* Override */
187611                   "\044Dependent",
187612                   /* Weak */
187613                   "\064\001",
187614                   0,
187615               };
187616               
187617               static MetaReference
187618 mike  1.1.2.1 _CIM_TransparentBridgingDynamicForwarding_Dependent =
187619               {
187620                   /* flags */
187621                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187622                   /* name */
187623                   "Dependent",
187624                   /* qualifiers */
187625                   _CIM_TransparentBridgingDynamicForwarding_Dependent_qualifiers,
187626                   /* subscript */
187627                   -1,
187628                   /* refId */
187629                   &__root_cimv2_CIM_DynamicForwardingEntry,
187630               };
187631               
187632               static MetaFeature*
187633               _CIM_TransparentBridgingDynamicForwarding_features[] =
187634               {
187635                   (MetaFeature*)&_CIM_TransparentBridgingDynamicForwarding_Antecedent,
187636                   (MetaFeature*)&_CIM_TransparentBridgingDynamicForwarding_Dependent,
187637                   0,
187638               };
187639 mike  1.1.2.1 
187640               static const char*
187641               __root_cimv2_CIM_TransparentBridgingDynamicForwarding_qualifiers[] =
187642               {
187643                   /* ASSOCIATION */
187644                   "\000\001",
187645                   /* UMLPackagePath */
187646                   "\057CIM::Network::SwitchingBridging",
187647                   /* Version */
187648                   "\0632.6.0",
187649                   0,
187650               };
187651               
187652               MetaClass
187653               __root_cimv2_CIM_TransparentBridgingDynamicForwarding =
187654               {
187655                   /* flags */
187656                   META_FLAG_ASSOCIATION,
187657                   /* name */
187658                   "CIM_TransparentBridgingDynamicForwarding",
187659                   /* qualifiers */
187660 mike  1.1.2.1     __root_cimv2_CIM_TransparentBridgingDynamicForwarding_qualifiers,
187661                   /* super */
187662                   &__root_cimv2_CIM_Dependency,
187663                   /* features */
187664                   _CIM_TransparentBridgingDynamicForwarding_features,
187665               };
187666               
187667               //==============================================================================
187668               //
187669               // Class: CIM_AFRelatedServices
187670               //
187671               //==============================================================================
187672               
187673               static const char*
187674               _CIM_AFRelatedServices_AFLowerDropPrecedence_qualifiers[] =
187675               {
187676                   /* Key */
187677                   "\025\001",
187678                   /* Max */
187679                   "\027\000\000\000\001",
187680                   0,
187681 mike  1.1.2.1 };
187682               
187683               static MetaReference
187684               _CIM_AFRelatedServices_AFLowerDropPrecedence =
187685               {
187686                   /* flags */
187687                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187688                   /* name */
187689                   "AFLowerDropPrecedence",
187690                   /* qualifiers */
187691                   _CIM_AFRelatedServices_AFLowerDropPrecedence_qualifiers,
187692                   /* subscript */
187693                   -1,
187694                   /* refId */
187695                   &__root_cimv2_CIM_AFService,
187696               };
187697               
187698               static const char*
187699               _CIM_AFRelatedServices_AFHigherDropPrecedence_qualifiers[] =
187700               {
187701                   /* Key */
187702 mike  1.1.2.1     "\025\001",
187703                   0,
187704               };
187705               
187706               static MetaReference
187707               _CIM_AFRelatedServices_AFHigherDropPrecedence =
187708               {
187709                   /* flags */
187710                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187711                   /* name */
187712                   "AFHigherDropPrecedence",
187713                   /* qualifiers */
187714                   _CIM_AFRelatedServices_AFHigherDropPrecedence_qualifiers,
187715                   /* subscript */
187716                   -1,
187717                   /* refId */
187718                   &__root_cimv2_CIM_AFService,
187719               };
187720               
187721               static MetaFeature*
187722               _CIM_AFRelatedServices_features[] =
187723 mike  1.1.2.1 {
187724                   (MetaFeature*)&_CIM_AFRelatedServices_AFLowerDropPrecedence,
187725                   (MetaFeature*)&_CIM_AFRelatedServices_AFHigherDropPrecedence,
187726                   0,
187727               };
187728               
187729               static const char*
187730               __root_cimv2_CIM_AFRelatedServices_qualifiers[] =
187731               {
187732                   /* ASSOCIATION */
187733                   "\000\001",
187734                   /* UMLPackagePath */
187735                   "\057CIM::Network::QoS",
187736                   /* Version */
187737                   "\0632.6.0",
187738                   0,
187739               };
187740               
187741               MetaClass
187742               __root_cimv2_CIM_AFRelatedServices =
187743               {
187744 mike  1.1.2.1     /* flags */
187745                   META_FLAG_ASSOCIATION,
187746                   /* name */
187747                   "CIM_AFRelatedServices",
187748                   /* qualifiers */
187749                   __root_cimv2_CIM_AFRelatedServices_qualifiers,
187750                   /* super */
187751                   0,
187752                   /* features */
187753                   _CIM_AFRelatedServices_features,
187754               };
187755               
187756               //==============================================================================
187757               //
187758               // Class: CIM_CAHasPublicCertificate
187759               //
187760               //==============================================================================
187761               
187762               static const char*
187763               _CIM_CAHasPublicCertificate_Antecedent_qualifiers[] =
187764               {
187765 mike  1.1.2.1     /* Override */
187766                   "\044Antecedent",
187767                   0,
187768               };
187769               
187770               static MetaReference
187771               _CIM_CAHasPublicCertificate_Antecedent =
187772               {
187773                   /* flags */
187774                   META_FLAG_REFERENCE|META_FLAG_READ,
187775                   /* name */
187776                   "Antecedent",
187777                   /* qualifiers */
187778                   _CIM_CAHasPublicCertificate_Antecedent_qualifiers,
187779                   /* subscript */
187780                   -1,
187781                   /* refId */
187782                   &__root_cimv2_CIM_PublicKeyCertificate,
187783               };
187784               
187785               static const char*
187786 mike  1.1.2.1 _CIM_CAHasPublicCertificate_Dependent_qualifiers[] =
187787               {
187788                   /* Override */
187789                   "\044Dependent",
187790                   0,
187791               };
187792               
187793               static MetaReference
187794               _CIM_CAHasPublicCertificate_Dependent =
187795               {
187796                   /* flags */
187797                   META_FLAG_REFERENCE|META_FLAG_READ,
187798                   /* name */
187799                   "Dependent",
187800                   /* qualifiers */
187801                   _CIM_CAHasPublicCertificate_Dependent_qualifiers,
187802                   /* subscript */
187803                   -1,
187804                   /* refId */
187805                   &__root_cimv2_CIM_CertificateAuthority,
187806               };
187807 mike  1.1.2.1 
187808               static MetaFeature*
187809               _CIM_CAHasPublicCertificate_features[] =
187810               {
187811                   (MetaFeature*)&_CIM_CAHasPublicCertificate_Antecedent,
187812                   (MetaFeature*)&_CIM_CAHasPublicCertificate_Dependent,
187813                   0,
187814               };
187815               
187816               static const char*
187817               __root_cimv2_CIM_CAHasPublicCertificate_qualifiers[] =
187818               {
187819                   /* ASSOCIATION */
187820                   "\000\001",
187821                   /* UMLPackagePath */
187822                   "\057CIM::User::PublicKey",
187823                   /* Version */
187824                   "\0632.8.0",
187825                   0,
187826               };
187827               
187828 mike  1.1.2.1 MetaClass
187829               __root_cimv2_CIM_CAHasPublicCertificate =
187830               {
187831                   /* flags */
187832                   META_FLAG_ASSOCIATION,
187833                   /* name */
187834                   "CIM_CAHasPublicCertificate",
187835                   /* qualifiers */
187836                   __root_cimv2_CIM_CAHasPublicCertificate_qualifiers,
187837                   /* super */
187838                   &__root_cimv2_CIM_Dependency,
187839                   /* features */
187840                   _CIM_CAHasPublicCertificate_features,
187841               };
187842               
187843               //==============================================================================
187844               //
187845               // Class: CIM_CASignsPublicKeyCertificate
187846               //
187847               //==============================================================================
187848               
187849 mike  1.1.2.1 static const char*
187850               _CIM_CASignsPublicKeyCertificate_Antecedent_qualifiers[] =
187851               {
187852                   /* Override */
187853                   "\044Antecedent",
187854                   /* Min */
187855                   "\033\000\000\000\001",
187856                   /* Max */
187857                   "\027\000\000\000\001",
187858                   0,
187859               };
187860               
187861               static MetaReference
187862               _CIM_CASignsPublicKeyCertificate_Antecedent =
187863               {
187864                   /* flags */
187865                   META_FLAG_REFERENCE|META_FLAG_READ,
187866                   /* name */
187867                   "Antecedent",
187868                   /* qualifiers */
187869                   _CIM_CASignsPublicKeyCertificate_Antecedent_qualifiers,
187870 mike  1.1.2.1     /* subscript */
187871                   -1,
187872                   /* refId */
187873                   &__root_cimv2_CIM_CertificateAuthority,
187874               };
187875               
187876               static const char*
187877               _CIM_CASignsPublicKeyCertificate_Dependent_qualifiers[] =
187878               {
187879                   /* Override */
187880                   "\044Dependent",
187881                   /* Weak */
187882                   "\064\001",
187883                   0,
187884               };
187885               
187886               static MetaReference
187887               _CIM_CASignsPublicKeyCertificate_Dependent =
187888               {
187889                   /* flags */
187890                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187891 mike  1.1.2.1     /* name */
187892                   "Dependent",
187893                   /* qualifiers */
187894                   _CIM_CASignsPublicKeyCertificate_Dependent_qualifiers,
187895                   /* subscript */
187896                   -1,
187897                   /* refId */
187898                   &__root_cimv2_CIM_PublicKeyCertificate,
187899               };
187900               
187901               static const char*
187902               _CIM_CASignsPublicKeyCertificate_SerialNumber_qualifiers[] =
187903               {
187904                   0,
187905               };
187906               
187907               static MetaProperty
187908               _CIM_CASignsPublicKeyCertificate_SerialNumber =
187909               {
187910                   /* flags */
187911                   META_FLAG_PROPERTY|META_FLAG_READ,
187912 mike  1.1.2.1     /* name */
187913                   "SerialNumber",
187914                   /* qualifiers */
187915                   _CIM_CASignsPublicKeyCertificate_SerialNumber_qualifiers,
187916                   /* type */
187917                   CIMTYPE_STRING,
187918                   /* subscript */
187919                   -1,
187920                   /* value */
187921                   0,
187922               };
187923               
187924               static const char*
187925               _CIM_CASignsPublicKeyCertificate_Signature_qualifiers[] =
187926               {
187927                   /* OctetString */
187928                   "\042\001",
187929                   0,
187930               };
187931               
187932               static MetaProperty
187933 mike  1.1.2.1 _CIM_CASignsPublicKeyCertificate_Signature =
187934               {
187935                   /* flags */
187936                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
187937                   /* name */
187938                   "Signature",
187939                   /* qualifiers */
187940                   _CIM_CASignsPublicKeyCertificate_Signature_qualifiers,
187941                   /* type */
187942                   CIMTYPE_UINT8,
187943                   /* subscript */
187944                   0,
187945                   /* value */
187946                   0,
187947               };
187948               
187949               static const char*
187950               _CIM_CASignsPublicKeyCertificate_Expires_qualifiers[] =
187951               {
187952                   /* Deprecated */
187953                   "\013\000\001CIM_Credential.Expires\000",
187954 mike  1.1.2.1     0,
187955               };
187956               
187957               static MetaProperty
187958               _CIM_CASignsPublicKeyCertificate_Expires =
187959               {
187960                   /* flags */
187961                   META_FLAG_PROPERTY|META_FLAG_READ,
187962                   /* name */
187963                   "Expires",
187964                   /* qualifiers */
187965                   _CIM_CASignsPublicKeyCertificate_Expires_qualifiers,
187966                   /* type */
187967                   CIMTYPE_DATETIME,
187968                   /* subscript */
187969                   -1,
187970                   /* value */
187971                   0,
187972               };
187973               
187974               static const char*
187975 mike  1.1.2.1 _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint_qualifiers[] =
187976               {
187977                   0,
187978               };
187979               
187980               static MetaProperty
187981               _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint =
187982               {
187983                   /* flags */
187984                   META_FLAG_PROPERTY|META_FLAG_READ,
187985                   /* name */
187986                   "CRLDistributionPoint",
187987                   /* qualifiers */
187988                   _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint_qualifiers,
187989                   /* type */
187990                   CIMTYPE_STRING,
187991                   /* subscript */
187992                   0,
187993                   /* value */
187994                   0,
187995               };
187996 mike  1.1.2.1 
187997               static MetaFeature*
187998               _CIM_CASignsPublicKeyCertificate_features[] =
187999               {
188000                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Antecedent,
188001                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Dependent,
188002                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_SerialNumber,
188003                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Signature,
188004                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Expires,
188005                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_CRLDistributionPoint,
188006                   0,
188007               };
188008               
188009               static const char*
188010               __root_cimv2_CIM_CASignsPublicKeyCertificate_qualifiers[] =
188011               {
188012                   /* ASSOCIATION */
188013                   "\000\001",
188014                   /* UMLPackagePath */
188015                   "\057CIM::User::PublicKey",
188016                   /* Version */
188017 mike  1.1.2.1     "\0632.7.0",
188018                   0,
188019               };
188020               
188021               MetaClass
188022               __root_cimv2_CIM_CASignsPublicKeyCertificate =
188023               {
188024                   /* flags */
188025                   META_FLAG_ASSOCIATION,
188026                   /* name */
188027                   "CIM_CASignsPublicKeyCertificate",
188028                   /* qualifiers */
188029                   __root_cimv2_CIM_CASignsPublicKeyCertificate_qualifiers,
188030                   /* super */
188031                   &__root_cimv2_CIM_ManagedCredential,
188032                   /* features */
188033                   _CIM_CASignsPublicKeyCertificate_features,
188034               };
188035               
188036               //==============================================================================
188037               //
188038 mike  1.1.2.1 // Class: PG_IndicationHandlerSNMPMapper
188039               //
188040               //==============================================================================
188041               
188042               static const char*
188043               _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers[] =
188044               {
188045                   /* Required */
188046                   "\050\001",
188047                   0,
188048               };
188049               
188050               static MetaProperty
188051               _PG_IndicationHandlerSNMPMapper_TargetHost =
188052               {
188053                   /* flags */
188054                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188055                   /* name */
188056                   "TargetHost",
188057                   /* qualifiers */
188058                   _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers,
188059 mike  1.1.2.1     /* type */
188060                   CIMTYPE_STRING,
188061                   /* subscript */
188062                   -1,
188063                   /* value */
188064                   0,
188065               };
188066               
188067               static const char*
188068               _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers[] =
188069               {
188070                   /* Required */
188071                   "\050\001",
188072                   /* ValueMap */
188073                   "\061\000\0051\0002\0003\0004\0005..65535\000",
188074                   /* Values */
188075                   "\062\000\005Other\000Host Name\000IPV4 Address\000IPV6 Address\000Pegasus Reserved\000",
188076                   /* ModelCorrespondence */
188077                   "\036\000\001PG_IndicationHandlerSNMPMapper.OtherTargetHostFormat\000",
188078                   0,
188079               };
188080 mike  1.1.2.1 
188081               static MetaProperty
188082               _PG_IndicationHandlerSNMPMapper_TargetHostFormat =
188083               {
188084                   /* flags */
188085                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188086                   /* name */
188087                   "TargetHostFormat",
188088                   /* qualifiers */
188089                   _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers,
188090                   /* type */
188091                   CIMTYPE_UINT16,
188092                   /* subscript */
188093                   -1,
188094                   /* value */
188095                   0,
188096               };
188097               
188098               static const char*
188099               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers[] =
188100               {
188101 mike  1.1.2.1     /* ModelCorrespondence */
188102                   "\036\000\001PG_IndicationHandlerSNMPMapper.TargetHostFormat\000",
188103                   0,
188104               };
188105               
188106               static MetaProperty
188107               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat =
188108               {
188109                   /* flags */
188110                   META_FLAG_PROPERTY|META_FLAG_READ,
188111                   /* name */
188112                   "OtherTargetHostFormat",
188113                   /* qualifiers */
188114                   _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers,
188115                   /* type */
188116                   CIMTYPE_STRING,
188117                   /* subscript */
188118                   -1,
188119                   /* value */
188120                   0,
188121               };
188122 mike  1.1.2.1 
188123               static const char*
188124               _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers[] =
188125               {
188126                   0,
188127               };
188128               
188129               static MetaProperty
188130               _PG_IndicationHandlerSNMPMapper_PortNumber =
188131               {
188132                   /* flags */
188133                   META_FLAG_PROPERTY|META_FLAG_READ,
188134                   /* name */
188135                   "PortNumber",
188136                   /* qualifiers */
188137                   _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers,
188138                   /* type */
188139                   CIMTYPE_UINT32,
188140                   /* subscript */
188141                   -1,
188142                   /* value */
188143 mike  1.1.2.1     "\000\000\000\242",
188144               };
188145               
188146               static const char*
188147               _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers[] =
188148               {
188149                   /* Required */
188150                   "\050\001",
188151                   /* ValueMap */
188152                   "\061\000\0062\0003\0004\0005\0006\0007..65535\000",
188153                   /* Values */
188154                   "\062\000\006SNMPv1 Trap\000SNMPv2C Trap\000SNMPv2C Inform\000SNMPv3 Trap\000SNMPv3 Inform\000Pegasus Reserved\000",
188155                   0,
188156               };
188157               
188158               static MetaProperty
188159               _PG_IndicationHandlerSNMPMapper_SNMPVersion =
188160               {
188161                   /* flags */
188162                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188163                   /* name */
188164 mike  1.1.2.1     "SNMPVersion",
188165                   /* qualifiers */
188166                   _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers,
188167                   /* type */
188168                   CIMTYPE_UINT16,
188169                   /* subscript */
188170                   -1,
188171                   /* value */
188172                   0,
188173               };
188174               
188175               static const char*
188176               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers[] =
188177               {
188178                   /* ModelCorrespondence */
188179                   "\036\000\001PG_IndicationHandlerSNMPMapper.SNMPVersion\000",
188180                   0,
188181               };
188182               
188183               static MetaProperty
188184               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName =
188185 mike  1.1.2.1 {
188186                   /* flags */
188187                   META_FLAG_PROPERTY|META_FLAG_READ,
188188                   /* name */
188189                   "SNMPSecurityName",
188190                   /* qualifiers */
188191                   _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers,
188192                   /* type */
188193                   CIMTYPE_STRING,
188194                   /* subscript */
188195                   -1,
188196                   /* value */
188197                   0,
188198               };
188199               
188200               static const char*
188201               _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers[] =
188202               {
188203                   0,
188204               };
188205               
188206 mike  1.1.2.1 static MetaProperty
188207               _PG_IndicationHandlerSNMPMapper_SNMPEngineID =
188208               {
188209                   /* flags */
188210                   META_FLAG_PROPERTY|META_FLAG_READ,
188211                   /* name */
188212                   "SNMPEngineID",
188213                   /* qualifiers */
188214                   _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers,
188215                   /* type */
188216                   CIMTYPE_STRING,
188217                   /* subscript */
188218                   -1,
188219                   /* value */
188220                   0,
188221               };
188222               
188223               static MetaFeature*
188224               _PG_IndicationHandlerSNMPMapper_features[] =
188225               {
188226                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHost,
188227 mike  1.1.2.1     (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHostFormat,
188228                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat,
188229                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_PortNumber,
188230                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPVersion,
188231                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPSecurityName,
188232                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPEngineID,
188233                   0,
188234               };
188235               
188236               static const char*
188237               __root_cimv2_PG_IndicationHandlerSNMPMapper_qualifiers[] =
188238               {
188239                   0,
188240               };
188241               
188242               MetaClass
188243               __root_cimv2_PG_IndicationHandlerSNMPMapper =
188244               {
188245                   /* flags */
188246                   META_FLAG_CLASS,
188247                   /* name */
188248 mike  1.1.2.1     "PG_IndicationHandlerSNMPMapper",
188249                   /* qualifiers */
188250                   __root_cimv2_PG_IndicationHandlerSNMPMapper_qualifiers,
188251                   /* super */
188252                   &__root_cimv2_CIM_IndicationHandler,
188253                   /* features */
188254                   _PG_IndicationHandlerSNMPMapper_features,
188255               };
188256               
188257               //==============================================================================
188258               //
188259               // Class: PG_ListenerDestinationSystemLog
188260               //
188261               //==============================================================================
188262               
188263               static MetaFeature*
188264               _PG_ListenerDestinationSystemLog_features[] =
188265               {
188266                   0,
188267               };
188268               
188269 mike  1.1.2.1 static const char*
188270               __root_cimv2_PG_ListenerDestinationSystemLog_qualifiers[] =
188271               {
188272                   0,
188273               };
188274               
188275               MetaClass
188276               __root_cimv2_PG_ListenerDestinationSystemLog =
188277               {
188278                   /* flags */
188279                   META_FLAG_CLASS,
188280                   /* name */
188281                   "PG_ListenerDestinationSystemLog",
188282                   /* qualifiers */
188283                   __root_cimv2_PG_ListenerDestinationSystemLog_qualifiers,
188284                   /* super */
188285                   &__root_cimv2_CIM_ListenerDestination,
188286                   /* features */
188287                   _PG_ListenerDestinationSystemLog_features,
188288               };
188289               
188290 mike  1.1.2.1 //==============================================================================
188291               //
188292               // Class: PG_ListenerDestinationEmail
188293               //
188294               //==============================================================================
188295               
188296               static const char*
188297               _PG_ListenerDestinationEmail_MailTo_qualifiers[] =
188298               {
188299                   /* Required */
188300                   "\050\001",
188301                   0,
188302               };
188303               
188304               static MetaProperty
188305               _PG_ListenerDestinationEmail_MailTo =
188306               {
188307                   /* flags */
188308                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188309                   /* name */
188310                   "MailTo",
188311 mike  1.1.2.1     /* qualifiers */
188312                   _PG_ListenerDestinationEmail_MailTo_qualifiers,
188313                   /* type */
188314                   CIMTYPE_STRING,
188315                   /* subscript */
188316                   0,
188317                   /* value */
188318                   0,
188319               };
188320               
188321               static const char*
188322               _PG_ListenerDestinationEmail_MailCc_qualifiers[] =
188323               {
188324                   0,
188325               };
188326               
188327               static MetaProperty
188328               _PG_ListenerDestinationEmail_MailCc =
188329               {
188330                   /* flags */
188331                   META_FLAG_PROPERTY|META_FLAG_READ,
188332 mike  1.1.2.1     /* name */
188333                   "MailCc",
188334                   /* qualifiers */
188335                   _PG_ListenerDestinationEmail_MailCc_qualifiers,
188336                   /* type */
188337                   CIMTYPE_STRING,
188338                   /* subscript */
188339                   0,
188340                   /* value */
188341                   0,
188342               };
188343               
188344               static const char*
188345               _PG_ListenerDestinationEmail_MailSubject_qualifiers[] =
188346               {
188347                   /* Required */
188348                   "\050\001",
188349                   0,
188350               };
188351               
188352               static MetaProperty
188353 mike  1.1.2.1 _PG_ListenerDestinationEmail_MailSubject =
188354               {
188355                   /* flags */
188356                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188357                   /* name */
188358                   "MailSubject",
188359                   /* qualifiers */
188360                   _PG_ListenerDestinationEmail_MailSubject_qualifiers,
188361                   /* type */
188362                   CIMTYPE_STRING,
188363                   /* subscript */
188364                   -1,
188365                   /* value */
188366                   0,
188367               };
188368               
188369               static MetaFeature*
188370               _PG_ListenerDestinationEmail_features[] =
188371               {
188372                   (MetaFeature*)&_PG_ListenerDestinationEmail_MailTo,
188373                   (MetaFeature*)&_PG_ListenerDestinationEmail_MailCc,
188374 mike  1.1.2.1     (MetaFeature*)&_PG_ListenerDestinationEmail_MailSubject,
188375                   0,
188376               };
188377               
188378               static const char*
188379               __root_cimv2_PG_ListenerDestinationEmail_qualifiers[] =
188380               {
188381                   0,
188382               };
188383               
188384               MetaClass
188385               __root_cimv2_PG_ListenerDestinationEmail =
188386               {
188387                   /* flags */
188388                   META_FLAG_CLASS,
188389                   /* name */
188390                   "PG_ListenerDestinationEmail",
188391                   /* qualifiers */
188392                   __root_cimv2_PG_ListenerDestinationEmail_qualifiers,
188393                   /* super */
188394                   &__root_cimv2_CIM_ListenerDestination,
188395 mike  1.1.2.1     /* features */
188396                   _PG_ListenerDestinationEmail_features,
188397               };
188398               
188399               //==============================================================================
188400               //
188401               // Class: PG_OperatingSystem
188402               //
188403               //==============================================================================
188404               
188405               static const char*
188406               _PG_OperatingSystem_OperatingSystemCapability_qualifiers[] =
188407               {
188408                   0,
188409               };
188410               
188411               static MetaProperty
188412               _PG_OperatingSystem_OperatingSystemCapability =
188413               {
188414                   /* flags */
188415                   META_FLAG_PROPERTY|META_FLAG_READ,
188416 mike  1.1.2.1     /* name */
188417                   "OperatingSystemCapability",
188418                   /* qualifiers */
188419                   _PG_OperatingSystem_OperatingSystemCapability_qualifiers,
188420                   /* type */
188421                   CIMTYPE_STRING,
188422                   /* subscript */
188423                   -1,
188424                   /* value */
188425                   0,
188426               };
188427               
188428               static const char*
188429               _PG_OperatingSystem_SystemUpTime_qualifiers[] =
188430               {
188431                   0,
188432               };
188433               
188434               static MetaProperty
188435               _PG_OperatingSystem_SystemUpTime =
188436               {
188437 mike  1.1.2.1     /* flags */
188438                   META_FLAG_PROPERTY|META_FLAG_READ,
188439                   /* name */
188440                   "SystemUpTime",
188441                   /* qualifiers */
188442                   _PG_OperatingSystem_SystemUpTime_qualifiers,
188443                   /* type */
188444                   CIMTYPE_UINT64,
188445                   /* subscript */
188446                   -1,
188447                   /* value */
188448                   0,
188449               };
188450               
188451               static MetaFeature*
188452               _PG_OperatingSystem_features[] =
188453               {
188454                   (MetaFeature*)&_PG_OperatingSystem_OperatingSystemCapability,
188455                   (MetaFeature*)&_PG_OperatingSystem_SystemUpTime,
188456                   0,
188457               };
188458 mike  1.1.2.1 
188459               static const char*
188460               __root_cimv2_PG_OperatingSystem_qualifiers[] =
188461               {
188462                   /* Version */
188463                   "\0632.2.0",
188464                   0,
188465               };
188466               
188467               MetaClass
188468               __root_cimv2_PG_OperatingSystem =
188469               {
188470                   /* flags */
188471                   META_FLAG_CLASS,
188472                   /* name */
188473                   "PG_OperatingSystem",
188474                   /* qualifiers */
188475                   __root_cimv2_PG_OperatingSystem_qualifiers,
188476                   /* super */
188477                   &__root_cimv2_CIM_OperatingSystem,
188478                   /* features */
188479 mike  1.1.2.1     _PG_OperatingSystem_features,
188480               };
188481               
188482               //==============================================================================
188483               //
188484               // Class: PG_ComputerSystem
188485               //
188486               //==============================================================================
188487               
188488               static const char*
188489               _PG_ComputerSystem_PrimaryOwnerPager_qualifiers[] =
188490               {
188491                   /* MappingStrings */
188492                   "\026\000\001MIF.DMTF|General Information|001.9\000",
188493                   0,
188494               };
188495               
188496               static MetaProperty
188497               _PG_ComputerSystem_PrimaryOwnerPager =
188498               {
188499                   /* flags */
188500 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
188501                   /* name */
188502                   "PrimaryOwnerPager",
188503                   /* qualifiers */
188504                   _PG_ComputerSystem_PrimaryOwnerPager_qualifiers,
188505                   /* type */
188506                   CIMTYPE_STRING,
188507                   /* subscript */
188508                   -1,
188509                   /* value */
188510                   0,
188511               };
188512               
188513               static const char*
188514               _PG_ComputerSystem_SecondaryOwnerName_qualifiers[] =
188515               {
188516                   /* MappingStrings */
188517                   "\026\000\001MIF.DMTF|General Information|001.7\000",
188518                   0,
188519               };
188520               
188521 mike  1.1.2.1 static MetaProperty
188522               _PG_ComputerSystem_SecondaryOwnerName =
188523               {
188524                   /* flags */
188525                   META_FLAG_PROPERTY|META_FLAG_READ,
188526                   /* name */
188527                   "SecondaryOwnerName",
188528                   /* qualifiers */
188529                   _PG_ComputerSystem_SecondaryOwnerName_qualifiers,
188530                   /* type */
188531                   CIMTYPE_STRING,
188532                   /* subscript */
188533                   -1,
188534                   /* value */
188535                   0,
188536               };
188537               
188538               static const char*
188539               _PG_ComputerSystem_SecondaryOwnerContact_qualifiers[] =
188540               {
188541                   /* MappingStrings */
188542 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.8\000",
188543                   0,
188544               };
188545               
188546               static MetaProperty
188547               _PG_ComputerSystem_SecondaryOwnerContact =
188548               {
188549                   /* flags */
188550                   META_FLAG_PROPERTY|META_FLAG_READ,
188551                   /* name */
188552                   "SecondaryOwnerContact",
188553                   /* qualifiers */
188554                   _PG_ComputerSystem_SecondaryOwnerContact_qualifiers,
188555                   /* type */
188556                   CIMTYPE_STRING,
188557                   /* subscript */
188558                   -1,
188559                   /* value */
188560                   0,
188561               };
188562               
188563 mike  1.1.2.1 static const char*
188564               _PG_ComputerSystem_SecondaryOwnerPager_qualifiers[] =
188565               {
188566                   /* MappingStrings */
188567                   "\026\000\001MIF.DMTF|General Information|001.10\000",
188568                   0,
188569               };
188570               
188571               static MetaProperty
188572               _PG_ComputerSystem_SecondaryOwnerPager =
188573               {
188574                   /* flags */
188575                   META_FLAG_PROPERTY|META_FLAG_READ,
188576                   /* name */
188577                   "SecondaryOwnerPager",
188578                   /* qualifiers */
188579                   _PG_ComputerSystem_SecondaryOwnerPager_qualifiers,
188580                   /* type */
188581                   CIMTYPE_STRING,
188582                   /* subscript */
188583                   -1,
188584 mike  1.1.2.1     /* value */
188585                   0,
188586               };
188587               
188588               static const char*
188589               _PG_ComputerSystem_SerialNumber_qualifiers[] =
188590               {
188591                   /* MappingStrings */
188592                   "\026\000\001MIF.DMTF|General Information|001.13\000",
188593                   0,
188594               };
188595               
188596               static MetaProperty
188597               _PG_ComputerSystem_SerialNumber =
188598               {
188599                   /* flags */
188600                   META_FLAG_PROPERTY|META_FLAG_READ,
188601                   /* name */
188602                   "SerialNumber",
188603                   /* qualifiers */
188604                   _PG_ComputerSystem_SerialNumber_qualifiers,
188605 mike  1.1.2.1     /* type */
188606                   CIMTYPE_STRING,
188607                   /* subscript */
188608                   -1,
188609                   /* value */
188610                   0,
188611               };
188612               
188613               static const char*
188614               _PG_ComputerSystem_IdentificationNumber_qualifiers[] =
188615               {
188616                   /* MappingStrings */
188617                   "\026\000\001MIF.DMTF|General Information|001.13\000",
188618                   0,
188619               };
188620               
188621               static MetaProperty
188622               _PG_ComputerSystem_IdentificationNumber =
188623               {
188624                   /* flags */
188625                   META_FLAG_PROPERTY|META_FLAG_READ,
188626 mike  1.1.2.1     /* name */
188627                   "IdentificationNumber",
188628                   /* qualifiers */
188629                   _PG_ComputerSystem_IdentificationNumber_qualifiers,
188630                   /* type */
188631                   CIMTYPE_STRING,
188632                   /* subscript */
188633                   -1,
188634                   /* value */
188635                   0,
188636               };
188637               
188638               static MetaFeature*
188639               _PG_ComputerSystem_features[] =
188640               {
188641                   (MetaFeature*)&_PG_ComputerSystem_PrimaryOwnerPager,
188642                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerName,
188643                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerContact,
188644                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerPager,
188645                   (MetaFeature*)&_PG_ComputerSystem_SerialNumber,
188646                   (MetaFeature*)&_PG_ComputerSystem_IdentificationNumber,
188647 mike  1.1.2.1     0,
188648               };
188649               
188650               static const char*
188651               __root_cimv2_PG_ComputerSystem_qualifiers[] =
188652               {
188653                   /* Version */
188654                   "\0632.2.0",
188655                   0,
188656               };
188657               
188658               MetaClass
188659               __root_cimv2_PG_ComputerSystem =
188660               {
188661                   /* flags */
188662                   META_FLAG_CLASS,
188663                   /* name */
188664                   "PG_ComputerSystem",
188665                   /* qualifiers */
188666                   __root_cimv2_PG_ComputerSystem_qualifiers,
188667                   /* super */
188668 mike  1.1.2.1     &__root_cimv2_CIM_UnitaryComputerSystem,
188669                   /* features */
188670                   _PG_ComputerSystem_features,
188671               };
188672               
188673               //==============================================================================
188674               //
188675               // Class: PG_UnixProcess
188676               //
188677               //==============================================================================
188678               
188679               static const char*
188680               _PG_UnixProcess_ParentProcessID_qualifiers[] =
188681               {
188682                   /* Required */
188683                   "\050\001",
188684                   /* MappingStrings */
188685                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
188686                   0,
188687               };
188688               
188689 mike  1.1.2.1 static MetaProperty
188690               _PG_UnixProcess_ParentProcessID =
188691               {
188692                   /* flags */
188693                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188694                   /* name */
188695                   "ParentProcessID",
188696                   /* qualifiers */
188697                   _PG_UnixProcess_ParentProcessID_qualifiers,
188698                   /* type */
188699                   CIMTYPE_STRING,
188700                   /* subscript */
188701                   -1,
188702                   /* value */
188703                   0,
188704               };
188705               
188706               static const char*
188707               _PG_UnixProcess_RealUserID_qualifiers[] =
188708               {
188709                   /* Required */
188710 mike  1.1.2.1     "\050\001",
188711                   /* MappingStrings */
188712                   "\026\000\001MIF.DMTF|Process Information|001.4\000",
188713                   0,
188714               };
188715               
188716               static MetaProperty
188717               _PG_UnixProcess_RealUserID =
188718               {
188719                   /* flags */
188720                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188721                   /* name */
188722                   "RealUserID",
188723                   /* qualifiers */
188724                   _PG_UnixProcess_RealUserID_qualifiers,
188725                   /* type */
188726                   CIMTYPE_UINT64,
188727                   /* subscript */
188728                   -1,
188729                   /* value */
188730                   0,
188731 mike  1.1.2.1 };
188732               
188733               static const char*
188734               _PG_UnixProcess_ProcessGroupID_qualifiers[] =
188735               {
188736                   /* Required */
188737                   "\050\001",
188738                   /* MappingStrings */
188739                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
188740                   0,
188741               };
188742               
188743               static MetaProperty
188744               _PG_UnixProcess_ProcessGroupID =
188745               {
188746                   /* flags */
188747                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188748                   /* name */
188749                   "ProcessGroupID",
188750                   /* qualifiers */
188751                   _PG_UnixProcess_ProcessGroupID_qualifiers,
188752 mike  1.1.2.1     /* type */
188753                   CIMTYPE_UINT64,
188754                   /* subscript */
188755                   -1,
188756                   /* value */
188757                   0,
188758               };
188759               
188760               static const char*
188761               _PG_UnixProcess_ProcessSessionID_qualifiers[] =
188762               {
188763                   0,
188764               };
188765               
188766               static MetaProperty
188767               _PG_UnixProcess_ProcessSessionID =
188768               {
188769                   /* flags */
188770                   META_FLAG_PROPERTY|META_FLAG_READ,
188771                   /* name */
188772                   "ProcessSessionID",
188773 mike  1.1.2.1     /* qualifiers */
188774                   _PG_UnixProcess_ProcessSessionID_qualifiers,
188775                   /* type */
188776                   CIMTYPE_UINT64,
188777                   /* subscript */
188778                   -1,
188779                   /* value */
188780                   0,
188781               };
188782               
188783               static const char*
188784               _PG_UnixProcess_ProcessTTY_qualifiers[] =
188785               {
188786                   /* MappingStrings */
188787                   "\026\000\001MIF.DMTF|Process Information|001.5\000",
188788                   0,
188789               };
188790               
188791               static MetaProperty
188792               _PG_UnixProcess_ProcessTTY =
188793               {
188794 mike  1.1.2.1     /* flags */
188795                   META_FLAG_PROPERTY|META_FLAG_READ,
188796                   /* name */
188797                   "ProcessTTY",
188798                   /* qualifiers */
188799                   _PG_UnixProcess_ProcessTTY_qualifiers,
188800                   /* type */
188801                   CIMTYPE_STRING,
188802                   /* subscript */
188803                   -1,
188804                   /* value */
188805                   0,
188806               };
188807               
188808               static const char*
188809               _PG_UnixProcess_ModulePath_qualifiers[] =
188810               {
188811                   /* MappingStrings */
188812                   "\026\000\001MIF.DMTF|Process Information|001.7\000",
188813                   0,
188814               };
188815 mike  1.1.2.1 
188816               static MetaProperty
188817               _PG_UnixProcess_ModulePath =
188818               {
188819                   /* flags */
188820                   META_FLAG_PROPERTY|META_FLAG_READ,
188821                   /* name */
188822                   "ModulePath",
188823                   /* qualifiers */
188824                   _PG_UnixProcess_ModulePath_qualifiers,
188825                   /* type */
188826                   CIMTYPE_STRING,
188827                   /* subscript */
188828                   -1,
188829                   /* value */
188830                   0,
188831               };
188832               
188833               static const char*
188834               _PG_UnixProcess_Parameters_qualifiers[] =
188835               {
188836 mike  1.1.2.1     /* MappingStrings */
188837                   "\026\000\001MIF.DMTF|Process Information|001.8\000",
188838                   0,
188839               };
188840               
188841               static MetaProperty
188842               _PG_UnixProcess_Parameters =
188843               {
188844                   /* flags */
188845                   META_FLAG_PROPERTY|META_FLAG_READ,
188846                   /* name */
188847                   "Parameters",
188848                   /* qualifiers */
188849                   _PG_UnixProcess_Parameters_qualifiers,
188850                   /* type */
188851                   CIMTYPE_STRING,
188852                   /* subscript */
188853                   0,
188854                   /* value */
188855                   0,
188856               };
188857 mike  1.1.2.1 
188858               static const char*
188859               _PG_UnixProcess_ProcessNiceValue_qualifiers[] =
188860               {
188861                   /* MappingStrings */
188862                   "\026\000\001MIF.DMTF|Process Information|001.11\000",
188863                   0,
188864               };
188865               
188866               static MetaProperty
188867               _PG_UnixProcess_ProcessNiceValue =
188868               {
188869                   /* flags */
188870                   META_FLAG_PROPERTY|META_FLAG_READ,
188871                   /* name */
188872                   "ProcessNiceValue",
188873                   /* qualifiers */
188874                   _PG_UnixProcess_ProcessNiceValue_qualifiers,
188875                   /* type */
188876                   CIMTYPE_UINT32,
188877                   /* subscript */
188878 mike  1.1.2.1     -1,
188879                   /* value */
188880                   0,
188881               };
188882               
188883               static const char*
188884               _PG_UnixProcess_ProcessWaitingForEvent_qualifiers[] =
188885               {
188886                   /* ModelCorrespondence */
188887                   "\036\000\001CIM_Process.ExecutionState\000",
188888                   0,
188889               };
188890               
188891               static MetaProperty
188892               _PG_UnixProcess_ProcessWaitingForEvent =
188893               {
188894                   /* flags */
188895                   META_FLAG_PROPERTY|META_FLAG_READ,
188896                   /* name */
188897                   "ProcessWaitingForEvent",
188898                   /* qualifiers */
188899 mike  1.1.2.1     _PG_UnixProcess_ProcessWaitingForEvent_qualifiers,
188900                   /* type */
188901                   CIMTYPE_STRING,
188902                   /* subscript */
188903                   -1,
188904                   /* value */
188905                   0,
188906               };
188907               
188908               static MetaFeature*
188909               _PG_UnixProcess_features[] =
188910               {
188911                   (MetaFeature*)&_PG_UnixProcess_ParentProcessID,
188912                   (MetaFeature*)&_PG_UnixProcess_RealUserID,
188913                   (MetaFeature*)&_PG_UnixProcess_ProcessGroupID,
188914                   (MetaFeature*)&_PG_UnixProcess_ProcessSessionID,
188915                   (MetaFeature*)&_PG_UnixProcess_ProcessTTY,
188916                   (MetaFeature*)&_PG_UnixProcess_ModulePath,
188917                   (MetaFeature*)&_PG_UnixProcess_Parameters,
188918                   (MetaFeature*)&_PG_UnixProcess_ProcessNiceValue,
188919                   (MetaFeature*)&_PG_UnixProcess_ProcessWaitingForEvent,
188920 mike  1.1.2.1     0,
188921               };
188922               
188923               static const char*
188924               __root_cimv2_PG_UnixProcess_qualifiers[] =
188925               {
188926                   /* Version */
188927                   "\0632.2.0",
188928                   0,
188929               };
188930               
188931               MetaClass
188932               __root_cimv2_PG_UnixProcess =
188933               {
188934                   /* flags */
188935                   META_FLAG_CLASS,
188936                   /* name */
188937                   "PG_UnixProcess",
188938                   /* qualifiers */
188939                   __root_cimv2_PG_UnixProcess_qualifiers,
188940                   /* super */
188941 mike  1.1.2.1     &__root_cimv2_CIM_Process,
188942                   /* features */
188943                   _PG_UnixProcess_features,
188944               };
188945               
188946               //==============================================================================
188947               //
188948               // Class: PG_UnixProcessStatisticalInformation
188949               //
188950               //==============================================================================
188951               
188952               static const char*
188953               _PG_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers[] =
188954               {
188955                   /* Propagated */
188956                   "\045CIM_Process.CSCreationClassName",
188957                   /* Key */
188958                   "\025\001",
188959                   /* MaxLen */
188960                   "\030\000\000\001\000",
188961                   0,
188962 mike  1.1.2.1 };
188963               
188964               static MetaProperty
188965               _PG_UnixProcessStatisticalInformation_CSCreationClassName =
188966               {
188967                   /* flags */
188968                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
188969                   /* name */
188970                   "CSCreationClassName",
188971                   /* qualifiers */
188972                   _PG_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers,
188973                   /* type */
188974                   CIMTYPE_STRING,
188975                   /* subscript */
188976                   -1,
188977                   /* value */
188978                   0,
188979               };
188980               
188981               static const char*
188982               _PG_UnixProcessStatisticalInformation_CSName_qualifiers[] =
188983 mike  1.1.2.1 {
188984                   /* Propagated */
188985                   "\045CIM_Process.CSName",
188986                   /* Key */
188987                   "\025\001",
188988                   /* MaxLen */
188989                   "\030\000\000\001\000",
188990                   0,
188991               };
188992               
188993               static MetaProperty
188994               _PG_UnixProcessStatisticalInformation_CSName =
188995               {
188996                   /* flags */
188997                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
188998                   /* name */
188999                   "CSName",
189000                   /* qualifiers */
189001                   _PG_UnixProcessStatisticalInformation_CSName_qualifiers,
189002                   /* type */
189003                   CIMTYPE_STRING,
189004 mike  1.1.2.1     /* subscript */
189005                   -1,
189006                   /* value */
189007                   0,
189008               };
189009               
189010               static const char*
189011               _PG_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers[] =
189012               {
189013                   /* Propagated */
189014                   "\045CIM_Process.CreationClassName",
189015                   /* Key */
189016                   "\025\001",
189017                   /* MaxLen */
189018                   "\030\000\000\001\000",
189019                   0,
189020               };
189021               
189022               static MetaProperty
189023               _PG_UnixProcessStatisticalInformation_OSCreationClassName =
189024               {
189025 mike  1.1.2.1     /* flags */
189026                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189027                   /* name */
189028                   "OSCreationClassName",
189029                   /* qualifiers */
189030                   _PG_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers,
189031                   /* type */
189032                   CIMTYPE_STRING,
189033                   /* subscript */
189034                   -1,
189035                   /* value */
189036                   0,
189037               };
189038               
189039               static const char*
189040               _PG_UnixProcessStatisticalInformation_OSName_qualifiers[] =
189041               {
189042                   /* Propagated */
189043                   "\045CIM_Process.Name",
189044                   /* Key */
189045                   "\025\001",
189046 mike  1.1.2.1     /* MaxLen */
189047                   "\030\000\000\001\000",
189048                   0,
189049               };
189050               
189051               static MetaProperty
189052               _PG_UnixProcessStatisticalInformation_OSName =
189053               {
189054                   /* flags */
189055                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189056                   /* name */
189057                   "OSName",
189058                   /* qualifiers */
189059                   _PG_UnixProcessStatisticalInformation_OSName_qualifiers,
189060                   /* type */
189061                   CIMTYPE_STRING,
189062                   /* subscript */
189063                   -1,
189064                   /* value */
189065                   0,
189066               };
189067 mike  1.1.2.1 
189068               static const char*
189069               _PG_UnixProcessStatisticalInformation_Handle_qualifiers[] =
189070               {
189071                   /* Propagated */
189072                   "\045CIM_Process.Handle",
189073                   /* Key */
189074                   "\025\001",
189075                   /* MaxLen */
189076                   "\030\000\000\001\000",
189077                   0,
189078               };
189079               
189080               static MetaProperty
189081               _PG_UnixProcessStatisticalInformation_Handle =
189082               {
189083                   /* flags */
189084                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189085                   /* name */
189086                   "Handle",
189087                   /* qualifiers */
189088 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_Handle_qualifiers,
189089                   /* type */
189090                   CIMTYPE_STRING,
189091                   /* subscript */
189092                   -1,
189093                   /* value */
189094                   0,
189095               };
189096               
189097               static const char*
189098               _PG_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers[] =
189099               {
189100                   /* Propagated */
189101                   "\045CIM_Process.CreationClassName",
189102                   /* Key */
189103                   "\025\001",
189104                   /* MaxLen */
189105                   "\030\000\000\001\000",
189106                   0,
189107               };
189108               
189109 mike  1.1.2.1 static MetaProperty
189110               _PG_UnixProcessStatisticalInformation_ProcessCreationClassName =
189111               {
189112                   /* flags */
189113                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189114                   /* name */
189115                   "ProcessCreationClassName",
189116                   /* qualifiers */
189117                   _PG_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers,
189118                   /* type */
189119                   CIMTYPE_STRING,
189120                   /* subscript */
189121                   -1,
189122                   /* value */
189123                   0,
189124               };
189125               
189126               static const char*
189127               _PG_UnixProcessStatisticalInformation_Name_qualifiers[] =
189128               {
189129                   /* Key */
189130 mike  1.1.2.1     "\025\001",
189131                   /* MaxLen */
189132                   "\030\000\000\001\000",
189133                   /* Override */
189134                   "\044Name",
189135                   /* MappingStrings */
189136                   "\026\000\001MIF.DMTF|Process Information|001.1\000",
189137                   0,
189138               };
189139               
189140               static MetaProperty
189141               _PG_UnixProcessStatisticalInformation_Name =
189142               {
189143                   /* flags */
189144                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189145                   /* name */
189146                   "Name",
189147                   /* qualifiers */
189148                   _PG_UnixProcessStatisticalInformation_Name_qualifiers,
189149                   /* type */
189150                   CIMTYPE_STRING,
189151 mike  1.1.2.1     /* subscript */
189152                   -1,
189153                   /* value */
189154                   0,
189155               };
189156               
189157               static const char*
189158               _PG_UnixProcessStatisticalInformation_CPUTime_qualifiers[] =
189159               {
189160                   /* MappingStrings */
189161                   "\026\000\001MIF.DMTF|Process Information|001.12\000",
189162                   /* Units */
189163                   "\060Percent",
189164                   0,
189165               };
189166               
189167               static MetaProperty
189168               _PG_UnixProcessStatisticalInformation_CPUTime =
189169               {
189170                   /* flags */
189171                   META_FLAG_PROPERTY|META_FLAG_READ,
189172 mike  1.1.2.1     /* name */
189173                   "CPUTime",
189174                   /* qualifiers */
189175                   _PG_UnixProcessStatisticalInformation_CPUTime_qualifiers,
189176                   /* type */
189177                   CIMTYPE_UINT32,
189178                   /* subscript */
189179                   -1,
189180                   /* value */
189181                   0,
189182               };
189183               
189184               static const char*
189185               _PG_UnixProcessStatisticalInformation_RealText_qualifiers[] =
189186               {
189187                   /* MappingStrings */
189188                   "\026\000\001MIF.DMTF|Process Information|001.15\000",
189189                   /* Units */
189190                   "\060KiloBytes",
189191                   0,
189192               };
189193 mike  1.1.2.1 
189194               static MetaProperty
189195               _PG_UnixProcessStatisticalInformation_RealText =
189196               {
189197                   /* flags */
189198                   META_FLAG_PROPERTY|META_FLAG_READ,
189199                   /* name */
189200                   "RealText",
189201                   /* qualifiers */
189202                   _PG_UnixProcessStatisticalInformation_RealText_qualifiers,
189203                   /* type */
189204                   CIMTYPE_UINT64,
189205                   /* subscript */
189206                   -1,
189207                   /* value */
189208                   0,
189209               };
189210               
189211               static const char*
189212               _PG_UnixProcessStatisticalInformation_RealData_qualifiers[] =
189213               {
189214 mike  1.1.2.1     /* MappingStrings */
189215                   "\026\000\001MIF.DMTF|Process Information|001.16\000",
189216                   /* Units */
189217                   "\060KiloBytes",
189218                   0,
189219               };
189220               
189221               static MetaProperty
189222               _PG_UnixProcessStatisticalInformation_RealData =
189223               {
189224                   /* flags */
189225                   META_FLAG_PROPERTY|META_FLAG_READ,
189226                   /* name */
189227                   "RealData",
189228                   /* qualifiers */
189229                   _PG_UnixProcessStatisticalInformation_RealData_qualifiers,
189230                   /* type */
189231                   CIMTYPE_UINT64,
189232                   /* subscript */
189233                   -1,
189234                   /* value */
189235 mike  1.1.2.1     0,
189236               };
189237               
189238               static const char*
189239               _PG_UnixProcessStatisticalInformation_RealStack_qualifiers[] =
189240               {
189241                   /* MappingStrings */
189242                   "\026\000\001MIF.DMTF|Process Information|001.17\000",
189243                   /* Units */
189244                   "\060KiloBytes",
189245                   0,
189246               };
189247               
189248               static MetaProperty
189249               _PG_UnixProcessStatisticalInformation_RealStack =
189250               {
189251                   /* flags */
189252                   META_FLAG_PROPERTY|META_FLAG_READ,
189253                   /* name */
189254                   "RealStack",
189255                   /* qualifiers */
189256 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_RealStack_qualifiers,
189257                   /* type */
189258                   CIMTYPE_UINT64,
189259                   /* subscript */
189260                   -1,
189261                   /* value */
189262                   0,
189263               };
189264               
189265               static const char*
189266               _PG_UnixProcessStatisticalInformation_VirtualText_qualifiers[] =
189267               {
189268                   /* MappingStrings */
189269                   "\026\000\001MIF.DMTF|Process Information|001.18\000",
189270                   /* Units */
189271                   "\060KiloBytes",
189272                   0,
189273               };
189274               
189275               static MetaProperty
189276               _PG_UnixProcessStatisticalInformation_VirtualText =
189277 mike  1.1.2.1 {
189278                   /* flags */
189279                   META_FLAG_PROPERTY|META_FLAG_READ,
189280                   /* name */
189281                   "VirtualText",
189282                   /* qualifiers */
189283                   _PG_UnixProcessStatisticalInformation_VirtualText_qualifiers,
189284                   /* type */
189285                   CIMTYPE_UINT64,
189286                   /* subscript */
189287                   -1,
189288                   /* value */
189289                   0,
189290               };
189291               
189292               static const char*
189293               _PG_UnixProcessStatisticalInformation_VirtualData_qualifiers[] =
189294               {
189295                   /* MappingStrings */
189296                   "\026\000\001MIF.DMTF|Process Information|001.19\000",
189297                   /* Units */
189298 mike  1.1.2.1     "\060KiloBytes",
189299                   0,
189300               };
189301               
189302               static MetaProperty
189303               _PG_UnixProcessStatisticalInformation_VirtualData =
189304               {
189305                   /* flags */
189306                   META_FLAG_PROPERTY|META_FLAG_READ,
189307                   /* name */
189308                   "VirtualData",
189309                   /* qualifiers */
189310                   _PG_UnixProcessStatisticalInformation_VirtualData_qualifiers,
189311                   /* type */
189312                   CIMTYPE_UINT64,
189313                   /* subscript */
189314                   -1,
189315                   /* value */
189316                   0,
189317               };
189318               
189319 mike  1.1.2.1 static const char*
189320               _PG_UnixProcessStatisticalInformation_VirtualStack_qualifiers[] =
189321               {
189322                   /* MappingStrings */
189323                   "\026\000\001MIF.DMTF|Process Information|001.20\000",
189324                   /* Units */
189325                   "\060KiloBytes",
189326                   0,
189327               };
189328               
189329               static MetaProperty
189330               _PG_UnixProcessStatisticalInformation_VirtualStack =
189331               {
189332                   /* flags */
189333                   META_FLAG_PROPERTY|META_FLAG_READ,
189334                   /* name */
189335                   "VirtualStack",
189336                   /* qualifiers */
189337                   _PG_UnixProcessStatisticalInformation_VirtualStack_qualifiers,
189338                   /* type */
189339                   CIMTYPE_UINT64,
189340 mike  1.1.2.1     /* subscript */
189341                   -1,
189342                   /* value */
189343                   0,
189344               };
189345               
189346               static const char*
189347               _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers[] =
189348               {
189349                   /* MappingStrings */
189350                   "\026\000\001MIF.DMTF|Process Information|001.22\000",
189351                   /* Units */
189352                   "\060KiloBytes",
189353                   0,
189354               };
189355               
189356               static MetaProperty
189357               _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize =
189358               {
189359                   /* flags */
189360                   META_FLAG_PROPERTY|META_FLAG_READ,
189361 mike  1.1.2.1     /* name */
189362                   "VirtualMemoryMappedFileSize",
189363                   /* qualifiers */
189364                   _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers,
189365                   /* type */
189366                   CIMTYPE_UINT64,
189367                   /* subscript */
189368                   -1,
189369                   /* value */
189370                   0,
189371               };
189372               
189373               static const char*
189374               _PG_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers[] =
189375               {
189376                   /* MappingStrings */
189377                   "\026\000\001MIF.DMTF|Process Information|001.21\000",
189378                   /* Units */
189379                   "\060KiloBytes",
189380                   0,
189381               };
189382 mike  1.1.2.1 
189383               static MetaProperty
189384               _PG_UnixProcessStatisticalInformation_VirtualSharedMemory =
189385               {
189386                   /* flags */
189387                   META_FLAG_PROPERTY|META_FLAG_READ,
189388                   /* name */
189389                   "VirtualSharedMemory",
189390                   /* qualifiers */
189391                   _PG_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers,
189392                   /* type */
189393                   CIMTYPE_UINT64,
189394                   /* subscript */
189395                   -1,
189396                   /* value */
189397                   0,
189398               };
189399               
189400               static const char*
189401               _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers[] =
189402               {
189403 mike  1.1.2.1     /* Units */
189404                   "\060Clock Ticks",
189405                   /* Counter */
189406                   "\012\001",
189407                   0,
189408               };
189409               
189410               static MetaProperty
189411               _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren =
189412               {
189413                   /* flags */
189414                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
189415                   /* name */
189416                   "CpuTimeDeadChildren",
189417                   /* qualifiers */
189418                   _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers,
189419                   /* type */
189420                   CIMTYPE_UINT64,
189421                   /* subscript */
189422                   -1,
189423                   /* value */
189424 mike  1.1.2.1     0,
189425               };
189426               
189427               static const char*
189428               _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers[] =
189429               {
189430                   /* Units */
189431                   "\060Clock Ticks",
189432                   /* Counter */
189433                   "\012\001",
189434                   0,
189435               };
189436               
189437               static MetaProperty
189438               _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren =
189439               {
189440                   /* flags */
189441                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
189442                   /* name */
189443                   "SystemTimeDeadChildren",
189444                   /* qualifiers */
189445 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers,
189446                   /* type */
189447                   CIMTYPE_UINT64,
189448                   /* subscript */
189449                   -1,
189450                   /* value */
189451                   0,
189452               };
189453               
189454               static const char*
189455               _PG_UnixProcessStatisticalInformation_RealSpace_qualifiers[] =
189456               {
189457                   /* Units */
189458                   "\060Kilobytes",
189459                   0,
189460               };
189461               
189462               static MetaProperty
189463               _PG_UnixProcessStatisticalInformation_RealSpace =
189464               {
189465                   /* flags */
189466 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
189467                   /* name */
189468                   "RealSpace",
189469                   /* qualifiers */
189470                   _PG_UnixProcessStatisticalInformation_RealSpace_qualifiers,
189471                   /* type */
189472                   CIMTYPE_UINT64,
189473                   /* subscript */
189474                   -1,
189475                   /* value */
189476                   0,
189477               };
189478               
189479               static MetaFeature*
189480               _PG_UnixProcessStatisticalInformation_features[] =
189481               {
189482                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CSCreationClassName,
189483                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CSName,
189484                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_OSCreationClassName,
189485                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_OSName,
189486                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_Handle,
189487 mike  1.1.2.1     (MetaFeature*)&_PG_UnixProcessStatisticalInformation_ProcessCreationClassName,
189488                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_Name,
189489                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CPUTime,
189490                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealText,
189491                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealData,
189492                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealStack,
189493                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualText,
189494                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualData,
189495                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualStack,
189496                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize,
189497                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualSharedMemory,
189498                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren,
189499                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren,
189500                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealSpace,
189501                   0,
189502               };
189503               
189504               static const char*
189505               __root_cimv2_PG_UnixProcessStatisticalInformation_qualifiers[] =
189506               {
189507                   /* Version */
189508 mike  1.1.2.1     "\0632.2.0",
189509                   0,
189510               };
189511               
189512               MetaClass
189513               __root_cimv2_PG_UnixProcessStatisticalInformation =
189514               {
189515                   /* flags */
189516                   META_FLAG_CLASS,
189517                   /* name */
189518                   "PG_UnixProcessStatisticalInformation",
189519                   /* qualifiers */
189520                   __root_cimv2_PG_UnixProcessStatisticalInformation_qualifiers,
189521                   /* super */
189522                   &__root_cimv2_CIM_StatisticalInformation,
189523                   /* features */
189524                   _PG_UnixProcessStatisticalInformation_features,
189525               };
189526               
189527               //==============================================================================
189528               //
189529 mike  1.1.2.1 // Class: PG_UnixProcessStatistics
189530               //
189531               //==============================================================================
189532               
189533               static const char*
189534               _PG_UnixProcessStatistics_Element_qualifiers[] =
189535               {
189536                   /* Key */
189537                   "\025\001",
189538                   /* Override */
189539                   "\044Element",
189540                   /* Min */
189541                   "\033\000\000\000\001",
189542                   /* Max */
189543                   "\027\000\000\000\001",
189544                   0,
189545               };
189546               
189547               static MetaReference
189548               _PG_UnixProcessStatistics_Element =
189549               {
189550 mike  1.1.2.1     /* flags */
189551                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
189552                   /* name */
189553                   "Element",
189554                   /* qualifiers */
189555                   _PG_UnixProcessStatistics_Element_qualifiers,
189556                   /* subscript */
189557                   -1,
189558                   /* refId */
189559                   &__root_cimv2_PG_UnixProcess,
189560               };
189561               
189562               static const char*
189563               _PG_UnixProcessStatistics_Stats_qualifiers[] =
189564               {
189565                   /* Key */
189566                   "\025\001",
189567                   /* Override */
189568                   "\044Stats",
189569                   /* Weak */
189570                   "\064\001",
189571 mike  1.1.2.1     0,
189572               };
189573               
189574               static MetaReference
189575               _PG_UnixProcessStatistics_Stats =
189576               {
189577                   /* flags */
189578                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
189579                   /* name */
189580                   "Stats",
189581                   /* qualifiers */
189582                   _PG_UnixProcessStatistics_Stats_qualifiers,
189583                   /* subscript */
189584                   -1,
189585                   /* refId */
189586                   &__root_cimv2_PG_UnixProcessStatisticalInformation,
189587               };
189588               
189589               static MetaFeature*
189590               _PG_UnixProcessStatistics_features[] =
189591               {
189592 mike  1.1.2.1     (MetaFeature*)&_PG_UnixProcessStatistics_Element,
189593                   (MetaFeature*)&_PG_UnixProcessStatistics_Stats,
189594                   0,
189595               };
189596               
189597               static const char*
189598               __root_cimv2_PG_UnixProcessStatistics_qualifiers[] =
189599               {
189600                   /* ASSOCIATION */
189601                   "\000\001",
189602                   /* Version */
189603                   "\0632.2.0",
189604                   0,
189605               };
189606               
189607               MetaClass
189608               __root_cimv2_PG_UnixProcessStatistics =
189609               {
189610                   /* flags */
189611                   META_FLAG_ASSOCIATION,
189612                   /* name */
189613 mike  1.1.2.1     "PG_UnixProcessStatistics",
189614                   /* qualifiers */
189615                   __root_cimv2_PG_UnixProcessStatistics_qualifiers,
189616                   /* super */
189617                   &__root_cimv2_CIM_Statistics,
189618                   /* features */
189619                   _PG_UnixProcessStatistics_features,
189620               };
189621               
189622               //==============================================================================
189623               //
189624               // Class: PG_UnixThread
189625               //
189626               //==============================================================================
189627               
189628               static const char*
189629               _PG_UnixThread_SchedPolicy_qualifiers[] =
189630               {
189631                   /* ValueMap */
189632                   "\061\000\0040\0001\0002\0003\000",
189633                   /* Values */
189634 mike  1.1.2.1     "\062\000\004Unknown\000Other\000SCHED_FIFO\000SCHED_RR\000",
189635                   /* ModelCorrespondence */
189636                   "\036\000\001CIM_UnixThread.OtherSchedPolicy\000",
189637                   0,
189638               };
189639               
189640               static MetaProperty
189641               _PG_UnixThread_SchedPolicy =
189642               {
189643                   /* flags */
189644                   META_FLAG_PROPERTY|META_FLAG_READ,
189645                   /* name */
189646                   "SchedPolicy",
189647                   /* qualifiers */
189648                   _PG_UnixThread_SchedPolicy_qualifiers,
189649                   /* type */
189650                   CIMTYPE_UINT16,
189651                   /* subscript */
189652                   -1,
189653                   /* value */
189654                   0,
189655 mike  1.1.2.1 };
189656               
189657               static const char*
189658               _PG_UnixThread_OtherSchedPolicy_qualifiers[] =
189659               {
189660                   /* ModelCorrespondence */
189661                   "\036\000\001CIM_UnixThread.SchedPolicy\000",
189662                   0,
189663               };
189664               
189665               static MetaProperty
189666               _PG_UnixThread_OtherSchedPolicy =
189667               {
189668                   /* flags */
189669                   META_FLAG_PROPERTY|META_FLAG_READ,
189670                   /* name */
189671                   "OtherSchedPolicy",
189672                   /* qualifiers */
189673                   _PG_UnixThread_OtherSchedPolicy_qualifiers,
189674                   /* type */
189675                   CIMTYPE_STRING,
189676 mike  1.1.2.1     /* subscript */
189677                   -1,
189678                   /* value */
189679                   0,
189680               };
189681               
189682               static const char*
189683               _PG_UnixThread_GuardSize_qualifiers[] =
189684               {
189685                   0,
189686               };
189687               
189688               static MetaProperty
189689               _PG_UnixThread_GuardSize =
189690               {
189691                   /* flags */
189692                   META_FLAG_PROPERTY|META_FLAG_READ,
189693                   /* name */
189694                   "GuardSize",
189695                   /* qualifiers */
189696                   _PG_UnixThread_GuardSize_qualifiers,
189697 mike  1.1.2.1     /* type */
189698                   CIMTYPE_STRING,
189699                   /* subscript */
189700                   -1,
189701                   /* value */
189702                   0,
189703               };
189704               
189705               static const char*
189706               _PG_UnixThread_DetachState_qualifiers[] =
189707               {
189708                   /* ValueMap */
189709                   "\061\000\0030\0002\0003\000",
189710                   /* Values */
189711                   "\062\000\003Unknown\000PTHREAD_CREATE_DETACHED\000PTHREAD_CREATE_JOINABLE\000",
189712                   0,
189713               };
189714               
189715               static MetaProperty
189716               _PG_UnixThread_DetachState =
189717               {
189718 mike  1.1.2.1     /* flags */
189719                   META_FLAG_PROPERTY|META_FLAG_READ,
189720                   /* name */
189721                   "DetachState",
189722                   /* qualifiers */
189723                   _PG_UnixThread_DetachState_qualifiers,
189724                   /* type */
189725                   CIMTYPE_UINT16,
189726                   /* subscript */
189727                   -1,
189728                   /* value */
189729                   0,
189730               };
189731               
189732               static const char*
189733               _PG_UnixThread_InheritSched_qualifiers[] =
189734               {
189735                   /* ValueMap */
189736                   "\061\000\0030\0002\0003\000",
189737                   /* Values */
189738                   "\062\000\003Unknown\000PTHREAD_INHERIT_SCHED\000PTHREAD_EXPLICIT_SCHED\000",
189739 mike  1.1.2.1     0,
189740               };
189741               
189742               static MetaProperty
189743               _PG_UnixThread_InheritSched =
189744               {
189745                   /* flags */
189746                   META_FLAG_PROPERTY|META_FLAG_READ,
189747                   /* name */
189748                   "InheritSched",
189749                   /* qualifiers */
189750                   _PG_UnixThread_InheritSched_qualifiers,
189751                   /* type */
189752                   CIMTYPE_UINT16,
189753                   /* subscript */
189754                   -1,
189755                   /* value */
189756                   0,
189757               };
189758               
189759               static const char*
189760 mike  1.1.2.1 _PG_UnixThread_ContentionScope_qualifiers[] =
189761               {
189762                   /* ValueMap */
189763                   "\061\000\0030\0002\0003\000",
189764                   /* Values */
189765                   "\062\000\003Unknown\000PTHREAD_SCOPE_SYSTEM\000PTHREAD_SCOPE_PROCESS\000",
189766                   0,
189767               };
189768               
189769               static MetaProperty
189770               _PG_UnixThread_ContentionScope =
189771               {
189772                   /* flags */
189773                   META_FLAG_PROPERTY|META_FLAG_READ,
189774                   /* name */
189775                   "ContentionScope",
189776                   /* qualifiers */
189777                   _PG_UnixThread_ContentionScope_qualifiers,
189778                   /* type */
189779                   CIMTYPE_UINT16,
189780                   /* subscript */
189781 mike  1.1.2.1     -1,
189782                   /* value */
189783                   0,
189784               };
189785               
189786               static const char*
189787               _PG_UnixThread_StackSize_qualifiers[] =
189788               {
189789                   0,
189790               };
189791               
189792               static MetaProperty
189793               _PG_UnixThread_StackSize =
189794               {
189795                   /* flags */
189796                   META_FLAG_PROPERTY|META_FLAG_READ,
189797                   /* name */
189798                   "StackSize",
189799                   /* qualifiers */
189800                   _PG_UnixThread_StackSize_qualifiers,
189801                   /* type */
189802 mike  1.1.2.1     CIMTYPE_STRING,
189803                   /* subscript */
189804                   -1,
189805                   /* value */
189806                   0,
189807               };
189808               
189809               static const char*
189810               _PG_UnixThread_ConcurrencyLevel_qualifiers[] =
189811               {
189812                   0,
189813               };
189814               
189815               static MetaProperty
189816               _PG_UnixThread_ConcurrencyLevel =
189817               {
189818                   /* flags */
189819                   META_FLAG_PROPERTY|META_FLAG_READ,
189820                   /* name */
189821                   "ConcurrencyLevel",
189822                   /* qualifiers */
189823 mike  1.1.2.1     _PG_UnixThread_ConcurrencyLevel_qualifiers,
189824                   /* type */
189825                   CIMTYPE_UINT64,
189826                   /* subscript */
189827                   -1,
189828                   /* value */
189829                   0,
189830               };
189831               
189832               static const char*
189833               _PG_UnixThread_CancelState_qualifiers[] =
189834               {
189835                   /* ValueMap */
189836                   "\061\000\0030\0002\0003\000",
189837                   /* Values */
189838                   "\062\000\003Unknown\000PTHREAD_CANCEL_ENABLE\000PTHREAD_CANCEL_DISABLE\000",
189839                   0,
189840               };
189841               
189842               static MetaProperty
189843               _PG_UnixThread_CancelState =
189844 mike  1.1.2.1 {
189845                   /* flags */
189846                   META_FLAG_PROPERTY|META_FLAG_READ,
189847                   /* name */
189848                   "CancelState",
189849                   /* qualifiers */
189850                   _PG_UnixThread_CancelState_qualifiers,
189851                   /* type */
189852                   CIMTYPE_UINT16,
189853                   /* subscript */
189854                   -1,
189855                   /* value */
189856                   0,
189857               };
189858               
189859               static const char*
189860               _PG_UnixThread_CancelType_qualifiers[] =
189861               {
189862                   /* ValueMap */
189863                   "\061\000\0030\0002\0003\000",
189864                   /* Values */
189865 mike  1.1.2.1     "\062\000\003Unknown\000PTHREAD_CANCEL_DEFERRED\000PTHREAD_CANCEL_ASYNCHRONOUS\000",
189866                   0,
189867               };
189868               
189869               static MetaProperty
189870               _PG_UnixThread_CancelType =
189871               {
189872                   /* flags */
189873                   META_FLAG_PROPERTY|META_FLAG_READ,
189874                   /* name */
189875                   "CancelType",
189876                   /* qualifiers */
189877                   _PG_UnixThread_CancelType_qualifiers,
189878                   /* type */
189879                   CIMTYPE_UINT16,
189880                   /* subscript */
189881                   -1,
189882                   /* value */
189883                   0,
189884               };
189885               
189886 mike  1.1.2.1 static MetaFeature*
189887               _PG_UnixThread_features[] =
189888               {
189889                   (MetaFeature*)&_PG_UnixThread_SchedPolicy,
189890                   (MetaFeature*)&_PG_UnixThread_OtherSchedPolicy,
189891                   (MetaFeature*)&_PG_UnixThread_GuardSize,
189892                   (MetaFeature*)&_PG_UnixThread_DetachState,
189893                   (MetaFeature*)&_PG_UnixThread_InheritSched,
189894                   (MetaFeature*)&_PG_UnixThread_ContentionScope,
189895                   (MetaFeature*)&_PG_UnixThread_StackSize,
189896                   (MetaFeature*)&_PG_UnixThread_ConcurrencyLevel,
189897                   (MetaFeature*)&_PG_UnixThread_CancelState,
189898                   (MetaFeature*)&_PG_UnixThread_CancelType,
189899                   0,
189900               };
189901               
189902               static const char*
189903               __root_cimv2_PG_UnixThread_qualifiers[] =
189904               {
189905                   /* Version */
189906                   "\0632.2.0",
189907 mike  1.1.2.1     0,
189908               };
189909               
189910               MetaClass
189911               __root_cimv2_PG_UnixThread =
189912               {
189913                   /* flags */
189914                   META_FLAG_CLASS,
189915                   /* name */
189916                   "PG_UnixThread",
189917                   /* qualifiers */
189918                   __root_cimv2_PG_UnixThread_qualifiers,
189919                   /* super */
189920                   &__root_cimv2_CIM_Thread,
189921                   /* features */
189922                   _PG_UnixThread_features,
189923               };
189924               
189925               //==============================================================================
189926               //
189927               // Class: PG_Processor
189928 mike  1.1.2.1 //
189929               //==============================================================================
189930               
189931               static const char*
189932               _PG_Processor_BiosID_qualifiers[] =
189933               {
189934                   0,
189935               };
189936               
189937               static MetaProperty
189938               _PG_Processor_BiosID =
189939               {
189940                   /* flags */
189941                   META_FLAG_PROPERTY|META_FLAG_READ,
189942                   /* name */
189943                   "BiosID",
189944                   /* qualifiers */
189945                   _PG_Processor_BiosID_qualifiers,
189946                   /* type */
189947                   CIMTYPE_STRING,
189948                   /* subscript */
189949 mike  1.1.2.1     -1,
189950                   /* value */
189951                   0,
189952               };
189953               
189954               static const char*
189955               _PG_Processor_FirmwareID_qualifiers[] =
189956               {
189957                   0,
189958               };
189959               
189960               static MetaProperty
189961               _PG_Processor_FirmwareID =
189962               {
189963                   /* flags */
189964                   META_FLAG_PROPERTY|META_FLAG_READ,
189965                   /* name */
189966                   "FirmwareID",
189967                   /* qualifiers */
189968                   _PG_Processor_FirmwareID_qualifiers,
189969                   /* type */
189970 mike  1.1.2.1     CIMTYPE_STRING,
189971                   /* subscript */
189972                   -1,
189973                   /* value */
189974                   0,
189975               };
189976               
189977               static MetaFeature*
189978               _PG_Processor_features[] =
189979               {
189980                   (MetaFeature*)&_PG_Processor_BiosID,
189981                   (MetaFeature*)&_PG_Processor_FirmwareID,
189982                   0,
189983               };
189984               
189985               static const char*
189986               __root_cimv2_PG_Processor_qualifiers[] =
189987               {
189988                   /* Version */
189989                   "\0632.2.0",
189990                   0,
189991 mike  1.1.2.1 };
189992               
189993               MetaClass
189994               __root_cimv2_PG_Processor =
189995               {
189996                   /* flags */
189997                   META_FLAG_CLASS,
189998                   /* name */
189999                   "PG_Processor",
190000                   /* qualifiers */
190001                   __root_cimv2_PG_Processor_qualifiers,
190002                   /* super */
190003                   &__root_cimv2_CIM_Processor,
190004                   /* features */
190005                   _PG_Processor_features,
190006               };
190007               
190008               //==============================================================================
190009               //
190010               // Class: PG_BindsIPToLANEndpoint
190011               //
190012 mike  1.1.2.1 //==============================================================================
190013               
190014               static const char*
190015               _PG_BindsIPToLANEndpoint_Dependent_qualifiers[] =
190016               {
190017                   /* Override */
190018                   "\044Dependent",
190019                   0,
190020               };
190021               
190022               static MetaReference
190023               _PG_BindsIPToLANEndpoint_Dependent =
190024               {
190025                   /* flags */
190026                   META_FLAG_REFERENCE|META_FLAG_READ,
190027                   /* name */
190028                   "Dependent",
190029                   /* qualifiers */
190030                   _PG_BindsIPToLANEndpoint_Dependent_qualifiers,
190031                   /* subscript */
190032                   -1,
190033 mike  1.1.2.1     /* refId */
190034                   &__root_cimv2_CIM_IPProtocolEndpoint,
190035               };
190036               
190037               static MetaFeature*
190038               _PG_BindsIPToLANEndpoint_features[] =
190039               {
190040                   (MetaFeature*)&_PG_BindsIPToLANEndpoint_Dependent,
190041                   0,
190042               };
190043               
190044               static const char*
190045               __root_cimv2_PG_BindsIPToLANEndpoint_qualifiers[] =
190046               {
190047                   /* ASSOCIATION */
190048                   "\000\001",
190049                   /* Version */
190050                   "\0630.6.0",
190051                   0,
190052               };
190053               
190054 mike  1.1.2.1 MetaClass
190055               __root_cimv2_PG_BindsIPToLANEndpoint =
190056               {
190057                   /* flags */
190058                   META_FLAG_ASSOCIATION,
190059                   /* name */
190060                   "PG_BindsIPToLANEndpoint",
190061                   /* qualifiers */
190062                   __root_cimv2_PG_BindsIPToLANEndpoint_qualifiers,
190063                   /* super */
190064                   &__root_cimv2_CIM_BindsToLANEndpoint,
190065                   /* features */
190066                   _PG_BindsIPToLANEndpoint_features,
190067               };
190068               
190069               //==============================================================================
190070               //
190071               // Class: PG_IPRoute
190072               //
190073               //==============================================================================
190074               
190075 mike  1.1.2.1 static MetaFeature*
190076               _PG_IPRoute_features[] =
190077               {
190078                   0,
190079               };
190080               
190081               static const char*
190082               __root_cimv2_PG_IPRoute_qualifiers[] =
190083               {
190084                   /* Version */
190085                   "\0630.6.0",
190086                   0,
190087               };
190088               
190089               MetaClass
190090               __root_cimv2_PG_IPRoute =
190091               {
190092                   /* flags */
190093                   META_FLAG_CLASS,
190094                   /* name */
190095                   "PG_IPRoute",
190096 mike  1.1.2.1     /* qualifiers */
190097                   __root_cimv2_PG_IPRoute_qualifiers,
190098                   /* super */
190099                   &__root_cimv2_CIM_IPRoute,
190100                   /* features */
190101                   _PG_IPRoute_features,
190102               };
190103               
190104               //==============================================================================
190105               //
190106 mike  1.1.2.3 // Class: Hello
190107               //
190108               //==============================================================================
190109               
190110               static const char*
190111               _Hello_Key_qualifiers[] =
190112               {
190113                   /* Key */
190114                   "\025\001",
190115                   0,
190116               };
190117               
190118               static MetaProperty
190119               _Hello_Key =
190120               {
190121                   /* flags */
190122                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190123                   /* name */
190124                   "Key",
190125                   /* qualifiers */
190126                   _Hello_Key_qualifiers,
190127 mike  1.1.2.3     /* type */
190128                   CIMTYPE_UINT32,
190129                   /* subscript */
190130                   -1,
190131                   /* value */
190132                   0,
190133               };
190134               
190135               static MetaFeature*
190136               _Hello_features[] =
190137               {
190138                   (MetaFeature*)&_Hello_Key,
190139                   0,
190140               };
190141               
190142               static const char*
190143               __root_cimv2_Hello_qualifiers[] =
190144               {
190145                   0,
190146               };
190147               
190148 mike  1.1.2.3 MetaClass
190149               __root_cimv2_Hello =
190150               {
190151                   /* flags */
190152                   META_FLAG_CLASS,
190153                   /* name */
190154                   "Hello",
190155                   /* qualifiers */
190156                   __root_cimv2_Hello_qualifiers,
190157                   /* super */
190158                   0,
190159                   /* features */
190160                   _Hello_features,
190161               };
190162               
190163               //==============================================================================
190164               //
190165               // Class: Goodbye
190166               //
190167               //==============================================================================
190168               
190169 mike  1.1.2.3 static const char*
190170               _Goodbye_Key_qualifiers[] =
190171               {
190172                   /* Key */
190173                   "\025\001",
190174                   0,
190175               };
190176               
190177               static MetaProperty
190178               _Goodbye_Key =
190179               {
190180                   /* flags */
190181                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190182                   /* name */
190183                   "Key",
190184                   /* qualifiers */
190185                   _Goodbye_Key_qualifiers,
190186                   /* type */
190187                   CIMTYPE_UINT32,
190188                   /* subscript */
190189                   -1,
190190 mike  1.1.2.3     /* value */
190191                   0,
190192               };
190193               
190194               static MetaFeature*
190195               _Goodbye_features[] =
190196               {
190197                   (MetaFeature*)&_Goodbye_Key,
190198                   0,
190199               };
190200               
190201               static const char*
190202               __root_cimv2_Goodbye_qualifiers[] =
190203               {
190204                   0,
190205               };
190206               
190207               MetaClass
190208               __root_cimv2_Goodbye =
190209               {
190210                   /* flags */
190211 mike  1.1.2.3     META_FLAG_CLASS,
190212                   /* name */
190213                   "Goodbye",
190214                   /* qualifiers */
190215                   __root_cimv2_Goodbye_qualifiers,
190216                   /* super */
190217                   0,
190218                   /* features */
190219                   _Goodbye_features,
190220               };
190221               
190222               //==============================================================================
190223               //
190224 mike  1.1.2.4 // Class: X
190225               //
190226               //==============================================================================
190227               
190228               static const char*
190229               _X_Key_qualifiers[] =
190230               {
190231                   /* Key */
190232                   "\025\001",
190233                   0,
190234               };
190235               
190236               static MetaProperty
190237               _X_Key =
190238               {
190239                   /* flags */
190240                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190241                   /* name */
190242                   "Key",
190243                   /* qualifiers */
190244                   _X_Key_qualifiers,
190245 mike  1.1.2.4     /* type */
190246                   CIMTYPE_UINT32,
190247                   /* subscript */
190248                   -1,
190249                   /* value */
190250                   0,
190251               };
190252               
190253               static MetaFeature*
190254               _X_features[] =
190255               {
190256                   (MetaFeature*)&_X_Key,
190257                   0,
190258               };
190259               
190260               static const char*
190261               __root_cimv2_X_qualifiers[] =
190262               {
190263                   0,
190264               };
190265               
190266 mike  1.1.2.4 MetaClass
190267               __root_cimv2_X =
190268               {
190269                   /* flags */
190270                   META_FLAG_CLASS,
190271                   /* name */
190272                   "X",
190273                   /* qualifiers */
190274                   __root_cimv2_X_qualifiers,
190275                   /* super */
190276                   0,
190277                   /* features */
190278                   _X_features,
190279               };
190280               
190281               //==============================================================================
190282               //
190283               // Class: X2
190284               //
190285               //==============================================================================
190286               
190287 mike  1.1.2.4 static MetaFeature*
190288               _X2_features[] =
190289               {
190290                   0,
190291               };
190292               
190293               static const char*
190294               __root_cimv2_X2_qualifiers[] =
190295               {
190296                   0,
190297               };
190298               
190299               MetaClass
190300               __root_cimv2_X2 =
190301               {
190302                   /* flags */
190303                   META_FLAG_CLASS,
190304                   /* name */
190305                   "X2",
190306                   /* qualifiers */
190307                   __root_cimv2_X2_qualifiers,
190308 mike  1.1.2.4     /* super */
190309                   &__root_cimv2_X,
190310                   /* features */
190311                   _X2_features,
190312               };
190313               
190314               //==============================================================================
190315               //
190316               // Class: Y
190317               //
190318               //==============================================================================
190319               
190320               static const char*
190321               _Y_Key_qualifiers[] =
190322               {
190323                   /* Key */
190324                   "\025\001",
190325                   0,
190326               };
190327               
190328               static MetaProperty
190329 mike  1.1.2.4 _Y_Key =
190330               {
190331                   /* flags */
190332                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190333                   /* name */
190334                   "Key",
190335                   /* qualifiers */
190336                   _Y_Key_qualifiers,
190337                   /* type */
190338                   CIMTYPE_UINT32,
190339                   /* subscript */
190340                   -1,
190341                   /* value */
190342                   0,
190343               };
190344               
190345               static MetaFeature*
190346               _Y_features[] =
190347               {
190348                   (MetaFeature*)&_Y_Key,
190349                   0,
190350 mike  1.1.2.4 };
190351               
190352               static const char*
190353               __root_cimv2_Y_qualifiers[] =
190354               {
190355                   0,
190356               };
190357               
190358               MetaClass
190359               __root_cimv2_Y =
190360               {
190361                   /* flags */
190362                   META_FLAG_CLASS,
190363                   /* name */
190364                   "Y",
190365                   /* qualifiers */
190366                   __root_cimv2_Y_qualifiers,
190367                   /* super */
190368                   0,
190369                   /* features */
190370                   _Y_features,
190371 mike  1.1.2.4 };
190372               
190373               //==============================================================================
190374               //
190375               // Class: Y2
190376               //
190377               //==============================================================================
190378               
190379               static MetaFeature*
190380               _Y2_features[] =
190381               {
190382                   0,
190383               };
190384               
190385               static const char*
190386               __root_cimv2_Y2_qualifiers[] =
190387               {
190388                   0,
190389               };
190390               
190391               MetaClass
190392 mike  1.1.2.4 __root_cimv2_Y2 =
190393               {
190394                   /* flags */
190395                   META_FLAG_CLASS,
190396                   /* name */
190397                   "Y2",
190398                   /* qualifiers */
190399                   __root_cimv2_Y2_qualifiers,
190400                   /* super */
190401                   &__root_cimv2_Y,
190402                   /* features */
190403                   _Y2_features,
190404               };
190405               
190406               //==============================================================================
190407               //
190408               // Class: A
190409               //
190410               //==============================================================================
190411               
190412               static const char*
190413 mike  1.1.2.4 _A_left_qualifiers[] =
190414               {
190415                   /* Key */
190416                   "\025\001",
190417                   0,
190418               };
190419               
190420               static MetaReference
190421               _A_left =
190422               {
190423                   /* flags */
190424                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
190425                   /* name */
190426                   "left",
190427                   /* qualifiers */
190428                   _A_left_qualifiers,
190429                   /* subscript */
190430                   -1,
190431                   /* refId */
190432                   &__root_cimv2_X,
190433               };
190434 mike  1.1.2.4 
190435               static const char*
190436               _A_right_qualifiers[] =
190437               {
190438                   /* Key */
190439                   "\025\001",
190440                   0,
190441               };
190442               
190443               static MetaReference
190444               _A_right =
190445               {
190446                   /* flags */
190447                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
190448                   /* name */
190449                   "right",
190450                   /* qualifiers */
190451                   _A_right_qualifiers,
190452                   /* subscript */
190453                   -1,
190454                   /* refId */
190455 mike  1.1.2.4     &__root_cimv2_Y,
190456               };
190457               
190458               static MetaFeature*
190459               _A_features[] =
190460               {
190461                   (MetaFeature*)&_A_left,
190462                   (MetaFeature*)&_A_right,
190463                   0,
190464               };
190465               
190466               static const char*
190467               __root_cimv2_A_qualifiers[] =
190468               {
190469                   /* ASSOCIATION */
190470                   "\000\001",
190471                   0,
190472               };
190473               
190474               MetaClass
190475               __root_cimv2_A =
190476 mike  1.1.2.4 {
190477                   /* flags */
190478                   META_FLAG_ASSOCIATION,
190479                   /* name */
190480                   "A",
190481                   /* qualifiers */
190482                   __root_cimv2_A_qualifiers,
190483                   /* super */
190484                   0,
190485                   /* features */
190486                   _A_features,
190487               };
190488               
190489               //==============================================================================
190490               //
190491 mike  1.1.2.1 // Qualifier array
190492               //
190493               //==============================================================================
190494               
190495               static MetaQualifierDecl*
190496               _qualifiers[] =
190497               {
190498                   &_ASSOCIATION_qualifier_decl,
190499                   &_INDICATION_qualifier_decl,
190500                   &_Abstract_qualifier_decl,
190501                   &_Aggregate_qualifier_decl,
190502                   &_Aggregation_qualifier_decl,
190503                   &_ArrayType_qualifier_decl,
190504                   &_BitMap_qualifier_decl,
190505                   &_BitValues_qualifier_decl,
190506                   &_ClassConstraint_qualifier_decl,
190507                   &_Composition_qualifier_decl,
190508                   &_Counter_qualifier_decl,
190509                   &_Deprecated_qualifier_decl,
190510                   &_Description_qualifier_decl,
190511                   &_DisplayName_qualifier_decl,
190512 mike  1.1.2.1     &_DN_qualifier_decl,
190513                   &_EmbeddedInstance_qualifier_decl,
190514                   &_EmbeddedObject_qualifier_decl,
190515                   &_Exception_qualifier_decl,
190516                   &_Experimental_qualifier_decl,
190517                   &_Gauge_qualifier_decl,
190518                   &_In_qualifier_decl,
190519                   &_Key_qualifier_decl,
190520                   &_MappingStrings_qualifier_decl,
190521                   &_Max_qualifier_decl,
190522                   &_MaxLen_qualifier_decl,
190523                   &_MaxValue_qualifier_decl,
190524                   &_MethodConstraint_qualifier_decl,
190525                   &_Min_qualifier_decl,
190526                   &_MinLen_qualifier_decl,
190527                   &_MinValue_qualifier_decl,
190528                   &_ModelCorrespondence_qualifier_decl,
190529                   &_Nonlocal_qualifier_decl,
190530                   &_NonlocalType_qualifier_decl,
190531                   &_NullValue_qualifier_decl,
190532                   &_Octetstring_qualifier_decl,
190533 mike  1.1.2.1     &_Out_qualifier_decl,
190534                   &_Override_qualifier_decl,
190535                   &_Propagated_qualifier_decl,
190536                   &_PropertyConstraint_qualifier_decl,
190537                   &_Read_qualifier_decl,
190538                   &_Required_qualifier_decl,
190539                   &_Revision_qualifier_decl,
190540                   &_CLASS_qualifier_decl,
190541                   &_Source_qualifier_decl,
190542                   &_SourceType_qualifier_decl,
190543                   &_Static_qualifier_decl,
190544                   &_Terminal_qualifier_decl,
190545                   &_UMLPackagePath_qualifier_decl,
190546                   &_Units_qualifier_decl,
190547                   &_ValueMap_qualifier_decl,
190548                   &_Values_qualifier_decl,
190549                   &_Version_qualifier_decl,
190550                   &_Weak_qualifier_decl,
190551                   &_Write_qualifier_decl,
190552                   &_Alias_qualifier_decl,
190553                   &_Delete_qualifier_decl,
190554 mike  1.1.2.1     &_Expensive_qualifier_decl,
190555                   &_Ifdeleted_qualifier_decl,
190556                   &_Invisible_qualifier_decl,
190557                   &_Large_qualifier_decl,
190558                   &_PropertyUsage_qualifier_decl,
190559                   &_Provider_qualifier_decl,
190560                   &_SyntaxType_qualifier_decl,
190561                   &_Syntax_qualifier_decl,
190562                   &_TriggerType_qualifier_decl,
190563                   &_UnknownValues_qualifier_decl,
190564                   &_UnsupportedValues_qualifier_decl,
190565                   0,
190566               };
190567               
190568               //==============================================================================
190569               //
190570               // Class array
190571               //
190572               //==============================================================================
190573               
190574               static MetaClass*
190575 mike  1.1.2.1 _classes[] =
190576               {
190577                   &__root_cimv2_CIM_DiagnosticResult,
190578                   &__root_cimv2_CIM_Indication,
190579                   &__root_cimv2_CIM_ManagedElement,
190580                   &__root_cimv2_CIM_BaseMetricDefinition,
190581                   &__root_cimv2_CIM_BaseMetricValue,
190582                   &__root_cimv2_CIM_BlockStatisticsManifest,
190583                   &__root_cimv2_CIM_Capabilities,
190584                   &__root_cimv2_CIM_ClassIndication,
190585                   &__root_cimv2_CIM_ClassModification,
190586                   &__root_cimv2_CIM_Collection,
190587                   &__root_cimv2_CIM_CollectionOfMSEs,
190588                   &__root_cimv2_CIM_CommonDatabaseCapabilities,
190589                   &__root_cimv2_CIM_Component,
190590                   &__root_cimv2_CIM_ComputerSystemNodeCapabilities,
190591                   &__root_cimv2_CIM_ConcreteCollection,
190592                   &__root_cimv2_CIM_ConcreteComponent,
190593                   &__root_cimv2_CIM_Configuration,
190594                   &__root_cimv2_CIM_ConfigurationComponent,
190595                   &__root_cimv2_CIM_Credential,
190596 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
190597                   &__root_cimv2_CIM_DependencyContext,
190598                   &__root_cimv2_CIM_DiagnosticResultInPackage,
190599                   &__root_cimv2_CIM_DiagnosticServiceCapabilities,
190600                   &__root_cimv2_CIM_DiskGroup,
190601                   &__root_cimv2_CIM_ElementCapabilities,
190602                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
190603                   &__root_cimv2_CIM_FCSwitchCapabilities,
190604                   &__root_cimv2_CIM_FileSystemCapabilities,
190605                   &__root_cimv2_CIM_FRU,
190606                   &__root_cimv2_CIM_Group,
190607                   &__root_cimv2_CIM_HostedDependency,
190608                   &__root_cimv2_CIM_Identity,
190609                   &__root_cimv2_CIM_IdentityContext,
190610                   &__root_cimv2_CIM_IndicationFilter,
190611                   &__root_cimv2_CIM_InstalledProduct,
190612                   &__root_cimv2_CIM_InstIndication,
190613                   &__root_cimv2_CIM_InstMethodCall,
190614                   &__root_cimv2_CIM_InstModification,
190615                   &__root_cimv2_CIM_InstRead,
190616                   &__root_cimv2_CIM_IPAddressRange,
190617 mike  1.1.2.1     &__root_cimv2_CIM_IPNetworkIdentity,
190618                   &__root_cimv2_CIM_iSCSICapabilities,
190619                   &__root_cimv2_CIM_J2eeManagedObjectCapabilities,
190620                   &__root_cimv2_CIM_KerberosTicket,
190621                   &__root_cimv2_CIM_ListenerDestination,
190622                   &__root_cimv2_CIM_ListenerDestinationCIMXML,
190623                   &__root_cimv2_CIM_LocalizationCapabilities,
190624                   &__root_cimv2_CIM_Location,
190625                   &__root_cimv2_CIM_LogicalIdentity,
190626                   &__root_cimv2_CIM_LogicalNetwork,
190627                   &__root_cimv2_CIM_LogicalPortCapabilities,
190628                   &__root_cimv2_CIM_ManagedSystemElement,
190629                   &__root_cimv2_CIM_MemberOfCollection,
190630                   &__root_cimv2_CIM_MemberPrincipal,
190631                   &__root_cimv2_CIM_MethodParameters,
190632                   &__root_cimv2_CIM_MetricDefForME,
190633                   &__root_cimv2_CIM_MetricDefinition,
190634                   &__root_cimv2_CIM_MetricForME,
190635                   &__root_cimv2_CIM_MetricInstance,
190636                   &__root_cimv2_CIM_NamedSharedIKESecret,
190637                   &__root_cimv2_CIM_Namespace,
190638 mike  1.1.2.1     &__root_cimv2_CIM_NextHopRoute,
190639                   &__root_cimv2_CIM_OrderedMemberOfCollection,
190640                   &__root_cimv2_CIM_OrganizationalEntity,
190641                   &__root_cimv2_CIM_OrgStructure,
190642                   &__root_cimv2_CIM_OrgUnit,
190643                   &__root_cimv2_CIM_OSPFServiceCapabilities,
190644                   &__root_cimv2_CIM_OtherGroupInformation,
190645                   &__root_cimv2_CIM_OtherOrganizationInformation,
190646                   &__root_cimv2_CIM_OtherOrgUnitInformation,
190647                   &__root_cimv2_CIM_OtherPersonInformation,
190648                   &__root_cimv2_CIM_OtherRoleInformation,
190649                   &__root_cimv2_CIM_ParametersForMethod,
190650                   &__root_cimv2_CIM_ParameterValueSources,
190651                   &__root_cimv2_CIM_PhysicalCapacity,
190652                   &__root_cimv2_CIM_PhysicalElement,
190653                   &__root_cimv2_CIM_PhysicalLink,
190654                   &__root_cimv2_CIM_PhysicalPackage,
190655                   &__root_cimv2_CIM_Policy,
190656                   &__root_cimv2_CIM_PolicyAction,
190657                   &__root_cimv2_CIM_PolicyComponent,
190658                   &__root_cimv2_CIM_PolicyCondition,
190659 mike  1.1.2.1     &__root_cimv2_CIM_PolicyConditionStructure,
190660                   &__root_cimv2_CIM_PolicySet,
190661                   &__root_cimv2_CIM_PolicySetAppliesToElement,
190662                   &__root_cimv2_CIM_PolicySetComponent,
190663                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
190664                   &__root_cimv2_CIM_PowerManagementCapabilities,
190665                   &__root_cimv2_CIM_Privilege,
190666                   &__root_cimv2_CIM_ProcessIndication,
190667                   &__root_cimv2_CIM_Product,
190668                   &__root_cimv2_CIM_ProductComponent,
190669                   &__root_cimv2_CIM_ProductFRU,
190670                   &__root_cimv2_CIM_ProductParentChild,
190671                   &__root_cimv2_CIM_ProductPhysicalComponent,
190672                   &__root_cimv2_CIM_ProductPhysicalElements,
190673                   &__root_cimv2_CIM_ProductProductDependency,
190674                   &__root_cimv2_CIM_Profile,
190675                   &__root_cimv2_CIM_ProtocolControllerMaskingCapabilities,
190676                   &__root_cimv2_CIM_PublicKeyCertificate,
190677                   &__root_cimv2_CIM_RecordForLog,
190678                   &__root_cimv2_CIM_RegisteredProfile,
190679                   &__root_cimv2_CIM_RegisteredSubProfile,
190680 mike  1.1.2.1     &__root_cimv2_CIM_RejectConnectionAction,
190681                   &__root_cimv2_CIM_ReplaceableProductFRU,
190682                   &__root_cimv2_CIM_ReplacementSet,
190683                   &__root_cimv2_CIM_Role,
190684                   &__root_cimv2_CIM_SAAction,
190685                   &__root_cimv2_CIM_SANegotiationAction,
190686                   &__root_cimv2_CIM_SAStaticAction,
190687                   &__root_cimv2_CIM_SchedulingElement,
190688                   &__root_cimv2_CIM_SecuritySensitivity,
190689                   &__root_cimv2_CIM_Setting,
190690                   &__root_cimv2_CIM_SettingContext,
190691                   &__root_cimv2_CIM_SettingData,
190692                   &__root_cimv2_CIM_SharedSecret,
190693                   &__root_cimv2_CIM_SNMPTrapIndication,
190694                   &__root_cimv2_CIM_Spared,
190695                   &__root_cimv2_CIM_StatisticalData,
190696                   &__root_cimv2_CIM_StatisticalInformation,
190697                   &__root_cimv2_CIM_StatisticalRuntimeOverview,
190698                   &__root_cimv2_CIM_StatisticalSetting,
190699                   &__root_cimv2_CIM_Statistics,
190700                   &__root_cimv2_CIM_StatisticsCapabilities,
190701 mike  1.1.2.1     &__root_cimv2_CIM_StorageClientSettingData,
190702                   &__root_cimv2_CIM_StorageConfigurationCapabilities,
190703                   &__root_cimv2_CIM_StorageError,
190704                   &__root_cimv2_CIM_StorageHardwareID,
190705                   &__root_cimv2_CIM_StorageReplicationCapabilities,
190706                   &__root_cimv2_CIM_StorageSetting,
190707                   &__root_cimv2_CIM_StorageSettingWithHints,
190708                   &__root_cimv2_CIM_SupportAccess,
190709                   &__root_cimv2_CIM_Synchronized,
190710                   &__root_cimv2_CIM_SystemConfiguration,
190711                   &__root_cimv2_CIM_SystemIdentification,
190712                   &__root_cimv2_CIM_SystemInNamespace,
190713                   &__root_cimv2_CIM_SystemSetting,
190714                   &__root_cimv2_CIM_SystemSettingContext,
190715                   &__root_cimv2_CIM_SystemSpecificCollection,
190716                   &__root_cimv2_CIM_SystemStatisticalInformation,
190717                   &__root_cimv2_CIM_TimeZone,
190718                   &__root_cimv2_CIM_TraceLevelType,
190719                   &__root_cimv2_CIM_UnitOfWork,
190720                   &__root_cimv2_CIM_UnixProcessStatisticalInformation,
190721                   &__root_cimv2_CIM_UnsignedPublicKey,
190722 mike  1.1.2.1     &__root_cimv2_CIM_UoWMetric,
190723                   &__root_cimv2_CIM_UserEntity,
190724                   &__root_cimv2_CIM_UsersAccess,
190725                   &__root_cimv2_CIM_UsersCredential,
190726                   &__root_cimv2_CIM_VendorPolicyAction,
190727                   &__root_cimv2_CIM_VendorPolicyCondition,
190728                   &__root_cimv2_CIM_VideoControllerResolution,
190729                   &__root_cimv2_CIM_WRRSchedulingElement,
190730                   &__root_cimv2_CIM_ZoneCapabilities,
190731                   &__root_cimv2_PRS_ExchangeElement,
190732                   &__root_cimv2_PRS_ExpressionElement,
190733                   &__root_cimv2_PRS_Feature,
190734                   &__root_cimv2_PRS_Location,
190735                   &__root_cimv2_PRS_Product,
190736                   &__root_cimv2_PRS_ProductComponent,
190737                   &__root_cimv2_PRS_ProductParentChild,
190738                   &__root_cimv2_PRS_Resource,
190739                   &__root_cimv2_PRS_Revision,
190740                   &__root_cimv2_PRS_ServiceIncident,
190741                   &__root_cimv2_PRS_Solution,
190742                   &__root_cimv2_PRS_SolutionElement,
190743 mike  1.1.2.1     &__root_cimv2_PRS_SolutionHasElement,
190744                   &__root_cimv2_PRS_Statement,
190745                   &__root_cimv2_PRS_StatementFeature,
190746                   &__root_cimv2_PRS_Transaction,
190747                   &__root_cimv2_CIM_AlertIndication,
190748                   &__root_cimv2_CIM_AlertInstIndication,
190749                   &__root_cimv2_CIM_AllocationSchedulingElement,
190750                   &__root_cimv2_CIM_AssignedIdentity,
190751                   &__root_cimv2_CIM_AuthenticationCondition,
190752                   &__root_cimv2_CIM_AuthorizedPrivilege,
190753                   &__root_cimv2_CIM_AuthorizedSubject,
190754                   &__root_cimv2_CIM_AuthorizedTarget,
190755                   &__root_cimv2_CIM_BGPCluster,
190756                   &__root_cimv2_CIM_BGPEndpointStatistics,
190757                   &__root_cimv2_CIM_BGPPeerGroup,
190758                   &__root_cimv2_CIM_BiometricAuthentication,
190759                   &__root_cimv2_CIM_BlockStatisticsCapabilities,
190760                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
190761                   &__root_cimv2_CIM_BlockStorageStatisticalData,
190762                   &__root_cimv2_CIM_BufferPool,
190763                   &__root_cimv2_CIM_CIMOMStatisticalData,
190764 mike  1.1.2.1     &__root_cimv2_CIM_ClassCreation,
190765                   &__root_cimv2_CIM_ClassDeletion,
190766                   &__root_cimv2_CIM_CollectedBufferPool,
190767                   &__root_cimv2_CIM_CollectedCollections,
190768                   &__root_cimv2_CIM_CollectedMSEs,
190769                   &__root_cimv2_CIM_CollectionConfiguration,
190770                   &__root_cimv2_CIM_CollectionInOrganization,
190771                   &__root_cimv2_CIM_CollectionSetting,
190772                   &__root_cimv2_CIM_CommonDatabaseSettingData,
190773                   &__root_cimv2_CIM_CommonDatabaseStatistics,
190774                   &__root_cimv2_CIM_CompatibleProduct,
190775                   &__root_cimv2_CIM_CompoundPolicyAction,
190776                   &__root_cimv2_CIM_CompoundPolicyCondition,
190777                   &__root_cimv2_CIM_ConcreteDependency,
190778                   &__root_cimv2_CIM_ConcreteIdentity,
190779                   &__root_cimv2_CIM_ConfigurationCapacity,
190780                   &__root_cimv2_CIM_ConnectivityCollection,
190781                   &__root_cimv2_CIM_ConnectivityMembershipSettingData,
190782                   &__root_cimv2_CIM_ContainedLocation,
190783                   &__root_cimv2_CIM_Container,
190784                   &__root_cimv2_CIM_DatabaseResourceStatistics,
190785 mike  1.1.2.1     &__root_cimv2_CIM_DatabaseServiceStatistics,
190786                   &__root_cimv2_CIM_DeviceErrorCounts,
190787                   &__root_cimv2_CIM_DeviceErrorData,
190788                   &__root_cimv2_CIM_DeviceStatisticalInformation,
190789                   &__root_cimv2_CIM_DiagnosticRecord,
190790                   &__root_cimv2_CIM_DiagnosticResultForMSE,
190791                   &__root_cimv2_CIM_DiagnosticServiceRecord,
190792                   &__root_cimv2_CIM_DiagnosticSetting,
190793                   &__root_cimv2_CIM_DiagnosticSettingRecord,
190794                   &__root_cimv2_CIM_DocumentAuthentication,
190795                   &__root_cimv2_CIM_ElementAsUser,
190796                   &__root_cimv2_CIM_ElementCapacity,
190797                   &__root_cimv2_CIM_ElementConfiguration,
190798                   &__root_cimv2_CIM_ElementConformsToProfile,
190799                   &__root_cimv2_CIM_ElementLocation,
190800                   &__root_cimv2_CIM_ElementProfile,
190801                   &__root_cimv2_CIM_ElementSecuritySensitivity,
190802                   &__root_cimv2_CIM_ElementSetting,
190803                   &__root_cimv2_CIM_ElementSettingData,
190804                   &__root_cimv2_CIM_ElementsLinked,
190805                   &__root_cimv2_CIM_ElementStatisticalData,
190806 mike  1.1.2.1     &__root_cimv2_CIM_FCAdapterEventCounters,
190807                   &__root_cimv2_CIM_FCPortCapabilities,
190808                   &__root_cimv2_CIM_FCPortRateStatistics,
190809                   &__root_cimv2_CIM_FCSwitchSettings,
190810                   &__root_cimv2_CIM_FibrePortEventCounters,
190811                   &__root_cimv2_CIM_FRUIncludesProduct,
190812                   &__root_cimv2_CIM_FRUPhysicalElements,
190813                   &__root_cimv2_CIM_GatewayPathID,
190814                   &__root_cimv2_CIM_GroupInDiskGroup,
190815                   &__root_cimv2_CIM_IKEAction,
190816                   &__root_cimv2_CIM_IndicationHandler,
190817                   &__root_cimv2_CIM_IndicationHandlerCIMXML,
190818                   &__root_cimv2_CIM_IndicationSubscription,
190819                   &__root_cimv2_CIM_InstalledProductImage,
190820                   &__root_cimv2_CIM_InstCreation,
190821                   &__root_cimv2_CIM_InstDeletion,
190822                   &__root_cimv2_CIM_IPConnectivitySubnet,
190823                   &__root_cimv2_CIM_IPsecAction,
190824                   &__root_cimv2_CIM_IPsecTransportAction,
190825                   &__root_cimv2_CIM_IPsecTunnelAction,
190826                   &__root_cimv2_CIM_IPSubnet,
190827 mike  1.1.2.1     &__root_cimv2_CIM_IPXConnectivityNetwork,
190828                   &__root_cimv2_CIM_IPXNetwork,
190829                   &__root_cimv2_CIM_iSCSIConnectionSettings,
190830                   &__root_cimv2_CIM_iSCSILoginStatistics,
190831                   &__root_cimv2_CIM_iSCSISessionFailures,
190832                   &__root_cimv2_CIM_iSCSISessionSettings,
190833                   &__root_cimv2_CIM_J2eeNotification,
190834                   &__root_cimv2_CIM_J2eeStatistic,
190835                   &__root_cimv2_CIM_J2eeURLStats,
190836                   &__root_cimv2_CIM_JobSettingData,
190837                   &__root_cimv2_CIM_KerberosAuthentication,
190838                   &__root_cimv2_CIM_LabelReaderStatData,
190839                   &__root_cimv2_CIM_LabelReaderStatInfo,
190840                   &__root_cimv2_CIM_LANConnectivitySegment,
190841                   &__root_cimv2_CIM_LANSegment,
190842                   &__root_cimv2_CIM_LogicalElement,
190843                   &__root_cimv2_CIM_LogicalElementPerformsUoW,
190844                   &__root_cimv2_CIM_LogicalFile,
190845                   &__root_cimv2_CIM_LogicalPortGroup,
190846                   &__root_cimv2_CIM_LogicalPortSettings,
190847                   &__root_cimv2_CIM_LogRecord,
190848 mike  1.1.2.1     &__root_cimv2_CIM_MediaAccessStatData,
190849                   &__root_cimv2_CIM_MediaAccessStatInfo,
190850                   &__root_cimv2_CIM_MediaPhysicalStatData,
190851                   &__root_cimv2_CIM_MemoryCapacity,
190852                   &__root_cimv2_CIM_MemoryError,
190853                   &__root_cimv2_CIM_MonitorResolution,
190854                   &__root_cimv2_CIM_MoreGroupInfo,
190855                   &__root_cimv2_CIM_MoreOrgUnitInfo,
190856                   &__root_cimv2_CIM_MoreRoleInfo,
190857                   &__root_cimv2_CIM_NamedAddressCollection,
190858                   &__root_cimv2_CIM_NetworkingIDAuthentication,
190859                   &__root_cimv2_CIM_NetworkPacketAction,
190860                   &__root_cimv2_CIM_NetworkPortStatistics,
190861                   &__root_cimv2_CIM_NextHopIPRoute,
190862                   &__root_cimv2_CIM_NextHopRouting,
190863                   &__root_cimv2_CIM_Organization,
190864                   &__root_cimv2_CIM_OSPFAreaConfiguration,
190865                   &__root_cimv2_CIM_OSPFLink,
190866                   &__root_cimv2_CIM_PackageLocation,
190867                   &__root_cimv2_CIM_PacketFilterCondition,
190868                   &__root_cimv2_CIM_ParticipatesInSet,
190869 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalComponent,
190870                   &__root_cimv2_CIM_PhysicalConnector,
190871                   &__root_cimv2_CIM_PhysicalCredentialAuthentication,
190872                   &__root_cimv2_CIM_PhysicalElementLocation,
190873                   &__root_cimv2_CIM_PhysicalFrame,
190874                   &__root_cimv2_CIM_PhysicalMedia,
190875                   &__root_cimv2_CIM_PhysicalStatisticalInformation,
190876                   &__root_cimv2_CIM_PhysicalStatistics,
190877                   &__root_cimv2_CIM_PhysicalTape,
190878                   &__root_cimv2_CIM_PickerStatData,
190879                   &__root_cimv2_CIM_PickerStatInfo,
190880                   &__root_cimv2_CIM_PolicyActionStructure,
190881                   &__root_cimv2_CIM_PolicyConditionInPolicyCondition,
190882                   &__root_cimv2_CIM_PolicyGroup,
190883                   &__root_cimv2_CIM_PolicyGroupInPolicyGroup,
190884                   &__root_cimv2_CIM_PolicyRoleCollection,
190885                   &__root_cimv2_CIM_PolicyRule,
190886                   &__root_cimv2_CIM_PolicyRuleInPolicyGroup,
190887                   &__root_cimv2_CIM_PolicyRuleValidityPeriod,
190888                   &__root_cimv2_CIM_PolicySetInRoleCollection,
190889                   &__root_cimv2_CIM_PolicySetValidityPeriod,
190890 mike  1.1.2.1     &__root_cimv2_CIM_PreconfiguredSAAction,
190891                   &__root_cimv2_CIM_PreconfiguredTransportAction,
190892                   &__root_cimv2_CIM_PreconfiguredTunnelAction,
190893                   &__root_cimv2_CIM_PrioritySchedulingElement,
190894                   &__root_cimv2_CIM_ProductSupport,
190895                   &__root_cimv2_CIM_PublicPrivateKeyAuthentication,
190896                   &__root_cimv2_CIM_PublicPrivateKeyPair,
190897                   &__root_cimv2_CIM_Rack,
190898                   &__root_cimv2_CIM_RangeOfIPAddresses,
190899                   &__root_cimv2_CIM_RangesOfConfiguration,
190900                   &__root_cimv2_CIM_RecordAppliesToElement,
190901                   &__root_cimv2_CIM_RedundancyGroup,
190902                   &__root_cimv2_CIM_RedundancySet,
190903                   &__root_cimv2_CIM_ReferencedProfile,
190904                   &__root_cimv2_CIM_RelatedStatisticalData,
190905                   &__root_cimv2_CIM_RelatedStatistics,
190906                   &__root_cimv2_CIM_RoutingPolicy,
190907                   &__root_cimv2_CIM_SAEndpointConnectionStatistics,
190908                   &__root_cimv2_CIM_SAEndpointRefreshSettings,
190909                   &__root_cimv2_CIM_SAPStatisticalInformation,
190910                   &__root_cimv2_CIM_SARule,
190911 mike  1.1.2.1     &__root_cimv2_CIM_ScopedSettingData,
190912                   &__root_cimv2_CIM_ServiceStatisticalInformation,
190913                   &__root_cimv2_CIM_SettingAssociatedToCapabilities,
190914                   &__root_cimv2_CIM_SharedSecretAuthentication,
190915                   &__root_cimv2_CIM_Slot,
190916                   &__root_cimv2_CIM_SoftwareElement,
190917                   &__root_cimv2_CIM_SoftwareElementComponent,
190918                   &__root_cimv2_CIM_SoftwareFeature,
190919                   &__root_cimv2_CIM_SoftwareFeatureComponent,
190920                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
190921                   &__root_cimv2_CIM_SoftwareIdentity,
190922                   &__root_cimv2_CIM_SpanningTreeStatistics,
190923                   &__root_cimv2_CIM_SpareGroup,
190924                   &__root_cimv2_CIM_StaticForwardingEntry,
190925                   &__root_cimv2_CIM_StatisticsCollection,
190926                   &__root_cimv2_CIM_StorageCapabilities,
190927                   &__root_cimv2_CIM_StorageMediaLocation,
190928                   &__root_cimv2_CIM_StorageRedundancyGroup,
190929                   &__root_cimv2_CIM_StorageRedundancySet,
190930                   &__root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities,
190931                   &__root_cimv2_CIM_StorageSynchronized,
190932 mike  1.1.2.1     &__root_cimv2_CIM_SubProfileRequiresProfile,
190933                   &__root_cimv2_CIM_SubUoW,
190934                   &__root_cimv2_CIM_SwitchPortSourceRoutingStatistics,
190935                   &__root_cimv2_CIM_SwitchPortSpanningTreeStatistics,
190936                   &__root_cimv2_CIM_SwitchPortStatistics,
190937                   &__root_cimv2_CIM_SwitchPortTransparentBridgingStatistics,
190938                   &__root_cimv2_CIM_SymbolicLink,
190939                   &__root_cimv2_CIM_ThresholdIndication,
190940                   &__root_cimv2_CIM_TokenRingPortStatistics,
190941                   &__root_cimv2_CIM_TransparentBridgingStatistics,
190942                   &__root_cimv2_CIM_UnitOfWorkDefinition,
190943                   &__root_cimv2_CIM_UnixFile,
190944                   &__root_cimv2_CIM_UoWDefTraceLevelType,
190945                   &__root_cimv2_CIM_UoWMetricDefinition,
190946                   &__root_cimv2_CIM_UserContact,
190947                   &__root_cimv2_CIM_VideoBIOSElement,
190948                   &__root_cimv2_CIM_VideoBIOSFeature,
190949                   &__root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements,
190950                   &__root_cimv2_CIM_Zone,
190951                   &__root_cimv2_CIM_ZoneMembershipSettingData,
190952                   &__root_cimv2_CIM_ZoneSet,
190953 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
190954                   &__root_cimv2_PRS_ActivityResource,
190955                   &__root_cimv2_PRS_ActivityTransaction,
190956                   &__root_cimv2_PRS_Address,
190957                   &__root_cimv2_PRS_AddressLocation,
190958                   &__root_cimv2_PRS_Administrative,
190959                   &__root_cimv2_PRS_AdministrativeRevision,
190960                   &__root_cimv2_PRS_Agreement,
190961                   &__root_cimv2_PRS_Attachment,
190962                   &__root_cimv2_PRS_Category,
190963                   &__root_cimv2_PRS_CategoryParentChild,
190964                   &__root_cimv2_PRS_Contact,
190965                   &__root_cimv2_PRS_ContactItem,
190966                   &__root_cimv2_PRS_ContactItemAddress,
190967                   &__root_cimv2_PRS_Expression,
190968                   &__root_cimv2_PRS_ExpressionLink,
190969                   &__root_cimv2_PRS_FeatureResource,
190970                   &__root_cimv2_PRS_Organization,
190971                   &__root_cimv2_PRS_Person,
190972                   &__root_cimv2_PRS_Problem,
190973                   &__root_cimv2_PRS_ProductAsset,
190974 mike  1.1.2.1     &__root_cimv2_PRS_Reference,
190975                   &__root_cimv2_PRS_Resolution,
190976                   &__root_cimv2_PRS_ResolutionResource,
190977                   &__root_cimv2_PRS_RevisionContact,
190978                   &__root_cimv2_PRS_ServiceActivity,
190979                   &__root_cimv2_PRS_ServiceAgreement,
190980                   &__root_cimv2_PRS_ServiceProblem,
190981                   &__root_cimv2_PRS_ServiceProvider,
190982                   &__root_cimv2_PRS_ServiceRequester,
190983                   &__root_cimv2_PRS_ServiceResolutionSolution,
190984                   &__root_cimv2_PRS_SolutionCategory,
190985                   &__root_cimv2_PRS_SolutionExpression,
190986                   &__root_cimv2_PRS_SolutionProblem,
190987                   &__root_cimv2_PRS_SolutionReference,
190988                   &__root_cimv2_PRS_SolutionResolution,
190989                   &__root_cimv2_CIM_AccessControlInformation,
190990                   &__root_cimv2_CIM_Account,
190991                   &__root_cimv2_CIM_AccountAuthentication,
190992                   &__root_cimv2_CIM_AccountIdentity,
190993                   &__root_cimv2_CIM_AccountMapsToAccount,
190994                   &__root_cimv2_CIM_ActsAsSpare,
190995 mike  1.1.2.1     &__root_cimv2_CIM_AdjacentSlots,
190996                   &__root_cimv2_CIM_AdministrativeDistance,
190997                   &__root_cimv2_CIM_AGPSoftwareFeature,
190998                   &__root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection,
190999                   &__root_cimv2_CIM_AuthenticationRequirement,
191000                   &__root_cimv2_CIM_AuthenticationRule,
191001                   &__root_cimv2_CIM_AuthenticationTarget,
191002                   &__root_cimv2_CIM_AuthorizationSubject,
191003                   &__root_cimv2_CIM_AuthorizationTarget,
191004                   &__root_cimv2_CIM_BGPAttributes,
191005                   &__root_cimv2_CIM_BGPPathAttributes,
191006                   &__root_cimv2_CIM_BGPRouteMap,
191007                   &__root_cimv2_CIM_BGPRouteMapsInRoutingPolicy,
191008                   &__root_cimv2_CIM_BGPStatistics,
191009                   &__root_cimv2_CIM_BIOSElement,
191010                   &__root_cimv2_CIM_BIOSFeature,
191011                   &__root_cimv2_CIM_BIOSFeatureBIOSElements,
191012                   &__root_cimv2_CIM_BoundedPrioritySchedulingElement,
191013                   &__root_cimv2_CIM_Card,
191014                   &__root_cimv2_CIM_CardOnCard,
191015                   &__root_cimv2_CIM_Chassis,
191016 mike  1.1.2.1     &__root_cimv2_CIM_ChassisInRack,
191017                   &__root_cimv2_CIM_Chip,
191018                   &__root_cimv2_CIM_CollectedSoftwareElements,
191019                   &__root_cimv2_CIM_CollectedSoftwareFeatures,
191020                   &__root_cimv2_CIM_ConnectedTo,
191021                   &__root_cimv2_CIM_ConnectorOnPackage,
191022                   &__root_cimv2_CIM_CorrespondingSettingsRecord,
191023                   &__root_cimv2_CIM_DatabaseParameter,
191024                   &__root_cimv2_CIM_DatabaseSegmentSettingData,
191025                   &__root_cimv2_CIM_DataFile,
191026                   &__root_cimv2_CIM_DefaultSetting,
191027                   &__root_cimv2_CIM_DeviceFile,
191028                   &__root_cimv2_CIM_DiagnosticCompletionRecord,
191029                   &__root_cimv2_CIM_Directory,
191030                   &__root_cimv2_CIM_DirectoryContainsFile,
191031                   &__root_cimv2_CIM_Docked,
191032                   &__root_cimv2_CIM_DynamicForwardingEntry,
191033                   &__root_cimv2_CIM_ElementInPolicyRoleCollection,
191034                   &__root_cimv2_CIM_ElementSoftwareIdentity,
191035                   &__root_cimv2_CIM_EthernetPortStatistics,
191036                   &__root_cimv2_CIM_ExtraCapacityGroup,
191037 mike  1.1.2.1     &__root_cimv2_CIM_FCPortStatistics,
191038                   &__root_cimv2_CIM_FIFOPipeFile,
191039                   &__root_cimv2_CIM_FileIdentity,
191040                   &__root_cimv2_CIM_FileSystemSettingData,
191041                   &__root_cimv2_CIM_FilteredBGPAttributes,
191042                   &__root_cimv2_CIM_FilterEntryBase,
191043                   &__root_cimv2_CIM_FilterList,
191044                   &__root_cimv2_CIM_FilterListsInBGPRouteMap,
191045                   &__root_cimv2_CIM_FilterOfPacketCondition,
191046                   &__root_cimv2_CIM_FormattedIndicationSubscription,
191047                   &__root_cimv2_CIM_FRUIncludesSoftwareFeature,
191048                   &__root_cimv2_CIM_Hdr8021Filter,
191049                   &__root_cimv2_CIM_HomeForMedia,
191050                   &__root_cimv2_CIM_IKERule,
191051                   &__root_cimv2_CIM_IPHeadersFilter,
191052                   &__root_cimv2_CIM_IPRoute,
191053                   &__root_cimv2_CIM_IPsecRule,
191054                   &__root_cimv2_CIM_IPSOFilterEntry,
191055                   &__root_cimv2_CIM_IsSpare,
191056                   &__root_cimv2_CIM_J2eeConnectionStats,
191057                   &__root_cimv2_CIM_J2eeEJBStats,
191058 mike  1.1.2.1     &__root_cimv2_CIM_J2eeEntityBeanStats,
191059                   &__root_cimv2_CIM_J2eeJavaMailStats,
191060                   &__root_cimv2_CIM_J2eeJCAStats,
191061                   &__root_cimv2_CIM_J2eeJDBCStats,
191062                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
191063                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
191064                   &__root_cimv2_CIM_J2eeJMSProducerStats,
191065                   &__root_cimv2_CIM_J2eeJMSSessionStats,
191066                   &__root_cimv2_CIM_J2eeJMSStats,
191067                   &__root_cimv2_CIM_J2eeJTAStats,
191068                   &__root_cimv2_CIM_J2eeJVMStats,
191069                   &__root_cimv2_CIM_J2eeMessageDrivenBeanStats,
191070                   &__root_cimv2_CIM_J2eeServletStats,
191071                   &__root_cimv2_CIM_J2eeSessionBeanStats,
191072                   &__root_cimv2_CIM_J2eeStatefulSessionBeanStats,
191073                   &__root_cimv2_CIM_J2eeStatelessSessionBeanStats,
191074                   &__root_cimv2_CIM_Job,
191075                   &__root_cimv2_CIM_LinkHasConnector,
191076                   &__root_cimv2_CIM_ListsInRoutingPolicy,
191077                   &__root_cimv2_CIM_LogicalElementUnitOfWorkDef,
191078                   &__root_cimv2_CIM_Magazine,
191079 mike  1.1.2.1     &__root_cimv2_CIM_MediaPhysicalStatInfo,
191080                   &__root_cimv2_CIM_MoreOrganizationInfo,
191081                   &__root_cimv2_CIM_OwningJobElement,
191082                   &__root_cimv2_CIM_PackagedComponent,
191083                   &__root_cimv2_CIM_PackageInChassis,
191084                   &__root_cimv2_CIM_PackageInConnector,
191085                   &__root_cimv2_CIM_PackageInSlot,
191086                   &__root_cimv2_CIM_PeerIDPayloadFilterEntry,
191087                   &__root_cimv2_CIM_Person,
191088                   &__root_cimv2_CIM_PhysicalMediaInLocation,
191089                   &__root_cimv2_CIM_PhysicalMemory,
191090                   &__root_cimv2_CIM_PolicyActionInPolicyAction,
191091                   &__root_cimv2_CIM_PolicyActionInPolicyRule,
191092                   &__root_cimv2_CIM_PolicyConditionInPolicyRule,
191093                   &__root_cimv2_CIM_PreambleFilter,
191094                   &__root_cimv2_CIM_PrintJob,
191095                   &__root_cimv2_CIM_PrintJobFile,
191096                   &__root_cimv2_CIM_ProductSoftwareComponent,
191097                   &__root_cimv2_CIM_ProductSoftwareFeatures,
191098                   &__root_cimv2_CIM_RedundancyComponent,
191099                   &__root_cimv2_CIM_SAProposal,
191100 mike  1.1.2.1     &__root_cimv2_CIM_SATransform,
191101                   &__root_cimv2_CIM_ScopedSetting,
191102                   &__root_cimv2_CIM_SlotInSlot,
191103                   &__root_cimv2_CIM_SNMPDatabaseParameter,
191104                   &__root_cimv2_CIM_StartedUoW,
191105                   &__root_cimv2_CIM_SubUoWDef,
191106                   &__root_cimv2_CIM_SystemBusCard,
191107                   &__root_cimv2_CIM_TransformOfPreconfiguredAction,
191108                   &__root_cimv2_CIM_UnixDeviceFile,
191109                   &__root_cimv2_CIM_UnixDirectory,
191110                   &__root_cimv2_CIM_UsersAccount,
191111                   &__root_cimv2_CIM_X509CredentialFilterEntry,
191112                   &__root_cimv2_PRS_ActivityContact,
191113                   &__root_cimv2_PRS_AdminAssociation,
191114                   &__root_cimv2_PRS_AdministrativeContact,
191115                   &__root_cimv2_PRS_Attached,
191116                   &__root_cimv2_PRS_Categorization,
191117                   &__root_cimv2_PRS_ContactContactItem,
191118                   &__root_cimv2_PRS_ContactOrganization,
191119                   &__root_cimv2_PRS_ContactPerson,
191120                   &__root_cimv2_CIM_AffectedJobElement,
191121 mike  1.1.2.1     &__root_cimv2_CIM_AHTransform,
191122                   &__root_cimv2_CIM_BGPIPRoute,
191123                   &__root_cimv2_CIM_BGPPeerUsesRouteMap,
191124                   &__root_cimv2_CIM_CardInSlot,
191125                   &__root_cimv2_CIM_ConcreteJob,
191126                   &__root_cimv2_CIM_ContainedProposal,
191127                   &__root_cimv2_CIM_EnabledLogicalElement,
191128                   &__root_cimv2_CIM_EntriesInFilterList,
191129                   &__root_cimv2_CIM_ESPTransform,
191130                   &__root_cimv2_CIM_FileSystem,
191131                   &__root_cimv2_CIM_FilterEntry,
191132                   &__root_cimv2_CIM_IKEProposal,
191133                   &__root_cimv2_CIM_IPCOMPTransform,
191134                   &__root_cimv2_CIM_IPsecProposal,
191135                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
191136                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
191137                   &__root_cimv2_CIM_J2eeJCAConnectionPools,
191138                   &__root_cimv2_CIM_J2eeJCAManagedConnectionFactory,
191139                   &__root_cimv2_CIM_J2eeJCANonpooledConnections,
191140                   &__root_cimv2_CIM_J2eeJDBCConnectionPools,
191141                   &__root_cimv2_CIM_J2eeJDBCDataSource,
191142 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJDBCDriver,
191143                   &__root_cimv2_CIM_J2eeJDBCNonpooledConnections,
191144                   &__root_cimv2_CIM_J2eeJMSConnectionSessions,
191145                   &__root_cimv2_CIM_J2eeJMSConsumerStats,
191146                   &__root_cimv2_CIM_J2eeJMSSessionConsumers,
191147                   &__root_cimv2_CIM_J2eeJMSSessionProducers,
191148                   &__root_cimv2_CIM_J2eeJMSStatConnections,
191149                   &__root_cimv2_CIM_J2eeJVM,
191150                   &__root_cimv2_CIM_J2eeManagedObject,
191151                   &__root_cimv2_CIM_JobDestination,
191152                   &__root_cimv2_CIM_JobDestinationJobs,
191153                   &__root_cimv2_CIM_LocalFileSystem,
191154                   &__root_cimv2_CIM_Log,
191155                   &__root_cimv2_CIM_LogicalDevice,
191156                   &__root_cimv2_CIM_LogicalModule,
191157                   &__root_cimv2_CIM_LogicalPort,
191158                   &__root_cimv2_CIM_LogManagesRecord,
191159                   &__root_cimv2_CIM_MediaAccessDevice,
191160                   &__root_cimv2_CIM_MediaTransferDevice,
191161                   &__root_cimv2_CIM_MemoryOnCard,
191162                   &__root_cimv2_CIM_MemoryWithMedia,
191163 mike  1.1.2.1     &__root_cimv2_CIM_MessageLog,
191164                   &__root_cimv2_CIM_Modem,
191165                   &__root_cimv2_CIM_MorePersonInfo,
191166                   &__root_cimv2_CIM_Mount,
191167                   &__root_cimv2_CIM_NetworkAdapter,
191168                   &__root_cimv2_CIM_NetworkAdapterRedundancyComponent,
191169                   &__root_cimv2_CIM_NetworkPipe,
191170                   &__root_cimv2_CIM_NetworkPipeComposition,
191171                   &__root_cimv2_CIM_NetworkPort,
191172                   &__root_cimv2_CIM_NetworkVirtualAdapter,
191173                   &__root_cimv2_CIM_OperatingSystem,
191174                   &__root_cimv2_CIM_OperatingSystemSoftwareFeature,
191175                   &__root_cimv2_CIM_PackageDependency,
191176                   &__root_cimv2_CIM_PacketConditionInSARule,
191177                   &__root_cimv2_CIM_PickerElement,
191178                   &__root_cimv2_CIM_PortActiveConnection,
191179                   &__root_cimv2_CIM_PortOnDevice,
191180                   &__root_cimv2_CIM_PowerSupply,
191181                   &__root_cimv2_CIM_Printer,
191182                   &__root_cimv2_CIM_PrinterServicingJob,
191183                   &__root_cimv2_CIM_PrintQueue,
191184 mike  1.1.2.1     &__root_cimv2_CIM_Process,
191185                   &__root_cimv2_CIM_ProcessExecutable,
191186                   &__root_cimv2_CIM_ProcessOfJob,
191187                   &__root_cimv2_CIM_Processor,
191188                   &__root_cimv2_CIM_ProtocolController,
191189                   &__root_cimv2_CIM_ProtocolControllerForDevice,
191190                   &__root_cimv2_CIM_ProtocolControllerForPort,
191191                   &__root_cimv2_CIM_ProtocolControllerForUnit,
191192                   &__root_cimv2_CIM_Realizes,
191193                   &__root_cimv2_CIM_RecordInLog,
191194                   &__root_cimv2_CIM_RecordLog,
191195                   &__root_cimv2_CIM_RemoteFileSystem,
191196                   &__root_cimv2_CIM_Scanner,
191197                   &__root_cimv2_CIM_SCSIProtocolController,
191198                   &__root_cimv2_CIM_Sensor,
191199                   &__root_cimv2_CIM_Service,
191200                   &__root_cimv2_CIM_ServiceAccessPoint,
191201                   &__root_cimv2_CIM_ServiceAccessURI,
191202                   &__root_cimv2_CIM_ServiceAffectsElement,
191203                   &__root_cimv2_CIM_ServiceAvailableToElement,
191204                   &__root_cimv2_CIM_ServiceComponent,
191205 mike  1.1.2.1     &__root_cimv2_CIM_ServiceProcess,
191206                   &__root_cimv2_CIM_ServiceSAPDependency,
191207                   &__root_cimv2_CIM_ServiceStatistics,
191208                   &__root_cimv2_CIM_SNMPCommunityString,
191209                   &__root_cimv2_CIM_SNMPService,
191210                   &__root_cimv2_CIM_SoftwareElementSAPImplementation,
191211                   &__root_cimv2_CIM_SoftwareElementServiceImplementation,
191212                   &__root_cimv2_CIM_SoftwareFeatureSAPImplementation,
191213                   &__root_cimv2_CIM_SoftwareFeatureServiceImplementation,
191214                   &__root_cimv2_CIM_StatisticsService,
191215                   &__root_cimv2_CIM_StorageExtent,
191216                   &__root_cimv2_CIM_StoragePool,
191217                   &__root_cimv2_CIM_StorageVolume,
191218                   &__root_cimv2_CIM_SuppliesPower,
191219                   &__root_cimv2_CIM_System,
191220                   &__root_cimv2_CIM_SystemAdministrator,
191221                   &__root_cimv2_CIM_SystemAdministratorGroup,
191222                   &__root_cimv2_CIM_SystemAdministratorRole,
191223                   &__root_cimv2_CIM_SystemComponent,
191224                   &__root_cimv2_CIM_SystemDevice,
191225                   &__root_cimv2_CIM_SystemPackaging,
191226 mike  1.1.2.1     &__root_cimv2_CIM_SystemResource,
191227                   &__root_cimv2_CIM_SystemStatistics,
191228                   &__root_cimv2_CIM_TapeDrive,
191229                   &__root_cimv2_CIM_Thread,
191230                   &__root_cimv2_CIM_TokenRingAdapter,
191231                   &__root_cimv2_CIM_TokenRingPort,
191232                   &__root_cimv2_CIM_UninterruptiblePowerSupply,
191233                   &__root_cimv2_CIM_UnixLocalFileSystem,
191234                   &__root_cimv2_CIM_UnixProcess,
191235                   &__root_cimv2_CIM_UnixProcessStatistics,
191236                   &__root_cimv2_CIM_UnixThread,
191237                   &__root_cimv2_CIM_USBDevice,
191238                   &__root_cimv2_CIM_USBHub,
191239                   &__root_cimv2_CIM_USBPort,
191240                   &__root_cimv2_CIM_USBPortOnHub,
191241                   &__root_cimv2_CIM_UseOfLog,
191242                   &__root_cimv2_CIM_UseOfMessageLog,
191243                   &__root_cimv2_CIM_UserDevice,
191244                   &__root_cimv2_CIM_VLAN,
191245                   &__root_cimv2_CIM_VLANService,
191246                   &__root_cimv2_CIM_VolumeSet,
191247 mike  1.1.2.1     &__root_cimv2_CIM_WakeUpService,
191248                   &__root_cimv2_CIM_Watchdog,
191249                   &__root_cimv2_CIM_WBEMService,
191250                   &__root_cimv2_CIM_WORMDrive,
191251                   &__root_cimv2_CIM_ZoneService,
191252                   &__root_cimv2_PRS_SISService,
191253                   &__root_cimv2_CIM_AccountOnSystem,
191254                   &__root_cimv2_CIM_AdapterActiveConnection,
191255                   &__root_cimv2_CIM_AdminDomain,
191256                   &__root_cimv2_CIM_AggregatePExtent,
191257                   &__root_cimv2_CIM_AggregatePSExtent,
191258                   &__root_cimv2_CIM_AlarmDevice,
191259                   &__root_cimv2_CIM_AllocatedFromStoragePool,
191260                   &__root_cimv2_CIM_AllocatedResource,
191261                   &__root_cimv2_CIM_ApplicationSystem,
191262                   &__root_cimv2_CIM_ApplicationSystemDependency,
191263                   &__root_cimv2_CIM_ApplicationSystemDirectory,
191264                   &__root_cimv2_CIM_ApplicationSystemHierarchy,
191265                   &__root_cimv2_CIM_ApplicationSystemSoftwareFeature,
191266                   &__root_cimv2_CIM_AssociatedAlarm,
191267                   &__root_cimv2_CIM_AssociatedAppSystemOverviewStatistics,
191268 mike  1.1.2.1     &__root_cimv2_CIM_AssociatedProtocolController,
191269                   &__root_cimv2_CIM_AssociatedSensor,
191270                   &__root_cimv2_CIM_AutonomousSystem,
191271                   &__root_cimv2_CIM_BasedOn,
191272                   &__root_cimv2_CIM_Battery,
191273                   &__root_cimv2_CIM_BGPAttributesForRoute,
191274                   &__root_cimv2_CIM_BGPClustersInAS,
191275                   &__root_cimv2_CIM_BinarySensor,
191276                   &__root_cimv2_CIM_BlockStatisticsService,
191277                   &__root_cimv2_CIM_BootOSFromFS,
191278                   &__root_cimv2_CIM_BootSAP,
191279                   &__root_cimv2_CIM_BootService,
191280                   &__root_cimv2_CIM_CallBasedModem,
191281                   &__root_cimv2_CIM_CDROMDrive,
191282                   &__root_cimv2_CIM_ChangerDevice,
191283                   &__root_cimv2_CIM_ClusteringSAP,
191284                   &__root_cimv2_CIM_CollectionInSystem,
191285                   &__root_cimv2_CIM_CommonDatabase,
191286                   &__root_cimv2_CIM_CompositeExtent,
191287                   &__root_cimv2_CIM_CompositeExtentBasedOn,
191288                   &__root_cimv2_CIM_ComputerSystem,
191289 mike  1.1.2.1     &__root_cimv2_CIM_ComputerSystemPackage,
191290                   &__root_cimv2_CIM_ConditioningService,
191291                   &__root_cimv2_CIM_Confederation,
191292                   &__root_cimv2_CIM_ConfigurationForSystem,
191293                   &__root_cimv2_CIM_ConfigurationReportingService,
191294                   &__root_cimv2_CIM_ConnectionBasedModem,
191295                   &__root_cimv2_CIM_ContainedDomain,
191296                   &__root_cimv2_CIM_ContainedTransform,
191297                   &__root_cimv2_CIM_Controller,
191298                   &__root_cimv2_CIM_ControllerConfigurationService,
191299                   &__root_cimv2_CIM_CoolingDevice,
191300                   &__root_cimv2_CIM_CredentialManagementSAP,
191301                   &__root_cimv2_CIM_DatabaseAdministrator,
191302                   &__root_cimv2_CIM_DatabaseControlFile,
191303                   &__root_cimv2_CIM_DatabaseFile,
191304                   &__root_cimv2_CIM_DatabaseSegment,
191305                   &__root_cimv2_CIM_DatabaseService,
191306                   &__root_cimv2_CIM_DatabaseStorageArea,
191307                   &__root_cimv2_CIM_DatabaseSystem,
191308                   &__root_cimv2_CIM_DeviceAccessedByFile,
191309                   &__root_cimv2_CIM_DeviceConnection,
191310 mike  1.1.2.1     &__root_cimv2_CIM_DeviceIdentity,
191311                   &__root_cimv2_CIM_DeviceSAPImplementation,
191312                   &__root_cimv2_CIM_DeviceServiceImplementation,
191313                   &__root_cimv2_CIM_DeviceServicesLocation,
191314                   &__root_cimv2_CIM_DeviceSoftware,
191315                   &__root_cimv2_CIM_DeviceStatistics,
191316                   &__root_cimv2_CIM_DiagnosticService,
191317                   &__root_cimv2_CIM_DiagnosticsLog,
191318                   &__root_cimv2_CIM_DiagnosticTest,
191319                   &__root_cimv2_CIM_DiagnosticTestInPackage,
191320                   &__root_cimv2_CIM_DiagnosticTestSoftware,
191321                   &__root_cimv2_CIM_DiscreteSensor,
191322                   &__root_cimv2_CIM_DiskDrive,
191323                   &__root_cimv2_CIM_DisketteDrive,
191324                   &__root_cimv2_CIM_Display,
191325                   &__root_cimv2_CIM_DMA,
191326                   &__root_cimv2_CIM_Door,
191327                   &__root_cimv2_CIM_DoorAccessToDevice,
191328                   &__root_cimv2_CIM_DoorAccessToPhysicalElement,
191329                   &__root_cimv2_CIM_DriveInDiskGroup,
191330                   &__root_cimv2_CIM_DropperService,
191331 mike  1.1.2.1     &__root_cimv2_CIM_DropThresholdCalculationService,
191332                   &__root_cimv2_CIM_DSLModem,
191333                   &__root_cimv2_CIM_DVDDrive,
191334                   &__root_cimv2_CIM_ErrorCountersForDevice,
191335                   &__root_cimv2_CIM_ESCONController,
191336                   &__root_cimv2_CIM_EthernetAdapter,
191337                   &__root_cimv2_CIM_EthernetPort,
191338                   &__root_cimv2_CIM_Export,
191339                   &__root_cimv2_CIM_ExtentInDiskGroup,
191340                   &__root_cimv2_CIM_ExtentRedundancyComponent,
191341                   &__root_cimv2_CIM_Fan,
191342                   &__root_cimv2_CIM_FCPort,
191343                   &__root_cimv2_CIM_FibreChannelAdapter,
191344                   &__root_cimv2_CIM_FibrePort,
191345                   &__root_cimv2_CIM_FibrePortActiveLogin,
191346                   &__root_cimv2_CIM_FibrePortOnFCAdapter,
191347                   &__root_cimv2_CIM_FibreProtocolService,
191348                   &__root_cimv2_CIM_FileStorage,
191349                   &__root_cimv2_CIM_FilterEntryInSystem,
191350                   &__root_cimv2_CIM_FilterListInSystem,
191351                   &__root_cimv2_CIM_FlatPanel,
191352 mike  1.1.2.1     &__root_cimv2_CIM_HDSLModem,
191353                   &__root_cimv2_CIM_HeadTailDropper,
191354                   &__root_cimv2_CIM_HeatPipe,
191355                   &__root_cimv2_CIM_HelpService,
191356                   &__root_cimv2_CIM_HelpServiceAvailableToFile,
191357                   &__root_cimv2_CIM_HostedAccessPoint,
191358                   &__root_cimv2_CIM_HostedACI,
191359                   &__root_cimv2_CIM_HostedAdminDistance,
191360                   &__root_cimv2_CIM_HostedAuthenticationRequirement,
191361                   &__root_cimv2_CIM_HostedBGPAttributes,
191362                   &__root_cimv2_CIM_HostedBGPPeerGroup,
191363                   &__root_cimv2_CIM_HostedBGPRouteMap,
191364                   &__root_cimv2_CIM_HostedBootSAP,
191365                   &__root_cimv2_CIM_HostedClusterSAP,
191366                   &__root_cimv2_CIM_HostedCollection,
191367                   &__root_cimv2_CIM_HostedFileSystem,
191368                   &__root_cimv2_CIM_HostedFilterEntryBase,
191369                   &__root_cimv2_CIM_HostedFilterList,
191370                   &__root_cimv2_CIM_HostedJobDestination,
191371                   &__root_cimv2_CIM_HostedRoute,
191372                   &__root_cimv2_CIM_HostedRoutingPolicy,
191373 mike  1.1.2.1     &__root_cimv2_CIM_HostedService,
191374                   &__root_cimv2_CIM_HostedStoragePool,
191375                   &__root_cimv2_CIM_IBSubnetManager,
191376                   &__root_cimv2_CIM_IDEController,
191377                   &__root_cimv2_CIM_IdentificationOfManagedSystem,
191378                   &__root_cimv2_CIM_InBGPPeerGroup,
191379                   &__root_cimv2_CIM_InfraredController,
191380                   &__root_cimv2_CIM_InstalledOS,
191381                   &__root_cimv2_CIM_InstalledSoftwareElement,
191382                   &__root_cimv2_CIM_InstalledSoftwareIdentity,
191383                   &__root_cimv2_CIM_InterLibraryPort,
191384                   &__root_cimv2_CIM_IPsecPolicyForSystem,
191385                   &__root_cimv2_CIM_IRQ,
191386                   &__root_cimv2_CIM_iSCSIConnection,
191387                   &__root_cimv2_CIM_iSCSISession,
191388                   &__root_cimv2_CIM_ISDNModem,
191389                   &__root_cimv2_CIM_J2eeApplication,
191390                   &__root_cimv2_CIM_J2eeDeployedObject,
191391                   &__root_cimv2_CIM_J2eeDomain,
191392                   &__root_cimv2_CIM_J2eeEJB,
191393                   &__root_cimv2_CIM_J2eeEntityBean,
191394 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory,
191395                   &__root_cimv2_CIM_J2eeJDBCDataSourceDriver,
191396                   &__root_cimv2_CIM_J2eeMessageDrivenBean,
191397                   &__root_cimv2_CIM_J2eeModule,
191398                   &__root_cimv2_CIM_J2eeModuleUsesJVM,
191399                   &__root_cimv2_CIM_J2eeResource,
191400                   &__root_cimv2_CIM_J2eeResourceAdapter,
191401                   &__root_cimv2_CIM_J2eeResourceAdapterModule,
191402                   &__root_cimv2_CIM_J2eeRMI_IIOPResource,
191403                   &__root_cimv2_CIM_J2eeServer,
191404                   &__root_cimv2_CIM_J2eeServerInDomain,
191405                   &__root_cimv2_CIM_J2eeServerUsesJVM,
191406                   &__root_cimv2_CIM_J2eeServlet,
191407                   &__root_cimv2_CIM_J2eeSessionBean,
191408                   &__root_cimv2_CIM_J2eeStatefulSessionBean,
191409                   &__root_cimv2_CIM_J2eeStatelessSessionBean,
191410                   &__root_cimv2_CIM_J2eeURLResource,
191411                   &__root_cimv2_CIM_J2eeWebModule,
191412                   &__root_cimv2_CIM_Keyboard,
191413                   &__root_cimv2_CIM_LabelReader,
191414                   &__root_cimv2_CIM_LibraryExchange,
191415 mike  1.1.2.1     &__root_cimv2_CIM_LimitedAccessPort,
191416                   &__root_cimv2_CIM_LogicalDisk,
191417                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
191418                   &__root_cimv2_CIM_LogicalDiskBasedOnVolume,
191419                   &__root_cimv2_CIM_LogicalDiskBasedOnVolumeSet,
191420                   &__root_cimv2_CIM_LogInDataFile,
191421                   &__root_cimv2_CIM_LogInDeviceFile,
191422                   &__root_cimv2_CIM_LogInStorage,
191423                   &__root_cimv2_CIM_MagnetoOpticalDrive,
191424                   &__root_cimv2_CIM_ManagementController,
191425                   &__root_cimv2_CIM_MarkerService,
191426                   &__root_cimv2_CIM_MediaPartition,
191427                   &__root_cimv2_CIM_MediaPresent,
191428                   &__root_cimv2_CIM_Memory,
191429                   &__root_cimv2_CIM_MemoryMappedIO,
191430                   &__root_cimv2_CIM_MemoryResource,
191431                   &__root_cimv2_CIM_MeterService,
191432                   &__root_cimv2_CIM_ModulePort,
191433                   &__root_cimv2_CIM_MultiStateSensor,
191434                   &__root_cimv2_CIM_Network,
191435                   &__root_cimv2_CIM_NetworkService,
191436 mike  1.1.2.1     &__root_cimv2_CIM_NetworkServicesInAdminDomain,
191437                   &__root_cimv2_CIM_NetworksInAdminDomain,
191438                   &__root_cimv2_CIM_NextService,
191439                   &__root_cimv2_CIM_NextServiceAfterMeter,
191440                   &__root_cimv2_CIM_NFS,
191441                   &__root_cimv2_CIM_NonVolatileStorage,
191442                   &__root_cimv2_CIM_NumericSensor,
191443                   &__root_cimv2_CIM_ObjectManager,
191444                   &__root_cimv2_CIM_ObjectManagerAdapter,
191445                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
191446                   &__root_cimv2_CIM_OOBAlertService,
191447                   &__root_cimv2_CIM_OOBAlertServiceOnModem,
191448                   &__root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter,
191449                   &__root_cimv2_CIM_OOBAlertServiceOnNetworkPort,
191450                   &__root_cimv2_CIM_OperationLog,
191451                   &__root_cimv2_CIM_OSProcess,
191452                   &__root_cimv2_CIM_OwningPrintQueue,
191453                   &__root_cimv2_CIM_PackageAlarm,
191454                   &__root_cimv2_CIM_PackageCooling,
191455                   &__root_cimv2_CIM_PacketSchedulingService,
191456                   &__root_cimv2_CIM_ParallelController,
191457 mike  1.1.2.1     &__root_cimv2_CIM_PCIController,
191458                   &__root_cimv2_CIM_PCIDevice,
191459                   &__root_cimv2_CIM_PCMCIAController,
191460                   &__root_cimv2_CIM_PhysicalExtent,
191461                   &__root_cimv2_CIM_PickerForChanger,
191462                   &__root_cimv2_CIM_PointingDevice,
191463                   &__root_cimv2_CIM_PolicyInSystem,
191464                   &__root_cimv2_CIM_PolicyRepository,
191465                   &__root_cimv2_CIM_PolicyRepositoryInPolicyRepository,
191466                   &__root_cimv2_CIM_PolicyRoleCollectionInSystem,
191467                   &__root_cimv2_CIM_PolicySetInSystem,
191468                   &__root_cimv2_CIM_PortController,
191469                   &__root_cimv2_CIM_PortResource,
191470                   &__root_cimv2_CIM_POTSModem,
191471                   &__root_cimv2_CIM_PowerManagementService,
191472                   &__root_cimv2_CIM_PreambleMarkerService,
191473                   &__root_cimv2_CIM_PrinterServicingQueue,
191474                   &__root_cimv2_CIM_PrintSAP,
191475                   &__root_cimv2_CIM_PrintService,
191476                   &__root_cimv2_CIM_Priority8021QMarkerService,
191477                   &__root_cimv2_CIM_ProcessThread,
191478 mike  1.1.2.1     &__root_cimv2_CIM_ProductServiceComponent,
191479                   &__root_cimv2_CIM_ProtectedExtentBasedOn,
191480                   &__root_cimv2_CIM_ProtectedSpaceExtent,
191481                   &__root_cimv2_CIM_ProtocolAdapter,
191482                   &__root_cimv2_CIM_ProtocolControllerAccessesUnit,
191483                   &__root_cimv2_CIM_ProtocolEndpoint,
191484                   &__root_cimv2_CIM_ProvidesServiceToElement,
191485                   &__root_cimv2_CIM_PSExtentBasedOnPExtent,
191486                   &__root_cimv2_CIM_QoSService,
191487                   &__root_cimv2_CIM_QoSSubService,
191488                   &__root_cimv2_CIM_QueueForPrintService,
191489                   &__root_cimv2_CIM_QueueForwardsToPrintSAP,
191490                   &__root_cimv2_CIM_QueuingService,
191491                   &__root_cimv2_CIM_RealizesExtent,
191492                   &__root_cimv2_CIM_RealizesPExtent,
191493                   &__root_cimv2_CIM_REDDropperService,
191494                   &__root_cimv2_CIM_Refrigeration,
191495                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
191496                   &__root_cimv2_CIM_ResidesOnExtent,
191497                   &__root_cimv2_CIM_ResourceOfSystem,
191498                   &__root_cimv2_CIM_ReusablePolicyContainer,
191499 mike  1.1.2.1     &__root_cimv2_CIM_RouteCalculationService,
191500                   &__root_cimv2_CIM_RoutersInAS,
191501                   &__root_cimv2_CIM_RoutersInBGPCluster,
191502                   &__root_cimv2_CIM_RouteUsesEndpoint,
191503                   &__root_cimv2_CIM_RoutingProtocolDomain,
191504                   &__root_cimv2_CIM_RoutingProtocolDomainInAS,
191505                   &__root_cimv2_CIM_RunningOS,
191506                   &__root_cimv2_CIM_SAPAvailableForElement,
191507                   &__root_cimv2_CIM_SAPSAPDependency,
191508                   &__root_cimv2_CIM_SAPStatistics,
191509                   &__root_cimv2_CIM_SchedulingServiceToSchedule,
191510                   &__root_cimv2_CIM_SCSIController,
191511                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
191512                   &__root_cimv2_CIM_SDSLModem,
191513                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
191514                   &__root_cimv2_CIM_SecurityService,
191515                   &__root_cimv2_CIM_SecurityServiceForSystem,
191516                   &__root_cimv2_CIM_SecurityServiceUsesAccount,
191517                   &__root_cimv2_CIM_SerialController,
191518                   &__root_cimv2_CIM_ServiceAccessBySAP,
191519                   &__root_cimv2_CIM_ServiceAvailableToDatabase,
191520 mike  1.1.2.1     &__root_cimv2_CIM_ServiceServiceDependency,
191521                   &__root_cimv2_CIM_ServiceUsesSecurityService,
191522                   &__root_cimv2_CIM_SettingForSystem,
191523                   &__root_cimv2_CIM_Snapshot,
191524                   &__root_cimv2_CIM_SnapshotOfExtent,
191525                   &__root_cimv2_CIM_Specific802dot1QVLANService,
191526                   &__root_cimv2_CIM_SSAController,
191527                   &__root_cimv2_CIM_StorageConfigurationService,
191528                   &__root_cimv2_CIM_StorageDefect,
191529                   &__root_cimv2_CIM_StorageLibrary,
191530                   &__root_cimv2_CIM_SwitchPort,
191531                   &__root_cimv2_CIM_SwitchPortDynamicForwarding,
191532                   &__root_cimv2_CIM_SwitchPortPair,
191533                   &__root_cimv2_CIM_SwitchPortStaticForwarding,
191534                   &__root_cimv2_CIM_SystemBIOS,
191535                   &__root_cimv2_CIM_Tachometer,
191536                   &__root_cimv2_CIM_TapePartition,
191537                   &__root_cimv2_CIM_TapePartitionOnSurface,
191538                   &__root_cimv2_CIM_TCPProtocolEndpoint,
191539                   &__root_cimv2_CIM_TemperatureSensor,
191540                   &__root_cimv2_CIM_TokenBucketMeterService,
191541 mike  1.1.2.1     &__root_cimv2_CIM_ToSMarkerService,
191542                   &__root_cimv2_CIM_TrapSourceForSNMPService,
191543                   &__root_cimv2_CIM_UDPProtocolEndpoint,
191544                   &__root_cimv2_CIM_Unimodem,
191545                   &__root_cimv2_CIM_UnitaryComputerSystem,
191546                   &__root_cimv2_CIM_USBConnection,
191547                   &__root_cimv2_CIM_USBController,
191548                   &__root_cimv2_CIM_VDSLModem,
191549                   &__root_cimv2_CIM_VideoController,
191550                   &__root_cimv2_CIM_VideoSetting,
191551                   &__root_cimv2_CIM_VirtualComputerSystem,
191552                   &__root_cimv2_CIM_VLANFor,
191553                   &__root_cimv2_CIM_VolatileStorage,
191554                   &__root_cimv2_CIM_VoltageSensor,
191555                   &__root_cimv2_CIM_VolumeSetBasedOnPSExtent,
191556                   &__root_cimv2_CIM_WakeUpServiceOnModem,
191557                   &__root_cimv2_CIM_WakeUpServiceOnNetworkAdapter,
191558                   &__root_cimv2_CIM_WakeUpServiceOnNetworkPort,
191559                   &__root_cimv2_CIM_WeightedREDDropperService,
191560                   &__root_cimv2_CIM_AccountManagementService,
191561                   &__root_cimv2_CIM_Action,
191562 mike  1.1.2.1     &__root_cimv2_CIM_ActionSequence,
191563                   &__root_cimv2_CIM_ActiveConnection,
191564                   &__root_cimv2_CIM_ADSLModem,
191565                   &__root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent,
191566                   &__root_cimv2_CIM_AggregatePSExtentBasedOnPExtent,
191567                   &__root_cimv2_CIM_AggregateRedundancyComponent,
191568                   &__root_cimv2_CIM_AGPVideoController,
191569                   &__root_cimv2_CIM_AllocatedDMA,
191570                   &__root_cimv2_CIM_AssociatedBattery,
191571                   &__root_cimv2_CIM_AssociatedCooling,
191572                   &__root_cimv2_CIM_AssociatedDatabaseSystem,
191573                   &__root_cimv2_CIM_AssociatedLabelReader,
191574                   &__root_cimv2_CIM_AssociatedMemory,
191575                   &__root_cimv2_CIM_AssociatedNextHop,
191576                   &__root_cimv2_CIM_AssociatedProcessorMemory,
191577                   &__root_cimv2_CIM_AssociatedSupplyVoltageSensor,
191578                   &__root_cimv2_CIM_AuthenticationService,
191579                   &__root_cimv2_CIM_AuthorizationService,
191580                   &__root_cimv2_CIM_AuthorizedUse,
191581                   &__root_cimv2_CIM_AvailableDiagnosticService,
191582                   &__root_cimv2_CIM_AverageRateMeterService,
191583 mike  1.1.2.1     &__root_cimv2_CIM_BGPProtocolEndpoint,
191584                   &__root_cimv2_CIM_BGPService,
191585                   &__root_cimv2_CIM_BGPServiceAttributes,
191586                   &__root_cimv2_CIM_BGPServiceStatistics,
191587                   &__root_cimv2_CIM_BindsTo,
191588                   &__root_cimv2_CIM_BIOSLoadedInNV,
191589                   &__root_cimv2_CIM_BootServiceAccessBySAP,
191590                   &__root_cimv2_CIM_CableModem,
191591                   &__root_cimv2_CIM_CacheMemory,
191592                   &__root_cimv2_CIM_CalculatedRoutes,
191593                   &__root_cimv2_CIM_CalculatesAmong,
191594                   &__root_cimv2_CIM_CalculationBasedOnQueue,
191595                   &__root_cimv2_CIM_CalculationServiceForDropper,
191596                   &__root_cimv2_CIM_Check,
191597                   &__root_cimv2_CIM_CIMXMLCommunicationMechanism,
191598                   &__root_cimv2_CIM_ClassifierService,
191599                   &__root_cimv2_CIM_Cluster,
191600                   &__root_cimv2_CIM_ClusteringService,
191601                   &__root_cimv2_CIM_ClusterServiceAccessBySAP,
191602                   &__root_cimv2_CIM_CollectionOfSensors,
191603                   &__root_cimv2_CIM_CommMechanismForAdapter,
191604 mike  1.1.2.1     &__root_cimv2_CIM_CommMechanismForManager,
191605                   &__root_cimv2_CIM_CommMechanismForObjectManagerAdapter,
191606                   &__root_cimv2_CIM_ComponentCS,
191607                   &__root_cimv2_CIM_ComputerSystemMemory,
191608                   &__root_cimv2_CIM_ComputerSystemProcessor,
191609                   &__root_cimv2_CIM_ComputerSystemResource,
191610                   &__root_cimv2_CIM_ConditioningServiceOnEndpoint,
191611                   &__root_cimv2_CIM_ControlledBy,
191612                   &__root_cimv2_CIM_CredentialManagementService,
191613                   &__root_cimv2_CIM_CurrentSensor,
191614                   &__root_cimv2_CIM_DatabaseStorage,
191615                   &__root_cimv2_CIM_DesktopMonitor,
191616                   &__root_cimv2_CIM_DiagnosticResultForTest,
191617                   &__root_cimv2_CIM_DiagnosticSettingForTest,
191618                   &__root_cimv2_CIM_DiagnosticTestForMSE,
191619                   &__root_cimv2_CIM_DiffServService,
191620                   &__root_cimv2_CIM_DirectoryAction,
191621                   &__root_cimv2_CIM_DirectorySpecification,
191622                   &__root_cimv2_CIM_DiskPartition,
191623                   &__root_cimv2_CIM_DiskPartitionBasedOnVolume,
191624                   &__root_cimv2_CIM_DiskSpaceCheck,
191625 mike  1.1.2.1     &__root_cimv2_CIM_DSCPMarkerService,
191626                   &__root_cimv2_CIM_EFService,
191627                   &__root_cimv2_CIM_EGPRouteCalcDependency,
191628                   &__root_cimv2_CIM_EgressConditioningServiceOnEndpoint,
191629                   &__root_cimv2_CIM_ElementInSchedulingService,
191630                   &__root_cimv2_CIM_EndpointIdentity,
191631                   &__root_cimv2_CIM_EndpointOfNetworkPipe,
191632                   &__root_cimv2_CIM_EWMAMeterService,
191633                   &__root_cimv2_CIM_ExecuteProgram,
191634                   &__root_cimv2_CIM_FileAction,
191635                   &__root_cimv2_CIM_FileSpecification,
191636                   &__root_cimv2_CIM_FilterOfSecurityAssociation,
191637                   &__root_cimv2_CIM_FlowService,
191638                   &__root_cimv2_CIM_ForwardingService,
191639                   &__root_cimv2_CIM_ForwardsAmong,
191640                   &__root_cimv2_CIM_FromDirectoryAction,
191641                   &__root_cimv2_CIM_FromDirectorySpecification,
191642                   &__root_cimv2_CIM_Hdr8021PService,
191643                   &__root_cimv2_CIM_HeadTailDropQueueBinding,
191644                   &__root_cimv2_CIM_HostedBootService,
191645                   &__root_cimv2_CIM_HostedClusterService,
191646 mike  1.1.2.1     &__root_cimv2_CIM_HostedForwardingServices,
191647                   &__root_cimv2_CIM_HostedNetworkPipe,
191648                   &__root_cimv2_CIM_HostedRoutingServices,
191649                   &__root_cimv2_CIM_HostingCS,
191650                   &__root_cimv2_CIM_IKESAEndpoint,
191651                   &__root_cimv2_CIM_InboundVLAN,
191652                   &__root_cimv2_CIM_IngressConditioningServiceOnEndpoint,
191653                   &__root_cimv2_CIM_InLogicalNetwork,
191654                   &__root_cimv2_CIM_IPProtocolEndpoint,
191655                   &__root_cimv2_CIM_IPsecPolicyForEndpoint,
191656                   &__root_cimv2_CIM_IPsecSAEndpoint,
191657                   &__root_cimv2_CIM_IPXProtocolEndpoint,
191658                   &__root_cimv2_CIM_iSCSIProtocolEndpoint,
191659                   &__root_cimv2_CIM_J2eeAppClientModule,
191660                   &__root_cimv2_CIM_J2eeApplicationHostedOnServer,
191661                   &__root_cimv2_CIM_J2eeApplicationModule,
191662                   &__root_cimv2_CIM_J2eeEJBModule,
191663                   &__root_cimv2_CIM_J2eeJavaMailResource,
191664                   &__root_cimv2_CIM_J2eeJCAResource,
191665                   &__root_cimv2_CIM_J2eeJDBCResource,
191666                   &__root_cimv2_CIM_J2eeJDBCResourceUsesDataSource,
191667 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJMSResource,
191668                   &__root_cimv2_CIM_J2eeJNDIResource,
191669                   &__root_cimv2_CIM_J2eeJTAResource,
191670                   &__root_cimv2_CIM_J2eeResourceAdapterInModule,
191671                   &__root_cimv2_CIM_J2eeResourceOnServer,
191672                   &__root_cimv2_CIM_J2eeServletInModule,
191673                   &__root_cimv2_CIM_KerberosKeyDistributionCenter,
191674                   &__root_cimv2_CIM_LANEndpoint,
191675                   &__root_cimv2_CIM_LibraryPackage,
191676                   &__root_cimv2_CIM_LocalCredentialManagementService,
191677                   &__root_cimv2_CIM_LogicalDiskBasedOnPartition,
191678                   &__root_cimv2_CIM_LogicalNetworkService,
191679                   &__root_cimv2_CIM_ManagedCredential,
191680                   &__root_cimv2_CIM_ManagesAccount,
191681                   &__root_cimv2_CIM_ManagesAccountOnSystem,
191682                   &__root_cimv2_CIM_MemoryCheck,
191683                   &__root_cimv2_CIM_ModifySettingAction,
191684                   &__root_cimv2_CIM_MonitorSetting,
191685                   &__root_cimv2_CIM_NamespaceInManager,
191686                   &__root_cimv2_CIM_NextScheduler,
191687                   &__root_cimv2_CIM_NonWorkConservingSchedulingService,
191688 mike  1.1.2.1     &__root_cimv2_CIM_Notary,
191689                   &__root_cimv2_CIM_NotaryVerifiesBiometric,
191690                   &__root_cimv2_CIM_OSPFArea,
191691                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
191692                   &__root_cimv2_CIM_OSPFService,
191693                   &__root_cimv2_CIM_OSPFServiceConfiguration,
191694                   &__root_cimv2_CIM_OSPFVirtualInterface,
191695                   &__root_cimv2_CIM_OSVersionCheck,
191696                   &__root_cimv2_CIM_OutboundVLAN,
191697                   &__root_cimv2_CIM_PackageTempSensor,
191698                   &__root_cimv2_CIM_ParticipatingCS,
191699                   &__root_cimv2_CIM_PCIBridge,
191700                   &__root_cimv2_CIM_PCVideoController,
191701                   &__root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel,
191702                   &__root_cimv2_CIM_PeerGatewayForTunnel,
191703                   &__root_cimv2_CIM_PeerOfSAEndpoint,
191704                   &__root_cimv2_CIM_PExtentRedundancyComponent,
191705                   &__root_cimv2_CIM_Phase1SAUsedForPhase2,
191706                   &__root_cimv2_CIM_PickerLabelReader,
191707                   &__root_cimv2_CIM_PolicyActionInPolicyRepository,
191708                   &__root_cimv2_CIM_PolicyConditionInPolicyRepository,
191709 mike  1.1.2.1     &__root_cimv2_CIM_PolicyContainerInPolicyContainer,
191710                   &__root_cimv2_CIM_PolicyGroupInSystem,
191711                   &__root_cimv2_CIM_PolicyRuleInSystem,
191712                   &__root_cimv2_CIM_PortImplementsEndpoint,
191713                   &__root_cimv2_CIM_PrecedenceService,
191714                   &__root_cimv2_CIM_PrivilegeManagementService,
191715                   &__root_cimv2_CIM_ProvidesEndpoint,
191716                   &__root_cimv2_CIM_PublicKeyManagementService,
191717                   &__root_cimv2_CIM_QoSConditioningSubService,
191718                   &__root_cimv2_CIM_QueueAllocation,
191719                   &__root_cimv2_CIM_QueueHierarchy,
191720                   &__root_cimv2_CIM_QueueToSchedule,
191721                   &__root_cimv2_CIM_RealizedOnSide,
191722                   &__root_cimv2_CIM_RealizesAggregatePExtent,
191723                   &__root_cimv2_CIM_RealizesDiskPartition,
191724                   &__root_cimv2_CIM_RealizesTapePartition,
191725                   &__root_cimv2_CIM_RebootAction,
191726                   &__root_cimv2_CIM_ReflectorClientService,
191727                   &__root_cimv2_CIM_ReflectorNonClientService,
191728                   &__root_cimv2_CIM_ReflectorService,
191729                   &__root_cimv2_CIM_RemotePort,
191730 mike  1.1.2.1     &__root_cimv2_CIM_RemoveDirectoryAction,
191731                   &__root_cimv2_CIM_RemoveFileAction,
191732                   &__root_cimv2_CIM_RequireCredentialsFrom,
191733                   &__root_cimv2_CIM_ReusablePolicy,
191734                   &__root_cimv2_CIM_RouteForwardedByService,
191735                   &__root_cimv2_CIM_RoutesBGP,
191736                   &__root_cimv2_CIM_RuleThatGeneratedSA,
191737                   &__root_cimv2_CIM_SchedulerUsed,
191738                   &__root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath,
191739                   &__root_cimv2_CIM_SCSIInterface,
191740                   &__root_cimv2_CIM_SerialInterface,
191741                   &__root_cimv2_CIM_SettingCheck,
191742                   &__root_cimv2_CIM_SharedSecretService,
191743                   &__root_cimv2_CIM_SNMPTrapTarget,
191744                   &__root_cimv2_CIM_SoftwareElementActions,
191745                   &__root_cimv2_CIM_SoftwareElementChecks,
191746                   &__root_cimv2_CIM_SoftwareElementVersionCheck,
191747                   &__root_cimv2_CIM_SourceRoutingService,
191748                   &__root_cimv2_CIM_SpanningTreeService,
191749                   &__root_cimv2_CIM_StorageHardwareIDManagementService,
191750                   &__root_cimv2_CIM_SwapSpaceCheck,
191751 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPortSourceRouting,
191752                   &__root_cimv2_CIM_SwitchPortSpanningTree,
191753                   &__root_cimv2_CIM_SwitchService,
191754                   &__root_cimv2_CIM_SwitchServiceSourceRouting,
191755                   &__root_cimv2_CIM_SwitchServiceSpanningTree,
191756                   &__root_cimv2_CIM_SwitchServiceVLAN,
191757                   &__root_cimv2_CIM_SystemPartition,
191758                   &__root_cimv2_CIM_TransformOfSecurityAssociation,
191759                   &__root_cimv2_CIM_TransparentBridgingService,
191760                   &__root_cimv2_CIM_TransparentBridgingStaticForwarding,
191761                   &__root_cimv2_CIM_TrustHierarchy,
191762                   &__root_cimv2_CIM_USBControllerHasHub,
191763                   &__root_cimv2_CIM_VerificationService,
191764                   &__root_cimv2_CIM_VersionCompatibilityCheck,
191765                   &__root_cimv2_CIM_AcceptCredentialFrom,
191766                   &__root_cimv2_CIM_AccessLabelReader,
191767                   &__root_cimv2_CIM_AFService,
191768                   &__root_cimv2_CIM_ArchitectureCheck,
191769                   &__root_cimv2_CIM_AreaOfConfiguration,
191770                   &__root_cimv2_CIM_ASBGPEndpoints,
191771                   &__root_cimv2_CIM_AssociatedCacheMemory,
191772 mike  1.1.2.1     &__root_cimv2_CIM_AssociatedSupplyCurrentSensor,
191773                   &__root_cimv2_CIM_AuthenticateForUse,
191774                   &__root_cimv2_CIM_BGPAdminDistance,
191775                   &__root_cimv2_CIM_BGPPeerGroupService,
191776                   &__root_cimv2_CIM_BGPRoutingPolicy,
191777                   &__root_cimv2_CIM_BindsToLANEndpoint,
191778                   &__root_cimv2_CIM_CertificateAuthority,
191779                   &__root_cimv2_CIM_ClassifierElement,
191780                   &__root_cimv2_CIM_ClassifierElementInClassifierService,
191781                   &__root_cimv2_CIM_ClassifierElementUsesFilterList,
191782                   &__root_cimv2_CIM_ClassifierFilterSet,
191783                   &__root_cimv2_CIM_ComputerSystemDMA,
191784                   &__root_cimv2_CIM_ComputerSystemIRQ,
191785                   &__root_cimv2_CIM_ComputerSystemMappedIO,
191786                   &__root_cimv2_CIM_CopyFileAction,
191787                   &__root_cimv2_CIM_CreateDirectoryAction,
191788                   &__root_cimv2_CIM_DirectorySpecificationFile,
191789                   &__root_cimv2_CIM_EndpointInArea,
191790                   &__root_cimv2_CIM_EndpointInLink,
191791                   &__root_cimv2_CIM_FailNextScheduler,
191792                   &__root_cimv2_CIM_ForwardedRoutes,
191793 mike  1.1.2.1     &__root_cimv2_CIM_IKESecretIsNamed,
191794                   &__root_cimv2_CIM_InSegment,
191795                   &__root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource,
191796                   &__root_cimv2_CIM_J2eeEJBInModule,
191797                   &__root_cimv2_CIM_KDCIssuesKerberosTicket,
191798                   &__root_cimv2_CIM_LocallyManagedPublicKey,
191799                   &__root_cimv2_CIM_NextServiceAfterClassifierElement,
191800                   &__root_cimv2_CIM_OSPFProtocolEndpoint,
191801                   &__root_cimv2_CIM_RelatedSpanningTree,
191802                   &__root_cimv2_CIM_RelatedTransparentBridgingService,
191803                   &__root_cimv2_CIM_SharedSecretIsShared,
191804                   &__root_cimv2_CIM_Switchable,
191805                   &__root_cimv2_CIM_SwitchesAmong,
191806                   &__root_cimv2_CIM_SwitchServiceTransparentBridging,
191807                   &__root_cimv2_CIM_ToDirectoryAction,
191808                   &__root_cimv2_CIM_ToDirectorySpecification,
191809                   &__root_cimv2_CIM_TransparentBridgingDynamicForwarding,
191810                   &__root_cimv2_CIM_AFRelatedServices,
191811                   &__root_cimv2_CIM_CAHasPublicCertificate,
191812                   &__root_cimv2_CIM_CASignsPublicKeyCertificate,
191813                   &__root_cimv2_PG_IndicationHandlerSNMPMapper,
191814 mike  1.1.2.1     &__root_cimv2_PG_ListenerDestinationSystemLog,
191815                   &__root_cimv2_PG_ListenerDestinationEmail,
191816                   &__root_cimv2_PG_OperatingSystem,
191817                   &__root_cimv2_PG_ComputerSystem,
191818                   &__root_cimv2_PG_UnixProcess,
191819                   &__root_cimv2_PG_UnixProcessStatisticalInformation,
191820                   &__root_cimv2_PG_UnixProcessStatistics,
191821                   &__root_cimv2_PG_UnixThread,
191822                   &__root_cimv2_PG_Processor,
191823                   &__root_cimv2_PG_BindsIPToLANEndpoint,
191824                   &__root_cimv2_PG_IPRoute,
191825 mike  1.1.2.3     &__root_cimv2_Hello,
191826                   &__root_cimv2_Goodbye,
191827 mike  1.1.2.4     &__root_cimv2_X,
191828                   &__root_cimv2_X2,
191829                   &__root_cimv2_Y,
191830                   &__root_cimv2_Y2,
191831                   &__root_cimv2_A,
191832 mike  1.1.2.1     0,
191833               };
191834               
191835               const MetaNameSpace root_cimv2_namespace =
191836               {
191837                   "root/cimv2",
191838                   _qualifiers,
191839                   _classes,
191840               };
191841               
191842               PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2